]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix typos.
[gnu-emacs] / lisp / ChangeLog
1 2003-05-24 Andreas Schwab <schwab@suse.de>
2
3 * files.el (insert-directory): Preserve CR in a file name.
4
5 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
6
7 * skeleton.el (skeleton-abbrev-cleanup, skeleton-proxy):
8 Remove obsolete code.
9
10 * term/w32-win.el (iconify-or-deiconify-frame):
11 * term/mac-win.el (iconify-or-deiconify-frame): Move to frame.el.
12
13 * term/x-win.el (iconify-or-deiconify-frame): Move to frame.el.
14 Turn on mouse-wheel support by default.
15
16 * frame.el (iconify-or-deiconify-frame): Move from term/x-win.el.
17
18 2003-05-24 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
19
20 * net/tramp.el: Version 2.0.34 released.
21 (tramp-handle-file-symlink-p): If target of symlink is absolute,
22 return a Tramp filename. (Ie, return "/user@host:/target" instead
23 of "/target".)
24 (tramp-handle-file-truename): Deal with new return value from
25 `file-symlink-p'.
26 (tramp-handle-expand-file-name): Make default method explicit in
27 file name.
28 (tramp-unified-filenames): Move to an earlier spot in the file.
29 (top-level): If tramp-unified-filenames is set and we're running
30 on XEmacs, load tramp-efs.
31 (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt):
32 New functions, used by tramp-send-command-internal.
33 (tramp-open-connection-setup-interactive-shell): Simplify using
34 `tramp-send-command-internal'.
35 (tramp-send-command-internal): New function.
36 (tramp-methods): New entries "remsh" and "remcp" are like "rsh"
37 and "rcp" but invoke "remsh" instead of "rsh". This is useful on
38 Cray systems, for instance. Unify tramp-rsh-program,
39 tramp-telnet-program, tramp-su-program into tramp-login-program.
40 Likewise with tramp-login-args, tramp-copy-program,
41 tramp-copy-args, tramp-copy-keep-date-arg. Users changed. New
42 method plink1; like plink but pass "-1" to force protocol version 1.
43 (tramp-default-method): Use plink as the default on machines where
44 the plink program is present.
45 (tramp-completion-file-name-handler): Add safe-magic property.
46 (tramp-shell-prompt-pattern): Allow ANSI escapes at
47 end of prompt. (ANSI escapes elsewhere in the prompt are
48 recognized properly already.)
49
50 * net/tramp-efs.el: New file.
51
52 2003-05-24 Michael Albinus <Michael.Albinus@alcatel.de>
53
54 * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
55 quoted.
56 (tramp-methods, tramp-multi-connection-function-alist):
57 Use argument "-p Password:" for "sudo" method, because password prompt
58 might be changed by either passprompt option in /etc/sudoers, or
59 SUDO_PROMPT environment variable. Suggested by Peter Oliver
60 <peter.oliver@aquila-networks.co.uk>.
61
62 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
63
64 * mail/supercite.el: Use `push' and replace `regi-pos' by equivalents.
65 (sc-emacs-features): Remove. Use better tests instead.
66 (sc-minor-mode): Use define-minor-mode.
67 (sc-mode-string, sc-set-mode-string): Remove.
68 Use a better modeline expression instead.
69 (sc-completing-read, sc-read-string, sc-submatch, sc-member)
70 (sc-string-text): Remove those compatibility functions.
71
72 * pcvs.el (cvs-temp-buffer): Kill running process in displayed buffers.
73 (cvs-make-cvs-buffer): Fix up format of the header.
74
75 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
76 Match more cases of /.../ patterns.
77
78 2003-05-23 Nick Roberts <nick@nick.uklinux.net>
79
80 * gdb-ui.el (gdba): Accommodate Fortran programs.
81 (gud-gdba-command-name): Use -noasync in all cases (as Fortran
82 seems to require it also).
83 (gdb-source-info): Parse correctly when compilation directory
84 specifies host also (IRIX).
85
86 2003-05-23 Andre Spiegel <spiegel@gnu.org>
87
88 * vc-cvs.el (vc-cvs-checkout): Don't leave the branch when
89 REV is t. From Don Provan <dprovan@bivio.net>
90
91 2003-05-23 Richard M. Stallman <rms@gnu.org>
92
93 * forms.el (forms--mode-commands1): Bind \t, not `tab'.
94 (forms--mode-commands): Don't bind \t in the maps where
95 we call forms--mode-commands1.
96
97 2003-05-23 Taro Kawagishi <tarok@acm.org>
98
99 * arc-mode.el (archive-lzh-summarize): Calculate correct total
100 header size for LZH level 1 header.
101
102 2003-05-23 Richard M. Stallman <rms@gnu.org>
103
104 * textmodes/paragraphs.el (repunctuate-sentences): Add doc string.
105
106 2003-05-23 Daniel Ortmann <dortmann@lsil.com> (tiny change)
107
108 * textmodes/paragraphs.el (repunctuate-sentences): New function.
109
110 2003-05-23 Lute Kamstra <Lute.Kamstra@cwi.nl>
111
112 * emacs-lisp/lisp-mnt.el: Make the description of the library more
113 accurate.
114 (lm-any-header): New user option.
115 (lm-section-start): New function; rewrite of `lm-section-mark'.
116 (lm-section-mark): Make alias of `lm-section-start'.
117 (lm-section-end): New function.
118 (lm-code-start): New function; rewrite of `lm-code-mark'.
119 (lm-code-mark): Make alias of `lm-code-start'.
120 (lm-commentary-start): New function; rewrite of `lm-commentary-mark'.
121 (lm-commentary-mark): Make alias of `lm-commentary-start'.
122 (lm-commentary-end): New function.
123 (lm-history-start): New function; rewrite of `lm-history-mark'.
124 (lm-history-mark): Make alias of `lm-history-start'.
125 (lm-commentary): Use `lm-commentary-end' to find the end of the
126 commentary section.
127
128 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
129 Use `lm-commentary-end' to find the end of the commentary section.
130
131 2003-05-22 Stefan Monnier <monnier@cs.yale.edu>
132
133 * skeleton.el (define-skeleton): Use the `no-self-insert' property.
134 (skeleton-proxy-new): Fix docstring. Remove broken interactive spec.
135 Rely on use `no-self-insert' rather than `skeleton-abbrev-cleanup'.
136 (skeleton-internal-1): Add a `recursive' argument.
137 (skeleton-internal-list): Use it to propagate `recursive'.
138
139 2003-05-22 Ken Stevens <kstevens@ichips.intel.com>
140
141 * ispell.el: Sync to version 3.6.
142 Summary: MIME support added for e-mail processing that
143 skips encoded regions. Allow user to skip saving Fcc messages with
144 large attachments. Fixed region skipping bug with multi-line
145 comments - e.g. tex $ regions spanning multiple lines.
146 Added support for postscript and uuencoded regions.
147 Redundant dictionary file names purged.
148 Dictionary definition field name changed from "Character Set"
149 to "Coding System". Fixed bug in reloading dictionaries.
150 Modified headers to reflect new version. XEmacs menu now adds
151 customize item.
152 (ispell-check-version): No longer an aliased function.
153 Returns library path if not called interactively.
154 Variable `temporary-file-directory' protected if not loaded.
155 (check-ispell-version): Now the alias for `ispell-check-version'.
156 (ispell-message-fcc-skip): New variable that determines if and when
157 to query about saving Fcc copy of message if an attachment is large.
158 (ispell-skip-html): Declared buffer-local.
159 (ispell-local-dictionary-alist): Docstring expanded.
160 Tag name changed from "Character Set" to "Coding System".
161 (ispell-dictionary-alist-1): Removed redundant command-line option to
162 load brasileiro, british, and castellano dictionary files.
163 (ispell-dictionary-alist-2): Removed redundant command-line option to
164 load czech dictionary file.
165 (ispell-dictionary-alist-3): Moved francais-tex here.
166 (ispell-dictionary-alist-4): Removed german and german8 dictionaries.
167 The deutsch ones are the correct definitions. `nederlands'
168 and `nederlands8' dictionaries moved here.
169 (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries
170 moved here. Removed redundant command-line option to `norsk'
171 and `portugues'.
172 (ispell-dictionary-alist-6): Removed redundant command-line option to
173 load `russian' and `slovak' dictionary files.
174 (ispell-dictionary-alist): Tag name changed from "Character Set" to
175 "Coding System".
176 (ispell-version): Updated to 3.6.
177 (ispell-library-directory): Calls non-deprecated function.
178 (ispell-valid-dictionary-list): New function returning all valid
179 dictionaries on machine.
180 (ispell-checking-message): Documentation string improved.
181 (ispell-skip-region-alist): Added uuencoded and postscript region
182 skipping. Improved http/e-mail/file regexp to not match `/.\w'.
183 (ispell-html-skip-alists): New variable for html region support.
184 (ispell-send-string): Removed redundant xemacs check.
185 (ispell-word): Fix spelling error in documentation string, added
186 extent information to support highlighting in ispell-minor-mode.
187 (ispell-command-loop): Disable horizontal scrollbar in XEmacs
188 choices buffer.
189 (ispell-show-choices): Directly select `choices-window'.
190 (ispell-help): Use default buffer size for electric help.
191 (ispell-adjusted-window-height): Correct for xemacs detection.
192 (ispell-start-process): Don't double specify dictionary file name.
193 (ispell-init-process): Set `ispell-library-path' each call.
194 (ispell-change-dictionary): Now only completes valid dictionaries.
195 (ispell-region): Add support for MIME region skipping and Fcc
196 message query for large attachments.
197 (ispell-begin-skip-region-regexp): Add documentation string.
198 Added message support and cleaned up code for generic and html regions.
199 (ispell-begin-skip-region): Function is now requires alist argument.
200 (ispell-begin-tex-skip-regexp): Added comments and support
201 improved html and message regions.
202 (ispell-skip-region-list): New function for MIME and region skipping.
203 (ispell-tex-arg-end): Add documentation string.
204 (ispell-ignore-fcc): New function to query saving Fcc message.
205 (ispell-skip-region): Calculate alist for key match dynamically,
206 html skipping pushed to alists.
207 (ispell-get-line): Add support for multi-line comment regions.
208 (ispell): Check that variables to continue spelling are bound.
209 (ispell-message-text-end): Postscript and uuencoded regions now
210 supported as MIME regions, rather than as end-of-message region.
211 (ispell-mime-multipartp): New function supporting MIME.
212 (ispell-mime-skip-part): New function supporting MIME.
213 (ispell-message): Add MIME support.
214 (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local.
215 (ispell-buffer-local-dict): Fixed bug for detecting and reloading
216 new dictionary.
217
218 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
219
220 * subr.el (split-string): Implement specification that splitting on
221 explicit separators retains null fields. Add new argument
222 OMIT-NULLS. Special-case (split-string "a string").
223
224 2003-05-22 Stefan Monnier <monnier@cs.yale.edu>
225
226 * international/mule-cmds.el (select-safe-coding-system):
227 Try default-buffer-file-coding-system too for automatic selection.
228
229 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
230
231 * simple.el (ctl-x-map): Remove the C-x U binding added recently.
232
233 2003-05-21 Dave Love <fx@gnu.org>
234
235 * descr-text.el (unicodedata-file): New.
236 (unicode-data): New (adapted from unicode branch).
237 (describe-char): Use it. Print char's unicode differently.
238 Avoid elements with null cadr when formatting list. Clarify error
239 message when used in Help buffer.
240 (button): Require when compiling.
241 (describe-char-after): Alias for obsolete command.
242
243 2003-05-21 Nick Roberts <nick@nick.uklinux.net>
244
245 * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb
246 with MS windows.
247 (gdb-display-end): Only make buffer writeable temporarily.
248 Move "View" submenu up one level.
249
250 2003-05-21 Nick Roberts <nick@nick.uklinux.net>
251
252 * gdb-ui.el (gdb-view-source, gdb-selected-view): New variables.
253 (gdba): Inhibit DOS window in MS Windows.
254 (gdb-inferior-io-mode): Use hexl instead of cat.
255 (gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
256 Use text in margin for MS Windows as there is no image support.
257 (gdb-restore-windows, gdb-setup-windows): Restore/start with
258 assembler view if appropriate.
259 (gdb-assembler-custom): Assembler code should display at point.
260 Parse address correctly.
261 (gdb-frame-handler): Accommodate selection of display of source
262 or assembler.
263 Add radio buttons to select display of source or assembler.
264
265 2003-05-20 Lars Hansen <larsh@math.ku.dk>
266
267 * desktop.el (desktop-save): Ensure parameter is expanded and ends
268 with a slash before assigning it to desktop-dirname and
269 default-directory.
270 (desktop-read): Put buffers existing prior to evaluating the
271 desktop (and not reused) at the end of the buffer list.
272 (desktop-create-buffer): Don't update desktop-first-buffer for old
273 desktop files.
274
275 2003-05-19 John Paul Wallington <jpw@gnu.org>
276
277 * xml.el (xml-name-regexp): Wrap in `eval-and-compile'.
278
279 2003-05-19 Dave Love <fx@gnu.org>
280
281 * xml.el: Doc fixes.
282 (xml-parse-file, xml-parse-region): Autoload.
283 (xml-syntax-table, xml-name-regexp): New.
284 (xml-parse-region): Narrow to region, set syntax-table and
285 case-fold-search. Reject fewer valid documents.
286 (xml-parse-tag): Remove arg END. Callers changed.
287 (xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg
288 properly. Don't use buffer-substring-no-properties. Don't bind
289 case-fold-search. Fix syntax for empty elements. Hoist consing
290 of end-of-tag regexp out of loop.
291 (xml-parse-attlist): Remove arg. Callers changed.
292 Use skip-syntax-forward, replace-regexp-in-string, forward-sexp.
293 Allow non-ASCII names.
294 (xml-skip-dtd): Remove arg. Callers changed. Change matching code.
295 (xml-parse-dtd): Grok external DTDs. Allow non-ASCII.
296 Don't use match-string-no-properties.
297 (xml-ucs-to-string): Delete.
298 (xml-substitute-entity): New.
299 (xml-substitute-special): Use it.
300 (xml-debug-print-internal): Simplify insertions.
301 (xml-parse-file): Avoid finding file in xml-mode.
302
303 2003-05-19 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
304
305 * simple.el (kill-whole-line): New function.
306 * bindings.el (global-map): Bind it.
307
308 2003-05-19 Richard M. Stallman <rms@gnu.org>
309
310 * net/goto-addr.el (goto-address-fontify-maximum-size):
311 Value t means no limit.
312 (goto-address-fontify): Implement that feature.
313
314 * emacs-lisp/find-func.el (find-function-on-key):
315 Move the call to find-function-other-window outside
316 the save-excursion.
317
318 * find-file.el (ff-special-constructs): Delete the Ada entry.
319
320 * faces.el (x-create-frame-with-faces):
321 Don't call face-set-after-frame-default.
322 (face-set-after-frame-default): Copy attrs of global `default'
323 face to FRAME's `default' face.
324
325 2003-05-19 Joe Kelsey <joek@flyingcroc.net>
326
327 * skeleton.el (skeleton-internal-1): Allow - as alternate
328 interesting point marker and revert @ to just setting
329 skeleton-positions.
330
331 2003-05-18 Stefan Monnier <monnier@cs.yale.edu>
332
333 * emacs-lisp/lisp.el (beginning-of-defun-raw): Use shy-group.
334
335 * progmodes/executable.el (executable-set-magic): Remove unused
336 vars `point' and `buffer-modified-p'.
337
338 * mail/sendmail.el (mail-mode): Don't bother setting paragraph-start.
339
340 * mail/mail-extr.el: Use explicit coding tag.
341
342 * international/mule.el (sgml-xml-auto-coding-function)
343 (sgml-html-meta-auto-coding-function): Don't assume point-min == 1.
344
345 * language/china-util.el (hz-set-msb-table): Build when compiling.
346 (big5-to-cns): Pre-build the alist when compiling.
347
348 * language/ind-util.el (indian-regexp-of-hashtbl-keys): Don't bother
349 sorting the argument to regexp-opt.
350 (indian--puthash-char): Use dolist rather than mapc.
351
352 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
353
354 * gdb-ui.el (put-arrow): Rename gdb-put-arrow and simplify.
355 (put-string): Rename gdb-put-string and simplify.
356 (remove-strings): Rename gdb-remove-strings.
357 (remove-arrow): Rename gdb-remove-arrow.
358 (gdb-assembler-custom): Try to get line marker (arrow) to display
359 in window (revisited).
360 Use with-current-buffer where possible.
361
362 2003-05-18 John Paul Wallington <jpw@gnu.org>
363
364 * ibuffer.el (ibuffer-display-summary): New customizable variable.
365 (ibuffer-update-title-and-summary): Respect it.
366
367 2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
368
369 * ediff-mult.el (ediff-default-filtering-regexp): New variable.
370
371 * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a
372 message.
373
374 * ediff.el (ediff-directories,ediff-directory-revisions)
375 (ediff-directories3,ediff-merge-directories)
376 (ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions)
377 (ediff-merge-directory-revisions-with-ancestor): Make use of the new
378 ediff-default-filtering-regexp variable.
379
380 2003-05-18 Richard M. Stallman <rms@gnu.org>
381
382 * which-func.el (which-func-current, which-func-format):
383 Preload the risky-local-variable properties for them.
384
385 * subr.el (prepare-change-group): Reinstate BUFFER arg; make it work.
386
387 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
388
389 * gud.el (gdb): Define gud-nexti.
390 (gud-menu-map): Add gud-nexti to map.
391 (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
392
393 * toolbar/gud-stepi.xpm, toolbar/gud-stepi.pbm,
394 toolbar/gud-nexti.xpm, toolbar/gud-nexti.pbm: New icons for debugger.
395
396 2003-05-17 John Paul Wallington <jpw@gnu.org>
397
398 * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries)
399 (skkdic-okuri-nasi-entries-count): Use defvar for non-constants.
400
401 * register.el (number-to-register): Use `string-to-number' instead
402 of `string-to-int'.
403
404 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
405
406 * log-edit.el: Don't require vc.el anymore.
407 (log-edit-mode-map): Fold vc-log-mode-map into it.
408 (vc-log-mode-map): Redefine as an alias.
409 (vc-previous-comment): Don't widen.
410 (vc-comment-to-change-log): Don't redundantly set paragraph-separate.
411 Don't require `add-log' since it's already required at toplevel.
412
413 * vc.el (vc-log-mode-map, vc-maximum-comment-ring-size)
414 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
415 Move vars to log-edit.el.
416 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
417 (vc-comment-search-reverse, vc-comment-search-forward)
418 (vc-comment-to-change-log): Move funs to log-edit.el.
419 (vc-clear-context): Don't empty the comment-ring.
420 (vc-finish-logentry): Don't add the comment onto the comment-ring.
421
422 * log-edit.el (vc-log-mode-map, vc-maximum-comment-ring-size)
423 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
424 Move vars from vc.el.
425 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
426 (vc-comment-search-reverse, vc-comment-search-forward)
427 (vc-comment-to-change-log): Move funs from vc.el.
428 (log-edit-show-files): Remove unused var `editbuf'.
429
430 * progmodes/tcl.el (tcl-indent-exp): Remove dead code.
431 (tcl-tab-always-indent): Default to tab-always-indent.
432
433 * progmodes/perl-mode.el (perl-end-of-function): Remove unused var.
434 (perl-tab-always-indent): Default to tab-always-indent.
435
436 * which-func.el (which-func-format): Make it risky-local-variable.
437 (which-func-table): New var.
438 (which-func-current): Make it into a constant modeline spec.
439 (which-func-previous): Remove.
440 (which-func-update): Only update the selected window.
441 (which-func-update-1): Use the new var to allow the current
442 function to be different for a buffer shown in two windows.
443
444 * subr.el (with-selected-window): New macro.
445 (dolist, dotimes, with-current-buffer): Use backquotes.
446 (when, unless, save-match-data, combine-after-change-calls)
447 (with-output-to-string, with-temp-buffer): Add `declare' info.
448 (listify-key-sequence): Don't allocate unnecessarily.
449 (read-quoted-char): Allow up to base 36.
450 (prepare-change-group): Remove unimplemented argument.
451 (macro-declaration-function): Avoid `dolist' and `cadr'.
452
453 * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload.
454 (widget-choose, widget-map-buttons): Use with-current-buffer.
455 (widget-field-add-space): Change to nil (and to defconst).
456 (widget-info-link-action): Use `info'.
457
458 2003-05-17 Nick Roberts <nick@nick.uklinux.net>
459
460 * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for
461 selected frame.
462 (gdb-annotation-rules): Stop using frames-invalid and
463 breakpoints-invalid annotations. Update after post-prompt instead.
464 (gdb-post-prompt): Update frames and breakpoints here.
465 (gdb-invalidate-frame-and-assembler)
466 (gdb-invalidate-breakpoints-and-assembler): Remove.
467 (gdb-current-address): Remove.
468 (gdb-previous-address): New variable.
469 (gud-until): Extend to work in Assembler buffer
470 (gdb-append-to-inferior-io): Select IO buffer when there is output.
471 (gdb-assembler-custom): Try to get line marker (arrow) to display
472 in window. Correct parsing for OS dependent output syntax of Gdb
473 command, where.
474 (gdb-frame-handler): Correct parsing for OS dependent output
475 syntax of Gdb command, frame.
476 (gdb-invalidate-assembler): Update assembler buffer correctly when
477 frame changes (revisited).
478
479 2003-05-16 Stefan Monnier <monnier@cs.yale.edu>
480
481 * imenu.el (imenu--split-menu): Remove unused var `count'.
482 Don't copy the sequence since we're already modifying it elsewhere.
483 (imenu--create-keymap): Rename from imenu--create-keymap-1.
484 Add optional `cmd' argument. Remove unused var `counter'.
485 (imenu-update-menubar): Use the new arg to keep the old behavior.
486 (imenu--mouse-menu): Don't use the arg, to recover the lost behavior.
487
488 2003-05-16 Lute Kamstra <Lute.Kamstra@cwi.nl>
489
490 * hl-line.el (hl-line-highlight, global-hl-line-highlight):
491 Use `line-beginning-position' to determine the beginning of the next
492 line.
493
494 2003-05-16 Kenichi Handa <handa@m17n.org>
495
496 * international/mule-cmds.el (mule-menu-keymap): Enable the menu
497 set-various-coding-system when
498 default-enable-multibyte-characters is non-nil.
499
500 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
501
502 * emacs-lisp/autoload.el (make-autoload): Add arglist for
503 define-derived-mode.
504
505 2003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl>
506
507 * hl-line.el: Rewrite the local minor mode so that it can be
508 sticky as well and made sticky the default. Reimplement the
509 global minor mode. Update the commentary section to document
510 these changes.
511 (hl-line-sticky-flag): New user option.
512 (hl-line-overlay): Make it buffer-local and give it a docstring.
513 (global-hl-line-overlay): New variable.
514 (hl-line-mode): Rewrite to use `hl-line-sticky-flag'.
515 (hl-line-highlight): Rewrite to use `hl-line-sticky-flag'.
516 (hl-line-unhighlight): Update docstring.
517 (global-hl-line-mode): Implement directly so that is does not
518 depend on `hl-line-mode' any more.
519 (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
520
521 2003-05-15 Kenichi Handa <handa@m17n.org>
522
523 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.
524
525 2003-05-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
526
527 * ps-print.el: Avoid unnecessary calls to funs in header and footer
528 variables. Reported by Greg Hill <ghill@synergymicro.com>.
529 (ps-print-version): New version number (6.6.1).
530 (ps-begin-page): Code fix.
531 (ps-generate-string-list, ps-header-footer-string): New funs.
532 (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
533
534 * ps-mule.el (ps-mule-header-string-charsets):
535 Call ps-header-footer-string to avoid unnecessary calls to functions
536 in header and footer variables.
537
538 2003-05-15 John Paul Wallington <jpw@gnu.org>
539
540 * mail/rmail.el (rmail-ignored-headers): Ignore Face: header.
541
542 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
543
544 * textmodes/tex-mode.el (tex-compile-history, tex-input-files-re)
545 (tex-use-reftex, tex-compile-commands): New vars.
546 (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
547 (tex-command-executable, tex-command-active-p, tex-compile-default)
548 New functions.
549 (tex-compile): New command.
550 (tex-mode-map): Bind it to C-c C-c.
551
552 * vc-svn.el (completion-ignored-extensions): Add .svn.
553 (vc-svn-delete-file): New function.
554
555 * pcvs.el (cvs-append-to-ignore): New arg `old-dir'.
556 (cvs-mode-ignore): Use it.
557
558 * pcvs-parse.el (cvs-parse-table): Remove unused var `type'.
559 Look up `.cvsignore' to see what to do with `new-dir' messages.
560 (cvs-parse-merge): Remove unused var `handled'.
561
562 2003-05-14 Christoph Wedler <christoph.wedler@sap.com>
563
564 * format.el (format-annotate-function): Copy coding system into the
565 new temp buffer.
566
567 2003-05-14 John Paul Wallington <jpw@gnu.org>
568
569 * ls-lisp.el (insert-directory): Discard --dired switch when
570 `ls-lisp-use-insert-directory-program' is nil.
571
572 2003-05-13 Stefan Monnier <monnier@cs.yale.edu>
573
574 * textmodes/ispell.el (xemacsp): Remove. Use (featurep 'xemacs).
575 (ispell-graphic-p): Inline and then remove.
576 (toplevel): Get rid of unnecessary loop.
577 (ispell-parse-output, ispell-complete-word): Replace (substring s 0 1)
578 with a call to aref.
579 (ispell-get-line): Remove unused arg `reg-end'.
580 (ispell-region): Update corresponding call.
581
582 * progmodes/cpp.el (cpp-make-overlay-hidden): Don't make intangible.
583
584 * progmodes/compile.el (compile-internal): Use with-current-buffer.
585 (compilation-set-window-height): Use save-selected-window.
586
587 * progmodes/ada-xref.el (ada-xref-update-project-menu): Use easymenu.
588 (ada-goto-declaration-other-frame): Remove unused arg other-frame.
589 (ada-gdb-application): Remove unused vars comint-exec, in-post-mode,
590 and gud-gdb-massage-args.
591
592 * progmodes/cc-langs.el (c-lang-defvar-init-form-tail):
593 This is actually not a constant.
594
595 * progmodes/autoconf.el (autoconf-current-defun-function):
596 Copy the syntax table before modifying it.
597
598 * progmodes/ada-mode.el (ada-in-comment-p, ada-in-string-p)
599 (ada-in-string-or-comment-p): Use line-beginning-position.
600
601 * textmodes/reftex.el (reftex-select-with-char): Don't assume
602 that point-min == 1.
603
604 * textmodes/reftex-toc.el (reftex-toc-visit-location):
605 Don't switch the current window if the new buffer is in another.
606 (reftex-toc): Don't assume that point-min == 1.
607
608 * textmodes/reftex-parse.el (reftex-what-macro): Don't assume
609 that point-min == 1.
610
611 * textmodes/reftex-cite.el (reftex-extract-bib-entries)
612 (reftex-extract-bib-entries-from-thebibliography): New arg re-list.
613 (reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\).
614 Use member-ignore-case. Don't add unnecessary trailing \n.
615 (reftex-offer-bib-menu): Consolidate duplicated code from
616 reftex-extract-bib-entries and
617 reftex-extract-bib-entries-from-thebibliography.
618
619 * simple.el (back-to-indentation): Simplify.
620 (undo-equiv-table, undo-in-region, undo-no-redo): New vars.
621 (undo): Use them to implement the no-redo form of undo.
622 (undo-only): New fun.
623 (shell-command): Don't require `shell' since shell-mode is autoloaded.
624 (insert-buffer): Simplify.
625 (completion-setup-function): Use minibufferp.
626 (event-apply-alt-modifier, event-apply-super-modifier)
627 (event-apply-hyper-modifier, event-apply-shift-modifier)
628 (event-apply-control-modifier, event-apply-meta-modifier):
629 Fix docstring to show the proper key sequence.
630
631 * uniquify.el (uniquify-after-kill-buffer-p): Set default to t.
632 (uniquify-ignore-buffers-re): Revert to nil now that uniquify
633 is more careful about preserving buffer names.
634
635 * menu-bar.el (menu-bar-options-menu) <cua-mode>:
636 Use menu-bar-make-mm-toggle.
637
638 * files.el (file-relative-name): Remove dead code.
639 Make sure \n in a filename does not confuse us.
640
641 * help-fns.el (describe-variable): Mention permanent local status.
642
643 * comint.el (comint-carriage-motion, comint-output-filter):
644 Bind inhibit-read-only rather than buffer-read-only.
645 (comint-truncate-buffer): Bind inhibit-read-only.
646
647 * pcvs.el (cvs-make-cvs-buffer): Add the tag info.
648 (cvs-mode): Prevent pilot-error.
649
650 * vc-mcvs.el (vc-mcvs-registered, vc-mcvs-root): Check the output
651 of file-name-directory for nil.
652
653 2003-05-13 Simon Josefsson <jas@extundo.com>
654
655 * mail/smtpmail.el (smtpmail-open-stream): Don't hard code
656 starttls-program.
657
658 2003-05-13 Rajesh Vaidheeswarran <rv@gnu.org>
659
660 * whitespace.el (whitespace-global-mode): Add :link entry
661 to the commentary section in whitespace.el
662
663 2003-05-13 Nick Roberts <nick@nick.uklinux.net>
664
665 * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
666 correctly when frame changes.
667 (gdb-info-threads-custom, gdb-threads-buffer-name)
668 (gdb-display-threads-buffer, gdb-frame-threads-buffer)
669 (gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number)
670 (gdb-threads-select, gdb-threads-mouse-select): New functions and
671 variable for a buffer that provides a selectable threads list.
672
673 2003-05-12 Stefan Monnier <monnier@cs.yale.edu>
674
675 * pcvs-parse.el (cvs-parse-table): `New directory' messages include
676 the full path.
677
678 * pcvs.el (cvs-minor-current-files): Move before first use.
679 (defun-cvs-mode): Remove unused var `restdoc'.
680 (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare.
681 (cvs-mode-diff-backup): Remove unused var `filter'.
682 (cvs-mode-run): Remove unused var `cvs-buf'.
683 (cvs-mode-do): Remove unused arg `parse'.
684 (cvs-retrieve-revision): Make sure HEAD gets the head of the branch.
685
686 * textmodes/sgml-mode.el (sgml-namespace-re): New const.
687 (sgml-namespace-face): New face.
688 (sgml-font-lock-keywords-1): Use them.
689
690 2003-05-11 Kevin Ryde <user42@zip.com.au>
691
692 * info-look.el (info-lookup-make-completions): Allow colons in index
693 entries by looking for ": " to terminate, as per latest info.el.
694
695 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
696
697 * vc-mcvs.el (vc-mcvs-command): Filter output of `status'.
698 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
699 Change dir so that the filtered output of `mcvs makes sense.
700 (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
701 (vc-mcvs-diff-tree): Don't bother with the local-diff code.
702 (vc-mcvs-create-snapshot): Use `branch' and `switch'.
703
704 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
705
706 * newcomment.el (comment-indent): Try to align to adjacent comments.
707 (comment-with-narrowing): Actually use the arguments.
708 (comment-valid-prefix-p): Rename from comment-valid-prefix
709 and fix to actually use its argument.
710
711 * tex-mode (tex-mode-syntax-table): ~ is not whitespace.
712 (tex-guess-mode): Add `renewcommand'.
713 (tex-mode): Move the autoload to get the correct docstring and usage.
714
715 * uniquify.el (uniquify-rationalize-file-buffer-names):
716 Refresh the dirname in the case that rename-buffer was skipped.
717 (uniquify-buffer-file-name): Return a dirname with no trailing slash.
718
719 * mail/smtpmail.el (smtpmail-send-queued-mail): Use point-at-bol
720 instead of forward-line.
721
722 2003-05-10 Oliver Scholz <alkibiades@gmx.de>
723
724 * startup.el (fancy-splash-default-action): Fix docstring.
725
726 2003-05-09 Sam Steingold <sds@gnu.org>
727
728 * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
729
730 2003-05-09 Stefan Monnier <monnier@cs.yale.edu>
731
732 * newcomment.el (comment-indent): Be more careful when inserting
733 the space, and insert it before setting `begpos'.
734
735 * vc.el: New backend functions `delete-file' and `repository-hostname'.
736 (vc-stay-local): New var. Mostly taken from vc-cvs-stay-local.
737 (vc-stay-local-p): New fun. Adapted from vc-cvs-stay-local-p.
738 (vc-diff-switches-list): Revert to the Emacs-21.[123] semantics.
739 Mark as obsolete.
740 (vc-delete-file): New command.
741 (vc-default-rename-file): New function.
742 (vc-rename-file): Use it.
743 Be careful to disallow renaming if the file is locked or out-of-date.
744 (vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers)
745 (vc-cancel-version, vc-annotate): Use buffer-file-name variable.
746
747 * vc-mcvs.el (vc-mcvs-stay-local): Remove unused var.
748 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff)
749 (vc-mcvs-diff-tree, vc-mcvs-annotate-command)
750 (vc-mcvs-make-version-backups-p): Use vc-stay-local-p.
751 (vc-mcvs-checkin): Disallow commits to a numbered rev.
752 (vc-mcvs-repository-hostname): New function.
753 (vc-mcvs-stay-local-p): Remove.
754
755 * vc-cvs.el (vc-cvs-mode-line-string): Use vc-default-mode-line-string.
756 (vc-cvs-delete-file, vc-cvs-rename-file): New functions.
757
758 * vc-svn.el (vc-svn-rename-file): New fun.
759 (vc-svn-diff): Correctly check svn's return status.
760 (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
761 (vc-svn-diff-tree): Use vc-stay-local-p.
762 (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
763 (vc-svn-use-edit): Fix the :version property.
764 (vc-svn-stay-local): Remove unused var.
765 (vc-svn-mode-line-string): Remove, use the default instead.
766 (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
767 (vc-svn-stay-local-p): Remove.
768
769 * uniquify.el: Use the original buffer-name as `base' in place of the
770 nondirectory part of the file name.
771 (uniquify-rationalize-file-buffer-names):
772 Split the `newbuffile' arg into `base' and `dirname'.
773 Reuse old uniquify-items to avoid recomputing their base&dirname.
774 (uniquify-buffer-file-name): Only return the directory part.
775 (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
776 (rename-buffer): Use the `newname' arg as base.
777 (create-file-buffer): Split the file name into base and dirname.
778
779 2003-05-09 Jesper Harder <harder@ifa.au.dk> (tiny change)
780
781 * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
782
783 2003-05-08 Stefan Monnier <monnier@cs.yale.edu>
784
785 * uniquify.el (uniquify-after-kill-buffer-p): Fix misleading docstring.
786 (uniquify-make-item): Make `proposed' optional.
787 (uniquify-rationalize-file-buffer-names): Don't compute the
788 initial proposed name.
789 (uniquify-buffer-file-name): Remove dead code.
790 (uniquify-strip-common-suffix): New var.
791 (uniquify-rationalize): Always recompute initial proposed name.
792 Strip common suffix if requested.
793
794 * vc-rcs.el (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
795 (vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
796
797 * vc-sccs.el (vc-sccs-register, vc-sccs-find-version)
798 (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-diff): Use vc-switches.
799 (vc-sccs-register): Remove unused var `|'.
800
801 * vc-mcvs.el (vc-mcvs-read): Don't require `file' to exist.
802 (vc-mcvs-diff): Don't return 0 for newly added empty files.
803 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
804 (vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
805
806 * vc-cvs.el (vc-cvs-dired-state-info): Use `added' for added files and
807 don't use `concat' unnecessarily. Remove impossible cases.
808 (vc-cvs-diff): Don't return 0 for newly added empty files.
809 (vc-cvs-stay-local-p): Simplify.
810 (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
811 (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches.
812
813 * vc-svn.el (vc-svn-dired-state-info): Use `added' for added files and
814 don't use `concat' unnecessarily. Remove impossible cases.
815 (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
816 Use vc-switches.
817 (vc-svn-checkin): Use vc-switches. Fix up regexp.
818 (vc-svn-diff): Use vc-switches.
819 Don't return 0 for newly added empty files.
820 Don't use svn's return status.
821 (vc-svn-parse-status): Recognize copied files as well.
822 Use the last-modified revision for workfile-version.
823
824 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass nil
825 rather than (vc-workfile-version file) to diff.
826
827 * vc.el (with-vc-properties, with-vc-file, edit-vc-file):
828 Add `declare's for debugging and indentation.
829 (vc-do-command): Use `remq'.
830 (vc-buffer-context): Remove unused var `curbuf'.
831 (vc-next-action-dired): Remove unused var `dired-dir'.
832 (vc-switches): New fun.
833 (vc-diff-switches-list): Use it.
834 (vc-dired-hook): Remove unused var `cvs-dir'.
835 (vc-dired-purge): Remove unused var `subdir'.
836 (vc-cancel-version): Remove unused var `config'.
837 (vc-rename-master): Use dolist iso mapcar.
838 (vc-rename-file): Remove redundant tests.
839 Clear the properties of the old file name.
840 (vc-annotate): Pass the complete filename to `annotate-command'.
841 (vc-annotate-lines): Remove unused var `overlay'.
842
843 2003-05-08 Glenn Morris <gmorris@ast.cam.ac.uk>
844
845 * calendar/diary-lib.el (diary-pull-attrs): Make `ret-attr',
846 `attr' local.
847 (list-diary-entries): Make `temp' local.
848 (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
849 (diary-mail-entries): There is no fancy-diary-buffer if there are
850 no diary entries. Use call-interactively.
851 (mark-diary-entries): Make `temp' local.
852 (mark-sexp-diary-entries): Make `marks' local, remove `temp'.
853 (list-sexp-diary-entries): Make `temp' local.
854 (add-to-diary-list): Make `prefix' local.
855
856 2003-05-08 Dave Love <fx@gnu.org>
857
858 * international/utf-7.el: New file.
859
860 2003-05-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
861
862 * files.el (insert-file-contents-literally): Allow it to be called
863 within a magic file name handler.
864
865 2003-05-07 Stefan Monnier <monnier@cs.yale.edu>
866
867 * uniquify.el (uniquify-rationalize-file-buffer-names):
868 Don't uniquify if there is no filename.
869
870 * vc-hooks.el: Use buffer-file-name variable rather than function.
871 (vc-handled-backends): Add SVN and MCVS.
872 (vc-mode-line): Call vc-backend only once.
873 (find-file-hook, find-file-not-found-hook): Use the new
874 names rather than ...-hooks.
875
876 * uniquify.el (uniquify-item, uniquify-get-proposed-name)
877 (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.
878 (uniquify-rationalize): New fun. Set uniquify-managed to the fix-list.
879 (uniquify-rationalize-file-buffer-names): Use it and make the args
880 non-optional (i.e. don't support "re-rationalize all" any more).
881 (uniquify-rerationalize-w/o-cb): New fun.
882 (uniquify-maybe-rerationalize-w/o-cb): Use it to rerationalize
883 immediately and only the relevant buffers.
884 Merged from uniquify-delay-rationalize-file-buffer-names and
885 uniquify-delayed-rationalize-file-buffer-names.
886 (kill-buffer-hook, rename-buffer): Use it.
887
888 2003-05-06 Jesper Harder <harder@ifa.au.dk>
889
890 * progmodes/compile.el (compile-internal): Don't quote nil and t in
891 docstrings.
892
893 * emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p): Likewise.
894
895 * emacs-lisp/cl-macs.el (case, typecase): Likewise.
896
897 * allout.el (allout-auto-activation)
898 (allout-use-mode-specific-leader, allout-reindent-bodies)
899 (allout-unprotected): Likewise.
900
901 * progmodes/tcl.el (tcl-explain-indentation): Likewise.
902
903 * progmodes/idlwave.el (idlwave-complete-special): Likewise.
904
905 * progmodes/cpp.el (cpp-edit-list): Likewise.
906
907 * progmodes/cperl-mode.el (cperl-lineup): Likewise.
908
909 * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
910 Likewise.
911
912 * play/mpuz.el (mpuz-silent): Likewise.
913
914 * play/decipher.el (decipher-ignore-spaces): Likewise.
915
916 * net/rlogin.el (rlogin-process-connection-type): Likewise.
917
918 * mail/rmail.el (rmail-primary-inbox-list): Likewise.
919
920 * mail/mailalias.el (mail-directory-function)
921 (mail-directory-requery, mail-directory): Likewise.
922
923 * emacs-lisp/lucid.el (buffer-syntactic-context): Likewise.
924
925 * emacs-lisp/lmenu.el (popup-dialog-box): Likewise.
926
927 * type-break.el (type-break-good-rest-interval)
928 (type-break-query-mode, type-break-query-function)
929 (type-break-mode-line-message-mode): Likewise.
930
931 * skeleton.el (skeleton-autowrap, skeleton-untabify)
932 (skeleton-newline-indent-rigidly, skeleton-insert)
933 (skeleton-read): Likewise.
934
935 * simple.el (newline): Likewise.
936
937 * ps-print.el (ps-zebra-stripe-follow): Likewise.
938
939 * mwheel.el (mouse-wheel-scroll-amount): Likewise.
940
941 * env.el (setenv): Likewise.
942
943 2003-05-06 Stefan Monnier <monnier@cs.yale.edu>
944
945 * imenu.el (imenu--generic-function): Use font-lock-defaults
946 case setting if imenu-case-fold-search is not locally set.
947
948 * uniquify.el (uniquify-managed): New var.
949 (uniquify-rationalize-file-buffer-names, rename-buffer): Use it and set
950 it to prevent accidental renaming of unrelated buffers.
951 (uniquify-delay-rationalize-file-buffer-names): Use it to avoid
952 the cost of uniquify when killing unrelated buffers.
953
954 * newcomment.el (comment-set-column, comment-kill)
955 (comment-or-uncomment-region): Call comment-normalize-vars
956 since these functions are autoloaded.
957
958 * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
959 * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
960
961 2003-05-06 Lute Kamstra <Lute.Kamstra@cwi.nl>
962
963 * hl-line.el: Removed an erroneous comment.
964 (hl-line-mode): Use buffer local hooks.
965 (global-hl-line-mode): Turn local modes on unconditionally.
966 (hl-line-highlight): Comment fix.
967
968 2003-05-06 Richard M. Stallman <rms@gnu.org>
969
970 * newcomment.el (comment-search-forward): Delete autoload cookie.
971
972 2003-05-06 Kenichi Handa <handa@m17n.org>
973
974 * arc-mode.el (archive-set-buffer-as-visiting-file):
975 Use after-insert-file-set-coding, not
976 after-insert-file-set-buffer-file-coding-system.
977
978 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
979
980 * uniquify.el (uniquify-buffer-name-style)
981 (uniquify-after-kill-buffer-p, uniquify-ask-about-buffer-names-p)
982 (uniquify-ignore-buffers-re, uniquify-min-dir-content)
983 (uniquify-separator, uniquify-trailing-separator-p): Remove redundant
984 group specification.
985 (uniquify-file-name-nondirectory): Delete.
986 (uniquify-rationalize-file-buffer-names): Simplify.
987 Use directory names as `filename' component of uniquify-item.
988 (uniquify-get-proposed-name): Adjust now that `filename' does not
989 include `base'.
990
991 * vc-svn.el: New file.
992
993 2003-05-05 John Paul Wallington <jpw@gnu.org>
994
995 * emacs-lisp/autoload.el (batch-update-autoloads):
996 Call `update-directory-autoloads'.
997
998 2003-05-04 Dan Nicolaescu <dann@ics.uci.edu>
999
1000 * dired.el (dired-find-file): Bind find-file-run-dired around
1001 the call to find-file.
1002
1003 2003-05-04 Stefan Monnier <monnier@cs.yale.edu>
1004
1005 * uniquify.el: Move provide to end of file.
1006 (uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
1007 (uniquify-ref-proposed, uniquify-set-proposed): Remove.
1008 (uniquify-item): New struct. Update users of uniquify-ref-*.
1009 (uniquify-get-proposed-name, uniquify-rationalize-a-list):
1010 Make `depth' optional.
1011 (uniquify-non-file-buffer-names): Remove.
1012 (uniquify-rationalize-file-buffer-names): Don't set it up.
1013 Use uniquify-make-item and don't pass the now-optional depth.
1014 (uniquify-rationalize-conflicting-sublist): Check the new buffer
1015 name directly instead of relying on uniquify-non-file-buffer-names.
1016 (uniquify-rename-buffer): Use with-current-buffer and pass
1017 the `unique' arg to rename-buffer.
1018
1019 * vc-mcvs.el (vc-mcvs-mode-line-string): Fix thinko.
1020 (vc-mcvs-rename-file): New function.
1021
1022 2003-05-04 Emmanuel Briot <briot@gnat.com>
1023
1024 * progmodes/ada-mode.el
1025 * progmodes/ada-prj.el
1026 * progmodes/ada-stmt.el
1027 * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's
1028 better to use (featurep 'xemacs).
1029 Removed warnings generated with Emacs 21.3.x (mostly by adding
1030 needed `require' statements).
1031
1032 2003-05-04 Nick Roberts <nick@nick.uklinux.net>
1033
1034 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
1035 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-until.pbm,
1036 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
1037 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
1038 Correct size for cleaner bitmaps.
1039
1040 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
1041
1042 * emacs-lisp/cl-extra.el (cl-map-keymap): Redefine as alias.
1043 (cl-map-keymap-recursively): Use map-keymap.
1044 (cl-macroexpand-all): Don't quote functions.
1045
1046 * emacs-lisp/lucid.el (cl-map-keymap): Be careful with aliases.
1047
1048 * emacs-lisp/advice.el (ad-get-enabled-advices, ad-special-forms)
1049 (ad-arglist, ad-subr-arglist): Use push and match-string.
1050 (ad-make-advised-docstring): Extract & reinsert the usage info.
1051
1052 * help-fns.el (help-add-fundoc-usage): Allow arglist to be a string.
1053
1054 2003-05-03 Nick Roberts <nick@nick.uklinux.net>
1055
1056 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
1057 Include bitmap data for monochrome display.
1058 (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
1059 New constants.
1060
1061 2003-05-03 Richard M. Stallman <rms@gnu.org>
1062
1063 * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
1064 update-autoloads-from-directories.
1065
1066 * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
1067
1068 * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional.
1069
1070 * view.el (Helper-return-blurb): Add defvar. (Also rearrange defuns.)
1071
1072 * uniquify.el (uniquify-ignore-buffers-re): Change default
1073 to match some Gnus buffers.
1074
1075 * newcomment.el (comment-search-forward): Add autoload cookie.
1076
1077 * isearch.el (isearch-complete): Update isearch-message.
1078
1079 * filesets.el (filesets-data): Add another defvar.
1080 (filesets-verbosity): Doc fix.
1081
1082 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
1083
1084 * recentf.el (recentf-cleanup): Swap tests for exclusion and
1085 accessibility.
1086
1087 2003-05-01 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
1088
1089 * ls-lisp.el (ls-lisp-format-file-size): New function to implement
1090 "-h" switch.
1091 (ls-lisp-format): Use it.
1092
1093 2003-05-01 Kenichi Handa <handa@m17n.org>
1094
1095 * international/utf-8.el (utf-translate-cjk-mode): Update the
1096 second extra slot of the translation table
1097 utf-translation-table-for-encode.
1098 (mule-utf-8): Set the property translation-table-for-encode.
1099
1100 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
1101
1102 * pcvs.el (cvs-vc-command-advice): Don't parse "cvs update -p" output.
1103 (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
1104
1105 * textmodes/fill.el (text-property-default-nonsticky): Add fill-space.
1106 (fill-delete-newlines): Respect the new property.
1107 (fill-newline): Use the property instead of leaving "spurious" spaces.
1108
1109 * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
1110 non-submap bindings.
1111
1112 2003-04-30 Emmanuel Briot <briot@gnat.com>
1113
1114 * progmodes/ada-mode.el (ada-search-directories): Take into account
1115 ADA_INCLUDE_PATH for better compatibility with GNAT.
1116 (ada-contextual-menu): Menu defined through `easy-menu-define'
1117 instead. Various adjustments to the indentation engine (handling of
1118 subtypes, begin blocks, etc.).
1119 (ada-create-menu): Major rewrite of the handling of menus to use
1120 `easy-menu-define' for cleaner code and better compatibility with
1121 XEmacs. All menus that were previously in ada-xref.el and
1122 ada-prj.el are now defined in this package, which makes it easier to
1123 edit menus.
1124 (ada-narrow-to-defun): Add support for `narrow-to-region'.
1125 No longer explicitely load ada-xref.el and ada-prj.el. Use autoload
1126 statements instead.
1127
1128 * progmodes/ada-xref.el (ada-gnatls-args): New variable.
1129 Add support for specifying arguments to gnatls.
1130 (ada-initialize-runtime-library): Properly parse "." in the output
1131 of gnatls.
1132 (ada-add-keymap): Remove since this is now done in ada-mode.el itself.
1133 (ada-add-ada-menu): Likewise.
1134 (ada-set-default-project-file): New parameter KEEP-EXISTING.
1135 (ada-prj-find-prj-file): New parameter FILE.
1136 (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
1137 ADA_OBJECTS_PATH environment variables. Minor reorganization of the
1138 code
1139 (ada-get-all-references): Add support for GNAT 3.16 cross-references.
1140
1141 * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
1142 directly. Add dependency on ada-xref.el to avoid compilation
1143 warnings.
1144 (ada-prj-get-prj-dir): Remove, no longer needed.
1145
1146 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):
1147 Move to ada-mode.el.
1148 (ada-template-map): Merge with the keymap handling in ada-mode.el.
1149
1150 2003-04-29 Stefan Monnier <monnier@cs.yale.edu>
1151
1152 * isearch.el (isearch-complete1): Don't allocate unnecessarily.
1153 (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
1154 (isearch-update-ring): Use push.
1155
1156 2003-04-29 Oliver Scholz <epameinondas@gmx.de>
1157
1158 * play/gamegrid.el: Added a comment explaining the various ways to
1159 save a game score on POSIX systems.
1160 (gamegrid-add-score-with-update-game-score): Use `cond' instead of
1161 `if'. Provide for the case that FILE is an absolute filename.
1162 Create the directory "$HOME/.emacs.d/games", if necessary.
1163
1164 2003-04-29 John Paul Wallington <jpw@gnu.org>
1165
1166 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.
1167
1168 2003-04-28 Dave Love <fx@gnu.org>
1169
1170 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Avoid cl warnings
1171 from caaar & al.
1172
1173 2003-04-28 Kenichi Handa <handa@m17n.org>
1174
1175 * international/mule-cmds.el (reset-language-environment):
1176 Raise the priority of mule-utf-8, mule-utf-16-be-with-signature and
1177 mule-utf-16-le-with-signature.
1178
1179 * international/mule-conf.el: Set coding-category-utf-16-be to
1180 mule-utf-16-be-with-signature, coding-category-utf-16-le to
1181 mule-utf-16-le-with-signature. Raise the priority of
1182 coding-category-utf-8, coding-category-utf-16-be, and
1183 coding-category-utf-16-le
1184
1185 2003-04-27 Luc Teirlinck <teirllm@mail.auburn.edu>
1186
1187 * scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
1188 vertical-motion.
1189
1190 2003-04-27 David Ponce <david@dponce.com>
1191
1192 * recentf.el
1193
1194 Major rewrite. The code is reordered, cleaner and faster.
1195 Introduce new options to automatically cleanup the recent list,
1196 and to handle filename transformation (for example to use true
1197 filenames).
1198
1199 (recentf-version): New constant.
1200 (recentf-save-file-header): Move.
1201 (recentf-data-cache): New variable.
1202 (recentf-update-menu-p, recentf-initialized-p): Remove.
1203 (recentf-menu-customization-changed): Move. Doc fix.
1204 (recentf-max-saved-items): Doc fix.
1205 (recentf-save-file): Doc fix. No more expand filename here.
1206 (recentf-exclude, recentf-menu-action)
1207 (recentf-menu-filter): Doc fix.
1208 (recentf-menu-append-commands-flag): Rename from...
1209 (recentf-menu-append-commands-p): Make obsolete.
1210 (recentf-keep-non-readable-files-flag): Rename from...
1211 (recentf-keep-non-readable-files-p): Make obsolete.
1212 (recentf-auto-cleanup, recentf-filename-handler): New options.
1213 (recentf-string-equal, recentf-string-lessp)
1214 (recentf-string-member): New functions.
1215 (recentf-trunc-list): Move.
1216 (recentf-dump-variable): Move. Better code and output format.
1217 (recentf-auto-cleanup-timer): New variable.
1218 (recentf-auto-cleanup): New function.
1219 (recentf-push, recentf-expand-file-name): New functions.
1220 (recentf-add-file): In-line. Use above functions.
1221 (recentf-remove-if-non-readable): In-line. Expand file name.
1222 (recentf-find-file): Use `recentf-remove-if-non-readable'.
1223 (recentf-directory-compare): Move. Use `recentf-string-equal'
1224 and `recentf-string-lessp' to do comparisons.
1225 (recentf-menu-items-for-commands)
1226 (recentf-menu-filter-commands): Move.
1227 (recentf-elements, recentf-make-menu-element)
1228 (recentf-menu-element-item, recentf-menu-element-value)
1229 (recentf-set-menu-element-item, recentf-set-menu-element-value)
1230 (recentf-sub-menu-element-p, recentf-make-default-menu-element)
1231 (recentf-menu-elements): In-line. Some doc fix.
1232 (recentf-apply-menu-filter): Better code.
1233 (recentf-make-menu-items): Doc fix.
1234 Use `recentf-menu-append-commands-flag'.
1235 (recentf-make-menu-item): In-lined. Better code.
1236 (recentf-clear-data): New function.
1237 (recentf-sort-ascending, recentf-sort-descending)
1238 (recentf-sort-basenames-ascending)
1239 (recentf-sort-basenames-descending)
1240 (recentf-sort-directories-ascending)
1241 (recentf-sort-directories-descending)
1242 (recentf-show-basenames-ascending)
1243 (recentf-show-basenames-descending: In-line. Better code. Doc fix.
1244 (recentf-show-basenames)
1245 (recentf-relative-filter): Better code. Doc fix.
1246 (recentf-arrange-by-rule-subfilter): Doc fix. Improve :set code.
1247 (recentf-match-rule-p): Use filename instead of file-path.
1248 (recentf-arrange-by-rule, recentf-build-mode-rules)
1249 (recentf-arrange-by-mode, recentf-build-dir-rules)
1250 (recentf-file-name-nondir)
1251 (recentf-filter-changer-alist): Some doc fix and code cleanup.
1252 (recentf-filter-changer-goto-next): Doc fix.
1253 Call `recentf-clear-data'.
1254 (recentf-filter-changer-get-current)
1255 (recentf-filter-changer-get-next): In-line. Doc fix and better code.
1256 (recentf-filter-changer): Doc fix and better code.
1257 (recentf-cancel-dialog): Doc fix.
1258 (recentf-dialog-mode-map): Initialize in defvar.
1259 (recentf-dialog-mode): Doc fix.
1260 (recentf-track-opened-file): Rename from...
1261 (recentf-add-file-hook): Remove.
1262 (recentf-track-closed-file): Rename from...
1263 (recentf-remove-file-hook): Remove.
1264 (recentf-update-menu-hook): Remove. Replace by...
1265 (recentf-update-menu): New. Better catch unnecessary updates.
1266 Display a message on error.
1267 (recentf-used-hooks): New constant.
1268 (recentf-enabled-p): New function.
1269 (recentf-edit-selected-items)
1270 (recentf-open-files-action)
1271 (recentf-open-files-item-shift): Doc fix.
1272 (recentf-edit-list-action)
1273 (recentf-open-files-item): Doc fix. Code cleanup.
1274 (recentf-edit-list, recentf-open-files)
1275 (recentf-open-more-files): Likewise. Remove autoload cookie.
1276 (recentf-save-list, recentf-cleanup): Likewise. Move.
1277 (recentf-load-list): New command.
1278 (recentf-mode): Better code. Does nothing if enabling the already
1279 enabled mode.
1280
1281 2003-04-27 Alan Mackenzie <acm@muc.de>
1282
1283 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Don't count a "//("
1284 which appears inside a character set.
1285 (regexp-opt-not-groupie*-re): New constant.
1286
1287 2003-04-26 John Paul Wallington <jpw@gnu.org>
1288
1289 * ibuffer.el (ibuffer-name-map, ibuffer-mode-name-map)
1290 (ibuffer-mode-filter-group-map): Initialize in `defvar'.
1291 (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
1292
1293 2003-04-25 Jan Nieuwenhuizen <janneke@gnu.org>
1294
1295 * info.el (Info-unescape-quotes, Info-split-parameter-string)
1296 (Info-display-images-node): New functions for displaying images.
1297 (Info-select-node): Call Info-display-images-node.
1298
1299 2003-04-25 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1300
1301 * files.el (file-relative-name): Recognize "c:/foo" as absolute
1302 file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
1303
1304 2003-04-24 Sam Steingold <sds@gnu.org>
1305
1306 * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
1307 `quit-window' in the fancy diary buffer.
1308
1309 * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let',
1310 not `multiple-value-bind'.
1311
1312 2003-04-24 Lars Hansen <larsh@math.ku.dk>
1313
1314 * subr.el (assq-delete-all): Ignore non-cons elements.
1315
1316 2003-04-24 John Paul Wallington <jpw@gnu.org>
1317
1318 * help-mode.el (help-make-xrefs): Remove extra paren.
1319
1320 2003-04-23 Stefan Monnier <monnier@cs.yale.edu>
1321
1322 * newcomment.el (comment-normalize-vars): Prompt the user for
1323 the comment-start to use rather than signalling an error. Fix regexp.
1324 (uncomment-region): Don't leave half-removed comment markers.
1325
1326 2003-04-23 Richard M. Stallman <rms@gnu.org>
1327
1328 * mail/sendmail.el (mail-send-and-exit): Make arg optional.
1329
1330 * files.el (view-read-only): Doc fix.
1331
1332 * simple.el (back-to-indentation): Call backward-prefix-chars.
1333
1334 * help-mode.el (help-make-xrefs): Clean up the loop that scans
1335 over a keymap inserted by \\{...}; it now stops at end of buffer.
1336
1337 * filesets.el: Don't call filesets-init.
1338
1339 * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
1340 compile a defalias form, unless byte-compile-compatibility.
1341
1342 * progmodes/scheme.el (scheme-mode-syntax-table):
1343 Use prefix syntax for ', `, comma, @ and #.
1344
1345 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1346 Give @ prefix syntax.
1347
1348 2003-04-23 Andre Spiegel <spiegel@gnu.org>
1349
1350 * vc-cvs.el (vc-cvs-stay-local): Keep the old default.
1351 Simplify doc string.
1352
1353 2003-04-23 Wolfgang Scherer <wolfgang.scherer@gmx.de>
1354
1355 * vc-cvs.el (vc-cvs-stay-local): Allow lists of host regexps.
1356 (vc-cvs-stay-local-p): Handle them.
1357 (vc-cvs-parse-root): New function, used by the above.
1358
1359 2003-04-22 Stefan Monnier <monnier@cs.yale.edu>
1360
1361 * vc-mcvs.el (vc-mcvs-root): Cache the result.
1362 (vc-mcvs-registered): Simplify. Use file-relative-name.
1363 (vc-mcvs-register): Simplify. Don't burp if MCVS/TYPES doesn't exist.
1364 (vc-mcvs-command): Filter F-NN names in the output for diff and log.
1365
1366 2003-04-21 Stefan Monnier <monnier@cs.yale.edu>
1367
1368 * info.el (Info-default-dirs): New fun extracted from Info-initialize.
1369 (info-initialize): Use it. Obey the "final :" convention for INFOPATH.
1370
1371 * textmodes/fill.el (fill-region-as-paragraph):
1372 Fix "last line goes to fill-column+1" problem.
1373
1374 * emacs-lisp/bytecomp.el (byte-compile-defvar): Improve message.
1375
1376 2003-04-20 Richard M. Stallman <rms@gnu.org>
1377
1378 * simple.el (kill-line): Doc fix.
1379
1380 2003-04-20 Sam Steingold <sds@gnu.org>
1381
1382 * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
1383
1384 2003-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1385
1386 * which-func.el (which-func-modes): Add f90-mode.
1387 (which-function): Handle imenu submenus.
1388
1389 * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs compatible.
1390
1391 * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
1392 font-lock-variable-name-face in declarations.
1393 Highlight continuation characters.
1394 (f90-indent-new-line): Remove direct call to f90-indent-line-no,
1395 f90-update-line.
1396 (f90-abbrev-start): Fix XEmacs compatibility.
1397
1398 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
1399
1400 * vc-mcvs.el: New file.
1401
1402 * vc-cvs.el (vc-cvs-dir-state): Use vc-cvs-command.
1403 (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
1404 (vc-cvs-merge-news): Simplify.
1405 (vc-cvs-diff): Remove unused var `options'.
1406 (vc-cvs-parse-entry): Use the same algorithm as cvs does.
1407
1408 2003-04-19 Richard M. Stallman <rms@gnu.org>
1409
1410 * desktop.el (desktop-buffer-mh): Don't require mh-e;
1411 it causes trouble in compilation.
1412
1413 * add-log.el (add-log-current-defun-function): Add autoload cookie.
1414
1415 * newcomment.el (comment-use-syntax): Add autoload cookie.
1416
1417 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1418 (byte-recompile-directory): Don't use byte-goto-log-buffer.
1419 Instead, set default-directory and then call compilation-mode.
1420 (byte-compile-from-buffer): Force byte-compile-last-position
1421 to end of buffer before issuing final warnings.
1422
1423 2003-04-18 Stefan Monnier <monnier@cs.yale.edu>
1424
1425 * emulation/cua-base.el (cua-mode): Use define-minor-mode.
1426 (cua-global-mark-face): Fix face format.
1427
1428 * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
1429 if the body didn't do so already.
1430 (easy-mmode-define-keymap): Remove unused var `suppress'.
1431
1432 * view.el (view-read-only): Move to files.el.
1433 * files.el (view-read-only): Move from view.el.
1434
1435 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
1436
1437 * files.el (view-read-only): Don't declare a second time.
1438 (find-file-read-only, find-file-read-only-other-window)
1439 (find-file-read-only-other-frame): Check that file does exist.
1440 (large-file-warning-threshold): New custom.
1441 (find-file-noselect): Use it.
1442 (report-errors): New macro.
1443 (normal-mode): Use it.
1444 (toggle-read-only): Really toggle, even if view-mode is on.
1445 (parse-colon-path): Remove unused `cd-prefix' var.
1446 (make-backup-file-name-1): Remove unused `failed' var.
1447 (basic-save-buffer): Remove unused `tempsetmodes' var.
1448 (basic-save-buffer-2): Remove unused `temp' var.
1449 (insert-directory): Remove unused `available' var.
1450
1451 2003-04-17 John Paul Wallington <jpw@gnu.org>
1452
1453 * hexl.el (hexl-find-file): Bind `default-major-mode' to
1454 `fundamental-mode'.
1455
1456 2003-04-16 Stefan Monnier <monnier@cs.yale.edu>
1457
1458 * reveal.el (reveal-post-command): Use overlay-get for overlays.
1459
1460 2003-04-16 Kenichi Handa <handa@m17n.org>
1461
1462 * international/mule-cmds.el (describe-language-environment):
1463 At first, require all necessary features.
1464
1465 2003-04-16 Dave Love <fx@gnu.org>
1466
1467 * progmodes/xscheme.el: Moved from lisp directory.
1468
1469 2003-04-16 Glenn Morris <gmorris@ast.cam.ac.uk>
1470
1471 * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
1472 (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
1473 (f90-comment-region, f90-indent-line, f90-indent-region)
1474 (f90-find-breakpoint, f90-block-match): Trivial simplifications.
1475 (f90-looking-at-do, f90-looking-at-select-case)
1476 (f90-looking-at-if-then, f90-looking-at-where-or-forall):
1477 Drop XEmacs 19 support and simplify.
1478 (f90-indent-new-line): No need for case-fold-search. Simplify.
1479 (f90-fill-region): Make marker nil when done. Simplify.
1480
1481 * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
1482
1483 2003-04-16 Richard M. Stallman <rms@gnu.org>
1484
1485 * man.el (Man-follow-manual-reference): Don't require match
1486 when calling completing-read.
1487
1488 2003-04-15 Glenn Morris <gmorris@ast.cam.ac.uk>
1489
1490 * progmodes/fortran.el: Whitespace changes, some re-ordering of
1491 code, trivial commentary change.
1492 (fortran, fortran-indent, fortran-comment)
1493 (fortran-tab-mode-default, fortran-continuation-indent)
1494 (fortran-comment-indent-style, fortran-blink-matching-if)
1495 (fortran-continuation-string, fortran-electric-line-number)
1496 (fortran-break-before-delimiters, fortran-mode-hook)
1497 (fortran-end-prog-re, fortran-imenu-generic-expression):
1498 Minor doc changes.
1499 (fortran-tab-mode-minor-mode-string): New variable.
1500 (fortran-tab-mode-string): Now customization is meaningful.
1501 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1502 (fortran-analyze-depth): Use defcustom.
1503 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
1504 (fortran-break-line, fortran-prepare-abbrev-list-buffer)
1505 (fortran-auto-fill): Add doc string.
1506 (fortran-type-types): New constant (was local to let binding).
1507 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
1508 (fortran-font-lock-syntactic-keywords): Initialize in defvar.
1509 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now
1510 depth of fortran-type-types has changed. Remove extra and.
1511 (fortran-mode-menu): Minor re-organization. Use lookup-key.
1512 (fortran-mode): Doc changes. Some re-organization.
1513 Use fortran-tab-mode-minor-mode-string.
1514 (fortran-comment-indent): Add doc string. Move save-excursion.
1515 Use 1+.
1516 (fortran-indent-comment, fortran-fill-statement):
1517 Change interactive spec. Use unless.
1518 (fortran-comment-region): Doc change. Reverse logic of arg
1519 test. Use zerop.
1520 (fortran-abbrev-start, fortran-split-line)
1521 (fortran-electric-line-number, fortran-indent-subprogram)
1522 (fortran-strip-sequence-nos): Change interactive spec.
1523 (fortran-remove-continuation): Add doc string. Use when.
1524 (fortran-numerical-continuation-char): Doc change. Use 1+.
1525 (fortran-previous-statement, fortran-next-statement)
1526 (fortran-beginning-do, fortran-calculate-indent)
1527 (fortran-end-do, fortran-end-if, fortran-beginning-if):
1528 Use zerop, 1+, 1-.
1529 (fortran-blink-match, fortran-check-for-matching-do): Use when.
1530 (fortran-indent-line): Change interactive spec. Remove un-needed
1531 if. Use when.
1532 (fortran-indent-to-column): Doc change. Use when, unless.
1533 (fortran-find-comment-start-skip): No longer interactive.
1534 (fortran-analyze-file-format): Minor doc change.
1535 Remove un-needed setq.
1536 (minor-mode-alist): Use add-to-list.
1537 (fortran-fill-paragraph): Change interactive spec, doc string.
1538
1539 * progmodes/f90.el: Whitespace changes, trivial commentary changes.
1540 (f90, f90-indent, f90-program-indent, f90-continuation-indent)
1541 (f90-indented-comment-re, f90-imenu-generic-expression)
1542 (f90-mark-subprogram, f90-join-lines): Minor doc changes.
1543 (f90-menu): Shift definition to initialization of f90-mode-map.
1544 Add customization section.
1545 (f90-mode): Minor doc change. Do not call easy-menu-add.
1546 Set `beginning-of-defun-function' and `end-of-defun-function' to
1547 appropriate F90 functions.
1548 (f90-indent-line, f90-indent-line, f90-indent-subprogram)
1549 (f90-break-line, f90-do-auto-fill, f90-insert-end)
1550 (f90-upcase-keywords, f90-capitalize-keywords)
1551 (f90-downcase-keywords): Change interactive spec.
1552
1553 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
1554
1555 * font-lock.el (font-lock-multiline, font-lock-fontified)
1556 (font-lock-set-defaults): Move back from font-core.el and merge
1557 it back with font-lock-set-defaults-1.
1558 (font-lock-mode-internal): New function (basically the body of
1559 the old font-lock-mode minor mode).
1560
1561 * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
1562 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1563 Move back to font-lock.el
1564 (font-lock-default-function): Use font-lock-mode-internal.
1565
1566 * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
1567 (recover-file): Abbreviate file name in messages.
1568
1569 * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
1570 (tex-font-lock-keywords-2): Comment out unused var `type'.
1571 (tex-guess-mode): New name for old `tex-mode'.
1572 (tex-mode): Make it a derived mode of text-mode.
1573 (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
1574 (tex-common-initialization): Don't setup syntax-table any more.
1575 (tex-validate-buffer): Remove unused var `oend'.
1576 Use with-current-buffer and line-beginning-position.
1577 (tex-recenter-output-buffer): Remove unused var `old-buffer'.
1578 (latex-indent): Return `noindent' if no indentation can happen.
1579 (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
1580 (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
1581 (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
1582
1583 * font-lock.el (font-lock-preprocessor-face): New var and face.
1584
1585 2003-04-14 Andrew Choi <akochoi@shaw.ca>
1586
1587 * term/mac-win.el: Unconditionally set process-connection-type to nil.
1588
1589 2003-04-14 Richard M. Stallman <rms@gnu.org>
1590
1591 * derived.el (define-derived-mode): Make generated code work in
1592 Emacs versions that do not have run-mode-hooks.
1593
1594 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1595 At end of buffer, run the global binding of the same key.
1596
1597 * international/mule.el (after-insert-file-set-coding):
1598 Properly treat INSERTED as number of characters, for both
1599 for both the argument and the value.
1600
1601 * desktop.el (desktop-base-file-name):
1602 Renamed from desktop-basefilename. Add defvaralias.
1603
1604 2003-04-14 John Paul Wallington <jpw@gnu.org>
1605
1606 * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
1607 (x-must-resolve-font-name): Fix error message typo.
1608
1609 2003-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1610
1611 * progmodes/fortran.el (fortran-previous-statement): Check for
1612 fortran-continuation-string.
1613 (fortran-calculate-indent): Do not add extra whitespace to
1614 strings broken over lines.
1615 (fortran-fill): Handle long strings that must be broken.
1616
1617 2003-04-13 Michael Albinus <Michael.Albinus@alcatel.de> (tiny change)
1618
1619 * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
1620 expansion is a symlink, expand again.
1621 (ange-ftp-file-symlink-p): Return target of symlink literally.
1622
1623 2003-04-13 Masatake YAMATO <jet@gyve.org>
1624
1625 * bindings.el (toplevel): Don't change the face
1626 of major-mode on the mode line. Setting the face on
1627 the mode line code is installed by my mistake in
1628 my last change.
1629
1630 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1631
1632 * add-log.el (change-log-version-number-search): Fix old bug.
1633 (add-change-log-entry): Avoid inserting the same funname again.
1634 (add-log-indent-text): New var.
1635 (add-log-indent): New fun.
1636 (change-log-mode): Use it.
1637
1638 * net/browse-url.el: Don't autoload all these defcustoms.
1639 (browse-url-default-macosx-browser): New fun.
1640 (browse-url-browser-function): Use it for system-type = darwin.
1641 (browse-url-usr1-signal): Remove.
1642 (browse-url-mosaic): Use SIGUSR1 directly instead.
1643 (browse-url-gnome-moz-program): New var.
1644 (browse-url-gnome-moz, browse-url-default-browser): Use it.
1645
1646 * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
1647 (byte-compile-const-variables): New var.
1648 (byte-compile-close-variables): Reset it.
1649 (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
1650 (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
1651 (byte-compile-variable-ref): Use it and improve warning message.
1652 (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
1653 (byte-compile-lapcode): Remove unused vars.
1654 (byte-compile-eval): Fix thinko in handling of old-autoloads.
1655 (byte-recompile-directory): Use the expanded form for directory.
1656 (byte-compile-track-mouse): Use modern backquote syntax.
1657 (byte-compile-defvar): Detect and properly handle (defconst a).
1658 (byte-compile-defalias-warn): Remove unused arg `alias'.
1659 (byte-compile-defalias): Update call.
1660
1661 2003-04-13 Masatake YAMATO <jet@gyve.org>
1662
1663 * help.el (describe-minor-mode): New function implementation.
1664 Accept both minor mode string and minor mode indicator.
1665 (describe-minor-mode-completion-table-for-indicator)
1666 (describe-minor-mode-completion-table-for-symbol): New functions.
1667 minor-mode-list is used here.
1668 (describe-minor-mode-from-symbol):
1669 Renamed from (old) describe-minor-mode.
1670 Use describe-minor-mode-completion-table-for-symbol.
1671 Don't use eval. Just use symbol-name.
1672 (describe-minor-mode-from-indicator): Document is updated.
1673 Use `format-mode-line'.
1674 Use describe-minor-mode-from-symbol instead of describe-minor-mode.
1675 Use describe-minor-mode-completion-table-for-indicator.
1676 (expand-minor-mode-indicator-object): Remove.
1677 (lookup-minor-mode-from-indicator): Remove the fist white
1678 space from both indicator and anindicator before comparing them.
1679
1680 * bindings.el (mode-line-major-mode-keymap)
1681 (mode-line-minor-mode-keymap): Define keys for the maps
1682 here in `defvar'.
1683
1684 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1685
1686 * server.el (server-socket-name): Use new safe location for socket.
1687 (server-ensure-safe-dir): New fun.
1688 (server-start): Use it and letf.
1689 (server-process-filter): Re-enable the -eval feature.
1690
1691 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1692
1693 * play/gomoku.el (gomoku-buffer-name): New constant.
1694 (gomoku-mode): Doc fix. Add call to kill-all-local-variables.
1695 (gomoku): Do not call gomoku-switch-to-window directly.
1696 (gomoku-prompt-for-other-game): Throw an error if no new game.
1697 (gomoku-switch-to-window): Use gomoku-buffer-name.
1698
1699 * progmodes/f90.el (f90-abbrev-start): Only offer help if
1700 abbrev-mode is active.
1701 (f90-join-lines): Make it behave more like standard join-line.
1702 (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
1703
1704 * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
1705 abbrev-mode is active.
1706
1707 2003-04-12 John Paul Wallington <jpw@gnu.org>
1708
1709 * help-fns.el (help-add-fundoc-usage): Pass an empty string to
1710 `format' if no newlines are necessary.
1711
1712 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
1713
1714 * bindings.el (global-map): Bind [select-window].
1715
1716 2003-04-11 John Paul Wallington <jpw@gnu.org>
1717
1718 * type-break.el (type-break-warning-countdown-string): Doc fix.
1719
1720 2003-04-11 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
1721
1722 * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
1723 place of parenthesis.
1724
1725 2003-04-11 Masatake YAMATO <jet@gyve.org>
1726
1727 * progmodes/etags.el (select-tags-table-mode-map):
1728 Don't create new keymap. Instead copy from button-buffer-map.
1729 Bind push-button to `t' instead of binding
1730 select-tags-table-select directly
1731 (tags-select-tags-table): New button.
1732 (select-tags-table): Put a button for each selections.
1733
1734 2003-04-11 Kenichi Handa <handa@m17n.org>
1735
1736 * international/mule.el:
1737 Don't set after-insert-file-adjust-coding-function.
1738 (after-insert-file-set-coding):
1739 Renamed from after-insert-file-set-buffer-file-coding-system.
1740
1741 2003-04-11 Kenichi Handa <handa@m17n.org>
1742
1743 * international/quail.el (quail-guidance-str)
1744 (quail-guidance-frame): New variables.
1745 (quail-guidance-win): Delete this variable.
1746 (quail-setup-overlays): Make overlay not rear-advancing.
1747 (quail-kill-guidance-buf): Delete this function.
1748 (quail-activate): Add/remove quail-show-guidance to/from
1749 post-command-hook.
1750 (quail-input-method): Don't setup quail-guidance-buf.
1751 Initialize quail-guidance-str to "".
1752 (quail-start-translation): Call quail-show-guidance at first.
1753 (quail-start-conversion): Likewise.
1754 (quail-terminate-translation): Don't erase quail-guidance-buf.
1755 (quail-update-translation): Stretch overlays if their starting and
1756 ending positions are same.
1757 (quail-update-current-translations): Check the width of the
1758 current window, not the width of quail-guidance-win.
1759 (quail-make-guidance-frame): Delete the arg BUF. Fix position
1760 calculation. Don't set the window buffer, just return the new frame.
1761 (quail-minibuffer-message): New function.
1762 (quail-show-guidance): Renamed from quail-show-guidance-buf.
1763 Use message and quail-minibuffer-message to display the guidance.
1764 (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
1765 Only delete quail-guidance-frame.
1766 (quail-update-guidance): Just update quail-guidance-str, not
1767 display it.
1768 (quail-get-translations): Renamed from quail-show-translations.
1769 Return a string instead of inserting it in quail-guaidance-buf.
1770
1771 2003-04-11 Kenichi Handa <handa@m17n.org>
1772
1773 * international/mule-cmds.el (sort-coding-systems): Set lower
1774 priority to a utf-16 base coding system. Set higher priority to a
1775 coding system listed in coding-category-list.
1776
1777 2003-04-10 Juanma Barranquero <lektu@terra.es>
1778
1779 * frame.el (modify-all-frames-parameters): Deleted.
1780
1781 2003-04-10 Sebastian Tennant <seb@albert.vcisp.net> (tiny change)
1782
1783 * desktop.el (desktop-buffer-file): Restore major-mode if it is
1784 different from the normal mode.
1785
1786 2003-04-10 Kenichi Handa <handa@m17n.org>
1787
1788 * international/mule.el:
1789 Set after-insert-file-adjust-coding-function to
1790 after-insert-file-set-buffer-file-coding-system instead of adding
1791 it to after-insert-file-functions.
1792
1793 * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
1794 the case of replacing multibyte characters.
1795
1796 2003-04-09 Richard M. Stallman <rms@gnu.org>
1797
1798 * files.el (file-chase-links): Fix previous change.
1799
1800 2003-04-09 Juanma Barranquero <lektu@terra.es>
1801
1802 * frame.el (new-frame): Add obsolescence declaration.
1803
1804 2003-04-09 Ehud Karni <ehud@unix.mvs.co.il>
1805
1806 * frame.el (set-frame-font): Allow keeping frame size after
1807 changing font.
1808 (modify-all-frames-parameters): New function to change parameters
1809 in all existing and future frames.
1810
1811 2003-04-09 Thien-Thi Nguyen <ttn@gnu.org>
1812
1813 * man.el (Man-heading-regexp): Accept hyphen.
1814
1815 2003-04-09 Kenichi Handa <handa@m17n.org>
1816
1817 * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
1818
1819 * international/mule-conf.el: Register ?\221 and ?\226 in
1820 latin-extra-code-table.
1821
1822 2003-04-08 Richard M. Stallman <rms@gnu.org>
1823
1824 * subr.el (minor-mode-list): New variable.
1825 (add-minor-mode): Add to it.
1826
1827 * files.el (file-chase-links): New arg LIMIT.
1828 After that many iterations, just return what we've got.
1829
1830 * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
1831 use single-key-description.
1832
1833 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1834 At end of buffer, just call `newline'.
1835
1836 * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
1837 no From field, still try to use the To field.
1838
1839 2003-04-09 Kenichi Handa <handa@m17n.org>
1840
1841 * international/mule-diag.el (print-coding-system-briefly):
1842 If DOC-STRING is `tightly', print the doc-string tightly.
1843 (list-coding-systems-1): Sort coding systems.
1844 Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
1845
1846 2003-04-08 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1847
1848 * net/tramp.el: Version 2.0.33 released.
1849 Change coding cookie to `iso-2022-7bit' for XEmacs
1850 compatibility. (From Steve Youngs <youngs@xemacs.org>.)
1851
1852 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
1853
1854 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1855 Do not disable file name handlers for `file-exists-p' and
1856 `file-directory-p'.
1857
1858 2003-04-08 Kenichi Handa <handa@m17n.org>
1859
1860 * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
1861
1862 * international/utf-16.el (utf-16-le-decode-loop)
1863 (utf-16-be-decode-loop): New temporary variables.
1864 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
1865 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
1866 (ccl-decode-mule-utf-16-le-with-signature)
1867 (ccl-decode-mule-utf-16-be-with-signature)
1868 (ccl-decode-mule-utf-16): New CCL programs.
1869 (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
1870 variables.
1871 (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
1872 (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
1873 (ccl-encode-mule-utf-16-le-with-signature)
1874 (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
1875 (mule-utf-16-post-read-conversion): New function.
1876 (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
1877 (mule-utf-16): New coding systems.
1878 (utf-16-le-with-signature, utf-16-be-with-signature),
1879 (utf-16): Aliases of the above coding systems.
1880
1881 2003-04-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1882
1883 * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
1884 to match symbols. This makes CC Mode cope with the full range
1885 of identifier characters in e.g. Java.
1886
1887 2003-04-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
1888
1889 * xt-mouse.el (xterm-mouse-event-read): New function.
1890 (xterm-mouse-event): Use it to get xterm sequences above #x7f.
1891 Suggested by Aman Bhargava <emacs-bug@amanb.net>.
1892
1893 2003-04-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1894
1895 * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
1896 all cases, whether or not start-process is fboundp.
1897
1898 2003-04-06 Richard M. Stallman <rms@gnu.org>
1899
1900 * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
1901 rather than easy-menu-change.
1902
1903 * dired.el (dired-view-file): Let viewer program run asynchronously.
1904
1905 2003-04-06 Ben North <ben@redfrontdoor.org> (tiny change)
1906
1907 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1908 Correct the starting point for previous-single-property-change.
1909
1910 2003-04-06 Lars Hansen <larsh@math.ku.dk>
1911
1912 * desktop.el: Handle multiple desktop files in different dirs.
1913 Other cleanups.
1914 Command line option --no-desktop introduced.
1915 (desktop-read): Record buffers in the desktop file in
1916 the same order as that in the buffer list,
1917 (desktop-save): Put buffers in the order given in desktop file,
1918 regardless of what handlers do.
1919 (desktop-file-version): New variable. Version number of desktop
1920 file format.
1921 (desktop-create-buffer-form): Variable deleted.
1922 (desktop-save): New customizable variable.
1923 (desktop-kill): Use `desktop-save'.
1924 (desktop-file-name-format): New option: format in
1925 which desktop file names should be saved.
1926 (desktop-file-name): New function to convert a filename to the
1927 format specified in `desktop-file-name-format'.
1928 (desktop-create-buffer): Parameters renamed to descriptive
1929 systematic names. These parameters are visible to handlers.
1930 Renames:
1931 ver -> desktop-file-version
1932 mim -> desktop-buffer-minor-modes
1933 pt -> desktop-buffer-point
1934 mk -> desktop-buffer-mark
1935 ro -> desktop-buffer-read-only
1936 locals -> desktop-buffer-locals
1937 (desktop-buffer-major-mode, desktop-buffer-file-name)
1938 (desktop-buffer-name): Delete unused customizable variables.
1939 (desktop-buffer-misc): Delete unused variable.
1940 (desktop-save, desktop-buffer-dired-misc-data):
1941 Use `desktop-file-name'.
1942 (desktop-path): New customizable variable. List of directories in
1943 which to lookup the desktop file. Replaces hardcoded list.
1944 (desktop-globals-to-clear): New variable replaces hardcoded list.
1945 (desktop-clear-preserve-buffers-regexp): New customizable variable.
1946 (desktop-after-read-hook): New hook run after a desktop is read.
1947 (desktop-no-desktop-file-hook): New hook when no desktop file found.
1948 (desktop-change-dir): New function.
1949 (desktop-save-in-load-dir): New function. Save desktop in
1950 directory from which it was loaded.
1951 (desktop-revert): New function. Revert to the last loaded desktop.
1952
1953 2003-04-06 Masatake YAMATO <jet@gyve.org>
1954
1955 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
1956 find-file-of-tag to avoid name space pollution.
1957 (tag-find-file-of-tag-noselect): Likewise.
1958 (etags-list-tags, etags-tags-apropos):
1959 Use tag-find-file-of-tag instead of find-file-of-tag.
1960
1961 2003-04-06 Masatake YAMATO <jet@gyve.org>
1962
1963 * info.el (Info-goto-emacs-command-node): If command
1964 is given as a string, convert it to a symbol.
1965
1966 2003-04-05 Kevin Ryde <user42@zip.com.au>
1967
1968 * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
1969
1970 2003-04-05 Andre Spiegel <spiegel@gnu.org>
1971
1972 * vc-cvs.el (vc-cvs-get-entries): New function that uses the
1973 right coding system for accessing CVS/Entries.
1974 (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
1975
1976 2003-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1977
1978 * subr.el (number-sequence): Adjust code.
1979
1980 2003-04-04 Stefan Monnier <monnier@cs.yale.edu>
1981
1982 * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
1983 (refill-fill-paragraph-at): Don't skip prefix since markers work right.
1984
1985 * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
1986 (fill-paragraph): Don't skip prefix now that markers work right.
1987
1988 2003-04-04 John Paul Wallington <jpw@gnu.org>
1989
1990 * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
1991 property dynamically respects `tooltip-mode'.
1992 (define-ibuffer-column name): Likewise.
1993
1994 * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
1995
1996 2003-04-04 Masatake YAMATO <jet@gyve.org>
1997
1998 * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
1999 New helper functions.
2000 (snarf-tag-function): Doc string is changed. Explained about new
2001 optional argument, `use-explicit'.
2002 (etags-snarf-tag): Add one optional argument `use-explicit'.
2003 (file-of-tag-function): Doc string is changed. Explained about new
2004 optional argument, `relative'.
2005 (file-of-tag): Doc string is changed. Explained about new optional
2006 argument, `relative'. Pass `relative' to `file-of-tag-function'.
2007 (etags-file-of-tag): Add new argument `relative`.
2008 (list-tags): Set `buffer-read-only' to t after making the major mode
2009 apropos-mode.
2010 (etags-list-tags): Use `make-text-button' instead of
2011 `add-text-properties'. Used `snarf-tag-function',
2012 `goto-tag-location-function' and `find-file-of-tag' instead of
2013 `find-tag-other-window' (it's too simple).
2014 (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
2015 `find-file'.
2016 (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
2017 `find-file'. Do not use `etags-goto-tag-location` directly; use
2018 `goto-tag-location-function' instead. Print relative file paths
2019 instead of complete ones in *Tags List* buffer, so lines in the
2020 buffer become shorter.
2021 (etags-tags-apropos-additional): Use `make-text-button' instead of
2022 `add-text-properties'.
2023
2024 2003-04-04 Andreas Schwab <schwab@suse.de>
2025
2026 * net/tramp.el (tramp-send-string): Handle empty string.
2027
2028 2003-04-03 Richard M. Stallman <rms@gnu.org>
2029
2030 * emacs-lisp/easymenu.el (easy-menu-define):
2031 Don't make a defvar for nil.
2032 (easy-menu-convert-item-1): Doc fix.
2033 (easy-menu-change): Call easy-menu-create-menu.
2034
2035 * subr.el (read-quoted-char): Remember the input char
2036 before translation thru function-key-map, and use that for unreading.
2037
2038 * shadowfile.el (shadow-parse-fullname):
2039 Renamed from shadow-parse-fullpath.
2040 (shadow-parse-name): Renamed from shadow-parse-path.
2041 (shadow-make-fullname): Renamed from shadow-make-fullpath.
2042 (shadow-replace-name-component): Was shadow-replace-path-component.
2043 Callers of the above functions changed.
2044 (shadow-expand-cluster-in-file-name): Doc fix.
2045 (shadow-same-site, shadow-file-match): Doc fix.
2046 (shadow-define-literal-group): Doc fix.
2047
2048 * kmacro.el (kmacro-end-and-call-macro): Doc fix.
2049
2050 * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
2051
2052 * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
2053 (hack-local-variables): When MODE-ONLY is set, pass it along to
2054 hack-local-variables-prop-line.
2055
2056 * delsel.el (delete-active-region): Don't explicitly deactivate mark.
2057
2058 2003-04-03 Masatake YAMATO <jet@gyve.org>
2059
2060 * progmodes/etags.el: Require button.el.
2061 (etags-tags-apropos): Use `make-text-button' instead of
2062 `add-text-properties'. Use `snarf-tag-function' and
2063 `etags-goto-tag-location' instead of `find-tag-other-window' (it's
2064 too simple).
2065
2066 * man.el (Man-xref-header-file): Fix previous change.
2067
2068 2003-04-03 Kenichi Handa <handa@m17n.org>
2069
2070 * subr.el (number-sequence): New function.
2071
2072 2003-04-02 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
2073
2074 * sort.el (sort-reorder-buffer): Fix saving of markers at the end
2075 of the sorted region.
2076
2077 2003-04-02 Masatake YAMATO <jet@gyve.org>
2078
2079 * woman.el (woman-xref): Removed.
2080 (woman-mode): Use `Man-highlight-references' instead of
2081 `WoMan-highlight-references'.
2082 (WoMan-highlight-references): Removed.
2083
2084 * man.el (toplevel): Require button.
2085 (Man-header-file-path): New option.
2086 (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
2087 (Man-file-name-regexp, Man-normal-file-prefix-regexp)
2088 (Man-header-regexp, Man-normal-file-regexp): New variables.
2089 (Man-mode-map): Inherit from `button-buffer-map'. Don't define
2090 "\r" and mouse-2 directly. These key are defined in
2091 `button-buffer-map'.
2092 (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
2093 New buttons. `Man-xref-man-page' comes from woman.el.
2094 (man-follow-mouse): Removed.
2095 (Man-fontify-manpage): Use `Man-highlight-references' instead of
2096 calling `add-text-properties' directly.
2097 (Man-highlight-references, Man-highlight-references0): New functions.
2098 (Man-view-header-file): New function.
2099
2100 2003-04-02 Stefan Monnier <monnier@cs.yale.edu>
2101
2102 * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
2103 the trailing space since fill.el doesn't remove it anymore.
2104 (refill-mode): Reset fill-paragraph-function even if it was nil.
2105
2106 * textmodes/fill.el (fill-region-as-paragraph):
2107 Don't remove space at end of paragraph: it makes refill.el unusable.
2108 Remove obsolete `save-restriction'.
2109 (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
2110 (fill-delete-newlines): Don't add a trailing space.
2111 (fill-newline): Don't leave markers before the prefix.
2112
2113 * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
2114 New functions.
2115 (asm-mode): Use them in indent-line-function.
2116 Set tab-always-indent to nil to stay closer to previous tab behavior.
2117 Set comment-add. Remove space at end of comment-add.
2118 (asm-newline): Obsolete. Use newline-and-indent instead.
2119 (asm-mode-map): Remove TAB binding.
2120 (asm-code-level-empty-comment-pattern)
2121 (asm-flush-left-empty-comment-pattern)
2122 (asm-inline-empty-comment-pattern): Remove.
2123 (asm-comment): Use newcomment functions instead.
2124 (asm-colon): Don't tab if colon is not after a label.
2125 (asm-line-matches, asm-pop-comment-level): Remove.
2126
2127 2003-04-02 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2128
2129 * emulation/crisp.el (top-level): Quote second arg to
2130 `eval-after-load'.
2131
2132 2003-04-02 Miles Bader <miles@gnu.org>
2133
2134 * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
2135
2136 2003-04-01 Stefan Monnier <monnier@cs.yale.edu>
2137
2138 * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
2139 that do not depend on asm-comment-char.
2140 (asm-mode-map): Declare and init at the same time.
2141 (asm-code-level-empty-comment-pattern)
2142 (asm-flush-left-empty-comment-pattern)
2143 (asm-inline-empty-comment-pattern): Use \s< so they do not depend
2144 on asm-comment-char. Turn them into constants.
2145 (asm-mode): Simplify.
2146 (asm-line-matches): Remove unused arg.
2147
2148 2003-04-01 Dave Love <fx@gnu.org>
2149
2150 * time.el: Doc fixes.
2151 (display-time-mail-face): Change :type and default to nil.
2152 (display-time-mail-icon): Use pbm, not xbm.
2153 (display-time-mail-string): New.
2154 (display-time-string-forms): Use display-time-mail-string.
2155 Add checks in display property.
2156
2157 2003-04-01 Kenichi Handa <handa@m17n.org>
2158
2159 * language/indian.el (indian-font-char-index-table): Fix the
2160 order of CDAC fonts.
2161
2162 2003-04-01 Kim F. Storm <storm@cua.dk>
2163
2164 * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
2165 (set-mark-command): Unconditionally repeat pop-global-mark without
2166 C-x prefix. Fix doc.
2167
2168 * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
2169 pop-global-mark without C-x prefix. Fix doc.
2170
2171 2003-03-31 Stefan Monnier <monnier@cs.yale.edu>
2172
2173 * reveal.el (reveal-post-command): Better error handling.
2174
2175 2003-03-31 Nick Roberts <nick@nick.uklinux.net>
2176
2177 * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
2178 so that it can run on NT also.
2179
2180 2003-03-31 Masatake YAMATO <jet@gyve.org>
2181
2182 * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
2183 comments.
2184
2185 * bindings.el (mode-line-major-mode-keymap): New variable.
2186 (mode-line-minor-mode-help): New function, bound to
2187 mode-line-minor-mode-keymap.
2188 (mode-line-modes): Split mode-line-mode definitions to
2189 mode-name, mode-line-process and minor-mode-alist.
2190 For mode-name, mode-line-major-mode-keymap is used.
2191
2192 * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
2193 (lookup-minor-mode-from-indicator): New functions.
2194
2195 2003-03-31 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2196
2197 * files.el (file-relative-name): Remove superfluous `and'.
2198 Clarify docstring. From Lars Hansen.
2199
2200 2003-03-31 Kenichi Handa <handa@m17n.org>
2201
2202 * international/utf-16.el (ccl-decode-mule-utf-16-le):
2203 Don't assume the signature bytes.
2204 (ccl-decode-mule-utf-16-be): Likewise.
2205 (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
2206 (ccl-encode-mule-utf-16-be): Likewise.
2207
2208 2003-03-30 Kevin Ryde <user42@zip.com.au>
2209
2210 * info-look.el (sh-mode): Add doc-specs for commands and variables.
2211
2212 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2213
2214 * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
2215 replaces variable utf-translate-cjk which must be set via Custom.
2216
2217 * files.el (file-relative-name): If FILENAME and DIRECTORY are on
2218 different drives (on DOS/Windows) or use different handlers, do
2219 like `expand-file-name' on FILENAME and return an absolute name.
2220 From Lars Hansen <larsh@math.ku.dk>.
2221
2222 * tramp.el: Version 2.0.31 released.
2223 (tramp-handle-expand-file-name): Do not allow ".." to
2224 cross file handler boundaries, so that "/user@host:/../foo"
2225 expands to itself, rather than "/foo". This is intended to work
2226 in conjunction with a change in `file-relative-name' which makes
2227 sure to use absolute file names if FILE and DIRECTORY have
2228 different handlers.
2229 (tramp-handle-insert-directory): Comment out XEmacs
2230 kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2231
2232 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
2233
2234 * trampver.el: New file, to support Autoconf in Tramp CVS repository.
2235 * tramp.el (tramp-version, tramp-bug-report-address): Move to
2236 trampver.el, which is required now.
2237 (tramp-chunksize): Type can be nil as well.
2238 Reported by Markus Rost <rost@math.ohio-state.edu>.
2239 * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
2240 listing entry more robust. Ranges from 10 chars (Samba 1) to 7-9
2241 chars (Samba 2).
2242
2243 2003-03-29 John Paul Wallington <jpw@gnu.org>
2244
2245 * international/mule.el (with-category-table): Use `make-symbol'
2246 to avoid variable capture. Set table within `unwind-protect'.
2247 Ensure table is restored in correct buffer. Add docstring.
2248
2249 2003-03-29 Kenichi Handa <handa@m17n.org>
2250
2251 * language/japan-util.el: If system-type is not for Windows,
2252 prefer japanese-iso-8bit.
2253
2254 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change)
2255
2256 * term/mac-win.el (iconify-or-deiconify-frame): Define for
2257 compatibility with packages that use it.
2258
2259 2003-03-28 Lute Kamstra <Lute.Kamstra@cwi.nl>
2260
2261 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
2262 Fix docstring.
2263 (checkdoc-interactive, checkdoc-message-interactive): Make them
2264 perform spell checking when appropriate.
2265 (checkdoc-interactive-loop): Fix docstring and a few typos.
2266 (checkdoc-interactive-ispell-loop)
2267 (checkdoc-message-interactive-ispell-loop): New functions.
2268 (checkdoc-next-error): Fix docstring.
2269 (checkdoc-this-string-valid-engine): Fix typo.
2270 (checkdoc-ispell-docstring-engine): Do test for
2271 checkdoc-autofix-flag = nil.
2272
2273 2003-03-28 Jonathan Yavner <jyavner@engineer.com>
2274
2275 * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
2276 top-level macros that put functions as properties.
2277 (testcover-mark): No error for functions that just return a constant.
2278
2279 2003-03-27 Andreas Schwab <schwab@suse.de>
2280
2281 * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
2282 is marked as edited.
2283
2284 2003-03-26 Kenichi Handa <handa@m17n.org>
2285
2286 * files.el (recode-file-name): New function.
2287
2288 * international/characters.el: Setup categories for Indian characters.
2289
2290 2003-03-26 Steve Youngs <youngs@xemacs.org>
2291
2292 * em-unix.el (eshell-plain-locate-behavior): Make the default
2293 nil on Emacs, t on XEmacs.
2294
2295 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
2296
2297 * emacs-lisp/byte-opt.el (byte-optimize-set): New.
2298 Turn `set' into `setq' when applicable.
2299
2300 2003-03-24 Stefan Monnier <monnier@cs.yale.edu>
2301
2302 * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
2303 args blindly to defcustom. Use custom-set-minor-mode.
2304
2305 2003-03-24 Kim F. Storm <storm@cua.dk>
2306
2307 * simple.el: Rework last change so C-x C-SPC C-SPC does not
2308 repeat pop-global-mark by default.
2309 (pop-global-mark-quick-repeat): New user option.
2310 (set-mark-command): Use it.
2311
2312 * emulation/cua-base.el (cua-set-mark):
2313 Check pop-global-mark-quick-repeat.
2314
2315 2003-03-24 John Paul Wallington <jpw@gnu.org>
2316
2317 * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
2318 the global map.
2319
2320 * emerge.el (emerge-show-file-name): Read event irrespective of
2321 whether minibuffer window is resized. Clear minibuffer when done.
2322
2323 * cus-theme.el (customize-create-theme): Rename from
2324 `custom-theme-create'.
2325
2326 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
2327
2328 * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
2329
2330 2003-03-23 Peter Breton <pbreton@attbi.com>
2331
2332 * net/net-utils.el (dns-lookup-host): New function.
2333
2334 2003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2335
2336 * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
2337 an infinite loop when Emacs' open-paren-in-column-zero rule
2338 kicks in and causes the sexp functions to misbehave.
2339
2340 2003-03-22 Peter Breton <pbreton@cs.umb.edu>
2341
2342 * filecache.el (file-cache-add-directory-recursively)
2343 (file-cache-complete, file-cache-display): New functions.
2344
2345 * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
2346 (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
2347
2348 * dirtrack.el (dirtrack-cygwin-directory-function): New function.
2349 Remove timestamp.
2350
2351 2003-03-22 Kim F. Storm <storm@cua.dk>
2352
2353 * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string
2354 accordingly.
2355 (ido-define-mode-map): Bind C-l for both file and dir modes.
2356 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
2357 Let-bind enable-recursive-minibuffers to t around read-string.
2358
2359 2003-03-22 Kenichi Handa <handa@m17n.org>
2360
2361 * international/fontset.el (setup-default-fontset):
2362 Use indian-font-char-range for specifying ranges of indian-glyph
2363 chars. Setup for AKRUTI fonts.
2364
2365 * language/indian.el (indian-font-foundry): New variable.
2366 (indian-script-language-alist): New variable.
2367 (indian-font-char-index-table): New variable.
2368 (indian-font-char): New function.
2369 (indian-font-char-range): New function.
2370 (font-ccl-encoder-alist): Add entry for AKRUTI font.
2371
2372 2003-03-22 Kim F. Storm <storm@cua.dk>
2373
2374 * progmodes/cperl-mode.el (cperl-electric-backspace):
2375 Add delete-selection property.
2376
2377 * simple.el (set-mark-command): Doc fixes.
2378 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
2379 C-u C-u C-SPC now unconditionally sets the mark.
2380
2381 * emulation/cua-base.el (cua-set-mark): Doc fixes.
2382 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
2383 C-u C-u C-SPC now unconditionally sets the mark.
2384
2385 2003-03-20 Mark A. Hershberger <mah@everybody.org>
2386
2387 * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
2388
2389 2003-03-20 Kenichi Handa <handa@m17n.org>
2390
2391 * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
2392 handling invalid 5 to 6 bytes sequence.
2393
2394 2003-03-19 Simon Marshall <simon@gnu.org>
2395
2396 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
2397 New variable.
2398 (makefile-mode): Use it for value of font-lock-syntactic-keywords.
2399
2400 2003-03-19 John Paul Wallington <jpw@gnu.org>
2401
2402 * cus-theme.el (custom-theme-create): Add autoload cookie.
2403
2404 2003-03-19 Kenichi Handa <handa@m17n.org>
2405
2406 * dired.el (dired-get-filename): Pay attention to the case that
2407 `read' returns a unibyte string. Don't encode the file name by
2408 buffer-file-coding-system.
2409
2410 2003-03-18 Kenichi Handa <handa@m17n.org>
2411
2412 * language/european.el ("Latin-6"): Fix input-method.
2413 ("Latin-7"): Fix input-method.
2414
2415 * international/utf-8.el (utf-fragment-on-decoding):
2416 Don't call register-char-codings.
2417 (utf-fragment-on-decoding): Don't update char-coding-system-table.
2418 (utf-translate-cjk): Don't call register-char-codings nor
2419 optimize-char-coding-system-table. Don't update
2420 char-coding-system-table.
2421
2422 * international/ucs-tables.el (ucs-unify-8859): Don't call
2423 register-char-codings.
2424 (ucs-unify-8859): Don't call optimize-char-coding-system-table.
2425 (ucs-fragment-8859): Don't update char-coding-system-table.
2426 Don't call register-char-codings nor optimize-char-coding-system-table.
2427
2428 * international/mule.el (optimize-char-coding-system-table):
2429 Remove this function.
2430 (register-char-codings): Make it obsolete.
2431 (char-coding-system-table): Defconst it here.
2432 (make-coding-system): Don't call register-char-codings, call
2433 define-coding-system-internal.
2434
2435 * international/mule-conf.el (no-conversion):
2436 Call define-coding-system-internal on this coding system instead of
2437 calling register-char-codings.
2438
2439 * international/mule-cmds.el (find-coding-systems-for-charsets):
2440 Use find-coding-systems-string instead of looking up
2441 char-coding-system-table.
2442
2443 * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
2444 (cp-make-coding-system): Don't call cp-fix-safe-chars.
2445
2446 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
2447
2448 * startup.el (command-line-1): Use command-execute for any command.
2449
2450 2003-03-17 Stefan Monnier <monnier@cs.yale.edu>
2451
2452 * buff-menu.el (list-buffers-noselect): Use the display property
2453 to properly align header-line text with the buffer's contents.
2454
2455 2003-03-17 Kenichi Handa <handa@m17n.org>
2456
2457 * international/mule.el (ctext-post-read-conversion): Convert the
2458 search pattern to multibyte by string-to-multibyte.
2459
2460 2003-03-16 Deepak Goel <deego@gnufans.org>
2461
2462 * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
2463 for GMT. Suggested by bob@rattlesnake.com.
2464
2465 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
2466
2467 * pcvs.el (cvs-mode!): Remove unused argument.
2468
2469 * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
2470 that member-ignore-case might signal.
2471 (easy-menu-add-item): Default to the global map, as documented.
2472 (easy-menu-convert-item-1): Use match-string.
2473
2474 2003-03-15 Mark A. Hershberger <mah@everybody.org>
2475
2476 * xml.el (xml-ucs-to-string): New function to convert Unicode
2477 codepoints to strings. Uses decode-char (mule.el) if available.
2478 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
2479 (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
2480 (xml-parse-attlist): Add attribute normalization.
2481 (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
2482
2483 2003-03-14 John Paul Wallington <jpw@gnu.org>
2484
2485 * files.el (recover-session): Error if there are no previous
2486 sessions to recover.
2487
2488 * subr.el (posn-col-row): Simplify.
2489
2490 * arc-mode.el (archive-subtype, archive-file-list-start)
2491 (archive-file-list-end, archive-proper-file-start)
2492 (archive-read-only, archive-local-name, archive-mode-map)
2493 (archive-file-name-indent, archive-remote)
2494 (archive-alternate-display, archive-superior-buffer)
2495 (archive-subfile-mode): Doc fixes.
2496
2497 2003-03-14 Stefan Monnier <monnier@cs.yale.edu>
2498
2499 * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
2500 and the user hits TAB a second time, just insert a tab.
2501
2502 * textmodes/texinfo.el (texinfo-outline-level): Remove.
2503 (texinfo-mode): Set outline-heading-alist instead.
2504 (texinfo-section-list): Reorder for the needs of outline-heading-alist.
2505 (texinfo-insert-block): Don't cons needlessly.
2506 (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
2507 (texinfo-insert-quote): Use them.
2508
2509 * textmodes/outline.el (outline-level): Demote it to defvar.
2510 (outline-heading-alist): Document extended semantics.
2511 (outline-head-from-level): New fun.
2512 (outline-promote, outline-demote): Use it.
2513 (outline-show-heading): New fun.
2514 (hide-sublevels, show-children):
2515 Use it together with outline-map-region.
2516 (outline-get-next-sibling): Don't call outline-level at eob.
2517
2518 2003-03-14 Simon Josefsson <jas@extundo.com>
2519
2520 * fringe.el (fringe-mode): Autoload so that
2521 Options->Show/Hide->Fringe->Customize works.
2522
2523 2003-03-13 Stefan Monnier <monnier@cs.yale.edu>
2524
2525 * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
2526 (outline-mode-prefix-map): Match new bindings to those of allout.
2527 (outline-map-region): New fun.
2528 (outline-map-tree): Remove.
2529 (outline-promote, outline-demote): Apply to region if active.
2530 Change the default to apply to the subtree.
2531 (outline-move-subtree-up, outline-move-subtree-down): New funs.
2532 (outline-invisible-p): Add optional `pos' argument.
2533 (outline-next-visible-heading, outline-toggle-children): Use it.
2534 (outline-get-next-sibling): Don't call outline-level at eob.
2535
2536 * custom.el (custom-set-minor-mode): New fun.
2537
2538 2003-03-13 Dave Love <fx@gnu.org>
2539
2540 * international/latin1-disp.el (ucs-tables): Don't require.
2541 (latin1-display-face): New.
2542 (latin1-display-char): Use it.
2543
2544 2003-03-13 Kenichi Handa <handa@m17n.org>
2545
2546 * international/mule-cmds.el (reset-language-environment):
2547 Set default-file-name-coding-system to iso-latin-1.
2548
2549 * language/european.el (iso-latin-1): Definition of this coding
2550 system moved to mule-conf.el.
2551
2552 * international/mule-conf.el (iso-latin-1): Moved from
2553 european.el.
2554
2555 * term/x-win.el (x-select-text): Don't set a text containing
2556 eight-bit-control/graphic into the cut buffer.
2557
2558 2003-03-12 Kenichi Handa <handa@m17n.org>
2559
2560 * files.el (insert-directory): Decode by what specified.
2561
2562 * language/japan-util.el (setup-japanese-environment-internal):
2563 By defalt, use japanese-iso-8bit for file names, and prefer
2564 japanese-shift-jis on DOS and Windows.
2565
2566 * international/quail.el (quail-show-guidance-buf): Make the quail
2567 guidance buffer inherit the current value of quail-current-package.
2568
2569 * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
2570 on handling an invalid byte sequence.
2571
2572 2003-03-11 Jason Rumney <jasonr@gnu.org>
2573
2574 * files.el (auto-mode-alist): Add .xsl for sgml-mode.
2575
2576 2003-03-11 Mark A. Hershberger <mah@everybody.org>
2577
2578 * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
2579
2580 2003-03-11 John Paul Wallington <jpw@gnu.org>
2581
2582 * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
2583 `default-line-spacing', rather than buffer-local `line-spacing'.
2584
2585 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
2586
2587 * cus-edit.el (customize-rogue): New command.
2588
2589 2003-03-10 Andreas Schwab <schwab@suse.de>
2590
2591 * info.el (Info-extract-menu-node-name)
2592 (Info-following-node-name): Revert last change.
2593
2594 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org>
2595
2596 * progmodes/scheme.el (scheme-mode-syntax-table):
2597 Construct w/o using `with-syntax-table'.
2598
2599 2003-03-10 John Paul Wallington <jpw@gnu.org>
2600
2601 * subr.el (posn-col-row): Take into account `line-spacing'.
2602
2603 * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
2604 if major mode isn't `Electric-buffer-menu-mode'.
2605
2606 * term/x-win.el (vendor-specific-keysyms)
2607 (x-last-selected-text-primary): Doc fixes.
2608 (x-win-suspend-error): Use proper noun in error message.
2609
2610 2003-03-09 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2611
2612 * man.el (Man-getpage-in-background): Always use `setenv' for
2613 environment variables, instead of modifying process-environment
2614 directly. The previous version let-bound process-environment --
2615 the let-binding is skipped for GROFF_NO_SGR because there is
2616 already a let-binding in effect in some outer scope.
2617
2618 * emulation/crisp.el (top-level): Interoperate with cua.
2619
2620 2003-03-08 Kim F. Storm <storm@cua.dk>
2621
2622 * emulation/cua-base.el: Provide `cua' feature.
2623
2624 2003-03-08 Juanma Barranquero <lektu@terra.es>
2625
2626 * emulation/cua-base.el (cua--standard-movement-commands):
2627 Fix docstring.
2628
2629 2003-03-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2630
2631 * man.el (Man-getpage-in-background): Only change
2632 default-directory if necessary.
2633
2634 2003-03-07 Andreas Schwab <schwab@suse.de>
2635
2636 * info.el (Info-following-node-name): Skip trailing period.
2637 (Info-extract-menu-node-name): Allow period in node name.
2638
2639 2003-03-07 Kevin Rodgers <kevin.rodgers@ihs.com>
2640
2641 * dired-x.el (dired-guess-shell-case-fold-search): New user option.
2642 (dired-guess-default): Use it.
2643
2644 2003-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2645
2646 * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
2647 (dcl-font-lock-defaults): New var.
2648 (dcl-mode): Make and init local var `font-lock-defaults'.
2649
2650 2003-03-06 Kevin Rodgers <kevin.rodgers@ihs.com>
2651
2652 * ffap.el (dired-at-point): Check whether the user can create a
2653 directory before asking about creating it.
2654
2655 2003-03-06 John Paul Wallington <jpw@gnu.org>
2656
2657 * ebuff-menu.el (electric-buffer-list):
2658 Respect `Buffer-menu-use-header-line'.
2659 (electric-buffer-menu-looper): Likewise.
2660
2661 * buff-menu.el (Buffer-menu-mode-map): Add docstring.
2662 (Buffer-menu-buffer): Fix indentation.
2663 (list-buffers-noselect): Calculate header-line spacing to take
2664 into account width of left fringe and left scrollbar.
2665
2666 2003-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2667
2668 * ps-print.el (ps-print-version): New version number (6.6).
2669 (ps-begin-job): If background and foreground color are the same, give
2670 an error.
2671 (ps-default-fg, ps-default-bg): Better doc.
2672 (ps-rgb-color): Became a defun, check RGB value list.
2673 (ps-default-background): New internal var.
2674 (ps-begin-file): Code fix.
2675
2676 2003-03-05 Richard M. Stallman <rms@gnu.org>
2677
2678 * replace.el (query-replace-read-args): Use save-excursion.
2679 (map-query-replace-regexp): Use prefix-numeric-value.
2680
2681 2003-03-05 Juanma Barranquero <lektu@terra.es>
2682
2683 * term/w32-win.el (x-handle-geometry): Put sizes on
2684 `initial-frame-alist' too.
2685
2686 * startup.el (command-line-x-option-alist): Make --border-color set
2687 the border-color frame parameter, not border-width.
2688
2689 * faces.el (frame-set-background-mode): Fix reference to attribute
2690 "backgroundMode".
2691
2692 2003-03-05 Reto Zimmermann <reto@gnu.org>
2693
2694 * progmodes/vhdl-mode.el: Version 3.32.12 released.
2695 Modifications for displaying all projects in hierarchy browser and case
2696 insensitive hierarchy browsing. Change Rod's email address.
2697 Include `itimer.el' patch for XEmacs. Backquote fix. Change some
2698 documentation strings. Add "ERROR: " prefix to all error
2699 messages. Enhanced usage of hideshow.
2700 (vhdl-in-literal): Remove unused argument LIM.
2701 (vhdl-compiler-alist): Enhance customization for compilers; add
2702 "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
2703 "Savant", "ProVHDL" and "VeriBest" compilers.
2704 Add new error message syntax for Modelsim.
2705 Add Synplify, column no in error regexp.
2706 Include library name in library command.
2707 Add unit-to-file name mapping for Savant.
2708 Add library option in Makefile generation command.
2709 Add command to create library directory.
2710 Built-in Makefile generation is always default.
2711 (vhdl-create-mode-menu): Split menues for compilers, projects, models.
2712 Add customization for `global-font-lock-mode'.
2713 Fix `customize-group' entries for XEmacs and
2714 change "Gen." to "Generate". Get *Messages* buffer.
2715 Fix "Auto Load Setup File" menu entry.
2716 Add faces customization to "Options". Add "Options" entry.
2717 Include `speedbar-indentation-width'.
2718 (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
2719 (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
2720 Fix template abortion.
2721 (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
2722 in package.
2723 (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
2724 Better treat comments and strings. Fix "=> ," alignment.
2725 (vhdl-port-paste-testbench): Print file names created.
2726 Better handling when file exist/open. Additional comments in code.
2727 Replace keywords in testbench entity and architecture file headers.
2728 Adjust case in testbench configuration.
2729 (vhdl-port-paste-instance): Special case: no number in instance name.
2730 (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
2731 (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
2732 highlight instantiations without map.
2733 Highlight quantity declaration names. Highlight formal parameters.
2734 Fix label highlighting for signal asst.
2735 (vhdl-mode): `comment-padding' for Emacs 21 only.
2736 Remove forced `turn-on-font-lock'.
2737 Remove `hippie-expand-only-buffers' setting.
2738 Update online documentation and web address.
2739 (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
2740 Change ARG for uncommenting.
2741 (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
2742 (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
2743 (vhdl-port-list): Add context clause.
2744 (vhdl-port-paste-signals): Include direction comments.
2745 (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
2746 (vhdl-port-*): Include name in status messages.
2747 (vhdl-package-alist): Scan for and display subprogram body.
2748 Change key to lower case, add original case identifier.
2749 Scan for packages used by package body.
2750 (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
2751 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
2752 Message "No VHDL design units!".
2753 (vhdl-compile-init): Allow fourth element (column no) in error regexp.
2754 Fix `nconc' bug. Eliminate redundant regexps.
2755 (vhdl-minibuffer-tab): No indentation.
2756 Use `hippie-expand-only-buffers' to take
2757 expansions from VHDL buffers only; don't overwrite non-nil default of
2758 `hippie-expand-only-buffers'; check whether
2759 `hippie-expand-only-buffers' is bound.
2760 (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
2761 `nature_pkg' package.
2762 (vhdl-align-alist): Fix "when/else ... =>" case.
2763 Align declaration keywords only at beg. of line.
2764 Align <=, := and == among each other.
2765 (vhdl-port-copy): Extended identifiers for signal names.
2766 Fix on empty generic/port clause.
2767 Fix parsing of comment on first line.
2768 Allow generic clause begin on first line.
2769 Add "inout" and "linkage" to direction modes.
2770 (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
2771 (vhdl-file-header): Insert VHDL language standard string.
2772 (vhdl-instance-name): Unique numbers in instance names.
2773 (vhdl-compile): Check for existing compile directory.
2774 Print out file name if compiler does not; put it in
2775 quotes if contains spaces. Check compiler name.
2776 (vhdl-compiler): Change empty value from "" to nil.
2777 (vhdl-make): Check for existing compile directory.
2778 Fix missing options if there is a target. Check compiler name.
2779 (vhdl-template-field): Fix case on all VHDL words.
2780 (vhdl-template-others): Re-electrified "others".
2781 (vhdl-speedbar-expand-architecture): Give user control over displayed
2782 hierarchy depth.
2783 (vhdl-project-alist): Insert library name in Makefile name.
2784 Sources exclude regexp. Add file-specific compile exceptions.
2785 Enhance customization of projects.
2786 (vhdl-get-hierarchy): Include configurations in hierarchy list.
2787 Fix bug with configurations.
2788 Consider configurations; also at lower levels.
2789 (vhdl-speedbar-item-info): Enhance displaying.
2790 (vhdl-scan-file-contents): Fix skipping of comments in scanning.
2791 Sources exclude regexp.
2792 Allow comment lines in instantiations.
2793 Fix used packages in package body scanning.
2794 Allow code before first block configuration.
2795 Scan also for "is" keyword of design units.
2796 Scan configuration specification.
2797 Clear directory alists first.
2798 Consistency check.
2799 Check for multiply scanned design units.
2800 Scan components/subprograms in package.
2801 Scan library clauses and subconfigurations.
2802 Limit file size for scanning.
2803 (vhdl-entity-alist): Change key to lower case, add original case
2804 identifier.
2805 (vhdl-electric-tab): Not overwrite non-nil default of
2806 `hippie-expand-only-buffers'.
2807 (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
2808 bound; use it to take expansions from VHDL buffers only.
2809 (vhdl-electric-tab): Toggle comment indent.
2810 (vhdl-generate-makefile): Check compiler name.
2811 Add library option in Makefile generation command.
2812 (vhdl-generate-makefile): Add dependencies for components in package.
2813 (vhdl-template-elsif): No expansion in concurrent part (except AMS).
2814 (vhdl-insert-string-or-file): Resolve environment variables.
2815 (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
2816 (vhdl-submit-bug-report): Prompt for summary.
2817 (vhdl-resolve-paths): Rearrange environment variable resolution.
2818 (vhdl-scan-project-contents): Rearrange environment variable
2819 resolution.
2820 (vhdl-scan-project-contents): Allow absolute paths.
2821 (vhdl-doc-coding-style): Update RMM URL.
2822 (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
2823 (vhdl-model-insert): Replace header prompts too.
2824 (vhdl-template-header): New argument `is-model'.
2825 (vhdl-template-generate-body): Remove "begin" for VHDL'93.
2826 (vhdl-actual-port-name): Change default value (no "_i" extension).
2827 (vhdl-template-modify): Delete date instead of kill.
2828 (vhdl-get-source-files): Don't match source files beginning with ".".
2829 (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
2830 (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
2831 (vhdl-speedbar-expand-*): Display used packages.
2832 (vhdl-sequential-statement-p): Better algorithm.
2833 (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
2834 (vhdl-electric-...): No stuttering within literals.
2835 (vhdl-template-footer): Replace keywords in footer as in header.
2836 (vhdl-align-...): Enhance alignment, add progress reporting.
2837 (vhdl-beautify-region): Bug fix.
2838 (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
2839 (vhdl-testbench-configuration-name)
2840 (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
2841 (vhdl-prepare-search-[12]): Fix search within hidden code.
2842 (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
2843 (vhdl-template-for): Fix sequential statement part detection.
2844 (vhdl-electric-space): Fix wrapping for non-word characters.
2845 (vhdl-template-standard-package): Don't insert "std" library.
2846 (vhdl-template-architecture): Code optimization.
2847 (vhdl-template-package): Search for existing package name.
2848 (vhdl-template-component-decl, vhdl-port-paste-declaration):
2849 Insert "is" in VHDL'93.
2850 (match-string-no-properties, vhdl-forward-comment): New aliases.
2851 (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
2852 (file-expand-wildcards, regexp-opt, subst-char-in-string)
2853 (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
2854 (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
2855 (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
2856 (vhdl-backward-same-indent, vhdl-beginning-of-block)
2857 (vhdl-character-to-event, vhdl-compile-directory)
2858 (vhdl-compile-print-file-name, vhdl-compose-components-package)
2859 (vhdl-compose-insert-generic, vhdl-compose-insert-port)
2860 (vhdl-compose-insert-signal, vhdl-compose-new-component)
2861 (vhdl-compose-place-component, vhdl-compose-wire-components)
2862 (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
2863 (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
2864 (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
2865 (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
2866 (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
2867 (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
2868 (vhdl-forward-same-indent, vhdl-generate-makefile-1)
2869 (vhdl-get-compile-options, vhdl-get-components-package-name)
2870 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
2871 (vhdl-get-visible-signals, vhdl-goto-marker)
2872 (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
2873 (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
2874 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
2875 (vhdl-parse-group-comment, vhdl-paste-group-comment)
2876 (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
2877 (vhdl-port-reverse-direction, vhdl-process-command-line-option)
2878 (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
2879 (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
2880 (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
2881 (vhdl-save-caches, vhdl-scan-context-clause)
2882 (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
2883 (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
2884 (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
2885 (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
2886 (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
2887 (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
2888 (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
2889 (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
2890 (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
2891 (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
2892 (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
2893 (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
2894 (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
2895 (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
2896 (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
2897 (vhdl-subprog-paste-specification, vhdl-template-others-hook)
2898 (vhdl-template-replace-header-keywords, vhdl-toggle-project)
2899 (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
2900 (vhdl-update-progress-info, vhdl-update-sensitivity-list)
2901 (vhdl-update-sensitivity-list-buffer)
2902 (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
2903 (vhdl-warning, vhdl-warning-when-idle)
2904 (vhdl-widget-directory-validate, vhdl-work-library)
2905 (vhdl-write-file-hooks-init): New functions.
2906 (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
2907 (vhdl-align-noindent-region, vhdl-create-customize-menu)
2908 (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
2909 (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
2910 (vhdl-speedbar-toggle-hierarchy): Functions deleted.
2911 (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
2912 functions, not defsubsts.
2913 (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
2914 Delete defsubsts.
2915 (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
2916 (vhdl-testbench): New customization groups.
2917 (vhdl-electric): Customization group deleted.
2918 (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
2919 (vhdl-imenu-generic-expression): Define as constants instead of
2920 variables.
2921 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
2922 (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
2923 (vhdl-font-lock-keywords-0): Constants deleted.
2924 (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
2925 New macros.
2926 (vhdl-ext-syntax-table): Macro deleted.
2927 (vhdl-align-group-separate, vhdl-align-same-indent)
2928 (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
2929 (vhdl-components-package-name, vhdl-compose-architecture-name)
2930 (vhdl-compose-create-files, vhdl-compose-include-header)
2931 (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
2932 (vhdl-entity-file-name, vhdl-file-name-case)
2933 (vhdl-include-group-comments, vhdl-include-type-comments)
2934 (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
2935 (vhdl-package-file-name, vhdl-project-auto-load)
2936 (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
2937 (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
2938 (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
2939 (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
2940 (vhdl-testbench-configuration-name)
2941 (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
2942 (vhdl-testbench-include-library, vhdl-use-components-package)
2943 (vhdl-use-direct-instantiation): New options.
2944 (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
2945 (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
2946 (vhdl-testbench-entity-header): Options deleted.
2947 (speedbar-indentation-width, vhdl-compile-file-name)
2948 (vhdl-config-alist, vhdl-directive-keywords-regexp)
2949 (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
2950 (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
2951 (vhdl-port-flattened, vhdl-port-reversed-direction)
2952 (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
2953 (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
2954 (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
2955 (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
2956 (vhdl-warnings): New variables.
2957 (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
2958 (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
2959 (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
2960
2961 2003-03-04 Rob Kaut <rob@siworks.com> (tiny change)
2962
2963 * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
2964 Remove two comment characters at start of line instead of one.
2965
2966 2003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2967
2968 * printing.el (pr-get-symbol): Move it to next eval-and-compile.
2969
2970 2003-03-03 John Paul Wallington <jpw@gnu.org>
2971
2972 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
2973 `gensym' in case user calls macro at runtime.
2974 (ibuffer-save-marks): Likewise.
2975
2976 2003-03-03 Kenichi Handa <handa@m17n.org>
2977
2978 * language/japan-util.el (japanese-symbol-table): Add two entries
2979 to make it complete.
2980
2981 2003-03-03 Andreas Schwab <schwab@suse.de>
2982
2983 * info.el (Info-fontify-node): Don't hide indentation before the
2984 reference name. Don't process a reference twice when a new tag is
2985 inserted.
2986 (Info-hide-note-references): Fix doc and customize type.
2987
2988 2003-03-02 Matt Swift <swift@alum.mit.edu>
2989
2990 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2991 New custom variable.
2992 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
2993 that first docstring lines ending with a comma are respected.
2994 Add "`(" to same so that function and macro bodies beginning with a
2995 backquote do not get disturbed. Revise the comments.
2996
2997 2003-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2998
2999 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
3000
3001 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
3002 and initialize as for tool-bar-mode.
3003
3004 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3005
3006 * net/tramp.el: Version 2.0.30 released.
3007 Replace term "path" with "localname" unless it is used for a
3008 search path.
3009 (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
3010 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
3011 addition to setting $PS1 when starting the Bourne-ish shell.
3012 Some sh implementations (eg, bash when called as sh) read the file
3013 named there on startup, which could clobber $PS1.
3014 (tramp-do-copy-or-rename-file-one-local): New function.
3015 Not implemented. Not used. Should invoke rcp or scp directly to keep
3016 the time.
3017
3018 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
3019
3020 * net/tramp-smb.el: Replace term `path' with `localname'
3021 unless it is used for a search path. In GNU, the word `path' is
3022 reserved for search paths.
3023
3024 * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
3025 (tramp-send-string): New function. Takes over the role of the
3026 functions above, in order to have a unique place handling
3027 `tramp-chunksize'. Same implementation as `tramp-send-region'.
3028 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
3029 only known to have a buggy `process-send-string' implementation.
3030 First black-listed constellation is GNU Emacs/ hpux.
3031 (tramp-send-region): Correct debug message.
3032 (tramp-bug): Add `tramp-chunksize'.
3033
3034 2003-02-26 Matt Swift <swift@alum.mit.edu>
3035
3036 * startup.el: Streamline code in several functions for efficiency
3037 and readability. Rephrase booleans to avoid `(not noninteractive)'.
3038 Clarify several booleans expressions using De Morgan's laws.
3039
3040 (command-line): Fix barf when first command-line option handled by
3041 `command-line-1' is in the form --OPT=VAL.
3042 (command-line-1): Restore intended behavior of the --directory/-L
3043 command-line option: "-L a -L b -L c" on the command-line now puts
3044 '(a b c) at the front of `load-path'.
3045
3046 2003-02-26 Oliver Scholz <alkibiades@gmx.de>
3047
3048 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
3049 (gamegrid-add-score-with-update-game-score-1): New function,
3050 factored out of `gamegrid-add-score-with-update-game-score'.
3051 (gamegrid-add-score-with-update-game-score): Use it. Fall back on
3052 `gamegrid-add-score-insecure' if the requested file does not exist
3053 in $(gamedir), in case the user has installed a game on his own.
3054 (gamegrid-add-score-insecure): Accept optional directory argument.
3055
3056 2003-02-25 Andreas Schwab <schwab@suse.de>
3057
3058 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
3059 variable references by requireing that $ is not preceded by another $.
3060
3061 2003-02-25 Kenichi Handa <handa@m17n.org>
3062
3063 * env.el (setenv): Fix previous change.
3064
3065 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
3066
3067 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
3068
3069 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
3070
3071 * progmodes/simula.el: Move abbrev loading to after the fun it uses.
3072 (simula-install-standard-abbrevs): Use dolist.
3073 Use system-flag when calling define-abbrev.
3074
3075 2003-02-24 Dave Love <fx@gnu.org>
3076
3077 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
3078
3079 * env.el (read-envvar-name): Decode names.
3080 (substitute-env-vars): Use eval-when-compile and char class.
3081 (setenv): Doc fix. Encode the data (after checking that's possible).
3082 (getenv): Encode the name and decode the result.
3083
3084 2003-02-24 Ken Manheimer <klm@zope.com>
3085
3086 * allout.el (allout-pre-command-business): Fix docstring.
3087
3088 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
3089
3090 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
3091
3092 2003-02-24 Kenichi Handa <handa@m17n.org>
3093
3094 * international/characters.el: Fix syntaxes of gb2312 and big5.
3095
3096 * language/japan-util.el (sentence-end-save): Variable deleted.
3097 (setup-japanese-environment-internal): Don't setup sentence-end.
3098 (exit-japanese-environment): Function deleted.
3099
3100 * language/japanese.el ("Japanese"): Delete `exit-function'.
3101
3102 * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
3103 characters.
3104
3105 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
3106
3107 * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
3108 rakar + halant" and "halant + rrakar + halant".
3109
3110 2003-02-23 Richard M. Stallman <rms@gnu.org>
3111
3112 * replace.el (query-replace-read-args): Return just 3 values.
3113 (query-replace, query-replace-regexp)
3114 (query-replace-regexp-eval, map-query-replace-regexp)
3115 (replace-string, replace-regexp): Read the start and end args
3116 separately so that the expressions are recorded in command-history.
3117
3118 * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
3119
3120 * startup.el (inhibit-startup-hooks): New variable.
3121 (normal-top-level): Obey that variable.
3122 (command-line-1): Run emacs-startup-hook before term-setup-hook.
3123 Set inhibit-startup-hooks too.
3124
3125 * files.el (revert-buffer): Different error message
3126 for reverting a nonexistent file.
3127
3128 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
3129
3130 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
3131 (toplevel): Require man.
3132 Don't autoload tmm-prompt (it's in loaddefs.el).
3133 (cperl-electric-backspace-untabify): New var.
3134 (cperl-electric-backspace): Use it.
3135 (cperl-vc-header-alist): Extract numeric version from the Id.
3136 (cperl-build-manpage): New fun.
3137 (cperl-menu): Use it. Add toggle-autohelp.
3138 (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
3139 (cperl-electric-brace): Use `cperl-after-block-p' for detection.
3140 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
3141 '(' after keyword would insert a doubled paren.
3142 (cperl-calculate-indent): Update syntaxification before checks.
3143 Fix wrong indent of blocks starting with POD.
3144 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
3145 of buffer. This enables recognition of end of HERE-doc "as one types".
3146 Require "\n" after trailing tag of HERE-doc.
3147 \( made non-quoting outside of string/comment (gdj-contributed).
3148 Likewise for \$. Remove `here-doc-group' text property at start
3149 (makes this property reliable).
3150 Text property `first-format-line' ==> t.
3151 Do not recognize $opt_s and $opt::s as s///.
3152 (cperl-after-block-p): Optional arg pre-block to check for a pre-block
3153 Recognize `continue' blocks too.
3154 (cperl-after-expr-p): Update syntaxification before checks. Work after
3155 here-docs, formats, and PODs too (affects many electric constructs).
3156 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
3157 (cperl-perldoc): Use case-sensitive search.
3158
3159 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
3160 (cperl-xemacs-p): Move.
3161 (cperl-can-font-lock): New var to replace window-system.
3162 (cperl-enable-font-lock): Use it.
3163 (cperl-use-major-mode): New var.
3164 (cperl-mode): Use it.
3165 (cperl-calculate-indent): Remove code whose removal was missed
3166 in some earlier merge.
3167 (cperl-tags-hier-init): Use display-popup-menus-p.
3168
3169 2003-02-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3170
3171 * files.el (abbreviate-file-name): Shorten docstring: variables
3172 are now hyperlinks and `C-h v' need not be mentioned explicitly.
3173
3174 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3175
3176 * files.el (abbreviate-file-name): Document removal of
3177 automounter prefixes. Reported by Lars Hansen.
3178
3179 2003-02-21 Kim F. Storm <storm@cua.dk>
3180
3181 * emulation/cua-base.el: Add run-time check to catch users trying
3182 to use older versions of CUA-mode, rather than the version
3183 distributed with Emacs. Use autoload cookies and eval-after-load.
3184
3185 * startup.el (command-line): Clarify and tidy up the message
3186 printed when there are errors in the user-init-file.
3187 Do not encapsulate the error data; it's read by humans here.
3188 Do not split windows when displaying the *Message* buffer.
3189
3190 2003-02-20 Stefan Monnier <monnier@cs.yale.edu>
3191
3192 * subr.el (with-syntax-table): Don't copy the table any more.
3193
3194 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
3195
3196 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
3197 work on cygwin systems too.
3198
3199 2003-02-20 Juanma Barranquero <lektu@terra.es>
3200
3201 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
3202 Remove useless check.
3203
3204 2003-02-20 Andreas Schwab <schwab@suse.de>
3205
3206 * info.el (Info-extract-menu-node-name): Stop if colon is
3207 followed by open paren.
3208
3209 2003-02-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3210
3211 * mail/undigest.el (unforward-rmail-message): Allow nested
3212 unforwarding, that is, preserve old Forwarded-From/Date headers.
3213
3214 2003-02-20 Kenichi Handa <handa@m17n.org>
3215
3216 * term/w32-win.el: Call set-fontset-font with NAME nil.
3217
3218 * international/mule-diag.el (print-fontset): If FONTSET is nil,
3219 use the default fontset.
3220 (describe-fontset): If the current frame is not using a fontset,
3221 call print-fontset with nil.
3222
3223 2003-02-19 Andre Spiegel <spiegel@gnu.org>
3224
3225 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
3226 were accidentally left over during the VC redesign in 2000.
3227
3228 2003-02-18 Juanma Barranquero <lektu@terra.es>
3229
3230 * help-macro.el (make-help-screen): Fix character constant.
3231
3232 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
3233
3234 * calc/calc-graph.el (calc-graph-plot): Likewise.
3235
3236 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
3237
3238 * emacs-lisp/edebug.el: Likewise.
3239
3240 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
3241
3242 * language/cyril-util.el (standard-display-cyrillic-translit):
3243 Likewise.
3244
3245 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
3246
3247 * progmodes/cperl-mode.el (cperl-electric-keyword)
3248 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
3249
3250 * textmodes/reftex-ref.el (reftex-reference): Likewise.
3251
3252 * textmodes/table.el (table-generate-source): Use ?\\ instead of
3253 space in "work in progress" message.
3254
3255 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
3256
3257 2003-02-17 Dave Love <fx@gnu.org>
3258
3259 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
3260
3261 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
3262
3263 * calendar/calendar.el (diary-file-name-prefix-function):
3264 Fix custom type.
3265
3266 2003-02-17 Andre Spiegel <spiegel@gnu.org>
3267
3268 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
3269 under CVS control. Suggested by Masanobu UMEDA.
3270
3271 2003-02-17 Kenichi Handa <handa@m17n.org>
3272
3273 * files.el (insert-directory): Add workaround for the case that we
3274 can't trust ls's output as to byte positions of filenames.
3275
3276 2003-02-15 Richard M. Stallman <rms@gnu.org>
3277
3278 * ffap.el: Many doc fixes.
3279 (ffap-replace-file-component):
3280 Renamed from ffap-replace-path-component. Callers changed.
3281 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
3282
3283 * international/iso-ascii.el (iso-ascii-display-table): New variable.
3284 (iso-ascii-standard-display-table): New variable.
3285 (iso-ascii-display): Define in iso-ascii-display-table.
3286 (iso-ascii-mode): New command.
3287
3288 * tar-mode.el (tar-header-block-summarize):
3289 Use l for symlink, h for hard link.
3290
3291 2003-02-15 David Kastrup <dak@gnu.org>
3292
3293 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
3294 failure returning nil, as documented.
3295
3296 2003-02-14 Dave Love <fx@gnu.org>
3297
3298 * international/code-pages.el: Undo `Trailing whitepace deleted.'
3299 damage.
3300 (cp1125, mik): Nullify mime-charset.
3301
3302 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
3303 ("Russian"): New.
3304 ("Bulgarian"): Add tutorial.
3305
3306 * international/mule-cmds.el (locale-language-names): Use Italian,
3307 Russian, Turkish, Chinese-EUC-TW.
3308 (set-locale-environment): Set ps-paper-type.
3309
3310 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
3311
3312 * time.el (display-time-string-forms): Add face property to mail
3313 string.
3314
3315 2003-02-14 Juanma Barranquero <lektu@terra.es>
3316
3317 * international/mule-cmds.el (view-hello-file): Use `view-file'
3318 instead of `find-file-read-only'.
3319
3320 * dired-aux.el (dired-query-alist): Fix use of character constant.
3321
3322 * simple.el (backward-delete-char-untabify): Likewise.
3323
3324 * strokes.el (strokes-read-complex-stroke): Likewise.
3325
3326 * wid-edit.el (widget-choose): Likewise.
3327
3328 * xml.el (xml-parse-elem-type): Likewise.
3329
3330 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
3331
3332 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
3333
3334 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
3335
3336 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
3337
3338 * international/mule-cmds.el (sort-coding-systems): Use \'.
3339 (select-safe-coding-system): Remove redundant assq check.
3340 Remove raw-text, emacs-mule and no-conversion from the list of
3341 proposed encodings unless there's nothing else.
3342
3343 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
3344
3345 * files.el (find-alternate-file): Undo last change.
3346
3347 * dired.el (dired-directory): Add autoload cookie.
3348
3349 2003-02-13 Juanma Barranquero <lektu@terra.es>
3350
3351 * international/characters.el: Use new ?\s syntax instead of "? "
3352 followed by a comment.
3353
3354 * ruler-mode.el (ruler-mode-margins-char): Likewise.
3355
3356 2003-02-13 Dave Love <fx@gnu.org>
3357
3358 * newcomment.el (comment-indent): Ensure space before added comment.
3359
3360 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3361
3362 * ps-print.el: Change the policy of background/foreground default
3363 color.
3364 (ps-print-version): New version number (6.5.9).
3365 (ps-default-fg, ps-default-bg): Adjust default value.
3366 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
3367 variables now use `t' to indicate the use of Emacs session
3368 background/foreground color.
3369 (ps-output-string-prim): If index out of range, insert hexadecimal
3370 representation of character.
3371
3372 2003-02-13 Kim F. Storm <storm@cua.dk>
3373
3374 * help.el (where-is): Rename remap-command to command-remapping.
3375 * help-fns.el (describe-function-1): Likewise.
3376
3377 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
3378
3379 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
3380 comments.
3381
3382 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
3383
3384 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
3385 (fortran-fill-paragraph): Use fill-comment-paragraph.
3386
3387 2003-02-12 Juanma Barranquero <lektu@terra.es>
3388
3389 * files.el (file-truename): Revert change from 2002-11-27.
3390
3391 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
3392
3393 * help-fns.el (describe-function-1): Change output for keyboard macros.
3394
3395 2003-02-12 Andreas Schwab <schwab@suse.de>
3396
3397 * progmodes/sh-script.el (sh-mode-map): Don't remap
3398 beginning-of-defun to the non-existing command
3399 sh-beginning-of-compound-command.
3400
3401 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3402
3403 * files.el (find-alternate-file): Check whether `dired-directory'
3404 is bound.
3405
3406 2003-02-12 Simon Marshall <simon@gnu.org>
3407
3408 * progmodes/make-mode.el (makefile-font-lock-keywords):
3409 Fontify single character variable references, but protect shell
3410 variables references.
3411 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
3412
3413 2003-02-12 Ami Fischman <ami@fischman.org>
3414
3415 Face markup of calendar and diary displays: Any entry line that
3416 ends with [foo:value] where foo is a face attribute (except :box
3417 :stipple) or with [face:blah] tags, will have these values applied
3418 to the calendar and fancy diary displays. These attributes "stack"
3419 on calendar displays. File-wide attributes can be defined as
3420 follows: the first line matching "^# [tag:value]" defines the
3421 value for that particular tag. All of the tags' regexps can be
3422 customized.
3423
3424 * calendar/calendar.el (diary-face-attrs): New custom.
3425 (diary-file-name-prefix-function): New custom.
3426 (diary-glob-file-regexp-prefix): New custom.
3427 (diary-file-name-prefix): New custom.
3428 (generate-calendar-window): Check that font-lock-mode is bound
3429 before checking value.
3430 (mark-visible-calendar-date): Add the ability to pass face
3431 attribute/value pairs in the mark argument. Handle the mark.
3432
3433 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
3434 attribute value string to the desired type.
3435 (diary-pull-attrs): New function that pulls the attributes off a
3436 diary entry, merges with file-global attributes, and returns
3437 the (possibly modified) entry and a list of attribute/values using
3438 diary-attrtype-convert.
3439 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
3440 (mark-diary-entries, mark-sexp-diary-entries)
3441 (list-sexp-diary-entries): Add handling of file-global attributes;
3442 add handling of entry attributes using diary-pull-attrs.
3443 (mark-calendar-days-named, mark-calendar-days-named)
3444 (mark-calendar-date-pattern, mark-calendar-month)
3445 (add-to-diary-list): Add optional paramater `color' for passing
3446 face attribute info through the callchain. Pass this parameter around.
3447
3448 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
3449
3450 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
3451 `:' in the prompt.
3452 (find-tag): Make sure we move point in the proper window.
3453
3454 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
3455 (meta-common-initialization): Don't set fill-paragraph-function
3456 now that fill-paragraph takes care of comments.
3457
3458 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
3459 the current buffer's syntax-table.
3460
3461 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
3462 (simula-font-lock-keywords-1): Simplify.
3463 (simula-font-lock-keywords-2): Use regexp-opt.
3464 (simula-emacs-features): Remove.
3465 (simula-mode-syntax-table): Setup %...\n as comment style b.
3466 (simula-mode-map): Remove compatibility cruft.
3467 (simula-keep-region-active): Remove.
3468 (simula-popup-menu): Simplify.
3469 (simula-mode): Move abbrev-table setup to top-level.
3470 (simula-match-string-or-comment): Remove.
3471
3472 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
3473 like `proc foo {a {b c} d} {'.
3474 (tcl-mode): Make comment-start-skip more selective.
3475
3476 * info-xref.el (info-xref-check): Use line-beginning-position.
3477 (info-xref-all-info-files): Cons a bit less.
3478 (info-xref-check-buffer): Use push and replace-regexp-in-string.
3479 (info-xref-output): Call insert only once.
3480 (info-xref-whitespace): Remove.
3481
3482 2003-02-11 John Paul Wallington <jpw@gnu.org>
3483
3484 * ibuffer.el (toplevel): Don't require `font-lock';
3485 require `font-core' instead, even though it is dumped.
3486
3487 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
3488 (ibuffer-add-to-tmp-show): Doc fixes.
3489
3490 * language/tamil.el ("Tamil"): Doc fix.
3491
3492 2003-02-11 Juanma Barranquero <lektu@terra.es>
3493
3494 * language/vietnamese.el ("Vietnamese"): Fix typos.
3495
3496 * info-xref.el (info-xref-check-buffer): Fix typo.
3497
3498 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
3499
3500 2003-02-11 Kenichi Handa <handa@m17n.org>
3501
3502 * loadup.el: Load "language/malayalam" and "language/tamil".
3503
3504 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
3505
3506 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
3507
3508 * language/devan-util.el: Maintainer's mail address changed.
3509 (devanagari-composable-pattern): Add DANDA character.
3510 (dev-char-glyph): Add an entry for DANDA.
3511
3512 * language/devanagari.el: Maintainer's mail address changed.
3513
3514 * language/indian.el: Maintainer's mail address changed.
3515
3516 * language/ind-util.el (indian-dev-base-table): Table fixed.
3517 (indian-pnj-base-table): Table contents defined.
3518 (indian-gjr-base-table): Likewise.
3519 (indian-ori-base-table): Likewise.
3520 (indian-bng-base-table): Likewise.
3521 (indian-asm-base-table): Likewise.
3522 (indian-tlg-base-table): Likewise.
3523 (indian-knd-base-table): Likewise.
3524 (indian-mlm-base-table): Likewise.
3525 (indian-tml-base-table): Likewise.
3526 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
3527 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
3528 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
3529 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
3530 (indian-tml-itrans-v5-hash): New variables.
3531
3532 * language/malayalam.el: New file.
3533 * language/mlm-util.el: New file.
3534 * language/tamil.el: New file.
3535 * language/tml-util.el: New file.
3536
3537 2003-02-11 Kevin Ryde <user42@zip.com.au>
3538
3539 * info-xref.el: New file.
3540
3541 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
3542
3543 * textmodes/page-ext.el (pages-directory-mode-map): New.
3544 (pages-directory-map): Redefine as an varalias.
3545 (pages-directory-mode): Use new map var and run mode hook.
3546 (pages-directory-address-mode): Use define-derived-mode.
3547
3548 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
3549 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
3550 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
3551 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
3552 (texinfo-if-clear): Use re-search-forward's return value.
3553 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
3554 (texinfo-format-region): Use line-{end,beginning}-position.
3555 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
3556
3557 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
3558 (eldoc-use-idle-timer-p): Remove.
3559 (timer): Never require. It only works in current Emacs anyway.
3560 (eldoc-mode, eldoc-message, eldoc-display-message-p)
3561 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
3562
3563 * ffap.el (ffap-complete-as-file-p):
3564 Use minibuffer-completing-file-name.
3565
3566 * international/mule.el (load-with-code-conversion): Use push.
3567
3568 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
3569
3570 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
3571 Use with-current-buffer and simplify.
3572
3573 * help-mode.el (help-xref-on-pp): Only add xref if the text
3574 is less than 5K.
3575
3576 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
3577 make the file dead if we used the -n arg.
3578
3579 * emacs-lisp/cl-macs.el (process-get): Add setf method.
3580
3581 * server.el (server-previous-strings): Remove.
3582 (server-process-filter): Use (process-get 'previous-string) instead.
3583 (server-sentinel): Remove code made superfluous.
3584
3585 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
3586
3587 * info.el (Info-follow-nearest-node): Implement new behavior.
3588
3589 2003-02-10 Juanma Barranquero <lektu@terra.es>
3590
3591 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
3592
3593 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
3594 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
3595 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
3596 (ebnf-terminal-regexp, ebnf-case-fold-search)
3597 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
3598 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
3599 "ebnf-syntatic".
3600 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
3601 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
3602 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
3603 (ebnf-generate-region): Fix typo.
3604
3605 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
3606
3607 * language/ind-util.el (indian-itrans-v5-table): Add entries for
3608 "E" and "O".
3609
3610 2003-02-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3611
3612 * progmodes/cc-styles.el (c-set-offset): Don't find a default
3613 syntactic element through syntactic analysis if called outside
3614 a CC Mode buffer.
3615
3616 2003-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3617
3618 * progmodes/cc-mode.el (c-basic-common-init):
3619 Install `c-fill-paragraph' on `fill-paragraph-function'.
3620 Although it's not the normal way to call it in a CC Mode buffer it
3621 makes a direct call to `fill-paragraph' work better.
3622
3623 2003-02-08 Kim F. Storm <storm@cua.dk>
3624
3625 * printing.el (pr-get-symbol): Define during compile.
3626
3627 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3628
3629 * printing.el: New file.
3630
3631 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
3632
3633 * language/european.el ("French", "Slovenian"): Fix doc strings.
3634
3635 2003-02-06 John Paul Wallington <jpw@gnu.org>
3636
3637 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
3638 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
3639 (rmail-summary-next-labeled-message, rmail-summary-resend)
3640 (rmail-summary-override-mail-send-and-exit): Doc fixes.
3641
3642 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
3643
3644 * language/european.el ("Italian"): New.
3645
3646 2003-02-06 Matthew Swift <swift@alum.mit.edu>
3647
3648 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
3649 "ls -alh" output.
3650
3651 2003-02-05 Juanma Barranquero <lektu@terra.es>
3652
3653 * font-lock.el (font-lock-reference-face): Add obsolescence
3654 declaration and remove redundant info from docstring.
3655
3656 * log-edit.el (cvs-commit-buffer-require-final-newline)
3657 (cvs-changelog-full-paragraphs): Likewise.
3658
3659 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
3660 (mouse-wheel-click-button): Likewise.
3661
3662 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
3663
3664 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
3665
3666 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3667 (vc-header-alist): Likewise.
3668
3669 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
3670
3671 * textmodes/outline.el (outline-visible): Likewise.
3672
3673 2003-02-05 Kim F. Storm <storm@cua.dk>
3674
3675 * ido.el (ido-define-mode-map):
3676 Undo last change (duplicates part of 2003-02-04 change).
3677 Remap `viper' delete commands only in file or dir mode.
3678
3679 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3680
3681 * ido.el (ido-define-mode-map): Interact with Viper.
3682
3683 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3684
3685 * net/tramp.el: Version 2.0.29 released.
3686 (tramp-send-region): Protect against tramp-chunksize being nil.
3687 (tramp-chunksize): Set default to 500 as workaround for some ssh
3688 connections.
3689 (tramp-handle-directory-file-name): New implementation. Not sure
3690 if it works.
3691 (tramp-md5-function): Require md5 before checking function md5.
3692 If using md5-encode, put wrapper around it that converts vector of
3693 bytes to ascii text.
3694 (top-level): Avoid byte-compiler warnings of unused variables if
3695 the byte-compiler supports this. This is for the
3696 with-parsed-tramp-file-name macro which is wont to produce such stuff.
3697
3698 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
3699
3700 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
3701 PATH is "".
3702 (tramp-completion-handle-file-name-all-completions):
3703 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
3704 (tramp-parse-passwd): For su-alike methods it would be desirable
3705 to return "root@localhost" as default. Unfortunately, we have no
3706 information whether any user name has been typed already. So we
3707 (mis-)use tramp-current-user as indication, assuming it is set in
3708 `tramp-completion-handle-file-name-all-completions'.
3709 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
3710 I did it accidently. Infinite loop ...
3711 (tramp-get-device): `tramp-make-tramp-file-name' must not be
3712 called with NIL path. It fails in case of multi-method.
3713 (tramp-file-name-for-operation): Apply `expand-file-name' for
3714 relative file names only. Otherwise there might be problems if
3715 the default directory is another Tramp directory as the directory
3716 the file is based on.
3717 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
3718 a Tramp file name. It isn't if it comes from an expanded file
3719 name (like "/xx:yy//zz").
3720 (tramp-devices): New variable. Keeps virtual device numbers.
3721 Devices must distinguish physical file systems. The device
3722 numbers provided by "lstat" aren't unique, because we operate on
3723 different hosts. So we use virtual device numbers, generated by
3724 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
3725 In order to be different, we use device number (-1 x), whereby "x"
3726 is unique for a given (multi-method method user host).
3727 Suggested by Kai.
3728 (tramp-perl-file-attributes): Always return device number -1.
3729 There will be a virtual device number set in
3730 `tramp-handle-file-attributes', which replaces this one.
3731 (tramp-handle-file-attributes): Set virtual device number.
3732 (tramp-get-device): New function. Returns the virtual device
3733 number. If it doesn't exist, generate a new one.
3734 (tramp-handle-file-regular-p): Use Emacs file name primitives
3735 instead of calling tramp-handle-* equivalents directly.
3736 Needed for tramp-smb.
3737 (tramp-completion-function-alist-ssh): Add parsing of
3738 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
3739 (tramp-completion-function-alist, tramp-set-completion-function):
3740 Doc string update.
3741 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
3742 Provide parsing of "~/.ssh/config" style files.
3743 (tramp-completion-handle-expand-file-name):
3744 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
3745 on W32 systems.
3746 (tramp-completion-mode): Perform check (integerp last-input-event)
3747 before (event-modifiers last-input-event) -- there might be
3748 problems if `last-input-event' is a mouse event.
3749 (tramp-parse-rhosts, tramp-parse-shosts)
3750 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
3751 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
3752 functions might block. Reported by <kin@neoscale.com>.
3753
3754 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
3755 '(tramp-disable-ange-ftp). Suggested by Kai.
3756 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
3757 any longer.
3758 (top-level): Defaults for `tramp-default-method-alist' must be a list.
3759
3760 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3761 Apply `tramp-handle-directory-file-name'.
3762 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
3763 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
3764 (tramp-smb-handle-make-directory): Use Emacs file name primitives
3765 instead of calling tramp-smb-handle-* equivalents directly.
3766 (tramp-smb-read-file-entry): Return size as a number, not a string.
3767 (top-level): Defaults for `tramp-default-method-alist' must be a list.
3768
3769 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
3770
3771 * completion.el (eval-when-compile-load-eval, completion-eval-when)
3772 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
3773 (completion-min-length, completion-max-length)
3774 (completion-prefix-min-length): Don't hard-code the default value
3775 when byte-compiling.
3776 (complete): Inline minibuffer-window-selected-p.
3777
3778 2003-02-04 Richard M. Stallman <rms@gnu.org>
3779
3780 * term.el (term-raw-map): Set it up at load time.
3781 (term-char-mode): Don't set up term-raw-map here.
3782 (term-set-escape-char): Don't set up C-x subcommand.
3783 (term-ansi-face-already-done): Renamed from
3784 term-ansi-face-alredy-done.
3785 (term-command-hook): Avoid error if STRING is empty.
3786 (term, term-mode): Doc fixes.
3787
3788 * term.el: Redesign handling of colors and faces.
3789 Delete all the faces that this mode used to make.
3790 (ansi-term-color-vector): New variable.
3791 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
3792 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
3793 Variables deleted.
3794 (term-default-fg-color, term-default-bg-color): Use defcustom.
3795 (term-handle-colors-array): Use ansi-term-color-vector,
3796 and specify face attributes rather than faces in `face' property.
3797
3798 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
3799 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
3800 (term-ansi-reverse-faces-vector): Delete unused variables.
3801 (term-ignore-error): Delete macro.
3802
3803 * simple.el (back-to-indentation): Skip all whitespace
3804 except for newlines.
3805
3806 * files.el (find-alternate-file): Handle dired-directory
3807 like buffer-file-name.
3808
3809 * dired.el (dired-find-buffer-nocreate): Avoid error if
3810 dired-directory is nil.
3811
3812 2003-02-04 Juanma Barranquero <lektu@terra.es>
3813
3814 * image.el (image-type-regexps): Fix typo.
3815
3816 * international/characters.el: Restore missing space and put a
3817 comment to protect it from being deleted as trailing whitespace.
3818
3819 * ruler-mode.el (ruler-mode-margins-char): Likewise.
3820
3821 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
3822
3823 * mail/rmailout.el (rmail-output): If preserving MIME-version,
3824 preserve Content-type too.
3825
3826 2003-02-04 Kim F. Storm <storm@cua.dk>
3827
3828 * ido.el (ido-define-mode-map): Remap viper delete char/word
3829 commands to their ido specific equivalents. Disable ESC in
3830 viper mode (to avoid exiting insert mode), since ido doesn't
3831 work in viper command mode.
3832 (ido-delete-backward-updir, ido-delete-backward-word-updir):
3833 Handle remapped viper commands.
3834
3835 2003-02-03 Juanma Barranquero <lektu@terra.es>
3836
3837 * calculator.el (calculator): Don't use the minibuffer even in
3838 electric mode; use a private buffer and display it in the minibuffer
3839 window using `set-window-buffer'.
3840
3841 2003-02-03 Dave Love <fx@gnu.org>
3842
3843 * emacs-lisp/benchmark.el: New.
3844
3845 2003-02-02 Andreas Schwab <schwab@suse.de>
3846
3847 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
3848 words separated by dots. Match optional parenthesized word at
3849 start of line.
3850
3851 * font-lock.el
3852 (font-lock-match-c-style-declaration-item-and-skip-to-next):
3853 Don't require underscore in word before double open-paren.
3854
3855 2003-02-02 John Paul Wallington <jpw@gnu.org>
3856
3857 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
3858
3859 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
3860
3861 * time-stamp.el: Tweak doc strings and preamble commentary.
3862 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
3863 regexp subpattern 5)
3864 (time-stamp-pattern): Initialize to nil to avoid regexp work in
3865 default case.
3866 (time-stamp-string): Call set-time-zone-rule instead of setenv
3867 (time-stamp-hhmmss): Remove (not needed after all).
3868 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
3869 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3870 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
3871 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
3872
3873 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
3874
3875 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
3876 (custom-save-variables): Use dolist, simplify.
3877 Output a message if a `requests' entry looks suspicious.
3878 (custom-save-faces): Use dolist, simplify.
3879
3880 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
3881
3882 * antlr-mode.el: Bug fixes, miscellaneous.
3883 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
3884 make it more rubust against changes in cc-mode's style variables
3885 by using `boundp' and function `c-init-language-vars' if defined.
3886 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
3887 (antlr-read-value): With completion, ignore case.
3888 (antlr-run-tool-interactive): New function.
3889 (antlr-run-tool): Use it for `interactive' specification.
3890
3891 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
3892 (cond-emacs-xemacs): New compile-time macro.
3893 (defunx): New compile-time macro.
3894 (ignore-errors-x): New compile-time macro.
3895 (save-buffer-state-x): New compile-time macro.
3896
3897 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
3898 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
3899 (antlr-simple-default-directory): Deletia.
3900 (antlr-default-directory): Define directly.
3901 (antlr-simple-read-shell-command): Deletia.
3902 (antlr-read-shell-command): Define directly.
3903 (antlr-simple-with-displaying-help-buffer): Deletia.
3904 (antlr-with-displaying-help-buffer): Define directly.
3905 (antlr-fast-invalidate-context-cache): Deletia.
3906 (antlr-slow-invalidate-context-cache): Deletia.
3907 (antlr-invalidate-context-cache): Define directly.
3908 (antlr-fast-syntactic-context): Deletia.
3909 (antlr-slow-syntactic-context): Deletia.
3910 (antlr-syntactic-context): Define directly.
3911
3912 (antlr-mode-menu): Use new macros.
3913 (antlr-font-lock-additional-keywords): Ditto.
3914 (antlr-skip-sexps): Ditto.
3915 (antlr-end-of-rule): Ditto.
3916 (antlr-beginning-of-rule): Ditto.
3917 (antlr-end-of-body): Ditto.
3918 (antlr-beginning-of-body): Ditto.
3919 (antlr-hide-actions): Ditto.
3920 (antlr-option-kind): Ditto.
3921
3922 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
3923 (antlr-font-lock-keyword-face): Use new macros.
3924 (antlr-font-lock-syntax-face): Ditto.
3925 (antlr-font-lock-ruledef-face): Ditto.
3926 (antlr-font-lock-tokendef-face): Ditto.
3927 (antlr-font-lock-literal-face): Ditto.
3928
3929 Changes from 2002-05-24:
3930
3931 * antlr-mode.el: Version 2.2a.
3932
3933 Changes from 2002-05-03:
3934
3935 * antlr-mode.el: Make context parsing faster on Emacs, for faster
3936 syntax highlighting, indentation and imenu support.
3937 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
3938 (antlr-slow-context-cache): New variable.
3939 (antlr-slow-syntactic-context): Use cache.
3940 (antlr-slow-cache-enabling-symbol): New internal variable.
3941 (antlr-slow-cache-diff-threshold): New variable.
3942 (antlr-fast-invalidate-context-cache): Renamed from
3943 antlr-xemacs-bug-workaround.
3944 (antlr-imenu-create-index-function): Search from beginning.
3945
3946 * antlr-mode.el: More sophisticated indentation, i.e., use the
3947 indentation engine of cc-mode for most actions.
3948 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
3949 (antlr-indent-line): Use indentation engine of cc-mode more often.
3950 (antlr-indent-at-bol-alist): Only used for header actions.
3951 (antlr-disabling-cc-syntactic-symbols): New variable.
3952 (antlr-indent-item-regexp): Delete stuff for actions.
3953 (antlr-indent-at-bol-alist): With language "Java", indent
3954 "package" and "import" at column 0 in header part.
3955
3956 * antlr-mode.el (antlr-simple-default-directory): Define.
3957 (antlr-simple-read-shell-command): Define.
3958 (antlr-simple-with-displaying-help-buffer): Define.
3959 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
3960 Renamed from antlr-scan-{sexps,lists}-internal.
3961
3962 Changes from 2002-02-28:
3963
3964 * antlr-mode: Version 2.2 is released.
3965
3966 * antlr-mode.el (antlr): Moved to SourceForge.net
3967
3968 * antlr-mode.el: Minor bug fixes: insert options and indentation.
3969 (antlr-option-location): Don't use point as position where to
3970 insert options if point is in comment.
3971 (antlr-mode): Don't set style here.
3972 (antlr-c-common-init): Set style here. If boundp, set
3973 `c-current-comment-prefix' to not break indentation in comments.
3974 Hm, I should probably split `c-common-init' from cc-mode into two
3975 parts, one of which I could use for antlr-mode.el.
3976
3977 Changes from 2002-01-31:
3978
3979 * antlr-mode.el (antlr-font-lock-additional-keywords):
3980 Also hightlight `~' with `antlr-font-lock-syntax-face'.
3981 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
3982
3983 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3984
3985 * comint.el:
3986 * dired-aux.el:
3987 * dired.el:
3988 * dirtrack.el:
3989 * dos-w32.el:
3990 * fast-lock.el:
3991 * filecache.el:
3992 * files.el:
3993 * hippie-exp.el:
3994 * international/mule.el:
3995 * net/browse-url.el:
3996 * pcomplete.el:
3997 * recentf.el:
3998 * shell.el:
3999 * woman.el: Added cygwin to system-type comparisons.
4000
4001 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
4002
4003 * mail/undigest.el (rmail-forward-separator-regex): New custom
4004 variable.
4005 (unforward-rmail-message): Use it.
4006
4007 2003-01-30 Dave Love <fx@gnu.org>
4008
4009 * textmodes/ispell.el (lookup-words): Fix last change.
4010
4011 2003-01-29 John Paul Wallington <jpw@gnu.org>
4012
4013 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
4014
4015 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
4016 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
4017 `define-ibuffer-sorter'.
4018 (lisp-imenu-generic-expression): Add `deftheme' to types.
4019
4020 * custom.el (customize-mark-to-save, customize-mark-as-set)
4021 (custom-remove-theme): Doc fixes.
4022
4023 2003-01-29 Didier Verna <didier@xemacs.org>
4024
4025 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
4026 * cus-edit.el (custom-save-faces): Ditto.
4027
4028 2003-01-29 Juanma Barranquero <lektu@terra.es>
4029
4030 * composite.el (decompose-composite-char): Fix docstring.
4031
4032 * select.el (x-set-cut-buffer): Fix docstring. Check type with
4033 `stringp' instead of `substring'.
4034
4035 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
4036 file name if no other master file is located.
4037
4038 * progmodes/cperl-mode.el (cperl-beautify-level)
4039 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
4040 (cperl-calculate-indent): Fix typo.
4041
4042 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
4043
4044 * arc-mode.el (archive-lzh-summarize): Fix previous change.
4045
4046 2003-01-29 Kim F. Storm <storm@cua.dk>
4047
4048 * emacs-lisp/authors.el: New format of AUTHORS file; list each
4049 author name once followed by contributed and changed files.
4050 Improve selection of entries to include in list, and generate list
4051 of unrecognized entries indicating syntax errors in ChangeLog files.
4052 (authors-coding-system): New variable.
4053 (authors-many-files): Update doc string.
4054 (authors-aliases): Change format. Now one entry with multiple
4055 aliases per author.
4056 (authors-valid-file-names, authors-renamed-files-alist)
4057 (authors-renamed-files-regexps): New variables.
4058 (authors-canonical-file-name): New function. Validates that file
4059 exists or occurs in one of the above lists. Record unrecognized
4060 file names in global authors-invalid-file-names list.
4061 (authors-add): Change to record per-change counts.
4062 (authors-canonical-author-name): Handle new format of
4063 authors-aliases list.
4064 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
4065 Change doc string to describe new entry format.
4066 Only add author entries for valid file names.
4067 (authors-print): Replace by authors-add-to-author-list.
4068 (authors-add-to-author-list): New function which reorders
4069 per-file entries and adds them to global authors-author-list.
4070 (authors): Instead of authors-print to insert in *Authors* buffer,
4071 use authors-add-to-author-list to reorder the list and then
4072 insert result in *Authors* buffer with new format.
4073 Generate *Authors Errors* compilation-mode buffer listing
4074 unrecognized ChangeLog entries.
4075
4076 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
4077
4078 * term/mac-win.el: Add entries in function-key-map for
4079 [tab], [backspace], [escape].
4080
4081 2003-01-28 Kim F. Storm <storm@cua.dk>
4082
4083 * info.el (Info-extract-menu-node-name): Another fix for
4084 2003-01-24 change. Also stop search if : is followed by TAB.
4085
4086 2003-01-28 John Paul Wallington <jpw@gnu.org>
4087
4088 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
4089 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
4090
4091 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
4092
4093 * progmodes/cc-vars.el, progmodes/cc-mode.el
4094 (c-require-final-newline): Made this variable an alist to
4095 specify a value for each language. The default value causes
4096 `require-final-newline' to be set to t only in languages where
4097 the standard requires a final newline.
4098
4099 2003-01-27 Kim F. Storm <storm@cua.dk>
4100
4101 * simple.el (kill-new): Improve doc string for yank-handler.
4102 Signal args-out-of-range error if yank-handler is specified for
4103 an empty string.
4104
4105 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
4106
4107 2003-01-27 Dave Love <fx@gnu.org>
4108
4109 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
4110
4111 * thingatpt.el (thing-at-point-file-name-chars):
4112 Include non-ASCII again and re-write the filename ops.
4113
4114 2003-01-27 David Ponce <david@dponce.com>
4115
4116 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
4117
4118 2003-01-27 Juanma Barranquero <lektu@terra.es>
4119
4120 * filesets.el (filesets-file-open): Fix typo.
4121
4122 * vcursor.el (vcursor-disable): Likewise.
4123
4124 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
4125
4126 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
4127
4128 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
4129
4130 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
4131
4132 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
4133
4134 * progmodes/cc-vars.el, progmodes/cc-mode.el
4135 (c-require-final-newline): Add a variable to make the
4136 initialization of `require-final-newline' more configurable.
4137
4138 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4139
4140 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
4141 Set iso-2022-7bit coding: cookie.
4142
4143 2003-01-26 Kim F. Storm <storm@cua.dk>
4144
4145 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
4146 Don't search for next colon if current colon is followed by
4147 one of ".", ",", ";", or ")".
4148 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
4149 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
4150
4151 2003-01-26 Richard M. Stallman <rms@gnu.org>
4152
4153 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
4154
4155 2003-01-25 Bill Wohler <wohler@newt.com>
4156
4157 * mh-e: Created directory. ChangeLog will appear in a week when we
4158 release version 7.2.
4159
4160 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
4161 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
4162 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
4163 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
4164 mail/mh-xemacs-compat.el: Moved to mh-e directory.
4165 Note that reply2.pbm and reply2.xpm, which were created by the
4166 MH-E package, were left in mail since they can probably be used by
4167 other mail packages.
4168
4169 * makefile.w32-in (WINS): Add mh-e.
4170
4171 * makefile.nt (WINS): Add mh-e.
4172
4173 2003-01-25 Richard M. Stallman <rms@gnu.org>
4174
4175 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4176 Compile any lambda-expressions among the args.
4177
4178 * view.el (view-mode): Doc fix.
4179
4180 * ido.el: Many doc fixes.
4181 (ido-complete): Fix message.
4182
4183 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
4184
4185 * arc-mode.el (archive-unixdate): Correct the date field string.
4186 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
4187 type (which is most prevalent now), in addition to the already
4188 supported level 0 and 1 header types.
4189
4190 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
4191
4192 * international/mule-cmds.el (set-language-info)
4193 (current-language-environment): Simplify setting the type of
4194 current-language-environment.
4195
4196 2003-01-25 Kim F. Storm <storm@cua.dk>
4197
4198 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
4199 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
4200 only needed when the region is active. This also makes the output
4201 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
4202
4203 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
4204
4205 * ediff.el (ediff-revision): Better defaults.
4206
4207 * ediff-vers.el (ediff-vc-latest-version): New function.
4208 (ediff-vc-internal): Use latest version instead of working version.
4209
4210 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
4211
4212 * info.el (Info-extract-menu-node-name): When looking for end of menu
4213 item, don't stop at first ":"; instead, continue until trailing
4214 context is either a space or newline.
4215 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
4216 (Info-menu): Likewise, for regexp used in backwards search.
4217 (Info-try-follow-nearest-node): Remove case added in previous edit.
4218 Change regexp in the following case to allow ":" in menu item.
4219 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
4220 point-max as "hasn't already been done".
4221
4222 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
4223
4224 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
4225 terminated by ": " as an index entry.
4226
4227 2003-01-24 Juanma Barranquero <lektu@terra.es>
4228
4229 * isearch.el (isearch-forward): Fix typo.
4230
4231 2003-01-24 Kenichi Handa <handa@m17n.org>
4232
4233 * international/mule.el (decode-coding-inserted-region):
4234 Rename from decode-coding-region-as-inserted-from-file to make it fit
4235 well in the Lisp manual.
4236
4237 * jka-compr.el (jka-compr-insert-file-contents):
4238 Call docode-coding-inserted-region.
4239
4240 2003-01-24 John Paul Wallington <jpw@gnu.org>
4241
4242 * ibuffer.el (ibuffer-window-list): Remove.
4243 (ibuffer-confirm-operation-on): Use `window-list' instead.
4244 (ibuffer-load-hook): New customizable variable.
4245 (toplevel): Run it.
4246 (ibuffer-customize): New command.
4247 (ibuffer-mode-map): Bind it.
4248 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
4249 (ibuffer-mode): Tidy.
4250 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
4251 (ibuffer-default-directory, ibuffer-default-sorting-mode)
4252 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
4253 (ibuffer-map-lines): Doc fixes.
4254
4255 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
4256 filenames. Use `kill-new'.
4257
4258 2003-01-23 Dave Love <fx@gnu.org>
4259
4260 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
4261 in the file.
4262
4263 2003-01-23 Masatake YAMATO <jet@gyve.org>
4264
4265 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
4266 /* */ comments.
4267
4268 2003-01-23 Kenichi Handa <handa@m17n.org>
4269
4270 * files.el (insert-directory): Read the output of "ls" by
4271 no-conversion, and decode it later while preserving
4272 `dired-filename' property.
4273
4274 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
4275
4276 * descr-text.el (describe-text-mode-hook): Add a group.
4277
4278 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
4279
4280 * term/mac-win.el (interprogram-paste-function): Handle empty
4281 clipboard.
4282
4283 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
4284
4285 * info.el (Info-index): Change pattern so that index entries with
4286 colons can be read properly; also, require at least one space
4287 after the colons, which makeinfo puts in.
4288
4289 2003-01-22 Andreas Schwab <schwab@suse.de>
4290
4291 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
4292 change.
4293
4294 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
4295
4296 * Makefile.in (bootstrap-after): New target.
4297 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
4298
4299 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4300
4301 * info.el (Info-index-next): Use "(`,' tries to find next)" for
4302 more matches for consistency with standalone info browser.
4303
4304 2003-01-22 Kenichi Handa <handa@m17n.org>
4305
4306 * international/mule.el
4307 (decode-coding-region-as-inserted-from-file): New function.
4308
4309 * jka-compr.el (jka-compr-insert-file-contents): Read a process
4310 output without decoding. Decode the result by
4311 decode-coding-region-as-inserted-from-file.
4312
4313 2003-01-22 Kim F. Storm <storm@cua.dk>
4314
4315 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
4316 visited directories to end of list; it's the wrong thing to do if
4317 we want to find a file or directory in such directories.
4318
4319 * simple.el: Doc fixes.
4320 * subr.el: Doc fixes.
4321
4322 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
4323
4324 * gud.el (gud-display-line): If the current file is newer than its
4325 buffer, offer to reread the file.
4326 (gud-keep-buffer): New buffer local variable. Ensures offer to
4327 reread file is made just once.
4328
4329 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
4330
4331 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
4332 Fix the docstring instead.
4333
4334 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4335
4336 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
4337
4338 2003-01-20 Richard M. Stallman <rms@gnu.org>
4339
4340 * simple.el (completion-setup-function): Set default-directory
4341 in the minibuffer, so it'll be copied into the completion list buffer.
4342
4343 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
4344
4345 * loadup.el (load-path): Rename `path' local var.
4346
4347 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
4348 to C-c C-i. Duplicate its bindings with last char a ctl char.
4349 Also change C-c f to C-c C-f.
4350
4351 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
4352
4353 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
4354 value system dependent.
4355 (ls-lisp-support-shell-wildcards): Add autoload cookie.
4356
4357 2003-01-19 Kim F. Storm <storm@cua.dk>
4358
4359 * msb.el: Use `dir' instead of `path' everywhere.
4360
4361 2003-01-18 Kim F. Storm <storm@cua.dk>
4362
4363 * simple.el (kill-new, kill-append, kill-region):
4364 New optional parameter yank-handler.
4365 (yank-excluded-properties): Add yank-handler to list.
4366 (yank-undo-function): New variable.
4367 (yank): Use it to undo previous yank or yank-pop command.
4368 Allow insert-for-yank to override this-command.
4369
4370 * subr.el (insert-for-yank): Arg list changed; now only accepts one
4371 string rather than any number of strings; no callers needed change.
4372 Use yank-handler text property on the arg string.
4373 Set yank-undo-function variable appropriately for yank-pop.
4374
4375 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
4376
4377 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
4378 regexp-concatenation.
4379
4380 * add-log.el (add-change-log-entry): Don't leave space at eol.
4381 (add-log-current-defun): Perl functions names can't have (or {.
4382
4383 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
4384 (sh-non-closing-paren): New const.
4385 (sh-case, sh-while-getopts): Use it to make props non-sticky.
4386 (sh-add-completer): Use test-completion.
4387
4388 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
4389
4390 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
4391
4392 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
4393
4394 * cus-edit.el (customize-changed-options): Undo last doc change.
4395
4396 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
4397
4398 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4399 Don't treat \n specially in sub-skeletons.
4400
4401 2003-01-17 Dave Love <fx@gnu.org>
4402
4403 * international/ucs-tables.el: Redo 8859-6 change in the right place.
4404
4405 2003-01-17 Kenichi Handa <handa@m17n.org>
4406
4407 * international/fontset.el: Don't setup the default fontset and
4408 font-encoding-alist at the top level.
4409 (setup-default-fontset): New function.
4410 (create-fontset-from-fontset-spec): Delete autoload cookie.
4411
4412 * term/x-win.el: Require fontset unconditionally again.
4413 Call setup-default-fontset at the top level.
4414
4415 * term/w32-win.el: Call setup-default-fontset.
4416
4417 * term/mac-win.el: Require fontset and call setup-default-fontset.
4418
4419 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
4420
4421 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
4422 property until end-of-paragraph.
4423
4424 2003-01-16 Kenichi Handa <handa@m17n.org>
4425
4426 * international/ucs-tables.el: Undo the last change.
4427
4428 2003-01-15 Dave Love <fx@gnu.org>
4429
4430 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
4431 and use documented treatment of -.
4432
4433 * dired-x.el (dired-filename-at-point): Fix filename-chars.
4434
4435 * international/ucs-tables.el: Set up tables for 8859-6.
4436
4437 * server.el (server-window): Customize.
4438 (server-mode): New.
4439 (server-unload-hook): Call server-start.
4440
4441 2003-01-15 John Wiegley <johnw@gnu.org>
4442
4443 * eshell/em-hist.el (eshell-save-history-on-exit):
4444 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
4445 because the former name is somewhat unrelated to the variables'
4446 possible values.
4447
4448 2003-01-15 Deepak Goel <deego@gnufans.org>
4449
4450 * calc/README: Add new maintainer.
4451
4452 * calc/*: Ditto.
4453
4454 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
4455
4456 2003-01-15 Andrew Innes <andrewi@gnu.org>
4457
4458 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
4459 using appropriate rule for build environment.
4460 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
4461 of autoloads and defvars, sufficient to dump bootstrap emacs.
4462 (update-subdirs-SH): Use hard-coded list of top-level lisp
4463 subdirs, because find program on Windows is not compatible with
4464 Unix find.
4465 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
4466 Explicitly load loaddefs.el so that bootstrap emacs can compile
4467 properly.
4468 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
4469 minimal stub sufficient for dumping bootstrap emacs is available.
4470
4471 * loadup.el: Include lisp/textmodes in load-path for bootstrap
4472 emacs, to resolve ispell menu reference.
4473
4474 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
4475
4476 * international/mule.el (optimize-char-coding-system-table):
4477 Optimize it.
4478
4479 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
4480
4481 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
4482
4483 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
4484 occasional use of "05" rather than " 5" for day-of-month.
4485
4486 * log-view.el (log-view-message-re): The rev might be locked.
4487
4488 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
4489
4490 * gdb-ui.el: Improve commentary.
4491 (gdb-window-height, gdb-window-width, gdb-display-number-end):
4492 Customize the dimensions of frames for displayed expressions.
4493 (gdb-error-begin): Comment out because it is not used because of
4494 bug/quirk in annotations.
4495 (gdb-reset): Use with-current-buffer.
4496
4497 2003-01-14 Kim F. Storm <storm@cua.dk>
4498
4499 * ido.el (ido-read-internal, ido-file-internal)
4500 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
4501 Don't use `path' as name of local variables holding a file name.
4502
4503 * arc-mode.el (archive-arc-rename-entry): Fix error message.
4504 (archive-lzh-summarize): Rename local var `path' to `dir'.
4505 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
4506
4507 * dired.el: Doc fixes.
4508 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
4509 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
4510 * dired-x.el: Doc fixes.
4511
4512 * fast-lock.el (fast-lock-cache-name): Doc fix.
4513
4514 * net/browse-url.el (browse-url-filename-alist): Doc fix.
4515
4516 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
4517
4518 * apropos.el (apropos): Restore autoload cookie. Fix typo in
4519 "error retrieving function documentation" output.
4520
4521 2003-01-14 Kim F. Storm <storm@cua.dk>
4522
4523 * subr.el (process-put, process-get): New functions.
4524
4525 * simple.el (clone-process): Copy process' plist to new process.
4526
4527 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
4528
4529 * cus-dep.el (custom-make-dependencies): Don't set standard-value
4530 and version numbers for variables. Handle faces.
4531
4532 * cus-edit.el (customize-changed-options): Doc addition. Load the
4533 version deps earlier. Use other tests for groups and variables.
4534 Handle faces.
4535
4536 2003-01-14 Kim F. Storm <storm@cua.dk>
4537
4538 * ido.el: Doc fixes.
4539 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
4540 (ido-rewrite-file-prompt-functions): Rename from
4541 ido-make-file-prompt-hook. Directory name is now in dynamic
4542 variable `dirname' (instead of `path').
4543 (ido-rewrite-file-prompt-rules): Rename from
4544 ido-rewrite-prompt-path-rules.
4545 (ido-make-prompt): Directory name now in `dirname' var.
4546 (ido-complete): Fix error message.
4547
4548 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
4549
4550 * server.el (server-process-filter): Use `minibufferp' to test
4551 whether we are inside a minibuffer.
4552 (server-process, server-kill-new-buffers): Doc fixes.
4553
4554 2003-01-13 Dave Love <fx@gnu.org>
4555
4556 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
4557 Remove pre-write-conversion.
4558
4559 2003-01-13 Kim F. Storm <storm@cua.dk>
4560
4561 * hexl.el (hexl-mode-map): Don't quote remapped command names.
4562
4563 2003-01-13 David Ponce <david@dponce.com>
4564
4565 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
4566 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
4567
4568 2003-01-13 Masatake YAMATO <jet@gyve.org>
4569
4570 * ruler-mode.el (ruler-mode-comment-column-char)
4571 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
4572 (ruler-mode-mouse-current-grab-object): New variables.
4573 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
4574 New faces.
4575 (ruler-mode-mouse-set-fill-column): Removed.
4576 (ruler-mode-mouse-grab-any-column)
4577 (ruler-mode-mouse-drag-any-column-iteration)
4578 (ruler-mode-mouse-drag-any-column): New functions.
4579 (ruler-mode-map): [header-line down-mouse-2] Bound to
4580 `ruler-mode-mouse-grab-any-column' instead of
4581 `ruler-mode-mouse-set-fill-column'.
4582 (ruler-mode-ruler-help-echo): Update its value.
4583 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
4584 when goal-column is already set.
4585 (ruler-mode-ruler-help-echo-tab): Rename to...
4586 (ruler-mode-ruler-help-echo-when-tab-stops): New.
4587 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
4588 (ruler-mode-goal-column-help-echo): New help strings.
4589 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
4590 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
4591 Show `comment-column' and `goal-column'. Echo the different help
4592 string for each *-column characters on the ruler.
4593
4594 2003-01-13 Richard M. Stallman <rms@gnu.org>
4595
4596 * apropos.el (apropos-documentation-property): New function.
4597 (apropos): Use apropos-documentation-property.
4598
4599 * files.el (mode-line-process): Mark as risky.
4600
4601 * help.el (where-is): Catch errors in indirect-function.
4602
4603 * server.el (server-process-filter): Comment out -eval.
4604 Don't switch buffers if inside isearch or minibuffer.
4605
4606 * progmodes/compile.el (compilation-revert-buffer):
4607 If buffer has a file, revert it in the normal way.
4608
4609 * term/x-win.el: Require fontset conditionally again.
4610
4611 2003-01-13 Kim F. Storm <storm@cua.dk>
4612
4613 * ido.el (ido-enable-tramp-completion): New defcustom.
4614 (ido-enter-single-matching-directory): Change default to 'slash.
4615 (ido-is-tramp-root): New defun.
4616 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
4617 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
4618 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
4619 Handle tramp completion.
4620 (ido-file-name-all-completions1): New defun for tramp completion.
4621 (ido-file-name-all-completions): Use it.
4622 (ido-set-matches1): Relax matching of text with trailing slash.
4623 (ido-exhibit): Handle tramp completion.
4624 Simplified code using nested cond forms using new `refresh' var.
4625 Fixed handling of /~user/ paths.
4626
4627 2003-01-12 Andreas Schwab <schwab@suse.de>
4628
4629 * arc-mode.el (archive-mode-map): Use command remapping instead of
4630 substitute-key-definition.
4631 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
4632 * msb.el (msb-mode-map): Likewise.
4633 * forms.el (forms--change-commands): Likewise.
4634 * hexl.el (hexl-mode-map): Likewise.
4635 * mail/mailabbrev.el (Commentary): Likewise.
4636 * play/decipher.el (decipher-mode-map): Likewise.
4637 * play/gomoku.el (gomoku-mode-map): Likewise.
4638 * play/landmark.el (lm-mode-map): Likewise.
4639 * play/solitaire.el (solitaire-mode-map): Likewise.
4640 * progmodes/sh-script.el (sh-mode-map): Likewise.
4641 * textmodes/picture.el (picture-substitute): Likewise.
4642
4643 * ielm.el (inferior-emacs-lisp-mode):
4644 Bind comint-dynamic-complete-functions locally.
4645
4646 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
4647
4648 2003-01-11 Andreas Schwab <schwab@suse.de>
4649
4650 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
4651 merge with existing fontification.
4652
4653 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
4654
4655 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
4656 (gud-reset): New function. Reset environment at end of debugging.
4657 (gud-sentinel): Call gud-reset or gdb-reset.
4658 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
4659
4660 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
4661 to find out if variable shuld be dereferenced.
4662 (gud-display1): Exit if there is `No symbol'.
4663 (gdb-expressions-mode-map): Correction to key-binding.
4664 (gdb-reset): New function. Reset environment at end of debugging.
4665 (gdb-quit): Remove.
4666
4667 2003-01-10 Dave Love <fx@gnu.org>
4668
4669 * international/code-pages.el (cp-make-coding-system): Fix last change.
4670
4671 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4672
4673 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
4674 use regexp-opt for readability.
4675
4676 2003-01-10 Mark A. Hershberger <mah@everybody.org>
4677
4678 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
4679 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
4680 empty elements.
4681
4682 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
4683
4684 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
4685 shell.
4686
4687 2003-01-09 John Wiegley <johnw@gnu.org>
4688
4689 * pcomplete.el (pcomplete-termination-string): Add a variable
4690 for modifying the string which is inserted after a completion or
4691 expansion using pcomplete.
4692
4693 2003-01-09 Karl Berry <karl@gnu.org>
4694
4695 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
4696 so that we don't fail if no records match record-regexp.
4697
4698 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
4699
4700 * cus-edit.el (customize-group, customize-group-other-window):
4701 Remove unnecessary calls to custom-load-symbol.
4702 (custom-group-value-create):
4703 Load widget deps if state is not hidden. If widget deps are
4704 loaded, load them in advance.
4705 (custom-menu-create): If widget deps are loaded, load them earlier.
4706
4707 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
4708
4709 * language/ethio-util.el (ethio-gemination)
4710 (exit-ethiopic-environment): Doc fixes.
4711
4712 * language/viet-util.el (viet-encode-viqr-region)
4713 (viet-decode-viqr-region, viet-encode-viqr-buffer)
4714 (viet-decode-viqr-buffer): Doc fixes.
4715
4716 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
4717
4718 * paths.el: Remove gnus-startup-file.
4719
4720 2003-01-08 Bill Wohler <wohler@newt.com>
4721
4722 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
4723 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
4724
4725 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4726 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
4727 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
4728 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
4729
4730 2003-01-08 Kim F. Storm <storm@cua.dk>
4731
4732 * mail/undigest.el (unforward-rmail-message): Don't use global
4733 variable `n'.
4734
4735 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
4736
4737 * mail/undigest.el (unforward-rmail-message): Simplified.
4738 No functional change.
4739
4740 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
4741
4742 * custom.el (custom-autoload, custom-variable-p): New functions.
4743
4744 * emacs-lisp/autoload.el (make-autoload):
4745 Generate custom-autoload for autoloaded defcustoms.
4746
4747 * help-fns.el (describe-variable): Use custom-variable-p.
4748
4749 * simple.el (set-variable): Load deps of custom variables without type.
4750
4751 * cus-edit.el (custom-variable-prompt): Doc change.
4752 Use custom-variable-p.
4753 (customize-option): Remove search in loaddefs.el.
4754 (customize-apropos): Use custom-variable-p.
4755 (custom-save-variables): Use custom-variable-p to detect
4756 non-rogue variables.
4757
4758 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
4759
4760 * mail/undigest.el (unforward-rmail-message): Skip all newlines
4761 after the initial separator.
4762 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
4763 instead of Forwarded-from: and Forwarded-date:.
4764
4765 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4766
4767 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
4768 produced by TeX.
4769
4770 2003-01-07 Andre Spiegel <spiegel@gnu.org>
4771
4772 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
4773 branch.
4774
4775 2003-01-06 Dave Love <fx@gnu.org>
4776
4777 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
4778
4779 * language/chinese.el ("Chinese-EUC-TW"): New.
4780
4781 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
4782
4783 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
4784
4785 2003-01-05 Richard M. Stallman <rms@gnu.org>
4786
4787 * obsolete/uncompress.el: Display message that this pkg is obsolete.
4788
4789 * isearch.el (isearch-repeat): Error if try to repeat search and
4790 there was no previous search.
4791
4792 * dired.el (dired-recursive-deletes): Fix custom type.
4793
4794 * dabbrev.el (dabbrev--substitute-expansion):
4795 Convert all whitespace to single spaces,
4796 except when it's carried over from the existing text.
4797
4798 * simple.el (split-line): Clean up implementation.
4799
4800 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
4801 both cases.
4802 (rmail-variables): Specify case-insensitive matching for font-lock.
4803
4804 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4805
4806 * mail/sendmail.el (mail-font-lock-keywords):
4807 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
4808 In-Reply-To and X-*.
4809
4810 2003-01-05 Mark A. Hershberger <mah@everybody.org>
4811
4812 * xml.el (xml-substitute-special): Check for &amp last.
4813
4814 2003-01-05 Dave Love <fx@gnu.org>
4815
4816 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
4817
4818 2003-01-05 Dave Love <fx@gnu.org>
4819
4820 * international/mule-diag.el (non-iso-charset-alist):
4821 Add vietnamese-tcvn.
4822
4823 * international/mule-cmds.el (locale-language-names):
4824 Use Croatian, Swedish.
4825
4826 2003-01-05 Andreas Schwab <schwab@suse.de>
4827
4828 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
4829
4830 2003-01-05 Dave Love <fx@gnu.org>
4831
4832 * language/european.el ("Latin-6", "Croatian"): New.
4833 ("Latin-7"): Fix nonascii-translation. Add input method.
4834 ("Lithuanian", "Latvian"): Add nonascii-translation.
4835 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
4836 Fix nonascii-translation.
4837
4838 * language/georgian.el ("Georgian"): Fix nonascii-translation.
4839
4840 * international/mule-cmds.el (set-locale-environment):
4841 Ignore empty values of environment variables.
4842
4843 * emacs-lisp/byte-opt.el (byte-optimize-nth)
4844 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
4845
4846 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
4847
4848 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
4849 Use let construction to bind buffer-read-only to nil.
4850 (gdba): 'set height 0' in GDB.
4851 (gdb-display-end, gdb-frame-handler): Corrections to forming
4852 full expression name for header-line in display frame.
4853 (gdb-info-breakpoints-custom): Highlight breakpoints since
4854 they may be clicked on with mouse-2.
4855 (gdb-quit): Delete frames of displayed expressions when quitting.
4856 (gdb-delete-frames): New function.
4857 (gdb-source-info): Don't create stack buffer automatically.
4858
4859 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
4860
4861 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
4862
4863 2003-01-04 Kim F. Storm <storm@cua.dk>
4864
4865 * simple.el (split-line): If present, copy fill-prefix from
4866 current line to new line. Don't copy if prefix arg.
4867 From Lisp, arg may be an alternative prefix string to copy.
4868 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
4869
4870 * mail/sendmail.el (mail-split-line): New function.
4871 (mail-mode-map): Remap split-line to mail-split-line.
4872
4873 2003-01-03 Dave Love <fx@gnu.org>
4874
4875 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
4876 with new load-history format.
4877
4878 * international/mule-cmds.el (sort-coding-systems):
4879 Adjust priority of utf-16 and x-ctext.
4880
4881 * international/utf-8.el (utf-translate-cjk):
4882 Call optimize-char-coding-system-table.
4883
4884 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
4885 Call optimize-char-coding-system-table.
4886
4887 * international/mule.el (register-char-codings): Don't call
4888 optimize-char-coding-system-table here.
4889 (keyboard-coding-system): Doc fix. Update :version.
4890
4891 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
4892 (nroff-imenu-expression): New.
4893 (nroff-mode): Use it.
4894
4895 * autoinsert.el (auto-insert-alist): Add man page skeleton.
4896
4897 2003-01-03 Andre Spiegel <spiegel@gnu.org>
4898
4899 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
4900 the lock.
4901
4902 2003-01-03 Kim F. Storm <storm@cua.dk>
4903
4904 * emulation/cua-base.el (cua--pre-command-handler):
4905 Corrected handling of delete-selection properties.
4906
4907 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
4908
4909 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
4910 documentation string when `sym' is non-nil.
4911
4912 2003-01-02 Steven Tamm <steventamm@mac.com>
4913
4914 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
4915 Have scroll bars correctly default to being on the right for Mac
4916 Carbon port by testing "mac-carbon" feature, not window-system.
4917
4918 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
4919
4920 * cus-edit.el (customize-group, customize-group-other-window):
4921 Call custom-load-symbol unconditionally.
4922 (customize-face, customize-face-other-window): Fix format arg.
4923
4924 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
4925
4926 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
4927 to `left'.
4928
4929 2003-01-01 Richard M. Stallman <rms@gnu.org>
4930
4931 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
4932
4933 * files.el (backup-buffer): Cope if file-modes returns nil.
4934
4935 2002-12-30 Steven Tamm <steventamm@mac.com>
4936
4937 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
4938 Have scroll bars correctly default to being on the right for Mac
4939 Carbon port
4940
4941 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
4942
4943 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
4944 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
4945 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
4946 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
4947 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
4948 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
4949 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
4950 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
4951 (gdb-frames-mouse-select): Simplify.
4952 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
4953 consistent with other modes in emacs.
4954 (gdb-display-source-buffer): Return window of source buffer
4955 for (gud-display-line).
4956
4957 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
4958
4959 * button.el (defface button): Add group.
4960
4961 * cus-edit.el (customize-browse): Call `widget-setup'.
4962
4963 2002-12-29 Andreas Schwab <schwab@suse.de>
4964
4965 * Makefile.in: Generate cus-load.el and finder-inf.el in the
4966 source directory. Change dependencies on lisp files to explicitly
4967 use $(lisp).
4968 (compile-calc): Fix command substitution.
4969 * cus-dep.el (generated-custom-dependencies-file): New variable.
4970 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
4971 * finder.el (generated-finder-keywords-file): New variable.
4972 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
4973
4974 2002-12-28 Richard M. Stallman <rms@gnu.org>
4975
4976 * info-look.el (info-lookup): Fix error message typo.
4977
4978 * comint.el (comint-mode): Locally set scroll-conservatively.
4979 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
4980 is active only when point is at end.
4981
4982 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
4983 Fix error message.
4984
4985 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
4986
4987 * simple.el (repeat-complex-command): Signal real error on failure.
4988
4989 2002-12-28 Andreas Schwab <schwab@suse.de>
4990
4991 * progmodes/make-mode.el (makefile-font-lock-keywords):
4992 Highlight automatic variable references enclosed in parens and
4993 optionally suffixed by F or D.
4994
4995 2002-12-27 Miles Bader <miles@gnu.org>
4996
4997 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
4998 buffer-local variable.
4999
5000 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
5001
5002 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
5003 the same way as `custom-buffer-create-other-window'.
5004 (customize-variable-other-window, customize-option-other-window):
5005 Definitions moved up.
5006
5007 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
5008
5009 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
5010 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
5011 tramp.el. From Michael Albinus.
5012 * net/tramp-smb.el: New file for using smbclient to access
5013 Windows shares with Tramp. From Michael Albinus.
5014
5015 2002-12-26 Andreas Schwab <schwab@suse.de>
5016
5017 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
5018
5019 2002-12-26 Andre Spiegel <spiegel@gnu.org>
5020
5021 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
5022 order to get the latest version on the current branch.
5023 Update documentation of vc-BACKEND-checkout to explain this.
5024
5025 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
5026 (vc-rcs-checkin): By default, specify the current workfile
5027 branch as the check-in revision.
5028
5029 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
5030
5031 * vc-sccs.el (vc-sccs-checkout): Likewise.
5032
5033 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
5034
5035 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
5036 of displayed expressions are deleted when the displayed expressions
5037 are deleted.
5038 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
5039 deletion is handled by gdb-info-display-custom now.
5040 (gdb-source-info): Undo earlier change (do create display buffer
5041 automatically).
5042
5043 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
5044
5045 * cus-edit.el (custom-save-faces): Fix typo.
5046
5047 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
5048
5049 * mail/undigest.el (unforward-rmail-message): Do not assume that
5050 the forwarded message's Date: header comes after From:. Use a
5051 Forwarded-from: rather than a Forwarded-by: header. Add a
5052 Forwarded-date: header.
5053
5054 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
5055
5056 * gdb-ui.el (gdb-display-number-end): Make auto-display of
5057 expressions in GDB work on text-only terminals.
5058 (gdb-post-prompt): Compute current frame properly.
5059 (gdb-get-current-frame, gdb-frame-handler): New functions.
5060 (gdb-source-info): Move last statement into if clause.
5061 Tidy, improve documentation.
5062
5063 2002-12-23 Richard M. Stallman <rms@gnu.org>
5064
5065 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
5066
5067 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
5068 (easy-menu-define): Doc fix, say SYMBOL can be nil.
5069
5070 * window.el (save-selected-window): Save and restore
5071 selected windows of all frames.
5072
5073 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
5074 Update custom types.
5075
5076 2002-12-23 Alex Schroeder <alex@emacswiki.org>
5077
5078 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
5079 Alex Schroeder's adaptation of Jan Vroonhof
5080 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
5081
5082 * cus-edit.el (customize-save-variable): Take themes into account.
5083 (custom-variable-save): Take themes into account.
5084 (custom-variable-reset-saved): Add comment-widget.
5085 (custom-variable-reset-standard): Add comment-widget.
5086 (custom-variable-reset-standard): Take themes into account.
5087 (custom-face-save): Take themes into account.
5088 (custom-face-reset-standard): Take themes into account.
5089 (custom-save-variables): Take themes into account.
5090 (custom-save-faces): Take themes into account.
5091 (custom-save-resets): New function.
5092 (custom-save-loaded-themes): New function.
5093 (customize-save-customized): Take themes into account.
5094
5095 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
5096 (custom-theme-set-faces): New function.
5097 (custom-theme-face-value): New function.
5098 (custom-theme-reset-internal-face): New function.
5099 (custom-theme-reset-faces): New function.
5100 (custom-reset-faces): New function.
5101
5102 * custom.el (custom-known-themes): New variable.
5103 (custom-declare-theme): New function.
5104 (deftheme): New macro.
5105 (custom-make-theme-feature): New function.
5106 (custom-theme-p): New function.
5107 (custom-check-theme): New function.
5108 (custom-push-theme): New function.
5109 (custom-theme-set-variables): Take themes into account.
5110 (custom-loaded-themes): New variable.
5111 (custom-theme-loaded-p): New function.
5112 (provide-theme): New function.
5113 (require-theme): New function.
5114 (custom-remove-theme): New function.
5115 (custom-do-theme-reset): New function.
5116 (custom-theme-load-themes): New function.
5117 (custom-load-themes): New function.
5118 (custom-theme-value): New function.
5119 (custom-theme-variable-value): New function.
5120 (custom-theme-reset-internal): New function.
5121 (custom-theme-reset-variables): New function.
5122 (custom-reset-variables): New function.
5123
5124 * cus-theme.el: New file.
5125
5126 2002-12-23 Matthew Swift <swift@alum.mit.edu>
5127
5128 * emacs-lisp/rx.el (rx-and): Generate a shy group.
5129 Specify `no-group' when calling rx-to-string.
5130 (rx-submatch): Specify `no-group' when calling rx-to-string.
5131 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
5132 (rx-atomic-p): New function.
5133
5134 2002-12-23 Kevin Ryde <user42@zip.com.au>
5135
5136 * info-look.el (info-lookup): For ease of use try item
5137 case-insensitive if not found case-sensitive.
5138 Do case sensitive search in index nodes, so items differing only in
5139 case go correctly to their respective nodes.
5140
5141 2002-12-22 Richard M. Stallman <rms@gnu.org>
5142
5143 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
5144
5145 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
5146 Add defvars.
5147
5148 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
5149 on the file name.
5150
5151 * textmodes/outline.el (outline-next-visible-heading):
5152 When going forward, test outline-invisible-p at start of header.
5153
5154 2002-12-22 Kevin Ryde <user42@zip.com.au>
5155
5156 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
5157 Info-mode.
5158 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
5159 New functions.
5160 (makeinfo-compile): Add a sentinel parameter.
5161 (makeinfo-compilation-sentinel-region): Renamed from
5162 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
5163 (makeinfo-region): Use this.
5164 * info.el (Info-revert-find-node): New function.
5165
5166 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
5167
5168 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
5169 process filter (gdba in gdb-ui.el only).
5170 (gdb-tooltip-print): New function.
5171 (tooltip-gud-process-output): Undo previous change.
5172 (tooltip-strip-annotations): Remove.
5173
5174 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
5175
5176 * gud.el (gud-menu-map): Add jdb support for "run".
5177 (gud-jdb-find-source-using-classpath): Use 'identity.
5178 (gud-jdb-marker-filter): Marker regexp and filename filtering
5179 change to support a backwards-incompatible change in Sun's jdb
5180 line number display in SDK versions 1.4.
5181 (gud-format-command): gud-find-class now requires two
5182 parameters (file and linenumber).
5183 (gud-find-class): Bulk of the change related to using c-syntactic
5184 symbols to locate nested class declarations in java sources
5185 visited by java-mode (cc-mode).
5186
5187 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
5188
5189 * gdb-ui.el: Remove the concept of an instance. This means that
5190 a lot of functions have been renamed. Accessors are prefixed with
5191 gdb-get, setters with gdb-set and the word instance has been
5192 removed from many function and variable names.
5193 (gdb-display-buffer): Protect source buffer as well
5194 as GUD buffer when requesting new buffers.
5195 (gdb-source-info): Two changes : Don't create display buffer
5196 automatically, compute source window correctly.
5197
5198 2002-12-21 Richard M. Stallman <rms@gnu.org>
5199
5200 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
5201
5202 * ls-lisp.el (original-insert-directory): Make this a variable,
5203 don't set its function definition.
5204 (insert-directory): Use funcall to call that function.
5205
5206 * bindings.el (help-echo): Change tooltip string.
5207
5208 * chistory.el (command-history-map): Move definition up.
5209
5210 * faces.el (help-xref-stack): Add defvar to avoid warning.
5211
5212 2002-12-21 Andreas Schwab <schwab@suse.de>
5213
5214 * dired.el (dired-insert-directory): Preserve text properties
5215 when quoting.
5216
5217 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
5218
5219 * mail/undigest.el (rmail-mail-separator): Renamed from
5220 rmail-digest-mail-separator. All users changed.
5221 (unforward-rmail-message): Rewritten to be more robust and to
5222 additionally account for the common style of forwarding messages
5223 by citing them entirely with headers.
5224
5225 2002-12-18 Dave Love <fx@gnu.org>
5226
5227 * international/utf-8-subst.el: Deleted.
5228
5229 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
5230 char-coding-system-table elements destructively.
5231 Use optimize-char-coding-system-table.
5232
5233 * international/mule.el (optimize-char-coding-system-table): New.
5234 (register-char-codings): Use it.
5235
5236 * international/utf-8.el (ucs-mule-cjk-to-unicode)
5237 (ucs-unicode-to-mule-cjk): Revert last change.
5238 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
5239 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
5240 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
5241 char-coding-system-table elements destructively.
5242 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
5243 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
5244
5245 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
5246
5247 * info.el (Info-dir-remove-duplicates): Avoid infloop when
5248 deleting last entry.
5249
5250 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
5251
5252 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
5253 rename gud-gdba-marker-filter.
5254 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
5255 (gdb-make-instance): Remove (put into gdba).
5256 Use gdb-instance-enqueue-input instead of
5257 gdb-instance-enqueue-idle-input for user functions.
5258 (gdb-instance-target-string): Simplify.
5259 (in-gdb-instance-context): Remove.
5260 Expand Commentary.
5261
5262 2002-12-17 Kenichi Handa <handa@m17n.org>
5263
5264 * international/mule.el (set-file-name-coding-system): New function.
5265
5266 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
5267 Add bindings for set-file-name-coding-system.
5268
5269 2002-12-17 Kenichi Handa <handa@m17n.org>
5270
5271 * international/mule-cmds.el (universal-coding-system-argument):
5272 Bind coding-system-require-warning to t.
5273 (select-safe-coding-system): Handle t in the arg
5274 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
5275 coding-system to allow users to specify unsafe coding system on
5276 their risk.
5277
5278 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
5279
5280 * mail/undigest.el (rmail-digest-methods)
5281 (rmail-digest-mail-separator): New variables.
5282 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
5283 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
5284 (rmail-digest-parse-rfc934): New functions.
5285 (undigestify-rmail-message): Completely rewritten.
5286
5287 2002-12-16 Kim F. Storm <storm@cua.dk>
5288
5289 * ido.el (ido-read-file-name): Remove debug message.
5290
5291 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
5292
5293 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
5294 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
5295 (Buffer-menu-mode-width): New customization.
5296 (Buffer-menu-sort-column): New var.
5297 (Buffer-menu-no-header): New function for not changing header line and
5298 recognizing swapped M&R columns, used by modifying commands in Buffer
5299 Menu.
5300 (Buffer-menu-buffer+size): New function for variable width buffer name.
5301 (list-buffers-noselect): Rewritten for nicer menu.
5302
5303 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
5304
5305 * filesets.el (filesets-build-menu-now): Don't clear messages.
5306
5307 * allout.el: Avoid name conflicts with outline.el.
5308 Replace globally string "outline-" with string "allout-".
5309 Replaced 1446 occurrences; there was no string "allout-" before the
5310 change and there seems to be no dependency on outline.el.
5311 Put `quotes' around many function and variable names.
5312 Doc changes to adjust to the change to prefix "allout-".
5313 Don't provide `outline'. Use " Allout" as mode line string,
5314 not " Outl". Put group `allout' in group `editing'.
5315 Update Copyright notice. Autoload `allout-init'.
5316 (allout-init): Give report also in case auto-activation was inhibited.
5317 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
5318
5319 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
5320
5321 * xml.el (xml-parse-tag): Allow spaces between / and >.
5322
5323 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
5324
5325 * emacs-lisp/autoload.el (autoload-ensure-default-file):
5326 Insert missing space in file end comment.
5327
5328 2002-12-15 Simon Josefsson <jas@extundo.com>
5329
5330 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
5331 user-mail-address as sender.
5332
5333 2002-12-15 Dave Love <fx@gnu.org>
5334
5335 * international/mule-cmds.el (standard-keyboard-coding-systems):
5336 Delete.
5337 (set-locale-environment): Don't use it.
5338
5339 * international/utf-8.el (ucs-mule-cjk-to-unicode)
5340 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
5341 (utf-subst-table-for-decode): Specify :size, :rehash-size.
5342 (utf-translate-cjk): :set rewritten to load subst-... files.
5343 Add :set-after.
5344 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
5345
5346 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
5347
5348 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
5349 buffer as modified unless it really is.
5350
5351 2002-12-14 Andreas Schwab <schwab@suse.de>
5352
5353 * wid-edit.el (widget-move): Don't loop infinitely when there is
5354 no field or button.
5355
5356 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
5357
5358 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
5359 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
5360 Undo 2002/09/27 change because kill-buffer-hook is not
5361 permanent-local.
5362
5363 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5364 Optimize the remaining part of for-effect and/or expressions.
5365
5366 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
5367
5368 * emacs-lisp/easy-mmode.el (define-minor-mode):
5369 Use `custom-current-group'. Pass all groups to the hook.
5370 (easy-mmode-define-global-mode): Use `custom-current-group'.
5371
5372 * international/mule-cmds.el (current-language-environment):
5373 Set type according to `language-info-alist' also here.
5374
5375 * progmodes/compile.el (compilation-menu-map):
5376 Use `kill-compilation' to stop compilation.
5377
5378 2002-12-13 Kenichi Handa <handa@m17n.org>
5379
5380 * language/european.el (encode-mac-roman): Fix last change.
5381
5382 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
5383 (ccl-encode-alternativnyj): Fix last change.
5384
5385 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
5386
5387 * gdb-ui.el: Improve documentation strings.
5388 (gdb-many-windows): Set default value to nil.
5389
5390 2002-12-12 Dave Love <fx@gnu.org>
5391
5392 * international/subst-big5.el, international/subst-gb2312.el:
5393 * international/subst-jis.el, international/subst-ksc.el: New.
5394
5395 * custom.el (defcustom, custom-set-variables): Doc fix.
5396
5397 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
5398 things protected by `(if (fboundp ...' or `(if (boundp ...'.
5399
5400 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
5401
5402 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
5403
5404 * progmodes/fortran.el (fortran-mode-abbrev-table):
5405 Handle `define-abbrev' with either 5 or 6 arguments.
5406
5407 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
5408
5409 * international/mule-cmds.el (set-language-info):
5410 Update custom-type of `current-language-environment'.
5411 (current-language-environment): Fix custom type.
5412
5413 2002-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5414
5415 * progmodes/antlr-mode.el (antlr): New URL.
5416
5417 2002-12-10 R. Bernstein <rocky@panix.com>
5418
5419 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
5420 Fix erroneous print expression command, and fix typos.
5421 (perldb): Undo previous change in prompt regexp.
5422
5423 2002-12-10 Steven Tamm <steventamm@mac.com>
5424
5425 * generic-x.el (javascript-generic-mode): Added C style block
5426 comments as used in ECMA-262 standard.
5427
5428 2002-12-10 Kenichi Handa <handa@m17n.org>
5429
5430 * language/european.el ("Swedish"): Change tutorial file name to
5431 TUTORIAL.sv in this langauge environment..
5432
5433 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
5434
5435 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
5436 disable it buffer-locally.
5437 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
5438 `eventpt' and point.
5439
5440 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
5441 (ibuffer-set-filter-groups-by-mode): Use it instead of
5442 `delete-duplicates' so we don't require cl library at runtime.
5443 (ibuffer-insert-filter-group-before): Don't use `position' so we
5444 don't require cl library at runtime.
5445
5446 * chistory.el (command-history-mode): Add interactive spec.
5447 Improve doc string.
5448
5449 2002-12-09 Richard M. Stallman <rms@gnu.org>
5450
5451 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
5452
5453 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
5454
5455 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
5456 customize type 'float is now defined.
5457
5458 2002-12-09 Dave Love <fx@gnu.org>
5459
5460 * international/code-pages.el (mik, pt154): New coding systems.
5461
5462 * international/ucs-tables.el: Fix properly.
5463
5464 2002-12-09 Andreas Schwab <schwab@suse.de>
5465
5466 * international/ucs-tables.el: Fix last change.
5467
5468 2002-12-09 Kenichi Handa <handa@m17n.org>
5469
5470 * international/titdic-cnv.el (titdic-convert): Process the
5471 header part in multibyte mode.
5472
5473 2002-12-08 Dave Love <fx@gnu.org>
5474
5475 * international/code-pages.el (mule-diag): Move where it's required.
5476
5477 * international/ucs-tables.el: Add latin-jisx0201 characters.
5478 Fix translation-table-for-input for lao, thai, tibetan.
5479
5480 2002-12-08 Andreas Schwab <schwab@suse.de>
5481
5482 * files.el (insert-directory): Insert free space only when
5483 listing a full directory.
5484
5485 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
5486
5487 * gdb-ui.el : Remove inappropriate key-bindings.
5488 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
5489 Parse correctly when breakpoint has no line number.
5490 (def-gdb-auto-update-handler, gdb-info-locals-handler),
5491 (gdb-display-end): Avoid using insert-buffer.
5492 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
5493
5494 2002-12-07 Richard M. Stallman <rms@gnu.org>
5495
5496 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
5497 (compilation-leave-directory-regexp-alist): Match byte compiler output.
5498
5499 * emacs-lisp/cl-macs.el: Add local variable list
5500 to turn off cl-function warnings.
5501
5502 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
5503 elements in load-history.
5504 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
5505 and cl-struct-setf-expander.
5506
5507 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
5508 New variable.
5509 (autoload-print-form): Use autoload-print-form-outbuf.
5510 (generate-file-autoloads): Bind autoload-print-form-outbuf.
5511
5512 * calendar/calendar.el (calendar-day-name): Move defn down.
5513
5514 * speedbar.el (speedbar-directory-buttons-follow):
5515 Don't use directory-sep-char.
5516
5517 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
5518
5519 * register.el (describe-register-1): Use window-width
5520 to truncate string in a register. Check whether the string
5521 in a register is an empty string or a sequence of white spaces.
5522
5523 2002-12-07 Andreas Schwab <schwab@suse.de>
5524
5525 * faces.el (face-font-selection-order)
5526 (face-font-family-alternatives, face-font-registry-alternatives):
5527 Remove period from :tag value.
5528
5529 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
5530 to :inverse-video.
5531
5532 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
5533
5534 * wid-edit.el (define-widget number): Clarify doc and error message.
5535 (define-widget float): New widget.
5536
5537 2002-12-07 Andreas Schwab <schwab@suse.de>
5538
5539 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
5540
5541 * files.el (find-file-read-args): Reenable wildcard processing
5542 unconditionally.
5543
5544 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
5545
5546 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
5547 functions for copyright notice and copying permissions.
5548 (texinfo-copying, texinfo-insertcopying): New functions.
5549
5550 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
5551
5552 * textmodes/texinfmt.el (texinfo-format-ifxml)
5553 (texinfo-format-xml): New function.
5554 (ifxml, ifnotxml): New aliases.
5555
5556 2002-12-06 Dave Love <fx@gnu.org>
5557
5558 * international/utf-8-subst.el: Revert last change.
5559
5560 2002-12-06 Miles Bader <miles@gnu.org>
5561
5562 * info.el (Info-insert-dir): Make dir-node-cache variables
5563 buffer-local, so that killing the *info* buffer forces the
5564 dir-node to be rebuilt.
5565
5566 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
5567
5568 * finder.el (finder-compile-keywords): Don't insert a keyword to
5569 the generated file.
5570
5571 2002-12-05 Andreas Schwab <schwab@suse.de>
5572
5573 * speedbar.el (speedbar-highlight-face): Fix face spec.
5574
5575 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
5576
5577 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
5578 gdb-proc with gud-comint-buffer instead.
5579 (gdb-proc): Remove.
5580 (def-gdb-var): Simplify.
5581 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
5582 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
5583 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
5584 (gdb-info-locals-handler): Avoid replace-regexp.
5585
5586 * calendar/calendar.el (facemenu-unlisted-faces): Only update
5587 after facemenu is loaded.
5588 (calendar-font-lock-keywords): Accept non-ASCII month names.
5589 Use regexp-opt.
5590
5591 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
5592 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
5593 (gdba): Call `gdb' and then make modifications.
5594 Always call gdb-clear-inferior-io rather than just "the first time".
5595 (gud-break, gud-remove): Definitions moved to inside gdba.
5596 (gdb-target-name): Remove. Use gud-target-name instead.
5597 (gdba-complete-filter, gdba-common-init): Remove.
5598 The changes were integrated into the generic code.
5599
5600 * gud.el: Use match-string.
5601 (gud-menu-map): Re-fix gdb-running to gud-running.
5602 Activate up/down and finish for pdb.
5603 (gud-def): Use backquotes.
5604 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
5605 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
5606 (gud-gdb-complete-break, gud-gdb-complete-list):
5607 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
5608 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
5609 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
5610 Add a `filter' argument and run it on `string'.
5611 (gud-gdb-run-command-fetch-lines): Use it instead of
5612 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
5613 Return the fetched lines.
5614 (gud-gdb-complete-command): Use it instead of cooking up
5615 something by hand using gud-gdb-complete-filter.
5616 (gud-gdb-get-stackframe): Use the new calling convention of
5617 gud-gdb-run-command-fetch-lines.
5618 (gud-gdb-fetched-stack-frame-list): Remove.
5619 (gud-gdb-speedbar-stack-filter): Remove.
5620 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
5621 (gud-bashdb-command-name): Add "--debugger" argument here.
5622 (bashdb): Use default gud-find-file and don't bother with
5623 a massage-args function now that --debugger is make explicit.
5624 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
5625 (bashdb): Don't provide.
5626 (gud-target-name): New var.
5627 (gud-common-init): Set it.
5628 Also reset gud-running and gud-last-last-frame.
5629
5630 2002-12-05 Dave Love <fx@gnu.org>
5631
5632 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
5633 mule-utf-16-le, mule-utf-16-be.
5634
5635 2002-12-05 Richard M. Stallman <rms@gnu.org>
5636
5637 * textmodes/outline.el (outline-mode): Doc fix.
5638
5639 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
5640
5641 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
5642
5643 2002-12-05 Kenichi Handa <handa@m17n.org>
5644
5645 * international/titdic-cnv.el (quail-misc-package-ext-info):
5646 Remove duplicate entry for chinese-b5-quick.
5647 (batch-miscdic-convert): Don't try to call miscdic-convert on
5648 files in the directory just following the arg "-dir".
5649
5650 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
5651
5652 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
5653 corresponding defvar.
5654 (gdb-inferior-io-mode-map): New var.
5655 Add bindings to it rather than to comint-mode-map.
5656 (gdb-display-number-end): Use dolist. Remove always-true test.
5657 (gdb-delete-line): Move and simplify.
5658 (gdb-display-end): Don't bother going to beg-of-line since we're there.
5659 (gdb-array-format1): Use dolist.
5660 (gdb-make-windows-menu, gdb-make-frames-menu):
5661 Move to top-level code. Move the menus to within the GUD menu.
5662 Make the menus only appear in gdba mode.
5663
5664 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
5665 (gdb-inferior-io-mode): Use define-minor-mode.
5666 (gdb-source-info): Don't burp if there's no source file.
5667 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
5668 (gdb-inferior-io-stop, gdb-inferior-io-eof)
5669 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
5670 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
5671 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
5672 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
5673 (gdb-display-display-buffer, gdb-frame-display-buffer)
5674 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
5675 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
5676 Remove the spurious left over arg from the "big reorg".
5677
5678 2002-12-04 Richard M. Stallman <rms@gnu.org>
5679
5680 * gud.el (gud-menu-map): Update for bashdb.
5681 (perldb): Change prompt regexp.
5682 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
5683 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
5684
5685 * progmodes/cc-vars.el: Simply require wid-edit and custom
5686 in eval-when-compile.
5687
5688 * progmodes/cc-menus.el: Don't require imenu.
5689
5690 * progmodes/cc-langs.el: Don't require cl.
5691 (c-delete-duplicates): New function. Use instead of delete-duplicates.
5692
5693 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
5694 Add an else-clause to the if to avoid confused compiler warning.
5695
5696 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
5697
5698 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
5699
5700 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
5701
5702 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
5703 Update gdb-running -> gud-running.
5704 (gdba): Use the default for gud-find-file.
5705 (def-gdb-variable): Remove: fold into def-gdb-var.
5706 (def-gdb-var): Use buffer-local-value and with-current-buffer.
5707
5708 * gud.el (gud-running): Rename from gdb-running. Update uses.
5709 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
5710 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
5711 which fails if tool-bar.el is loaded in the mean time.
5712 (gud-file-name): New fun.
5713 (gud-find-file): Use it as default value for gud-find-file.
5714 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
5715 on gud-find-file.
5716 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
5717 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
5718 (gud-pdb-find-file, gud-jdb-find-file): Remove.
5719 (gud-query-cmdline): Don't stuff the whole cwd in the command.
5720 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
5721 (gud-mipsdbx-massage-args): Remove.
5722 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
5723 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
5724 (gud-jdb-command-name): New var.
5725 (gud-common-init): Re-instate RMS code of 11/13.
5726
5727 2002-12-03 Dave Love <fx@gnu.org>
5728
5729 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
5730 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
5731 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
5732
5733 2002-12-03 Andreas Schwab <schwab@suse.de>
5734
5735 * cus-edit.el (custom-display): Add checkbox for type mac.
5736
5737 * whitespace.el (whitespace-highlight-face): Fix face spec.
5738
5739 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
5740
5741 * simple.el (completion-setup-function): Fix last change to use
5742 minibuffer-completing-file-name instead.
5743
5744 * add-log.el (change-log-mode): Set indent-line-function explicitly
5745 to what it was before indent-line-function's default was changed.
5746
5747 2002-12-02 Richard M. Stallman <rms@gnu.org>
5748
5749 * textmodes/ispell.el (ispell-dict-map): Move specific
5750 dictionary selection into a submenu.
5751
5752 * textmodes/fill.el (fill-indent-to-left-margin): New function.
5753 (fill-newline, fill-region-as-paragraph): Use that.
5754
5755 * simple.el (completion-setup-function):
5756 Handle ffap-read-file-or-url-internal specially like
5757 read-file-name-internal.
5758
5759 2002-12-02 Simon Marshall <marshals@perth>
5760
5761 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
5762
5763 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
5764
5765 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
5766 more make keywords: defined, endef, override, export, unexport
5767 and vpath.
5768
5769 2002-12-02 Dave Love <fx@gnu.org>
5770
5771 * autoarg.el (autoarg-kp-mode): Give it a :group.
5772
5773 2002-12-02 Noah Friedman <friedman@splode.com>
5774
5775 * complete.el (PC-do-completion): Do not add wildcards to pattern
5776 unless filename is non-nil.
5777
5778 2002-12-02 Andreas Schwab <schwab@suse.de>
5779
5780 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
5781
5782 * paren.el (show-paren-mismatch-face): Fix face spec.
5783
5784 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
5785
5786 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
5787 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
5788
5789 * tooltip.el (tooltip-gud-process-output): Handle annotations that
5790 are output with gdba in gdb-ui.el.
5791 (tooltip-strip-annotations): New function.
5792
5793 2002-11-29 Dave Love <fx@gnu.org>
5794
5795 * autoarg.el (autoarg-mode): Give it a :group.
5796
5797 2002-11-29 Bill Wohler <wohler@newt.com>
5798
5799 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
5800 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
5801 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
5802 version 7.0.
5803
5804 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
5805 searches and speedbar support in MH-E version 7.0.
5806
5807 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
5808 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
5809 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
5810 MH-E version 7.0.
5811
5812 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
5813
5814 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
5815
5816 2002-11-29 Richard M. Stallman <rms@gnu.org>
5817
5818 * mail/rmail.el (rmail-convert-to-babyl-format):
5819 Make search for message delimiter case-sensitive.
5820
5821 * simple.el (yank-window-start): New variable.
5822 (yank): Record yank-window-start
5823 (yank-pop): Use yank-window-start.
5824
5825 * info.el (Info-additional-directory-list): Doc fix.
5826
5827 * indent.el (indent-according-to-mode, indent-region): Doc fix.
5828
5829 * tooltip.el (tooltip-gud-tips-p): Doc fix.
5830
5831 * eshell/em-script.el: Require eshell.
5832
5833 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
5834
5835 2002-11-29 Kim F. Storm <storm@cua.dk>
5836
5837 * mwheel.el: Avoid accidental yanking of text while scrolling with
5838 the mouse wheel. This adds a short period after each mouse wheel
5839 scroll event where a click on the mouse wheel button is ignored.
5840 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
5841 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
5842 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
5843 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
5844 Start mwheel-inhibit-click-event-timer with timeout handler
5845 mwheel-inhibit-click-timeout.
5846
5847 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
5848
5849 * tooltip.el (tooltip-gud-tips-setup): Remove.
5850 (tooltip-gud-debugger): Remove.
5851 (tooltip-gud-print-command): Use gud-minor mode instead of
5852 tooltip-gud-tips-setup and tooltip-gud-debugger.
5853
5854 * gdb-ui.el (gdb-starting): Set gdb-running to t.
5855 (gdb-stopped): Set gdb-running to nil.
5856 (gdb-quit): Reset some variables including tool-bar-map.
5857
5858 * gud.el (gdb-running): New variable.
5859 (gud-menu-map): Use gdb-running to grey out toolbar buttons
5860 with gdba in gdb-ui.el.
5861 (gud-tool-bar-map): Move to avoid byte compiler warning.
5862
5863 2002-11-27 Jason Rumney <jasonr@gnu.org>
5864
5865 * files.el (file-truename): Canonicalize non-existent names on w32.
5866
5867 2002-11-28 Kim F. Storm <storm@cua.dk>
5868
5869 * ido.el (ido-xemacs): Remove defvar. All uses changed to
5870 check (featurep 'xemacs) instead.
5871 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
5872
5873 2002-11-27 Dave Love <fx@gnu.org>
5874
5875 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
5876 forms' block to top (before uses).
5877 (help-fns): Don't require at top level. (Recursively.)
5878 (cl-transform-lambda): Require help-fns.
5879
5880 2002-11-26 Dave Love <fx@gnu.org>
5881
5882 * language/european.el (encode-mac-roman): Deal with unencodable
5883 characters.
5884
5885 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
5886 (ccl-encode-alternativnyj): Deal with unencodable characters.
5887
5888 * international/code-pages.el (cp-make-coding-system): Deal with
5889 unencodable characters.
5890
5891 2002-11-24 Richard M. Stallman <rms@gnu.org>
5892
5893 * mail/sendmail.el (mail-signature): Handle case where
5894 value of mail-signature is a string.
5895
5896 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
5897
5898 * faces.el (face-set-after-frame-default): Ignore errors
5899 in face-spec-face-set.
5900
5901 * cus-face.el (custom-declare-face): Add face-defface-spec
5902 prop after applying the face spec.
5903
5904 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
5905
5906 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
5907 print command for gdb to keep it out of the command history.
5908
5909 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
5910 code to allow only one gdb process.
5911
5912 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
5913
5914 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
5915 place. Add groups.
5916
5917 2002-11-22 Simon Marshall <marshals@perth>
5918
5919 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
5920
5921 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
5922
5923 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
5924
5925 2002-11-20 Simon Josefsson <jas@extundo.com>
5926
5927 * play/morse.el (morse-code): Add non-ASCII characters, according
5928 to table at http://www.soton.ac.uk/~scp93ch/morse/.
5929
5930 2002-11-21 Richard M. Stallman <rms@gnu.org>
5931
5932 * dired.el (dired-sort-inhibit): New variable.
5933 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
5934
5935 * find-dired.el (find-dired): Set dired-sort-inhibit to t
5936 buffer-locally.
5937
5938 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
5939
5940 * progmodes/sql.el: Added LINTER support.
5941 (sql-linter-program): New variable.
5942 (sql-linter-options): New variable.
5943 (sql-mode-menu): Added Linter keywords.
5944 (sql-mode-linter-font-lock-keywords): New variable.
5945 (sql-highlight-linter-keywords): New function.
5946 (sql-linter): New function.
5947 (sql-ms-options): New variable.
5948 (sql-ms): Use it.
5949
5950 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
5951
5952 * ibuffer.el (ibuffer-formats): Change default value; bump width
5953 of size column in first format to 7.
5954
5955 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
5956
5957 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
5958 load-history since `defvar' now uses this format.
5959
5960 * custom.el (custom-declare-variable): Use push.
5961 Use the (defvar . <sym>) format in load-history like `defvar' does.
5962
5963 * subr.el (symbol-file): Accept a non-atomic `function' arg.
5964 (with-local-quit): Add debug and indentation info.
5965
5966 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
5967
5968 * subr.el (symbol-file): Remove unused variable `functions'.
5969
5970 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
5971
5972 * Makefile.in (setwins_almost): Renamed from finder_setwins.
5973 (custom-deps): Use it.
5974 (finder-data): Adjust to that name change.
5975
5976 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
5977
5978 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5979 Turn errors into messages so they don't get ignored.
5980 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
5981 (eldoc-beginning-of-sexp): Simplify.
5982 (eldoc-function-arglist): Remove.
5983 (eldoc-function-argstring): Use help-function-arglist instead.
5984 (eldoc-function-argstring-from-docstring-method-table)
5985 (eldoc-function-argstring-from-docstring): Remove.
5986
5987 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
5988
5989 2002-11-19 Dave Love <fx@gnu.org>
5990
5991 * emacs-lisp/bytecomp.el (maphash, map-char-table):
5992 Use byte-compile-funarg.
5993
5994 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
5995
5996 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
5997
5998 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
5999 members here rather than with custom-add-to-group. This is the
6000 intended way of using defgroup and also lets
6001 custom-make-dependencies do its job.
6002 (defgroup vhdl-highlight-faces): Ditto.
6003
6004 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
6005 Previous group name shadow is used in shadowfile.el.
6006 (shadows-compare-text-p): Use group lisp-shadow.
6007
6008 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
6009
6010 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
6011
6012 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
6013
6014 * register.el (describe-register-1): Don't assign to val the value
6015 returned by `remove-list-of-text-properties'.
6016
6017 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6018
6019 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
6020 Grok month numbers, too.
6021
6022 2002-11-18 Juanma Barranquero <lektu@terra.es>
6023
6024 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
6025
6026 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
6027
6028 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
6029
6030 * textmodes/refill.el (defgroup refill): New group.
6031
6032 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
6033
6034 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
6035
6036 * textmodes/paragraphs.el (use-hard-newlines): Add group.
6037
6038 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
6039 (compilation-minor-mode): Add group.
6040
6041 * reveal.el (global-reveal-mode): Add group.
6042
6043 * bookmark.el (bookmark-menu-length): Fix group name.
6044
6045 2002-11-17 Richard M. Stallman <rms@gnu.org>
6046
6047 * mail/rmail.el (rmail-ignored-headers): Add more headers.
6048
6049 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
6050 (parse-time-val): Var renamed from `val'. All uses changed.
6051
6052 * files.el (parse-time-rules): Mark it as risky.
6053
6054 * finder.el (finder-commentary): Use buffer *Finder-package*.
6055
6056 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
6057
6058 * simple.el (indicate-unused-lines)
6059 (default-indicate-unused-lines): New variable aliases.
6060
6061 2002-11-18 Kenichi Handa <handa@m17n.org>
6062
6063 * progmodes/cc-vars.el: Undo previous change.
6064
6065 2002-11-18 Kenichi Handa <handa@m17n.org>
6066
6067 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
6068
6069 * language/european.el (iso-latin-1): Make it safe.
6070 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
6071 (iso-latin-9): Likewise.
6072
6073 * language/greek.el (greek-iso-8bit): Make it safe.
6074
6075 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
6076
6077 * language/lao.el (lao): Make it safe.
6078
6079 * language/thai.el (thai-tis620): Make it safe.
6080
6081 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
6082
6083 * speedbar.el (defgroup speedbar): Use group 'etags instead of
6084 nonexisting group 'tags.
6085
6086 * emacs-lisp/re-builder.el: Add provide call.
6087
6088 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
6089 (feedmail-fiddle-plex-user-list): Fix typo in group name.
6090
6091 * progmodes/make-mode.el (makefile-space-face): Fix group name.
6092
6093 * textmodes/ispell.el (defgroup ispell): Arrange that definition
6094 starts at beginning of line.
6095
6096 * textmodes/table.el (defgroup table-hooks): New group.
6097 (table-cell-map-hook): Fix typo in group name.
6098
6099 * calendar/diary-lib.el (diary-button-face): Add group and version
6100 number.
6101
6102 * warnings.el (defgroup warnings): New group.
6103
6104 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
6105
6106 * emacs-lisp/autoload.el (update-autoloads-from-directories):
6107 Sort the list of files with no autoloads.
6108
6109 2002-11-16 Alan Shutko <ats@acm.org>
6110
6111 * calendar/diary-lib.el (list-diary-entries): Pass a marker
6112 indicating source of entry to add-to-diary-list.
6113 (diary-button-face, diary-entry, diary-goto-entry): New, to
6114 support click to diary file.
6115 (fancy-diary-display): Buttonize diary entries.
6116 (list-sexp-diary-entries): Pass a marker indicating source of
6117 entry to add-to-diary-list.
6118 (diary-date): Return mark as well as entry.
6119
6120 * calendar/calendar.el (diary-face): New.
6121 (european-calendar-display-form, describe-calendar-mode)
6122 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
6123 (calendar-make-alist): New.
6124 (calendar-mode): Set up font-lock mode.
6125 (generate-calendar-window): Fontify if font-lock-mode is on.
6126
6127 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
6128
6129 * international/codepage.el (cp866-decode-table): Fix the
6130 translation table.
6131
6132 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6133
6134 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
6135 caused existing function definitions to be overridden by
6136 phonies when the bytecomp environment is restored.
6137
6138 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
6139
6140 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
6141 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
6142 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
6143 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
6144 Icons for debugger (pbm files).
6145
6146 2002-11-15 Richard M. Stallman <rms@gnu.org>
6147
6148 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
6149
6150 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
6151
6152 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
6153 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
6154 (ibuffer-mode-hooks): Remove spurious defvar.
6155 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
6156 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
6157 `ibuffer-mode-hooks'.
6158
6159 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
6160
6161 * mail/rmailedit.el: Add provide call.
6162
6163 * play/bruce.el: Add provide call.
6164
6165 * emacs-lisp/gulp.el: Add provide call.
6166
6167 2002-11-14 Richard M. Stallman <rms@gnu.org>
6168
6169 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
6170
6171 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
6172
6173 * custom.el (custom-declare-group): Remove unnecessary line of code.
6174
6175 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
6176
6177 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
6178
6179 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
6180 at end of diary file.
6181
6182 2002-11-14 Kim F. Storm <storm@cua.dk>
6183
6184 * files.el (mode-name): Mark it as risky-local-variable like the
6185 other mode-line elements (moved from bindings.el).
6186
6187 * bindings.el (mode-name): Moved mark as risky-local-variable to
6188 files.el.
6189
6190 2002-11-14 Juanma Barranquero <lektu@terra.es>
6191
6192 * gud.el: Fix feature name in `provide'.
6193
6194 * gdb-ui.el: Fix feature name in `require'.
6195
6196 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
6197
6198 * progmodes/etags.el (find-tag-default): Copy text at point without
6199 properties.
6200
6201 2002-11-14 Kenichi Handa <handa@m17n.org>
6202
6203 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
6204
6205 2002-11-14 Kim F. Storm <storm@cua.dk>
6206
6207 * textmodes/fill.el (fill-nobreak-invisible): New var.
6208 (fill-nobreak-p): Test it; return t if set and point invisible.
6209 (fill-newline): Test it; remove invisible prop on newline if set.
6210
6211 * info.el (Info-fontify-node): New local list paragraph-markers.
6212 Record markers for mangled *note references on that list.
6213 When done, go back through those markers and fill each mangled
6214 paragraph with `fill-nobreak-invisible' let-bound to t.
6215 Don't use `display' property; insert "see" directly in buffer.
6216
6217 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
6218
6219 * gdb-ui.el: New file, User Interface for running GDB
6220
6221 * gud.el:(gud-find-file): Set up GDB tool bar.
6222 (gud-menu-map): New commands: run, goto.
6223 Enable some commands for gdba.
6224 (gud-query-cmdline): Pass default directory to gdba.
6225 (gdb): Defune gud-goto and gud-run.
6226 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
6227 (gud-mode): Set up local tool bar.
6228 (gud-display-line): For gdba, call gdb-display-source-buffer.
6229 (gud-basic-call): For gdba, maybe delete the current prompt.
6230 (gud-tool-bar-map): New variable.
6231 (gud-read-address): Correction.
6232
6233 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
6234 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
6235 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
6236 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
6237 Icons for debugger.
6238
6239 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
6240
6241 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
6242
6243 2002-11-13 Andre Spiegel <spiegel@gnu.org>
6244
6245 * vc-rcs.el (vc-rcs-registered): Improve comment.
6246
6247 * vc-sccs.el (vc-sccs-registered): Improve comment.
6248
6249 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6250
6251 * progmodes/compile.el (compilation-error-regexp-alist):
6252 Don't include colon and space after a file name as part of the name.
6253
6254 2002-11-13 Richard M. Stallman <rms@gnu.org>
6255
6256 * gud.el (gdb): Undo 10-26 change.
6257
6258 2002-11-13 Kenichi Handa <handa@m17n.org>
6259
6260 * replace.el (occur-engine): Set buffer-file-coding-system of
6261 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
6262
6263 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
6264
6265 * custom.el (custom-handle-all-keywords): Fix arg passed to
6266 custom-add-to-group.
6267
6268 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
6269
6270 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
6271 (cvs-minor-mode-map): Add e binding in log-view-mode.
6272
6273 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
6274 (perl-indent-line): Look at the open-paren to indent a close-paren.
6275 (perl-calculate-indent): Try to better indent args after hanging paren.
6276 Remove special code for open-paren-in-column-0.
6277
6278 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
6279 (sgml-name-char): Use it.
6280 (sgml-tag-last, sgml-tag-history): New vars.
6281 (sgml-tag): Use them.
6282 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
6283 (sgml-delete-tag): Remove resulting empty lines.
6284 (sgml-tag) <symbol-plist>: Don't make intangible.
6285 (sgml-parse-tag-backward): Add limit argument.
6286 (html-autoview-mode): Use define-minor-mode.
6287
6288 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
6289
6290 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
6291 that the definition is found by `find-function-search-for-symbol'
6292 and etags.
6293
6294 * vc-sccs.el (vc-sccs-registered): Ditto.
6295
6296 * emulation/edt.el (defgroup edt): Arrange that definition starts
6297 at beginning of line.
6298
6299 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
6300
6301 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
6302 Remove autoload cookie.
6303
6304 * newcomment.el (defgroup comment): Remove autoload cookie.
6305
6306 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
6307
6308 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6309 Declare with defvar, not with defcustom.
6310
6311 * cus-dep.el: Don't require 'autoload.
6312 (custom-make-dependencies): Handle :version also for autoloaded
6313 options.
6314
6315 * winner.el (defgroup winner): Arrange that definition starts at
6316 beginning of line.
6317
6318 * emulation/edt.el: Simplify Emacs 19 compatibility.
6319
6320 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
6321
6322 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
6323 escape any format-like sequences it could contain.
6324
6325 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
6326
6327 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
6328
6329 2002-11-11 Juanma Barranquero <lektu@terra.es>
6330
6331 * bindings.el (mode-name): Mark it as risky-local-variable.
6332
6333 2002-11-09 Dave Love <fx@gnu.org>
6334
6335 * international/mule-cmds.el (current-language-environment):
6336 Fix :type.
6337
6338 * international/ucs-tables.el: Revert to using
6339 translation-table-for-input instead of keyboard-translate-table.
6340
6341 * international/quail.el (quail-input-string-to-events):
6342 Revert last change.
6343
6344 * simple.el (quoted-insert): Bind translation-table-for-input,
6345 not keyboard-translate-table.
6346
6347 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
6348
6349 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
6350
6351 * complete.el (PC-do-completion): Make partial-completion work
6352 with incomplete directory names.
6353
6354 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
6355 standard-latex-block-names.
6356 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
6357 and renewtheorem. Highlight \it and \bf separately since they
6358 may overlap.
6359 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
6360 (tex-font-lock-keywords-3, tex-verbatim-environments)
6361 (tex-font-lock-syntactic-keywords): New vars.
6362 (superscript, subscript, tex-verbatim-face): New faces.
6363 (tex-font-lock-syntactic-face-function): Handle \verb construct.
6364 (tex-common-initialization): Update font-lock-defaults setting.
6365 (tex-insert-braces): Make it into a skeleton.
6366 (latex-fill-nobreak-predicate): Don't break after \.
6367 (latex-insert-block): Rename from tex-latex-block.
6368 (latex-down-list): Use tex-mode-syntax-table when skipping parens
6369 rather than the indentation syntax-table.
6370 (latex-close-block): Rename from tex-close-latex-block.
6371 (latex-split-block): New fun.
6372 (latex-indent): Don't indent inside a verbatim block.
6373 (latex-find-indent): Stick \begin{verbatim} to the margin.
6374
6375 2002-11-08 John Wiegley <johnw@gnu.org>
6376
6377 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
6378 well as memq to find `global-mode-string' within
6379 `mode-line-format'. The structure of that variable has changed in
6380 21.3.
6381
6382 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
6383
6384 * format.el (format-decode): Be careful with the order in `format'.
6385
6386 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
6387
6388 * eshell/em-glob.el: Require esh-util.
6389 (eshell-glob-initialize): Don't assume
6390 eshell-special-chars-outside-quoting is available.
6391
6392 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
6393 a paragraph starter when filling non-comments.
6394 (fill-comment-paragraph): Don't narrow while doing the fill.
6395 Recognize paragraph starters and separators within comments.
6396 Use adaptive-fill-prefix when it works. Use comment-search-forward.
6397
6398 * progmodes/compile.el (grep-default-command): New fun.
6399 (grep): Use it.
6400 (compilation-menu-map): New var.
6401 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
6402 (compilation-mode-map): Simplify.
6403 (compilation-shell-minor-mode, compilation-minor-mode):
6404 Use define-minor-mode.
6405
6406 * elide-head.el (elide-head): Don't make intangible.
6407
6408 * help.el (where-is): Rename map to defs (a list of syms is not a map).
6409 Test fboundp first, to speed things up. Use push.
6410
6411 * isearch.el (isearch-hidden): New var.
6412 (isearch-search-and-update): Test it.
6413 (isearch-range-invisible): Set it.
6414
6415 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
6416 paragraph-separate, comment-column, and fill-paragraph-function.
6417 Simplify outline-regexp.
6418 (tcl-do-fill-paragraph): Remove.
6419
6420 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
6421
6422 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
6423
6424 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
6425 Definition moved down.
6426 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
6427 Do not declare :get property.
6428 (grep-use-null-device): Fix type. Do not declare :get property.
6429
6430 * emacs-lisp/checkdoc.el (checkdoc-find-error):
6431 Use get-file-buffer instead of get-buffer.
6432
6433 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
6434 cus-load.el.
6435
6436 2002-11-07 Juanma Barranquero <lektu@terra.es>
6437
6438 * help.el (where-is): Report also aliases of the passed command.
6439
6440 2002-11-06 Dave Love <fx@gnu.org>
6441
6442 * simple.el (quoted-insert): Bind keyboard-translate-table around
6443 read-char.
6444
6445 * international/ucs-tables.el: Use keyboard-translate-table coding
6446 system property, not translation-table-for-input, for
6447 vietnamese-viscii & al.
6448 (translation-table-for-input): Set,
6449 don't defvar, and make permanent-local.
6450 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
6451 set-buffer-major-mode-hook, not quail-activate-hook.
6452 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
6453 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
6454 Setup keyboard-translate-table, not translation-table-for-input.
6455 Modify set-buffer-major-mode-hook, not quail-activate-hook.
6456 (ucs-fragment-8859): Don't use translation-table-for-input coding
6457 system property.
6458 (ucs-quail-activate): Deleted.
6459 (ucs-set-table-for-input): New.
6460 (ucs-minibuffer-setup): Use it.
6461
6462 * international/quail.el (quail-input-string-to-events):
6463 Use keyboard-translate-table, not translation-table-for-input.
6464
6465 * files.el (normal-mode): Call ucs-set-table-for-input.
6466
6467 * international/mule.el (set-buffer-file-coding-system):
6468 Call ucs-set-table-for-input.
6469
6470 2002-11-06 Richard M. Stallman <rms@gnu.org>
6471
6472 * replace.el (query-replace, query-replace-regexp): Doc fixes.
6473
6474 * emacs-lisp/bytecomp.el (byte-compile-lambda):
6475 Handle progn like let, inside interactive spec.
6476
6477 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
6478 Initialize to a suitable sexp.
6479 (tex-view): Evaluate tex-dvi-view-command and use the value.
6480
6481 2002-11-06 Kenichi Handa <handa@m17n.org>
6482
6483 * international/mule.el (coding-system-eol-type-mnemonic):
6484 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
6485
6486 2002-11-06 Kim F. Storm <storm@cua.dk>
6487
6488 * info.el (Info-fontify-node): Fixed hiding of *note references
6489 with embedded file names like (xxx.yyy).
6490 Avoid making any lines visibly longer if hiding newlines inside
6491 note references by wrapping line after references if it contained
6492 a newline (unfortunaly this makes more lines appear "shorter").
6493 Properly reindent multi-line menu entry descriptions.
6494
6495 2002-11-05 Juanma Barranquero <lektu@terra.es>
6496
6497 * language/cyrillic.el ("Bulgarian"): Fix typo.
6498
6499 * international/mule.el (coding-system-eol-type-mnemonic):
6500 Move from mule-util.el.
6501
6502 * international/mule-util.el (coding-system-eol-type-mnemonic):
6503 Move to mule.el.
6504
6505 2002-11-04 Juanma Barranquero <lektu@terra.es>
6506
6507 * files.el (find-buffer-visiting): Accept new optional PREDICATE
6508 argument to return only a buffer that satisfies the predicate.
6509 (insert-file-1): New function.
6510 (insert-file-literally): Use it.
6511 (insert-file): Use it.
6512
6513 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
6514
6515 * desktop.el (desktop-relative-file-names): New variable.
6516 (desktop-save): Use it.
6517
6518 2002-11-03 Andre Spiegel <spiegel@gnu.org>
6519
6520 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
6521 its current version in dired.el.
6522
6523 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
6524
6525 * emacs-lisp/autoload.el (generate-file-autoloads)
6526 (update-file-autoloads): Strip .gz and other such extensions.
6527 (update-autoloads-from-directories): Also consider compressed files.
6528
6529 * info.el (Info-streamline-headings): New var.
6530 (Info-dir-remove-duplicates): New fun.
6531 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
6532 (Info-select-node): Simplify handling of Info-header-line.
6533 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
6534 (Info-mode): Set header-line-format once and for all.
6535 (Info-fontify-node): Accept bogus first line with `File:' missing.
6536 Only make first line invisible if Info-use-header-line.
6537 Don't use `intangible': it's evil. Use inhibit-read-only.
6538 (Info-follow-reference, Info-next-reference, Info-prev-reference)
6539 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
6540 since we don't use intangible any more.
6541
6542 * image.el (insert-image): Don't make intangible since
6543 adjust_point_for_property should be sufficient by default.
6544
6545 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
6546
6547 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
6548 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
6549 (fill-paragraph): Use them.
6550
6551 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
6552 Use fill-comment-paragraph.
6553
6554 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
6555
6556 * bindings.el (mode-line-change-eol)
6557 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
6558 (mode-line-mule-info): Use them for the EOL part of the modeline.
6559
6560 * server.el (server-sentinel): Kill buffers if applicable.
6561 (server-temp-file-p): Make arg optional.
6562 (server-done): Use it to simplify.
6563 (server-switch-buffer): If server-window is a function, use it.
6564
6565 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
6566 (undigestify-rmail-message): Fix paren-bug and simplify.
6567
6568 2002-11-02 Kim F. Storm <storm@cua.dk>
6569
6570 * info.el (Info-hide-note-references): nil value now does no
6571 reformatting at all. New choice 'tag reformats tag but shows
6572 the section reference.
6573 (Info-fontify-node): Use it.
6574
6575 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
6576
6577 * textmodes/tex-mode.el (tex-common-initialization):
6578 comment-start-skip shouldn't match on the next line.
6579
6580 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
6581 Don't bother making paragraph-start a superset of paragraph-separate.
6582 Use line-beginning-position.
6583
6584 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
6585 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
6586
6587 2002-11-01 Kim F. Storm <storm@cua.dk>
6588
6589 * info.el (Info-hide-note-references): New defcustom.
6590 (Info-fontify-node): Use it.
6591
6592 2002-10-31 Kim F. Storm <storm@cua.dk>
6593
6594 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
6595 --noediting option; added run-time check to exclude it.
6596
6597 * info.el (Info-follow-reference, Info-next-reference)
6598 (Info-prev-reference, Info-try-follow-nearest-node):
6599 Bind inhibit-point-motion-hooks to t while parsing reference.
6600 (Info-fontify-node): When font-lock-mode is enabled, display
6601 "*note" and "* menu" references in a more user friendly format.
6602
6603 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
6604
6605 * textmodes/fill.el (fill-move-to-break-point): Skip white space
6606 _before_ checking to see if we're hitting the margin.
6607 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
6608 it's now done by the C primitives. Don't use narrowing.
6609 Reorganize the line-breaking part of the code to simplify the control
6610 flow and make it work in the absence of narrowing.
6611 (fill-region): Don't use narrowing.
6612
6613 2002-10-30 Dave Love <fx@gnu.org>
6614
6615 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
6616 (po-find-charset): Doc fix. Remove interactive spec.
6617 (po): Provide.
6618 (po-find-file-coding-system-guts): Re-written to use
6619 coding-system-alist, and code-pages, not codepage stuff.
6620
6621 * term/x-win.el: Remove some ancient compatibility code.
6622 Populate x-keysym-table.
6623
6624 2002-10-30 Andreas Schwab <schwab@suse.de>
6625
6626 * subr.el (replace-regexp-in-string): Doc fix.
6627
6628 2002-10-29 Dave Love <fx@gnu.org>
6629
6630 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
6631
6632 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
6633
6634 * international/mule-conf.el: Doc fixes.
6635
6636 2002-10-29 Richard M. Stallman <rms@gnu.org>
6637
6638 * server.el (server-switch-buffer): Say when no server buffers remain.
6639
6640 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
6641
6642 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6643
6644 * progmodes/make-mode.el (makefile-warn-continuations):
6645 Call re-search-forward with NOERROR t.
6646
6647 2002-10-29 Kim F. Storm <storm@cua.dk>
6648
6649 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
6650 incomplete list of matches to be returned.
6651
6652 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6653
6654 * textmodes/texinfo.el (texinfo-environments): Add environment;
6655 copying, documentdescription, ifplaintext, ifnotplaintext, and
6656 verbatim.
6657
6658 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
6659 (ifplaintext, ifnotplaintext)
6660 (afourpaper, afivepaper, afourlatex, afourwide)
6661 (documentlanguage, documentencoding): New aliases.
6662
6663 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
6664
6665 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
6666 up filter groups menu. Preserve point unless a menu command has
6667 moved it from point clicked.
6668
6669 2002-10-29 David Kastrup <dak@lola.goethe.zz>
6670
6671 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
6672 calc-refresh-evaltos appears to need this.
6673
6674 2002-10-28 Dave Love <fx@gnu.org>
6675
6676 * international/mule-diag.el (non-iso-charset-alist): Move to
6677 avoid compilation warning.
6678 (mule-diag): Provide.
6679
6680 * international/code-pages.el (cp-make-coding-system):
6681 Use utf-translation-table-for-decode, not
6682 utf-8-translation-table-for-decode.
6683 (mule-diag): Require.
6684
6685 * language/thai-util.el (thai-composition-function): Don't use prog1.
6686
6687 * language/lao-util.el (lao-composition-function): Don't use prog1.
6688
6689 * language/european.el (diacritic-composition-function):
6690 Modify confused prog1 form.
6691
6692 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
6693 (quail-keyboard-layout): Customize.
6694 Move after quail-keyboard-layout-alist.
6695
6696 2002-10-28 Miles Bader <miles@gnu.org>
6697
6698 * progmodes/make-mode.el (makefile-warn-continuations):
6699 Don't barf when there _aren't_ any suspicious continuations.
6700
6701 2002-10-28 Matthew Swift <swift@alum.mit.edu>
6702
6703 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
6704
6705 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
6706
6707 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
6708
6709 2002-10-27 Andreas Schwab <schwab@suse.de>
6710
6711 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
6712 end-of-comment syntax.
6713
6714 2002-10-27 Kim F. Storm <storm@cua.dk>
6715
6716 * ido.el (ido-cannot-complete-command): New defcustom, default to
6717 ido-completion-help (similar to iswitchb-cannot-complete-hook).
6718 (ido-complete): Call value of ido-cannot-complete-command rather
6719 than ido-completion-help when no common completion.
6720
6721 2002-10-27 Dave Love <fx@gnu.org>
6722
6723 * international/code-pages.el (iso-8859-11): New.
6724
6725 2002-10-27 Kim F. Storm <storm@cua.dk>
6726
6727 * pcvs.el (cvs-checkout): Use read-directory-name.
6728 (cvs-query-directory): Likewise.
6729
6730 2002-10-26 Richard M. Stallman <rms@gnu.org>
6731
6732 * progmodes/make-mode.el (makefile-cleanup-continuations):
6733 Default for variable is nil.
6734 (makefile-warn-continuations): New function.
6735 (makefile-mode): Put it on write-file-functions.
6736
6737 * international/mule-cmds.el (select-safe-coding-system):
6738 Delete debugging setq.
6739
6740 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
6741 after looking in ~.
6742
6743 * startup.el (command-line): Look for .emacs under ~/.emacs.d
6744 after looking in ~.
6745
6746 * simple.el (toggle-truncate-lines): When turning off truncation,
6747 clear out the hscroll value in this buffer's windows.
6748
6749 * simple.el (display-message-or-buffer): Don't display empty
6750 output in the echo area.
6751
6752 * man.el (Man-default-man-entry): Don't look for all word chars,
6753 look only for characters that are normally part of a shell command.
6754
6755 * gud.el (gdb): Pass default-directory to GDB via -cd option.
6756
6757 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
6758
6759 * find-file.el (ff-find-related-file): Fix autoload cookie.
6760
6761 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
6762 risky-local-variable-p.
6763
6764 * files.el (risky-local-variable-p): VAL=nil has special meaning.
6765
6766 * Makefile.in (compile-always): Avoid error in old Bash versions.
6767
6768 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
6769
6770 * textmodes/picture.el (picture-mouse-set-point): New command.
6771 (picture-mode-map): Bind it.
6772 (picture-motion-reverse): Doc fix.
6773
6774 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
6775
6776 * textmodes/outline.el (outline-next-heading): Make sure the match-data
6777 is really correct where returning.
6778
6779 2002-10-24 Matthew Swift <swift@alum.mit.edu>
6780
6781 * textmodes/outline.el (outline-minor-mode): Add customization group.
6782
6783 2002-10-23 Richard M. Stallman <rms@gnu.org>
6784
6785 * files.el (risky-local-variable-p): New arg VAL.
6786 (compile-command): Use `stringp' for `safe-local-variable' prop.
6787 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
6788
6789 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6790
6791 * woman.el (woman-version): Update to 0.551 (beta).
6792 (woman-parse-colon-path): Add support for current Cygwin mount
6793 conventions.
6794 (woman-Cyg-to-Win): New function to convert absolute filename from
6795 Cygwin to Windows form by executing external program cygpath if
6796 possible.
6797 (woman-man.conf-path): Update default to current common locations
6798 and to support Cygwin; update documentation.
6799 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
6800 match possible names of man.conf file; tidy code and documentation.
6801 (woman-manpath): Simplify default and documentation; essentially
6802 move code that was here into `woman-parse-colon-path'.
6803 (woman-default-indent): Change Linux to GNU in documentation.
6804 (woman-addition-face): Make documentation consistent with other
6805 WoMan faces.
6806 (woman-emulate-tbl): New variable, determines whether tbl
6807 emulation is required.
6808 (woman-decode-region): Add check for preprocessor requests.
6809 (woman0-process-escapes, woman-special-characters)
6810 (woman-get-next-char, woman-parse-numeric-value): Add support for
6811 long groff names of the form [xxx].
6812 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
6813 (woman2-PD, woman2-na): Doc fix.
6814 (woman-match-name): New function.
6815 (woman2-TS): New function.
6816 (woman2-TE): New alias for `woman2-fi'.
6817
6818 2002-10-23 Kim F. Storm <storm@cua.dk>
6819
6820 * ido.el (ido-restrict-to-matches): New command.
6821 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
6822
6823 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
6824
6825 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
6826 multiple redirection can work.
6827
6828 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
6829
6830 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
6831 Don't hardcode point-min == 1.
6832
6833 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
6834 (hexl-mode, hexl-current-address, hexl-address-to-marker)
6835 (hexl-insert-char): Don't hardcode point-min == 1.
6836 (hexl-isearch-search-function): New fun.
6837 (hexl-mode-old-isearch-search-fun-function): New var.
6838 (hexl-mode): Use them.
6839 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
6840 Use write-contents-functions rather then write-contents-hooks.
6841
6842 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
6843 (paragraph-indent-text-mode-abbrev-table)
6844 (paragraph-indent-text-mode-syntax-table): Remove.
6845 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
6846
6847 2002-10-21 Juanma Barranquero <lektu@terra.es>
6848
6849 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
6850 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
6851
6852 2002-10-20 Andreas Schwab <schwab@suse.de>
6853
6854 * apropos.el (apropos-group): Use customize-group-other-window.
6855
6856 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
6857
6858 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
6859 to just "/" instead of "/ p".
6860 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
6861
6862 2002-10-18 Juanma Barranquero <lektu@terra.es>
6863
6864 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
6865 ELSE expression on IF.
6866
6867 2002-10-17 Juanma Barranquero <lektu@terra.es>
6868
6869 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
6870
6871 * subr.el (remq): Likewise.
6872
6873 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
6874
6875 * vc-hooks.el (vc-insert-file): Likewise.
6876
6877 * vcursor.el (vcursor-other-window): Likewise.
6878
6879 * wid-edit.el (widget-choose): Likewise.
6880
6881 * calendar/diary-lib.el (diary-name-pattern): Likewise.
6882
6883 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
6884
6885 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
6886
6887 * emulation/edt-mapper.el (top-level): Likewise.
6888
6889 * eshell/esh-var.el (eshell/define): Likewise.
6890
6891 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
6892 (feedmail-queue-draft-directory): Likewise.
6893
6894 * net/netrc.el (netrc-parse): Likewise.
6895
6896 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
6897
6898 * progmodes/ebrowse.el (ebrowse-ts)
6899 (ebrowse-view/find-file-and-search-pattern)
6900 (ebrowse-draw-file-member-info): Likewise.
6901
6902 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
6903
6904 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
6905
6906 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
6907
6908 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
6909
6910 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
6911
6912 2002-10-17 Dave Love <fx@gnu.org>
6913
6914 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
6915
6916 * international/code-pages.el (cp-make-translation-table): Use
6917 ucs-mule-to-mule-unicode.
6918 (cp-fix-safe-chars): Fix typo.
6919 (non-iso-charset-alist): Don't define.
6920 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
6921 Define translation-table-for-input.
6922 (cp866): Reinstate.
6923 (alternativnj): Don't define alias.
6924 (koi8-u): Deleted.
6925
6926 * language/european.el ("Slovenian"): Use slovenian input-method.
6927 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
6928
6929 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
6930 the table.
6931 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
6932 (cp866): Delete this alias.
6933 ("Bulgarian"): Fix the value of `input-method'.
6934
6935 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
6936
6937 * dired-aux.el (dired-add-entry): Put point in correct position
6938 before inserting marker char.
6939
6940 2002-10-16 Andreas Schwab <schwab@suse.de>
6941
6942 * dired.el (dired-readin-insert): Expand dired-directory.
6943
6944 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
6945
6946 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
6947
6948 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
6949 reftex.el. Move the provide call to end of file.
6950
6951 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
6952
6953 2002-10-15 Dave Love <fx@gnu.org>
6954
6955 * man.el (Man-getpage-in-background): Set width in environment.
6956
6957 2002-10-15 Kenichi Handa <handa@m17n.org>
6958
6959 * mail/sendmail.el (sendmail-send-it): Call
6960 select-message-coding-system before changing the current bufer to
6961 " sendmail temp".
6962
6963 2002-10-14 Andre Spiegel <spiegel@gnu.org>
6964
6965 * files.el (insert-directory): Handle //SUBDIRED// lines in
6966 recursive listings from ls --dired.
6967
6968 * vc.el (vc-dired-reformat-line): Simplified. Handles text
6969 properties correctly now.
6970
6971 2002-10-14 Juanma Barranquero <lektu@terra.es>
6972
6973 * international/mule.el (set-selection-coding-system): Fix spacing.
6974
6975 2002-10-13 Richard M. Stallman <rms@gnu.org>
6976
6977 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6978 Treat `ignore' specially--prevent warnings about functions
6979 called for effect, in its args.
6980 Don't warn when `pop' is used for effect.
6981
6982 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
6983
6984 * uniquify.el (uniquify-get-proposed-name):
6985 Don't use directory-sep-char.
6986
6987 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
6988
6989 * find-file.el (ff-related-file-alist): New alias.
6990 (ff-find-related-file): New alias.
6991
6992 2002-10-13 Andreas Schwab <schwab@suse.de>
6993
6994 * dired.el (dired-insert-directory): When looking for existing
6995 indentation, goto OPOINT instead of beginning of buffer.
6996
6997 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
6998
6999 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
7000
7001 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7002
7003 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
7004
7005 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
7006
7007 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
7008 frame from frame of selected window.
7009 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
7010 changing selected windows.
7011 (ediff-setup-control-frame): Make sure auto-rase is properly set for
7012 the control frame.
7013
7014 2002-10-10 Simon Josefsson <jas@extundo.com>
7015
7016 * browse-url.el (browse-url-mozilla): Doc fix.
7017
7018 2002-10-10 Steve Youngs <youngs@xemacs.org>
7019
7020 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
7021 (browse-url-mozilla): Use it.
7022
7023 2002-10-11 Miles Bader <miles@gnu.org>
7024
7025 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
7026 files contains an invalid timestamp.
7027
7028 2002-10-11 Simon Josefsson <jas@extundo.com>
7029
7030 * mail/sendmail.el (mail-envelope-from): New option `header' to
7031 use RFC 2822 From: header as the envelope address.
7032 (mail-envelope-from): New function, this should be used instead of
7033 looking at the `mail-envelope-from' variable.
7034 (sendmail-send-it): Use it.
7035
7036 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
7037
7038 2002-10-11 Andre Spiegel <spiegel@gnu.org>
7039
7040 * dired.el (dired-insert-directory): Fix check for indentation
7041 from ls --dired.
7042
7043 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
7044 properties from the reformatted line.
7045
7046 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
7047
7048 * textmodes/paragraphs.el (forward-paragraph): Keep track of
7049 remaining paragraphs to skip more carefully.
7050
7051 * add-log.el (add-change-log-entry): Don't call find-file at all
7052 if we're already in the proper buffer.
7053 (change-log-resolve-conflict): New fun.
7054 (change-log-mode): Use it and use define-derived-mode.
7055 (change-log-merge): Allow other-log to be a buffer.
7056 Don't add a \n if there are already enough \n's.
7057
7058 * finder-inf.el, subdirs.el, cus-load.el: Remove.
7059
7060 * finder.el ("finder-inf"): Don't fail if the file is absent.
7061
7062 * cus-dep.el (custom-make-dependencies): Don't use find-file.
7063 Use feature names rather than file names if applicable.
7064
7065 * cus-edit.el (customize-mode): New command.
7066
7067 * custom.el (custom-group-of-mode): New fun.
7068 (custom-load-symbol): Don't use preloaded-file-list now that
7069 load-history is always complete. Don't look up the expanded file
7070 name in load-history (looked like an XEmacsism).
7071
7072 * smerge-mode.el (smerge-ediff): Autoload.
7073 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
7074 (smerge-resolve-function): New var.
7075 (smerge-resolve): New command.
7076 (smerge-basic-map): Bind it.
7077
7078 2002-10-10 Andre Spiegel <spiegel@gnu.org>
7079
7080 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
7081 CVS/Entries, rather than comparing it textually.
7082
7083 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
7084
7085 * international/encoded-kb.el: Add `provide' call.
7086
7087 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
7088
7089 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
7090 ln(-1) should be i*pi, not pi.
7091
7092 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
7093
7094 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
7095 instead of require to avoid loops when loaddefs.el is loaded after
7096 vc-cvs.el.
7097
7098 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
7099 (Custom-reset-saved): Don't test for saved-value.
7100
7101 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
7102
7103 * vc.el (vc-find-version): Use the new backend op `find-version'.
7104 (vc-default-find-version): Provide the new backend op `find-version'
7105 in terms of the old `checkout' op.
7106
7107 * vc-rcs.el (vc-rcs-find-version): New fun.
7108 (vc-rcs-checkout): Remove `workfile' arg and simplify.
7109
7110 * vc-sccs.el (vc-sccs-find-version): New fun.
7111 (vc-sccs-checkout): Remove `workfile' arg and simplify.
7112
7113 * vc-cvs.el (vc-cvs-find-version): New fun.
7114
7115 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
7116
7117 * info.el (Info-next-menu-item, Info-last-menu-item)
7118 (info-emacs-manual): Add docstrings.
7119 (Info-index): Use `string-to-number' instead of `string-to-int'.
7120
7121 2002-10-08 Kenichi Handa <handa@m17n.org>
7122
7123 * international/ucs-tables.el (ucs-translation-table-for-decode):
7124 Define it as a translation-table.
7125
7126 2002-10-07 Richard M. Stallman <rms@gnu.org>
7127
7128 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7129
7130 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
7131 properties of the variables being initialized.
7132
7133 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
7134
7135 2002-10-07 Kim F. Storm <storm@cua.dk>
7136
7137 * emulation/cua-base.el (cua-normal-cursor-color):
7138 Fixed initialization to make "Erase Customization" work.
7139
7140 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
7141
7142 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
7143 in case some other package redefined it.
7144 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
7145
7146 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
7147 forward-paragraph to make sure its return value is meaningful.
7148
7149 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7150
7151 * net/tramp.el: Version 2.0.25 released.
7152 (tramp-handle-file-truename): If it's a directory,
7153 append slash only if result doesn't end in a slash already.
7154 (tramp-handle-file-truename): Restructure logic. If list of steps
7155 is nil, return "/" as the real name.
7156 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
7157 `match-string' doesn't make sense. From Michael Albinus.
7158 (tramp-host-with-port-regexp): New defcustom. Equal to previous
7159 `tramp-host-regexp'. From Michael Albinus.
7160 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
7161 scanning files like .rhosts would take comments as host names.
7162 From Michael Albinus.
7163 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
7164 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
7165 From Michael Albinus.
7166 (tramp-action-terminal): New function.
7167 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
7168 (tramp-actions-before-shell): Use them.
7169 (tramp-handle-shell-command): Logic error. From Ivan
7170 Zakharyaschev <imz@altlinux.org>.
7171
7172 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
7173
7174 * thingatpt.el (thing-at-point-uri-schemes): New variable.
7175 (thing-at-point-url-regexp): Use it.
7176
7177 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
7178
7179 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
7180 loops.
7181
7182 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
7183
7184 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
7185 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
7186 (vc-print-log): Don't check log-view-mode.
7187 (vc-default-show-log-entry): Don't check log-view-goto-rev.
7188 (vc-log-mode): Remove.
7189 (vc-log-edit): Don't check log-edit.
7190
7191 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
7192
7193 * vc-cvs.el (vc-cvs-show-log-entry):
7194 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
7195
7196 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
7197
7198 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
7199
7200 * vc.el (vc-default-show-log-entry): Fix typo.
7201
7202 2002-10-04 Steven Tamm <steventamm@mac.com>
7203
7204 * term/mac-win.el: Add lines to handle the new [return] event.
7205
7206 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
7207
7208 * textmodes/fill.el (fill-paragraph): Give up if there's no
7209 paragraph at or after point.
7210
7211 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
7212
7213 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
7214 (vc-default-show-log-entry): New fun.
7215
7216 * subr.el (read-key-auxiliary-map, read-key): Remove.
7217 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
7218
7219 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
7220
7221 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
7222 menu pseudo-keys generated by easymenu which are lowercase in
7223 Emacs 21.4.
7224
7225 * progmodes/ada-xref.el
7226 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
7227
7228 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
7229
7230 * frame.el (delete-frame-hook): Variable alias for
7231 `delete-frame-functions'. Mark obsolete.
7232
7233 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
7234
7235 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
7236 (outline-5, outline-6, outline-7, outline-8): New faces.
7237 (outline-font-lock-faces, outline-font-lock-levels): New vars.
7238 (outline-font-lock-face): New fun.
7239 (outline-font-lock-keywords): Use it.
7240 (outline-font-lock-level): Remove.
7241 (outline-mode, outline-next-preface, outline-next-heading)
7242 (outline-previous-heading, outline-next-visible-heading):
7243 Use shy group.
7244 (outline-level) <var>: Update calling convention.
7245 (outline-level) <fun>: Take advantage of it.
7246 (outline-demote): Don't assume the match-data is still uptodate.
7247 (outline-up-heading): Simplify and make sure the match data is
7248 properly set at the end.
7249
7250 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
7251
7252 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
7253 nconc.
7254
7255 * startup.el (normal-top-level): Reset standard-value property of
7256 `user-full-name' here.
7257
7258 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
7259
7260 * wid-edit.el (widget-default-get): Change to return external
7261 value.
7262 (widget-choice-action): Update caller.
7263 (widget-editable-list-entry-create): Update caller.
7264
7265 * wid-edit.el (widget-types-copy): New function.
7266 (default): Added :copy keyword.
7267 (menu-choice): Ditto.
7268 (checklist): Ditto.
7269 (radio-button-choice): Ditto.
7270 (editable-list): Ditto.
7271 (group): Ditto.
7272 (widget-copy): New function.
7273 (widget-create-child): Use it.
7274 (widget-create-child-value): Use it.
7275
7276 2002-10-01 Bill Wohler <wohler@newt.com>
7277
7278 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
7279 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
7280 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
7281 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
7282 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
7283 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
7284 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
7285 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
7286 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
7287 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
7288 There were no user-visible changes in 6.1.1 from 6.1--only the
7289 section of the Makefile that installs the files into Emacs was changed.
7290
7291 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
7292
7293 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
7294 works when font-lock is turned off.
7295
7296 * jit-lock.el (jit-lock-fontify-now): Don't widen.
7297 Let the jit-lock-functions do it if they want to.
7298
7299 2002-10-01 Juanma Barranquero <lektu@terra.es>
7300
7301 * eshell/esh-module.el (eshell-load-defgroups):
7302 Add "no-byte-compile: t" to subdirs.el.
7303
7304 * makefile.w32-in (update-subdirs-CMD): Likewise.
7305
7306 * forms-d2.el:
7307 * forms-pass.el:
7308 * generic-x.el:
7309 * patcomp.el:
7310 * paths.el:
7311 * version.el:
7312 * international/mule-conf.el:
7313 * language/czech.el:
7314 * language/devanagari.el:
7315 * language/english.el:
7316 * language/georgian.el:
7317 * language/greek.el:
7318 * language/hebrew.el:
7319 * language/japanese.el:
7320 * language/korean.el:
7321 * language/lao.el:
7322 * language/misc-lang.el:
7323 * language/romanian.el:
7324 * language/slovak.el:
7325 * language/thai.el:
7326 * language/utf-8-lang.el:
7327 * emacs-lisp/cl-specs.el:
7328 * eshell/esh-maint.el:
7329 * mail/blessmail.el:
7330 * play/bruce.el:
7331 * term/apollo.el:
7332 * term/AT386.el:
7333 * term/bobcat.el:
7334 * term/internal.el:
7335 * term/iris-ansi.el:
7336 * term/keyswap.el:
7337 * term/linux.el:
7338 * term/lk201.el:
7339 * term/news.el:
7340 * term/vt102.el:
7341 * term/vt125.el:
7342 * term/vt200.el:
7343 * term/vt201.el:
7344 * term/vt220.el:
7345 * term/vt240.el:
7346 * term/vt300.el:
7347 * term/vt320.el:
7348 * term/vt400.el:
7349 * term/vt420.el:
7350 * term/wyse50.el: Add "no-byte-compile: t" in first line.
7351
7352 2002-10-01 Kenichi Handa <handa@m17n.org>
7353
7354 * international/utf-16.el: Don't provide utf-16.
7355
7356 * international/utf-8.el (ccl-decode-mule-utf-8):
7357 Remove unnecessary line.
7358
7359 2002-09-30 Kenichi Handa <handa@m17n.org>
7360
7361 * language/thai.el (thai-tis620): Add `mime-charset' property.
7362
7363 * language/indian.el: Don't register "ISO10646.*-1" in
7364 font-ccl-encoder-alist.
7365
7366 * language/cyrillic.el (ccl-decode-koi8): Refer to
7367 ucs-translation-table-for-decode.
7368 (ccl-decode-koi8-u): Likewise.
7369 (ccl-decode-alternativnyj): Likewise.
7370 (cyrillic-koi8): Put `dependency' property.
7371 (koi8-u): Likewise.
7372 (cyrillic-alternativnyj): Likewise.
7373
7374 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
7375 this translation-table name here.
7376 (utf-translation-table-for-encode): New translation-table name.
7377 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
7378 (utf-defragmentation-table): New variable.
7379 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
7380 (utf-subst-table-for-encode): New translation-table name.
7381 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
7382 (utf-subst-table-for-decode): New translation-table name.
7383 (utf-fragment-on-decoding): Renamed from
7384 utf-8-fragment-on-decoding. Correctly handle the case that
7385 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
7386 mule-utf-16-be too.
7387 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
7388 Handle mule-utf-16-le and mule-utf-16-be too.
7389 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
7390 and utf-subst-table-for-decode.
7391 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
7392 and utf-subst-table-for-encode.
7393 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
7394
7395 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
7396 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
7397 utf-8-subst-rev-table.
7398
7399 * international/utf-16.el (utf-16-decode-ucs): Look up
7400 utf-subst-table-for-decode. Fix for the case that the looking up
7401 succeeds.
7402 (ccl-decode-mule-utf-16-le): Translate characters by
7403 utf-translation-table-for-decode.
7404 (ccl-decode-mule-utf-16-be): Likewise.
7405 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
7406 at first. Translate characters by utf-translation-table-for-encode.
7407 (ccl-encode-mule-utf-16-be): Likewise.
7408 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
7409
7410 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
7411
7412 * international/ucs-tables.el: Don't bind
7413 utf-8-translation-table-for-decode while setting up
7414 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
7415 iso-8859-* coding systems.
7416 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
7417 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
7418 populate the translation table named
7419 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
7420 ucs-mule-to-mule-unicode populates the translation table named
7421 utf-translation-table-for-encode. Call register-char-codings for
7422 mule-utf-16-be and mule-utf-16-le too.
7423 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
7424 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
7425 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
7426 non-nil, make a proper char-table populates the translation table
7427 name utf-translation-table-for-encode. Call register-char-codings
7428 for all mule-utf-* to to reset their status to the origianl.
7429 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
7430 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
7431 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
7432 (ccl-encode-unicode-font): Delete.
7433 (ucs-tables-unload-hook): Delete.
7434
7435 * international/mule.el (decode-char): Refer to the translation
7436 hash table named utf-subst-table-for-decode. Refer to the
7437 translation table named utf-translation-table-for-decode instead
7438 of utf-8-translation-table-for-decode.
7439 (encode-char): Refer to the translation hash table named
7440 utf-subst-table-for-encode. Refer to the translation table named
7441 utf-translation-table-for-encode instead of
7442 utf-8-translation-table-for-encode.
7443
7444 * international/mule-diag.el (describe-coding-system):
7445 Describe `dependency' property.
7446
7447 * international/mule-conf.el (emacs-mule): Add property `composition'.
7448
7449 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
7450 translation table name here.
7451 (ucs-mule-cjk-to-unicode): New translation table name.
7452 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
7453 (font-ccl-encoder-alist): Change the font registry pattern to
7454 "ISO10646.*-*".
7455
7456 2002-09-30 Colin Walters <walters@gnu.org>
7457
7458 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
7459 `inhibit-msg'.
7460
7461 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
7462 `executing-kbd-macro' and `defining-kbd-macro'.
7463
7464 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
7465 Call `calc-flush-caches' with inhibit-msg arg.
7466 (calc-change-mode): Remove extra arg for `calc-save-modes'.
7467
7468 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
7469 Don't bind `executing-kbd-macro'.
7470
7471 2002-09-29 Noah Friedman <friedman@splode.com>
7472
7473 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
7474
7475 2002-09-29 Richard M. Stallman <rms@gnu.org>
7476
7477 * startup.el (user-mail-address): Initialize to a useful value
7478 once Emacs is started up; initialize to "" at loadup time.
7479 (command-line): "", not nil, means user-mail-address not set yet.
7480
7481 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7482
7483 * net/tramp.el: Version 2.0.24 released.
7484 (tramp-methods, tramp-completion-function-alist):
7485 Rename "*-old" methods to "*_old". From Michael Albinus.
7486 (tramp-completion-function-alist):
7487 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
7488 From Michael Albinus.
7489 (tramp-default-method-alist): Use "su" for "root@localhost".
7490 (tramp-host-regexp): Allow "#" for "host#port" kludge.
7491 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
7492 default method. Require additional args USER and HOST for this.
7493 Callers changed.
7494 (tramp-handle-file-local-copy): More local bindings. Bind results
7495 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
7496 "are you awake" problem.
7497 (tramp-action-password): Protect against clobbered match data.
7498 (tramp-open-connection-setup-interactive-shell): Explicitly set
7499 tramp-last-cmd-time before invoking tramp-send-command the first
7500 time. Otherwise, tramp-send-command would issue "echo are you
7501 awake" right at the first time, which is not what we want.
7502 Reported by Douglas Gray Stephens.
7503 (tramp-find-inline-encoding): Don't redirect stdout to
7504 /dev/null to avoid "chmode go-rwx" operation from "mimencode
7505 >/dev/null" as root(!), and to check the output of the decoding
7506 command.
7507 (tramp-maybe-open-connection): Don't send "are you awake" if
7508 process has died.
7509
7510 2002-09-29 Colin Walters <walters@gnu.org>
7511
7512 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
7513
7514 2002-09-29 Mike Williams <mdub@bigfoot.com>
7515
7516 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
7517
7518 2002-09-29 Richard M. Stallman <rms@gnu.org>
7519
7520 * custom.el (defcustom): Doc fix.
7521
7522 2002-09-28 Richard M. Stallman <rms@gnu.org>
7523
7524 * loadhist.el (unload-feature): When undefining a variable,
7525 delete its buffer-local bindings.
7526
7527 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
7528
7529 * subr.el (remove-yank-excluded-properties): Fix bugs in
7530 handling of category properties.
7531
7532 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7533
7534 * ps-print.el (ps-print-emacs-type): Error if ps-print is
7535 activated in Epoch, inLucid or in Emacs v19 or lesser.
7536 Value can no longer be `lucid'.
7537 (ps-print-version): New version number (6.5.8).
7538 (faces): Never do (require 'faces).
7539
7540 2002-09-28 Simon Josefsson <jas@extundo.com>
7541
7542 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
7543 streams that were opened using starttls.
7544
7545 2002-09-28 Paul Reilly <pmr@pajato.com>
7546
7547 * files.el (auto-mode-alist): Add support for Java Enterprise
7548 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
7549
7550 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
7551
7552 * progmodes/m4-mode.el (m4-font-lock-keywords)
7553 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
7554 (m4-m4-region): Doc fixes.
7555
7556 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
7557
7558 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
7559 (cl-push, cl-pop): Remove.
7560 Use pop and push throughout the file instead.
7561 (cl-transform-lambda): Add usage info to docstring if the arglist
7562 is complex.
7563
7564 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
7565 (autoload-print-form): Also quote open-[-in-column 0.
7566
7567 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
7568 (help-split-fundoc): Don't support old syntax any more.
7569 (help-add-fundoc-usage): New fun.
7570
7571 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
7572 Use pop and push throughout the file instead.
7573 (cl-hash-lookup): Remove.
7574 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
7575 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
7576
7577 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
7578 Use pop and push throughout the file instead.
7579
7580 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
7581 loading since the current keymaps might be all weird.
7582
7583 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
7584 to the name since they're added by mode-line-format already.
7585 (define-minor-mode): Run (,mode -1) when needed.
7586
7587 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
7588 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
7589 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
7590 Don't hardcode 1 == point-min.
7591
7592 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
7593
7594 * subr.el (read-key-auxiliary-map): New var.
7595 (read-key): Use it.
7596 (make-temp-file): Make the file have mode 600.
7597 (add-minor-mode): Don't add properties to the name since it's
7598 added by mode-line-format already.
7599 Be more careful with the mode-line-menu entry name.
7600
7601 * userlock.el (ask-user-about-supersession-threat): Don't abort
7602 when the user hits mouse-2.
7603
7604 * register.el (set-register): Use push.
7605 (point-to-register): Set kill-buffer-hook in this buffer.
7606 (register-swap-out): Use dolist.
7607 (kill-buffer-hook): Don't change globally.
7608
7609 * server.el (server-select-display): New function.
7610 (server-process-filter): Add support for `-display' and `-eval' args.
7611 (server-visit-files): Use save-current-buffer, push, and dolist.
7612 Add server-kill-buffer to kill-buffer-hook.
7613 (kill-buffer-hook): Don't modify globally.
7614 (server-switch-buffer): Be a bit more careful with multiple displays.
7615 (server-socket-name): Always use /tmp and non-qualified hostname.
7616
7617 * uniquify.el (uniquify-rationalize-file-buffer-names):
7618 Add to kill-buffer-hook for buffers with conflict.
7619 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
7620 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
7621 (kill-buffer-hook): Don't change globally.
7622
7623 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
7624
7625 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
7626 (calc-stack-top, calc-always-load-extensions)
7627 (calc-line-numbering, calc-line-breaking, calc-display-just)
7628 (calc-display-origin, calc-number-radix, calc-leading-zeros)
7629 (calc-group-digits, calc-group-char, calc-point-char)
7630 (calc-frac-format, calc-prefer-frac, calc-hms-format)
7631 (calc-date-format, calc-float-format, calc-complex-format)
7632 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
7633 (calc-display-strings, calc-matrix-just, calc-break-vectors)
7634 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
7635 (calc-vector-brackets, calc-matrix-brackets, calc-language)
7636 (calc-language-option, calc-function-open, calc-function-open)
7637 (calc-function-close, calc-language-output-filter)
7638 (calc-language-input-filter, calc-radix-formatter)
7639 (calc-left-label, calc-right-label, calc-word-size)
7640 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7641 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
7642 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
7643 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7644 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7645 (calc-window-height, calc-display-trail, calc-show-selections)
7646 (calc-use-selections, calc-assoc-selections)
7647 (calc-display-working-message, calc-auto-why, calc-timing)
7648 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
7649 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
7650 Make into real defvars.
7651 (calc-mode-var-list): Delete.
7652 (calc-mode-save-mode, calc-standard-date-formats)
7653 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
7654 (calc-user-parse-tables, calc-gnuplot-default-device)
7655 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7656 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7657 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7658 (calc-invocation-macro, calc-show-banner): Make into defvars,
7659 taken from `calc-mode-var-list'.
7660 (calc-emacs-type-epoch, calc-emacs-type-19)
7661 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
7662 (calc-version, calc-version-date, calc-trail-pointer)
7663 (calc-trail-overlay, calc-undo-list, calc-redo-list)
7664 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
7665 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
7666 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
7667 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
7668 (calc-said-hello, calc-executing-macro, calc-any-selections)
7669 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
7670 (calc-display-dirty, calc-prepared-composition)
7671 (calc-selection-cache-default-entry, calc-embedded-info)
7672 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
7673 (math-eval-rules-cache-tag, math-radix-explicit-format)
7674 (math-expr-function-mapping, math-expr-variable-mapping)
7675 (math-read-expr-quotes, math-working-step, math-working-step-2)
7676 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
7677 defvars, from toplevel setq.
7678 (calc-mode-map): Set up keymap in more modern fashion.
7679 (calc-dispatch-map): Ditto.
7680 (calc-command-flags, calc-final-point-line)
7681 (calc-final-point-column): Defvar.
7682 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
7683 (sel-mode): Defvar.
7684 (calc-any-evaltos): Ditto.
7685 (calc-buffer, calc-prev-char, calc-prev-prev-char)
7686 (calc-digit-value): Ditto.
7687 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
7688 (math-sub-bignum): Bind `diff'.
7689 (calc-selection-cache-entry): Defvar.
7690 (calc-count-lines): Reference `pos' instead of `newpos'.
7691
7692 2002-09-27 Simon Josefsson <jas@extundo.com>
7693
7694 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
7695
7696 2002-09-26 Richard M. Stallman <rms@gnu.org>
7697
7698 * mail/unrmail.el (unrmail): Do the work directly,
7699 without actually selecting the messages in the from file.
7700 (unrmail-unprune): New subroutine.
7701
7702 * files.el (backup-buffer): Bind local var MODES.
7703 Don't use renaming for a suid or sgid file.
7704 Use backup-buffer-copy to do copying.
7705 (backup-buffer-copy): New subroutine.
7706 Clear suid and sgid bits for the copy.
7707
7708 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
7709
7710 * calendar/solar.el (solar-equinoxes-solstices):
7711 Use time properly adjusted for DST in the result.
7712
7713 2002-09-26 Richard M. Stallman <rms@gnu.org>
7714
7715 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
7716 Bind inhibit-read-only; don't mess with buffer-read-only.
7717
7718 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
7719
7720 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
7721
7722 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
7723 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7724
7725 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
7726
7727 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
7728 instead of within `with-current-buffer'.
7729
7730 2002-09-26 Stephen Eglen <stephen@gnu.org>
7731
7732 * iswitchb.el (iswitchb-completions): Test that
7733 iswitchb-common-match-string is a string, before printing common
7734 completions.
7735
7736 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
7737
7738 * server.el: Use built-in network primitives.
7739 (server-program, server-previous-string): Remove.
7740 (server-previous-strings): New var.
7741 (server-socket-name): New var.
7742 (server-log): Minor change to the output format.
7743 (server-sentinel): Clean up global state when a client disconnects.
7744 (server-unquote-arg): New fun.
7745 (server-start): Use server-socket-name and make-network-process.
7746 (server-process-filter): Now talks to the clients directly.
7747 Normalize file name after unquoting and decoding.
7748 (server-buffer-done): Just close the connection.
7749 (server-switch-buffer): Handle the case where all windows are
7750 dedicated or minibuffers.
7751
7752 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
7753 Don't bind them variables.
7754 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
7755 (font-lock-after-unfontify-buffer): Check that the vars are bound.
7756 (font-lock-dont-widen): New var.
7757 (font-lock-default-fontify-region): Use it.
7758
7759 * emacs-lisp/find-func.el (find-library-name):
7760 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
7761
7762 2002-09-25 Kenichi Handa <handa@etl.go.jp>
7763
7764 * international/mule-cmds.el (select-safe-coding-system):
7765 Handle safe but rejected default coding systems and unsafe default
7766 coding systems differently.
7767
7768 * international/mule-diag.el (list-character-sets): Use the buffer
7769 name "*Character Set List*", not "*Help*". List also indirectly
7770 supported character sets.
7771 (list-charset-chars): Use the buffer name "*Character List*", not
7772 "*Help*". Display the current charset name in the modeline.
7773 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
7774 (sort-listed-character-sets): Don't alter the region showing
7775 indirectly supported charsets.
7776
7777 2002-09-24 Simon Josefsson <jas@extundo.com>
7778
7779 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
7780 (mail-extract-address-components): Doc fix.
7781
7782 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
7783
7784 * simple.el (edit-and-eval-command): Protect command-history.
7785 (repeat-complex-command): Protect command-history.
7786
7787 2002-09-24 Juanma Barranquero <lektu@terra.es>
7788
7789 * replace.el (occur-find-match): New function.
7790 (occur-next, occur-prev): Use it.
7791
7792 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
7793 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
7794 instead of 'occur and 'occur-point.
7795
7796 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
7797 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
7798
7799 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
7800
7801 * descr-text.el (describe-text-category): Use *Help*.
7802 Don't kill-buffer.
7803 (describe-text-properties, describe-char):
7804 Delay self-inspection test. Use *Help*.
7805 Use syntax-after. Use `pos' rather than (point).
7806 Distinguish the before/after part of a composition.
7807
7808 2002-09-23 Kenichi Handa <handa@etl.go.jp>
7809
7810 * international/quail.el (quail-completion): Be sure to scroll
7811 quail-completion-buf.
7812
7813 2002-09-23 Richard M. Stallman <rms@gnu.org>
7814
7815 * ielm.el (*1): Fix previous change.
7816
7817 2002-09-23 Juanma Barranquero <lektu@terra.es>
7818
7819 * net/tramp.el (tramp-unified-filenames): Autoload it.
7820
7821 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
7822
7823 * ediff-init.el (ediff-get-next-window): Bug fix.
7824
7825 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
7826
7827 * play/gamegrid.el (gamegrid-face): New variable to emulate a
7828 buffer-local default face.
7829 (gamegrid-xbm): New variable; XBM image as a replacement for
7830 `gamegrid-xpm' on Emacsen compiled without XPM-support.
7831 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
7832 of images to Emacs.
7833 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
7834 convert XEmacs-type image descriptors.
7835 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
7836 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
7837 image descriptors.
7838 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
7839 functions to check for display capabilities. Fix the recognition
7840 of image-support in Emacs 21 by this way.
7841 (gamegrid-hide-cursor): Removed.
7842 (gamegrid-setup-default-font): Ported the code from XEmacs to
7843 Emacs: create a new face and assign the variable `gamegrid-face'
7844 to it. Make sure that the face is not higher than the smallest
7845 image used by the game.
7846 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
7847 instead of `gamegrid-hide-cursor'.
7848 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
7849 image in the buffer, instead of applying a face. [This is because
7850 Emacs display-tables are not as capable as the display-tables in
7851 XEmacs. Maybe this function should be renamed to reflect the change?]
7852 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
7853 the face held by `gamegrid-face' in an overlay over the whole
7854 buffer to emulate a buffer-local default-face.
7855
7856 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
7857
7858 * play/doctor.el (doctor-doc): Add 2 question words.
7859 (doctor-getnoun): Parse and save the complete object phrase.
7860
7861 2002-09-22 Richard M. Stallman <rms@gnu.org>
7862
7863 * international/mule-cmds.el (select-safe-coding-system): Cope if
7864 default-coding-system gives nil which was then used in `min'.
7865
7866 * mail/sendmail.el (sendmail-send-it): If user's buffer
7867 is unibyte, make tembuf unibyte.
7868
7869 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7870
7871 * net/tramp.el: Version 2.0.22 released.
7872 (tramp-parse-rhosts, tramp-parse-shosts)
7873 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
7874 `add-to-list' for performance reasons.
7875 (tramp-get-completion-user-host): Return `nil' in case both `user'
7876 and 'host' are empty (not necessarily `nil'.
7877 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
7878 (tramp-user-regexp): " \t" are not user regexp characters.
7879 (tramp-completion-handle-file-name-all-completions):
7880 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
7881 completely, and it returns local completions as well.
7882 (tramp-completion-function-alist-ftp): New constant.
7883 (tramp-completion-function-alist): Add completion function for "ftp".
7884 From Michael Albinus <Michael.Albinus@alcatel.de>.
7885
7886 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7887
7888 * net/tramp.el: Version 2.0.21 released.
7889 (tramp-handle-file-newer-than-file-p): If mtime of both files is
7890 known, return a useful result. Better error message in case one
7891 is a Tramp file and one isn't.
7892 (tramp-handle-file-local-copy, tramp-handle-write-region)
7893 (tramp-find-shell, tramp-open-connection-telnet)
7894 (tramp-open-connection-rsh, tramp-open-connection-su)
7895 (tramp-open-connection-setup-interactive-shell)
7896 (tramp-post-connection, tramp-maybe-open-connection)
7897 (tramp-method-out-of-band-p): Correct number of args for
7898 `tramp-get-rsh-program' and similar functions.
7899
7900 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7901
7902 * net/tramp.el: Version 2.0.20 released.
7903
7904 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7905
7906 * net/tramp.el (tramp-completion-function-alist): Escape open
7907 paren in docstring.
7908 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
7909 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
7910 instead of tramp-message.
7911 (tramp-open-connection-rsh): Handle empty string as user name.
7912 (tramp-open-connection-su): Handle empty string as host name.
7913 Handle nil user name.
7914 (tramp-handle-file-local-copy, tramp-handle-write-region)
7915 (tramp-completion-handle-file-name-all-completions)
7916 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7917 (tramp-open-connection-su, tramp-post-connection)
7918 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
7919 (tramp-get-connection-function, tramp-get-remote-sh)
7920 (tramp-get-rsh-program, tramp-get-rsh-args)
7921 (tramp-get-rcp-program, tramp-get-rcp-args)
7922 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
7923 (tramp-get-su-args, tramp-get-telnet-program)
7924 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
7925 additional args USER, HOST.
7926 (tramp-action-password, tramp-open-connection-telnet)
7927 (tramp-open-connection-su, tramp-open-connection-multi)
7928 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
7929 takes USER and HOST arguments, to be able to use
7930 `tramp-find-method'. Update callers.
7931 (tramp-find-method): New function.
7932
7933 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7934
7935 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7936 in SWITCHES (by removing it).
7937
7938 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7939
7940 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
7941
7942 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7943
7944 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
7945
7946 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7947
7948 * net/tramp.el (tramp-bug): Add tramp-methods.
7949
7950 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7951
7952 * net/tramp.el (tramp-methods): Update docstring:
7953 tramp-encoding-command, tramp-decoding-command,
7954 tramp-encoding-function and tramp-decoding-function are not
7955 parameters anymore.
7956 (tramp-uuencode-region): Autoload it.
7957
7958 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7959
7960 * net/tramp.el: Version 2.0.19 released.
7961
7962 * net/tramp-uu.el: New file, implements uuencode in Lisp.
7963
7964 * net/tramp.el (tramp-coding-commands):
7965 Use `tramp-uuencode-region' as local encoder for the uuencode based
7966 entries.
7967
7968 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7969
7970 * net/tramp.el (tramp-handle-write-region): Wrong parens.
7971
7972 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7973
7974 * net/tramp.el: Version 2.0.18 released.
7975
7976 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
7977 older versions of Perl. Now tested with 5.004. Suggestion from
7978 Michael Albinus.
7979
7980 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7981
7982 * net/tramp.el (tramp-find-inline-encoding):
7983 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
7984 (tramp-call-local-coding-command): OUTPUT equals nil means to
7985 discard the output. INPUT equals nil means /dev/null.
7986
7987 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7988
7989 * net/tramp.el (tramp-encoding-shell): Default to environment
7990 variable COMSPEC on Windows.
7991 (tramp-handle-write-region): More debugging output.
7992 (tramp-find-inline-encoding): Ditto.
7993
7994 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
7995
7996 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
7997 Define `result1'.
7998 (tramp-parse-hosts-group): Discard IPv6 entries.
7999
8000 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
8001
8002 * net/tramp.el (tramp-post-connection): Only send Perl
8003 mime-encode/decode implementations when using inline method.
8004 (tramp-handle-file-local-copy)
8005 (tramp-handle-write-region, tramp-post-connection)
8006 (tramp-coding-commands, tramp-find-inline-encoding): For the
8007 inline encodings, distinguish between local and remote commands,
8008 instead of between commands and functions. (The local commands
8009 can be functions, too.) If the local host is a Windows machine,
8010 we can't expect the same commands to work there as on the remote host.
8011 (tramp-call-local-coding-command): New function for calling local
8012 encoding and decoding commands.
8013 (tramp-set-remote-encoding, tramp-get-remote-encoding)
8014 (tramp-set-remote-decoding, tramp-get-remote-decoding)
8015 (tramp-set-local-encoding, tramp-get-local-encoding)
8016 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
8017 (tramp-get-encoding-command, tramp-set-encoding-command)
8018 (tramp-get-decoding-command, tramp-set-decoding-command)
8019 (tramp-get-encoding-function, tramp-set-encoding-function)
8020 (tramp-get-decoding-function, tramp-set-decoding-function):
8021 Old functions, removed.
8022
8023 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8024
8025 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
8026 Change command to invoke /bin/sh slightly to make it compatible
8027 with the `rc' shell. Suggested by Daniel Pittman.
8028
8029 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
8030
8031 * net/tramp.el (tramp-handle-write-region): Added missing
8032 `)'. Hope it's the right place.
8033
8034 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8035
8036 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
8037 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
8038 order to get a sane shell prompt. If people have ${CWD}, say, in
8039 their shell prompt, then the default login shell might display
8040 something harmless, but the /bin/sh will display a dollar sign
8041 which confused the subsequent prompt recognition.
8042 (tramp-multi-action-password): More debugging output.
8043 (tramp-encoding-shell): Renamed from tramp-sh-program.
8044 More documentation. Default to cmd.exe on Windows NT.
8045 (tramp-encoding-command-switch): New variable. Use instead of
8046 hard-wired "-c" which is only good for /bin/sh.
8047 (tramp-encoding-reads-stdin): New variable. If t, commands are
8048 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
8049 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
8050 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
8051 (tramp-handle-file-local-copy, tramp-handle-write-region):
8052 Respect tramp-encoding-shell and friends.
8053 (tramp-find-inline-encoding): Use new-style calls for checking if
8054 the local commands work.
8055
8056 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
8057
8058 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
8059 entries. They are handled now by `tramp-completion-function-alist'.
8060 (tramp-completion-function): Defvar removed. I've never used
8061 it. Hmm.
8062 (tramp-get-completion-function)
8063 (tramp-get-completion-rsh, tramp-get-completion-ssh)
8064 (tramp-get-completion-telnet, tramp-get-completion-su):
8065 Functions removed as well. Not necessary any longer due to extended
8066 customization means.
8067 (tramp-completion-function-alist): New defcustom. Holds all
8068 FUNCTION FILE pairs used for user and host name completion
8069 relevant for METHOD.
8070 (tramp-completion-function-alist-rsh)
8071 (tramp-completion-function-alist-ssh)
8072 (tramp-completion-function-alist-telnet)
8073 (tramp-completion-function-alist-su): Defconst for initializing
8074 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
8075 values are known for me until now. Needs to be completed for at
8076 least VMS++ like operating systems.
8077 (tramp-set-completion-function)
8078 (tramp-get-completion-function): New functions for configuration
8079 of `tramp-completion-function-alist'. The old definition of
8080 `tramp-get-completion-function' has been discarded.
8081 (tramp-completion-handle-file-name-all-completions):
8082 Change function call for user/host completion according to definition
8083 in `tramp-completion-function-alist'.
8084 (tramp-parse-passwd): Added exception handling for "root", because
8085 `tramp-get-completion-su' (the previous place for this stuff)
8086 doesn't exist any longer.
8087
8088 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8089
8090 * net/tramp.el (tramp-enter-password):
8091 Use `tramp-password-end-of-line' to terminate the line.
8092 (tramp-bug): Include new variable `tramp-password-end-of-line'.
8093 (tramp-password-end-of-line): New variable. People who use plink
8094 under Windows might have to issue "\r\n" after the password, but
8095 they need to send just "\n" after the other commands. So this
8096 variable was introduced to complement `tramp-rsh-end-of-line'.
8097 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
8098 of line of the output delimiter.
8099
8100 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8101
8102 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
8103 (tramp-open-connection-setup-interactive-shell): Add some comments
8104 about Douglas Grey Stephen's suggestions to make Tramp work better
8105 with plink under Windows. I'm not sure what to think of them, but
8106 now I have a guinea pig to try it out on. Said guinea pig is
8107 having other problems, though... Also remove some commented-out code.
8108
8109 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
8110
8111 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
8112 tuned.
8113 (tramp-get-completion-user-host): Accept user names as they are if
8114 typed until "@".
8115 (tramp-completion-mode): Replace `last-input-char' by modern
8116 `last-input-event'. Check for `event-modifiers'.
8117
8118 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8119
8120 * net/tramp.el (file-expand-wildcards): Corrected check to see if
8121 advising is necessary.
8122
8123 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
8124
8125 * net/tramp.el (tramp-postfix-single-method-format)
8126 (tramp-postfix-multi-method-format)
8127 (tramp-postfix-multi-hop-format)
8128 (tramp-postfix-user-format): New format strings.
8129 (tramp-postfix-single-method-regexp)
8130 (tramp-postfix-multi-method-regexp)
8131 (tramp-postfix-multi-hop-regexp)
8132 (tramp-postfix-user-regexp)
8133 (tramp-make-multi-tramp-file-format)
8134 (tramp-make-tramp-file-name): Apply them.
8135 (tramp-completion-handle-file-name-all-completions): Fix for
8136 invoking ange-ftp in case of "/ftp:xxx" file names.
8137
8138 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
8139
8140 * net/tramp.el (tramp-prefix-format)
8141 (tramp-postfix-host-format): New format strings.
8142 (tramp-prefix-regexp, tramp-method-regexp)
8143 (tramp-postfix-single-method-regexp)
8144 (tramp-postfix-multi-method-regexp)
8145 (tramp-postfix-multi-hop-regexp)
8146 (tramp-user-regexp, tramp-postfix-user-regexp)
8147 (tramp-host-regexp, tramp-postfix-host-regexp)
8148 (tramp-path-regexp): New atomar regular expressions.
8149 If corresponding format strings exist, derived from them.
8150 (tramp-file-name-structure)
8151 (tramp-multi-file-name-structure)
8152 (tramp-multi-file-name-hop-structure)
8153 (tramp-make-multi-tramp-file-format)
8154 (tramp-completion-mode)
8155 (tramp-completion-dissect-file-name)
8156 (tramp-parse-rhosts-group)
8157 (tramp-parse-shosts-group)
8158 (tramp-parse-hosts-group)
8159 (tramp-parse-passwd-group): Apply these expressions.
8160 (tramp-file-name-structure-unified)
8161 (tramp-file-name-structure-separate)
8162 (tramp-make-tramp-file-format-unified)
8163 (tramp-make-tramp-file-format-separate)
8164 (tramp-make-tramp-file-format)
8165 (tramp-make-tramp-file-user-nil-format-unified)
8166 (tramp-make-tramp-file-user-nil-format-separate)
8167 (tramp-make-tramp-file-user-nil-format)
8168 (tramp-multi-file-name-structure-unified)
8169 (tramp-multi-file-name-structure-separate)
8170 (tramp-multi-file-name-hop-structure-unified)
8171 (tramp-multi-file-name-hop-structure-separate)
8172 (tramp-make-multi-tramp-file-format-unified)
8173 (tramp-make-multi-tramp-file-format-separate): Removed.
8174 (tramp-make-tramp-file-name): Allow partial tramp file
8175 names. Generate tramp file format on-the-fly depending on
8176 parameters. Apply atomar format strings resp expressions.
8177 (tramp-get-completion-methods)
8178 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
8179 (tramp-parse-hosts-group): Take all host names and IP addresses
8180 into account.
8181 (tramp-bug): Remove `tramp-make-tramp-file-format'.
8182
8183 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
8184
8185 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
8186 for "su" and "sudo".
8187 (tramp-get-completion-telnet): Implement it.
8188 (tramp-parse-hosts)
8189 (tramp-parse-hosts-group)
8190 (tramp-get-completion-su)
8191 (tramp-parse-passwd)
8192 (tramp-parse-passwd-group): New functions.
8193
8194 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
8195
8196 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
8197 (tramp-completion-file-name-handler-alist): Add handler for
8198 `file-exists-p.
8199 (tramp-completion-handle-file-exists-p): New function.
8200 (tramp-completion-handle-file-name-completion): Simplified.
8201 (tramp-completion-dissect-file-name): Regexp's reorganised.
8202 (tramp-completion-handle-file-name-all-completions):
8203 Call completion-function only if `user' or `host' is given.
8204 (tramp-get-completion-user-host): New function.
8205 (tramp-get-completion-rsh)
8206 (tramp-get-completion-ssh): Apply it.
8207
8208 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
8209
8210 * net/tramp.el (tramp-completion-file-name-handler-alist):
8211 Add handler for `expand-file-name'.
8212 (tramp-completion-handle-expand-file-name): New function.
8213
8214 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
8215
8216 * net/tramp.el (tramp-completion-mode): New function.
8217 (tramp-completion-handle-file-name-directory)
8218 (tramp-completion-handle-file-name-all-completions): Apply it.
8219 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
8220 (tramp-point-at-eol): New defalias.
8221 (tramp-parse-rhosts-group)
8222 (tramp-parse-shosts-group):: Apply it.
8223
8224 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
8225
8226 * net/tramp.el (tramp-get-completion-methods)
8227 (tramp-get-completion-rsh)
8228 (tramp-get-completion-ssh): Add "[" for Xemacs.
8229 (tramp-completion-file-name-regexp-separate): Expression adapted.
8230 (tramp-completion-file-name-handler-alist): Add handler for
8231 `file-name-directory' and `file-name-nondirectory'.
8232 (tramp-completion-handle-file-name-directory)
8233 (tramp-completion-handle-file-name-nondirectory)
8234 (tramp-completion-run-real-handler): New functions.
8235 (tramp-completion-file-name-handler)
8236 (tramp-completion-handle-file-name-all-completions):
8237 Apply `tramp-completion-run-real-handler'.
8238 (tramp-parse-rhosts)
8239 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
8240 `res' (otherwise side effects in XEmacs).
8241
8242 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
8243
8244 * net/tramp.el (tramp-completion-file-name-regexp)
8245 (tramp-completion-file-name-handler-alist)
8246 (tramp-flatten-list)
8247 (tramp-completion-dissect-file-name)
8248 (tramp-get-completion-rsh)
8249 (tramp-parse-rhosts)
8250 (tramp-parse-rhosts-group)
8251 (tramp-get-completion-ssh): Doc string tuned.
8252 (tramp-methods): Doc string and custom type extended for
8253 `tramp-completion-function'.
8254 (tramp-completion-function): Variable added. Is it really used?
8255 Other variables like `tramp-completion-function' aren't used.
8256 (tramp-completion-file-name-handler-alist): Add handler for
8257 `file-name-completion'.
8258 (tramp-completion-handle-file-name-completion): New function.
8259
8260 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
8261
8262 * net/tramp.el (tramp-parse-rhosts)
8263 (tramp-parse-rhosts-group)
8264 (tramp-parse-shosts)
8265 (tramp-parse-shosts-group): New functions.
8266
8267 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
8268
8269 * net/tramp.el (tramp-completion-dissect-file-name)
8270 (tramp-completion-dissect-file-name1): New functions.
8271
8272 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
8273
8274 * net/tramp.el (tramp-get-completion-function)
8275 (tramp-get-completion-rsh)
8276 (tramp-get-completion-ssh)
8277 (tramp-get-completion-telnet): New functions.
8278 (tramp-methods): Add `tramp-completion-function' for all methods.
8279
8280 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
8281
8282 * net/tramp.el (tramp-get-completion-methods): New function.
8283 (tramp-find-default-method): Allow host to be nil (like user).
8284
8285 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
8286
8287 * net/tramp.el (tramp-completion-file-name-regexp-unified)
8288 (tramp-completion-file-name-regexp-separate)
8289 (tramp-completion-file-name-regexp)
8290 (tramp-completion-file-name-handler-alist): New defcustoms.
8291 (tramp-completion-file-name-handler): New function.
8292 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
8293 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
8294 to `inhibit-file-name-handlers'.
8295 (tramp-completion-handle-file-name-all-completions)
8296 (tramp-completion-handle-file-name-completion): New functions.
8297
8298 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
8299
8300 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
8301 must be called again after activating `ange-ftp'.
8302 (tramp-ange-ftp-file-name-p): Check for Xemacs.
8303
8304 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
8305
8306 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
8307 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
8308 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
8309 tramp-invoke-ange-ftp 'write-region.
8310 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
8311 passing to tramp-invoke-ange-ftp 'set-file-modes.
8312 (tramp-flatten-list): New function. Maybe this functionality does
8313 exist already elsewhere in the libraries.
8314 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
8315 list in order to avoid nested lists, f.e. when invoked from
8316 `tramp-handle-dired-call-process'.
8317
8318 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8319
8320 * net/tramp.el (tramp-chunksize): New kluge variable.
8321 (tramp-send-region): If tramp-chunksize is non-nil, send region in
8322 parts and sleep 0.1 seconds between chunks.
8323
8324 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8325
8326 * net/tramp.el (tramp-handle-insert-directory):
8327 Use `insert-buffer-substring' instead of `insert-buffer', which is not
8328 supposed to be used from Lisp. Remember old point in a variable
8329 instead of using `mark'. Suggestion from Stefan Monnier.
8330 (tramp-unified-filenames): New variable. Use it in default value
8331 of other filename variables.
8332 (file-expand-wildcards): Don't advise unless "[" and "]" are used
8333 in the filename format.
8334
8335 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8336
8337 * net/tramp.el (tramp-methods): Remove duplicate definition of
8338 ssh1-old and ssh2-old.
8339
8340 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
8341
8342 * dired.el (dired-insert-directory): Always add "--dired" to to
8343 SWITCHES for remote files.
8344 * files.el (insert-directory): Comment saying that "--dired"
8345 might be in the SWITCHES.
8346 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
8347 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
8348
8349 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
8350
8351 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
8352 word constituent syntax.
8353
8354 2002-09-21 Richard M. Stallman <rms@gnu.org>
8355
8356 * cus-dep.el (custom-make-dependencies): Bind to t
8357 around evaluating the def-form.
8358
8359 * custom.el (custom-dont-initialize): New variable.
8360 (custom-declare-variable): Don't init the variable
8361 if custom-dont-initialize is non-nil.
8362
8363 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
8364
8365 * net/eudc.el (eudc-install-menu): Use `define-key' and
8366 `easy-menu-create-menu' to avoid duplication of menu.
8367
8368 2002-09-20 Kim F. Storm <storm@cua.dk>
8369
8370 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
8371 macro and terminate editing.
8372 (kmacro-step-edit-macro): Push previous macro onto ring if changed
8373 by step editing.
8374
8375 2002-09-19 Tom Tromey <tromey@redhat.com>
8376
8377 * play/blackbox.el (bb-right): Respect prefix argument.
8378 (bb-left, bb-up, bb-down): Likewise.
8379
8380 2002-09-19 Richard M. Stallman <rms@gnu.org>
8381
8382 * cus-dep.el (custom-make-dependencies): Fix previous change.
8383
8384 2002-09-19 Juanma Barranquero <lektu@terra.es>
8385
8386 * ielm.el (ielm-eval-input): Call `error-message-string' instead
8387 of the non-existent `ielm-format-error'.
8388
8389 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
8390
8391 * emacs-lisp/easymenu.el (easy-menu-remove):
8392 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
8393
8394 * international/mule-diag.el (describe-coding-system):
8395 Remove unused `coding-spec' variable.
8396 (list-input-methods): Be more careful when setting up the help buffer.
8397
8398 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8399 Set init value to t to reflect reality.
8400 (ucs-minibuffer-setup): Use minibuffer-selected-window.
8401
8402 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
8403
8404 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
8405 Rename to makefile-cleanup-continuations.
8406 (makefile-mode): Use write-file-functions.
8407 (makefile-fill-paragraph): Use match-string-no-properties.
8408 (makefile-fill-paragraph): Use line-end-position.
8409 (makefile-add-log-defun): Simplify.
8410
8411 2002-09-18 Richard M. Stallman <rms@gnu.org>
8412
8413 * dired.el (dired-mark-pop-up): Doc fix.
8414
8415 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
8416 definition straight into loaddefs.el as well as executing it here.
8417
8418 2002-09-18 Colin Walters <walters@debian.org>
8419
8420 * calc/calc.el (calc-mode): Add font-lock-defontify to
8421 change-major-mode-hook.
8422
8423 2002-09-18 Richard M. Stallman <rms@gnu.org>
8424
8425 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
8426 Don't ignore errors in rm line.
8427
8428 * menu-bar.el (menu-bar-search-menu): Nicer help string.
8429
8430 * replace.el (occur-engine-add-prefix): Use 7 spaces.
8431 (occur-engine): Use 7 digits to align tabs in the data.
8432
8433 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
8434 Don't make the definition dynamic if it shares structure
8435 with the arg list.
8436
8437 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
8438 (pdb): In gud-remove, pass down the file name.
8439
8440 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
8441
8442 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8443
8444 * ielm.el: (*1, *2, *3): New variables.
8445 (ielm-eval-input): Make temporary buffers current on entry and
8446 exit to the let bindings for *, ** and ***.
8447 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
8448 Do not overrule global bindings for *, ** and ***.
8449
8450 2002-09-18 Tom Tromey <tromey@redhat.com>
8451
8452 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
8453 boundaries before filling.
8454
8455 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
8456
8457 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
8458 (server-switch-buffer): Only select a different window if
8459 next-buffer is non-nil. Don't switch in a dedicated window.
8460 If next-buffer is already displayed, reuse that window.
8461
8462 * diff-mode.el (diff-mode): Use compilation-minor-mode.
8463 Don't unbind compilation-last-buffer after autoloading compile.el.
8464 Hide the compilation-minor-mode bindings altogether.
8465
8466 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8467
8468 * dired.el (dired-insert-directory): Never add "--dired" when
8469 listing remote directories.
8470
8471 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8472
8473 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
8474
8475 * ediff-init.el: Use defalias instead of fset.
8476
8477 * ediff-util.el: Use defalias instead of fset.
8478
8479 * viper-util.el (viper-chars-in-region): Simplification.
8480
8481 * viper.el (viper-emacs-state-mode-list): Added modes.
8482
8483 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
8484
8485 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
8486 module of code, with graphical display of poor-coverage spots.
8487
8488 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
8489 testcover on a interactive module like ses.
8490
8491 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
8492 testcover on a noninteractive module like unsafep.
8493
8494 2002-09-18 Miles Bader <miles@gnu.org>
8495
8496 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
8497 unless it's bound.
8498
8499 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
8500
8501 * server.el (server-log): Add `client' arg.
8502 (server-start): Don't bother canceling the sentinel.
8503 (server-process-filter): Use replace-regexp-in-string and
8504 handle the new &n quoting. Use push. Use server-log's new arg.
8505 Don't output the C-x # message if `nowait'.
8506 (server-buffer-done): Use server-log's new arg.
8507
8508 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
8509
8510 * ses.el: New file.
8511
8512 * emacs-lisp/unsafep.el: New file.
8513
8514 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
8515 (inhibit-quit): This is risky for unsafep, doesn't matter much for
8516 anybody else.
8517 (risky-local-variable-p): New function. Split off from
8518 hack-one-local-variable so unsafep can use it. Add \|-history$ to
8519 the list of disallowed local variable names (malicious user could
8520 stuff a `display' property in there that would be activated when
8521 na\e,Ao\e(Bve user called up the history).
8522
8523 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
8524
8525 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
8526
8527 2002-09-16 Richard M. Stallman <rms@gnu.org>
8528
8529 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
8530 Use forward-line and move-to-column.
8531
8532 * cus-edit.el (custom-variable-backup-value): New function.
8533 (custom-variable-reset-backup): New function.
8534 (custom-variable-menu): Add item for custom-variable-reset-backup.
8535 (custom-variable-set, custom-variable-reset-saved)
8536 (custom-variable-reset-standard): Call custom-variable-backup-value.
8537
8538 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
8539
8540 * dired.el (dired-font-lock-keywords): Use regexp-opt.
8541 (dired-move-to-filename): Better message when we fail to find the file.
8542 (dired-sort-toggle): Minor optimization.
8543
8544 2002-09-16 Juanma Barranquero <lektu@terra.es>
8545
8546 * dired-aux.el (dired-add-entry): Add missing argument to
8547 `dired-mark'.
8548
8549 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
8550
8551 * xscheme.el (scheme-interaction-mode): Doc fix.
8552
8553 * net/eudc.el (eudc-plist-get): Doc fix.
8554
8555 2002-09-16 Kim F. Storm <storm@cua.dk>
8556
8557 * menu-bar.el (menu-bar-last-search-type): New var.
8558 (nonincremental-repeat-search-forward)
8559 (nonincremental-repeat-search-backward): Repeat string or
8560 regexp search depending on menu-bar-last-search-type.
8561 (nonincremental-search-forward, nonincremental-re-search-forward)
8562 (nonincremental-search-backward, nonincremental-re-search-backward):
8563 Set menu-bar-last-search-type to string or regexp.
8564 (nonincremental-repeat-re-search-forward): Removed.
8565 (nonincremental-repeat-re-search-backward): Removed.
8566 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
8567 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
8568 (menu-bar-adv-search-menu): Removed.
8569 (menu-bar-search-menu): Reorganized.
8570 (menu-bar-edit-menu): Added "Replace" submenu.
8571
8572 2002-09-15 Richard M. Stallman <rms@gnu.org>
8573
8574 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
8575
8576 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
8577 when it's not being evaluated.
8578
8579 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
8580
8581 * dired.el (dired-move-to-filename): Fix previous change.
8582
8583 2002-09-14 Kim F. Storm <storm@cua.dk>
8584
8585 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
8586 (keypad-numlock-setup, keypad-numlock-shifted-setup):
8587 Change `Remove Binding' option to `Unspecified/User-defined'.
8588 (keypad-setup): Enhance explanation of setup type `none'.
8589
8590 2002-09-14 Richard M. Stallman <rms@gnu.org>
8591
8592 * time.el (display-time-mode): Set display-time-load-average here.
8593 (display-time-load-average): Initialize to nil.
8594 (display-time-default-load-average): Add "None" alternative.
8595 (display-time-update): Handle "None" alternative for load-average.
8596
8597 * dired-aux.el (dired-bunch-files): Put the arg FILES
8598 back as it was after temporary destrucive mods.
8599 (dired-add-entry): Use dired-insert-directory to handle indentation.
8600 Explicitly restore the line's marker character.
8601 Preserve the old file name's text properties.
8602 (dired-add-entry-do-indentation): Function deleted.
8603 (dired-relist-file): Doc fix.
8604 (dired-rename-file): Change argument names.
8605 (foo-rename-file): New function.
8606 (dired-do-hardlink): Use dired-hardlink.
8607 (dired-hardlink): New function.
8608 (dired-insert-subdir-doinsert): Use dired-insert-directory;
8609 that handles indentation, text props and header line.
8610 dired-readin-insert gets no args.
8611 Use `last' instead of `reverse'.
8612
8613 * dired.el (dired-use-ls-dired): New variable.
8614 (dired-directory): Document the rules better.
8615
8616 * dired.el (dired-insert-headerline): Function deleted.
8617 (dired-revert): Pass no args to dired-readin.
8618 (dired-move-to-filename): First try using dired-filename property.
8619 (dired-move-to-end-of-filename): Likewise.
8620 (dired-why): Try to show the start of this page of warnings.
8621 (dired-log): Insert the buffer name at start of page, not end.
8622 (dired-log-summary): If just one failure, explain it in echo area.
8623
8624 * dired.el (dired-internal-noselect):
8625 Always set dired-directory, when buffer is not new.
8626 Pass dir-or-list, not dirname, to dired-mode.
8627 Call dired-readin with no args.
8628 Don't call dired-after-readin-hook here.
8629 (dired-find-buffer-nocreate): Expand dirname.
8630 Expand the dir from dired-directory to compare with dirname.
8631
8632 (dired-readin): Take no args. Get the directory from dired-directory.
8633 Run dired-before-reading hook inside save-excursion.
8634 Run dired-after-readin-hook here.
8635 Don't make undo entries at all.
8636 Call dired-readin-insert with no args.
8637 Don't change indentation here.
8638 Don't insert headerline here.
8639
8640 (dired-readin-insert): Take no args.
8641 Get dir and file-list from dired-directory.
8642 Call dired-insert-directory the new way.
8643 Don't insert "wildcard" info here.
8644
8645 (dired-insert-directory): New arg FILE-LIST.
8646 First arg now DIR, always just the directory.
8647 This function fully handles setting up the buffer text:
8648 update indentation, insert headerline and "wildcard" info.
8649 Pass --dired arg if appropriate; put info in dired-filename props.
8650 Don't expand file names here.
8651
8652 * warnings.el (display-warning): In batch mode,
8653 exclude the final newline from the arg to `message'.
8654
8655 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
8656
8657 * files.el (diff-buffer-with-file): Check whether associated file
8658 exists. Display message for 1 second. Always return nil.
8659
8660 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
8661
8662 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
8663 support again, but more carefully this time.
8664
8665 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
8666 such that backward-sexp correctly skips them.
8667 (perl-font-lock-keywords-2): Use regexp-opt.
8668 (perl-font-lock-syntactic-keywords)
8669 (perl-font-lock-syntactic-face-function): Better handle PODs.
8670 Handle package names with ' in them and ($$) in `sub' declarations.
8671 Handle format staements. Handle regexp and quote-like ops.
8672 (perl-empty-syntax-table): New var.
8673 (perl-quote-syntax-table): New fun.
8674
8675 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
8676 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
8677
8678 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
8679
8680 * derived.el (define-derived-mode): Properly ignore unknown args.
8681
8682 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
8683 Don't call the function during init if mode is on by default.
8684
8685 * simple.el: Provide `simple'.
8686 (transient-mark-mode, line-number-mode, column-number-mode):
8687 Pass an explicit `:require nil' argument.
8688
8689 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
8690
8691 * play/tetris.el (tetris-blank-options, tetris-cell-options):
8692 Remove various redundant `(t nil)'.
8693
8694 * play/snake.el (snake-border-options): Use color on tty if available.
8695
8696 * play/tetris.el (tetris-border-options): Likewise.
8697
8698 * play/pong.el (pong-border-options): Likewise, plus reset
8699 color on tty to be [0.5 0.5 0.5].
8700
8701 2002-09-13 Kim F. Storm <storm@cua.dk>
8702
8703 * kmacro.el (kmacro-start-macro): Doc fix.
8704
8705 2002-09-13 Juanma Barranquero <lektu@terra.es>
8706
8707 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
8708 to `idlwave-idlwave_routine_info-compiled'.
8709
8710 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
8711 three arguments, not four.
8712
8713 2002-09-13 Kim F. Storm <storm@cua.dk>
8714
8715 * kmacro.el (kmacro-keymap): Changed bindings:
8716 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
8717
8718 2002-09-12 Richard M. Stallman <rms@gnu.org>
8719
8720 * international/mule-cmds.el (universal-coding-system-argument):
8721 Read the coding system inside `interactive' spec, for command-history.
8722
8723 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
8724
8725 * emacs-lisp/find-func.el (find-library-name): Don't forget
8726 the empty suffix. Fix stale variable name.
8727
8728 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
8729 (gud-pdb-massage-args): Delete.
8730 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
8731 (gud-gdb-command-name): New var. Put "--fullname" in there.
8732 (gud-query-cmdline): Use the most recent executable as the default.
8733 Don't add "--fullname" (it's only valid/meaningful for GDB).
8734 (gud-xdb-marker-filter): Use match-string.
8735 (gud-perldb-massage-args): Don't add "-d".
8736 (gud-perldb-command-name): Add "-d".
8737 (gud-common-init): If `massage-args' is nil, don't call it.
8738 (gud-format-command): Don't hardcode point-min==1.
8739
8740 * derived.el: Require CL when compiling.
8741
8742 2002-09-12 Simon Josefsson <jas@extundo.com>
8743
8744 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
8745 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
8746 Use expand-file-name. Also don't require time-stamp.
8747
8748 2002-09-11 Richard M. Stallman <rms@gnu.org>
8749
8750 * derived.el (define-derived-mode): When making new abbrev table,
8751 don't try to copy the parent's abbrev table.
8752
8753 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
8754 Always round scroll-bar-width parameter up.
8755 If it is nil, use 14.
8756
8757 * abbrev.el (copy-abbrev-table): New function.
8758
8759 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8760
8761 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
8762 ps-default-bg setting.
8763 (ps-print-version): New version number (6.5.7).
8764 (ps-mark-active-p): New fun.
8765 (ps-print-preprint-region): Adjust code.
8766
8767 2002-09-11 Dave Love <fx@gnu.org>
8768
8769 * international/mule.el (non-standard-designations-alist)
8770 (ctext-pre-write-conversion): Don't generate invalid extended
8771 segments for iso8859.
8772
8773 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
8774 (cyrillic-alternativnyj-decode-table): Fix some entries.
8775
8776 * international/ucs-tables.el: Fix last change.
8777
8778 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
8779 change.
8780
8781 2002-09-11 Kim F. Storm <storm@cua.dk>
8782
8783 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
8784 kmacro-end-and-call-macro.
8785
8786 2002-09-11 Juanma Barranquero <lektu@terra.es>
8787
8788 * newcomment.el (uncomment-region): Fix let/let* use.
8789
8790 2002-09-11 Simon Josefsson <jas@extundo.com>
8791
8792 * time-stamp.el (time-stamp-hhmmss): New function.
8793
8794 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
8795 (gud-query-cmdline): Add --fullname to the user cmdline.
8796
8797 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
8798
8799 2002-09-11 Kim F. Storm <storm@cua.dk>
8800
8801 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
8802 (kmacro-step-edit-map): Bind "A" to `append-end'.
8803 (kmacro-step-edit-prompt): Fix prompt.
8804 (kmacro-step-edit-query): Handle `append-end' response.
8805 (kmacro-step-edit-pre-command): Activate `append-end' at end of
8806 macro when required.
8807
8808 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8809
8810 * derived.el (define-derived-mode): Fix typo.
8811
8812 * menu-bar.el (line-number-mode, column-number-mode)
8813 (transient-mark-mode): Use minor mode directly.
8814 (menu-bar-make-toggle): Remove `props' arg.
8815 Move customize-mark-as-set directly into the toggle function.
8816
8817 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
8818 Use the new file hook names.
8819 (whitespace-describe): Remove. Move the text to `Commentary:'.
8820 (whitespace-unload-hook): Use the new file hook names.
8821
8822 * finder.el (finder-find-library): Remove.
8823 (finder-commentary): Use find-library-name and add completion.
8824
8825 * simple.el (transient-mark-mode, line-number-mode)
8826 (column-number-mode): Use define-minor-mode.
8827 (define-mail-user-agent): Delete. Moved to subr.el.
8828
8829 * loadup.el ("simple.el"): Move to after loaddefs.el.
8830
8831 * subr.el (define-mail-user-agent): Moved from simple.el.
8832
8833 2002-09-10 Richard M. Stallman <rms@gnu.org>
8834
8835 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
8836 (boolp): Function deleted.
8837
8838 2002-09-10 Dave Love <fx@gnu.org>
8839
8840 * international/utf-8.el (ucs-mule-to-mule-unicode):
8841 Define unconditionally.
8842 (utf-8-fragmentation-table): New. Use it in top-level mapc.
8843 (utf-8-fragment-on-decoding): Use it to keep
8844 utf-8-translation-table-for-decode variable and translation table
8845 in sync.
8846
8847 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
8848 when setting up tables and remove useless optimize-char-table.
8849 (ucs-mule-to-mule-unicode): Deleted.
8850 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
8851
8852 * international/utf-16.el (utf-16-le-pre-write-conversion)
8853 (utf-16-be-pre-write-conversion): Deleted.
8854 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
8855
8856 2002-09-10 Richard M. Stallman <rms@gnu.org>
8857
8858 * files.el (diff-buffer-with-file): Simplify.
8859 Don't signal an error if buffer has no file.
8860 Call sit-for after `diff' returns.
8861
8862 * play/gamegrid.el (gamegrid-make-color-tty-face):
8863 Handle string as COLOR arg.
8864 (gamegrid-display-type): Don't assume display-color-p
8865 implies a color-x terminal.
8866 (gamegrid-hide-cursor): Set `cursor-type' local variable.
8867
8868 * descr-text.el (describe-text-mode): Add font-lock-defontify to
8869 change-major-mode-hook.
8870
8871 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
8872 change-major-mode-hook.
8873
8874 * comint.el (comint-mode): Add font-lock-defontify to
8875 change-major-mode-hook.
8876
8877 * info.el (Info-mode): Add font-lock-defontify to
8878 change-major-mode-hook.
8879
8880 * replace.el (occur-mode): Add font-lock-defontify to
8881 change-major-mode-hook.
8882
8883 * font-core.el (font-lock-defontify): New function.
8884
8885 2002-09-10 Richard M. Stallman <rms@gnu.org>
8886
8887 * ps-print.el (ps-printer-name-option): Doc fix.
8888
8889 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8890
8891 * ps-print.el: Adjust ps-postscript-code-directory setting.
8892 XEmacs version check was adjusted.
8893 (ps-print-version): New version number (6.5.6).
8894 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
8895 (ps-print-code, ps-print-preprint-region): Adjust code.
8896
8897 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8898
8899 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
8900 emacs-lisp-mode, like ~/.emacs.
8901
8902 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
8903
8904 * newcomment.el (uncomment-region): Be more careful with `='.
8905
8906 2002-09-10 Deepak Goel <deego@glue.umd.edu>
8907
8908 * play/doctor.el (doc//): Rename from `//'. Update callers.
8909 (doc$): Rename from `$'. Update callers.
8910
8911 2002-09-10 Miles Bader <miles@gnu.org>
8912
8913 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
8914 variable, not a function.
8915
8916 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
8917
8918 2002-09-10 Kim F. Storm <storm@cua.dk>
8919
8920 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
8921 nil while executing macro to avoid triggering delete-selection-mode.
8922
8923 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
8924 cancel defining keyboard macro when applicable.
8925
8926 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8927
8928 * simple.el (transient-mark-mode, line-number-mode)
8929 (column-number-mode): Undo previous change because of bootstrapping.
8930
8931 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
8932
8933 * derived.el (define-derived-mode): Add keyword arguments.
8934 (derived-mode-make-docstring): Take abbrev and syntax table names.
8935
8936 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
8937 (font-lock-default-function): Change arg name.
8938
8939 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
8940
8941 * paren.el (show-paren-function): Use syntax-after.
8942
8943 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
8944
8945 * subr.el (symbol-file): Also work for autoloaded funcs.
8946 (syntax-after): New fun moved from syntax.el.
8947
8948 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
8949 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
8950 Update callers (but still run the old hooks as well).
8951
8952 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
8953 (find-library): New funs.
8954 (find-function-search-for-symbol): Use it.
8955
8956 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
8957
8958 * isearch.el (isearch-cmds): Add docstring.
8959 (isearch-mouse-2): Lookup binding in the proper buffer.
8960 Use call-interactively and remove the now useless `arg'.
8961 (isearch-search-fun-function): New var.
8962 (isearch-search-fun): New fun.
8963 (isearch-search, isearch-lazy-highlight-search): Use it.
8964
8965 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
8966
8967 * simple.el (what-line): Don't hard-code 1.
8968 (transient-mark-mode, line-number-mode, column-number-mode):
8969 Use define-minor-mode.
8970 (do-auto-fill): Only ignore prefix if it's really empty.
8971
8972 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8973
8974 * files.el (save-some-buffers-action-alist): Use lower case for
8975 help string of diff-buffer-with-file.
8976
8977 2002-09-09 Richard M. Stallman <rms@gnu.org>
8978
8979 * calendar/calendar.el (mouse-scroll-calendar-left)
8980 (mouse-scroll-calendar-right, mouse-calendar-other-month):
8981 New commands.
8982 (calendar-mode-line-format): Use them.
8983
8984 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8985 Set and then bind default-directory.
8986
8987 * startup.el (fancy-splash-head, normal-splash-screen):
8988 Change the messages that explain about GNU or GNU/Linux.
8989
8990 * info.el (Info-search): Add (point-min) to subfile positions
8991 to get them right. Skip the current subfile using forward-line.
8992
8993 * files.el (make-backup-file-name-1): When make-directory fails,
8994 ignore backup-directory-alist.
8995 (make-directory): Expand DIR before looking for handler.
8996
8997 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
8998
8999 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
9000 In addition to RCS, exclude CVS directories.
9001
9002 * ls-lisp.el (ls-lisp-format-time-list): New variable.
9003 (ls-lisp-format-time): Use it.
9004
9005 * files.el (auto-mode-alist): Use sh-mode for .bash files.
9006
9007 2002-09-09 Dave Love <d.love@dl.ac.uk>
9008
9009 * ps-print.el: Many doc fixes.
9010
9011 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
9012
9013 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
9014 Update callers.
9015
9016 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
9017
9018 * diff.el (diff): Doc fix.
9019
9020 2002-09-08 Richard M. Stallman <rms@gnu.org>
9021
9022 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
9023
9024 * simple.el (undo-elt-in-region): Fix one-off error at END.
9025 (forward-visible-line): Handle invisibility by ignoring
9026 invisible newlines. Also include entire invisible lines beyond
9027 the stopping point.
9028
9029 * cus-edit.el (custom-save-variables, custom-save-faces):
9030 Clarify the comments written into .emacs.
9031
9032 2002-09-08 Markus Triska <triska@gmx.at>
9033
9034 * play/doctor.el (doctor-doc): Recognize question words
9035 and use qlist. Use doctor-shorten's return value.
9036 (doctor-shorten): Compute a return value, don't alter `sent'.
9037 (doctor-hates1): Add a question mark.
9038 (doctor-strangelove): Unused function deleted.
9039
9040 2002-09-08 Kim F. Storm <storm@cua.dk>
9041
9042 * kmacro.el (kmacro-end-and-call-macro): New command to end and
9043 call keyboard macro in one step. Bind it to C-x e by default.
9044 (kmacro-call-macro): Use format-kbd-macro.
9045 (kmacro-step-edit-macro): New command to interactively step edit
9046 and execute last keyboard macro.
9047 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
9048 (kmacro-step-edit-mini-window-height): New custom var.
9049 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
9050 (kmacro-step-edit-prefix-commands): New var.
9051 (kmacro-step-edit-prompt, kmacro-step-edit-query)
9052 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
9053 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
9054 New aux functions for step editing keyboard macros.
9055
9056 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
9057 returned by this-single-command-raw-keys before appending it to
9058 unread-command-event.
9059
9060 2002-09-07 Colin Walters <walters@debian.org>
9061
9062 * progmodes/compile.el (compile-internal): Add optional argument
9063 no-async.
9064
9065 * diff.el (diff): Add optional argument no-async, and use the
9066 above argument.
9067
9068 * files.el (diff-buffer-with-file): Call diff synchronously, so we
9069 don't delete the temporary file before diff has a chance to read
9070 it.
9071
9072 * ibuf-ext.el (ibuffer-diff-with-file): Just call
9073 `diff-buffer-with-file'.
9074
9075 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
9076
9077 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
9078
9079 * emacs-lisp/find-func.el (find-function-recenter-line):
9080 Add custom type. Doc fix.
9081
9082 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
9083
9084 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
9085 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
9086 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
9087 Remove. Use the minor mode function directly instead.
9088 (menu-bar-mode): Add message and customize-mark-as-set and return
9089 the new value as do other minor modes.
9090
9091 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
9092
9093 2002-09-06 Simon Marshall <simon@gnu.org>
9094
9095 * progmodes/etags.el (find-tag-tag, complete-tag):
9096 Bind completion-ignore-case based on tags-case-fold-search, so that
9097 case-sensitivity of tag completion matches that of tag search.
9098
9099 2002-09-06 Juanma Barranquero <lektu@terra.es>
9100
9101 * calendar/solar.el (calendar-time-display-form): Fix spacing.
9102
9103 * double.el (double-prefix-only): Likewise.
9104
9105 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
9106
9107 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
9108
9109 * emacs-lisp/float.el (string-to-float): Likewise.
9110
9111 * emacs-lisp/rx.el (rx): Likewise.
9112
9113 * faces.el (copy-face): Likewise.
9114
9115 * hilit-chg.el (highlight-changes-colours)
9116 (highlight-changes-active-string)
9117 (highlight-changes-passive-string)
9118 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
9119
9120 * international/mule.el (decode-char): Likewise.
9121
9122 * progmodes/idlwave.el (idlwave-support-inheritance)
9123 (idlwave-routine-entry-compare): Likewise.
9124
9125 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
9126 Likewise.
9127
9128 * progmodes/pascal.el (pascal-start-keywords): Likewise.
9129
9130 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
9131 Likewise.
9132
9133 * progmodes/vhdl-mode.el (vhdl-progress-interval)
9134 (vhdl-corresponding-begin): Likewise.
9135
9136 * simple.el (choose-completion-string-functions): Likewise.
9137
9138 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
9139
9140 * textmodes/fill.el (fill-nonuniform-paragraphs)
9141 (fill-individual-paragraphs): Likewise.
9142
9143 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
9144
9145 * warnings.el (warning-level-aliases): Likewise.
9146
9147 * speedbar.el (speedbar-mode): Fix spacing and typos.
9148
9149 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
9150
9151 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
9152
9153 * textmodes/table.el (table-command-prefix): Fix type.
9154
9155 2002-09-05 Andre Spiegel <spiegel@gnu.org>
9156
9157 * vc-hooks.el: Don't require vc.el at compile-time; it causes
9158 recursive requirements during bootstrap.
9159
9160 2002-09-05 Kenichi Handa <handa@etl.go.jp>
9161
9162 * international/mule.el (decode-char): Cancel the previous change.
9163
9164 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
9165
9166 * language/european.el ("Swedish"): New set-language-info-alist call.
9167
9168 2002-09-04 Richard M. Stallman <rms@gnu.org>
9169
9170 * help-fns.el (help-with-tutorial): Properly set up
9171 completion-reference-buffer in the *Completion* buffer.
9172
9173 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
9174
9175 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
9176 returns nil, return nil.
9177
9178 2002-09-04 Andre Spiegel <spiegel@gnu.org>
9179
9180 * vc-hooks.el: Require vc.el at compile-time.
9181 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
9182 Moved here from vc.el.
9183
9184 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
9185 Moved to vc-hooks.el.
9186
9187 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
9188
9189 2002-09-04 Kenichi Handa <handa@etl.go.jp>
9190
9191 * international/mule.el (decode-char): Translate a character by
9192 utf-8-translation-table-for-decode only when
9193 utf-8-fragment-on-decoding is non-nil.
9194
9195 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
9196
9197 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
9198 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
9199 Use text-mode's syntax-table and abbrev-table.
9200 (text-mode): Set require-final-newline to t.
9201
9202 * newcomment.el (comment-make-extra-lines): Only use the
9203 dummy `=' char when there's really nothing else.
9204 Don't remove spaces if it leads to an incorrect comment.
9205
9206 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
9207 around the cvs/ssh/libc bug.
9208 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
9209 (defun-cvs-mode): Use the new `declare' thingy.
9210 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
9211 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
9212 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
9213
9214 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
9215 node rather than a message for new directories.
9216 (cvs-parse-status): Add support for `Entry Invalid'.
9217
9218 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
9219 (smerge-combine-with-next): New function.
9220 (smerge-diff): Don't output `wrote /tmp/foo' messages.
9221 Insert message if no diffs were found.
9222
9223 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
9224 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
9225
9226 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9227
9228 * net/tramp.el: Version 2.0.15 released.
9229 (require 'base64): Most modern Emacsen have the base64
9230 encode/decode functions built in, so test to see if they are bound
9231 before we go blindly requiring base64.el.
9232 From Steve Youngs <youngs@xemacs.org>.
9233 (tramp-feature-write-region-fix): XEmacs doesn't have a
9234 'find-operation-coding-system' and this variable doesn't seem to
9235 be used anywhere so wrap it in (unless (featurep 'xemacs)).
9236 From Steve Youngs <youngs@xemacs.org>.
9237 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
9238 (tramp-open-connection-su): Use user name "root" if no user name
9239 is given.
9240
9241 From Michael Albinus <Michael.Albinus@alcatel.de>:
9242 * net/tramp.el (tramp-invoke-ange-ftp):
9243 (tramp-ange-ftp-file-name-p): Check for Xemacs.
9244 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
9245 tramp-invoke-ange-ftp 'rename.
9246 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
9247 tramp-invoke-ange-ftp 'write-region.
9248 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
9249 passing to tramp-invoke-ange-ftp 'set-file-modes.
9250 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
9251 again after activating `ange-ftp'.
9252
9253 2002-09-02 Kim F. Storm <storm@cua.dk>
9254
9255 * ido.el (ido-ignore-item-temp-list): New variable.
9256 (ido-read-internal): Don't set ido-default-item if the default is
9257 member of ido-ignore-item-temp-list.
9258 Don't return first match for C-j if no text is entered.
9259 (ido-buffer-internal): Check for empty string return.
9260 (ido-make-buffer-list1): Use member instead of memq.
9261 (ido-window-buffer-p): Likewise.
9262 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
9263 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
9264
9265 * replace.el (multi-occur): Made "ido-aware":
9266 Changed prompt to use C-j instead of RET to end.
9267 Set ido-ignore-item-temp-list to the selected buffers so far, so
9268 they are automatically excluded from the list of choices.
9269 Use add-to-list instead of push.
9270
9271 2002-09-01 Richard M. Stallman <rms@gnu.org>
9272
9273 * term/x-win.el (function-key-map): Define S-iso-lefttab.
9274
9275 2002-09-01 Kim F. Storm <storm@cua.dk>
9276
9277 * edmacro.el (edit-kbd-macro): Recognize new default binding for
9278 C-x e in addition to old binding.
9279
9280 2002-09-01 Mario Lang <mlang@debian.org>
9281
9282 * files.el (save-some-buffers-action-alist): New variable.
9283 (save-some-buffers): Use that.
9284 (diff-buffer-with-file): New function.
9285
9286 2002-09-01 Richard M. Stallman <rms@gnu.org>
9287
9288 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
9289
9290 * dired.el (defgroup dired): Use `files' as parent.
9291 (dired-get-filename): Ignore handler if it has safe-magic prop.
9292
9293 * jka-compr.el (jka-compr-handler): Add safe-magic property.
9294
9295 2002-08-31 Richard M. Stallman <rms@gnu.org>
9296
9297 * simple.el (kill-line): Use end-of-visible-line to determine
9298 if rest of line is blank.
9299 (end-of-visible-line): Cope if end-of-line moved back over
9300 invisible intangible chars at end of line.
9301
9302 * simple.el (completion-setup-function): Don't use directory-sep-char.
9303
9304 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9305
9306 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
9307 needed.
9308 (f90-menu, f90-add-imenu-menu): Use lookup-key.
9309 Remove (eval-when-compile) for free variables.
9310
9311 2002-08-31 Andreas Schwab <schwab@suse.de>
9312
9313 * font-core.el (font-lock-change-mode): Avoid changing buffer
9314 state in any way.
9315
9316 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
9317
9318 * emacs-lisp/easymenu.el (easy-menu-filter-return):
9319 Handle the case where the filter returns a single menu entry.
9320 (easy-menu-add): Improve docstring.
9321 (easy-menu-current-active-maps): Remove.
9322 (easy-menu-get-map): Use current-active-maps.
9323
9324 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
9325 the -p prefix from variables since they shouldn't have it anyway.
9326 (custom-group-menu-create, customize-menu-create):
9327 Only cdr if applicable, since custom-menu-create might return
9328 a vector (i.e. a single menu entry).
9329
9330 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
9331
9332 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
9333 user's value of diary-list-include-blanks, but generate message
9334 instead if there are no entries.
9335
9336 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
9337
9338 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
9339
9340 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
9341
9342 * menu-bar.el (menu-bar-read-mail): Doc fix.
9343
9344 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
9345
9346 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
9347 (ibuffer-fontification-alist): Check hidden buffer case isn't
9348 visiting a file and change its face to italic.
9349
9350 2002-08-30 Juanma Barranquero <lektu@terra.es>
9351
9352 * replace.el (occur-mode): Add interactive declaration.
9353
9354 * bs.el (bs-message-without-log): Fix typo.
9355
9356 * font-core.el (font-lock-defaults): Likewise.
9357
9358 * font-lock.el (font-lock-add-keywords): Likewise.
9359
9360 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
9361
9362 * textmodes/bibtex.el (bibtex-mode): Likewise.
9363
9364 * emulation/viper-ex.el (ex-compile-command): Likewise.
9365
9366 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
9367 Likewise.
9368
9369 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
9370
9371 * allout.el (my-mark-marker): Likewise.
9372
9373 2002-08-30 Simon Josefsson <jas@extundo.com>
9374
9375 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
9376 unless s-debug-info is enabled.
9377
9378 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
9379
9380 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
9381
9382 * mwheel.el (mouse-wheel-up-button): Doc fix.
9383
9384 2002-08-29 Juanma Barranquero <lektu@terra.es>
9385
9386 * replace.el (occur-mode-hook): New hook.
9387 (occur-mode): Use it.
9388 (occur-hook): Set default to nil.
9389
9390 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
9391
9392 * net/ange-ftp.el: Use match-string and drop useless `function's.
9393 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
9394 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
9395 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
9396 (ange-ftp-parse-dired-listing): Update the calls.
9397 (dired-local-variables-file): Declare to shut quieten the compiler.
9398 (ange-ftp-file-entry-active-p): Remove.
9399 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
9400 Don't exclude dangling symlinks.
9401 (ange-ftp-file-name-completion-1): Make predicate optional.
9402 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
9403 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
9404 (ange-ftp-bs2000-posix-hook-installed): Remove.
9405 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
9406 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
9407 `ange-ftp-this-host' instead of `user' and `host'.
9408
9409 2002-08-29 Richard M. Stallman <rms@gnu.org>
9410
9411 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9412 Decide here whether to print which form we're compiling.
9413 If we do that, still print file and line. Make file name
9414 relative to default-directory. Print fewer newlines.
9415 (byte-compile-log-file): Print something even if no file.
9416 Print messages for entering and leaving directories,
9417 and set default-directory.
9418 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
9419 (byte-compile-warning-series): New function.
9420 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
9421 (byte-compile-display-log-head-p): Function deleted.
9422
9423 * warnings.el (warning-series): Now can be a marker, not an integer.
9424 (display-warning): Handle new value for warning-series.
9425
9426 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
9427 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
9428 to don't-warn list.
9429
9430 2002-08-29 Kim F. Storm <storm@cua.dk>
9431
9432 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
9433 Change default binding of C-x e to kmacro-end-or-call-macro.
9434 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
9435 variables.
9436 (kmacro-get-prefix-arg): New function.
9437 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
9438 improve. Callers changed.
9439 (kmacro-call-macro): Repeat macro by repeating last key or
9440 key defined in kmacro-call-repeat-key. New third arg non-nil
9441 means to end current macro.
9442 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
9443 to get repeat last key functionality.
9444 (kmacro-start-macro-or-insert-counter): Improve doc string.
9445
9446 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
9447
9448 * files.el (find-buffer-visiting): Compare file attributes
9449 using buffer-file-truename.
9450
9451 2002-08-28 Richard M. Stallman <rms@gnu.org>
9452
9453 * files.el (make-auto-save-file-name, make-backup-file-name-1):
9454 Don't use directory-sep-char.
9455
9456 2002-08-28 Juanma Barranquero <lektu@terra.es>
9457
9458 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
9459 (occur-mode): Remove call to `occur-mode-hook'.
9460 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
9461 (occur-1): Add call to `occur-hook'.
9462
9463 * subr.el (make-variable-frame-localizable): Alias for
9464 `make-variable-frame-local'.
9465
9466 2002-08-28 Miles Bader <miles@gnu.org>
9467
9468 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
9469 (read-file-name-electric-shadow-tty-properties)
9470 (read-file-name-electric-shadow-mode): Remove compatibility defs.
9471
9472 * comint.el (comint-carriage-motion): Start at START.
9473
9474 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
9475
9476 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
9477 given by vsFTPd when accessed with a kerberised FTP client.
9478
9479 2002-08-27 Richard M. Stallman <rms@gnu.org>
9480
9481 * files.el (find-alternate-file):
9482 Bind kill-buffer-query-functions locally, don't set it.
9483
9484 2002-08-27 Andreas Schwab <schwab@suse.de>
9485
9486 * kmacro.el (kmacro-start-macro): Doc fix.
9487
9488 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9489
9490 * textfile/reftex-ref.el (reftex-goto-label): New command.
9491
9492 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
9493
9494 * textfile/reftex-parse.el (reftex-roman-number): New function.
9495 (reftex-section-number): Better handling of parts: No chapter
9496 counter resets.
9497
9498 * textfile/reftex.el (reftex-highlight-overlays): Added a third
9499 overlay.
9500 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
9501 Also moved `reftex-reset-mode' to top level.
9502
9503 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
9504 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
9505 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
9506
9507 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
9508 document pointer *before* position, not after.
9509 (reftex-insert-docstruct): Get offset of document pointer *before*
9510 position, not after.
9511
9512 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
9513 match over section title match.
9514
9515 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
9516 which determines on a per-file-basis if BibTeX is being used
9517 locally for citations.
9518 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
9519 cooperation with chapterbib.
9520 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
9521 better cooperation with chapterbib.
9522
9523 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
9524 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
9525
9526 2002-08-26 Kim F. Storm <storm@cua.dk>
9527
9528 * subr.el (suppress-keymap): Use command remapping instead of
9529 substitute-key-definition to undefine self-inserting keys.
9530
9531 2002-08-26 Juanma Barranquero <lektu@terra.es>
9532
9533 * makefile.w32-in (WINS): Add calc and obsolete.
9534
9535 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
9536
9537 * emacs-lisp/easy-mmode.el (define-minor-mode):
9538 Use customize-mark-as-set for global minor modes.
9539
9540 2002-08-25 Miles Bader <miles@gnu.org>
9541
9542 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
9543 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
9544 Change name of face.
9545 (file-name-shadow-properties): Renamed from
9546 `read-file-name-electric-shadow-properties'.
9547 (file-name-shadow-tty-properties): Renamed from
9548 `read-file-name-electric-shadow-tty-properties'.
9549 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
9550 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
9551 (file-name-shadow-mode): Renamed from
9552 `read-file-name-electric-shadow-mode'. Update references to
9553 renamed variables.
9554
9555 2002-08-24 Sam Steingold <sds@gnu.org>
9556
9557 * subr.el (eval-after-load): Do not call
9558 load-symbol-file-load-history (deleted yesterday).
9559
9560 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
9561
9562 * startup.el (normal-splash-screen): Ensure splash buffer is
9563 killed. Use tabs in output. Fix test whether previous buffer was
9564 *scratch* buffer.
9565
9566 * progmodes/simula.el (simula-abbrev-keyword-default)
9567 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
9568 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
9569
9570 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
9571
9572 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
9573
9574 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9575
9576 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
9577 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
9578 (f90-font-lock-off, f90-font-lock-menu): Delete.
9579 Use easy-menu-define instead.
9580 (f90-mode): Use easy-menu-add.
9581 No longer (require 'imenu) when compiling.
9582 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
9583 (f90-abbrev-start): Use fboundp.
9584 (f90-imenu-flag): Delete - use imenu--index-alist instead.
9585
9586 2002-08-23 Richard M. Stallman <rms@gnu.org>
9587
9588 * loadhist.el (unload-feature): Distinguish functions from
9589 variables in load-history.
9590 (feature-symbols): Doc fix.
9591
9592 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
9593
9594 * subr.el (symbol-file-load-history-loaded)
9595 (load-symbol-file-load-history): Deleted.
9596 (symbol-file): Don't call load-symbol-file-load-history.
9597
9598 2002-08-23 Andre Spiegel <spiegel@gnu.org>
9599
9600 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
9601
9602 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9603
9604 * frame.el (select-frame-by-name, select-frame-set-input-focus):
9605 Always call x-focus-frame, if using x.
9606 Use set-mouse-position on all systems, if focus-follows-mouse.
9607
9608 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9609
9610 * net/tramp.el: Version 2.0.14 released.
9611 (tramp-shell-prompt-pattern): New variable.
9612 (tramp-actions-before-shell, tramp-multi-actions)
9613 (tramp-find-shell, tramp-open-connection-multi)
9614 (tramp-open-connection-setup-interactive-shell): Use it.
9615 (tramp-open-connection-telnet, tramp-open-connection-rsh)
9616 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
9617 in the docstring.
9618 (tramp-bug): Report `tramp-shell-prompt-pattern'.
9619 (tramp-process-one-multi-action, tramp-process-one-action):
9620 Make message clearer so people don't confuse it with Emacs asking
9621 them a question if the regexp happens to end with "?".
9622 (tramp-verbose): Change default value from 10 to 9. Also change
9623 some logging levels so that 10 is reserved for stuff which is
9624 needed for debugging only, but 9 catches everything that people
9625 might like to see in order to see that Tramp is actually working.
9626
9627 2002-08-22 Kim F. Storm <storm@cua.dk>
9628
9629 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
9630 Corrected spelling mistakes (for Joseph Arceneaux).
9631
9632 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
9633
9634 * progmodes/f90.el: eval-when-compile a few defvars.
9635 (f90-xemacs-flag): Wrap in eval-and-compile.
9636 (f90-font-lock-keywords): Doc fix.
9637 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
9638 (f90-mark-subprogram-overlay): Variable deleted.
9639 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
9640 pushing mark.
9641 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
9642
9643 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9644
9645 * net/tramp.el: Version 2.0.13 released.
9646 (tramp-handle-write-region): Don't check to see if remote end is
9647 awake after sending data to remote host: we want to send "EOF" not
9648 "echo are you awake"...
9649 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
9650 (tramp-yn-prompt-regexp): New variable.
9651 (tramp-action-yn): New function, using it.
9652 (tramp-feature-write-region-fix): New internal variable. Not yet
9653 used. Should be used in `tramp-handle-write-region'.
9654
9655 2002-08-21 Kim F. Storm <storm@cua.dk>
9656
9657 * bindings.el (mode-line-format): Moved global-mode-string last.
9658 (mode-line-position): Moved %p first. Added padding to %l/%c to
9659 eliminate jumpyness in modeline. Use (%l,%c) format if both
9660 line-number-mode and column-number-mode are enabled.
9661
9662 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
9663
9664 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
9665 that could cause an infinite loop if something that looks like
9666 a macro begins in the middle of a line.
9667
9668 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
9669 could cause `c-state-cache' to contain two conses in sequence
9670 when there's an unbalanced open paren in a macro.
9671
9672 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9673
9674 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
9675
9676 * imenu.el (imenu--generic-function): Use mapc.
9677 (imenu-syntax-alist): Doc fix.
9678
9679 2002-08-20 Richard M. Stallman <rms@gnu.org>
9680
9681 * font-core.el (font-lock-change-mode): New function.
9682 (font-lock-mode): Use font-lock-change-mode instead of
9683 font-lock-unfontify-buffer.
9684 (font-lock-maximum-size, font-lock-verbose): Add defvars.
9685
9686 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
9687
9688 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
9689 which determines on a per-file-basis if BibTeX is being used
9690 locally for citations.
9691 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
9692 cooperation with chapterbib.
9693 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
9694 better cooperation with chapterbib.
9695
9696 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
9697 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
9698
9699 2002-08-20 Kim F. Storm <storm@cua.dk>
9700
9701 * kmacro.el: Major rework based on discussions with RMS.
9702 Most important change is that C-x C-k is now bound to a keymap
9703 with keyboard macro related commands. The original binding on
9704 C-x C-k is moved to C-x C-k e.
9705
9706 * binding.el: Remove macro related bindings (now in kmacro.el).
9707
9708 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
9709
9710 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
9711
9712 * help-fns.el (help-split-fundoc): Replace the function name
9713 from the docstring with the one that should be displayed.
9714 (help-make-usage): Understand CL style arglists.
9715 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
9716 (describe-variable): Use delete-region.
9717
9718 2002-08-19 Kenichi Handa <handa@etl.go.jp>
9719
9720 * international/mule.el (sgml-xml-auto-coding-function):
9721 Call re-search-forward with NOERROR t.
9722
9723 2002-08-19 Miles Bader <miles@gnu.org>
9724
9725 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
9726 * comint.el (comint-inhibit-carriage-motion): New variable.
9727 (comint-carriage-motion): Argument STRING removed. New arguments
9728 START and END; interpret characters between START and END rather
9729 than using special comint state.
9730 (comint-output-filter): Call `comint-carriage-motion'.
9731 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
9732 * ielm.el (inferior-emacs-lisp-mode):
9733 Give `comint-inhibit-carriage-motion' a local value of t.
9734
9735 2002-08-18 Richard M. Stallman <rms@gnu.org>
9736
9737 * textmodes/table.el: New file.
9738
9739 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
9740
9741 2002-08-18 Andreas Schwab <schwab@suse.de>
9742
9743 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
9744
9745 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
9746
9747 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
9748 (reftex-syntax-table): Set a default in case this is being used
9749 outside a LaTeX file.
9750 (reftex-syntax-table-for-bib): Set a default in case this is being
9751 used outside a LaTeX file.
9752
9753 2002-08-17 Richard M. Stallman <rms@gnu.org>
9754
9755 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
9756 and use write-file-functions instead of local-write-file-hooks.
9757 (tar-untar-buffer): Don't try to extract directories.
9758
9759 * menu-bar.el (fringe-mode): Set to nil.
9760
9761 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
9762
9763 2002-08-15 Richard M. Stallman <rms@gnu.org>
9764
9765 * calendar/appt.el (appt-delete): Use substring-no-properties.
9766 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
9767
9768 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
9769
9770 * server.el (server-process-filter): Simplify code.
9771 (server-goto-line-column): New function.
9772 (server-visit-files): Use server-goto-line-column.
9773 Offer to revert only if file has changed.
9774
9775 2002-08-15 Richard M. Stallman <rms@gnu.org>
9776
9777 * files.el (recover-this-file): New function.
9778 (after-find-file): Recommend recover-this-file.
9779
9780 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
9781 to change-major-mode-hook when font lock is enabled.
9782
9783 * simple.el (toggle-truncate-lines): Force redisplay.
9784 Display status message.
9785
9786 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
9787
9788 * textmodes/reftex.el (reftex-mode): Moved the creation of special
9789 syntax tables to top-level.
9790
9791 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
9792
9793 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
9794 use `hash-table-size' instead of `length'.
9795
9796 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
9797
9798 * help-fns.el (locate-library): Use locate-file(-completion).
9799 (help-split-fundoc): Tighten the regexp and recognize a usage-info
9800 where the function name is `fn'.
9801 (help-function-arglist): Follow aliases and macros.
9802 (describe-function-1): Use keymapp.
9803 If the docstring contains a usage info, use it even if the function is
9804 not a subroutine. Find usage info in aliases' docstring if necessary.
9805 (describe-variable): Get the value before setting up the *Help* buffer.
9806
9807 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
9808 Use find-file-hook instead of find-file-hooks.
9809 (define-minor-mode): Get rid of this silly `togglep'.
9810 Add an explicit `toggle' argument (used for interactive calls).
9811 Emit a warning when a nil argument turns the mode off.
9812
9813 * language/ethio-util.el (setup-ethiopic-environment-internal)
9814 (exit-ethiopic-environment): Use find-file-hook and
9815 write-file-functions instead of find-file-hooks and write-file-hooks.
9816
9817 * window.el (handle-select-window): Don't do anything if the window
9818 has disappeared since the event was generated.
9819 (split-window-save-restore-data): Use push and with-current-buffer.
9820
9821 * saveplace.el:
9822 * play/meese.el:
9823 * obsolete/hilit19.el:
9824 * completion.el (dynamic-completion-mode):
9825 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9826 Use find-file-hook instead of find-file-hooks.
9827
9828 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
9829 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
9830 (imenu-space-replacement): Allow nil value.
9831 (imenu--completion-buffer): Use new vars and simplify.
9832 Fix handling of minibuffer-setup-hook.
9833 Use minibuffer-completion-help instead of rolling our own.
9834 (imenu-choose-buffer-index): Use the new var.
9835
9836 * startup.el (command-line): Load custom-file if not done yet.
9837
9838 2002-08-14 Kenichi Handa <handa@etl.go.jp>
9839
9840 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
9841 the selection data string. Always return cons of type and string.
9842 (selection-converter-alist): Add (UTF8_STRING .
9843 xselect-convert-to-string).
9844
9845 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
9846
9847 * newcomment.el (comment-region): Force `lines' when `block' is set.
9848
9849 2002-08-12 Richard M. Stallman <rms@gnu.org>
9850
9851 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
9852 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
9853 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
9854 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
9855 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
9856 (menu-bar-text-mode-auto-fill): New commands, used
9857 in menu bar menus instead of lambda expressions.
9858
9859 (menu-bar-showhide-fringe-menu-customize-left)
9860 (menu-bar-showhide-fringe-menu-customize-right)
9861 (menu-bar-showhide-fringe-menu-customize-disable)
9862 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
9863
9864 (menu-bar-options-menu): Use toggle-truncate-lines.
9865 (showhide-date-time): Call customize-mark-as-set.
9866
9867 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9868 Obey `definition-name' properties.
9869
9870 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
9871 Put `definition-name' properties on the functions whose
9872 names are constructed.
9873
9874 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
9875 Renamed from target-buffer.
9876 (pages-directory, pages-copy-header-and-position): Uses changed.
9877
9878 * calendar/appt.el (appt-make-list): Correct the parsing of
9879 each appointment from time-string.
9880
9881 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
9882
9883 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
9884 (scroll-all-mode) <defcustom>: Delete.
9885 (running-xemacs): Delete.
9886 (minor-mode-alist): Don't manipulate it directly.
9887
9888 2002-08-10 Kenichi Handa <handa@etl.go.jp>
9889
9890 * international/mule-cmds.el (search-unencodable-char): New function.
9891 (select-safe-coding-system): Show unencodable characters.
9892 (unencodable-char-position): Deleted, and implemented in C in coding.c.
9893
9894 2002-04-09 John Wiegley <johnw@gnu.org>
9895
9896 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
9897 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
9898 * em-dirs.el (eshell/cd): Ditto.
9899 * em-glob.el (eshell-glob-case-insensitive): Ditto.
9900 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
9901 * esh-ext.el (eshell-binary-suffixes): Ditto.
9902
9903 2002-08-09 Richard M. Stallman <rms@gnu.org>
9904
9905 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
9906
9907 * simple.el (set-variable): Give locality status in prompt.
9908
9909 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
9910
9911 * simple.el (set-variable): If given a prefix argument, set
9912 variable buffer-locally.
9913
9914 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
9915
9916 * font-core.el (font-lock-function): Make it buffer-local.
9917
9918 2002-08-08 Richard M. Stallman <rms@gnu.org>
9919
9920 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
9921 (checkdoc-message-interactive, checkdoc-interactive-loop)
9922 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
9923 (checkdoc-defun):
9924 Update checkdoc-spellcheck-documentation-flag correctly.
9925 (checkdoc-ispell-docstring-engine): Don't test for
9926 checkdoc-autofix-flag = nil.
9927
9928 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
9929
9930 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
9931
9932 * wid-browse.el (widget-minor-mode): Fix doc typo.
9933
9934 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9935
9936 * net/tramp.el: Version 2.0.12 released.
9937 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9938 Comment out possibly obsolete "echo hello" commands.
9939 (tramp-run-real-handler): If operation is
9940 `ange-ftp-hook-function', use first arg as the real operation.
9941 (tramp-check-ls-commands): Use / instead of \ as directory
9942 separator. (Relevant for XEmacs on Windows.)
9943 (tramp-maybe-open-connection): Use tramp-wait-for-output when
9944 waiting for the "are you awake" command. Use a different string
9945 for the "are you awake" command.
9946 (tramp-send-command): New optional arg NEVEROPEN means to never
9947 invoke tramp-maybe-open-connection.
9948 (tramp-maybe-open-connection): Use it
9949
9950 2002-08-07 Richard M. Stallman <rms@gnu.org>
9951
9952 * warnings.el (warning-prefix-function, warning-series)
9953 (warning-fill-prefix, warning-group-format): Add autoload cookies.
9954
9955 2002-08-07 Kenichi Handa <handa@etl.go.jp>
9956
9957 * international/mule-cmds.el (select-safe-coding-system):
9958 Call pop-to-buffer inside save-window-excursion and save-excursion.
9959
9960 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
9961
9962 * help-fns.el (describe-function-1): Skip arglist note if
9963 function's definition is a keymap.
9964
9965 2002-08-06 Sam Steingold <sds@gnu.org>
9966
9967 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
9968 and `mail-user-agent' instead of straight sendmail.
9969 (diary-modified, diary-entries-list, displayed-year)
9970 (displayed-month, entry, date, number, date-string, d-file)
9971 (original-date): Defvar without binding to avoid compiler warnings.
9972
9973 2002-08-05 Alan Shutko <ats@acm.org>
9974
9975 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
9976 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
9977 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
9978
9979 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
9980 (ibuffer-filter-by-used-mode): New.
9981
9982 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
9983
9984 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
9985 `fset' and `symbol-function'.
9986
9987 2002-08-05 John Wiegley <johnw@gnu.org>
9988
9989 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
9990 value unless pcomplete-cycle-cutoff-length is non-nil.
9991
9992 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
9993
9994 * esh-util.el (eshell-under-cygwin-p): New function.
9995 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
9996 * em-dirs.el (eshell/cd): Ditto.
9997 * em-glob.el (eshell-glob-case-insensitive): Ditto.
9998 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
9999 * esh-ext.el (eshell-binary-suffixes): Ditto.
10000
10001 2002-08-05 Richard M. Stallman <rms@gnu.org>
10002
10003 * international/mule-cmds.el (select-safe-coding-system): Check for
10004 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
10005
10006 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
10007
10008 2002-08-05 Gerd Moellmann <gerd@gnu.org>
10009
10010 * image.el (image-jpeg-p): Accept "Exif" marker.
10011
10012 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10013
10014 * net/tramp.el: Version 2.0.11 released.
10015 (tramp-perl-file-attributes): Print uid and gid as signed integers.
10016 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
10017 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
10018 calling Tramp again.
10019 (tramp-find-file-exists-command): Check for `ls -d' last, after
10020 all the variants on `test -e'.
10021 (tramp-post-connection): Erase buffer before finding a command to
10022 check if file exists.
10023
10024 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
10025
10026 * calc/calc.el (math-format-stack-value): Revert a broken
10027 if->when replacement and reformat so that this does not happen
10028 again. Fixes a pretty lethal line formatting/yanking bug.
10029
10030 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
10031
10032 * startup.el (fancy-splash-frame): Check selected frame last.
10033
10034 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10035
10036 * net/tramp.el: Version 2.0.10 released.
10037 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
10038 standard output even if `uudecode -p' and `uudecode -o -' don't work.
10039 (tramp-post-connection): After finding the right shell, wait a
10040 bit. This is a kludge to avoid a race condition, even though I
10041 don't understand why there is a race condition in the first place.
10042 (tramp-post-connection): Install the `tramp_uudecode' shell
10043 function on the remote host.
10044 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
10045 (tramp-bug): Include more variables in the report.
10046
10047 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10048
10049 * net/tramp.el: Version 2.0.9 released.
10050 (tramp-bug): Add wording about additional info to include in bug
10051 report.
10052 (tramp-find-shell): Set $PS1 for invocation of second shell (for
10053 tilde expansion).
10054 (tramp-find-shell): Shell prompt must match at end of buffer.
10055 Do this also for fallback shell prompt.
10056 (tramp-find-shell): More debugging output.
10057 (tramp-find-inline-encoding): When checking the decoding command,
10058 some commands fail when reading from /dev/null. So we pass a
10059 known string through the encoding command and pass that through
10060 the decoding command. So we know whether the decoding command can
10061 deal with some real input.
10062
10063 2002-08-04 Andreas Schwab <schwab@suse.de>
10064
10065 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
10066
10067 2002-08-03 Andrew Choi <akochoi@shaw.ca>
10068
10069 * term/mac-win.el: Set keys to enable mouse wheel support.
10070
10071 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10072
10073 * net/tramp.el: Version 2.0.8.
10074 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
10075
10076 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10077
10078 * net/tramp.el: Version 2.0.7.
10079 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
10080 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
10081 because of `format' and say so in the docstring.
10082
10083 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10084
10085 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
10086 `type' forms.
10087 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
10088 (f90-type-def-re): Fix value.
10089
10090 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10091
10092 * net/tramp.el: Version 2.0.6.
10093 (tramp-default-method): Change to "ssh" from "sm".
10094 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
10095 (tramp-su-program): New internal variable for method parameter.
10096 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
10097 New variables. Very short Perl one-liner, but requires Perl
10098 module MIME::Base64 to be installed on the remote site.
10099 (tramp-perl-encode, tramp-perl-decode): New base64
10100 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
10101 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
10102 though Ange-FTP doesn't do anything for this operation).
10103 (tramp-handle-set-visited-file-modtime): Comment change.
10104 (tramp-handle-make-directory): Save-excursion.
10105 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
10106 twice, once is enough.
10107 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
10108 user knows what's wrong.
10109 (tramp-post-connection): Support the two Perl encoders and decoders.
10110 (tramp-coding-commands): Ditto. Add some todo items.
10111
10112 2002-08-02 Richard M. Stallman <rms@gnu.org>
10113
10114 * international/mule.el (merge-coding-systems): New function.
10115 (set-buffer-file-coding-system): Use merge-coding-systems.
10116 Change prompt for args.
10117 (revert-buffer-with-coding-system): New command.
10118
10119 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
10120 Add bindings for revert-buffer-with-coding-system.
10121 (set-coding-system-map): Clarify menu item info for
10122 set-buffer-file-coding-system.
10123 (set-coding-system-map): Reorder and add separators.
10124
10125 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
10126 Use eval-expression.
10127
10128 * subr.el (atomic-change-group): Doc fix.
10129
10130 2002-07-31 Colin Walters <walters@debian.org>
10131
10132 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
10133 defvaralias for compatibility.
10134 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
10135 defvaralias for compatibility.
10136
10137 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
10138
10139 * ibuffer.el (ibuffer-fontification-alist):
10140 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
10141
10142 2002-07-31 John Wiegley <johnw@gnu.org>
10143
10144 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
10145 prevent adding the symbol `pcomplete' to
10146 shell-dynamic-complete-functions to many times.
10147
10148 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
10149
10150 * help-fns.el (describe-function-1): Test function for
10151 obsolescence only if it is a symbol.
10152
10153 * ediff.el (ediff-backup): New autoloaded command.
10154
10155 2002-07-31 Richard M. Stallman <rms@gnu.org>
10156
10157 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
10158 Use `compile-always'.
10159 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
10160 (compile): Renamed from `compile-files'.
10161 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
10162
10163 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10164 Check that (car elt) is a string.
10165
10166 * pcomplete.el (pcomplete-entries): Doc fix.
10167
10168 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
10169
10170 2002-07-31 Andreas Schwab <schwab@suse.de>
10171
10172 * dired.el: Hide disabling of dired-find-alternate-file behind
10173 autoload-cookie.
10174
10175 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
10176
10177 * makefile.w32-in: Revert some changes from 2002-07-23 because they
10178 don't work on MSVC/nmake builds.
10179 (update-subdirs-CMD): Generate the right list of subdirectories.
10180
10181 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10182
10183 * net/tramp.el: New version 2.0.5.
10184 (tramp-methods): Remove inline encoding method parameters.
10185 The encoding is now autodetected. Also shorten the list of
10186 methods (u/m distinction gone) and rename the remaining methods to
10187 have longer, but more mnemonic, names.
10188 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
10189 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
10190 matched at end of buffer anyway.
10191 (tramp-yesno-prompt-regexp): New variable, for questions where the
10192 user should say "yes" or "no".
10193 (tramp-file-name-structure-unified)
10194 (tramp-file-name-structure-separate): Allow dash in method names.
10195 (tramp-actions-before-shell): New variable, contains list of
10196 pattern/action pairs. Output sent by remote end is scanned for
10197 the patterns, then the actions are executed.
10198 (tramp-multi-actions): Like `tramp-actions-before-shell', but
10199 executed for each hop in a multi-hop connection.
10200 (tramp-last-cmd-time): New variable. If nothing has been sent to
10201 remote end for 60 seconds, look to see if the remote end is still
10202 alive.
10203 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
10204 It didn't work.
10205 (tramp-perl-encode, tramp-perl-decode): New variables, these
10206 require the MIME::Base64 module on the remote end.
10207 (tramp-handle-file-attributes): Restructure logic.
10208 (tramp-handle-file-attributes-with-ls)
10209 (tramp-handle-file-attributes-with-perl): More debugging.
10210 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
10211 (tramp-handle-make-directory, tramp-handle-delete-directory)
10212 (tramp-handle-delete-file, tramp-handle-insert-directory):
10213 Expand file name.
10214 (tramp-handle-shell-command): Use `when', not `if'.
10215 (tramp-handle-file-local-copy, tramp-handle-write-region):
10216 Adapt to autodetection of inline encoding.
10217 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
10218 variable ange-ftp-name-format is defined before binding it.
10219 (tramp-action-login, tramp-action-password, tramp-action-succeed)
10220 (tramp-action-permission-denied, tramp-action-yesno):
10221 Functions called from `tramp-actions-before-shell'.
10222 (tramp-multi-action-login, tramp-multi-action-password)
10223 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
10224 Functions called from `tramp-multi-actions'.
10225 (tramp-process-one-action, tramp-process-actions):
10226 Pattern matching and action invocation code for
10227 `tramp-actions-before-shell'.
10228 (tramp-process-one-multi-action, tramp-process-multi-actions):
10229 Same for `tramp-multi-actions'.
10230 (tramp-open-connection-telnet, tramp-open-connection-rsh)
10231 (tramp-open-connection-su): Process actions instead of hardwired logic.
10232 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
10233 (tramp-multi-connect-su): Ditto.
10234 (tramp-post-connection): New method for tramp_encode and
10235 tramp_decode scripts.
10236 (tramp-post-connection): Invoke inline autodetection code.
10237 (tramp-coding-commands): List of inline codings.
10238 (tramp-find-inline-encoding): This is the inline autodetection code.
10239 (tramp-maybe-open-connection): If nothing was sent to connection
10240 for 60 seconds, look if it connection is still alive.
10241 (tramp-send-command): Remember that something was sent to the
10242 connection.
10243 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
10244 Use backticks for constructing alist.
10245 (tramp-get-encoding-command, tramp-set-encoding-command)
10246 (tramp-get-decoding-command, tramp-set-decoding-command)
10247 (tramp-get-encoding-function, tramp-set-encoding-function)
10248 (tramp-get-decoding-function, tramp-set-decoding-function):
10249 Use for results of inline autodetection.
10250 (tramp-get-encoding-command, tramp-get-decoding-command)
10251 (tramp-get-encoding-function, tramp-get-decoding-function):
10252 Remove these old functions.
10253
10254 2002-07-30 Kenichi Handa <handa@etl.go.jp>
10255
10256 * language/indian.el (in-is13194): Give correct `safe-chars' property.
10257 (devanagari): Define it as an alias of in-is13194.
10258
10259 * international/mule.el (safe-chars):
10260 Put `char-table-extra-slots' property with value 0.
10261
10262 * files.el (revert-buffer): Fix previous change.
10263
10264 2002-07-29 Richard M. Stallman <rms@gnu.org>
10265
10266 * bindings.el (help-echo): If global-mode-string is non-nil,
10267 display some spaces after it.
10268
10269 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10270 Don't call string-match on non-string.
10271
10272 * textmodes/ispell.el (check-ispell-version): Bind default-directory
10273 to avoid errors. Kill the old temp buffer at the beginning.
10274
10275 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10276
10277 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
10278
10279 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
10280
10281 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
10282 instead of `cond'.
10283
10284 2002-07-29 Kenichi Handa <handa@etl.go.jp>
10285
10286 * international/mule.el (ctext-post-read-conversion): Add support
10287 for embedded utf-8 encoding (ESC % G ... ESC % @).
10288
10289 2002-07-28 Kenichi Handa <handa@etl.go.jp>
10290
10291 * files.el (revert-buffer): Before calling insert-file-contents,
10292 kill the local variable buffer-file-coding-system.
10293
10294 2002-07-28 Richard M. Stallman <rms@gnu.org>
10295
10296 * bindings.el (mode-line-format): Handle vc-mode specially.
10297 Move mode-line-position to after global-mode-string.
10298 (mode-line-modes): Move the starting 3 spaces out of here.
10299 (mode-line-position): Separate with a space, not dashes.
10300
10301 * vc-hooks.el: Don't add to minor-mode-alist.
10302
10303 * emacs-lisp/edebug.el (edebug-debugger):
10304 If inside redisplay, just return.
10305
10306 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
10307
10308 * info.el (Info-find-index-name): Improve last change.
10309
10310 2002-07-27 Richard M. Stallman <rms@gnu.org>
10311
10312 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
10313
10314 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
10315 in the third case.
10316
10317 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
10318
10319 * ps-print.el: Update copyright year.
10320 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
10321
10322 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10323
10324 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
10325 to the session with that number. Old behavior still available
10326 with nonumeric prefix args.
10327
10328 2002-07-08 Simon Josefsson <jas@extundo.com>
10329
10330 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
10331
10332 2002-07-26 Juanma Barranquero <lektu@terra.es>
10333
10334 * warnings.el (lwarn, warn, warning-levels): Doc fix.
10335 (warning-suppress-log-types): Fix typo.
10336 (display-warning): Fix typo. Remove useless assignment to free variable
10337 `group-string'.
10338
10339 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
10340
10341 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
10342
10343 2002-07-25 Sam Steingold <sds@gnu.org>
10344
10345 * replace.el (occur-rename-buffer): New command.
10346 (occur-mode-map): Bind "r" to it. Added keybindings for
10347 `kill-this-buffer', `clone-buffer' and `quit-window'.
10348
10349 2002-07-25 Kevin Ryde <user42@zip.com.au>
10350
10351 * info.el (Info-find-index-name): Search for a function definition
10352 with a return type.
10353
10354 2002-07-25 David Ponce <david@dponce.com>
10355
10356 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
10357 Don't recompute `entry' on each iteration.
10358 (byte-compile-delete-first): Make it defsubst.
10359
10360 2002-07-25 Sam Steingold <sds@gnu.org>
10361
10362 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
10363 When `search-end' is a cons, use its car.
10364
10365 2002-07-25 Dave Love <fx@gnu.org>
10366
10367 * obsolete/c-mode.el: Deleted.
10368
10369 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
10370
10371 * textmodes/reftex.el (reftex-compile-variables):
10372 Simplified regular expression.
10373
10374 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10375 Simplified the regexp.
10376
10377 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
10378 (reftex-extract-bib-entries-from-thebibliography):
10379 Use `reftex-get-bibkey-default' to get a default regex.
10380 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
10381 get a default regex.
10382
10383 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
10384 XEmacs compatibility (got OK from RMS).
10385
10386 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
10387
10388 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
10389 (reftex-select-bib-mode): Likewise.
10390
10391 2002-07-25 Colin Walters <walters@debian.org>
10392
10393 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
10394 by menu functions.
10395
10396 2002-07-24 Dave Love <fx@gnu.org>
10397
10398 * international/mule.el (set-auto-coding): Doc fix.
10399
10400 * international/utf-16.el: New file.
10401
10402 * language/european.el ("German", "French", "Spanish", "Turkish"):
10403 Add alternative coding systems.
10404 ("Dutch"): Likewise. Add input method.
10405 ("Welsh", "Latin-7"): Add nonascii-translation.
10406
10407 * language/georgian.el ("Georgian"): Add nonascii-translation.
10408
10409 * international/titdic-cnv.el: Doc fixes.
10410 (tit-process-header): Add coding cookie.
10411 (titdic-convert): Force writing as iso-2022-7bit.
10412
10413 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
10414
10415 * international/mule-cmds.el: Doc fixes.
10416 (unencodable-char-position): New.
10417 (select-safe-coding-system): Use it to indicate problematic
10418 characters and add extra explanation. Avoid checking auto-coding
10419 for compressed files.
10420 (leim-list-header): Add coding cookie.
10421 (input-method-verbose-flag): Modify :type.
10422 (locale-language-names): Add bs, wa. Modify cy.
10423
10424 2002-07-24 Richard M. Stallman <rms@gnu.org>
10425
10426 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10427 Bind warning-group-format.
10428
10429 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
10430 (byte-compile-cl-warn): Use that variable.
10431 (byte-compile-find-cl-functions): New function.
10432 (displaying-byte-compile-warnings):
10433 Call byte-compile-find-cl-functions.
10434
10435 * warnings.el (warning-levels): Add %s to the strings.
10436 (warning-group-format): New variable.
10437 (warning-suppress-log-types): Renamed from warning-suppress-log.
10438 (warning-suppress-types): Renamed from warning-suppress.
10439 (display-warning): Implement those changes.
10440
10441 2002-07-23 Richard M. Stallman <rms@gnu.org>
10442
10443 * warnings.el: Add `provide' call.
10444
10445 * files.el (basic-save-buffer-2): If there's an error writing the file,
10446 unrename the backup file if it was just made.
10447 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
10448 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
10449 when a backup was just made by renaming. Otherwise it's nil.
10450
10451 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
10452 Recognize explicit :args specification.
10453
10454 * international/mule-cmds.el (select-safe-coding-system):
10455 Don't ask for confirmation of mismatch if find-file-literally was used.
10456
10457 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
10458
10459 * add-log.el (add-log-current-defun): Fix typo in documentation.
10460
10461 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
10462
10463 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
10464
10465 * ido.el (ido-separator): Fix type.
10466
10467 2002-07-23 Andrew Innes <andrewi@gnu.org>
10468
10469 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
10470 (DONTCOMPILE): Add various language files.
10471 (DONTCOMPILE): Remove term/xterm.el.
10472 (finder-inf.el): Remove.
10473 (update-authors): New target.
10474 (TAGS-LISP): Remove $(lispsource).
10475 (compile-always): Renamed from `compile-files'.
10476 (compile): New target, adapted from `compile-files'.
10477 (compile-calc): New target.
10478 (recompile): Change `.' to $(lisp).
10479 (bootstrap): Add update-subdirs and finder-data
10480 to dependencies; change compile-files to compile.
10481
10482 2002-07-22 Andre Spiegel <spiegel@gnu.org>
10483
10484 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
10485
10486 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10487
10488 * simple.el (undo, undo-more): Adjust messages when undoing in a
10489 region.
10490
10491 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
10492
10493 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
10494 (browse-url-lynx-input-delay): Add custom type and group.
10495
10496 * cus-start.el (double-click-fuzz): Added.
10497
10498 2002-07-22 Alan Shutko <ats@acm.org>
10499
10500 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
10501 parameter, specifying what face or character to use in the
10502 calendar display. These will now return (MARK . ENTRY).
10503
10504 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
10505 parameter, specifying what face or character to use in the
10506 calendar display. These will now return (MARK . ENTRY).
10507
10508 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
10509 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
10510 MARK parameter, specifying what face or character to use in the
10511 calendar display. These will now return (MARK . ENTRY).
10512
10513 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
10514 from diary-sexp-entry and pass it to mark-visible-calendar-date.
10515 (list-sexp-diary-entries): Update doc string for new docs for ....
10516 If diary-sexp-entry returns a cons, only add the text to the diary
10517 list.
10518 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
10519 . STRING) to specify what face or character mark should be used in
10520 the calendar display.
10521 (diary-date, diary-block, diary-float, diary-anniversary)
10522 (diary-cyclic): Add optional MARK parameter, specifying what face
10523 or character to use in the calendar display. These will now
10524 return (MARK . ENTRY).
10525
10526 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
10527 (calendar-holiday-list, diary-french-date, diary-mayan-date)
10528 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
10529 (diary-islamic-date, list-islamic-diary-entries)
10530 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
10531 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
10532 (diary-rosh-hodesh, list-hebrew-diary-entries)
10533 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
10534 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
10535 (diary-sunrise-sunset, diary-sabbath-candles):
10536 Remove interactive flag from autoloads.
10537
10538 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
10539
10540 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
10541 (reftex-bibliography-commands): New option.
10542 (reftex-toc-split-windows-horizontally): New option
10543 (reftex-toc-split-windows-horizontally-fraction): New option
10544 (reftex-include-file-commands): New option.
10545 (reftex-cite-format-builtin): Added ?n for nocite.
10546
10547 * textmodes/reftex-index.el (reftex-query-index-phrase):
10548 Use `reftex-index-verify-function'.
10549
10550 * textmodes/reftex-toc.el (reftex-re-enlarge):
10551 Handle horizontal splitting.
10552 (reftex-toc): Handle horizontal splitting
10553 (reftex-last-window-width): New variable.
10554
10555 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10556 Use `reftex-bibliography-commands'.
10557 (reftex-locate-bibliography-files): Regexp relaxed to allow for
10558 cases where \bibliography is not the first thing on the line.
10559
10560 * textmodes/reftex.el (reftex-compile-variables):
10561 Use `reftex-include-file-commands'.
10562 (reftex-type-query-prompt): Changed defconst to defvar.
10563 (reftex-type-query-help, reftex-typekey-to-format-alist)
10564 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
10565 (reftex-special-env-parsers, reftex-label-mac-list)
10566 (reftex-label-env-list, reftex-typekey-list)
10567 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
10568 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
10569 (reftex-no-follow-message, reftex-no-info-message): Likewise.
10570 (reftex-mode): Define systax table for bibtex parsing.
10571 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
10572
10573 * textmodes/reftex-cite.el (reftex-format-names): %a as name
10574 format lists all names.
10575 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
10576 (reftex-with-special-syntax-for-bib): New macro.
10577
10578 2002-07-21 Richard M. Stallman <rms@gnu.org>
10579
10580 * international/ucs-tables.el (ucs-quail-activate):
10581 Cope if buffer-file-coding-system is nil.
10582
10583 * bindings.el (last-buffer): Use buffer-list with frame arg.
10584 Create *scratch* if no other choice exists. Fix bugs.
10585
10586 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10587
10588 * net/tramp.el: Bump version to 2.0.2.
10589 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
10590 longer names. Use old names "sm1", "sm2" and so on for methods
10591 invoking "ssh -1" or "ssh -2".
10592 (tramp-multi-file-name-structure-separate): Typo, its name was set
10593 to "tramp-file-name-structure-separate". Trivial patch.
10594 From Steve Youngs <youngs@xemacs.org>.
10595 (tramp-multi-sh-program): New variable.
10596 (tramp-open-connection-multi): Use it. Now you can use multi
10597 methods from Windows (at least in principle).
10598 (tramp-do-copy-or-rename-via-buffer): New function.
10599 (tramp-do-copy-or-rename-file): Use it. Change and simplify
10600 logic. Omit special case of invoking rcp directly to copy the files.
10601 (tramp-open-connection-su, tramp-multi-connect-telnet)
10602 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
10603 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
10604 Use backticks in format-spec for brevity and to avoid
10605 character/number confusion in XEmacs.
10606
10607 2002-07-20 Richard M. Stallman <rms@gnu.org>
10608
10609 * wid-edit.el (widget-documentation-string-value-create):
10610 Say "Hide Rest", not just "Hide".
10611
10612 * cus-edit.el (custom-variable-value-create):
10613 Say "Show Value", not just "Show". Also "Hide Value".
10614 Output a newline before the doc string.
10615 (custom-face-value-create): Say "Show Face" and "Hide Face".
10616
10617 * files.el (toggle-read-only): Clean up the hint message.
10618
10619 * emacs-lisp/bytecomp.el: Use warnings.el.
10620 (byte-compile-warning-prefix): New function.
10621 (byte-compile-log-file): Return page start position.
10622 (byte-compile-log-warning): New function.
10623 (byte-compile-warn): Use byte-compile-log-warning.
10624 (byte-compile-report-error): Likewise. Also use error-message-string.
10625 (displaying-byte-compile-warnings): Bind warning-series.
10626 Don't bind or use byte-compile-warnings-point-max.
10627 Don't display the log buffer at the end.
10628 (byte-compile-warnings-point-max): Variable deleted.
10629 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
10630 (byte-compile-last-warned-form, byte-compile-last-logged-file):
10631 Defvars moved.
10632
10633 * warnings.el: New file.
10634
10635 2002-07-19 Richard M. Stallman <rms@gnu.org>
10636
10637 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
10638 and `values-list' from list of CL functions.
10639
10640 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
10641
10642 * emacs-lisp/bytecomp.el (compile-defun):
10643 Bind `read-with-symbol-positions' to current buffer.
10644
10645 2002-07-19 Andre Spiegel <spiegel@gnu.org>
10646
10647 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
10648 delete anything that comes after LIMIT from the buffer.
10649
10650 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
10651 if this is really an RCS master file.
10652
10653 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
10654
10655 2002-07-19 Juanma Barranquero <lektu@terra.es>
10656
10657 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
10658 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
10659 (unread-command-char, executing-macro, post-command-idle-hook)
10660 (post-command-idle-delay): Move obsolescence declarations to subr.el.
10661
10662 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
10663 (baud-rate, compiled-function-p, define-function, unread-command-char)
10664 (executing-macro, post-command-idle-hook, post-command-idle-delay):
10665 Move obsolescence declarations from emacs-lisp/bytecomp.el.
10666 (directory-sep-char, mode-line-inverse-video):
10667 Add obsolescence declaration.
10668
10669 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
10670
10671 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
10672 changes to list them here.
10673
10674 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
10675 Too many changes to list them here.
10676
10677 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
10678 Too many changes to list them here.
10679
10680 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
10681 only minor documentation changes.
10682
10683 2002-07-18 Dave Love <fx@gnu.org>
10684
10685 * info-look.el: Support current auto{conf,make} manuals.
10686
10687 2002-07-18 Juanma Barranquero <lektu@terra.es>
10688
10689 * bindings.el (last-buffer): Add missing frame argument.
10690
10691 2002-07-18 Richard M. Stallman <rms@gnu.org>
10692
10693 * timer.el (timer-inc-time): Doc fix.
10694
10695 * replace.el (keep-lines, flush-lines): Interactively report
10696 read-only error before reading regexp argument.
10697
10698 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
10699
10700 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
10701 frame parameters like bury-buffer.
10702
10703 * simple.el (choose-completion-delete-max-match):
10704 Handle minibuffer prompts explicitly.
10705
10706 2002-07-18 Juanma Barranquero <lektu@terra.es>
10707
10708 * international/mule-util.el (string-to-sequence, truncate-string):
10709 Add autoload cookie to obsolescence declaration.
10710
10711 * rect.el (move-to-column-force): Likewise.
10712
10713 * composite.el (decompose-composite-char): Likewise; also remove
10714 redundant info.
10715
10716 2002-07-18 Kim F. Storm <storm@cua.dk>
10717
10718 * loadup.el: Load international/utf-8 before international/characters.
10719
10720 2002-07-17 Dave Love <fx@gnu.org>
10721
10722 * international/ucs-tables.el: Optimize tables. Deal with some
10723 non-8859 charsets.
10724 (ucs-mule-to-mule-unicode): New.
10725 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
10726 translation.
10727 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
10728 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
10729 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
10730 version. Add custom dependencies.
10731 (ucs-insert): Check for null from decode-char.
10732 (translation-table-for-input, ucs-quail-activate)
10733 (ucs-minibuffer-setup, ccl-encode-unicode-font)
10734 (ucs-tables-unload-hook): New.
10735
10736 * international/mule.el (define-translation-hash-table): New.
10737 (decode-char): Use utf-8-translation-table-for-decode.
10738 (encode-char): Use ucs-mule-to-mule-unicode.
10739
10740 * international/characters.el: Fix settings of U+2000-U+2027.
10741 Remove \e$(C'Y\e(B.
10742
10743 * international/mule-cmds.el (locale-language-names): Fix be, add
10744 sr_YU@cyrillic, modify tg.
10745 (locale-charset-language-names): Put @euro last.
10746
10747 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
10748 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
10749 (cyrillic-koi8-r-decode-table): Make unbound after use.
10750 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
10751 factor. Use utf-8-translation-table-for-decode.
10752 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
10753 (cyrillic-unify-encoding): New function.
10754 (cyrillic-koi8): Modify safe-chars, valid-codes.
10755 Remove charset-origin-alist.
10756 (Cp878, cp866): New alias.
10757 (ccl-encode-8859-5-font): New.
10758 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
10759 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
10760 Remove redundant parens.
10761 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
10762 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
10763 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
10764 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
10765 ("Cyrillic-ALT"): Change input method.
10766 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
10767
10768 * international/utf-8.el (utf-8-subst-table)
10769 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
10770 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
10771 (utf-8-ccl-regs, utf-8-translate-cjk): New.
10772 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
10773 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
10774 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
10775 (mule-utf-8): Remove pre-write-conversion.
10776 (utf-8-post-read-conversion): Comment out.
10777
10778 * international/ccl.el (ccl-command-table): Add lookup-integer,
10779 lookup-character.
10780 (ccl-extended-code-table): Add lookup-int-const-tbl,
10781 lookup-char-const-tbl.
10782 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
10783 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
10784 New functions.
10785 (define-ccl-program): Doc update.
10786
10787 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
10788 (utf-8-subst-table): Don't set.
10789
10790 2002-07-17 Kenichi Handa <handa@etl.go.jp>
10791
10792 * international/mule.el (define-coding-system-alias):
10793 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
10794 eol-type is not auto-detection.
10795
10796 * international/mule-diag.el (print-coding-system-briefly):
10797 Fix the handling of an alias of which eol-type is not auto-detection.
10798
10799 * international/mule-conf.el (us-ascii): Define it as an alias of
10800 iso-safe.
10801
10802 2002-07-17 Juanma Barranquero <lektu@terra.es>
10803
10804 * help-fns.el (describe-function-1): Put empty line before "Not
10805 documented" text.
10806
10807 * timer.el (timer-set-time-with-usecs): Mark obsolete.
10808
10809 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
10810
10811 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10812 Make sure to change the global tool-bar-map.
10813
10814 * vc.el (vc-default-comment-history): Hard code *vc*.
10815 This is because print-log always prints there now.
10816 (vc-annotate-font-lock-keywords): New var.
10817 (vc-annotate-mode): Use it. Set truncate-lines as well.
10818 (vc-annotate-display-select): Unify the two error reports.
10819 (vc-annotate-offset): New var.
10820 (vc-annotate-lines): New fun extracted from vc-annotate-display.
10821 (vc-annotate-display): Use it, via font-lock.
10822
10823 * help-fns.el (help-split-fundoc, help-function-arglist)
10824 (help-make-usage): New funs, extracted from describe-function-1.
10825 (describe-function-1): Use them.
10826
10827 * help.el (help-key-description): Show the untranslated keys
10828 when they start with ESC and the ESC was not translated.
10829
10830 * help-mode.el (view): Always require.
10831 (help-xref-mule-regexp): Don't use defconst for variables.
10832 (help-setup-xref): Keep the last 10 elements of the stack.
10833 (help-xref-override-view-map): New var.
10834 (help-make-xrefs): Use it instead of building a new map each time.
10835 (help-function-def): Allow help-fun to take a buffer as arg.
10836
10837 * diff-mode.el (diff-reverse-direction): Simplify.
10838 (diff-after-change-function): Fix typo.
10839 (diff-post-command-hook): Take care of edge cases.
10840 (diff-current-defun): Do `goto-char' after setting the mode.
10841
10842 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
10843 Fold mouse-sel-bindings into it.
10844 (mouse-sel-bound-events): Turn it into an alist.
10845 (mouse-insert-selection): Delegate to mouse-yank-at-click if
10846 mouse-sel-default-bindings asks for it.
10847
10848 2002-07-16 Andre Spiegel <spiegel@gnu.org>
10849
10850 * files.el: Bind toggle-read-only to C-x C-q.
10851 (toggle-read-only): Display a warning message if the file is under
10852 version control.
10853
10854 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
10855 (vc-toggle-read-only): Explain in the doc string that users can bind
10856 this to C-x C-q.
10857 (vc-checkout-model): Change doc string to refer to vc-next-action,
10858 not vc-toggle-read-only.
10859
10860 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
10861 comparing to file on disk. Fix the case when claiming the lock
10862 on a file that has unlocked changes.
10863 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
10864
10865 2002-07-16 Richard M. Stallman <rms@gnu.org>
10866
10867 * simple.el (choose-completion-string): Doc fix.
10868
10869 * cus-edit.el: New operation :custom-standard-value.
10870 (Custom-reset-standard): Use it.
10871 (custom-variable, custom-face): Define it.
10872 (custom-variable-standard-value, custom-face-standard-value): New fns.
10873 (custom-face-save): Don't save a face whose value is standard.
10874 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
10875
10876 * cus-edit.el (custom-face-edit-fix-value):
10877 If VALUE is not a list, pass it thru.
10878
10879 * compare-w.el (compare-windows-whitespace): Always allow newline
10880 even if it does not have whitespace syntax.
10881
10882 2002-07-16 Juanma Barranquero <lektu@terra.es>
10883
10884 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
10885
10886 2002-07-15 Juanma Barranquero <lektu@terra.es>
10887
10888 * help-fns.el (describe-variable): Show documentation for aliased
10889 variable if alias does not have its own.
10890
10891 2002-07-15 Mike Williams <mdub@bigfoot.com>
10892
10893 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
10894 cut/paste functions.
10895
10896 2002-07-14 Richard M. Stallman <rms@gnu.org>
10897
10898 * files.el (find-alternate-file): Offer to save a modified buffer.
10899 Handle kill-buffer-query-functions better.
10900
10901 * startup.el (normal-splash-screen, fancy-splash-text):
10902 Update name of help menu item for ordering printed manuals.
10903
10904 * emacs-lisp/checkdoc.el: Fix doc typos.
10905
10906 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
10907
10908 * textmodes/tex-mode.el: Set encoding to utf-8.
10909 (tex-start-options): Make it into always-a-string.
10910 Remove silly custom options that are covered by the other var.
10911 (tex-start-commands): Fix docstring.
10912 (tex-open-quote, tex-close-quote): Add options.
10913 (tex-command): Provide default.
10914 (tex-font-lock-keywords-1): Highlight $$...$$.
10915 (tex-font-lock-keywords-2): Fix latin-1 chars.
10916 (tex-mode-map): Remove redundant \t binding.
10917 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
10918 (latex-mode): Use add-hook for fill-nobreak-predicate.
10919 (tex-common-initialization): Set indent-tabs-mode to nil.
10920 (tex-insert-quote): Undo magic if invoked twice in a row.
10921 (latex-fill-nobreak-predicate): Don't use narrowing.
10922 (tex-latex-block): Don't cons uselessly.
10923 (tex-last-unended-begin): Signal user-friendlier error.
10924 (tex-goto-last-unclosed-latex-block): Don't catch signal.
10925 (tex-start-tex): Switch order of tex-start-options and
10926 tex-start-commands to make it obey docstrings.
10927
10928 2002-07-14 Mike Williams <mdub@bigfoot.com>
10929
10930 * mouse-sel.el (mouse-sel-bound-events): New constant.
10931 (mouse-sel-bindings): Save/restore original mouse-bindings.
10932
10933 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
10934
10935 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
10936 (cl-hack-byte-compiler): Avoid infinite require loop.
10937
10938 * net/ange-ftp.el: Use hash-tables.
10939 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
10940 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
10941 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
10942 Replace with make-hash-table, maphash, gethash, puthash and remhash.
10943 (ange-ftp-hash-entry-exists-p): Rewrite.
10944 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
10945 Change mapatom -> maphash.
10946 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
10947 Update to new calling mode.
10948
10949 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
10950 (ebrowse-hash-table-to-alist): Delete.
10951 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
10952 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
10953
10954 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
10955 Improve the regexp used when unquoting.
10956 (sgml-pretty-print): New function.
10957 (sgml-get-context): Better handling of improperly nested tags.
10958 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
10959
10960 2002-07-13 Andreas Schwab <schwab@suse.de>
10961
10962 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
10963 inherited table entry.
10964
10965 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
10966
10967 * calendar/timeclock.el (timeclock-in): Handle the case where no
10968 log file exists (ie the very first call).
10969
10970 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10971
10972 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
10973 is done by Tramp.
10974
10975 * net/tramp.el (tramp-multi-file-name-structure-unified):
10976 Add missing slash and move colon from start to end of each hop.
10977 (tramp-multi-file-name-hop-structure-unified): Move colon from
10978 start to end of each hop.
10979
10980 2002-07-13 Kim F. Storm <storm@cua.dk>
10981
10982 * progmodes/compile.el (grep-tree): Fixed autoload.
10983 Corrected use of undefined variable `match-files-aliases'.
10984
10985 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
10986
10987 * calendar/timeclock.el (timeclock-get-workday-function):
10988 `timeclock-workday' is not a valid option, rather a possible
10989 return value.
10990
10991 2002-07-12 Richard M. Stallman <rms@gnu.org>
10992
10993 * net/ange-ftp.el (ange-ftp-write-region):
10994 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
10995 to ange-ftp-real-write-region.
10996
10997 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
10998
10999 * help-fns.el (help-with-tutorial): Display completion list right away.
11000
11001 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
11002
11003 * startup.el (command-line): Set memory-signal-data.
11004 (fancy-splash-text, normal-splash-screen):
11005 Mention "Read the Emacs Manual" or C-h r.
11006 Rearrange the initial help to put the help cmds on left
11007 and the actions (exit, undo) on the right. Other small
11008 text clarifications.
11009 (fancy-splash-text, actions page): Add blank line to balance help page.
11010
11011 * help.el (help-map): Add binding for info-emacs-manual.
11012 (print-help-return-message): Doc fix.
11013
11014 * strokes.el (strokes-help): Call print-help-return-message
11015 while inside with-output-to-temp-buffer.
11016
11017 * info.el (info-emacs-manual): New function.
11018 (Info-use-header-line): Doc fix.
11019
11020 * emacs-lisp/cl.el (multiple-value-call): Add alias.
11021
11022 * progmodes/compile.el (compilation-normalize-filename):
11023 New subroutine, taken out of compilation-parse-errors.
11024 (compilation-parse-errors): Use that, and for directories too.
11025 Don't check whether a directory really exists.
11026
11027 2002-07-12 Juanma Barranquero <lektu@terra.es>
11028
11029 * help-fns.el (describe-variable): Remove useless "Documentation:"
11030 string.
11031
11032 * timer.el (timer-set-time-with-usecs): Fix documentation.
11033 Simplify extraction of time data.
11034
11035 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
11036
11037 * help-fns.el (describe-variable): Mention if the variable is an
11038 alias. Put `defvaralias' info before the documentation.
11039
11040 2002-07-12 Kenichi Handa <handa@etl.go.jp>
11041
11042 * international/mule-cmds.el (locale-language-names): Change "mk"
11043 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
11044 alphabet) to "Cyrillic-ISO".
11045
11046 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11047
11048 * net/tramp.el (tramp-default-method): New default method "sm"
11049 which I guess to be good for most people.
11050 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
11051 Ange-FTP) for some user/host combinations.
11052 (tramp-file-name-structure, tramp-file-name-regexp)
11053 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
11054 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
11055 (tramp-make-multi-tramp-file-format): New default value which
11056 unifies the filename syntax between Tramp and Ange-FTP. The new
11057 syntax is "/method:user@host:path". Note the colon after the method.
11058 (tramp-handle-file-name-directory): Don't return "/" when
11059 completing a remote root directory (where the filename looks like
11060 "/method:user@host:/").
11061 (tramp-handle-ange-ftp): Deleted.
11062 (tramp-disable-ange-ftp): New function, called at toplevel,
11063 deletes Ange-FTP from file-name-handler-alist.
11064 (tramp-handle-make-symbolic-link): Implement.
11065
11066 2002-07-10 Juanma Barranquero <lektu@terra.es>
11067
11068 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
11069
11070 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
11071 (speedbar-vc-do-check): Likewise.
11072 (speedbar-obj-do-check): Likewise.
11073 (speedbar-mouse-hscroll): Likewise.
11074 (speedbar-file-lists): Likewise.
11075
11076 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
11077
11078 2002-07-09 Ole Aamot <ole@gnu.org>
11079
11080 * compile.el (compilation-error-regexp-alist):
11081 Recognize Valgrind messages.
11082
11083 2002-07-09 Juanma Barranquero <lektu@terra.es>
11084
11085 * faces.el (face-id): Fix typo.
11086
11087 * hexl.el (hexl-mode): Likewise.
11088
11089 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
11090
11091 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
11092
11093 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
11094 (speedbar-desired-buffer): Likewise.
11095 (speedbar-line-file): Likewise.
11096 (speedbar-special-mode-key-map): Fix typo.
11097 (speedbar-dynamic-tags-function-list): Likewise.
11098 (speedbar-use-images): Likewise.
11099 (speedbar-up-directory): Likewise.
11100 (speedbar-item-info): Likewise.
11101 (speedbar-set-timer): Likewise.
11102 (speedbar-insert-button): Likewise.
11103 (speedbar-make-button): Likewise.
11104 (speedbar-make-tag-line): Likewise.
11105 (speedbar-insert-files-at-point): Likewise.
11106 (speedbar-update-special-contents): Likewise.
11107 (speedbar-find-selected-file): Likewise.
11108 (speedbar-add-indicator): Likewise.
11109 (speedbar-do-function-pointer): Likewise.
11110 (speedbar-goto-this-file): Likewise.
11111 (speedbar-line-path): Likewise.
11112 (speedbar-mouse-event-p): Likewise.
11113 (speedbar-dir-follow): Likewise.
11114 (speedbar-tag-find): Likewise.
11115 (speedbar-fetch-etags-command): Likewise.
11116 (speedbar-fetch-etags-arguments): Likewise.
11117 (speedbar-toggle-etags): Likewise.
11118 (speedbar-extract-one-symbol): Likewise.
11119 (speedbar-parse-c-or-c++tag): Likewise.
11120 (speedbar-unhighlight-one-tag-line): Likewise.
11121 (speedbar-directory-face): Likewise.
11122 (defimage-speedbar): Likewise.
11123 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
11124
11125 2002-07-09 Miles Bader <miles@gnu.org>
11126
11127 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
11128 to nil when prompting for a filename.
11129
11130 2002-07-09 Kenichi Handa <handa@etl.go.jp>
11131
11132 * files.el (insert-directory): Be sure to bind
11133 coding-system-for-write to the just decided coding-system-for-read.
11134
11135 2002-07-09 Kim F. Storm <storm@cua.dk>
11136
11137 * ido.el (ido-make-merged-file-list): Move fully matching item to
11138 head of list.
11139 (ido-find-common-substring): Return substring instead of t.
11140
11141 2002-07-08 Juanma Barranquero <lektu@terra.es>
11142
11143 * info.el (Info-directory-list): Fix docstring.
11144
11145 2002-07-08 Miles Bader <miles@gnu.org>
11146
11147 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
11148 before first use.
11149
11150 2002-07-08 Kim F. Storm <storm@cua.dk>
11151
11152 * files.el (after-find-file): Don't check for read-only status
11153 of files just created (and not yet saved on disk).
11154
11155 * ido.el (ido-completion-help): Changed xemacs specific code to
11156 avoid byte compiler warning in GNU emacs.
11157 (ido-set-matches1): Use regexp-quote instead of identity.
11158 (ido-complete-space): New function.
11159 (ido-define-mode-map): Bind it to SPACE.
11160
11161 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
11162
11163 * font-lock.el (font-lock-default-unfontify-region):
11164 Use remove-list-of-text-properties.
11165 (font-lock-extra-managed-props): Doc fix.
11166
11167 * facemenu.el: Move `provide' to the end.
11168 (facemenu-read-color): Don't cons unnecessarily.
11169
11170 * language/ind-util.el (indian-make-hash):
11171 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
11172 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
11173
11174 * subr.el (insert-string): Update the obsolete info.
11175 (makehash): Move from C and mark obsolete.
11176
11177 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
11178 aliases to also work for interactive functions.
11179 Use the same wrapper for subroutines.
11180 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
11181 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
11182
11183 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
11184 automatic environment name update.
11185 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
11186
11187 2002-07-07 Richard M. Stallman <rms@gnu.org>
11188
11189 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
11190
11191 * emacs-lisp/advice.el (ad-compile-function):
11192 Disable cl-function warnings if cl is loaded.
11193
11194 * files.el (safe-local-eval-forms): New user option.
11195 (hack-one-local-variable-eval-safep): Support it.
11196 Also allow `safe-local-eval-function' property to be a function
11197 or a list of functions.
11198 (c-add-style): Delete `safe-local-eval-function' property.
11199
11200 * files.el (after-find-file): Make buffer read-only if file is
11201 marked that way, even for root.
11202
11203 * files.el (save-some-buffers): Doc fix.
11204
11205 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
11206
11207 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
11208
11209 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
11210 .sx[dmicw] file suffixes for Open office data files.
11211
11212 * files.el (auto-mode-alist): Likewise.
11213
11214 * international/mule.el (auto-coding-alist): Likewise.
11215
11216 2002-07-05 Kim F. Storm <storm@cua.dk>
11217
11218 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
11219 FCT if current column is outside rectangle.
11220 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
11221
11222 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
11223
11224 * net/ange-ftp.el: Use add-hook and find-file-hook.
11225 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
11226 (ange-ftp-ls-parser): Make it into a function.
11227 Ignore trailing @ in symlink targets.
11228 (ange-ftp-file-entry-p): Ignore FTP errors.
11229 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
11230 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
11231
11232 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
11233
11234 * simple.el (toggle-truncate-lines): New command.
11235
11236 2002-07-04 Miles Bader <miles@gnu.org>
11237
11238 * comint.el (comint-displayed-dynamic-completions): New variable.
11239 (comint-dynamic-list-completions): Be more careful about choosing
11240 when to scroll an existing completions window.
11241
11242 2002-07-03 Andreas Schwab <schwab@suse.de>
11243
11244 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
11245 after doc string.
11246
11247 2002-07-03 Juanma Barranquero <lektu@terra.es>
11248
11249 * net/tramp.el (tramp-send-eof): Fix typo.
11250 (tramp-kill-process): Likewise.
11251
11252 * play/dunnet.el (dun-physobj-desc): Likewise.
11253
11254 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
11255
11256 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
11257 (timeclock-workday-elapsed): Likewise.
11258
11259 * allout.el (outline-goto-prefix): Likewise.
11260
11261 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
11262 (tpu-delete-to-bol): Likewise.
11263
11264 * subr.el (chars-in-region): Add obsolescence declaration for
11265 `chars-in-region'.
11266
11267 2002-07-03 Miles Bader <miles@gnu.org>
11268
11269 * faces.el (header-line): Don't use a `common' clause for
11270 inheriting from the mode-line face, since we can't override it,
11271 and we don't want it for ttys.
11272
11273 2002-07-02 Richard M. Stallman <rms@gnu.org>
11274
11275 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
11276
11277 * files.el (hack-one-local-variable-constantp): New function.
11278 (hack-one-local-variable-eval-safep): New function.
11279 Check for `eval:' calling fn with `safe-local-eval-function' property.
11280 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
11281 (c-add-style, c-set-style): Add safe-local-eval-function property.
11282
11283 * files.el (insert-directory): Handle --dired option to ls.
11284
11285 * files.el (file-remote-p): New function.
11286
11287 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
11288
11289 * startup.el (fancy-splash-screens): Switch to a chosen frame.
11290 (fancy-splash-frame): Choose the right frame to use.
11291 (use-fancy-splash-screens-p): Check dimensions of the right frame
11292 in order to decide.
11293
11294 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11295 Rename cl-func to cl-functions. Enable it by default.
11296 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
11297 if the file loads cl.
11298 (byte-compile-initial-macro-environment): For eval-and-compile,
11299 use byte-compile-eval-before-compile to eval.
11300 (byte-compile-eval-before-compile): New function to turn off
11301 cl-functions when appropriate, for eval-and-compile.
11302 (byte-compile-warnings): Doc fix.
11303
11304 2002-07-02 Dave Love <fx@gnu.org>
11305
11306 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
11307 (byte-compile-cl-warn): New function.
11308 (byte-compile-form): Use it, to warn about calling cl functions.
11309 (byte-compile-warning-types): Doc fix.
11310
11311 2002-07-02 Juanma Barranquero <lektu@terra.es>
11312
11313 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
11314
11315 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
11316
11317 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
11318 Fix typo.
11319
11320 2002-07-02 Kim F. Storm <storm@cua.dk>
11321
11322 * emacs-lisp/bindat.el: New file.
11323
11324 2002-07-01 Sam Steingold <sds@gnu.org>
11325
11326 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
11327 before `tex-main-file' because if the current buffer is new, its
11328 file might not exist yet, and then `tex-main-file' will
11329 incorrectly return "foo.tex.tex".
11330
11331 2002-07-01 Juanma Barranquero <lektu@terra.es>
11332
11333 * ido.el (ido-minibuffer-setup-hook): Doc fix.
11334
11335 2002-07-01 Dave Love <fx@gnu.org>
11336
11337 Make strokes a proper minor mode, and don't try to overload
11338 mouse-2, which doesn't work satisfactorily.
11339
11340 * strokes.el: Doc fixes.
11341 (strokes-mode): Defcustom deleted; replaced by minor mode def with
11342 re-written function.
11343 (strokes-while-inhibiting-garbage-collector): Comment out.
11344 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
11345 (strokes-insinuate, global-set-stroke, describe-stroke)
11346 (load-user-strokes, save-strokes, strokes-bug-address)
11347 (strokes-click-command): Deleted.
11348 (strokes-execute-stroke): Remove strokes-click-p case.
11349 (strokes-describe-stroke): Remove strokes-click-p stuff.
11350 (strokes-help): Fix.
11351 (strokes-report-bug): Alias to report-emacs-bug.
11352 (strokes-prompt-user-save-strokes): Modify format of the file.
11353 (strokes-mode-map, strokes-unload-hook): New.
11354 (strokes-buffer-name): Don't customize.
11355
11356 2002-07-01 Richard M. Stallman <rms@gnu.org>
11357
11358 * info.el (Info-index): Get immediate error if used in `dir'.
11359
11360 * textmodes/picture.el (picture-forward-column)
11361 (picture-move-down): Never deactivate the mark.
11362
11363 2002-06-30 Simon Josefsson <jas@extundo.com>
11364
11365 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
11366 menu entry into balloon help.
11367
11368 2002-06-30 Andreas Schwab <schwab@suse.de>
11369
11370 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
11371 * term/mac-win.el: Don't set it here.
11372
11373 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
11374
11375 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
11376
11377 2002-06-29 Andreas Schwab <schwab@suse.de>
11378
11379 * term/mac-win.el: Use directory-free-space-program instead of
11380 obsolete variable dired-free-space-program. On Darwin, don't set
11381 directory-free-space-program, shell-file-name and
11382 process-connection-type; set directory-free-space-args to not
11383 include `-P' and use utf-8 for file name coding system.
11384
11385 * simple.el (shell-command-on-region): Handle errors and signals
11386 from shell command execution.
11387 (display-message-or-buffer): Fix last change.
11388 (shell-command-default-error-buffer): Doc fix.
11389
11390 * dired.el (dired-view-file): Quote file name for
11391 dired-run-shell-command.
11392
11393 2002-06-29 Kim F. Storm <storm@cua.dk>
11394
11395 * kmacro.el: New file.
11396
11397 2002-06-28 John Wiegley <johnw@gnu.org>
11398
11399 * pcmpl-cvs.el: Added my name as the maintainer of this file.
11400
11401 2002-06-28 Andreas Schwab <schwab@suse.de>
11402
11403 * shell.el (explicit-bash-args): New user option.
11404
11405 2002-06-28 Kim F. Storm <storm@cua.dk>
11406
11407 * ido.el: New file.
11408
11409 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
11410
11411 * derived.el (define-derived-mode): Preserve the `mode-class' rather
11412 than the `special' symbol property.
11413 (derived-mode-class): Make it obsolete.
11414
11415 2002-06-27 Andreas Schwab <schwab@suse.de>
11416
11417 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
11418
11419 2002-06-27 Juanma Barranquero <lektu@terra.es>
11420
11421 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
11422 (meta-flag): Likewise.
11423
11424 * international/mule-util.el (string-to-sequence): Likewise.
11425
11426 * subr.el (char-bytes): Likewise.
11427 (make-local-hook): Likewise.
11428 (baud-rate): Remove redundant info from docstring.
11429
11430 * faces.el (frame-update-faces): Fix obsolescence declaration.
11431 (internal-get-face): Remove redundant info from docstring and
11432 fix obsolescence declaration.
11433
11434 * rect.el (move-to-column-force): Likewise.
11435
11436 * help-fns.el (describe-function-1): Use semicolon instead of dot.
11437 (describe-variable): Likewise.
11438
11439 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
11440
11441 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
11442 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
11443 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
11444 (mouse-wheel-follow-mouse): Change default to t.
11445 (mwheel-event-button): Return the basic event symbol.
11446 (mwheel-scroll): Work with non-mouse events.
11447 (mouse-wheel-mode): Use the new vars.
11448 (mwheel-install): Obey `uninstall'.
11449
11450 * term/xterm.el (function-key-map): Add some bindings.
11451
11452 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
11453 Rename from delay-uniquify-rationalize-file-buffer-names.
11454 Only rationalize if the buffer is under uniquify control.
11455 (uniquify-delayed-rationalize-file-buffer-names):
11456 Rename from delayed-uniquify-rationalize-file-buffer-names.
11457
11458 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11459
11460 * net/tramp.el (tramp-file-name-structure)
11461 (tramp-multi-file-name-hop-structure): Split for easier readability.
11462 (tramp-handle-make-symbolic-link): Use user/host/method/... from
11463 LINKNAME, not FILENAME.
11464 (tramp-handle-verify-visited-file-modtime):
11465 Call tramp-ange-ftp-file-name-p with right parameters.
11466 (tramp-handle-verify-visited-file-modtime): `insert' does not
11467 work for integers, convert them to strings first.
11468 (tramp-handle-ange-ftp): New function to perform setup for
11469 replacing Ange-FTP with Tramp.
11470 (tramp-repair-jka-compr): New function to factor out some
11471 previously top-level code. Call the function at top-level.
11472
11473 2002-06-27 Juanma Barranquero <lektu@terra.es>
11474
11475 * composite.el (decompose-composite-char): Fix docstring.
11476
11477 * faces.el (describe-face): Capitalize "not documented" message.
11478
11479 * help-fns.el (describe-variable): Likewise.
11480 (describe-function-1): Likewise. Also, document the obsolescence
11481 of the function, if applicable.
11482
11483 2002-06-26 Juanma Barranquero <lektu@terra.es>
11484
11485 * info.el (info-menu-5): Fix documentation.
11486 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
11487
11488 2002-06-26 Richard M. Stallman <rms@gnu.org>
11489
11490 * emacs-lisp/cl.el (values): Simplify definition.
11491
11492 * simple.el (shell-command): Match & only at end of whole command.
11493 (display-message-or-buffer): Don't use the echo area
11494 if output buffer is visible.
11495
11496 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
11497
11498 * progmodes/cperl-mode.el: Many trivial doc fixes.
11499 (cperl-non-problems): Definition deleted.
11500 (cperl-menu): Don't refer to cperl-non-problems.
11501 (cperl-word-at-point): Add doc string.
11502 (cperl-beautify-regexp-piece): Fix error message.
11503 (cperl-invert-if-unless): Fix error message.
11504
11505 * dired.el (dired-find-alternate-file): Mark as disabled.
11506
11507 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11508
11509 * net/tramp.el (tramp-ftp-method): New user option.
11510 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
11511 (with-parsed-tramp-file-name): New macro for the usual big `let'
11512 statement to dissect a file-name.
11513 (tramp-handle-make-symbolic-link, tramp-handle-load)
11514 (tramp-handle-file-name-directory)
11515 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11516 (tramp-handle-file-truename, tramp-handle-file-directory-p)
11517 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
11518 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
11519 Use the new macro and forward call to Ange-FTP if applicable.
11520 (tramp-make-ange-ftp-file-name): New helper function to convert a
11521 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
11522 (tramp-default-method-alist): New user option.
11523 (tramp-find-default-method): Use it.
11524 (tramp-sh-extra-args): New variable.
11525 (tramp-find-shell): Use it.
11526 (tramp-open-connection-rsh): Support a kludgy feature for the
11527 "-p" option to ssh. If host name is given as "host#42", uses the
11528 "-p 42" option.
11529
11530 2002-06-25 Andreas Schwab <schwab@suse.de>
11531
11532 * replace.el (occur-1): Avoid invalid message format string.
11533
11534 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
11535
11536 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
11537 Check for `noruntime' even if the function has a known sig.
11538 (byte-compile-file, byte-compile-output-docform):
11539 Don't hard code point-min = 1.
11540
11541 * pcvs.el (cvs-parse-process): Don't save/restore point.
11542 Fix last change not to introduce spurious dir FIs.
11543 (cvs-move-to-goal-column): New function extracted from
11544 cvs-mode-previous-line.
11545 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
11546 (cvs-addto-collection): Use it to preserve point.
11547 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
11548
11549 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
11550 Don't require the first element to be modifier-free.
11551
11552 * pcvs-parse.el (cvs-parse-table):
11553 Handle `nothing known about' with more care.
11554
11555 * pcvs.el (cvs-fileinfo-kill): Remove.
11556 (cvs-parse-process): Add `old-fis' argument.
11557 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
11558
11559 * descr-text.el (describe-property-list): Make sure there's
11560 a space between the property name and its value.
11561 (describe-text-properties): Don't kill a pre-existing buffer.
11562
11563 * mwheel.el: Undo last patch from Stephen Gildea for now.
11564
11565 2002-06-24 Kim F. Storm <storm@cua.dk>
11566
11567 * emulation/keypad.el: Added :require 'keypad to defcustoms.
11568
11569 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
11570
11571 * subr.el (event-start, event-end, event-click-count):
11572 Accept non-mouse events as well.
11573 (read-key): New function.
11574 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
11575
11576 * files.el: Rename (and mark as obsolete)
11577 find-file-hooks to find-file-hook,
11578 find-file-not-found-hooks to find-file-not-found-functions,
11579 write-file-hooks to write-file-functions,
11580 write-contents-hooks to write-contents-functions.
11581 Mark local-write-file-hooks as obsolete.
11582 (locate-file-completion): Don't cons uselessly. Use test-completion.
11583 (basic-save-buffer): Use (point-min) rather than 1.
11584 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
11585
11586 * help-fns.el (describe-variable): Only use `buffer' is still live.
11587 Use `delete-region' instead of save-excursion + delete-char.
11588 Document the obsolescence of the variable, if applicable.
11589
11590 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11591
11592 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
11593 comment-auto-fill-only-comments.
11594
11595 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11596
11597 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
11598 This is not a handled operation.
11599
11600 2002-06-21 Kim F. Storm <storm@cua.dk>
11601
11602 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
11603 work again. Corrected error in check for C-u initiated prefix.
11604
11605 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
11606
11607 2002-06-21 Richard M. Stallman <rms@gnu.org>
11608
11609 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
11610 to browse-url-at-point.
11611
11612 * play/zone.el (zone-idle): Var deleted.
11613
11614 * international/iso-acc.el (iso-languages) <french>:
11615 `~ ' now generates `~', `~,' definition deleted.
11616
11617 * format.el (format-annotate-function): Copy multibyte flag
11618 and selective-display into the new temp buffer.
11619
11620 * edmacro.el (edmacro-fix-menu-commands):
11621 Discard `help-echo' events. Handle (menu-bar) events.
11622 Simplify by converting key sequence to a list and then back to vector.
11623
11624 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
11625
11626 * mwheel.el: Allow arbitrary keys for scrolling, add a third
11627 scrolling speed, fix an unwind-protect.
11628 (mouse-wheel-scroll-amount): Now a three-element list.
11629 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
11630 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
11631 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
11632 New functions.
11633
11634 2002-06-21 Andreas Schwab <schwab@suse.de>
11635
11636 * files.el (find-file-read-args): Add new argument `mustmatch' and
11637 pass it down to read-file-name.
11638 (find-file, find-file-other-window, find-file-other-frame)
11639 (find-file-read-only, find-file-read-only-other-window)
11640 (find-file-read-only-other-frame): Use it and fix prompts.
11641
11642 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
11643
11644 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
11645
11646 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
11647
11648 * progmodes/ada-mode.el: Update copyright notice.
11649 Synchronize with GNAT release 3.15a1.
11650 Do not attempt to load ada-support, which is only for compatibility
11651 with older Emacs versions, and is not needed for Emacs 21.
11652 Fix various calls to count-lines, that didn't work correctly when the
11653 buffer was narrowed.
11654 (ada-continuation-indent): New variable.
11655 (ada-contextual-menu): New entry "List local references", faster than
11656 "List References".
11657 (ada-mode): New alignment rules provided by S. Leake.
11658 Add support for which-function-mode.
11659 (ada-get-current-indent): Fix indentation of named parameter lists and
11660 nested boolean expressions.
11661 (ada-indent-on-previous-lines): Fix indentation of labels.
11662 (ada-search-prev-end-stmt): Fix searching of the previous
11663 end-statement, specially with regards to nested subprograms.
11664 (comment-region advice): Initially disabled, for better compatibility
11665 with other modes.
11666 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
11667
11668 * progmodes/ada-xref.el: Update copyright notice.
11669 (ada-xref-create-ali): The default is now not to create automatically
11670 the ALI files by compiling the unit, since this isn't always reliable
11671 and requires an up-to-date project file.
11672 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
11673 a file, but use gnatmake instead, since this gives access to the GNAT
11674 project files.
11675 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
11676 (ada-load-project-hook): New variable, for support of GNAT
11677 project files.
11678 (ada-update-project-menu): Fix the detection of the project file name.
11679 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
11680 with another binding in ada-mode.el.
11681 (ada-add-menu): New menu "List Local References", to list the reference
11682 to the entity only in the current file, instead of looking in the whole
11683 project. Much faster.
11684 (ada-find-references): New parameters arg and local-only.
11685 (ada-find-any-references): New parameters local-only and append.
11686 (ada-goto-declaration): Fix handling of predefined entities in xref.
11687 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
11688 still compatible with GNAT 3.14 of course. Fix various calls to
11689 count-lines, that didn't work correctly when the buffer was narrowed.
11690
11691 * progmodes/ada-prj.el: Update copyright.
11692 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
11693 21 dialogs to select the file, since we want a directory name only.
11694 (ada-customize): Add support for the new GNAT project files.
11695
11696 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
11697
11698 * progmodes/etags.el (tag-implicit-name-match-p): New function.
11699 (etags-recognize-tags-table): Use it for implicit tag names.
11700
11701 2002-06-20 Miles Bader <miles@gnu.org>
11702
11703 * comint.el (comint-get-old-input-default): Strip text properties
11704 for fields too.
11705
11706 * comint.el (comint-output-filter): Run output-filter functions
11707 before setting up the prompt.
11708
11709 * international/characters.el: Re-enable code giving word syntax
11710 to certain japanese-jisx0208 characters.
11711
11712 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11713
11714 * progmodes/f90.el (f90-type-def-re): Fix value.
11715 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
11716
11717 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
11718
11719 * international/quail.el (quail-help): Don't assume the buffer
11720 is displayed in the same frame.
11721
11722 * emacs-lisp/debug.el (cancel-debug-on-entry):
11723 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
11724
11725 * pcvs.el (cvs-vc-command-advice): Handle the case where args
11726 are passed to `cvs' before the command name.
11727 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
11728
11729 * pcvs-info.el (cvs-add-face): Minor rewrite.
11730 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
11731
11732 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
11733 regexp when they don't match comment-foo any more.
11734
11735 2002-06-18 Juanma Barranquero <lektu@terra.es>
11736
11737 * filesets.el (filesets-update-pre010505): Fix typo.
11738
11739 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
11740
11741 * emulation/edt.el (edt-substitute): Fix typo.
11742
11743 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
11744
11745 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
11746
11747 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
11748
11749 2002-06-17 Richard M. Stallman <rms@gnu.org>
11750
11751 * facemenu.el (facemenu-map): Rename to Describe Text
11752 to Describe Properties and use describe-text-properties.
11753
11754 * simple.el (what-cursor-position): Use describe-char.
11755
11756 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
11757 from describe-char-after. Now calls describe-text-properties.
11758 (describe-property-list): Renamed from describe-text-properties.
11759 (describe-text-properties): Renamed from describe-text-at.
11760 New arg OUTPUT-BUFFER.
11761 (describe-text-properties-1):
11762 New subroutine, broken out from describe-text-properties.
11763 Output a newline before each section of the output.
11764
11765 * international/mule-diag.el (describe-char-after):
11766 Moved to descr-text.el.
11767
11768 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
11769
11770 * international/mule.el (ctext-pre-write-conversion): Fix the values
11771 of FROM and TO if we create a new buffer.
11772
11773 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
11774
11775 * comint.el (comint-insert-clicked-input): Insert clicked-on
11776 previous input without properties.
11777
11778 2002-06-16 Andrew Choi <akochoi@shaw.ca>
11779
11780 * term/mac-win.el (scalable-fonts-allowed): Set to t.
11781
11782 2002-06-15 Colin Walters <walters@debian.org>
11783
11784 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
11785 Delete defvars.
11786 (cvs-highlight): Delete.
11787 (cvs-add-face): Use `font-lock-face'. Always add properties.
11788
11789 * ibuffer.el (ibuffer-movement-cycle): New variable.
11790 (ibuffer-backward-line, ibuffer-forward-line): Use it.
11791
11792 2002-06-15 Richard M. Stallman <rms@gnu.org>
11793
11794 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
11795 (batch-byte-recompile-directory): Undo previous change.
11796
11797 * comint.el (comint-skip-input): New function.
11798 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
11799 (comint-stop-subjob): Use comint-skip-input.
11800
11801 * ielm.el (ielm-eval-input): Use error-message-string.
11802 (ielm-format-error, ielm-format-errors): Functions deleted.
11803
11804 2002-06-14 Kim F. Storm <storm@cua.dk>
11805
11806 * progmodes/compile.el (grep-tree): Doc fixes.
11807 Added SUBDIRS arg for non-interactive use.
11808
11809 2002-06-14 Juanma Barranquero <lektu@terra.es>
11810
11811 * comint.el (comint-snapshot-last-prompt):
11812 Bind `inhibit-read-only' to t to support read-only prompts.
11813 (comint-output-filter): Likewise.
11814
11815 2002-06-14 Miles Bader <miles@gnu.org>
11816
11817 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
11818 (pop): Move the call to `car' outside the prog1, as the compiler
11819 then generates better code.
11820
11821 2002-06-13 Richard M. Stallman <rms@gnu.org>
11822
11823 * play/zone.el (zone-timer): New variable holds the idle timer.
11824 (zone): Don't fiddle with the idle timer at all.
11825 (zone-when-idle): Put the idle timer in zone-timer.
11826 If one is already set up, cancel it and make a new one.
11827 (zone-leave-me-alone): Likewise.
11828
11829 2002-06-13 Jason Rumney <jasonr@gnu.org>
11830
11831 * w32-fns.el (w32-charset-info-alist): Reorder.
11832
11833 2002-06-13 Andreas Schwab <schwab@suse.de>
11834
11835 * files.el (auto-mode-alist): Move entry for ".in" to the end.
11836
11837 2002-06-13 Miles Bader <miles@gnu.org>
11838
11839 * comint.el (comint-mode): Don't set `font-lock-defaults'.
11840 (comint-mode-hook): Turn on font-lock by default.
11841
11842 2002-06-12 Karl Fogel <kfogel@red-bean.com>
11843
11844 * bookmark.el (bookmark-file-or-variation-thereof):
11845 Restore vc-backend check, thanks to Robert Thorpe for noticing.
11846
11847 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
11848
11849 * textmodes/bibtex.el: Change the maintainer to "none".
11850
11851 2002-06-12 Juanma Barranquero <lektu@terra>
11852
11853 * term/w32-win.el (x-handle-switch): Fix handling of
11854 x-invocation-args for switches with arguments.
11855
11856 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
11857
11858 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
11859 without first making sure it's bound.
11860
11861 2002-06-12 Richard M. Stallman <rms@gnu.org>
11862
11863 * info.el (Info-fontify-node): Compute header line specially
11864 if node has no next, previous or up links.
11865 Hide the part of the first line that is used in the header.
11866 Use Info-next-link-keymap, etc.
11867 (Info-next-link-keymap, Info-prev-link-keymap)
11868 (Info-up-link-keymap): New variables.
11869
11870 * international/mule-diag.el (describe-char-after): Doc fix.
11871
11872 * view.el (view-mode-enter): Clarify echo area message.
11873
11874 * info.el (Info-select-node): Turn header line on or off here.
11875 (Info-setup-header-line): Function deleted.
11876 (Info-mode): Make Info-header-line local.
11877 (Info-fontify-node): Ignore Info-use-header-line.
11878 Unconditionally compute what the header line should be, and
11879 store it on the `header-line' property of the node's first char.
11880 Bind [header-line down-mouse-1].
11881 Use `keymap' property, not `local-map'.
11882 Bind [mouse-2] for mouse clicks on the node line in the text.
11883
11884 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
11885
11886 2002-06-12 Miles Bader <miles@gnu.org>
11887
11888 * comint.el (comint-send-input): Properly handle empty and
11889 no-newline input regions.
11890
11891 2002-06-12 Colin Walters <walters@gnu.org>
11892
11893 * calc/calc.el: Use `when', `unless'.
11894 (calc-trail-mode): Use an italic `font-lock-face'.
11895 (calc-refresh): Ditto.
11896
11897 2002-06-12 Colin Walters <walters@debian.org>
11898
11899 * font-core.el (font-lock-core-only): Variable deleted.
11900 All uses removed.
11901 (font-lock-set-defaults): Variable alist settings moved back into
11902 font-lock-set-defaults-1.
11903 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
11904 is specifically excluded by the user.
11905
11906 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
11907
11908 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
11909
11910 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
11911
11912 * info.el (Info-mode): Don't set `font-lock-defaults'.
11913
11914 * replace.el (occur-mode): Don't set `font-lock-defaults'.
11915
11916 * help-mode.el (help-highlight-p, help-highlight-face):
11917 Variable was unused; delete.
11918 (help-make-xrefs): Doc fix.
11919
11920 2002-06-11 Richard M. Stallman <rms@gnu.org>
11921
11922 * format.el (format-alist): Document new element PRESERVE.
11923 (format-write-file): Implement PRESERVE elt for a format.
11924
11925 * files.el (make-auto-save-file-name): Rename local `filename' to
11926 `file-name'.
11927
11928 2002-06-10 Richard M. Stallman <rms@gnu.org>
11929
11930 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
11931 (ebrowse-copy-list): Function deleted.
11932
11933 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
11934
11935 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
11936
11937 * eshell/esh-util.el (eshell-copy-list): Function deleted.
11938 (eshell-sublist): Use copy-sequence.
11939 (eshell-copy-tree): Make it an alias for copy-tree.
11940
11941 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
11942
11943 * subr.el (copy-list): Moved to cl.el.
11944 (copy-tree): Don't use copy-list or cl-pop.
11945
11946 2002-06-10 Miles Bader <miles@gnu.org>
11947
11948 Make comint use text properties for highlighting instead of overlays:
11949 * comint.el (comint-last-output-overlay): Variable removed.
11950 (comint-send-input, comint-output-filter): Use text properties
11951 instead of overlays.
11952 (comint-insert-clicked-input): Rewrite to work with text
11953 properties as well as overlays
11954 (comint-snapshot-last-prompt): Snapshot using text properties.
11955 (comint-get-old-input-default, comint-extract-string): Don't copy
11956 text properties.
11957
11958 * simple.el (line-move-finish): Inhibit field motion when
11959 computing `line-end'.
11960
11961 * files.el (revert-buffer): Correct typo: variable name is
11962 `buffer-file-format', not `buffer-file-formats'.
11963
11964 * comint.el (comint-send-input, comint-output-filter): Use the
11965 `font-lock-face' property instead of `face'. Don't check the
11966 highlight-enabling variables anymore.
11967 (comint-highlight-input, comint-highlight-prompt): Variables removed.
11968
11969 * faces.el (display-supports-face-attributes-p): New function.
11970 (face-spec-set-match-display): Support `supports' predicate.
11971 (italic): Try underlining for displays that don't support real italics.
11972 * cus-edit.el (custom-display): Add support for `supports' predicate.
11973 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
11974 instead of 8-bit, for consistency with the rest of emacs.
11975 (tty-color-canonicalize): Only copy COLOR if we need to change it.
11976 (tty-color-approximate): Scale values from `color-name-rgb-alist'
11977 appropriately. Return the whole color description, rather than
11978 just the RGB values.
11979 (tty-color-standard-values): New function. Code mostly taken from
11980 `tty-color-translate'.
11981 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
11982 do all the work.
11983 (tty-color-desc): Do color lookup here instead of calling
11984 `tty-color-translate' and `tty-color-by-index'; this is now the
11985 main place to do it.
11986
11987 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
11988
11989 * progmodes/cc-style.el (c-set-style, c-set-style-1):
11990 Add another state for the `dont-override' flag where it only keeps
11991 globally set variables.
11992
11993 2002-06-08 Colin Walters <walters@gnu.org>
11994
11995 * descr-text.el (describe-text-properties): Sort the output by the
11996 size of the values. Put `font-lock-face' property on property names.
11997 (toplevel): Provide `descr-text'.
11998
11999 * international/mule-diag.el (describe-char-after): When there are
12000 text properties, require `descr-text', and just call
12001 `describe-text-properties'.
12002
12003 * international/mule.el (sgml-html-meta-auto-coding-function):
12004 New function.
12005 (auto-coding-from-file-contents): Delete; merge functionality into
12006 `set-auto-coding'.
12007 (set-auto-coding): Move tests from `auto-coding-functions' so that
12008 they have a lower priority than coding: tags.
12009 Put `auto-coding-regexp-alist' tests before coding: tag tests.
12010 (sgml-xml-auto-coding-function): Simply `intern' the match, and
12011 test if it's a valid coding system.
12012 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
12013
12014 2002-06-08 Colin Walters <walters@verbum.org>
12015
12016 * subr.el (copy-list): Moved here from cl.el.
12017 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
12018
12019 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
12020 subr.el. Add a defalias with the old name.
12021
12022 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
12023
12024 * replace.el (occur-mode): Don't set up categories. Do set
12025 `font-lock-defaults', and be sure to set `font-lock-core-only'.
12026 (occur-1): Pass `list-matching-lines-face' and
12027 `list-matching-lines-buffer-name-face'.
12028 (occur-engine): Use `font-lock-face' instead of categories.
12029
12030 * info.el (Info-mode): Don't set up categories. Do set
12031 `font-lock-defaults', and be sure to set `font-lock-core-only'.
12032 (Info-fontify-menu-headers): Use `font-lock-face' instead of
12033 categories.
12034 (Info-fontify-node): Ditto.
12035
12036 * ibuffer.el (ibuffer-category-alist): Delete.
12037 (ibuffer-get-category): Delete.
12038 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
12039 of categories.
12040 (ibuffer-compile-format): Don't treat `name' category specially.
12041 (ibuffer-column name): Use `font-lock-face'.
12042 (filename-and-process): Ditto.
12043 (ibuffer-buffer-name-category): Renamed to
12044 `ibuffer-buffer-name-face'. Don't use categories.
12045 (ibuffer-update-title-and-summary): Use `font-lock-face'.
12046 (ibuffer-insert-filter-group): Ditto.
12047 (ibuffer-mode): Don't set up categories. Do set
12048 `font-lock-defaults', and be sure to set `font-lock-core-only'.
12049 (ibuffer-compile-format): Don't pass third argument
12050 to column functions.
12051 (filename-and-process): Ditto.
12052
12053 * ibuf-macs.el (define-ibuffer-column): Don't create a third
12054 argument for the generated function.
12055
12056 * font-core.el (font-lock-category-alist): Delete.
12057 (turn-on-font-lock-if-enabled): Don't use it.
12058 (font-lock-symbol-category-alist): Delete.
12059 (font-lock-default-function): Use new `char-property-alias-alist'
12060 to make `font-lock-face' an alias for `face' when font-lock mode
12061 is enabled.
12062 (font-lock-core-only): New variable.
12063 (font-lock-set-defaults): Use it.
12064
12065 2002-06-08 Richard M. Stallman <rms@gnu.org>
12066
12067 * files.el (find-file-noselect-1): Undo previous change.
12068
12069 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
12070
12071 2002-06-07 Karl Fogel <kfogel@red-bean.com>
12072
12073 * bookmark.el (bookmark-file-or-variation-thereof): Just use
12074 Info-suffix-list, as suggested by Stefan Monnier.
12075
12076 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
12077
12078 * select.el (xselect-convert-to-string): If VALUE is a string,
12079 return a cons of TYPE and the string.
12080
12081 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12082
12083 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
12084 Fix the table to contain correct characters.
12085
12086 2002-06-04 Richard M. Stallman <rms@gnu.org>
12087
12088 * simple.el: Don't require cl.
12089
12090 2002-06-03 Richard M. Stallman <rms@gnu.org>
12091
12092 * dired.el (dired-do-shell-command): Doc fix in autoload.
12093
12094 * info.el (Info-extract-pointer): Ignore Info-header-line.
12095
12096 * progmodes/cc-mode.el (c-postprocess-file-styles):
12097 Do nothing except in CC modes.
12098
12099 * international/mule-cmds.el (select-safe-coding-system):
12100 When computing auto-cs, narrow to FROM...TO.
12101 Put save-excursion outside save-restriction.
12102 New arg FILE; use that for set-auto-coding.
12103
12104 2002-06-01 Richard M. Stallman <rms@gnu.org>
12105
12106 * simple.el (choose-completion-string-functions): Doc fix.
12107 (choose-completion-string): Add doc string.
12108
12109 2002-06-01 Kim F. Storm <storm@cua.dk>
12110
12111 * simple.el: Reworked previous change.
12112 (choose-completion-string1): Merged back into choose-completion-string.
12113 (choose-completion-string): Run choose-completion-string-functions
12114 after checking for proper minibuffer window. Added mini-p arg to
12115 the hook functions. Insert choice if all hook functions return nil.
12116 (choose-completion-string-functions): Doc update.
12117
12118 2002-06-01 Sam Steingold <sds@gnu.org>
12119
12120 * files.el (auto-mode-alist): Strip trailing ".in" from the file
12121 name when deciding the mode (for config.h.in, Makefile.in etc).
12122
12123 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
12124
12125 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
12126 ?/ and ?* entries to support /* */ style comments.
12127 (prolog-font-lock-keywords): New var.
12128 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
12129
12130 2002-06-01 Kim F. Storm <storm@cua.dk>
12131
12132 * simple.el (choose-completion-string-functions): New special hook.
12133 (choose-completion-string1): Renamed from choose-completion-string.
12134 (choose-completion-string): Run choose-completion-string-functions
12135 until success, and only call choose-completion-string1 if it fails.
12136
12137 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
12138
12139 * textmodes/ispell.el (autoloaded toplevel): Don't use
12140 ispell-library-directory without checking that it's bound.
12141
12142 2002-05-31 Kim F. Storm <storm@cua.dk>
12143
12144 * emulation/cua-base.el (cua--last-deleted-region-pos)
12145 (cua--last-deleted-region-text): New aux variables.
12146 (cua-delete-region): Set them.
12147 (cua-repeat-replace-region): Use them to find the replacement text.
12148
12149 2002-05-31 Juanma Barranquero <lektu@terra.es>
12150
12151 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
12152 Fix typos.
12153
12154 2002-05-31 Kim F. Storm <storm@cua.dk>
12155
12156 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
12157 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
12158 New custom variables.
12159 (grep-compute-defaults): Compute grep-tree-command's default value.
12160 (grep-expand-command-macros): New aux function.
12161 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
12162 (grep-tree): New command like grep-find but extended prompting.
12163
12164 2002-05-30 Richard M. Stallman <rms@gnu.org>
12165
12166 * files.el (find-file-default): Add defvar for var already used.
12167
12168 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
12169
12170 * subr.el (open-network-stream, open-network-stream-nowait)
12171 (open-network-stream-server, process-kill-without-query):
12172 Moved from simple.el.
12173
12174 * simple.el (open-network-stream, open-network-stream-nowait)
12175 (open-network-stream-server, process-kill-without-query):
12176 Moved to subr.el.
12177
12178 * simple.el (byte-compiling-files-p): Function deleted.
12179
12180 * textmodes/ispell.el (ispell-library-directory): Renamed from
12181 ispell-library-path. If Ispell is not installed, init to nil.
12182 (check-ispell-version): Doc fix.
12183 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
12184 initialize this unconditionally when ispell-menu-map-needed is t.
12185 Local `path' renamed to `dir'.
12186
12187 2002-05-30 Miles Bader <miles@gnu.org>
12188
12189 * calc/calc.el (calc-show-banner): New variable.
12190 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
12191 (calc-mode-var-list): Add `calc-show-banner'.
12192 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
12193 (calc-toggle-banner): New function.
12194 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
12195
12196 2002-05-29 Richard M. Stallman <rms@gnu.org>
12197
12198 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
12199 When recognizing a def... construct, make that indentation
12200 tentative, so that it can be overridden if the list in question
12201 is not actually an expression.
12202 (common-lisp-indent-call-method): New subroutine.
12203
12204 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
12205 Delete the output file if we get a file-error.
12206
12207 * tooltip.el (tooltip-mouse-motions-active): New variable.
12208 (tooltip-activate-mouse-motions): Don't kill track-mouse local
12209 if it was not made by us.
12210
12211 * mouse.el (mouse-set-font): Avoid misleading error message
12212 if user makes no selection.
12213
12214 * info.el (Info-setup-header-line): Don't hide the links line.
12215
12216 * files.el (find-file-noselect-1): Return the buffer we created
12217 even if it has been killed within `after-find-file'.
12218
12219 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
12220
12221 2002-05-29 Kim F. Storm <storm@cua.dk>
12222
12223 * simple.el (open-network-stream-server): Pass on optional args
12224 sentinel and filter to make-network-process (from Luke Gorrie).
12225
12226 2002-05-28 Colin Walters <walters@gnu.org>
12227
12228 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
12229
12230 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
12231 (byte-compile-delete-first): New function.
12232 (byte-compile-read-position): New variable.
12233 (byte-compile-last-position): New variable.
12234 (byte-compile-current-buffer): New variable.
12235 (byte-compile-log-1): Use it.
12236 (byte-compile-set-symbol-position): New function.
12237 (byte-compile-obsolete, byte-compile-callargs-warn)
12238 (byte-compile-arglist-warn, byte-compile-arglist-warn)
12239 (byte-compile-print-syms, byte-compile-file-form-defmumble)
12240 (byte-compile-check-lambda-list, byte-compile-lambda)
12241 (byte-compile-form, byte-compile-variable-ref)
12242 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
12243 (byte-compile-condition-case, byte-compile-defun)
12244 (byte-compile-defvar, byte-compile-autoload)
12245 (byte-compile-lambda-form): Use it.
12246 (byte-compile-from-buffer): Set it, and bind
12247 `read-with-symbol-positions' and `read-symbol-positions-list'.
12248
12249 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
12250
12251 2002-05-28 Kim F. Storm <storm@cua.dk>
12252
12253 * files.el (read-directory-name): New function.
12254 (cd): Use it instead of read-file-name.
12255
12256 2002-05-27 Kim F. Storm <storm@cua.dk>
12257
12258 * simple.el (push-mark-command): Added optional NOMSG arg.
12259
12260 * emulation/cua-base.el (cua-set-mark): Align pop to mark
12261 behaviour with standard set-mark-command.
12262 (cua--pre-command-handler): Use push-mark-command.
12263 (cua-repeat-replace-region): Improve functionality when
12264 repeated after moving point or changing buffer.
12265
12266 2002-05-26 Colin Walters <walters@verbum.org>
12267
12268 * startup.el (command-line): Use `when', `unless'.
12269 (command-line-1): New argument "--nosplash". Handle it.
12270
12271 * startup.el (inhibit-splash-screen): New variable alias for
12272 `inhibit-startup-message'.
12273
12274 * replace.el (perform-replace): Document return value. Use `pop'.
12275
12276 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12277
12278 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
12279 and slightly changed behaviour, for `f90-previous-block-start' and
12280 `f90-next-block-end'.
12281 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
12282
12283 2002-05-26 Simon Josefsson <jas@extundo.com>
12284
12285 * fringe.el (set-fringe-mode): Work when updating
12286 `default-frame-alist'.
12287
12288 2002-05-26 Kim F. Storm <storm@cua.dk>
12289
12290 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
12291 (cua-repeat-replace-region): New command.
12292 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
12293 Misc improvements to the commentary.
12294
12295 2002-05-26 Simon Josefsson <jas@extundo.com>
12296
12297 * fringe.el (fringe-query-style): New fringe style "minimal".
12298
12299 2002-05-24 Simon Josefsson <jas@extundo.com>
12300
12301 * rot13.el (rot13-translate-table): New variable.
12302 (rot13, rot13-string, rot13-region): New functions.
12303
12304 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
12305
12306 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
12307 of wrong anchoring, e.g. for else-if compounds.
12308
12309 2002-05-25 Miles Bader <miles@gnu.org>
12310
12311 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
12312 (menu-bar-showhide-fringe-menu-customize-right)
12313 (menu-bar-showhide-fringe-menu-customize-disable):
12314 Use proper calling convention for `customize-set-value'.
12315 Require `fringe' before setting variable.
12316
12317 2002-05-25 Kim F. Storm <storm@cua.dk>
12318
12319 * emulation/cua-base.el (cua--self-insert-char-p): New function.
12320
12321 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
12322 binding in cua--global-mark-keymap using cua--self-insert-char-p
12323 to handle all global self inserting characters in gmark mode.
12324
12325 * emulation/cua-rect.el (cua--init-rectangles): Install default
12326 binding in cua--rectangle-keymap using cua--self-insert-char-p
12327 to handle all global self inserting characters in rectangle mode.
12328
12329 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
12330
12331 * net/ange-ftp.el (read-file-name-internal): Remove the
12332 `ange-ftp' property.
12333 (ange-ftp-real-read-file-name-internal): Remove.
12334
12335 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12336
12337 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
12338 `forward-line'.
12339 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
12340 (f90-previous-block-start): New navigation commands.
12341
12342 2002-05-20 Simon Josefsson <jas@extundo.com>
12343
12344 * fringe.el: New file.
12345
12346 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
12347 (menu-bar-showhide-fringe-menu): New menu.
12348 (menu-bar-showhide-menu): Add Fringe sub-menu.
12349
12350 2002-05-23 Colin Walters <walters@verbum.org>
12351
12352 * replace.el (occur-engine): Include all text properties except
12353 mouse-face on the newline at the end of occurences.
12354
12355 2002-05-23 Kim F. Storm <storm@cua.dk>
12356
12357 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
12358 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
12359 (apropos-command, apropos-value, apropos-documentation-internal)
12360 (apropos-documentation-check-doc-file)
12361 (apropos-documentation-check-elc-file): Use them to filter out
12362 false matches where only one keyword matches, but more than once.
12363
12364 * apropos.el (apropos-show-scores, apropos-orig-regexp)
12365 (apropos-all-regexp, apropos-synonyms, apropos-words)
12366 (apropos-all-words): New variables.
12367 (aprpos-words-to-regexp, apropos-rewrite-regexp)
12368 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
12369 (apropos-score-symbol): New functions.
12370 (apropos-command, apropos, apropos-value, apropos-documentation):
12371 Allow keywords in addition to regexp. Added scoring.
12372 (apropos-documentation-check-doc-file)
12373 (apropos-documentation-check-elc-file): Added scoring.
12374 (apropos-print): Sort according to score.
12375
12376 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
12377
12378 * info.el (Info-mode-hook): Change `font-lock-mode' to
12379 `turn-on-font-lock'.
12380
12381 * font-core.el (font-lock-function): New variable.
12382 (font-lock-default-function): New function, created from
12383 `font-lock-mode'.
12384 (font-lock-mode): Just funcall `font-lock-function'.
12385 (font-lock-symbol-category-alist): New variable.
12386
12387 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
12388
12389 * files.el (file-newest-backup): Use file-name-sans-versions.
12390
12391 * diff.el (diff-latest-backup-file): Replace the main code by
12392 a call of file-newest-backup.
12393
12394 2002-05-22 Mike Williams <mdub@bigfoot.com>
12395
12396 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
12397 the buffer.
12398
12399 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
12400
12401 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
12402 the last patch works around the wu-ftpd misfeature that prompted
12403 the disabling of this optimization.
12404
12405 2002-05-21 Colin Walters <walters@gnu.org>
12406
12407 * international/mule.el (make-coding-system): Doc fixes.
12408
12409 * international/mule.el (auto-coding-functions): New variable.
12410 (auto-coding-from-file-contents): Use it.
12411 (set-auto-coding): Update docs.
12412 (sgml-xml-auto-coding-function): New function.
12413
12414 * international/mule-util.el (truncate-string-to-width):
12415 New optional argument `ellipsis'. Add commented-out test suite, and
12416 change coding to iso-2022-7bit.
12417
12418 2002-05-21 Colin Walters <walters@verbum.org>
12419
12420 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
12421 (font-lock-multiline, font-lock-fontified, font-lock-mode)
12422 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
12423 (font-lock-global-modes): Moved to font-core.el.
12424 (font-lock-set-defaults-1): Partially moved to font-core.el.
12425
12426 * font-core.el: New file, with functions taken from font-lock.el.
12427 (font-lock-category-alist): New variable.
12428 (font-lock-mode): Use it.
12429 (font-lock-set-defaults): Partially taken from font-lock.el.
12430 Only load font-lock.el when necessary.
12431
12432 * loadup.el: Add font-core.el.
12433
12434 * replace.el (occur-mode-hook): New variable.
12435 (occur-fontify-region-function): Deleted.
12436 (occur-mode): Don't use it. Set up `font-lock-category-alist'
12437 instead.
12438 (occur-fontify-on-property): Deleted.
12439 (occur-engine): Use categories from `font-lock-category-alist'.
12440
12441 * info.el (Info-fontify): Deleted.
12442 (Info-select-node): Don't use it.
12443 (Info-mode-hook): New variable.
12444 (Info-mode): Set up categories.
12445 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
12446
12447 * ibuffer.el (ibuffer-formats): Update docs.
12448 (ibuffer-category-alist): New variable.
12449 (ibuffer-get-category): New function.
12450 (ibuffer-compile-make-eliding-form): Use category property instead
12451 of face.
12452 (ibuffer-compile-format): Pass current ibuffer buffer to column
12453 functions too.
12454 (ibuffer-buffer-name-category): New function.
12455 (ibuffer-compile-format): If the current column is a `name'
12456 column, figure out the appropriate category to put on it.
12457 (filename-and-process): Use category property.
12458 (ibuffer-fontify-region-function): Deleted.
12459 (ibuffer-unfontify-region-function): Deleted.
12460 (ibuffer-update-title-and-summary): Use category properties.
12461 (ibuffer-insert-filter-group): Ditto.
12462 (ibuffer-mode): Set up category properties.
12463
12464 2002-05-21 Colin Walters <walters@debian.org>
12465
12466 * replace.el (occur-engine): Increment globalcount all at once
12467 after searching a buffer.
12468 (occur-mode-map): Don't escape plain "o".
12469
12470 * ibuf-macs.el (define-ibuffer-column): Add third argument
12471 `ibuffer-buf'.
12472
12473 * ibuffer.el (toplevel): Require font-lock, to get the face
12474 definitions.
12475 (ibuffer-use-fontification): Deleted.
12476 (column filename-and-process): New column.
12477 (ibuffer-formats): Use it by default.
12478 (ibuffer-name-map, ibuffer-mode-name-map)
12479 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
12480 (ibuffer-do-save, ibuffer-do-toggle-modified)
12481 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
12482 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
12483 (ibuffer): New optional argument `formats'.
12484
12485 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
12486
12487 * indent.el (indent-rigidly): Mention how to remove all indentation.
12488
12489 2002-05-21 Colin Walters <walters@gnu.org>
12490
12491 * international/mule-diag.el (describe-char-after): Order display
12492 of text properties by the size of their value, for clarity.
12493
12494 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
12495
12496 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
12497 (ange-ftp-file-name-completion): Don't cons unnecessarily.
12498 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
12499
12500 * wid-edit.el (widget-color-complete):
12501 * progmodes/etags.el (tags-complete-tags-table-file):
12502 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
12503
12504 * textmodes/outline.el (outline-reveal-toggle-invisible):
12505 Reverse the meaning of the second arg.
12506
12507 * reveal.el (reveal-post-command): Reverse the semantics of
12508 reveal-toggle-invisible and support isearch-open-invisible-temporary.
12509
12510 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
12511
12512 * mail/sendmail.el (mail-recover-1): Remove (debug).
12513 (mail-signature): Fix :type.
12514 (mail-default-directory): New user option.
12515 (mail, mail-recover): Use that option.
12516
12517 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12518
12519 * international/mule.el (auto-coding-alist): Use emacs-mule
12520 for auto-save files.
12521
12522 2002-05-20 Miles Bader <miles@gnu.org>
12523
12524 * files.el (find-file-read-args): Don't trash existing value of
12525 `minibuffer-setup-hook', just add our hook to it.
12526
12527 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
12528
12529 * international/ucs-tables.el (unify-8859-on-encoding-mode)
12530 (unify-8859-on-decoding-mode): Change :version attributes to strings.
12531
12532 * simple.el (yank-excluded-properties): Change :version attribute
12533 to a string.
12534
12535 * dired.el (dired-view-command-alist): Change :version attribute
12536 to a string.
12537
12538 * xscheme.el (xscheme-start-hook): Change :version attribute to a
12539 string.
12540
12541 * find-dired.el (find-dired): Implement revert-buffer-function.
12542
12543 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
12544
12545 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12546
12547 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
12548 (f90-get-present-comment-type): Fix earlier change.
12549 (f90-comment-indent): Doc fix.
12550 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
12551 (f90-looking-at-if-then): Remove lets.
12552 (f90-looking-at-where-or-forall): Handle if split over lines.
12553 (f90-change-keywords): Doc fix.
12554
12555 2002-05-19 Richard M. Stallman <rms@gnu.org>
12556
12557 * indent.el (indent-region): Make COLUMN arg optional.
12558
12559 * files.el (find-file-read-args): New function.
12560 (find-file, find-file-other-window, find-file-other-frame)
12561 (find-file-read-only, find-file-read-only-other-window)
12562 (find-file-read-only-other-frame): Use it.
12563
12564 * custom.el (custom-load-symbol): Verify that LOADED is a string.
12565
12566 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
12567 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
12568 (archive-zip-update-case): Use locate-file to decide whether
12569 to use pkzip.
12570 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
12571
12572 * files.el (locate-file): Doc fix.
12573
12574 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
12575
12576 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
12577 as an option.
12578
12579 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
12580
12581 * uniquify.el (uniquify-rationalize-file-buffer-names):
12582 Always strip the trailing / even if the file is not a directory.
12583
12584 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
12585
12586 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
12587 initialization in the defvar.
12588 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
12589 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
12590 (f90-font-lock-4): Move the doc strings.
12591 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
12592 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
12593 (f90-mode-abbrev-table): Initialize in the defvar, with
12594 define-abbrev-table.
12595
12596 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
12597
12598 * tar-mode.el (tar-octal-time): Fix last change.
12599
12600 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
12601
12602 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
12603 (report-emacs-bug): Store the prompt in
12604 `report-emacs-bug-text-prompt'. Move Configuration/Important
12605 settings information after the user's report.
12606 (report-emacs-bug-hook): Unclutter by deleting the content of
12607 `report-emacs-bug-text-prompt'.
12608
12609 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
12610
12611 * forms.el (forms-jump-record, forms-insert-record)
12612 (forms-delete-record): Calculate lines from the beginning of the
12613 accessible portion rather than from the beginning of the buffer.
12614
12615 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
12616
12617 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
12618 possibly missing encode-char.
12619 (ps-mule-font-info-database-bdf): Add associations for Unicode
12620 fonts. Doc fix.
12621 (ps-mule-font-info-database-ps-bdf): Doc fix.
12622 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
12623
12624 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
12625
12626 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
12627
12628 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12629 Find funs defined with defun-cvs-mode.
12630 (find-function-space-re): New const. Skips comments as well.
12631 (find-function-regexp, find-variable-regexp): Use it.
12632
12633 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
12634 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
12635 (cvs-mode-set-flags): Don't cons unnecessarily.
12636
12637 2002-05-16 Colin Walters <walters@debian.org>
12638
12639 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
12640 "Simple Calculator".
12641 (menu-bar-tools-menu) <calc>: New.
12642
12643 2002-05-16 Juanma Barranquero <lektu@terra.es>
12644
12645 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
12646
12647 * filesets.el (filesets-ormap): Fix typo.
12648
12649 * faces.el (describe-face): Fix typo.
12650
12651 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
12652
12653 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
12654 Don't treat (lambda () ...) as an expression.
12655
12656 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
12657
12658 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
12659
12660 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12661
12662 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
12663
12664 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
12665
12666 * progmodes/fortran.el (fortran-directive-re): New name for
12667 fortran-preprocessor-re. All usage updated.
12668 (fortran-calculate-indent): Give directives zero indentation.
12669
12670 2002-05-14 Jason Rumney <jasonr@gnu.org>
12671
12672 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
12673 displayed text and internal name as string.
12674
12675 2002-05-14 Kim F. Storm <storm@cua.dk>
12676
12677 * emulation/cua-rect.el (cua--rectangle-operation):
12678 Don't highlight empty lines in rectangles.
12679
12680 * emulation/keypad.el: Improved commentary.
12681 (keypad-setup, keypad-shifted-setup): Added choice to setup
12682 Numeric keypad with decimal key; value is selected character.
12683 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
12684 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
12685 (keypad-setup): Arg list changed to support the new options.
12686
12687 2002-05-14 Richard M. Stallman <rms@gnu.org>
12688
12689 * dabbrev.el (dabbrev-case-distinction): New option.
12690 (dabbrev--try-find): Handle dabbrev-case-distinction.
12691 (dabbrev--search): Clean up the code.
12692 (dabbrev-upcase-means-case-search): Doc fix.
12693 (dabbrev-case-replace): Fix custom tags and docs.
12694
12695 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
12696
12697 * calc/calc-units.el (math-standard-units): Update from CODATA.
12698
12699 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
12700
12701 * skeleton.el (skeleton-transformation): Default to `identity'.
12702 (skeleton-insert): Use `move-after' markers and `insert' rather
12703 than rely on insert-before-markers.
12704 (skeleton-internal-1): Handle `> \n' specially so that the newline
12705 is inserted before the first line is indented.
12706
12707 2002-05-14 Mike Williams <mdub@bigfoot.com>
12708
12709 * textmodes/sgml-mode.el (sgml-tag):
12710 Default skeleton-transformation to `identity'.
12711
12712 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
12713
12714 * shell.el (shell-mode): Make second part of initialisation
12715 depend on whether comint-input-ring is empty, rather than depend
12716 on it being nil.
12717
12718 2002-05-14 Richard M. Stallman <rms@gnu.org>
12719
12720 * files.el (make-auto-save-file-name):
12721 Delete the auto-save file after make-temp-file creates it.
12722
12723 2002-05-13 Kim F. Storm <storm@cua.dk>
12724
12725 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
12726 (cua-mode): Print Enabled/Disabled messages if interactive.
12727 Disable delete-selection-mode and pc-selection-mode when cua-mode
12728 is enabled; reenable if cua-mode is turned off.
12729 Remember setting of transient-mark-mode when cua-mode is enabled;
12730 restore if cua-mode is disabled.
12731
12732 2002-05-13 Richard M. Stallman <rms@gnu.org>
12733
12734 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
12735
12736 2002-05-13 Colin Walters <walters@gnu.org>
12737
12738 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
12739
12740 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
12741 (ibuffer-redisplay-engine): Handle it.
12742
12743 * add-log.el (add-log-mailing-address): Can be a list, too.
12744 (add-change-log-entry): If `add-log-mailing-address' is a list,
12745 then handle it.
12746
12747 2002-05-12 Colin Walters <walters@debian.org>
12748
12749 * replace.el (occur-1): New optional argument `buf-name'.
12750 (occur-revert-function): Use it.
12751
12752 (occur-1): Handle plurals.
12753
12754 (occur-engine): If there are no more matches, then finish
12755 searching the current buffer.
12756
12757 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12758
12759 * net/ange-ftp.el (ange-ftp-try-passive-mode)
12760 (ange-ftp-passive-host-alist): Change :version attributes to be
12761 strings.
12762
12763 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
12764
12765 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
12766 define-minor-mode.
12767
12768 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12769 Handle more whitespace/newline combinations in symbol definitions.
12770
12771 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
12772
12773 * w32-vars.el (w32)
12774 * vc-cvs.el (vc-cvs-global-switches)
12775 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
12776 * textmodes/sgml-mode.el (sgml-xml-mode)
12777 * ruler-mode.el (ruler-mode)
12778 * replace.el (query-replace-skip-read-only)
12779 * progmodes/fortran.el (fortran-preprocessor-re)
12780 * net/ange-ftp.el (ange-ftp-passive-host-alist)
12781 * mail/sendmail.el (mail-use-dsn)
12782 * faces.el (mode-line-inactive, minibuffer-prompt)
12783 * add-log.el (add-log-always-start-new-record): Change all
12784 post-21.1 :version attributes to 21.4.
12785
12786 2002-05-12 Richard M. Stallman <rms@gnu.org>
12787
12788 * mail/smtpmail.el (smtpmail-mail-address): New variable.
12789 (smtpmail-send-it): Bind and use that instead of `mail-address'.
12790 (smtpmail-via-smtp): Likewise.
12791
12792 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
12793 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
12794
12795 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
12796
12797 * subr.el (functionp): Catch errors in indirect-function.
12798
12799 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12800
12801 * net/ldap.el (ldap-search-internal): Unfold folded lines before
12802 parsing.
12803
12804 * cus-edit.el (customize-set-value): Rename `var' to `variable'
12805 and `val' to `value'.
12806 (customize-save-variable): Rename `var' to `'variable.
12807
12808 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
12809
12810 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
12811 Use it for font-locking and indentation.
12812 (fortran-previous-statement, fortran-next-statement): Make them
12813 skip over preprocessor lines.
12814 (fortran-calculate-indent): Use fortran-preprocessor-re.
12815
12816 2002-05-10 Kim F. Storm <storm@cua.dk>
12817
12818 * emulation/cua-base.el (cua-enable-cua-keys)
12819 (cua-enable-register-prefix): Added value for `other' choice.
12820
12821 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
12822
12823 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
12824 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
12825 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
12826 Run a named function.
12827 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
12828 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
12829 Fix help text.
12830
12831 2002-05-10 Kim F. Storm <storm@cua.dk>
12832
12833 * emulation/cua-base.el (cua-mode): Misc. changes to use
12834 emulation-mode-map-alists instead of minor-mode-map-alist.
12835
12836 2002-05-09 Richard M. Stallman <rms@gnu.org>
12837
12838 * mail/rmail.el (rmail-show-message):
12839 Catch error in check-coding-system.
12840
12841 * progmodes/compile.el (compilation-error-regexp-alist):
12842 New element to recognize Python error messages.
12843
12844 * shell.el (shell-replace-by-expanded-directory):
12845 If there's already a / at the end, don't add one.
12846
12847 2002-05-09 Colin Walters <walters@verbum.org>
12848
12849 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
12850 `ibuffer-filter-disable', `ibuffer-pop-filter',
12851 `ibuffer-or-filter', `ibuffer-negate-filter',
12852 `ibuffer-decompose-filter', `ibuffer-save-filters',
12853 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
12854 `ibuffer-save-filter-groups',
12855 `ibuffer-switch-to-saved-filter-groups',
12856 `ibuffer-delete-saved-filter-groups'.
12857
12858 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
12859
12860 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
12861
12862 * woman.el (woman-menu): Move symbol before the comment so that
12863 find-function-search-for-symbol finds it.
12864
12865 2002-05-10 Miles Bader <miles@gnu.org>
12866
12867 * facemenu.el (list-colors-display): Don't use
12868 `display-color-cells' unless the display class is one for which
12869 that info is relevant.
12870
12871 2002-05-09 Simon Josefsson <jas@extundo.com>
12872
12873 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
12874 calling buffer.
12875 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
12876 have the patch).
12877
12878 2002-05-09 Kim F. Storm <storm@cua.dk>
12879
12880 * wid-edit.el (checkbox): New check-mark image.
12881
12882 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12883
12884 * filesets.el (filesets-running-xemacs): Fix last change.
12885
12886 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
12887
12888 * help-fns.el (describe-function-1): If the source is
12889 `loaddefs.el', look for the real source. This is necessary only
12890 for defaliases.
12891
12892 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12893 Add autoload cookie.
12894 (find-function-regexp): Include
12895 "\(quote " to match the defaliases in loaddefs.el.
12896
12897 * filesets.el (filesets-conditional-sort): Use copy-sequence,
12898 not copy-list.
12899 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
12900 Defvar them to nil if running in Emacs.
12901
12902 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12903
12904 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
12905 to flyspell overlays.
12906
12907 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
12908
12909 2002-05-08 Richard M. Stallman <rms@gnu.org>
12910
12911 * diff.el (diff-regexp-alist): Doc fix.
12912
12913 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
12914
12915 2002-05-08 Simon Marshall <simon@gnu.org>
12916
12917 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
12918 the frame name as the car of a menu entry, rather than the frame.
12919
12920 2002-05-08 Juanma Barranquero <lektu@terra.es>
12921
12922 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
12923 in docstring.
12924
12925 2002-05-07 Colin Walters <walters@verbum.org>
12926
12927 * replace.el (occur-unfontify-region-function): Delete.
12928 (occur-mode): Don't use it.
12929 (occur-engine): Respect `keep-props'.
12930 (occur-accumulate-lines): If we're moving forward, decrement;
12931 don't increment, and vice versa.
12932
12933 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
12934
12935 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
12936 (tibetan-canonicalize-for-unicode-regexp): New variables.
12937 (tibetan-canonicalize-for-unicode-region): New function.
12938 (tibetan-strict-unicode): New variable.
12939 (tibetan-pre-write-canonicalize-for-unicode): New function.
12940
12941 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
12942
12943 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
12944 the autoload-cookie. Remove comment.
12945
12946 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
12947
12948 * rect.el (close-rectangle): Don't hide it behind the
12949 autoload-cookie.
12950
12951 2002-05-07 Juanma Barranquero <lektu@terra.es>
12952
12953 * windmove.el (windmove-default-keybindings): Add optional
12954 parameter to allow using a modifier other than 'shift.
12955
12956 2002-05-07 Thomas Link <t.link@gmx.at>
12957
12958 * filesets.el:
12959 (filesets-external-viewers): Fix customization problem.
12960 (filesets-some): Replaces cl's `some'. Calls changed.
12961 (filesets-member): Replaces cl's `member*'. Calls changed.
12962 (filesets-ormap): New function.
12963
12964 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
12965
12966 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
12967 menu items.
12968
12969 2002-05-07 Colin Walters <walters@gnu.org>
12970
12971 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
12972 (ibuffer-clear-filter-groups): Likewise.
12973 (ibuffer-kill-filter-group): Likewise.
12974 (ibuffer-kill-line): Likewise.
12975 (ibuffer-read-filter-group-name): New function.
12976 (ibuffer-jump-to-filter-group): Use it.
12977 (ibuffer-kill-filter-group): Likewise.
12978 (ibuffer-yank-filter-group): Likewise.
12979 (ibuffer-decompose-filter-group): New function.
12980
12981 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
12982 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
12983 guards for `ibuffer-pop-filter-group' and
12984 `ibuffer-clear-filter-groups'.
12985
12986 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
12987
12988 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12989 Use with-syntax-table.
12990
12991 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
12992
12993 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
12994
12995 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
12996
12997 * time-stamp.el (time-stamp-format): Doc fix: escape open
12998 parenthesis in column 0.
12999
13000 2002-05-04 Richard M. Stallman <rms@gnu.org>
13001
13002 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
13003 Handle both cases: when the menu item has cached info
13004 and when it doesn't.
13005
13006 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
13007 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
13008 (filesets-tree-max-level): Doc fix.
13009 (filesets-commands, filesets-external-viewers)
13010 (filesets-ingroup-patterns): Mark as risky.
13011 (filesets-cache-hostname-flag): Doc fix.
13012 (filesets-menu-cache-file): Doc fix. Mark as risky.
13013 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
13014 Don't defcustom them if running in Emacs.
13015
13016 2002-05-04 Thomas Link <t.link@gmx.at>
13017
13018 * filesets.el (filesets-ingroup-collect-files):
13019 Fix problem with inclusion groups' :scan-depth property.
13020
13021 2002-05-04 Colin Walters <walters@verbum.org>
13022
13023 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
13024 "Default" group earlier. Push killed group on
13025 `ibuffer-filter-group-kill-ring'.
13026 (ibuffer-kill-line): Document. Don't push killed group ourselves.
13027 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
13028 (ibuffer-insert-filter-group-before): New function, broken out
13029 from `ibuffer-yank'.
13030 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
13031
13032 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
13033 (ibuffer-mode-view-menu): Unused variables; deleted.
13034 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
13035
13036 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
13037
13038 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
13039 (toplevel): Bind filter group menu entries in it. Add :enable
13040 forms for some menu items.
13041 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
13042 to `ibuffer-mouse-popup-menu'.
13043 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
13044 group name, and if so, pop up a filter group menu.
13045
13046 2002-05-04 Jason Rumney <jasonr@gnu.org>
13047
13048 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
13049 (mwheel-scroll): Recognize nil scroll amount as documented.
13050
13051 * term/w32-win.el (mouse-wheel-scroll-line)
13052 (mouse-wheel-scroll-screen): Remove.
13053 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
13054
13055 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
13056
13057 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
13058
13059 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13060 Bind case-fold-search when searching.
13061
13062 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13063
13064 * apropos.el (apropos-print): Fix the reference to mouse-2.
13065
13066 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
13067
13068 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
13069
13070 2002-05-04 Kim F. Storm <storm@cua.dk>
13071
13072 * cus-edit.el (custom-buffer-verbose-help): New variable.
13073 (custom-buffer-create-internal): Remove verbose introduction
13074 in customization buffer when it is nil.
13075
13076 2002-05-03 Dave Love <fx@gnu.org>
13077
13078 * international/mule-cmds.el (select-safe-coding-system):
13079 Don't offer coding systems that use locking shift.
13080 Ask for confirmation if chosen coding system disagrees with
13081 a `coding:' spec in the file.
13082
13083 2002-05-03 John Wiegley <johnw@gnu.org>
13084
13085 * eshell/esh-var.el (eshell-modify-global-environment): Added this
13086 customization variable, which will cause any "export" commands
13087 within any eshell buffer to modify the global Emacs environment.
13088 It defaults to nil, which means that such commands will only
13089 modify that Eshell buffer's environment.
13090 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
13091
13092 * eshell/em-cmpl.el (eshell-command-completions-alist):
13093 Improve default completion targets for objdump, nm and readelf.
13094
13095 2002-05-03 Colin Walters <walters@verbum.org>
13096
13097 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
13098 (gamegrid-add-score-with-update-game-score):
13099 Use `shared-game-score-directory'. Correctly handle non-setuid case.
13100
13101 2002-05-02 Colin Walters <walters@verbum.org>
13102
13103 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
13104 (occur-1): If one of the buffers we're searching is the *Occur*
13105 buffer itself, handle it by creating a temporary buffer. If any
13106 of the buffers being searched are killed, note that in the search
13107 result message. Also, set local variables before we possibly kill
13108 the buffer.
13109
13110 2002-05-02 Kim F. Storm <storm@cua.dk>
13111
13112 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
13113 (menu-bar-options-save): Added cua-mode.
13114 (menu-bar-options-menu): Added toggle for cua-mode.
13115 Disable toggle for transient-mark-mode if cua-mode is enabled.
13116
13117 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
13118 variable.
13119
13120 2002-05-01 Richard M. Stallman <rms@gnu.org>
13121
13122 * help.el (view-todo): New function.
13123 (help-map): Bind C-h C-t to view-todo.
13124 (help-for-help): Change the text.
13125
13126 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13127
13128 * progmodes/f90.el: Yet more doc string, commment and whitespace
13129 changes.
13130 (f90-imenu-flag): New name for internal variable f90-imenu.
13131 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
13132 (f90-no-break-re): Use regexp-opt.
13133 (f90-end-type-re): Add closing "\\>".
13134 (f90-indent-region): Correctly indent comments embedded in
13135 continued lines.
13136 (f90-indent-new-line): Make it indent the current line, as it should.
13137 (f90-line-continued, f90-get-present-comment-type)
13138 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
13139 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
13140 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
13141 (f90-change-keywords): Minor code tidying.
13142
13143 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
13144 typo `fortran-strip-sqeuence-nos'.
13145
13146 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
13147
13148 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
13149 pop-up-window.
13150
13151 2002-05-01 Kim F. Storm <storm@cua.dk>
13152
13153 * emulation/cua-base.el (cua--pre-command-handler):
13154 Only interpret delete-selection property if mark-active.
13155 (cua-mode): Fixed require in defcustom.
13156
13157 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13158
13159 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
13160 error call.
13161
13162 2002-05-01 Colin Walters <walters@verbum.org>
13163
13164 * textmodes/tex-mode.el (tex-validate-buffer):
13165 Use `occur-revert-arguments' instead of setting `occur-nlines' and
13166 `occur-buffer'. Don't test for `input-pending-p' in loop.
13167 Set text property `occur-target' instead of `occur'.
13168
13169 2002-04-30 John Wiegley <johnw@gnu.org>
13170
13171 * align.el (align-region): Fixed the fix to align-region, because
13172 the "name" argument was appearing twice.
13173
13174 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13175
13176 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
13177 to handle protection labels, one which doesn't get confused by
13178 inherit colons.
13179
13180 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
13181 functions that have "class" or "struct" in the return type as
13182 classes or structs.
13183
13184 2002-04-30 Kim F. Storm <storm@cua.dk>
13185
13186 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
13187 Options" to "New Options..."; rephrase tooltip.
13188 Rephrase tooltip for "Specific Option...".
13189 Added "Saved Options" item. [from Simon Marshall]
13190
13191 2002-04-30 Richard M. Stallman <rms@gnu.org>
13192
13193 * time.el (display-time-mail-directory)
13194 (display-time-mail-function): Doc fixes.
13195
13196 * ediff-hook.el: Remove autoload cookies.
13197
13198 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
13199
13200 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
13201
13202 * align.el (align-region): Fix call to `message'.
13203 Check that (car rule) is a symbol.
13204
13205 * autoinsert.el (auto-insert-directory): Doc fix.
13206
13207 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
13208
13209 * descr-text.el: New file, broken out of facemenu.el.
13210
13211 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
13212
13213 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
13214
13215 * mail/emacsbug.el (report-emacs-bug-hook):
13216 Use replace-match only if search was successful.
13217
13218 2002-04-29 Richard M. Stallman <rms@gnu.org>
13219
13220 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
13221
13222 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
13223 if the user edits the Emacs version number in the text.
13224
13225 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
13226 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
13227 (filesets-error): Simplify definition and make conditional
13228 on filesets-running-xemacs.
13229 (filesets-find-file-using): Renamed from fsfind-file-using.
13230
13231 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
13232
13233 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
13234 (Info-read-node-name-1): Complete file names.
13235 (Info-complete-menu-item): Don't cons unnecessarily.
13236
13237 * files.el (locate-file): New fun.
13238 (locate-file-completion): Rename from load-completion and generalize.
13239 (load-library): Use it.
13240 (make-auto-save-file-name): Expand caddr.
13241
13242 * newcomment.el (comment-fill-column): New var.
13243 (comment-indent): Use it.
13244 (comment-or-uncomment-region): New fun.
13245 (comment-dwim): Use it.
13246
13247 2002-04-29 Colin Walters <walters@verbum.org>
13248
13249 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
13250 (ibuffer-kill-line): Copy the filter group data structure when killing.
13251 (ibuffer-yank): Handle case where we're yanking on the default
13252 group correctly.
13253 (ibuffer-delete-saved-filter-groups): Doc fix.
13254
13255 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13256 Test whether or not update-game-score is setuid, and do the right
13257 thing.
13258
13259 2002-04-29 Kim F. Storm <storm@cua.dk>
13260
13261 * subr.el (remove-yank-excluded-properties): New helper function.
13262 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
13263
13264 * simple.el (yank-excluded-properties): Added help-echo to list.
13265
13266 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
13267
13268 * autoinsert.el (auto-insert-directory): Doc fix.
13269
13270 * progmodes/f90.el: Add/change doc strings for many inline
13271 functions. Whitespace changes.
13272 (f90-indent-line-no, f90-update-line): Minor code changes.
13273
13274 2002-04-29 Kim F. Storm <storm@cua.dk>
13275
13276 * emulation/cua-base.el: New file.
13277
13278 * emulation/cua-rect.el: New file.
13279
13280 * emulation/cua-gmrk.el: New file.
13281
13282 * emulation/keypad.el: New file.
13283
13284 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
13285
13286 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
13287 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
13288 New Vietnamese coding system.
13289
13290 * language/viet-util.el: Update Commentary section.
13291
13292 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13293
13294 * filesets.el (filesets-data): Doc fix.
13295 (filesets-running-xemacs): Define even when compiling.
13296
13297 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
13298 sentence.
13299
13300 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
13301
13302 * textmodes/fill.el (fill-context-prefix): Fix last change with
13303 yet-another-approach.
13304
13305 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
13306
13307 * net/ange-ftp.el (ange-ftp-passive-host-alist)
13308 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
13309
13310 * files.el (small-temporary-file-directory): Fix custom type.
13311
13312 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
13313
13314 * progmodes/f90.el (f90-xemacs-flag): New variable.
13315 (f90-mark-subprogram-overlay): New variable.
13316 (f90-mark-subprogram): Now it highlights the subprogram.
13317 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13318 Fix highlighting of various "type" forms.
13319
13320 2002-04-28 Colin Walters <walters@verbum.org>
13321
13322 * ibuffer.el (ibuffer-mode): Additional documentation on filter
13323 groups.
13324
13325 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
13326
13327 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
13328 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
13329
13330 2002-04-28 Richard M. Stallman <rms@gnu.org>
13331
13332 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
13333 by 1 for the newly-readded #.
13334
13335 * files.el (make-auto-save-file-name): Specify # as suffix
13336 in the non-file-visiting case.
13337
13338 * subr.el (make-temp-file): New arg SUFFIX.
13339
13340 * filesets.el: New file.
13341
13342 * replace.el (occur-accumulate-lines): Avoid incf and decf.
13343 (occur-engine-add-prefix): New function.
13344 (occur-engine): Avoid using macrolet, incf and decf.
13345 Use occur-engine-add-prefix instead.
13346 Rename `l' to `lines' and `c' to `matches'.
13347
13348 * replace.el (occur-engine, occur-mode-mouse-goto)
13349 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
13350 (occur-mode-goto-occurrence-other-window)
13351 (occur-mode-display-occurrence): A position is just a marker,
13352 not a list.
13353
13354 * replace.el (occur-revert-arguments):
13355 Renamed from occur-revert-properties. All uses changed.
13356
13357 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13358
13359 * recentf.el (recentf-menu-before): Use string to specify path in
13360 the menu.
13361
13362 * international/mule-cmds.el (read-language-name): Take care of
13363 non-list values.
13364
13365 2002-04-27 Richard M. Stallman <rms@gnu.org>
13366
13367 * custom.el (custom-load-symbol): Moved from cus-edit.el.
13368 (custom-load-recursion): Likewise.
13369
13370 * cus-edit.el (custom-load-symbol): Moved to custom.el.
13371 (custom-load-recursion): Likewise.
13372
13373 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
13374 generated by easymenu are now lowercase.
13375
13376 2002-04-27 Richard M. Stallman <rms@gnu.org>
13377
13378 * menu-bar.el (menu-bar-update-buffers): Add menu items
13379 Next Buffer and Previous Buffer.
13380
13381 * simple.el (next-buffer, prev-buffer): New commands.
13382 Bind C-x left and C-x right to them.
13383
13384 * info.el (Info-header-line): Mark it as risky-local-variable.
13385
13386 * subr.el (insert-for-yank): Replace `category' property
13387 with whatever properties it stands for.
13388
13389 * subr.el (member-ignore-case): Ignore non-strings in LIST.
13390
13391 2002-04-27 Miles Bader <miles@gnu.org>
13392
13393 * faces.el (read-face-name): Format the prompt correctly when
13394 there's no default.
13395
13396 2002-04-26 Andrew Choi <akochoi@shaw.ca>
13397
13398 * term/mac-win.el: Don't call ediff-toggle-multiframe.
13399 Set default directory. Set process-connection-type to nil.
13400
13401 2002-04-26 Richard M. Stallman <rms@gnu.org>
13402
13403 * loadup.el: Explicitly load cus-face and timer.
13404
13405 * isearch.el: Don't require timer.
13406
13407 * faces.el: Don't require cus-face.
13408
13409 * cus-edit.el (customize-face): Use read-face-name
13410 and handle multiple faces.
13411 (customize-face-other-window): Make it work similarly.
13412
13413 * faces.el (read-face-name): New defaulting features.
13414 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
13415 (list-faces-display): Use the face, not its name string,
13416 as arg when running customize-face.
13417 Put a `read-face-name' prop on the entire line.
13418 (describe-face): Handle multiple faces via read-face-name.
13419
13420 * textmodes/tex-mode.el (tex-start-options): New variable.
13421 (tex-start-commands): New variable.
13422 (tex-start-options-string): Variable deleted.
13423 (tex-start-tex): Use tex-start-options and tex-start-commands,
13424 not tex-start-options-string.
13425 (tex-command): Doc fix.
13426
13427 2002-04-26 Sam Steingold <sds@gnu.org>
13428
13429 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
13430 not in the authinfo/netrc, keep `cred' at nil.
13431
13432 2002-04-26 Gerd Moellmann <gerd@gnu.org>
13433
13434 * find-file.el: Remove Ada-specific example code.
13435
13436 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
13437
13438 * ediff-hooks.el: Put back the autoloads.
13439
13440 2002-04-25 Colin Walters <walters@verbum.org>
13441
13442 * ibuffer.el (define column process): Use `ibuffer-aif'.
13443
13444 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
13445 defaults.
13446 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
13447 (ibuffer-save-filter-groups): Correctly structure filter groups.
13448 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
13449 groups.
13450
13451 2002-04-25 Simon Josefsson <jas@extundo.com>
13452
13453 * mail/sendmail.el (mail-use-dsn): New variable to request
13454 delivery status notification from MTA.
13455 (sendmail-send-it): Use it.
13456
13457 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
13458 (smtpmail-send-it): Use it to construct new queue filenames
13459 (needed if you send more than one message per second, which is
13460 possible if you use Gnus Agent).
13461
13462 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
13463 files as well.
13464 (smtpmail-try-auth-methods): Support netrc data.
13465 (netrc-parse): Autoload netrc.
13466
13467 2002-04-25 Colin Walters <walters@verbum.org>
13468
13469 * replace.el (multi-occur-by-filename-regexp): Doc fix.
13470 (occur-engine): Go to `point-min'. Make nlines argument actually
13471 mean number of context lines. Handle it. Pad digits to the right.
13472
13473 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
13474 `ibuffer-filter-groups'. All users updated.
13475 (ibuffer-show-empty-filter-groups): New variable.
13476 (ibuffer-saved-filter-groups): New variable.
13477 (ibuffer-maybe-save-stuff): Renamed from
13478 `ibuffer-maybe-save-saved-filters'. Callers updated.
13479 Handle `ibuffer-saved-filter-groups'.
13480 (ibuffer-hidden-filtering-groups): Renamed to
13481 `ibuffer-hidden-filter-groups'.
13482 (ibuffer-filter-group-kill-ring): New variable.
13483 (ibuffer-save-with-custom): Doc fix.
13484 (ibuffer-set-filter-groups-by-mode): New function.
13485 (ibuffer-clear-filter-groups): New function.
13486 (ibuffer-current-filter-groups-with-position): Renamed from
13487 `ibuffer-current-filter-groups'. Callers updated.
13488 (ibuffer-kill-filter-group): New function.
13489 (ibuffer-kill-line): New function.
13490 (ibuffer-yank): New function.
13491 (ibuffer-save-filter-groups): New function.
13492 (ibuffer-delete-saved-filter-groups): New function.
13493 (ibuffer-switch-to-saved-filter-groups): New function.
13494 (ibuffer-mark-on-buffer): Add optional arguments for adding a
13495 specific mark, and marking on a specific group.
13496
13497 * ibuffer.el (ibuffer-formats): Doc fix.
13498 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
13499 Bind new functions from ibuf-ext.el. Add menu entries for them.
13500 Remove superfluous tooltips.
13501 (ibuffer-toggle-marks): If on a group name, then toggle marks just
13502 in that group.
13503 (ibuffer-mark-interactive): Handle filter groups.
13504 (ibuffer-mark-forward, ibuffer-unmark-forward)
13505 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
13506 (ibuffer-mark-for-delete-backwards): Update docs.
13507 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
13508 to `ibuffer-current-filter-groups-with-position'.
13509 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
13510 (ibuffer-mode): Add some documentation about filter groups.
13511
13512 2002-04-25 Andreas Schwab <schwab@suse.de>
13513
13514 * find-dired.el (find-name-dired): Don't quote pattern twice.
13515
13516 2002-04-26 Miles Bader <miles@gnu.org>
13517
13518 * cus-edit.el (customize-face, customize-face-other-window):
13519 Use default instead of initial-input for suggested face.
13520
13521 2002-04-25 Gerd Moellmann <gerd@gnu.org>
13522
13523 * cus-edit.el (customize-face-other-window, customize-face):
13524 Interactively, when point is on text with a face, suggest to
13525 customize that face.
13526
13527 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
13528
13529 * progmodes/f90.el: General tidy-up of commentary and some doc
13530 strings.
13531
13532 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13533
13534 * scroll-all.el (scroll-all-function-all) New function to do the
13535 actual work.
13536 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
13537 scroll-all-page-down-all, scroll-all-page-up-all,
13538 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
13539 Make them use scroll-all-function-all.
13540
13541 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
13542 with line-beginning-position.
13543 (f90-get-end-of-line): Removed and replaced with line-end-position.
13544 (f90-match-piece): Removed and replaced with match-string.
13545 (f90-current-indentation): Remove `current-column'.
13546 (f90-get-present-comment-type): Use match-string rather than
13547 buffer-substring.
13548 (f90-match-end): Use line-beginning-position, line-end-position
13549 rather than beginning-of-line, end-of-line.
13550 (f90-startup-message): Variable removed.
13551
13552 2002-04-24 Colin Walters <walters@verbum.org>
13553
13554 * replace.el (occur-accumulate-lines): Add optional argument
13555 `no-props'. Handle it.
13556 (occur-engine): Use it.
13557
13558 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
13559 up autoloads manually.
13560 (ibuffer-split-list): New function.
13561 (ibuffer-filtering-groups): New variable.
13562 (ibuffer-hidden-filtering-groups): New variable.
13563 (ibuffer-mouse-toggle-filter-group): New function.
13564 (ibuffer-toggle-filter-group): New function.
13565 (ibuffer-toggle-filter-group-1): New function.
13566 (ibuffer-forward-filter-group): New function.
13567 (ibuffer-backward-filter-group): New funtion.
13568 (ibuffer-generate-filter-groups): New function.
13569 (ibuffer-filters-to-filter-group): New function.
13570 (ibuffer-pop-filter-group): New function.
13571 (ibuffer-jump-to-filter-group): New function.
13572 (ibuffer-do-occur): Just use `occur-read-primary-args'
13573
13574 * ibuffer.el (ibuffer-filter-group-name-face): New.
13575 (ibuffer-mode-map): Bind and add menu entries for most new
13576 functions; also, bind the arrow keys to the movement functions.
13577 (ibuffer-mode-filter-group-map): New.
13578 (ibuffer-mouse-toggle-mark): Handle group names.
13579 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
13580 (ibuffer-skip-properties): New function.
13581 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
13582 group names. Also, handle new properties.
13583 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
13584 Move error handling to `ibuffer-current-buffer'.
13585 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
13586 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
13587 (ibuffer-toggle-marks): Add optional group argument.
13588 (ibuffer-mark-interactive): Skip group names.
13589 (ibuffer-current-buffer): Clean up error handling.
13590 (ibuffer-fontify-region-function): Fontify group names.
13591 (ibuffer-map-lines): Add extra group argument. Handle it.
13592 (ibuffer-current-filter-groups): New function.
13593 (ibuffer-redisplay): Handle hidden filtering groups.
13594 (ibuffer-sort-bufferlist): New function, taken from
13595 `ibuffer-insert-buffers-and-marks'.
13596 (ibuffer-insert-filter-group): New function.
13597 (ibuffer-redisplay-engine): Renamed from
13598 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
13599 (ibuffer): Add filter-groups argument. Handle it.
13600 Use `save-selected-window'.
13601 (ibuffer-mode): Make `ibuffer-filtering-groups' and
13602 `ibuffer-hidden-filtering-groups' buffer-local.
13603
13604 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
13605
13606 2002-04-24 Richard M. Stallman <rms@gnu.org>
13607
13608 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
13609 (easy-menu-define-key-intern): Function deleted; callers intern
13610 and then call easy-menu-define-key.
13611 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
13612 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
13613 (easy-menu-name-match): New function.
13614 (add-submenu): New function.
13615 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
13616
13617 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
13618
13619 * menu-bar.el (menu-bar-adv-search-menu)
13620 (menu-bar-adv-search-menu): Improve the help text.
13621
13622 2002-04-24 Simon Josefsson <jas@extundo.com>
13623
13624 * net/netrc.el: New file.
13625
13626 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
13627
13628 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13629 Check if any of the available selection sources has new content
13630 and if so it will return that content.
13631
13632 2002-04-24 Miles Bader <miles@gnu.org>
13633
13634 * menu-bar.el (buffers-menu-show-directories)
13635 (buffers-menu-show-status): New variables.
13636 (menu-bar-update-buffers-1): Use them.
13637
13638 2002-04-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13639
13640 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
13641 from `c-do-auto-fill' and point is at or near the limit of the
13642 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
13643 is longer than the text on the first line of the comment when
13644 it's masked.
13645
13646 2002-04-24 Miles Bader <miles@gnu.org>
13647
13648 * menu-bar.el (menu-bar-update-buffers-1): Make sure
13649 `uniquify-buffer-name-style' is bound.
13650
13651 2002-04-23 Colin Walters <walters@verbum.org>
13652
13653 * replace.el (toplevel): Require `cl' while compiling.
13654 (occur-buffer, occur-nlines): Delete.
13655 (occur-revert-properties): Rename to `occur-revert-properties'.
13656 (occur-mode): Handle it. Set up font lock.
13657 (occur-revert-function): Simply apply `occur-1'.
13658 (occur-mode-find-occurence, occur-mode-mouse-goto)
13659 (occur-mode-goto-occurrence-other-window)
13660 (occur-mode-display-occurrence): Handle buffer property.
13661 (list-matching-lines-face): Use defcustom.
13662 (list-matching-lines-buffer-name-face): New variable.
13663 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
13664 in ibuffer.el.
13665 (occur-read-primary-args): Move out of `occur'.
13666 (occur): Delete. Now simply call `occur-1'.
13667 (multi-occur, multi-occur-by-filename-regexp): New functions.
13668 (occur-1): New function.
13669 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
13670 previous implementation of `occur'; taken from ibuf-ext.el.
13671 (occur-fontify-on-property): New function.
13672 (occur-fontify-region-function, occur-unfontify-region-function):
13673 New functions.
13674
13675 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
13676
13677 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
13678 (ibuffer-occur-match-face): Delete.
13679 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
13680 (ibuffer-occur-mouse-display-occurence): Delete.
13681 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
13682 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
13683 (ibuffer-occur-engine): Moved to replace.el.
13684 (ibuffer-do-occur): Simply call `occur-1'.
13685
13686 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13687 Handle the case where we're already viewing the score file.
13688
13689 2002-04-23 Andreas Schwab <schwab@suse.de>
13690
13691 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
13692 next-tag-otherw.
13693
13694 2002-04-23 Miles Bader <miles@gnu.org>
13695
13696 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
13697 directory separator if there's no directory. Don't display
13698 directories at all if uniquify is active. Some code cleanup.
13699 (uniquify-buffer-name-style): Declare (but don't initialize).
13700
13701 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
13702 for command menu entries, since the low-level menu code modifies
13703 them. Cache the resulting list.
13704 (menu-bar-buffers-menu-command-entries): New variable.
13705
13706 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
13707 Add separator line before commands
13708 Remove old crufty code that tried to line things up by adding
13709 spaces to entries (it doesn't work).
13710 Move `Frames' submenu after the normal buffers, and add a
13711 separator line before it.
13712 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
13713
13714 2002-04-22 Richard M. Stallman <rms@gnu.org>
13715
13716 * files.el (after-find-file): Use %s to output MSG.
13717
13718 * dired.el (dired-mouse-find-file-other-window):
13719 Handle events that move out of the window.
13720
13721 2002-04-23 Martin Stjernholm <bug-cc-mode@gnu.org>
13722
13723 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
13724 was moved to the following line when it was at the first line
13725 of a block comment where comment-start-skip matched to eol.
13726
13727 2002-04-22 Richard M. Stallman <rms@gnu.org>
13728
13729 * simple.el (line-move-finish): Find beg and end of line
13730 before calling line-move-to-column. Do consider intangible
13731 when finding the end. Take more care in analyzing the results
13732 of intangibility after line-move-to-column.
13733
13734 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13735
13736 * international/mule-diag.el (list-input-methods-1): Doc fix
13737 (LEIM is now part of the standard distribution).
13738
13739 * tmm.el (tmm-completion-prompt): Doc fix.
13740
13741 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
13742
13743 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
13744
13745 * diary-lib.el (include-other-diary-files): Allow modifying
13746 included buffer, to turn off selective display.
13747
13748 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13749
13750 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
13751 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
13752 emacsen that doesn't support it.
13753
13754 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13755
13756 * progmodes/cc-align.el, progmodes/cc-engine.el,
13757 progmodes/cc-styles.el, progmodes/cc-vars.el
13758 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
13759 Find correct anchor for statement-cont in top level constructs.
13760 Analyze variable initializations in top level constructs as
13761 topmost-intro-cont instead of statement-cont. That is an
13762 incompatible change but it gives better consistency. The new
13763 lineup function c-lineup-topmost-intro-cont' compensates for
13764 it and is now put on topmost-intro-cont by default.
13765
13766 * progmodes/cc-align.el, progmodes/cc-engine.el,
13767 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
13768 contributed by Kevin Ryde.
13769
13770 (c-in-gcc-asm-p): Function to recognize asm statements.
13771 Contributed by Kevin Ryde.
13772
13773 (c-opt-asm-stmt-key): New language variable to recognize the
13774 beginning of asm statements.
13775
13776 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13777
13778 * progmodes/cc-engine.el (c-guess-basic-syntax):
13779 Detect variable declarations after class and struct declarations
13780 correctly. Fixed limit error when finding the anchor for
13781 template-args-cont and topmost-intro-cont.
13782
13783 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13784
13785 * progmodes/cc-cmds.el (c-beginning-of-defun)
13786 (c-declaration-limits): Find the "line oriented" declaration
13787 start too, just like the "line oriented" end is found.
13788
13789 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13790
13791 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
13792 for `inexpr-statement'. This is not compatible, though.
13793 I think the benefit of a good default style outweights that in
13794 this case. Besides, `inexpr-statement' is not very common.
13795
13796 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13797
13798 * progmodes/cc-cmds.el (c-electric-delete-forward):
13799 Fix silly bug that caused it to delete backwards in hungry delete
13800 mode. (It's amazing that this bug hasn't been reported.)
13801
13802 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
13803 Extracted the code to get the declaration limits from
13804 `c-mark-function' to a new `c-declaration-limits'.
13805
13806 (c-indent-defun): Use the same method to get the limits of the
13807 declaration or macro as `c-mark-function'.
13808
13809 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
13810 list initializers correctly (but costly; it ought to be
13811 integrated into `c-beginning-of-statement-1').
13812
13813 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13814
13815 * progmodes/cc-cmds.el, progmodes/cc-engine.el
13816 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
13817 Rewritten to detect the declaration limits better.
13818 Now handles K&R argdecls, class definitions followed by variables etc.
13819
13820 (c-in-knr-argdecl): Broke out the K&R argdecl test in
13821 `c-beginning-of-decl-1' to this new function.
13822
13823 (c-end-of-statement-1, c-end-of-decl-1):
13824 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
13825 handles declarations that continue after the block.
13826
13827 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13828 Added an option to restrict matching to the top level of the
13829 current paren sexp.
13830
13831 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
13832 New regexp to recognize declarations that continue after the block.
13833
13834 (c-syntactic-eol): New regexp to match a "syntactic" eol.
13835
13836 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13837
13838 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
13839 that often caused the backward limit to be lost at the top
13840 level. This improves performance a bit.
13841
13842 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13843 New function that works like `re-search-forward' but only returns
13844 matches in syntactically significant text.
13845
13846 * progmodes/cc-engine.el: Fixed a faster and more accurate way
13847 to recognize K&R argdecls.
13848
13849 (c-beginning-of-decl-1): New function that put point at the
13850 beginning of the declaration. It handles K&R argdecl blocks.
13851
13852 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
13853 code with one that doesn't depend on the current indentation.
13854 The anchor position for `knr-argdecl' has also changed, but in
13855 a way that is unlikely to cause compatibility problems.
13856
13857 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13858
13859 * progmodes/cc-defs.el, progmodes/cc-engine.el
13860 (c-forward-comment): `forward-comment' in XEmacs skips over
13861 line continuations in the backward direction. Correct for
13862 that. Also made this a defun since it has grown too large now
13863 to be a defsubst.
13864
13865 * progmodes/cc-langs.el: More convenient and decentralized
13866 setup of the language specific variables. The regexp-opt
13867 mangling is also done at compile time now.
13868
13869 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13870
13871 * progmodes/cc-cmds.el (c-indent-line-or-region):
13872 Call `c-indent-line' directly instead of through
13873 `indent-according-to-mode' so that this function always
13874 indents syntactically.
13875
13876 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
13877 where a class beginning with a nested class could cause an
13878 infinite loop (the state outside the narrowed out class is
13879 never used now).
13880
13881 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13882
13883 * progmodes/cc-align.el, progmodes/cc-cmds.el,
13884 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
13885 the context sensitive analysis inside macros is restricted to
13886 the bodies of #define's; other things, like #if expressions,
13887 never have anything in common with their surroundings.
13888 The old `cpp-macro-cont' syntax is now used in situations where
13889 the syntactic analysis isn't applicable, and a new syntactic
13890 element `cpp-define-intro' is used to add indentation in
13891 #define bodies.
13892
13893 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
13894 better reflect its use.
13895
13896 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
13897 continuation backslashes in the detection of `arglist-cont-nonempty'.
13898
13899 * progmodes/cc-align.el: Use the vector form in the return
13900 value in all cases where lineup functions return absolute columns.
13901
13902 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13903
13904 * progmodes/cc-engine.el (c-add-stmt-syntax)
13905 (c-guess-basic-syntax): Anchor `brace-list-intro' and
13906 `bracec-list-close' better for brace lists nested inside expressions.
13907
13908 * progmodes/cc-engine.el, progmodes/cc-langs.el,
13909 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
13910 various language specific variables and their initialization.
13911 The keyword regexps are now lists that are combined with
13912 regexp-opt. Some variables have changed names to fit better
13913 with the naming convention.
13914
13915 * progmodes/cc-defs.el, progmodes/cc-vars.el
13916 (c-buffer-is-cc-mode): The value is the mode symbol of the
13917 original CC Mode mode.
13918
13919 (c-major-mode-is): Compare against the buffer local variable
13920 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
13921
13922 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13923
13924 * progmodes/cc-engine.el (c-forward-syntactic-ws)
13925 (c-backward-syntactic-ws, c-forward-token-1)
13926 (c-backward-token-1, c-in-literal, c-literal-limits)
13927 (c-collect-line-comments, c-literal-type, c-on-identifier)
13928 (c-guess-basic-syntax): These functions are now considered part
13929 of the "CC Mode API" and may be used by other code.
13930 That's signified by making their documentation into docstrings.
13931
13932 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
13933 Removed these internal functions since they aren't used.
13934
13935 (c-forward-to-cpp-expression): Classified this function as internal.
13936
13937 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13938
13939 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
13940 Simplified these regexps; the class keywords they contain
13941 ought to be enough to avoid false matches, so checking for
13942 following identifiers etc is just unnecessary (and might also
13943 fail for oddly formatted code).
13944
13945 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13946
13947 * progmodes/cc-engine.el, progmodes/cc-cmds.el
13948 (c-forward-comment-lc): New function that behaves like
13949 `c-forward-comment', with the exception that line
13950 continuations are treated as whitespace.
13951
13952 (c-beginning-of-statement): Use `c-forward-comment-lc', to
13953 work correctly in macros and other places where line
13954 continuations should be treated as whitespace.
13955
13956 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
13957 normal label in a switch block as a case label, to get
13958 consistent lineup with the case labels.
13959
13960 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
13961 in skipping over a macro that ends with an empty line.
13962
13963 * progmodes/cc-styles.el: Require cc-align since styles added
13964 with `c-add-style' often contains references to functions
13965 defined there, and so the `c-valid-offset' check might
13966 otherwise complain on them.
13967
13968 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13969
13970 * progmodes/cc-align.el, progmodes/cc-mode.texi,
13971 progmodes/cc-vars.el: Added two new lineup functions:
13972
13973 (c-lineup-knr-region-comment): A new lineup function to get
13974 (what most people think is) better indentation of comments in
13975 the "K&R region" between the function header and its body.
13976
13977 (c-lineup-gcc-asm-reg): New lineup function for better
13978 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
13979
13980 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
13981 `c-lineup-knr-region-comment' in the default offset
13982 configuration, since these two functions have little impact
13983 outside their intended use, and they generally do the right
13984 thing when they kick in.
13985
13986 * progmodes/cc-engine.el (c-guess-continued-construct)
13987 (c-guess-basic-syntax): Handle nested functions in all
13988 languages, not just Pike. In C and C++ there's a gcc
13989 extension for this, and it also gives better treatment of
13990 macros that are followed by blocks.
13991
13992 * progmodes/cc-langs.el (c-symbol-key): Made this variable
13993 mode specific, to handle Pike special symbols like `== better.
13994
13995 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13996
13997 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
13998 progmodes/cc-vars.el (c-report-syntactic-errors): A new
13999 variable to control the syntactic error messages. It defaults
14000 to off; since CC Mode ignores most syntactic errors it might
14001 as well ignore them all for the sake of consistency.
14002
14003 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14004
14005 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14006 Optimization. Can give a noticeable speedup if there's a
14007 large preceding function or class body.
14008
14009 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14010
14011 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
14012 efficient and correct insertion functions in many places.
14013 Always inherit text properties correctly if the text is
14014 permanent. Also do it for speed in temporary insertions,
14015 since I figure it's less work to continue the surrounding text
14016 properties than to break them.
14017
14018 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
14019 completion to make it easier to enter lists.
14020
14021 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14022
14023 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
14024 c-state-cache was clobbered.
14025
14026 * progmodes/cc-cmds.el, progmodes/cc-engine.el
14027 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
14028 to dependency.
14029
14030 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14031
14032 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
14033 open parens in macros (if point isn't in the same one).
14034
14035 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14036
14037 * progmodes/cc-cmds.el (c-context-open-line): New function
14038 that is the `open-line' equivalent to `c-context-line-break'.
14039
14040 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
14041 for Emacs 21 since `indent-new-comment-line' has been changed
14042 to `comment-indent-new-line' there.
14043
14044 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14045
14046 * progmodes/cc-engine.el, progmodes/cc-langs.el
14047 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
14048 New variables containing the character sets used to recognize
14049 statement/declaration boundaries. These variables might help
14050 to support languages like javascript and awk, where newlines
14051 sometimes delimits statements.
14052
14053 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
14054 the set of statement delimiting characters, to allow it to be
14055 changed dynamically and per-mode.
14056
14057 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14058
14059 * progmodes/cc-engine.el (c-looking-at-bos)
14060 (c-looking-at-inexpr-block, c-add-stmt-syntax)
14061 (c-guess-basic-syntax): Treat blocks directly inside function
14062 calls like "bare" statements inside function calls, and not
14063 like in-expression statements. This to make indentation of
14064 such blocks consistent with other statements inside macro calls.
14065
14066 * progmodes/cc-engine.el (c-guess-basic-syntax):
14067 Made arglist-cont anchor correctly in arglists that contain statements.
14068
14069 * progmodes/cc-engine.el (c-guess-basic-syntax):
14070 Fixed consistent anchoring of defun-block-intro in defuns in code
14071 blocks (can only occur in Pike).
14072
14073 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
14074 (c-looking-at-inexpr-block-backward): Changed the arguments to
14075 require containing sexps and paren state, for better efficiency.
14076
14077 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14078
14079 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
14080 progmodes/cc-vars.el: Improved anchoring of statement and
14081 handling of labels in front of substatements.
14082
14083 (c-guess-continued-construct, c-guess-basic-syntax):
14084 Improved and unified anchoring at statements. Statements beginning
14085 with comments or labels are now avoided, by going out of
14086 blocks and containing statements if necessary. This nesting
14087 handling also fixes the case when there's a statement after a
14088 block open brace. Added the syntactic symbol `substatement-label'.
14089
14090 (c-electric-colon): Map the new `substatement-label' to
14091 `label' when consulting `c-hanging-colons-alist'.
14092
14093 (c-offsets-alist): Added substatement-label. Updated the
14094 comments for the new anchoring positions at statements.
14095
14096 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
14097 anchor points for knr-argdecl-intro and access-label.
14098 They used to refer to some point on the same line, a bug which was
14099 neutralized by a kludge in `c-get-syntactic-indentation' which
14100 ignored such anchor points.
14101
14102 (c-get-syntactic-indentation): Removed the kludge that was
14103 necessary due to buggy anchor points.
14104
14105 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
14106 the absence of a comma before arglist-close (case 7A) in any
14107 language, since there's nothing better to do that case anyway.
14108 Added special case to make in-expression statements be
14109 recognized as normal arglist-cont if we're directly in a macro
14110 arglist, for consistency with other "bare" statements.
14111
14112 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
14113 limit arg for backward searches.
14114
14115 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14116 Anchor gcc in-expression statements at the surrounding open
14117 parenthesis. Treat a class body as an in-expression class if
14118 it's used in an object clone expression in Pike.
14119
14120 * progmodes/cc-engine.el (c-get-offset)
14121 (c-get-syntactic-indentation): Allow several anchor positions
14122 in the list of syntactic symbols. Only the first is used as
14123 the base for the offset calculation.
14124
14125 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14126
14127 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
14128 macro if inside one at the top level. Do not throw an error
14129 if used at the top level outside a macro.
14130
14131 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
14132 alignment only if the backslashes can't be aligned with
14133 surrounding backslashes.
14134
14135 * progmodes/cc-engine.el (c-end-of-macro): New function.
14136
14137 * progmodes/cc-engine.el (c-least-enclosing-brace):
14138 Rewritten to not be destructive.
14139
14140 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14141
14142 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
14143 line break when point is inside the content of it; if it's in
14144 the cpp keyword a normal line break is done.
14145
14146 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
14147 cpp-macro-cont inside the argument list to a #define.
14148
14149 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14150
14151 * progmodes/cc-defs.el (c-forward-comment): Implemented a
14152 kludge to avoid the problem most forward-comment incarnations
14153 have with `\' together with comment parsing.
14154
14155 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14156
14157 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
14158 which could cause the state returned by `c-parse-state' to
14159 lack a closed paren element. That in turn could result in
14160 very long searches, since it's common that they start from the
14161 last preceding close brace.
14162
14163 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14164
14165 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
14166 treat else-if as a single continuation, since that'd make it
14167 hard to get the right anchor point when there's a line break
14168 between the two keywords. This change causes else-clause to
14169 be anchored on the closest preceding else-if and not always on
14170 the starting if, but that doesn't affect the indentation for
14171 any reasonably sane style. Also introduced a noerror flag.
14172
14173 (c-beginning-of-closest-statement): Removed;
14174 c-beginning-of-statement-1 now avoids the problem this one solved.
14175
14176 * progmodes/cc-engine.el (c-guess-continued-construct)
14177 (c-guess-basic-syntax): Better and more uniform anchor points
14178 for 'statement-cont and 'substatement. The effect is
14179 noticeable mostly when there's a label on the same line as the
14180 beginning of the statement, or when there are more stuff
14181 before the start of the statement.
14182
14183 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14184 Added flag to disable looking at the type of the surrounding paren
14185 since that confuses c-beginning-of-statement-1 and a couple of
14186 other places.
14187
14188 * progmodes/cc-engine.el (c-guess-basic-syntax):
14189 Avoid stepping to the previous statement in case 18.
14190 Improvements in recognition of statement blocks on the top level.
14191
14192 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14193
14194 * progmodes/cc-engine.el (c-beginning-of-statement-1)
14195 (c-crosses-statement-barrier-p): Rewritten to get a well
14196 defined and documented behavior. This fixes some tricky cases
14197 in recognition of do-while constructs.
14198
14199 (c-backward-to-start-of-do, c-backward-to-start-of-if):
14200 Removed; use c-beginning-of-statement-1 instead.
14201
14202 (c-guess-continued-construct, c-guess-basic-syntax):
14203 Various fixes to not depend on the bugs previously in
14204 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
14205 use the new behavior of c-beginning-of-statement-1 better.
14206 Fixed recognition of catch blocks inside macros.
14207
14208 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
14209 in skipping over a macro.
14210
14211 * progmodes/cc-langs.el (c-label-kwds): New variable to
14212 contain the appropriate c-*-label-kwds value.
14213
14214 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
14215 evaluation bug that caused the widget for
14216 c-block-comment-prefix to bug out.
14217
14218 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14219
14220 * progmodes/cc-engine.el (c-guess-basic-syntax):
14221 Improved recognition of statements: They are now recognized in
14222 contexts where they normally can't occur, e.g. on the top level or
14223 in function call arguments. This is mainly useful to recognize
14224 statements in macros at the top level, and in arguments to
14225 macros. The cases has been moved around quite a bit, and case
14226 10 has been copied to case 18. (The cases has not been
14227 renumbered because of this.)
14228
14229 (c-guess-continued-construct): New function which has the
14230 rules which are common between cases 10 and 18.
14231
14232 * progmodes/cc-engine.el (c-beginning-of-statement-1)
14233 (c-backward-to-start-of-do, c-backward-to-start-of-if):
14234 Fixes so that they really obey the passed limits.
14235
14236 (c-safe-position): Return nil if the state doesn't contain a
14237 suitable position.
14238
14239 (c-guess-basic-syntax): Fixes some too short limits in calls
14240 to c-beginning-of-statement-1. Some fixes for top level
14241 analysis in ObjC mode.
14242
14243 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14244 Fixed bug in do-while statements where the body is not a block.
14245
14246 * progmodes/cc-styles.el (c-set-style):
14247 Reset c-special-indent-hook to its global value if in override mode.
14248 Fixes problem where functions on that hook remained after
14249 style switch.
14250
14251 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
14252 Use c-benign-error to report the c-strict-syntax-p error.
14253
14254 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14255
14256 * progmodes/cc-align.el, progmodes/cc-defs.el,
14257 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
14258 Several fixes to treat macros as code and not literals and to
14259 handle line continuations transparently.
14260
14261 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
14262 through whitespace and line continuations, but not comments
14263 and macros.
14264
14265 (c-in-literal): No longer recognizes macros as literals by
14266 default. An extra flag argument is required to do that.
14267
14268 (c-macro-start, c-query-macro-start)
14269 (c-query-and-set-macro-start): Added a cache for the macro
14270 start position.
14271
14272 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
14273 more speed when limits are given. Workaround for bad behavior
14274 in forward-comment in some emacsen when it hits a buffer limit
14275 with a large repeat count.
14276
14277 (c-lineup-macro-cont): Improved behavior when
14278 c-syntactic-indentation-in-macros is nil.
14279
14280 (c-syntactic-indentation-in-macros, c-backslash-max-column)
14281 (c-auto-align-backslashes): New customization variables to
14282 control macro handling.
14283
14284 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14285 Fixes to handle line continuations.
14286
14287 * progmodes/cc-defs.el, progmodes/cc-styles.el
14288 (c-get-style-variables, c-set-offset): Report style errors
14289 with message and ding instead of error signal. This to avoid
14290 interrupted mode init if there's some style problem.
14291
14292 (c-benign-error): New macro to report errors that doesn't need
14293 to interrupt the operation.
14294
14295 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
14296
14297 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14298
14299 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
14300 Removed most of the c-state-cache fiddling, since the global
14301 state cache now handles this.
14302
14303 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
14304 when there's an open paren at the very first char of the
14305 visible buffer region.
14306
14307 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
14308 Cache the state globally and invalidate it below every buffer
14309 change with the new after change function
14310 `c-check-state-cache'. This gives a considerable performance
14311 boost when editing large functions or classes.
14312
14313 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
14314
14315 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14316
14317 * progmodes/cc-engine.el, progmodes/cc-langs.el,
14318 progmodes/cc-align.el: Improvements to syntactic analysis
14319 inside macros:
14320
14321 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
14322 by `c-guess-basic-syntax'.
14323
14324 (c-parse-state): Fixed bug with braces inside macros when
14325 using cached state info.
14326
14327 (c-forward-to-cpp-expression): New function to aid in
14328 syntactic analysis inside macros.
14329
14330 (c-beginning-of-statement-1, c-backward-syntactic-ws):
14331 Fixes to work better inside macros.
14332
14333 (c-forward-syntactic-ws): Whitespace between the # and the
14334 command should be allowed in preprocessor directives.
14335
14336 (c-lineup-macro-cont): New lineup function to get context
14337 sensitive indentation inside macros.
14338
14339 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
14340 cpp-macro-cont.
14341
14342 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14343
14344 * progmodes/cc-engine.el (c-beginning-of-statement-1)
14345 (c-forward-syntactic-ws): Fixes to handle continued lines.
14346
14347 (c-backward-to-start-of-if, c-guess-basic-syntax):
14348 Do syntactic analysis inside macros.
14349
14350 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14351
14352 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
14353 possible by the more flexible state cache.
14354
14355 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
14356 (c-whack-state-after, c-hack-state)
14357 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
14358 Improved the state cache system. It now can use partial info from
14359 an old cached state to calculate a new one at a different
14360 position. Removed some kludges to avoid the state cache.
14361 The new functions `c-whack-state-before' and `c-whack-state-after'
14362 replace the now obsolete `c-whack-state'.
14363
14364 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14365 Optimized backing through a macro. This can speed things up
14366 quite a bit when there are long macros before point.
14367
14368 (c-beginning-of-macro): Do not ignore the limit.
14369
14370 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14371
14372 * progmodes/cc-cmds.el (c-electric-continued-statement):
14373 Fixed a bug where the keyword wasn't reindented correctly if
14374 followed by another keyword or identifier.
14375
14376 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
14377 pairs that are in macros. Fixes some cases where e.g. the
14378 second of two "do { } while (0)" macros after each other
14379 indented differently.
14380
14381 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14382
14383 * progmodes/cc-engine.el (c-beginning-of-macro)
14384 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
14385 directive when it begins a line, to allow for script
14386 interpreter lines like "#!/usr/bin/pike" at the beginning of
14387 the file.
14388
14389 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14390
14391 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14392 Recognize brace blocks inside a parenthesis expression as
14393 inexpr-statement. Useful when writing statements as macro arguments.
14394
14395 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14396
14397 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
14398 (c-mask-comment): Broke out the comment masking code from
14399 `c-fill-paragraph' to a new function `c-mask-comment', to be
14400 able to do the same thing in `c-do-auto-fill'. This should
14401 make auto-fill-mode behave better.
14402
14403 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14404
14405 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
14406 Check `executing-macro' to avoid blinking parens when macros
14407 are executed.
14408
14409 * progmodes/cc-mode.el, progmodes/cc-styles.el
14410 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
14411 consistency with `c-setup-paragraph-variables' (which was
14412 placed there due to the dependency from `c-set-style').
14413
14414 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
14415 incomplete initialization from the style variable fallbacks if
14416 there already is a style called "user" defined when CC Mode
14417 starts up for the first time.
14418
14419 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14420
14421 * progmodes/cc-cmds.el, progmodes/cc-vars.el
14422 (c-comment-indent, c-indent-comment-alist): Added new variable
14423 `c-indent-comment-alist' to allow better control over
14424 `c-comment-indent'.
14425
14426 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14427
14428 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
14429 both `comment-start-skip' and the comment prefix on the
14430 current line with the comment starter, so that we line up
14431 comments which matches `c-comment-prefix-regexp' on the first
14432 line (after the `/') without the need to make
14433 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
14434
14435 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
14436 (c-set-style-1, c-setup-paragraph-variables): Moved the
14437 variable initialization based on `c-comment-prefix-regexp' to
14438 a new function `c-setup-paragraph-variables', which is now
14439 used both at mode init and when a style that sets
14440 `c-comment-prefix-regexp' is activated.
14441
14442 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14443
14444 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14445 Better handling of C++ template args to avoid confusion with
14446 `<' and `>' used as operators in member init expressions.
14447
14448 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14449
14450 * progmodes/cc-engine.el (c-most-enclosing-brace)
14451 (c-least-enclosing-brace): Added optional second arg to limit
14452 the search to before a certain point.
14453
14454 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
14455 which could cause incorrect analysis if a cached state is used
14456 (usually only happens when an electric key reindents a line).
14457
14458 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14459
14460 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
14461 insulation. This time for XEmacs 21.
14462
14463 * progmodes/cc-engine.el, progmodes/cc-langs.el:
14464 Improved handling of inheritance lists:
14465
14466 (c-beginning-of-inheritance-list): Rewritten to use a more
14467 syntactically correct method that doesn't get confused by
14468 badly placed linebreaks and comments.
14469
14470 (c-guess-basic-syntax): Several fixes to the handling of
14471 inheritance lists in combination with templates. 'inher-intro
14472 is now anchored on the start of the class declaration and not
14473 the indentation of the current line. Switched places on cases
14474 5D.3 and 5D.4 and made them use more syntactically correct methods.
14475
14476 (c-inher-key): Removed since the code in
14477 `c-guess-basic-syntax' now uses token-based search.
14478
14479 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
14480 Added a submenu to access some toggles.
14481
14482 (c-toggle-syntactic-indentation): New function to toggle the
14483 variable `c-syntactic-indentation'.
14484
14485 * progmodes/cc-styles.el (c-set-style): Improved the error
14486 message for incorrect offsets a bit.
14487
14488 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14489
14490 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
14491 sexp follows point immediately, instead find the closest
14492 following open paren that ends on another line.
14493
14494 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14495
14496 * progmodes/cc-align.el (c-lineup-cascaded-calls):
14497 New indentation function.
14498
14499 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
14500 directives with whitespace between the '#' and the name.
14501
14502 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14503
14504 * progmodes/cc-engine.el (c-forward-syntactic-ws)
14505 (c-backward-syntactic-ws): Handle line continuations as
14506 whitespace. Don't move past a macro if that'd take us past
14507 the limit.
14508
14509 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14510
14511 * progmodes/cc-engine.el (c-beginning-of-macro)
14512 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
14513 Pike, and that shouldn't be confused with a preprocessor directive.
14514
14515 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14516
14517 * progmodes/cc-cmds.el: Extended the kludge to interoperate
14518 with the delsel and pending-del packages wrt to the new
14519 function `c-electric-delete-forward'.
14520
14521 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14522
14523 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
14524 the block itself, i.e. only indent the contents in it.
14525
14526 * progmodes/cc-styles.el (c-set-style): Use the default
14527 argument to completing-read instead of initial-contents, if
14528 the function is recent enough to support it.
14529
14530 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14531
14532 * progmodes/cc-mode.el (c-mode-help-address):
14533 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
14534 I've almost never seen a bug reported this way that should go
14535 to that list, but it's rather common that the reports concern
14536 the combination CC Mode and XEmacs instead.
14537
14538 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14539
14540 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
14541 brace-elseif-brace and brace-catch-brace are active and
14542 there's a "else if"-block before the catch block.
14543
14544 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14545 Detect function headers that span lines.
14546
14547 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14548
14549 * progmodes/cc-cmds.el (c-electric-brace)
14550 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
14551 Check for last on line only for doing the auto-newline-mode
14552 stuff, not for the reindentation.
14553
14554 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
14555 handling of c-syntactic-indentation: When it's nil, indent the
14556 new lines but don't reindent the current one. Reindent the
14557 line only when the inserted brace comes first on it, instead
14558 of last.
14559
14560 * progmodes/cc-cmds.el (c-electric-brace)
14561 (c-electric-semi&comma): Fixed two places where
14562 c-syntactic-indentation wasn't heeded.
14563
14564 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
14565 inside a macro.
14566
14567 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
14568 little harder to find a fallback position when an orphan else
14569 is found. Fixed case where an else following a do-while
14570 statement could be associated with an if inside the do-while.
14571
14572 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14573
14574 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
14575 for the fallback to add a single space after the comment prefix.
14576
14577 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
14578 behavior in some special cases, especially for single-line comments.
14579 Avoid breaking up a comment starter or ender.
14580
14581 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14582
14583 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
14584 the Emacs sources to make this work in invisible text.
14585
14586 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
14587 not be confused by a later ':' on the same line as the label.
14588
14589 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14590
14591 * progmodes/cc-cmds.el, progmodes/cc-mode.el
14592 (c-electric-delete, c-electric-delete-forward):
14593 Split `c-electric-delete' into two functions where
14594 `c-electric-delete-forward' always deletes forward and
14595 `c-electric-delete' only contains the code necessary for
14596 XEmacs to choose between backward and forward deletion.
14597 `c-electric-delete-forward' is now bound to C-d to get the
14598 electric behavior on that key too.
14599
14600 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14601
14602 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
14603 use of c-comment-prefix-regexp, which caused an error when
14604 it's a list.
14605
14606 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14607
14608 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
14609 (c-default-style): Removed the hardcoded switch to "java" style
14610 in Java mode. It's instead taken care of by the default value
14611 for c-default-style.
14612
14613 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14614
14615 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
14616 was triggered by equal signs in string literals.
14617
14618 2002-04-21 Kim F. Storm <storm@cua.dk>
14619
14620 * subr.el (insert-buffer-substring-no-properties): New function.
14621 (insert-buffer-substring-as-yank): New function.
14622
14623 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14624
14625 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
14626 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
14627 prefix from scroll commands. Ignore end-of-buffer errors from
14628 other windows.
14629 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
14630 commands.
14631 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
14632 New functions.
14633
14634 * files.el: (auto-mode-alist): .f95 files in f90-mode.
14635
14636 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
14637 a DO statement irrespective of numeric label.
14638
14639 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
14640
14641 * files.el (auto-save-file-name-transforms): Doc fix.
14642 Add third element to "uniquify" filenames.
14643 (make-auto-save-file-name): Use new element of
14644 auto-save-file-name-transforms.
14645 * startup.el (command-line): Add third element to
14646 auto-save-file-name-transforms.
14647
14648 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
14649
14650 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
14651 return value of file-name-completion and file-name-all-completions.
14652
14653 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14654
14655 * progmodes/f90.el: Update maintainer.
14656 (f90-line-continued): Recognize blank/comment lines embedded in
14657 continuation lines.
14658 (f90-looking-at-program-block-start): No extra indentation after
14659 function or subroutine keyword appears in single quotes.
14660
14661 2002-04-19 Miles Bader <miles@gnu.org>
14662
14663 * custom.el (customize-mark-to-save, customize-mark-as-set)
14664 (custom-quote): Moved here from `cus-edit.el'.
14665 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
14666 (custom-quote): Moved to `custom.el'.
14667
14668 2002-04-18 Richard M. Stallman <rms@gnu.org>
14669
14670 * facemenu.el (list-text-properties-at): Command deleted.
14671
14672 * rect.el (insert-rectangle): Use insert-for-yank.
14673
14674 * register.el (insert-register): Use insert-for-yank.
14675 (describe-register-1): Discard text props in yank-excluded-properties.
14676
14677 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
14678 Fix parts in construction of `menu-item' item at end.
14679
14680 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
14681
14682 * subr.el (insert-for-yank): New function.
14683
14684 * simple.el (yank-excluded-properties): New user option.
14685 (yank-pop, yank): Use insert-for-yank.
14686
14687 2002-04-19 Kim F. Storm <storm@cua.dk>
14688
14689 * simple.el (pop-to-mark-command): Do not set this-command.
14690 (set-mark-command): Always jump to mark when called with arg.
14691
14692 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
14693
14694 * comint.el (comint-watch-for-password-prompt): Remove whitespace
14695 at the beginning of password prompts.
14696
14697 2002-04-18 Andrew Innes <andrewi@gnu.org>
14698
14699 * facemenu.el: Remove require of wid-edit.
14700
14701 2002-04-17 Colin Walters <walters@verbum.org>
14702
14703 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
14704 one window.
14705 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
14706 (ibuffer-current-state-list): Reinstate optional argument; now
14707 just call `point' inside the mapping function.
14708
14709 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
14710
14711 * dired-aux.el (dired-star-subst-regexp)
14712 (dired-quark-subst-regexp): New constants.
14713 (dired-do-shell-command, dired-shell-stuff-it): Use them.
14714 (dired-do-shell-command): Raise an error if both `*' and `?'
14715 substitution marks are used in the same command.
14716 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
14717 in a command given via dired-do-shell-command.
14718
14719 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
14720
14721 2002-04-16 Jason Rumney <jasonr@gnu.org>
14722
14723 * international/mule-cmds.el (locale-preferred-coding-systems):
14724 Add "jpn".
14725
14726 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
14727
14728 * term.el (term-emulate-terminal): Fix last change.
14729
14730 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14731
14732 * bindings.el (mode-line-mode-menu): Update names to reflect
14733 latest changes.
14734
14735 2002-04-16 Mike Williams <mdub@bigfoot.com>
14736
14737 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
14738 compilation error.
14739
14740 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
14741
14742 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
14743 (viper-ex-print-buf-name): New variable.
14744 (viper-ex-print-buf): New variable.
14745 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
14746 (ex-g-marks): New variable.
14747 (ex-print): New function.
14748 (ex-print-display-lines): New function.
14749
14750 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
14751 the cursor color.
14752
14753 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
14754 when the window is not in its own frame.
14755 (ediff-clone-buffer-for-region-comparison): More robust window
14756 arrangement while prompting for regions to compare.
14757 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
14758 (ediff-inferior-compare-regions): Deleted unused vars
14759 ctl-buf and quit-now.
14760
14761 2002-04-15 Richard M. Stallman <rms@gnu.org>
14762
14763 * facemenu.el (facemenu-add-new-face): Use this only for faces.
14764 Delete arg MENU.
14765 (facemenu-add-new-color): New function.
14766 (facemenu-set-foreground, facemenu-set-background):
14767 Use facemenu-add-new-color.
14768
14769 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
14770
14771 * ediff-init.el (ediff-current-diff-face-A)
14772 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14773 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
14774 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
14775 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
14776 (ediff-even-diff-face-B, ediff-even-diff-face-C)
14777 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
14778 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
14779 (ediff-odd-diff-face-Ancestor): Add special color definitions for
14780 tty and MS-DOS displays.
14781
14782 2002-04-15 Andrew Innes <andrewi@gnu.org>
14783
14784 * facemenu.el: Require wid-edit.
14785
14786 2002-04-15 Miles Bader <miles@gnu.org>
14787
14788 * faces.el (highlight): Force foreground to be black on a tty, so
14789 this face is readable on a dark-background tty.
14790 * wid-edit.el (widget-field-face, widget-single-line-field-face):
14791 Likewise.
14792
14793 2002-04-14 Kim F. Storm <storm@cua.dk>
14794
14795 * simple.el (pop-to-mark-command, push-mark-command): New commands.
14796 (set-mark-command): Use them.
14797 Enhanced functionality when command is repeated:
14798 - If first command set the mark (no prefix arg), repeat temporarily
14799 enables transient-mark-mode.
14800 - If first command jumped to mark off ring (with argument),
14801 repeat (with or without arg) jump to next mark off ring.
14802 - Use C-u C-u prefix to set mark after jump.
14803 (exchange-point-and-mark): Temporarily enable transient-mark-mode
14804 if prefix arg.
14805
14806 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14807
14808 * speedbar.el (speedbar-tag-hierarchy-method)
14809 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
14810
14811 2002-04-14 Mike Williams <mdub@bigfoot.com>
14812
14813 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
14814 beginning of buffer.
14815
14816 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14817
14818 * speedbar.el (speedbar-generic-item-info)
14819 (speedbar-sort-tags): Doc fix.
14820 (speedbar-add-supported-extension): Fix typo in interactive spec.
14821
14822 2002-04-13 Colin Walters <walters@verbum.org>
14823
14824 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
14825 only moving one line forward.
14826 (ibuffer-map-lines): Preserve point position even if we delete
14827 lines. Only call mapping functions with buffer and mark
14828 arguments; the other two were unused.
14829 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
14830
14831 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
14832
14833 * calc/calc-bin.el (math-format-radix-float): Use `when'.
14834
14835 * calc/calc.el (math-format-number): Load `calc-ext' before we
14836 call `math-group-float'.
14837
14838 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14839 Renamed from `gamegrid-add-score'.
14840 (gamegrid-add-score-insecure): Restored from the old
14841 `gamegrid-add-score'.
14842 (gamegrid-add-score): Just dispatch on `system-type' to one of the
14843 previous two functions.
14844
14845 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14846
14847 * iswitchb.el: Update commentary to include new function
14848 iswitchb-exclude-nonmatching.
14849
14850 2002-04-12 John Wiegley <johnw@gnu.org>
14851
14852 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
14853 operating systems to the regexp used to detect a script's interpreter.
14854
14855 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
14856
14857 * frame.el (frames-on-display-list): Use `equal' to compare the
14858 `display' frame parameter to the argument DISPLAY.
14859
14860 2002-04-12 Dave Love <fx@gnu.org>
14861
14862 * help.el (string-key-binding): Deal with margin events.
14863
14864 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
14865
14866 * comint.el (comint-password-prompt-regexp): Match " SMB password".
14867
14868 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
14869
14870 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
14871
14872 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
14873
14874 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
14875 (buffer-syntactic-context-depth): New funs.
14876
14877 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
14878 on variables.
14879
14880 * emacs-lisp/debug.el (debug-on-entry): Use push.
14881 (debugger-make-xrefs): Don't assume point-min == 1.
14882
14883 * progmodes/cc-engine.el (c-backward-to-start-of-if):
14884 Don't assume point-min == 1.
14885
14886 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
14887 (etags-list-tags, etags-tags-apropos, select-tags-table):
14888 Don't assume point-min == 1.
14889
14890 2002-04-12 Mike Williams <mdub@bigfoot.com>
14891
14892 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
14893
14894 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
14895
14896 * textmodes/fill.el (fill-context-prefix): Fix up last change.
14897
14898 * simple.el (line-move): Use memq rather than or.
14899 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
14900 (do-auto-fill): Use fill-move-to-break-point.
14901 (syntax-code-table): Remove.
14902
14903 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
14904 Don't add spaces at end of sentences at end of line.
14905 (fill-move-to-break-point): Make sure the result is always greater
14906 than linebeg, so we ensure forward progress.
14907 (fill-region-as-paragraph): Compare to `to' rather than eobp.
14908 (fill-paragraph): Don't rebind fill-paragraph-function.
14909
14910 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14911
14912 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
14913
14914 2002-04-11 Andreas Schwab <schwab@suse.de>
14915
14916 * files.el (file-name-non-special): Handle return value of t from
14917 `file-name-completion'.
14918
14919 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
14920
14921 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
14922 differently to avoid pathological exponential-time case.
14923 (adaptive-fill-regexp): Add ! and %.
14924 (fill-delete-prefix): Remove indentation while removing prefix.
14925 (fill-delete-newlines): Obey sentence-end.
14926 (fill-move-to-break-point, fill-newline): New functions extracted
14927 from fill-region-as-paragraph.
14928 (fill-region-as-paragraph): Use them.
14929 Don't fiddle with fill-indent-according-to-mode.
14930
14931 2002-04-10 Colin Walters <walters@verbum.org>
14932
14933 * play/snake.el (snake-score-file): Default to just "snake-scores".
14934
14935 * play/tetris.el (tetris-score-file): Likewise.
14936
14937 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
14938 use `update-game-score'.
14939
14940 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
14941 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
14942 ourselves; take it as an argument. Caller updated.
14943 (ibuffer-mode): Make mode-class special.
14944
14945 2002-04-10 Richard M. Stallman <rms@gnu.org>
14946
14947 * dired.el (dired-view-command-alist): New variable.
14948 (dired-view-file): Use external viewers for some files names.
14949
14950 * mouse.el (mouse-drag-region-1): Display region highlight
14951 only in the selected window.
14952
14953 * subr.el (remove-hook): When there are no more local hooks,
14954 kill the buffer-local value.
14955
14956 * isearch.el (isearch-mode): Don't call make-frame-visible
14957 if frame is already visible.
14958
14959 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
14960
14961 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
14962
14963 * progmodes/ada-prj.el: Add support for the new project file
14964 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
14965 Fix widget handling for Emacs 21. ada-mode now only supports a single
14966 active project file, instead of one per buffer. This is far less
14967 confusing.
14968
14969 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
14970 (ada-func-or-proc-name): Get real subprogram name, after change in
14971 ada-mode.el.
14972
14973 * progmodes/ada-xref.el: Ada-mode no longer supports a different
14974 project file per buffer. This was too complex. Instead, there is
14975 now a single active project file at any given time, and the user
14976 can switch the active one through the Ada menu. This revision
14977 also provides better handling of the Windows command line, and the
14978 various available shells on that platform. ada-mode is now fully
14979 integrated with the GNU visual debugger gvd, see
14980 http://libre.act-europe.fr.
14981 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
14982 This is only available with GNAT 3.14.
14983 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
14984 (ada-quote-cmd): New function.
14985 (ada-initialize-runtime-library): Get the location of the actual
14986 runtime the compiler will be using, including support for
14987 cross-platform environments.
14988 (ada-treat-cmd-string): Add support for the new variable
14989 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
14990 two commands to run just prior to running the debugger, and just
14991 after starting it. This provide better support for cross-platform
14992 and remote debugging.
14993 (ada-get-absolute-dir): Remove, replace with expand-file-name.
14994 (ada-gdb-application): New parameter executable-name.
14995 (ada-get-ali-file-name): Better handling of separate packages.
14996 Checkin on behalf of the ada-mode maintainer.
14997
14998 * progmodes/ada-mode.el (ada-case-exception-file)
14999 (ada-indent-handle-comment-special): New variables.
15000 (ada-case-exception-substring): New variable. Casing exceptions
15001 can now also be defined for substrings, in addition to full
15002 identifier names. This provides more flexibility.
15003 (ada-align-list): New fun, provide support for align.el in ada-mode.
15004 (ada-procedure-start-regexp): Add support for operators and
15005 generic formal subprograms and packages.
15006 (ada-imenu-comment-re): New variable.
15007 (ada-imenu-generic-expression): Add support for protected types.
15008 (ada-mode): Set comment-start only after running ada-mode-hook, so
15009 that the user can change ada-comment-start in the hook.
15010 Add support for ispell in comments. Add support for align.el.
15011 (ada-save-exception-file, ada-create-case-exception-substring)
15012 (ada-adjust-case-substring): New functions.
15013 (ada-get-current-indent): Properly handles keywords with uppercases.
15014 (ada-goto-matching-end): Rewritten, fixes problems in the handling
15015 of nested blocks.
15016 (ada-untab-hard): Do not touch the contents of comments and strings.
15017
15018 2002-04-09 Mike Williams <mdub@bigfoot.com>
15019
15020 * textmodes/sgml-mode.el (sgml-lexical-context):
15021 Use sgml-parse-tag-backward to find start point.
15022 (sgml-looking-back-at): Doc fix.
15023
15024 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15025
15026 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
15027 for prompt.
15028
15029 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
15030
15031 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
15032 Use define-minor-mode.
15033 (auto-revert-buffers): Use with-current-buffer.
15034 Avoid changing the minor modes.
15035
15036 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
15037 rather than char-to-string since last-input-char can be any event.
15038
15039 * international/titdic-cnv.el (tit-dictionary):
15040 Use defvar for non-constants.
15041
15042 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
15043 (global-cwarn-mode): Use easy-mmode-define-global-mode.
15044 (cwarn-font-lock-keywords): New function.
15045 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
15046 (cwarn-font-lock-match): New macro.
15047 (cwarn-font-lock-match-assignment-in-expression)
15048 (cwarn-font-lock-match-dangerous-semicolon)
15049 (cwarn-font-lock-match-reference): Use it.
15050
15051 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
15052 Use defvar rather than defconst since it's meant to be settable.
15053 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
15054 (cperl-fix-line-spacing): Add missing \ in [ t].
15055
15056 * loadup.el: Call ucs-unify-8859 directly rather than
15057 unify-8859-on-encoding-mode.
15058 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
15059
15060 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
15061 (sgml-mode): Use it for comment-line-break-function.
15062
15063 2002-04-08 Jason Rumney <jasonr@gnu.org>
15064
15065 * international/mule-cmds.el (reset-language-environment):
15066 Handle coding-systems not being defined yet.
15067
15068 2002-04-08 Sam Steingold <sds@gnu.org>
15069
15070 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
15071 (vc-cvs-checkin): Use it.
15072
15073 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15074
15075 * files.el (display-time-string): Fix last change.
15076
15077 2002-04-07 Sam Steingold <sds@gnu.org>
15078
15079 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
15080
15081 2002-04-07 Jason Rumney <jasonr@gnu.org>
15082
15083 * international/mule-cmds.el (set-default-coding-systems)
15084 (reset-language-environment): Preserve eols on
15085 default-process-coding-system.
15086 (coding-system-change-text-conversion): Fix case where CODING is nil.
15087
15088 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15089
15090 * subr.el (play-sound): Move here from simple.el.
15091
15092 * simple.el (play-sound): Move to subr.el.
15093
15094 2002-04-06 Richard M. Stallman <rms@gnu.org>
15095
15096 * files.el (display-time-string-forms): Mark as risky.
15097
15098 * enriched.el (enriched-decode-foreground, enriched-decode-background):
15099 Use proper format for desired elts of `face' property.
15100 Don't test display-color-p; make the properties unconditionally.
15101
15102 * progmodes/compile.el (compilation-error-regexp-alist):
15103 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
15104
15105 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
15106
15107 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
15108 for customization type.
15109 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
15110
15111 2002-04-06 Mike Williams <mdub@bigfoot.com>
15112
15113 * textmodes/xml-lite.el: Remove.
15114
15115 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15116
15117 * simple.el (play-sound): New function (uses play-sound-internal).
15118
15119 2002-04-04 Richard M. Stallman <rms@gnu.org>
15120
15121 * files.el (mode-line-format, mode-line-modified)
15122 (mode-line-mule-info, mode-line-buffer-identification)
15123 (mode-line-modes, mode-line-position): Explicitly mark as risky.
15124 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
15125
15126 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
15127
15128 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
15129 Use (syntax-table), not old-syntax-table.
15130
15131 * enriched.el (enriched-decode-foreground)
15132 (enriched-decode-background): Don't call facemenu-get-face.
15133
15134 2002-04-04 Mike Williams <mdub@bigfoot.com>
15135
15136 * textmodes/sgml-mode.el: Add missing require.
15137 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
15138
15139 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15140
15141 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
15142 spot indicated by text property `cvs-goal-column', if present.
15143
15144 * pcvs-info.el (cvs-fileinfo-pp): Use text property
15145 `cvs-goal-column' to indicate position of file name (if present).
15146
15147 2002-04-03 Richard M. Stallman <rms@gnu.org>
15148
15149 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15150 Call mail-abbrev-make-syntax-table.
15151
15152 * format.el (format-deannotate-region): Doc fix.
15153
15154 * enriched.el (enriched-face-ans): Delete special treatment
15155 for fg:... and bg:... faces.
15156 (enriched-decode-foreground): Return a list that specifies
15157 the foreground color, rather than creating a face.
15158 (enriched-decode-background): Likewise.
15159
15160 * shell.el (shell-mode): Don't reinit comint-input-ring
15161 if that was already done.
15162
15163 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
15164
15165 * solar.el (solar-spring-or-summer-season): Delete.
15166 (solar-northern-spring-or-summer-season): New variable.
15167 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
15168 Rewrite.
15169
15170 * solar.el (diary-sabbath-candles-minutes): New variable.
15171 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
15172
15173 * calendar.el (update-calendar-mode-line): Force mode-line update.
15174 Make date under the cursor available as `date' in
15175 calendar-mode-line-format.
15176 Eval items in calendar-mode-line-format list.
15177
15178 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
15179 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
15180
15181 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
15182
15183 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
15184 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
15185 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15186 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
15187
15188 * cal-tex.el: Change all instances (interactive "P") to
15189 (interactive "p").
15190 (cal-tex-cursor-month): Add hfill and newline at end of month that
15191 ended on Saturday.
15192 (cal-tex-preamble): Change to LaTeX2e.
15193 (cal-tex-cursor-filofax-year): Don't use default month names in
15194 LaTeX macros in case user changes them.
15195 (cal-tex-month-name): New function. Used throughout in case user
15196 has done something funny with month names.
15197
15198 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
15199 (diary-rosh-hodesh): Spelling correction.
15200
15201 2002-04-03 Mike Williams <mdub@bigfoot.com>
15202
15203 * textmodes/sgml-mode.el (sgml-lexical-context)
15204 (sgml-parse-tag-backward): Extend support for CDATA to include
15205 conditional sections.
15206
15207 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15208
15209 * cus-start.el: Rename `autoselect-window' to
15210 `mouse-autoselect-window'.
15211
15212 2002-04-02 Richard M. Stallman <rms@gnu.org>
15213
15214 * files.el (hack-one-local-variable):
15215 Clear text props from string value.
15216
15217 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
15218
15219 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15220 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
15221 Use regexp-opt.
15222 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
15223 from F95.
15224 (f90-procedures-re): Add `null' and `cpu_time' from F95.
15225 (f90-font-lock-keywords-1): Minor reorganization so we don't need
15226 `override' any more.
15227 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
15228 (f90-indent-subprogram): Use indent-region.
15229 (f90-break-line): Use indent-according-to-mode.
15230
15231 2002-04-02 Mike Williams <mdub@bigfoot.com>
15232
15233 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
15234 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
15235 (sgml-get-context): Remove use of sgml-inside-tag-p.
15236 (sgml-inside-tag-p): Remove.
15237 (sgml-looking-back-at): Short-circuit at beg of buffer.
15238 (sgml-lexical-context, sgml-calculate-indent): Add support for
15239 CDATA sections.
15240
15241 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
15242
15243 * help.el (help-key-description): New fun.
15244 (describe-key-briefly, describe-key): Use it and
15245 this-single-command-raw-keys plus new arg `untranslated'.
15246
15247 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
15248 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
15249 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
15250 (sgml-insert-end-tag): New funs taken from xml-lite.el.
15251 (sgml-calculate-indent): Use them.
15252 (sgml-slash-matching): Rename from sgml-slash.
15253 (sgml-slash): Copied from xml-lite and changed to use
15254 sgml-slash-matching and sgml-quick-keys.
15255
15256 * international/mule-cmds.el (standard-keyboard-coding-systems):
15257 Add koi8-u and koi8-r.
15258
15259 * eshell/.cvsignore: New file.
15260
15261 * eshell/esh-groups.el: Remove.
15262
15263 * progmodes/tcl.el: Change maintainer.
15264 (tcl-electric-hash-style): Change default to nil.
15265 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
15266 (tcl-do-auto-fill): Remove.
15267 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
15268
15269 2002-04-01 Mike Williams <mdub@bigfoot.com>
15270
15271 * textmodes/sgml-mode.el: Doc fixes.
15272 (sgml-mode): Set indent-line-function to sgml-indent-line.
15273 (sgml-calculate-indent): Add an explicit check for 'text syntax,
15274 to protect against future enhancements to sgml-lexical-context.
15275 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
15276
15277 * textmodes/xml-lite.el: Removed much redundant stuff.
15278 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
15279 always start within text. Make use of sgml-unclosed-tag-p.
15280
15281 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
15282
15283 * tcl.el (tcl-imenu-generic-expression): New value.
15284 (tcl-imenu-create-index-function): Function deleted.
15285 (tcl-mode): Check for filladapt-mode.
15286 Use tcl-imenu-generic-expression instead of
15287 tcl-imenu-create-index-function.
15288 (inferior-tcl-mode): Doc fix.
15289 Change not legally significant.
15290
15291 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15292
15293 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
15294
15295 * window.el (handle-select-window): New function.
15296 Update copyright.
15297
15298 2002-04-01 Richard M. Stallman <rms@gnu.org>
15299
15300 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
15301
15302 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
15303 tool-bar-add-item, and new arg MAP.
15304 (tool-bar-add-item): Now calls tool-bar-local-item.
15305 (tool-bar-local-item-from-menu): Renamed from
15306 tool-bar-add-item-from-menu, and new arg IN-MAP.
15307 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
15308
15309 * help-fns.el (help-with-tutorial): Allow various ways
15310 to specify the text in the [...] line, in handling the <...> line.
15311
15312 * progmodes/idlw-rinfo.el (idlwave-system-routines):
15313 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
15314
15315 * subr.el (redraw-modeline): Define alias.
15316
15317 2002-03-31 Richard M. Stallman <rms@gnu.org>
15318
15319 * files.el (file-expand-wildcards): Use save-match-data.
15320
15321 * files.el (format-alist): Mark as risky.
15322
15323 * simple.el (kill-new): Doc fix.
15324
15325 * emacs-lisp/byte-opt.el (side-effect-free-fns)
15326 (side-effect-and-error-free-fns): Add many functions, remove some.
15327
15328 2002-03-30 Richard M. Stallman <rms@gnu.org>
15329
15330 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
15331
15332 2002-03-30 Eli Zaretskii <eliz@gnu.org>
15333
15334 * font-lock.el (save-buffer-state): Fix last change.
15335
15336 * files.el (auto-save-file-name-transforms): Fix last change.
15337
15338 * startup.el (command-line): Fix last change.
15339
15340 2002-03-29 Richard M. Stallman <rms@gnu.org>
15341
15342 * subr.el (play-sound-file): Moved to simple.el.
15343
15344 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
15345
15346 2002-03-29 Colin Walters <walters@verbum.org>
15347
15348 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
15349 instead of `forward-line'.
15350 (ibuffer-forward-line): Be sure to skip over special properties
15351 before moving, too.
15352
15353 * calc/calc.el (calc-was-split): Var deleted.
15354 (calc): Remove reference to it.
15355 (calc): Ditto.
15356 (calc-quit): Ditto.
15357 (calc-init-base): Ditto.
15358
15359 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
15360
15361 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
15362
15363 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
15364 instead of nil when point is outside of any tag.
15365 (sgml-beginning-of-tag): Adjust to the change.
15366 (sgml-calculate-indent): Use the new info returned by
15367 sgml-lexical-context. Try to handle unclosed tags.
15368
15369 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
15370 at unclosed tags unless it is at indentation.
15371 Kill nested unclosed tags.
15372 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
15373 (xml-lite-mode): Use sgml-indent-line instead.
15374
15375 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
15376
15377 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
15378 expand-file-name.
15379
15380 * startup.el (command-line): Recompute auto-save-file-name-transforms
15381 using the updated value of temporary-file-directory.
15382
15383 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
15384
15385 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
15386 even with an empty context. Don't save excursion any more.
15387 Don't complain about unmatched start-tags in sgml-unclosed-tags.
15388 Ignore end-tags in sgml-empty-tags.
15389 (xml-lite-get-context, xml-lite-calculate-indent)
15390 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
15391 (xml-lite-indent-line): Use back-to-indentation.
15392
15393 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
15394 (sgml-name-re, sgml-attrs-re): New consts.
15395 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
15396 (sgml-mode): Use them.
15397 (sgml-lexical-context): Default to (point-min) if nothing else works.
15398 (sgml-calculate-indent): Indent slightly differently.
15399 (sgml-indent-line): Use back-to-indentation.
15400 (sgml-parse-dtd): New function.
15401 (sgml-unclosed-tags): New var.
15402 (html-mode): Set it.
15403
15404 2002-03-29 Simon Marshall <simon.marshall@misys.com>
15405
15406 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
15407
15408 2002-03-29 Richard M. Stallman <rms@gnu.org>
15409
15410 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
15411 Use FILTER arg in dired-get-marked-files to exclude directories.
15412 (dired-nondirectory-p): New function.
15413
15414 * dired.el (dired-get-marked-files): New arg FILTER
15415 allows selection of some files.
15416
15417 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
15418
15419 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
15420
15421 * speedbar.el (speedbar-default-directory-list): Made robust
15422 against deleted directories.
15423
15424 2002-03-28 Richard M. Stallman <rms@gnu.org>
15425
15426 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
15427 Bindings changed.
15428
15429 * progmodes/compile.el (compilation-handle-exit):
15430 If compilation-window-height is 0, display status in echo area.
15431
15432 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
15433
15434 * rect.el (replace-rectangle): Add autoload.
15435
15436 * files.el: Mark many more variables as risky.
15437 (hack-one-local-variable): Recognize several additional
15438 patterns as risky.
15439
15440 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
15441
15442 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
15443
15444 * textmodes/xml-lite.el (xml-lite-in-string-p):
15445 Use sgml-lexical-context.
15446 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
15447 (xml-lite-get-context): Check that open/close tags match.
15448 Don't stop scanning while we're ignoring matching tags.
15449
15450 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
15451 (sgml-mode-syntax-table): Use it.
15452 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
15453 (sgml-tags-invisible): Use it.
15454 (sgml-lexical-context): New fun.
15455 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
15456 (sgml-quote): Accept \n as entity reference terminator.
15457 (sgml-calculate-indent, sgml-indent-line): New funs.
15458
15459 2002-03-28 Andre Spiegel <spiegel@gnu.org>
15460
15461 * vc-cvs.el (vc-cvs-global-switches): New user option.
15462 (vc-cvs-command): New function. Update all callers of
15463 `vc-do-command' in vc-cvs.el to use this instead.
15464
15465 2002-03-27 Andrew Innes <andrewi@gnu.org>
15466
15467 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
15468 relying on shell globbing.
15469
15470 2002-03-27 Colin Walters <walters@debian.org>
15471
15472 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
15473 (ibuffer-fontification-alist): Use it.
15474 (ibuffer-backward-line): Handle `ibuffer-summary' area.
15475 (ibuffer-forward-line): Ditto.
15476
15477 * ibuf-ext.el (sorter mode-name): Doc fix.
15478 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
15479 (operation query-replace): Use new `noerror' arg for
15480 `query-replace-read-args'.
15481 (operation query-replace-regexp): Ditto.
15482
15483 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
15484
15485 * textmodes/xml-lite.el: Fix copyright notice.
15486 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
15487 (xml-lite-indent-comment-offset): Remove.
15488 (xml-lite-calculate-indent): Use new name. Use natural alignment
15489 for comments.
15490 (xml-lite-in-string-p): Simplify.
15491
15492 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15493
15494 * allout.el (outline-layout): Doc fix.
15495
15496 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
15497
15498 * textmodes/xml-lite.el: Don't require `custom'.
15499 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
15500 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
15501 (xml-lite-get-context): Drop nested tags not just for comments.
15502 (xml-lite-indent-line): Be more careful about moving point.
15503 (xml-lite-insert-end-tag, xml-lite-slash):
15504 Use indent-according-to-mode instead of xml-lite-indent-line.
15505 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
15506 Set sgml-xml-mode. Don't call force-mode-line-update.
15507 (xml-lite-mode-map): Don't bind TAB.
15508
15509 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
15510
15511 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
15512 parameter value.
15513 (gud-jdb-build-source-files-list): Comment clarification.
15514 (gud-jdb-massage-args): Reworked into loop-based argument list
15515 processing in order to support -classpath and -sourcepath argument
15516 processing.
15517 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
15518 to gud-jdb-classpath to obtain search list.
15519 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
15520 directory names in classpath/sourcepath lists, update comment.
15521 (jdb): Add setting of gud-jdb-sourcepath, update comment.
15522 (gud-find-class): Add gud-jdb-sourcepath use, and correct
15523 behaviour for the case when classpath is not used--backward
15524 compatibility fix.
15525
15526 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
15527
15528 * Makefile.in (compile, compile-always): Don't try to compile
15529 non-existent files or files in empty directories.
15530
15531 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
15532
15533 * compare-w.el (compare-windows-whitespace): Match all whitespace.
15534
15535 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
15536 copy of standard Lisp directories.
15537
15538 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
15539 Support "next has longname" link type.
15540
15541 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
15542
15543 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
15544 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
15545 New functions.
15546 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
15547 (end-of-xml-tag): Remove.
15548 (xml-lite-get-context): Better handling of comments.
15549 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
15550 (xml-lite-parse-tag-backward): Rewrite.
15551
15552 2002-03-26 Juanma Barranquero <lektu@terra.es>
15553
15554 * makefile.w32-in (WINS): Add the toolbar directory.
15555
15556 2002-03-26 Richard M. Stallman <rms@gnu.org>
15557
15558 * subr.el (substring-no-properties): Function deleted (now in C).
15559
15560 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15561
15562 * mwheel.el (mouse-wheel-mode): Use global-set-key and
15563 global-unset-key.
15564
15565 2002-03-24 Richard M. Stallman <rms@gnu.org>
15566
15567 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
15568
15569 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
15570 to query-replace-read-args.
15571
15572 * progmodes/compile.el (compilation-forget-errors):
15573 Don't adjust compilation-parsing-end if it's nil.
15574
15575 * replace.el (query-replace-read-args): New optional arg NOERROR.
15576 (perform-replace): Use save-window-excursion around recursive edit.
15577
15578 2002-03-24 Colin Walters <walters@verbum.org>
15579
15580 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
15581 non-nil, then always use another window.
15582
15583 2002-03-24 Gerd Moellmann <gerd@gnu.org>
15584
15585 * subr.el (macro-declaration-function): New function. Set the
15586 variable macro-declaration-function to it.
15587
15588 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
15589 Handle declarations in macro definitions.
15590
15591 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
15592
15593 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
15594
15595 * enriched.el (enriched-face-ans): Support FACE of the form
15596 (:foreground COLOR) and (:background COLOR).
15597 (enriched-decode-foreground, enriched-decode-background): Set the
15598 fore- and background colors of the faces we create, since facemenu
15599 doesn't.
15600
15601 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15602
15603 * mwheel.el (mouse-wheel-mode): Use the result of
15604 current-global-map instead of the variable `global-map'.
15605
15606 2002-03-23 Richard M. Stallman <rms@gnu.org>
15607
15608 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
15609 broken out of sendmail-pre-abbrev-expand-hook.
15610 (sendmail-pre-abbrev-expand-hook): Use it.
15611
15612 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
15613
15614 * Makefile.in (finder-inf.el): Remove.
15615 (finder-data): Don't depend on finder-inf.el any more.
15616 (compile, compile-always): Handle the case where some files
15617 from DONTCOMPILE are missing (it tried to compile them).
15618 (bootstrap-clean): Use src/emacs only if executable.
15619 (bootstrap): Update subdirs.el and finder-inf.el.
15620
15621 * finder.el: Don't load finder-inf.el during byte-compilation.
15622
15623 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
15624 Don't consider cvs-removed files as under VC control.
15625 VC wouldn't handle them properly anyway and it confuses
15626 vc-file-not-found-hook.
15627
15628 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
15629 Add autoload cookie.
15630
15631 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
15632
15633 * calendar/calendar.el (calendar): Doc fix.
15634
15635 2002-03-22 Juanma Barranquero <lektu@terra.es>
15636
15637 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
15638 (gomoku-font-lock-X-face): Likewise.
15639 (gomoku-font-lock-keywords): Use faces instead of variables.
15640
15641 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
15642
15643 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
15644
15645 2002-03-21 Kim F. Storm <storm@cua.dk>
15646
15647 * simple.el (open-network-stream, open-network-stream-nowait)
15648 (open-network-stream-server): Use featurep to test for
15649 supported networking features.
15650
15651 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15652
15653 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
15654 directions as the last action.
15655
15656 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15657
15658 * startup.el (fancy-splash-tail, normal-splash-screen):
15659 Update copyright.
15660
15661 * novice.el (disabled-command-hook): Clarify output text to match
15662 prompt.
15663
15664 2002-03-20 Jason Rumney <jasonr@gnu.org>
15665
15666 * frame.el (display-images-p): Do not explicitly check display type.
15667
15668 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
15669
15670 * mail-utils.el:
15671 Eliminate compilation warnings due to `rfc822-addresses'.
15672 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
15673 warning free compile.
15674
15675 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
15676
15677 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
15678 Take the current highlighting style into account.
15679 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
15680 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
15681
15682 * ediff-init.el (ediff-patch-job): New macro.
15683
15684 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
15685 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
15686
15687 * ediff-ptch.el (ediff-map-patch-buffer):
15688 Use ediff-make-new-meta-list-header.
15689 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
15690
15691 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
15692 (ediff-select-difference): Take highlighting style into account.
15693 (ediff-clone-buffer-for-region-comparison): New function.
15694 (ediff-inferior-compare-regions): Added comparison of current diff
15695 regions.
15696
15697 * ediff.el (ediff-clone-buffer-for-region-comparison)
15698 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
15699
15700 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
15701
15702 * mail-utils.el (rmail-dont-reply-to):
15703 Overhaul to correctly apply the regular
15704 expressions in the variable `rmail-dont-reply-to-names' to the list of
15705 destination addresses. Contributed by lorentey@elte.hu.
15706
15707 * rmail.el (rmail-dont-reply-to-names):
15708 Modify the documentation to make it email
15709 address centric rather than login name centric. Contributed by
15710 lorentey@elte.hu.
15711
15712 2002-03-18 Colin Walters <walters@verbum.org>
15713
15714 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
15715 we don't require `cl' at runtime.
15716 (sorting mode mode-name): Don't take the symbol-name of a string.
15717
15718 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
15719 line after setting the mark.
15720 (ibuffer-insert-buffers-and-marks): Invert the test for
15721 `ibuffer-sorting-reversep'.
15722
15723 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
15724
15725 * international/ucs-tables.el (unify-8859-on-decoding-mode)
15726 (unify-8859-on-encoding-mode): Remove autoload cookie.
15727
15728 2002-03-18 Andre Spiegel <spiegel@gnu.org>
15729
15730 * vc-rcs.el (vc-rcs-register): Fix handling of
15731 vc-[rcs-]register-switches.
15732 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
15733 Variables removed, since they weren't used yet.
15734
15735 * vc-cvs.el (vc-cvs-register): Fix handling of
15736 vc-[cvs-]register-switches.
15737
15738 * vc-sccs.el (vc-sccs-register): Fix handling of
15739 vc-[sccs-]register-switches.
15740
15741 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
15742
15743 * loadup.el ("emacs-lisp/backquote"): Load earlier.
15744 ("international/ucs-tables"): Load and turn on
15745 unify-8859-on-encoding-mode unconditionally.
15746 (emacs-version): Use `defconst' rather than `setq'.
15747
15748 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
15749
15750 2002-03-18 Richard M. Stallman <rms@gnu.org>
15751
15752 * menu-bar.el (menu-bar-options-menu): Cope if
15753 text-mode-hook is not a list.
15754
15755 2002-03-17 Richard M. Stallman <rms@gnu.org>
15756
15757 * emulation/pc-select.el (pc-selection-mode):
15758 Alter the existing global map, don't replace it.
15759
15760 * files.el (list-directory): Set default-directory at the end.
15761
15762 * dabbrev.el (dabbrev--goto-start-of-abbrev):
15763 Put a limit on field-beginning search.
15764
15765 2002-03-17 Simon Josefsson <jas@extundo.com>
15766
15767 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
15768 (browse-url-mosaic): Use it.
15769
15770 * net/browse-url.el (browse-url-filename-alist): Don't begin
15771 docstring with *, you don't want to set this one with M-x set-variable.
15772
15773 * net/browse-url.el: Put * in user option doc strings.
15774
15775 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
15776
15777 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
15778 (sgml-xml-guess): Simplify.
15779 (sgml-mode-common): Remove (move into sgml-mode).
15780 (sgml-mode): Add code from sgml-mode-common.
15781 Remove redundant setting of indent-line-function.
15782 Don't set skeleton-transformation when in XML mode.
15783
15784 * international/mule-diag.el (describe-char-after):
15785 Use `internal-describe-syntax-value' again (got lost somewhere).
15786
15787 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
15788 Use unify-8859-on-decoding-mode.
15789 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
15790 (ucs-insert): Give an error if the unicode char can't be created.
15791
15792 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
15793 (cvs-parse-status): Handle the "used to have a conflict" marker.
15794
15795 2002-03-17 Kim F. Storm <storm@cua.dk>
15796
15797 The following changes are related to the enhanced network process
15798 support.
15799
15800 * simple.el: Update copyright.
15801 (clone-process): Use make-network-process to clone network
15802 processes. Get command list via (process-contact ... t).
15803 Use set-process-query-on-exit-flag and process-query-on-exit-flag
15804 instead of process-kill-without-query.
15805 (open-network-stream): Replaces C-version from process.c.
15806 (open-network-stream-nowait, open-network-stream-server): New funs.
15807 (process-kill-without-query): Replaces C-version from process.c.
15808
15809 * files.el: Update copyright.
15810 (save-buffers-kill-emacs): Also check for active server
15811 processes. Use process-query-on-exit-flag. Only list processes
15812 which has the query-on-exit flag set in connection with user query.
15813
15814 * shadowfile.el: Update copyright.
15815 (shadow-save-buffers-kill-emacs): Also check for active server
15816 processes. Use process-query-on-exit-flag.
15817
15818 2002-03-16 Simon Marshall <simon.marshall@misys.com>
15819
15820 * imenu.el (imenu-menubar-modified-tick): Renamed from
15821 imenu-update-menubar-modified-tick.
15822 (imenu-update-menubar): Update imenu-menubar-modified-tick
15823 whenever outer condition succeeds.
15824
15825 * lazy-lock.el (save-buffer-state):
15826 Bind inhibit-modification-hooks and buffer-file-truename
15827 instead of before-change-functions and after-change-functions.
15828
15829 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
15830
15831 * international/codepage.el (codepage-setup): Don't define a
15832 codepage if it is already defined.
15833
15834 * textmodes/po.el (po-content-type-charset-alist): Convert the
15835 car of each association to a string.
15836 (po-find-file-coding-system-guts): If the charset matches a name
15837 of a codepage, set up that codepage and return it as a coding
15838 system to decode the file.
15839 (po-find-charset): Search for the Charset= header even if we've
15840 read less than 4KB.
15841 <top-level>: Remove the setup for all known codepages: it seems
15842 to cause crashes in the CCL driver.
15843
15844 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15845
15846 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
15847 (bibtex-entry-field-alist): Doc fix.
15848
15849 2002-03-16 Richard M. Stallman <rms@gnu.org>
15850
15851 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
15852 Move definition above cperl-outline-regexp.
15853
15854 * bindings.el (mode-line-mule-info): In computing help-echo prop,
15855 avoid using save-window-excursion. And compile the function.
15856
15857 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
15858
15859 * files.el (load-completion): New function.
15860 (load-library): Use it.
15861
15862 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15863
15864 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
15865 to match the actual code.
15866
15867 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
15868
15869 * textmodes/po.el (po-find-file-coding-system-guts):
15870 Use with-temp-buffer instead of po-with-temp-buffer.
15871
15872 * international/mule-conf.el (file-coding-system-alist): Add an
15873 association for PO files.
15874
15875 * textmodes/po.el: New file.
15876
15877 2002-03-15 Gerd Moellmann <gerd@gnu.org>
15878
15879 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15880 Fix simple loop indentation.
15881
15882 2002-03-14 Miles Bader <miles@gnu.org>
15883
15884 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
15885
15886 2002-03-14 Richard M. Stallman <rms@gnu.org>
15887
15888 * textmodes/picture.el (picture-insert)
15889 (picture-clear-column, picture-draw-rectangle):
15890 Use move-to-column, not move-to-column-force.
15891
15892 * dired.el (dired-readin): Clear out undo list.
15893 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
15894 (dired-delete-entry): New function.
15895 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
15896 and dired-delete-entry, to update this buffer (and others).
15897
15898 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
15899
15900 * facemenu.el (facemenu-add-new-face):
15901 Pass region args to facemenu-set-face, when there is a region.
15902 (facemenu-set-foreground, facemenu-set-background)
15903 (facemenu-add-face): Doc fixes.
15904
15905 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
15906
15907 2002-03-14 Miles Bader <miles@gnu.org>
15908
15909 * emacs-lisp/debug.el: Require `button'.
15910 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
15911 to get TAB and <backtab> bindings.
15912
15913 * net/rlogin.el (rlogin-carriage-filter): Function removed.
15914 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
15915 comint removes carriage returns itself now.
15916
15917 * rfn-eshadow.el (rfn-eshadow-update-overlay):
15918 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
15919 getting hosed by our own intangible property.
15920
15921 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
15922
15923 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
15924 Add fortran-comment-line-start-skip to comment-start-skip.
15925 (fortran-comment-indent): Keep whole-line comments in column 0.
15926 (fortran-find-comment-start-skip): New arg `all'.
15927 If ALL is nil, make sure we only match comment-start-skip if we
15928 can't match fortran-comment-line-start-skip.
15929 Fix bug that made it return t but without moving point when
15930 matching '!'! (a false-comment followed by a real comment).
15931 (fortran-indent-comment): Use new `all' argument above.
15932 Be careful not to add an incorrect comment-starter like "C"
15933 in comment-column.
15934 (fortran-split-line): When splitting a comment, reuse the comment
15935 starter from the current line rather than fortran-comment-line-start.
15936 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
15937 cleaner behavior of fortran-find-comment-start-skip.
15938 (fortran-fill): Don't be confused by ! inside a comment.
15939 (fortran-break-line): Minor cleanup and simplification.
15940
15941 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
15942
15943 * progmodes/etags.el (tag-exact-file-name-match-p)
15944 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
15945 simpler regexp.
15946
15947 2002-03-12 Colin Walters <walters@debian.org>
15948
15949 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
15950 redisplaying a line.
15951
15952 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15953
15954 * term/x-win.el (emacs-session-restore): Take previous id as
15955 an argument.
15956 (emacs-session-save): Add comment that return t means cancel shutdown
15957
15958 * startup.el (command-line): Must check that x-session-previous-id
15959 is bound also, for non-X platforms.
15960
15961 2002-03-12 Gerd Moellmann <gerd@gnu.org>
15962
15963 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
15964 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
15965 New user options.
15966 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
15967 (common-lisp-indent-function-1): Renamed from
15968 common-lisp-indent-function.
15969 (common-lisp-indent-function): Handle loop forms specially.
15970 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
15971 (lisp-backquote-indentation): New user option.
15972
15973 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
15974
15975 * progmodes/etags.el (tag-exact-file-name-match-p)
15976 (tag-file-name-match-p, tag-partial-file-name-match-p):
15977 Assume that the header of a tags section has either a number
15978 or nothing after the last comma.
15979
15980 2002-03-11 Richard M. Stallman <rms@gnu.org>
15981
15982 * imenu.el (imenu-update-menubar-modified-tick): New variable.
15983 (imenu-update-menubar): Don't call imenu--make-index-alist
15984 if buffer has not changed since last time.
15985
15986 * desktop.el (desktop-buffer-handlers): Doc fix.
15987 (desktop-buffer-file): Explicitly return BUF.
15988
15989 * paren.el (show-paren-function): Move back in other direction
15990 to verify the match is correct.
15991
15992 * mail/supercite.el (sc-select-attribution): Accept whatever value
15993 we get in CHOICE; there is no value meaning "try again".
15994
15995 2002-03-11 Colin Walters <walters@verbum.org>
15996
15997 * shell.el (toplevel): Revert previous change to use pcomplete.
15998 (shell-mode): Ditto.
15999 (shell-pcomplete-setup-done): Remove.
16000 (shell-pcomplete): Ditto.
16001 (shell-pcomplete-reverse): Ditto.
16002
16003 * comint.el: Remove documentation on setting up pcomplete.
16004
16005 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16006
16007 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
16008 item. Doc fix.
16009
16010 * image.el (image-type-from-file-header): Make temporary buffer
16011 unibyte.
16012
16013 * subr.el (add-to-list): Doc fix.
16014
16015 2002-03-11 Miles Bader <miles@gnu.org>
16016
16017 * pcomplete.el (pcomplete-entries): Expand environment variables
16018 in filename.
16019
16020 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
16021
16022 * play/mpuz.el: Use defface instead of facemenu-get-face.
16023
16024 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16025
16026 * startup.el (command-line): Add call to emacs-session-restore if
16027 both x-session-id and x-session-previous-id are strings.
16028
16029 * term/x-win.el (x-handle-smid): New function.
16030 (emacs-session-filename): New function.
16031 (emacs-session-save): New function.
16032 (emacs-save-session-functions): New variable.
16033 (emacs-session-restore): New function.
16034
16035 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
16036
16037 * simple.el (shell-command-on-region): Call push-mark with
16038 non-nil second arg, to suppress the "Mark set" message.
16039
16040 2002-03-08 Richard M. Stallman <rms@gnu.org>
16041
16042 * textmodes/picture.el (picture-forward-column): New arg `interactive'
16043 is non-nil for an interactive call. Use instead of interactive-p.
16044 (picture-backward-column): Likewise.
16045
16046 * tar-mode.el (tar-untar-buffer): New function.
16047
16048 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
16049 Put the mouse-face on the entire xref, like the local keymap.
16050
16051 * find-dired.el (find-name-dired): Use shell-quote-argument.
16052
16053 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
16054
16055 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
16056 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
16057 (mpuz-allow-double-multiplicator): New options for nicer look and
16058 new features.
16059 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
16060 (mpuz-check-all-solved, mpuz-random-puzzle)
16061 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
16062 (mpuz-show-solution): Functions streamlined and removed french
16063 style space before punctuation, added face support and optional
16064 solving of trivial results.
16065
16066 2002-03-07 Colin Walters <walters@verbum.org>
16067
16068 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
16069
16070 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
16071 instead of "recency" for clarity.
16072 (ibuffer-compile-format): Document more. Handle new "summarizer"
16073 columns.
16074 (ibuffer-fontify-region-function): Ditto.
16075 (ibuffer-insert-buffer-line): Ditto.
16076 (ibuffer-map-lines): Ditto.
16077 (ibuffer-insert-buffers-and-marks): Ditto.
16078 (ibuffer-update-title-and-summary): Renamed from
16079 `ibuffer-update-title'. Handle "summarizer" columns.
16080 (ibuffer-clear-summary-columns): New function.
16081
16082 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
16083
16084 2002-03-07 Gerd Moellmann <gerd@gnu.org>
16085
16086 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
16087 Use the other-window instead of the other-frame functions when
16088 the window is dedicated.
16089
16090 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
16091
16092 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
16093 with SILENT so that a new field can be added.
16094
16095 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
16096
16097 * files.el (make-auto-save-file-name): Make sure the produced file
16098 name does not contain characters that are invalid for DOS/Windows
16099 filesystems.
16100
16101 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
16102 Remove replacement functions.
16103
16104 2002-03-06 Gerd Moellmann <gerd@gnu.org>
16105
16106 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
16107 the form `:x'.
16108
16109 * vc.el (vc-branch-part): Add autoload cookie. This function can
16110 be called from vc-rcs-find-most-recent-rev when visiting a file
16111 checked into RCS in a CVS sandbox.
16112
16113 2002-03-06 Andreas Schwab <schwab@suse.de>
16114
16115 * progmodes/hideif.el: Augment expression parser to handle
16116 conditional expressions.
16117 (hif-token-regexp): Also match `?' and `:'.
16118 (hif-tokenize): Handle `?' and ':' as tokens.
16119 (hif-expr): Parse conditional expressions.
16120 (hif-or-expr): Parse `||' expressions.
16121 (hif-and-expr): Renamed from hif-term.
16122 (hif-conditional): New function to evaluate a conditional
16123 expression.
16124
16125 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16126
16127 * language/czech.el ("Czech"): Fix the documentation.
16128
16129 * language/slovak.el ("Slovak"): Likewise.
16130
16131 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
16132
16133 * xml.el (xml-parse-attlist): Accept empty strings.
16134
16135 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
16136
16137 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
16138 all terminals now support highlighting of some kind.
16139
16140 * language/european.el (mac-roman): Fix the safe-chars property.
16141
16142 2002-03-05 Andre Spiegel <spiegel@gnu.org>
16143
16144 * vc.el (vc-transfer-file): Use `make-temp-file'.
16145 (vc-default-update-changelog): Remove conditional use of
16146 `make-temp-name'.
16147
16148 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
16149
16150 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
16151
16152 * ediff-init.el: Comments.
16153
16154 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
16155 is loaded.
16156
16157 * ediff-mult.el (ediff-intersect-directories)
16158 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
16159 Cleanup.
16160 (ediff-draw-dir-diffs): Now supports the "C" command in directory
16161 difference buffer.
16162 (ediff-dir-diff-copy-file): New function that implements copying
16163 of files from one Ediff dir to another
16164 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
16165 (ediff-append-custom-diff): Better error msgs.
16166
16167 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
16168 (ediff-inferior-compare-regions): Use
16169 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
16170
16171 * ediff.el (ediff-directories-internal): Cleanup.
16172 (ediff-clone-buffer-for-region-comparison): Better interface.
16173
16174 2002-03-04 Richard M. Stallman <rms@gnu.org>
16175
16176 * emacs-lisp/easy-mmode.el (define-minor-mode):
16177 Use "P" in interactive spec of minor mode commands.
16178
16179 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
16180
16181 * faces.el (face-spec-choose): Allow `t' to appear before the end.
16182 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
16183 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
16184 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
16185 (mode-line-inactive, header-line): Move the `t' section to the
16186 beginning so the `:inherit' setting can be shared.
16187
16188 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16189
16190 * net/snmp-mode.el: Require tempo when compiling to prevent
16191 warnings. Update copyright notice.
16192
16193 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
16194 like not defined at all.
16195
16196 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
16197
16198 * textmodes/sgml-mode.el: Change maintainer to FSF.
16199 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
16200 (sgml-tags-invisible, sgml-beginning-of-tag):
16201 Allow _ : and non-ASCII in tag names, as required for XML.
16202 (sgml-name-char): Don't assume anything about charsets handled by
16203 encode-char.
16204
16205 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
16206 where one of the buffers is narrowed.
16207
16208 * hexl.el (hexlify-command, dehexlify-command): Remove.
16209 (hexlify-buffer, dehexlify-buffer): Use call-process-region
16210 rather than shell-command-on-region.
16211
16212 * newcomment.el (comment-forward): Use forward-comment to skip
16213 over whitespace (or comments) even when comment-use-syntax is nil.
16214
16215 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
16216
16217 * textmodes/xml-lite.el: New file.
16218
16219 2002-03-03 Richard M. Stallman <rms@gnu.org>
16220
16221 * textmodes/artist.el (artist-system): Use make-temp-file.
16222
16223 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
16224
16225 * mail/sendmail.el (mail-recover-1): Increase non-random-len
16226 by 1 since we changed make-auto-save-file-name to add one
16227 fewer character to the buffer name.
16228 (mail-recover): Really show point at the right place
16229 in the *Directory* buffer.
16230
16231 * files.el (make-auto-save-file-name): Use make-temp-file.
16232
16233 * terminal.el (te-create-terminfo): Use make-temp-file
16234 to create the source file in a safe way.
16235
16236 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
16237
16238 * cus-start.el: Rename automatic-hscroll-step and
16239 automatic-hscroll-margin into hscroll-step and hscroll-margin.
16240
16241 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
16242 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
16243
16244 * mouse.el (mouse-region-delete-keys): Add deletechar.
16245
16246 2002-03-03 Sam Steingold <sds@gnu.org>
16247
16248 * play/snake.el (snake-score-file): Fixed parens (broken by the
16249 last patch).
16250 * play/tetris.el (tetris-score-file): Ditto.
16251
16252 2002-03-03 Richard M. Stallman <rms@gnu.org>
16253
16254 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
16255
16256 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
16257
16258 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
16259 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
16260
16261 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
16262
16263 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
16264 instead of `buffer-substring-no-properties' to support enriched mode.
16265
16266 2002-03-02 Richard M. Stallman <rms@gnu.org>
16267
16268 * find-dired.el (find-grep-dired): Call shell-quote-argument.
16269 Specify the -e option.
16270 Rename arg to `regexp'.
16271
16272 2002-03-02 Milan Zamazal <pdm@zamazal.org>
16273
16274 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
16275
16276 2002-03-02 Miles Bader <miles@gnu.org>
16277
16278 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
16279 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
16280 If there's no applicable modifiers entry in the alist in
16281 `mouse-wheel-scroll-amount', fall back to the default, not to
16282 nil (which causes full screen scrolls).
16283
16284 2002-03-01 Andreas Schwab <schwab@suse.de>
16285
16286 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
16287 Remove extra paren in regexp.
16288
16289 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
16290
16291 * mouse.el (mouse-show-mark): Use display-mouse-p, not
16292 display-graphic-p, to decide whether to move point or use the
16293 highlighting.
16294
16295 2002-02-28 Colin Walters <walters@verbum.org>
16296
16297 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
16298
16299 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
16300 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
16301 (calc-temp-file-name): Use `make-temp-file'.
16302
16303 2002-02-28 Richard M. Stallman <rms@gnu.org>
16304
16305 * font-lock.el (java-font-lock-extra-types):
16306 Match java.net.URL, etc.
16307
16308 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16309
16310 * hexl.el (hexl-options): Doc fix.
16311 Update Commentary section.
16312
16313 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
16314 Doc fixes.
16315
16316 2002-02-28 Andre Spiegel <spiegel@gnu.org>
16317
16318 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
16319 the user to do that first.
16320 (vc-update): New function.
16321
16322 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
16323 which calls vc-update. Use the term "Base Version" instead of
16324 "Last Version" for the entries "Revert" and "Compare".
16325
16326 2002-02-28 Kim F. Storm <storm@cua.dk>
16327
16328 * simple.el (shell-command-on-region): Report non-zero exit
16329 status in mode line instead of buffer.
16330
16331 2002-02-27 Richard M. Stallman <rms@gnu.org>
16332
16333 * comint.el (comint-preoutput-filter-functions): Doc fix.
16334 (comint-output-filter-functions, comint-input-filter-functions)
16335 (comint-redirect-filter-functions): Likewise.
16336
16337 (comint-redirect-preoutput-filter): Do the local-hook
16338 handling of t when running comint-redirect-filter-functions.
16339 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
16340
16341 2002-02-26 Richard M. Stallman <rms@gnu.org>
16342
16343 * paths.el (remote-shell-program): Add doc string.
16344
16345 2002-02-26 Colin Walters <walters@debian.org>
16346
16347 * ibuf-ext.el (sorter mode-name): New.
16348 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
16349
16350 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
16351 interactively, so they do something.
16352 (calc-scroll-right): Ditto.
16353
16354 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
16355
16356 * international/mule.el (ctext-pre-write-conversion): Handle the
16357 case when FROM is a string, and when we are called from
16358 build_annotations_2.
16359
16360 2002-02-26 Richard M. Stallman <rms@gnu.org>
16361
16362 * rect.el (clear-rectangle-line): Reindent to the same column
16363 that move-to-column reached when it tried to go to endcol.
16364
16365 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
16366
16367 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
16368
16369 * winner.el (winner-boring-buffers, winner-set): A window which
16370 displays a buffer whose name is in the list
16371 `winner-boring-buffers', will no longer be restored by `winner-undo'.
16372 (winner-sorted-window-list): Used to improve comparison between
16373 window configurations.
16374 (winner-win-data): Simplified and moved.
16375 (winner-conf): Simplified (now uses `winner-win-data').
16376 (winner-change-fun, winner-save-old-configurations)
16377 (winner-save-(un)conditionally, winner-redo): Changes made while in
16378 the minibuffer will be ignored. (Such changes are undone upon
16379 exit for the minibuffer, anyway.)
16380 (winner-set-conf): Preserve selected window whenever possible.
16381 (winner-make-point-alist): Simplified.
16382 (winner-mode, winner-save-unconditionally): Save current window
16383 configuration on entering minibuffer.
16384 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
16385 since it does not change the overall behavior of Emacs.
16386
16387 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
16388
16389 * international/mule-conf.el (compound-text): Renamed back from
16390 compound-text-no-extensions.
16391 (ctext-no-compositions): Remove the mime-charset property.
16392 (compound-text-with-extensions): Renamed from compound-text.
16393 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
16394
16395 2002-02-26 Juanma Barranquero <lektu@terra.es>
16396
16397 * faces.el (list-faces-display): Fix typo.
16398
16399 2002-02-25 Richard M. Stallman <rms@gnu.org>
16400
16401 * frame.el (focus-follows-mouse): Doc fix.
16402
16403 2002-02-26 Miles Bader <miles@gnu.org>
16404
16405 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
16406 to `define-key', since it no longer accepts the latter.
16407
16408 2002-02-25 Jason Rumney <jasonr@gnu.org>
16409
16410 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
16411 mouse-wheel-scroll-amount.
16412
16413 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
16414 mwheel.el.
16415
16416 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
16417
16418 2002-02-25 Andre Spiegel <spiegel@gnu.org>
16419
16420 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
16421 consistent with the others that take a backend name as a symbol.
16422
16423 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
16424
16425 2002-02-25 Kim F. Storm <no-spam@cua.dk>
16426
16427 * comint.el (comint-replace-by-expanded-filename): Do nothing if
16428 comint-match-partial-filename returns nil.
16429
16430 * shell.el (shell-pcomplete-setup-done): New variable.
16431 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
16432 (shell-pcomplete-reverse): Ditto.
16433
16434 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
16435
16436 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
16437
16438 2002-02-25 Juanma Barranquero <lektu@terra.es>
16439
16440 * subr.el (save-match-data): Doc fix.
16441
16442 * ielm.el (ielm-prompt): Allow customization; make it read-only.
16443
16444 2002-02-25 Kim F. Storm <storm@cua.dk>
16445
16446 * shell.el (shell-mode-map): Add "Complete" header so completion
16447 menu is shown on the menu bar in shell mode.
16448
16449 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
16450
16451 * ielm.el (ielm-match-data): New var.
16452 (inferior-emacs-lisp-mode): Make it buffer-local.
16453 (ielm-eval-input): Use it to preserve match-data between inputs.
16454
16455 2002-02-24 Juanma Barranquero <lektu@terra.es>
16456
16457 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
16458
16459 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
16460
16461 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
16462 `custom-buffer' customize group.
16463
16464 2002-02-23 Kim F. Storm <storm@cua.dk>
16465
16466 * help.el (where-is): Use remap-command.
16467
16468 * help-fns.el (describe-function-1): Use remap-command.
16469
16470 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
16471 change (no longer accept a symbol for the KEY argument).
16472
16473 2002-02-23 Colin Walters <walters@debian.org>
16474
16475 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
16476 * calc/calcalg2.el (math-solve-get-sign): Ditto.
16477
16478 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
16479 in generated function.
16480
16481 * ibuf-ext.el (ibuffer-old-time): Change to hours.
16482 (ibuffer-mark-old-buffers): Handle it.
16483
16484 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
16485 (toplevel): Bind them.
16486 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
16487 not necessary now that we use pcomplete.
16488
16489 * comint.el: Document how use new pcomplete completion facility.
16490
16491 2002-02-23 Richard M. Stallman <rms@gnu.org>
16492
16493 * mail/rmailsum.el (rmail-summary-output): Properly advance
16494 to next message, by calling rmail-summary-goto-msg.
16495
16496 * net/browse-url.el (browse-url-galeon): Specify --existing
16497 for an existing window. Use --noraise rather than --no-raise.
16498 Don't use -x.
16499
16500 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
16501
16502 * progmodes/etags.el (find-tag-noselect, find-tag)
16503 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
16504 Fix a typo in doc strings.
16505
16506 2002-02-20 Deepak Goel <deego@glue.umd.edu>
16507
16508 * play/snake.el (snake-velocity-queue, snake-update-velocity)
16509 (snake-final-x-velocity, snake-final-y-velocity):
16510 New variable and functions. Store user's keypresses
16511 into a queue and pop from the queue each subsequent turn.
16512 (snake-update-game, snake-move-left)
16513 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
16514 (snake-start-game): Use that queue.
16515 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
16516 (snake-use-color-flag): Likewise.
16517 (snake-mode): Rename uses of those variables.
16518
16519 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
16520
16521 Support for ICCCM Extended Segments in X selections:
16522
16523 * international/mule-conf.el (ctext-no-compositions): New coding
16524 system.
16525 (compount-text-no-extensions): Renamed from compound-text.
16526 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
16527 compound-text-no-extensions.
16528 (compound-text): Redefined using post-read and pre-write conversions.
16529
16530 * international/mule.el (non-standard-icccm-encodings-alist)
16531 (non-standard-designations-alist): New variables.
16532 (ctext-post-read-conversion, ctext-pre-write-conversion):
16533 New functions.
16534
16535 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
16536
16537 * vc.el (vc-default-init-version): Update documentation to
16538 indicate that the backend can override the default init version.
16539 (vc-register): Use the backend init-version function, if it
16540 exists, to determine the initial version of a file.
16541 (vc-diff-switches-list): Don't symbol-quote backend, since it's
16542 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
16543
16544 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
16545 not version-controlled. This is necessary, e.g., if the file has
16546 just been reverted, and thus was previously under version control
16547 but isn't any longer.
16548 (vc-find-file-hook): Likewise.
16549
16550 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
16551
16552 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
16553 (vc-cvs-sticky-tag-display): New variable.
16554 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
16555 (vc-cvs-checkin): If the input revision is a valid symbolic tag
16556 name, we create it as a branch, commit and switch to it.
16557 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
16558 (vc-cvs-valid-symbolic-tag-name-p): New function.
16559 (vc-cvs-parse-sticky-tag): New function.
16560 (vc-cvs-parse-entry): Added parsing of sticky tags.
16561
16562 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
16563
16564 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
16565 nil, and then explicitly set the standard-value to t.
16566
16567 2002-02-20 Sam Steingold <sds@gnu.org>
16568
16569 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
16570 since it is used in the menu bar.
16571
16572 2002-02-20 Richard M. Stallman <rms@gnu.org>
16573
16574 * simple.el (shell-command-on-region): Display the exit status
16575 when a command fails.
16576
16577 * subr.el (add-hook): Doc fix.
16578
16579 * frame.el (other-frame): Doc fix.
16580
16581 * simple.el (yank): Clear `field' property.
16582
16583 2002-02-20 Tom Tromey <tromey@cachet>
16584
16585 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
16586 natural paragraph boundaries. Don't fail at beginning of buffer.
16587
16588 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16589
16590 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
16591 call the argument "arg" to match plain next-line and
16592 previous-line. From Kevin Ryde <user42@zip.com.au>.
16593
16594 2002-02-19 Sam Steingold <sds@gnu.org>
16595
16596 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
16597 scroll amounts for different modifiers now.
16598 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
16599 format properly.
16600 (mouse-wheel-mode): Ditto.
16601
16602 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
16603
16604 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
16605 around function body.
16606
16607 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
16608 sense of the comparison, to match the doc strings of functions
16609 that use this macro.
16610
16611 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
16612
16613 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
16614
16615 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
16616 * menu-bar.el (menu-bar-mode): Ditto.
16617
16618 2002-02-18 Andreas Schwab <schwab@suse.de>
16619
16620 * replace.el (query-replace-regexp-eval): Doc fix.
16621
16622 2002-02-18 Colin Walters <walters@verbum.org>
16623
16624 * calc/calcalg2.el (math-solve-get-int): Convert return value from
16625 `math-get-from-counter' to a string before calling `concat' on it.
16626
16627 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
16628 (calc-public-autoloads): Obsolete; remove.
16629 (calc-private-autoloads): Ditto.
16630 (calc-add-autoloads): Ditto.
16631
16632 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
16633 for body.
16634
16635 2002-02-17 Jason Rumney <jasonr@gnu.org>
16636
16637 * w32-win.el (x-option-alist, x-long-option-alist)
16638 (x-switch-definitions): Remove, use command-line-x-option-alist
16639 instead to be consistent with X.
16640 (x-handle-initial-switch): New function.
16641
16642 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16643
16644 * faces.el (mode-line-inactive, header-line): Add the :inherit
16645 attribute for the tty case.
16646
16647 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
16648
16649 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
16650 invoked from Rmail with full headers displayed.
16651
16652 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16653
16654 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
16655 when repeated.
16656 * textmodes/paragraphs.el (mark-paragraph): Ditto.
16657
16658 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
16659
16660 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
16661 (menu-bar-tools-menu): Removed speedbar.
16662
16663 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
16664 and `flyspell-mode' entries.
16665
16666 * textmodes/flyspell.el (flyspell): Add to ispell group.
16667
16668 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16669
16670 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
16671 repeated.
16672 (mark-defun): Mark more if repeated.
16673
16674 2002-02-17 Colin Walters <walters@verbum.org>
16675
16676 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
16677
16678 * ibuffer.el (ibuffer-truncate-lines): New option.
16679 (ibuffer-mode): Use it.
16680
16681 2002-02-17 Kim F. Storm <storm@cua.dk>
16682
16683 * cus-start.el: Add mouse-highlight.
16684
16685 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
16686
16687 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
16688
16689 * cus-start.el: Add automatic-hscroll-margin and
16690 automatic-hscroll-step.
16691
16692 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16693
16694 * cus-start.el (x-autoselect-window): Allow customization.
16695
16696 * eshell/em-alias.el (eshell-alias-initialize): Do not use
16697 make-local-hook.
16698
16699 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
16700
16701 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
16702
16703 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
16704
16705 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
16706
16707 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
16708
16709 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
16710
16711 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
16712
16713 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
16714
16715 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
16716
16717 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
16718
16719 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
16720
16721 * eshell/esh-io.el (eshell-io-initialize): Likewise.
16722
16723 * eshell/esh-mode.el (eshell-mode): Likewise.
16724
16725 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
16726
16727 * eshell/esh-var.el (eshell-var-initialize): Likewise.
16728
16729 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
16730
16731 * progmodes/idlwave.el (idlwave-mode): Likewise.
16732
16733 * textmodes/reftex-sel.el (reftex-select-label-mode)
16734 (reftex-select-bib-mode): Likewise.
16735
16736 2002-02-16 John Wiegley <johnw@gnu.org>
16737
16738 * eshell/em-hist.el (eshell-hist-initialize): When in the
16739 minibuffer, use the global value of `eshell-history-ring', and
16740 never save it to disk, or ask to save it to disk. This allows
16741 users of session.el to control whether its global state should be
16742 persisted or not.
16743 (eshell-add-command-to-history): Don't write Eshell's history out
16744 to disk, let the governing mode control that upon exit.
16745
16746 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
16747
16748 * eshell/eshell.el (eshell-command): Before reading from the
16749 minibuffer, add eshell-add-command-to-history to
16750 minibuffer-exit-hook, and remove it after read-from-minibuffer
16751 returns.
16752
16753 * eshell/em-hist.el (eshell-add-input-to-history): New function,
16754 with most of the code from eshell-add-to-history.
16755 (eshell-add-command-to-history): New function, to record in
16756 eshell-history the commands run via eshell-command.
16757 (eshell-add-to-history): Call eshell-add-command-to-history to do
16758 most of the work.
16759
16760 2002-02-16 John Wiegley <johnw@gnu.org>
16761
16762 * eshell/esh-ext.el (eshell-external-command): Added a fix for
16763 XEmacs' new dired.el, which adds a global entry in the
16764 `file-name-handler-alist'.
16765
16766 2002-02-16 John Wiegley <johnw@gnu.org>
16767
16768 * align.el (align-region): Added a missing name argument.
16769
16770 2002-02-16 John Wiegley <johnw@gnu.org>
16771
16772 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
16773 after the #! of a shell interpretor specification.
16774
16775 2002-02-15 Richard M. Stallman <rms@gnu.org>
16776
16777 * help.el (describe-key-briefly): Make output in INSERT case
16778 look just like what is displayed in the normal case.
16779
16780 2002-02-15 Andreas Schwab <schwab@suse.de>
16781
16782 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
16783 Require non-letter after specials.
16784
16785 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
16786
16787 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
16788
16789 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16790
16791 * simple.el (mark-word): Mark more if repeated.
16792 * textmodes/paragraphs.el (mark-paragraph): Ditto.
16793 (mark-end-of-sentence): Ditto.
16794
16795 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
16796
16797 * wid-edit.el (widgetp): Made it more robust.
16798
16799 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
16800
16801 * facemenu.el (describe-text-done): New function.
16802 (describe-text-mode-map): New variable.
16803 (describe-text-mode-hook): New option.
16804 (describe-text-mode): New function.
16805 (describe-text-widget): New function.
16806 (describe-text-sexp): New function.
16807 (describe-text-properties): New function.
16808 (describe-text-category): New command.
16809 (describe-text-at): New command.
16810 (facemenu-menu): Replace `list-text-properties-at' with
16811 `describe-text-at' in the menu.
16812
16813 * wid-edit.el (widgetp): New function.
16814 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
16815
16816 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
16817
16818 * wid-browse.el: Removed version and x-url keywords.
16819
16820 2002-02-13 Kim F. Storm <storm@cua.dk>
16821
16822 * cus-start.el (mode-line-in-non-selected-windows):
16823 Allow customization.
16824
16825 2002-02-13 Richard M. Stallman <rms@gnu.org>
16826
16827 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
16828 Tell bibtex-parse-keys to output no progress messages.
16829
16830 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
16831
16832 * progmodes/pascal.el (pascal-imenu-generic-expression):
16833 Add menu-title and fix parentheses.
16834
16835 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
16836
16837 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
16838 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
16839
16840 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
16841
16842 * menu-bar.el (menu-bar-options-save): Only save
16843 `current-language-environment' and `default-input-method' when
16844 marked as customized.
16845
16846 * international/mule-cmds.el
16847 (setup-specified-language-environment):
16848 Mark `current-language-environment' as customized.
16849 (set-input-method): Mark `default-input-method' as customized when
16850 called interactively.
16851 (toggle-input-method): Ditto.
16852
16853 2002-02-11 Colin Walters <walters@verbum.org>
16854
16855 * ibuffer.el (ibuffer-switch-format): Supply required argument for
16856 `ibuffer-current-formats'.
16857
16858 2002-02-11 Miles Bader <miles@gnu.org>
16859
16860 * faces.el (mode-line-inactive): Add dark-background variant.
16861
16862 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
16863
16864 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
16865 * menu-bar.el (menu-bar-mode): Ditto.
16866 * cus-edit.el (customize-mark-to-save): Always save variables
16867 without a standard value.
16868
16869 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
16870 (menu-bar-options-save): Ditto.
16871 (menu-bar-showhide-menu): Ditto.
16872 (menu-bar-options-menu): Ditto.
16873 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
16874 (menu-bar-scroll-bar-none): Remove.
16875 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
16876 expressions instead.
16877
16878 * cus-edit.el (customize-set-value): Return value.
16879 (customize-set-variable): Ditto.
16880 (customize-save-variable): Ditto.
16881 (customize-set-variable): Load dependencies before setting value.
16882 (custom-load-symbol): Autoload it.
16883 (customize-mark-as-set): New function.
16884
16885 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
16886
16887 * cus-start.el: Don't warn about "x-*" symbols when building a
16888 non-GUI version.
16889
16890 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16891
16892 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
16893 Doc fix.
16894 (strokes-help): Do not use doubled with-output-to-temp-buffer.
16895 Fix the help string.
16896 (strokes-prompt-user-save-strokes): Fix typo.
16897 (strokes-list-strokes): Use proper exit-action argument for
16898 view-buffer. Update copyright notice.
16899
16900 * international/mule-diag.el: Various doc and message fixes.
16901 (non-iso-charset-alist): Add mac-roman. Don't add entries for
16902 codepages already present.
16903 (list-block-of-chars): Display space for null entries in
16904 translation table. Display tab specially.
16905 (list-non-iso-charset-chars): Check for null charsets. Use pop
16906 for clarity. Don't break 8-bit sets into sections between ranges.
16907 (list-charset-chars): Avoid indent-tabs-mode.
16908 (describe-char-after): Maybe use the text property for syntax
16909 table information. Maybe report char-code-property-table info.
16910 Maybe report character's unicode. Tweak printing of list info.
16911 (list-input-methods): Add xref buttons.
16912 (dump-charsets, dump-codings): Deleted (obsolete).
16913 From Dave Love <fx@gnu.org>.
16914
16915 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16916
16917 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
16918
16919 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
16920
16921 * viper-util.el (viper-read-key-sequence): Fix so it'll read
16922 fast key sequences in emacs native mode
16923 (viper-events-to-keys): Delete.
16924
16925 * viper.el (describe-key, describe-key-briefly): Get rid of
16926 viper-events-to-keys.
16927
16928 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
16929
16930 * ediff-wind.el (ediff-setup-control-frame):
16931 Use ediff-has-gutter-support.
16932
16933 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
16934 check if buff is alive.
16935
16936 * ediff.el: Typo in comment.
16937
16938 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16939
16940 * menu-bar.el (menu-bar-options-save): Take care of
16941 line-number-mode and column-number-mode variables.
16942 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
16943 "Show Column Number" in "Show/Hide" menu.
16944
16945 2002-02-09 Richard M. Stallman <rms@gnu.org>
16946
16947 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
16948
16949 2002-02-09 Kim F. Storm <storm@cua.dk>
16950
16951 * faces.el (mode-line-inactive): New face for mode-line for
16952 non-selected windows.
16953 (mode-line): Doc fix: Only used for selected window.
16954
16955 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
16956
16957 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
16958 name to "Insert Diary Entry".
16959
16960 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
16961
16962 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
16963 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
16964
16965 2002-02-08 Richard M. Stallman <rms@gnu.org>
16966
16967 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
16968
16969 2002-02-08 Andreas Schwab <schwab@suse.de>
16970
16971 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
16972 of point-min.
16973
16974 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
16975
16976 * net/ange-ftp.el (ange-ftp-process-handle-line)
16977 (ange-ftp-set-xfer-size): If the file's size is a float, divide
16978 by 1024 instead of using ash.
16979
16980 * international/mule-cmds.el (select-safe-coding-system):
16981 State the buffer's name in the message popped in the *Warning* buffer,
16982 and make sure the offending buffer is displayed.
16983
16984 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
16985
16986 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
16987
16988 2002-02-07 Richard M. Stallman <rms@gnu.org>
16989
16990 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
16991
16992 * register.el (list-registers): New command.
16993 (describe-register-1): New subroutine, taken out of view-register.
16994
16995 * emacs-lisp/copyright.el (copyright-regexp):
16996 Delete the unibyte copyright symbol; it's redundant.
16997 Fix a spazz in the multibyte encoding here.
16998
16999 2002-02-07 Dave Love <fx@gnu.org>
17000
17001 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
17002 (cyrillic-encode-alternativnyj-char): Get translation tables from
17003 symbol properties, not as variables.
17004 (standard-display-cyrillic-translit): Include unicodes.
17005
17006 2002-02-06 Kim F. Storm <storm@cua.dk>
17007
17008 * help.el (where-is): Report remapped commands.
17009
17010 * help-fns.el (describe-function-1): Ditto.
17011
17012 * subr.el (global-set-key, local-set-key): Accept a symbol for the
17013 KEY argument (like define-key).
17014
17015 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17016
17017 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
17018
17019 2002-02-06 Richard M. Stallman <rms@gnu.org>
17020
17021 * mail/mailabbrev.el: Require sendmail only at compile time.
17022 (mail-mode-header-syntax-table): Var deleted.
17023 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
17024 (sendmail-pre-abbrev-expand-hook): Only temporarily change
17025 local-abbrev-table and the syntax table.
17026 Compute mail-abbrev-syntax-table if that has not been done.
17027
17028 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
17029
17030 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
17031 (debugger-frame-number): Figure out the offset directly.
17032 (debugger-setup-buffer): Don't use debugger-frame-offset.
17033 (debugger-frame, debugger-frame-clear): Likewise.
17034 (debugger-jump): Don't alter debugger-frame-offset.
17035
17036 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
17037 Replace foo-p as var name with foo-flag, not foo-p-flag.
17038
17039 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
17040 (highlight-changes-passive-string): Default to -Chg.
17041 (highlight-changes-global-modes): Doc fix.
17042
17043 * dired.el (dired-get-filename): Add /: when appropriate
17044 to avoid taking a local name as remote.
17045
17046 * files.el (file-name-non-special): Add special handling for
17047 file-name-sans-versions, file-name-completion, and
17048 file-name-all-completions.
17049
17050 * isearch.el (isearch-update): Don't update display in kbd macro.
17051 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
17052
17053 * subr.el (force-mode-line-update): Doc fix.
17054
17055 * subr.el (atomic-change-group, prepare-change-group)
17056 (activate-change-group, accept-change-group, cancel-change-group):
17057 New functions.
17058
17059 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
17060 (transpose-subr-1): Use atomic-change-group.
17061
17062 * subr.el (add-minor-mode): Include the mode's lighter string
17063 in the minor mode menu item name.
17064
17065 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
17066 rmail-count-screen-lines starting from (point-min).
17067
17068 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
17069 beyond the image height, to use the fancy splash screen.
17070
17071 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
17072 (text-mode): Set text-mode-variant here.
17073
17074 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
17075
17076 * play/pong.el (pong-height): Don't use height that exceeds the
17077 frame height.
17078 (pong-border-options): Make the border colors slightly more bright.
17079
17080 * play/gamegrid.el (gamegrid-display-type): Treat any
17081 color-capable display as color-x, if display-color-p is fboundp.
17082 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
17083 (gamegrid-make-color-tty-face): Use the value of color, not the
17084 symbol itself. Don't call gamegrid-color.
17085
17086 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
17087
17088 * gud.el (gud-refresh): Call recenter only after we are sure we
17089 are in the right window.
17090
17091 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
17092
17093 * cus-edit.el (customize-mark-to-save): New function.
17094 * menu-bar.el (menu-bar-options-save): Rewrote.
17095
17096 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17097
17098 * cus-start.el (x-use-underline-position-properties):
17099 Allow customization.
17100
17101 2002-02-04 Simon Josefsson <jas@extundo.com>
17102
17103 * dired.el (dired-load-hook, dired-mode-hook)
17104 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
17105
17106 2002-02-03 Colin Walters <walters@verbum.org>
17107
17108 * ibuf-ext.el (ibuffer-filter-format-alist)
17109 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
17110 New variables.
17111 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
17112 is now the Emacs CVS tree.
17113 (ibuffer-formats): Doc fix.
17114 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
17115 (ibuffer-current-format): Use them.
17116 (ibuffer-recompile-formats, ibuffer-check-formats)
17117 (ibuffer-switch-format, ibuffer-update-title):
17118 Add support for ibuffer-filter-format-alist.
17119 (define-ibuffer-column process): Remove unncessary consing.
17120
17121 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
17122 for a summary column.
17123
17124 2002-02-03 Andreas Schwab <schwab@suse.de>
17125
17126 * window.el (save-selected-window): Move macro before first use.
17127 (balance-windows): Fix misplaced parenthesis.
17128
17129 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17130
17131 * calculator.el (calculator-displayers): Doc fixes.
17132
17133 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17134
17135 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
17136 (menu-bar-options-save): Save also the value of `display-time-mode'.
17137 (showhide-date-time): New function.
17138 (menu-bar-showhide-menu): New menu-item "Date and time".
17139
17140 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
17141
17142 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
17143 get-file-buffer to check for rmail buffer existence.
17144
17145 * term.el (term-emulate-terminal): Extract proper command string
17146 which is supplied to term-command-hook.
17147
17148 2002-02-03 Richard M. Stallman <rms@gnu.org>
17149
17150 * international/quail.el (quail-help): Don't call help-setup-xref.
17151
17152 * international/mule-cmds.el (describe-input-method):
17153 Call help-setup-xref here.
17154 (describe-current-input-method): Doc fix.
17155
17156 * novice.el (disabled-command-hook): Clarify output text.
17157 Indent the paragraph from the command's doc string.
17158
17159 * dabbrev.el (dabbrev--goto-start-of-abbrev):
17160 Exit loop on beginning of field rather than bobp.
17161
17162 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17163
17164 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
17165 the message text into the *mail* buffer, and restore the pruned
17166 state after that.
17167
17168 * mail/rmail.el (rmail-redecode-body): Prune the headers before
17169 looking for X-Coding-System header, and restore the pruned state
17170 before returning.
17171
17172 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17173
17174 * cus-edit.el (customize-save-variable): Fix typo in prompt.
17175
17176 These changes integrate new version of flyspell.el from its
17177 maintainer, Manuel Serrano:
17178
17179 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
17180 (flyspell-mode-on, flyspell-notify-misspell)
17181 (flyspell-small-region, flyspell-external-point-words)
17182 (flyspell-large-region): Use it
17183 (flyspell-before-incorrect-word-string)
17184 (flyspell-after-incorrect-word-string): New user options.
17185 (make-flyspell-overlay): Use them.
17186 (flyspell-version): New function.
17187 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
17188 definitions to use :weight.
17189 (flyspell-insert-function): New user option.
17190 (flyspell-auto-correct-word, flyspell-correct-word)
17191 (flyspell-xemacs-correct): Use it.
17192 (flyspell-define-abbrev): New function.
17193 (flyspell-auto-correct-word, flyspell-correct-word)
17194 (flyspell-xemacs-correct): Use it.
17195 (make-flyspell-overlay): Use `evaporate' property.
17196 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
17197 (flyspell-emacs-popup): Use `session' instead of `accept'.
17198 (flyspell-auto-correct-previous-pos): New variable.
17199 (flyspell-auto-correct-previous-hook)
17200 (flyspell-auto-correct-previous-word): New functions.
17201
17202 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17203
17204 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
17205 don't alter the user's ~/.emacs.
17206 (disable-command): If user-init-file is nil or does not exist,
17207 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
17208 But don't alter the init file if Emacs was invoked as "emacs -q"
17209
17210 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
17211
17212 * mail/sendmail.el (mail-mode): Undo half of last change.
17213
17214 * indent.el (indent-for-tab-command): Remove spurious code.
17215
17216 * hi-lock.el (hi-lock-find-patterns): Save restriction.
17217
17218 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
17219
17220 * calendar/time-date.el: Moved from lisp/gnus.
17221
17222 * calendar/parse-time.el: Ditto.
17223
17224 2002-01-31 Richard M. Stallman <rms@gnu.org>
17225
17226 * international/iso-acc.el (iso-languages): Fix ", " in French.
17227
17228 * cus-start.el (history-length): Specify customization for it.
17229
17230 * emacs-lisp/debug.el (debugger-setup-buffer):
17231 When an eval-buffer frame was reading from a buffer,
17232 insert indication of the buffer position.
17233 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
17234 (debugger-frame-clear, debugger-frame): Error on non-frame line.
17235
17236 * simple.el (shell-command-on-region): Err if no mark
17237 before reading the command string.
17238
17239 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
17240 Definitions moved down after hl-line-mode var's definition.
17241
17242 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
17243 (hilit-chg-set-face-on-change): Rename arg.
17244 (hilit-chg-make-ov): Detect error earlier.
17245
17246 * ediff-hook.el: Delete autoload cookies.
17247
17248 * comint.el (comint-scroll-show-maximum-output): Default is t.
17249
17250 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
17251 (batch-byte-compile-if-not-done): New function.
17252
17253 * Makefile.in (compile): New target.
17254 (compile-always): Renamed from compile-files.
17255 (compile-after-backup): Renamed from compile.
17256 (bootstrap): Depend on compile-always, not compile-files.
17257
17258 * emulation/pc-select.el (pc-select-save-and-set-mode):
17259 Properly use MODE-VAR.
17260
17261 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17262
17263 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
17264 Version" to "About Emacs".
17265 (menu-bar-options-save): Add `default-frame-alist'
17266 to saved variables.
17267 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
17268 of the variable `scroll-bar-mode'.
17269
17270 * startup.el (normal-splash-screen, display-splash-screen):
17271 New functions (separated from command-line-1).
17272 (command-line-1): Use them.
17273
17274 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
17275
17276 * calendar/calendar.el (generate-calendar-month): Doc fix.
17277
17278 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17279
17280 * time.el (display-time-mail-directory): New option.
17281 (display-time-mail-function): Update doc-string.
17282 (display-time-mail-icon): Use XPM image when available.
17283 (display-time-string-forms): Use more descriptive text as
17284 help-echo property.
17285 (display-time-mail-check-directory): New function.
17286 (display-time-update): Use it.
17287
17288 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
17289 Quote `window-system'.
17290
17291 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
17292 Add Keywords header. Update Commentary section.
17293 Update copyright notice.
17294
17295 * menu-bar.el (menu-bar-scroll-bar-right)
17296 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
17297 (showhide-menu-bar): New functions.
17298 (menu-bar-showhide-menu): New submenu "Show/Hide".
17299 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
17300 "Show/Hide".
17301 Update copyright notice.
17302
17303 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
17304
17305 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
17306
17307 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
17308
17309 * pc-select.el (pc-selection-mode-hook)
17310 (pc-select-saved-settings-alist, pc-select-map)
17311 (pc-select-saved-global-map, pc-select-key-bindings-alist)
17312 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
17313 (pc-select-meta-moves-sexps-key-bindings)
17314 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
17315 New variables.
17316 (pc-select-define-keys, pc-select-restore-keys): New functions.
17317 (pc-select-add-to-alist, pc-select-save-and-set-var)
17318 (pc-select-save-and-set-mode, pc-select-restore-var)
17319 (pc-select-restore-mode): New macros.
17320 (pc-selection-mode): Completely rewrote the body of the function;
17321 the main goal was to make pc-selection-mode "turn-off"-able, like
17322 other minor modes. Use define-minore-mode instead of just a
17323 defun. Store the key bindings into four alists:
17324 pc-select-default-key-bindings, pc-select-extra-key-bindings,
17325 pc-select-meta-moves-sexps-key-bindings, and
17326 pc-select-tty-key-bindings; then have the pc-select-define-keys
17327 function walk those alists instead of calling define-key
17328 repeatedly. When the mode is turned on, set the
17329 keybindings in global-map and remember the old keybindings; when
17330 the mode is turned off, restore the previously-saved keybindings.
17331 (pc-selection-mode defcustom): Reflect the fact that the mode is
17332 now "turn-off"-able.
17333
17334 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
17335
17336 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
17337 returns t, don't treat that as an error.
17338
17339 2002-01-25 Jason Rumney <jasonr@gnu.org>
17340
17341 * faces.el (face-font-registry-alternatives) [windows-nt]:
17342 Add ms-oemlatin as an alternative for iso8859-1.
17343
17344 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
17345
17346 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
17347 args and the absence of an entry. Don't add -f each time.
17348
17349 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
17350
17351 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
17352
17353 Support for more than 8 colors on character terminals:
17354
17355 * term/rxvt.el: New file.
17356
17357 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
17358
17359 * term/xterm.el (xterm-standard-colors): New variable.
17360 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
17361 (xterm-rxvt-set-background-mode): New functions.
17362 (toplevel): Call xterm-register-default-colors,
17363 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
17364 Add support for more keys from xterm's terminfo entry.
17365
17366 * facemenu.el (list-colors-display): If the argument is nil, don't
17367 show more colors that the number returned by display-color-cells.
17368
17369 * term/pc-win.el (msdos-color-values): Reverse the order of the
17370 colors, since tty-color-define now preserves the registration order.
17371
17372 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
17373
17374 * term/tty-colors.el (tty-standard-colors): Reverse the order.
17375 (tty-register-default-colors): New function; code moved from
17376 startup.el's command-line.
17377 (tty-modify-color-alist): Use nconc instead of cons, to preserve
17378 the order the colors where registered.
17379
17380 * frame.el (display-color-cells): Use tty-display-color-cells.
17381
17382 * startup.el (command-line): Call tty-register-default-colors.
17383
17384 2002-01-25 Richard M. Stallman <rms@gnu.org>
17385
17386 * subr.el (remove): Doc fix.
17387
17388 2002-01-24 Richard M. Stallman <rms@gnu.org>
17389
17390 * progmodes/compile.el (compilation-handle-exit):
17391 Add a compilation-handle-exit property to the "finished" message.
17392 (compilation-parse-errors): Stop parsing when that property is seen.
17393
17394 * subr.el (substring-no-properties): New function.
17395 (copy-without-properties): Function deleted.
17396
17397 * term/x-win.el (x-handle-geometry): Put sizes on both
17398 initial-frame-alist and default-frame-alist.
17399
17400 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
17401 for saving .emacs.
17402
17403 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
17404
17405 * calendar/calendar.el (generate-calendar-month): Doc fix.
17406
17407 2002-01-23 Richard M. Stallman <rms@gnu.org>
17408
17409 * play/tetris.el (tetris): New defgroup.
17410 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
17411 (tetris-default-tick-period): Convert to defcustom.
17412 Added * in docstring to indicate user variable.
17413 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
17414 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
17415 (tetris-buffer-height, tetris-width, tetris-height)
17416 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
17417
17418 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
17419
17420 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
17421 and is already matched by adaptive-fill-regexp.
17422
17423 2002-01-22 Richard M. Stallman <rms@gnu.org>
17424
17425 * bindings.el (mode-line-copied-mode-name): New variable.
17426 (mode-line-mode-name): Don't modify mode-name itself!
17427 Instead, make a copy and reuse it.
17428
17429 * subr.el (copy-without-properties): New function.
17430
17431 * progmodes/sh-script.el (sh-set-shell): Doc fix.
17432
17433 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
17434 slash if DIR is just slash.
17435
17436 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
17437
17438 2002-01-21 Richard M. Stallman <rms@gnu.org>
17439
17440 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
17441
17442 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
17443 Move defvar up.
17444
17445 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
17446
17447 * ibuffer.el: Don't require ibuf-ext at load time.
17448 (ibuffer): Require ibuf-ext here.
17449
17450 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17451
17452 * generic-x.el (apache-conf-generic-mode): Highlight the first
17453 word in a line even if preceded by blanks.
17454
17455 2002-01-21 Richard M. Stallman <rms@gnu.org>
17456
17457 * window.el (window-body-height): Handle minibuffer window specially.
17458 Otherwise, don't return less than 1.
17459
17460 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
17461
17462 * ange-ftp.el: Added support for BS2000, and for raw ftp
17463 login commands (needed in some circumstances).
17464 (ange-ftp-raw-login): New custom var.
17465 (ange-ftp-normal-login): Perform login with raw ftp commands, if
17466 ange-ftp-raw-login is set and account password is needed.
17467 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
17468 (ange-ftp-bs2000-filename-pubset-regexp)
17469 (ange-ftp-bs2000-filename-username-regexp)
17470 (ange-ftp-bs2000-filename-prefix-regexp)
17471 (ange-ftp-bs2000-name-template): New consts.
17472 (ange-ftp-bs2000-short-filename-regexp)
17473 (ange-ftp-bs2000-fix-name-regexp-reverse)
17474 (ange-ftp-bs2000-fix-name-regexp): New consts.
17475 (ange-ftp-bs2000-special-prefix): New custom var.
17476 (ange-ftp-fix-name-for-bs2000)
17477 (ange-ftp-fix-dir-name-for-bs2000): New funs.
17478 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
17479 (ange-ftp-bs2000-posix-hook-installed): New vars.
17480 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
17481 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
17482 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
17483 (ange-ftp-bs2000-filename-regexp): New const.
17484 (ange-ftp-bs2000-additional-pubsets): New custom var.
17485 (ange-ftp-bs2000-cd-to-posix): New fun.
17486
17487 2002-01-20 Colin Walters <walters@verbum.org>
17488
17489 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
17490 with `byte-compile-dynamic'.
17491 (ibuffer-default-directory, toplevel): Doc files.
17492
17493 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17494
17495 * tempo.el (tempo-define-template): Doc fix.
17496
17497 * scroll-bar.el (scroll-bar-mode): Make argument optional.
17498
17499 2002-01-20 Jason Rumney <jasonr@gnu.org>
17500
17501 * w32-vars.el: New file.
17502
17503 * loadup.el [windows-nt]: Load it.
17504
17505 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
17506 and make them defcustoms.
17507
17508 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
17509
17510 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17511
17512 * language/tibet-util.el (tibetan-decompose-region)
17513 (tibetan-decompose-string): Fix typo in docstring.
17514
17515 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
17516
17517 2002-01-18 Richard M. Stallman <rms@gnu.org>
17518
17519 * comint.el (comint-redirect-send-command-to-process):
17520 Restore previous current buffer.
17521
17522 * window.el (window-body-height): New function.
17523
17524 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
17525
17526 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
17527 "Finish Function" menu map entries for jdb mode.
17528 (gud-jdb-use-classpath): New customization variable.
17529 (gud-jdb-command-name): Add customization.
17530 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
17531 (gud-jdb-classpath-string): New variable.
17532 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
17533 (gud-jdb-build-source-files-list): Likewise.
17534 (gud-jdb-massage-args): Record any command argument classpath
17535 string in `gud-jdb-classpath-string'.
17536 (gud-jdb-lowest-stack-level): New function, finds bottom of current
17537 java call stack in jdb output.
17538 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
17539 (gud-jdb-parse-classpath-string): New functions.
17540 (gud-jdb-marker-filter): Search/detect classpath information in
17541 jdb's output. marker regexp updated to match oldjdb and jdb output
17542 formats. Expand search for source files to include new/old methods
17543 using new functions above. Do not allow `gud-marker-acc' to grow
17544 without bound.
17545 (jdb): Set classpath information (if available) as jdb is started.
17546 Change `gud-break' and `gud-remove'
17547 to use new %c ("class") escape in format strings.
17548 Add `gud-finish', `gud-up', `gud-down' command string functions, and
17549 add them to the local menu map. Update `comint-prompt-regexp' for
17550 jdb and oldjdb. If attaching to an already running java VM and
17551 configured to use classpath, send command to query for classpath,
17552 else use previous method for finding and parsing java
17553 sources. Set `gud-jdb-find-source' function accordingly.
17554 (gud-mode): Doc fix.
17555 (gud-format-command): Add support for new %c ("class") escape.
17556 (gud-find-class): New function in support of %c escape.
17557
17558 2002-01-17 Richard M. Stallman <rms@gnu.org>
17559
17560 * ibuf-ext.el: Enable byte-compile-dynamic.
17561
17562 2002-01-17 Jason Rumney <jasonr@gnu.org>
17563
17564 * term/w32-win.el: Restore conditional require of fontset.
17565
17566 2002-01-16 Richard M. Stallman <rms@gnu.org>
17567
17568 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
17569 more or less.
17570 (mouse-drag-region): New function. For a click in the echo area,
17571 show *Messages*.
17572
17573 * ibuf-ext.el: Delete the autoloads for functions defined with
17574 ibuffer-specific commands.
17575
17576 * help.el (describe-distribution): Really call view-file.
17577
17578 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
17579 (ange-ftp-get-process): Pass that arg.
17580
17581 * comint.el (comint-simple-send): Fix previous change.
17582
17583 * net/telnet.el (telnet-simple-send): Fix previous change.
17584
17585 * progmodes/sql.el (sql-escape-newlines-and-send)
17586 (sql-query-placeholders-and-send): Fix previous change.
17587
17588 2002-01-16 Colin Walters <walters@verbum.org>
17589
17590 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
17591 URL, Compatibility headers. Update copyright notice.
17592 * ibuf-macs.el (toplevel): Require `cl' when compiling.
17593
17594 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
17595
17596 * startup.el (command-line): Set EOL mnemonics for the Mac.
17597
17598 2002-01-16 Andreas Schwab <schwab@suse.de>
17599
17600 * mail/feedmail.el (feedmail): Fix :link spec.
17601
17602 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17603
17604 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
17605 2 ldapsearch.
17606
17607 * net/eudc.el: New maintainer. Change author's address.
17608 (eudc-pre-select-window-configuration, eudc-insertion-marker):
17609 Variables removed.
17610 (eudc-insert-selected): Function removed.
17611 (eudc-select): Reimplemented.
17612 (eudc-expand-inline): Delete the strings only after its expansion
17613 is chosen not before.
17614
17615 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
17616 Minor coding style fixes.
17617
17618 * net/eudcb-ldap.el: New maintainer. Change author's address.
17619 (eudc-attribute-display-method-alist): Display mail with
17620 eudc-display-mail.
17621
17622 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
17623 * net/eudc-vars.el: New maintainer. Change author's address.
17624
17625 * net/eudc-bob.el: New maintainer. Change author's address.
17626 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
17627 (eudc-display-mail): New function.
17628 (eudc-bob-play-sound-at-point): Remove XEmacs case.
17629
17630 2002-01-15 Richard M. Stallman <rms@gnu.org>
17631
17632 * emacs-lisp/autoload.el (make-autoload):
17633 Don't handle define-ibuffer-column, define-ibuffer-filter,
17634 define-ibuffer-sorter, and define-ibuffer-op.
17635
17636 2002-01-14 Richard M. Stallman <rms@gnu.org>
17637
17638 * calendar/calendar.el (diary-date-forms): Doc fix.
17639
17640 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
17641
17642 * startup.el (command-line): Register the default tty colors even
17643 if the terminal doesn't seem to support colors.
17644 <tty-long-option-alist>: New option --color.
17645 (tty-handle-args): Parse the --color arg.
17646
17647 * term/tty-colors.el (tty-color-mode-alist): New variable.
17648
17649 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
17650
17651 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
17652 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
17653 Use it.
17654 (ange-ftp-hook-function): Preserve match-data.
17655 (ange-ftp-insert-directory): Typo.
17656 (ange-ftp-shell-command): Check if regexp matched.
17657
17658 2002-01-13 Richard M. Stallman <rms@gnu.org>
17659
17660 * international/mule-cmds.el: help-map bindings moved to help.el.
17661
17662 * help.el (view-echo-area-messages): New function.
17663 (help-map): Add `e' binding. Delete obsolete `d' binding.
17664 Change old Info bindings C-f, C-k and C-i to F, K, S.
17665 Move view-emacs-FAQ from F to C-f.
17666 Move view-emacs-problems from P to C-e.
17667 Bindings moved here from mule-cmds.el.
17668 C-l binding for describe-language-environment deleted
17669 (help-for-help): Update for all these changes.
17670
17671 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
17672
17673 2002-01-13 Dave Love <fx@gnu.org>
17674
17675 * emacs-lisp/copyright.el: Doc fixes.
17676 (copyright-regexp): Add Latin-9 copyright sign.
17677 Match comment delimiters in year lists.
17678 (copyright-current-year): Initialize to load-time year.
17679
17680 2002-01-13 Andreas Schwab <schwab@suse.de>
17681
17682 * dired-aux.el (dired-do-shell-command): Doc fix.
17683
17684 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17685
17686 * startup.el (command-line-x-option-alist): New options "-fs",
17687 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
17688
17689 * term/x-win.el (x-handle-initial-switch): New function.
17690
17691 2002-01-13 Colin Walters <walters@debian.org>
17692
17693 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
17694 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
17695
17696 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
17697
17698 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
17699
17700 2002-01-12 Richard M. Stallman <rms@gnu.org>
17701
17702 * net/browse-url.el (browse-url-grail):
17703 Use browse-url-maybe-new-window.
17704
17705 * net/telnet.el (telnet-simple-send):
17706 Handle comint-input-sender-no-newline like comint-simple-send.
17707
17708 * progmodes/sql.el (sql-query-placeholders-and-send):
17709 Handle comint-input-sender-no-newline like comint-simple-send.
17710 (sql-escape-newlines-and-send): Likewise.
17711
17712 * comint.el (comint-input-sender): Doc fix.
17713 (comint-input-sender-no-newline): New variable.
17714 (comint-simple-send): If comint-input-sender-no-newline,
17715 don't output newline, but maybe send eof.
17716 (comint-send-input): New arg NO-NEWLINE.
17717 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
17718
17719 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17720
17721 * textmodes/flyspell.el (flyspell-check-pre-word-p):
17722 Prevent delaying when executing keyboard macros.
17723
17724 2002-01-12 Richard M. Stallman <rms@gnu.org>
17725
17726 * simple.el (line-move): If we can't move enough lines,
17727 go to beginning or end of line.
17728
17729 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
17730 and proper window.
17731
17732 * help.el (describe-mode): Call help-setup-xref in the help buffer.
17733 Switch buffers only after calling `help-buffer'.
17734
17735 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
17736 only when they are surrounded by whitespace.
17737 Use dired-mark-separator when adding one file name to a command.
17738 (dired-do-shell-command): Verify that * is surrounded by whitespace.
17739 Ask for confirmation if * or ? is not surrounded by whitespace.
17740 (dired-bunch-files): Re-reverse the partial file list when it is used.
17741
17742 2002-01-12 Richard M. Stallman <rms@gnu.org>
17743
17744 * comint.el (comint-dynamic-list-completions): Repeating the command
17745 after displaying a completion list scrolls the list.
17746
17747 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
17748
17749 * files.el (find-file-noselect): Don't consider a buffer as
17750 visiting a file literally if it is in hexl-mode.
17751
17752 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
17753
17754 2002-01-11 Richard M. Stallman <rms@gnu.org>
17755
17756 * startup.el (initial-scratch-message): Fix custom type, add group.
17757
17758 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
17759 around the decode-coding-region call.
17760
17761 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
17762 after displaying a completion list scrolls the list.
17763
17764 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
17765
17766 * version.el (emacs-version): Bump to 21.2.50.
17767
17768 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
17769
17770 * play/zone.el (zone-timeout): New var.
17771 (zone-hiding-modeline): New macro.
17772 (zone-call): New func.
17773
17774 (zone): Init `modeline-hidden-level' symbol property.
17775 Use `zone-call' instead of `funcall'.
17776
17777 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
17778
17779 (zone-pgm-stress): Use `zone-hiding-modeline'.
17780
17781 (zone-pgm-stress-destress): New zone program.
17782
17783 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
17784
17785 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
17786
17787 2002-01-09 Richard M. Stallman <rms@gnu.org>
17788
17789 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
17790
17791 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
17792
17793 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
17794 flyspell-mouse-map.
17795
17796 2002-01-08 Richard M. Stallman <rms@gnu.org>
17797
17798 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
17799
17800 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
17801
17802 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
17803
17804 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17805
17806 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
17807 Do not use make-local-hook.
17808
17809 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
17810
17811 * international/quail.el (quail-start-translation)
17812 (quail-start-conversion): Bind last-command-event, last-command,
17813 and this-command in the first let. This fixes the change from
17814 2000-08-30.
17815
17816 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
17817
17818 * ediff-hook.el: Add an autoload cookie.
17819
17820 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17821
17822 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
17823 address of the author.
17824
17825 2002-01-08 Richard M. Stallman <rms@gnu.org>
17826
17827 * replace.el (occur-mode-goto-occurrence-other-window): New command.
17828 (occur-mode-map): Bind `o' to that.
17829
17830 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
17831
17832 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17833 new macro that replaces viper-emacs-p and viper-xemacs-p in many
17834 cases. Used to reduce the number of warnings.
17835
17836 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
17837 (viper-standard-value): Move here from viper.el.
17838 (viper-set-unread-command-events): Move to viper-util.el
17839 (viper-check-minibuffer-overlay): Make sure
17840 viper-minibuffer-overlay is moved to cover the entire input field.
17841
17842 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
17843 (viper-read-key-sequence, viper-set-unread-command-events)
17844 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
17845
17846 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
17847
17848 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
17849
17850 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
17851
17852 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
17853 (viper-event-vector-p): Move to viper-util.el
17854
17855 * viper.el (viper-standard-value): Move to viper-cmd.el.
17856 Use viper-cond-compile-for-xemacs-or-emacs.
17857
17858 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17859
17860 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17861
17862 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
17863 New macro designed to be used in many places where ediff-emacs-p or
17864 ediff-xemacs-p was previously used. Reduces the number of warnings.
17865 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
17866 of ediff-xemacs-p.
17867 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
17868 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
17869 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
17870 Move to ediff-util.el.
17871 (ediff-event-key): Moved here.
17872
17873 * ediff-merge.el: Got rid of unreferenced variables.
17874
17875 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17876
17877 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17878 (ediff-cleanup-mess): Improve the way windows are set up after
17879 quitting ediff.
17880 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
17881 (ediff-dispose-of-variant-according-to-user): New function
17882 designed to be smarter and also understands indirect buffers.
17883 (ediff-highlight-diff-in-one-buffer)
17884 (ediff-unhighlight-diff-in-one-buffer)
17885 (ediff-unhighlight-diffs-totally-in-one-buffer)
17886 (ediff-highlight-diff, ediff-highlight-diff)
17887 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
17888 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
17889 (ediff-get-region-contents, ediff-make-current-diff-overlay):
17890 Moved here.
17891 (ediff-format-bindings-of): New function by Hannu Koivisto
17892 <azure@iki.fi>.
17893 (ediff-setup): Make sure the merge buffer is always widened and
17894 modifiable.
17895 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
17896 result of a merge into a file visited by another buffer.
17897 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
17898 is visited by another buffer and ask to save/delete that buffer.
17899 (ediff-verify-file-merge-buffer): New function to do the above.
17900
17901 * ediff-vers.el: Load ediff-init.el at compile time.
17902
17903 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17904
17905 * ediff.el (ediff-windows, ediff-regions-wordwise)
17906 (ediff-regions-linewise): Use indirect buffers to improve
17907 robustness and make it possible to compare regions of the same
17908 buffer (even overlapping regions).
17909 (ediff-clone-buffer-for-region-comparison)
17910 (ediff-clone-buffer-for-window-comparison): New functions.
17911 (ediff-files-internal): Refuse to compare identical files.
17912 (ediff-regions-internal): Get rid of the warning about comparing
17913 regions of the same buffer.
17914
17915 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
17916 Plus the following fixes courtesy of Dave Love: Doc fixes.
17917 (ediff-word-1): Use word class and move - to the
17918 front per regexp documentation.
17919 (ediff-wordify): Bind forward-word-function outside loop.
17920 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
17921 consing buffer contents.
17922 (ediff-goto-word): Move syntax table setting outside loop.
17923
17924 2002-01-07 Richard M. Stallman <rms@gnu.org>
17925
17926 * dired.el (dired-copy-filename-as-kill): Call kill-append
17927 if following a kill command.
17928
17929 * help-fns.el (describe-variable, describe-function):
17930 Do save-excursion.
17931
17932 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17933
17934 * net/ldap.el (ldap-search-internal): Skip error message from
17935 ldapsearch. Allow listing attribute names only. Do not open
17936 non-existent files.
17937
17938 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
17939 call non-existent function.
17940
17941 * net/eudc.el (top-level): Revert previous change.
17942
17943 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
17944 variables to prevent warning from byte-compiler.
17945
17946 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
17947 string-match on emacs-version again.
17948
17949 * enriched.el (enriched-make-annotation): Fix the change from
17950 2002-01-05.
17951 (enriched-handle-display-prop): Return proper values.
17952
17953 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
17954 Use proper attribute name labeledUri instead of deprecated labeledUrl.
17955
17956 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17957
17958 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
17959 editing an empty hotlist.
17960
17961 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
17962 Use buffer-string instead of buffer-substring for the whole buffer.
17963
17964 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
17965 not free.
17966
17967 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
17968 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
17969 (eudc-bob-save-object): Make the buffer unibyte.
17970 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
17971 object to external program.
17972
17973 2002-01-05 Andre Spiegel <spiegel@gnu.org>
17974
17975 * vc.el (vc-branch-part): Return nil if there's no `.'
17976 (vc-default-previous-version): Renamed from vc-previous-version.
17977 New args BACKEND and FILE. Return nil for revision numbers
17978 without a `.'
17979 (vc-version-diff): Call vc-BACKEND-previous-version.
17980 (vc-steal-lock): Steal lock before composing mail, so that no mail
17981 is sent when the stealing goes wrong. And we'll actually see the
17982 error in that case now.
17983 (vc-finish-steal): Removed.
17984
17985 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
17986 the lock, so that we see expanded headers.
17987 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
17988 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
17989 available from vc.el. Updated all callers.
17990
17991 2002-01-05 Richard M. Stallman <rms@gnu.org>
17992
17993 * enriched.el (enriched-make-annotation): Doc fix.
17994
17995 * format.el (format-replace-strings, format-subtract-regions)
17996 (format-annotate-region, format-annotate-location)
17997 (format-annotate-atomic-property-change)
17998 (format-annotate-single-property-change): Doc fixes.
17999
18000 2002-01-05 Jason Rumney <jasonr@gnu.org>
18001
18002 * term/w32-win.el: Require fontset unconditionally.
18003 (w32-handle-scroll-bar-event): Remove.
18004
18005 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18006
18007 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
18008 copyrights to be updated.
18009
18010 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
18011
18012 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
18013 2001-10-24.
18014
18015 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
18016
18017 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18018
18019 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
18020 (ldap-ignore-attribute-codings): Change the default value to allow
18021 encoding/decoding of attributes.
18022 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
18023
18024 2002-01-03 Richard M. Stallman <rms@gnu.org>
18025
18026 * files.el (basic-save-buffer): Undo previous change.
18027
18028 * calendar/diary-lib.el (diary-block): Doc fix.
18029
18030 * custom.el (defcustom): Fix syntax of previous change.
18031
18032 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
18033
18034 * custom.el (defcustom): Documented :tag, :link and :load.
18035
18036 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18037
18038 * mail/sendmail.el (mail-recover-1): New function.
18039 (mail-recover): Switch to the *mail* buffer right away.
18040 Use buffer-auto-save-file-name instead of calling
18041 make-auto-save-file-name. Call dired-noselect instead of invoking
18042 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
18043 before reading the auto-save file. If the buffer's auto-save file
18044 does not exist, call mail-recover-1 to allow recovery from past
18045 auto-saved drafts.
18046
18047 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18048
18049 * time.el (display-time-load-average-threshold): Fix defcustom
18050 (add type and group).
18051
18052 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
18053 specification from the hostname.
18054
18055 2002-01-02 Richard M. Stallman <rms@gnu.org>
18056
18057 * facemenu.el (facemenu-active-faces):
18058 Use face-attributes-as-vector, not face-attributes-vector.
18059
18060 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
18061
18062 * xscheme.el: Eleven years of updates on a private copy.
18063
18064 Extensive changes to support multiple xscheme buffers:
18065 (run-scheme): Break up into new functions to facilitate starting
18066 processes in other buffers.
18067 (xscheme-start, xscheme-read-command-line): New functions.
18068 (start-scheme, select-scheme)
18069 (default-xscheme-runlight)
18070 (global-set-scheme-interaction-buffer)
18071 (local-set-scheme-interaction-buffer)
18072 (local-clear-scheme-interaction-buffer)
18073 (exit-scheme-interaction-mode)
18074 (verify-xscheme-buffer): New functions.
18075 (xscheme-process-name, xscheme-buffer-name)
18076 (xscheme-runlight): New internal vars.
18077 (default-xscheme-runlight): New const.
18078 (xscheme-start-process): Add args for the process/buffer names.
18079 (reset-scheme): Pass process/buffer names.
18080 (scheme-interaction-mode): Initialize new local vars.
18081 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
18082 (xscheme-select-process-buffer, xscheme-process-buffer)
18083 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
18084 (xscheme-goto-output-point, xscheme-write-message-1): Use new
18085 var xscheme-process-name.
18086 (xscheme-start-process): Initialize xscheme-process-name and
18087 xscheme-buffer-name in the process buffer. Pass buffer name to
18088 xscheme-modeline-initialize.
18089 (xscheme-modeline-initialize): Add argument to specify buffer name
18090 for mode-line vars.
18091 (xscheme-process-sentinel): Make sure sentinel is run in the
18092 process buffer so it sees its local vars.
18093 (xscheme-process-filter-initialize, xscheme-set-runlight):
18094 More elaborate logic to handle multiple-buffer mode lines.
18095
18096 (xscheme-enter-input-wait): Re-enable control-G handler upon
18097 entering input wait.
18098
18099 (scheme-interaction-mode): Add arg to preserve local vars.
18100 (xscheme-enter-interaction-mode)
18101 (xscheme-enter-debugger-mode): Preserve local vars.
18102 (xscheme-start-process): Clobber local vars.
18103
18104 (scheme-interaction-mode-commands): Allow end user to add commands
18105 to scheme-interaction-mode keymap.
18106 (scheme-interaction-mode-commands-alist): New variable.
18107
18108 (xscheme-send-string): Don't use insert-before-markers.
18109
18110 Implement a per-buffer kill ring:
18111 (xscheme-insert-expression)
18112 (xscheme-rotate-yank-pointer, xscheme-yank)
18113 (xscheme-yank-pop, xscheme-yank-push): New functions.
18114 (xscheme-expressions-ring)
18115 (xscheme-expressions-ring-yank-pointer)
18116 (xscheme-expressions-ring-max): New variables.
18117 (xscheme-send-string-1): Call xscheme-insert-expression to save
18118 expression in ring.
18119 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
18120 (xscheme-previous-send): Deleted variable.
18121
18122 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
18123 (xscheme-send-control-g-interrupt): Use process-send-string rather
18124 than send-string.
18125
18126 (xscheme-send-region): Insert a newline after an expression that
18127 is submitted in the interaction buffer, for consistency with
18128 recent changes to Edwin.
18129
18130 (xscheme-delete-output): New function mimics comint-delete-output.
18131 (xscheme-last-input-end): New internal variable.
18132 (xscheme-process-filter-output): Update xscheme-last-input-end.
18133
18134 (xscheme-send-control-g-interrupt): Make sure that
18135 xscheme-control-g-disabled-p is looked up in the right buffer.
18136
18137 (xscheme-enable-control-g): Clear C-g message if visible.
18138 (xscheme-control-g-message-string): New internal var.
18139 (xscheme-send-control-g-interrupt): Use new var.
18140
18141 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
18142 Delay after sending interrupt in order to work around race condition.
18143
18144 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
18145 (xscheme-send-char): Use xscheme-send-char rather than send-string
18146 to send single char.
18147
18148 (xscheme-process-filter, xscheme-process-filter-alist):
18149 Add support for evaluating expressions outside of the call-excursion.
18150 (xscheme-process-filter:string-action-noexcursion): New func.
18151
18152 (xscheme-write-value): Change output string to match that used by
18153 Edwin.
18154
18155 (xscheme-coerce-prompt): Don't write a space after a command
18156 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
18157 for us.
18158
18159 (reset-scheme): Delete process after killing it.
18160
18161 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18162
18163 * bindings.el (function-key-map): Don't bind shifted keypad
18164 numeric keys.
18165
18166 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18167
18168 * enriched.el (enriched-handle-display-prop): Remove unused variables.
18169 (enriched-mode): Doc fix.
18170
18171 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18172
18173 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
18174 Hebrew points.
18175
18176 2002-01-01 Richard M. Stallman <rms@gnu.org>
18177
18178 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
18179
18180 2001-12-31 Richard M. Stallman <rms@gnu.org>
18181
18182 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
18183 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
18184 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
18185 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
18186 * progmodes/cperl-mode.el, progmodes/idlwave.el:
18187 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
18188 Adapt face definitions to use :weight and :slant.
18189
18190 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
18191
18192 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
18193
18194 * font-lock.el (initializing from font-lock-face-attributes):
18195 Use :weight and :slant, not :bold and :italic.
18196
18197 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
18198
18199 * cus-edit.el (custom-face-edit-fix-value): New function.
18200 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
18201
18202 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18203
18204 * progmodes/octave-mod.el (octave-abbrev-table):
18205 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
18206 * progmodes/fortran.el (fortran-mode-abbrev-table):
18207 * progmodes/f90.el (f90-mode-abbrev-table):
18208 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
18209 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
18210 predefined abbrevs as "system" abbrevs.
18211
18212 2001-12-30 Richard M. Stallman <rms@gnu.org>
18213
18214 * info.el (Info-fontify-node): For a **** underline line, put the
18215 invisible and intangible props on the following newline, but not
18216 on the previous newline or the last char of the previous line.
18217
18218 * faces.el (face-set-after-frame-default): Don't change `default' face.
18219
18220 * faces.el (minibuffer-prompt): Adopt some default colors.
18221
18222 * replace.el (query-replace-read-args): Immediate error if read-only.
18223
18224 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
18225 Display the output buffer in a more intelligent way.
18226
18227 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
18228
18229 * ls-lisp.el (insert-directory): Modify the "total" line wording,
18230 in accordance with files.el's insert-directory.
18231
18232 2001-12-29 Richard M. Stallman <rms@gnu.org>
18233
18234 * files.el (basic-save-buffer): If a before-write hook displays
18235 an echo area message, pause before calling basic-save-buffer-1.
18236
18237 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
18238
18239 * textmodes/reftex-global.el (reftex-query-replace-document)
18240 (reftex-change-label): Doc fix.
18241
18242 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
18243
18244 * progmodes/etags.el (tags-query-replace): Doc fix.
18245
18246 2001-12-29 Richard M. Stallman <rms@gnu.org>
18247
18248 * progmodes/compile.el (compile-internal): Fix previous change.
18249
18250 2001-12-28 Richard M. Stallman <rms@gnu.org>
18251
18252 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
18253 shrink the windows above as necessary to get space.
18254 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
18255
18256 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
18257 This fixes a bug that treated all files as directories.
18258 (ange-ftp-insert-directory): Explicitly follow symlinks.
18259
18260 * international/iso-transl.el (iso-transl-char-map) Eliminate the
18261 alias symbols--put the translated sequences here directly.
18262
18263 * progmodes/cc-mode.el (c-mode-abbrev-table)
18264 (c++-mode-abbrev-table, objc-mode-abbrev-table)
18265 (java-mode-abbrev-table, pike-mode-abbrev-table):
18266 Mark all the predefined abbrevs as "system" abbrevs.
18267
18268 * mail/sendmail.el (mail-envelope-from): Fix custom type.
18269 (sendmail-send-it): Check mail-specify-envelope-from
18270 and mail-envelope-from in the mail buffer at start.
18271
18272 2001-12-28 Simon Josefsson <jas@extundo.com>
18273
18274 * mail/sendmail.el (mail-envelope-from): Fix :type.
18275 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
18276
18277 2001-12-28 Richard M. Stallman <rms@gnu.org>
18278
18279 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
18280
18281 * simple.el (line-move-invisible): New subroutine.
18282 (line-move-to-column): New subroutine--smarter about advancing over
18283 invisible parts of a line, or lines, but only as long as hpos grows.
18284 (line-move-finish): New subroutine: repeatedly processes desired
18285 column, intangibility, and fields.
18286 (line-move): Use those subroutines.
18287 When moving lines downward, skip invisible text first rather than last.
18288
18289 2001-12-27 Richard M. Stallman <rms@gnu.org>
18290
18291 * international/mule-diag.el (describe-char-after):
18292 Describe the text properties of the char after point.
18293
18294 * help.el (describe-key): Doc fix.
18295
18296 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
18297
18298 * find-dired.el (find-dired-sentinel): Precede exit message by
18299 two spaces, to match the regexp in dired-between-files.
18300
18301 2001-12-28 Miles Bader <miles@gnu.org>
18302
18303 * wid-edit.el (widget-toggle-value-create): Don't eval actual
18304 images (which are lists too).
18305
18306 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
18307
18308 * language/european.el: Fix the doc string of "Latin-5" language
18309 environment.
18310
18311 2001-12-26 Richard M. Stallman <rms@gnu.org>
18312
18313 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
18314 defined as before 2001-11-09.
18315 (add-minor-mode call): Specify the keymap.
18316
18317 * progmodes/compile.el (compile-internal):
18318 Set TERM variable in process-environment.
18319
18320 2001-12-25 Richard M. Stallman <rms@gnu.org>
18321
18322 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
18323 the buffer.
18324
18325 * startup.el (command-line): Convert command line args
18326 to Emacs internal representation using locale-coding-system.
18327
18328 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
18329
18330 * international/fontset.el: Don't require ind-util when compiling.
18331
18332 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18333
18334 * emulation/tpu-edt.el (tpu-reset-screen-size):
18335 Use set-frame-height and set-frame-width instead of set-screen-height
18336 and set-screen-width.
18337
18338 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
18339 of obsolete set-screen-width.
18340
18341 * locate.el (locate): Remove dot at the end of error argument.
18342
18343 * emerge.el (emerge-show-file-name): Use frame-height instead of
18344 obsolete screen-height.
18345
18346 * mail/mh-utils.el (mh-show-msg): Likewise.
18347 (mh-handle-process-error): Use frame-width instead of obsolete
18348 screen-width.
18349
18350 2001-12-25 Richard M. Stallman <rms@gnu.org>
18351
18352 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
18353 to enlarge-window. Use save-selected-window. Don't try
18354 to resize windows that end at the bottom "level".
18355 Retry changing the sizes until the windows get the desired sizes.
18356 Discount the minibuffer when computing total height available.
18357
18358 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
18359 (debugger-make-xrefs): Only make a button for the first symbol
18360 on any line.
18361
18362 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
18363
18364 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
18365 Call IT-setup-unicode-display here instead of adding it to
18366 dos-codepage-setup-hook, so that Unicode display tables are set
18367 before dos-codepage-setup-hook runs.
18368
18369 2001-12-24 Richard M. Stallman <rms@gnu.org>
18370
18371 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
18372 (nslookup-mode-abbrev-table): Don't define it.
18373 (smbclient-mode-abbrev-table): Don't define it.
18374 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
18375 (nslookup-mode, smbclient-mode): Likewise.
18376 (network-connection-service-abbrev-alist): Variable deleted.
18377 (network-connection-mode-setup): Don't set up abbrev table.
18378
18379 * faces.el (minibuffer-prompt): New face.
18380 (minibuffer-prompt-properties): Add `face' property.
18381
18382 * replace.el (occur-mode-display-occurrence): New function.
18383 (occur-mode-map): Bind C-o to it.
18384
18385 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
18386
18387 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
18388 (viper-special-read-and-insert-char): Make C-m work right in the r
18389 comand.
18390 (viper-buffer-search-enable): Fixed format string.
18391
18392 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
18393 instead of viper-info-on-file.
18394 (ex-set-visited-file-name): New function.
18395
18396 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
18397
18398 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
18399 action argument.
18400
18401 * ediff-init.el: Fixed some doc strings.
18402
18403 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
18404 Got rid of make-local-hook.
18405
18406 * ediff-wind.el (ediff-setup-control-frame): Got rid of
18407 make-local-hook.
18408
18409 2001-12-23 Richard M. Stallman <rms@gnu.org>
18410
18411 * term/x-win.el (x-handle-geometry): Put height and width
18412 on default-frame-alist, left and top on initial-frame-alist.
18413 * term/w32-win.el (x-handle-geometry): Likewise.
18414
18415 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
18416
18417 * play/yow.el (yow): Use an arg to distinguish interactive calls,
18418 not interactive-p.
18419
18420 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18421
18422 * emacs-lisp/elint.el (elint-unknown-builtin-args):
18423 Remove mocklisp entries.
18424
18425 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
18426 Lisp. Obsoleted.
18427
18428 * emulation/mlconvert.el: File removed.
18429
18430 * emulation/mlsupport.el: Moved to obsolete.
18431
18432 * obsolete/mlsupport.el: Moved there from lisp/emulation.
18433
18434 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
18435
18436 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18437 Remove mocklisp case.
18438
18439 * help-fns.el (describe-function-1): Remove mocklisp function case.
18440
18441 2001-12-22 Miles Bader <miles@gnu.org>
18442
18443 * textmodes/refill.el (refill-mode): Don't barf when redundantly
18444 turning refill-mode off.
18445
18446 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18447
18448 * time.el (display-time-load-average-threshold): New variable.
18449 (display-time-update): Use it.
18450
18451 These changes allow cycling through past 1, 5 and 15 minutes
18452 load-average displayed in the mode-line.
18453
18454 * time.el (display-time-default-load-average): New customizable option.
18455 (display-time-load-average): New variable.
18456 (display-time-cycle-load-average): New function.
18457 (display-time-update): Use them.
18458
18459 2001-12-21 Richard M. Stallman <rms@gnu.org>
18460
18461 * apropos.el (apropos-print): SPACING is now nil or a separator string.
18462 (apropos-documentation, apropos-value): Pass a suitable string.
18463
18464 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
18465
18466 * dired.el (dired-free-space-program, dired-free-space-args):
18467 Aliases for back-compatibility.
18468
18469 * info.el (Info-select-node): If Info-use-header-line is nil, set
18470 header-line-format to nil.
18471 (Info-fontify-node): Don't put a keymap text property on the
18472 heading if we are not going to display the header line. Remove
18473 any such text properties left over from past visits to this node.
18474
18475 * ls-lisp.el (insert-directory): Insert the amount of free disk
18476 space, like files.el's insert-directory does.
18477
18478 * files.el (directory-free-space-program):
18479 Mention file-system-info in the doc string.
18480 (get-free-disk-space): New function; code moved from insert-directory.
18481 (insert-directory): Call get-free-disk-space to get the amount of
18482 free space.
18483
18484 2001-12-21 Richard M. Stallman <rms@gnu.org>
18485
18486 * help.el (view-order-manuals, view-emacs-news, describe-copying)
18487 (describe-distribution, describe-project): Use view-file.
18488
18489 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
18490
18491 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
18492
18493 * emacs-lisp/easy-mmode.el (define-minor-mode):
18494 Make no arg by default in an interactive call,
18495 so that repeating the command toggles again.
18496
18497 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
18498
18499 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
18500
18501 * antlr-mode.el: More sophisticated indentation of cpp directive.
18502 (antlr-indent-at-bol-alist): New user option.
18503 (antlr-indent-line): Use it.
18504 (antlr-indent-style): New user option.
18505 (antlr-mode): Use it.
18506 (antlr-indent-item-regexp): Customize.
18507
18508 * antlr-mode.el: Syntax highlighting changes.
18509 (antlr-font-lock-literal-regexp): New user option.
18510 (antlr-font-lock-syntax-face): New face used for :, |, ....
18511 (antlr-font-lock-default-face): New face.
18512 (antlr-font-lock-additional-keywords): Use them.
18513
18514 * antlr-mode.el: New command to insert options -- variables.
18515 (antlr-mode-map): New binding [C-c C-o].
18516 (antlr-mode-menu): New submenus.
18517 (antlr-options-use-submenus): New user option.
18518 (antlr-tool-version): New user option.
18519 (antlr-options-auto-colon): New user option.
18520 (antlr-options-style): New user option.
18521 (antlr-options-push-mark): New user option.
18522 (antlr-options-assign-string): New user option.
18523 (antlr-options-headings): New variable.
18524
18525 * antlr-mode.el: New command to insert options -- specific.
18526 (antlr-options-alists): New variable.
18527 (antlr-read-value): New function.
18528 (antlr-read-boolean): New function.
18529 (antlr-language-option-extra): New function.
18530 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
18531 (antlr-c++-mode-extra): New function.
18532 (antlr-grammar-tokens): New function.
18533 (antlr-imenu-create-index-function): New optional argument.
18534
18535 * antlr-mode.el: New command to insert options -- functions.
18536 (antlr-insert-option): New command.
18537 (antlr-insert-option-interactive): New function.
18538 (antlr-options-menu-filter): New function.
18539 (antlr-option-kind): New function.
18540 (antlr-scan-lists): New alias.
18541 (antlr-scan-lists-internal): New function.
18542 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
18543 (antlr-option-level): New function.
18544 (antlr-syntactic-grammar-depth): New function.
18545 (antlr-option-location): New function.
18546 (antlr-insert-option-do): New function.
18547 (antlr-option-spec): New function.
18548 (antlr-version-string): New function.
18549 (antlr-insert-option-existing): New function.
18550 (antlr-insert-option-space): New function.
18551 (antlr-insert-option-area): New function.
18552
18553 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
18554 with narrowing. Menu change. Miscellaneous.
18555 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
18556 (antlr-mode-map): New bindings for characters in ":;|&(){}".
18557 (antlr-electric-character): New command.
18558 (antlr-class-header-regexp): New variable.
18559 (antlr-font-lock-additional-keywords): Use it.
18560 (antlr-imenu-create-index-function): Use it.
18561 (antlr-file-dependencies): Use it.
18562 (antlr-indent-line): Also works with restrictions.
18563 (antlr-indent-command): Interactive spec - changes the buffer.
18564 (antlr-language-for-option): Deletia.
18565 (antlr-language-option): New function, defined instead.
18566 (antlr-mode): Use it.
18567
18568 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
18569
18570 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
18571 instead of a literal /dev/null.
18572
18573 * Makefile.in (distclean): Remove Makefile in the build
18574 directory, not in the source directory.
18575
18576 2001-12-21 Simon Josefsson <jas@extundo.com>.
18577
18578 * mail/smtpmail.el (smtpmail-send-queued-mail):
18579 Use with-temp-buffer instead of find-file-noselect, and bind
18580 coding-system-for-read to no-conversion when reading the queued
18581 messages. (Simon's code modified slightly by Eli Zaretskii.)
18582
18583 2001-12-20 Werner Lemberg <wl@gnu.org>
18584
18585 * international/mule-diag.el (describe-coding-system)
18586 (print-coding-system-briefly): Make printed output have a similar
18587 format as describe-character-set.
18588
18589 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18590
18591 * play/blackbox.el (bb-member): Remove, use member instead.
18592 (bb-delete): Remove, use delete instead.
18593 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
18594 bb-score, bb-detour-count and bb-balls-placed.
18595 Propertize results of rays.
18596
18597 2001-12-19 Karl Fogel <kfogel@red-bean.com>
18598
18599 * isearch.el (isearch-forward, isearch-edit-string): Make doc
18600 strings mention keybinding for `isearch-yank-word-or-char',
18601 rather than `isearch-yank-word', since the former is bound now
18602 and the latter is not.
18603 (isearch-yank-word-or-char): Fix formatting.
18604
18605 2001-12-19 Werner Lemberg <wl@gnu.org>
18606
18607 * language/czech.el, language/european.el, language/slovak.el:
18608 More fixes for language info doc strings.
18609
18610 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
18611
18612 * loadup.el: Add "language" to the load-path.
18613
18614 2001-12-19 Richard M. Stallman <rms@gnu.org>
18615
18616 * international/mule-cmds.el (describe-language-environment):
18617 Fix calls to help-xref-button.
18618
18619 2001-12-19 Miles Bader <miles@gnu.org>
18620
18621 * international/fontset.el: Require `ind-util' when compiling.
18622
18623 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18624
18625 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
18626 instead of decompose-composite-char.
18627
18628 2001-12-18 Richard M. Stallman <rms@gnu.org>
18629
18630 * simple.el (eval-expression-print-level)
18631 (eval-expression-print-length): Doc fixes.
18632
18633 * international/mule-diag.el (describe-character-set):
18634 Fix the arg to help-xref-button.
18635
18636 * files.el (directory-free-space-program): New variable.
18637 (directory-free-space-args): New variable.
18638 (insert-directory): Use those two variables for getting free space.
18639 Use file-system-info instead, if that is defined.
18640
18641 * dired.el (dired-free-space-program): Variable deleted.
18642 (dired-free-space-args): Variable deleted.
18643 (dired-insert-directory): Don't try to determine free space.
18644
18645 * files.el (font-lock-defaults): Add risky-local-variables prop.
18646 (hack-one-local-variable): Treat various font-lock variables as risky.
18647
18648 2001-12-18 Werner Lemberg <wl@gnu.org>
18649
18650 * language/chinese.el, language/cyrillic.el:
18651 * language/czech.el, language/european.el, language/greek.el:
18652 * language/hebrew.el, language/indian.el, language/japanese.el:
18653 * language/korean.el, language/lao.el, language/slovak.el:
18654 * language/thai.el, language/tibetan.el, language/vietnamese.el:
18655 Improve documentation strings of coding systems and language infos.
18656
18657 2001-12-18 Werner LEMBERG <wl@gnu.org>
18658
18659 Add support for EUC-TW decoding/encoding.
18660
18661 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
18662 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
18663 New auxiliary functions to build `big5-to-cns'.
18664 (big5-to-cns): New translation alist.
18665
18666 * language/chinese.el: Added new coding system `euc-tw' and its
18667 alias `euc-taiwan'.
18668 Updated language `Chinese-CNS' to include euc-tw encoding also.
18669 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
18670 euc-tw.
18671
18672 2001-12-18 Dave Love <fx@gnu.org>
18673
18674 * loadup.el: Add language/utf-8-lang, language/georgian.
18675
18676 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
18677 (image-file-name-regexps): Doc fix.
18678
18679 * server.el (server-unload-hook): New function.
18680
18681 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
18682 (lm-crack-copyright): Cope with multi-line copyright `lines'.
18683
18684 * simple.el (newline): Doc fix.
18685 (eval-expression-print-level, eval-expression-print-length): Doc
18686 fix. Amend :type.
18687 (next-line, previous-line): Make arg optional.
18688 (newline): Doc fix.
18689
18690 * Makefile.in (DONTCOMPILE): Add various language files.
18691
18692 * international/quail.el (quail-input-string-to-events): Don't use
18693 string-to-list.
18694
18695 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
18696 calling `newline'.
18697
18698 2001-12-17 Richard M. Stallman <rms@gnu.org>
18699
18700 * comint.el (comint-dynamic-list-input-ring-select): New function.
18701 Switches back to the old window configuration.
18702 (comint-dynamic-list-input-ring): Bind RET to that function.
18703 (comint-dynamic-list-input-ring-window-conf): New variable.
18704
18705 2001-12-17 Werner Lemberg <wl@gnu.org>
18706
18707 * international/mule-conf.el: Improve documentation strings of
18708 character sets.
18709
18710 2001-12-16 Richard M. Stallman <rms@gnu.org>
18711
18712 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
18713 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
18714
18715 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
18716
18717 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
18718 Add a DESCRIPTION for the makefile item.
18719
18720 * find-file.el (ff-other-file-name): New function.
18721
18722 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
18723
18724 * international/quail.el (quail-input-string-to-events): Fix last
18725 change.
18726
18727 2001-12-16 Richard M. Stallman <rms@gnu.org>
18728
18729 * isearch.el (isearch-edit-string): When we set isearch-string
18730 to the default, also set isearch-message.
18731
18732 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
18733
18734 * startup.el (command-line-1): Display startup screen
18735 even if there are command line args.
18736 Add a note about how to go to editing your files.
18737 (fancy-splash-head): Add a note about how to go to your files.
18738 (fancy-splash-outer-buffer): New variable.
18739 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
18740
18741 * subr.el (with-temp-message): At the end, always discard
18742 the temp message, even by clearing the echo area.
18743
18744 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
18745
18746 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
18747
18748 * log-view.el (log-view-message-re, log-view-current-tag):
18749 Recognize Subversion's log output format.
18750
18751 * international/fontset.el: Build the list L at compile time.
18752
18753 * language/ind-util.el (mapthread): Make a closure.
18754
18755 2001-12-15 Richard M. Stallman <rms@gnu.org>
18756
18757 * isearch.el (isearch-start-hscroll): New variable.
18758 (isearch-mode): Set isearch-start-hscroll.
18759 (isearch-update): Restore original hscrolling if possible.
18760
18761 * isearch.el (isearch-edit-string):
18762 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
18763
18764 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
18765 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
18766 rather than regexp search and (2) copying text properties
18767 already set up on text unchanged from the previous backtrace.
18768
18769 * case-table.el (set-case-syntax-pair):
18770 Detect invalid calls and signal an error.
18771
18772 2001-12-15 Richard M. Stallman <rms@gnu.org>
18773
18774 * language/ind-util.el (range): Function deleted.
18775 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
18776 All calls changed.
18777
18778 * language/devan-util.el (devanagari-range): Renamed from `range'.
18779 All calls changed.
18780 (devanagari-regexp-of-hashtbl-keys):
18781 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
18782
18783 2001-12-15 Dave Love <fx@gnu.org>
18784
18785 * language/ind-util.el: Don't require cl.
18786 (indian-glyph-char, indian-glyph-max-char)
18787 (indian-char-glyph): Moved from indian.el
18788 (indian--puthash-char, mapthread): Don't quote lambda.
18789 (indian--map): New function.
18790 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
18791 (indian--puthash-cv): Use it.
18792
18793 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
18794 (indian-char-glyph): Moved to ind-util.el
18795
18796 * language/devan-util.el (devanagari-post-read-conversion):
18797 New function.
18798
18799 * language/georgian.el: New file.
18800
18801 * international/mule-cmds.el (locale-language-names): Add various
18802 entries. Remove utf-8 special case.
18803 (locale-charset-language-names, locale-preferred-coding-systems):
18804 Add utf-8 case.
18805 (set-language-environment): Process required-features earlier.
18806
18807 * international/quail.el (quail-keyboard-layout-alist):
18808 Add pc105-uk.
18809 (quail-keyboard-layout-type): Fix :type.
18810 (quail-choose-completion-string): Simplify.
18811 (quail-update-leim-list-file): Don't get fooled by commented-out code.
18812 (quail-input-string-to-events): Run events through
18813 translation-table-for-input.
18814
18815 * international/mule-conf.el (translation-table-for-input):
18816 New variable.
18817 (latin-iso8859-14): Amend description.
18818 (file-coding-system-alist): Add entry for utf-8.
18819
18820 * language/utf-8-lang.el: New file.
18821
18822 * international/code-pages.el: New file.
18823
18824 * language/hebrew.el ("Windows-1255"): New language.
18825
18826 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
18827 ("Latvian"): New languages.
18828
18829 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
18830
18831 * xml.el: Use setq rather than (set 'foo bar).
18832 Use push+nreverse rather than append.
18833 (xml-node-name, xml-node-attributes, xml-node-children):
18834 Use defsubst rather than macros.
18835 (xml-parse-region): Handle a nil return value from xml-parse-tag.
18836 (xml-parse-tag): Don't skip white space. Return nil for a comment.
18837 Concat the two strings surrounding a comment into a single string.
18838
18839 * newcomment.el (comment-indent): Jump to the middle of empty comments.
18840
18841 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18842
18843 * select.el (xselect-convert-to-class, xselect-convert-to-name):
18844 Document.
18845
18846 2001-12-14 Andre Spiegel <spiegel@gnu.org>
18847
18848 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
18849 Return nil if FILE is not registered.
18850 (vc-check-master-templates, vc-default-make-version-backups-p):
18851 Doc fix.
18852
18853 2001-12-13 David Ponce <david@dponce.com>
18854
18855 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
18856 (ruler-mode-left-fringe-cols): New macro.
18857 (ruler-mode-right-fringe-cols): New macro.
18858 (ruler-mode-left-scroll-bar-cols): New macro.
18859 (ruler-mode-right-scroll-bar-cols): New macro.
18860 (ruler-mode-ruler): Use above new macros.
18861
18862 2001-12-13 Richard M. Stallman <rms@gnu.org>
18863
18864 * files.el (set-auto-mode): Fix previous change.
18865
18866 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
18867
18868 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
18869 (easy-menu-do-define, easy-menu-convert-item-1)
18870 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
18871 (easy-menu-return-item): Only return nil if there is no binding.
18872
18873 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
18874
18875 * whitespace.el (whitespace-version): 3.2
18876 * whitespace.el (whitespace-force-mode-line-update): Replace with
18877 `whitespace-mode-line-update', which is an alias to the correct
18878 function in various emacsen.
18879 * whitespace.el (whitespace-{un,}highlight-the-space):
18880 Add colorized highlighting of the bogus whitespaces in a buffer/file,
18881 using the `whitespace-highlight-face' if
18882 `whitespace-display-spaces-in-color' is set.
18883
18884 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
18885
18886 * international/mule.el (set-auto-coding): Don't search for
18887 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
18888
18889 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18890
18891 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
18892
18893 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
18894
18895 * mail/rmailsum.el (rmail-summary-mode): Likewise.
18896
18897 2001-12-13 Richard M. Stallman <rms@gnu.org>
18898
18899 * simple.el (undo): Always set this-command to `undo',
18900 so that the next undo after an error will not begin redoing.
18901
18902 * simple.el (shell-command): Doc fix.
18903 (shell-command-on-region): If there is output an an error,
18904 add "...Shell command failed" to the output.
18905
18906 2001-12-13 David Ponce <david@dponce.com>
18907
18908 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
18909 (ruler-mode-left-fringe-cols): Function replaced by more efficient
18910 implementation `ruler-mode-extra-left-cols'.
18911 (ruler-mode-ruler): Use above new function. Take into account
18912 that the fringe areas can now be resized.
18913
18914 2001-12-12 Richard M. Stallman <rms@gnu.org>
18915
18916 * international/characters.el (Unicode): Comment out
18917 the specifications for kelvin and angstrom signs.
18918
18919 * international/mule.el (make-translation-table-from-vector):
18920 Allow null elements in VEC.
18921
18922 * international/ucs-tables.el (unify-8859-on-encoding-mode)
18923 (unify-8859-on-decoding-mode): Swap the code in their bodies.
18924 Add :version.
18925
18926 2001-12-11 Richard M. Stallman <rms@gnu.org>
18927
18928 * derived.el (derived-mode-p): Function moved to subr.el.
18929
18930 * subr.el (derived-mode-p): Moved here from derived.el.
18931
18932 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
18933
18934 * files.el (set-auto-mode-1): New subroutine, broken out of
18935 set-auto-mode.
18936 (set-auto-mode, hack-local-variables-prop-line): Use that.
18937
18938 2001-12-11 Dave Love <fx@gnu.org>
18939
18940 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
18941
18942 * language/european.el: Remove autoload cookies. Fix registration
18943 of diacritic composition function.
18944
18945 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18946
18947 * calendar/todo-mode.el: Require time-stamp.
18948
18949 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
18950
18951 2001-12-11 Richard M. Stallman <rms@gnu.org>
18952
18953 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
18954
18955 * textmodes/ispell.el (ispell-buffer-local-parsing):
18956 Match xml like sgml.
18957
18958 * emacs-lisp/advice.el (ad-compile-function):
18959 Byte compile the function under another (uninterned) name.
18960
18961 * gud.el (gdb): Define and bind gud-jump.
18962
18963 * font-lock.el (font-lock-mode):
18964 Put our function at the end of after-change-functions.
18965
18966 * ediff-diff.el (ediff-cmp-options): Doc fix.
18967
18968 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
18969
18970 2001-12-10 Richard M. Stallman <rms@gnu.org>
18971
18972 * isearch.el (isearch-yank-word-or-char): New function.
18973 (isearch-mode-map): Bind C-w to that.
18974
18975 * menu-bar.el (menu-bar-mode): Make arg optional.
18976
18977 * simple.el (line-move): Cope if next-single-property-change
18978 or previous-single-property-change returns nil.
18979
18980 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
18981 Don't use interactive-p; instead, pass the proper args
18982 in (interactive...). Clean up most of the trouble-report strings.
18983
18984 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
18985
18986 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
18987 enqueued messages literally.
18988
18989 2001-12-10 Noah Friedman <friedman@splode.com>
18990
18991 * battery.el (battery-insert-file-contents): Obsolete function
18992 removed.
18993 (battery-read-function): Obsolete function removed.
18994 (battery-linux-proc-apm): Use insert-file-contents.
18995
18996 2001-12-07 Stephen Eglen <stephen@gnu.org>
18997
18998 * iswitchb.el (iswitchb-visit-buffer):
18999 Use `select-frame-set-input-focus'--needed when window manager
19000 uses "click to focus" policy.
19001
19002 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19003
19004 * COPYING: Moved back.
19005
19006 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
19007
19008 * term/internal.el (IT-character-translations): Add entries for
19009 more points.
19010
19011 * international/characters.el: Resurrect the Hebrew category
19012 settings for all Hebrew characters removed by the last change.
19013 Add code for setting the Hebrew category of the Unicode Hebrew
19014 characters. Set syntax entries for Hebrew punctuation characters.
19015
19016 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
19017 points and directional formatting control characters.
19018
19019 2001-12-07 Dave Love <fx@gnu.org>
19020
19021 * language/lao-util.el: Add Unicode equivalents for rules.
19022 (lao-post-read-conversion): New function.
19023
19024 * language/lao.el: Add Unicode equivalents.
19025 (lao): Add post-read conversion.
19026
19027 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
19028 Use iso2022 encoding.
19029 (latin1-char-displayable-p): Doc fix.
19030 (latin1-display-ucs-per-lynx): New option.
19031 (latin1-display-ucs-per-lynx): New command.
19032 (latin1-display-reset): Special-case arabic.
19033 (ucs-tables): Require.
19034 (latin1-display-sets, latin1-display-setup): Add arabic.
19035 (latin1-display) <variable>: Use function latin1-display.
19036 (latin1-display) <function>: Add mule-unicode stuff.
19037 (latin1-display-check-font): Don't lose if `info' is nil.
19038
19039 * international/iso-transl.el: Insert Latin-1 characters, not
19040 unibyte codes.
19041
19042 * language/european.el (diacritic-composition-pattern): New constant.
19043 (diacritic-compose-region, diacritic-compose-string)
19044 (diacritic-compose-buffer, diacritic-post-read-conversion)
19045 (diacritic-composition-function): New functions.
19046
19047 * international/utf-8.el (ucs-mule-to-mule-unicode):
19048 New translation table.
19049 (ccl-encode-mule-utf-8): Use it.
19050 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
19051 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
19052 (utf-8-subst-table): New variable.
19053 (utf-8-compose-scripts): New option.
19054 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
19055
19056 * international/ucs-tables.el, international/utf-8-subst.el:
19057 New files.
19058
19059 * international/characters.el: Don't set word syntax (the default)
19060 explicitly. Add a diacritic category. Add info for Unicode
19061 equivalents of characters in various Mule charsets and for extra
19062 Unicode characters. Don't define specific categories for
19063 Indian/Devanagari, since they aren't used.
19064
19065 2001-12-06 Richard M. Stallman <rms@gnu.org>
19066
19067 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
19068 (set-justification-left, set-justification-right): Doc fix.
19069
19070 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
19071 (bug-f90-mode): Variable deleted.
19072
19073 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
19074
19075 * indent.el (indent-line-function): Default is indent-relative again.
19076
19077 2001-12-07 Miles Bader <miles@gnu.org>
19078
19079 * progmodes/compile.el (compilation-error-regexp-alist):
19080 Added regexps for RXP.
19081
19082 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
19083
19084 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
19085 Add shift-assignment operators to those highlighted, and highlight
19086 the whole operator rather than just the "=".
19087
19088 2001-12-04 Juanma Barranquero <lektu@terra.es>
19089
19090 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
19091 before saving abbrevs if `save-abbrevs' has the value `silently'.
19092
19093 2001-12-04 Andreas Schwab <schwab@suse.de>
19094
19095 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
19096
19097 2001-12-04 Colin Walters <walters@debian.org>
19098
19099 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
19100 for `defmacro*' forms.
19101
19102 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
19103 `defmacro*'.
19104
19105 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
19106
19107 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
19108
19109 2001-12-02 Richard M. Stallman <rms@gnu.org>
19110
19111 * files.el (insert-directory): If the df output does not look right,
19112 don't try to use it. Other cleanups in overall code structure.
19113
19114 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
19115
19116 * textmodes/outline.el (outline-mode-prefix-map):
19117 Add bindings for outline-promote and outline-demote.
19118 (outline-minor-mode-menu-bar-map): New var.
19119 (outline-minor-mode): Use it.
19120 (outline-heading-alist): New var (renamed from outline-level-heading).
19121 (outline-level): Use it.
19122 (outline-insert-heading, outline-promote, outline-demote):
19123 Update to use outline-heading-alist.
19124
19125 * disp-table.el (standard-display-european):
19126 Simplify since the function is not interactive any more.
19127 Don't set the existing buffers to unibyte.
19128
19129 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
19130
19131 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
19132
19133 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
19134
19135 * shell.el (shell): Use shell-file-name.
19136 Pop to buffer before calling comint to set COLUMNS properly.
19137
19138 * emacs-lisp/cl.el (svref): New alias.
19139
19140 * progmodes/antlr-mode.el (antlr-c-common-init):
19141 Don't inhibit adaptive-fill-mode any more.
19142
19143 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
19144
19145 * progmodes/etags.el (tags-with-face): Use make-symbol.
19146 (tags-search, tags-query-replace): Use backquotes.
19147
19148 * textmodes/picture.el (picture-mode-map): Don't use defconst
19149 for a variable.
19150
19151 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19152
19153 * textmodes/reftex-index.el (reftex-index-mode):
19154 Remove make-local-hook.
19155
19156 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
19157
19158 2001-12-02 Kim F. Storm <storm@cua.dk>
19159
19160 * isearch.el (isearch-resume-enabled): New variable.
19161 (isearch-done): Use that variable.
19162
19163 2001-12-01 Richard M. Stallman <rms@gnu.org>
19164
19165 * wid-edit.el (widget-button-click): Don't move point permanently:
19166 Avoid mouse-set-point--instead select the window,
19167 then do save-excursion, then move point.
19168 Specify the buffer for get-char-property.
19169 Don't use `@' in interactive.
19170
19171 * indent.el (indent-line-function):
19172 Default is indent-to-left-margin again.
19173
19174 * replace.el (query-replace-read-args): Display message
19175 if FROM contains `\n' or `\t'.
19176
19177 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
19178
19179 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
19180
19181 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
19182
19183 * emacs-lisp/regexp-opt.el (regexp-opt):
19184 Bind completion-regexp-list to nil.
19185
19186 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
19187
19188 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
19189
19190 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
19191 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
19192 Update maintainer.
19193
19194 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
19195
19196 * mail/smtpmail.el: Use with-current-buffer.
19197 (message-make-date, message-make-message-id): Autoload when needed.
19198 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
19199 headers when missing.
19200
19201 * international/encoded-kb.el (encoded-kbd-mode):
19202 Use define-minor-mode.
19203
19204 * enriched.el (enriched-mode): Use define-minor-mode.
19205 Use dolist and pop and push.
19206
19207 * info.el (Info-find-node-2): Don't call info-insert-file-contents
19208 with the `visit' argument.
19209 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
19210
19211 * progmodes/hideif.el (hide-ifdef-mode): Only modify
19212 `change-major-mode-hook' locally. Reset invisibility spec.
19213
19214 * man.el (Man-build-section-alist): Remove last Man-match-substring.
19215
19216 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19217
19218 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
19219 Clarify error message.
19220
19221 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19222
19223 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
19224
19225 2001-11-30 Andre Spiegel <spiegel@gnu.org>
19226
19227 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
19228 don't just return it.
19229
19230 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
19231
19232 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
19233 (menu-bar-read-emacs-man, search-emacs-glossary)
19234 (emacs-index-search, elisp-index-search): New functions.
19235 (apropso-documentation, apropos, apropos-value, apropos-variable)
19236 (apropos-commands): Modify menu item names and help text.
19237 (elisp-index-search, emacs-index-search, emacs-glossary):
19238 New menu items.
19239 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
19240 submenu.
19241 (info-elisp, info-elintro): New menu items.
19242 (apropos): Modify the menu item name.
19243
19244 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
19245
19246 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
19247
19248 * textmodes/outline.el (outline-promote, outline-demote): Typo.
19249
19250 * man.el (man-follow-mouse): New function.
19251 (Man-mode-map): Bind mouse-2 to it.
19252 (Man-match-substring): Remove. Replace with `match-string'.
19253 (man): Use the `default-value' argument to `read-string'.
19254 (Man-fontify-manpage): Add mouse-face to cross references.
19255
19256 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
19257
19258 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
19259
19260 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
19261 the value of require-match in minibuffer-completion-confirm.
19262 Use crm-local-completion-map.
19263
19264 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
19265 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
19266 (cl-make-type-test): Use char-valid-p for `character'.
19267
19268 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
19269 (Info-complete-menu-item): Rewrite. Add the ability to search
19270 several sequential nodes. Add a simple caching mechanism.
19271 (Info-goto-index): New function extracted from Info-index.
19272 (Info-index): Use it. Add completion to the interactive spec.
19273 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
19274
19275 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19276
19277 * COPYING: Removed.
19278
19279 2001-11-29 Dave Love <fx@gnu.org>
19280
19281 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
19282 (fortran-window-create, fortran-window-create-momentarily):
19283 Rewrite, moving error condition.
19284 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
19285 (fortran-mode-syntax-table): Revert last change.
19286
19287 * international/mule.el: Doc fixes.
19288 (map-charset-chars): New function.
19289 (register-char-codings): Use it to cope with generic chars in
19290 safe-chars.
19291
19292 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19293
19294 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
19295
19296 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
19297
19298 * play/studly.el (studlify-word, studlify-region)
19299 (studlify-buffer): Fix doc-string.
19300 (studlify-buffer): Add autoload cookie.
19301
19302 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
19303
19304 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
19305 (outline-up-heading-all): Remove.
19306 (hide-sublevels): Move to end-of-heading before calling flag-region.
19307 (outline-copy-overlay, outline-discard-overlays): Remove.
19308 (outline-flag-region): Use `remove-overlays'.
19309 Don't move to end-of-heading.
19310 (outline-next-visible-heading, outline-back-to-heading)
19311 (outline-on-heading-p): Use outline-invisible-p.
19312 (outline-font-lock-level): Use outline-up-heading's new arg.
19313 (outline-minor-mode): Simplify.
19314 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
19315 (outline): Put a `reveal-toggle-invisible' property.
19316 (outline-level-heading): New var.
19317 (outline-insert-heading, outline-promote, outline-demote)
19318 (outline-toggle-children): New commands.
19319
19320 * progmodes/hideif.el (hif-end-of-line): New function.
19321 (hide-ifdef-mode): Set line-move-ignore-invisible.
19322 (hide-ifdef-region-internal): New function.
19323 (hide-ifdef-region): Use it.
19324 (hif-defined): Return an integer.
19325 (hif-infix-to-prefix): Remove.
19326 (hif-tokenize): Parse from the buffer rather than from a string.
19327 Correctly tokenize integers. Use forward-comment.
19328 (hif-expr): Use hif-or.
19329 (hif-term): Use hif-and.
19330 (hif-factor): Use hif-not. Handle numbers properly.
19331 Don't require parenthesis around `defined's argument.
19332 (hif-and, hif-or, hif-not): New funs.
19333 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
19334 (hif-hide-line): Don't hide the \n before the line.
19335 (hif-possibly-hide): Correctly handle numeric evaluation results.
19336
19337 * progmodes/make-mode.el: Use line-(end|beginning)-position.
19338 (makefile-mode): Set indent-line-function.
19339 (makefile-browser-insert-continuation): Use with-current-buffer.
19340 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
19341
19342 2001-11-28 Karl Fogel <kfogel@red-bean.com>
19343
19344 * isearch.el (isearch-yank-internal): New helper function.
19345 (isearch-yank-char): New function.
19346 (isearch-yank-word, isearch-yank-line): Rewrite to use
19347 isearch-yank-internal.
19348
19349 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
19350
19351 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
19352 aren't supported. Print a message to that effect if invoked.
19353
19354 2001-11-27 Stephen Eglen <stephen@gnu.org>
19355
19356 * locate.el (locate): Put point at first matching file rather
19357 than top of buffer.
19358
19359 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
19360
19361 * reveal.el: New file.
19362
19363 * progmodes/hideif.el: Misc cleanup.
19364 (hide-ifdef-mode-submap): Put the def in the defvar.
19365 Use substitute-key-definition.
19366 (hide-ifdef-mode): Use define-minor-mode.
19367 (hif-outline-flag-region): Remove.
19368 (hif-show-all): Define in terms of hif-show-ifdef-region.
19369 (hif-after-revert-function): Rename from hif-before-revert-function.
19370 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
19371 (hif-tokenize): Use with-syntax-table.
19372 (hif-make-range): Use `else' also for `else-p'.
19373 (hif-range-else-p): Remove.
19374 (hif-find-range): Simplify.
19375 (hif-hide-line): Don't bother preserving buffer-modified-p.
19376 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
19377 Don't use selective-display and inhibit-read-only.
19378
19379 * subr.el (copy-overlay, remove-overlays): New funs.
19380
19381 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
19382
19383 2001-11-27 Sam Steingold <sds@gnu.org>
19384
19385 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
19386 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
19387 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
19388 * obsolete/c-mode.el, obsolete/cplus-md.el
19389 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
19390 * term/sun-mouse.el, textmodes/artist.el:
19391 Converted backquote to the new style.
19392 * mouse.el, reposition.el: Likewise (in comments).
19393 * expand.el: Likewise (in a string).
19394
19395 2001-11-27 Richard M. Stallman <rms@gnu.org>
19396
19397 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
19398
19399 2001-11-26 Richard M. Stallman <rms@gnu.org>
19400
19401 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
19402 if :on-glyph or :off-glyph is a list, eval it and store it back.
19403 (checkbox): Quote the values for :on-glyph and :off-glyph.
19404
19405 * cus-start.el (recursive-load-depth-limit): Delete item.
19406
19407 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
19408
19409 * help-fns.el (describe-categories, help-describe-category-set): New.
19410 describe-categories moved here from src/category.c.
19411
19412 2001-11-26 Sam Steingold <sds@gnu.org>
19413
19414 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
19415 arguments to `insert' are strings.
19416
19417 2001-11-26 Richard M. Stallman <rms@gnu.org>
19418
19419 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
19420
19421 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
19422
19423 * international/mule-diag.el: Require help-fns instead of
19424 help-funs.
19425
19426 * help-fns.el: Renamed from help-funs.el.
19427
19428 * startup.el (command-line-1): Don't try to call process-list if
19429 it is not fboundp.
19430
19431 2001-11-26 Sam Steingold <sds@gnu.org>
19432
19433 * frame.el (show-trailing-whitespace): Remove :set argument (the
19434 value was essentially identical to the defalt).
19435
19436 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19437
19438 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
19439
19440 * icomplete.el (icomplete-minibuffer-setup): Likewise.
19441
19442 * hilit-chg.el (hilit-chg-set): Likewise.
19443
19444 * speedbar.el (speedbar-mode): Likewise.
19445
19446 * calendar/calendar.el (calendar-mode): Likewise.
19447
19448 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
19449 insert-string.
19450
19451 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
19452
19453 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
19454
19455 * term/sun-mouse.el (sun-yank-selection): Likewise.
19456
19457 * textmodes/bib-mode.el (return-key-bib): Likewise.
19458
19459 * calendar/appt.el (appt-disp-window): Likewise.
19460
19461 * calendar/diary-lib.el (list-diary-entries): Likewise.
19462
19463 * array.el (array-reconfigure-rows): Likewise.
19464
19465 * filecache.el (file-cache-minibuffer-complete): Likewise.
19466
19467 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
19468
19469 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
19470
19471 * allout.el (outline-version, outline-open-topic)
19472 (outline-rebullet-heading, outline-insert-listified)
19473 (outline-latex-verbatim-quote-curr-line)
19474 (outline-latexify-one-item, outlineify-sticky): Likewise.
19475
19476 * vc.el (vc-next-action-on-file): Likewise.
19477 (vc-dired-mode): Remove make-local-hook.
19478
19479 2001-11-26 Andre Spiegel <spiegel@gnu.org>
19480
19481 * vc.el (vc-find-version): New function.
19482 (vc-version-other-window): Redefined in terms of the above.
19483
19484 * log-view.el (log-view-find-version): New function.
19485 (log-view-mode-map): Bind it to `f'.
19486
19487 2001-11-26 Gerd Moellmann <gerd@gnu.org>
19488
19489 * language/devan-util.el (dev-char-glyph): Escape `"' in
19490 string literals.
19491 (dev-glyph-glyph, dev-glyph-glyph-2)
19492 (devanagari-compose-syllable-region): Likewise.
19493
19494 2001-11-26 Richard M. Stallman <rms@gnu.org>
19495
19496 * window.el (save-selected-window): No error if saved window is dead.
19497
19498 * help-funs.el (describe-syntax): Put (interactive) after doc string.
19499
19500 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19501
19502 * international/quail.el (quail-help): Require help-mode in
19503 top-level instead.
19504
19505 * iswitchb.el (iswitchb-exhibit): Use insert instead of
19506 insert-string.
19507
19508 * icomplete.el (icomplete-exhibit): Likewise.
19509
19510 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
19511
19512 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
19513 (diff-hunk-kill): Simplify.
19514 (diff-post-command-hook): Only apply to a single hunk.
19515 (diff-hunk-text): Make `char-offset' non-optional.
19516 (diff-find-text): Return a cons cell.
19517 (diff-find-approx-text): New fun.
19518 (diff-find-source-location): Use it.
19519 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
19520 Adapt to new retval of diff-find-text.
19521
19522 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
19523 rather than integer- representation of dates.
19524
19525 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
19526
19527 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
19528 (syntax-after): New fun.
19529
19530 * help-funs.el (describe-syntax): New fun.
19531
19532 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
19533 (font-lock-ppss-stats, font-lock-ppss): Remove.
19534 (font-lock-fontify-syntactically-region): Remove tuning code.
19535 (font-lock-compile-keywords): Fix off-by-one bug.
19536 (font-lock-set-defaults): Don't set removed vars.
19537 (c-keywords): Add `inline'.
19538 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
19539
19540 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19541 Set syntax-begin-function.
19542 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
19543 (lisp-interaction-mode): Don't set local-abbrev-table any more.
19544 (lisp-mode-auto-fill): Use syntax-ppss and obey
19545 comment-auto-fill-only-comments.
19546 (lisp-fill-paragraph): Use syntax-ppss.
19547
19548 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
19549
19550 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
19551 version of rmail-enable-mime.
19552 (rmail-forward): Use it.
19553
19554 2001-11-25 Richard M. Stallman <rms@gnu.org>
19555
19556 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
19557
19558 * international/quail.el (quail-keyboard-layout-button):
19559 Define button type.
19560 (quail-keyboard-customize-button): Likewise.
19561 (quail-help): Use those button types. Require `help-mode'.
19562 Avoid altering the argument `package'.
19563
19564 * help-mode.el (help-function, help-variable, help-face)
19565 (help-coding-system, help-input-method, help-character-set):
19566 Define each button type with its own explicit define-button-type.
19567
19568 * language/devan-util.el: Comment out parts of the file
19569 which apparently are garbled.
19570
19571 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19572
19573 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
19574 insert-string.
19575
19576 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19577
19578 * play/snake.el (snake-mode): Remove make-local-hook.
19579
19580 * play/tetris.el (tetris-mode): Likewise.
19581
19582 * play/decipher.el (decipher-mode): Likewise.
19583
19584 * tmm.el (tmm-add-prompt): Likewise.
19585
19586 2001-11-25 Sam Steingold <sds@gnu.org>
19587
19588 * menu-bar.el (menu-bar-apropos-menu): New variable.
19589 Moved all `apropos' bindings to this menu.
19590 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
19591
19592 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
19593
19594 The following changes are for new indian languages support based
19595 on Unicode charset and CDAC fonts.
19596
19597 * international/mule-conf.el: Change indian-1-column charset to
19598 indian-glyph charset.
19599
19600 * international/characters.el: Adjusted for the change of
19601 indian-1-column -> indian-glyph.
19602
19603 * international/fontset.el: Delete the setting for indian-1-column
19604 and add the setting for indian-glyph in the default fontset.
19605
19606 * language/indian.el: Completely re-written.
19607
19608 * language/devanagari.el: Completely re-written.
19609
19610 * language/devan-util.el: Completely re-written.
19611
19612 * language/ind-util.el: New file.
19613
19614 2001-11-24 Richard M. Stallman <rms@gnu.org>
19615
19616 * startup.el (command-line-1): Don't do startup screen
19617 if a subprocess is running. Call the startup screen buffer
19618 "GNU Emacs". Make a special mode-line-format for it.
19619
19620 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
19621 (browse-url-galeon): Use that variable.
19622
19623 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
19624 eval-expression. Eval and set the variable simply.
19625
19626 * files.el (temporary-file-directory): Use defcustom.
19627 (small-temporary-file-directory): Likewise.
19628 (normal-backup-enable-predicate): Move down in file
19629 after definition of temporary-file-directory.
19630
19631 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
19632
19633 2001-11-24 Colin Walters <walters@debian.org>
19634
19635 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
19636 autoload names to match files renamed on initial calc import.
19637
19638 * calc/calc.el (Commentary): Cleanup, and add logistic curve
19639 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
19640
19641 2001-11-23 Colin Walters <walters@debian.org>
19642
19643 * Makefile.in (finder_setwins, setwins): Include Calc again.
19644
19645 * calc/calc-rules.el: Add header comment.
19646
19647 2001-11-23 Andre Spiegel <spiegel@gnu.org>
19648
19649 * vc.el (with-vc-properties): Don't bind `filename' locally.
19650 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
19651 to avoid name clashes. Fix `lisp-indent-function' property for
19652 both.
19653
19654 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19655
19656 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
19657
19658 2001-11-22 Colin Walters <walters@debian.org>
19659
19660 * calc/calc-misc.el (report-calc-bug):
19661 Use `reporter-prompt-for-summary-p'.
19662
19663 * calc/INSTALL, calc/Makefile: Remove.
19664
19665 2001-11-22 Miles Bader <miles@gnu.org>
19666
19667 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
19668 (reb-match-2, reb-match-3): Add dark-background variants.
19669
19670 2001-11-22 Colin Walters <walters@debian.org>
19671
19672 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
19673 (info "Calc").
19674 (report-calc-bug): Use reporter.el.
19675
19676 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
19677
19678 2001-11-21 Richard M. Stallman <rms@gnu.org>
19679
19680 * which-func.el (which-function): Call imenu--make-index-alist
19681 if necessary to get a list of functions.
19682 (which-function-imenu-failed): New variable.
19683 (which-func-update): Handle all visible windows.
19684 (which-func-update-1): New subroutine broken out of which-func-update.
19685
19686 * files.el (temporary-file-directory, null-device)
19687 (small-temporary-file-directory): Definitions moved up.
19688
19689 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
19690 (cperl-non-problems, cperl-praise): Doc fixes.
19691
19692 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
19693 (sh-mode-syntax-table): Function restored.
19694 Variable set up for use by function sh-mode-syntax-table.
19695 (sh-set-shell): Set the syntax table.
19696
19697 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
19698
19699 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
19700
19701 * international/encoded-kb.el: Don't alter minor-map-alist.
19702
19703 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19704
19705 * files.el (auto-save-file-name-transforms): Put remote files in
19706 temporary-file-directory rather than /tmp.
19707
19708 2001-11-21 Colin Walters <walters@debian.org>
19709
19710 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
19711 of (function ...) wrapper.
19712
19713 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
19714
19715 * derived.el (define-derived-mode): Create the abbrev-table
19716 from inside the `defvar'.
19717
19718 * jit-lock.el (jit-lock-defer-time): New var.
19719 (jit-lock-defer-timer, jit-lock-buffers): New vars.
19720 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
19721 (jit-lock-function): Defer fontification if requested.
19722 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
19723 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
19724 text property.
19725 (jit-lock-deferred-fontify): New fun.
19726
19727 2001-11-20 Richard M. Stallman <rms@gnu.org>
19728
19729 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
19730 Set local-abbrev-table to lisp-mode-abbrev-table.
19731
19732 * emacs-lisp/re-builder.el (reb-mode):
19733 Don't use define-derived-mode. Call kill-all-local-variables.
19734
19735 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
19736 Don't use define-derived-mode.
19737
19738 * help-mode.el (help-mode): Undo 2001-10-07 change.
19739
19740 * replace.el (occur-mode): Undo 2001-5-20 change.
19741
19742 2001-11-20 Jason Rumney <jasonr@gnu.org>
19743
19744 * w32-fns.el (w32-system-coding-system): Change to an alias for
19745 locale-coding-system.
19746 (set-w32-system-coding-system): Document the above change.
19747 Set locale-coding-system instead.
19748
19749 2001-11-20 Richard M. Stallman <rms@gnu.org>
19750
19751 * ruler-mode.el: Add pagination.
19752 (ruler-mode-toggle-show-tab-stops): No need to
19753 test `ruler-mode' variable.
19754
19755 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
19756
19757 * play/landmark.el: Mark lm-mode as special.
19758
19759 * play/gomoku.el: Mark gomoku-mode as special.
19760
19761 2001-11-20 Juanma Barranquero <lektu@terra.es>
19762
19763 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
19764 (top-level): Bind it to C-c C-b.
19765 (re-builder): Don't re-enter RE Builder Mode.
19766
19767 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
19768
19769 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
19770
19771 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
19772 `manual-program'.
19773
19774 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
19775 to a line without a comment.
19776
19777 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
19778
19779 * dired.el (dired-listing-switches): Mention in the doc string
19780 that some switches are not supported by ls-lisp.el
19781
19782 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19783
19784 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
19785 (imenu--create-keymap-2): Remove.
19786 (imenu--create-keymap-1): Simplify, remove third argument.
19787 (imenu--generic-function): Use dolist.
19788 (imenu-find-default): New function.
19789 (imenu--completion-buffer): Use it.
19790 (imenu--mouse-menu): Use popup-menu.
19791 (imenu--menubar-select): Return t rather than calling imenu.
19792
19793 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
19794 New functions, extracted from fill-region-as-paragraph.
19795 (fill-region-as-paragraph): Use them.
19796 Use an end marker instead of eob.
19797 Ignore whitespace-only fill-prefixes when indenting according to mode.
19798 Simplify the loop that searches for spaces backwards.
19799
19800 * textmodes/picture.el (picture-vertical-step)
19801 (picture-horizontal-step): Don't use defconst for variables.
19802
19803 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
19804 (mail-extract-address-components): Downcase domain names.
19805 (mail-extr-delete-char): Remove. Use delete-char instead.
19806
19807 * emulation/pc-select.el: Doc string fixes.
19808 (pc-selection-mode): Don't treat macos as a tty.
19809
19810 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
19811
19812 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
19813
19814 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
19815 (mouse-wheel-progessive-speed): New var.
19816 (mwheel-scroll): Use it and handle float values.
19817
19818 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
19819
19820 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
19821 (iswitchb): Fix the case where the result was selected with the mouse.
19822 (iswitchb-completion-help): Use the normal *Completions* now that
19823 mouse selection works.
19824 (iswitchb-minibuffer-setup): Simplify.
19825
19826 * newcomment.el (comment-column, comment-style, comment-multi-line)
19827 (comment-auto-fill-only-comments): Remove :group arg.
19828 (comment-padding): Add :type.
19829 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
19830 if called interactively.
19831
19832 2001-11-19 Colin Walters <walters@verbum.org>
19833
19834 * calc/calc.el (toplevel): Add comment and version header.
19835 (calc-init-base): Bump version to 2.02f, update date.
19836
19837 2001-11-19 Richard M. Stallman <rms@gnu.org>
19838
19839 * net/browse-url.el: Support Mozilla and Galeon.
19840 By default, find the installed browser whichever it is.
19841 (browse-url-mozilla): New function.
19842 (browse-url-mozilla-sentinel): New function.
19843 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
19844 (browse-url-default-browser): New function.
19845 (browse-url-process-environment): Use browse-url-browser-display.
19846 (browse-url-browser-display): Renamed from browse-url-netscape-display.
19847 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
19848 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
19849 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
19850 (browse-url-browser-function): New default, new options.
19851
19852 2001-11-19 Sam Steingold <sds@gnu.org>
19853
19854 * bindings.el (last-buffer, unbury-buffer): New function.
19855 (mode-line-unbury-buffer): Use `unbury-buffer'.
19856
19857 2001-11-18 Stephen Eglen <stephen@gnu.org>
19858
19859 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
19860 control behaviour when no further completion is possible.
19861
19862 2001-11-19 Colin Walters <walters@verbum.org>
19863
19864 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
19865 (math-showing-full-precision, math-with-extra-prec, math-working)
19866 (calc-with-default-simplification)
19867 (calc-with-trail-buffer): Use backtick.
19868 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
19869 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
19870 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
19871 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
19872 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
19873 (Math-num-integerp, Math-bignum-test, Math-equal-int)
19874 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
19875 (calc-record-compilation-date-macro): Deleted. Callers updated.
19876 (math-format-radix-digit): Move to calc-bin.el.
19877
19878 * calc/calc.el (calc-record-compilation-date): Remove.
19879 (calc-bug-address): Update.
19880 (calc-settings-file): Use `user-init-file'.
19881
19882 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
19883 Handle null `calc-settings-file'.
19884
19885 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
19886 * calc/calc-keypd.el (calc-keypad-mode): New.
19887 (calc-do-keypad): Use it.
19888 (calc-keypad-map): Move into `calc-keypad-mode'.
19889
19890 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
19891 to defalias argument.
19892
19893 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
19894 (calcFunc-floor): Ditto.
19895
19896 * calc-units.el (calcFunc-usimplify): Ditto.
19897
19898 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
19899 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
19900 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
19901 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
19902 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
19903 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
19904 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
19905 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
19906 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
19907 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
19908 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
19909 and move them before their first use. Use `when', `unless'.
19910 Remove trailing periods from error forms. Add description and
19911 headers suggested by Emacs Lisp coding conventions.
19912
19913 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19914
19915 * newcomment.el (comment-indent):
19916 Fix misindentation for comment-only lines.
19917 (comment-indent-new-line): Only obey comment-multi-line if the
19918 comment-ender is not the end-of-line.
19919
19920 2001-11-19 Richard M. Stallman <rms@gnu.org>
19921
19922 * net/net-utils.el (network-connection-service-abbrev-alist):
19923 New variable.
19924
19925 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
19926 Advance to start of 3rd sexp by moving fwd and backing over it.
19927 At first three elements, act like defun.
19928
19929 * delsel.el (delete-selection-pre-hook): Handle and resignal
19930 file-supersession errors to interact properly with userlock.el.
19931
19932 2001-11-18 Richard M. Stallman <rms@gnu.org>
19933
19934 * progmodes/fortran.el (fortran-mode-syntax-table):
19935 Specify punctuation syntax for backslash.
19936
19937 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
19938 All calls deleted.
19939
19940 * international/mule-util.el (string-to-sequence): Make it obsolete.
19941 (string-to-list, string-to-vector): Implement them directly
19942 using append and vconcat, not with string-to-sequence.
19943
19944 * startup.el (command-line): Set abbrevs-changed to nil after
19945 reading the init file and the abbrevs file.
19946
19947 * isearch.el (isearch): Use magenta2 as bg for (background light)
19948
19949 2001-11-17 Richard M. Stallman <rms@gnu.org>
19950
19951 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
19952
19953 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19954
19955 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
19956
19957 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
19958 If set and if applicable, add a regexp to highlight defun-like
19959 text inside comments and strings.
19960 (font-lock-fontify-keywords-region): Pass that new arg.
19961 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
19962 to the end and pass that new arg.
19963 (c-font-lock-keywords-2): Fix regex for labels.
19964 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
19965 Make it work when LIMIT is several lines further.
19966 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
19967 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
19968 Use backquote and make the regexes for `int a, b, c;' work on
19969 multiple lines.
19970
19971 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
19972 (font-lock-defaults-alist): Don't change it any more.
19973 (reb-subexp-mode-map): Cleanup.
19974
19975 * custom.el (custom-current-group-alist): New var.
19976 (custom-declare-group): Set it.
19977 (custom-current-group): New fun.
19978 (custom-declare-variable, custom-handle-all-keywords):
19979 Use it as a default if no :group argument is specified.
19980
19981 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
19982 (standard-keyboard-coding-systems): New var.
19983 (set-locale-environment): Use it to decide whether or not to call
19984 set-keyboard-coding-system.
19985 (locale-language-names): Use \"French\" for "fr".
19986
19987 2001-11-17 Richard M. Stallman <rms@gnu.org>
19988
19989 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
19990 (add-to-list): Delete compatibility code.
19991 (checkdoc-next-message-error): Doc fix.
19992
19993 2001-11-17 Stephen Eglen <stephen@gnu.org>
19994
19995 * locate.el (locate): Show default locate pattern within the
19996 prompt, but don't insert it into the minibuffer contents.
19997 Catch the case when pattern is the empty string.
19998
19999 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
20000
20001 * language/european.el ("French"): New language environment.
20002
20003 2001-11-16 Richard M. Stallman <rms@gnu.org>
20004
20005 * calendar/todo-mode.el (todo-save): Fix previous change.
20006
20007 * subr.el (functionp): Do use cdr-safe on object.
20008
20009 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
20010
20011 * bindings.el (mode-line-mode-name): Only put the help-echo property
20012 if the local-map property was put as well.
20013 (global-map): Bind switch-frame, delete-frame, iconify-frame
20014 and make-frame-visible events.
20015
20016 * emacs-lisp/elp.el (elp-not-profilable): New var.
20017 (elp-not-profilable-p): New function.
20018 (elp-instrument-function): Use it. Use backquotes and push.
20019
20020 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
20021 (byte-stack+-info, byte-compile-last-warned-form)
20022 (byte-compile-last-logged-file): Don't defconst a variable.
20023 (no-byte-compile): Declare.
20024 (byte-compile-file): Don't boundp-check no-byte-compile any more.
20025 (byte-compile-defvar): Leave defconst as is.
20026
20027 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
20028 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
20029 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
20030 (edebug-best-error): Don't defconst a variable.
20031 (edebug-read-syntax-table): Use a char-table.
20032 (edebug-lemacs-specific): Remove.
20033 Toplevel: Eliminate check for Lucid Emacs.
20034
20035 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
20036
20037 * rect.el (move-to-column-force): Mark obsolete.
20038 (operate-on-rectangle, delete-extract-rectangle-line)
20039 (insert-rectangle, delete-whitespace-rectangle-line)
20040 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
20041 (string-rectangle-history): New var.
20042 (string-rectangle, string-insert-rectangle): Use it.
20043 (delete-rectangle-line): Fix pos/column mixup and simplify.
20044
20045 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
20046 (normal-top-level, command-line, command-line-1): Simplify.
20047
20048 * tar-mode.el (tar-mode): Use define-derived-mode.
20049
20050 * view.el (view-mode-enable): Don't use make-local-hook.
20051
20052 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
20053
20054 2001-11-16 Richard M. Stallman <rms@gnu.org>
20055
20056 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
20057 if it doesn't make sense as anything else.
20058 Don't recognize a "telephone number" at the beginning of the name.
20059 (mail-extr-leading-garbage): Match non-word characters only.
20060
20061 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20062
20063 * startup.el (command-line-processed): Doc fix.
20064
20065 * apropos.el (apropos-next-label-button): Doc fix.
20066
20067 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
20068
20069 * comint.el (comint-mode): Simplify.
20070 (make-comint-in-buffer): Run `comint-mode' only if necessary.
20071
20072 * subr.el (eval-after-load): Make it work with features as well.
20073
20074 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
20075
20076 * international/mule-cmds.el (describe-input-method): Setup xref.
20077 (set-language-environment): Use functionp.
20078 (locale-language-names, locale-charset-language-names)
20079 (locale-preferred-coding-systems): Defconst and purecopy.
20080
20081 * language/european.el (mac-roman): Add mime-charset property.
20082
20083 2001-11-15 Richard M. Stallman <rms@gnu.org>
20084
20085 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
20086 (multiple-value-apply, nth-value): Use defsubst rather than defalias
20087 to get better doc strings.
20088
20089 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20090
20091 * derived.el: Fix autoload cookie.
20092
20093 2001-11-15 Richard M. Stallman <rms@gnu.org>
20094
20095 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
20096
20097 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
20098
20099 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
20100
20101 2001-11-15 Richard M. Stallman <rms@gnu.org>
20102
20103 * dired.el (dired-undo): Display a message to explain
20104 that this does not undo file system changes.
20105
20106 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
20107
20108 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
20109 into `unread-command-events' instead of trying keymap
20110 lookups ourselves. This makes mouse-clicks do the right
20111 thing even when keymaps of overlays are involved.
20112 (mouse-drag-drag): Likewise.
20113
20114 2001-11-15 Andreas Schwab <schwab@suse.de>
20115
20116 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
20117 characters and append anchor to pattern added to auto-mode-alist.
20118
20119 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
20120
20121 * server.el (server-process-filter): Run pre/post-comment-hook
20122 before/after visiting the file.
20123
20124 * info-look.el (makefile-mode): Add info for automake.
20125 (autoconf-mode): Fix the name of the index for automake.
20126
20127 * international/latin-9.el: Give pilcrow punctuation syntax.
20128
20129 2001-11-15 Andre Spiegel <spiegel@gnu.org>
20130
20131 * vc.el: Documentation fixes.
20132
20133 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
20134
20135 * smerge-mode.el (smerge-match-conflict): Fix typo.
20136 (smerge-diff): Be careful to read match-data early enough.
20137
20138 2001-11-14 Colin Walters <walters@verbum.org>
20139
20140 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
20141 (calcFunc-subst): Use `defalias' instead of `fset' and
20142 `symbol-function'.
20143
20144 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
20145 (calcFunc-ceil, calcFunc-round): Ditto.
20146
20147 * calc/calc-bin.el (calcFunc-clip): Ditto.
20148
20149 * calc/calc-ext.el (calcFunc-evalv): Ditto.
20150
20151 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
20152
20153 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
20154 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
20155
20156 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
20157
20158 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
20159 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
20160 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
20161 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
20162 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
20163 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
20164 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
20165 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
20166 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
20167 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
20168 * calcsel2.el: Style cleanup; don't put closing parens on their
20169 own line, add "foo.el ends here" to each file, and update
20170 copyright date.
20171
20172 * README: Update maintainer.
20173
20174 2001-11-13 Richard M. Stallman <rms@gnu.org>
20175
20176 * progmodes/compile.el (recompile): Use compilation-arguments if
20177 set, so as to be able to M-x recompile the exact command which
20178 created a compilation-mode buffer.
20179
20180 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
20181
20182 2001-11-13 Gerd Moellmann <gerd@gnu.org>
20183
20184 * mouse.el (mouse-drag-region): Don't run the up-event
20185 handler if window start changed due to the down-mouse event.
20186
20187 2001-11-13 Richard M. Stallman <rms@gnu.org>
20188
20189 * mouse.el (mouse-show-mark): Either move point to the mark
20190 or use highlighting, never both.
20191 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
20192
20193 2001-11-13 Simon Josefsson <jas@extundo.com>
20194
20195 * mail/smtpmail.el (top-level): Change maintainer to Simon
20196 Josefsson, cleanup the smtpmail.el header.
20197
20198 * mail/smtpmail.el (top-level): Don't require cl or base64.
20199 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
20200 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
20201 Defsubst instead of defmacro.
20202 (smtpmail-intersection): Return value in reverse order.
20203 (smtpmail-open-stream): Use stringp instead of string-to-list.
20204 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
20205 separated from smtpmail-via-smtp.
20206
20207 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
20208 rfc2104. Require base64 and cl.
20209 (smtpmail-smtp-service): Doc fix. :type fix.
20210 (smtpmail-debug-info): Doc fix.
20211 (smtpmail-debug-verb, smtpmail-auth-credentials)
20212 (smtpmail-starttls-credentials, smtpmail-auth-supported):
20213 New variables.
20214 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
20215 mail-utils (it is autoloaded).
20216 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
20217 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
20218 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
20219 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
20220 (smtpmail-via-smtp): Support AUTH.
20221 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
20222
20223 2001-11-13 Richard M. Stallman <rms@gnu.org>
20224
20225 * ebuff-menu.el (electric-buffer-update-highlight): New function.
20226 (electric-buffer-overlay): New variable.
20227 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
20228 (electric-buffer-list): Likewise.
20229
20230 * isearch.el (isearch-whitespace-chars): Doc fix.
20231 (isearch-mode): Handle negative search-slow-window-lines correctly.
20232
20233 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
20234
20235 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
20236
20237 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
20238 From Emmanuel Briot <briot@act-europe.fr>.
20239
20240 2001-11-13 Colin Walters <walters@debian.org>
20241
20242 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
20243
20244 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
20245 "~/.emacs"; use `read-file-name'.
20246
20247 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
20248 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
20249 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
20250 * calc/calc.el: Use `frame-width' instead of `screen-width',
20251 `frame-height' instead of `screen-height', and,
20252 `executing-kbd-macro' instead of `executing-macro'.
20253
20254 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
20255 correct number of arguments.
20256
20257 * calc/calc-aent.el (calc-do-alg-entry):
20258 Use `blink-paren-function' instead of `blink-paren-hook'.
20259
20260 2001-11-12 Richard M. Stallman <rms@gnu.org>
20261
20262 * calendar/todo-mode.el (todo-save): Add save-excursion
20263 and save-restriction.
20264
20265 * server.el (server-edit, server-done): Doc fix.
20266
20267 * simple.el (clone-indirect-buffer): Error if major mode symbol
20268 has a no-clone-indirect property.
20269 (clone-buffer): Check for obvious errors before reading clone name.
20270
20271 * info.el (Info-mode): Add a no-clone-indirect property.
20272
20273 2001-11-12 Sam Steingold <sds@gnu.org>
20274
20275 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
20276 set-buffer-modified-p to nil after `vc-exec-after'.
20277 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
20278 (log-view-mode): Make read-only.
20279 (log-view-current-file): Do final `expand-file-name' in the
20280 current `default-directory'.
20281 (log-view-current-tag): Take an optional `where' arg.
20282 (log-view-diff): New user command.
20283
20284 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20285
20286 * progmodes/cpp.el (cpp-choose-face): Fix typo.
20287
20288 2001-11-12 Sam Steingold <sds@gnu.org>
20289
20290 * emacs-lisp/cl-indent.el (toplevel): Indent properly
20291 `generic-flet', `generic-labels', `with-accessors',
20292 `with-condition-restarts'.
20293
20294 2001-11-12 Richard M. Stallman <rms@gnu.org>
20295
20296 * dired.el: Many trivial doc fixes.
20297 (dired-get-file-for-visit): New function.
20298 (dired-find-alternate-file, dired-mouse-find-file-other-window)
20299 (dired-view-file, dired-find-file-other-window, dired-display-file)
20300 (dired-find-file): Use dired-get-file-for-visit.
20301
20302 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
20303
20304 * sql.el (sql-mode): Doc change.
20305
20306 * sql.el (sql-mode-syntax-table): The backslash is no longer an
20307 escape character.
20308
20309 2001-11-12 Colin Walters <walters@debian.org>
20310
20311 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
20312 (calc-do-keypad): Don't attempt to use nonexistent global
20313 mouse-map, use calc-keypad-map.
20314 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
20315 (calc-keypad-left-click): Don't use mouse-map; update to new event
20316 interface.
20317 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
20318 (calc-keypad-press): Use `unread-command-events' instead of
20319 `unread-command-char'.
20320
20321 * calc/calc-ext.el (calc-init-extensions): Update autoload names
20322 to match files renamed on initial calc import.
20323
20324 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20325
20326 * textmodes/flyspell.el (flyspell-default-dictionary):
20327 Fix previous change.
20328
20329 2001-11-12 Richard M. Stallman <rms@gnu.org>
20330
20331 * textmodes/flyspell.el (flyspell-default-dictionary):
20332 Fix custom type.
20333
20334 2001-11-11 Richard M. Stallman <rms@gnu.org>
20335
20336 * calendar/solar.el (solar-sunrise-and-sunset):
20337 Exchange the two extreme values of day-length.
20338
20339 * progmodes/sh-script.el (sh-must-be-shell-mode):
20340 Allow modes derived from sh-mode.
20341
20342 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
20343 Turn off error in some re-search-forward calls.
20344
20345 * replace.el (query-replace-skip-read-only): New variable.
20346 (perform-replace): If that variable is non-nil, ignore matches
20347 that have a read-only property.
20348
20349 * derived.el (define-derived-mode): Doc fix.
20350
20351 * server.el (server-buffer-done): Test of server-existing-buffer
20352 was backwards.
20353 (server-existing-buffer): Doc fix.
20354
20355 * textmodes/flyspell.el (flyspell-default-dictionary):
20356 Allow nil as value, and make nil the default.
20357
20358 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
20359
20360 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
20361 it is not fboundp.
20362 (clipboard-yank): Ditto.
20363
20364 2001-11-11 Colin Walters <walters@verbum.org>
20365
20366 The following changes are based on patches from
20367 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
20368 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
20369
20370 * calc/calc.el (toplevel): Require calc-macs.
20371 (calc-minibuffer-size): New.
20372 (calcDigit-nondigit): Use it instead of `buffer-size'.
20373 (calcDigit-backspace): Likewise.
20374 (calcDigit-nondigit): Use `minibuffer-contents' instead of
20375 `buffer-string'.
20376 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
20377 `point-min'.
20378 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
20379 `save-excursion'.
20380
20381 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
20382 simple `setq' form.
20383
20384 * calc/calc-ext.el: (toplevel): Require calc.
20385 (calc-fancy-prefix-map): New.
20386 (calc-fancy-prefix): Use it.
20387 (calc-fancy-prefix-other-key): New.
20388
20389 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
20390 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
20391 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
20392 (calcAlg-enter): Likewise.
20393 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
20394
20395 2001-11-10 Richard M. Stallman <rms@gnu.org>
20396
20397 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
20398 (quietly-read-abbrev-file): Doc fix.
20399
20400 * startup.el (command-line): Read standard abbrev
20401 file (abbrev-file-name), if it exists.
20402
20403 * files.el (save-abbrevs): Default value is t.
20404
20405 * progmodes/compile.el (compile-goto-error): Fix previous change
20406 in the case where subsequent errors have not been parsed yet
20407 because they are in a different source file.
20408
20409 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
20410
20411 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
20412 Merge two regular expressions into one.
20413 (ps-mode): Make local bindings for `comment-start' and
20414 `comment-start-skip'.
20415 (ps-mode-looking-at-nested): Simplify an if-else construct;
20416 use `set-match-data' to set the result.
20417
20418 2001-11-10 Richard M. Stallman <rms@gnu.org>
20419
20420 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
20421 Function deleted.
20422 (flyspell-correct-word): Old definition deleted.
20423 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
20424 All references renamed too.
20425
20426 2001-11-10 Gerd Moellmann <gerd@gnu.org>
20427
20428 * Makefile.in (finder_setwins, setwins): Exclude Calc.
20429
20430 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
20431
20432 * wid-edit.el (checklist): Removed `:menu-tag'.
20433 (radio-button-choice): Ditto.
20434 (editable-list): Ditto.
20435
20436 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20437
20438 * play/gomoku.el: Move definitions of constants to the beginning
20439 of file, before their use.
20440
20441 2001-11-09 Richard M. Stallman <rms@gnu.org>
20442
20443 * textmodes/flyspell.el: Use the keymap property
20444 instead of local-map, and don't use a minor-mode map.
20445 (flyspell-mode-map): Variable deleted.
20446 Don't mess with minor-mode-map-alist.
20447 (calling add-minor-mode): Specify nil for keymap.
20448 And always use add-minor-mode, now that it exists.
20449 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
20450 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
20451 or flyspell-local-mouse-map.
20452 (make-flyspell-overlay): Use flyspell-mouse-map directly.
20453 (flyspell-mode): Doc fix.
20454 (flyspell-mode-on): Don't call make-local-hook.
20455
20456 2001-11-09 Sam Steingold <sds@gnu.org>
20457
20458 * emacs-lisp/debug.el (debugger-make-xrefs):
20459 Add buttons to all symbols.
20460
20461 2001-11-09 Andre Spiegel <spiegel@gnu.org>
20462
20463 * vc.el: Add John David Smith to credits.
20464
20465 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
20466
20467 * vc-hooks.el (vc-error-occured): Backquotified.
20468 (vc-file-prop-obarray): Use prime length for better efficiency.
20469
20470 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
20471
20472 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
20473
20474 * info.el (Info-file-list-for-emacs): Add entries for Calc.
20475
20476 2001-11-09 Miles Bader <miles@gnu.org>
20477
20478 * subr.el (functionp): Don't consider macros as functions.
20479
20480 2001-11-08 Miles Bader <miles@gnu.org>
20481
20482 * subr.el (functionp): Make work correctly for macros and unbound
20483 symbols.
20484
20485 * comint.el (comint-send-input): Fix description of
20486 `comint-process-echoes' in the doc-string.
20487
20488 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
20489
20490 * international/mule.el (make-translation-table): Doc fix.
20491 Suggested by Alex Schroeder <alex@gnu.org>.
20492
20493 2001-11-07 Richard M. Stallman <rms@gnu.org>
20494
20495 * info.el (Info-fontify-node): Highlight every third menu item.
20496
20497 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
20498
20499 * cus-edit.el (custom-face-value-create): Don't ignore the
20500 `customized-face' attribute when finding the current face spec.
20501
20502 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
20503
20504 * subr.el (with-local-quit): New macro.
20505 (make-syntax-table): Always inherit.
20506 (functionp): Be more careful when `object' is a symbol.
20507
20508 * dabbrev.el (dabbrev-completion): Use "*Completions*".
20509
20510 2001-11-07 Paul Eggert <eggert@twinsun.com>
20511
20512 * dired.el (dired-move-to-filename-regexp):
20513 Do not distinguish between ASCII letters and non-ASCII characters.
20514 Don't allow comma except in the form "month day, year".
20515 Don't allow space between month name and comma.
20516 Clean up the code that checks for trailing period, comma, and space.
20517 Remove now-obsolete comments, and add more commentary about
20518 Japanese dates.
20519 Always gobble up trailing spaces, instead of doing it only sometimes.
20520
20521 2001-11-07 Miles Bader <miles@gnu.org>
20522
20523 * paren.el (show-paren-match-face): Add dark-background variant.
20524
20525 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
20526
20527 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
20528 (lisp-mode-variables): Don't set paragraph-{start,separate}.
20529 Don't disable adaptive-fill-mode.
20530 (lisp-fill-paragraph): Use tab-width rather than 8.
20531 Prevent filling the first line of docstrings.
20532
20533 2001-11-06 Richard M. Stallman <rms@gnu.org>
20534
20535 * play/gomoku.el (gomoku): Doc fix.
20536
20537 * jka-compr.el (jka-compr-partial-uncompress):
20538 Support an alternative of not using dd.
20539 (jka-compr-dd-program): Use defcustom to define this.
20540 (jka-compr-load-suffixes): Use defcustom.
20541 (jka-compr-mode-alist-additions): Use defcustom.
20542
20543 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
20544
20545 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
20546 Also work when LIMIT is further than the end of line.
20547
20548 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
20549
20550 * international/quail.el (quail-update-leim-list-file): Print the
20551 offending file name if some of its quail-define-package forms is broken.
20552
20553 2001-11-05 Richard M. Stallman <rms@gnu.org>
20554
20555 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
20556 of the evaluated form.
20557
20558 2001-11-05 Paul Eggert <eggert@twinsun.com>
20559
20560 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
20561 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
20562 stamps always line up by default. Also, it uses a slightly
20563 different window to determine whether files are "recent".
20564
20565 2001-11-05 Andrew Innes <andrewi@gnu.org>
20566
20567 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20568 Don't attempt to remake autoloads before nuking .elc files.
20569
20570 2001-11-04 Richard M. Stallman <rms@gnu.org>
20571
20572 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
20573 previous-single-property-change or next-single-char-property-change
20574 returns nil.
20575
20576 * international/mule-cmds.el (set-locale-environment):
20577 Make it interactive; make arg optional.
20578
20579 * international/mule-diag.el (help-funs): Require help-funs.
20580
20581 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
20582
20583 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
20584
20585 2001-11-04 Miles Bader <miles@gnu.org>
20586
20587 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
20588 shadow of the splash image grey on a dark background instead of black.
20589
20590 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
20591
20592 * term.el (all faces): Don't (copy-face 'default <foo>).
20593
20594 * term/xterm.el (function-key-map):
20595 Add entry for `ESC [ 3 ~' -> <delete>
20596 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
20597 Use inheritance so that .emacs and terminfo take precedence.
20598
20599 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
20600
20601 * tooltip.el (tooltip-delay): Decrease to 0.7.
20602 (tooltip-hide-delay): Enlarge to 10.
20603
20604 2001-11-03 Richard M. Stallman <rms@gnu.org>
20605
20606 * startup.el (fancy-splash-tail): Explain how to recover
20607 from a crash, if there was a crash.
20608 (command-line-1): Reorganize display of startup screen,
20609 to simplify the logic. Use a temp buffer for it.
20610
20611 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
20612
20613 * frame.el (set-background-color, set-foreground-color):
20614 Call face-set-after-frame-default, to propagate the new colors to
20615 the frame's parameters alist.
20616
20617 * calendar/timeclock.el (timeclock-out): Signal an error if
20618 timeclock-last-event is nil.
20619
20620 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
20621
20622 * textmodes/fill.el (fill-context-prefix): Fix braino.
20623
20624 * international/quail.el (quail-help):
20625 Use `help-buffer' and move `help-setup-xref' to beginning.
20626
20627 * international/mule-cmds.el (describe-language-environment):
20628 Use `help-buffer' and move `help-setup-xref' to beginning.
20629
20630 * international/mule-diag.el (list-character-sets)
20631 (sort-listed-character-sets, describe-character-set)
20632 (describe-coding-system, describe-fontset, list-fontsets):
20633 Use `help-buffer' and move `help-setup-xref' to beginning.
20634 (describe-char-after): Use `internal-describe-syntax-value'.
20635
20636 2001-11-02 Richard M. Stallman <rms@gnu.org>
20637
20638 * mouse.el (popup-menu): If the user refuses to select
20639 from a menu, don't try to invoke the menu.
20640
20641 2001-11-02 Miles Bader <miles@gnu.org>
20642
20643 * help-mode.el (help-xref): New button type.
20644 (help-function, help-variable, help-face, help-coding-system)
20645 (help-input-method, help-character-set, help-type, help-symbol)
20646 (help-back, help-info, help-customize-variable, help-customize-face)
20647 (help-function-def, help-variable-def): Use it as a supertype.
20648 Remove `action' property.
20649
20650 * international/mule-diag.el (describe-character-set)
20651 (describe-coding-system): Pass correct args to `help-xref-button'.
20652 (sort-listed-character-sets): New button type.
20653 (list-character-sets): Use it.
20654 (list-charset-chars): New button type.
20655 (list-character-sets-1): Use it.
20656
20657 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
20658
20659 * indent.el (tab-always-indent, indent-for-tab-command):
20660 Remove redundant `never' setting.
20661
20662 * fill.el (fill-region-as-paragraph): Don't forget to skip
20663 over current whitespace before looking for a preceding space.
20664
20665 2001-11-01 Richard M. Stallman <rms@gnu.org>
20666
20667 * files.el (file-newest-backup): Don't pass backup file name
20668 thru file-name-sans-versions, because it never has version numbers.
20669
20670 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
20671 to avoid ambiguous nested loops.
20672
20673 * files.el (find-file-noselect): Offer to change buffer-read-only
20674 only when the file's read-only status has changed from before
20675 as well as disagreeing with the buffer's current status.
20676 (buffer-file-read-only): New var, local in all buffers.
20677
20678 * buff-menu.el (buffer-menu): Doc fix.
20679 (buffer-menu-other-window): Doc fix.
20680 (list-buffers, list-buffers-noselect): Doc fix.
20681
20682 2001-11-01 Gerd Moellmann <gerd@gnu.org>
20683
20684 * startup.el (command-line): If the terminal Emacs is running on
20685 has erase char set to ^H, use the Backspace key for deleting
20686 backward, and the Delete key for deleting forward.
20687
20688 2001-11-01 Miles Bader <miles@gnu.org>
20689
20690 * button.el (define-button-type): Make sure every user-defined
20691 button type has a supertype.
20692
20693 2001-10-31 Jason Rumney <jasonr@gnu.org>
20694
20695 * international/mule-cmds.el (locale-language-names): Add chs and
20696 cht as aliases for Chinese-GB and Chinese-BIG5.
20697
20698 2001-10-31 Richard M. Stallman <rms@gnu.org>
20699
20700 * bindings.el (mode-line-frame-identification): Add doc string.
20701 (mode-line-position, mode-line-modes): New variables.
20702 (mode-line-format): Use mode-line-position for the part
20703 that displays the position-in-buffer info.
20704 Use mode-line-modes for the part that displays major and minor modes.
20705
20706 2001-10-31 Sam Steingold <sds@gnu.org>
20707
20708 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
20709 (debugger-setup-buffer): Call it.
20710 (debugger-mode-map): Bind RET and mouse-2.
20711
20712 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20713
20714 * startup.el: Document command line option --no-window-system
20715 instead of --no-windows.
20716
20717 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
20718
20719 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
20720
20721 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
20722 (font-lock-defaults-alist): Use it.
20723 From David Ponce <david.ponce@wanadoo.fr>
20724
20725 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
20726 output of `char-after'.
20727
20728 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
20729
20730 * simple.el (reindent-then-newline-and-indent): Insert the newline
20731 before indenting the first line.
20732 (undo-get-state, undo-revert-to-state): New funs.
20733 (shell-command): Don't kill the buffer even if empty.
20734 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
20735 (transpose-subr-end2): Remove.
20736 (transpose-subr): Add `special' arg and simplify.
20737 (transpose-subr-1): Rewrite.
20738 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
20739 (rfc822-goto-eoh): Simplify.
20740
20741 2001-10-30 Richard M. Stallman <rms@gnu.org>
20742
20743 * enriched.el (enriched-face-ans): Fix previous change.
20744
20745 2001-10-30 Gerd Moellmann <gerd@gnu.org>
20746
20747 * international/iso-acc.el (iso-accents-compose): Remove a
20748 superfluous setq.
20749
20750 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
20751
20752 * buff-menu.el (list-buffers-noselect): If the buffer's name
20753 starts with a blank, but it visits a file, do show it (for files
20754 whose names start with a blank).
20755
20756 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
20757
20758 * textmodes/fill.el (sentence-end-double-space)
20759 (sentence-end-without-period): Move to paragraphs.el.
20760 (fill-indent-according-to-mode): Change default to t.
20761 (fill-context-prefix): Simplify control-flow and use a more
20762 sophisticated merge that unifies both previous checks.
20763 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
20764 (fill-nobreak-predicate): Make it into a defcustom'd hook.
20765 (fill-nobreak-p): New fun.
20766 (fill-region-as-paragraph): Use it.
20767 Handle `fill-indent-according-to-mode' slightly differently.
20768 (fill-individual-paragraphs-prefix): Simplify the control-flow.
20769 (fill-individual-paragraphs-citation): Fix.
20770
20771 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
20772 (paragraph-start): Change default to the `text-mode' value.
20773 (sentence-end-double-space, sentence-end-without-period):
20774 Move from fill.el.
20775 (forward-paragraph): Use `parstart' and `parsep' for temp variables
20776 rather than rebinding `paragraph-start' and `paragraph-separate'.
20777
20778 * indent.el (indent-line-function): Change default to indent-relative.
20779 (tab-always-indent): Add an `never' setting.
20780 (indent-according-to-mode): Handle `indent-relative' and
20781 `indent-relative-maybe' specially.
20782 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
20783 Handle the `never' case for `tab-always-indent'.
20784 Don't call indent-according-to-mode for indent-relative' and
20785 `indent-relative-maybe'.
20786 (insert-tab): Rename `prefix-arg' to `arg'.
20787 (indent-region): Indent the first line as well.
20788 (indent-relative): Don't mark the buffer modified if the indentation
20789 is unchanged.
20790
20791 * textmodes/text-mode.el (paragraph-indent-minor-mode):
20792 Don't set paragraph-separate. Set paragraph-start more carefully.
20793 Set indent-line-function.
20794 (paragraph-indent-text-mode): Use it and define-derived-mode.
20795 (text-mode-map): Remove the \t binding.
20796 (text-mode): Simplify now that the default is more favorable.
20797
20798 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
20799
20800 * emacs-lisp/find-func.el (find-function-search-for-symbol):
20801 If the regexp doesn't match, use a looser one.
20802 (find-variable-noselect): Add `file' argument.
20803
20804 * pcvs.el (cvs-mode-commit-hook): New hook.
20805 (cvs-mode-commit): Run it.
20806
20807 * log-edit.el (log-edit): Run hook after `log-edit-files'.
20808
20809 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
20810 (edebug-instrument-function): Use `find-function-noselect'.
20811
20812 2001-10-29 Richard M. Stallman <rms@gnu.org>
20813
20814 * term.el (term-if-emacs19): Macro deleted.
20815 Callers changed to use progn instead.
20816
20817 * frame.el (blink-cursor-mode): Doc fix.
20818
20819 * files.el (find-backup-file-name): Use make-backup-file-name.
20820
20821 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
20822 window-live-p.
20823 (edebug-set-conditional-breakpoint): Unconditionally use
20824 the former Emacs >=19 definition.
20825 (edebug-mark): Define unconditionally.
20826 (edebug-eval-expression): Always call read-from-minibuffer
20827 and specify history list.
20828 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
20829 edebug-set-conditional-breakpoint.
20830 (edebug-emacs-version-specific): Function deleted;
20831 do the job at top level.
20832 (edebug-emacs-19-specific): Function deleted, this is the default.
20833
20834 2001-10-29 Sam Steingold <sds@gnu.org>
20835
20836 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
20837 "/cygdrive/LETTER/" pathnames.
20838
20839 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
20840
20841 * faces.el (invert-face): Check for 'unspecified, not for nil,
20842 when testing whether face colors are not specified.
20843 From David.Kastrup@t-online.de (David Kastrup).
20844 (read-face-name): Doc fix.
20845 (make-face-bold, make-face-unbold, make-face-italic)
20846 (make-face-unitalic, make-face-bold-italic, invert-face):
20847 Remove trailing blank from the prompt passed to read-face-name.
20848
20849 2001-10-29 Sam Steingold <sds@gnu.org>
20850
20851 * emacs-lisp/bytecomp.el (byte-recompile-directory):
20852 Report numbers of files skipped and failed too.
20853 (byte-compile-file): Return 'no-byte-compile for skipped files.
20854
20855 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20856
20857 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
20858 and `M p'.
20859
20860 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20861
20862 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
20863 as is on unread-command-events instead of `(SECOND-CHAR)'.
20864
20865 2001-10-29 Andre Spiegel <spiegel@gnu.org>
20866
20867 * vc.el: Mention vc-*-switches in backend API documentation.
20868 (vc-annotate): Adapt doc string to recent change.
20869
20870 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20871
20872 * enriched.el (enriched-face-ans): Handle face attributes
20873 of the form `(FACE1 FACE2 ...)'.
20874
20875 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
20876
20877 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
20878
20879 * progmodes/sql.el (sql-mysql): Doc change by RMS.
20880
20881 * progmodes/sql.el (sql-db2): Doc change.
20882 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
20883 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
20884
20885 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20886
20887 * env.el (substitute-env-vars): Don't quote argument to `rx';
20888 it's a macro.
20889
20890 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
20891
20892 * cus-start.el (recursive-load-depth-limit): Added.
20893
20894 2001-10-28 Richard M. Stallman <rms@gnu.org>
20895
20896 * textmodes/ispell.el (version18p, version20p): Vars deleted.
20897 All uses removed--assume Emacs version is >= 20.
20898
20899 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
20900 by really checking that it is not version 18.
20901
20902 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
20903
20904 2001-10-28 Miles Bader <miles@gnu.org>
20905
20906 * faces.el (face-attribute): Add INHERIT argument, consider face
20907 inheritance if it's non-nil.
20908 (face-attribute-merged-with): New function.
20909 (face-attribute-specified-or): New macro.
20910 (face-foreground, face-background, face-stipple): Add INHERIT
20911 argument. Use `face-attribute-specified-or'.
20912
20913 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
20914
20915 * font-lock.el: Require `syntax'.
20916 (font-lock-defaults-alist): Don't define keywords for lisp languages.
20917 Use `c-font-lock-syntactic-face-function' for c languages.
20918 (font-lock-mode): Don't unset vars when turning the mode off.
20919 (font-lock-default-fontify-buffer): Don't unset vars at the end.
20920 (font-lock-extra-managed-props): New var.
20921 (font-lock-default-unfontify-region): Use it.
20922 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
20923 Don't eval the value when there's no match.
20924 (font-lock-ppss-stats): New var.
20925 (font-lock-ppss): New fun.
20926 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
20927 (font-lock-apply-highlight): Allow `highlight' to set several props.
20928 (font-lock-set-defaults): Use dolist.
20929 (font-lock-unset-defaults): Remove.
20930 (font-lock-match-c-style-declaration-item-and-skip-to-next):
20931 Try to recognize prototypes using `foo P_ ((args))'.
20932 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
20933 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
20934 (c-font-lock-syntactic-face-function): New function.
20935 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20936 (c++-keywords): Use a more sophisticated regexp to handle
20937 shallowly nested templates.
20938
20939 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
20940
20941 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
20942 (sgml-tag): Use it. Cleanup with `cond'.
20943 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
20944 Mark the overlays and only delete those that are marked.
20945 (sgml-skip-close-p): Remove.
20946 (sgml-value): Replace sgml-skip-close-p with its definition.
20947 (html-tag-alist): Use sgml-xml a bit more.
20948 (html-mode): Set sgml-empty-tags.
20949
20950 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
20951 (texinfo-update-node, texinfo-sequential-node-update):
20952 Don't bind the obsolete `auto-fill-hook'.
20953 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
20954 Use `set-buffer' rather than `switch-to-buffer'.
20955 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
20956 Use `set-buffer' rather than `switch-to-buffer'.
20957
20958 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
20959 text-mode-syntax-table.
20960 (mail-mode): Use define-derived-mode.
20961 Fix ordering of alternatives in adaptive-fill-regexp.
20962 (mail-mode-map): Don't rely on keymap's internal representation.
20963
20964 2001-10-27 Sam Steingold <sds@gnu.org>
20965
20966 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
20967 (sgml-xml-guess): Extracted from `html-mode' and generalized.
20968 (sgml-mode-common): Call it.
20969 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
20970 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
20971 (html-horizontal-rule, html-image, html-ordered-list):
20972 (html-unordered-list, html-list-item, html-paragraph):
20973 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
20974 `html-xhtml'.
20975
20976 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
20977
20978 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
20979 (ifnothtml): New alias.
20980
20981 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
20982
20983 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
20984 (toggle-text-mode-auto-fill): Use derived-mode-p.
20985
20986 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
20987
20988 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
20989 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
20990
20991 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
20992
20993 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
20994 Add make-obsolete cookies, to follow faces.el.
20995
20996 These changes avoid warnings from the byte compiler in faces.el:
20997
20998 * faces.el (internal-get-face): Use facep instead of the obsolete
20999 internal-find-face.
21000 (internal-frob-font-weight, internal-frob-font-slant):
21001 New defaliases for obsolete functions.
21002 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
21003 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
21004 (x-make-font-bold-italic): Use internal-frob-font-weight and
21005 internal-frob-font-slant aliases instead of the obsolete
21006 x-frob-... functions.
21007
21008 2001-10-26 Sam Steingold <sds@gnu.org>
21009
21010 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
21011 DOCTYPE; set `mode-name' based on it.
21012 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
21013 (sgml-tag): Close empty tags in XHTML.
21014
21015 2001-10-26 Jason Rumney <jasonr@gnu.org>
21016
21017 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
21018 when UNICODE is not defined.
21019
21020 2001-10-26 Sam Steingold <sds@gnu.org>
21021
21022 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
21023 be alone on the line.
21024
21025 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
21026
21027 * button.el (button): Special face definition for MS-DOS terminals.
21028
21029 2001-10-26 Sam Steingold <sds@gnu.org>
21030
21031 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
21032 Protect the /= test by checking that the args are non-nil.
21033 (sh-font-lock-close-heredoc): Check eof for being non-nil.
21034
21035 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
21036
21037 * textmodes/artist.el (artist-version): 1.2.4.
21038 (artist-butlast-fn): New variable.
21039 (artist-butlast): New function.
21040 (artist-ellipse-mirror-quadrant): Use it.
21041 (artist-mouse-draw-poly): Use nil for `point-list'.
21042 (artist-mouse-draw-poly): Check for point-list being nil.
21043
21044 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
21045
21046 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
21047 lambda expression.
21048 (ps-mode-menu-main): Submenu with options on/off was replaced with
21049 a toggle button.
21050 (ps-mode, ps-run-mode): Define with `define-derived-mode'
21051 (ps-mode): Autoload cookie added on same line as comment
21052 (ps-mode-tabkey, ps-mode-backward-delete-char):
21053 (ps-mode-r-balance): Replace `delete-horizontal-space' and
21054 `indent-to' with `indent-line-to'
21055 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
21056 instead of `eval'.
21057 (ps-mode-print-region): Use `with-temp-buffer'.
21058 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
21059 (numerous places): Add back-tick and tick around names in
21060 docstrings, fix punctuation in docstrings, remove trailing spaces.
21061
21062 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
21063
21064 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
21065 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
21066 (sgml-font-lock-syntactic-keywords): New var.
21067 (sgml-mode-common): Drop the two args.
21068 Don't make buffer-local variables that aren't used.
21069 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
21070 Don't set `before-string' props from sgml-display-text.
21071 (sgml-mode): Use define-derived-mode.
21072 (sgml-tags-invisible): Use sgml-display-text.
21073 (sgml-quote): New command.
21074 (html-tag-alist): Add args for `span'.
21075 (html-mode): Use define-derived-mode.
21076 Set sgml-display-text and sgml-tag-face-alist.
21077
21078 2001-10-25 Sam Steingold <sds@gnu.org>
21079
21080 * add-log.el (add-log-always-start-new-record): New user option.
21081 (add-change-log-entry): Use it.
21082
21083 2001-10-25 Richard M. Stallman <rms@gnu.org>
21084
21085 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
21086 bind case-fold-search if FROM is not all lower case.
21087
21088 2001-10-25 Gerd Moellmann <gerd@gnu.org>
21089
21090 * startup.el (normal-top-level): Check for frame-initial-frame
21091 only if it's really used.
21092
21093 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
21094
21095 * progmodes/compile.el (compilation-parse-errors-filename-function):
21096 New variable.
21097 (compilation-parse-errors): Use it.
21098
21099 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
21100
21101 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
21102 interactively so that C-u M-C-x still does edebug.
21103 (checkdoc-sentencespace-region-engine): Don't force a double-space
21104 after `.' if it doesn't look like an end-of-sentence.
21105 (debug-ignored-errors): Add `disambiguate ...'.
21106
21107 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
21108
21109 * textmodes/texinfo.el (texinfo-environments)
21110 (texinfo-environment-regexp): Hoist.
21111 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
21112 Only highlight the menu name in menu items.
21113 Setup `@foo ... @end foo' as text clones.
21114 (texinfo-clone-environment): New function.
21115 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
21116 (texinfo-insert-block): Simplify.
21117 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
21118 the command is repeated.
21119 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
21120 (texinfo-insert-@end): Simplify.
21121
21122 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
21123 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
21124 (texinfo-subsubsection-level-regexp)
21125 (texinfo-update-menu-same-level-regexps)
21126 (texinfo-update-menu-higher-regexps)
21127 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
21128
21129 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
21130 (derived-mode-p): Autoload.
21131
21132 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
21133 New vars and functions.
21134 (text-clone-maintain, text-clone-create): New functions.
21135
21136 2001-10-25 Miles Bader <miles@gnu.org>
21137
21138 * facemenu.el (facemenu-add-new-face): Fix variable names.
21139
21140 2001-10-24 Richard M. Stallman <rms@gnu.org>
21141
21142 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
21143 of t and nil values.
21144 (facemenu-set-face): Handle START and END interactively.
21145 (facemenu-set-foreground): Don't use a face; specify color directly.
21146 (facemenu-set-background): Likewise.
21147 (facemenu-set-face-from-menu): Doc fix.
21148 (facemenu-active-faces): Use face-attribute-vector
21149 to handle bare attributes not in faces.
21150 (facemenu-get-face): Don't handle face names fg:... and bg:...
21151 specially.
21152 (facemenu-add-new-face): New argument MENU.
21153 New way to handle adding colors to the color menus.
21154
21155 * env.el (substitute-env-vars): Quote the arg to rx.
21156
21157 2001-10-24 Sam Steingold <sds@gnu.org>
21158
21159 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
21160 Control" and "SGML" groups.
21161
21162 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21163
21164 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
21165 Better handling of C++ template args to avoid confusion with `<'
21166 and `>' used as operators in member init expressions.
21167
21168 2001-10-24 Gerd Moellmann <gerd@gnu.org>
21169
21170 * replace.el (perform-replace): Move START and END parameters
21171 to the end of the argument list and make them optional.
21172
21173 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
21174 perform-replace.
21175
21176 * international/fontset.el (x-must-resolve-font-name): New function.
21177 (x-complement-fontset-spec): Use it.
21178
21179 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
21180
21181 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
21182
21183 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
21184 Turn caadr into caar of cdr.
21185
21186 2001-10-23 Gerd Moellmann <gerd@gnu.org>
21187
21188 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
21189 of mouse-{1,2} since dragging is on the down event.
21190
21191 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
21192
21193 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
21194 if ARG is nil.
21195
21196 * desktop.el (desktop-last-buffer): New variable.
21197 (desktop-create-buffer): Set it.
21198 (desktop-read): Bind it and switch to that buffer.
21199
21200 2001-10-22 Gerd Moellmann <gerd@gnu.org>
21201
21202 * progmodes/compile.el (compilation-set-window-height):
21203 Select old window only if it's still live.
21204
21205 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21206
21207 * help-mode.el (help-buffer): Remove debugging code.
21208 From Stefan Monnier <monnier@cs.yale.edu>.
21209
21210 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
21211
21212 * files.el (file-name-sans-extension, file-name-extension):
21213 Don't count the leading dots in file names as signaling an extension.
21214
21215 2001-10-22 Andre Spiegel <spiegel@gnu.org>
21216
21217 * vc.el (vc-diff-switches): Doc rewritten.
21218
21219 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
21220
21221 * tooltip.el (tooltip-set-param): Doc fix.
21222
21223 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
21224 127 to sgml-maybe-name-self.
21225 (sgml-name-8bit-mode): Doc fix.
21226 (sgml-char-names-table): New variable.
21227 (sgml-name-char): Support non-ASCII and mule-unicode-*
21228 characters. Doc fix.
21229 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
21230
21231 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
21232 doc string the effect of `left' and `top' parameters in
21233 tooltip-frame-parameters, the default values, and the units.
21234 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
21235 (tooltip-show): Mention in the doc string the `top' and `left'
21236 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
21237
21238 2001-10-22 Andre Spiegel <spiegel@gnu.org>
21239
21240 Add autoscaling support for vc-annotate.
21241 From J.D. Smith <jdsmith@alum.mit.edu>.
21242
21243 * vc.el (vc-annotate-display-default): Accept colormap scaling
21244 ratio (now deprecated).
21245 (vc-annotate-display-autoscale): Added.
21246 (vc-annotate-add-menu): New autoscaling menu options "Span to
21247 Oldest" and "Span Oldest->Newest". Easymenu support added for
21248 toggle menus driven by customize variable `vc-annotate-display-mode'.
21249 (vc-annotate-display-select): Added.
21250 (vc-annotate): Changed temp-buffer-show-function to
21251 `vc-annotate-display-select'.
21252 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
21253 Added argument OFFSET. Instead of backend function, calls now
21254 generic `vc-annotate-difference'.
21255 (vc-annotate-difference): Added as generic function instead of
21256 backend-specific function. No longer takes argument POINT, but
21257 instead accepts a time OFFSET.
21258 (vc-default-annotate-current-time): Added.
21259
21260 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
21261 version in vc.el, with
21262 (vc-cvs-annotate-current-time): Added, as override of default.
21263 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
21264 `vc-cvs-annotate-difference'.
21265
21266 2001-10-22 Gerd Moellmann <gerd@gnu.org>
21267
21268 * saveplace.el (save-place): Require `saveplace'.
21269
21270 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
21271 Use `sexp' for :value-type instead of `face'.
21272
21273 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
21274
21275 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
21276 regexps due to 5-digit message IDs.
21277
21278 2001-10-21 Jason Rumney <jasonr@gnu.org>
21279
21280 * term/w32-win.el (redisplay-dont-pause): Don't set.
21281
21282 2001-10-21 Miles Bader <miles@gnu.org>
21283
21284 * help-funs.el (help-manyarg-func-alist): Variable removed.
21285
21286 2001-10-21 Miles Bader <miles@gnu.org>
21287
21288 * help-funs.el (help-manyarg-func-alist): Remove entries for
21289 `insert', `insert-and-inherit', `insert-before-markers',
21290 `insert-before-markers-and-inherit', `message', `message-box',
21291 `message-or-box', `propertize', `format', `encode-time', `append',
21292 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
21293 `insert-string', `ml-if', `ml-provide-prefix-argument', and
21294 `ml-prefix-argument-loop'.
21295
21296 2001-10-21 Andre Spiegel <spiegel@gnu.org>
21297
21298 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
21299 (vc-default-diff-tree): New functions.
21300 (vc-version-diff): Use them. As a result, coding systems are now
21301 set up properly for all sorts of diffs, and tree diffs can now
21302 also be done locally.
21303 (vc-diff): With a prefix argument, don't require that it's called
21304 from a buffer under version control.
21305 (diff-switches): Remove duplicate definition.
21306
21307 * vc-cvs.el (vc-cvs-diff-tree): New function.
21308
21309 2001-10-21 Miles Bader <miles@gnu.org>
21310
21311 * help-funs.el (help-manyarg-func-alist): Remove entries for
21312 `list', `vector', `make-byte-code', `call-process',
21313 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
21314 `logand', `logior', and `logxor'.
21315
21316 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
21317 image bits to compensate. Use `make-string' instead of
21318 `make-bool-vector' (XBM apparently wants byte-aligned rows).
21319
21320 2001-10-20 Kim F. Storm <storm@cua.dk>
21321
21322 * simple.el (kill-ring-save): Don't show extent of copied region
21323 if using transient-mark-mode and region is fully visible.
21324
21325 See ChangeLog.9 for earlier changes.
21326
21327 ;; Local Variables:
21328 ;; coding: iso-2022-7bit
21329 ;; End:
21330
21331 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
21332 Copying and distribution of this file, with or without modification,
21333 are permitted provided the copyright notice and this notice are preserved.