]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2003-05-23 Richard M. Stallman <rms@gnu.org>
2
3 * forms.el (forms--mode-commands1): Bind \t, not `tab'.
4 (forms--mode-commands): Don't bind \t in the maps where
5 we call forms--mode-commands1.
6
7 2003-05-23 Taro Kawagishi <tarok@acm.org>
8
9 * arc-mode.el (archive-lzh-summarize): Calculate correct total
10 header size for LZH level 1 header.
11
12 2003-05-23 Richard M. Stallman <rms@gnu.org>
13
14 * textmodes/paragraphs.el (repunctuate-sentences): Add doc string.
15
16 2003-05-23 Daniel Ortmann <dortmann@lsil.com> (tiny change)
17
18 * textmodes/paragraphs.el (repunctuate-sentences): New function.
19
20 2003-05-23 Lute Kamstra <Lute.Kamstra@cwi.nl>
21
22 * emacs-lisp/lisp-mnt.el: Make the description of the library more
23 accurate.
24 (lm-any-header): New user option.
25 (lm-section-start): New function; rewrite of `lm-section-mark'.
26 (lm-section-mark): Make alias of `lm-section-start'.
27 (lm-section-end): New function.
28 (lm-code-start): New function; rewrite of `lm-code-mark'.
29 (lm-code-mark): Make alias of `lm-code-start'.
30 (lm-commentary-start): New function; rewrite of
31 `lm-commentary-mark'.
32 (lm-commentary-mark): Make alias of `lm-commentary-start'.
33 (lm-commentary-end): New function.
34 (lm-history-start): New function; rewrite of `lm-history-mark'.
35 (lm-history-mark): Make alias of `lm-history-start'.
36 (lm-commentary): Use `lm-commentary-end' to find the end of the
37 commentary section.
38
39 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Use
40 `lm-commentary-end' to find the end of the commentary section.
41
42 2003-05-22 Ken Stevens <kstevens@ichips.intel.com>
43
44 * ispell.el: Sync to version 3.6.
45 Summary: MIME support added for e-mail processing that
46 skips encoded regions. Allow user to skip saving Fcc messages with
47 large attachments. Fixed region skipping bug with multi-line
48 comments - e.g. tex $ regions spanning multiple lines.
49 Added support for postscript and uuencoded regions.
50 Redundant dictionary file names purged.
51 Dictionary definition field name changed from "Character Set"
52 to "Coding System". Fixed bug in reloading dictionaries.
53 Modified headers to reflect new version. XEmacs menu now adds
54 customize item.
55 (ispell-check-version): No longer an aliased function.
56 Returns library path if not called interactively.
57 Variable `temporary-file-directory' protected if not loaded.
58 (check-ispell-version): Now the alias for `ispell-check-version'.
59 (ispell-message-fcc-skip): New variable that determines if and when
60 to query about saving Fcc copy of message if an attachment is large.
61 (ispell-skip-html): Declared buffer-local.
62 (ispell-local-dictionary-alist): Docstring expanded.
63 Tag name changed from "Character Set" to "Coding System".
64 (ispell-dictionary-alist-1): Removed redundant command-line option to
65 load brasileiro, british, and castellano dictionary files.
66 (ispell-dictionary-alist-2): Removed redundant command-line option to
67 load czech dictionary file.
68 (ispell-dictionary-alist-3): Moved francais-tex here.
69 (ispell-dictionary-alist-4): Removed german and german8 dictionaries.
70 The deutsch ones are the correct definitions. `nederlands'
71 and `nederlands8' dictionaries moved here.
72 (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries
73 moved here. Removed redundant command-line option to `norsk'
74 and `portugues'.
75 (ispell-dictionary-alist-6): Removed redundant command-line option to
76 load `russian' and `slovak' dictionary files.
77 (ispell-dictionary-alist): Tag name changed from "Character Set" to
78 "Coding System".
79 (ispell-version): Updated to 3.6.
80 (ispell-library-directory): Calls non-deprecated function.
81 (ispell-valid-dictionary-list): New function returning all valid
82 dictionaries on machine.
83 (ispell-checking-message): Documentation string improved.
84 (ispell-skip-region-alist): Added uuencoded and postscript region
85 skipping. Improved http/e-mail/file regexp to not match `/.\w'.
86 (ispell-html-skip-alists): New variable for html region support.
87 (ispell-send-string): Removed redundant xemacs check.
88 (ispell-word): Fix spelling error in documentation string, added
89 extent information to support highlighting in ispell-minor-mode.
90 (ispell-command-loop): Disable horizontal scrollbar in XEmacs
91 choices buffer.
92 (ispell-show-choices): Directly select `choices-window'.
93 (ispell-help): Use default buffer size for electric help.
94 (ispell-adjusted-window-height): Correct for xemacs detection.
95 (ispell-start-process): Don't double specify dictionary file name.
96 (ispell-init-process): Set `ispell-library-path' each call.
97 (ispell-change-dictionary): Now only completes valid dictionaries.
98 (ispell-region): Add support for MIME region skipping and Fcc
99 message query for large attachments.
100 (ispell-begin-skip-region-regexp): Add documentation string.
101 Added message support and cleaned up code for generic and html regions.
102 (ispell-begin-skip-region): Function is now requires alist argument.
103 (ispell-begin-tex-skip-regexp): Added comments and support
104 improved html and message regions.
105 (ispell-skip-region-list): New function for MIME and region skipping.
106 (ispell-tex-arg-end): Add documentation string.
107 (ispell-ignore-fcc): New function to query saving Fcc message.
108 (ispell-skip-region): Calculate alist for key match dynamically,
109 html skipping pushed to alists.
110 (ispell-get-line): Add support for multi-line comment regions.
111 (ispell): Check that variables to continue spelling are bound.
112 (ispell-message-text-end): Postscript and uuencoded regions now
113 supported as MIME regions, rather than as end-of-message region.
114 (ispell-mime-multipartp): New function supporting MIME.
115 (ispell-mime-skip-part): New function supporting MIME.
116 (ispell-message): Add MIME support.
117 (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local.
118 (ispell-buffer-local-dict): Fixed bug for detecting and reloading
119 new dictionary.
120
121 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
122
123 * subr.el (split-string): Implement specification that splitting on
124 explicit separators retains null fields. Add new argument
125 OMIT-NULLS. Special-case (split-string "a string").
126
127 2003-05-22 Stefan Monnier <monnier@cs.yale.edu>
128
129 * international/mule-cmds.el (select-safe-coding-system):
130 Try default-buffer-file-coding-system too for automatic selection.
131
132 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
133
134 * simple.el (ctl-x-map): Remove the C-x U binding added recently.
135
136 2003-05-21 Dave Love <fx@gnu.org>
137
138 * descr-text.el (unicodedata-file): New.
139 (unicode-data): New (adapted from unicode branch).
140 (describe-char): Use it. Print char's unicode differently.
141 Avoid elements with null cadr when formatting list. Clarify error
142 message when used in Help buffer.
143 (button): Require when compiling.
144 (describe-char-after): Alias for obsolete command.
145
146 2003-05-21 Nick Roberts <nick@nick.uklinux.net>
147
148 * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb
149 with MS windows.
150 (gdb-display-end): Only make buffer writeable temporarily.
151 Move "View" submenu up one level.
152
153 2003-05-21 Nick Roberts <nick@nick.uklinux.net>
154
155 * gdb-ui.el (gdb-view-source, gdb-selected-view): New variables.
156 (gdba): Inhibit DOS window in MS Windows.
157 (gdb-inferior-io-mode): Use hexl instead of cat.
158 (gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
159 Use text in margin for MS Windows as there is no image support.
160 (gdb-restore-windows, gdb-setup-windows): Restore/start with
161 assembler view if appropriate.
162 (gdb-assembler-custom): Assembler code should display at point.
163 Parse address correctly.
164 (gdb-frame-handler): Accommodate selection of display of source
165 or assembler.
166 Add radio buttons to select display of source or assembler.
167
168 2003-05-20 Lars Hansen <larsh@math.ku.dk>
169
170 * desktop.el (desktop-save): Ensure parameter is expanded and ends
171 with a slash before assigning it to desktop-dirname and
172 default-directory.
173 (desktop-read): Put buffers existing prior to evaluating the
174 desktop (and not reused) at the end of the buffer list.
175 (desktop-create-buffer): Don't update desktop-first-buffer for old
176 desktop files.
177
178 2003-05-19 John Paul Wallington <jpw@gnu.org>
179
180 * xml.el (xml-name-regexp): Wrap in `eval-and-compile'.
181
182 2003-05-19 Dave Love <fx@gnu.org>
183
184 * xml.el: Doc fixes.
185 (xml-parse-file, xml-parse-region): Autoload.
186 (xml-syntax-table, xml-name-regexp): New.
187 (xml-parse-region): Narrow to region, set syntax-table and
188 case-fold-search. Reject fewer valid documents.
189 (xml-parse-tag): Remove arg END. Callers changed.
190 (xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg
191 properly. Don't use buffer-substring-no-properties. Don't bind
192 case-fold-search. Fix syntax for empty elements. Hoist consing
193 of end-of-tag regexp out of loop.
194 (xml-parse-attlist): Remove arg. Callers changed.
195 Use skip-syntax-forward, replace-regexp-in-string, forward-sexp.
196 Allow non-ASCII names.
197 (xml-skip-dtd): Remove arg. Callers changed. Change matching code.
198 (xml-parse-dtd): Grok external DTDs. Allow non-ASCII.
199 Don't use match-string-no-properties.
200 (xml-ucs-to-string): Delete.
201 (xml-substitute-entity): New.
202 (xml-substitute-special): Use it.
203 (xml-debug-print-internal): Simplify insertions.
204 (xml-parse-file): Avoid finding file in xml-mode.
205
206 2003-05-19 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
207
208 * simple.el (kill-whole-line): New function.
209 * bindings.el (global-map): Bind it.
210
211 2003-05-19 Richard M. Stallman <rms@gnu.org>
212
213 * net/goto-addr.el (goto-address-fontify-maximum-size):
214 Value t means no limit.
215 (goto-address-fontify): Implement that feature.
216
217 * emacs-lisp/find-func.el (find-function-on-key):
218 Move the call to find-function-other-window outside
219 the save-excursion.
220
221 * find-file.el (ff-special-constructs): Delete the Ada entry.
222
223 * faces.el (x-create-frame-with-faces):
224 Don't call face-set-after-frame-default.
225 (face-set-after-frame-default): Copy attrs of global `default'
226 face to FRAME's `default' face.
227
228 2003-05-19 Joe Kelsey <joek@flyingcroc.net>
229
230 * skeleton.el (skeleton-internal-1): Allow - as alternate
231 interesting point marker and revert @ to just setting
232 skeleton-positions.
233
234 2003-05-18 Stefan Monnier <monnier@cs.yale.edu>
235
236 * emacs-lisp/lisp.el (beginning-of-defun-raw): Use shy-group.
237
238 * progmodes/executable.el (executable-set-magic): Remove unused
239 vars `point' and `buffer-modified-p'.
240
241 * mail/sendmail.el (mail-mode): Don't bother setting paragraph-start.
242
243 * mail/mail-extr.el: Use explicit coding tag.
244
245 * international/mule.el (sgml-xml-auto-coding-function)
246 (sgml-html-meta-auto-coding-function): Don't assume point-min == 1.
247
248 * language/china-util.el (hz-set-msb-table): Build when compiling.
249 (big5-to-cns): Pre-build the alist when compiling.
250
251 * language/ind-util.el (indian-regexp-of-hashtbl-keys): Don't bother
252 sorting the argument to regexp-opt.
253 (indian--puthash-char): Use dolist rather than mapc.
254
255 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
256
257 * gdb-ui.el (put-arrow): Rename gdb-put-arrow and simplify.
258 (put-string): Rename gdb-put-string and simplify.
259 (remove-strings): Rename gdb-remove-strings.
260 (remove-arrow): Rename gdb-remove-arrow.
261 (gdb-assembler-custom): Try to get line marker (arrow) to display
262 in window (revisited).
263 Use with-current-buffer where possible.
264
265 2003-05-18 John Paul Wallington <jpw@gnu.org>
266
267 * ibuffer.el (ibuffer-display-summary): New customizable variable.
268 (ibuffer-update-title-and-summary): Respect it.
269
270 2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
271
272 * ediff-mult.el (ediff-default-filtering-regexp): New variable.
273
274 * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a
275 message.
276
277 * ediff.el (ediff-directories,ediff-directory-revisions)
278 (ediff-directories3,ediff-merge-directories)
279 (ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions)
280 (ediff-merge-directory-revisions-with-ancestor): Make use of the new
281 ediff-default-filtering-regexp variable.
282
283 2003-05-18 Richard M. Stallman <rms@gnu.org>
284
285 * which-func.el (which-func-current, which-func-format):
286 Preload the risky-local-variable properties for them.
287
288 * subr.el (prepare-change-group): Reinstate BUFFER arg; make it work.
289
290 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
291
292 * gud.el (gdb): Define gud-nexti.
293 (gud-menu-map): Add gud-nexti to map.
294 (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
295
296 * toolbar/gud-stepi.xpm, toolbar/gud-stepi.pbm,
297 toolbar/gud-nexti.xpm, toolbar/gud-nexti.pbm: New icons for debugger.
298
299 2003-05-17 John Paul Wallington <jpw@gnu.org>
300
301 * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries)
302 (skkdic-okuri-nasi-entries-count): Use defvar for non-constants.
303
304 * register.el (number-to-register): Use `string-to-number' instead
305 of `string-to-int'.
306
307 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
308
309 * log-edit.el: Don't require vc.el anymore.
310 (log-edit-mode-map): Fold vc-log-mode-map into it.
311 (vc-log-mode-map): Redefine as an alias.
312 (vc-previous-comment): Don't widen.
313 (vc-comment-to-change-log): Don't redundantly set paragraph-separate.
314 Don't require `add-log' since it's already required at toplevel.
315
316 * vc.el (vc-log-mode-map, vc-maximum-comment-ring-size)
317 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
318 Move vars to log-edit.el.
319 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
320 (vc-comment-search-reverse, vc-comment-search-forward)
321 (vc-comment-to-change-log): Move funs to log-edit.el.
322 (vc-clear-context): Don't empty the comment-ring.
323 (vc-finish-logentry): Don't add the comment onto the comment-ring.
324
325 * log-edit.el (vc-log-mode-map, vc-maximum-comment-ring-size)
326 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
327 Move vars from vc.el.
328 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
329 (vc-comment-search-reverse, vc-comment-search-forward)
330 (vc-comment-to-change-log): Move funs from vc.el.
331 (log-edit-show-files): Remove unused var `editbuf'.
332
333 * progmodes/tcl.el (tcl-indent-exp): Remove dead code.
334 (tcl-tab-always-indent): Default to tab-always-indent.
335
336 * progmodes/perl-mode.el (perl-end-of-function): Remove unused var.
337 (perl-tab-always-indent): Default to tab-always-indent.
338
339 * which-func.el (which-func-format): Make it risky-local-variable.
340 (which-func-table): New var.
341 (which-func-current): Make it into a constant modeline spec.
342 (which-func-previous): Remove.
343 (which-func-update): Only update the selected window.
344 (which-func-update-1): Use the new var to allow the current
345 function to be different for a buffer shown in two windows.
346
347 * subr.el (with-selected-window): New macro.
348 (dolist, dotimes, with-current-buffer): Use backquotes.
349 (when, unless, save-match-data, combine-after-change-calls)
350 (with-output-to-string, with-temp-buffer): Add `declare' info.
351 (listify-key-sequence): Don't allocate unnecessarily.
352 (read-quoted-char): Allow up to base 36.
353 (prepare-change-group): Remove unimplemented argument.
354 (macro-declaration-function): Avoid `dolist' and `cadr'.
355
356 * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload.
357 (widget-choose, widget-map-buttons): Use with-current-buffer.
358 (widget-field-add-space): Change to nil (and to defconst).
359 (widget-info-link-action): Use `info'.
360
361 2003-05-17 Nick Roberts <nick@nick.uklinux.net>
362
363 * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for
364 selected frame.
365 (gdb-annotation-rules): Stop using frames-invalid and
366 breakpoints-invalid annotations. Update after post-prompt instead.
367 (gdb-post-prompt): Update frames and breakpoints here.
368 (gdb-invalidate-frame-and-assembler)
369 (gdb-invalidate-breakpoints-and-assembler): Remove.
370 (gdb-current-address): Remove.
371 (gdb-previous-address): New variable.
372 (gud-until): Extend to work in Assembler buffer
373 (gdb-append-to-inferior-io): Select IO buffer when there is output.
374 (gdb-assembler-custom): Try to get line marker (arrow) to display
375 in window. Correct parsing for OS dependent output syntax of Gdb
376 command, where.
377 (gdb-frame-handler): Correct parsing for OS dependent output
378 syntax of Gdb command, frame.
379 (gdb-invalidate-assembler): Update assembler buffer correctly when
380 frame changes (revisited).
381
382 2003-05-16 Stefan Monnier <monnier@cs.yale.edu>
383
384 * imenu.el (imenu--split-menu): Remove unused var `count'.
385 Don't copy the sequence since we're already modifying it elsewhere.
386 (imenu--create-keymap): Rename from imenu--create-keymap-1.
387 Add optional `cmd' argument. Remove unused var `counter'.
388 (imenu-update-menubar): Use the new arg to keep the old behavior.
389 (imenu--mouse-menu): Don't use the arg, to recover the lost behavior.
390
391 2003-05-16 Lute Kamstra <Lute.Kamstra@cwi.nl>
392
393 * hl-line.el (hl-line-highlight, global-hl-line-highlight):
394 Use `line-beginning-position' to determine the beginning of the next
395 line.
396
397 2003-05-16 Kenichi Handa <handa@m17n.org>
398
399 * international/mule-cmds.el (mule-menu-keymap): Enable the menu
400 set-various-coding-system when
401 default-enable-multibyte-characters is non-nil.
402
403 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
404
405 * emacs-lisp/autoload.el (make-autoload): Add arglist for
406 define-derived-mode.
407
408 2003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl>
409
410 * hl-line.el: Rewrite the local minor mode so that it can be
411 sticky as well and made sticky the default. Reimplement the
412 global minor mode. Update the commentary section to document
413 these changes.
414 (hl-line-sticky-flag): New user option.
415 (hl-line-overlay): Make it buffer-local and give it a docstring.
416 (global-hl-line-overlay): New variable.
417 (hl-line-mode): Rewrite to use `hl-line-sticky-flag'.
418 (hl-line-highlight): Rewrite to use `hl-line-sticky-flag'.
419 (hl-line-unhighlight): Update docstring.
420 (global-hl-line-mode): Implement directly so that is does not
421 depend on `hl-line-mode' any more.
422 (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
423
424 2003-05-15 Kenichi Handa <handa@m17n.org>
425
426 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.
427
428 2003-05-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
429
430 * ps-print.el: Avoid unnecessary calls to funs in header and footer
431 variables. Reported by Greg Hill <ghill@synergymicro.com>.
432 (ps-print-version): New version number (6.6.1).
433 (ps-begin-page): Code fix.
434 (ps-generate-string-list, ps-header-footer-string): New funs.
435 (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
436
437 * ps-mule.el (ps-mule-header-string-charsets):
438 Call ps-header-footer-string to avoid unnecessary calls to functions
439 in header and footer variables.
440
441 2003-05-15 John Paul Wallington <jpw@gnu.org>
442
443 * mail/rmail.el (rmail-ignored-headers): Ignore Face: header.
444
445 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
446
447 * textmodes/tex-mode.el (tex-compile-history, tex-input-files-re)
448 (tex-use-reftex, tex-compile-commands): New vars.
449 (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
450 (tex-command-executable, tex-command-active-p, tex-compile-default)
451 New functions.
452 (tex-compile): New command.
453 (tex-mode-map): Bind it to C-c C-c.
454
455 * vc-svn.el (completion-ignored-extensions): Add .svn.
456 (vc-svn-delete-file): New function.
457
458 * pcvs.el (cvs-append-to-ignore): New arg `old-dir'.
459 (cvs-mode-ignore): Use it.
460
461 * pcvs-parse.el (cvs-parse-table): Remove unused var `type'.
462 Look up `.cvsignore' to see what to do with `new-dir' messages.
463 (cvs-parse-merge): Remove unused var `handled'.
464
465 2003-05-14 Christoph Wedler <christoph.wedler@sap.com>
466
467 * format.el (format-annotate-function): Copy coding system into the
468 new temp buffer.
469
470 2003-05-14 John Paul Wallington <jpw@gnu.org>
471
472 * ls-lisp.el (insert-directory): Discard --dired switch when
473 `ls-lisp-use-insert-directory-program' is nil.
474
475 2003-05-13 Stefan Monnier <monnier@cs.yale.edu>
476
477 * textmodes/ispell.el (xemacsp): Remove. Use (featurep 'xemacs).
478 (ispell-graphic-p): Inline and then remove.
479 (toplevel): Get rid of unnecessary loop.
480 (ispell-parse-output, ispell-complete-word): Replace (substring s 0 1)
481 with a call to aref.
482 (ispell-get-line): Remove unused arg `reg-end'.
483 (ispell-region): Update corresponding call.
484
485 * progmodes/cpp.el (cpp-make-overlay-hidden): Don't make intangible.
486
487 * progmodes/compile.el (compile-internal): Use with-current-buffer.
488 (compilation-set-window-height): Use save-selected-window.
489
490 * progmodes/ada-xref.el (ada-xref-update-project-menu): Use easymenu.
491 (ada-goto-declaration-other-frame): Remove unused arg other-frame.
492 (ada-gdb-application): Remove unused vars comint-exec, in-post-mode,
493 and gud-gdb-massage-args.
494
495 * progmodes/cc-langs.el (c-lang-defvar-init-form-tail):
496 This is actually not a constant.
497
498 * progmodes/autoconf.el (autoconf-current-defun-function):
499 Copy the syntax table before modifying it.
500
501 * progmodes/ada-mode.el (ada-in-comment-p, ada-in-string-p)
502 (ada-in-string-or-comment-p): Use line-beginning-position.
503
504 * textmodes/reftex.el (reftex-select-with-char): Don't assume
505 that point-min == 1.
506
507 * textmodes/reftex-toc.el (reftex-toc-visit-location):
508 Don't switch the current window if the new buffer is in another.
509 (reftex-toc): Don't assume that point-min == 1.
510
511 * textmodes/reftex-parse.el (reftex-what-macro): Don't assume
512 that point-min == 1.
513
514 * textmodes/reftex-cite.el (reftex-extract-bib-entries)
515 (reftex-extract-bib-entries-from-thebibliography): New arg re-list.
516 (reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\).
517 Use member-ignore-case. Don't add unnecessary trailing \n.
518 (reftex-offer-bib-menu): Consolidate duplicated code from
519 reftex-extract-bib-entries and
520 reftex-extract-bib-entries-from-thebibliography.
521
522 * simple.el (back-to-indentation): Simplify.
523 (undo-equiv-table, undo-in-region, undo-no-redo): New vars.
524 (undo): Use them to implement the no-redo form of undo.
525 (undo-only): New fun.
526 (shell-command): Don't require `shell' since shell-mode is autoloaded.
527 (insert-buffer): Simplify.
528 (completion-setup-function): Use minibufferp.
529 (event-apply-alt-modifier, event-apply-super-modifier)
530 (event-apply-hyper-modifier, event-apply-shift-modifier)
531 (event-apply-control-modifier, event-apply-meta-modifier):
532 Fix docstring to show the proper key sequence.
533
534 * uniquify.el (uniquify-after-kill-buffer-p): Set default to t.
535 (uniquify-ignore-buffers-re): Revert to nil now that uniquify
536 is more careful about preserving buffer names.
537
538 * menu-bar.el (menu-bar-options-menu) <cua-mode>:
539 Use menu-bar-make-mm-toggle.
540
541 * files.el (file-relative-name): Remove dead code.
542 Make sure \n in a filename does not confuse us.
543
544 * help-fns.el (describe-variable): Mention permanent local status.
545
546 * comint.el (comint-carriage-motion, comint-output-filter):
547 Bind inhibit-read-only rather than buffer-read-only.
548 (comint-truncate-buffer): Bind inhibit-read-only.
549
550 * pcvs.el (cvs-make-cvs-buffer): Add the tag info.
551 (cvs-mode): Prevent pilot-error.
552
553 * vc-mcvs.el (vc-mcvs-registered, vc-mcvs-root): Check the output
554 of file-name-directory for nil.
555
556 2003-05-13 Simon Josefsson <jas@extundo.com>
557
558 * mail/smtpmail.el (smtpmail-open-stream): Don't hard code
559 starttls-program.
560
561 2003-05-13 Rajesh Vaidheeswarran <rv@gnu.org>
562
563 * whitespace.el (whitespace-global-mode): Add :link entry
564 to the commentary section in whitespace.el
565
566 2003-05-13 Nick Roberts <nick@nick.uklinux.net>
567
568 * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
569 correctly when frame changes.
570 (gdb-info-threads-custom, gdb-threads-buffer-name)
571 (gdb-display-threads-buffer, gdb-frame-threads-buffer)
572 (gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number)
573 (gdb-threads-select, gdb-threads-mouse-select): New functions and
574 variable for a buffer that provides a selectable threads list.
575
576 2003-05-12 Stefan Monnier <monnier@cs.yale.edu>
577
578 * pcvs-parse.el (cvs-parse-table): `New directory' messages include
579 the full path.
580
581 * pcvs.el (cvs-minor-current-files): Move before first use.
582 (defun-cvs-mode): Remove unused var `restdoc'.
583 (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare.
584 (cvs-mode-diff-backup): Remove unused var `filter'.
585 (cvs-mode-run): Remove unused var `cvs-buf'.
586 (cvs-mode-do): Remove unused arg `parse'.
587 (cvs-retrieve-revision): Make sure HEAD gets the head of the branch.
588
589 * textmodes/sgml-mode.el (sgml-namespace-re): New const.
590 (sgml-namespace-face): New face.
591 (sgml-font-lock-keywords-1): Use them.
592
593 2003-05-11 Kevin Ryde <user42@zip.com.au>
594
595 * info-look.el (info-lookup-make-completions): Allow colons in index
596 entries by looking for ": " to terminate, as per latest info.el.
597
598 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
599
600 * vc-mcvs.el (vc-mcvs-command): Filter output of `status'.
601 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
602 Change dir so that the filtered output of `mcvs makes sense.
603 (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
604 (vc-mcvs-diff-tree): Don't bother with the local-diff code.
605 (vc-mcvs-create-snapshot): Use `branch' and `switch'.
606
607 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
608
609 * newcomment.el (comment-indent): Try to align to adjacent comments.
610 (comment-with-narrowing): Actually use the arguments.
611 (comment-valid-prefix-p): Rename from comment-valid-prefix
612 and fix to actually use its argument.
613
614 * tex-mode (tex-mode-syntax-table): ~ is not whitespace.
615 (tex-guess-mode): Add `renewcommand'.
616 (tex-mode): Move the autoload to get the correct docstring and usage.
617
618 * uniquify.el (uniquify-rationalize-file-buffer-names):
619 Refresh the dirname in the case that rename-buffer was skipped.
620 (uniquify-buffer-file-name): Return a dirname with no trailing slash.
621
622 * mail/smtpmail.el (smtpmail-send-queued-mail): Use point-at-bol
623 instead of forward-line.
624
625 2003-05-10 Oliver Scholz <alkibiades@gmx.de>
626
627 * startup.el (fancy-splash-default-action): Fix docstring.
628
629 2003-05-09 Sam Steingold <sds@gnu.org>
630
631 * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
632
633 2003-05-09 Stefan Monnier <monnier@cs.yale.edu>
634
635 * newcomment.el (comment-indent): Be more careful when inserting
636 the space, and insert it before setting `begpos'.
637
638 * vc.el: New backend functions `delete-file' and `repository-hostname'.
639 (vc-stay-local): New var. Mostly taken from vc-cvs-stay-local.
640 (vc-stay-local-p): New fun. Adapted from vc-cvs-stay-local-p.
641 (vc-diff-switches-list): Revert to the Emacs-21.[123] semantics.
642 Mark as obsolete.
643 (vc-delete-file): New command.
644 (vc-default-rename-file): New function.
645 (vc-rename-file): Use it.
646 Be careful to disallow renaming if the file is locked or out-of-date.
647 (vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers)
648 (vc-cancel-version, vc-annotate): Use buffer-file-name variable.
649
650 * vc-mcvs.el (vc-mcvs-stay-local): Remove unused var.
651 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff)
652 (vc-mcvs-diff-tree, vc-mcvs-annotate-command)
653 (vc-mcvs-make-version-backups-p): Use vc-stay-local-p.
654 (vc-mcvs-checkin): Disallow commits to a numbered rev.
655 (vc-mcvs-repository-hostname): New function.
656 (vc-mcvs-stay-local-p): Remove.
657
658 * vc-cvs.el (vc-cvs-mode-line-string): Use vc-default-mode-line-string.
659 (vc-cvs-delete-file, vc-cvs-rename-file): New functions.
660
661 * vc-svn.el (vc-svn-rename-file): New fun.
662 (vc-svn-diff): Correctly check svn's return status.
663 (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
664 (vc-svn-diff-tree): Use vc-stay-local-p.
665 (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
666 (vc-svn-use-edit): Fix the :version property.
667 (vc-svn-stay-local): Remove unused var.
668 (vc-svn-mode-line-string): Remove, use the default instead.
669 (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
670 (vc-svn-stay-local-p): Remove.
671
672 * uniquify.el: Use the original buffer-name as `base' in place of the
673 nondirectory part of the file name.
674 (uniquify-rationalize-file-buffer-names):
675 Split the `newbuffile' arg into `base' and `dirname'.
676 Reuse old uniquify-items to avoid recomputing their base&dirname.
677 (uniquify-buffer-file-name): Only return the directory part.
678 (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
679 (rename-buffer): Use the `newname' arg as base.
680 (create-file-buffer): Split the file name into base and dirname.
681
682 2003-05-09 Jesper Harder <harder@ifa.au.dk> (tiny change)
683
684 * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
685
686 2003-05-08 Stefan Monnier <monnier@cs.yale.edu>
687
688 * uniquify.el (uniquify-after-kill-buffer-p): Fix misleading docstring.
689 (uniquify-make-item): Make `proposed' optional.
690 (uniquify-rationalize-file-buffer-names): Don't compute the
691 initial proposed name.
692 (uniquify-buffer-file-name): Remove dead code.
693 (uniquify-strip-common-suffix): New var.
694 (uniquify-rationalize): Always recompute initial proposed name.
695 Strip common suffix if requested.
696
697 * vc-rcs.el (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
698 (vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
699
700 * vc-sccs.el (vc-sccs-register, vc-sccs-find-version)
701 (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-diff): Use vc-switches.
702 (vc-sccs-register): Remove unused var `|'.
703
704 * vc-mcvs.el (vc-mcvs-read): Don't require `file' to exist.
705 (vc-mcvs-diff): Don't return 0 for newly added empty files.
706 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
707 (vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
708
709 * vc-cvs.el (vc-cvs-dired-state-info): Use `added' for added files and
710 don't use `concat' unnecessarily. Remove impossible cases.
711 (vc-cvs-diff): Don't return 0 for newly added empty files.
712 (vc-cvs-stay-local-p): Simplify.
713 (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
714 (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches.
715
716 * vc-svn.el (vc-svn-dired-state-info): Use `added' for added files and
717 don't use `concat' unnecessarily. Remove impossible cases.
718 (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
719 Use vc-switches.
720 (vc-svn-checkin): Use vc-switches. Fix up regexp.
721 (vc-svn-diff): Use vc-switches.
722 Don't return 0 for newly added empty files.
723 Don't use svn's return status.
724 (vc-svn-parse-status): Recognize copied files as well.
725 Use the last-modified revision for workfile-version.
726
727 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass nil
728 rather than (vc-workfile-version file) to diff.
729
730 * vc.el (with-vc-properties, with-vc-file, edit-vc-file):
731 Add `declare's for debugging and indentation.
732 (vc-do-command): Use `remq'.
733 (vc-buffer-context): Remove unused var `curbuf'.
734 (vc-next-action-dired): Remove unused var `dired-dir'.
735 (vc-switches): New fun.
736 (vc-diff-switches-list): Use it.
737 (vc-dired-hook): Remove unused var `cvs-dir'.
738 (vc-dired-purge): Remove unused var `subdir'.
739 (vc-cancel-version): Remove unused var `config'.
740 (vc-rename-master): Use dolist iso mapcar.
741 (vc-rename-file): Remove redundant tests.
742 Clear the properties of the old file name.
743 (vc-annotate): Pass the complete filename to `annotate-command'.
744 (vc-annotate-lines): Remove unused var `overlay'.
745
746 2003-05-08 Glenn Morris <gmorris@ast.cam.ac.uk>
747
748 * calendar/diary-lib.el (diary-pull-attrs): Make `ret-attr',
749 `attr' local.
750 (list-diary-entries): Make `temp' local.
751 (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
752 (diary-mail-entries): There is no fancy-diary-buffer if there are
753 no diary entries. Use call-interactively.
754 (mark-diary-entries): Make `temp' local.
755 (mark-sexp-diary-entries): Make `marks' local, remove `temp'.
756 (list-sexp-diary-entries): Make `temp' local.
757 (add-to-diary-list): Make `prefix' local.
758
759 2003-05-08 Dave Love <fx@gnu.org>
760
761 * international/utf-7.el: New file.
762
763 2003-05-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
764
765 * files.el (insert-file-contents-literally): Allow it to be called
766 within a magic file name handler.
767
768 2003-05-07 Stefan Monnier <monnier@cs.yale.edu>
769
770 * uniquify.el (uniquify-rationalize-file-buffer-names):
771 Don't uniquify if there is no filename.
772
773 * vc-hooks.el: Use buffer-file-name variable rather than function.
774 (vc-handled-backends): Add SVN and MCVS.
775 (vc-mode-line): Call vc-backend only once.
776 (find-file-hook, find-file-not-found-hook): Use the new
777 names rather than ...-hooks.
778
779 * uniquify.el (uniquify-item, uniquify-get-proposed-name)
780 (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.
781 (uniquify-rationalize): New fun. Set uniquify-managed to the fix-list.
782 (uniquify-rationalize-file-buffer-names): Use it and make the args
783 non-optional (i.e. don't support "re-rationalize all" any more).
784 (uniquify-rerationalize-w/o-cb): New fun.
785 (uniquify-maybe-rerationalize-w/o-cb): Use it to rerationalize
786 immediately and only the relevant buffers.
787 Merged from uniquify-delay-rationalize-file-buffer-names and
788 uniquify-delayed-rationalize-file-buffer-names.
789 (kill-buffer-hook, rename-buffer): Use it.
790
791 2003-05-06 Jesper Harder <harder@ifa.au.dk>
792
793 * progmodes/compile.el (compile-internal): Don't quote nil and t in
794 docstrings.
795
796 * emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p): Likewise.
797
798 * emacs-lisp/cl-macs.el (case, typecase): Likewise.
799
800 * allout.el (allout-auto-activation)
801 (allout-use-mode-specific-leader, allout-reindent-bodies)
802 (allout-unprotected): Likewise.
803
804 * progmodes/tcl.el (tcl-explain-indentation): Likewise.
805
806 * progmodes/idlwave.el (idlwave-complete-special): Likewise.
807
808 * progmodes/cpp.el (cpp-edit-list): Likewise.
809
810 * progmodes/cperl-mode.el (cperl-lineup): Likewise.
811
812 * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
813 Likewise.
814
815 * play/mpuz.el (mpuz-silent): Likewise.
816
817 * play/decipher.el (decipher-ignore-spaces): Likewise.
818
819 * net/rlogin.el (rlogin-process-connection-type): Likewise.
820
821 * mail/rmail.el (rmail-primary-inbox-list): Likewise.
822
823 * mail/mailalias.el (mail-directory-function)
824 (mail-directory-requery, mail-directory): Likewise.
825
826 * emacs-lisp/lucid.el (buffer-syntactic-context): Likewise.
827
828 * emacs-lisp/lmenu.el (popup-dialog-box): Likewise.
829
830 * type-break.el (type-break-good-rest-interval)
831 (type-break-query-mode, type-break-query-function)
832 (type-break-mode-line-message-mode): Likewise.
833
834 * skeleton.el (skeleton-autowrap, skeleton-untabify)
835 (skeleton-newline-indent-rigidly, skeleton-insert)
836 (skeleton-read): Likewise.
837
838 * simple.el (newline): Likewise.
839
840 * ps-print.el (ps-zebra-stripe-follow): Likewise.
841
842 * mwheel.el (mouse-wheel-scroll-amount): Likewise.
843
844 * env.el (setenv): Likewise.
845
846 2003-05-06 Stefan Monnier <monnier@cs.yale.edu>
847
848 * imenu.el (imenu--generic-function): Use font-lock-defaults
849 case setting if imenu-case-fold-search is not locally set.
850
851 * uniquify.el (uniquify-managed): New var.
852 (uniquify-rationalize-file-buffer-names, rename-buffer): Use it and set
853 it to prevent accidental renaming of unrelated buffers.
854 (uniquify-delay-rationalize-file-buffer-names): Use it to avoid
855 the cost of uniquify when killing unrelated buffers.
856
857 * newcomment.el (comment-set-column, comment-kill)
858 (comment-or-uncomment-region): Call comment-normalize-vars
859 since these functions are autoloaded.
860
861 * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
862 * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
863
864 2003-05-06 Lute Kamstra <Lute.Kamstra@cwi.nl>
865
866 * hl-line.el: Removed an erroneous comment.
867 (hl-line-mode): Use buffer local hooks.
868 (global-hl-line-mode): Turn local modes on unconditionally.
869 (hl-line-highlight): Comment fix.
870
871 2003-05-06 Richard M. Stallman <rms@gnu.org>
872
873 * newcomment.el (comment-search-forward): Delete autoload cookie.
874
875 2003-05-06 Kenichi Handa <handa@m17n.org>
876
877 * arc-mode.el (archive-set-buffer-as-visiting-file):
878 Use after-insert-file-set-coding, not
879 after-insert-file-set-buffer-file-coding-system.
880
881 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
882
883 * uniquify.el (uniquify-buffer-name-style)
884 (uniquify-after-kill-buffer-p, uniquify-ask-about-buffer-names-p)
885 (uniquify-ignore-buffers-re, uniquify-min-dir-content)
886 (uniquify-separator, uniquify-trailing-separator-p): Remove redundant
887 group specification.
888 (uniquify-file-name-nondirectory): Delete.
889 (uniquify-rationalize-file-buffer-names): Simplify.
890 Use directory names as `filename' component of uniquify-item.
891 (uniquify-get-proposed-name): Adjust now that `filename' does not
892 include `base'.
893
894 * vc-svn.el: New file.
895
896 2003-05-05 John Paul Wallington <jpw@gnu.org>
897
898 * emacs-lisp/autoload.el (batch-update-autoloads):
899 Call `update-directory-autoloads'.
900
901 2003-05-04 Dan Nicolaescu <dann@ics.uci.edu>
902
903 * dired.el (dired-find-file): Bind find-file-run-dired around
904 the call to find-file.
905
906 2003-05-04 Stefan Monnier <monnier@cs.yale.edu>
907
908 * uniquify.el: Move provide to end of file.
909 (uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
910 (uniquify-ref-proposed, uniquify-set-proposed): Remove.
911 (uniquify-item): New struct. Update users of uniquify-ref-*.
912 (uniquify-get-proposed-name, uniquify-rationalize-a-list):
913 Make `depth' optional.
914 (uniquify-non-file-buffer-names): Remove.
915 (uniquify-rationalize-file-buffer-names): Don't set it up.
916 Use uniquify-make-item and don't pass the now-optional depth.
917 (uniquify-rationalize-conflicting-sublist): Check the new buffer
918 name directly instead of relying on uniquify-non-file-buffer-names.
919 (uniquify-rename-buffer): Use with-current-buffer and pass
920 the `unique' arg to rename-buffer.
921
922 * vc-mcvs.el (vc-mcvs-mode-line-string): Fix thinko.
923 (vc-mcvs-rename-file): New function.
924
925 2003-05-04 Emmanuel Briot <briot@gnat.com>
926
927 * progmodes/ada-mode.el
928 * progmodes/ada-prj.el
929 * progmodes/ada-stmt.el
930 * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's
931 better to use (featurep 'xemacs).
932 Removed warnings generated with Emacs 21.3.x (mostly by adding
933 needed `require' statements).
934
935 2003-05-04 Nick Roberts <nick@nick.uklinux.net>
936
937 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
938 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-until.pbm,
939 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
940 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
941 Correct size for cleaner bitmaps.
942
943 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
944
945 * emacs-lisp/cl-extra.el (cl-map-keymap): Redefine as alias.
946 (cl-map-keymap-recursively): Use map-keymap.
947 (cl-macroexpand-all): Don't quote functions.
948
949 * emacs-lisp/lucid.el (cl-map-keymap): Be careful with aliases.
950
951 * emacs-lisp/advice.el (ad-get-enabled-advices, ad-special-forms)
952 (ad-arglist, ad-subr-arglist): Use push and match-string.
953 (ad-make-advised-docstring): Extract & reinsert the usage info.
954
955 * help-fns.el (help-add-fundoc-usage): Allow arglist to be a string.
956
957 2003-05-03 Nick Roberts <nick@nick.uklinux.net>
958
959 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
960 Include bitmap data for monochrome display.
961 (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
962 New constants.
963
964 2003-05-03 Richard M. Stallman <rms@gnu.org>
965
966 * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
967 update-autoloads-from-directories.
968
969 * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
970
971 * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional.
972
973 * view.el (Helper-return-blurb): Add defvar. (Also rearrange defuns.)
974
975 * uniquify.el (uniquify-ignore-buffers-re): Change default
976 to match some Gnus buffers.
977
978 * newcomment.el (comment-search-forward): Add autoload cookie.
979
980 * isearch.el (isearch-complete): Update isearch-message.
981
982 * filesets.el (filesets-data): Add another defvar.
983 (filesets-verbosity): Doc fix.
984
985 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
986
987 * recentf.el (recentf-cleanup): Swap tests for exclusion and
988 accessibility.
989
990 2003-05-01 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
991
992 * ls-lisp.el (ls-lisp-format-file-size): New function to implement
993 "-h" switch.
994 (ls-lisp-format): Use it.
995
996 2003-05-01 Kenichi Handa <handa@m17n.org>
997
998 * international/utf-8.el (utf-translate-cjk-mode): Update the
999 second extra slot of the translation table
1000 utf-translation-table-for-encode.
1001 (mule-utf-8): Set the property translation-table-for-encode.
1002
1003 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
1004
1005 * pcvs.el (cvs-vc-command-advice): Don't parse "cvs update -p" output.
1006 (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
1007
1008 * textmodes/fill.el (text-property-default-nonsticky): Add fill-space.
1009 (fill-delete-newlines): Respect the new property.
1010 (fill-newline): Use the property instead of leaving "spurious" spaces.
1011
1012 * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
1013 non-submap bindings.
1014
1015 2003-04-30 Emmanuel Briot <briot@gnat.com>
1016
1017 * progmodes/ada-mode.el (ada-search-directories): Take into account
1018 ADA_INCLUDE_PATH for better compatibility with GNAT.
1019 (ada-contextual-menu): Menu defined through `easy-menu-define'
1020 instead. Various adjustments to the indentation engine (handling of
1021 subtypes, begin blocks, etc.).
1022 (ada-create-menu): Major rewrite of the handling of menus to use
1023 `easy-menu-define' for cleaner code and better compatibility with
1024 XEmacs. All menus that were previously in ada-xref.el and
1025 ada-prj.el are now defined in this package, which makes it easier to
1026 edit menus.
1027 (ada-narrow-to-defun): Add support for `narrow-to-region'.
1028 No longer explicitely load ada-xref.el and ada-prj.el. Use autoload
1029 statements instead.
1030
1031 * progmodes/ada-xref.el (ada-gnatls-args): New variable.
1032 Add support for specifying arguments to gnatls.
1033 (ada-initialize-runtime-library): Properly parse "." in the output
1034 of gnatls.
1035 (ada-add-keymap): Remove since this is now done in ada-mode.el itself.
1036 (ada-add-ada-menu): Likewise.
1037 (ada-set-default-project-file): New parameter KEEP-EXISTING.
1038 (ada-prj-find-prj-file): New parameter FILE.
1039 (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
1040 ADA_OBJECTS_PATH environment variables. Minor reorganization of the
1041 code
1042 (ada-get-all-references): Add support for GNAT 3.16 cross-references.
1043
1044 * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
1045 directly. Add dependency on ada-xref.el to avoid compilation
1046 warnings.
1047 (ada-prj-get-prj-dir): Remove, no longer needed.
1048
1049 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):
1050 Move to ada-mode.el.
1051 (ada-template-map): Merge with the keymap handling in ada-mode.el.
1052
1053 2003-04-29 Stefan Monnier <monnier@cs.yale.edu>
1054
1055 * isearch.el (isearch-complete1): Don't allocate unnecessarily.
1056 (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
1057 (isearch-update-ring): Use push.
1058
1059 2003-04-29 Oliver Scholz <epameinondas@gmx.de>
1060
1061 * play/gamegrid.el: Added a comment explaining the various ways to
1062 save a game score on POSIX systems.
1063 (gamegrid-add-score-with-update-game-score): Use `cond' instead of
1064 `if'. Provide for the case that FILE is an absolute filename.
1065 Create the directory "$HOME/.emacs.d/games", if necessary.
1066
1067 2003-04-29 John Paul Wallington <jpw@gnu.org>
1068
1069 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.
1070
1071 2003-04-28 Dave Love <fx@gnu.org>
1072
1073 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Avoid cl warnings
1074 from caaar & al.
1075
1076 2003-04-28 Kenichi Handa <handa@m17n.org>
1077
1078 * international/mule-cmds.el (reset-language-environment):
1079 Raise the priority of mule-utf-8, mule-utf-16-be-with-signature and
1080 mule-utf-16-le-with-signature.
1081
1082 * international/mule-conf.el: Set coding-category-utf-16-be to
1083 mule-utf-16-be-with-signature, coding-category-utf-16-le to
1084 mule-utf-16-le-with-signature. Raise the priority of
1085 coding-category-utf-8, coding-category-utf-16-be, and
1086 coding-category-utf-16-le
1087
1088 2003-04-27 Luc Teirlinck <teirllm@mail.auburn.edu>
1089
1090 * scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
1091 vertical-motion.
1092
1093 2003-04-27 David Ponce <david@dponce.com>
1094
1095 * recentf.el
1096
1097 Major rewrite. The code is reordered, cleaner and faster.
1098 Introduce new options to automatically cleanup the recent list,
1099 and to handle filename transformation (for example to use true
1100 filenames).
1101
1102 (recentf-version): New constant.
1103 (recentf-save-file-header): Move.
1104 (recentf-data-cache): New variable.
1105 (recentf-update-menu-p, recentf-initialized-p): Remove.
1106 (recentf-menu-customization-changed): Move. Doc fix.
1107 (recentf-max-saved-items): Doc fix.
1108 (recentf-save-file): Doc fix. No more expand filename here.
1109 (recentf-exclude, recentf-menu-action)
1110 (recentf-menu-filter): Doc fix.
1111 (recentf-menu-append-commands-flag): Rename from...
1112 (recentf-menu-append-commands-p): Make obsolete.
1113 (recentf-keep-non-readable-files-flag): Rename from...
1114 (recentf-keep-non-readable-files-p): Make obsolete.
1115 (recentf-auto-cleanup, recentf-filename-handler): New options.
1116 (recentf-string-equal, recentf-string-lessp)
1117 (recentf-string-member): New functions.
1118 (recentf-trunc-list): Move.
1119 (recentf-dump-variable): Move. Better code and output format.
1120 (recentf-auto-cleanup-timer): New variable.
1121 (recentf-auto-cleanup): New function.
1122 (recentf-push, recentf-expand-file-name): New functions.
1123 (recentf-add-file): In-line. Use above functions.
1124 (recentf-remove-if-non-readable): In-line. Expand file name.
1125 (recentf-find-file): Use `recentf-remove-if-non-readable'.
1126 (recentf-directory-compare): Move. Use `recentf-string-equal'
1127 and `recentf-string-lessp' to do comparisons.
1128 (recentf-menu-items-for-commands)
1129 (recentf-menu-filter-commands): Move.
1130 (recentf-elements, recentf-make-menu-element)
1131 (recentf-menu-element-item, recentf-menu-element-value)
1132 (recentf-set-menu-element-item, recentf-set-menu-element-value)
1133 (recentf-sub-menu-element-p, recentf-make-default-menu-element)
1134 (recentf-menu-elements): In-line. Some doc fix.
1135 (recentf-apply-menu-filter): Better code.
1136 (recentf-make-menu-items): Doc fix.
1137 Use `recentf-menu-append-commands-flag'.
1138 (recentf-make-menu-item): In-lined. Better code.
1139 (recentf-clear-data): New function.
1140 (recentf-sort-ascending, recentf-sort-descending)
1141 (recentf-sort-basenames-ascending)
1142 (recentf-sort-basenames-descending)
1143 (recentf-sort-directories-ascending)
1144 (recentf-sort-directories-descending)
1145 (recentf-show-basenames-ascending)
1146 (recentf-show-basenames-descending: In-line. Better code. Doc fix.
1147 (recentf-show-basenames)
1148 (recentf-relative-filter): Better code. Doc fix.
1149 (recentf-arrange-by-rule-subfilter): Doc fix. Improve :set code.
1150 (recentf-match-rule-p): Use filename instead of file-path.
1151 (recentf-arrange-by-rule, recentf-build-mode-rules)
1152 (recentf-arrange-by-mode, recentf-build-dir-rules)
1153 (recentf-file-name-nondir)
1154 (recentf-filter-changer-alist): Some doc fix and code cleanup.
1155 (recentf-filter-changer-goto-next): Doc fix.
1156 Call `recentf-clear-data'.
1157 (recentf-filter-changer-get-current)
1158 (recentf-filter-changer-get-next): In-line. Doc fix and better code.
1159 (recentf-filter-changer): Doc fix and better code.
1160 (recentf-cancel-dialog): Doc fix.
1161 (recentf-dialog-mode-map): Initialize in defvar.
1162 (recentf-dialog-mode): Doc fix.
1163 (recentf-track-opened-file): Rename from...
1164 (recentf-add-file-hook): Remove.
1165 (recentf-track-closed-file): Rename from...
1166 (recentf-remove-file-hook): Remove.
1167 (recentf-update-menu-hook): Remove. Replace by...
1168 (recentf-update-menu): New. Better catch unnecessary updates.
1169 Display a message on error.
1170 (recentf-used-hooks): New constant.
1171 (recentf-enabled-p): New function.
1172 (recentf-edit-selected-items)
1173 (recentf-open-files-action)
1174 (recentf-open-files-item-shift): Doc fix.
1175 (recentf-edit-list-action)
1176 (recentf-open-files-item): Doc fix. Code cleanup.
1177 (recentf-edit-list, recentf-open-files)
1178 (recentf-open-more-files): Likewise. Remove autoload cookie.
1179 (recentf-save-list, recentf-cleanup): Likewise. Move.
1180 (recentf-load-list): New command.
1181 (recentf-mode): Better code. Does nothing if enabling the already
1182 enabled mode.
1183
1184 2003-04-27 Alan Mackenzie <acm@muc.de>
1185
1186 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Don't count a "//("
1187 which appears inside a character set.
1188 (regexp-opt-not-groupie*-re): New constant.
1189
1190 2003-04-26 John Paul Wallington <jpw@gnu.org>
1191
1192 * ibuffer.el (ibuffer-name-map, ibuffer-mode-name-map)
1193 (ibuffer-mode-filter-group-map): Initialize in `defvar'.
1194 (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
1195
1196 2003-04-25 Jan Nieuwenhuizen <janneke@gnu.org>
1197
1198 * info.el (Info-unescape-quotes, Info-split-parameter-string)
1199 (Info-display-images-node): New functions for displaying images.
1200 (Info-select-node): Call Info-display-images-node.
1201
1202 2003-04-25 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1203
1204 * files.el (file-relative-name): Recognize "c:/foo" as absolute
1205 file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
1206
1207 2003-04-24 Sam Steingold <sds@gnu.org>
1208
1209 * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
1210 `quit-window' in the fancy diary buffer.
1211
1212 * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let',
1213 not `multiple-value-bind'.
1214
1215 2003-04-24 Lars Hansen <larsh@math.ku.dk>
1216
1217 * subr.el (assq-delete-all): Ignore non-cons elements.
1218
1219 2003-04-24 John Paul Wallington <jpw@gnu.org>
1220
1221 * help-mode.el (help-make-xrefs): Remove extra paren.
1222
1223 2003-04-23 Stefan Monnier <monnier@cs.yale.edu>
1224
1225 * newcomment.el (comment-normalize-vars): Prompt the user for
1226 the comment-start to use rather than signalling an error. Fix regexp.
1227 (uncomment-region): Don't leave half-removed comment markers.
1228
1229 2003-04-23 Richard M. Stallman <rms@gnu.org>
1230
1231 * mail/sendmail.el (mail-send-and-exit): Make arg optional.
1232
1233 * files.el (view-read-only): Doc fix.
1234
1235 * simple.el (back-to-indentation): Call backward-prefix-chars.
1236
1237 * help-mode.el (help-make-xrefs): Clean up the loop that scans
1238 over a keymap inserted by \\{...}; it now stops at end of buffer.
1239
1240 * filesets.el: Don't call filesets-init.
1241
1242 * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
1243 compile a defalias form, unless byte-compile-compatibility.
1244
1245 * progmodes/scheme.el (scheme-mode-syntax-table):
1246 Use prefix syntax for ', `, comma, @ and #.
1247
1248 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1249 Give @ prefix syntax.
1250
1251 2003-04-23 Andre Spiegel <spiegel@gnu.org>
1252
1253 * vc-cvs.el (vc-cvs-stay-local): Keep the old default.
1254 Simplify doc string.
1255
1256 2003-04-23 Wolfgang Scherer <wolfgang.scherer@gmx.de>
1257
1258 * vc-cvs.el (vc-cvs-stay-local): Allow lists of host regexps.
1259 (vc-cvs-stay-local-p): Handle them.
1260 (vc-cvs-parse-root): New function, used by the above.
1261
1262 2003-04-22 Stefan Monnier <monnier@cs.yale.edu>
1263
1264 * vc-mcvs.el (vc-mcvs-root): Cache the result.
1265 (vc-mcvs-registered): Simplify. Use file-relative-name.
1266 (vc-mcvs-register): Simplify. Don't burp if MCVS/TYPES doesn't exist.
1267 (vc-mcvs-command): Filter F-NN names in the output for diff and log.
1268
1269 2003-04-21 Stefan Monnier <monnier@cs.yale.edu>
1270
1271 * info.el (Info-default-dirs): New fun extracted from Info-initialize.
1272 (info-initialize): Use it. Obey the "final :" convention for INFOPATH.
1273
1274 * textmodes/fill.el (fill-region-as-paragraph):
1275 Fix "last line goes to fill-column+1" problem.
1276
1277 * emacs-lisp/bytecomp.el (byte-compile-defvar): Improve message.
1278
1279 2003-04-20 Richard M. Stallman <rms@gnu.org>
1280
1281 * simple.el (kill-line): Doc fix.
1282
1283 2003-04-20 Sam Steingold <sds@gnu.org>
1284
1285 * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
1286
1287 2003-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1288
1289 * which-func.el (which-func-modes): Add f90-mode.
1290 (which-function): Handle imenu submenus.
1291
1292 * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs compatible.
1293
1294 * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
1295 font-lock-variable-name-face in declarations.
1296 Highlight continuation characters.
1297 (f90-indent-new-line): Remove direct call to f90-indent-line-no,
1298 f90-update-line.
1299 (f90-abbrev-start): Fix XEmacs compatibility.
1300
1301 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
1302
1303 * vc-mcvs.el: New file.
1304
1305 * vc-cvs.el (vc-cvs-dir-state): Use vc-cvs-command.
1306 (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
1307 (vc-cvs-merge-news): Simplify.
1308 (vc-cvs-diff): Remove unused var `options'.
1309 (vc-cvs-parse-entry): Use the same algorithm as cvs does.
1310
1311 2003-04-19 Richard M. Stallman <rms@gnu.org>
1312
1313 * desktop.el (desktop-buffer-mh): Don't require mh-e;
1314 it causes trouble in compilation.
1315
1316 * add-log.el (add-log-current-defun-function): Add autoload cookie.
1317
1318 * newcomment.el (comment-use-syntax): Add autoload cookie.
1319
1320 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1321 (byte-recompile-directory): Don't use byte-goto-log-buffer.
1322 Instead, set default-directory and then call compilation-mode.
1323 (byte-compile-from-buffer): Force byte-compile-last-position
1324 to end of buffer before issuing final warnings.
1325
1326 2003-04-18 Stefan Monnier <monnier@cs.yale.edu>
1327
1328 * emulation/cua-base.el (cua-mode): Use define-minor-mode.
1329 (cua-global-mark-face): Fix face format.
1330
1331 * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
1332 if the body didn't do so already.
1333 (easy-mmode-define-keymap): Remove unused var `suppress'.
1334
1335 * view.el (view-read-only): Move to files.el.
1336 * files.el (view-read-only): Move from view.el.
1337
1338 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
1339
1340 * files.el (view-read-only): Don't declare a second time.
1341 (find-file-read-only, find-file-read-only-other-window)
1342 (find-file-read-only-other-frame): Check that file does exist.
1343 (large-file-warning-threshold): New custom.
1344 (find-file-noselect): Use it.
1345 (report-errors): New macro.
1346 (normal-mode): Use it.
1347 (toggle-read-only): Really toggle, even if view-mode is on.
1348 (parse-colon-path): Remove unused `cd-prefix' var.
1349 (make-backup-file-name-1): Remove unused `failed' var.
1350 (basic-save-buffer): Remove unused `tempsetmodes' var.
1351 (basic-save-buffer-2): Remove unused `temp' var.
1352 (insert-directory): Remove unused `available' var.
1353
1354 2003-04-17 John Paul Wallington <jpw@gnu.org>
1355
1356 * hexl.el (hexl-find-file): Bind `default-major-mode' to
1357 `fundamental-mode'.
1358
1359 2003-04-16 Stefan Monnier <monnier@cs.yale.edu>
1360
1361 * reveal.el (reveal-post-command): Use overlay-get for overlays.
1362
1363 2003-04-16 Kenichi Handa <handa@m17n.org>
1364
1365 * international/mule-cmds.el (describe-language-environment):
1366 At first, require all necessary features.
1367
1368 2003-04-16 Dave Love <fx@gnu.org>
1369
1370 * progmodes/xscheme.el: Moved from lisp directory.
1371
1372 2003-04-16 Glenn Morris <gmorris@ast.cam.ac.uk>
1373
1374 * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
1375 (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
1376 (f90-comment-region, f90-indent-line, f90-indent-region)
1377 (f90-find-breakpoint, f90-block-match): Trivial simplifications.
1378 (f90-looking-at-do, f90-looking-at-select-case)
1379 (f90-looking-at-if-then, f90-looking-at-where-or-forall):
1380 Drop XEmacs 19 support and simplify.
1381 (f90-indent-new-line): No need for case-fold-search. Simplify.
1382 (f90-fill-region): Make marker nil when done. Simplify.
1383
1384 * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
1385
1386 2003-04-16 Richard M. Stallman <rms@gnu.org>
1387
1388 * man.el (Man-follow-manual-reference): Don't require match
1389 when calling completing-read.
1390
1391 2003-04-15 Glenn Morris <gmorris@ast.cam.ac.uk>
1392
1393 * progmodes/fortran.el: Whitespace changes, some re-ordering of
1394 code, trivial commentary change.
1395 (fortran, fortran-indent, fortran-comment)
1396 (fortran-tab-mode-default, fortran-continuation-indent)
1397 (fortran-comment-indent-style, fortran-blink-matching-if)
1398 (fortran-continuation-string, fortran-electric-line-number)
1399 (fortran-break-before-delimiters, fortran-mode-hook)
1400 (fortran-end-prog-re, fortran-imenu-generic-expression):
1401 Minor doc changes.
1402 (fortran-tab-mode-minor-mode-string): New variable.
1403 (fortran-tab-mode-string): Now customization is meaningful.
1404 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1405 (fortran-analyze-depth): Use defcustom.
1406 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
1407 (fortran-break-line, fortran-prepare-abbrev-list-buffer)
1408 (fortran-auto-fill): Add doc string.
1409 (fortran-type-types): New constant (was local to let binding).
1410 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
1411 (fortran-font-lock-syntactic-keywords): Initialize in defvar.
1412 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now
1413 depth of fortran-type-types has changed. Remove extra and.
1414 (fortran-mode-menu): Minor re-organization. Use lookup-key.
1415 (fortran-mode): Doc changes. Some re-organization.
1416 Use fortran-tab-mode-minor-mode-string.
1417 (fortran-comment-indent): Add doc string. Move save-excursion.
1418 Use 1+.
1419 (fortran-indent-comment, fortran-fill-statement):
1420 Change interactive spec. Use unless.
1421 (fortran-comment-region): Doc change. Reverse logic of arg
1422 test. Use zerop.
1423 (fortran-abbrev-start, fortran-split-line)
1424 (fortran-electric-line-number, fortran-indent-subprogram)
1425 (fortran-strip-sequence-nos): Change interactive spec.
1426 (fortran-remove-continuation): Add doc string. Use when.
1427 (fortran-numerical-continuation-char): Doc change. Use 1+.
1428 (fortran-previous-statement, fortran-next-statement)
1429 (fortran-beginning-do, fortran-calculate-indent)
1430 (fortran-end-do, fortran-end-if, fortran-beginning-if):
1431 Use zerop, 1+, 1-.
1432 (fortran-blink-match, fortran-check-for-matching-do): Use when.
1433 (fortran-indent-line): Change interactive spec. Remove un-needed
1434 if. Use when.
1435 (fortran-indent-to-column): Doc change. Use when, unless.
1436 (fortran-find-comment-start-skip): No longer interactive.
1437 (fortran-analyze-file-format): Minor doc change.
1438 Remove un-needed setq.
1439 (minor-mode-alist): Use add-to-list.
1440 (fortran-fill-paragraph): Change interactive spec, doc string.
1441
1442 * progmodes/f90.el: Whitespace changes, trivial commentary changes.
1443 (f90, f90-indent, f90-program-indent, f90-continuation-indent)
1444 (f90-indented-comment-re, f90-imenu-generic-expression)
1445 (f90-mark-subprogram, f90-join-lines): Minor doc changes.
1446 (f90-menu): Shift definition to initialization of f90-mode-map.
1447 Add customization section.
1448 (f90-mode): Minor doc change. Do not call easy-menu-add.
1449 Set `beginning-of-defun-function' and `end-of-defun-function' to
1450 appropriate F90 functions.
1451 (f90-indent-line, f90-indent-line, f90-indent-subprogram)
1452 (f90-break-line, f90-do-auto-fill, f90-insert-end)
1453 (f90-upcase-keywords, f90-capitalize-keywords)
1454 (f90-downcase-keywords): Change interactive spec.
1455
1456 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
1457
1458 * font-lock.el (font-lock-multiline, font-lock-fontified)
1459 (font-lock-set-defaults): Move back from font-core.el and merge
1460 it back with font-lock-set-defaults-1.
1461 (font-lock-mode-internal): New function (basically the body of
1462 the old font-lock-mode minor mode).
1463
1464 * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
1465 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1466 Move back to font-lock.el
1467 (font-lock-default-function): Use font-lock-mode-internal.
1468
1469 * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
1470 (recover-file): Abbreviate file name in messages.
1471
1472 * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
1473 (tex-font-lock-keywords-2): Comment out unused var `type'.
1474 (tex-guess-mode): New name for old `tex-mode'.
1475 (tex-mode): Make it a derived mode of text-mode.
1476 (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
1477 (tex-common-initialization): Don't setup syntax-table any more.
1478 (tex-validate-buffer): Remove unused var `oend'.
1479 Use with-current-buffer and line-beginning-position.
1480 (tex-recenter-output-buffer): Remove unused var `old-buffer'.
1481 (latex-indent): Return `noindent' if no indentation can happen.
1482 (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
1483 (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
1484 (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
1485
1486 * font-lock.el (font-lock-preprocessor-face): New var and face.
1487
1488 2003-04-14 Andrew Choi <akochoi@shaw.ca>
1489
1490 * term/mac-win.el: Unconditionally set process-connection-type to nil.
1491
1492 2003-04-14 Richard M. Stallman <rms@gnu.org>
1493
1494 * derived.el (define-derived-mode): Make generated code work in
1495 Emacs versions that do not have run-mode-hooks.
1496
1497 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1498 At end of buffer, run the global binding of the same key.
1499
1500 * international/mule.el (after-insert-file-set-coding):
1501 Properly treat INSERTED as number of characters, for both
1502 for both the argument and the value.
1503
1504 * desktop.el (desktop-base-file-name):
1505 Renamed from desktop-basefilename. Add defvaralias.
1506
1507 2003-04-14 John Paul Wallington <jpw@gnu.org>
1508
1509 * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
1510 (x-must-resolve-font-name): Fix error message typo.
1511
1512 2003-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1513
1514 * progmodes/fortran.el (fortran-previous-statement): Check for
1515 fortran-continuation-string.
1516 (fortran-calculate-indent): Do not add extra whitespace to
1517 strings broken over lines.
1518 (fortran-fill): Handle long strings that must be broken.
1519
1520 2003-04-13 Michael Albinus <Michael.Albinus@alcatel.de> (tiny change)
1521
1522 * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
1523 expansion is a symlink, expand again.
1524 (ange-ftp-file-symlink-p): Return target of symlink literally.
1525
1526 2003-04-13 Masatake YAMATO <jet@gyve.org>
1527
1528 * bindings.el (toplevel): Don't change the face
1529 of major-mode on the mode line. Setting the face on
1530 the mode line code is installed by my mistake in
1531 my last change.
1532
1533 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1534
1535 * add-log.el (change-log-version-number-search): Fix old bug.
1536 (add-change-log-entry): Avoid inserting the same funname again.
1537 (add-log-indent-text): New var.
1538 (add-log-indent): New fun.
1539 (change-log-mode): Use it.
1540
1541 * net/browse-url.el: Don't autoload all these defcustoms.
1542 (browse-url-default-macosx-browser): New fun.
1543 (browse-url-browser-function): Use it for system-type = darwin.
1544 (browse-url-usr1-signal): Remove.
1545 (browse-url-mosaic): Use SIGUSR1 directly instead.
1546 (browse-url-gnome-moz-program): New var.
1547 (browse-url-gnome-moz, browse-url-default-browser): Use it.
1548
1549 * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
1550 (byte-compile-const-variables): New var.
1551 (byte-compile-close-variables): Reset it.
1552 (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
1553 (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
1554 (byte-compile-variable-ref): Use it and improve warning message.
1555 (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
1556 (byte-compile-lapcode): Remove unused vars.
1557 (byte-compile-eval): Fix thinko in handling of old-autoloads.
1558 (byte-recompile-directory): Use the expanded form for directory.
1559 (byte-compile-track-mouse): Use modern backquote syntax.
1560 (byte-compile-defvar): Detect and properly handle (defconst a).
1561 (byte-compile-defalias-warn): Remove unused arg `alias'.
1562 (byte-compile-defalias): Update call.
1563
1564 2003-04-13 Masatake YAMATO <jet@gyve.org>
1565
1566 * help.el (describe-minor-mode): New function implementation.
1567 Accept both minor mode string and minor mode indicator.
1568 (describe-minor-mode-completion-table-for-indicator)
1569 (describe-minor-mode-completion-table-for-symbol): New functions.
1570 minor-mode-list is used here.
1571 (describe-minor-mode-from-symbol):
1572 Renamed from (old) describe-minor-mode.
1573 Use describe-minor-mode-completion-table-for-symbol.
1574 Don't use eval. Just use symbol-name.
1575 (describe-minor-mode-from-indicator): Document is updated.
1576 Use `format-mode-line'.
1577 Use describe-minor-mode-from-symbol instead of describe-minor-mode.
1578 Use describe-minor-mode-completion-table-for-indicator.
1579 (expand-minor-mode-indicator-object): Remove.
1580 (lookup-minor-mode-from-indicator): Remove the fist white
1581 space from both indicator and anindicator before comparing them.
1582
1583 * bindings.el (mode-line-major-mode-keymap)
1584 (mode-line-minor-mode-keymap): Define keys for the maps
1585 here in `defvar'.
1586
1587 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1588
1589 * server.el (server-socket-name): Use new safe location for socket.
1590 (server-ensure-safe-dir): New fun.
1591 (server-start): Use it and letf.
1592 (server-process-filter): Re-enable the -eval feature.
1593
1594 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1595
1596 * play/gomoku.el (gomoku-buffer-name): New constant.
1597 (gomoku-mode): Doc fix. Add call to kill-all-local-variables.
1598 (gomoku): Do not call gomoku-switch-to-window directly.
1599 (gomoku-prompt-for-other-game): Throw an error if no new game.
1600 (gomoku-switch-to-window): Use gomoku-buffer-name.
1601
1602 * progmodes/f90.el (f90-abbrev-start): Only offer help if
1603 abbrev-mode is active.
1604 (f90-join-lines): Make it behave more like standard join-line.
1605 (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
1606
1607 * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
1608 abbrev-mode is active.
1609
1610 2003-04-12 John Paul Wallington <jpw@gnu.org>
1611
1612 * help-fns.el (help-add-fundoc-usage): Pass an empty string to
1613 `format' if no newlines are necessary.
1614
1615 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
1616
1617 * bindings.el (global-map): Bind [select-window].
1618
1619 2003-04-11 John Paul Wallington <jpw@gnu.org>
1620
1621 * type-break.el (type-break-warning-countdown-string): Doc fix.
1622
1623 2003-04-11 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
1624
1625 * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
1626 place of parenthesis.
1627
1628 2003-04-11 Masatake YAMATO <jet@gyve.org>
1629
1630 * progmodes/etags.el (select-tags-table-mode-map):
1631 Don't create new keymap. Instead copy from button-buffer-map.
1632 Bind push-button to `t' instead of binding
1633 select-tags-table-select directly
1634 (tags-select-tags-table): New button.
1635 (select-tags-table): Put a button for each selections.
1636
1637 2003-04-11 Kenichi Handa <handa@m17n.org>
1638
1639 * international/mule.el:
1640 Don't set after-insert-file-adjust-coding-function.
1641 (after-insert-file-set-coding):
1642 Renamed from after-insert-file-set-buffer-file-coding-system.
1643
1644 2003-04-11 Kenichi Handa <handa@m17n.org>
1645
1646 * international/quail.el (quail-guidance-str)
1647 (quail-guidance-frame): New variables.
1648 (quail-guidance-win): Delete this variable.
1649 (quail-setup-overlays): Make overlay not rear-advancing.
1650 (quail-kill-guidance-buf): Delete this function.
1651 (quail-activate): Add/remove quail-show-guidance to/from
1652 post-command-hook.
1653 (quail-input-method): Don't setup quail-guidance-buf.
1654 Initialize quail-guidance-str to "".
1655 (quail-start-translation): Call quail-show-guidance at first.
1656 (quail-start-conversion): Likewise.
1657 (quail-terminate-translation): Don't erase quail-guidance-buf.
1658 (quail-update-translation): Stretch overlays if their starting and
1659 ending positions are same.
1660 (quail-update-current-translations): Check the width of the
1661 current window, not the width of quail-guidance-win.
1662 (quail-make-guidance-frame): Delete the arg BUF. Fix position
1663 calculation. Don't set the window buffer, just return the new frame.
1664 (quail-minibuffer-message): New function.
1665 (quail-show-guidance): Renamed from quail-show-guidance-buf.
1666 Use message and quail-minibuffer-message to display the guidance.
1667 (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
1668 Only delete quail-guidance-frame.
1669 (quail-update-guidance): Just update quail-guidance-str, not
1670 display it.
1671 (quail-get-translations): Renamed from quail-show-translations.
1672 Return a string instead of inserting it in quail-guaidance-buf.
1673
1674 2003-04-11 Kenichi Handa <handa@m17n.org>
1675
1676 * international/mule-cmds.el (sort-coding-systems): Set lower
1677 priority to a utf-16 base coding system. Set higher priority to a
1678 coding system listed in coding-category-list.
1679
1680 2003-04-10 Juanma Barranquero <lektu@terra.es>
1681
1682 * frame.el (modify-all-frames-parameters): Deleted.
1683
1684 2003-04-10 Sebastian Tennant <seb@albert.vcisp.net> (tiny change)
1685
1686 * desktop.el (desktop-buffer-file): Restore major-mode if it is
1687 different from the normal mode.
1688
1689 2003-04-10 Kenichi Handa <handa@m17n.org>
1690
1691 * international/mule.el:
1692 Set after-insert-file-adjust-coding-function to
1693 after-insert-file-set-buffer-file-coding-system instead of adding
1694 it to after-insert-file-functions.
1695
1696 * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
1697 the case of replacing multibyte characters.
1698
1699 2003-04-09 Richard M. Stallman <rms@gnu.org>
1700
1701 * files.el (file-chase-links): Fix previous change.
1702
1703 2003-04-09 Juanma Barranquero <lektu@terra.es>
1704
1705 * frame.el (new-frame): Add obsolescence declaration.
1706
1707 2003-04-09 Ehud Karni <ehud@unix.mvs.co.il>
1708
1709 * frame.el (set-frame-font): Allow keeping frame size after
1710 changing font.
1711 (modify-all-frames-parameters): New function to change parameters
1712 in all existing and future frames.
1713
1714 2003-04-09 Thien-Thi Nguyen <ttn@gnu.org>
1715
1716 * man.el (Man-heading-regexp): Accept hyphen.
1717
1718 2003-04-09 Kenichi Handa <handa@m17n.org>
1719
1720 * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
1721
1722 * international/mule-conf.el: Register ?\221 and ?\226 in
1723 latin-extra-code-table.
1724
1725 2003-04-08 Richard M. Stallman <rms@gnu.org>
1726
1727 * subr.el (minor-mode-list): New variable.
1728 (add-minor-mode): Add to it.
1729
1730 * files.el (file-chase-links): New arg LIMIT.
1731 After that many iterations, just return what we've got.
1732
1733 * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
1734 use single-key-description.
1735
1736 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1737 At end of buffer, just call `newline'.
1738
1739 * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
1740 no From field, still try to use the To field.
1741
1742 2003-04-09 Kenichi Handa <handa@m17n.org>
1743
1744 * international/mule-diag.el (print-coding-system-briefly):
1745 If DOC-STRING is `tightly', print the doc-string tightly.
1746 (list-coding-systems-1): Sort coding systems.
1747 Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
1748
1749 2003-04-08 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1750
1751 * net/tramp.el: Version 2.0.33 released.
1752 Change coding cookie to `iso-2022-7bit' for XEmacs
1753 compatibility. (From Steve Youngs <youngs@xemacs.org>.)
1754
1755 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
1756
1757 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1758 Do not disable file name handlers for `file-exists-p' and
1759 `file-directory-p'.
1760
1761 2003-04-08 Kenichi Handa <handa@m17n.org>
1762
1763 * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
1764
1765 * international/utf-16.el (utf-16-le-decode-loop)
1766 (utf-16-be-decode-loop): New temporary variables.
1767 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
1768 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
1769 (ccl-decode-mule-utf-16-le-with-signature)
1770 (ccl-decode-mule-utf-16-be-with-signature)
1771 (ccl-decode-mule-utf-16): New CCL programs.
1772 (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
1773 variables.
1774 (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
1775 (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
1776 (ccl-encode-mule-utf-16-le-with-signature)
1777 (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
1778 (mule-utf-16-post-read-conversion): New function.
1779 (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
1780 (mule-utf-16): New coding systems.
1781 (utf-16-le-with-signature, utf-16-be-with-signature),
1782 (utf-16): Aliases of the above coding systems.
1783
1784 2003-04-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1785
1786 * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
1787 to match symbols. This makes CC Mode cope with the full range
1788 of identifier characters in e.g. Java.
1789
1790 2003-04-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
1791
1792 * xt-mouse.el (xterm-mouse-event-read): New function.
1793 (xterm-mouse-event): Use it to get xterm sequences above #x7f.
1794 Suggested by Aman Bhargava <emacs-bug@amanb.net>.
1795
1796 2003-04-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1797
1798 * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
1799 all cases, whether or not start-process is fboundp.
1800
1801 2003-04-06 Richard M. Stallman <rms@gnu.org>
1802
1803 * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
1804 rather than easy-menu-change.
1805
1806 * dired.el (dired-view-file): Let viewer program run asynchronously.
1807
1808 2003-04-06 Ben North <ben@redfrontdoor.org> (tiny change)
1809
1810 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1811 Correct the starting point for previous-single-property-change.
1812
1813 2003-04-06 Lars Hansen <larsh@math.ku.dk>
1814
1815 * desktop.el: Handle multiple desktop files in different dirs.
1816 Other cleanups.
1817 Command line option --no-desktop introduced.
1818 (desktop-read): Record buffers in the desktop file in
1819 the same order as that in the buffer list,
1820 (desktop-save): Put buffers in the order given in desktop file,
1821 regardless of what handlers do.
1822 (desktop-file-version): New variable. Version number of desktop
1823 file format.
1824 (desktop-create-buffer-form): Variable deleted.
1825 (desktop-save): New customizable variable.
1826 (desktop-kill): Use `desktop-save'.
1827 (desktop-file-name-format): New option: format in
1828 which desktop file names should be saved.
1829 (desktop-file-name): New function to convert a filename to the
1830 format specified in `desktop-file-name-format'.
1831 (desktop-create-buffer): Parameters renamed to descriptive
1832 systematic names. These parameters are visible to handlers.
1833 Renames:
1834 ver -> desktop-file-version
1835 mim -> desktop-buffer-minor-modes
1836 pt -> desktop-buffer-point
1837 mk -> desktop-buffer-mark
1838 ro -> desktop-buffer-read-only
1839 locals -> desktop-buffer-locals
1840 (desktop-buffer-major-mode, desktop-buffer-file-name)
1841 (desktop-buffer-name): Delete unused customizable variables.
1842 (desktop-buffer-misc): Delete unused variable.
1843 (desktop-save, desktop-buffer-dired-misc-data):
1844 Use `desktop-file-name'.
1845 (desktop-path): New customizable variable. List of directories in
1846 which to lookup the desktop file. Replaces hardcoded list.
1847 (desktop-globals-to-clear): New variable replaces hardcoded list.
1848 (desktop-clear-preserve-buffers-regexp): New customizable variable.
1849 (desktop-after-read-hook): New hook run after a desktop is read.
1850 (desktop-no-desktop-file-hook): New hook when no desktop file found.
1851 (desktop-change-dir): New function.
1852 (desktop-save-in-load-dir): New function. Save desktop in
1853 directory from which it was loaded.
1854 (desktop-revert): New function. Revert to the last loaded desktop.
1855
1856 2003-04-06 Masatake YAMATO <jet@gyve.org>
1857
1858 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
1859 find-file-of-tag to avoid name space pollution.
1860 (tag-find-file-of-tag-noselect): Likewise.
1861 (etags-list-tags, etags-tags-apropos):
1862 Use tag-find-file-of-tag instead of find-file-of-tag.
1863
1864 2003-04-06 Masatake YAMATO <jet@gyve.org>
1865
1866 * info.el (Info-goto-emacs-command-node): If command
1867 is given as a string, convert it to a symbol.
1868
1869 2003-04-05 Kevin Ryde <user42@zip.com.au>
1870
1871 * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
1872
1873 2003-04-05 Andre Spiegel <spiegel@gnu.org>
1874
1875 * vc-cvs.el (vc-cvs-get-entries): New function that uses the
1876 right coding system for accessing CVS/Entries.
1877 (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
1878
1879 2003-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1880
1881 * subr.el (number-sequence): Adjust code.
1882
1883 2003-04-04 Stefan Monnier <monnier@cs.yale.edu>
1884
1885 * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
1886 (refill-fill-paragraph-at): Don't skip prefix since markers work right.
1887
1888 * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
1889 (fill-paragraph): Don't skip prefix now that markers work right.
1890
1891 2003-04-04 John Paul Wallington <jpw@gnu.org>
1892
1893 * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
1894 property dynamically respects `tooltip-mode'.
1895 (define-ibuffer-column name): Likewise.
1896
1897 * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
1898
1899 2003-04-04 Masatake YAMATO <jet@gyve.org>
1900
1901 * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
1902 New helper functions.
1903 (snarf-tag-function): Doc string is changed. Explained about new
1904 optional argument, `use-explicit'.
1905 (etags-snarf-tag): Add one optional argument `use-explicit'.
1906 (file-of-tag-function): Doc string is changed. Explained about new
1907 optional argument, `relative'.
1908 (file-of-tag): Doc string is changed. Explained about new optional
1909 argument, `relative'. Pass `relative' to `file-of-tag-function'.
1910 (etags-file-of-tag): Add new argument `relative`.
1911 (list-tags): Set `buffer-read-only' to t after making the major mode
1912 apropos-mode.
1913 (etags-list-tags): Use `make-text-button' instead of
1914 `add-text-properties'. Used `snarf-tag-function',
1915 `goto-tag-location-function' and `find-file-of-tag' instead of
1916 `find-tag-other-window' (it's too simple).
1917 (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
1918 `find-file'.
1919 (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
1920 `find-file'. Do not use `etags-goto-tag-location` directly; use
1921 `goto-tag-location-function' instead. Print relative file paths
1922 instead of complete ones in *Tags List* buffer, so lines in the
1923 buffer become shorter.
1924 (etags-tags-apropos-additional): Use `make-text-button' instead of
1925 `add-text-properties'.
1926
1927 2003-04-04 Andreas Schwab <schwab@suse.de>
1928
1929 * net/tramp.el (tramp-send-string): Handle empty string.
1930
1931 2003-04-03 Richard M. Stallman <rms@gnu.org>
1932
1933 * emacs-lisp/easymenu.el (easy-menu-define):
1934 Don't make a defvar for nil.
1935 (easy-menu-convert-item-1): Doc fix.
1936 (easy-menu-change): Call easy-menu-create-menu.
1937
1938 * subr.el (read-quoted-char): Remember the input char
1939 before translation thru function-key-map, and use that for unreading.
1940
1941 * shadowfile.el (shadow-parse-fullname):
1942 Renamed from shadow-parse-fullpath.
1943 (shadow-parse-name): Renamed from shadow-parse-path.
1944 (shadow-make-fullname): Renamed from shadow-make-fullpath.
1945 (shadow-replace-name-component): Was shadow-replace-path-component.
1946 Callers of the above functions changed.
1947 (shadow-expand-cluster-in-file-name): Doc fix.
1948 (shadow-same-site, shadow-file-match): Doc fix.
1949 (shadow-define-literal-group): Doc fix.
1950
1951 * kmacro.el (kmacro-end-and-call-macro): Doc fix.
1952
1953 * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
1954
1955 * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
1956 (hack-local-variables): When MODE-ONLY is set, pass it along to
1957 hack-local-variables-prop-line.
1958
1959 * delsel.el (delete-active-region): Don't explicitly deactivate mark.
1960
1961 2003-04-03 Masatake YAMATO <jet@gyve.org>
1962
1963 * progmodes/etags.el: Require button.el.
1964 (etags-tags-apropos): Use `make-text-button' instead of
1965 `add-text-properties'. Use `snarf-tag-function' and
1966 `etags-goto-tag-location' instead of `find-tag-other-window' (it's
1967 too simple).
1968
1969 * man.el (Man-xref-header-file): Fix previous change.
1970
1971 2003-04-03 Kenichi Handa <handa@m17n.org>
1972
1973 * subr.el (number-sequence): New function.
1974
1975 2003-04-02 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
1976
1977 * sort.el (sort-reorder-buffer): Fix saving of markers at the end
1978 of the sorted region.
1979
1980 2003-04-02 Masatake YAMATO <jet@gyve.org>
1981
1982 * woman.el (woman-xref): Removed.
1983 (woman-mode): Use `Man-highlight-references' instead of
1984 `WoMan-highlight-references'.
1985 (WoMan-highlight-references): Removed.
1986
1987 * man.el (toplevel): Require button.
1988 (Man-header-file-path): New option.
1989 (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
1990 (Man-file-name-regexp, Man-normal-file-prefix-regexp)
1991 (Man-header-regexp, Man-normal-file-regexp): New variables.
1992 (Man-mode-map): Inherit from `button-buffer-map'. Don't define
1993 "\r" and mouse-2 directly. These key are defined in
1994 `button-buffer-map'.
1995 (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
1996 New buttons. `Man-xref-man-page' comes from woman.el.
1997 (man-follow-mouse): Removed.
1998 (Man-fontify-manpage): Use `Man-highlight-references' instead of
1999 calling `add-text-properties' directly.
2000 (Man-highlight-references, Man-highlight-references0): New functions.
2001 (Man-view-header-file): New function.
2002
2003 2003-04-02 Stefan Monnier <monnier@cs.yale.edu>
2004
2005 * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
2006 the trailing space since fill.el doesn't remove it anymore.
2007 (refill-mode): Reset fill-paragraph-function even if it was nil.
2008
2009 * textmodes/fill.el (fill-region-as-paragraph):
2010 Don't remove space at end of paragraph: it makes refill.el unusable.
2011 Remove obsolete `save-restriction'.
2012 (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
2013 (fill-delete-newlines): Don't add a trailing space.
2014 (fill-newline): Don't leave markers before the prefix.
2015
2016 * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
2017 New functions.
2018 (asm-mode): Use them in indent-line-function.
2019 Set tab-always-indent to nil to stay closer to previous tab behavior.
2020 Set comment-add. Remove space at end of comment-add.
2021 (asm-newline): Obsolete. Use newline-and-indent instead.
2022 (asm-mode-map): Remove TAB binding.
2023 (asm-code-level-empty-comment-pattern)
2024 (asm-flush-left-empty-comment-pattern)
2025 (asm-inline-empty-comment-pattern): Remove.
2026 (asm-comment): Use newcomment functions instead.
2027 (asm-colon): Don't tab if colon is not after a label.
2028 (asm-line-matches, asm-pop-comment-level): Remove.
2029
2030 2003-04-02 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2031
2032 * emulation/crisp.el (top-level): Quote second arg to
2033 `eval-after-load'.
2034
2035 2003-04-02 Miles Bader <miles@gnu.org>
2036
2037 * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
2038
2039 2003-04-01 Stefan Monnier <monnier@cs.yale.edu>
2040
2041 * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
2042 that do not depend on asm-comment-char.
2043 (asm-mode-map): Declare and init at the same time.
2044 (asm-code-level-empty-comment-pattern)
2045 (asm-flush-left-empty-comment-pattern)
2046 (asm-inline-empty-comment-pattern): Use \s< so they do not depend
2047 on asm-comment-char. Turn them into constants.
2048 (asm-mode): Simplify.
2049 (asm-line-matches): Remove unused arg.
2050
2051 2003-04-01 Dave Love <fx@gnu.org>
2052
2053 * time.el: Doc fixes.
2054 (display-time-mail-face): Change :type and default to nil.
2055 (display-time-mail-icon): Use pbm, not xbm.
2056 (display-time-mail-string): New.
2057 (display-time-string-forms): Use display-time-mail-string.
2058 Add checks in display property.
2059
2060 2003-04-01 Kenichi Handa <handa@m17n.org>
2061
2062 * language/indian.el (indian-font-char-index-table): Fix the
2063 order of CDAC fonts.
2064
2065 2003-04-01 Kim F. Storm <storm@cua.dk>
2066
2067 * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
2068 (set-mark-command): Unconditionally repeat pop-global-mark without
2069 C-x prefix. Fix doc.
2070
2071 * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
2072 pop-global-mark without C-x prefix. Fix doc.
2073
2074 2003-03-31 Stefan Monnier <monnier@cs.yale.edu>
2075
2076 * reveal.el (reveal-post-command): Better error handling.
2077
2078 2003-03-31 Nick Roberts <nick@nick.uklinux.net>
2079
2080 * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
2081 so that it can run on NT also.
2082
2083 2003-03-31 Masatake YAMATO <jet@gyve.org>
2084
2085 * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
2086 comments.
2087
2088 * bindings.el (mode-line-major-mode-keymap): New variable.
2089 (mode-line-minor-mode-help): New function, bound to
2090 mode-line-minor-mode-keymap.
2091 (mode-line-modes): Split mode-line-mode definitions to
2092 mode-name, mode-line-process and minor-mode-alist.
2093 For mode-name, mode-line-major-mode-keymap is used.
2094
2095 * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
2096 (lookup-minor-mode-from-indicator): New functions.
2097
2098 2003-03-31 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2099
2100 * files.el (file-relative-name): Remove superfluous `and'.
2101 Clarify docstring. From Lars Hansen.
2102
2103 2003-03-31 Kenichi Handa <handa@m17n.org>
2104
2105 * international/utf-16.el (ccl-decode-mule-utf-16-le):
2106 Don't assume the signature bytes.
2107 (ccl-decode-mule-utf-16-be): Likewise.
2108 (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
2109 (ccl-encode-mule-utf-16-be): Likewise.
2110
2111 2003-03-30 Kevin Ryde <user42@zip.com.au>
2112
2113 * info-look.el (sh-mode): Add doc-specs for commands and variables.
2114
2115 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2116
2117 * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
2118 replaces variable utf-translate-cjk which must be set via Custom.
2119
2120 * files.el (file-relative-name): If FILENAME and DIRECTORY are on
2121 different drives (on DOS/Windows) or use different handlers, do
2122 like `expand-file-name' on FILENAME and return an absolute name.
2123 From Lars Hansen <larsh@math.ku.dk>.
2124
2125 * tramp.el: Version 2.0.31 released.
2126 (tramp-handle-expand-file-name): Do not allow ".." to
2127 cross file handler boundaries, so that "/user@host:/../foo"
2128 expands to itself, rather than "/foo". This is intended to work
2129 in conjunction with a change in `file-relative-name' which makes
2130 sure to use absolute file names if FILE and DIRECTORY have
2131 different handlers.
2132 (tramp-handle-insert-directory): Comment out XEmacs
2133 kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2134
2135 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
2136
2137 * trampver.el: New file, to support Autoconf in Tramp CVS repository.
2138 * tramp.el (tramp-version, tramp-bug-report-address): Move to
2139 trampver.el, which is required now.
2140 (tramp-chunksize): Type can be nil as well.
2141 Reported by Markus Rost <rost@math.ohio-state.edu>.
2142 * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
2143 listing entry more robust. Ranges from 10 chars (Samba 1) to 7-9
2144 chars (Samba 2).
2145
2146 2003-03-29 John Paul Wallington <jpw@gnu.org>
2147
2148 * international/mule.el (with-category-table): Use `make-symbol'
2149 to avoid variable capture. Set table within `unwind-protect'.
2150 Ensure table is restored in correct buffer. Add docstring.
2151
2152 2003-03-29 Kenichi Handa <handa@m17n.org>
2153
2154 * language/japan-util.el: If system-type is not for Windows,
2155 prefer japanese-iso-8bit.
2156
2157 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change)
2158
2159 * term/mac-win.el (iconify-or-deiconify-frame): Define for
2160 compatibility with packages that use it.
2161
2162 2003-03-28 Lute Kamstra <Lute.Kamstra@cwi.nl>
2163
2164 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
2165 Fix docstring.
2166 (checkdoc-interactive, checkdoc-message-interactive): Make them
2167 perform spell checking when appropriate.
2168 (checkdoc-interactive-loop): Fix docstring and a few typos.
2169 (checkdoc-interactive-ispell-loop)
2170 (checkdoc-message-interactive-ispell-loop): New functions.
2171 (checkdoc-next-error): Fix docstring.
2172 (checkdoc-this-string-valid-engine): Fix typo.
2173 (checkdoc-ispell-docstring-engine): Do test for
2174 checkdoc-autofix-flag = nil.
2175
2176 2003-03-28 Jonathan Yavner <jyavner@engineer.com>
2177
2178 * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
2179 top-level macros that put functions as properties.
2180 (testcover-mark): No error for functions that just return a constant.
2181
2182 2003-03-27 Andreas Schwab <schwab@suse.de>
2183
2184 * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
2185 is marked as edited.
2186
2187 2003-03-26 Kenichi Handa <handa@m17n.org>
2188
2189 * files.el (recode-file-name): New function.
2190
2191 * international/characters.el: Setup categories for Indian characters.
2192
2193 2003-03-26 Steve Youngs <youngs@xemacs.org>
2194
2195 * em-unix.el (eshell-plain-locate-behavior): Make the default
2196 nil on Emacs, t on XEmacs.
2197
2198 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
2199
2200 * emacs-lisp/byte-opt.el (byte-optimize-set): New.
2201 Turn `set' into `setq' when applicable.
2202
2203 2003-03-24 Stefan Monnier <monnier@cs.yale.edu>
2204
2205 * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
2206 args blindly to defcustom. Use custom-set-minor-mode.
2207
2208 2003-03-24 Kim F. Storm <storm@cua.dk>
2209
2210 * simple.el: Rework last change so C-x C-SPC C-SPC does not
2211 repeat pop-global-mark by default.
2212 (pop-global-mark-quick-repeat): New user option.
2213 (set-mark-command): Use it.
2214
2215 * emulation/cua-base.el (cua-set-mark):
2216 Check pop-global-mark-quick-repeat.
2217
2218 2003-03-24 John Paul Wallington <jpw@gnu.org>
2219
2220 * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
2221 the global map.
2222
2223 * emerge.el (emerge-show-file-name): Read event irrespective of
2224 whether minibuffer window is resized. Clear minibuffer when done.
2225
2226 * cus-theme.el (customize-create-theme): Rename from
2227 `custom-theme-create'.
2228
2229 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
2230
2231 * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
2232
2233 2003-03-23 Peter Breton <pbreton@attbi.com>
2234
2235 * net/net-utils.el (dns-lookup-host): New function.
2236
2237 2003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2238
2239 * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
2240 an infinite loop when Emacs' open-paren-in-column-zero rule
2241 kicks in and causes the sexp functions to misbehave.
2242
2243 2003-03-22 Peter Breton <pbreton@cs.umb.edu>
2244
2245 * filecache.el (file-cache-add-directory-recursively)
2246 (file-cache-complete, file-cache-display): New functions.
2247
2248 * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
2249 (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
2250
2251 * dirtrack.el (dirtrack-cygwin-directory-function): New function.
2252 Remove timestamp.
2253
2254 2003-03-22 Kim F. Storm <storm@cua.dk>
2255
2256 * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string
2257 accordingly.
2258 (ido-define-mode-map): Bind C-l for both file and dir modes.
2259 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
2260 Let-bind enable-recursive-minibuffers to t around read-string.
2261
2262 2003-03-22 Kenichi Handa <handa@m17n.org>
2263
2264 * international/fontset.el (setup-default-fontset):
2265 Use indian-font-char-range for specifying ranges of indian-glyph
2266 chars. Setup for AKRUTI fonts.
2267
2268 * language/indian.el (indian-font-foundry): New variable.
2269 (indian-script-language-alist): New variable.
2270 (indian-font-char-index-table): New variable.
2271 (indian-font-char): New function.
2272 (indian-font-char-range): New function.
2273 (font-ccl-encoder-alist): Add entry for AKRUTI font.
2274
2275 2003-03-22 Kim F. Storm <storm@cua.dk>
2276
2277 * progmodes/cperl-mode.el (cperl-electric-backspace):
2278 Add delete-selection property.
2279
2280 * simple.el (set-mark-command): Doc fixes.
2281 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
2282 C-u C-u C-SPC now unconditionally sets the mark.
2283
2284 * emulation/cua-base.el (cua-set-mark): Doc fixes.
2285 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
2286 C-u C-u C-SPC now unconditionally sets the mark.
2287
2288 2003-03-20 Mark A. Hershberger <mah@everybody.org>
2289
2290 * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
2291
2292 2003-03-20 Kenichi Handa <handa@m17n.org>
2293
2294 * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
2295 handling invalid 5 to 6 bytes sequence.
2296
2297 2003-03-19 Simon Marshall <simon@gnu.org>
2298
2299 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
2300 New variable.
2301 (makefile-mode): Use it for value of font-lock-syntactic-keywords.
2302
2303 2003-03-19 John Paul Wallington <jpw@gnu.org>
2304
2305 * cus-theme.el (custom-theme-create): Add autoload cookie.
2306
2307 2003-03-19 Kenichi Handa <handa@m17n.org>
2308
2309 * dired.el (dired-get-filename): Pay attention to the case that
2310 `read' returns a unibyte string. Don't encode the file name by
2311 buffer-file-coding-system.
2312
2313 2003-03-18 Kenichi Handa <handa@m17n.org>
2314
2315 * language/european.el ("Latin-6"): Fix input-method.
2316 ("Latin-7"): Fix input-method.
2317
2318 * international/utf-8.el (utf-fragment-on-decoding):
2319 Don't call register-char-codings.
2320 (utf-fragment-on-decoding): Don't update char-coding-system-table.
2321 (utf-translate-cjk): Don't call register-char-codings nor
2322 optimize-char-coding-system-table. Don't update
2323 char-coding-system-table.
2324
2325 * international/ucs-tables.el (ucs-unify-8859): Don't call
2326 register-char-codings.
2327 (ucs-unify-8859): Don't call optimize-char-coding-system-table.
2328 (ucs-fragment-8859): Don't update char-coding-system-table.
2329 Don't call register-char-codings nor optimize-char-coding-system-table.
2330
2331 * international/mule.el (optimize-char-coding-system-table):
2332 Remove this function.
2333 (register-char-codings): Make it obsolete.
2334 (char-coding-system-table): Defconst it here.
2335 (make-coding-system): Don't call register-char-codings, call
2336 define-coding-system-internal.
2337
2338 * international/mule-conf.el (no-conversion):
2339 Call define-coding-system-internal on this coding system instead of
2340 calling register-char-codings.
2341
2342 * international/mule-cmds.el (find-coding-systems-for-charsets):
2343 Use find-coding-systems-string instead of looking up
2344 char-coding-system-table.
2345
2346 * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
2347 (cp-make-coding-system): Don't call cp-fix-safe-chars.
2348
2349 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
2350
2351 * startup.el (command-line-1): Use command-execute for any command.
2352
2353 2003-03-17 Stefan Monnier <monnier@cs.yale.edu>
2354
2355 * buff-menu.el (list-buffers-noselect): Use the display property
2356 to properly align header-line text with the buffer's contents.
2357
2358 2003-03-17 Kenichi Handa <handa@m17n.org>
2359
2360 * international/mule.el (ctext-post-read-conversion): Convert the
2361 search pattern to multibyte by string-to-multibyte.
2362
2363 2003-03-16 Deepak Goel <deego@gnufans.org>
2364
2365 * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
2366 for GMT. Suggested by bob@rattlesnake.com.
2367
2368 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
2369
2370 * pcvs.el (cvs-mode!): Remove unused argument.
2371
2372 * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
2373 that member-ignore-case might signal.
2374 (easy-menu-add-item): Default to the global map, as documented.
2375 (easy-menu-convert-item-1): Use match-string.
2376
2377 2003-03-15 Mark A. Hershberger <mah@everybody.org>
2378
2379 * xml.el (xml-ucs-to-string): New function to convert Unicode
2380 codepoints to strings. Uses decode-char (mule.el) if available.
2381 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
2382 (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
2383 (xml-parse-attlist): Add attribute normalization.
2384 (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
2385
2386 2003-03-14 John Paul Wallington <jpw@gnu.org>
2387
2388 * files.el (recover-session): Error if there are no previous
2389 sessions to recover.
2390
2391 * subr.el (posn-col-row): Simplify.
2392
2393 * arc-mode.el (archive-subtype, archive-file-list-start)
2394 (archive-file-list-end, archive-proper-file-start)
2395 (archive-read-only, archive-local-name, archive-mode-map)
2396 (archive-file-name-indent, archive-remote)
2397 (archive-alternate-display, archive-superior-buffer)
2398 (archive-subfile-mode): Doc fixes.
2399
2400 2003-03-14 Stefan Monnier <monnier@cs.yale.edu>
2401
2402 * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
2403 and the user hits TAB a second time, just insert a tab.
2404
2405 * textmodes/texinfo.el (texinfo-outline-level): Remove.
2406 (texinfo-mode): Set outline-heading-alist instead.
2407 (texinfo-section-list): Reorder for the needs of outline-heading-alist.
2408 (texinfo-insert-block): Don't cons needlessly.
2409 (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
2410 (texinfo-insert-quote): Use them.
2411
2412 * textmodes/outline.el (outline-level): Demote it to defvar.
2413 (outline-heading-alist): Document extended semantics.
2414 (outline-head-from-level): New fun.
2415 (outline-promote, outline-demote): Use it.
2416 (outline-show-heading): New fun.
2417 (hide-sublevels, show-children):
2418 Use it together with outline-map-region.
2419 (outline-get-next-sibling): Don't call outline-level at eob.
2420
2421 2003-03-14 Simon Josefsson <jas@extundo.com>
2422
2423 * fringe.el (fringe-mode): Autoload so that
2424 Options->Show/Hide->Fringe->Customize works.
2425
2426 2003-03-13 Stefan Monnier <monnier@cs.yale.edu>
2427
2428 * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
2429 (outline-mode-prefix-map): Match new bindings to those of allout.
2430 (outline-map-region): New fun.
2431 (outline-map-tree): Remove.
2432 (outline-promote, outline-demote): Apply to region if active.
2433 Change the default to apply to the subtree.
2434 (outline-move-subtree-up, outline-move-subtree-down): New funs.
2435 (outline-invisible-p): Add optional `pos' argument.
2436 (outline-next-visible-heading, outline-toggle-children): Use it.
2437 (outline-get-next-sibling): Don't call outline-level at eob.
2438
2439 * custom.el (custom-set-minor-mode): New fun.
2440
2441 2003-03-13 Dave Love <fx@gnu.org>
2442
2443 * international/latin1-disp.el (ucs-tables): Don't require.
2444 (latin1-display-face): New.
2445 (latin1-display-char): Use it.
2446
2447 2003-03-13 Kenichi Handa <handa@m17n.org>
2448
2449 * international/mule-cmds.el (reset-language-environment):
2450 Set default-file-name-coding-system to iso-latin-1.
2451
2452 * language/european.el (iso-latin-1): Definition of this coding
2453 system moved to mule-conf.el.
2454
2455 * international/mule-conf.el (iso-latin-1): Moved from
2456 european.el.
2457
2458 * term/x-win.el (x-select-text): Don't set a text containing
2459 eight-bit-control/graphic into the cut buffer.
2460
2461 2003-03-12 Kenichi Handa <handa@m17n.org>
2462
2463 * files.el (insert-directory): Decode by what specified.
2464
2465 * language/japan-util.el (setup-japanese-environment-internal):
2466 By defalt, use japanese-iso-8bit for file names, and prefer
2467 japanese-shift-jis on DOS and Windows.
2468
2469 * international/quail.el (quail-show-guidance-buf): Make the quail
2470 guidance buffer inherit the current value of quail-current-package.
2471
2472 * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
2473 on handling an invalid byte sequence.
2474
2475 2003-03-11 Jason Rumney <jasonr@gnu.org>
2476
2477 * files.el (auto-mode-alist): Add .xsl for sgml-mode.
2478
2479 2003-03-11 Mark A. Hershberger <mah@everybody.org>
2480
2481 * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
2482
2483 2003-03-11 John Paul Wallington <jpw@gnu.org>
2484
2485 * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
2486 `default-line-spacing', rather than buffer-local `line-spacing'.
2487
2488 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
2489
2490 * cus-edit.el (customize-rogue): New command.
2491
2492 2003-03-10 Andreas Schwab <schwab@suse.de>
2493
2494 * info.el (Info-extract-menu-node-name)
2495 (Info-following-node-name): Revert last change.
2496
2497 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org>
2498
2499 * progmodes/scheme.el (scheme-mode-syntax-table):
2500 Construct w/o using `with-syntax-table'.
2501
2502 2003-03-10 John Paul Wallington <jpw@gnu.org>
2503
2504 * subr.el (posn-col-row): Take into account `line-spacing'.
2505
2506 * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
2507 if major mode isn't `Electric-buffer-menu-mode'.
2508
2509 * term/x-win.el (vendor-specific-keysyms)
2510 (x-last-selected-text-primary): Doc fixes.
2511 (x-win-suspend-error): Use proper noun in error message.
2512
2513 2003-03-09 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2514
2515 * man.el (Man-getpage-in-background): Always use `setenv' for
2516 environment variables, instead of modifying process-environment
2517 directly. The previous version let-bound process-environment --
2518 the let-binding is skipped for GROFF_NO_SGR because there is
2519 already a let-binding in effect in some outer scope.
2520
2521 * emulation/crisp.el (top-level): Interoperate with cua.
2522
2523 2003-03-08 Kim F. Storm <storm@cua.dk>
2524
2525 * emulation/cua-base.el: Provide `cua' feature.
2526
2527 2003-03-08 Juanma Barranquero <lektu@terra.es>
2528
2529 * emulation/cua-base.el (cua--standard-movement-commands):
2530 Fix docstring.
2531
2532 2003-03-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2533
2534 * man.el (Man-getpage-in-background): Only change
2535 default-directory if necessary.
2536
2537 2003-03-07 Andreas Schwab <schwab@suse.de>
2538
2539 * info.el (Info-following-node-name): Skip trailing period.
2540 (Info-extract-menu-node-name): Allow period in node name.
2541
2542 2003-03-07 Kevin Rodgers <kevin.rodgers@ihs.com>
2543
2544 * dired-x.el (dired-guess-shell-case-fold-search): New user option.
2545 (dired-guess-default): Use it.
2546
2547 2003-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2548
2549 * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
2550 (dcl-font-lock-defaults): New var.
2551 (dcl-mode): Make and init local var `font-lock-defaults'.
2552
2553 2003-03-06 Kevin Rodgers <kevin.rodgers@ihs.com>
2554
2555 * ffap.el (dired-at-point): Check whether the user can create a
2556 directory before asking about creating it.
2557
2558 2003-03-06 John Paul Wallington <jpw@gnu.org>
2559
2560 * ebuff-menu.el (electric-buffer-list):
2561 Respect `Buffer-menu-use-header-line'.
2562 (electric-buffer-menu-looper): Likewise.
2563
2564 * buff-menu.el (Buffer-menu-mode-map): Add docstring.
2565 (Buffer-menu-buffer): Fix indentation.
2566 (list-buffers-noselect): Calculate header-line spacing to take
2567 into account width of left fringe and left scrollbar.
2568
2569 2003-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2570
2571 * ps-print.el (ps-print-version): New version number (6.6).
2572 (ps-begin-job): If background and foreground color are the same, give
2573 an error.
2574 (ps-default-fg, ps-default-bg): Better doc.
2575 (ps-rgb-color): Became a defun, check RGB value list.
2576 (ps-default-background): New internal var.
2577 (ps-begin-file): Code fix.
2578
2579 2003-03-05 Richard M. Stallman <rms@gnu.org>
2580
2581 * replace.el (query-replace-read-args): Use save-excursion.
2582 (map-query-replace-regexp): Use prefix-numeric-value.
2583
2584 2003-03-05 Juanma Barranquero <lektu@terra.es>
2585
2586 * term/w32-win.el (x-handle-geometry): Put sizes on
2587 `initial-frame-alist' too.
2588
2589 * startup.el (command-line-x-option-alist): Make --border-color set
2590 the border-color frame parameter, not border-width.
2591
2592 * faces.el (frame-set-background-mode): Fix reference to attribute
2593 "backgroundMode".
2594
2595 2003-03-05 Reto Zimmermann <reto@gnu.org>
2596
2597 * progmodes/vhdl-mode.el: Version 3.32.12 released.
2598 Modifications for displaying all projects in hierarchy browser and case
2599 insensitive hierarchy browsing. Change Rod's email address.
2600 Include `itimer.el' patch for XEmacs. Backquote fix. Change some
2601 documentation strings. Add "ERROR: " prefix to all error
2602 messages. Enhanced usage of hideshow.
2603 (vhdl-in-literal): Remove unused argument LIM.
2604 (vhdl-compiler-alist): Enhance customization for compilers; add
2605 "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
2606 "Savant", "ProVHDL" and "VeriBest" compilers.
2607 Add new error message syntax for Modelsim.
2608 Add Synplify, column no in error regexp.
2609 Include library name in library command.
2610 Add unit-to-file name mapping for Savant.
2611 Add library option in Makefile generation command.
2612 Add command to create library directory.
2613 Built-in Makefile generation is always default.
2614 (vhdl-create-mode-menu): Split menues for compilers, projects, models.
2615 Add customization for `global-font-lock-mode'.
2616 Fix `customize-group' entries for XEmacs and
2617 change "Gen." to "Generate". Get *Messages* buffer.
2618 Fix "Auto Load Setup File" menu entry.
2619 Add faces customization to "Options". Add "Options" entry.
2620 Include `speedbar-indentation-width'.
2621 (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
2622 (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
2623 Fix template abortion.
2624 (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
2625 in package.
2626 (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
2627 Better treat comments and strings. Fix "=> ," alignment.
2628 (vhdl-port-paste-testbench): Print file names created.
2629 Better handling when file exist/open. Additional comments in code.
2630 Replace keywords in testbench entity and architecture file headers.
2631 Adjust case in testbench configuration.
2632 (vhdl-port-paste-instance): Special case: no number in instance name.
2633 (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
2634 (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
2635 highlight instantiations without map.
2636 Highlight quantity declaration names. Highlight formal parameters.
2637 Fix label highlighting for signal asst.
2638 (vhdl-mode): `comment-padding' for Emacs 21 only.
2639 Remove forced `turn-on-font-lock'.
2640 Remove `hippie-expand-only-buffers' setting.
2641 Update online documentation and web address.
2642 (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
2643 Change ARG for uncommenting.
2644 (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
2645 (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
2646 (vhdl-port-list): Add context clause.
2647 (vhdl-port-paste-signals): Include direction comments.
2648 (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
2649 (vhdl-port-*): Include name in status messages.
2650 (vhdl-package-alist): Scan for and display subprogram body.
2651 Change key to lower case, add original case identifier.
2652 Scan for packages used by package body.
2653 (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
2654 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
2655 Message "No VHDL design units!".
2656 (vhdl-compile-init): Allow fourth element (column no) in error regexp.
2657 Fix `nconc' bug. Eliminate redundant regexps.
2658 (vhdl-minibuffer-tab): No indentation.
2659 Use `hippie-expand-only-buffers' to take
2660 expansions from VHDL buffers only; don't overwrite non-nil default of
2661 `hippie-expand-only-buffers'; check whether
2662 `hippie-expand-only-buffers' is bound.
2663 (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
2664 `nature_pkg' package.
2665 (vhdl-align-alist): Fix "when/else ... =>" case.
2666 Align declaration keywords only at beg. of line.
2667 Align <=, := and == among each other.
2668 (vhdl-port-copy): Extended identifiers for signal names.
2669 Fix on empty generic/port clause.
2670 Fix parsing of comment on first line.
2671 Allow generic clause begin on first line.
2672 Add "inout" and "linkage" to direction modes.
2673 (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
2674 (vhdl-file-header): Insert VHDL language standard string.
2675 (vhdl-instance-name): Unique numbers in instance names.
2676 (vhdl-compile): Check for existing compile directory.
2677 Print out file name if compiler does not; put it in
2678 quotes if contains spaces. Check compiler name.
2679 (vhdl-compiler): Change empty value from "" to nil.
2680 (vhdl-make): Check for existing compile directory.
2681 Fix missing options if there is a target. Check compiler name.
2682 (vhdl-template-field): Fix case on all VHDL words.
2683 (vhdl-template-others): Re-electrified "others".
2684 (vhdl-speedbar-expand-architecture): Give user control over displayed
2685 hierarchy depth.
2686 (vhdl-project-alist): Insert library name in Makefile name.
2687 Sources exclude regexp. Add file-specific compile exceptions.
2688 Enhance customization of projects.
2689 (vhdl-get-hierarchy): Include configurations in hierarchy list.
2690 Fix bug with configurations.
2691 Consider configurations; also at lower levels.
2692 (vhdl-speedbar-item-info): Enhance displaying.
2693 (vhdl-scan-file-contents): Fix skipping of comments in scanning.
2694 Sources exclude regexp.
2695 Allow comment lines in instantiations.
2696 Fix used packages in package body scanning.
2697 Allow code before first block configuration.
2698 Scan also for "is" keyword of design units.
2699 Scan configuration specification.
2700 Clear directory alists first.
2701 Consistency check.
2702 Check for multiply scanned design units.
2703 Scan components/subprograms in package.
2704 Scan library clauses and subconfigurations.
2705 Limit file size for scanning.
2706 (vhdl-entity-alist): Change key to lower case, add original case
2707 identifier.
2708 (vhdl-electric-tab): Not overwrite non-nil default of
2709 `hippie-expand-only-buffers'.
2710 (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
2711 bound; use it to take expansions from VHDL buffers only.
2712 (vhdl-electric-tab): Toggle comment indent.
2713 (vhdl-generate-makefile): Check compiler name.
2714 Add library option in Makefile generation command.
2715 (vhdl-generate-makefile): Add dependencies for components in package.
2716 (vhdl-template-elsif): No expansion in concurrent part (except AMS).
2717 (vhdl-insert-string-or-file): Resolve environment variables.
2718 (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
2719 (vhdl-submit-bug-report): Prompt for summary.
2720 (vhdl-resolve-paths): Rearrange environment variable resolution.
2721 (vhdl-scan-project-contents): Rearrange environment variable
2722 resolution.
2723 (vhdl-scan-project-contents): Allow absolute paths.
2724 (vhdl-doc-coding-style): Update RMM URL.
2725 (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
2726 (vhdl-model-insert): Replace header prompts too.
2727 (vhdl-template-header): New argument `is-model'.
2728 (vhdl-template-generate-body): Remove "begin" for VHDL'93.
2729 (vhdl-actual-port-name): Change default value (no "_i" extension).
2730 (vhdl-template-modify): Delete date instead of kill.
2731 (vhdl-get-source-files): Don't match source files beginning with ".".
2732 (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
2733 (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
2734 (vhdl-speedbar-expand-*): Display used packages.
2735 (vhdl-sequential-statement-p): Better algorithm.
2736 (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
2737 (vhdl-electric-...): No stuttering within literals.
2738 (vhdl-template-footer): Replace keywords in footer as in header.
2739 (vhdl-align-...): Enhance alignment, add progress reporting.
2740 (vhdl-beautify-region): Bug fix.
2741 (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
2742 (vhdl-testbench-configuration-name)
2743 (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
2744 (vhdl-prepare-search-[12]): Fix search within hidden code.
2745 (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
2746 (vhdl-template-for): Fix sequential statement part detection.
2747 (vhdl-electric-space): Fix wrapping for non-word characters.
2748 (vhdl-template-standard-package): Don't insert "std" library.
2749 (vhdl-template-architecture): Code optimization.
2750 (vhdl-template-package): Search for existing package name.
2751 (vhdl-template-component-decl, vhdl-port-paste-declaration):
2752 Insert "is" in VHDL'93.
2753 (match-string-no-properties, vhdl-forward-comment): New aliases.
2754 (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
2755 (file-expand-wildcards, regexp-opt, subst-char-in-string)
2756 (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
2757 (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
2758 (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
2759 (vhdl-backward-same-indent, vhdl-beginning-of-block)
2760 (vhdl-character-to-event, vhdl-compile-directory)
2761 (vhdl-compile-print-file-name, vhdl-compose-components-package)
2762 (vhdl-compose-insert-generic, vhdl-compose-insert-port)
2763 (vhdl-compose-insert-signal, vhdl-compose-new-component)
2764 (vhdl-compose-place-component, vhdl-compose-wire-components)
2765 (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
2766 (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
2767 (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
2768 (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
2769 (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
2770 (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
2771 (vhdl-forward-same-indent, vhdl-generate-makefile-1)
2772 (vhdl-get-compile-options, vhdl-get-components-package-name)
2773 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
2774 (vhdl-get-visible-signals, vhdl-goto-marker)
2775 (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
2776 (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
2777 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
2778 (vhdl-parse-group-comment, vhdl-paste-group-comment)
2779 (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
2780 (vhdl-port-reverse-direction, vhdl-process-command-line-option)
2781 (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
2782 (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
2783 (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
2784 (vhdl-save-caches, vhdl-scan-context-clause)
2785 (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
2786 (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
2787 (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
2788 (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
2789 (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
2790 (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
2791 (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
2792 (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
2793 (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
2794 (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
2795 (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
2796 (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
2797 (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
2798 (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
2799 (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
2800 (vhdl-subprog-paste-specification, vhdl-template-others-hook)
2801 (vhdl-template-replace-header-keywords, vhdl-toggle-project)
2802 (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
2803 (vhdl-update-progress-info, vhdl-update-sensitivity-list)
2804 (vhdl-update-sensitivity-list-buffer)
2805 (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
2806 (vhdl-warning, vhdl-warning-when-idle)
2807 (vhdl-widget-directory-validate, vhdl-work-library)
2808 (vhdl-write-file-hooks-init): New functions.
2809 (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
2810 (vhdl-align-noindent-region, vhdl-create-customize-menu)
2811 (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
2812 (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
2813 (vhdl-speedbar-toggle-hierarchy): Functions deleted.
2814 (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
2815 functions, not defsubsts.
2816 (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
2817 Delete defsubsts.
2818 (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
2819 (vhdl-testbench): New customization groups.
2820 (vhdl-electric): Customization group deleted.
2821 (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
2822 (vhdl-imenu-generic-expression): Define as constants instead of
2823 variables.
2824 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
2825 (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
2826 (vhdl-font-lock-keywords-0): Constants deleted.
2827 (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
2828 New macros.
2829 (vhdl-ext-syntax-table): Macro deleted.
2830 (vhdl-align-group-separate, vhdl-align-same-indent)
2831 (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
2832 (vhdl-components-package-name, vhdl-compose-architecture-name)
2833 (vhdl-compose-create-files, vhdl-compose-include-header)
2834 (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
2835 (vhdl-entity-file-name, vhdl-file-name-case)
2836 (vhdl-include-group-comments, vhdl-include-type-comments)
2837 (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
2838 (vhdl-package-file-name, vhdl-project-auto-load)
2839 (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
2840 (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
2841 (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
2842 (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
2843 (vhdl-testbench-configuration-name)
2844 (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
2845 (vhdl-testbench-include-library, vhdl-use-components-package)
2846 (vhdl-use-direct-instantiation): New options.
2847 (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
2848 (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
2849 (vhdl-testbench-entity-header): Options deleted.
2850 (speedbar-indentation-width, vhdl-compile-file-name)
2851 (vhdl-config-alist, vhdl-directive-keywords-regexp)
2852 (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
2853 (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
2854 (vhdl-port-flattened, vhdl-port-reversed-direction)
2855 (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
2856 (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
2857 (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
2858 (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
2859 (vhdl-warnings): New variables.
2860 (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
2861 (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
2862 (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
2863
2864 2003-03-04 Rob Kaut <rob@siworks.com> (tiny change)
2865
2866 * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
2867 Remove two comment characters at start of line instead of one.
2868
2869 2003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2870
2871 * printing.el (pr-get-symbol): Move it to next eval-and-compile.
2872
2873 2003-03-03 John Paul Wallington <jpw@gnu.org>
2874
2875 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
2876 `gensym' in case user calls macro at runtime.
2877 (ibuffer-save-marks): Likewise.
2878
2879 2003-03-03 Kenichi Handa <handa@m17n.org>
2880
2881 * language/japan-util.el (japanese-symbol-table): Add two entries
2882 to make it complete.
2883
2884 2003-03-03 Andreas Schwab <schwab@suse.de>
2885
2886 * info.el (Info-fontify-node): Don't hide indentation before the
2887 reference name. Don't process a reference twice when a new tag is
2888 inserted.
2889 (Info-hide-note-references): Fix doc and customize type.
2890
2891 2003-03-02 Matt Swift <swift@alum.mit.edu>
2892
2893 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2894 New custom variable.
2895 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
2896 that first docstring lines ending with a comma are respected.
2897 Add "`(" to same so that function and macro bodies beginning with a
2898 backquote do not get disturbed. Revise the comments.
2899
2900 2003-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2901
2902 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
2903
2904 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
2905 and initialize as for tool-bar-mode.
2906
2907 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2908
2909 * net/tramp.el: Version 2.0.30 released.
2910 Replace term "path" with "localname" unless it is used for a
2911 search path.
2912 (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
2913 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
2914 addition to setting $PS1 when starting the Bourne-ish shell.
2915 Some sh implementations (eg, bash when called as sh) read the file
2916 named there on startup, which could clobber $PS1.
2917 (tramp-do-copy-or-rename-file-one-local): New function.
2918 Not implemented. Not used. Should invoke rcp or scp directly to keep
2919 the time.
2920
2921 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
2922
2923 * net/tramp-smb.el: Replace term `path' with `localname'
2924 unless it is used for a search path. In GNU, the word `path' is
2925 reserved for search paths.
2926
2927 * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
2928 (tramp-send-string): New function. Takes over the role of the
2929 functions above, in order to have a unique place handling
2930 `tramp-chunksize'. Same implementation as `tramp-send-region'.
2931 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
2932 only known to have a buggy `process-send-string' implementation.
2933 First black-listed constellation is GNU Emacs/ hpux.
2934 (tramp-send-region): Correct debug message.
2935 (tramp-bug): Add `tramp-chunksize'.
2936
2937 2003-02-26 Matt Swift <swift@alum.mit.edu>
2938
2939 * startup.el: Streamline code in several functions for efficiency
2940 and readability. Rephrase booleans to avoid `(not noninteractive)'.
2941 Clarify several booleans expressions using De Morgan's laws.
2942
2943 (command-line): Fix barf when first command-line option handled by
2944 `command-line-1' is in the form --OPT=VAL.
2945 (command-line-1): Restore intended behavior of the --directory/-L
2946 command-line option: "-L a -L b -L c" on the command-line now puts
2947 '(a b c) at the front of `load-path'.
2948
2949 2003-02-26 Oliver Scholz <alkibiades@gmx.de>
2950
2951 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
2952 (gamegrid-add-score-with-update-game-score-1): New function,
2953 factored out of `gamegrid-add-score-with-update-game-score'.
2954 (gamegrid-add-score-with-update-game-score): Use it. Fall back on
2955 `gamegrid-add-score-insecure' if the requested file does not exist
2956 in $(gamedir), in case the user has installed a game on his own.
2957 (gamegrid-add-score-insecure): Accept optional directory argument.
2958
2959 2003-02-25 Andreas Schwab <schwab@suse.de>
2960
2961 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
2962 variable references by requireing that $ is not preceded by another $.
2963
2964 2003-02-25 Kenichi Handa <handa@m17n.org>
2965
2966 * env.el (setenv): Fix previous change.
2967
2968 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
2969
2970 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
2971
2972 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
2973
2974 * progmodes/simula.el: Move abbrev loading to after the fun it uses.
2975 (simula-install-standard-abbrevs): Use dolist.
2976 Use system-flag when calling define-abbrev.
2977
2978 2003-02-24 Dave Love <fx@gnu.org>
2979
2980 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
2981
2982 * env.el (read-envvar-name): Decode names.
2983 (substitute-env-vars): Use eval-when-compile and char class.
2984 (setenv): Doc fix. Encode the data (after checking that's possible).
2985 (getenv): Encode the name and decode the result.
2986
2987 2003-02-24 Ken Manheimer <klm@zope.com>
2988
2989 * allout.el (allout-pre-command-business): Fix docstring.
2990
2991 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
2992
2993 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
2994
2995 2003-02-24 Kenichi Handa <handa@m17n.org>
2996
2997 * international/characters.el: Fix syntaxes of gb2312 and big5.
2998
2999 * language/japan-util.el (sentence-end-save): Variable deleted.
3000 (setup-japanese-environment-internal): Don't setup sentence-end.
3001 (exit-japanese-environment): Function deleted.
3002
3003 * language/japanese.el ("Japanese"): Delete `exit-function'.
3004
3005 * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
3006 characters.
3007
3008 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
3009
3010 * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
3011 rakar + halant" and "halant + rrakar + halant".
3012
3013 2003-02-23 Richard M. Stallman <rms@gnu.org>
3014
3015 * replace.el (query-replace-read-args): Return just 3 values.
3016 (query-replace, query-replace-regexp)
3017 (query-replace-regexp-eval, map-query-replace-regexp)
3018 (replace-string, replace-regexp): Read the start and end args
3019 separately so that the expressions are recorded in command-history.
3020
3021 * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
3022
3023 * startup.el (inhibit-startup-hooks): New variable.
3024 (normal-top-level): Obey that variable.
3025 (command-line-1): Run emacs-startup-hook before term-setup-hook.
3026 Set inhibit-startup-hooks too.
3027
3028 * files.el (revert-buffer): Different error message
3029 for reverting a nonexistent file.
3030
3031 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
3032
3033 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
3034 (toplevel): Require man.
3035 Don't autoload tmm-prompt (it's in loaddefs.el).
3036 (cperl-electric-backspace-untabify): New var.
3037 (cperl-electric-backspace): Use it.
3038 (cperl-vc-header-alist): Extract numeric version from the Id.
3039 (cperl-build-manpage): New fun.
3040 (cperl-menu): Use it. Add toggle-autohelp.
3041 (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
3042 (cperl-electric-brace): Use `cperl-after-block-p' for detection.
3043 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
3044 '(' after keyword would insert a doubled paren.
3045 (cperl-calculate-indent): Update syntaxification before checks.
3046 Fix wrong indent of blocks starting with POD.
3047 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
3048 of buffer. This enables recognition of end of HERE-doc "as one types".
3049 Require "\n" after trailing tag of HERE-doc.
3050 \( made non-quoting outside of string/comment (gdj-contributed).
3051 Likewise for \$. Remove `here-doc-group' text property at start
3052 (makes this property reliable).
3053 Text property `first-format-line' ==> t.
3054 Do not recognize $opt_s and $opt::s as s///.
3055 (cperl-after-block-p): Optional arg pre-block to check for a pre-block
3056 Recognize `continue' blocks too.
3057 (cperl-after-expr-p): Update syntaxification before checks. Work after
3058 here-docs, formats, and PODs too (affects many electric constructs).
3059 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
3060 (cperl-perldoc): Use case-sensitive search.
3061
3062 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
3063 (cperl-xemacs-p): Move.
3064 (cperl-can-font-lock): New var to replace window-system.
3065 (cperl-enable-font-lock): Use it.
3066 (cperl-use-major-mode): New var.
3067 (cperl-mode): Use it.
3068 (cperl-calculate-indent): Remove code whose removal was missed
3069 in some earlier merge.
3070 (cperl-tags-hier-init): Use display-popup-menus-p.
3071
3072 2003-02-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3073
3074 * files.el (abbreviate-file-name): Shorten docstring: variables
3075 are now hyperlinks and `C-h v' need not be mentioned explicitly.
3076
3077 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3078
3079 * files.el (abbreviate-file-name): Document removal of
3080 automounter prefixes. Reported by Lars Hansen.
3081
3082 2003-02-21 Kim F. Storm <storm@cua.dk>
3083
3084 * emulation/cua-base.el: Add run-time check to catch users trying
3085 to use older versions of CUA-mode, rather than the version
3086 distributed with Emacs. Use autoload cookies and eval-after-load.
3087
3088 * startup.el (command-line): Clarify and tidy up the message
3089 printed when there are errors in the user-init-file.
3090 Do not encapsulate the error data; it's read by humans here.
3091 Do not split windows when displaying the *Message* buffer.
3092
3093 2003-02-20 Stefan Monnier <monnier@cs.yale.edu>
3094
3095 * subr.el (with-syntax-table): Don't copy the table any more.
3096
3097 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
3098
3099 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
3100 work on cygwin systems too.
3101
3102 2003-02-20 Juanma Barranquero <lektu@terra.es>
3103
3104 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
3105 Remove useless check.
3106
3107 2003-02-20 Andreas Schwab <schwab@suse.de>
3108
3109 * info.el (Info-extract-menu-node-name): Stop if colon is
3110 followed by open paren.
3111
3112 2003-02-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3113
3114 * mail/undigest.el (unforward-rmail-message): Allow nested
3115 unforwarding, that is, preserve old Forwarded-From/Date headers.
3116
3117 2003-02-20 Kenichi Handa <handa@m17n.org>
3118
3119 * term/w32-win.el: Call set-fontset-font with NAME nil.
3120
3121 * international/mule-diag.el (print-fontset): If FONTSET is nil,
3122 use the default fontset.
3123 (describe-fontset): If the current frame is not using a fontset,
3124 call print-fontset with nil.
3125
3126 2003-02-19 Andre Spiegel <spiegel@gnu.org>
3127
3128 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
3129 were accidentally left over during the VC redesign in 2000.
3130
3131 2003-02-18 Juanma Barranquero <lektu@terra.es>
3132
3133 * help-macro.el (make-help-screen): Fix character constant.
3134
3135 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
3136
3137 * calc/calc-graph.el (calc-graph-plot): Likewise.
3138
3139 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
3140
3141 * emacs-lisp/edebug.el: Likewise.
3142
3143 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
3144
3145 * language/cyril-util.el (standard-display-cyrillic-translit):
3146 Likewise.
3147
3148 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
3149
3150 * progmodes/cperl-mode.el (cperl-electric-keyword)
3151 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
3152
3153 * textmodes/reftex-ref.el (reftex-reference): Likewise.
3154
3155 * textmodes/table.el (table-generate-source): Use ?\\ instead of
3156 space in "work in progress" message.
3157
3158 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
3159
3160 2003-02-17 Dave Love <fx@gnu.org>
3161
3162 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
3163
3164 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
3165
3166 * calendar/calendar.el (diary-file-name-prefix-function):
3167 Fix custom type.
3168
3169 2003-02-17 Andre Spiegel <spiegel@gnu.org>
3170
3171 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
3172 under CVS control. Suggested by Masanobu UMEDA.
3173
3174 2003-02-17 Kenichi Handa <handa@m17n.org>
3175
3176 * files.el (insert-directory): Add workaround for the case that we
3177 can't trust ls's output as to byte positions of filenames.
3178
3179 2003-02-15 Richard M. Stallman <rms@gnu.org>
3180
3181 * ffap.el: Many doc fixes.
3182 (ffap-replace-file-component):
3183 Renamed from ffap-replace-path-component. Callers changed.
3184 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
3185
3186 * international/iso-ascii.el (iso-ascii-display-table): New variable.
3187 (iso-ascii-standard-display-table): New variable.
3188 (iso-ascii-display): Define in iso-ascii-display-table.
3189 (iso-ascii-mode): New command.
3190
3191 * tar-mode.el (tar-header-block-summarize):
3192 Use l for symlink, h for hard link.
3193
3194 2003-02-15 David Kastrup <dak@gnu.org>
3195
3196 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
3197 failure returning nil, as documented.
3198
3199 2003-02-14 Dave Love <fx@gnu.org>
3200
3201 * international/code-pages.el: Undo `Trailing whitepace deleted.'
3202 damage.
3203 (cp1125, mik): Nullify mime-charset.
3204
3205 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
3206 ("Russian"): New.
3207 ("Bulgarian"): Add tutorial.
3208
3209 * international/mule-cmds.el (locale-language-names): Use Italian,
3210 Russian, Turkish, Chinese-EUC-TW.
3211 (set-locale-environment): Set ps-paper-type.
3212
3213 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
3214
3215 * time.el (display-time-string-forms): Add face property to mail
3216 string.
3217
3218 2003-02-14 Juanma Barranquero <lektu@terra.es>
3219
3220 * international/mule-cmds.el (view-hello-file): Use `view-file'
3221 instead of `find-file-read-only'.
3222
3223 * dired-aux.el (dired-query-alist): Fix use of character constant.
3224
3225 * simple.el (backward-delete-char-untabify): Likewise.
3226
3227 * strokes.el (strokes-read-complex-stroke): Likewise.
3228
3229 * wid-edit.el (widget-choose): Likewise.
3230
3231 * xml.el (xml-parse-elem-type): Likewise.
3232
3233 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
3234
3235 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
3236
3237 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
3238
3239 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
3240
3241 * international/mule-cmds.el (sort-coding-systems): Use \'.
3242 (select-safe-coding-system): Remove redundant assq check.
3243 Remove raw-text, emacs-mule and no-conversion from the list of
3244 proposed encodings unless there's nothing else.
3245
3246 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
3247
3248 * files.el (find-alternate-file): Undo last change.
3249
3250 * dired.el (dired-directory): Add autoload cookie.
3251
3252 2003-02-13 Juanma Barranquero <lektu@terra.es>
3253
3254 * international/characters.el: Use new ?\s syntax instead of "? "
3255 followed by a comment.
3256
3257 * ruler-mode.el (ruler-mode-margins-char): Likewise.
3258
3259 2003-02-13 Dave Love <fx@gnu.org>
3260
3261 * newcomment.el (comment-indent): Ensure space before added comment.
3262
3263 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3264
3265 * ps-print.el: Change the policy of background/foreground default
3266 color.
3267 (ps-print-version): New version number (6.5.9).
3268 (ps-default-fg, ps-default-bg): Adjust default value.
3269 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
3270 variables now use `t' to indicate the use of Emacs session
3271 background/foreground color.
3272 (ps-output-string-prim): If index out of range, insert hexadecimal
3273 representation of character.
3274
3275 2003-02-13 Kim F. Storm <storm@cua.dk>
3276
3277 * help.el (where-is): Rename remap-command to command-remapping.
3278 * help-fns.el (describe-function-1): Likewise.
3279
3280 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
3281
3282 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
3283 comments.
3284
3285 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
3286
3287 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
3288 (fortran-fill-paragraph): Use fill-comment-paragraph.
3289
3290 2003-02-12 Juanma Barranquero <lektu@terra.es>
3291
3292 * files.el (file-truename): Revert change from 2002-11-27.
3293
3294 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
3295
3296 * help-fns.el (describe-function-1): Change output for keyboard macros.
3297
3298 2003-02-12 Andreas Schwab <schwab@suse.de>
3299
3300 * progmodes/sh-script.el (sh-mode-map): Don't remap
3301 beginning-of-defun to the non-existing command
3302 sh-beginning-of-compound-command.
3303
3304 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3305
3306 * files.el (find-alternate-file): Check whether `dired-directory'
3307 is bound.
3308
3309 2003-02-12 Simon Marshall <simon@gnu.org>
3310
3311 * progmodes/make-mode.el (makefile-font-lock-keywords):
3312 Fontify single character variable references, but protect shell
3313 variables references.
3314 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
3315
3316 2003-02-12 Ami Fischman <ami@fischman.org>
3317
3318 Face markup of calendar and diary displays: Any entry line that
3319 ends with [foo:value] where foo is a face attribute (except :box
3320 :stipple) or with [face:blah] tags, will have these values applied
3321 to the calendar and fancy diary displays. These attributes "stack"
3322 on calendar displays. File-wide attributes can be defined as
3323 follows: the first line matching "^# [tag:value]" defines the
3324 value for that particular tag. All of the tags' regexps can be
3325 customized.
3326
3327 * calendar/calendar.el (diary-face-attrs): New custom.
3328 (diary-file-name-prefix-function): New custom.
3329 (diary-glob-file-regexp-prefix): New custom.
3330 (diary-file-name-prefix): New custom.
3331 (generate-calendar-window): Check that font-lock-mode is bound
3332 before checking value.
3333 (mark-visible-calendar-date): Add the ability to pass face
3334 attribute/value pairs in the mark argument. Handle the mark.
3335
3336 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
3337 attribute value string to the desired type.
3338 (diary-pull-attrs): New function that pulls the attributes off a
3339 diary entry, merges with file-global attributes, and returns
3340 the (possibly modified) entry and a list of attribute/values using
3341 diary-attrtype-convert.
3342 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
3343 (mark-diary-entries, mark-sexp-diary-entries)
3344 (list-sexp-diary-entries): Add handling of file-global attributes;
3345 add handling of entry attributes using diary-pull-attrs.
3346 (mark-calendar-days-named, mark-calendar-days-named)
3347 (mark-calendar-date-pattern, mark-calendar-month)
3348 (add-to-diary-list): Add optional paramater `color' for passing
3349 face attribute info through the callchain. Pass this parameter around.
3350
3351 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
3352
3353 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
3354 `:' in the prompt.
3355 (find-tag): Make sure we move point in the proper window.
3356
3357 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
3358 (meta-common-initialization): Don't set fill-paragraph-function
3359 now that fill-paragraph takes care of comments.
3360
3361 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
3362 the current buffer's syntax-table.
3363
3364 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
3365 (simula-font-lock-keywords-1): Simplify.
3366 (simula-font-lock-keywords-2): Use regexp-opt.
3367 (simula-emacs-features): Remove.
3368 (simula-mode-syntax-table): Setup %...\n as comment style b.
3369 (simula-mode-map): Remove compatibility cruft.
3370 (simula-keep-region-active): Remove.
3371 (simula-popup-menu): Simplify.
3372 (simula-mode): Move abbrev-table setup to top-level.
3373 (simula-match-string-or-comment): Remove.
3374
3375 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
3376 like `proc foo {a {b c} d} {'.
3377 (tcl-mode): Make comment-start-skip more selective.
3378
3379 * info-xref.el (info-xref-check): Use line-beginning-position.
3380 (info-xref-all-info-files): Cons a bit less.
3381 (info-xref-check-buffer): Use push and replace-regexp-in-string.
3382 (info-xref-output): Call insert only once.
3383 (info-xref-whitespace): Remove.
3384
3385 2003-02-11 John Paul Wallington <jpw@gnu.org>
3386
3387 * ibuffer.el (toplevel): Don't require `font-lock';
3388 require `font-core' instead, even though it is dumped.
3389
3390 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
3391 (ibuffer-add-to-tmp-show): Doc fixes.
3392
3393 * language/tamil.el ("Tamil"): Doc fix.
3394
3395 2003-02-11 Juanma Barranquero <lektu@terra.es>
3396
3397 * language/vietnamese.el ("Vietnamese"): Fix typos.
3398
3399 * info-xref.el (info-xref-check-buffer): Fix typo.
3400
3401 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
3402
3403 2003-02-11 Kenichi Handa <handa@m17n.org>
3404
3405 * loadup.el: Load "language/malayalam" and "language/tamil".
3406
3407 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
3408
3409 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
3410
3411 * language/devan-util.el: Maintainer's mail address changed.
3412 (devanagari-composable-pattern): Add DANDA character.
3413 (dev-char-glyph): Add an entry for DANDA.
3414
3415 * language/devanagari.el: Maintainer's mail address changed.
3416
3417 * language/indian.el: Maintainer's mail address changed.
3418
3419 * language/ind-util.el (indian-dev-base-table): Table fixed.
3420 (indian-pnj-base-table): Table contents defined.
3421 (indian-gjr-base-table): Likewise.
3422 (indian-ori-base-table): Likewise.
3423 (indian-bng-base-table): Likewise.
3424 (indian-asm-base-table): Likewise.
3425 (indian-tlg-base-table): Likewise.
3426 (indian-knd-base-table): Likewise.
3427 (indian-mlm-base-table): Likewise.
3428 (indian-tml-base-table): Likewise.
3429 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
3430 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
3431 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
3432 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
3433 (indian-tml-itrans-v5-hash): New variables.
3434
3435 * language/malayalam.el: New file.
3436 * language/mlm-util.el: New file.
3437 * language/tamil.el: New file.
3438 * language/tml-util.el: New file.
3439
3440 2003-02-11 Kevin Ryde <user42@zip.com.au>
3441
3442 * info-xref.el: New file.
3443
3444 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
3445
3446 * textmodes/page-ext.el (pages-directory-mode-map): New.
3447 (pages-directory-map): Redefine as an varalias.
3448 (pages-directory-mode): Use new map var and run mode hook.
3449 (pages-directory-address-mode): Use define-derived-mode.
3450
3451 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
3452 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
3453 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
3454 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
3455 (texinfo-if-clear): Use re-search-forward's return value.
3456 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
3457 (texinfo-format-region): Use line-{end,beginning}-position.
3458 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
3459
3460 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
3461 (eldoc-use-idle-timer-p): Remove.
3462 (timer): Never require. It only works in current Emacs anyway.
3463 (eldoc-mode, eldoc-message, eldoc-display-message-p)
3464 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
3465
3466 * ffap.el (ffap-complete-as-file-p):
3467 Use minibuffer-completing-file-name.
3468
3469 * international/mule.el (load-with-code-conversion): Use push.
3470
3471 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
3472
3473 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
3474 Use with-current-buffer and simplify.
3475
3476 * help-mode.el (help-xref-on-pp): Only add xref if the text
3477 is less than 5K.
3478
3479 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
3480 make the file dead if we used the -n arg.
3481
3482 * emacs-lisp/cl-macs.el (process-get): Add setf method.
3483
3484 * server.el (server-previous-strings): Remove.
3485 (server-process-filter): Use (process-get 'previous-string) instead.
3486 (server-sentinel): Remove code made superfluous.
3487
3488 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
3489
3490 * info.el (Info-follow-nearest-node): Implement new behavior.
3491
3492 2003-02-10 Juanma Barranquero <lektu@terra.es>
3493
3494 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
3495
3496 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
3497 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
3498 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
3499 (ebnf-terminal-regexp, ebnf-case-fold-search)
3500 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
3501 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
3502 "ebnf-syntatic".
3503 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
3504 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
3505 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
3506 (ebnf-generate-region): Fix typo.
3507
3508 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
3509
3510 * language/ind-util.el (indian-itrans-v5-table): Add entries for
3511 "E" and "O".
3512
3513 2003-02-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3514
3515 * progmodes/cc-styles.el (c-set-offset): Don't find a default
3516 syntactic element through syntactic analysis if called outside
3517 a CC Mode buffer.
3518
3519 2003-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3520
3521 * progmodes/cc-mode.el (c-basic-common-init):
3522 Install `c-fill-paragraph' on `fill-paragraph-function'.
3523 Although it's not the normal way to call it in a CC Mode buffer it
3524 makes a direct call to `fill-paragraph' work better.
3525
3526 2003-02-08 Kim F. Storm <storm@cua.dk>
3527
3528 * printing.el (pr-get-symbol): Define during compile.
3529
3530 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3531
3532 * printing.el: New file.
3533
3534 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
3535
3536 * language/european.el ("French", "Slovenian"): Fix doc strings.
3537
3538 2003-02-06 John Paul Wallington <jpw@gnu.org>
3539
3540 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
3541 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
3542 (rmail-summary-next-labeled-message, rmail-summary-resend)
3543 (rmail-summary-override-mail-send-and-exit): Doc fixes.
3544
3545 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
3546
3547 * language/european.el ("Italian"): New.
3548
3549 2003-02-06 Matthew Swift <swift@alum.mit.edu>
3550
3551 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
3552 "ls -alh" output.
3553
3554 2003-02-05 Juanma Barranquero <lektu@terra.es>
3555
3556 * font-lock.el (font-lock-reference-face): Add obsolescence
3557 declaration and remove redundant info from docstring.
3558
3559 * log-edit.el (cvs-commit-buffer-require-final-newline)
3560 (cvs-changelog-full-paragraphs): Likewise.
3561
3562 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
3563 (mouse-wheel-click-button): Likewise.
3564
3565 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
3566
3567 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
3568
3569 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3570 (vc-header-alist): Likewise.
3571
3572 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
3573
3574 * textmodes/outline.el (outline-visible): Likewise.
3575
3576 2003-02-05 Kim F. Storm <storm@cua.dk>
3577
3578 * ido.el (ido-define-mode-map):
3579 Undo last change (duplicates part of 2003-02-04 change).
3580 Remap `viper' delete commands only in file or dir mode.
3581
3582 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3583
3584 * ido.el (ido-define-mode-map): Interact with Viper.
3585
3586 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3587
3588 * net/tramp.el: Version 2.0.29 released.
3589 (tramp-send-region): Protect against tramp-chunksize being nil.
3590 (tramp-chunksize): Set default to 500 as workaround for some ssh
3591 connections.
3592 (tramp-handle-directory-file-name): New implementation. Not sure
3593 if it works.
3594 (tramp-md5-function): Require md5 before checking function md5.
3595 If using md5-encode, put wrapper around it that converts vector of
3596 bytes to ascii text.
3597 (top-level): Avoid byte-compiler warnings of unused variables if
3598 the byte-compiler supports this. This is for the
3599 with-parsed-tramp-file-name macro which is wont to produce such stuff.
3600
3601 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
3602
3603 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
3604 PATH is "".
3605 (tramp-completion-handle-file-name-all-completions):
3606 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
3607 (tramp-parse-passwd): For su-alike methods it would be desirable
3608 to return "root@localhost" as default. Unfortunately, we have no
3609 information whether any user name has been typed already. So we
3610 (mis-)use tramp-current-user as indication, assuming it is set in
3611 `tramp-completion-handle-file-name-all-completions'.
3612 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
3613 I did it accidently. Infinite loop ...
3614 (tramp-get-device): `tramp-make-tramp-file-name' must not be
3615 called with NIL path. It fails in case of multi-method.
3616 (tramp-file-name-for-operation): Apply `expand-file-name' for
3617 relative file names only. Otherwise there might be problems if
3618 the default directory is another Tramp directory as the directory
3619 the file is based on.
3620 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
3621 a Tramp file name. It isn't if it comes from an expanded file
3622 name (like "/xx:yy//zz").
3623 (tramp-devices): New variable. Keeps virtual device numbers.
3624 Devices must distinguish physical file systems. The device
3625 numbers provided by "lstat" aren't unique, because we operate on
3626 different hosts. So we use virtual device numbers, generated by
3627 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
3628 In order to be different, we use device number (-1 x), whereby "x"
3629 is unique for a given (multi-method method user host).
3630 Suggested by Kai.
3631 (tramp-perl-file-attributes): Always return device number -1.
3632 There will be a virtual device number set in
3633 `tramp-handle-file-attributes', which replaces this one.
3634 (tramp-handle-file-attributes): Set virtual device number.
3635 (tramp-get-device): New function. Returns the virtual device
3636 number. If it doesn't exist, generate a new one.
3637 (tramp-handle-file-regular-p): Use Emacs file name primitives
3638 instead of calling tramp-handle-* equivalents directly.
3639 Needed for tramp-smb.
3640 (tramp-completion-function-alist-ssh): Add parsing of
3641 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
3642 (tramp-completion-function-alist, tramp-set-completion-function):
3643 Doc string update.
3644 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
3645 Provide parsing of "~/.ssh/config" style files.
3646 (tramp-completion-handle-expand-file-name):
3647 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
3648 on W32 systems.
3649 (tramp-completion-mode): Perform check (integerp last-input-event)
3650 before (event-modifiers last-input-event) -- there might be
3651 problems if `last-input-event' is a mouse event.
3652 (tramp-parse-rhosts, tramp-parse-shosts)
3653 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
3654 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
3655 functions might block. Reported by <kin@neoscale.com>.
3656
3657 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
3658 '(tramp-disable-ange-ftp). Suggested by Kai.
3659 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
3660 any longer.
3661 (top-level): Defaults for `tramp-default-method-alist' must be a list.
3662
3663 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3664 Apply `tramp-handle-directory-file-name'.
3665 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
3666 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
3667 (tramp-smb-handle-make-directory): Use Emacs file name primitives
3668 instead of calling tramp-smb-handle-* equivalents directly.
3669 (tramp-smb-read-file-entry): Return size as a number, not a string.
3670 (top-level): Defaults for `tramp-default-method-alist' must be a list.
3671
3672 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
3673
3674 * completion.el (eval-when-compile-load-eval, completion-eval-when)
3675 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
3676 (completion-min-length, completion-max-length)
3677 (completion-prefix-min-length): Don't hard-code the default value
3678 when byte-compiling.
3679 (complete): Inline minibuffer-window-selected-p.
3680
3681 2003-02-04 Richard M. Stallman <rms@gnu.org>
3682
3683 * term.el (term-raw-map): Set it up at load time.
3684 (term-char-mode): Don't set up term-raw-map here.
3685 (term-set-escape-char): Don't set up C-x subcommand.
3686 (term-ansi-face-already-done): Renamed from
3687 term-ansi-face-alredy-done.
3688 (term-command-hook): Avoid error if STRING is empty.
3689 (term, term-mode): Doc fixes.
3690
3691 * term.el: Redesign handling of colors and faces.
3692 Delete all the faces that this mode used to make.
3693 (ansi-term-color-vector): New variable.
3694 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
3695 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
3696 Variables deleted.
3697 (term-default-fg-color, term-default-bg-color): Use defcustom.
3698 (term-handle-colors-array): Use ansi-term-color-vector,
3699 and specify face attributes rather than faces in `face' property.
3700
3701 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
3702 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
3703 (term-ansi-reverse-faces-vector): Delete unused variables.
3704 (term-ignore-error): Delete macro.
3705
3706 * simple.el (back-to-indentation): Skip all whitespace
3707 except for newlines.
3708
3709 * files.el (find-alternate-file): Handle dired-directory
3710 like buffer-file-name.
3711
3712 * dired.el (dired-find-buffer-nocreate): Avoid error if
3713 dired-directory is nil.
3714
3715 2003-02-04 Juanma Barranquero <lektu@terra.es>
3716
3717 * image.el (image-type-regexps): Fix typo.
3718
3719 * international/characters.el: Restore missing space and put a
3720 comment to protect it from being deleted as trailing whitespace.
3721
3722 * ruler-mode.el (ruler-mode-margins-char): Likewise.
3723
3724 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
3725
3726 * mail/rmailout.el (rmail-output): If preserving MIME-version,
3727 preserve Content-type too.
3728
3729 2003-02-04 Kim F. Storm <storm@cua.dk>
3730
3731 * ido.el (ido-define-mode-map): Remap viper delete char/word
3732 commands to their ido specific equivalents. Disable ESC in
3733 viper mode (to avoid exiting insert mode), since ido doesn't
3734 work in viper command mode.
3735 (ido-delete-backward-updir, ido-delete-backward-word-updir):
3736 Handle remapped viper commands.
3737
3738 2003-02-03 Juanma Barranquero <lektu@terra.es>
3739
3740 * calculator.el (calculator): Don't use the minibuffer even in
3741 electric mode; use a private buffer and display it in the minibuffer
3742 window using `set-window-buffer'.
3743
3744 2003-02-03 Dave Love <fx@gnu.org>
3745
3746 * emacs-lisp/benchmark.el: New.
3747
3748 2003-02-02 Andreas Schwab <schwab@suse.de>
3749
3750 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
3751 words separated by dots. Match optional parenthesized word at
3752 start of line.
3753
3754 * font-lock.el
3755 (font-lock-match-c-style-declaration-item-and-skip-to-next):
3756 Don't require underscore in word before double open-paren.
3757
3758 2003-02-02 John Paul Wallington <jpw@gnu.org>
3759
3760 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
3761
3762 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
3763
3764 * time-stamp.el: Tweak doc strings and preamble commentary.
3765 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
3766 regexp subpattern 5)
3767 (time-stamp-pattern): Initialize to nil to avoid regexp work in
3768 default case.
3769 (time-stamp-string): Call set-time-zone-rule instead of setenv
3770 (time-stamp-hhmmss): Remove (not needed after all).
3771 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
3772 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3773 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
3774 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
3775
3776 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
3777
3778 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
3779 (custom-save-variables): Use dolist, simplify.
3780 Output a message if a `requests' entry looks suspicious.
3781 (custom-save-faces): Use dolist, simplify.
3782
3783 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
3784
3785 * antlr-mode.el: Bug fixes, miscellaneous.
3786 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
3787 make it more rubust against changes in cc-mode's style variables
3788 by using `boundp' and function `c-init-language-vars' if defined.
3789 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
3790 (antlr-read-value): With completion, ignore case.
3791 (antlr-run-tool-interactive): New function.
3792 (antlr-run-tool): Use it for `interactive' specification.
3793
3794 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
3795 (cond-emacs-xemacs): New compile-time macro.
3796 (defunx): New compile-time macro.
3797 (ignore-errors-x): New compile-time macro.
3798 (save-buffer-state-x): New compile-time macro.
3799
3800 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
3801 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
3802 (antlr-simple-default-directory): Deletia.
3803 (antlr-default-directory): Define directly.
3804 (antlr-simple-read-shell-command): Deletia.
3805 (antlr-read-shell-command): Define directly.
3806 (antlr-simple-with-displaying-help-buffer): Deletia.
3807 (antlr-with-displaying-help-buffer): Define directly.
3808 (antlr-fast-invalidate-context-cache): Deletia.
3809 (antlr-slow-invalidate-context-cache): Deletia.
3810 (antlr-invalidate-context-cache): Define directly.
3811 (antlr-fast-syntactic-context): Deletia.
3812 (antlr-slow-syntactic-context): Deletia.
3813 (antlr-syntactic-context): Define directly.
3814
3815 (antlr-mode-menu): Use new macros.
3816 (antlr-font-lock-additional-keywords): Ditto.
3817 (antlr-skip-sexps): Ditto.
3818 (antlr-end-of-rule): Ditto.
3819 (antlr-beginning-of-rule): Ditto.
3820 (antlr-end-of-body): Ditto.
3821 (antlr-beginning-of-body): Ditto.
3822 (antlr-hide-actions): Ditto.
3823 (antlr-option-kind): Ditto.
3824
3825 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
3826 (antlr-font-lock-keyword-face): Use new macros.
3827 (antlr-font-lock-syntax-face): Ditto.
3828 (antlr-font-lock-ruledef-face): Ditto.
3829 (antlr-font-lock-tokendef-face): Ditto.
3830 (antlr-font-lock-literal-face): Ditto.
3831
3832 Changes from 2002-05-24:
3833
3834 * antlr-mode.el: Version 2.2a.
3835
3836 Changes from 2002-05-03:
3837
3838 * antlr-mode.el: Make context parsing faster on Emacs, for faster
3839 syntax highlighting, indentation and imenu support.
3840 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
3841 (antlr-slow-context-cache): New variable.
3842 (antlr-slow-syntactic-context): Use cache.
3843 (antlr-slow-cache-enabling-symbol): New internal variable.
3844 (antlr-slow-cache-diff-threshold): New variable.
3845 (antlr-fast-invalidate-context-cache): Renamed from
3846 antlr-xemacs-bug-workaround.
3847 (antlr-imenu-create-index-function): Search from beginning.
3848
3849 * antlr-mode.el: More sophisticated indentation, i.e., use the
3850 indentation engine of cc-mode for most actions.
3851 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
3852 (antlr-indent-line): Use indentation engine of cc-mode more often.
3853 (antlr-indent-at-bol-alist): Only used for header actions.
3854 (antlr-disabling-cc-syntactic-symbols): New variable.
3855 (antlr-indent-item-regexp): Delete stuff for actions.
3856 (antlr-indent-at-bol-alist): With language "Java", indent
3857 "package" and "import" at column 0 in header part.
3858
3859 * antlr-mode.el (antlr-simple-default-directory): Define.
3860 (antlr-simple-read-shell-command): Define.
3861 (antlr-simple-with-displaying-help-buffer): Define.
3862 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
3863 Renamed from antlr-scan-{sexps,lists}-internal.
3864
3865 Changes from 2002-02-28:
3866
3867 * antlr-mode: Version 2.2 is released.
3868
3869 * antlr-mode.el (antlr): Moved to SourceForge.net
3870
3871 * antlr-mode.el: Minor bug fixes: insert options and indentation.
3872 (antlr-option-location): Don't use point as position where to
3873 insert options if point is in comment.
3874 (antlr-mode): Don't set style here.
3875 (antlr-c-common-init): Set style here. If boundp, set
3876 `c-current-comment-prefix' to not break indentation in comments.
3877 Hm, I should probably split `c-common-init' from cc-mode into two
3878 parts, one of which I could use for antlr-mode.el.
3879
3880 Changes from 2002-01-31:
3881
3882 * antlr-mode.el (antlr-font-lock-additional-keywords):
3883 Also hightlight `~' with `antlr-font-lock-syntax-face'.
3884 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
3885
3886 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3887
3888 * comint.el:
3889 * dired-aux.el:
3890 * dired.el:
3891 * dirtrack.el:
3892 * dos-w32.el:
3893 * fast-lock.el:
3894 * filecache.el:
3895 * files.el:
3896 * hippie-exp.el:
3897 * international/mule.el:
3898 * net/browse-url.el:
3899 * pcomplete.el:
3900 * recentf.el:
3901 * shell.el:
3902 * woman.el: Added cygwin to system-type comparisons.
3903
3904 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
3905
3906 * mail/undigest.el (rmail-forward-separator-regex): New custom
3907 variable.
3908 (unforward-rmail-message): Use it.
3909
3910 2003-01-30 Dave Love <fx@gnu.org>
3911
3912 * textmodes/ispell.el (lookup-words): Fix last change.
3913
3914 2003-01-29 John Paul Wallington <jpw@gnu.org>
3915
3916 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
3917
3918 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3919 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
3920 `define-ibuffer-sorter'.
3921 (lisp-imenu-generic-expression): Add `deftheme' to types.
3922
3923 * custom.el (customize-mark-to-save, customize-mark-as-set)
3924 (custom-remove-theme): Doc fixes.
3925
3926 2003-01-29 Didier Verna <didier@xemacs.org>
3927
3928 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
3929 * cus-edit.el (custom-save-faces): Ditto.
3930
3931 2003-01-29 Juanma Barranquero <lektu@terra.es>
3932
3933 * composite.el (decompose-composite-char): Fix docstring.
3934
3935 * select.el (x-set-cut-buffer): Fix docstring. Check type with
3936 `stringp' instead of `substring'.
3937
3938 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
3939 file name if no other master file is located.
3940
3941 * progmodes/cperl-mode.el (cperl-beautify-level)
3942 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
3943 (cperl-calculate-indent): Fix typo.
3944
3945 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
3946
3947 * arc-mode.el (archive-lzh-summarize): Fix previous change.
3948
3949 2003-01-29 Kim F. Storm <storm@cua.dk>
3950
3951 * emacs-lisp/authors.el: New format of AUTHORS file; list each
3952 author name once followed by contributed and changed files.
3953 Improve selection of entries to include in list, and generate list
3954 of unrecognized entries indicating syntax errors in ChangeLog files.
3955 (authors-coding-system): New variable.
3956 (authors-many-files): Update doc string.
3957 (authors-aliases): Change format. Now one entry with multiple
3958 aliases per author.
3959 (authors-valid-file-names, authors-renamed-files-alist)
3960 (authors-renamed-files-regexps): New variables.
3961 (authors-canonical-file-name): New function. Validates that file
3962 exists or occurs in one of the above lists. Record unrecognized
3963 file names in global authors-invalid-file-names list.
3964 (authors-add): Change to record per-change counts.
3965 (authors-canonical-author-name): Handle new format of
3966 authors-aliases list.
3967 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
3968 Change doc string to describe new entry format.
3969 Only add author entries for valid file names.
3970 (authors-print): Replace by authors-add-to-author-list.
3971 (authors-add-to-author-list): New function which reorders
3972 per-file entries and adds them to global authors-author-list.
3973 (authors): Instead of authors-print to insert in *Authors* buffer,
3974 use authors-add-to-author-list to reorder the list and then
3975 insert result in *Authors* buffer with new format.
3976 Generate *Authors Errors* compilation-mode buffer listing
3977 unrecognized ChangeLog entries.
3978
3979 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
3980
3981 * term/mac-win.el: Add entries in function-key-map for
3982 [tab], [backspace], [escape].
3983
3984 2003-01-28 Kim F. Storm <storm@cua.dk>
3985
3986 * info.el (Info-extract-menu-node-name): Another fix for
3987 2003-01-24 change. Also stop search if : is followed by TAB.
3988
3989 2003-01-28 John Paul Wallington <jpw@gnu.org>
3990
3991 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
3992 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
3993
3994 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
3995
3996 * progmodes/cc-vars.el, progmodes/cc-mode.el
3997 (c-require-final-newline): Made this variable an alist to
3998 specify a value for each language. The default value causes
3999 `require-final-newline' to be set to t only in languages where
4000 the standard requires a final newline.
4001
4002 2003-01-27 Kim F. Storm <storm@cua.dk>
4003
4004 * simple.el (kill-new): Improve doc string for yank-handler.
4005 Signal args-out-of-range error if yank-handler is specified for
4006 an empty string.
4007
4008 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
4009
4010 2003-01-27 Dave Love <fx@gnu.org>
4011
4012 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
4013
4014 * thingatpt.el (thing-at-point-file-name-chars):
4015 Include non-ASCII again and re-write the filename ops.
4016
4017 2003-01-27 David Ponce <david@dponce.com>
4018
4019 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
4020
4021 2003-01-27 Juanma Barranquero <lektu@terra.es>
4022
4023 * filesets.el (filesets-file-open): Fix typo.
4024
4025 * vcursor.el (vcursor-disable): Likewise.
4026
4027 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
4028
4029 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
4030
4031 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
4032
4033 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
4034
4035 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
4036
4037 * progmodes/cc-vars.el, progmodes/cc-mode.el
4038 (c-require-final-newline): Add a variable to make the
4039 initialization of `require-final-newline' more configurable.
4040
4041 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4042
4043 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
4044 Set iso-2022-7bit coding: cookie.
4045
4046 2003-01-26 Kim F. Storm <storm@cua.dk>
4047
4048 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
4049 Don't search for next colon if current colon is followed by
4050 one of ".", ",", ";", or ")".
4051 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
4052 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
4053
4054 2003-01-26 Richard M. Stallman <rms@gnu.org>
4055
4056 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
4057
4058 2003-01-25 Bill Wohler <wohler@newt.com>
4059
4060 * mh-e: Created directory. ChangeLog will appear in a week when we
4061 release version 7.2.
4062
4063 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
4064 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
4065 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
4066 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
4067 mail/mh-xemacs-compat.el: Moved to mh-e directory.
4068 Note that reply2.pbm and reply2.xpm, which were created by the
4069 MH-E package, were left in mail since they can probably be used by
4070 other mail packages.
4071
4072 * makefile.w32-in (WINS): Add mh-e.
4073
4074 * makefile.nt (WINS): Add mh-e.
4075
4076 2003-01-25 Richard M. Stallman <rms@gnu.org>
4077
4078 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4079 Compile any lambda-expressions among the args.
4080
4081 * view.el (view-mode): Doc fix.
4082
4083 * ido.el: Many doc fixes.
4084 (ido-complete): Fix message.
4085
4086 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
4087
4088 * arc-mode.el (archive-unixdate): Correct the date field string.
4089 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
4090 type (which is most prevalent now), in addition to the already
4091 supported level 0 and 1 header types.
4092
4093 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
4094
4095 * international/mule-cmds.el (set-language-info)
4096 (current-language-environment): Simplify setting the type of
4097 current-language-environment.
4098
4099 2003-01-25 Kim F. Storm <storm@cua.dk>
4100
4101 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
4102 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
4103 only needed when the region is active. This also makes the output
4104 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
4105
4106 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
4107
4108 * ediff.el (ediff-revision): Better defaults.
4109
4110 * ediff-vers.el (ediff-vc-latest-version): New function.
4111 (ediff-vc-internal): Use latest version instead of working version.
4112
4113 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
4114
4115 * info.el (Info-extract-menu-node-name): When looking for end of menu
4116 item, don't stop at first ":"; instead, continue until trailing
4117 context is either a space or newline.
4118 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
4119 (Info-menu): Likewise, for regexp used in backwards search.
4120 (Info-try-follow-nearest-node): Remove case added in previous edit.
4121 Change regexp in the following case to allow ":" in menu item.
4122 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
4123 point-max as "hasn't already been done".
4124
4125 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
4126
4127 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
4128 terminated by ": " as an index entry.
4129
4130 2003-01-24 Juanma Barranquero <lektu@terra.es>
4131
4132 * isearch.el (isearch-forward): Fix typo.
4133
4134 2003-01-24 Kenichi Handa <handa@m17n.org>
4135
4136 * international/mule.el (decode-coding-inserted-region):
4137 Rename from decode-coding-region-as-inserted-from-file to make it fit
4138 well in the Lisp manual.
4139
4140 * jka-compr.el (jka-compr-insert-file-contents):
4141 Call docode-coding-inserted-region.
4142
4143 2003-01-24 John Paul Wallington <jpw@gnu.org>
4144
4145 * ibuffer.el (ibuffer-window-list): Remove.
4146 (ibuffer-confirm-operation-on): Use `window-list' instead.
4147 (ibuffer-load-hook): New customizable variable.
4148 (toplevel): Run it.
4149 (ibuffer-customize): New command.
4150 (ibuffer-mode-map): Bind it.
4151 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
4152 (ibuffer-mode): Tidy.
4153 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
4154 (ibuffer-default-directory, ibuffer-default-sorting-mode)
4155 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
4156 (ibuffer-map-lines): Doc fixes.
4157
4158 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
4159 filenames. Use `kill-new'.
4160
4161 2003-01-23 Dave Love <fx@gnu.org>
4162
4163 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
4164 in the file.
4165
4166 2003-01-23 Masatake YAMATO <jet@gyve.org>
4167
4168 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
4169 /* */ comments.
4170
4171 2003-01-23 Kenichi Handa <handa@m17n.org>
4172
4173 * files.el (insert-directory): Read the output of "ls" by
4174 no-conversion, and decode it later while preserving
4175 `dired-filename' property.
4176
4177 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
4178
4179 * descr-text.el (describe-text-mode-hook): Add a group.
4180
4181 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
4182
4183 * term/mac-win.el (interprogram-paste-function): Handle empty
4184 clipboard.
4185
4186 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
4187
4188 * info.el (Info-index): Change pattern so that index entries with
4189 colons can be read properly; also, require at least one space
4190 after the colons, which makeinfo puts in.
4191
4192 2003-01-22 Andreas Schwab <schwab@suse.de>
4193
4194 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
4195 change.
4196
4197 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
4198
4199 * Makefile.in (bootstrap-after): New target.
4200 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
4201
4202 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4203
4204 * info.el (Info-index-next): Use "(`,' tries to find next)" for
4205 more matches for consistency with standalone info browser.
4206
4207 2003-01-22 Kenichi Handa <handa@m17n.org>
4208
4209 * international/mule.el
4210 (decode-coding-region-as-inserted-from-file): New function.
4211
4212 * jka-compr.el (jka-compr-insert-file-contents): Read a process
4213 output without decoding. Decode the result by
4214 decode-coding-region-as-inserted-from-file.
4215
4216 2003-01-22 Kim F. Storm <storm@cua.dk>
4217
4218 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
4219 visited directories to end of list; it's the wrong thing to do if
4220 we want to find a file or directory in such directories.
4221
4222 * simple.el: Doc fixes.
4223 * subr.el: Doc fixes.
4224
4225 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
4226
4227 * gud.el (gud-display-line): If the current file is newer than its
4228 buffer, offer to reread the file.
4229 (gud-keep-buffer): New buffer local variable. Ensures offer to
4230 reread file is made just once.
4231
4232 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
4233
4234 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
4235 Fix the docstring instead.
4236
4237 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4238
4239 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
4240
4241 2003-01-20 Richard M. Stallman <rms@gnu.org>
4242
4243 * simple.el (completion-setup-function): Set default-directory
4244 in the minibuffer, so it'll be copied into the completion list buffer.
4245
4246 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
4247
4248 * loadup.el (load-path): Rename `path' local var.
4249
4250 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
4251 to C-c C-i. Duplicate its bindings with last char a ctl char.
4252 Also change C-c f to C-c C-f.
4253
4254 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
4255
4256 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
4257 value system dependent.
4258 (ls-lisp-support-shell-wildcards): Add autoload cookie.
4259
4260 2003-01-19 Kim F. Storm <storm@cua.dk>
4261
4262 * msb.el: Use `dir' instead of `path' everywhere.
4263
4264 2003-01-18 Kim F. Storm <storm@cua.dk>
4265
4266 * simple.el (kill-new, kill-append, kill-region):
4267 New optional parameter yank-handler.
4268 (yank-excluded-properties): Add yank-handler to list.
4269 (yank-undo-function): New variable.
4270 (yank): Use it to undo previous yank or yank-pop command.
4271 Allow insert-for-yank to override this-command.
4272
4273 * subr.el (insert-for-yank): Arg list changed; now only accepts one
4274 string rather than any number of strings; no callers needed change.
4275 Use yank-handler text property on the arg string.
4276 Set yank-undo-function variable appropriately for yank-pop.
4277
4278 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
4279
4280 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
4281 regexp-concatenation.
4282
4283 * add-log.el (add-change-log-entry): Don't leave space at eol.
4284 (add-log-current-defun): Perl functions names can't have (or {.
4285
4286 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
4287 (sh-non-closing-paren): New const.
4288 (sh-case, sh-while-getopts): Use it to make props non-sticky.
4289 (sh-add-completer): Use test-completion.
4290
4291 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
4292
4293 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
4294
4295 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
4296
4297 * cus-edit.el (customize-changed-options): Undo last doc change.
4298
4299 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
4300
4301 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4302 Don't treat \n specially in sub-skeletons.
4303
4304 2003-01-17 Dave Love <fx@gnu.org>
4305
4306 * international/ucs-tables.el: Redo 8859-6 change in the right place.
4307
4308 2003-01-17 Kenichi Handa <handa@m17n.org>
4309
4310 * international/fontset.el: Don't setup the default fontset and
4311 font-encoding-alist at the top level.
4312 (setup-default-fontset): New function.
4313 (create-fontset-from-fontset-spec): Delete autoload cookie.
4314
4315 * term/x-win.el: Require fontset unconditionally again.
4316 Call setup-default-fontset at the top level.
4317
4318 * term/w32-win.el: Call setup-default-fontset.
4319
4320 * term/mac-win.el: Require fontset and call setup-default-fontset.
4321
4322 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
4323
4324 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
4325 property until end-of-paragraph.
4326
4327 2003-01-16 Kenichi Handa <handa@m17n.org>
4328
4329 * international/ucs-tables.el: Undo the last change.
4330
4331 2003-01-15 Dave Love <fx@gnu.org>
4332
4333 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
4334 and use documented treatment of -.
4335
4336 * dired-x.el (dired-filename-at-point): Fix filename-chars.
4337
4338 * international/ucs-tables.el: Set up tables for 8859-6.
4339
4340 * server.el (server-window): Customize.
4341 (server-mode): New.
4342 (server-unload-hook): Call server-start.
4343
4344 2003-01-15 John Wiegley <johnw@gnu.org>
4345
4346 * eshell/em-hist.el (eshell-save-history-on-exit):
4347 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
4348 because the former name is somewhat unrelated to the variables'
4349 possible values.
4350
4351 2003-01-15 Deepak Goel <deego@gnufans.org>
4352
4353 * calc/README: Add new maintainer.
4354
4355 * calc/*: Ditto.
4356
4357 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
4358
4359 2003-01-15 Andrew Innes <andrewi@gnu.org>
4360
4361 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
4362 using appropriate rule for build environment.
4363 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
4364 of autoloads and defvars, sufficient to dump bootstrap emacs.
4365 (update-subdirs-SH): Use hard-coded list of top-level lisp
4366 subdirs, because find program on Windows is not compatible with
4367 Unix find.
4368 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
4369 Explicitly load loaddefs.el so that bootstrap emacs can compile
4370 properly.
4371 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
4372 minimal stub sufficient for dumping bootstrap emacs is available.
4373
4374 * loadup.el: Include lisp/textmodes in load-path for bootstrap
4375 emacs, to resolve ispell menu reference.
4376
4377 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
4378
4379 * international/mule.el (optimize-char-coding-system-table):
4380 Optimize it.
4381
4382 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
4383
4384 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
4385
4386 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
4387 occasional use of "05" rather than " 5" for day-of-month.
4388
4389 * log-view.el (log-view-message-re): The rev might be locked.
4390
4391 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
4392
4393 * gdb-ui.el: Improve commentary.
4394 (gdb-window-height, gdb-window-width, gdb-display-number-end):
4395 Customize the dimensions of frames for displayed expressions.
4396 (gdb-error-begin): Comment out because it is not used because of
4397 bug/quirk in annotations.
4398 (gdb-reset): Use with-current-buffer.
4399
4400 2003-01-14 Kim F. Storm <storm@cua.dk>
4401
4402 * ido.el (ido-read-internal, ido-file-internal)
4403 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
4404 Don't use `path' as name of local variables holding a file name.
4405
4406 * arc-mode.el (archive-arc-rename-entry): Fix error message.
4407 (archive-lzh-summarize): Rename local var `path' to `dir'.
4408 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
4409
4410 * dired.el: Doc fixes.
4411 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
4412 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
4413 * dired-x.el: Doc fixes.
4414
4415 * fast-lock.el (fast-lock-cache-name): Doc fix.
4416
4417 * net/browse-url.el (browse-url-filename-alist): Doc fix.
4418
4419 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
4420
4421 * apropos.el (apropos): Restore autoload cookie. Fix typo in
4422 "error retrieving function documentation" output.
4423
4424 2003-01-14 Kim F. Storm <storm@cua.dk>
4425
4426 * subr.el (process-put, process-get): New functions.
4427
4428 * simple.el (clone-process): Copy process' plist to new process.
4429
4430 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
4431
4432 * cus-dep.el (custom-make-dependencies): Don't set standard-value
4433 and version numbers for variables. Handle faces.
4434
4435 * cus-edit.el (customize-changed-options): Doc addition. Load the
4436 version deps earlier. Use other tests for groups and variables.
4437 Handle faces.
4438
4439 2003-01-14 Kim F. Storm <storm@cua.dk>
4440
4441 * ido.el: Doc fixes.
4442 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
4443 (ido-rewrite-file-prompt-functions): Rename from
4444 ido-make-file-prompt-hook. Directory name is now in dynamic
4445 variable `dirname' (instead of `path').
4446 (ido-rewrite-file-prompt-rules): Rename from
4447 ido-rewrite-prompt-path-rules.
4448 (ido-make-prompt): Directory name now in `dirname' var.
4449 (ido-complete): Fix error message.
4450
4451 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
4452
4453 * server.el (server-process-filter): Use `minibufferp' to test
4454 whether we are inside a minibuffer.
4455 (server-process, server-kill-new-buffers): Doc fixes.
4456
4457 2003-01-13 Dave Love <fx@gnu.org>
4458
4459 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
4460 Remove pre-write-conversion.
4461
4462 2003-01-13 Kim F. Storm <storm@cua.dk>
4463
4464 * hexl.el (hexl-mode-map): Don't quote remapped command names.
4465
4466 2003-01-13 David Ponce <david@dponce.com>
4467
4468 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
4469 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
4470
4471 2003-01-13 Masatake YAMATO <jet@gyve.org>
4472
4473 * ruler-mode.el (ruler-mode-comment-column-char)
4474 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
4475 (ruler-mode-mouse-current-grab-object): New variables.
4476 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
4477 New faces.
4478 (ruler-mode-mouse-set-fill-column): Removed.
4479 (ruler-mode-mouse-grab-any-column)
4480 (ruler-mode-mouse-drag-any-column-iteration)
4481 (ruler-mode-mouse-drag-any-column): New functions.
4482 (ruler-mode-map): [header-line down-mouse-2] Bound to
4483 `ruler-mode-mouse-grab-any-column' instead of
4484 `ruler-mode-mouse-set-fill-column'.
4485 (ruler-mode-ruler-help-echo): Update its value.
4486 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
4487 when goal-column is already set.
4488 (ruler-mode-ruler-help-echo-tab): Rename to...
4489 (ruler-mode-ruler-help-echo-when-tab-stops): New.
4490 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
4491 (ruler-mode-goal-column-help-echo): New help strings.
4492 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
4493 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
4494 Show `comment-column' and `goal-column'. Echo the different help
4495 string for each *-column characters on the ruler.
4496
4497 2003-01-13 Richard M. Stallman <rms@gnu.org>
4498
4499 * apropos.el (apropos-documentation-property): New function.
4500 (apropos): Use apropos-documentation-property.
4501
4502 * files.el (mode-line-process): Mark as risky.
4503
4504 * help.el (where-is): Catch errors in indirect-function.
4505
4506 * server.el (server-process-filter): Comment out -eval.
4507 Don't switch buffers if inside isearch or minibuffer.
4508
4509 * progmodes/compile.el (compilation-revert-buffer):
4510 If buffer has a file, revert it in the normal way.
4511
4512 * term/x-win.el: Require fontset conditionally again.
4513
4514 2003-01-13 Kim F. Storm <storm@cua.dk>
4515
4516 * ido.el (ido-enable-tramp-completion): New defcustom.
4517 (ido-enter-single-matching-directory): Change default to 'slash.
4518 (ido-is-tramp-root): New defun.
4519 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
4520 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
4521 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
4522 Handle tramp completion.
4523 (ido-file-name-all-completions1): New defun for tramp completion.
4524 (ido-file-name-all-completions): Use it.
4525 (ido-set-matches1): Relax matching of text with trailing slash.
4526 (ido-exhibit): Handle tramp completion.
4527 Simplified code using nested cond forms using new `refresh' var.
4528 Fixed handling of /~user/ paths.
4529
4530 2003-01-12 Andreas Schwab <schwab@suse.de>
4531
4532 * arc-mode.el (archive-mode-map): Use command remapping instead of
4533 substitute-key-definition.
4534 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
4535 * msb.el (msb-mode-map): Likewise.
4536 * forms.el (forms--change-commands): Likewise.
4537 * hexl.el (hexl-mode-map): Likewise.
4538 * mail/mailabbrev.el (Commentary): Likewise.
4539 * play/decipher.el (decipher-mode-map): Likewise.
4540 * play/gomoku.el (gomoku-mode-map): Likewise.
4541 * play/landmark.el (lm-mode-map): Likewise.
4542 * play/solitaire.el (solitaire-mode-map): Likewise.
4543 * progmodes/sh-script.el (sh-mode-map): Likewise.
4544 * textmodes/picture.el (picture-substitute): Likewise.
4545
4546 * ielm.el (inferior-emacs-lisp-mode):
4547 Bind comint-dynamic-complete-functions locally.
4548
4549 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
4550
4551 2003-01-11 Andreas Schwab <schwab@suse.de>
4552
4553 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
4554 merge with existing fontification.
4555
4556 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
4557
4558 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
4559 (gud-reset): New function. Reset environment at end of debugging.
4560 (gud-sentinel): Call gud-reset or gdb-reset.
4561 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
4562
4563 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
4564 to find out if variable shuld be dereferenced.
4565 (gud-display1): Exit if there is `No symbol'.
4566 (gdb-expressions-mode-map): Correction to key-binding.
4567 (gdb-reset): New function. Reset environment at end of debugging.
4568 (gdb-quit): Remove.
4569
4570 2003-01-10 Dave Love <fx@gnu.org>
4571
4572 * international/code-pages.el (cp-make-coding-system): Fix last change.
4573
4574 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4575
4576 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
4577 use regexp-opt for readability.
4578
4579 2003-01-10 Mark A. Hershberger <mah@everybody.org>
4580
4581 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
4582 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
4583 empty elements.
4584
4585 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
4586
4587 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
4588 shell.
4589
4590 2003-01-09 John Wiegley <johnw@gnu.org>
4591
4592 * pcomplete.el (pcomplete-termination-string): Add a variable
4593 for modifying the string which is inserted after a completion or
4594 expansion using pcomplete.
4595
4596 2003-01-09 Karl Berry <karl@gnu.org>
4597
4598 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
4599 so that we don't fail if no records match record-regexp.
4600
4601 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
4602
4603 * cus-edit.el (customize-group, customize-group-other-window):
4604 Remove unnecessary calls to custom-load-symbol.
4605 (custom-group-value-create):
4606 Load widget deps if state is not hidden. If widget deps are
4607 loaded, load them in advance.
4608 (custom-menu-create): If widget deps are loaded, load them earlier.
4609
4610 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
4611
4612 * language/ethio-util.el (ethio-gemination)
4613 (exit-ethiopic-environment): Doc fixes.
4614
4615 * language/viet-util.el (viet-encode-viqr-region)
4616 (viet-decode-viqr-region, viet-encode-viqr-buffer)
4617 (viet-decode-viqr-buffer): Doc fixes.
4618
4619 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
4620
4621 * paths.el: Remove gnus-startup-file.
4622
4623 2003-01-08 Bill Wohler <wohler@newt.com>
4624
4625 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
4626 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
4627
4628 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4629 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
4630 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
4631 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
4632
4633 2003-01-08 Kim F. Storm <storm@cua.dk>
4634
4635 * mail/undigest.el (unforward-rmail-message): Don't use global
4636 variable `n'.
4637
4638 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
4639
4640 * mail/undigest.el (unforward-rmail-message): Simplified.
4641 No functional change.
4642
4643 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
4644
4645 * custom.el (custom-autoload, custom-variable-p): New functions.
4646
4647 * emacs-lisp/autoload.el (make-autoload):
4648 Generate custom-autoload for autoloaded defcustoms.
4649
4650 * help-fns.el (describe-variable): Use custom-variable-p.
4651
4652 * simple.el (set-variable): Load deps of custom variables without type.
4653
4654 * cus-edit.el (custom-variable-prompt): Doc change.
4655 Use custom-variable-p.
4656 (customize-option): Remove search in loaddefs.el.
4657 (customize-apropos): Use custom-variable-p.
4658 (custom-save-variables): Use custom-variable-p to detect
4659 non-rogue variables.
4660
4661 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
4662
4663 * mail/undigest.el (unforward-rmail-message): Skip all newlines
4664 after the initial separator.
4665 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
4666 instead of Forwarded-from: and Forwarded-date:.
4667
4668 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4669
4670 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
4671 produced by TeX.
4672
4673 2003-01-07 Andre Spiegel <spiegel@gnu.org>
4674
4675 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
4676 branch.
4677
4678 2003-01-06 Dave Love <fx@gnu.org>
4679
4680 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
4681
4682 * language/chinese.el ("Chinese-EUC-TW"): New.
4683
4684 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
4685
4686 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
4687
4688 2003-01-05 Richard M. Stallman <rms@gnu.org>
4689
4690 * obsolete/uncompress.el: Display message that this pkg is obsolete.
4691
4692 * isearch.el (isearch-repeat): Error if try to repeat search and
4693 there was no previous search.
4694
4695 * dired.el (dired-recursive-deletes): Fix custom type.
4696
4697 * dabbrev.el (dabbrev--substitute-expansion):
4698 Convert all whitespace to single spaces,
4699 except when it's carried over from the existing text.
4700
4701 * simple.el (split-line): Clean up implementation.
4702
4703 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
4704 both cases.
4705 (rmail-variables): Specify case-insensitive matching for font-lock.
4706
4707 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4708
4709 * mail/sendmail.el (mail-font-lock-keywords):
4710 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
4711 In-Reply-To and X-*.
4712
4713 2003-01-05 Mark A. Hershberger <mah@everybody.org>
4714
4715 * xml.el (xml-substitute-special): Check for &amp last.
4716
4717 2003-01-05 Dave Love <fx@gnu.org>
4718
4719 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
4720
4721 2003-01-05 Dave Love <fx@gnu.org>
4722
4723 * international/mule-diag.el (non-iso-charset-alist):
4724 Add vietnamese-tcvn.
4725
4726 * international/mule-cmds.el (locale-language-names):
4727 Use Croatian, Swedish.
4728
4729 2003-01-05 Andreas Schwab <schwab@suse.de>
4730
4731 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
4732
4733 2003-01-05 Dave Love <fx@gnu.org>
4734
4735 * language/european.el ("Latin-6", "Croatian"): New.
4736 ("Latin-7"): Fix nonascii-translation. Add input method.
4737 ("Lithuanian", "Latvian"): Add nonascii-translation.
4738 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
4739 Fix nonascii-translation.
4740
4741 * language/georgian.el ("Georgian"): Fix nonascii-translation.
4742
4743 * international/mule-cmds.el (set-locale-environment):
4744 Ignore empty values of environment variables.
4745
4746 * emacs-lisp/byte-opt.el (byte-optimize-nth)
4747 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
4748
4749 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
4750
4751 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
4752 Use let construction to bind buffer-read-only to nil.
4753 (gdba): 'set height 0' in GDB.
4754 (gdb-display-end, gdb-frame-handler): Corrections to forming
4755 full expression name for header-line in display frame.
4756 (gdb-info-breakpoints-custom): Highlight breakpoints since
4757 they may be clicked on with mouse-2.
4758 (gdb-quit): Delete frames of displayed expressions when quitting.
4759 (gdb-delete-frames): New function.
4760 (gdb-source-info): Don't create stack buffer automatically.
4761
4762 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
4763
4764 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
4765
4766 2003-01-04 Kim F. Storm <storm@cua.dk>
4767
4768 * simple.el (split-line): If present, copy fill-prefix from
4769 current line to new line. Don't copy if prefix arg.
4770 From Lisp, arg may be an alternative prefix string to copy.
4771 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
4772
4773 * mail/sendmail.el (mail-split-line): New function.
4774 (mail-mode-map): Remap split-line to mail-split-line.
4775
4776 2003-01-03 Dave Love <fx@gnu.org>
4777
4778 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
4779 with new load-history format.
4780
4781 * international/mule-cmds.el (sort-coding-systems):
4782 Adjust priority of utf-16 and x-ctext.
4783
4784 * international/utf-8.el (utf-translate-cjk):
4785 Call optimize-char-coding-system-table.
4786
4787 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
4788 Call optimize-char-coding-system-table.
4789
4790 * international/mule.el (register-char-codings): Don't call
4791 optimize-char-coding-system-table here.
4792 (keyboard-coding-system): Doc fix. Update :version.
4793
4794 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
4795 (nroff-imenu-expression): New.
4796 (nroff-mode): Use it.
4797
4798 * autoinsert.el (auto-insert-alist): Add man page skeleton.
4799
4800 2003-01-03 Andre Spiegel <spiegel@gnu.org>
4801
4802 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
4803 the lock.
4804
4805 2003-01-03 Kim F. Storm <storm@cua.dk>
4806
4807 * emulation/cua-base.el (cua--pre-command-handler):
4808 Corrected handling of delete-selection properties.
4809
4810 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
4811
4812 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
4813 documentation string when `sym' is non-nil.
4814
4815 2003-01-02 Steven Tamm <steventamm@mac.com>
4816
4817 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
4818 Have scroll bars correctly default to being on the right for Mac
4819 Carbon port by testing "mac-carbon" feature, not window-system.
4820
4821 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
4822
4823 * cus-edit.el (customize-group, customize-group-other-window):
4824 Call custom-load-symbol unconditionally.
4825 (customize-face, customize-face-other-window): Fix format arg.
4826
4827 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
4828
4829 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
4830 to `left'.
4831
4832 2003-01-01 Richard M. Stallman <rms@gnu.org>
4833
4834 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
4835
4836 * files.el (backup-buffer): Cope if file-modes returns nil.
4837
4838 2002-12-30 Steven Tamm <steventamm@mac.com>
4839
4840 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
4841 Have scroll bars correctly default to being on the right for Mac
4842 Carbon port
4843
4844 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
4845
4846 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
4847 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
4848 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
4849 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
4850 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
4851 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
4852 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
4853 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
4854 (gdb-frames-mouse-select): Simplify.
4855 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
4856 consistent with other modes in emacs.
4857 (gdb-display-source-buffer): Return window of source buffer
4858 for (gud-display-line).
4859
4860 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
4861
4862 * button.el (defface button): Add group.
4863
4864 * cus-edit.el (customize-browse): Call `widget-setup'.
4865
4866 2002-12-29 Andreas Schwab <schwab@suse.de>
4867
4868 * Makefile.in: Generate cus-load.el and finder-inf.el in the
4869 source directory. Change dependencies on lisp files to explicitly
4870 use $(lisp).
4871 (compile-calc): Fix command substitution.
4872 * cus-dep.el (generated-custom-dependencies-file): New variable.
4873 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
4874 * finder.el (generated-finder-keywords-file): New variable.
4875 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
4876
4877 2002-12-28 Richard M. Stallman <rms@gnu.org>
4878
4879 * info-look.el (info-lookup): Fix error message typo.
4880
4881 * comint.el (comint-mode): Locally set scroll-conservatively.
4882 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
4883 is active only when point is at end.
4884
4885 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
4886 Fix error message.
4887
4888 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
4889
4890 * simple.el (repeat-complex-command): Signal real error on failure.
4891
4892 2002-12-28 Andreas Schwab <schwab@suse.de>
4893
4894 * progmodes/make-mode.el (makefile-font-lock-keywords):
4895 Highlight automatic variable references enclosed in parens and
4896 optionally suffixed by F or D.
4897
4898 2002-12-27 Miles Bader <miles@gnu.org>
4899
4900 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
4901 buffer-local variable.
4902
4903 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
4904
4905 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
4906 the same way as `custom-buffer-create-other-window'.
4907 (customize-variable-other-window, customize-option-other-window):
4908 Definitions moved up.
4909
4910 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4911
4912 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
4913 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
4914 tramp.el. From Michael Albinus.
4915 * net/tramp-smb.el: New file for using smbclient to access
4916 Windows shares with Tramp. From Michael Albinus.
4917
4918 2002-12-26 Andreas Schwab <schwab@suse.de>
4919
4920 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
4921
4922 2002-12-26 Andre Spiegel <spiegel@gnu.org>
4923
4924 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
4925 order to get the latest version on the current branch.
4926 Update documentation of vc-BACKEND-checkout to explain this.
4927
4928 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
4929 (vc-rcs-checkin): By default, specify the current workfile
4930 branch as the check-in revision.
4931
4932 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
4933
4934 * vc-sccs.el (vc-sccs-checkout): Likewise.
4935
4936 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
4937
4938 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
4939 of displayed expressions are deleted when the displayed expressions
4940 are deleted.
4941 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
4942 deletion is handled by gdb-info-display-custom now.
4943 (gdb-source-info): Undo earlier change (do create display buffer
4944 automatically).
4945
4946 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
4947
4948 * cus-edit.el (custom-save-faces): Fix typo.
4949
4950 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
4951
4952 * mail/undigest.el (unforward-rmail-message): Do not assume that
4953 the forwarded message's Date: header comes after From:. Use a
4954 Forwarded-from: rather than a Forwarded-by: header. Add a
4955 Forwarded-date: header.
4956
4957 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
4958
4959 * gdb-ui.el (gdb-display-number-end): Make auto-display of
4960 expressions in GDB work on text-only terminals.
4961 (gdb-post-prompt): Compute current frame properly.
4962 (gdb-get-current-frame, gdb-frame-handler): New functions.
4963 (gdb-source-info): Move last statement into if clause.
4964 Tidy, improve documentation.
4965
4966 2002-12-23 Richard M. Stallman <rms@gnu.org>
4967
4968 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
4969
4970 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
4971 (easy-menu-define): Doc fix, say SYMBOL can be nil.
4972
4973 * window.el (save-selected-window): Save and restore
4974 selected windows of all frames.
4975
4976 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
4977 Update custom types.
4978
4979 2002-12-23 Alex Schroeder <alex@emacswiki.org>
4980
4981 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
4982 Alex Schroeder's adaptation of Jan Vroonhof
4983 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
4984
4985 * cus-edit.el (customize-save-variable): Take themes into account.
4986 (custom-variable-save): Take themes into account.
4987 (custom-variable-reset-saved): Add comment-widget.
4988 (custom-variable-reset-standard): Add comment-widget.
4989 (custom-variable-reset-standard): Take themes into account.
4990 (custom-face-save): Take themes into account.
4991 (custom-face-reset-standard): Take themes into account.
4992 (custom-save-variables): Take themes into account.
4993 (custom-save-faces): Take themes into account.
4994 (custom-save-resets): New function.
4995 (custom-save-loaded-themes): New function.
4996 (customize-save-customized): Take themes into account.
4997
4998 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
4999 (custom-theme-set-faces): New function.
5000 (custom-theme-face-value): New function.
5001 (custom-theme-reset-internal-face): New function.
5002 (custom-theme-reset-faces): New function.
5003 (custom-reset-faces): New function.
5004
5005 * custom.el (custom-known-themes): New variable.
5006 (custom-declare-theme): New function.
5007 (deftheme): New macro.
5008 (custom-make-theme-feature): New function.
5009 (custom-theme-p): New function.
5010 (custom-check-theme): New function.
5011 (custom-push-theme): New function.
5012 (custom-theme-set-variables): Take themes into account.
5013 (custom-loaded-themes): New variable.
5014 (custom-theme-loaded-p): New function.
5015 (provide-theme): New function.
5016 (require-theme): New function.
5017 (custom-remove-theme): New function.
5018 (custom-do-theme-reset): New function.
5019 (custom-theme-load-themes): New function.
5020 (custom-load-themes): New function.
5021 (custom-theme-value): New function.
5022 (custom-theme-variable-value): New function.
5023 (custom-theme-reset-internal): New function.
5024 (custom-theme-reset-variables): New function.
5025 (custom-reset-variables): New function.
5026
5027 * cus-theme.el: New file.
5028
5029 2002-12-23 Matthew Swift <swift@alum.mit.edu>
5030
5031 * emacs-lisp/rx.el (rx-and): Generate a shy group.
5032 Specify `no-group' when calling rx-to-string.
5033 (rx-submatch): Specify `no-group' when calling rx-to-string.
5034 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
5035 (rx-atomic-p): New function.
5036
5037 2002-12-23 Kevin Ryde <user42@zip.com.au>
5038
5039 * info-look.el (info-lookup): For ease of use try item
5040 case-insensitive if not found case-sensitive.
5041 Do case sensitive search in index nodes, so items differing only in
5042 case go correctly to their respective nodes.
5043
5044 2002-12-22 Richard M. Stallman <rms@gnu.org>
5045
5046 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
5047
5048 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
5049 Add defvars.
5050
5051 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
5052 on the file name.
5053
5054 * textmodes/outline.el (outline-next-visible-heading):
5055 When going forward, test outline-invisible-p at start of header.
5056
5057 2002-12-22 Kevin Ryde <user42@zip.com.au>
5058
5059 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
5060 Info-mode.
5061 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
5062 New functions.
5063 (makeinfo-compile): Add a sentinel parameter.
5064 (makeinfo-compilation-sentinel-region): Renamed from
5065 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
5066 (makeinfo-region): Use this.
5067 * info.el (Info-revert-find-node): New function.
5068
5069 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
5070
5071 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
5072 process filter (gdba in gdb-ui.el only).
5073 (gdb-tooltip-print): New function.
5074 (tooltip-gud-process-output): Undo previous change.
5075 (tooltip-strip-annotations): Remove.
5076
5077 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
5078
5079 * gud.el (gud-menu-map): Add jdb support for "run".
5080 (gud-jdb-find-source-using-classpath): Use 'identity.
5081 (gud-jdb-marker-filter): Marker regexp and filename filtering
5082 change to support a backwards-incompatible change in Sun's jdb
5083 line number display in SDK versions 1.4.
5084 (gud-format-command): gud-find-class now requires two
5085 parameters (file and linenumber).
5086 (gud-find-class): Bulk of the change related to using c-syntactic
5087 symbols to locate nested class declarations in java sources
5088 visited by java-mode (cc-mode).
5089
5090 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
5091
5092 * gdb-ui.el: Remove the concept of an instance. This means that
5093 a lot of functions have been renamed. Accessors are prefixed with
5094 gdb-get, setters with gdb-set and the word instance has been
5095 removed from many function and variable names.
5096 (gdb-display-buffer): Protect source buffer as well
5097 as GUD buffer when requesting new buffers.
5098 (gdb-source-info): Two changes : Don't create display buffer
5099 automatically, compute source window correctly.
5100
5101 2002-12-21 Richard M. Stallman <rms@gnu.org>
5102
5103 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
5104
5105 * ls-lisp.el (original-insert-directory): Make this a variable,
5106 don't set its function definition.
5107 (insert-directory): Use funcall to call that function.
5108
5109 * bindings.el (help-echo): Change tooltip string.
5110
5111 * chistory.el (command-history-map): Move definition up.
5112
5113 * faces.el (help-xref-stack): Add defvar to avoid warning.
5114
5115 2002-12-21 Andreas Schwab <schwab@suse.de>
5116
5117 * dired.el (dired-insert-directory): Preserve text properties
5118 when quoting.
5119
5120 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
5121
5122 * mail/undigest.el (rmail-mail-separator): Renamed from
5123 rmail-digest-mail-separator. All users changed.
5124 (unforward-rmail-message): Rewritten to be more robust and to
5125 additionally account for the common style of forwarding messages
5126 by citing them entirely with headers.
5127
5128 2002-12-18 Dave Love <fx@gnu.org>
5129
5130 * international/utf-8-subst.el: Deleted.
5131
5132 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
5133 char-coding-system-table elements destructively.
5134 Use optimize-char-coding-system-table.
5135
5136 * international/mule.el (optimize-char-coding-system-table): New.
5137 (register-char-codings): Use it.
5138
5139 * international/utf-8.el (ucs-mule-cjk-to-unicode)
5140 (ucs-unicode-to-mule-cjk): Revert last change.
5141 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
5142 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
5143 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
5144 char-coding-system-table elements destructively.
5145 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
5146 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
5147
5148 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
5149
5150 * info.el (Info-dir-remove-duplicates): Avoid infloop when
5151 deleting last entry.
5152
5153 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
5154
5155 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
5156 rename gud-gdba-marker-filter.
5157 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
5158 (gdb-make-instance): Remove (put into gdba).
5159 Use gdb-instance-enqueue-input instead of
5160 gdb-instance-enqueue-idle-input for user functions.
5161 (gdb-instance-target-string): Simplify.
5162 (in-gdb-instance-context): Remove.
5163 Expand Commentary.
5164
5165 2002-12-17 Kenichi Handa <handa@m17n.org>
5166
5167 * international/mule.el (set-file-name-coding-system): New function.
5168
5169 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
5170 Add bindings for set-file-name-coding-system.
5171
5172 2002-12-17 Kenichi Handa <handa@m17n.org>
5173
5174 * international/mule-cmds.el (universal-coding-system-argument):
5175 Bind coding-system-require-warning to t.
5176 (select-safe-coding-system): Handle t in the arg
5177 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
5178 coding-system to allow users to specify unsafe coding system on
5179 their risk.
5180
5181 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
5182
5183 * mail/undigest.el (rmail-digest-methods)
5184 (rmail-digest-mail-separator): New variables.
5185 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
5186 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
5187 (rmail-digest-parse-rfc934): New functions.
5188 (undigestify-rmail-message): Completely rewritten.
5189
5190 2002-12-16 Kim F. Storm <storm@cua.dk>
5191
5192 * ido.el (ido-read-file-name): Remove debug message.
5193
5194 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
5195
5196 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
5197 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
5198 (Buffer-menu-mode-width): New customization.
5199 (Buffer-menu-sort-column): New var.
5200 (Buffer-menu-no-header): New function for not changing header line and
5201 recognizing swapped M&R columns, used by modifying commands in Buffer
5202 Menu.
5203 (Buffer-menu-buffer+size): New function for variable width buffer name.
5204 (list-buffers-noselect): Rewritten for nicer menu.
5205
5206 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
5207
5208 * filesets.el (filesets-build-menu-now): Don't clear messages.
5209
5210 * allout.el: Avoid name conflicts with outline.el.
5211 Replace globally string "outline-" with string "allout-".
5212 Replaced 1446 occurrences; there was no string "allout-" before the
5213 change and there seems to be no dependency on outline.el.
5214 Put `quotes' around many function and variable names.
5215 Doc changes to adjust to the change to prefix "allout-".
5216 Don't provide `outline'. Use " Allout" as mode line string,
5217 not " Outl". Put group `allout' in group `editing'.
5218 Update Copyright notice. Autoload `allout-init'.
5219 (allout-init): Give report also in case auto-activation was inhibited.
5220 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
5221
5222 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
5223
5224 * xml.el (xml-parse-tag): Allow spaces between / and >.
5225
5226 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
5227
5228 * emacs-lisp/autoload.el (autoload-ensure-default-file):
5229 Insert missing space in file end comment.
5230
5231 2002-12-15 Simon Josefsson <jas@extundo.com>
5232
5233 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
5234 user-mail-address as sender.
5235
5236 2002-12-15 Dave Love <fx@gnu.org>
5237
5238 * international/mule-cmds.el (standard-keyboard-coding-systems):
5239 Delete.
5240 (set-locale-environment): Don't use it.
5241
5242 * international/utf-8.el (ucs-mule-cjk-to-unicode)
5243 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
5244 (utf-subst-table-for-decode): Specify :size, :rehash-size.
5245 (utf-translate-cjk): :set rewritten to load subst-... files.
5246 Add :set-after.
5247 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
5248
5249 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
5250
5251 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
5252 buffer as modified unless it really is.
5253
5254 2002-12-14 Andreas Schwab <schwab@suse.de>
5255
5256 * wid-edit.el (widget-move): Don't loop infinitely when there is
5257 no field or button.
5258
5259 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
5260
5261 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
5262 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
5263 Undo 2002/09/27 change because kill-buffer-hook is not
5264 permanent-local.
5265
5266 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5267 Optimize the remaining part of for-effect and/or expressions.
5268
5269 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
5270
5271 * emacs-lisp/easy-mmode.el (define-minor-mode):
5272 Use `custom-current-group'. Pass all groups to the hook.
5273 (easy-mmode-define-global-mode): Use `custom-current-group'.
5274
5275 * international/mule-cmds.el (current-language-environment):
5276 Set type according to `language-info-alist' also here.
5277
5278 * progmodes/compile.el (compilation-menu-map):
5279 Use `kill-compilation' to stop compilation.
5280
5281 2002-12-13 Kenichi Handa <handa@m17n.org>
5282
5283 * language/european.el (encode-mac-roman): Fix last change.
5284
5285 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
5286 (ccl-encode-alternativnyj): Fix last change.
5287
5288 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
5289
5290 * gdb-ui.el: Improve documentation strings.
5291 (gdb-many-windows): Set default value to nil.
5292
5293 2002-12-12 Dave Love <fx@gnu.org>
5294
5295 * international/subst-big5.el, international/subst-gb2312.el:
5296 * international/subst-jis.el, international/subst-ksc.el: New.
5297
5298 * custom.el (defcustom, custom-set-variables): Doc fix.
5299
5300 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
5301 things protected by `(if (fboundp ...' or `(if (boundp ...'.
5302
5303 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
5304
5305 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
5306
5307 * progmodes/fortran.el (fortran-mode-abbrev-table):
5308 Handle `define-abbrev' with either 5 or 6 arguments.
5309
5310 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
5311
5312 * international/mule-cmds.el (set-language-info):
5313 Update custom-type of `current-language-environment'.
5314 (current-language-environment): Fix custom type.
5315
5316 2002-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5317
5318 * progmodes/antlr-mode.el (antlr): New URL.
5319
5320 2002-12-10 R. Bernstein <rocky@panix.com>
5321
5322 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
5323 Fix erroneous print expression command, and fix typos.
5324 (perldb): Undo previous change in prompt regexp.
5325
5326 2002-12-10 Steven Tamm <steventamm@mac.com>
5327
5328 * generic-x.el (javascript-generic-mode): Added C style block
5329 comments as used in ECMA-262 standard.
5330
5331 2002-12-10 Kenichi Handa <handa@m17n.org>
5332
5333 * language/european.el ("Swedish"): Change tutorial file name to
5334 TUTORIAL.sv in this langauge environment..
5335
5336 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
5337
5338 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
5339 disable it buffer-locally.
5340 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
5341 `eventpt' and point.
5342
5343 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
5344 (ibuffer-set-filter-groups-by-mode): Use it instead of
5345 `delete-duplicates' so we don't require cl library at runtime.
5346 (ibuffer-insert-filter-group-before): Don't use `position' so we
5347 don't require cl library at runtime.
5348
5349 * chistory.el (command-history-mode): Add interactive spec.
5350 Improve doc string.
5351
5352 2002-12-09 Richard M. Stallman <rms@gnu.org>
5353
5354 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
5355
5356 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
5357
5358 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
5359 customize type 'float is now defined.
5360
5361 2002-12-09 Dave Love <fx@gnu.org>
5362
5363 * international/code-pages.el (mik, pt154): New coding systems.
5364
5365 * international/ucs-tables.el: Fix properly.
5366
5367 2002-12-09 Andreas Schwab <schwab@suse.de>
5368
5369 * international/ucs-tables.el: Fix last change.
5370
5371 2002-12-09 Kenichi Handa <handa@m17n.org>
5372
5373 * international/titdic-cnv.el (titdic-convert): Process the
5374 header part in multibyte mode.
5375
5376 2002-12-08 Dave Love <fx@gnu.org>
5377
5378 * international/code-pages.el (mule-diag): Move where it's required.
5379
5380 * international/ucs-tables.el: Add latin-jisx0201 characters.
5381 Fix translation-table-for-input for lao, thai, tibetan.
5382
5383 2002-12-08 Andreas Schwab <schwab@suse.de>
5384
5385 * files.el (insert-directory): Insert free space only when
5386 listing a full directory.
5387
5388 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
5389
5390 * gdb-ui.el : Remove inappropriate key-bindings.
5391 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
5392 Parse correctly when breakpoint has no line number.
5393 (def-gdb-auto-update-handler, gdb-info-locals-handler),
5394 (gdb-display-end): Avoid using insert-buffer.
5395 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
5396
5397 2002-12-07 Richard M. Stallman <rms@gnu.org>
5398
5399 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
5400 (compilation-leave-directory-regexp-alist): Match byte compiler output.
5401
5402 * emacs-lisp/cl-macs.el: Add local variable list
5403 to turn off cl-function warnings.
5404
5405 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
5406 elements in load-history.
5407 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
5408 and cl-struct-setf-expander.
5409
5410 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
5411 New variable.
5412 (autoload-print-form): Use autoload-print-form-outbuf.
5413 (generate-file-autoloads): Bind autoload-print-form-outbuf.
5414
5415 * calendar/calendar.el (calendar-day-name): Move defn down.
5416
5417 * speedbar.el (speedbar-directory-buttons-follow):
5418 Don't use directory-sep-char.
5419
5420 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
5421
5422 * register.el (describe-register-1): Use window-width
5423 to truncate string in a register. Check whether the string
5424 in a register is an empty string or a sequence of white spaces.
5425
5426 2002-12-07 Andreas Schwab <schwab@suse.de>
5427
5428 * faces.el (face-font-selection-order)
5429 (face-font-family-alternatives, face-font-registry-alternatives):
5430 Remove period from :tag value.
5431
5432 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
5433 to :inverse-video.
5434
5435 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
5436
5437 * wid-edit.el (define-widget number): Clarify doc and error message.
5438 (define-widget float): New widget.
5439
5440 2002-12-07 Andreas Schwab <schwab@suse.de>
5441
5442 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
5443
5444 * files.el (find-file-read-args): Reenable wildcard processing
5445 unconditionally.
5446
5447 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
5448
5449 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
5450 functions for copyright notice and copying permissions.
5451 (texinfo-copying, texinfo-insertcopying): New functions.
5452
5453 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
5454
5455 * textmodes/texinfmt.el (texinfo-format-ifxml)
5456 (texinfo-format-xml): New function.
5457 (ifxml, ifnotxml): New aliases.
5458
5459 2002-12-06 Dave Love <fx@gnu.org>
5460
5461 * international/utf-8-subst.el: Revert last change.
5462
5463 2002-12-06 Miles Bader <miles@gnu.org>
5464
5465 * info.el (Info-insert-dir): Make dir-node-cache variables
5466 buffer-local, so that killing the *info* buffer forces the
5467 dir-node to be rebuilt.
5468
5469 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
5470
5471 * finder.el (finder-compile-keywords): Don't insert a keyword to
5472 the generated file.
5473
5474 2002-12-05 Andreas Schwab <schwab@suse.de>
5475
5476 * speedbar.el (speedbar-highlight-face): Fix face spec.
5477
5478 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
5479
5480 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
5481 gdb-proc with gud-comint-buffer instead.
5482 (gdb-proc): Remove.
5483 (def-gdb-var): Simplify.
5484 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
5485 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
5486 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
5487 (gdb-info-locals-handler): Avoid replace-regexp.
5488
5489 * calendar/calendar.el (facemenu-unlisted-faces): Only update
5490 after facemenu is loaded.
5491 (calendar-font-lock-keywords): Accept non-ASCII month names.
5492 Use regexp-opt.
5493
5494 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
5495 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
5496 (gdba): Call `gdb' and then make modifications.
5497 Always call gdb-clear-inferior-io rather than just "the first time".
5498 (gud-break, gud-remove): Definitions moved to inside gdba.
5499 (gdb-target-name): Remove. Use gud-target-name instead.
5500 (gdba-complete-filter, gdba-common-init): Remove.
5501 The changes were integrated into the generic code.
5502
5503 * gud.el: Use match-string.
5504 (gud-menu-map): Re-fix gdb-running to gud-running.
5505 Activate up/down and finish for pdb.
5506 (gud-def): Use backquotes.
5507 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
5508 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
5509 (gud-gdb-complete-break, gud-gdb-complete-list):
5510 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
5511 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
5512 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
5513 Add a `filter' argument and run it on `string'.
5514 (gud-gdb-run-command-fetch-lines): Use it instead of
5515 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
5516 Return the fetched lines.
5517 (gud-gdb-complete-command): Use it instead of cooking up
5518 something by hand using gud-gdb-complete-filter.
5519 (gud-gdb-get-stackframe): Use the new calling convention of
5520 gud-gdb-run-command-fetch-lines.
5521 (gud-gdb-fetched-stack-frame-list): Remove.
5522 (gud-gdb-speedbar-stack-filter): Remove.
5523 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
5524 (gud-bashdb-command-name): Add "--debugger" argument here.
5525 (bashdb): Use default gud-find-file and don't bother with
5526 a massage-args function now that --debugger is make explicit.
5527 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
5528 (bashdb): Don't provide.
5529 (gud-target-name): New var.
5530 (gud-common-init): Set it.
5531 Also reset gud-running and gud-last-last-frame.
5532
5533 2002-12-05 Dave Love <fx@gnu.org>
5534
5535 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
5536 mule-utf-16-le, mule-utf-16-be.
5537
5538 2002-12-05 Richard M. Stallman <rms@gnu.org>
5539
5540 * textmodes/outline.el (outline-mode): Doc fix.
5541
5542 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
5543
5544 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
5545
5546 2002-12-05 Kenichi Handa <handa@m17n.org>
5547
5548 * international/titdic-cnv.el (quail-misc-package-ext-info):
5549 Remove duplicate entry for chinese-b5-quick.
5550 (batch-miscdic-convert): Don't try to call miscdic-convert on
5551 files in the directory just following the arg "-dir".
5552
5553 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
5554
5555 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
5556 corresponding defvar.
5557 (gdb-inferior-io-mode-map): New var.
5558 Add bindings to it rather than to comint-mode-map.
5559 (gdb-display-number-end): Use dolist. Remove always-true test.
5560 (gdb-delete-line): Move and simplify.
5561 (gdb-display-end): Don't bother going to beg-of-line since we're there.
5562 (gdb-array-format1): Use dolist.
5563 (gdb-make-windows-menu, gdb-make-frames-menu):
5564 Move to top-level code. Move the menus to within the GUD menu.
5565 Make the menus only appear in gdba mode.
5566
5567 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
5568 (gdb-inferior-io-mode): Use define-minor-mode.
5569 (gdb-source-info): Don't burp if there's no source file.
5570 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
5571 (gdb-inferior-io-stop, gdb-inferior-io-eof)
5572 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
5573 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
5574 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
5575 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
5576 (gdb-display-display-buffer, gdb-frame-display-buffer)
5577 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
5578 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
5579 Remove the spurious left over arg from the "big reorg".
5580
5581 2002-12-04 Richard M. Stallman <rms@gnu.org>
5582
5583 * gud.el (gud-menu-map): Update for bashdb.
5584 (perldb): Change prompt regexp.
5585 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
5586 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
5587
5588 * progmodes/cc-vars.el: Simply require wid-edit and custom
5589 in eval-when-compile.
5590
5591 * progmodes/cc-menus.el: Don't require imenu.
5592
5593 * progmodes/cc-langs.el: Don't require cl.
5594 (c-delete-duplicates): New function. Use instead of delete-duplicates.
5595
5596 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
5597 Add an else-clause to the if to avoid confused compiler warning.
5598
5599 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
5600
5601 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
5602
5603 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
5604
5605 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
5606 Update gdb-running -> gud-running.
5607 (gdba): Use the default for gud-find-file.
5608 (def-gdb-variable): Remove: fold into def-gdb-var.
5609 (def-gdb-var): Use buffer-local-value and with-current-buffer.
5610
5611 * gud.el (gud-running): Rename from gdb-running. Update uses.
5612 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
5613 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
5614 which fails if tool-bar.el is loaded in the mean time.
5615 (gud-file-name): New fun.
5616 (gud-find-file): Use it as default value for gud-find-file.
5617 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
5618 on gud-find-file.
5619 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
5620 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
5621 (gud-pdb-find-file, gud-jdb-find-file): Remove.
5622 (gud-query-cmdline): Don't stuff the whole cwd in the command.
5623 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
5624 (gud-mipsdbx-massage-args): Remove.
5625 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
5626 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
5627 (gud-jdb-command-name): New var.
5628 (gud-common-init): Re-instate RMS code of 11/13.
5629
5630 2002-12-03 Dave Love <fx@gnu.org>
5631
5632 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
5633 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
5634 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
5635
5636 2002-12-03 Andreas Schwab <schwab@suse.de>
5637
5638 * cus-edit.el (custom-display): Add checkbox for type mac.
5639
5640 * whitespace.el (whitespace-highlight-face): Fix face spec.
5641
5642 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
5643
5644 * simple.el (completion-setup-function): Fix last change to use
5645 minibuffer-completing-file-name instead.
5646
5647 * add-log.el (change-log-mode): Set indent-line-function explicitly
5648 to what it was before indent-line-function's default was changed.
5649
5650 2002-12-02 Richard M. Stallman <rms@gnu.org>
5651
5652 * textmodes/ispell.el (ispell-dict-map): Move specific
5653 dictionary selection into a submenu.
5654
5655 * textmodes/fill.el (fill-indent-to-left-margin): New function.
5656 (fill-newline, fill-region-as-paragraph): Use that.
5657
5658 * simple.el (completion-setup-function):
5659 Handle ffap-read-file-or-url-internal specially like
5660 read-file-name-internal.
5661
5662 2002-12-02 Simon Marshall <marshals@perth>
5663
5664 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
5665
5666 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
5667
5668 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
5669 more make keywords: defined, endef, override, export, unexport
5670 and vpath.
5671
5672 2002-12-02 Dave Love <fx@gnu.org>
5673
5674 * autoarg.el (autoarg-kp-mode): Give it a :group.
5675
5676 2002-12-02 Noah Friedman <friedman@splode.com>
5677
5678 * complete.el (PC-do-completion): Do not add wildcards to pattern
5679 unless filename is non-nil.
5680
5681 2002-12-02 Andreas Schwab <schwab@suse.de>
5682
5683 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
5684
5685 * paren.el (show-paren-mismatch-face): Fix face spec.
5686
5687 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
5688
5689 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
5690 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
5691
5692 * tooltip.el (tooltip-gud-process-output): Handle annotations that
5693 are output with gdba in gdb-ui.el.
5694 (tooltip-strip-annotations): New function.
5695
5696 2002-11-29 Dave Love <fx@gnu.org>
5697
5698 * autoarg.el (autoarg-mode): Give it a :group.
5699
5700 2002-11-29 Bill Wohler <wohler@newt.com>
5701
5702 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
5703 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
5704 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
5705 version 7.0.
5706
5707 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
5708 searches and speedbar support in MH-E version 7.0.
5709
5710 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
5711 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
5712 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
5713 MH-E version 7.0.
5714
5715 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
5716
5717 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
5718
5719 2002-11-29 Richard M. Stallman <rms@gnu.org>
5720
5721 * mail/rmail.el (rmail-convert-to-babyl-format):
5722 Make search for message delimiter case-sensitive.
5723
5724 * simple.el (yank-window-start): New variable.
5725 (yank): Record yank-window-start
5726 (yank-pop): Use yank-window-start.
5727
5728 * info.el (Info-additional-directory-list): Doc fix.
5729
5730 * indent.el (indent-according-to-mode, indent-region): Doc fix.
5731
5732 * tooltip.el (tooltip-gud-tips-p): Doc fix.
5733
5734 * eshell/em-script.el: Require eshell.
5735
5736 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
5737
5738 2002-11-29 Kim F. Storm <storm@cua.dk>
5739
5740 * mwheel.el: Avoid accidental yanking of text while scrolling with
5741 the mouse wheel. This adds a short period after each mouse wheel
5742 scroll event where a click on the mouse wheel button is ignored.
5743 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
5744 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
5745 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
5746 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
5747 Start mwheel-inhibit-click-event-timer with timeout handler
5748 mwheel-inhibit-click-timeout.
5749
5750 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
5751
5752 * tooltip.el (tooltip-gud-tips-setup): Remove.
5753 (tooltip-gud-debugger): Remove.
5754 (tooltip-gud-print-command): Use gud-minor mode instead of
5755 tooltip-gud-tips-setup and tooltip-gud-debugger.
5756
5757 * gdb-ui.el (gdb-starting): Set gdb-running to t.
5758 (gdb-stopped): Set gdb-running to nil.
5759 (gdb-quit): Reset some variables including tool-bar-map.
5760
5761 * gud.el (gdb-running): New variable.
5762 (gud-menu-map): Use gdb-running to grey out toolbar buttons
5763 with gdba in gdb-ui.el.
5764 (gud-tool-bar-map): Move to avoid byte compiler warning.
5765
5766 2002-11-27 Jason Rumney <jasonr@gnu.org>
5767
5768 * files.el (file-truename): Canonicalize non-existent names on w32.
5769
5770 2002-11-28 Kim F. Storm <storm@cua.dk>
5771
5772 * ido.el (ido-xemacs): Remove defvar. All uses changed to
5773 check (featurep 'xemacs) instead.
5774 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
5775
5776 2002-11-27 Dave Love <fx@gnu.org>
5777
5778 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
5779 forms' block to top (before uses).
5780 (help-fns): Don't require at top level. (Recursively.)
5781 (cl-transform-lambda): Require help-fns.
5782
5783 2002-11-26 Dave Love <fx@gnu.org>
5784
5785 * language/european.el (encode-mac-roman): Deal with unencodable
5786 characters.
5787
5788 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
5789 (ccl-encode-alternativnyj): Deal with unencodable characters.
5790
5791 * international/code-pages.el (cp-make-coding-system): Deal with
5792 unencodable characters.
5793
5794 2002-11-24 Richard M. Stallman <rms@gnu.org>
5795
5796 * mail/sendmail.el (mail-signature): Handle case where
5797 value of mail-signature is a string.
5798
5799 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
5800
5801 * faces.el (face-set-after-frame-default): Ignore errors
5802 in face-spec-face-set.
5803
5804 * cus-face.el (custom-declare-face): Add face-defface-spec
5805 prop after applying the face spec.
5806
5807 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
5808
5809 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
5810 print command for gdb to keep it out of the command history.
5811
5812 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
5813 code to allow only one gdb process.
5814
5815 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
5816
5817 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
5818 place. Add groups.
5819
5820 2002-11-22 Simon Marshall <marshals@perth>
5821
5822 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
5823
5824 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
5825
5826 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
5827
5828 2002-11-20 Simon Josefsson <jas@extundo.com>
5829
5830 * play/morse.el (morse-code): Add non-ASCII characters, according
5831 to table at http://www.soton.ac.uk/~scp93ch/morse/.
5832
5833 2002-11-21 Richard M. Stallman <rms@gnu.org>
5834
5835 * dired.el (dired-sort-inhibit): New variable.
5836 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
5837
5838 * find-dired.el (find-dired): Set dired-sort-inhibit to t
5839 buffer-locally.
5840
5841 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
5842
5843 * progmodes/sql.el: Added LINTER support.
5844 (sql-linter-program): New variable.
5845 (sql-linter-options): New variable.
5846 (sql-mode-menu): Added Linter keywords.
5847 (sql-mode-linter-font-lock-keywords): New variable.
5848 (sql-highlight-linter-keywords): New function.
5849 (sql-linter): New function.
5850 (sql-ms-options): New variable.
5851 (sql-ms): Use it.
5852
5853 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
5854
5855 * ibuffer.el (ibuffer-formats): Change default value; bump width
5856 of size column in first format to 7.
5857
5858 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
5859
5860 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
5861 load-history since `defvar' now uses this format.
5862
5863 * custom.el (custom-declare-variable): Use push.
5864 Use the (defvar . <sym>) format in load-history like `defvar' does.
5865
5866 * subr.el (symbol-file): Accept a non-atomic `function' arg.
5867 (with-local-quit): Add debug and indentation info.
5868
5869 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
5870
5871 * subr.el (symbol-file): Remove unused variable `functions'.
5872
5873 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
5874
5875 * Makefile.in (setwins_almost): Renamed from finder_setwins.
5876 (custom-deps): Use it.
5877 (finder-data): Adjust to that name change.
5878
5879 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
5880
5881 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5882 Turn errors into messages so they don't get ignored.
5883 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
5884 (eldoc-beginning-of-sexp): Simplify.
5885 (eldoc-function-arglist): Remove.
5886 (eldoc-function-argstring): Use help-function-arglist instead.
5887 (eldoc-function-argstring-from-docstring-method-table)
5888 (eldoc-function-argstring-from-docstring): Remove.
5889
5890 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
5891
5892 2002-11-19 Dave Love <fx@gnu.org>
5893
5894 * emacs-lisp/bytecomp.el (maphash, map-char-table):
5895 Use byte-compile-funarg.
5896
5897 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
5898
5899 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
5900
5901 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
5902 members here rather than with custom-add-to-group. This is the
5903 intended way of using defgroup and also lets
5904 custom-make-dependencies do its job.
5905 (defgroup vhdl-highlight-faces): Ditto.
5906
5907 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
5908 Previous group name shadow is used in shadowfile.el.
5909 (shadows-compare-text-p): Use group lisp-shadow.
5910
5911 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
5912
5913 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
5914
5915 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
5916
5917 * register.el (describe-register-1): Don't assign to val the value
5918 returned by `remove-list-of-text-properties'.
5919
5920 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
5921
5922 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
5923 Grok month numbers, too.
5924
5925 2002-11-18 Juanma Barranquero <lektu@terra.es>
5926
5927 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
5928
5929 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
5930
5931 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
5932
5933 * textmodes/refill.el (defgroup refill): New group.
5934
5935 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
5936
5937 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
5938
5939 * textmodes/paragraphs.el (use-hard-newlines): Add group.
5940
5941 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
5942 (compilation-minor-mode): Add group.
5943
5944 * reveal.el (global-reveal-mode): Add group.
5945
5946 * bookmark.el (bookmark-menu-length): Fix group name.
5947
5948 2002-11-17 Richard M. Stallman <rms@gnu.org>
5949
5950 * mail/rmail.el (rmail-ignored-headers): Add more headers.
5951
5952 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
5953 (parse-time-val): Var renamed from `val'. All uses changed.
5954
5955 * files.el (parse-time-rules): Mark it as risky.
5956
5957 * finder.el (finder-commentary): Use buffer *Finder-package*.
5958
5959 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
5960
5961 * simple.el (indicate-unused-lines)
5962 (default-indicate-unused-lines): New variable aliases.
5963
5964 2002-11-18 Kenichi Handa <handa@m17n.org>
5965
5966 * progmodes/cc-vars.el: Undo previous change.
5967
5968 2002-11-18 Kenichi Handa <handa@m17n.org>
5969
5970 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
5971
5972 * language/european.el (iso-latin-1): Make it safe.
5973 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
5974 (iso-latin-9): Likewise.
5975
5976 * language/greek.el (greek-iso-8bit): Make it safe.
5977
5978 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
5979
5980 * language/lao.el (lao): Make it safe.
5981
5982 * language/thai.el (thai-tis620): Make it safe.
5983
5984 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
5985
5986 * speedbar.el (defgroup speedbar): Use group 'etags instead of
5987 nonexisting group 'tags.
5988
5989 * emacs-lisp/re-builder.el: Add provide call.
5990
5991 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
5992 (feedmail-fiddle-plex-user-list): Fix typo in group name.
5993
5994 * progmodes/make-mode.el (makefile-space-face): Fix group name.
5995
5996 * textmodes/ispell.el (defgroup ispell): Arrange that definition
5997 starts at beginning of line.
5998
5999 * textmodes/table.el (defgroup table-hooks): New group.
6000 (table-cell-map-hook): Fix typo in group name.
6001
6002 * calendar/diary-lib.el (diary-button-face): Add group and version
6003 number.
6004
6005 * warnings.el (defgroup warnings): New group.
6006
6007 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
6008
6009 * emacs-lisp/autoload.el (update-autoloads-from-directories):
6010 Sort the list of files with no autoloads.
6011
6012 2002-11-16 Alan Shutko <ats@acm.org>
6013
6014 * calendar/diary-lib.el (list-diary-entries): Pass a marker
6015 indicating source of entry to add-to-diary-list.
6016 (diary-button-face, diary-entry, diary-goto-entry): New, to
6017 support click to diary file.
6018 (fancy-diary-display): Buttonize diary entries.
6019 (list-sexp-diary-entries): Pass a marker indicating source of
6020 entry to add-to-diary-list.
6021 (diary-date): Return mark as well as entry.
6022
6023 * calendar/calendar.el (diary-face): New.
6024 (european-calendar-display-form, describe-calendar-mode)
6025 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
6026 (calendar-make-alist): New.
6027 (calendar-mode): Set up font-lock mode.
6028 (generate-calendar-window): Fontify if font-lock-mode is on.
6029
6030 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
6031
6032 * international/codepage.el (cp866-decode-table): Fix the
6033 translation table.
6034
6035 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6036
6037 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
6038 caused existing function definitions to be overridden by
6039 phonies when the bytecomp environment is restored.
6040
6041 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
6042
6043 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
6044 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
6045 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
6046 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
6047 Icons for debugger (pbm files).
6048
6049 2002-11-15 Richard M. Stallman <rms@gnu.org>
6050
6051 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
6052
6053 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
6054
6055 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
6056 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
6057 (ibuffer-mode-hooks): Remove spurious defvar.
6058 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
6059 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
6060 `ibuffer-mode-hooks'.
6061
6062 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
6063
6064 * mail/rmailedit.el: Add provide call.
6065
6066 * play/bruce.el: Add provide call.
6067
6068 * emacs-lisp/gulp.el: Add provide call.
6069
6070 2002-11-14 Richard M. Stallman <rms@gnu.org>
6071
6072 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
6073
6074 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
6075
6076 * custom.el (custom-declare-group): Remove unnecessary line of code.
6077
6078 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
6079
6080 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
6081
6082 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
6083 at end of diary file.
6084
6085 2002-11-14 Kim F. Storm <storm@cua.dk>
6086
6087 * files.el (mode-name): Mark it as risky-local-variable like the
6088 other mode-line elements (moved from bindings.el).
6089
6090 * bindings.el (mode-name): Moved mark as risky-local-variable to
6091 files.el.
6092
6093 2002-11-14 Juanma Barranquero <lektu@terra.es>
6094
6095 * gud.el: Fix feature name in `provide'.
6096
6097 * gdb-ui.el: Fix feature name in `require'.
6098
6099 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
6100
6101 * progmodes/etags.el (find-tag-default): Copy text at point without
6102 properties.
6103
6104 2002-11-14 Kenichi Handa <handa@m17n.org>
6105
6106 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
6107
6108 2002-11-14 Kim F. Storm <storm@cua.dk>
6109
6110 * textmodes/fill.el (fill-nobreak-invisible): New var.
6111 (fill-nobreak-p): Test it; return t if set and point invisible.
6112 (fill-newline): Test it; remove invisible prop on newline if set.
6113
6114 * info.el (Info-fontify-node): New local list paragraph-markers.
6115 Record markers for mangled *note references on that list.
6116 When done, go back through those markers and fill each mangled
6117 paragraph with `fill-nobreak-invisible' let-bound to t.
6118 Don't use `display' property; insert "see" directly in buffer.
6119
6120 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
6121
6122 * gdb-ui.el: New file, User Interface for running GDB
6123
6124 * gud.el:(gud-find-file): Set up GDB tool bar.
6125 (gud-menu-map): New commands: run, goto.
6126 Enable some commands for gdba.
6127 (gud-query-cmdline): Pass default directory to gdba.
6128 (gdb): Defune gud-goto and gud-run.
6129 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
6130 (gud-mode): Set up local tool bar.
6131 (gud-display-line): For gdba, call gdb-display-source-buffer.
6132 (gud-basic-call): For gdba, maybe delete the current prompt.
6133 (gud-tool-bar-map): New variable.
6134 (gud-read-address): Correction.
6135
6136 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
6137 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
6138 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
6139 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
6140 Icons for debugger.
6141
6142 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
6143
6144 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
6145
6146 2002-11-13 Andre Spiegel <spiegel@gnu.org>
6147
6148 * vc-rcs.el (vc-rcs-registered): Improve comment.
6149
6150 * vc-sccs.el (vc-sccs-registered): Improve comment.
6151
6152 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6153
6154 * progmodes/compile.el (compilation-error-regexp-alist):
6155 Don't include colon and space after a file name as part of the name.
6156
6157 2002-11-13 Richard M. Stallman <rms@gnu.org>
6158
6159 * gud.el (gdb): Undo 10-26 change.
6160
6161 2002-11-13 Kenichi Handa <handa@m17n.org>
6162
6163 * replace.el (occur-engine): Set buffer-file-coding-system of
6164 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
6165
6166 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
6167
6168 * custom.el (custom-handle-all-keywords): Fix arg passed to
6169 custom-add-to-group.
6170
6171 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
6172
6173 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
6174 (cvs-minor-mode-map): Add e binding in log-view-mode.
6175
6176 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
6177 (perl-indent-line): Look at the open-paren to indent a close-paren.
6178 (perl-calculate-indent): Try to better indent args after hanging paren.
6179 Remove special code for open-paren-in-column-0.
6180
6181 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
6182 (sgml-name-char): Use it.
6183 (sgml-tag-last, sgml-tag-history): New vars.
6184 (sgml-tag): Use them.
6185 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
6186 (sgml-delete-tag): Remove resulting empty lines.
6187 (sgml-tag) <symbol-plist>: Don't make intangible.
6188 (sgml-parse-tag-backward): Add limit argument.
6189 (html-autoview-mode): Use define-minor-mode.
6190
6191 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
6192
6193 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
6194 that the definition is found by `find-function-search-for-symbol'
6195 and etags.
6196
6197 * vc-sccs.el (vc-sccs-registered): Ditto.
6198
6199 * emulation/edt.el (defgroup edt): Arrange that definition starts
6200 at beginning of line.
6201
6202 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
6203
6204 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
6205 Remove autoload cookie.
6206
6207 * newcomment.el (defgroup comment): Remove autoload cookie.
6208
6209 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
6210
6211 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6212 Declare with defvar, not with defcustom.
6213
6214 * cus-dep.el: Don't require 'autoload.
6215 (custom-make-dependencies): Handle :version also for autoloaded
6216 options.
6217
6218 * winner.el (defgroup winner): Arrange that definition starts at
6219 beginning of line.
6220
6221 * emulation/edt.el: Simplify Emacs 19 compatibility.
6222
6223 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
6224
6225 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
6226 escape any format-like sequences it could contain.
6227
6228 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
6229
6230 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
6231
6232 2002-11-11 Juanma Barranquero <lektu@terra.es>
6233
6234 * bindings.el (mode-name): Mark it as risky-local-variable.
6235
6236 2002-11-09 Dave Love <fx@gnu.org>
6237
6238 * international/mule-cmds.el (current-language-environment):
6239 Fix :type.
6240
6241 * international/ucs-tables.el: Revert to using
6242 translation-table-for-input instead of keyboard-translate-table.
6243
6244 * international/quail.el (quail-input-string-to-events):
6245 Revert last change.
6246
6247 * simple.el (quoted-insert): Bind translation-table-for-input,
6248 not keyboard-translate-table.
6249
6250 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
6251
6252 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
6253
6254 * complete.el (PC-do-completion): Make partial-completion work
6255 with incomplete directory names.
6256
6257 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
6258 standard-latex-block-names.
6259 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
6260 and renewtheorem. Highlight \it and \bf separately since they
6261 may overlap.
6262 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
6263 (tex-font-lock-keywords-3, tex-verbatim-environments)
6264 (tex-font-lock-syntactic-keywords): New vars.
6265 (superscript, subscript, tex-verbatim-face): New faces.
6266 (tex-font-lock-syntactic-face-function): Handle \verb construct.
6267 (tex-common-initialization): Update font-lock-defaults setting.
6268 (tex-insert-braces): Make it into a skeleton.
6269 (latex-fill-nobreak-predicate): Don't break after \.
6270 (latex-insert-block): Rename from tex-latex-block.
6271 (latex-down-list): Use tex-mode-syntax-table when skipping parens
6272 rather than the indentation syntax-table.
6273 (latex-close-block): Rename from tex-close-latex-block.
6274 (latex-split-block): New fun.
6275 (latex-indent): Don't indent inside a verbatim block.
6276 (latex-find-indent): Stick \begin{verbatim} to the margin.
6277
6278 2002-11-08 John Wiegley <johnw@gnu.org>
6279
6280 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
6281 well as memq to find `global-mode-string' within
6282 `mode-line-format'. The structure of that variable has changed in
6283 21.3.
6284
6285 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
6286
6287 * format.el (format-decode): Be careful with the order in `format'.
6288
6289 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
6290
6291 * eshell/em-glob.el: Require esh-util.
6292 (eshell-glob-initialize): Don't assume
6293 eshell-special-chars-outside-quoting is available.
6294
6295 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
6296 a paragraph starter when filling non-comments.
6297 (fill-comment-paragraph): Don't narrow while doing the fill.
6298 Recognize paragraph starters and separators within comments.
6299 Use adaptive-fill-prefix when it works. Use comment-search-forward.
6300
6301 * progmodes/compile.el (grep-default-command): New fun.
6302 (grep): Use it.
6303 (compilation-menu-map): New var.
6304 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
6305 (compilation-mode-map): Simplify.
6306 (compilation-shell-minor-mode, compilation-minor-mode):
6307 Use define-minor-mode.
6308
6309 * elide-head.el (elide-head): Don't make intangible.
6310
6311 * help.el (where-is): Rename map to defs (a list of syms is not a map).
6312 Test fboundp first, to speed things up. Use push.
6313
6314 * isearch.el (isearch-hidden): New var.
6315 (isearch-search-and-update): Test it.
6316 (isearch-range-invisible): Set it.
6317
6318 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
6319 paragraph-separate, comment-column, and fill-paragraph-function.
6320 Simplify outline-regexp.
6321 (tcl-do-fill-paragraph): Remove.
6322
6323 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
6324
6325 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
6326
6327 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
6328 Definition moved down.
6329 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
6330 Do not declare :get property.
6331 (grep-use-null-device): Fix type. Do not declare :get property.
6332
6333 * emacs-lisp/checkdoc.el (checkdoc-find-error):
6334 Use get-file-buffer instead of get-buffer.
6335
6336 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
6337 cus-load.el.
6338
6339 2002-11-07 Juanma Barranquero <lektu@terra.es>
6340
6341 * help.el (where-is): Report also aliases of the passed command.
6342
6343 2002-11-06 Dave Love <fx@gnu.org>
6344
6345 * simple.el (quoted-insert): Bind keyboard-translate-table around
6346 read-char.
6347
6348 * international/ucs-tables.el: Use keyboard-translate-table coding
6349 system property, not translation-table-for-input, for
6350 vietnamese-viscii & al.
6351 (translation-table-for-input): Set,
6352 don't defvar, and make permanent-local.
6353 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
6354 set-buffer-major-mode-hook, not quail-activate-hook.
6355 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
6356 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
6357 Setup keyboard-translate-table, not translation-table-for-input.
6358 Modify set-buffer-major-mode-hook, not quail-activate-hook.
6359 (ucs-fragment-8859): Don't use translation-table-for-input coding
6360 system property.
6361 (ucs-quail-activate): Deleted.
6362 (ucs-set-table-for-input): New.
6363 (ucs-minibuffer-setup): Use it.
6364
6365 * international/quail.el (quail-input-string-to-events):
6366 Use keyboard-translate-table, not translation-table-for-input.
6367
6368 * files.el (normal-mode): Call ucs-set-table-for-input.
6369
6370 * international/mule.el (set-buffer-file-coding-system):
6371 Call ucs-set-table-for-input.
6372
6373 2002-11-06 Richard M. Stallman <rms@gnu.org>
6374
6375 * replace.el (query-replace, query-replace-regexp): Doc fixes.
6376
6377 * emacs-lisp/bytecomp.el (byte-compile-lambda):
6378 Handle progn like let, inside interactive spec.
6379
6380 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
6381 Initialize to a suitable sexp.
6382 (tex-view): Evaluate tex-dvi-view-command and use the value.
6383
6384 2002-11-06 Kenichi Handa <handa@m17n.org>
6385
6386 * international/mule.el (coding-system-eol-type-mnemonic):
6387 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
6388
6389 2002-11-06 Kim F. Storm <storm@cua.dk>
6390
6391 * info.el (Info-fontify-node): Fixed hiding of *note references
6392 with embedded file names like (xxx.yyy).
6393 Avoid making any lines visibly longer if hiding newlines inside
6394 note references by wrapping line after references if it contained
6395 a newline (unfortunaly this makes more lines appear "shorter").
6396 Properly reindent multi-line menu entry descriptions.
6397
6398 2002-11-05 Juanma Barranquero <lektu@terra.es>
6399
6400 * language/cyrillic.el ("Bulgarian"): Fix typo.
6401
6402 * international/mule.el (coding-system-eol-type-mnemonic):
6403 Move from mule-util.el.
6404
6405 * international/mule-util.el (coding-system-eol-type-mnemonic):
6406 Move to mule.el.
6407
6408 2002-11-04 Juanma Barranquero <lektu@terra.es>
6409
6410 * files.el (find-buffer-visiting): Accept new optional PREDICATE
6411 argument to return only a buffer that satisfies the predicate.
6412 (insert-file-1): New function.
6413 (insert-file-literally): Use it.
6414 (insert-file): Use it.
6415
6416 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
6417
6418 * desktop.el (desktop-relative-file-names): New variable.
6419 (desktop-save): Use it.
6420
6421 2002-11-03 Andre Spiegel <spiegel@gnu.org>
6422
6423 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
6424 its current version in dired.el.
6425
6426 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
6427
6428 * emacs-lisp/autoload.el (generate-file-autoloads)
6429 (update-file-autoloads): Strip .gz and other such extensions.
6430 (update-autoloads-from-directories): Also consider compressed files.
6431
6432 * info.el (Info-streamline-headings): New var.
6433 (Info-dir-remove-duplicates): New fun.
6434 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
6435 (Info-select-node): Simplify handling of Info-header-line.
6436 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
6437 (Info-mode): Set header-line-format once and for all.
6438 (Info-fontify-node): Accept bogus first line with `File:' missing.
6439 Only make first line invisible if Info-use-header-line.
6440 Don't use `intangible': it's evil. Use inhibit-read-only.
6441 (Info-follow-reference, Info-next-reference, Info-prev-reference)
6442 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
6443 since we don't use intangible any more.
6444
6445 * image.el (insert-image): Don't make intangible since
6446 adjust_point_for_property should be sufficient by default.
6447
6448 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
6449
6450 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
6451 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
6452 (fill-paragraph): Use them.
6453
6454 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
6455 Use fill-comment-paragraph.
6456
6457 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
6458
6459 * bindings.el (mode-line-change-eol)
6460 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
6461 (mode-line-mule-info): Use them for the EOL part of the modeline.
6462
6463 * server.el (server-sentinel): Kill buffers if applicable.
6464 (server-temp-file-p): Make arg optional.
6465 (server-done): Use it to simplify.
6466 (server-switch-buffer): If server-window is a function, use it.
6467
6468 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
6469 (undigestify-rmail-message): Fix paren-bug and simplify.
6470
6471 2002-11-02 Kim F. Storm <storm@cua.dk>
6472
6473 * info.el (Info-hide-note-references): nil value now does no
6474 reformatting at all. New choice 'tag reformats tag but shows
6475 the section reference.
6476 (Info-fontify-node): Use it.
6477
6478 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
6479
6480 * textmodes/tex-mode.el (tex-common-initialization):
6481 comment-start-skip shouldn't match on the next line.
6482
6483 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
6484 Don't bother making paragraph-start a superset of paragraph-separate.
6485 Use line-beginning-position.
6486
6487 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
6488 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
6489
6490 2002-11-01 Kim F. Storm <storm@cua.dk>
6491
6492 * info.el (Info-hide-note-references): New defcustom.
6493 (Info-fontify-node): Use it.
6494
6495 2002-10-31 Kim F. Storm <storm@cua.dk>
6496
6497 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
6498 --noediting option; added run-time check to exclude it.
6499
6500 * info.el (Info-follow-reference, Info-next-reference)
6501 (Info-prev-reference, Info-try-follow-nearest-node):
6502 Bind inhibit-point-motion-hooks to t while parsing reference.
6503 (Info-fontify-node): When font-lock-mode is enabled, display
6504 "*note" and "* menu" references in a more user friendly format.
6505
6506 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
6507
6508 * textmodes/fill.el (fill-move-to-break-point): Skip white space
6509 _before_ checking to see if we're hitting the margin.
6510 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
6511 it's now done by the C primitives. Don't use narrowing.
6512 Reorganize the line-breaking part of the code to simplify the control
6513 flow and make it work in the absence of narrowing.
6514 (fill-region): Don't use narrowing.
6515
6516 2002-10-30 Dave Love <fx@gnu.org>
6517
6518 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
6519 (po-find-charset): Doc fix. Remove interactive spec.
6520 (po): Provide.
6521 (po-find-file-coding-system-guts): Re-written to use
6522 coding-system-alist, and code-pages, not codepage stuff.
6523
6524 * term/x-win.el: Remove some ancient compatibility code.
6525 Populate x-keysym-table.
6526
6527 2002-10-30 Andreas Schwab <schwab@suse.de>
6528
6529 * subr.el (replace-regexp-in-string): Doc fix.
6530
6531 2002-10-29 Dave Love <fx@gnu.org>
6532
6533 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
6534
6535 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
6536
6537 * international/mule-conf.el: Doc fixes.
6538
6539 2002-10-29 Richard M. Stallman <rms@gnu.org>
6540
6541 * server.el (server-switch-buffer): Say when no server buffers remain.
6542
6543 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
6544
6545 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6546
6547 * progmodes/make-mode.el (makefile-warn-continuations):
6548 Call re-search-forward with NOERROR t.
6549
6550 2002-10-29 Kim F. Storm <storm@cua.dk>
6551
6552 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
6553 incomplete list of matches to be returned.
6554
6555 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6556
6557 * textmodes/texinfo.el (texinfo-environments): Add environment;
6558 copying, documentdescription, ifplaintext, ifnotplaintext, and
6559 verbatim.
6560
6561 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
6562 (ifplaintext, ifnotplaintext)
6563 (afourpaper, afivepaper, afourlatex, afourwide)
6564 (documentlanguage, documentencoding): New aliases.
6565
6566 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
6567
6568 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
6569 up filter groups menu. Preserve point unless a menu command has
6570 moved it from point clicked.
6571
6572 2002-10-29 David Kastrup <dak@lola.goethe.zz>
6573
6574 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
6575 calc-refresh-evaltos appears to need this.
6576
6577 2002-10-28 Dave Love <fx@gnu.org>
6578
6579 * international/mule-diag.el (non-iso-charset-alist): Move to
6580 avoid compilation warning.
6581 (mule-diag): Provide.
6582
6583 * international/code-pages.el (cp-make-coding-system):
6584 Use utf-translation-table-for-decode, not
6585 utf-8-translation-table-for-decode.
6586 (mule-diag): Require.
6587
6588 * language/thai-util.el (thai-composition-function): Don't use prog1.
6589
6590 * language/lao-util.el (lao-composition-function): Don't use prog1.
6591
6592 * language/european.el (diacritic-composition-function):
6593 Modify confused prog1 form.
6594
6595 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
6596 (quail-keyboard-layout): Customize.
6597 Move after quail-keyboard-layout-alist.
6598
6599 2002-10-28 Miles Bader <miles@gnu.org>
6600
6601 * progmodes/make-mode.el (makefile-warn-continuations):
6602 Don't barf when there _aren't_ any suspicious continuations.
6603
6604 2002-10-28 Matthew Swift <swift@alum.mit.edu>
6605
6606 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
6607
6608 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
6609
6610 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
6611
6612 2002-10-27 Andreas Schwab <schwab@suse.de>
6613
6614 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
6615 end-of-comment syntax.
6616
6617 2002-10-27 Kim F. Storm <storm@cua.dk>
6618
6619 * ido.el (ido-cannot-complete-command): New defcustom, default to
6620 ido-completion-help (similar to iswitchb-cannot-complete-hook).
6621 (ido-complete): Call value of ido-cannot-complete-command rather
6622 than ido-completion-help when no common completion.
6623
6624 2002-10-27 Dave Love <fx@gnu.org>
6625
6626 * international/code-pages.el (iso-8859-11): New.
6627
6628 2002-10-27 Kim F. Storm <storm@cua.dk>
6629
6630 * pcvs.el (cvs-checkout): Use read-directory-name.
6631 (cvs-query-directory): Likewise.
6632
6633 2002-10-26 Richard M. Stallman <rms@gnu.org>
6634
6635 * progmodes/make-mode.el (makefile-cleanup-continuations):
6636 Default for variable is nil.
6637 (makefile-warn-continuations): New function.
6638 (makefile-mode): Put it on write-file-functions.
6639
6640 * international/mule-cmds.el (select-safe-coding-system):
6641 Delete debugging setq.
6642
6643 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
6644 after looking in ~.
6645
6646 * startup.el (command-line): Look for .emacs under ~/.emacs.d
6647 after looking in ~.
6648
6649 * simple.el (toggle-truncate-lines): When turning off truncation,
6650 clear out the hscroll value in this buffer's windows.
6651
6652 * simple.el (display-message-or-buffer): Don't display empty
6653 output in the echo area.
6654
6655 * man.el (Man-default-man-entry): Don't look for all word chars,
6656 look only for characters that are normally part of a shell command.
6657
6658 * gud.el (gdb): Pass default-directory to GDB via -cd option.
6659
6660 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
6661
6662 * find-file.el (ff-find-related-file): Fix autoload cookie.
6663
6664 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
6665 risky-local-variable-p.
6666
6667 * files.el (risky-local-variable-p): VAL=nil has special meaning.
6668
6669 * Makefile.in (compile-always): Avoid error in old Bash versions.
6670
6671 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
6672
6673 * textmodes/picture.el (picture-mouse-set-point): New command.
6674 (picture-mode-map): Bind it.
6675 (picture-motion-reverse): Doc fix.
6676
6677 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
6678
6679 * textmodes/outline.el (outline-next-heading): Make sure the match-data
6680 is really correct where returning.
6681
6682 2002-10-24 Matthew Swift <swift@alum.mit.edu>
6683
6684 * textmodes/outline.el (outline-minor-mode): Add customization group.
6685
6686 2002-10-23 Richard M. Stallman <rms@gnu.org>
6687
6688 * files.el (risky-local-variable-p): New arg VAL.
6689 (compile-command): Use `stringp' for `safe-local-variable' prop.
6690 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
6691
6692 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6693
6694 * woman.el (woman-version): Update to 0.551 (beta).
6695 (woman-parse-colon-path): Add support for current Cygwin mount
6696 conventions.
6697 (woman-Cyg-to-Win): New function to convert absolute filename from
6698 Cygwin to Windows form by executing external program cygpath if
6699 possible.
6700 (woman-man.conf-path): Update default to current common locations
6701 and to support Cygwin; update documentation.
6702 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
6703 match possible names of man.conf file; tidy code and documentation.
6704 (woman-manpath): Simplify default and documentation; essentially
6705 move code that was here into `woman-parse-colon-path'.
6706 (woman-default-indent): Change Linux to GNU in documentation.
6707 (woman-addition-face): Make documentation consistent with other
6708 WoMan faces.
6709 (woman-emulate-tbl): New variable, determines whether tbl
6710 emulation is required.
6711 (woman-decode-region): Add check for preprocessor requests.
6712 (woman0-process-escapes, woman-special-characters)
6713 (woman-get-next-char, woman-parse-numeric-value): Add support for
6714 long groff names of the form [xxx].
6715 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
6716 (woman2-PD, woman2-na): Doc fix.
6717 (woman-match-name): New function.
6718 (woman2-TS): New function.
6719 (woman2-TE): New alias for `woman2-fi'.
6720
6721 2002-10-23 Kim F. Storm <storm@cua.dk>
6722
6723 * ido.el (ido-restrict-to-matches): New command.
6724 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
6725
6726 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
6727
6728 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
6729 multiple redirection can work.
6730
6731 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
6732
6733 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
6734 Don't hardcode point-min == 1.
6735
6736 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
6737 (hexl-mode, hexl-current-address, hexl-address-to-marker)
6738 (hexl-insert-char): Don't hardcode point-min == 1.
6739 (hexl-isearch-search-function): New fun.
6740 (hexl-mode-old-isearch-search-fun-function): New var.
6741 (hexl-mode): Use them.
6742 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
6743 Use write-contents-functions rather then write-contents-hooks.
6744
6745 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
6746 (paragraph-indent-text-mode-abbrev-table)
6747 (paragraph-indent-text-mode-syntax-table): Remove.
6748 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
6749
6750 2002-10-21 Juanma Barranquero <lektu@terra.es>
6751
6752 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
6753 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
6754
6755 2002-10-20 Andreas Schwab <schwab@suse.de>
6756
6757 * apropos.el (apropos-group): Use customize-group-other-window.
6758
6759 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
6760
6761 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
6762 to just "/" instead of "/ p".
6763 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
6764
6765 2002-10-18 Juanma Barranquero <lektu@terra.es>
6766
6767 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
6768 ELSE expression on IF.
6769
6770 2002-10-17 Juanma Barranquero <lektu@terra.es>
6771
6772 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
6773
6774 * subr.el (remq): Likewise.
6775
6776 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
6777
6778 * vc-hooks.el (vc-insert-file): Likewise.
6779
6780 * vcursor.el (vcursor-other-window): Likewise.
6781
6782 * wid-edit.el (widget-choose): Likewise.
6783
6784 * calendar/diary-lib.el (diary-name-pattern): Likewise.
6785
6786 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
6787
6788 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
6789
6790 * emulation/edt-mapper.el (top-level): Likewise.
6791
6792 * eshell/esh-var.el (eshell/define): Likewise.
6793
6794 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
6795 (feedmail-queue-draft-directory): Likewise.
6796
6797 * net/netrc.el (netrc-parse): Likewise.
6798
6799 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
6800
6801 * progmodes/ebrowse.el (ebrowse-ts)
6802 (ebrowse-view/find-file-and-search-pattern)
6803 (ebrowse-draw-file-member-info): Likewise.
6804
6805 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
6806
6807 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
6808
6809 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
6810
6811 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
6812
6813 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
6814
6815 2002-10-17 Dave Love <fx@gnu.org>
6816
6817 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
6818
6819 * international/code-pages.el (cp-make-translation-table): Use
6820 ucs-mule-to-mule-unicode.
6821 (cp-fix-safe-chars): Fix typo.
6822 (non-iso-charset-alist): Don't define.
6823 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
6824 Define translation-table-for-input.
6825 (cp866): Reinstate.
6826 (alternativnj): Don't define alias.
6827 (koi8-u): Deleted.
6828
6829 * language/european.el ("Slovenian"): Use slovenian input-method.
6830 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
6831
6832 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
6833 the table.
6834 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
6835 (cp866): Delete this alias.
6836 ("Bulgarian"): Fix the value of `input-method'.
6837
6838 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
6839
6840 * dired-aux.el (dired-add-entry): Put point in correct position
6841 before inserting marker char.
6842
6843 2002-10-16 Andreas Schwab <schwab@suse.de>
6844
6845 * dired.el (dired-readin-insert): Expand dired-directory.
6846
6847 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
6848
6849 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
6850
6851 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
6852 reftex.el. Move the provide call to end of file.
6853
6854 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
6855
6856 2002-10-15 Dave Love <fx@gnu.org>
6857
6858 * man.el (Man-getpage-in-background): Set width in environment.
6859
6860 2002-10-15 Kenichi Handa <handa@m17n.org>
6861
6862 * mail/sendmail.el (sendmail-send-it): Call
6863 select-message-coding-system before changing the current bufer to
6864 " sendmail temp".
6865
6866 2002-10-14 Andre Spiegel <spiegel@gnu.org>
6867
6868 * files.el (insert-directory): Handle //SUBDIRED// lines in
6869 recursive listings from ls --dired.
6870
6871 * vc.el (vc-dired-reformat-line): Simplified. Handles text
6872 properties correctly now.
6873
6874 2002-10-14 Juanma Barranquero <lektu@terra.es>
6875
6876 * international/mule.el (set-selection-coding-system): Fix spacing.
6877
6878 2002-10-13 Richard M. Stallman <rms@gnu.org>
6879
6880 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6881 Treat `ignore' specially--prevent warnings about functions
6882 called for effect, in its args.
6883 Don't warn when `pop' is used for effect.
6884
6885 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
6886
6887 * uniquify.el (uniquify-get-proposed-name):
6888 Don't use directory-sep-char.
6889
6890 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
6891
6892 * find-file.el (ff-related-file-alist): New alias.
6893 (ff-find-related-file): New alias.
6894
6895 2002-10-13 Andreas Schwab <schwab@suse.de>
6896
6897 * dired.el (dired-insert-directory): When looking for existing
6898 indentation, goto OPOINT instead of beginning of buffer.
6899
6900 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
6901
6902 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
6903
6904 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
6905
6906 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
6907
6908 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
6909
6910 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
6911 frame from frame of selected window.
6912 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
6913 changing selected windows.
6914 (ediff-setup-control-frame): Make sure auto-rase is properly set for
6915 the control frame.
6916
6917 2002-10-10 Simon Josefsson <jas@extundo.com>
6918
6919 * browse-url.el (browse-url-mozilla): Doc fix.
6920
6921 2002-10-10 Steve Youngs <youngs@xemacs.org>
6922
6923 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
6924 (browse-url-mozilla): Use it.
6925
6926 2002-10-11 Miles Bader <miles@gnu.org>
6927
6928 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
6929 files contains an invalid timestamp.
6930
6931 2002-10-11 Simon Josefsson <jas@extundo.com>
6932
6933 * mail/sendmail.el (mail-envelope-from): New option `header' to
6934 use RFC 2822 From: header as the envelope address.
6935 (mail-envelope-from): New function, this should be used instead of
6936 looking at the `mail-envelope-from' variable.
6937 (sendmail-send-it): Use it.
6938
6939 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
6940
6941 2002-10-11 Andre Spiegel <spiegel@gnu.org>
6942
6943 * dired.el (dired-insert-directory): Fix check for indentation
6944 from ls --dired.
6945
6946 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
6947 properties from the reformatted line.
6948
6949 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
6950
6951 * textmodes/paragraphs.el (forward-paragraph): Keep track of
6952 remaining paragraphs to skip more carefully.
6953
6954 * add-log.el (add-change-log-entry): Don't call find-file at all
6955 if we're already in the proper buffer.
6956 (change-log-resolve-conflict): New fun.
6957 (change-log-mode): Use it and use define-derived-mode.
6958 (change-log-merge): Allow other-log to be a buffer.
6959 Don't add a \n if there are already enough \n's.
6960
6961 * finder-inf.el, subdirs.el, cus-load.el: Remove.
6962
6963 * finder.el ("finder-inf"): Don't fail if the file is absent.
6964
6965 * cus-dep.el (custom-make-dependencies): Don't use find-file.
6966 Use feature names rather than file names if applicable.
6967
6968 * cus-edit.el (customize-mode): New command.
6969
6970 * custom.el (custom-group-of-mode): New fun.
6971 (custom-load-symbol): Don't use preloaded-file-list now that
6972 load-history is always complete. Don't look up the expanded file
6973 name in load-history (looked like an XEmacsism).
6974
6975 * smerge-mode.el (smerge-ediff): Autoload.
6976 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
6977 (smerge-resolve-function): New var.
6978 (smerge-resolve): New command.
6979 (smerge-basic-map): Bind it.
6980
6981 2002-10-10 Andre Spiegel <spiegel@gnu.org>
6982
6983 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
6984 CVS/Entries, rather than comparing it textually.
6985
6986 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
6987
6988 * international/encoded-kb.el: Add `provide' call.
6989
6990 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
6991
6992 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
6993 ln(-1) should be i*pi, not pi.
6994
6995 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
6996
6997 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
6998 instead of require to avoid loops when loaddefs.el is loaded after
6999 vc-cvs.el.
7000
7001 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
7002 (Custom-reset-saved): Don't test for saved-value.
7003
7004 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
7005
7006 * vc.el (vc-find-version): Use the new backend op `find-version'.
7007 (vc-default-find-version): Provide the new backend op `find-version'
7008 in terms of the old `checkout' op.
7009
7010 * vc-rcs.el (vc-rcs-find-version): New fun.
7011 (vc-rcs-checkout): Remove `workfile' arg and simplify.
7012
7013 * vc-sccs.el (vc-sccs-find-version): New fun.
7014 (vc-sccs-checkout): Remove `workfile' arg and simplify.
7015
7016 * vc-cvs.el (vc-cvs-find-version): New fun.
7017
7018 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
7019
7020 * info.el (Info-next-menu-item, Info-last-menu-item)
7021 (info-emacs-manual): Add docstrings.
7022 (Info-index): Use `string-to-number' instead of `string-to-int'.
7023
7024 2002-10-08 Kenichi Handa <handa@m17n.org>
7025
7026 * international/ucs-tables.el (ucs-translation-table-for-decode):
7027 Define it as a translation-table.
7028
7029 2002-10-07 Richard M. Stallman <rms@gnu.org>
7030
7031 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7032
7033 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
7034 properties of the variables being initialized.
7035
7036 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
7037
7038 2002-10-07 Kim F. Storm <storm@cua.dk>
7039
7040 * emulation/cua-base.el (cua-normal-cursor-color):
7041 Fixed initialization to make "Erase Customization" work.
7042
7043 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
7044
7045 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
7046 in case some other package redefined it.
7047 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
7048
7049 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
7050 forward-paragraph to make sure its return value is meaningful.
7051
7052 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7053
7054 * net/tramp.el: Version 2.0.25 released.
7055 (tramp-handle-file-truename): If it's a directory,
7056 append slash only if result doesn't end in a slash already.
7057 (tramp-handle-file-truename): Restructure logic. If list of steps
7058 is nil, return "/" as the real name.
7059 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
7060 `match-string' doesn't make sense. From Michael Albinus.
7061 (tramp-host-with-port-regexp): New defcustom. Equal to previous
7062 `tramp-host-regexp'. From Michael Albinus.
7063 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
7064 scanning files like .rhosts would take comments as host names.
7065 From Michael Albinus.
7066 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
7067 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
7068 From Michael Albinus.
7069 (tramp-action-terminal): New function.
7070 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
7071 (tramp-actions-before-shell): Use them.
7072 (tramp-handle-shell-command): Logic error. From Ivan
7073 Zakharyaschev <imz@altlinux.org>.
7074
7075 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
7076
7077 * thingatpt.el (thing-at-point-uri-schemes): New variable.
7078 (thing-at-point-url-regexp): Use it.
7079
7080 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
7081
7082 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
7083 loops.
7084
7085 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
7086
7087 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
7088 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
7089 (vc-print-log): Don't check log-view-mode.
7090 (vc-default-show-log-entry): Don't check log-view-goto-rev.
7091 (vc-log-mode): Remove.
7092 (vc-log-edit): Don't check log-edit.
7093
7094 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
7095
7096 * vc-cvs.el (vc-cvs-show-log-entry):
7097 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
7098
7099 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
7100
7101 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
7102
7103 * vc.el (vc-default-show-log-entry): Fix typo.
7104
7105 2002-10-04 Steven Tamm <steventamm@mac.com>
7106
7107 * term/mac-win.el: Add lines to handle the new [return] event.
7108
7109 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
7110
7111 * textmodes/fill.el (fill-paragraph): Give up if there's no
7112 paragraph at or after point.
7113
7114 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
7115
7116 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
7117 (vc-default-show-log-entry): New fun.
7118
7119 * subr.el (read-key-auxiliary-map, read-key): Remove.
7120 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
7121
7122 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
7123
7124 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
7125 menu pseudo-keys generated by easymenu which are lowercase in
7126 Emacs 21.4.
7127
7128 * progmodes/ada-xref.el
7129 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
7130
7131 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
7132
7133 * frame.el (delete-frame-hook): Variable alias for
7134 `delete-frame-functions'. Mark obsolete.
7135
7136 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
7137
7138 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
7139 (outline-5, outline-6, outline-7, outline-8): New faces.
7140 (outline-font-lock-faces, outline-font-lock-levels): New vars.
7141 (outline-font-lock-face): New fun.
7142 (outline-font-lock-keywords): Use it.
7143 (outline-font-lock-level): Remove.
7144 (outline-mode, outline-next-preface, outline-next-heading)
7145 (outline-previous-heading, outline-next-visible-heading):
7146 Use shy group.
7147 (outline-level) <var>: Update calling convention.
7148 (outline-level) <fun>: Take advantage of it.
7149 (outline-demote): Don't assume the match-data is still uptodate.
7150 (outline-up-heading): Simplify and make sure the match data is
7151 properly set at the end.
7152
7153 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
7154
7155 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
7156 nconc.
7157
7158 * startup.el (normal-top-level): Reset standard-value property of
7159 `user-full-name' here.
7160
7161 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
7162
7163 * wid-edit.el (widget-default-get): Change to return external
7164 value.
7165 (widget-choice-action): Update caller.
7166 (widget-editable-list-entry-create): Update caller.
7167
7168 * wid-edit.el (widget-types-copy): New function.
7169 (default): Added :copy keyword.
7170 (menu-choice): Ditto.
7171 (checklist): Ditto.
7172 (radio-button-choice): Ditto.
7173 (editable-list): Ditto.
7174 (group): Ditto.
7175 (widget-copy): New function.
7176 (widget-create-child): Use it.
7177 (widget-create-child-value): Use it.
7178
7179 2002-10-01 Bill Wohler <wohler@newt.com>
7180
7181 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
7182 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
7183 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
7184 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
7185 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
7186 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
7187 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
7188 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
7189 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
7190 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
7191 There were no user-visible changes in 6.1.1 from 6.1--only the
7192 section of the Makefile that installs the files into Emacs was changed.
7193
7194 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
7195
7196 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
7197 works when font-lock is turned off.
7198
7199 * jit-lock.el (jit-lock-fontify-now): Don't widen.
7200 Let the jit-lock-functions do it if they want to.
7201
7202 2002-10-01 Juanma Barranquero <lektu@terra.es>
7203
7204 * eshell/esh-module.el (eshell-load-defgroups):
7205 Add "no-byte-compile: t" to subdirs.el.
7206
7207 * makefile.w32-in (update-subdirs-CMD): Likewise.
7208
7209 * forms-d2.el:
7210 * forms-pass.el:
7211 * generic-x.el:
7212 * patcomp.el:
7213 * paths.el:
7214 * version.el:
7215 * international/mule-conf.el:
7216 * language/czech.el:
7217 * language/devanagari.el:
7218 * language/english.el:
7219 * language/georgian.el:
7220 * language/greek.el:
7221 * language/hebrew.el:
7222 * language/japanese.el:
7223 * language/korean.el:
7224 * language/lao.el:
7225 * language/misc-lang.el:
7226 * language/romanian.el:
7227 * language/slovak.el:
7228 * language/thai.el:
7229 * language/utf-8-lang.el:
7230 * emacs-lisp/cl-specs.el:
7231 * eshell/esh-maint.el:
7232 * mail/blessmail.el:
7233 * play/bruce.el:
7234 * term/apollo.el:
7235 * term/AT386.el:
7236 * term/bobcat.el:
7237 * term/internal.el:
7238 * term/iris-ansi.el:
7239 * term/keyswap.el:
7240 * term/linux.el:
7241 * term/lk201.el:
7242 * term/news.el:
7243 * term/vt102.el:
7244 * term/vt125.el:
7245 * term/vt200.el:
7246 * term/vt201.el:
7247 * term/vt220.el:
7248 * term/vt240.el:
7249 * term/vt300.el:
7250 * term/vt320.el:
7251 * term/vt400.el:
7252 * term/vt420.el:
7253 * term/wyse50.el: Add "no-byte-compile: t" in first line.
7254
7255 2002-10-01 Kenichi Handa <handa@m17n.org>
7256
7257 * international/utf-16.el: Don't provide utf-16.
7258
7259 * international/utf-8.el (ccl-decode-mule-utf-8):
7260 Remove unnecessary line.
7261
7262 2002-09-30 Kenichi Handa <handa@m17n.org>
7263
7264 * language/thai.el (thai-tis620): Add `mime-charset' property.
7265
7266 * language/indian.el: Don't register "ISO10646.*-1" in
7267 font-ccl-encoder-alist.
7268
7269 * language/cyrillic.el (ccl-decode-koi8): Refer to
7270 ucs-translation-table-for-decode.
7271 (ccl-decode-koi8-u): Likewise.
7272 (ccl-decode-alternativnyj): Likewise.
7273 (cyrillic-koi8): Put `dependency' property.
7274 (koi8-u): Likewise.
7275 (cyrillic-alternativnyj): Likewise.
7276
7277 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
7278 this translation-table name here.
7279 (utf-translation-table-for-encode): New translation-table name.
7280 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
7281 (utf-defragmentation-table): New variable.
7282 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
7283 (utf-subst-table-for-encode): New translation-table name.
7284 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
7285 (utf-subst-table-for-decode): New translation-table name.
7286 (utf-fragment-on-decoding): Renamed from
7287 utf-8-fragment-on-decoding. Correctly handle the case that
7288 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
7289 mule-utf-16-be too.
7290 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
7291 Handle mule-utf-16-le and mule-utf-16-be too.
7292 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
7293 and utf-subst-table-for-decode.
7294 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
7295 and utf-subst-table-for-encode.
7296 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
7297
7298 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
7299 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
7300 utf-8-subst-rev-table.
7301
7302 * international/utf-16.el (utf-16-decode-ucs): Look up
7303 utf-subst-table-for-decode. Fix for the case that the looking up
7304 succeeds.
7305 (ccl-decode-mule-utf-16-le): Translate characters by
7306 utf-translation-table-for-decode.
7307 (ccl-decode-mule-utf-16-be): Likewise.
7308 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
7309 at first. Translate characters by utf-translation-table-for-encode.
7310 (ccl-encode-mule-utf-16-be): Likewise.
7311 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
7312
7313 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
7314
7315 * international/ucs-tables.el: Don't bind
7316 utf-8-translation-table-for-decode while setting up
7317 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
7318 iso-8859-* coding systems.
7319 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
7320 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
7321 populate the translation table named
7322 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
7323 ucs-mule-to-mule-unicode populates the translation table named
7324 utf-translation-table-for-encode. Call register-char-codings for
7325 mule-utf-16-be and mule-utf-16-le too.
7326 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
7327 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
7328 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
7329 non-nil, make a proper char-table populates the translation table
7330 name utf-translation-table-for-encode. Call register-char-codings
7331 for all mule-utf-* to to reset their status to the origianl.
7332 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
7333 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
7334 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
7335 (ccl-encode-unicode-font): Delete.
7336 (ucs-tables-unload-hook): Delete.
7337
7338 * international/mule.el (decode-char): Refer to the translation
7339 hash table named utf-subst-table-for-decode. Refer to the
7340 translation table named utf-translation-table-for-decode instead
7341 of utf-8-translation-table-for-decode.
7342 (encode-char): Refer to the translation hash table named
7343 utf-subst-table-for-encode. Refer to the translation table named
7344 utf-translation-table-for-encode instead of
7345 utf-8-translation-table-for-encode.
7346
7347 * international/mule-diag.el (describe-coding-system):
7348 Describe `dependency' property.
7349
7350 * international/mule-conf.el (emacs-mule): Add property `composition'.
7351
7352 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
7353 translation table name here.
7354 (ucs-mule-cjk-to-unicode): New translation table name.
7355 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
7356 (font-ccl-encoder-alist): Change the font registry pattern to
7357 "ISO10646.*-*".
7358
7359 2002-09-30 Colin Walters <walters@gnu.org>
7360
7361 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
7362 `inhibit-msg'.
7363
7364 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
7365 `executing-kbd-macro' and `defining-kbd-macro'.
7366
7367 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
7368 Call `calc-flush-caches' with inhibit-msg arg.
7369 (calc-change-mode): Remove extra arg for `calc-save-modes'.
7370
7371 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
7372 Don't bind `executing-kbd-macro'.
7373
7374 2002-09-29 Noah Friedman <friedman@splode.com>
7375
7376 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
7377
7378 2002-09-29 Richard M. Stallman <rms@gnu.org>
7379
7380 * startup.el (user-mail-address): Initialize to a useful value
7381 once Emacs is started up; initialize to "" at loadup time.
7382 (command-line): "", not nil, means user-mail-address not set yet.
7383
7384 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7385
7386 * net/tramp.el: Version 2.0.24 released.
7387 (tramp-methods, tramp-completion-function-alist):
7388 Rename "*-old" methods to "*_old". From Michael Albinus.
7389 (tramp-completion-function-alist):
7390 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
7391 From Michael Albinus.
7392 (tramp-default-method-alist): Use "su" for "root@localhost".
7393 (tramp-host-regexp): Allow "#" for "host#port" kludge.
7394 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
7395 default method. Require additional args USER and HOST for this.
7396 Callers changed.
7397 (tramp-handle-file-local-copy): More local bindings. Bind results
7398 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
7399 "are you awake" problem.
7400 (tramp-action-password): Protect against clobbered match data.
7401 (tramp-open-connection-setup-interactive-shell): Explicitly set
7402 tramp-last-cmd-time before invoking tramp-send-command the first
7403 time. Otherwise, tramp-send-command would issue "echo are you
7404 awake" right at the first time, which is not what we want.
7405 Reported by Douglas Gray Stephens.
7406 (tramp-find-inline-encoding): Don't redirect stdout to
7407 /dev/null to avoid "chmode go-rwx" operation from "mimencode
7408 >/dev/null" as root(!), and to check the output of the decoding
7409 command.
7410 (tramp-maybe-open-connection): Don't send "are you awake" if
7411 process has died.
7412
7413 2002-09-29 Colin Walters <walters@gnu.org>
7414
7415 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
7416
7417 2002-09-29 Mike Williams <mdub@bigfoot.com>
7418
7419 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
7420
7421 2002-09-29 Richard M. Stallman <rms@gnu.org>
7422
7423 * custom.el (defcustom): Doc fix.
7424
7425 2002-09-28 Richard M. Stallman <rms@gnu.org>
7426
7427 * loadhist.el (unload-feature): When undefining a variable,
7428 delete its buffer-local bindings.
7429
7430 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
7431
7432 * subr.el (remove-yank-excluded-properties): Fix bugs in
7433 handling of category properties.
7434
7435 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7436
7437 * ps-print.el (ps-print-emacs-type): Error if ps-print is
7438 activated in Epoch, inLucid or in Emacs v19 or lesser.
7439 Value can no longer be `lucid'.
7440 (ps-print-version): New version number (6.5.8).
7441 (faces): Never do (require 'faces).
7442
7443 2002-09-28 Simon Josefsson <jas@extundo.com>
7444
7445 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
7446 streams that were opened using starttls.
7447
7448 2002-09-28 Paul Reilly <pmr@pajato.com>
7449
7450 * files.el (auto-mode-alist): Add support for Java Enterprise
7451 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
7452
7453 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
7454
7455 * progmodes/m4-mode.el (m4-font-lock-keywords)
7456 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
7457 (m4-m4-region): Doc fixes.
7458
7459 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
7460
7461 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
7462 (cl-push, cl-pop): Remove.
7463 Use pop and push throughout the file instead.
7464 (cl-transform-lambda): Add usage info to docstring if the arglist
7465 is complex.
7466
7467 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
7468 (autoload-print-form): Also quote open-[-in-column 0.
7469
7470 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
7471 (help-split-fundoc): Don't support old syntax any more.
7472 (help-add-fundoc-usage): New fun.
7473
7474 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
7475 Use pop and push throughout the file instead.
7476 (cl-hash-lookup): Remove.
7477 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
7478 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
7479
7480 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
7481 Use pop and push throughout the file instead.
7482
7483 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
7484 loading since the current keymaps might be all weird.
7485
7486 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
7487 to the name since they're added by mode-line-format already.
7488 (define-minor-mode): Run (,mode -1) when needed.
7489
7490 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
7491 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
7492 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
7493 Don't hardcode 1 == point-min.
7494
7495 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
7496
7497 * subr.el (read-key-auxiliary-map): New var.
7498 (read-key): Use it.
7499 (make-temp-file): Make the file have mode 600.
7500 (add-minor-mode): Don't add properties to the name since it's
7501 added by mode-line-format already.
7502 Be more careful with the mode-line-menu entry name.
7503
7504 * userlock.el (ask-user-about-supersession-threat): Don't abort
7505 when the user hits mouse-2.
7506
7507 * register.el (set-register): Use push.
7508 (point-to-register): Set kill-buffer-hook in this buffer.
7509 (register-swap-out): Use dolist.
7510 (kill-buffer-hook): Don't change globally.
7511
7512 * server.el (server-select-display): New function.
7513 (server-process-filter): Add support for `-display' and `-eval' args.
7514 (server-visit-files): Use save-current-buffer, push, and dolist.
7515 Add server-kill-buffer to kill-buffer-hook.
7516 (kill-buffer-hook): Don't modify globally.
7517 (server-switch-buffer): Be a bit more careful with multiple displays.
7518 (server-socket-name): Always use /tmp and non-qualified hostname.
7519
7520 * uniquify.el (uniquify-rationalize-file-buffer-names):
7521 Add to kill-buffer-hook for buffers with conflict.
7522 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
7523 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
7524 (kill-buffer-hook): Don't change globally.
7525
7526 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
7527
7528 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
7529 (calc-stack-top, calc-always-load-extensions)
7530 (calc-line-numbering, calc-line-breaking, calc-display-just)
7531 (calc-display-origin, calc-number-radix, calc-leading-zeros)
7532 (calc-group-digits, calc-group-char, calc-point-char)
7533 (calc-frac-format, calc-prefer-frac, calc-hms-format)
7534 (calc-date-format, calc-float-format, calc-complex-format)
7535 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
7536 (calc-display-strings, calc-matrix-just, calc-break-vectors)
7537 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
7538 (calc-vector-brackets, calc-matrix-brackets, calc-language)
7539 (calc-language-option, calc-function-open, calc-function-open)
7540 (calc-function-close, calc-language-output-filter)
7541 (calc-language-input-filter, calc-radix-formatter)
7542 (calc-left-label, calc-right-label, calc-word-size)
7543 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7544 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
7545 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
7546 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7547 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7548 (calc-window-height, calc-display-trail, calc-show-selections)
7549 (calc-use-selections, calc-assoc-selections)
7550 (calc-display-working-message, calc-auto-why, calc-timing)
7551 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
7552 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
7553 Make into real defvars.
7554 (calc-mode-var-list): Delete.
7555 (calc-mode-save-mode, calc-standard-date-formats)
7556 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
7557 (calc-user-parse-tables, calc-gnuplot-default-device)
7558 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7559 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7560 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7561 (calc-invocation-macro, calc-show-banner): Make into defvars,
7562 taken from `calc-mode-var-list'.
7563 (calc-emacs-type-epoch, calc-emacs-type-19)
7564 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
7565 (calc-version, calc-version-date, calc-trail-pointer)
7566 (calc-trail-overlay, calc-undo-list, calc-redo-list)
7567 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
7568 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
7569 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
7570 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
7571 (calc-said-hello, calc-executing-macro, calc-any-selections)
7572 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
7573 (calc-display-dirty, calc-prepared-composition)
7574 (calc-selection-cache-default-entry, calc-embedded-info)
7575 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
7576 (math-eval-rules-cache-tag, math-radix-explicit-format)
7577 (math-expr-function-mapping, math-expr-variable-mapping)
7578 (math-read-expr-quotes, math-working-step, math-working-step-2)
7579 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
7580 defvars, from toplevel setq.
7581 (calc-mode-map): Set up keymap in more modern fashion.
7582 (calc-dispatch-map): Ditto.
7583 (calc-command-flags, calc-final-point-line)
7584 (calc-final-point-column): Defvar.
7585 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
7586 (sel-mode): Defvar.
7587 (calc-any-evaltos): Ditto.
7588 (calc-buffer, calc-prev-char, calc-prev-prev-char)
7589 (calc-digit-value): Ditto.
7590 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
7591 (math-sub-bignum): Bind `diff'.
7592 (calc-selection-cache-entry): Defvar.
7593 (calc-count-lines): Reference `pos' instead of `newpos'.
7594
7595 2002-09-27 Simon Josefsson <jas@extundo.com>
7596
7597 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
7598
7599 2002-09-26 Richard M. Stallman <rms@gnu.org>
7600
7601 * mail/unrmail.el (unrmail): Do the work directly,
7602 without actually selecting the messages in the from file.
7603 (unrmail-unprune): New subroutine.
7604
7605 * files.el (backup-buffer): Bind local var MODES.
7606 Don't use renaming for a suid or sgid file.
7607 Use backup-buffer-copy to do copying.
7608 (backup-buffer-copy): New subroutine.
7609 Clear suid and sgid bits for the copy.
7610
7611 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
7612
7613 * calendar/solar.el (solar-equinoxes-solstices):
7614 Use time properly adjusted for DST in the result.
7615
7616 2002-09-26 Richard M. Stallman <rms@gnu.org>
7617
7618 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
7619 Bind inhibit-read-only; don't mess with buffer-read-only.
7620
7621 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
7622
7623 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
7624
7625 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
7626 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7627
7628 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
7629
7630 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
7631 instead of within `with-current-buffer'.
7632
7633 2002-09-26 Stephen Eglen <stephen@gnu.org>
7634
7635 * iswitchb.el (iswitchb-completions): Test that
7636 iswitchb-common-match-string is a string, before printing common
7637 completions.
7638
7639 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
7640
7641 * server.el: Use built-in network primitives.
7642 (server-program, server-previous-string): Remove.
7643 (server-previous-strings): New var.
7644 (server-socket-name): New var.
7645 (server-log): Minor change to the output format.
7646 (server-sentinel): Clean up global state when a client disconnects.
7647 (server-unquote-arg): New fun.
7648 (server-start): Use server-socket-name and make-network-process.
7649 (server-process-filter): Now talks to the clients directly.
7650 Normalize file name after unquoting and decoding.
7651 (server-buffer-done): Just close the connection.
7652 (server-switch-buffer): Handle the case where all windows are
7653 dedicated or minibuffers.
7654
7655 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
7656 Don't bind them variables.
7657 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
7658 (font-lock-after-unfontify-buffer): Check that the vars are bound.
7659 (font-lock-dont-widen): New var.
7660 (font-lock-default-fontify-region): Use it.
7661
7662 * emacs-lisp/find-func.el (find-library-name):
7663 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
7664
7665 2002-09-25 Kenichi Handa <handa@etl.go.jp>
7666
7667 * international/mule-cmds.el (select-safe-coding-system):
7668 Handle safe but rejected default coding systems and unsafe default
7669 coding systems differently.
7670
7671 * international/mule-diag.el (list-character-sets): Use the buffer
7672 name "*Character Set List*", not "*Help*". List also indirectly
7673 supported character sets.
7674 (list-charset-chars): Use the buffer name "*Character List*", not
7675 "*Help*". Display the current charset name in the modeline.
7676 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
7677 (sort-listed-character-sets): Don't alter the region showing
7678 indirectly supported charsets.
7679
7680 2002-09-24 Simon Josefsson <jas@extundo.com>
7681
7682 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
7683 (mail-extract-address-components): Doc fix.
7684
7685 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
7686
7687 * simple.el (edit-and-eval-command): Protect command-history.
7688 (repeat-complex-command): Protect command-history.
7689
7690 2002-09-24 Juanma Barranquero <lektu@terra.es>
7691
7692 * replace.el (occur-find-match): New function.
7693 (occur-next, occur-prev): Use it.
7694
7695 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
7696 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
7697 instead of 'occur and 'occur-point.
7698
7699 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
7700 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
7701
7702 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
7703
7704 * descr-text.el (describe-text-category): Use *Help*.
7705 Don't kill-buffer.
7706 (describe-text-properties, describe-char):
7707 Delay self-inspection test. Use *Help*.
7708 Use syntax-after. Use `pos' rather than (point).
7709 Distinguish the before/after part of a composition.
7710
7711 2002-09-23 Kenichi Handa <handa@etl.go.jp>
7712
7713 * international/quail.el (quail-completion): Be sure to scroll
7714 quail-completion-buf.
7715
7716 2002-09-23 Richard M. Stallman <rms@gnu.org>
7717
7718 * ielm.el (*1): Fix previous change.
7719
7720 2002-09-23 Juanma Barranquero <lektu@terra.es>
7721
7722 * net/tramp.el (tramp-unified-filenames): Autoload it.
7723
7724 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
7725
7726 * ediff-init.el (ediff-get-next-window): Bug fix.
7727
7728 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
7729
7730 * play/gamegrid.el (gamegrid-face): New variable to emulate a
7731 buffer-local default face.
7732 (gamegrid-xbm): New variable; XBM image as a replacement for
7733 `gamegrid-xpm' on Emacsen compiled without XPM-support.
7734 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
7735 of images to Emacs.
7736 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
7737 convert XEmacs-type image descriptors.
7738 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
7739 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
7740 image descriptors.
7741 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
7742 functions to check for display capabilities. Fix the recognition
7743 of image-support in Emacs 21 by this way.
7744 (gamegrid-hide-cursor): Removed.
7745 (gamegrid-setup-default-font): Ported the code from XEmacs to
7746 Emacs: create a new face and assign the variable `gamegrid-face'
7747 to it. Make sure that the face is not higher than the smallest
7748 image used by the game.
7749 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
7750 instead of `gamegrid-hide-cursor'.
7751 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
7752 image in the buffer, instead of applying a face. [This is because
7753 Emacs display-tables are not as capable as the display-tables in
7754 XEmacs. Maybe this function should be renamed to reflect the change?]
7755 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
7756 the face held by `gamegrid-face' in an overlay over the whole
7757 buffer to emulate a buffer-local default-face.
7758
7759 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
7760
7761 * play/doctor.el (doctor-doc): Add 2 question words.
7762 (doctor-getnoun): Parse and save the complete object phrase.
7763
7764 2002-09-22 Richard M. Stallman <rms@gnu.org>
7765
7766 * international/mule-cmds.el (select-safe-coding-system): Cope if
7767 default-coding-system gives nil which was then used in `min'.
7768
7769 * mail/sendmail.el (sendmail-send-it): If user's buffer
7770 is unibyte, make tembuf unibyte.
7771
7772 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7773
7774 * net/tramp.el: Version 2.0.22 released.
7775 (tramp-parse-rhosts, tramp-parse-shosts)
7776 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
7777 `add-to-list' for performance reasons.
7778 (tramp-get-completion-user-host): Return `nil' in case both `user'
7779 and 'host' are empty (not necessarily `nil'.
7780 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
7781 (tramp-user-regexp): " \t" are not user regexp characters.
7782 (tramp-completion-handle-file-name-all-completions):
7783 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
7784 completely, and it returns local completions as well.
7785 (tramp-completion-function-alist-ftp): New constant.
7786 (tramp-completion-function-alist): Add completion function for "ftp".
7787 From Michael Albinus <Michael.Albinus@alcatel.de>.
7788
7789 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7790
7791 * net/tramp.el: Version 2.0.21 released.
7792 (tramp-handle-file-newer-than-file-p): If mtime of both files is
7793 known, return a useful result. Better error message in case one
7794 is a Tramp file and one isn't.
7795 (tramp-handle-file-local-copy, tramp-handle-write-region)
7796 (tramp-find-shell, tramp-open-connection-telnet)
7797 (tramp-open-connection-rsh, tramp-open-connection-su)
7798 (tramp-open-connection-setup-interactive-shell)
7799 (tramp-post-connection, tramp-maybe-open-connection)
7800 (tramp-method-out-of-band-p): Correct number of args for
7801 `tramp-get-rsh-program' and similar functions.
7802
7803 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7804
7805 * net/tramp.el: Version 2.0.20 released.
7806
7807 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7808
7809 * net/tramp.el (tramp-completion-function-alist): Escape open
7810 paren in docstring.
7811 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
7812 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
7813 instead of tramp-message.
7814 (tramp-open-connection-rsh): Handle empty string as user name.
7815 (tramp-open-connection-su): Handle empty string as host name.
7816 Handle nil user name.
7817 (tramp-handle-file-local-copy, tramp-handle-write-region)
7818 (tramp-completion-handle-file-name-all-completions)
7819 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7820 (tramp-open-connection-su, tramp-post-connection)
7821 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
7822 (tramp-get-connection-function, tramp-get-remote-sh)
7823 (tramp-get-rsh-program, tramp-get-rsh-args)
7824 (tramp-get-rcp-program, tramp-get-rcp-args)
7825 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
7826 (tramp-get-su-args, tramp-get-telnet-program)
7827 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
7828 additional args USER, HOST.
7829 (tramp-action-password, tramp-open-connection-telnet)
7830 (tramp-open-connection-su, tramp-open-connection-multi)
7831 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
7832 takes USER and HOST arguments, to be able to use
7833 `tramp-find-method'. Update callers.
7834 (tramp-find-method): New function.
7835
7836 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7837
7838 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7839 in SWITCHES (by removing it).
7840
7841 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7842
7843 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
7844
7845 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7846
7847 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
7848
7849 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7850
7851 * net/tramp.el (tramp-bug): Add tramp-methods.
7852
7853 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7854
7855 * net/tramp.el (tramp-methods): Update docstring:
7856 tramp-encoding-command, tramp-decoding-command,
7857 tramp-encoding-function and tramp-decoding-function are not
7858 parameters anymore.
7859 (tramp-uuencode-region): Autoload it.
7860
7861 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7862
7863 * net/tramp.el: Version 2.0.19 released.
7864
7865 * net/tramp-uu.el: New file, implements uuencode in Lisp.
7866
7867 * net/tramp.el (tramp-coding-commands):
7868 Use `tramp-uuencode-region' as local encoder for the uuencode based
7869 entries.
7870
7871 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7872
7873 * net/tramp.el (tramp-handle-write-region): Wrong parens.
7874
7875 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7876
7877 * net/tramp.el: Version 2.0.18 released.
7878
7879 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
7880 older versions of Perl. Now tested with 5.004. Suggestion from
7881 Michael Albinus.
7882
7883 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7884
7885 * net/tramp.el (tramp-find-inline-encoding):
7886 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
7887 (tramp-call-local-coding-command): OUTPUT equals nil means to
7888 discard the output. INPUT equals nil means /dev/null.
7889
7890 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7891
7892 * net/tramp.el (tramp-encoding-shell): Default to environment
7893 variable COMSPEC on Windows.
7894 (tramp-handle-write-region): More debugging output.
7895 (tramp-find-inline-encoding): Ditto.
7896
7897 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
7898
7899 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
7900 Define `result1'.
7901 (tramp-parse-hosts-group): Discard IPv6 entries.
7902
7903 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7904
7905 * net/tramp.el (tramp-post-connection): Only send Perl
7906 mime-encode/decode implementations when using inline method.
7907 (tramp-handle-file-local-copy)
7908 (tramp-handle-write-region, tramp-post-connection)
7909 (tramp-coding-commands, tramp-find-inline-encoding): For the
7910 inline encodings, distinguish between local and remote commands,
7911 instead of between commands and functions. (The local commands
7912 can be functions, too.) If the local host is a Windows machine,
7913 we can't expect the same commands to work there as on the remote host.
7914 (tramp-call-local-coding-command): New function for calling local
7915 encoding and decoding commands.
7916 (tramp-set-remote-encoding, tramp-get-remote-encoding)
7917 (tramp-set-remote-decoding, tramp-get-remote-decoding)
7918 (tramp-set-local-encoding, tramp-get-local-encoding)
7919 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
7920 (tramp-get-encoding-command, tramp-set-encoding-command)
7921 (tramp-get-decoding-command, tramp-set-decoding-command)
7922 (tramp-get-encoding-function, tramp-set-encoding-function)
7923 (tramp-get-decoding-function, tramp-set-decoding-function):
7924 Old functions, removed.
7925
7926 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7927
7928 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7929 Change command to invoke /bin/sh slightly to make it compatible
7930 with the `rc' shell. Suggested by Daniel Pittman.
7931
7932 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
7933
7934 * net/tramp.el (tramp-handle-write-region): Added missing
7935 `)'. Hope it's the right place.
7936
7937 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7938
7939 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7940 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
7941 order to get a sane shell prompt. If people have ${CWD}, say, in
7942 their shell prompt, then the default login shell might display
7943 something harmless, but the /bin/sh will display a dollar sign
7944 which confused the subsequent prompt recognition.
7945 (tramp-multi-action-password): More debugging output.
7946 (tramp-encoding-shell): Renamed from tramp-sh-program.
7947 More documentation. Default to cmd.exe on Windows NT.
7948 (tramp-encoding-command-switch): New variable. Use instead of
7949 hard-wired "-c" which is only good for /bin/sh.
7950 (tramp-encoding-reads-stdin): New variable. If t, commands are
7951 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
7952 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
7953 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
7954 (tramp-handle-file-local-copy, tramp-handle-write-region):
7955 Respect tramp-encoding-shell and friends.
7956 (tramp-find-inline-encoding): Use new-style calls for checking if
7957 the local commands work.
7958
7959 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
7960
7961 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
7962 entries. They are handled now by `tramp-completion-function-alist'.
7963 (tramp-completion-function): Defvar removed. I've never used
7964 it. Hmm.
7965 (tramp-get-completion-function)
7966 (tramp-get-completion-rsh, tramp-get-completion-ssh)
7967 (tramp-get-completion-telnet, tramp-get-completion-su):
7968 Functions removed as well. Not necessary any longer due to extended
7969 customization means.
7970 (tramp-completion-function-alist): New defcustom. Holds all
7971 FUNCTION FILE pairs used for user and host name completion
7972 relevant for METHOD.
7973 (tramp-completion-function-alist-rsh)
7974 (tramp-completion-function-alist-ssh)
7975 (tramp-completion-function-alist-telnet)
7976 (tramp-completion-function-alist-su): Defconst for initializing
7977 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
7978 values are known for me until now. Needs to be completed for at
7979 least VMS++ like operating systems.
7980 (tramp-set-completion-function)
7981 (tramp-get-completion-function): New functions for configuration
7982 of `tramp-completion-function-alist'. The old definition of
7983 `tramp-get-completion-function' has been discarded.
7984 (tramp-completion-handle-file-name-all-completions):
7985 Change function call for user/host completion according to definition
7986 in `tramp-completion-function-alist'.
7987 (tramp-parse-passwd): Added exception handling for "root", because
7988 `tramp-get-completion-su' (the previous place for this stuff)
7989 doesn't exist any longer.
7990
7991 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7992
7993 * net/tramp.el (tramp-enter-password):
7994 Use `tramp-password-end-of-line' to terminate the line.
7995 (tramp-bug): Include new variable `tramp-password-end-of-line'.
7996 (tramp-password-end-of-line): New variable. People who use plink
7997 under Windows might have to issue "\r\n" after the password, but
7998 they need to send just "\n" after the other commands. So this
7999 variable was introduced to complement `tramp-rsh-end-of-line'.
8000 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
8001 of line of the output delimiter.
8002
8003 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8004
8005 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
8006 (tramp-open-connection-setup-interactive-shell): Add some comments
8007 about Douglas Grey Stephen's suggestions to make Tramp work better
8008 with plink under Windows. I'm not sure what to think of them, but
8009 now I have a guinea pig to try it out on. Said guinea pig is
8010 having other problems, though... Also remove some commented-out code.
8011
8012 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
8013
8014 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
8015 tuned.
8016 (tramp-get-completion-user-host): Accept user names as they are if
8017 typed until "@".
8018 (tramp-completion-mode): Replace `last-input-char' by modern
8019 `last-input-event'. Check for `event-modifiers'.
8020
8021 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8022
8023 * net/tramp.el (file-expand-wildcards): Corrected check to see if
8024 advising is necessary.
8025
8026 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
8027
8028 * net/tramp.el (tramp-postfix-single-method-format)
8029 (tramp-postfix-multi-method-format)
8030 (tramp-postfix-multi-hop-format)
8031 (tramp-postfix-user-format): New format strings.
8032 (tramp-postfix-single-method-regexp)
8033 (tramp-postfix-multi-method-regexp)
8034 (tramp-postfix-multi-hop-regexp)
8035 (tramp-postfix-user-regexp)
8036 (tramp-make-multi-tramp-file-format)
8037 (tramp-make-tramp-file-name): Apply them.
8038 (tramp-completion-handle-file-name-all-completions): Fix for
8039 invoking ange-ftp in case of "/ftp:xxx" file names.
8040
8041 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
8042
8043 * net/tramp.el (tramp-prefix-format)
8044 (tramp-postfix-host-format): New format strings.
8045 (tramp-prefix-regexp, tramp-method-regexp)
8046 (tramp-postfix-single-method-regexp)
8047 (tramp-postfix-multi-method-regexp)
8048 (tramp-postfix-multi-hop-regexp)
8049 (tramp-user-regexp, tramp-postfix-user-regexp)
8050 (tramp-host-regexp, tramp-postfix-host-regexp)
8051 (tramp-path-regexp): New atomar regular expressions.
8052 If corresponding format strings exist, derived from them.
8053 (tramp-file-name-structure)
8054 (tramp-multi-file-name-structure)
8055 (tramp-multi-file-name-hop-structure)
8056 (tramp-make-multi-tramp-file-format)
8057 (tramp-completion-mode)
8058 (tramp-completion-dissect-file-name)
8059 (tramp-parse-rhosts-group)
8060 (tramp-parse-shosts-group)
8061 (tramp-parse-hosts-group)
8062 (tramp-parse-passwd-group): Apply these expressions.
8063 (tramp-file-name-structure-unified)
8064 (tramp-file-name-structure-separate)
8065 (tramp-make-tramp-file-format-unified)
8066 (tramp-make-tramp-file-format-separate)
8067 (tramp-make-tramp-file-format)
8068 (tramp-make-tramp-file-user-nil-format-unified)
8069 (tramp-make-tramp-file-user-nil-format-separate)
8070 (tramp-make-tramp-file-user-nil-format)
8071 (tramp-multi-file-name-structure-unified)
8072 (tramp-multi-file-name-structure-separate)
8073 (tramp-multi-file-name-hop-structure-unified)
8074 (tramp-multi-file-name-hop-structure-separate)
8075 (tramp-make-multi-tramp-file-format-unified)
8076 (tramp-make-multi-tramp-file-format-separate): Removed.
8077 (tramp-make-tramp-file-name): Allow partial tramp file
8078 names. Generate tramp file format on-the-fly depending on
8079 parameters. Apply atomar format strings resp expressions.
8080 (tramp-get-completion-methods)
8081 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
8082 (tramp-parse-hosts-group): Take all host names and IP addresses
8083 into account.
8084 (tramp-bug): Remove `tramp-make-tramp-file-format'.
8085
8086 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
8087
8088 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
8089 for "su" and "sudo".
8090 (tramp-get-completion-telnet): Implement it.
8091 (tramp-parse-hosts)
8092 (tramp-parse-hosts-group)
8093 (tramp-get-completion-su)
8094 (tramp-parse-passwd)
8095 (tramp-parse-passwd-group): New functions.
8096
8097 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
8098
8099 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
8100 (tramp-completion-file-name-handler-alist): Add handler for
8101 `file-exists-p.
8102 (tramp-completion-handle-file-exists-p): New function.
8103 (tramp-completion-handle-file-name-completion): Simplified.
8104 (tramp-completion-dissect-file-name): Regexp's reorganised.
8105 (tramp-completion-handle-file-name-all-completions):
8106 Call completion-function only if `user' or `host' is given.
8107 (tramp-get-completion-user-host): New function.
8108 (tramp-get-completion-rsh)
8109 (tramp-get-completion-ssh): Apply it.
8110
8111 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
8112
8113 * net/tramp.el (tramp-completion-file-name-handler-alist):
8114 Add handler for `expand-file-name'.
8115 (tramp-completion-handle-expand-file-name): New function.
8116
8117 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
8118
8119 * net/tramp.el (tramp-completion-mode): New function.
8120 (tramp-completion-handle-file-name-directory)
8121 (tramp-completion-handle-file-name-all-completions): Apply it.
8122 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
8123 (tramp-point-at-eol): New defalias.
8124 (tramp-parse-rhosts-group)
8125 (tramp-parse-shosts-group):: Apply it.
8126
8127 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
8128
8129 * net/tramp.el (tramp-get-completion-methods)
8130 (tramp-get-completion-rsh)
8131 (tramp-get-completion-ssh): Add "[" for Xemacs.
8132 (tramp-completion-file-name-regexp-separate): Expression adapted.
8133 (tramp-completion-file-name-handler-alist): Add handler for
8134 `file-name-directory' and `file-name-nondirectory'.
8135 (tramp-completion-handle-file-name-directory)
8136 (tramp-completion-handle-file-name-nondirectory)
8137 (tramp-completion-run-real-handler): New functions.
8138 (tramp-completion-file-name-handler)
8139 (tramp-completion-handle-file-name-all-completions):
8140 Apply `tramp-completion-run-real-handler'.
8141 (tramp-parse-rhosts)
8142 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
8143 `res' (otherwise side effects in XEmacs).
8144
8145 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
8146
8147 * net/tramp.el (tramp-completion-file-name-regexp)
8148 (tramp-completion-file-name-handler-alist)
8149 (tramp-flatten-list)
8150 (tramp-completion-dissect-file-name)
8151 (tramp-get-completion-rsh)
8152 (tramp-parse-rhosts)
8153 (tramp-parse-rhosts-group)
8154 (tramp-get-completion-ssh): Doc string tuned.
8155 (tramp-methods): Doc string and custom type extended for
8156 `tramp-completion-function'.
8157 (tramp-completion-function): Variable added. Is it really used?
8158 Other variables like `tramp-completion-function' aren't used.
8159 (tramp-completion-file-name-handler-alist): Add handler for
8160 `file-name-completion'.
8161 (tramp-completion-handle-file-name-completion): New function.
8162
8163 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
8164
8165 * net/tramp.el (tramp-parse-rhosts)
8166 (tramp-parse-rhosts-group)
8167 (tramp-parse-shosts)
8168 (tramp-parse-shosts-group): New functions.
8169
8170 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
8171
8172 * net/tramp.el (tramp-completion-dissect-file-name)
8173 (tramp-completion-dissect-file-name1): New functions.
8174
8175 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
8176
8177 * net/tramp.el (tramp-get-completion-function)
8178 (tramp-get-completion-rsh)
8179 (tramp-get-completion-ssh)
8180 (tramp-get-completion-telnet): New functions.
8181 (tramp-methods): Add `tramp-completion-function' for all methods.
8182
8183 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
8184
8185 * net/tramp.el (tramp-get-completion-methods): New function.
8186 (tramp-find-default-method): Allow host to be nil (like user).
8187
8188 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
8189
8190 * net/tramp.el (tramp-completion-file-name-regexp-unified)
8191 (tramp-completion-file-name-regexp-separate)
8192 (tramp-completion-file-name-regexp)
8193 (tramp-completion-file-name-handler-alist): New defcustoms.
8194 (tramp-completion-file-name-handler): New function.
8195 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
8196 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
8197 to `inhibit-file-name-handlers'.
8198 (tramp-completion-handle-file-name-all-completions)
8199 (tramp-completion-handle-file-name-completion): New functions.
8200
8201 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
8202
8203 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
8204 must be called again after activating `ange-ftp'.
8205 (tramp-ange-ftp-file-name-p): Check for Xemacs.
8206
8207 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
8208
8209 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
8210 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
8211 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
8212 tramp-invoke-ange-ftp 'write-region.
8213 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
8214 passing to tramp-invoke-ange-ftp 'set-file-modes.
8215 (tramp-flatten-list): New function. Maybe this functionality does
8216 exist already elsewhere in the libraries.
8217 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
8218 list in order to avoid nested lists, f.e. when invoked from
8219 `tramp-handle-dired-call-process'.
8220
8221 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8222
8223 * net/tramp.el (tramp-chunksize): New kluge variable.
8224 (tramp-send-region): If tramp-chunksize is non-nil, send region in
8225 parts and sleep 0.1 seconds between chunks.
8226
8227 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8228
8229 * net/tramp.el (tramp-handle-insert-directory):
8230 Use `insert-buffer-substring' instead of `insert-buffer', which is not
8231 supposed to be used from Lisp. Remember old point in a variable
8232 instead of using `mark'. Suggestion from Stefan Monnier.
8233 (tramp-unified-filenames): New variable. Use it in default value
8234 of other filename variables.
8235 (file-expand-wildcards): Don't advise unless "[" and "]" are used
8236 in the filename format.
8237
8238 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8239
8240 * net/tramp.el (tramp-methods): Remove duplicate definition of
8241 ssh1-old and ssh2-old.
8242
8243 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
8244
8245 * dired.el (dired-insert-directory): Always add "--dired" to to
8246 SWITCHES for remote files.
8247 * files.el (insert-directory): Comment saying that "--dired"
8248 might be in the SWITCHES.
8249 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
8250 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
8251
8252 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
8253
8254 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
8255 word constituent syntax.
8256
8257 2002-09-21 Richard M. Stallman <rms@gnu.org>
8258
8259 * cus-dep.el (custom-make-dependencies): Bind to t
8260 around evaluating the def-form.
8261
8262 * custom.el (custom-dont-initialize): New variable.
8263 (custom-declare-variable): Don't init the variable
8264 if custom-dont-initialize is non-nil.
8265
8266 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
8267
8268 * net/eudc.el (eudc-install-menu): Use `define-key' and
8269 `easy-menu-create-menu' to avoid duplication of menu.
8270
8271 2002-09-20 Kim F. Storm <storm@cua.dk>
8272
8273 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
8274 macro and terminate editing.
8275 (kmacro-step-edit-macro): Push previous macro onto ring if changed
8276 by step editing.
8277
8278 2002-09-19 Tom Tromey <tromey@redhat.com>
8279
8280 * play/blackbox.el (bb-right): Respect prefix argument.
8281 (bb-left, bb-up, bb-down): Likewise.
8282
8283 2002-09-19 Richard M. Stallman <rms@gnu.org>
8284
8285 * cus-dep.el (custom-make-dependencies): Fix previous change.
8286
8287 2002-09-19 Juanma Barranquero <lektu@terra.es>
8288
8289 * ielm.el (ielm-eval-input): Call `error-message-string' instead
8290 of the non-existent `ielm-format-error'.
8291
8292 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
8293
8294 * emacs-lisp/easymenu.el (easy-menu-remove):
8295 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
8296
8297 * international/mule-diag.el (describe-coding-system):
8298 Remove unused `coding-spec' variable.
8299 (list-input-methods): Be more careful when setting up the help buffer.
8300
8301 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8302 Set init value to t to reflect reality.
8303 (ucs-minibuffer-setup): Use minibuffer-selected-window.
8304
8305 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
8306
8307 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
8308 Rename to makefile-cleanup-continuations.
8309 (makefile-mode): Use write-file-functions.
8310 (makefile-fill-paragraph): Use match-string-no-properties.
8311 (makefile-fill-paragraph): Use line-end-position.
8312 (makefile-add-log-defun): Simplify.
8313
8314 2002-09-18 Richard M. Stallman <rms@gnu.org>
8315
8316 * dired.el (dired-mark-pop-up): Doc fix.
8317
8318 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
8319 definition straight into loaddefs.el as well as executing it here.
8320
8321 2002-09-18 Colin Walters <walters@debian.org>
8322
8323 * calc/calc.el (calc-mode): Add font-lock-defontify to
8324 change-major-mode-hook.
8325
8326 2002-09-18 Richard M. Stallman <rms@gnu.org>
8327
8328 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
8329 Don't ignore errors in rm line.
8330
8331 * menu-bar.el (menu-bar-search-menu): Nicer help string.
8332
8333 * replace.el (occur-engine-add-prefix): Use 7 spaces.
8334 (occur-engine): Use 7 digits to align tabs in the data.
8335
8336 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
8337 Don't make the definition dynamic if it shares structure
8338 with the arg list.
8339
8340 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
8341 (pdb): In gud-remove, pass down the file name.
8342
8343 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
8344
8345 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8346
8347 * ielm.el: (*1, *2, *3): New variables.
8348 (ielm-eval-input): Make temporary buffers current on entry and
8349 exit to the let bindings for *, ** and ***.
8350 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
8351 Do not overrule global bindings for *, ** and ***.
8352
8353 2002-09-18 Tom Tromey <tromey@redhat.com>
8354
8355 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
8356 boundaries before filling.
8357
8358 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
8359
8360 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
8361 (server-switch-buffer): Only select a different window if
8362 next-buffer is non-nil. Don't switch in a dedicated window.
8363 If next-buffer is already displayed, reuse that window.
8364
8365 * diff-mode.el (diff-mode): Use compilation-minor-mode.
8366 Don't unbind compilation-last-buffer after autoloading compile.el.
8367 Hide the compilation-minor-mode bindings altogether.
8368
8369 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8370
8371 * dired.el (dired-insert-directory): Never add "--dired" when
8372 listing remote directories.
8373
8374 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8375
8376 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
8377
8378 * ediff-init.el: Use defalias instead of fset.
8379
8380 * ediff-util.el: Use defalias instead of fset.
8381
8382 * viper-util.el (viper-chars-in-region): Simplification.
8383
8384 * viper.el (viper-emacs-state-mode-list): Added modes.
8385
8386 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
8387
8388 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
8389 module of code, with graphical display of poor-coverage spots.
8390
8391 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
8392 testcover on a interactive module like ses.
8393
8394 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
8395 testcover on a noninteractive module like unsafep.
8396
8397 2002-09-18 Miles Bader <miles@gnu.org>
8398
8399 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
8400 unless it's bound.
8401
8402 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
8403
8404 * server.el (server-log): Add `client' arg.
8405 (server-start): Don't bother canceling the sentinel.
8406 (server-process-filter): Use replace-regexp-in-string and
8407 handle the new &n quoting. Use push. Use server-log's new arg.
8408 Don't output the C-x # message if `nowait'.
8409 (server-buffer-done): Use server-log's new arg.
8410
8411 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
8412
8413 * ses.el: New file.
8414
8415 * emacs-lisp/unsafep.el: New file.
8416
8417 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
8418 (inhibit-quit): This is risky for unsafep, doesn't matter much for
8419 anybody else.
8420 (risky-local-variable-p): New function. Split off from
8421 hack-one-local-variable so unsafep can use it. Add \|-history$ to
8422 the list of disallowed local variable names (malicious user could
8423 stuff a `display' property in there that would be activated when
8424 na\e,Ao\e(Bve user called up the history).
8425
8426 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
8427
8428 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
8429
8430 2002-09-16 Richard M. Stallman <rms@gnu.org>
8431
8432 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
8433 Use forward-line and move-to-column.
8434
8435 * cus-edit.el (custom-variable-backup-value): New function.
8436 (custom-variable-reset-backup): New function.
8437 (custom-variable-menu): Add item for custom-variable-reset-backup.
8438 (custom-variable-set, custom-variable-reset-saved)
8439 (custom-variable-reset-standard): Call custom-variable-backup-value.
8440
8441 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
8442
8443 * dired.el (dired-font-lock-keywords): Use regexp-opt.
8444 (dired-move-to-filename): Better message when we fail to find the file.
8445 (dired-sort-toggle): Minor optimization.
8446
8447 2002-09-16 Juanma Barranquero <lektu@terra.es>
8448
8449 * dired-aux.el (dired-add-entry): Add missing argument to
8450 `dired-mark'.
8451
8452 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
8453
8454 * xscheme.el (scheme-interaction-mode): Doc fix.
8455
8456 * net/eudc.el (eudc-plist-get): Doc fix.
8457
8458 2002-09-16 Kim F. Storm <storm@cua.dk>
8459
8460 * menu-bar.el (menu-bar-last-search-type): New var.
8461 (nonincremental-repeat-search-forward)
8462 (nonincremental-repeat-search-backward): Repeat string or
8463 regexp search depending on menu-bar-last-search-type.
8464 (nonincremental-search-forward, nonincremental-re-search-forward)
8465 (nonincremental-search-backward, nonincremental-re-search-backward):
8466 Set menu-bar-last-search-type to string or regexp.
8467 (nonincremental-repeat-re-search-forward): Removed.
8468 (nonincremental-repeat-re-search-backward): Removed.
8469 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
8470 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
8471 (menu-bar-adv-search-menu): Removed.
8472 (menu-bar-search-menu): Reorganized.
8473 (menu-bar-edit-menu): Added "Replace" submenu.
8474
8475 2002-09-15 Richard M. Stallman <rms@gnu.org>
8476
8477 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
8478
8479 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
8480 when it's not being evaluated.
8481
8482 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
8483
8484 * dired.el (dired-move-to-filename): Fix previous change.
8485
8486 2002-09-14 Kim F. Storm <storm@cua.dk>
8487
8488 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
8489 (keypad-numlock-setup, keypad-numlock-shifted-setup):
8490 Change `Remove Binding' option to `Unspecified/User-defined'.
8491 (keypad-setup): Enhance explanation of setup type `none'.
8492
8493 2002-09-14 Richard M. Stallman <rms@gnu.org>
8494
8495 * time.el (display-time-mode): Set display-time-load-average here.
8496 (display-time-load-average): Initialize to nil.
8497 (display-time-default-load-average): Add "None" alternative.
8498 (display-time-update): Handle "None" alternative for load-average.
8499
8500 * dired-aux.el (dired-bunch-files): Put the arg FILES
8501 back as it was after temporary destrucive mods.
8502 (dired-add-entry): Use dired-insert-directory to handle indentation.
8503 Explicitly restore the line's marker character.
8504 Preserve the old file name's text properties.
8505 (dired-add-entry-do-indentation): Function deleted.
8506 (dired-relist-file): Doc fix.
8507 (dired-rename-file): Change argument names.
8508 (foo-rename-file): New function.
8509 (dired-do-hardlink): Use dired-hardlink.
8510 (dired-hardlink): New function.
8511 (dired-insert-subdir-doinsert): Use dired-insert-directory;
8512 that handles indentation, text props and header line.
8513 dired-readin-insert gets no args.
8514 Use `last' instead of `reverse'.
8515
8516 * dired.el (dired-use-ls-dired): New variable.
8517 (dired-directory): Document the rules better.
8518
8519 * dired.el (dired-insert-headerline): Function deleted.
8520 (dired-revert): Pass no args to dired-readin.
8521 (dired-move-to-filename): First try using dired-filename property.
8522 (dired-move-to-end-of-filename): Likewise.
8523 (dired-why): Try to show the start of this page of warnings.
8524 (dired-log): Insert the buffer name at start of page, not end.
8525 (dired-log-summary): If just one failure, explain it in echo area.
8526
8527 * dired.el (dired-internal-noselect):
8528 Always set dired-directory, when buffer is not new.
8529 Pass dir-or-list, not dirname, to dired-mode.
8530 Call dired-readin with no args.
8531 Don't call dired-after-readin-hook here.
8532 (dired-find-buffer-nocreate): Expand dirname.
8533 Expand the dir from dired-directory to compare with dirname.
8534
8535 (dired-readin): Take no args. Get the directory from dired-directory.
8536 Run dired-before-reading hook inside save-excursion.
8537 Run dired-after-readin-hook here.
8538 Don't make undo entries at all.
8539 Call dired-readin-insert with no args.
8540 Don't change indentation here.
8541 Don't insert headerline here.
8542
8543 (dired-readin-insert): Take no args.
8544 Get dir and file-list from dired-directory.
8545 Call dired-insert-directory the new way.
8546 Don't insert "wildcard" info here.
8547
8548 (dired-insert-directory): New arg FILE-LIST.
8549 First arg now DIR, always just the directory.
8550 This function fully handles setting up the buffer text:
8551 update indentation, insert headerline and "wildcard" info.
8552 Pass --dired arg if appropriate; put info in dired-filename props.
8553 Don't expand file names here.
8554
8555 * warnings.el (display-warning): In batch mode,
8556 exclude the final newline from the arg to `message'.
8557
8558 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
8559
8560 * files.el (diff-buffer-with-file): Check whether associated file
8561 exists. Display message for 1 second. Always return nil.
8562
8563 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
8564
8565 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
8566 support again, but more carefully this time.
8567
8568 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
8569 such that backward-sexp correctly skips them.
8570 (perl-font-lock-keywords-2): Use regexp-opt.
8571 (perl-font-lock-syntactic-keywords)
8572 (perl-font-lock-syntactic-face-function): Better handle PODs.
8573 Handle package names with ' in them and ($$) in `sub' declarations.
8574 Handle format staements. Handle regexp and quote-like ops.
8575 (perl-empty-syntax-table): New var.
8576 (perl-quote-syntax-table): New fun.
8577
8578 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
8579 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
8580
8581 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
8582
8583 * derived.el (define-derived-mode): Properly ignore unknown args.
8584
8585 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
8586 Don't call the function during init if mode is on by default.
8587
8588 * simple.el: Provide `simple'.
8589 (transient-mark-mode, line-number-mode, column-number-mode):
8590 Pass an explicit `:require nil' argument.
8591
8592 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
8593
8594 * play/tetris.el (tetris-blank-options, tetris-cell-options):
8595 Remove various redundant `(t nil)'.
8596
8597 * play/snake.el (snake-border-options): Use color on tty if available.
8598
8599 * play/tetris.el (tetris-border-options): Likewise.
8600
8601 * play/pong.el (pong-border-options): Likewise, plus reset
8602 color on tty to be [0.5 0.5 0.5].
8603
8604 2002-09-13 Kim F. Storm <storm@cua.dk>
8605
8606 * kmacro.el (kmacro-start-macro): Doc fix.
8607
8608 2002-09-13 Juanma Barranquero <lektu@terra.es>
8609
8610 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
8611 to `idlwave-idlwave_routine_info-compiled'.
8612
8613 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
8614 three arguments, not four.
8615
8616 2002-09-13 Kim F. Storm <storm@cua.dk>
8617
8618 * kmacro.el (kmacro-keymap): Changed bindings:
8619 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
8620
8621 2002-09-12 Richard M. Stallman <rms@gnu.org>
8622
8623 * international/mule-cmds.el (universal-coding-system-argument):
8624 Read the coding system inside `interactive' spec, for command-history.
8625
8626 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
8627
8628 * emacs-lisp/find-func.el (find-library-name): Don't forget
8629 the empty suffix. Fix stale variable name.
8630
8631 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
8632 (gud-pdb-massage-args): Delete.
8633 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
8634 (gud-gdb-command-name): New var. Put "--fullname" in there.
8635 (gud-query-cmdline): Use the most recent executable as the default.
8636 Don't add "--fullname" (it's only valid/meaningful for GDB).
8637 (gud-xdb-marker-filter): Use match-string.
8638 (gud-perldb-massage-args): Don't add "-d".
8639 (gud-perldb-command-name): Add "-d".
8640 (gud-common-init): If `massage-args' is nil, don't call it.
8641 (gud-format-command): Don't hardcode point-min==1.
8642
8643 * derived.el: Require CL when compiling.
8644
8645 2002-09-12 Simon Josefsson <jas@extundo.com>
8646
8647 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
8648 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
8649 Use expand-file-name. Also don't require time-stamp.
8650
8651 2002-09-11 Richard M. Stallman <rms@gnu.org>
8652
8653 * derived.el (define-derived-mode): When making new abbrev table,
8654 don't try to copy the parent's abbrev table.
8655
8656 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
8657 Always round scroll-bar-width parameter up.
8658 If it is nil, use 14.
8659
8660 * abbrev.el (copy-abbrev-table): New function.
8661
8662 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8663
8664 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
8665 ps-default-bg setting.
8666 (ps-print-version): New version number (6.5.7).
8667 (ps-mark-active-p): New fun.
8668 (ps-print-preprint-region): Adjust code.
8669
8670 2002-09-11 Dave Love <fx@gnu.org>
8671
8672 * international/mule.el (non-standard-designations-alist)
8673 (ctext-pre-write-conversion): Don't generate invalid extended
8674 segments for iso8859.
8675
8676 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
8677 (cyrillic-alternativnyj-decode-table): Fix some entries.
8678
8679 * international/ucs-tables.el: Fix last change.
8680
8681 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
8682 change.
8683
8684 2002-09-11 Kim F. Storm <storm@cua.dk>
8685
8686 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
8687 kmacro-end-and-call-macro.
8688
8689 2002-09-11 Juanma Barranquero <lektu@terra.es>
8690
8691 * newcomment.el (uncomment-region): Fix let/let* use.
8692
8693 2002-09-11 Simon Josefsson <jas@extundo.com>
8694
8695 * time-stamp.el (time-stamp-hhmmss): New function.
8696
8697 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
8698 (gud-query-cmdline): Add --fullname to the user cmdline.
8699
8700 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
8701
8702 2002-09-11 Kim F. Storm <storm@cua.dk>
8703
8704 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
8705 (kmacro-step-edit-map): Bind "A" to `append-end'.
8706 (kmacro-step-edit-prompt): Fix prompt.
8707 (kmacro-step-edit-query): Handle `append-end' response.
8708 (kmacro-step-edit-pre-command): Activate `append-end' at end of
8709 macro when required.
8710
8711 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8712
8713 * derived.el (define-derived-mode): Fix typo.
8714
8715 * menu-bar.el (line-number-mode, column-number-mode)
8716 (transient-mark-mode): Use minor mode directly.
8717 (menu-bar-make-toggle): Remove `props' arg.
8718 Move customize-mark-as-set directly into the toggle function.
8719
8720 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
8721 Use the new file hook names.
8722 (whitespace-describe): Remove. Move the text to `Commentary:'.
8723 (whitespace-unload-hook): Use the new file hook names.
8724
8725 * finder.el (finder-find-library): Remove.
8726 (finder-commentary): Use find-library-name and add completion.
8727
8728 * simple.el (transient-mark-mode, line-number-mode)
8729 (column-number-mode): Use define-minor-mode.
8730 (define-mail-user-agent): Delete. Moved to subr.el.
8731
8732 * loadup.el ("simple.el"): Move to after loaddefs.el.
8733
8734 * subr.el (define-mail-user-agent): Moved from simple.el.
8735
8736 2002-09-10 Richard M. Stallman <rms@gnu.org>
8737
8738 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
8739 (boolp): Function deleted.
8740
8741 2002-09-10 Dave Love <fx@gnu.org>
8742
8743 * international/utf-8.el (ucs-mule-to-mule-unicode):
8744 Define unconditionally.
8745 (utf-8-fragmentation-table): New. Use it in top-level mapc.
8746 (utf-8-fragment-on-decoding): Use it to keep
8747 utf-8-translation-table-for-decode variable and translation table
8748 in sync.
8749
8750 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
8751 when setting up tables and remove useless optimize-char-table.
8752 (ucs-mule-to-mule-unicode): Deleted.
8753 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
8754
8755 * international/utf-16.el (utf-16-le-pre-write-conversion)
8756 (utf-16-be-pre-write-conversion): Deleted.
8757 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
8758
8759 2002-09-10 Richard M. Stallman <rms@gnu.org>
8760
8761 * files.el (diff-buffer-with-file): Simplify.
8762 Don't signal an error if buffer has no file.
8763 Call sit-for after `diff' returns.
8764
8765 * play/gamegrid.el (gamegrid-make-color-tty-face):
8766 Handle string as COLOR arg.
8767 (gamegrid-display-type): Don't assume display-color-p
8768 implies a color-x terminal.
8769 (gamegrid-hide-cursor): Set `cursor-type' local variable.
8770
8771 * descr-text.el (describe-text-mode): Add font-lock-defontify to
8772 change-major-mode-hook.
8773
8774 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
8775 change-major-mode-hook.
8776
8777 * comint.el (comint-mode): Add font-lock-defontify to
8778 change-major-mode-hook.
8779
8780 * info.el (Info-mode): Add font-lock-defontify to
8781 change-major-mode-hook.
8782
8783 * replace.el (occur-mode): Add font-lock-defontify to
8784 change-major-mode-hook.
8785
8786 * font-core.el (font-lock-defontify): New function.
8787
8788 2002-09-10 Richard M. Stallman <rms@gnu.org>
8789
8790 * ps-print.el (ps-printer-name-option): Doc fix.
8791
8792 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8793
8794 * ps-print.el: Adjust ps-postscript-code-directory setting.
8795 XEmacs version check was adjusted.
8796 (ps-print-version): New version number (6.5.6).
8797 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
8798 (ps-print-code, ps-print-preprint-region): Adjust code.
8799
8800 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8801
8802 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
8803 emacs-lisp-mode, like ~/.emacs.
8804
8805 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
8806
8807 * newcomment.el (uncomment-region): Be more careful with `='.
8808
8809 2002-09-10 Deepak Goel <deego@glue.umd.edu>
8810
8811 * play/doctor.el (doc//): Rename from `//'. Update callers.
8812 (doc$): Rename from `$'. Update callers.
8813
8814 2002-09-10 Miles Bader <miles@gnu.org>
8815
8816 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
8817 variable, not a function.
8818
8819 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
8820
8821 2002-09-10 Kim F. Storm <storm@cua.dk>
8822
8823 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
8824 nil while executing macro to avoid triggering delete-selection-mode.
8825
8826 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
8827 cancel defining keyboard macro when applicable.
8828
8829 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8830
8831 * simple.el (transient-mark-mode, line-number-mode)
8832 (column-number-mode): Undo previous change because of bootstrapping.
8833
8834 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
8835
8836 * derived.el (define-derived-mode): Add keyword arguments.
8837 (derived-mode-make-docstring): Take abbrev and syntax table names.
8838
8839 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
8840 (font-lock-default-function): Change arg name.
8841
8842 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
8843
8844 * paren.el (show-paren-function): Use syntax-after.
8845
8846 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
8847
8848 * subr.el (symbol-file): Also work for autoloaded funcs.
8849 (syntax-after): New fun moved from syntax.el.
8850
8851 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
8852 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
8853 Update callers (but still run the old hooks as well).
8854
8855 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
8856 (find-library): New funs.
8857 (find-function-search-for-symbol): Use it.
8858
8859 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
8860
8861 * isearch.el (isearch-cmds): Add docstring.
8862 (isearch-mouse-2): Lookup binding in the proper buffer.
8863 Use call-interactively and remove the now useless `arg'.
8864 (isearch-search-fun-function): New var.
8865 (isearch-search-fun): New fun.
8866 (isearch-search, isearch-lazy-highlight-search): Use it.
8867
8868 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
8869
8870 * simple.el (what-line): Don't hard-code 1.
8871 (transient-mark-mode, line-number-mode, column-number-mode):
8872 Use define-minor-mode.
8873 (do-auto-fill): Only ignore prefix if it's really empty.
8874
8875 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8876
8877 * files.el (save-some-buffers-action-alist): Use lower case for
8878 help string of diff-buffer-with-file.
8879
8880 2002-09-09 Richard M. Stallman <rms@gnu.org>
8881
8882 * calendar/calendar.el (mouse-scroll-calendar-left)
8883 (mouse-scroll-calendar-right, mouse-calendar-other-month):
8884 New commands.
8885 (calendar-mode-line-format): Use them.
8886
8887 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8888 Set and then bind default-directory.
8889
8890 * startup.el (fancy-splash-head, normal-splash-screen):
8891 Change the messages that explain about GNU or GNU/Linux.
8892
8893 * info.el (Info-search): Add (point-min) to subfile positions
8894 to get them right. Skip the current subfile using forward-line.
8895
8896 * files.el (make-backup-file-name-1): When make-directory fails,
8897 ignore backup-directory-alist.
8898 (make-directory): Expand DIR before looking for handler.
8899
8900 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
8901
8902 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
8903 In addition to RCS, exclude CVS directories.
8904
8905 * ls-lisp.el (ls-lisp-format-time-list): New variable.
8906 (ls-lisp-format-time): Use it.
8907
8908 * files.el (auto-mode-alist): Use sh-mode for .bash files.
8909
8910 2002-09-09 Dave Love <d.love@dl.ac.uk>
8911
8912 * ps-print.el: Many doc fixes.
8913
8914 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
8915
8916 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
8917 Update callers.
8918
8919 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
8920
8921 * diff.el (diff): Doc fix.
8922
8923 2002-09-08 Richard M. Stallman <rms@gnu.org>
8924
8925 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
8926
8927 * simple.el (undo-elt-in-region): Fix one-off error at END.
8928 (forward-visible-line): Handle invisibility by ignoring
8929 invisible newlines. Also include entire invisible lines beyond
8930 the stopping point.
8931
8932 * cus-edit.el (custom-save-variables, custom-save-faces):
8933 Clarify the comments written into .emacs.
8934
8935 2002-09-08 Markus Triska <triska@gmx.at>
8936
8937 * play/doctor.el (doctor-doc): Recognize question words
8938 and use qlist. Use doctor-shorten's return value.
8939 (doctor-shorten): Compute a return value, don't alter `sent'.
8940 (doctor-hates1): Add a question mark.
8941 (doctor-strangelove): Unused function deleted.
8942
8943 2002-09-08 Kim F. Storm <storm@cua.dk>
8944
8945 * kmacro.el (kmacro-end-and-call-macro): New command to end and
8946 call keyboard macro in one step. Bind it to C-x e by default.
8947 (kmacro-call-macro): Use format-kbd-macro.
8948 (kmacro-step-edit-macro): New command to interactively step edit
8949 and execute last keyboard macro.
8950 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
8951 (kmacro-step-edit-mini-window-height): New custom var.
8952 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
8953 (kmacro-step-edit-prefix-commands): New var.
8954 (kmacro-step-edit-prompt, kmacro-step-edit-query)
8955 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
8956 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
8957 New aux functions for step editing keyboard macros.
8958
8959 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
8960 returned by this-single-command-raw-keys before appending it to
8961 unread-command-event.
8962
8963 2002-09-07 Colin Walters <walters@debian.org>
8964
8965 * progmodes/compile.el (compile-internal): Add optional argument
8966 no-async.
8967
8968 * diff.el (diff): Add optional argument no-async, and use the
8969 above argument.
8970
8971 * files.el (diff-buffer-with-file): Call diff synchronously, so we
8972 don't delete the temporary file before diff has a chance to read
8973 it.
8974
8975 * ibuf-ext.el (ibuffer-diff-with-file): Just call
8976 `diff-buffer-with-file'.
8977
8978 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
8979
8980 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
8981
8982 * emacs-lisp/find-func.el (find-function-recenter-line):
8983 Add custom type. Doc fix.
8984
8985 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
8986
8987 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
8988 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
8989 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
8990 Remove. Use the minor mode function directly instead.
8991 (menu-bar-mode): Add message and customize-mark-as-set and return
8992 the new value as do other minor modes.
8993
8994 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
8995
8996 2002-09-06 Simon Marshall <simon@gnu.org>
8997
8998 * progmodes/etags.el (find-tag-tag, complete-tag):
8999 Bind completion-ignore-case based on tags-case-fold-search, so that
9000 case-sensitivity of tag completion matches that of tag search.
9001
9002 2002-09-06 Juanma Barranquero <lektu@terra.es>
9003
9004 * calendar/solar.el (calendar-time-display-form): Fix spacing.
9005
9006 * double.el (double-prefix-only): Likewise.
9007
9008 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
9009
9010 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
9011
9012 * emacs-lisp/float.el (string-to-float): Likewise.
9013
9014 * emacs-lisp/rx.el (rx): Likewise.
9015
9016 * faces.el (copy-face): Likewise.
9017
9018 * hilit-chg.el (highlight-changes-colours)
9019 (highlight-changes-active-string)
9020 (highlight-changes-passive-string)
9021 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
9022
9023 * international/mule.el (decode-char): Likewise.
9024
9025 * progmodes/idlwave.el (idlwave-support-inheritance)
9026 (idlwave-routine-entry-compare): Likewise.
9027
9028 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
9029 Likewise.
9030
9031 * progmodes/pascal.el (pascal-start-keywords): Likewise.
9032
9033 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
9034 Likewise.
9035
9036 * progmodes/vhdl-mode.el (vhdl-progress-interval)
9037 (vhdl-corresponding-begin): Likewise.
9038
9039 * simple.el (choose-completion-string-functions): Likewise.
9040
9041 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
9042
9043 * textmodes/fill.el (fill-nonuniform-paragraphs)
9044 (fill-individual-paragraphs): Likewise.
9045
9046 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
9047
9048 * warnings.el (warning-level-aliases): Likewise.
9049
9050 * speedbar.el (speedbar-mode): Fix spacing and typos.
9051
9052 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
9053
9054 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
9055
9056 * textmodes/table.el (table-command-prefix): Fix type.
9057
9058 2002-09-05 Andre Spiegel <spiegel@gnu.org>
9059
9060 * vc-hooks.el: Don't require vc.el at compile-time; it causes
9061 recursive requirements during bootstrap.
9062
9063 2002-09-05 Kenichi Handa <handa@etl.go.jp>
9064
9065 * international/mule.el (decode-char): Cancel the previous change.
9066
9067 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
9068
9069 * language/european.el ("Swedish"): New set-language-info-alist call.
9070
9071 2002-09-04 Richard M. Stallman <rms@gnu.org>
9072
9073 * help-fns.el (help-with-tutorial): Properly set up
9074 completion-reference-buffer in the *Completion* buffer.
9075
9076 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
9077
9078 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
9079 returns nil, return nil.
9080
9081 2002-09-04 Andre Spiegel <spiegel@gnu.org>
9082
9083 * vc-hooks.el: Require vc.el at compile-time.
9084 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
9085 Moved here from vc.el.
9086
9087 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
9088 Moved to vc-hooks.el.
9089
9090 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
9091
9092 2002-09-04 Kenichi Handa <handa@etl.go.jp>
9093
9094 * international/mule.el (decode-char): Translate a character by
9095 utf-8-translation-table-for-decode only when
9096 utf-8-fragment-on-decoding is non-nil.
9097
9098 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
9099
9100 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
9101 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
9102 Use text-mode's syntax-table and abbrev-table.
9103 (text-mode): Set require-final-newline to t.
9104
9105 * newcomment.el (comment-make-extra-lines): Only use the
9106 dummy `=' char when there's really nothing else.
9107 Don't remove spaces if it leads to an incorrect comment.
9108
9109 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
9110 around the cvs/ssh/libc bug.
9111 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
9112 (defun-cvs-mode): Use the new `declare' thingy.
9113 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
9114 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
9115 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
9116
9117 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
9118 node rather than a message for new directories.
9119 (cvs-parse-status): Add support for `Entry Invalid'.
9120
9121 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
9122 (smerge-combine-with-next): New function.
9123 (smerge-diff): Don't output `wrote /tmp/foo' messages.
9124 Insert message if no diffs were found.
9125
9126 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
9127 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
9128
9129 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9130
9131 * net/tramp.el: Version 2.0.15 released.
9132 (require 'base64): Most modern Emacsen have the base64
9133 encode/decode functions built in, so test to see if they are bound
9134 before we go blindly requiring base64.el.
9135 From Steve Youngs <youngs@xemacs.org>.
9136 (tramp-feature-write-region-fix): XEmacs doesn't have a
9137 'find-operation-coding-system' and this variable doesn't seem to
9138 be used anywhere so wrap it in (unless (featurep 'xemacs)).
9139 From Steve Youngs <youngs@xemacs.org>.
9140 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
9141 (tramp-open-connection-su): Use user name "root" if no user name
9142 is given.
9143
9144 From Michael Albinus <Michael.Albinus@alcatel.de>:
9145 * net/tramp.el (tramp-invoke-ange-ftp):
9146 (tramp-ange-ftp-file-name-p): Check for Xemacs.
9147 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
9148 tramp-invoke-ange-ftp 'rename.
9149 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
9150 tramp-invoke-ange-ftp 'write-region.
9151 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
9152 passing to tramp-invoke-ange-ftp 'set-file-modes.
9153 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
9154 again after activating `ange-ftp'.
9155
9156 2002-09-02 Kim F. Storm <storm@cua.dk>
9157
9158 * ido.el (ido-ignore-item-temp-list): New variable.
9159 (ido-read-internal): Don't set ido-default-item if the default is
9160 member of ido-ignore-item-temp-list.
9161 Don't return first match for C-j if no text is entered.
9162 (ido-buffer-internal): Check for empty string return.
9163 (ido-make-buffer-list1): Use member instead of memq.
9164 (ido-window-buffer-p): Likewise.
9165 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
9166 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
9167
9168 * replace.el (multi-occur): Made "ido-aware":
9169 Changed prompt to use C-j instead of RET to end.
9170 Set ido-ignore-item-temp-list to the selected buffers so far, so
9171 they are automatically excluded from the list of choices.
9172 Use add-to-list instead of push.
9173
9174 2002-09-01 Richard M. Stallman <rms@gnu.org>
9175
9176 * term/x-win.el (function-key-map): Define S-iso-lefttab.
9177
9178 2002-09-01 Kim F. Storm <storm@cua.dk>
9179
9180 * edmacro.el (edit-kbd-macro): Recognize new default binding for
9181 C-x e in addition to old binding.
9182
9183 2002-09-01 Mario Lang <mlang@debian.org>
9184
9185 * files.el (save-some-buffers-action-alist): New variable.
9186 (save-some-buffers): Use that.
9187 (diff-buffer-with-file): New function.
9188
9189 2002-09-01 Richard M. Stallman <rms@gnu.org>
9190
9191 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
9192
9193 * dired.el (defgroup dired): Use `files' as parent.
9194 (dired-get-filename): Ignore handler if it has safe-magic prop.
9195
9196 * jka-compr.el (jka-compr-handler): Add safe-magic property.
9197
9198 2002-08-31 Richard M. Stallman <rms@gnu.org>
9199
9200 * simple.el (kill-line): Use end-of-visible-line to determine
9201 if rest of line is blank.
9202 (end-of-visible-line): Cope if end-of-line moved back over
9203 invisible intangible chars at end of line.
9204
9205 * simple.el (completion-setup-function): Don't use directory-sep-char.
9206
9207 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9208
9209 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
9210 needed.
9211 (f90-menu, f90-add-imenu-menu): Use lookup-key.
9212 Remove (eval-when-compile) for free variables.
9213
9214 2002-08-31 Andreas Schwab <schwab@suse.de>
9215
9216 * font-core.el (font-lock-change-mode): Avoid changing buffer
9217 state in any way.
9218
9219 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
9220
9221 * emacs-lisp/easymenu.el (easy-menu-filter-return):
9222 Handle the case where the filter returns a single menu entry.
9223 (easy-menu-add): Improve docstring.
9224 (easy-menu-current-active-maps): Remove.
9225 (easy-menu-get-map): Use current-active-maps.
9226
9227 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
9228 the -p prefix from variables since they shouldn't have it anyway.
9229 (custom-group-menu-create, customize-menu-create):
9230 Only cdr if applicable, since custom-menu-create might return
9231 a vector (i.e. a single menu entry).
9232
9233 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
9234
9235 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
9236 user's value of diary-list-include-blanks, but generate message
9237 instead if there are no entries.
9238
9239 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
9240
9241 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
9242
9243 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
9244
9245 * menu-bar.el (menu-bar-read-mail): Doc fix.
9246
9247 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
9248
9249 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
9250 (ibuffer-fontification-alist): Check hidden buffer case isn't
9251 visiting a file and change its face to italic.
9252
9253 2002-08-30 Juanma Barranquero <lektu@terra.es>
9254
9255 * replace.el (occur-mode): Add interactive declaration.
9256
9257 * bs.el (bs-message-without-log): Fix typo.
9258
9259 * font-core.el (font-lock-defaults): Likewise.
9260
9261 * font-lock.el (font-lock-add-keywords): Likewise.
9262
9263 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
9264
9265 * textmodes/bibtex.el (bibtex-mode): Likewise.
9266
9267 * emulation/viper-ex.el (ex-compile-command): Likewise.
9268
9269 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
9270 Likewise.
9271
9272 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
9273
9274 * allout.el (my-mark-marker): Likewise.
9275
9276 2002-08-30 Simon Josefsson <jas@extundo.com>
9277
9278 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
9279 unless s-debug-info is enabled.
9280
9281 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
9282
9283 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
9284
9285 * mwheel.el (mouse-wheel-up-button): Doc fix.
9286
9287 2002-08-29 Juanma Barranquero <lektu@terra.es>
9288
9289 * replace.el (occur-mode-hook): New hook.
9290 (occur-mode): Use it.
9291 (occur-hook): Set default to nil.
9292
9293 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
9294
9295 * net/ange-ftp.el: Use match-string and drop useless `function's.
9296 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
9297 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
9298 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
9299 (ange-ftp-parse-dired-listing): Update the calls.
9300 (dired-local-variables-file): Declare to shut quieten the compiler.
9301 (ange-ftp-file-entry-active-p): Remove.
9302 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
9303 Don't exclude dangling symlinks.
9304 (ange-ftp-file-name-completion-1): Make predicate optional.
9305 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
9306 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
9307 (ange-ftp-bs2000-posix-hook-installed): Remove.
9308 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
9309 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
9310 `ange-ftp-this-host' instead of `user' and `host'.
9311
9312 2002-08-29 Richard M. Stallman <rms@gnu.org>
9313
9314 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9315 Decide here whether to print which form we're compiling.
9316 If we do that, still print file and line. Make file name
9317 relative to default-directory. Print fewer newlines.
9318 (byte-compile-log-file): Print something even if no file.
9319 Print messages for entering and leaving directories,
9320 and set default-directory.
9321 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
9322 (byte-compile-warning-series): New function.
9323 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
9324 (byte-compile-display-log-head-p): Function deleted.
9325
9326 * warnings.el (warning-series): Now can be a marker, not an integer.
9327 (display-warning): Handle new value for warning-series.
9328
9329 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
9330 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
9331 to don't-warn list.
9332
9333 2002-08-29 Kim F. Storm <storm@cua.dk>
9334
9335 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
9336 Change default binding of C-x e to kmacro-end-or-call-macro.
9337 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
9338 variables.
9339 (kmacro-get-prefix-arg): New function.
9340 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
9341 improve. Callers changed.
9342 (kmacro-call-macro): Repeat macro by repeating last key or
9343 key defined in kmacro-call-repeat-key. New third arg non-nil
9344 means to end current macro.
9345 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
9346 to get repeat last key functionality.
9347 (kmacro-start-macro-or-insert-counter): Improve doc string.
9348
9349 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
9350
9351 * files.el (find-buffer-visiting): Compare file attributes
9352 using buffer-file-truename.
9353
9354 2002-08-28 Richard M. Stallman <rms@gnu.org>
9355
9356 * files.el (make-auto-save-file-name, make-backup-file-name-1):
9357 Don't use directory-sep-char.
9358
9359 2002-08-28 Juanma Barranquero <lektu@terra.es>
9360
9361 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
9362 (occur-mode): Remove call to `occur-mode-hook'.
9363 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
9364 (occur-1): Add call to `occur-hook'.
9365
9366 * subr.el (make-variable-frame-localizable): Alias for
9367 `make-variable-frame-local'.
9368
9369 2002-08-28 Miles Bader <miles@gnu.org>
9370
9371 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
9372 (read-file-name-electric-shadow-tty-properties)
9373 (read-file-name-electric-shadow-mode): Remove compatibility defs.
9374
9375 * comint.el (comint-carriage-motion): Start at START.
9376
9377 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
9378
9379 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
9380 given by vsFTPd when accessed with a kerberised FTP client.
9381
9382 2002-08-27 Richard M. Stallman <rms@gnu.org>
9383
9384 * files.el (find-alternate-file):
9385 Bind kill-buffer-query-functions locally, don't set it.
9386
9387 2002-08-27 Andreas Schwab <schwab@suse.de>
9388
9389 * kmacro.el (kmacro-start-macro): Doc fix.
9390
9391 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9392
9393 * textfile/reftex-ref.el (reftex-goto-label): New command.
9394
9395 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
9396
9397 * textfile/reftex-parse.el (reftex-roman-number): New function.
9398 (reftex-section-number): Better handling of parts: No chapter
9399 counter resets.
9400
9401 * textfile/reftex.el (reftex-highlight-overlays): Added a third
9402 overlay.
9403 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
9404 Also moved `reftex-reset-mode' to top level.
9405
9406 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
9407 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
9408 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
9409
9410 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
9411 document pointer *before* position, not after.
9412 (reftex-insert-docstruct): Get offset of document pointer *before*
9413 position, not after.
9414
9415 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
9416 match over section title match.
9417
9418 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
9419 which determines on a per-file-basis if BibTeX is being used
9420 locally for citations.
9421 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
9422 cooperation with chapterbib.
9423 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
9424 better cooperation with chapterbib.
9425
9426 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
9427 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
9428
9429 2002-08-26 Kim F. Storm <storm@cua.dk>
9430
9431 * subr.el (suppress-keymap): Use command remapping instead of
9432 substitute-key-definition to undefine self-inserting keys.
9433
9434 2002-08-26 Juanma Barranquero <lektu@terra.es>
9435
9436 * makefile.w32-in (WINS): Add calc and obsolete.
9437
9438 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
9439
9440 * emacs-lisp/easy-mmode.el (define-minor-mode):
9441 Use customize-mark-as-set for global minor modes.
9442
9443 2002-08-25 Miles Bader <miles@gnu.org>
9444
9445 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
9446 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
9447 Change name of face.
9448 (file-name-shadow-properties): Renamed from
9449 `read-file-name-electric-shadow-properties'.
9450 (file-name-shadow-tty-properties): Renamed from
9451 `read-file-name-electric-shadow-tty-properties'.
9452 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
9453 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
9454 (file-name-shadow-mode): Renamed from
9455 `read-file-name-electric-shadow-mode'. Update references to
9456 renamed variables.
9457
9458 2002-08-24 Sam Steingold <sds@gnu.org>
9459
9460 * subr.el (eval-after-load): Do not call
9461 load-symbol-file-load-history (deleted yesterday).
9462
9463 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
9464
9465 * startup.el (normal-splash-screen): Ensure splash buffer is
9466 killed. Use tabs in output. Fix test whether previous buffer was
9467 *scratch* buffer.
9468
9469 * progmodes/simula.el (simula-abbrev-keyword-default)
9470 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
9471 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
9472
9473 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
9474
9475 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
9476
9477 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9478
9479 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
9480 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
9481 (f90-font-lock-off, f90-font-lock-menu): Delete.
9482 Use easy-menu-define instead.
9483 (f90-mode): Use easy-menu-add.
9484 No longer (require 'imenu) when compiling.
9485 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
9486 (f90-abbrev-start): Use fboundp.
9487 (f90-imenu-flag): Delete - use imenu--index-alist instead.
9488
9489 2002-08-23 Richard M. Stallman <rms@gnu.org>
9490
9491 * loadhist.el (unload-feature): Distinguish functions from
9492 variables in load-history.
9493 (feature-symbols): Doc fix.
9494
9495 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
9496
9497 * subr.el (symbol-file-load-history-loaded)
9498 (load-symbol-file-load-history): Deleted.
9499 (symbol-file): Don't call load-symbol-file-load-history.
9500
9501 2002-08-23 Andre Spiegel <spiegel@gnu.org>
9502
9503 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
9504
9505 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9506
9507 * frame.el (select-frame-by-name, select-frame-set-input-focus):
9508 Always call x-focus-frame, if using x.
9509 Use set-mouse-position on all systems, if focus-follows-mouse.
9510
9511 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9512
9513 * net/tramp.el: Version 2.0.14 released.
9514 (tramp-shell-prompt-pattern): New variable.
9515 (tramp-actions-before-shell, tramp-multi-actions)
9516 (tramp-find-shell, tramp-open-connection-multi)
9517 (tramp-open-connection-setup-interactive-shell): Use it.
9518 (tramp-open-connection-telnet, tramp-open-connection-rsh)
9519 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
9520 in the docstring.
9521 (tramp-bug): Report `tramp-shell-prompt-pattern'.
9522 (tramp-process-one-multi-action, tramp-process-one-action):
9523 Make message clearer so people don't confuse it with Emacs asking
9524 them a question if the regexp happens to end with "?".
9525 (tramp-verbose): Change default value from 10 to 9. Also change
9526 some logging levels so that 10 is reserved for stuff which is
9527 needed for debugging only, but 9 catches everything that people
9528 might like to see in order to see that Tramp is actually working.
9529
9530 2002-08-22 Kim F. Storm <storm@cua.dk>
9531
9532 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
9533 Corrected spelling mistakes (for Joseph Arceneaux).
9534
9535 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
9536
9537 * progmodes/f90.el: eval-when-compile a few defvars.
9538 (f90-xemacs-flag): Wrap in eval-and-compile.
9539 (f90-font-lock-keywords): Doc fix.
9540 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
9541 (f90-mark-subprogram-overlay): Variable deleted.
9542 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
9543 pushing mark.
9544 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
9545
9546 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9547
9548 * net/tramp.el: Version 2.0.13 released.
9549 (tramp-handle-write-region): Don't check to see if remote end is
9550 awake after sending data to remote host: we want to send "EOF" not
9551 "echo are you awake"...
9552 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
9553 (tramp-yn-prompt-regexp): New variable.
9554 (tramp-action-yn): New function, using it.
9555 (tramp-feature-write-region-fix): New internal variable. Not yet
9556 used. Should be used in `tramp-handle-write-region'.
9557
9558 2002-08-21 Kim F. Storm <storm@cua.dk>
9559
9560 * bindings.el (mode-line-format): Moved global-mode-string last.
9561 (mode-line-position): Moved %p first. Added padding to %l/%c to
9562 eliminate jumpyness in modeline. Use (%l,%c) format if both
9563 line-number-mode and column-number-mode are enabled.
9564
9565 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
9566
9567 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
9568 that could cause an infinite loop if something that looks like
9569 a macro begins in the middle of a line.
9570
9571 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
9572 could cause `c-state-cache' to contain two conses in sequence
9573 when there's an unbalanced open paren in a macro.
9574
9575 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9576
9577 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
9578
9579 * imenu.el (imenu--generic-function): Use mapc.
9580 (imenu-syntax-alist): Doc fix.
9581
9582 2002-08-20 Richard M. Stallman <rms@gnu.org>
9583
9584 * font-core.el (font-lock-change-mode): New function.
9585 (font-lock-mode): Use font-lock-change-mode instead of
9586 font-lock-unfontify-buffer.
9587 (font-lock-maximum-size, font-lock-verbose): Add defvars.
9588
9589 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
9590
9591 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
9592 which determines on a per-file-basis if BibTeX is being used
9593 locally for citations.
9594 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
9595 cooperation with chapterbib.
9596 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
9597 better cooperation with chapterbib.
9598
9599 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
9600 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
9601
9602 2002-08-20 Kim F. Storm <storm@cua.dk>
9603
9604 * kmacro.el: Major rework based on discussions with RMS.
9605 Most important change is that C-x C-k is now bound to a keymap
9606 with keyboard macro related commands. The original binding on
9607 C-x C-k is moved to C-x C-k e.
9608
9609 * binding.el: Remove macro related bindings (now in kmacro.el).
9610
9611 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
9612
9613 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
9614
9615 * help-fns.el (help-split-fundoc): Replace the function name
9616 from the docstring with the one that should be displayed.
9617 (help-make-usage): Understand CL style arglists.
9618 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
9619 (describe-variable): Use delete-region.
9620
9621 2002-08-19 Kenichi Handa <handa@etl.go.jp>
9622
9623 * international/mule.el (sgml-xml-auto-coding-function):
9624 Call re-search-forward with NOERROR t.
9625
9626 2002-08-19 Miles Bader <miles@gnu.org>
9627
9628 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
9629 * comint.el (comint-inhibit-carriage-motion): New variable.
9630 (comint-carriage-motion): Argument STRING removed. New arguments
9631 START and END; interpret characters between START and END rather
9632 than using special comint state.
9633 (comint-output-filter): Call `comint-carriage-motion'.
9634 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
9635 * ielm.el (inferior-emacs-lisp-mode):
9636 Give `comint-inhibit-carriage-motion' a local value of t.
9637
9638 2002-08-18 Richard M. Stallman <rms@gnu.org>
9639
9640 * textmodes/table.el: New file.
9641
9642 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
9643
9644 2002-08-18 Andreas Schwab <schwab@suse.de>
9645
9646 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
9647
9648 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
9649
9650 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
9651 (reftex-syntax-table): Set a default in case this is being used
9652 outside a LaTeX file.
9653 (reftex-syntax-table-for-bib): Set a default in case this is being
9654 used outside a LaTeX file.
9655
9656 2002-08-17 Richard M. Stallman <rms@gnu.org>
9657
9658 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
9659 and use write-file-functions instead of local-write-file-hooks.
9660 (tar-untar-buffer): Don't try to extract directories.
9661
9662 * menu-bar.el (fringe-mode): Set to nil.
9663
9664 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
9665
9666 2002-08-15 Richard M. Stallman <rms@gnu.org>
9667
9668 * calendar/appt.el (appt-delete): Use substring-no-properties.
9669 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
9670
9671 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
9672
9673 * server.el (server-process-filter): Simplify code.
9674 (server-goto-line-column): New function.
9675 (server-visit-files): Use server-goto-line-column.
9676 Offer to revert only if file has changed.
9677
9678 2002-08-15 Richard M. Stallman <rms@gnu.org>
9679
9680 * files.el (recover-this-file): New function.
9681 (after-find-file): Recommend recover-this-file.
9682
9683 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
9684 to change-major-mode-hook when font lock is enabled.
9685
9686 * simple.el (toggle-truncate-lines): Force redisplay.
9687 Display status message.
9688
9689 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
9690
9691 * textmodes/reftex.el (reftex-mode): Moved the creation of special
9692 syntax tables to top-level.
9693
9694 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
9695
9696 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
9697 use `hash-table-size' instead of `length'.
9698
9699 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
9700
9701 * help-fns.el (locate-library): Use locate-file(-completion).
9702 (help-split-fundoc): Tighten the regexp and recognize a usage-info
9703 where the function name is `fn'.
9704 (help-function-arglist): Follow aliases and macros.
9705 (describe-function-1): Use keymapp.
9706 If the docstring contains a usage info, use it even if the function is
9707 not a subroutine. Find usage info in aliases' docstring if necessary.
9708 (describe-variable): Get the value before setting up the *Help* buffer.
9709
9710 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
9711 Use find-file-hook instead of find-file-hooks.
9712 (define-minor-mode): Get rid of this silly `togglep'.
9713 Add an explicit `toggle' argument (used for interactive calls).
9714 Emit a warning when a nil argument turns the mode off.
9715
9716 * language/ethio-util.el (setup-ethiopic-environment-internal)
9717 (exit-ethiopic-environment): Use find-file-hook and
9718 write-file-functions instead of find-file-hooks and write-file-hooks.
9719
9720 * window.el (handle-select-window): Don't do anything if the window
9721 has disappeared since the event was generated.
9722 (split-window-save-restore-data): Use push and with-current-buffer.
9723
9724 * saveplace.el:
9725 * play/meese.el:
9726 * obsolete/hilit19.el:
9727 * completion.el (dynamic-completion-mode):
9728 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9729 Use find-file-hook instead of find-file-hooks.
9730
9731 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
9732 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
9733 (imenu-space-replacement): Allow nil value.
9734 (imenu--completion-buffer): Use new vars and simplify.
9735 Fix handling of minibuffer-setup-hook.
9736 Use minibuffer-completion-help instead of rolling our own.
9737 (imenu-choose-buffer-index): Use the new var.
9738
9739 * startup.el (command-line): Load custom-file if not done yet.
9740
9741 2002-08-14 Kenichi Handa <handa@etl.go.jp>
9742
9743 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
9744 the selection data string. Always return cons of type and string.
9745 (selection-converter-alist): Add (UTF8_STRING .
9746 xselect-convert-to-string).
9747
9748 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
9749
9750 * newcomment.el (comment-region): Force `lines' when `block' is set.
9751
9752 2002-08-12 Richard M. Stallman <rms@gnu.org>
9753
9754 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
9755 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
9756 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
9757 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
9758 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
9759 (menu-bar-text-mode-auto-fill): New commands, used
9760 in menu bar menus instead of lambda expressions.
9761
9762 (menu-bar-showhide-fringe-menu-customize-left)
9763 (menu-bar-showhide-fringe-menu-customize-right)
9764 (menu-bar-showhide-fringe-menu-customize-disable)
9765 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
9766
9767 (menu-bar-options-menu): Use toggle-truncate-lines.
9768 (showhide-date-time): Call customize-mark-as-set.
9769
9770 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9771 Obey `definition-name' properties.
9772
9773 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
9774 Put `definition-name' properties on the functions whose
9775 names are constructed.
9776
9777 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
9778 Renamed from target-buffer.
9779 (pages-directory, pages-copy-header-and-position): Uses changed.
9780
9781 * calendar/appt.el (appt-make-list): Correct the parsing of
9782 each appointment from time-string.
9783
9784 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
9785
9786 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
9787 (scroll-all-mode) <defcustom>: Delete.
9788 (running-xemacs): Delete.
9789 (minor-mode-alist): Don't manipulate it directly.
9790
9791 2002-08-10 Kenichi Handa <handa@etl.go.jp>
9792
9793 * international/mule-cmds.el (search-unencodable-char): New function.
9794 (select-safe-coding-system): Show unencodable characters.
9795 (unencodable-char-position): Deleted, and implemented in C in coding.c.
9796
9797 2002-04-09 John Wiegley <johnw@gnu.org>
9798
9799 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
9800 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
9801 * em-dirs.el (eshell/cd): Ditto.
9802 * em-glob.el (eshell-glob-case-insensitive): Ditto.
9803 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
9804 * esh-ext.el (eshell-binary-suffixes): Ditto.
9805
9806 2002-08-09 Richard M. Stallman <rms@gnu.org>
9807
9808 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
9809
9810 * simple.el (set-variable): Give locality status in prompt.
9811
9812 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
9813
9814 * simple.el (set-variable): If given a prefix argument, set
9815 variable buffer-locally.
9816
9817 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
9818
9819 * font-core.el (font-lock-function): Make it buffer-local.
9820
9821 2002-08-08 Richard M. Stallman <rms@gnu.org>
9822
9823 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
9824 (checkdoc-message-interactive, checkdoc-interactive-loop)
9825 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
9826 (checkdoc-defun):
9827 Update checkdoc-spellcheck-documentation-flag correctly.
9828 (checkdoc-ispell-docstring-engine): Don't test for
9829 checkdoc-autofix-flag = nil.
9830
9831 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
9832
9833 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
9834
9835 * wid-browse.el (widget-minor-mode): Fix doc typo.
9836
9837 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9838
9839 * net/tramp.el: Version 2.0.12 released.
9840 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9841 Comment out possibly obsolete "echo hello" commands.
9842 (tramp-run-real-handler): If operation is
9843 `ange-ftp-hook-function', use first arg as the real operation.
9844 (tramp-check-ls-commands): Use / instead of \ as directory
9845 separator. (Relevant for XEmacs on Windows.)
9846 (tramp-maybe-open-connection): Use tramp-wait-for-output when
9847 waiting for the "are you awake" command. Use a different string
9848 for the "are you awake" command.
9849 (tramp-send-command): New optional arg NEVEROPEN means to never
9850 invoke tramp-maybe-open-connection.
9851 (tramp-maybe-open-connection): Use it
9852
9853 2002-08-07 Richard M. Stallman <rms@gnu.org>
9854
9855 * warnings.el (warning-prefix-function, warning-series)
9856 (warning-fill-prefix, warning-group-format): Add autoload cookies.
9857
9858 2002-08-07 Kenichi Handa <handa@etl.go.jp>
9859
9860 * international/mule-cmds.el (select-safe-coding-system):
9861 Call pop-to-buffer inside save-window-excursion and save-excursion.
9862
9863 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
9864
9865 * help-fns.el (describe-function-1): Skip arglist note if
9866 function's definition is a keymap.
9867
9868 2002-08-06 Sam Steingold <sds@gnu.org>
9869
9870 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
9871 and `mail-user-agent' instead of straight sendmail.
9872 (diary-modified, diary-entries-list, displayed-year)
9873 (displayed-month, entry, date, number, date-string, d-file)
9874 (original-date): Defvar without binding to avoid compiler warnings.
9875
9876 2002-08-05 Alan Shutko <ats@acm.org>
9877
9878 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
9879 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
9880 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
9881
9882 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
9883 (ibuffer-filter-by-used-mode): New.
9884
9885 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
9886
9887 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
9888 `fset' and `symbol-function'.
9889
9890 2002-08-05 John Wiegley <johnw@gnu.org>
9891
9892 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
9893 value unless pcomplete-cycle-cutoff-length is non-nil.
9894
9895 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
9896
9897 * esh-util.el (eshell-under-cygwin-p): New function.
9898 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
9899 * em-dirs.el (eshell/cd): Ditto.
9900 * em-glob.el (eshell-glob-case-insensitive): Ditto.
9901 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
9902 * esh-ext.el (eshell-binary-suffixes): Ditto.
9903
9904 2002-08-05 Richard M. Stallman <rms@gnu.org>
9905
9906 * international/mule-cmds.el (select-safe-coding-system): Check for
9907 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
9908
9909 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
9910
9911 2002-08-05 Gerd Moellmann <gerd@gnu.org>
9912
9913 * image.el (image-jpeg-p): Accept "Exif" marker.
9914
9915 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9916
9917 * net/tramp.el: Version 2.0.11 released.
9918 (tramp-perl-file-attributes): Print uid and gid as signed integers.
9919 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
9920 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
9921 calling Tramp again.
9922 (tramp-find-file-exists-command): Check for `ls -d' last, after
9923 all the variants on `test -e'.
9924 (tramp-post-connection): Erase buffer before finding a command to
9925 check if file exists.
9926
9927 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
9928
9929 * calc/calc.el (math-format-stack-value): Revert a broken
9930 if->when replacement and reformat so that this does not happen
9931 again. Fixes a pretty lethal line formatting/yanking bug.
9932
9933 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
9934
9935 * startup.el (fancy-splash-frame): Check selected frame last.
9936
9937 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9938
9939 * net/tramp.el: Version 2.0.10 released.
9940 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
9941 standard output even if `uudecode -p' and `uudecode -o -' don't work.
9942 (tramp-post-connection): After finding the right shell, wait a
9943 bit. This is a kludge to avoid a race condition, even though I
9944 don't understand why there is a race condition in the first place.
9945 (tramp-post-connection): Install the `tramp_uudecode' shell
9946 function on the remote host.
9947 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
9948 (tramp-bug): Include more variables in the report.
9949
9950 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9951
9952 * net/tramp.el: Version 2.0.9 released.
9953 (tramp-bug): Add wording about additional info to include in bug
9954 report.
9955 (tramp-find-shell): Set $PS1 for invocation of second shell (for
9956 tilde expansion).
9957 (tramp-find-shell): Shell prompt must match at end of buffer.
9958 Do this also for fallback shell prompt.
9959 (tramp-find-shell): More debugging output.
9960 (tramp-find-inline-encoding): When checking the decoding command,
9961 some commands fail when reading from /dev/null. So we pass a
9962 known string through the encoding command and pass that through
9963 the decoding command. So we know whether the decoding command can
9964 deal with some real input.
9965
9966 2002-08-04 Andreas Schwab <schwab@suse.de>
9967
9968 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
9969
9970 2002-08-03 Andrew Choi <akochoi@shaw.ca>
9971
9972 * term/mac-win.el: Set keys to enable mouse wheel support.
9973
9974 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9975
9976 * net/tramp.el: Version 2.0.8.
9977 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
9978
9979 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9980
9981 * net/tramp.el: Version 2.0.7.
9982 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
9983 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
9984 because of `format' and say so in the docstring.
9985
9986 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9987
9988 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
9989 `type' forms.
9990 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
9991 (f90-type-def-re): Fix value.
9992
9993 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9994
9995 * net/tramp.el: Version 2.0.6.
9996 (tramp-default-method): Change to "ssh" from "sm".
9997 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
9998 (tramp-su-program): New internal variable for method parameter.
9999 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
10000 New variables. Very short Perl one-liner, but requires Perl
10001 module MIME::Base64 to be installed on the remote site.
10002 (tramp-perl-encode, tramp-perl-decode): New base64
10003 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
10004 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
10005 though Ange-FTP doesn't do anything for this operation).
10006 (tramp-handle-set-visited-file-modtime): Comment change.
10007 (tramp-handle-make-directory): Save-excursion.
10008 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
10009 twice, once is enough.
10010 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
10011 user knows what's wrong.
10012 (tramp-post-connection): Support the two Perl encoders and decoders.
10013 (tramp-coding-commands): Ditto. Add some todo items.
10014
10015 2002-08-02 Richard M. Stallman <rms@gnu.org>
10016
10017 * international/mule.el (merge-coding-systems): New function.
10018 (set-buffer-file-coding-system): Use merge-coding-systems.
10019 Change prompt for args.
10020 (revert-buffer-with-coding-system): New command.
10021
10022 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
10023 Add bindings for revert-buffer-with-coding-system.
10024 (set-coding-system-map): Clarify menu item info for
10025 set-buffer-file-coding-system.
10026 (set-coding-system-map): Reorder and add separators.
10027
10028 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
10029 Use eval-expression.
10030
10031 * subr.el (atomic-change-group): Doc fix.
10032
10033 2002-07-31 Colin Walters <walters@debian.org>
10034
10035 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
10036 defvaralias for compatibility.
10037 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
10038 defvaralias for compatibility.
10039
10040 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
10041
10042 * ibuffer.el (ibuffer-fontification-alist):
10043 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
10044
10045 2002-07-31 John Wiegley <johnw@gnu.org>
10046
10047 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
10048 prevent adding the symbol `pcomplete' to
10049 shell-dynamic-complete-functions to many times.
10050
10051 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
10052
10053 * help-fns.el (describe-function-1): Test function for
10054 obsolescence only if it is a symbol.
10055
10056 * ediff.el (ediff-backup): New autoloaded command.
10057
10058 2002-07-31 Richard M. Stallman <rms@gnu.org>
10059
10060 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
10061 Use `compile-always'.
10062 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
10063 (compile): Renamed from `compile-files'.
10064 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
10065
10066 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10067 Check that (car elt) is a string.
10068
10069 * pcomplete.el (pcomplete-entries): Doc fix.
10070
10071 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
10072
10073 2002-07-31 Andreas Schwab <schwab@suse.de>
10074
10075 * dired.el: Hide disabling of dired-find-alternate-file behind
10076 autoload-cookie.
10077
10078 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
10079
10080 * makefile.w32-in: Revert some changes from 2002-07-23 because they
10081 don't work on MSVC/nmake builds.
10082 (update-subdirs-CMD): Generate the right list of subdirectories.
10083
10084 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10085
10086 * net/tramp.el: New version 2.0.5.
10087 (tramp-methods): Remove inline encoding method parameters.
10088 The encoding is now autodetected. Also shorten the list of
10089 methods (u/m distinction gone) and rename the remaining methods to
10090 have longer, but more mnemonic, names.
10091 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
10092 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
10093 matched at end of buffer anyway.
10094 (tramp-yesno-prompt-regexp): New variable, for questions where the
10095 user should say "yes" or "no".
10096 (tramp-file-name-structure-unified)
10097 (tramp-file-name-structure-separate): Allow dash in method names.
10098 (tramp-actions-before-shell): New variable, contains list of
10099 pattern/action pairs. Output sent by remote end is scanned for
10100 the patterns, then the actions are executed.
10101 (tramp-multi-actions): Like `tramp-actions-before-shell', but
10102 executed for each hop in a multi-hop connection.
10103 (tramp-last-cmd-time): New variable. If nothing has been sent to
10104 remote end for 60 seconds, look to see if the remote end is still
10105 alive.
10106 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
10107 It didn't work.
10108 (tramp-perl-encode, tramp-perl-decode): New variables, these
10109 require the MIME::Base64 module on the remote end.
10110 (tramp-handle-file-attributes): Restructure logic.
10111 (tramp-handle-file-attributes-with-ls)
10112 (tramp-handle-file-attributes-with-perl): More debugging.
10113 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
10114 (tramp-handle-make-directory, tramp-handle-delete-directory)
10115 (tramp-handle-delete-file, tramp-handle-insert-directory):
10116 Expand file name.
10117 (tramp-handle-shell-command): Use `when', not `if'.
10118 (tramp-handle-file-local-copy, tramp-handle-write-region):
10119 Adapt to autodetection of inline encoding.
10120 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
10121 variable ange-ftp-name-format is defined before binding it.
10122 (tramp-action-login, tramp-action-password, tramp-action-succeed)
10123 (tramp-action-permission-denied, tramp-action-yesno):
10124 Functions called from `tramp-actions-before-shell'.
10125 (tramp-multi-action-login, tramp-multi-action-password)
10126 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
10127 Functions called from `tramp-multi-actions'.
10128 (tramp-process-one-action, tramp-process-actions):
10129 Pattern matching and action invocation code for
10130 `tramp-actions-before-shell'.
10131 (tramp-process-one-multi-action, tramp-process-multi-actions):
10132 Same for `tramp-multi-actions'.
10133 (tramp-open-connection-telnet, tramp-open-connection-rsh)
10134 (tramp-open-connection-su): Process actions instead of hardwired logic.
10135 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
10136 (tramp-multi-connect-su): Ditto.
10137 (tramp-post-connection): New method for tramp_encode and
10138 tramp_decode scripts.
10139 (tramp-post-connection): Invoke inline autodetection code.
10140 (tramp-coding-commands): List of inline codings.
10141 (tramp-find-inline-encoding): This is the inline autodetection code.
10142 (tramp-maybe-open-connection): If nothing was sent to connection
10143 for 60 seconds, look if it connection is still alive.
10144 (tramp-send-command): Remember that something was sent to the
10145 connection.
10146 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
10147 Use backticks for constructing alist.
10148 (tramp-get-encoding-command, tramp-set-encoding-command)
10149 (tramp-get-decoding-command, tramp-set-decoding-command)
10150 (tramp-get-encoding-function, tramp-set-encoding-function)
10151 (tramp-get-decoding-function, tramp-set-decoding-function):
10152 Use for results of inline autodetection.
10153 (tramp-get-encoding-command, tramp-get-decoding-command)
10154 (tramp-get-encoding-function, tramp-get-decoding-function):
10155 Remove these old functions.
10156
10157 2002-07-30 Kenichi Handa <handa@etl.go.jp>
10158
10159 * language/indian.el (in-is13194): Give correct `safe-chars' property.
10160 (devanagari): Define it as an alias of in-is13194.
10161
10162 * international/mule.el (safe-chars):
10163 Put `char-table-extra-slots' property with value 0.
10164
10165 * files.el (revert-buffer): Fix previous change.
10166
10167 2002-07-29 Richard M. Stallman <rms@gnu.org>
10168
10169 * bindings.el (help-echo): If global-mode-string is non-nil,
10170 display some spaces after it.
10171
10172 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10173 Don't call string-match on non-string.
10174
10175 * textmodes/ispell.el (check-ispell-version): Bind default-directory
10176 to avoid errors. Kill the old temp buffer at the beginning.
10177
10178 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10179
10180 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
10181
10182 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
10183
10184 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
10185 instead of `cond'.
10186
10187 2002-07-29 Kenichi Handa <handa@etl.go.jp>
10188
10189 * international/mule.el (ctext-post-read-conversion): Add support
10190 for embedded utf-8 encoding (ESC % G ... ESC % @).
10191
10192 2002-07-28 Kenichi Handa <handa@etl.go.jp>
10193
10194 * files.el (revert-buffer): Before calling insert-file-contents,
10195 kill the local variable buffer-file-coding-system.
10196
10197 2002-07-28 Richard M. Stallman <rms@gnu.org>
10198
10199 * bindings.el (mode-line-format): Handle vc-mode specially.
10200 Move mode-line-position to after global-mode-string.
10201 (mode-line-modes): Move the starting 3 spaces out of here.
10202 (mode-line-position): Separate with a space, not dashes.
10203
10204 * vc-hooks.el: Don't add to minor-mode-alist.
10205
10206 * emacs-lisp/edebug.el (edebug-debugger):
10207 If inside redisplay, just return.
10208
10209 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
10210
10211 * info.el (Info-find-index-name): Improve last change.
10212
10213 2002-07-27 Richard M. Stallman <rms@gnu.org>
10214
10215 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
10216
10217 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
10218 in the third case.
10219
10220 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
10221
10222 * ps-print.el: Update copyright year.
10223 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
10224
10225 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10226
10227 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
10228 to the session with that number. Old behavior still available
10229 with nonumeric prefix args.
10230
10231 2002-07-08 Simon Josefsson <jas@extundo.com>
10232
10233 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
10234
10235 2002-07-26 Juanma Barranquero <lektu@terra.es>
10236
10237 * warnings.el (lwarn, warn, warning-levels): Doc fix.
10238 (warning-suppress-log-types): Fix typo.
10239 (display-warning): Fix typo. Remove useless assignment to free variable
10240 `group-string'.
10241
10242 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
10243
10244 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
10245
10246 2002-07-25 Sam Steingold <sds@gnu.org>
10247
10248 * replace.el (occur-rename-buffer): New command.
10249 (occur-mode-map): Bind "r" to it. Added keybindings for
10250 `kill-this-buffer', `clone-buffer' and `quit-window'.
10251
10252 2002-07-25 Kevin Ryde <user42@zip.com.au>
10253
10254 * info.el (Info-find-index-name): Search for a function definition
10255 with a return type.
10256
10257 2002-07-25 David Ponce <david@dponce.com>
10258
10259 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
10260 Don't recompute `entry' on each iteration.
10261 (byte-compile-delete-first): Make it defsubst.
10262
10263 2002-07-25 Sam Steingold <sds@gnu.org>
10264
10265 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
10266 When `search-end' is a cons, use its car.
10267
10268 2002-07-25 Dave Love <fx@gnu.org>
10269
10270 * obsolete/c-mode.el: Deleted.
10271
10272 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
10273
10274 * textmodes/reftex.el (reftex-compile-variables):
10275 Simplified regular expression.
10276
10277 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10278 Simplified the regexp.
10279
10280 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
10281 (reftex-extract-bib-entries-from-thebibliography):
10282 Use `reftex-get-bibkey-default' to get a default regex.
10283 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
10284 get a default regex.
10285
10286 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
10287 XEmacs compatibility (got OK from RMS).
10288
10289 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
10290
10291 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
10292 (reftex-select-bib-mode): Likewise.
10293
10294 2002-07-25 Colin Walters <walters@debian.org>
10295
10296 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
10297 by menu functions.
10298
10299 2002-07-24 Dave Love <fx@gnu.org>
10300
10301 * international/mule.el (set-auto-coding): Doc fix.
10302
10303 * international/utf-16.el: New file.
10304
10305 * language/european.el ("German", "French", "Spanish", "Turkish"):
10306 Add alternative coding systems.
10307 ("Dutch"): Likewise. Add input method.
10308 ("Welsh", "Latin-7"): Add nonascii-translation.
10309
10310 * language/georgian.el ("Georgian"): Add nonascii-translation.
10311
10312 * international/titdic-cnv.el: Doc fixes.
10313 (tit-process-header): Add coding cookie.
10314 (titdic-convert): Force writing as iso-2022-7bit.
10315
10316 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
10317
10318 * international/mule-cmds.el: Doc fixes.
10319 (unencodable-char-position): New.
10320 (select-safe-coding-system): Use it to indicate problematic
10321 characters and add extra explanation. Avoid checking auto-coding
10322 for compressed files.
10323 (leim-list-header): Add coding cookie.
10324 (input-method-verbose-flag): Modify :type.
10325 (locale-language-names): Add bs, wa. Modify cy.
10326
10327 2002-07-24 Richard M. Stallman <rms@gnu.org>
10328
10329 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10330 Bind warning-group-format.
10331
10332 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
10333 (byte-compile-cl-warn): Use that variable.
10334 (byte-compile-find-cl-functions): New function.
10335 (displaying-byte-compile-warnings):
10336 Call byte-compile-find-cl-functions.
10337
10338 * warnings.el (warning-levels): Add %s to the strings.
10339 (warning-group-format): New variable.
10340 (warning-suppress-log-types): Renamed from warning-suppress-log.
10341 (warning-suppress-types): Renamed from warning-suppress.
10342 (display-warning): Implement those changes.
10343
10344 2002-07-23 Richard M. Stallman <rms@gnu.org>
10345
10346 * warnings.el: Add `provide' call.
10347
10348 * files.el (basic-save-buffer-2): If there's an error writing the file,
10349 unrename the backup file if it was just made.
10350 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
10351 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
10352 when a backup was just made by renaming. Otherwise it's nil.
10353
10354 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
10355 Recognize explicit :args specification.
10356
10357 * international/mule-cmds.el (select-safe-coding-system):
10358 Don't ask for confirmation of mismatch if find-file-literally was used.
10359
10360 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
10361
10362 * add-log.el (add-log-current-defun): Fix typo in documentation.
10363
10364 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
10365
10366 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
10367
10368 * ido.el (ido-separator): Fix type.
10369
10370 2002-07-23 Andrew Innes <andrewi@gnu.org>
10371
10372 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
10373 (DONTCOMPILE): Add various language files.
10374 (DONTCOMPILE): Remove term/xterm.el.
10375 (finder-inf.el): Remove.
10376 (update-authors): New target.
10377 (TAGS-LISP): Remove $(lispsource).
10378 (compile-always): Renamed from `compile-files'.
10379 (compile): New target, adapted from `compile-files'.
10380 (compile-calc): New target.
10381 (recompile): Change `.' to $(lisp).
10382 (bootstrap): Add update-subdirs and finder-data
10383 to dependencies; change compile-files to compile.
10384
10385 2002-07-22 Andre Spiegel <spiegel@gnu.org>
10386
10387 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
10388
10389 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10390
10391 * simple.el (undo, undo-more): Adjust messages when undoing in a
10392 region.
10393
10394 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
10395
10396 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
10397 (browse-url-lynx-input-delay): Add custom type and group.
10398
10399 * cus-start.el (double-click-fuzz): Added.
10400
10401 2002-07-22 Alan Shutko <ats@acm.org>
10402
10403 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
10404 parameter, specifying what face or character to use in the
10405 calendar display. These will now return (MARK . ENTRY).
10406
10407 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
10408 parameter, specifying what face or character to use in the
10409 calendar display. These will now return (MARK . ENTRY).
10410
10411 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
10412 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
10413 MARK parameter, specifying what face or character to use in the
10414 calendar display. These will now return (MARK . ENTRY).
10415
10416 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
10417 from diary-sexp-entry and pass it to mark-visible-calendar-date.
10418 (list-sexp-diary-entries): Update doc string for new docs for ....
10419 If diary-sexp-entry returns a cons, only add the text to the diary
10420 list.
10421 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
10422 . STRING) to specify what face or character mark should be used in
10423 the calendar display.
10424 (diary-date, diary-block, diary-float, diary-anniversary)
10425 (diary-cyclic): Add optional MARK parameter, specifying what face
10426 or character to use in the calendar display. These will now
10427 return (MARK . ENTRY).
10428
10429 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
10430 (calendar-holiday-list, diary-french-date, diary-mayan-date)
10431 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
10432 (diary-islamic-date, list-islamic-diary-entries)
10433 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
10434 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
10435 (diary-rosh-hodesh, list-hebrew-diary-entries)
10436 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
10437 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
10438 (diary-sunrise-sunset, diary-sabbath-candles):
10439 Remove interactive flag from autoloads.
10440
10441 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
10442
10443 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
10444 (reftex-bibliography-commands): New option.
10445 (reftex-toc-split-windows-horizontally): New option
10446 (reftex-toc-split-windows-horizontally-fraction): New option
10447 (reftex-include-file-commands): New option.
10448 (reftex-cite-format-builtin): Added ?n for nocite.
10449
10450 * textmodes/reftex-index.el (reftex-query-index-phrase):
10451 Use `reftex-index-verify-function'.
10452
10453 * textmodes/reftex-toc.el (reftex-re-enlarge):
10454 Handle horizontal splitting.
10455 (reftex-toc): Handle horizontal splitting
10456 (reftex-last-window-width): New variable.
10457
10458 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10459 Use `reftex-bibliography-commands'.
10460 (reftex-locate-bibliography-files): Regexp relaxed to allow for
10461 cases where \bibliography is not the first thing on the line.
10462
10463 * textmodes/reftex.el (reftex-compile-variables):
10464 Use `reftex-include-file-commands'.
10465 (reftex-type-query-prompt): Changed defconst to defvar.
10466 (reftex-type-query-help, reftex-typekey-to-format-alist)
10467 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
10468 (reftex-special-env-parsers, reftex-label-mac-list)
10469 (reftex-label-env-list, reftex-typekey-list)
10470 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
10471 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
10472 (reftex-no-follow-message, reftex-no-info-message): Likewise.
10473 (reftex-mode): Define systax table for bibtex parsing.
10474 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
10475
10476 * textmodes/reftex-cite.el (reftex-format-names): %a as name
10477 format lists all names.
10478 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
10479 (reftex-with-special-syntax-for-bib): New macro.
10480
10481 2002-07-21 Richard M. Stallman <rms@gnu.org>
10482
10483 * international/ucs-tables.el (ucs-quail-activate):
10484 Cope if buffer-file-coding-system is nil.
10485
10486 * bindings.el (last-buffer): Use buffer-list with frame arg.
10487 Create *scratch* if no other choice exists. Fix bugs.
10488
10489 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10490
10491 * net/tramp.el: Bump version to 2.0.2.
10492 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
10493 longer names. Use old names "sm1", "sm2" and so on for methods
10494 invoking "ssh -1" or "ssh -2".
10495 (tramp-multi-file-name-structure-separate): Typo, its name was set
10496 to "tramp-file-name-structure-separate". Trivial patch.
10497 From Steve Youngs <youngs@xemacs.org>.
10498 (tramp-multi-sh-program): New variable.
10499 (tramp-open-connection-multi): Use it. Now you can use multi
10500 methods from Windows (at least in principle).
10501 (tramp-do-copy-or-rename-via-buffer): New function.
10502 (tramp-do-copy-or-rename-file): Use it. Change and simplify
10503 logic. Omit special case of invoking rcp directly to copy the files.
10504 (tramp-open-connection-su, tramp-multi-connect-telnet)
10505 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
10506 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
10507 Use backticks in format-spec for brevity and to avoid
10508 character/number confusion in XEmacs.
10509
10510 2002-07-20 Richard M. Stallman <rms@gnu.org>
10511
10512 * wid-edit.el (widget-documentation-string-value-create):
10513 Say "Hide Rest", not just "Hide".
10514
10515 * cus-edit.el (custom-variable-value-create):
10516 Say "Show Value", not just "Show". Also "Hide Value".
10517 Output a newline before the doc string.
10518 (custom-face-value-create): Say "Show Face" and "Hide Face".
10519
10520 * files.el (toggle-read-only): Clean up the hint message.
10521
10522 * emacs-lisp/bytecomp.el: Use warnings.el.
10523 (byte-compile-warning-prefix): New function.
10524 (byte-compile-log-file): Return page start position.
10525 (byte-compile-log-warning): New function.
10526 (byte-compile-warn): Use byte-compile-log-warning.
10527 (byte-compile-report-error): Likewise. Also use error-message-string.
10528 (displaying-byte-compile-warnings): Bind warning-series.
10529 Don't bind or use byte-compile-warnings-point-max.
10530 Don't display the log buffer at the end.
10531 (byte-compile-warnings-point-max): Variable deleted.
10532 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
10533 (byte-compile-last-warned-form, byte-compile-last-logged-file):
10534 Defvars moved.
10535
10536 * warnings.el: New file.
10537
10538 2002-07-19 Richard M. Stallman <rms@gnu.org>
10539
10540 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
10541 and `values-list' from list of CL functions.
10542
10543 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
10544
10545 * emacs-lisp/bytecomp.el (compile-defun):
10546 Bind `read-with-symbol-positions' to current buffer.
10547
10548 2002-07-19 Andre Spiegel <spiegel@gnu.org>
10549
10550 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
10551 delete anything that comes after LIMIT from the buffer.
10552
10553 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
10554 if this is really an RCS master file.
10555
10556 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
10557
10558 2002-07-19 Juanma Barranquero <lektu@terra.es>
10559
10560 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
10561 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
10562 (unread-command-char, executing-macro, post-command-idle-hook)
10563 (post-command-idle-delay): Move obsolescence declarations to subr.el.
10564
10565 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
10566 (baud-rate, compiled-function-p, define-function, unread-command-char)
10567 (executing-macro, post-command-idle-hook, post-command-idle-delay):
10568 Move obsolescence declarations from emacs-lisp/bytecomp.el.
10569 (directory-sep-char, mode-line-inverse-video):
10570 Add obsolescence declaration.
10571
10572 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
10573
10574 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
10575 changes to list them here.
10576
10577 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
10578 Too many changes to list them here.
10579
10580 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
10581 Too many changes to list them here.
10582
10583 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
10584 only minor documentation changes.
10585
10586 2002-07-18 Dave Love <fx@gnu.org>
10587
10588 * info-look.el: Support current auto{conf,make} manuals.
10589
10590 2002-07-18 Juanma Barranquero <lektu@terra.es>
10591
10592 * bindings.el (last-buffer): Add missing frame argument.
10593
10594 2002-07-18 Richard M. Stallman <rms@gnu.org>
10595
10596 * timer.el (timer-inc-time): Doc fix.
10597
10598 * replace.el (keep-lines, flush-lines): Interactively report
10599 read-only error before reading regexp argument.
10600
10601 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
10602
10603 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
10604 frame parameters like bury-buffer.
10605
10606 * simple.el (choose-completion-delete-max-match):
10607 Handle minibuffer prompts explicitly.
10608
10609 2002-07-18 Juanma Barranquero <lektu@terra.es>
10610
10611 * international/mule-util.el (string-to-sequence, truncate-string):
10612 Add autoload cookie to obsolescence declaration.
10613
10614 * rect.el (move-to-column-force): Likewise.
10615
10616 * composite.el (decompose-composite-char): Likewise; also remove
10617 redundant info.
10618
10619 2002-07-18 Kim F. Storm <storm@cua.dk>
10620
10621 * loadup.el: Load international/utf-8 before international/characters.
10622
10623 2002-07-17 Dave Love <fx@gnu.org>
10624
10625 * international/ucs-tables.el: Optimize tables. Deal with some
10626 non-8859 charsets.
10627 (ucs-mule-to-mule-unicode): New.
10628 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
10629 translation.
10630 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
10631 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
10632 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
10633 version. Add custom dependencies.
10634 (ucs-insert): Check for null from decode-char.
10635 (translation-table-for-input, ucs-quail-activate)
10636 (ucs-minibuffer-setup, ccl-encode-unicode-font)
10637 (ucs-tables-unload-hook): New.
10638
10639 * international/mule.el (define-translation-hash-table): New.
10640 (decode-char): Use utf-8-translation-table-for-decode.
10641 (encode-char): Use ucs-mule-to-mule-unicode.
10642
10643 * international/characters.el: Fix settings of U+2000-U+2027.
10644 Remove \e$(C'Y\e(B.
10645
10646 * international/mule-cmds.el (locale-language-names): Fix be, add
10647 sr_YU@cyrillic, modify tg.
10648 (locale-charset-language-names): Put @euro last.
10649
10650 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
10651 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
10652 (cyrillic-koi8-r-decode-table): Make unbound after use.
10653 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
10654 factor. Use utf-8-translation-table-for-decode.
10655 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
10656 (cyrillic-unify-encoding): New function.
10657 (cyrillic-koi8): Modify safe-chars, valid-codes.
10658 Remove charset-origin-alist.
10659 (Cp878, cp866): New alias.
10660 (ccl-encode-8859-5-font): New.
10661 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
10662 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
10663 Remove redundant parens.
10664 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
10665 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
10666 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
10667 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
10668 ("Cyrillic-ALT"): Change input method.
10669 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
10670
10671 * international/utf-8.el (utf-8-subst-table)
10672 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
10673 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
10674 (utf-8-ccl-regs, utf-8-translate-cjk): New.
10675 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
10676 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
10677 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
10678 (mule-utf-8): Remove pre-write-conversion.
10679 (utf-8-post-read-conversion): Comment out.
10680
10681 * international/ccl.el (ccl-command-table): Add lookup-integer,
10682 lookup-character.
10683 (ccl-extended-code-table): Add lookup-int-const-tbl,
10684 lookup-char-const-tbl.
10685 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
10686 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
10687 New functions.
10688 (define-ccl-program): Doc update.
10689
10690 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
10691 (utf-8-subst-table): Don't set.
10692
10693 2002-07-17 Kenichi Handa <handa@etl.go.jp>
10694
10695 * international/mule.el (define-coding-system-alias):
10696 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
10697 eol-type is not auto-detection.
10698
10699 * international/mule-diag.el (print-coding-system-briefly):
10700 Fix the handling of an alias of which eol-type is not auto-detection.
10701
10702 * international/mule-conf.el (us-ascii): Define it as an alias of
10703 iso-safe.
10704
10705 2002-07-17 Juanma Barranquero <lektu@terra.es>
10706
10707 * help-fns.el (describe-function-1): Put empty line before "Not
10708 documented" text.
10709
10710 * timer.el (timer-set-time-with-usecs): Mark obsolete.
10711
10712 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
10713
10714 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10715 Make sure to change the global tool-bar-map.
10716
10717 * vc.el (vc-default-comment-history): Hard code *vc*.
10718 This is because print-log always prints there now.
10719 (vc-annotate-font-lock-keywords): New var.
10720 (vc-annotate-mode): Use it. Set truncate-lines as well.
10721 (vc-annotate-display-select): Unify the two error reports.
10722 (vc-annotate-offset): New var.
10723 (vc-annotate-lines): New fun extracted from vc-annotate-display.
10724 (vc-annotate-display): Use it, via font-lock.
10725
10726 * help-fns.el (help-split-fundoc, help-function-arglist)
10727 (help-make-usage): New funs, extracted from describe-function-1.
10728 (describe-function-1): Use them.
10729
10730 * help.el (help-key-description): Show the untranslated keys
10731 when they start with ESC and the ESC was not translated.
10732
10733 * help-mode.el (view): Always require.
10734 (help-xref-mule-regexp): Don't use defconst for variables.
10735 (help-setup-xref): Keep the last 10 elements of the stack.
10736 (help-xref-override-view-map): New var.
10737 (help-make-xrefs): Use it instead of building a new map each time.
10738 (help-function-def): Allow help-fun to take a buffer as arg.
10739
10740 * diff-mode.el (diff-reverse-direction): Simplify.
10741 (diff-after-change-function): Fix typo.
10742 (diff-post-command-hook): Take care of edge cases.
10743 (diff-current-defun): Do `goto-char' after setting the mode.
10744
10745 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
10746 Fold mouse-sel-bindings into it.
10747 (mouse-sel-bound-events): Turn it into an alist.
10748 (mouse-insert-selection): Delegate to mouse-yank-at-click if
10749 mouse-sel-default-bindings asks for it.
10750
10751 2002-07-16 Andre Spiegel <spiegel@gnu.org>
10752
10753 * files.el: Bind toggle-read-only to C-x C-q.
10754 (toggle-read-only): Display a warning message if the file is under
10755 version control.
10756
10757 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
10758 (vc-toggle-read-only): Explain in the doc string that users can bind
10759 this to C-x C-q.
10760 (vc-checkout-model): Change doc string to refer to vc-next-action,
10761 not vc-toggle-read-only.
10762
10763 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
10764 comparing to file on disk. Fix the case when claiming the lock
10765 on a file that has unlocked changes.
10766 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
10767
10768 2002-07-16 Richard M. Stallman <rms@gnu.org>
10769
10770 * simple.el (choose-completion-string): Doc fix.
10771
10772 * cus-edit.el: New operation :custom-standard-value.
10773 (Custom-reset-standard): Use it.
10774 (custom-variable, custom-face): Define it.
10775 (custom-variable-standard-value, custom-face-standard-value): New fns.
10776 (custom-face-save): Don't save a face whose value is standard.
10777 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
10778
10779 * cus-edit.el (custom-face-edit-fix-value):
10780 If VALUE is not a list, pass it thru.
10781
10782 * compare-w.el (compare-windows-whitespace): Always allow newline
10783 even if it does not have whitespace syntax.
10784
10785 2002-07-16 Juanma Barranquero <lektu@terra.es>
10786
10787 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
10788
10789 2002-07-15 Juanma Barranquero <lektu@terra.es>
10790
10791 * help-fns.el (describe-variable): Show documentation for aliased
10792 variable if alias does not have its own.
10793
10794 2002-07-15 Mike Williams <mdub@bigfoot.com>
10795
10796 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
10797 cut/paste functions.
10798
10799 2002-07-14 Richard M. Stallman <rms@gnu.org>
10800
10801 * files.el (find-alternate-file): Offer to save a modified buffer.
10802 Handle kill-buffer-query-functions better.
10803
10804 * startup.el (normal-splash-screen, fancy-splash-text):
10805 Update name of help menu item for ordering printed manuals.
10806
10807 * emacs-lisp/checkdoc.el: Fix doc typos.
10808
10809 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
10810
10811 * textmodes/tex-mode.el: Set encoding to utf-8.
10812 (tex-start-options): Make it into always-a-string.
10813 Remove silly custom options that are covered by the other var.
10814 (tex-start-commands): Fix docstring.
10815 (tex-open-quote, tex-close-quote): Add options.
10816 (tex-command): Provide default.
10817 (tex-font-lock-keywords-1): Highlight $$...$$.
10818 (tex-font-lock-keywords-2): Fix latin-1 chars.
10819 (tex-mode-map): Remove redundant \t binding.
10820 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
10821 (latex-mode): Use add-hook for fill-nobreak-predicate.
10822 (tex-common-initialization): Set indent-tabs-mode to nil.
10823 (tex-insert-quote): Undo magic if invoked twice in a row.
10824 (latex-fill-nobreak-predicate): Don't use narrowing.
10825 (tex-latex-block): Don't cons uselessly.
10826 (tex-last-unended-begin): Signal user-friendlier error.
10827 (tex-goto-last-unclosed-latex-block): Don't catch signal.
10828 (tex-start-tex): Switch order of tex-start-options and
10829 tex-start-commands to make it obey docstrings.
10830
10831 2002-07-14 Mike Williams <mdub@bigfoot.com>
10832
10833 * mouse-sel.el (mouse-sel-bound-events): New constant.
10834 (mouse-sel-bindings): Save/restore original mouse-bindings.
10835
10836 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
10837
10838 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
10839 (cl-hack-byte-compiler): Avoid infinite require loop.
10840
10841 * net/ange-ftp.el: Use hash-tables.
10842 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
10843 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
10844 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
10845 Replace with make-hash-table, maphash, gethash, puthash and remhash.
10846 (ange-ftp-hash-entry-exists-p): Rewrite.
10847 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
10848 Change mapatom -> maphash.
10849 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
10850 Update to new calling mode.
10851
10852 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
10853 (ebrowse-hash-table-to-alist): Delete.
10854 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
10855 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
10856
10857 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
10858 Improve the regexp used when unquoting.
10859 (sgml-pretty-print): New function.
10860 (sgml-get-context): Better handling of improperly nested tags.
10861 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
10862
10863 2002-07-13 Andreas Schwab <schwab@suse.de>
10864
10865 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
10866 inherited table entry.
10867
10868 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
10869
10870 * calendar/timeclock.el (timeclock-in): Handle the case where no
10871 log file exists (ie the very first call).
10872
10873 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10874
10875 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
10876 is done by Tramp.
10877
10878 * net/tramp.el (tramp-multi-file-name-structure-unified):
10879 Add missing slash and move colon from start to end of each hop.
10880 (tramp-multi-file-name-hop-structure-unified): Move colon from
10881 start to end of each hop.
10882
10883 2002-07-13 Kim F. Storm <storm@cua.dk>
10884
10885 * progmodes/compile.el (grep-tree): Fixed autoload.
10886 Corrected use of undefined variable `match-files-aliases'.
10887
10888 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
10889
10890 * calendar/timeclock.el (timeclock-get-workday-function):
10891 `timeclock-workday' is not a valid option, rather a possible
10892 return value.
10893
10894 2002-07-12 Richard M. Stallman <rms@gnu.org>
10895
10896 * net/ange-ftp.el (ange-ftp-write-region):
10897 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
10898 to ange-ftp-real-write-region.
10899
10900 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
10901
10902 * help-fns.el (help-with-tutorial): Display completion list right away.
10903
10904 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
10905
10906 * startup.el (command-line): Set memory-signal-data.
10907 (fancy-splash-text, normal-splash-screen):
10908 Mention "Read the Emacs Manual" or C-h r.
10909 Rearrange the initial help to put the help cmds on left
10910 and the actions (exit, undo) on the right. Other small
10911 text clarifications.
10912 (fancy-splash-text, actions page): Add blank line to balance help page.
10913
10914 * help.el (help-map): Add binding for info-emacs-manual.
10915 (print-help-return-message): Doc fix.
10916
10917 * strokes.el (strokes-help): Call print-help-return-message
10918 while inside with-output-to-temp-buffer.
10919
10920 * info.el (info-emacs-manual): New function.
10921 (Info-use-header-line): Doc fix.
10922
10923 * emacs-lisp/cl.el (multiple-value-call): Add alias.
10924
10925 * progmodes/compile.el (compilation-normalize-filename):
10926 New subroutine, taken out of compilation-parse-errors.
10927 (compilation-parse-errors): Use that, and for directories too.
10928 Don't check whether a directory really exists.
10929
10930 2002-07-12 Juanma Barranquero <lektu@terra.es>
10931
10932 * help-fns.el (describe-variable): Remove useless "Documentation:"
10933 string.
10934
10935 * timer.el (timer-set-time-with-usecs): Fix documentation.
10936 Simplify extraction of time data.
10937
10938 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
10939
10940 * help-fns.el (describe-variable): Mention if the variable is an
10941 alias. Put `defvaralias' info before the documentation.
10942
10943 2002-07-12 Kenichi Handa <handa@etl.go.jp>
10944
10945 * international/mule-cmds.el (locale-language-names): Change "mk"
10946 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
10947 alphabet) to "Cyrillic-ISO".
10948
10949 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10950
10951 * net/tramp.el (tramp-default-method): New default method "sm"
10952 which I guess to be good for most people.
10953 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
10954 Ange-FTP) for some user/host combinations.
10955 (tramp-file-name-structure, tramp-file-name-regexp)
10956 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
10957 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
10958 (tramp-make-multi-tramp-file-format): New default value which
10959 unifies the filename syntax between Tramp and Ange-FTP. The new
10960 syntax is "/method:user@host:path". Note the colon after the method.
10961 (tramp-handle-file-name-directory): Don't return "/" when
10962 completing a remote root directory (where the filename looks like
10963 "/method:user@host:/").
10964 (tramp-handle-ange-ftp): Deleted.
10965 (tramp-disable-ange-ftp): New function, called at toplevel,
10966 deletes Ange-FTP from file-name-handler-alist.
10967 (tramp-handle-make-symbolic-link): Implement.
10968
10969 2002-07-10 Juanma Barranquero <lektu@terra.es>
10970
10971 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
10972
10973 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
10974 (speedbar-vc-do-check): Likewise.
10975 (speedbar-obj-do-check): Likewise.
10976 (speedbar-mouse-hscroll): Likewise.
10977 (speedbar-file-lists): Likewise.
10978
10979 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
10980
10981 2002-07-09 Ole Aamot <ole@gnu.org>
10982
10983 * compile.el (compilation-error-regexp-alist):
10984 Recognize Valgrind messages.
10985
10986 2002-07-09 Juanma Barranquero <lektu@terra.es>
10987
10988 * faces.el (face-id): Fix typo.
10989
10990 * hexl.el (hexl-mode): Likewise.
10991
10992 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
10993
10994 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
10995
10996 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
10997 (speedbar-desired-buffer): Likewise.
10998 (speedbar-line-file): Likewise.
10999 (speedbar-special-mode-key-map): Fix typo.
11000 (speedbar-dynamic-tags-function-list): Likewise.
11001 (speedbar-use-images): Likewise.
11002 (speedbar-up-directory): Likewise.
11003 (speedbar-item-info): Likewise.
11004 (speedbar-set-timer): Likewise.
11005 (speedbar-insert-button): Likewise.
11006 (speedbar-make-button): Likewise.
11007 (speedbar-make-tag-line): Likewise.
11008 (speedbar-insert-files-at-point): Likewise.
11009 (speedbar-update-special-contents): Likewise.
11010 (speedbar-find-selected-file): Likewise.
11011 (speedbar-add-indicator): Likewise.
11012 (speedbar-do-function-pointer): Likewise.
11013 (speedbar-goto-this-file): Likewise.
11014 (speedbar-line-path): Likewise.
11015 (speedbar-mouse-event-p): Likewise.
11016 (speedbar-dir-follow): Likewise.
11017 (speedbar-tag-find): Likewise.
11018 (speedbar-fetch-etags-command): Likewise.
11019 (speedbar-fetch-etags-arguments): Likewise.
11020 (speedbar-toggle-etags): Likewise.
11021 (speedbar-extract-one-symbol): Likewise.
11022 (speedbar-parse-c-or-c++tag): Likewise.
11023 (speedbar-unhighlight-one-tag-line): Likewise.
11024 (speedbar-directory-face): Likewise.
11025 (defimage-speedbar): Likewise.
11026 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
11027
11028 2002-07-09 Miles Bader <miles@gnu.org>
11029
11030 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
11031 to nil when prompting for a filename.
11032
11033 2002-07-09 Kenichi Handa <handa@etl.go.jp>
11034
11035 * files.el (insert-directory): Be sure to bind
11036 coding-system-for-write to the just decided coding-system-for-read.
11037
11038 2002-07-09 Kim F. Storm <storm@cua.dk>
11039
11040 * ido.el (ido-make-merged-file-list): Move fully matching item to
11041 head of list.
11042 (ido-find-common-substring): Return substring instead of t.
11043
11044 2002-07-08 Juanma Barranquero <lektu@terra.es>
11045
11046 * info.el (Info-directory-list): Fix docstring.
11047
11048 2002-07-08 Miles Bader <miles@gnu.org>
11049
11050 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
11051 before first use.
11052
11053 2002-07-08 Kim F. Storm <storm@cua.dk>
11054
11055 * files.el (after-find-file): Don't check for read-only status
11056 of files just created (and not yet saved on disk).
11057
11058 * ido.el (ido-completion-help): Changed xemacs specific code to
11059 avoid byte compiler warning in GNU emacs.
11060 (ido-set-matches1): Use regexp-quote instead of identity.
11061 (ido-complete-space): New function.
11062 (ido-define-mode-map): Bind it to SPACE.
11063
11064 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
11065
11066 * font-lock.el (font-lock-default-unfontify-region):
11067 Use remove-list-of-text-properties.
11068 (font-lock-extra-managed-props): Doc fix.
11069
11070 * facemenu.el: Move `provide' to the end.
11071 (facemenu-read-color): Don't cons unnecessarily.
11072
11073 * language/ind-util.el (indian-make-hash):
11074 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
11075 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
11076
11077 * subr.el (insert-string): Update the obsolete info.
11078 (makehash): Move from C and mark obsolete.
11079
11080 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
11081 aliases to also work for interactive functions.
11082 Use the same wrapper for subroutines.
11083 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
11084 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
11085
11086 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
11087 automatic environment name update.
11088 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
11089
11090 2002-07-07 Richard M. Stallman <rms@gnu.org>
11091
11092 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
11093
11094 * emacs-lisp/advice.el (ad-compile-function):
11095 Disable cl-function warnings if cl is loaded.
11096
11097 * files.el (safe-local-eval-forms): New user option.
11098 (hack-one-local-variable-eval-safep): Support it.
11099 Also allow `safe-local-eval-function' property to be a function
11100 or a list of functions.
11101 (c-add-style): Delete `safe-local-eval-function' property.
11102
11103 * files.el (after-find-file): Make buffer read-only if file is
11104 marked that way, even for root.
11105
11106 * files.el (save-some-buffers): Doc fix.
11107
11108 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
11109
11110 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
11111
11112 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
11113 .sx[dmicw] file suffixes for Open office data files.
11114
11115 * files.el (auto-mode-alist): Likewise.
11116
11117 * international/mule.el (auto-coding-alist): Likewise.
11118
11119 2002-07-05 Kim F. Storm <storm@cua.dk>
11120
11121 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
11122 FCT if current column is outside rectangle.
11123 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
11124
11125 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
11126
11127 * net/ange-ftp.el: Use add-hook and find-file-hook.
11128 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
11129 (ange-ftp-ls-parser): Make it into a function.
11130 Ignore trailing @ in symlink targets.
11131 (ange-ftp-file-entry-p): Ignore FTP errors.
11132 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
11133 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
11134
11135 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
11136
11137 * simple.el (toggle-truncate-lines): New command.
11138
11139 2002-07-04 Miles Bader <miles@gnu.org>
11140
11141 * comint.el (comint-displayed-dynamic-completions): New variable.
11142 (comint-dynamic-list-completions): Be more careful about choosing
11143 when to scroll an existing completions window.
11144
11145 2002-07-03 Andreas Schwab <schwab@suse.de>
11146
11147 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
11148 after doc string.
11149
11150 2002-07-03 Juanma Barranquero <lektu@terra.es>
11151
11152 * net/tramp.el (tramp-send-eof): Fix typo.
11153 (tramp-kill-process): Likewise.
11154
11155 * play/dunnet.el (dun-physobj-desc): Likewise.
11156
11157 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
11158
11159 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
11160 (timeclock-workday-elapsed): Likewise.
11161
11162 * allout.el (outline-goto-prefix): Likewise.
11163
11164 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
11165 (tpu-delete-to-bol): Likewise.
11166
11167 * subr.el (chars-in-region): Add obsolescence declaration for
11168 `chars-in-region'.
11169
11170 2002-07-03 Miles Bader <miles@gnu.org>
11171
11172 * faces.el (header-line): Don't use a `common' clause for
11173 inheriting from the mode-line face, since we can't override it,
11174 and we don't want it for ttys.
11175
11176 2002-07-02 Richard M. Stallman <rms@gnu.org>
11177
11178 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
11179
11180 * files.el (hack-one-local-variable-constantp): New function.
11181 (hack-one-local-variable-eval-safep): New function.
11182 Check for `eval:' calling fn with `safe-local-eval-function' property.
11183 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
11184 (c-add-style, c-set-style): Add safe-local-eval-function property.
11185
11186 * files.el (insert-directory): Handle --dired option to ls.
11187
11188 * files.el (file-remote-p): New function.
11189
11190 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
11191
11192 * startup.el (fancy-splash-screens): Switch to a chosen frame.
11193 (fancy-splash-frame): Choose the right frame to use.
11194 (use-fancy-splash-screens-p): Check dimensions of the right frame
11195 in order to decide.
11196
11197 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11198 Rename cl-func to cl-functions. Enable it by default.
11199 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
11200 if the file loads cl.
11201 (byte-compile-initial-macro-environment): For eval-and-compile,
11202 use byte-compile-eval-before-compile to eval.
11203 (byte-compile-eval-before-compile): New function to turn off
11204 cl-functions when appropriate, for eval-and-compile.
11205 (byte-compile-warnings): Doc fix.
11206
11207 2002-07-02 Dave Love <fx@gnu.org>
11208
11209 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
11210 (byte-compile-cl-warn): New function.
11211 (byte-compile-form): Use it, to warn about calling cl functions.
11212 (byte-compile-warning-types): Doc fix.
11213
11214 2002-07-02 Juanma Barranquero <lektu@terra.es>
11215
11216 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
11217
11218 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
11219
11220 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
11221 Fix typo.
11222
11223 2002-07-02 Kim F. Storm <storm@cua.dk>
11224
11225 * emacs-lisp/bindat.el: New file.
11226
11227 2002-07-01 Sam Steingold <sds@gnu.org>
11228
11229 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
11230 before `tex-main-file' because if the current buffer is new, its
11231 file might not exist yet, and then `tex-main-file' will
11232 incorrectly return "foo.tex.tex".
11233
11234 2002-07-01 Juanma Barranquero <lektu@terra.es>
11235
11236 * ido.el (ido-minibuffer-setup-hook): Doc fix.
11237
11238 2002-07-01 Dave Love <fx@gnu.org>
11239
11240 Make strokes a proper minor mode, and don't try to overload
11241 mouse-2, which doesn't work satisfactorily.
11242
11243 * strokes.el: Doc fixes.
11244 (strokes-mode): Defcustom deleted; replaced by minor mode def with
11245 re-written function.
11246 (strokes-while-inhibiting-garbage-collector): Comment out.
11247 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
11248 (strokes-insinuate, global-set-stroke, describe-stroke)
11249 (load-user-strokes, save-strokes, strokes-bug-address)
11250 (strokes-click-command): Deleted.
11251 (strokes-execute-stroke): Remove strokes-click-p case.
11252 (strokes-describe-stroke): Remove strokes-click-p stuff.
11253 (strokes-help): Fix.
11254 (strokes-report-bug): Alias to report-emacs-bug.
11255 (strokes-prompt-user-save-strokes): Modify format of the file.
11256 (strokes-mode-map, strokes-unload-hook): New.
11257 (strokes-buffer-name): Don't customize.
11258
11259 2002-07-01 Richard M. Stallman <rms@gnu.org>
11260
11261 * info.el (Info-index): Get immediate error if used in `dir'.
11262
11263 * textmodes/picture.el (picture-forward-column)
11264 (picture-move-down): Never deactivate the mark.
11265
11266 2002-06-30 Simon Josefsson <jas@extundo.com>
11267
11268 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
11269 menu entry into balloon help.
11270
11271 2002-06-30 Andreas Schwab <schwab@suse.de>
11272
11273 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
11274 * term/mac-win.el: Don't set it here.
11275
11276 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
11277
11278 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
11279
11280 2002-06-29 Andreas Schwab <schwab@suse.de>
11281
11282 * term/mac-win.el: Use directory-free-space-program instead of
11283 obsolete variable dired-free-space-program. On Darwin, don't set
11284 directory-free-space-program, shell-file-name and
11285 process-connection-type; set directory-free-space-args to not
11286 include `-P' and use utf-8 for file name coding system.
11287
11288 * simple.el (shell-command-on-region): Handle errors and signals
11289 from shell command execution.
11290 (display-message-or-buffer): Fix last change.
11291 (shell-command-default-error-buffer): Doc fix.
11292
11293 * dired.el (dired-view-file): Quote file name for
11294 dired-run-shell-command.
11295
11296 2002-06-29 Kim F. Storm <storm@cua.dk>
11297
11298 * kmacro.el: New file.
11299
11300 2002-06-28 John Wiegley <johnw@gnu.org>
11301
11302 * pcmpl-cvs.el: Added my name as the maintainer of this file.
11303
11304 2002-06-28 Andreas Schwab <schwab@suse.de>
11305
11306 * shell.el (explicit-bash-args): New user option.
11307
11308 2002-06-28 Kim F. Storm <storm@cua.dk>
11309
11310 * ido.el: New file.
11311
11312 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
11313
11314 * derived.el (define-derived-mode): Preserve the `mode-class' rather
11315 than the `special' symbol property.
11316 (derived-mode-class): Make it obsolete.
11317
11318 2002-06-27 Andreas Schwab <schwab@suse.de>
11319
11320 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
11321
11322 2002-06-27 Juanma Barranquero <lektu@terra.es>
11323
11324 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
11325 (meta-flag): Likewise.
11326
11327 * international/mule-util.el (string-to-sequence): Likewise.
11328
11329 * subr.el (char-bytes): Likewise.
11330 (make-local-hook): Likewise.
11331 (baud-rate): Remove redundant info from docstring.
11332
11333 * faces.el (frame-update-faces): Fix obsolescence declaration.
11334 (internal-get-face): Remove redundant info from docstring and
11335 fix obsolescence declaration.
11336
11337 * rect.el (move-to-column-force): Likewise.
11338
11339 * help-fns.el (describe-function-1): Use semicolon instead of dot.
11340 (describe-variable): Likewise.
11341
11342 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
11343
11344 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
11345 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
11346 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
11347 (mouse-wheel-follow-mouse): Change default to t.
11348 (mwheel-event-button): Return the basic event symbol.
11349 (mwheel-scroll): Work with non-mouse events.
11350 (mouse-wheel-mode): Use the new vars.
11351 (mwheel-install): Obey `uninstall'.
11352
11353 * term/xterm.el (function-key-map): Add some bindings.
11354
11355 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
11356 Rename from delay-uniquify-rationalize-file-buffer-names.
11357 Only rationalize if the buffer is under uniquify control.
11358 (uniquify-delayed-rationalize-file-buffer-names):
11359 Rename from delayed-uniquify-rationalize-file-buffer-names.
11360
11361 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11362
11363 * net/tramp.el (tramp-file-name-structure)
11364 (tramp-multi-file-name-hop-structure): Split for easier readability.
11365 (tramp-handle-make-symbolic-link): Use user/host/method/... from
11366 LINKNAME, not FILENAME.
11367 (tramp-handle-verify-visited-file-modtime):
11368 Call tramp-ange-ftp-file-name-p with right parameters.
11369 (tramp-handle-verify-visited-file-modtime): `insert' does not
11370 work for integers, convert them to strings first.
11371 (tramp-handle-ange-ftp): New function to perform setup for
11372 replacing Ange-FTP with Tramp.
11373 (tramp-repair-jka-compr): New function to factor out some
11374 previously top-level code. Call the function at top-level.
11375
11376 2002-06-27 Juanma Barranquero <lektu@terra.es>
11377
11378 * composite.el (decompose-composite-char): Fix docstring.
11379
11380 * faces.el (describe-face): Capitalize "not documented" message.
11381
11382 * help-fns.el (describe-variable): Likewise.
11383 (describe-function-1): Likewise. Also, document the obsolescence
11384 of the function, if applicable.
11385
11386 2002-06-26 Juanma Barranquero <lektu@terra.es>
11387
11388 * info.el (info-menu-5): Fix documentation.
11389 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
11390
11391 2002-06-26 Richard M. Stallman <rms@gnu.org>
11392
11393 * emacs-lisp/cl.el (values): Simplify definition.
11394
11395 * simple.el (shell-command): Match & only at end of whole command.
11396 (display-message-or-buffer): Don't use the echo area
11397 if output buffer is visible.
11398
11399 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
11400
11401 * progmodes/cperl-mode.el: Many trivial doc fixes.
11402 (cperl-non-problems): Definition deleted.
11403 (cperl-menu): Don't refer to cperl-non-problems.
11404 (cperl-word-at-point): Add doc string.
11405 (cperl-beautify-regexp-piece): Fix error message.
11406 (cperl-invert-if-unless): Fix error message.
11407
11408 * dired.el (dired-find-alternate-file): Mark as disabled.
11409
11410 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11411
11412 * net/tramp.el (tramp-ftp-method): New user option.
11413 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
11414 (with-parsed-tramp-file-name): New macro for the usual big `let'
11415 statement to dissect a file-name.
11416 (tramp-handle-make-symbolic-link, tramp-handle-load)
11417 (tramp-handle-file-name-directory)
11418 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11419 (tramp-handle-file-truename, tramp-handle-file-directory-p)
11420 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
11421 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
11422 Use the new macro and forward call to Ange-FTP if applicable.
11423 (tramp-make-ange-ftp-file-name): New helper function to convert a
11424 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
11425 (tramp-default-method-alist): New user option.
11426 (tramp-find-default-method): Use it.
11427 (tramp-sh-extra-args): New variable.
11428 (tramp-find-shell): Use it.
11429 (tramp-open-connection-rsh): Support a kludgy feature for the
11430 "-p" option to ssh. If host name is given as "host#42", uses the
11431 "-p 42" option.
11432
11433 2002-06-25 Andreas Schwab <schwab@suse.de>
11434
11435 * replace.el (occur-1): Avoid invalid message format string.
11436
11437 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
11438
11439 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
11440 Check for `noruntime' even if the function has a known sig.
11441 (byte-compile-file, byte-compile-output-docform):
11442 Don't hard code point-min = 1.
11443
11444 * pcvs.el (cvs-parse-process): Don't save/restore point.
11445 Fix last change not to introduce spurious dir FIs.
11446 (cvs-move-to-goal-column): New function extracted from
11447 cvs-mode-previous-line.
11448 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
11449 (cvs-addto-collection): Use it to preserve point.
11450 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
11451
11452 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
11453 Don't require the first element to be modifier-free.
11454
11455 * pcvs-parse.el (cvs-parse-table):
11456 Handle `nothing known about' with more care.
11457
11458 * pcvs.el (cvs-fileinfo-kill): Remove.
11459 (cvs-parse-process): Add `old-fis' argument.
11460 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
11461
11462 * descr-text.el (describe-property-list): Make sure there's
11463 a space between the property name and its value.
11464 (describe-text-properties): Don't kill a pre-existing buffer.
11465
11466 * mwheel.el: Undo last patch from Stephen Gildea for now.
11467
11468 2002-06-24 Kim F. Storm <storm@cua.dk>
11469
11470 * emulation/keypad.el: Added :require 'keypad to defcustoms.
11471
11472 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
11473
11474 * subr.el (event-start, event-end, event-click-count):
11475 Accept non-mouse events as well.
11476 (read-key): New function.
11477 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
11478
11479 * files.el: Rename (and mark as obsolete)
11480 find-file-hooks to find-file-hook,
11481 find-file-not-found-hooks to find-file-not-found-functions,
11482 write-file-hooks to write-file-functions,
11483 write-contents-hooks to write-contents-functions.
11484 Mark local-write-file-hooks as obsolete.
11485 (locate-file-completion): Don't cons uselessly. Use test-completion.
11486 (basic-save-buffer): Use (point-min) rather than 1.
11487 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
11488
11489 * help-fns.el (describe-variable): Only use `buffer' is still live.
11490 Use `delete-region' instead of save-excursion + delete-char.
11491 Document the obsolescence of the variable, if applicable.
11492
11493 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11494
11495 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
11496 comment-auto-fill-only-comments.
11497
11498 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11499
11500 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
11501 This is not a handled operation.
11502
11503 2002-06-21 Kim F. Storm <storm@cua.dk>
11504
11505 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
11506 work again. Corrected error in check for C-u initiated prefix.
11507
11508 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
11509
11510 2002-06-21 Richard M. Stallman <rms@gnu.org>
11511
11512 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
11513 to browse-url-at-point.
11514
11515 * play/zone.el (zone-idle): Var deleted.
11516
11517 * international/iso-acc.el (iso-languages) <french>:
11518 `~ ' now generates `~', `~,' definition deleted.
11519
11520 * format.el (format-annotate-function): Copy multibyte flag
11521 and selective-display into the new temp buffer.
11522
11523 * edmacro.el (edmacro-fix-menu-commands):
11524 Discard `help-echo' events. Handle (menu-bar) events.
11525 Simplify by converting key sequence to a list and then back to vector.
11526
11527 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
11528
11529 * mwheel.el: Allow arbitrary keys for scrolling, add a third
11530 scrolling speed, fix an unwind-protect.
11531 (mouse-wheel-scroll-amount): Now a three-element list.
11532 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
11533 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
11534 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
11535 New functions.
11536
11537 2002-06-21 Andreas Schwab <schwab@suse.de>
11538
11539 * files.el (find-file-read-args): Add new argument `mustmatch' and
11540 pass it down to read-file-name.
11541 (find-file, find-file-other-window, find-file-other-frame)
11542 (find-file-read-only, find-file-read-only-other-window)
11543 (find-file-read-only-other-frame): Use it and fix prompts.
11544
11545 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
11546
11547 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
11548
11549 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
11550
11551 * progmodes/ada-mode.el: Update copyright notice.
11552 Synchronize with GNAT release 3.15a1.
11553 Do not attempt to load ada-support, which is only for compatibility
11554 with older Emacs versions, and is not needed for Emacs 21.
11555 Fix various calls to count-lines, that didn't work correctly when the
11556 buffer was narrowed.
11557 (ada-continuation-indent): New variable.
11558 (ada-contextual-menu): New entry "List local references", faster than
11559 "List References".
11560 (ada-mode): New alignment rules provided by S. Leake.
11561 Add support for which-function-mode.
11562 (ada-get-current-indent): Fix indentation of named parameter lists and
11563 nested boolean expressions.
11564 (ada-indent-on-previous-lines): Fix indentation of labels.
11565 (ada-search-prev-end-stmt): Fix searching of the previous
11566 end-statement, specially with regards to nested subprograms.
11567 (comment-region advice): Initially disabled, for better compatibility
11568 with other modes.
11569 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
11570
11571 * progmodes/ada-xref.el: Update copyright notice.
11572 (ada-xref-create-ali): The default is now not to create automatically
11573 the ALI files by compiling the unit, since this isn't always reliable
11574 and requires an up-to-date project file.
11575 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
11576 a file, but use gnatmake instead, since this gives access to the GNAT
11577 project files.
11578 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
11579 (ada-load-project-hook): New variable, for support of GNAT
11580 project files.
11581 (ada-update-project-menu): Fix the detection of the project file name.
11582 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
11583 with another binding in ada-mode.el.
11584 (ada-add-menu): New menu "List Local References", to list the reference
11585 to the entity only in the current file, instead of looking in the whole
11586 project. Much faster.
11587 (ada-find-references): New parameters arg and local-only.
11588 (ada-find-any-references): New parameters local-only and append.
11589 (ada-goto-declaration): Fix handling of predefined entities in xref.
11590 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
11591 still compatible with GNAT 3.14 of course. Fix various calls to
11592 count-lines, that didn't work correctly when the buffer was narrowed.
11593
11594 * progmodes/ada-prj.el: Update copyright.
11595 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
11596 21 dialogs to select the file, since we want a directory name only.
11597 (ada-customize): Add support for the new GNAT project files.
11598
11599 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
11600
11601 * progmodes/etags.el (tag-implicit-name-match-p): New function.
11602 (etags-recognize-tags-table): Use it for implicit tag names.
11603
11604 2002-06-20 Miles Bader <miles@gnu.org>
11605
11606 * comint.el (comint-get-old-input-default): Strip text properties
11607 for fields too.
11608
11609 * comint.el (comint-output-filter): Run output-filter functions
11610 before setting up the prompt.
11611
11612 * international/characters.el: Re-enable code giving word syntax
11613 to certain japanese-jisx0208 characters.
11614
11615 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11616
11617 * progmodes/f90.el (f90-type-def-re): Fix value.
11618 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
11619
11620 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
11621
11622 * international/quail.el (quail-help): Don't assume the buffer
11623 is displayed in the same frame.
11624
11625 * emacs-lisp/debug.el (cancel-debug-on-entry):
11626 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
11627
11628 * pcvs.el (cvs-vc-command-advice): Handle the case where args
11629 are passed to `cvs' before the command name.
11630 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
11631
11632 * pcvs-info.el (cvs-add-face): Minor rewrite.
11633 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
11634
11635 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
11636 regexp when they don't match comment-foo any more.
11637
11638 2002-06-18 Juanma Barranquero <lektu@terra.es>
11639
11640 * filesets.el (filesets-update-pre010505): Fix typo.
11641
11642 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
11643
11644 * emulation/edt.el (edt-substitute): Fix typo.
11645
11646 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
11647
11648 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
11649
11650 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
11651
11652 2002-06-17 Richard M. Stallman <rms@gnu.org>
11653
11654 * facemenu.el (facemenu-map): Rename to Describe Text
11655 to Describe Properties and use describe-text-properties.
11656
11657 * simple.el (what-cursor-position): Use describe-char.
11658
11659 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
11660 from describe-char-after. Now calls describe-text-properties.
11661 (describe-property-list): Renamed from describe-text-properties.
11662 (describe-text-properties): Renamed from describe-text-at.
11663 New arg OUTPUT-BUFFER.
11664 (describe-text-properties-1):
11665 New subroutine, broken out from describe-text-properties.
11666 Output a newline before each section of the output.
11667
11668 * international/mule-diag.el (describe-char-after):
11669 Moved to descr-text.el.
11670
11671 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
11672
11673 * international/mule.el (ctext-pre-write-conversion): Fix the values
11674 of FROM and TO if we create a new buffer.
11675
11676 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
11677
11678 * comint.el (comint-insert-clicked-input): Insert clicked-on
11679 previous input without properties.
11680
11681 2002-06-16 Andrew Choi <akochoi@shaw.ca>
11682
11683 * term/mac-win.el (scalable-fonts-allowed): Set to t.
11684
11685 2002-06-15 Colin Walters <walters@debian.org>
11686
11687 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
11688 Delete defvars.
11689 (cvs-highlight): Delete.
11690 (cvs-add-face): Use `font-lock-face'. Always add properties.
11691
11692 * ibuffer.el (ibuffer-movement-cycle): New variable.
11693 (ibuffer-backward-line, ibuffer-forward-line): Use it.
11694
11695 2002-06-15 Richard M. Stallman <rms@gnu.org>
11696
11697 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
11698 (batch-byte-recompile-directory): Undo previous change.
11699
11700 * comint.el (comint-skip-input): New function.
11701 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
11702 (comint-stop-subjob): Use comint-skip-input.
11703
11704 * ielm.el (ielm-eval-input): Use error-message-string.
11705 (ielm-format-error, ielm-format-errors): Functions deleted.
11706
11707 2002-06-14 Kim F. Storm <storm@cua.dk>
11708
11709 * progmodes/compile.el (grep-tree): Doc fixes.
11710 Added SUBDIRS arg for non-interactive use.
11711
11712 2002-06-14 Juanma Barranquero <lektu@terra.es>
11713
11714 * comint.el (comint-snapshot-last-prompt):
11715 Bind `inhibit-read-only' to t to support read-only prompts.
11716 (comint-output-filter): Likewise.
11717
11718 2002-06-14 Miles Bader <miles@gnu.org>
11719
11720 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
11721 (pop): Move the call to `car' outside the prog1, as the compiler
11722 then generates better code.
11723
11724 2002-06-13 Richard M. Stallman <rms@gnu.org>
11725
11726 * play/zone.el (zone-timer): New variable holds the idle timer.
11727 (zone): Don't fiddle with the idle timer at all.
11728 (zone-when-idle): Put the idle timer in zone-timer.
11729 If one is already set up, cancel it and make a new one.
11730 (zone-leave-me-alone): Likewise.
11731
11732 2002-06-13 Jason Rumney <jasonr@gnu.org>
11733
11734 * w32-fns.el (w32-charset-info-alist): Reorder.
11735
11736 2002-06-13 Andreas Schwab <schwab@suse.de>
11737
11738 * files.el (auto-mode-alist): Move entry for ".in" to the end.
11739
11740 2002-06-13 Miles Bader <miles@gnu.org>
11741
11742 * comint.el (comint-mode): Don't set `font-lock-defaults'.
11743 (comint-mode-hook): Turn on font-lock by default.
11744
11745 2002-06-12 Karl Fogel <kfogel@red-bean.com>
11746
11747 * bookmark.el (bookmark-file-or-variation-thereof):
11748 Restore vc-backend check, thanks to Robert Thorpe for noticing.
11749
11750 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
11751
11752 * textmodes/bibtex.el: Change the maintainer to "none".
11753
11754 2002-06-12 Juanma Barranquero <lektu@terra>
11755
11756 * term/w32-win.el (x-handle-switch): Fix handling of
11757 x-invocation-args for switches with arguments.
11758
11759 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
11760
11761 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
11762 without first making sure it's bound.
11763
11764 2002-06-12 Richard M. Stallman <rms@gnu.org>
11765
11766 * info.el (Info-fontify-node): Compute header line specially
11767 if node has no next, previous or up links.
11768 Hide the part of the first line that is used in the header.
11769 Use Info-next-link-keymap, etc.
11770 (Info-next-link-keymap, Info-prev-link-keymap)
11771 (Info-up-link-keymap): New variables.
11772
11773 * international/mule-diag.el (describe-char-after): Doc fix.
11774
11775 * view.el (view-mode-enter): Clarify echo area message.
11776
11777 * info.el (Info-select-node): Turn header line on or off here.
11778 (Info-setup-header-line): Function deleted.
11779 (Info-mode): Make Info-header-line local.
11780 (Info-fontify-node): Ignore Info-use-header-line.
11781 Unconditionally compute what the header line should be, and
11782 store it on the `header-line' property of the node's first char.
11783 Bind [header-line down-mouse-1].
11784 Use `keymap' property, not `local-map'.
11785 Bind [mouse-2] for mouse clicks on the node line in the text.
11786
11787 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
11788
11789 2002-06-12 Miles Bader <miles@gnu.org>
11790
11791 * comint.el (comint-send-input): Properly handle empty and
11792 no-newline input regions.
11793
11794 2002-06-12 Colin Walters <walters@gnu.org>
11795
11796 * calc/calc.el: Use `when', `unless'.
11797 (calc-trail-mode): Use an italic `font-lock-face'.
11798 (calc-refresh): Ditto.
11799
11800 2002-06-12 Colin Walters <walters@debian.org>
11801
11802 * font-core.el (font-lock-core-only): Variable deleted.
11803 All uses removed.
11804 (font-lock-set-defaults): Variable alist settings moved back into
11805 font-lock-set-defaults-1.
11806 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
11807 is specifically excluded by the user.
11808
11809 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
11810
11811 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
11812
11813 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
11814
11815 * info.el (Info-mode): Don't set `font-lock-defaults'.
11816
11817 * replace.el (occur-mode): Don't set `font-lock-defaults'.
11818
11819 * help-mode.el (help-highlight-p, help-highlight-face):
11820 Variable was unused; delete.
11821 (help-make-xrefs): Doc fix.
11822
11823 2002-06-11 Richard M. Stallman <rms@gnu.org>
11824
11825 * format.el (format-alist): Document new element PRESERVE.
11826 (format-write-file): Implement PRESERVE elt for a format.
11827
11828 * files.el (make-auto-save-file-name): Rename local `filename' to
11829 `file-name'.
11830
11831 2002-06-10 Richard M. Stallman <rms@gnu.org>
11832
11833 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
11834 (ebrowse-copy-list): Function deleted.
11835
11836 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
11837
11838 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
11839
11840 * eshell/esh-util.el (eshell-copy-list): Function deleted.
11841 (eshell-sublist): Use copy-sequence.
11842 (eshell-copy-tree): Make it an alias for copy-tree.
11843
11844 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
11845
11846 * subr.el (copy-list): Moved to cl.el.
11847 (copy-tree): Don't use copy-list or cl-pop.
11848
11849 2002-06-10 Miles Bader <miles@gnu.org>
11850
11851 Make comint use text properties for highlighting instead of overlays:
11852 * comint.el (comint-last-output-overlay): Variable removed.
11853 (comint-send-input, comint-output-filter): Use text properties
11854 instead of overlays.
11855 (comint-insert-clicked-input): Rewrite to work with text
11856 properties as well as overlays
11857 (comint-snapshot-last-prompt): Snapshot using text properties.
11858 (comint-get-old-input-default, comint-extract-string): Don't copy
11859 text properties.
11860
11861 * simple.el (line-move-finish): Inhibit field motion when
11862 computing `line-end'.
11863
11864 * files.el (revert-buffer): Correct typo: variable name is
11865 `buffer-file-format', not `buffer-file-formats'.
11866
11867 * comint.el (comint-send-input, comint-output-filter): Use the
11868 `font-lock-face' property instead of `face'. Don't check the
11869 highlight-enabling variables anymore.
11870 (comint-highlight-input, comint-highlight-prompt): Variables removed.
11871
11872 * faces.el (display-supports-face-attributes-p): New function.
11873 (face-spec-set-match-display): Support `supports' predicate.
11874 (italic): Try underlining for displays that don't support real italics.
11875 * cus-edit.el (custom-display): Add support for `supports' predicate.
11876 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
11877 instead of 8-bit, for consistency with the rest of emacs.
11878 (tty-color-canonicalize): Only copy COLOR if we need to change it.
11879 (tty-color-approximate): Scale values from `color-name-rgb-alist'
11880 appropriately. Return the whole color description, rather than
11881 just the RGB values.
11882 (tty-color-standard-values): New function. Code mostly taken from
11883 `tty-color-translate'.
11884 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
11885 do all the work.
11886 (tty-color-desc): Do color lookup here instead of calling
11887 `tty-color-translate' and `tty-color-by-index'; this is now the
11888 main place to do it.
11889
11890 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
11891
11892 * progmodes/cc-style.el (c-set-style, c-set-style-1):
11893 Add another state for the `dont-override' flag where it only keeps
11894 globally set variables.
11895
11896 2002-06-08 Colin Walters <walters@gnu.org>
11897
11898 * descr-text.el (describe-text-properties): Sort the output by the
11899 size of the values. Put `font-lock-face' property on property names.
11900 (toplevel): Provide `descr-text'.
11901
11902 * international/mule-diag.el (describe-char-after): When there are
11903 text properties, require `descr-text', and just call
11904 `describe-text-properties'.
11905
11906 * international/mule.el (sgml-html-meta-auto-coding-function):
11907 New function.
11908 (auto-coding-from-file-contents): Delete; merge functionality into
11909 `set-auto-coding'.
11910 (set-auto-coding): Move tests from `auto-coding-functions' so that
11911 they have a lower priority than coding: tags.
11912 Put `auto-coding-regexp-alist' tests before coding: tag tests.
11913 (sgml-xml-auto-coding-function): Simply `intern' the match, and
11914 test if it's a valid coding system.
11915 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
11916
11917 2002-06-08 Colin Walters <walters@verbum.org>
11918
11919 * subr.el (copy-list): Moved here from cl.el.
11920 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
11921
11922 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
11923 subr.el. Add a defalias with the old name.
11924
11925 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
11926
11927 * replace.el (occur-mode): Don't set up categories. Do set
11928 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11929 (occur-1): Pass `list-matching-lines-face' and
11930 `list-matching-lines-buffer-name-face'.
11931 (occur-engine): Use `font-lock-face' instead of categories.
11932
11933 * info.el (Info-mode): Don't set up categories. Do set
11934 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11935 (Info-fontify-menu-headers): Use `font-lock-face' instead of
11936 categories.
11937 (Info-fontify-node): Ditto.
11938
11939 * ibuffer.el (ibuffer-category-alist): Delete.
11940 (ibuffer-get-category): Delete.
11941 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
11942 of categories.
11943 (ibuffer-compile-format): Don't treat `name' category specially.
11944 (ibuffer-column name): Use `font-lock-face'.
11945 (filename-and-process): Ditto.
11946 (ibuffer-buffer-name-category): Renamed to
11947 `ibuffer-buffer-name-face'. Don't use categories.
11948 (ibuffer-update-title-and-summary): Use `font-lock-face'.
11949 (ibuffer-insert-filter-group): Ditto.
11950 (ibuffer-mode): Don't set up categories. Do set
11951 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11952 (ibuffer-compile-format): Don't pass third argument
11953 to column functions.
11954 (filename-and-process): Ditto.
11955
11956 * ibuf-macs.el (define-ibuffer-column): Don't create a third
11957 argument for the generated function.
11958
11959 * font-core.el (font-lock-category-alist): Delete.
11960 (turn-on-font-lock-if-enabled): Don't use it.
11961 (font-lock-symbol-category-alist): Delete.
11962 (font-lock-default-function): Use new `char-property-alias-alist'
11963 to make `font-lock-face' an alias for `face' when font-lock mode
11964 is enabled.
11965 (font-lock-core-only): New variable.
11966 (font-lock-set-defaults): Use it.
11967
11968 2002-06-08 Richard M. Stallman <rms@gnu.org>
11969
11970 * files.el (find-file-noselect-1): Undo previous change.
11971
11972 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
11973
11974 2002-06-07 Karl Fogel <kfogel@red-bean.com>
11975
11976 * bookmark.el (bookmark-file-or-variation-thereof): Just use
11977 Info-suffix-list, as suggested by Stefan Monnier.
11978
11979 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
11980
11981 * select.el (xselect-convert-to-string): If VALUE is a string,
11982 return a cons of TYPE and the string.
11983
11984 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11985
11986 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
11987 Fix the table to contain correct characters.
11988
11989 2002-06-04 Richard M. Stallman <rms@gnu.org>
11990
11991 * simple.el: Don't require cl.
11992
11993 2002-06-03 Richard M. Stallman <rms@gnu.org>
11994
11995 * dired.el (dired-do-shell-command): Doc fix in autoload.
11996
11997 * info.el (Info-extract-pointer): Ignore Info-header-line.
11998
11999 * progmodes/cc-mode.el (c-postprocess-file-styles):
12000 Do nothing except in CC modes.
12001
12002 * international/mule-cmds.el (select-safe-coding-system):
12003 When computing auto-cs, narrow to FROM...TO.
12004 Put save-excursion outside save-restriction.
12005 New arg FILE; use that for set-auto-coding.
12006
12007 2002-06-01 Richard M. Stallman <rms@gnu.org>
12008
12009 * simple.el (choose-completion-string-functions): Doc fix.
12010 (choose-completion-string): Add doc string.
12011
12012 2002-06-01 Kim F. Storm <storm@cua.dk>
12013
12014 * simple.el: Reworked previous change.
12015 (choose-completion-string1): Merged back into choose-completion-string.
12016 (choose-completion-string): Run choose-completion-string-functions
12017 after checking for proper minibuffer window. Added mini-p arg to
12018 the hook functions. Insert choice if all hook functions return nil.
12019 (choose-completion-string-functions): Doc update.
12020
12021 2002-06-01 Sam Steingold <sds@gnu.org>
12022
12023 * files.el (auto-mode-alist): Strip trailing ".in" from the file
12024 name when deciding the mode (for config.h.in, Makefile.in etc).
12025
12026 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
12027
12028 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
12029 ?/ and ?* entries to support /* */ style comments.
12030 (prolog-font-lock-keywords): New var.
12031 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
12032
12033 2002-06-01 Kim F. Storm <storm@cua.dk>
12034
12035 * simple.el (choose-completion-string-functions): New special hook.
12036 (choose-completion-string1): Renamed from choose-completion-string.
12037 (choose-completion-string): Run choose-completion-string-functions
12038 until success, and only call choose-completion-string1 if it fails.
12039
12040 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
12041
12042 * textmodes/ispell.el (autoloaded toplevel): Don't use
12043 ispell-library-directory without checking that it's bound.
12044
12045 2002-05-31 Kim F. Storm <storm@cua.dk>
12046
12047 * emulation/cua-base.el (cua--last-deleted-region-pos)
12048 (cua--last-deleted-region-text): New aux variables.
12049 (cua-delete-region): Set them.
12050 (cua-repeat-replace-region): Use them to find the replacement text.
12051
12052 2002-05-31 Juanma Barranquero <lektu@terra.es>
12053
12054 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
12055 Fix typos.
12056
12057 2002-05-31 Kim F. Storm <storm@cua.dk>
12058
12059 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
12060 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
12061 New custom variables.
12062 (grep-compute-defaults): Compute grep-tree-command's default value.
12063 (grep-expand-command-macros): New aux function.
12064 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
12065 (grep-tree): New command like grep-find but extended prompting.
12066
12067 2002-05-30 Richard M. Stallman <rms@gnu.org>
12068
12069 * files.el (find-file-default): Add defvar for var already used.
12070
12071 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
12072
12073 * subr.el (open-network-stream, open-network-stream-nowait)
12074 (open-network-stream-server, process-kill-without-query):
12075 Moved from simple.el.
12076
12077 * simple.el (open-network-stream, open-network-stream-nowait)
12078 (open-network-stream-server, process-kill-without-query):
12079 Moved to subr.el.
12080
12081 * simple.el (byte-compiling-files-p): Function deleted.
12082
12083 * textmodes/ispell.el (ispell-library-directory): Renamed from
12084 ispell-library-path. If Ispell is not installed, init to nil.
12085 (check-ispell-version): Doc fix.
12086 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
12087 initialize this unconditionally when ispell-menu-map-needed is t.
12088 Local `path' renamed to `dir'.
12089
12090 2002-05-30 Miles Bader <miles@gnu.org>
12091
12092 * calc/calc.el (calc-show-banner): New variable.
12093 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
12094 (calc-mode-var-list): Add `calc-show-banner'.
12095 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
12096 (calc-toggle-banner): New function.
12097 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
12098
12099 2002-05-29 Richard M. Stallman <rms@gnu.org>
12100
12101 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
12102 When recognizing a def... construct, make that indentation
12103 tentative, so that it can be overridden if the list in question
12104 is not actually an expression.
12105 (common-lisp-indent-call-method): New subroutine.
12106
12107 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
12108 Delete the output file if we get a file-error.
12109
12110 * tooltip.el (tooltip-mouse-motions-active): New variable.
12111 (tooltip-activate-mouse-motions): Don't kill track-mouse local
12112 if it was not made by us.
12113
12114 * mouse.el (mouse-set-font): Avoid misleading error message
12115 if user makes no selection.
12116
12117 * info.el (Info-setup-header-line): Don't hide the links line.
12118
12119 * files.el (find-file-noselect-1): Return the buffer we created
12120 even if it has been killed within `after-find-file'.
12121
12122 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
12123
12124 2002-05-29 Kim F. Storm <storm@cua.dk>
12125
12126 * simple.el (open-network-stream-server): Pass on optional args
12127 sentinel and filter to make-network-process (from Luke Gorrie).
12128
12129 2002-05-28 Colin Walters <walters@gnu.org>
12130
12131 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
12132
12133 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
12134 (byte-compile-delete-first): New function.
12135 (byte-compile-read-position): New variable.
12136 (byte-compile-last-position): New variable.
12137 (byte-compile-current-buffer): New variable.
12138 (byte-compile-log-1): Use it.
12139 (byte-compile-set-symbol-position): New function.
12140 (byte-compile-obsolete, byte-compile-callargs-warn)
12141 (byte-compile-arglist-warn, byte-compile-arglist-warn)
12142 (byte-compile-print-syms, byte-compile-file-form-defmumble)
12143 (byte-compile-check-lambda-list, byte-compile-lambda)
12144 (byte-compile-form, byte-compile-variable-ref)
12145 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
12146 (byte-compile-condition-case, byte-compile-defun)
12147 (byte-compile-defvar, byte-compile-autoload)
12148 (byte-compile-lambda-form): Use it.
12149 (byte-compile-from-buffer): Set it, and bind
12150 `read-with-symbol-positions' and `read-symbol-positions-list'.
12151
12152 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
12153
12154 2002-05-28 Kim F. Storm <storm@cua.dk>
12155
12156 * files.el (read-directory-name): New function.
12157 (cd): Use it instead of read-file-name.
12158
12159 2002-05-27 Kim F. Storm <storm@cua.dk>
12160
12161 * simple.el (push-mark-command): Added optional NOMSG arg.
12162
12163 * emulation/cua-base.el (cua-set-mark): Align pop to mark
12164 behaviour with standard set-mark-command.
12165 (cua--pre-command-handler): Use push-mark-command.
12166 (cua-repeat-replace-region): Improve functionality when
12167 repeated after moving point or changing buffer.
12168
12169 2002-05-26 Colin Walters <walters@verbum.org>
12170
12171 * startup.el (command-line): Use `when', `unless'.
12172 (command-line-1): New argument "--nosplash". Handle it.
12173
12174 * startup.el (inhibit-splash-screen): New variable alias for
12175 `inhibit-startup-message'.
12176
12177 * replace.el (perform-replace): Document return value. Use `pop'.
12178
12179 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12180
12181 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
12182 and slightly changed behaviour, for `f90-previous-block-start' and
12183 `f90-next-block-end'.
12184 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
12185
12186 2002-05-26 Simon Josefsson <jas@extundo.com>
12187
12188 * fringe.el (set-fringe-mode): Work when updating
12189 `default-frame-alist'.
12190
12191 2002-05-26 Kim F. Storm <storm@cua.dk>
12192
12193 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
12194 (cua-repeat-replace-region): New command.
12195 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
12196 Misc improvements to the commentary.
12197
12198 2002-05-26 Simon Josefsson <jas@extundo.com>
12199
12200 * fringe.el (fringe-query-style): New fringe style "minimal".
12201
12202 2002-05-24 Simon Josefsson <jas@extundo.com>
12203
12204 * rot13.el (rot13-translate-table): New variable.
12205 (rot13, rot13-string, rot13-region): New functions.
12206
12207 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
12208
12209 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
12210 of wrong anchoring, e.g. for else-if compounds.
12211
12212 2002-05-25 Miles Bader <miles@gnu.org>
12213
12214 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
12215 (menu-bar-showhide-fringe-menu-customize-right)
12216 (menu-bar-showhide-fringe-menu-customize-disable):
12217 Use proper calling convention for `customize-set-value'.
12218 Require `fringe' before setting variable.
12219
12220 2002-05-25 Kim F. Storm <storm@cua.dk>
12221
12222 * emulation/cua-base.el (cua--self-insert-char-p): New function.
12223
12224 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
12225 binding in cua--global-mark-keymap using cua--self-insert-char-p
12226 to handle all global self inserting characters in gmark mode.
12227
12228 * emulation/cua-rect.el (cua--init-rectangles): Install default
12229 binding in cua--rectangle-keymap using cua--self-insert-char-p
12230 to handle all global self inserting characters in rectangle mode.
12231
12232 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
12233
12234 * net/ange-ftp.el (read-file-name-internal): Remove the
12235 `ange-ftp' property.
12236 (ange-ftp-real-read-file-name-internal): Remove.
12237
12238 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12239
12240 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
12241 `forward-line'.
12242 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
12243 (f90-previous-block-start): New navigation commands.
12244
12245 2002-05-20 Simon Josefsson <jas@extundo.com>
12246
12247 * fringe.el: New file.
12248
12249 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
12250 (menu-bar-showhide-fringe-menu): New menu.
12251 (menu-bar-showhide-menu): Add Fringe sub-menu.
12252
12253 2002-05-23 Colin Walters <walters@verbum.org>
12254
12255 * replace.el (occur-engine): Include all text properties except
12256 mouse-face on the newline at the end of occurences.
12257
12258 2002-05-23 Kim F. Storm <storm@cua.dk>
12259
12260 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
12261 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
12262 (apropos-command, apropos-value, apropos-documentation-internal)
12263 (apropos-documentation-check-doc-file)
12264 (apropos-documentation-check-elc-file): Use them to filter out
12265 false matches where only one keyword matches, but more than once.
12266
12267 * apropos.el (apropos-show-scores, apropos-orig-regexp)
12268 (apropos-all-regexp, apropos-synonyms, apropos-words)
12269 (apropos-all-words): New variables.
12270 (aprpos-words-to-regexp, apropos-rewrite-regexp)
12271 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
12272 (apropos-score-symbol): New functions.
12273 (apropos-command, apropos, apropos-value, apropos-documentation):
12274 Allow keywords in addition to regexp. Added scoring.
12275 (apropos-documentation-check-doc-file)
12276 (apropos-documentation-check-elc-file): Added scoring.
12277 (apropos-print): Sort according to score.
12278
12279 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
12280
12281 * info.el (Info-mode-hook): Change `font-lock-mode' to
12282 `turn-on-font-lock'.
12283
12284 * font-core.el (font-lock-function): New variable.
12285 (font-lock-default-function): New function, created from
12286 `font-lock-mode'.
12287 (font-lock-mode): Just funcall `font-lock-function'.
12288 (font-lock-symbol-category-alist): New variable.
12289
12290 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
12291
12292 * files.el (file-newest-backup): Use file-name-sans-versions.
12293
12294 * diff.el (diff-latest-backup-file): Replace the main code by
12295 a call of file-newest-backup.
12296
12297 2002-05-22 Mike Williams <mdub@bigfoot.com>
12298
12299 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
12300 the buffer.
12301
12302 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
12303
12304 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
12305 the last patch works around the wu-ftpd misfeature that prompted
12306 the disabling of this optimization.
12307
12308 2002-05-21 Colin Walters <walters@gnu.org>
12309
12310 * international/mule.el (make-coding-system): Doc fixes.
12311
12312 * international/mule.el (auto-coding-functions): New variable.
12313 (auto-coding-from-file-contents): Use it.
12314 (set-auto-coding): Update docs.
12315 (sgml-xml-auto-coding-function): New function.
12316
12317 * international/mule-util.el (truncate-string-to-width):
12318 New optional argument `ellipsis'. Add commented-out test suite, and
12319 change coding to iso-2022-7bit.
12320
12321 2002-05-21 Colin Walters <walters@verbum.org>
12322
12323 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
12324 (font-lock-multiline, font-lock-fontified, font-lock-mode)
12325 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
12326 (font-lock-global-modes): Moved to font-core.el.
12327 (font-lock-set-defaults-1): Partially moved to font-core.el.
12328
12329 * font-core.el: New file, with functions taken from font-lock.el.
12330 (font-lock-category-alist): New variable.
12331 (font-lock-mode): Use it.
12332 (font-lock-set-defaults): Partially taken from font-lock.el.
12333 Only load font-lock.el when necessary.
12334
12335 * loadup.el: Add font-core.el.
12336
12337 * replace.el (occur-mode-hook): New variable.
12338 (occur-fontify-region-function): Deleted.
12339 (occur-mode): Don't use it. Set up `font-lock-category-alist'
12340 instead.
12341 (occur-fontify-on-property): Deleted.
12342 (occur-engine): Use categories from `font-lock-category-alist'.
12343
12344 * info.el (Info-fontify): Deleted.
12345 (Info-select-node): Don't use it.
12346 (Info-mode-hook): New variable.
12347 (Info-mode): Set up categories.
12348 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
12349
12350 * ibuffer.el (ibuffer-formats): Update docs.
12351 (ibuffer-category-alist): New variable.
12352 (ibuffer-get-category): New function.
12353 (ibuffer-compile-make-eliding-form): Use category property instead
12354 of face.
12355 (ibuffer-compile-format): Pass current ibuffer buffer to column
12356 functions too.
12357 (ibuffer-buffer-name-category): New function.
12358 (ibuffer-compile-format): If the current column is a `name'
12359 column, figure out the appropriate category to put on it.
12360 (filename-and-process): Use category property.
12361 (ibuffer-fontify-region-function): Deleted.
12362 (ibuffer-unfontify-region-function): Deleted.
12363 (ibuffer-update-title-and-summary): Use category properties.
12364 (ibuffer-insert-filter-group): Ditto.
12365 (ibuffer-mode): Set up category properties.
12366
12367 2002-05-21 Colin Walters <walters@debian.org>
12368
12369 * replace.el (occur-engine): Increment globalcount all at once
12370 after searching a buffer.
12371 (occur-mode-map): Don't escape plain "o".
12372
12373 * ibuf-macs.el (define-ibuffer-column): Add third argument
12374 `ibuffer-buf'.
12375
12376 * ibuffer.el (toplevel): Require font-lock, to get the face
12377 definitions.
12378 (ibuffer-use-fontification): Deleted.
12379 (column filename-and-process): New column.
12380 (ibuffer-formats): Use it by default.
12381 (ibuffer-name-map, ibuffer-mode-name-map)
12382 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
12383 (ibuffer-do-save, ibuffer-do-toggle-modified)
12384 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
12385 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
12386 (ibuffer): New optional argument `formats'.
12387
12388 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
12389
12390 * indent.el (indent-rigidly): Mention how to remove all indentation.
12391
12392 2002-05-21 Colin Walters <walters@gnu.org>
12393
12394 * international/mule-diag.el (describe-char-after): Order display
12395 of text properties by the size of their value, for clarity.
12396
12397 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
12398
12399 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
12400 (ange-ftp-file-name-completion): Don't cons unnecessarily.
12401 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
12402
12403 * wid-edit.el (widget-color-complete):
12404 * progmodes/etags.el (tags-complete-tags-table-file):
12405 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
12406
12407 * textmodes/outline.el (outline-reveal-toggle-invisible):
12408 Reverse the meaning of the second arg.
12409
12410 * reveal.el (reveal-post-command): Reverse the semantics of
12411 reveal-toggle-invisible and support isearch-open-invisible-temporary.
12412
12413 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
12414
12415 * mail/sendmail.el (mail-recover-1): Remove (debug).
12416 (mail-signature): Fix :type.
12417 (mail-default-directory): New user option.
12418 (mail, mail-recover): Use that option.
12419
12420 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12421
12422 * international/mule.el (auto-coding-alist): Use emacs-mule
12423 for auto-save files.
12424
12425 2002-05-20 Miles Bader <miles@gnu.org>
12426
12427 * files.el (find-file-read-args): Don't trash existing value of
12428 `minibuffer-setup-hook', just add our hook to it.
12429
12430 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
12431
12432 * international/ucs-tables.el (unify-8859-on-encoding-mode)
12433 (unify-8859-on-decoding-mode): Change :version attributes to strings.
12434
12435 * simple.el (yank-excluded-properties): Change :version attribute
12436 to a string.
12437
12438 * dired.el (dired-view-command-alist): Change :version attribute
12439 to a string.
12440
12441 * xscheme.el (xscheme-start-hook): Change :version attribute to a
12442 string.
12443
12444 * find-dired.el (find-dired): Implement revert-buffer-function.
12445
12446 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
12447
12448 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12449
12450 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
12451 (f90-get-present-comment-type): Fix earlier change.
12452 (f90-comment-indent): Doc fix.
12453 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
12454 (f90-looking-at-if-then): Remove lets.
12455 (f90-looking-at-where-or-forall): Handle if split over lines.
12456 (f90-change-keywords): Doc fix.
12457
12458 2002-05-19 Richard M. Stallman <rms@gnu.org>
12459
12460 * indent.el (indent-region): Make COLUMN arg optional.
12461
12462 * files.el (find-file-read-args): New function.
12463 (find-file, find-file-other-window, find-file-other-frame)
12464 (find-file-read-only, find-file-read-only-other-window)
12465 (find-file-read-only-other-frame): Use it.
12466
12467 * custom.el (custom-load-symbol): Verify that LOADED is a string.
12468
12469 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
12470 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
12471 (archive-zip-update-case): Use locate-file to decide whether
12472 to use pkzip.
12473 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
12474
12475 * files.el (locate-file): Doc fix.
12476
12477 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
12478
12479 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
12480 as an option.
12481
12482 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
12483
12484 * uniquify.el (uniquify-rationalize-file-buffer-names):
12485 Always strip the trailing / even if the file is not a directory.
12486
12487 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
12488
12489 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
12490 initialization in the defvar.
12491 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
12492 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
12493 (f90-font-lock-4): Move the doc strings.
12494 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
12495 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
12496 (f90-mode-abbrev-table): Initialize in the defvar, with
12497 define-abbrev-table.
12498
12499 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
12500
12501 * tar-mode.el (tar-octal-time): Fix last change.
12502
12503 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
12504
12505 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
12506 (report-emacs-bug): Store the prompt in
12507 `report-emacs-bug-text-prompt'. Move Configuration/Important
12508 settings information after the user's report.
12509 (report-emacs-bug-hook): Unclutter by deleting the content of
12510 `report-emacs-bug-text-prompt'.
12511
12512 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
12513
12514 * forms.el (forms-jump-record, forms-insert-record)
12515 (forms-delete-record): Calculate lines from the beginning of the
12516 accessible portion rather than from the beginning of the buffer.
12517
12518 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
12519
12520 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
12521 possibly missing encode-char.
12522 (ps-mule-font-info-database-bdf): Add associations for Unicode
12523 fonts. Doc fix.
12524 (ps-mule-font-info-database-ps-bdf): Doc fix.
12525 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
12526
12527 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
12528
12529 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
12530
12531 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12532 Find funs defined with defun-cvs-mode.
12533 (find-function-space-re): New const. Skips comments as well.
12534 (find-function-regexp, find-variable-regexp): Use it.
12535
12536 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
12537 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
12538 (cvs-mode-set-flags): Don't cons unnecessarily.
12539
12540 2002-05-16 Colin Walters <walters@debian.org>
12541
12542 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
12543 "Simple Calculator".
12544 (menu-bar-tools-menu) <calc>: New.
12545
12546 2002-05-16 Juanma Barranquero <lektu@terra.es>
12547
12548 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
12549
12550 * filesets.el (filesets-ormap): Fix typo.
12551
12552 * faces.el (describe-face): Fix typo.
12553
12554 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
12555
12556 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
12557 Don't treat (lambda () ...) as an expression.
12558
12559 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
12560
12561 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
12562
12563 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12564
12565 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
12566
12567 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
12568
12569 * progmodes/fortran.el (fortran-directive-re): New name for
12570 fortran-preprocessor-re. All usage updated.
12571 (fortran-calculate-indent): Give directives zero indentation.
12572
12573 2002-05-14 Jason Rumney <jasonr@gnu.org>
12574
12575 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
12576 displayed text and internal name as string.
12577
12578 2002-05-14 Kim F. Storm <storm@cua.dk>
12579
12580 * emulation/cua-rect.el (cua--rectangle-operation):
12581 Don't highlight empty lines in rectangles.
12582
12583 * emulation/keypad.el: Improved commentary.
12584 (keypad-setup, keypad-shifted-setup): Added choice to setup
12585 Numeric keypad with decimal key; value is selected character.
12586 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
12587 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
12588 (keypad-setup): Arg list changed to support the new options.
12589
12590 2002-05-14 Richard M. Stallman <rms@gnu.org>
12591
12592 * dabbrev.el (dabbrev-case-distinction): New option.
12593 (dabbrev--try-find): Handle dabbrev-case-distinction.
12594 (dabbrev--search): Clean up the code.
12595 (dabbrev-upcase-means-case-search): Doc fix.
12596 (dabbrev-case-replace): Fix custom tags and docs.
12597
12598 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
12599
12600 * calc/calc-units.el (math-standard-units): Update from CODATA.
12601
12602 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
12603
12604 * skeleton.el (skeleton-transformation): Default to `identity'.
12605 (skeleton-insert): Use `move-after' markers and `insert' rather
12606 than rely on insert-before-markers.
12607 (skeleton-internal-1): Handle `> \n' specially so that the newline
12608 is inserted before the first line is indented.
12609
12610 2002-05-14 Mike Williams <mdub@bigfoot.com>
12611
12612 * textmodes/sgml-mode.el (sgml-tag):
12613 Default skeleton-transformation to `identity'.
12614
12615 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
12616
12617 * shell.el (shell-mode): Make second part of initialisation
12618 depend on whether comint-input-ring is empty, rather than depend
12619 on it being nil.
12620
12621 2002-05-14 Richard M. Stallman <rms@gnu.org>
12622
12623 * files.el (make-auto-save-file-name):
12624 Delete the auto-save file after make-temp-file creates it.
12625
12626 2002-05-13 Kim F. Storm <storm@cua.dk>
12627
12628 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
12629 (cua-mode): Print Enabled/Disabled messages if interactive.
12630 Disable delete-selection-mode and pc-selection-mode when cua-mode
12631 is enabled; reenable if cua-mode is turned off.
12632 Remember setting of transient-mark-mode when cua-mode is enabled;
12633 restore if cua-mode is disabled.
12634
12635 2002-05-13 Richard M. Stallman <rms@gnu.org>
12636
12637 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
12638
12639 2002-05-13 Colin Walters <walters@gnu.org>
12640
12641 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
12642
12643 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
12644 (ibuffer-redisplay-engine): Handle it.
12645
12646 * add-log.el (add-log-mailing-address): Can be a list, too.
12647 (add-change-log-entry): If `add-log-mailing-address' is a list,
12648 then handle it.
12649
12650 2002-05-12 Colin Walters <walters@debian.org>
12651
12652 * replace.el (occur-1): New optional argument `buf-name'.
12653 (occur-revert-function): Use it.
12654
12655 (occur-1): Handle plurals.
12656
12657 (occur-engine): If there are no more matches, then finish
12658 searching the current buffer.
12659
12660 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12661
12662 * net/ange-ftp.el (ange-ftp-try-passive-mode)
12663 (ange-ftp-passive-host-alist): Change :version attributes to be
12664 strings.
12665
12666 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
12667
12668 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
12669 define-minor-mode.
12670
12671 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12672 Handle more whitespace/newline combinations in symbol definitions.
12673
12674 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
12675
12676 * w32-vars.el (w32)
12677 * vc-cvs.el (vc-cvs-global-switches)
12678 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
12679 * textmodes/sgml-mode.el (sgml-xml-mode)
12680 * ruler-mode.el (ruler-mode)
12681 * replace.el (query-replace-skip-read-only)
12682 * progmodes/fortran.el (fortran-preprocessor-re)
12683 * net/ange-ftp.el (ange-ftp-passive-host-alist)
12684 * mail/sendmail.el (mail-use-dsn)
12685 * faces.el (mode-line-inactive, minibuffer-prompt)
12686 * add-log.el (add-log-always-start-new-record): Change all
12687 post-21.1 :version attributes to 21.4.
12688
12689 2002-05-12 Richard M. Stallman <rms@gnu.org>
12690
12691 * mail/smtpmail.el (smtpmail-mail-address): New variable.
12692 (smtpmail-send-it): Bind and use that instead of `mail-address'.
12693 (smtpmail-via-smtp): Likewise.
12694
12695 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
12696 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
12697
12698 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
12699
12700 * subr.el (functionp): Catch errors in indirect-function.
12701
12702 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12703
12704 * net/ldap.el (ldap-search-internal): Unfold folded lines before
12705 parsing.
12706
12707 * cus-edit.el (customize-set-value): Rename `var' to `variable'
12708 and `val' to `value'.
12709 (customize-save-variable): Rename `var' to `'variable.
12710
12711 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
12712
12713 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
12714 Use it for font-locking and indentation.
12715 (fortran-previous-statement, fortran-next-statement): Make them
12716 skip over preprocessor lines.
12717 (fortran-calculate-indent): Use fortran-preprocessor-re.
12718
12719 2002-05-10 Kim F. Storm <storm@cua.dk>
12720
12721 * emulation/cua-base.el (cua-enable-cua-keys)
12722 (cua-enable-register-prefix): Added value for `other' choice.
12723
12724 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
12725
12726 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
12727 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
12728 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
12729 Run a named function.
12730 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
12731 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
12732 Fix help text.
12733
12734 2002-05-10 Kim F. Storm <storm@cua.dk>
12735
12736 * emulation/cua-base.el (cua-mode): Misc. changes to use
12737 emulation-mode-map-alists instead of minor-mode-map-alist.
12738
12739 2002-05-09 Richard M. Stallman <rms@gnu.org>
12740
12741 * mail/rmail.el (rmail-show-message):
12742 Catch error in check-coding-system.
12743
12744 * progmodes/compile.el (compilation-error-regexp-alist):
12745 New element to recognize Python error messages.
12746
12747 * shell.el (shell-replace-by-expanded-directory):
12748 If there's already a / at the end, don't add one.
12749
12750 2002-05-09 Colin Walters <walters@verbum.org>
12751
12752 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
12753 `ibuffer-filter-disable', `ibuffer-pop-filter',
12754 `ibuffer-or-filter', `ibuffer-negate-filter',
12755 `ibuffer-decompose-filter', `ibuffer-save-filters',
12756 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
12757 `ibuffer-save-filter-groups',
12758 `ibuffer-switch-to-saved-filter-groups',
12759 `ibuffer-delete-saved-filter-groups'.
12760
12761 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
12762
12763 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
12764
12765 * woman.el (woman-menu): Move symbol before the comment so that
12766 find-function-search-for-symbol finds it.
12767
12768 2002-05-10 Miles Bader <miles@gnu.org>
12769
12770 * facemenu.el (list-colors-display): Don't use
12771 `display-color-cells' unless the display class is one for which
12772 that info is relevant.
12773
12774 2002-05-09 Simon Josefsson <jas@extundo.com>
12775
12776 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
12777 calling buffer.
12778 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
12779 have the patch).
12780
12781 2002-05-09 Kim F. Storm <storm@cua.dk>
12782
12783 * wid-edit.el (checkbox): New check-mark image.
12784
12785 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12786
12787 * filesets.el (filesets-running-xemacs): Fix last change.
12788
12789 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
12790
12791 * help-fns.el (describe-function-1): If the source is
12792 `loaddefs.el', look for the real source. This is necessary only
12793 for defaliases.
12794
12795 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12796 Add autoload cookie.
12797 (find-function-regexp): Include
12798 "\(quote " to match the defaliases in loaddefs.el.
12799
12800 * filesets.el (filesets-conditional-sort): Use copy-sequence,
12801 not copy-list.
12802 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
12803 Defvar them to nil if running in Emacs.
12804
12805 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12806
12807 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
12808 to flyspell overlays.
12809
12810 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
12811
12812 2002-05-08 Richard M. Stallman <rms@gnu.org>
12813
12814 * diff.el (diff-regexp-alist): Doc fix.
12815
12816 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
12817
12818 2002-05-08 Simon Marshall <simon@gnu.org>
12819
12820 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
12821 the frame name as the car of a menu entry, rather than the frame.
12822
12823 2002-05-08 Juanma Barranquero <lektu@terra.es>
12824
12825 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
12826 in docstring.
12827
12828 2002-05-07 Colin Walters <walters@verbum.org>
12829
12830 * replace.el (occur-unfontify-region-function): Delete.
12831 (occur-mode): Don't use it.
12832 (occur-engine): Respect `keep-props'.
12833 (occur-accumulate-lines): If we're moving forward, decrement;
12834 don't increment, and vice versa.
12835
12836 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
12837
12838 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
12839 (tibetan-canonicalize-for-unicode-regexp): New variables.
12840 (tibetan-canonicalize-for-unicode-region): New function.
12841 (tibetan-strict-unicode): New variable.
12842 (tibetan-pre-write-canonicalize-for-unicode): New function.
12843
12844 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
12845
12846 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
12847 the autoload-cookie. Remove comment.
12848
12849 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
12850
12851 * rect.el (close-rectangle): Don't hide it behind the
12852 autoload-cookie.
12853
12854 2002-05-07 Juanma Barranquero <lektu@terra.es>
12855
12856 * windmove.el (windmove-default-keybindings): Add optional
12857 parameter to allow using a modifier other than 'shift.
12858
12859 2002-05-07 Thomas Link <t.link@gmx.at>
12860
12861 * filesets.el:
12862 (filesets-external-viewers): Fix customization problem.
12863 (filesets-some): Replaces cl's `some'. Calls changed.
12864 (filesets-member): Replaces cl's `member*'. Calls changed.
12865 (filesets-ormap): New function.
12866
12867 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
12868
12869 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
12870 menu items.
12871
12872 2002-05-07 Colin Walters <walters@gnu.org>
12873
12874 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
12875 (ibuffer-clear-filter-groups): Likewise.
12876 (ibuffer-kill-filter-group): Likewise.
12877 (ibuffer-kill-line): Likewise.
12878 (ibuffer-read-filter-group-name): New function.
12879 (ibuffer-jump-to-filter-group): Use it.
12880 (ibuffer-kill-filter-group): Likewise.
12881 (ibuffer-yank-filter-group): Likewise.
12882 (ibuffer-decompose-filter-group): New function.
12883
12884 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
12885 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
12886 guards for `ibuffer-pop-filter-group' and
12887 `ibuffer-clear-filter-groups'.
12888
12889 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
12890
12891 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12892 Use with-syntax-table.
12893
12894 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
12895
12896 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
12897
12898 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
12899
12900 * time-stamp.el (time-stamp-format): Doc fix: escape open
12901 parenthesis in column 0.
12902
12903 2002-05-04 Richard M. Stallman <rms@gnu.org>
12904
12905 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
12906 Handle both cases: when the menu item has cached info
12907 and when it doesn't.
12908
12909 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
12910 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
12911 (filesets-tree-max-level): Doc fix.
12912 (filesets-commands, filesets-external-viewers)
12913 (filesets-ingroup-patterns): Mark as risky.
12914 (filesets-cache-hostname-flag): Doc fix.
12915 (filesets-menu-cache-file): Doc fix. Mark as risky.
12916 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
12917 Don't defcustom them if running in Emacs.
12918
12919 2002-05-04 Thomas Link <t.link@gmx.at>
12920
12921 * filesets.el (filesets-ingroup-collect-files):
12922 Fix problem with inclusion groups' :scan-depth property.
12923
12924 2002-05-04 Colin Walters <walters@verbum.org>
12925
12926 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
12927 "Default" group earlier. Push killed group on
12928 `ibuffer-filter-group-kill-ring'.
12929 (ibuffer-kill-line): Document. Don't push killed group ourselves.
12930 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
12931 (ibuffer-insert-filter-group-before): New function, broken out
12932 from `ibuffer-yank'.
12933 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
12934
12935 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
12936 (ibuffer-mode-view-menu): Unused variables; deleted.
12937 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
12938
12939 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
12940
12941 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
12942 (toplevel): Bind filter group menu entries in it. Add :enable
12943 forms for some menu items.
12944 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
12945 to `ibuffer-mouse-popup-menu'.
12946 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
12947 group name, and if so, pop up a filter group menu.
12948
12949 2002-05-04 Jason Rumney <jasonr@gnu.org>
12950
12951 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
12952 (mwheel-scroll): Recognize nil scroll amount as documented.
12953
12954 * term/w32-win.el (mouse-wheel-scroll-line)
12955 (mouse-wheel-scroll-screen): Remove.
12956 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
12957
12958 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
12959
12960 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
12961
12962 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12963 Bind case-fold-search when searching.
12964
12965 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12966
12967 * apropos.el (apropos-print): Fix the reference to mouse-2.
12968
12969 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
12970
12971 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
12972
12973 2002-05-04 Kim F. Storm <storm@cua.dk>
12974
12975 * cus-edit.el (custom-buffer-verbose-help): New variable.
12976 (custom-buffer-create-internal): Remove verbose introduction
12977 in customization buffer when it is nil.
12978
12979 2002-05-03 Dave Love <fx@gnu.org>
12980
12981 * international/mule-cmds.el (select-safe-coding-system):
12982 Don't offer coding systems that use locking shift.
12983 Ask for confirmation if chosen coding system disagrees with
12984 a `coding:' spec in the file.
12985
12986 2002-05-03 John Wiegley <johnw@gnu.org>
12987
12988 * eshell/esh-var.el (eshell-modify-global-environment): Added this
12989 customization variable, which will cause any "export" commands
12990 within any eshell buffer to modify the global Emacs environment.
12991 It defaults to nil, which means that such commands will only
12992 modify that Eshell buffer's environment.
12993 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
12994
12995 * eshell/em-cmpl.el (eshell-command-completions-alist):
12996 Improve default completion targets for objdump, nm and readelf.
12997
12998 2002-05-03 Colin Walters <walters@verbum.org>
12999
13000 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
13001 (gamegrid-add-score-with-update-game-score):
13002 Use `shared-game-score-directory'. Correctly handle non-setuid case.
13003
13004 2002-05-02 Colin Walters <walters@verbum.org>
13005
13006 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
13007 (occur-1): If one of the buffers we're searching is the *Occur*
13008 buffer itself, handle it by creating a temporary buffer. If any
13009 of the buffers being searched are killed, note that in the search
13010 result message. Also, set local variables before we possibly kill
13011 the buffer.
13012
13013 2002-05-02 Kim F. Storm <storm@cua.dk>
13014
13015 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
13016 (menu-bar-options-save): Added cua-mode.
13017 (menu-bar-options-menu): Added toggle for cua-mode.
13018 Disable toggle for transient-mark-mode if cua-mode is enabled.
13019
13020 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
13021 variable.
13022
13023 2002-05-01 Richard M. Stallman <rms@gnu.org>
13024
13025 * help.el (view-todo): New function.
13026 (help-map): Bind C-h C-t to view-todo.
13027 (help-for-help): Change the text.
13028
13029 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13030
13031 * progmodes/f90.el: Yet more doc string, commment and whitespace
13032 changes.
13033 (f90-imenu-flag): New name for internal variable f90-imenu.
13034 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
13035 (f90-no-break-re): Use regexp-opt.
13036 (f90-end-type-re): Add closing "\\>".
13037 (f90-indent-region): Correctly indent comments embedded in
13038 continued lines.
13039 (f90-indent-new-line): Make it indent the current line, as it should.
13040 (f90-line-continued, f90-get-present-comment-type)
13041 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
13042 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
13043 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
13044 (f90-change-keywords): Minor code tidying.
13045
13046 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
13047 typo `fortran-strip-sqeuence-nos'.
13048
13049 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
13050
13051 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
13052 pop-up-window.
13053
13054 2002-05-01 Kim F. Storm <storm@cua.dk>
13055
13056 * emulation/cua-base.el (cua--pre-command-handler):
13057 Only interpret delete-selection property if mark-active.
13058 (cua-mode): Fixed require in defcustom.
13059
13060 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13061
13062 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
13063 error call.
13064
13065 2002-05-01 Colin Walters <walters@verbum.org>
13066
13067 * textmodes/tex-mode.el (tex-validate-buffer):
13068 Use `occur-revert-arguments' instead of setting `occur-nlines' and
13069 `occur-buffer'. Don't test for `input-pending-p' in loop.
13070 Set text property `occur-target' instead of `occur'.
13071
13072 2002-04-30 John Wiegley <johnw@gnu.org>
13073
13074 * align.el (align-region): Fixed the fix to align-region, because
13075 the "name" argument was appearing twice.
13076
13077 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13078
13079 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
13080 to handle protection labels, one which doesn't get confused by
13081 inherit colons.
13082
13083 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
13084 functions that have "class" or "struct" in the return type as
13085 classes or structs.
13086
13087 2002-04-30 Kim F. Storm <storm@cua.dk>
13088
13089 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
13090 Options" to "New Options..."; rephrase tooltip.
13091 Rephrase tooltip for "Specific Option...".
13092 Added "Saved Options" item. [from Simon Marshall]
13093
13094 2002-04-30 Richard M. Stallman <rms@gnu.org>
13095
13096 * time.el (display-time-mail-directory)
13097 (display-time-mail-function): Doc fixes.
13098
13099 * ediff-hook.el: Remove autoload cookies.
13100
13101 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
13102
13103 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
13104
13105 * align.el (align-region): Fix call to `message'.
13106 Check that (car rule) is a symbol.
13107
13108 * autoinsert.el (auto-insert-directory): Doc fix.
13109
13110 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
13111
13112 * descr-text.el: New file, broken out of facemenu.el.
13113
13114 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
13115
13116 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
13117
13118 * mail/emacsbug.el (report-emacs-bug-hook):
13119 Use replace-match only if search was successful.
13120
13121 2002-04-29 Richard M. Stallman <rms@gnu.org>
13122
13123 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
13124
13125 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
13126 if the user edits the Emacs version number in the text.
13127
13128 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
13129 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
13130 (filesets-error): Simplify definition and make conditional
13131 on filesets-running-xemacs.
13132 (filesets-find-file-using): Renamed from fsfind-file-using.
13133
13134 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
13135
13136 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
13137 (Info-read-node-name-1): Complete file names.
13138 (Info-complete-menu-item): Don't cons unnecessarily.
13139
13140 * files.el (locate-file): New fun.
13141 (locate-file-completion): Rename from load-completion and generalize.
13142 (load-library): Use it.
13143 (make-auto-save-file-name): Expand caddr.
13144
13145 * newcomment.el (comment-fill-column): New var.
13146 (comment-indent): Use it.
13147 (comment-or-uncomment-region): New fun.
13148 (comment-dwim): Use it.
13149
13150 2002-04-29 Colin Walters <walters@verbum.org>
13151
13152 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
13153 (ibuffer-kill-line): Copy the filter group data structure when killing.
13154 (ibuffer-yank): Handle case where we're yanking on the default
13155 group correctly.
13156 (ibuffer-delete-saved-filter-groups): Doc fix.
13157
13158 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13159 Test whether or not update-game-score is setuid, and do the right
13160 thing.
13161
13162 2002-04-29 Kim F. Storm <storm@cua.dk>
13163
13164 * subr.el (remove-yank-excluded-properties): New helper function.
13165 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
13166
13167 * simple.el (yank-excluded-properties): Added help-echo to list.
13168
13169 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
13170
13171 * autoinsert.el (auto-insert-directory): Doc fix.
13172
13173 * progmodes/f90.el: Add/change doc strings for many inline
13174 functions. Whitespace changes.
13175 (f90-indent-line-no, f90-update-line): Minor code changes.
13176
13177 2002-04-29 Kim F. Storm <storm@cua.dk>
13178
13179 * emulation/cua-base.el: New file.
13180
13181 * emulation/cua-rect.el: New file.
13182
13183 * emulation/cua-gmrk.el: New file.
13184
13185 * emulation/keypad.el: New file.
13186
13187 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
13188
13189 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
13190 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
13191 New Vietnamese coding system.
13192
13193 * language/viet-util.el: Update Commentary section.
13194
13195 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13196
13197 * filesets.el (filesets-data): Doc fix.
13198 (filesets-running-xemacs): Define even when compiling.
13199
13200 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
13201 sentence.
13202
13203 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
13204
13205 * textmodes/fill.el (fill-context-prefix): Fix last change with
13206 yet-another-approach.
13207
13208 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
13209
13210 * net/ange-ftp.el (ange-ftp-passive-host-alist)
13211 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
13212
13213 * files.el (small-temporary-file-directory): Fix custom type.
13214
13215 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
13216
13217 * progmodes/f90.el (f90-xemacs-flag): New variable.
13218 (f90-mark-subprogram-overlay): New variable.
13219 (f90-mark-subprogram): Now it highlights the subprogram.
13220 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13221 Fix highlighting of various "type" forms.
13222
13223 2002-04-28 Colin Walters <walters@verbum.org>
13224
13225 * ibuffer.el (ibuffer-mode): Additional documentation on filter
13226 groups.
13227
13228 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
13229
13230 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
13231 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
13232
13233 2002-04-28 Richard M. Stallman <rms@gnu.org>
13234
13235 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
13236 by 1 for the newly-readded #.
13237
13238 * files.el (make-auto-save-file-name): Specify # as suffix
13239 in the non-file-visiting case.
13240
13241 * subr.el (make-temp-file): New arg SUFFIX.
13242
13243 * filesets.el: New file.
13244
13245 * replace.el (occur-accumulate-lines): Avoid incf and decf.
13246 (occur-engine-add-prefix): New function.
13247 (occur-engine): Avoid using macrolet, incf and decf.
13248 Use occur-engine-add-prefix instead.
13249 Rename `l' to `lines' and `c' to `matches'.
13250
13251 * replace.el (occur-engine, occur-mode-mouse-goto)
13252 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
13253 (occur-mode-goto-occurrence-other-window)
13254 (occur-mode-display-occurrence): A position is just a marker,
13255 not a list.
13256
13257 * replace.el (occur-revert-arguments):
13258 Renamed from occur-revert-properties. All uses changed.
13259
13260 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13261
13262 * recentf.el (recentf-menu-before): Use string to specify path in
13263 the menu.
13264
13265 * international/mule-cmds.el (read-language-name): Take care of
13266 non-list values.
13267
13268 2002-04-27 Richard M. Stallman <rms@gnu.org>
13269
13270 * custom.el (custom-load-symbol): Moved from cus-edit.el.
13271 (custom-load-recursion): Likewise.
13272
13273 * cus-edit.el (custom-load-symbol): Moved to custom.el.
13274 (custom-load-recursion): Likewise.
13275
13276 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
13277 generated by easymenu are now lowercase.
13278
13279 2002-04-27 Richard M. Stallman <rms@gnu.org>
13280
13281 * menu-bar.el (menu-bar-update-buffers): Add menu items
13282 Next Buffer and Previous Buffer.
13283
13284 * simple.el (next-buffer, prev-buffer): New commands.
13285 Bind C-x left and C-x right to them.
13286
13287 * info.el (Info-header-line): Mark it as risky-local-variable.
13288
13289 * subr.el (insert-for-yank): Replace `category' property
13290 with whatever properties it stands for.
13291
13292 * subr.el (member-ignore-case): Ignore non-strings in LIST.
13293
13294 2002-04-27 Miles Bader <miles@gnu.org>
13295
13296 * faces.el (read-face-name): Format the prompt correctly when
13297 there's no default.
13298
13299 2002-04-26 Andrew Choi <akochoi@shaw.ca>
13300
13301 * term/mac-win.el: Don't call ediff-toggle-multiframe.
13302 Set default directory. Set process-connection-type to nil.
13303
13304 2002-04-26 Richard M. Stallman <rms@gnu.org>
13305
13306 * loadup.el: Explicitly load cus-face and timer.
13307
13308 * isearch.el: Don't require timer.
13309
13310 * faces.el: Don't require cus-face.
13311
13312 * cus-edit.el (customize-face): Use read-face-name
13313 and handle multiple faces.
13314 (customize-face-other-window): Make it work similarly.
13315
13316 * faces.el (read-face-name): New defaulting features.
13317 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
13318 (list-faces-display): Use the face, not its name string,
13319 as arg when running customize-face.
13320 Put a `read-face-name' prop on the entire line.
13321 (describe-face): Handle multiple faces via read-face-name.
13322
13323 * textmodes/tex-mode.el (tex-start-options): New variable.
13324 (tex-start-commands): New variable.
13325 (tex-start-options-string): Variable deleted.
13326 (tex-start-tex): Use tex-start-options and tex-start-commands,
13327 not tex-start-options-string.
13328 (tex-command): Doc fix.
13329
13330 2002-04-26 Sam Steingold <sds@gnu.org>
13331
13332 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
13333 not in the authinfo/netrc, keep `cred' at nil.
13334
13335 2002-04-26 Gerd Moellmann <gerd@gnu.org>
13336
13337 * find-file.el: Remove Ada-specific example code.
13338
13339 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
13340
13341 * ediff-hooks.el: Put back the autoloads.
13342
13343 2002-04-25 Colin Walters <walters@verbum.org>
13344
13345 * ibuffer.el (define column process): Use `ibuffer-aif'.
13346
13347 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
13348 defaults.
13349 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
13350 (ibuffer-save-filter-groups): Correctly structure filter groups.
13351 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
13352 groups.
13353
13354 2002-04-25 Simon Josefsson <jas@extundo.com>
13355
13356 * mail/sendmail.el (mail-use-dsn): New variable to request
13357 delivery status notification from MTA.
13358 (sendmail-send-it): Use it.
13359
13360 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
13361 (smtpmail-send-it): Use it to construct new queue filenames
13362 (needed if you send more than one message per second, which is
13363 possible if you use Gnus Agent).
13364
13365 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
13366 files as well.
13367 (smtpmail-try-auth-methods): Support netrc data.
13368 (netrc-parse): Autoload netrc.
13369
13370 2002-04-25 Colin Walters <walters@verbum.org>
13371
13372 * replace.el (multi-occur-by-filename-regexp): Doc fix.
13373 (occur-engine): Go to `point-min'. Make nlines argument actually
13374 mean number of context lines. Handle it. Pad digits to the right.
13375
13376 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
13377 `ibuffer-filter-groups'. All users updated.
13378 (ibuffer-show-empty-filter-groups): New variable.
13379 (ibuffer-saved-filter-groups): New variable.
13380 (ibuffer-maybe-save-stuff): Renamed from
13381 `ibuffer-maybe-save-saved-filters'. Callers updated.
13382 Handle `ibuffer-saved-filter-groups'.
13383 (ibuffer-hidden-filtering-groups): Renamed to
13384 `ibuffer-hidden-filter-groups'.
13385 (ibuffer-filter-group-kill-ring): New variable.
13386 (ibuffer-save-with-custom): Doc fix.
13387 (ibuffer-set-filter-groups-by-mode): New function.
13388 (ibuffer-clear-filter-groups): New function.
13389 (ibuffer-current-filter-groups-with-position): Renamed from
13390 `ibuffer-current-filter-groups'. Callers updated.
13391 (ibuffer-kill-filter-group): New function.
13392 (ibuffer-kill-line): New function.
13393 (ibuffer-yank): New function.
13394 (ibuffer-save-filter-groups): New function.
13395 (ibuffer-delete-saved-filter-groups): New function.
13396 (ibuffer-switch-to-saved-filter-groups): New function.
13397 (ibuffer-mark-on-buffer): Add optional arguments for adding a
13398 specific mark, and marking on a specific group.
13399
13400 * ibuffer.el (ibuffer-formats): Doc fix.
13401 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
13402 Bind new functions from ibuf-ext.el. Add menu entries for them.
13403 Remove superfluous tooltips.
13404 (ibuffer-toggle-marks): If on a group name, then toggle marks just
13405 in that group.
13406 (ibuffer-mark-interactive): Handle filter groups.
13407 (ibuffer-mark-forward, ibuffer-unmark-forward)
13408 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
13409 (ibuffer-mark-for-delete-backwards): Update docs.
13410 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
13411 to `ibuffer-current-filter-groups-with-position'.
13412 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
13413 (ibuffer-mode): Add some documentation about filter groups.
13414
13415 2002-04-25 Andreas Schwab <schwab@suse.de>
13416
13417 * find-dired.el (find-name-dired): Don't quote pattern twice.
13418
13419 2002-04-26 Miles Bader <miles@gnu.org>
13420
13421 * cus-edit.el (customize-face, customize-face-other-window):
13422 Use default instead of initial-input for suggested face.
13423
13424 2002-04-25 Gerd Moellmann <gerd@gnu.org>
13425
13426 * cus-edit.el (customize-face-other-window, customize-face):
13427 Interactively, when point is on text with a face, suggest to
13428 customize that face.
13429
13430 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
13431
13432 * progmodes/f90.el: General tidy-up of commentary and some doc
13433 strings.
13434
13435 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13436
13437 * scroll-all.el (scroll-all-function-all) New function to do the
13438 actual work.
13439 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
13440 scroll-all-page-down-all, scroll-all-page-up-all,
13441 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
13442 Make them use scroll-all-function-all.
13443
13444 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
13445 with line-beginning-position.
13446 (f90-get-end-of-line): Removed and replaced with line-end-position.
13447 (f90-match-piece): Removed and replaced with match-string.
13448 (f90-current-indentation): Remove `current-column'.
13449 (f90-get-present-comment-type): Use match-string rather than
13450 buffer-substring.
13451 (f90-match-end): Use line-beginning-position, line-end-position
13452 rather than beginning-of-line, end-of-line.
13453 (f90-startup-message): Variable removed.
13454
13455 2002-04-24 Colin Walters <walters@verbum.org>
13456
13457 * replace.el (occur-accumulate-lines): Add optional argument
13458 `no-props'. Handle it.
13459 (occur-engine): Use it.
13460
13461 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
13462 up autoloads manually.
13463 (ibuffer-split-list): New function.
13464 (ibuffer-filtering-groups): New variable.
13465 (ibuffer-hidden-filtering-groups): New variable.
13466 (ibuffer-mouse-toggle-filter-group): New function.
13467 (ibuffer-toggle-filter-group): New function.
13468 (ibuffer-toggle-filter-group-1): New function.
13469 (ibuffer-forward-filter-group): New function.
13470 (ibuffer-backward-filter-group): New funtion.
13471 (ibuffer-generate-filter-groups): New function.
13472 (ibuffer-filters-to-filter-group): New function.
13473 (ibuffer-pop-filter-group): New function.
13474 (ibuffer-jump-to-filter-group): New function.
13475 (ibuffer-do-occur): Just use `occur-read-primary-args'
13476
13477 * ibuffer.el (ibuffer-filter-group-name-face): New.
13478 (ibuffer-mode-map): Bind and add menu entries for most new
13479 functions; also, bind the arrow keys to the movement functions.
13480 (ibuffer-mode-filter-group-map): New.
13481 (ibuffer-mouse-toggle-mark): Handle group names.
13482 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
13483 (ibuffer-skip-properties): New function.
13484 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
13485 group names. Also, handle new properties.
13486 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
13487 Move error handling to `ibuffer-current-buffer'.
13488 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
13489 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
13490 (ibuffer-toggle-marks): Add optional group argument.
13491 (ibuffer-mark-interactive): Skip group names.
13492 (ibuffer-current-buffer): Clean up error handling.
13493 (ibuffer-fontify-region-function): Fontify group names.
13494 (ibuffer-map-lines): Add extra group argument. Handle it.
13495 (ibuffer-current-filter-groups): New function.
13496 (ibuffer-redisplay): Handle hidden filtering groups.
13497 (ibuffer-sort-bufferlist): New function, taken from
13498 `ibuffer-insert-buffers-and-marks'.
13499 (ibuffer-insert-filter-group): New function.
13500 (ibuffer-redisplay-engine): Renamed from
13501 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
13502 (ibuffer): Add filter-groups argument. Handle it.
13503 Use `save-selected-window'.
13504 (ibuffer-mode): Make `ibuffer-filtering-groups' and
13505 `ibuffer-hidden-filtering-groups' buffer-local.
13506
13507 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
13508
13509 2002-04-24 Richard M. Stallman <rms@gnu.org>
13510
13511 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
13512 (easy-menu-define-key-intern): Function deleted; callers intern
13513 and then call easy-menu-define-key.
13514 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
13515 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
13516 (easy-menu-name-match): New function.
13517 (add-submenu): New function.
13518 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
13519
13520 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
13521
13522 * menu-bar.el (menu-bar-adv-search-menu)
13523 (menu-bar-adv-search-menu): Improve the help text.
13524
13525 2002-04-24 Simon Josefsson <jas@extundo.com>
13526
13527 * net/netrc.el: New file.
13528
13529 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
13530
13531 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13532 Check if any of the available selection sources has new content
13533 and if so it will return that content.
13534
13535 2002-04-24 Miles Bader <miles@gnu.org>
13536
13537 * menu-bar.el (buffers-menu-show-directories)
13538 (buffers-menu-show-status): New variables.
13539 (menu-bar-update-buffers-1): Use them.
13540
13541 2002-04-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13542
13543 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
13544 from `c-do-auto-fill' and point is at or near the limit of the
13545 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
13546 is longer than the text on the first line of the comment when
13547 it's masked.
13548
13549 2002-04-24 Miles Bader <miles@gnu.org>
13550
13551 * menu-bar.el (menu-bar-update-buffers-1): Make sure
13552 `uniquify-buffer-name-style' is bound.
13553
13554 2002-04-23 Colin Walters <walters@verbum.org>
13555
13556 * replace.el (toplevel): Require `cl' while compiling.
13557 (occur-buffer, occur-nlines): Delete.
13558 (occur-revert-properties): Rename to `occur-revert-properties'.
13559 (occur-mode): Handle it. Set up font lock.
13560 (occur-revert-function): Simply apply `occur-1'.
13561 (occur-mode-find-occurence, occur-mode-mouse-goto)
13562 (occur-mode-goto-occurrence-other-window)
13563 (occur-mode-display-occurrence): Handle buffer property.
13564 (list-matching-lines-face): Use defcustom.
13565 (list-matching-lines-buffer-name-face): New variable.
13566 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
13567 in ibuffer.el.
13568 (occur-read-primary-args): Move out of `occur'.
13569 (occur): Delete. Now simply call `occur-1'.
13570 (multi-occur, multi-occur-by-filename-regexp): New functions.
13571 (occur-1): New function.
13572 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
13573 previous implementation of `occur'; taken from ibuf-ext.el.
13574 (occur-fontify-on-property): New function.
13575 (occur-fontify-region-function, occur-unfontify-region-function):
13576 New functions.
13577
13578 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
13579
13580 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
13581 (ibuffer-occur-match-face): Delete.
13582 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
13583 (ibuffer-occur-mouse-display-occurence): Delete.
13584 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
13585 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
13586 (ibuffer-occur-engine): Moved to replace.el.
13587 (ibuffer-do-occur): Simply call `occur-1'.
13588
13589 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13590 Handle the case where we're already viewing the score file.
13591
13592 2002-04-23 Andreas Schwab <schwab@suse.de>
13593
13594 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
13595 next-tag-otherw.
13596
13597 2002-04-23 Miles Bader <miles@gnu.org>
13598
13599 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
13600 directory separator if there's no directory. Don't display
13601 directories at all if uniquify is active. Some code cleanup.
13602 (uniquify-buffer-name-style): Declare (but don't initialize).
13603
13604 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
13605 for command menu entries, since the low-level menu code modifies
13606 them. Cache the resulting list.
13607 (menu-bar-buffers-menu-command-entries): New variable.
13608
13609 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
13610 Add separator line before commands
13611 Remove old crufty code that tried to line things up by adding
13612 spaces to entries (it doesn't work).
13613 Move `Frames' submenu after the normal buffers, and add a
13614 separator line before it.
13615 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
13616
13617 2002-04-22 Richard M. Stallman <rms@gnu.org>
13618
13619 * files.el (after-find-file): Use %s to output MSG.
13620
13621 * dired.el (dired-mouse-find-file-other-window):
13622 Handle events that move out of the window.
13623
13624 2002-04-23 Martin Stjernholm <bug-cc-mode@gnu.org>
13625
13626 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
13627 was moved to the following line when it was at the first line
13628 of a block comment where comment-start-skip matched to eol.
13629
13630 2002-04-22 Richard M. Stallman <rms@gnu.org>
13631
13632 * simple.el (line-move-finish): Find beg and end of line
13633 before calling line-move-to-column. Do consider intangible
13634 when finding the end. Take more care in analyzing the results
13635 of intangibility after line-move-to-column.
13636
13637 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13638
13639 * international/mule-diag.el (list-input-methods-1): Doc fix
13640 (LEIM is now part of the standard distribution).
13641
13642 * tmm.el (tmm-completion-prompt): Doc fix.
13643
13644 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
13645
13646 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
13647
13648 * diary-lib.el (include-other-diary-files): Allow modifying
13649 included buffer, to turn off selective display.
13650
13651 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13652
13653 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
13654 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
13655 emacsen that doesn't support it.
13656
13657 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13658
13659 * progmodes/cc-align.el, progmodes/cc-engine.el,
13660 progmodes/cc-styles.el, progmodes/cc-vars.el
13661 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
13662 Find correct anchor for statement-cont in top level constructs.
13663 Analyze variable initializations in top level constructs as
13664 topmost-intro-cont instead of statement-cont. That is an
13665 incompatible change but it gives better consistency. The new
13666 lineup function c-lineup-topmost-intro-cont' compensates for
13667 it and is now put on topmost-intro-cont by default.
13668
13669 * progmodes/cc-align.el, progmodes/cc-engine.el,
13670 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
13671 contributed by Kevin Ryde.
13672
13673 (c-in-gcc-asm-p): Function to recognize asm statements.
13674 Contributed by Kevin Ryde.
13675
13676 (c-opt-asm-stmt-key): New language variable to recognize the
13677 beginning of asm statements.
13678
13679 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13680
13681 * progmodes/cc-engine.el (c-guess-basic-syntax):
13682 Detect variable declarations after class and struct declarations
13683 correctly. Fixed limit error when finding the anchor for
13684 template-args-cont and topmost-intro-cont.
13685
13686 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13687
13688 * progmodes/cc-cmds.el (c-beginning-of-defun)
13689 (c-declaration-limits): Find the "line oriented" declaration
13690 start too, just like the "line oriented" end is found.
13691
13692 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13693
13694 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
13695 for `inexpr-statement'. This is not compatible, though.
13696 I think the benefit of a good default style outweights that in
13697 this case. Besides, `inexpr-statement' is not very common.
13698
13699 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13700
13701 * progmodes/cc-cmds.el (c-electric-delete-forward):
13702 Fix silly bug that caused it to delete backwards in hungry delete
13703 mode. (It's amazing that this bug hasn't been reported.)
13704
13705 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
13706 Extracted the code to get the declaration limits from
13707 `c-mark-function' to a new `c-declaration-limits'.
13708
13709 (c-indent-defun): Use the same method to get the limits of the
13710 declaration or macro as `c-mark-function'.
13711
13712 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
13713 list initializers correctly (but costly; it ought to be
13714 integrated into `c-beginning-of-statement-1').
13715
13716 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13717
13718 * progmodes/cc-cmds.el, progmodes/cc-engine.el
13719 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
13720 Rewritten to detect the declaration limits better.
13721 Now handles K&R argdecls, class definitions followed by variables etc.
13722
13723 (c-in-knr-argdecl): Broke out the K&R argdecl test in
13724 `c-beginning-of-decl-1' to this new function.
13725
13726 (c-end-of-statement-1, c-end-of-decl-1):
13727 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
13728 handles declarations that continue after the block.
13729
13730 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13731 Added an option to restrict matching to the top level of the
13732 current paren sexp.
13733
13734 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
13735 New regexp to recognize declarations that continue after the block.
13736
13737 (c-syntactic-eol): New regexp to match a "syntactic" eol.
13738
13739 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13740
13741 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
13742 that often caused the backward limit to be lost at the top
13743 level. This improves performance a bit.
13744
13745 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13746 New function that works like `re-search-forward' but only returns
13747 matches in syntactically significant text.
13748
13749 * progmodes/cc-engine.el: Fixed a faster and more accurate way
13750 to recognize K&R argdecls.
13751
13752 (c-beginning-of-decl-1): New function that put point at the
13753 beginning of the declaration. It handles K&R argdecl blocks.
13754
13755 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
13756 code with one that doesn't depend on the current indentation.
13757 The anchor position for `knr-argdecl' has also changed, but in
13758 a way that is unlikely to cause compatibility problems.
13759
13760 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13761
13762 * progmodes/cc-defs.el, progmodes/cc-engine.el
13763 (c-forward-comment): `forward-comment' in XEmacs skips over
13764 line continuations in the backward direction. Correct for
13765 that. Also made this a defun since it has grown too large now
13766 to be a defsubst.
13767
13768 * progmodes/cc-langs.el: More convenient and decentralized
13769 setup of the language specific variables. The regexp-opt
13770 mangling is also done at compile time now.
13771
13772 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13773
13774 * progmodes/cc-cmds.el (c-indent-line-or-region):
13775 Call `c-indent-line' directly instead of through
13776 `indent-according-to-mode' so that this function always
13777 indents syntactically.
13778
13779 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
13780 where a class beginning with a nested class could cause an
13781 infinite loop (the state outside the narrowed out class is
13782 never used now).
13783
13784 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13785
13786 * progmodes/cc-align.el, progmodes/cc-cmds.el,
13787 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
13788 the context sensitive analysis inside macros is restricted to
13789 the bodies of #define's; other things, like #if expressions,
13790 never have anything in common with their surroundings.
13791 The old `cpp-macro-cont' syntax is now used in situations where
13792 the syntactic analysis isn't applicable, and a new syntactic
13793 element `cpp-define-intro' is used to add indentation in
13794 #define bodies.
13795
13796 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
13797 better reflect its use.
13798
13799 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
13800 continuation backslashes in the detection of `arglist-cont-nonempty'.
13801
13802 * progmodes/cc-align.el: Use the vector form in the return
13803 value in all cases where lineup functions return absolute columns.
13804
13805 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13806
13807 * progmodes/cc-engine.el (c-add-stmt-syntax)
13808 (c-guess-basic-syntax): Anchor `brace-list-intro' and
13809 `bracec-list-close' better for brace lists nested inside expressions.
13810
13811 * progmodes/cc-engine.el, progmodes/cc-langs.el,
13812 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
13813 various language specific variables and their initialization.
13814 The keyword regexps are now lists that are combined with
13815 regexp-opt. Some variables have changed names to fit better
13816 with the naming convention.
13817
13818 * progmodes/cc-defs.el, progmodes/cc-vars.el
13819 (c-buffer-is-cc-mode): The value is the mode symbol of the
13820 original CC Mode mode.
13821
13822 (c-major-mode-is): Compare against the buffer local variable
13823 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
13824
13825 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13826
13827 * progmodes/cc-engine.el (c-forward-syntactic-ws)
13828 (c-backward-syntactic-ws, c-forward-token-1)
13829 (c-backward-token-1, c-in-literal, c-literal-limits)
13830 (c-collect-line-comments, c-literal-type, c-on-identifier)
13831 (c-guess-basic-syntax): These functions are now considered part
13832 of the "CC Mode API" and may be used by other code.
13833 That's signified by making their documentation into docstrings.
13834
13835 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
13836 Removed these internal functions since they aren't used.
13837
13838 (c-forward-to-cpp-expression): Classified this function as internal.
13839
13840 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13841
13842 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
13843 Simplified these regexps; the class keywords they contain
13844 ought to be enough to avoid false matches, so checking for
13845 following identifiers etc is just unnecessary (and might also
13846 fail for oddly formatted code).
13847
13848 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13849
13850 * progmodes/cc-engine.el, progmodes/cc-cmds.el
13851 (c-forward-comment-lc): New function that behaves like
13852 `c-forward-comment', with the exception that line
13853 continuations are treated as whitespace.
13854
13855 (c-beginning-of-statement): Use `c-forward-comment-lc', to
13856 work correctly in macros and other places where line
13857 continuations should be treated as whitespace.
13858
13859 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
13860 normal label in a switch block as a case label, to get
13861 consistent lineup with the case labels.
13862
13863 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
13864 in skipping over a macro that ends with an empty line.
13865
13866 * progmodes/cc-styles.el: Require cc-align since styles added
13867 with `c-add-style' often contains references to functions
13868 defined there, and so the `c-valid-offset' check might
13869 otherwise complain on them.
13870
13871 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13872
13873 * progmodes/cc-align.el, progmodes/cc-mode.texi,
13874 progmodes/cc-vars.el: Added two new lineup functions:
13875
13876 (c-lineup-knr-region-comment): A new lineup function to get
13877 (what most people think is) better indentation of comments in
13878 the "K&R region" between the function header and its body.
13879
13880 (c-lineup-gcc-asm-reg): New lineup function for better
13881 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
13882
13883 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
13884 `c-lineup-knr-region-comment' in the default offset
13885 configuration, since these two functions have little impact
13886 outside their intended use, and they generally do the right
13887 thing when they kick in.
13888
13889 * progmodes/cc-engine.el (c-guess-continued-construct)
13890 (c-guess-basic-syntax): Handle nested functions in all
13891 languages, not just Pike. In C and C++ there's a gcc
13892 extension for this, and it also gives better treatment of
13893 macros that are followed by blocks.
13894
13895 * progmodes/cc-langs.el (c-symbol-key): Made this variable
13896 mode specific, to handle Pike special symbols like `== better.
13897
13898 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13899
13900 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
13901 progmodes/cc-vars.el (c-report-syntactic-errors): A new
13902 variable to control the syntactic error messages. It defaults
13903 to off; since CC Mode ignores most syntactic errors it might
13904 as well ignore them all for the sake of consistency.
13905
13906 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13907
13908 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13909 Optimization. Can give a noticeable speedup if there's a
13910 large preceding function or class body.
13911
13912 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13913
13914 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
13915 efficient and correct insertion functions in many places.
13916 Always inherit text properties correctly if the text is
13917 permanent. Also do it for speed in temporary insertions,
13918 since I figure it's less work to continue the surrounding text
13919 properties than to break them.
13920
13921 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
13922 completion to make it easier to enter lists.
13923
13924 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13925
13926 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
13927 c-state-cache was clobbered.
13928
13929 * progmodes/cc-cmds.el, progmodes/cc-engine.el
13930 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
13931 to dependency.
13932
13933 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13934
13935 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
13936 open parens in macros (if point isn't in the same one).
13937
13938 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13939
13940 * progmodes/cc-cmds.el (c-context-open-line): New function
13941 that is the `open-line' equivalent to `c-context-line-break'.
13942
13943 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
13944 for Emacs 21 since `indent-new-comment-line' has been changed
13945 to `comment-indent-new-line' there.
13946
13947 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13948
13949 * progmodes/cc-engine.el, progmodes/cc-langs.el
13950 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
13951 New variables containing the character sets used to recognize
13952 statement/declaration boundaries. These variables might help
13953 to support languages like javascript and awk, where newlines
13954 sometimes delimits statements.
13955
13956 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
13957 the set of statement delimiting characters, to allow it to be
13958 changed dynamically and per-mode.
13959
13960 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13961
13962 * progmodes/cc-engine.el (c-looking-at-bos)
13963 (c-looking-at-inexpr-block, c-add-stmt-syntax)
13964 (c-guess-basic-syntax): Treat blocks directly inside function
13965 calls like "bare" statements inside function calls, and not
13966 like in-expression statements. This to make indentation of
13967 such blocks consistent with other statements inside macro calls.
13968
13969 * progmodes/cc-engine.el (c-guess-basic-syntax):
13970 Made arglist-cont anchor correctly in arglists that contain statements.
13971
13972 * progmodes/cc-engine.el (c-guess-basic-syntax):
13973 Fixed consistent anchoring of defun-block-intro in defuns in code
13974 blocks (can only occur in Pike).
13975
13976 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13977 (c-looking-at-inexpr-block-backward): Changed the arguments to
13978 require containing sexps and paren state, for better efficiency.
13979
13980 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13981
13982 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
13983 progmodes/cc-vars.el: Improved anchoring of statement and
13984 handling of labels in front of substatements.
13985
13986 (c-guess-continued-construct, c-guess-basic-syntax):
13987 Improved and unified anchoring at statements. Statements beginning
13988 with comments or labels are now avoided, by going out of
13989 blocks and containing statements if necessary. This nesting
13990 handling also fixes the case when there's a statement after a
13991 block open brace. Added the syntactic symbol `substatement-label'.
13992
13993 (c-electric-colon): Map the new `substatement-label' to
13994 `label' when consulting `c-hanging-colons-alist'.
13995
13996 (c-offsets-alist): Added substatement-label. Updated the
13997 comments for the new anchoring positions at statements.
13998
13999 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
14000 anchor points for knr-argdecl-intro and access-label.
14001 They used to refer to some point on the same line, a bug which was
14002 neutralized by a kludge in `c-get-syntactic-indentation' which
14003 ignored such anchor points.
14004
14005 (c-get-syntactic-indentation): Removed the kludge that was
14006 necessary due to buggy anchor points.
14007
14008 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
14009 the absence of a comma before arglist-close (case 7A) in any
14010 language, since there's nothing better to do that case anyway.
14011 Added special case to make in-expression statements be
14012 recognized as normal arglist-cont if we're directly in a macro
14013 arglist, for consistency with other "bare" statements.
14014
14015 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
14016 limit arg for backward searches.
14017
14018 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14019 Anchor gcc in-expression statements at the surrounding open
14020 parenthesis. Treat a class body as an in-expression class if
14021 it's used in an object clone expression in Pike.
14022
14023 * progmodes/cc-engine.el (c-get-offset)
14024 (c-get-syntactic-indentation): Allow several anchor positions
14025 in the list of syntactic symbols. Only the first is used as
14026 the base for the offset calculation.
14027
14028 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14029
14030 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
14031 macro if inside one at the top level. Do not throw an error
14032 if used at the top level outside a macro.
14033
14034 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
14035 alignment only if the backslashes can't be aligned with
14036 surrounding backslashes.
14037
14038 * progmodes/cc-engine.el (c-end-of-macro): New function.
14039
14040 * progmodes/cc-engine.el (c-least-enclosing-brace):
14041 Rewritten to not be destructive.
14042
14043 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14044
14045 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
14046 line break when point is inside the content of it; if it's in
14047 the cpp keyword a normal line break is done.
14048
14049 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
14050 cpp-macro-cont inside the argument list to a #define.
14051
14052 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14053
14054 * progmodes/cc-defs.el (c-forward-comment): Implemented a
14055 kludge to avoid the problem most forward-comment incarnations
14056 have with `\' together with comment parsing.
14057
14058 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14059
14060 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
14061 which could cause the state returned by `c-parse-state' to
14062 lack a closed paren element. That in turn could result in
14063 very long searches, since it's common that they start from the
14064 last preceding close brace.
14065
14066 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14067
14068 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
14069 treat else-if as a single continuation, since that'd make it
14070 hard to get the right anchor point when there's a line break
14071 between the two keywords. This change causes else-clause to
14072 be anchored on the closest preceding else-if and not always on
14073 the starting if, but that doesn't affect the indentation for
14074 any reasonably sane style. Also introduced a noerror flag.
14075
14076 (c-beginning-of-closest-statement): Removed;
14077 c-beginning-of-statement-1 now avoids the problem this one solved.
14078
14079 * progmodes/cc-engine.el (c-guess-continued-construct)
14080 (c-guess-basic-syntax): Better and more uniform anchor points
14081 for 'statement-cont and 'substatement. The effect is
14082 noticeable mostly when there's a label on the same line as the
14083 beginning of the statement, or when there are more stuff
14084 before the start of the statement.
14085
14086 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14087 Added flag to disable looking at the type of the surrounding paren
14088 since that confuses c-beginning-of-statement-1 and a couple of
14089 other places.
14090
14091 * progmodes/cc-engine.el (c-guess-basic-syntax):
14092 Avoid stepping to the previous statement in case 18.
14093 Improvements in recognition of statement blocks on the top level.
14094
14095 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14096
14097 * progmodes/cc-engine.el (c-beginning-of-statement-1)
14098 (c-crosses-statement-barrier-p): Rewritten to get a well
14099 defined and documented behavior. This fixes some tricky cases
14100 in recognition of do-while constructs.
14101
14102 (c-backward-to-start-of-do, c-backward-to-start-of-if):
14103 Removed; use c-beginning-of-statement-1 instead.
14104
14105 (c-guess-continued-construct, c-guess-basic-syntax):
14106 Various fixes to not depend on the bugs previously in
14107 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
14108 use the new behavior of c-beginning-of-statement-1 better.
14109 Fixed recognition of catch blocks inside macros.
14110
14111 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
14112 in skipping over a macro.
14113
14114 * progmodes/cc-langs.el (c-label-kwds): New variable to
14115 contain the appropriate c-*-label-kwds value.
14116
14117 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
14118 evaluation bug that caused the widget for
14119 c-block-comment-prefix to bug out.
14120
14121 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14122
14123 * progmodes/cc-engine.el (c-guess-basic-syntax):
14124 Improved recognition of statements: They are now recognized in
14125 contexts where they normally can't occur, e.g. on the top level or
14126 in function call arguments. This is mainly useful to recognize
14127 statements in macros at the top level, and in arguments to
14128 macros. The cases has been moved around quite a bit, and case
14129 10 has been copied to case 18. (The cases has not been
14130 renumbered because of this.)
14131
14132 (c-guess-continued-construct): New function which has the
14133 rules which are common between cases 10 and 18.
14134
14135 * progmodes/cc-engine.el (c-beginning-of-statement-1)
14136 (c-backward-to-start-of-do, c-backward-to-start-of-if):
14137 Fixes so that they really obey the passed limits.
14138
14139 (c-safe-position): Return nil if the state doesn't contain a
14140 suitable position.
14141
14142 (c-guess-basic-syntax): Fixes some too short limits in calls
14143 to c-beginning-of-statement-1. Some fixes for top level
14144 analysis in ObjC mode.
14145
14146 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14147 Fixed bug in do-while statements where the body is not a block.
14148
14149 * progmodes/cc-styles.el (c-set-style):
14150 Reset c-special-indent-hook to its global value if in override mode.
14151 Fixes problem where functions on that hook remained after
14152 style switch.
14153
14154 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
14155 Use c-benign-error to report the c-strict-syntax-p error.
14156
14157 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14158
14159 * progmodes/cc-align.el, progmodes/cc-defs.el,
14160 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
14161 Several fixes to treat macros as code and not literals and to
14162 handle line continuations transparently.
14163
14164 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
14165 through whitespace and line continuations, but not comments
14166 and macros.
14167
14168 (c-in-literal): No longer recognizes macros as literals by
14169 default. An extra flag argument is required to do that.
14170
14171 (c-macro-start, c-query-macro-start)
14172 (c-query-and-set-macro-start): Added a cache for the macro
14173 start position.
14174
14175 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
14176 more speed when limits are given. Workaround for bad behavior
14177 in forward-comment in some emacsen when it hits a buffer limit
14178 with a large repeat count.
14179
14180 (c-lineup-macro-cont): Improved behavior when
14181 c-syntactic-indentation-in-macros is nil.
14182
14183 (c-syntactic-indentation-in-macros, c-backslash-max-column)
14184 (c-auto-align-backslashes): New customization variables to
14185 control macro handling.
14186
14187 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14188 Fixes to handle line continuations.
14189
14190 * progmodes/cc-defs.el, progmodes/cc-styles.el
14191 (c-get-style-variables, c-set-offset): Report style errors
14192 with message and ding instead of error signal. This to avoid
14193 interrupted mode init if there's some style problem.
14194
14195 (c-benign-error): New macro to report errors that doesn't need
14196 to interrupt the operation.
14197
14198 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
14199
14200 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14201
14202 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
14203 Removed most of the c-state-cache fiddling, since the global
14204 state cache now handles this.
14205
14206 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
14207 when there's an open paren at the very first char of the
14208 visible buffer region.
14209
14210 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
14211 Cache the state globally and invalidate it below every buffer
14212 change with the new after change function
14213 `c-check-state-cache'. This gives a considerable performance
14214 boost when editing large functions or classes.
14215
14216 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
14217
14218 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14219
14220 * progmodes/cc-engine.el, progmodes/cc-langs.el,
14221 progmodes/cc-align.el: Improvements to syntactic analysis
14222 inside macros:
14223
14224 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
14225 by `c-guess-basic-syntax'.
14226
14227 (c-parse-state): Fixed bug with braces inside macros when
14228 using cached state info.
14229
14230 (c-forward-to-cpp-expression): New function to aid in
14231 syntactic analysis inside macros.
14232
14233 (c-beginning-of-statement-1, c-backward-syntactic-ws):
14234 Fixes to work better inside macros.
14235
14236 (c-forward-syntactic-ws): Whitespace between the # and the
14237 command should be allowed in preprocessor directives.
14238
14239 (c-lineup-macro-cont): New lineup function to get context
14240 sensitive indentation inside macros.
14241
14242 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
14243 cpp-macro-cont.
14244
14245 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14246
14247 * progmodes/cc-engine.el (c-beginning-of-statement-1)
14248 (c-forward-syntactic-ws): Fixes to handle continued lines.
14249
14250 (c-backward-to-start-of-if, c-guess-basic-syntax):
14251 Do syntactic analysis inside macros.
14252
14253 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14254
14255 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
14256 possible by the more flexible state cache.
14257
14258 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
14259 (c-whack-state-after, c-hack-state)
14260 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
14261 Improved the state cache system. It now can use partial info from
14262 an old cached state to calculate a new one at a different
14263 position. Removed some kludges to avoid the state cache.
14264 The new functions `c-whack-state-before' and `c-whack-state-after'
14265 replace the now obsolete `c-whack-state'.
14266
14267 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14268 Optimized backing through a macro. This can speed things up
14269 quite a bit when there are long macros before point.
14270
14271 (c-beginning-of-macro): Do not ignore the limit.
14272
14273 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14274
14275 * progmodes/cc-cmds.el (c-electric-continued-statement):
14276 Fixed a bug where the keyword wasn't reindented correctly if
14277 followed by another keyword or identifier.
14278
14279 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
14280 pairs that are in macros. Fixes some cases where e.g. the
14281 second of two "do { } while (0)" macros after each other
14282 indented differently.
14283
14284 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14285
14286 * progmodes/cc-engine.el (c-beginning-of-macro)
14287 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
14288 directive when it begins a line, to allow for script
14289 interpreter lines like "#!/usr/bin/pike" at the beginning of
14290 the file.
14291
14292 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14293
14294 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14295 Recognize brace blocks inside a parenthesis expression as
14296 inexpr-statement. Useful when writing statements as macro arguments.
14297
14298 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14299
14300 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
14301 (c-mask-comment): Broke out the comment masking code from
14302 `c-fill-paragraph' to a new function `c-mask-comment', to be
14303 able to do the same thing in `c-do-auto-fill'. This should
14304 make auto-fill-mode behave better.
14305
14306 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14307
14308 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
14309 Check `executing-macro' to avoid blinking parens when macros
14310 are executed.
14311
14312 * progmodes/cc-mode.el, progmodes/cc-styles.el
14313 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
14314 consistency with `c-setup-paragraph-variables' (which was
14315 placed there due to the dependency from `c-set-style').
14316
14317 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
14318 incomplete initialization from the style variable fallbacks if
14319 there already is a style called "user" defined when CC Mode
14320 starts up for the first time.
14321
14322 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14323
14324 * progmodes/cc-cmds.el, progmodes/cc-vars.el
14325 (c-comment-indent, c-indent-comment-alist): Added new variable
14326 `c-indent-comment-alist' to allow better control over
14327 `c-comment-indent'.
14328
14329 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14330
14331 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
14332 both `comment-start-skip' and the comment prefix on the
14333 current line with the comment starter, so that we line up
14334 comments which matches `c-comment-prefix-regexp' on the first
14335 line (after the `/') without the need to make
14336 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
14337
14338 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
14339 (c-set-style-1, c-setup-paragraph-variables): Moved the
14340 variable initialization based on `c-comment-prefix-regexp' to
14341 a new function `c-setup-paragraph-variables', which is now
14342 used both at mode init and when a style that sets
14343 `c-comment-prefix-regexp' is activated.
14344
14345 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14346
14347 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14348 Better handling of C++ template args to avoid confusion with
14349 `<' and `>' used as operators in member init expressions.
14350
14351 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14352
14353 * progmodes/cc-engine.el (c-most-enclosing-brace)
14354 (c-least-enclosing-brace): Added optional second arg to limit
14355 the search to before a certain point.
14356
14357 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
14358 which could cause incorrect analysis if a cached state is used
14359 (usually only happens when an electric key reindents a line).
14360
14361 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14362
14363 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
14364 insulation. This time for XEmacs 21.
14365
14366 * progmodes/cc-engine.el, progmodes/cc-langs.el:
14367 Improved handling of inheritance lists:
14368
14369 (c-beginning-of-inheritance-list): Rewritten to use a more
14370 syntactically correct method that doesn't get confused by
14371 badly placed linebreaks and comments.
14372
14373 (c-guess-basic-syntax): Several fixes to the handling of
14374 inheritance lists in combination with templates. 'inher-intro
14375 is now anchored on the start of the class declaration and not
14376 the indentation of the current line. Switched places on cases
14377 5D.3 and 5D.4 and made them use more syntactically correct methods.
14378
14379 (c-inher-key): Removed since the code in
14380 `c-guess-basic-syntax' now uses token-based search.
14381
14382 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
14383 Added a submenu to access some toggles.
14384
14385 (c-toggle-syntactic-indentation): New function to toggle the
14386 variable `c-syntactic-indentation'.
14387
14388 * progmodes/cc-styles.el (c-set-style): Improved the error
14389 message for incorrect offsets a bit.
14390
14391 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14392
14393 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
14394 sexp follows point immediately, instead find the closest
14395 following open paren that ends on another line.
14396
14397 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14398
14399 * progmodes/cc-align.el (c-lineup-cascaded-calls):
14400 New indentation function.
14401
14402 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
14403 directives with whitespace between the '#' and the name.
14404
14405 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14406
14407 * progmodes/cc-engine.el (c-forward-syntactic-ws)
14408 (c-backward-syntactic-ws): Handle line continuations as
14409 whitespace. Don't move past a macro if that'd take us past
14410 the limit.
14411
14412 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14413
14414 * progmodes/cc-engine.el (c-beginning-of-macro)
14415 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
14416 Pike, and that shouldn't be confused with a preprocessor directive.
14417
14418 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14419
14420 * progmodes/cc-cmds.el: Extended the kludge to interoperate
14421 with the delsel and pending-del packages wrt to the new
14422 function `c-electric-delete-forward'.
14423
14424 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14425
14426 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
14427 the block itself, i.e. only indent the contents in it.
14428
14429 * progmodes/cc-styles.el (c-set-style): Use the default
14430 argument to completing-read instead of initial-contents, if
14431 the function is recent enough to support it.
14432
14433 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14434
14435 * progmodes/cc-mode.el (c-mode-help-address):
14436 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
14437 I've almost never seen a bug reported this way that should go
14438 to that list, but it's rather common that the reports concern
14439 the combination CC Mode and XEmacs instead.
14440
14441 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14442
14443 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
14444 brace-elseif-brace and brace-catch-brace are active and
14445 there's a "else if"-block before the catch block.
14446
14447 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14448 Detect function headers that span lines.
14449
14450 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14451
14452 * progmodes/cc-cmds.el (c-electric-brace)
14453 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
14454 Check for last on line only for doing the auto-newline-mode
14455 stuff, not for the reindentation.
14456
14457 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
14458 handling of c-syntactic-indentation: When it's nil, indent the
14459 new lines but don't reindent the current one. Reindent the
14460 line only when the inserted brace comes first on it, instead
14461 of last.
14462
14463 * progmodes/cc-cmds.el (c-electric-brace)
14464 (c-electric-semi&comma): Fixed two places where
14465 c-syntactic-indentation wasn't heeded.
14466
14467 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
14468 inside a macro.
14469
14470 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
14471 little harder to find a fallback position when an orphan else
14472 is found. Fixed case where an else following a do-while
14473 statement could be associated with an if inside the do-while.
14474
14475 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14476
14477 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
14478 for the fallback to add a single space after the comment prefix.
14479
14480 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
14481 behavior in some special cases, especially for single-line comments.
14482 Avoid breaking up a comment starter or ender.
14483
14484 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14485
14486 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
14487 the Emacs sources to make this work in invisible text.
14488
14489 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
14490 not be confused by a later ':' on the same line as the label.
14491
14492 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14493
14494 * progmodes/cc-cmds.el, progmodes/cc-mode.el
14495 (c-electric-delete, c-electric-delete-forward):
14496 Split `c-electric-delete' into two functions where
14497 `c-electric-delete-forward' always deletes forward and
14498 `c-electric-delete' only contains the code necessary for
14499 XEmacs to choose between backward and forward deletion.
14500 `c-electric-delete-forward' is now bound to C-d to get the
14501 electric behavior on that key too.
14502
14503 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14504
14505 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
14506 use of c-comment-prefix-regexp, which caused an error when
14507 it's a list.
14508
14509 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14510
14511 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
14512 (c-default-style): Removed the hardcoded switch to "java" style
14513 in Java mode. It's instead taken care of by the default value
14514 for c-default-style.
14515
14516 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14517
14518 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
14519 was triggered by equal signs in string literals.
14520
14521 2002-04-21 Kim F. Storm <storm@cua.dk>
14522
14523 * subr.el (insert-buffer-substring-no-properties): New function.
14524 (insert-buffer-substring-as-yank): New function.
14525
14526 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14527
14528 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
14529 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
14530 prefix from scroll commands. Ignore end-of-buffer errors from
14531 other windows.
14532 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
14533 commands.
14534 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
14535 New functions.
14536
14537 * files.el: (auto-mode-alist): .f95 files in f90-mode.
14538
14539 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
14540 a DO statement irrespective of numeric label.
14541
14542 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
14543
14544 * files.el (auto-save-file-name-transforms): Doc fix.
14545 Add third element to "uniquify" filenames.
14546 (make-auto-save-file-name): Use new element of
14547 auto-save-file-name-transforms.
14548 * startup.el (command-line): Add third element to
14549 auto-save-file-name-transforms.
14550
14551 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
14552
14553 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
14554 return value of file-name-completion and file-name-all-completions.
14555
14556 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14557
14558 * progmodes/f90.el: Update maintainer.
14559 (f90-line-continued): Recognize blank/comment lines embedded in
14560 continuation lines.
14561 (f90-looking-at-program-block-start): No extra indentation after
14562 function or subroutine keyword appears in single quotes.
14563
14564 2002-04-19 Miles Bader <miles@gnu.org>
14565
14566 * custom.el (customize-mark-to-save, customize-mark-as-set)
14567 (custom-quote): Moved here from `cus-edit.el'.
14568 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
14569 (custom-quote): Moved to `custom.el'.
14570
14571 2002-04-18 Richard M. Stallman <rms@gnu.org>
14572
14573 * facemenu.el (list-text-properties-at): Command deleted.
14574
14575 * rect.el (insert-rectangle): Use insert-for-yank.
14576
14577 * register.el (insert-register): Use insert-for-yank.
14578 (describe-register-1): Discard text props in yank-excluded-properties.
14579
14580 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
14581 Fix parts in construction of `menu-item' item at end.
14582
14583 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
14584
14585 * subr.el (insert-for-yank): New function.
14586
14587 * simple.el (yank-excluded-properties): New user option.
14588 (yank-pop, yank): Use insert-for-yank.
14589
14590 2002-04-19 Kim F. Storm <storm@cua.dk>
14591
14592 * simple.el (pop-to-mark-command): Do not set this-command.
14593 (set-mark-command): Always jump to mark when called with arg.
14594
14595 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
14596
14597 * comint.el (comint-watch-for-password-prompt): Remove whitespace
14598 at the beginning of password prompts.
14599
14600 2002-04-18 Andrew Innes <andrewi@gnu.org>
14601
14602 * facemenu.el: Remove require of wid-edit.
14603
14604 2002-04-17 Colin Walters <walters@verbum.org>
14605
14606 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
14607 one window.
14608 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
14609 (ibuffer-current-state-list): Reinstate optional argument; now
14610 just call `point' inside the mapping function.
14611
14612 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
14613
14614 * dired-aux.el (dired-star-subst-regexp)
14615 (dired-quark-subst-regexp): New constants.
14616 (dired-do-shell-command, dired-shell-stuff-it): Use them.
14617 (dired-do-shell-command): Raise an error if both `*' and `?'
14618 substitution marks are used in the same command.
14619 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
14620 in a command given via dired-do-shell-command.
14621
14622 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
14623
14624 2002-04-16 Jason Rumney <jasonr@gnu.org>
14625
14626 * international/mule-cmds.el (locale-preferred-coding-systems):
14627 Add "jpn".
14628
14629 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
14630
14631 * term.el (term-emulate-terminal): Fix last change.
14632
14633 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14634
14635 * bindings.el (mode-line-mode-menu): Update names to reflect
14636 latest changes.
14637
14638 2002-04-16 Mike Williams <mdub@bigfoot.com>
14639
14640 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
14641 compilation error.
14642
14643 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
14644
14645 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
14646 (viper-ex-print-buf-name): New variable.
14647 (viper-ex-print-buf): New variable.
14648 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
14649 (ex-g-marks): New variable.
14650 (ex-print): New function.
14651 (ex-print-display-lines): New function.
14652
14653 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
14654 the cursor color.
14655
14656 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
14657 when the window is not in its own frame.
14658 (ediff-clone-buffer-for-region-comparison): More robust window
14659 arrangement while prompting for regions to compare.
14660 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
14661 (ediff-inferior-compare-regions): Deleted unused vars
14662 ctl-buf and quit-now.
14663
14664 2002-04-15 Richard M. Stallman <rms@gnu.org>
14665
14666 * facemenu.el (facemenu-add-new-face): Use this only for faces.
14667 Delete arg MENU.
14668 (facemenu-add-new-color): New function.
14669 (facemenu-set-foreground, facemenu-set-background):
14670 Use facemenu-add-new-color.
14671
14672 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
14673
14674 * ediff-init.el (ediff-current-diff-face-A)
14675 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14676 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
14677 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
14678 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
14679 (ediff-even-diff-face-B, ediff-even-diff-face-C)
14680 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
14681 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
14682 (ediff-odd-diff-face-Ancestor): Add special color definitions for
14683 tty and MS-DOS displays.
14684
14685 2002-04-15 Andrew Innes <andrewi@gnu.org>
14686
14687 * facemenu.el: Require wid-edit.
14688
14689 2002-04-15 Miles Bader <miles@gnu.org>
14690
14691 * faces.el (highlight): Force foreground to be black on a tty, so
14692 this face is readable on a dark-background tty.
14693 * wid-edit.el (widget-field-face, widget-single-line-field-face):
14694 Likewise.
14695
14696 2002-04-14 Kim F. Storm <storm@cua.dk>
14697
14698 * simple.el (pop-to-mark-command, push-mark-command): New commands.
14699 (set-mark-command): Use them.
14700 Enhanced functionality when command is repeated:
14701 - If first command set the mark (no prefix arg), repeat temporarily
14702 enables transient-mark-mode.
14703 - If first command jumped to mark off ring (with argument),
14704 repeat (with or without arg) jump to next mark off ring.
14705 - Use C-u C-u prefix to set mark after jump.
14706 (exchange-point-and-mark): Temporarily enable transient-mark-mode
14707 if prefix arg.
14708
14709 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14710
14711 * speedbar.el (speedbar-tag-hierarchy-method)
14712 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
14713
14714 2002-04-14 Mike Williams <mdub@bigfoot.com>
14715
14716 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
14717 beginning of buffer.
14718
14719 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14720
14721 * speedbar.el (speedbar-generic-item-info)
14722 (speedbar-sort-tags): Doc fix.
14723 (speedbar-add-supported-extension): Fix typo in interactive spec.
14724
14725 2002-04-13 Colin Walters <walters@verbum.org>
14726
14727 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
14728 only moving one line forward.
14729 (ibuffer-map-lines): Preserve point position even if we delete
14730 lines. Only call mapping functions with buffer and mark
14731 arguments; the other two were unused.
14732 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
14733
14734 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
14735
14736 * calc/calc-bin.el (math-format-radix-float): Use `when'.
14737
14738 * calc/calc.el (math-format-number): Load `calc-ext' before we
14739 call `math-group-float'.
14740
14741 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14742 Renamed from `gamegrid-add-score'.
14743 (gamegrid-add-score-insecure): Restored from the old
14744 `gamegrid-add-score'.
14745 (gamegrid-add-score): Just dispatch on `system-type' to one of the
14746 previous two functions.
14747
14748 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14749
14750 * iswitchb.el: Update commentary to include new function
14751 iswitchb-exclude-nonmatching.
14752
14753 2002-04-12 John Wiegley <johnw@gnu.org>
14754
14755 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
14756 operating systems to the regexp used to detect a script's interpreter.
14757
14758 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
14759
14760 * frame.el (frames-on-display-list): Use `equal' to compare the
14761 `display' frame parameter to the argument DISPLAY.
14762
14763 2002-04-12 Dave Love <fx@gnu.org>
14764
14765 * help.el (string-key-binding): Deal with margin events.
14766
14767 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
14768
14769 * comint.el (comint-password-prompt-regexp): Match " SMB password".
14770
14771 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
14772
14773 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
14774
14775 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
14776
14777 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
14778 (buffer-syntactic-context-depth): New funs.
14779
14780 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
14781 on variables.
14782
14783 * emacs-lisp/debug.el (debug-on-entry): Use push.
14784 (debugger-make-xrefs): Don't assume point-min == 1.
14785
14786 * progmodes/cc-engine.el (c-backward-to-start-of-if):
14787 Don't assume point-min == 1.
14788
14789 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
14790 (etags-list-tags, etags-tags-apropos, select-tags-table):
14791 Don't assume point-min == 1.
14792
14793 2002-04-12 Mike Williams <mdub@bigfoot.com>
14794
14795 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
14796
14797 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
14798
14799 * textmodes/fill.el (fill-context-prefix): Fix up last change.
14800
14801 * simple.el (line-move): Use memq rather than or.
14802 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
14803 (do-auto-fill): Use fill-move-to-break-point.
14804 (syntax-code-table): Remove.
14805
14806 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
14807 Don't add spaces at end of sentences at end of line.
14808 (fill-move-to-break-point): Make sure the result is always greater
14809 than linebeg, so we ensure forward progress.
14810 (fill-region-as-paragraph): Compare to `to' rather than eobp.
14811 (fill-paragraph): Don't rebind fill-paragraph-function.
14812
14813 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14814
14815 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
14816
14817 2002-04-11 Andreas Schwab <schwab@suse.de>
14818
14819 * files.el (file-name-non-special): Handle return value of t from
14820 `file-name-completion'.
14821
14822 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
14823
14824 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
14825 differently to avoid pathological exponential-time case.
14826 (adaptive-fill-regexp): Add ! and %.
14827 (fill-delete-prefix): Remove indentation while removing prefix.
14828 (fill-delete-newlines): Obey sentence-end.
14829 (fill-move-to-break-point, fill-newline): New functions extracted
14830 from fill-region-as-paragraph.
14831 (fill-region-as-paragraph): Use them.
14832 Don't fiddle with fill-indent-according-to-mode.
14833
14834 2002-04-10 Colin Walters <walters@verbum.org>
14835
14836 * play/snake.el (snake-score-file): Default to just "snake-scores".
14837
14838 * play/tetris.el (tetris-score-file): Likewise.
14839
14840 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
14841 use `update-game-score'.
14842
14843 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
14844 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
14845 ourselves; take it as an argument. Caller updated.
14846 (ibuffer-mode): Make mode-class special.
14847
14848 2002-04-10 Richard M. Stallman <rms@gnu.org>
14849
14850 * dired.el (dired-view-command-alist): New variable.
14851 (dired-view-file): Use external viewers for some files names.
14852
14853 * mouse.el (mouse-drag-region-1): Display region highlight
14854 only in the selected window.
14855
14856 * subr.el (remove-hook): When there are no more local hooks,
14857 kill the buffer-local value.
14858
14859 * isearch.el (isearch-mode): Don't call make-frame-visible
14860 if frame is already visible.
14861
14862 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
14863
14864 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
14865
14866 * progmodes/ada-prj.el: Add support for the new project file
14867 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
14868 Fix widget handling for Emacs 21. ada-mode now only supports a single
14869 active project file, instead of one per buffer. This is far less
14870 confusing.
14871
14872 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
14873 (ada-func-or-proc-name): Get real subprogram name, after change in
14874 ada-mode.el.
14875
14876 * progmodes/ada-xref.el: Ada-mode no longer supports a different
14877 project file per buffer. This was too complex. Instead, there is
14878 now a single active project file at any given time, and the user
14879 can switch the active one through the Ada menu. This revision
14880 also provides better handling of the Windows command line, and the
14881 various available shells on that platform. ada-mode is now fully
14882 integrated with the GNU visual debugger gvd, see
14883 http://libre.act-europe.fr.
14884 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
14885 This is only available with GNAT 3.14.
14886 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
14887 (ada-quote-cmd): New function.
14888 (ada-initialize-runtime-library): Get the location of the actual
14889 runtime the compiler will be using, including support for
14890 cross-platform environments.
14891 (ada-treat-cmd-string): Add support for the new variable
14892 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
14893 two commands to run just prior to running the debugger, and just
14894 after starting it. This provide better support for cross-platform
14895 and remote debugging.
14896 (ada-get-absolute-dir): Remove, replace with expand-file-name.
14897 (ada-gdb-application): New parameter executable-name.
14898 (ada-get-ali-file-name): Better handling of separate packages.
14899 Checkin on behalf of the ada-mode maintainer.
14900
14901 * progmodes/ada-mode.el (ada-case-exception-file)
14902 (ada-indent-handle-comment-special): New variables.
14903 (ada-case-exception-substring): New variable. Casing exceptions
14904 can now also be defined for substrings, in addition to full
14905 identifier names. This provides more flexibility.
14906 (ada-align-list): New fun, provide support for align.el in ada-mode.
14907 (ada-procedure-start-regexp): Add support for operators and
14908 generic formal subprograms and packages.
14909 (ada-imenu-comment-re): New variable.
14910 (ada-imenu-generic-expression): Add support for protected types.
14911 (ada-mode): Set comment-start only after running ada-mode-hook, so
14912 that the user can change ada-comment-start in the hook.
14913 Add support for ispell in comments. Add support for align.el.
14914 (ada-save-exception-file, ada-create-case-exception-substring)
14915 (ada-adjust-case-substring): New functions.
14916 (ada-get-current-indent): Properly handles keywords with uppercases.
14917 (ada-goto-matching-end): Rewritten, fixes problems in the handling
14918 of nested blocks.
14919 (ada-untab-hard): Do not touch the contents of comments and strings.
14920
14921 2002-04-09 Mike Williams <mdub@bigfoot.com>
14922
14923 * textmodes/sgml-mode.el (sgml-lexical-context):
14924 Use sgml-parse-tag-backward to find start point.
14925 (sgml-looking-back-at): Doc fix.
14926
14927 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14928
14929 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
14930 for prompt.
14931
14932 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
14933
14934 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
14935 Use define-minor-mode.
14936 (auto-revert-buffers): Use with-current-buffer.
14937 Avoid changing the minor modes.
14938
14939 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
14940 rather than char-to-string since last-input-char can be any event.
14941
14942 * international/titdic-cnv.el (tit-dictionary):
14943 Use defvar for non-constants.
14944
14945 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
14946 (global-cwarn-mode): Use easy-mmode-define-global-mode.
14947 (cwarn-font-lock-keywords): New function.
14948 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
14949 (cwarn-font-lock-match): New macro.
14950 (cwarn-font-lock-match-assignment-in-expression)
14951 (cwarn-font-lock-match-dangerous-semicolon)
14952 (cwarn-font-lock-match-reference): Use it.
14953
14954 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
14955 Use defvar rather than defconst since it's meant to be settable.
14956 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
14957 (cperl-fix-line-spacing): Add missing \ in [ t].
14958
14959 * loadup.el: Call ucs-unify-8859 directly rather than
14960 unify-8859-on-encoding-mode.
14961 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
14962
14963 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
14964 (sgml-mode): Use it for comment-line-break-function.
14965
14966 2002-04-08 Jason Rumney <jasonr@gnu.org>
14967
14968 * international/mule-cmds.el (reset-language-environment):
14969 Handle coding-systems not being defined yet.
14970
14971 2002-04-08 Sam Steingold <sds@gnu.org>
14972
14973 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
14974 (vc-cvs-checkin): Use it.
14975
14976 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14977
14978 * files.el (display-time-string): Fix last change.
14979
14980 2002-04-07 Sam Steingold <sds@gnu.org>
14981
14982 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
14983
14984 2002-04-07 Jason Rumney <jasonr@gnu.org>
14985
14986 * international/mule-cmds.el (set-default-coding-systems)
14987 (reset-language-environment): Preserve eols on
14988 default-process-coding-system.
14989 (coding-system-change-text-conversion): Fix case where CODING is nil.
14990
14991 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14992
14993 * subr.el (play-sound): Move here from simple.el.
14994
14995 * simple.el (play-sound): Move to subr.el.
14996
14997 2002-04-06 Richard M. Stallman <rms@gnu.org>
14998
14999 * files.el (display-time-string-forms): Mark as risky.
15000
15001 * enriched.el (enriched-decode-foreground, enriched-decode-background):
15002 Use proper format for desired elts of `face' property.
15003 Don't test display-color-p; make the properties unconditionally.
15004
15005 * progmodes/compile.el (compilation-error-regexp-alist):
15006 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
15007
15008 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
15009
15010 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
15011 for customization type.
15012 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
15013
15014 2002-04-06 Mike Williams <mdub@bigfoot.com>
15015
15016 * textmodes/xml-lite.el: Remove.
15017
15018 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15019
15020 * simple.el (play-sound): New function (uses play-sound-internal).
15021
15022 2002-04-04 Richard M. Stallman <rms@gnu.org>
15023
15024 * files.el (mode-line-format, mode-line-modified)
15025 (mode-line-mule-info, mode-line-buffer-identification)
15026 (mode-line-modes, mode-line-position): Explicitly mark as risky.
15027 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
15028
15029 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
15030
15031 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
15032 Use (syntax-table), not old-syntax-table.
15033
15034 * enriched.el (enriched-decode-foreground)
15035 (enriched-decode-background): Don't call facemenu-get-face.
15036
15037 2002-04-04 Mike Williams <mdub@bigfoot.com>
15038
15039 * textmodes/sgml-mode.el: Add missing require.
15040 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
15041
15042 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15043
15044 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
15045 spot indicated by text property `cvs-goal-column', if present.
15046
15047 * pcvs-info.el (cvs-fileinfo-pp): Use text property
15048 `cvs-goal-column' to indicate position of file name (if present).
15049
15050 2002-04-03 Richard M. Stallman <rms@gnu.org>
15051
15052 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15053 Call mail-abbrev-make-syntax-table.
15054
15055 * format.el (format-deannotate-region): Doc fix.
15056
15057 * enriched.el (enriched-face-ans): Delete special treatment
15058 for fg:... and bg:... faces.
15059 (enriched-decode-foreground): Return a list that specifies
15060 the foreground color, rather than creating a face.
15061 (enriched-decode-background): Likewise.
15062
15063 * shell.el (shell-mode): Don't reinit comint-input-ring
15064 if that was already done.
15065
15066 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
15067
15068 * solar.el (solar-spring-or-summer-season): Delete.
15069 (solar-northern-spring-or-summer-season): New variable.
15070 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
15071 Rewrite.
15072
15073 * solar.el (diary-sabbath-candles-minutes): New variable.
15074 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
15075
15076 * calendar.el (update-calendar-mode-line): Force mode-line update.
15077 Make date under the cursor available as `date' in
15078 calendar-mode-line-format.
15079 Eval items in calendar-mode-line-format list.
15080
15081 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
15082 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
15083
15084 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
15085
15086 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
15087 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
15088 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15089 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
15090
15091 * cal-tex.el: Change all instances (interactive "P") to
15092 (interactive "p").
15093 (cal-tex-cursor-month): Add hfill and newline at end of month that
15094 ended on Saturday.
15095 (cal-tex-preamble): Change to LaTeX2e.
15096 (cal-tex-cursor-filofax-year): Don't use default month names in
15097 LaTeX macros in case user changes them.
15098 (cal-tex-month-name): New function. Used throughout in case user
15099 has done something funny with month names.
15100
15101 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
15102 (diary-rosh-hodesh): Spelling correction.
15103
15104 2002-04-03 Mike Williams <mdub@bigfoot.com>
15105
15106 * textmodes/sgml-mode.el (sgml-lexical-context)
15107 (sgml-parse-tag-backward): Extend support for CDATA to include
15108 conditional sections.
15109
15110 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15111
15112 * cus-start.el: Rename `autoselect-window' to
15113 `mouse-autoselect-window'.
15114
15115 2002-04-02 Richard M. Stallman <rms@gnu.org>
15116
15117 * files.el (hack-one-local-variable):
15118 Clear text props from string value.
15119
15120 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
15121
15122 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15123 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
15124 Use regexp-opt.
15125 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
15126 from F95.
15127 (f90-procedures-re): Add `null' and `cpu_time' from F95.
15128 (f90-font-lock-keywords-1): Minor reorganization so we don't need
15129 `override' any more.
15130 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
15131 (f90-indent-subprogram): Use indent-region.
15132 (f90-break-line): Use indent-according-to-mode.
15133
15134 2002-04-02 Mike Williams <mdub@bigfoot.com>
15135
15136 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
15137 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
15138 (sgml-get-context): Remove use of sgml-inside-tag-p.
15139 (sgml-inside-tag-p): Remove.
15140 (sgml-looking-back-at): Short-circuit at beg of buffer.
15141 (sgml-lexical-context, sgml-calculate-indent): Add support for
15142 CDATA sections.
15143
15144 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
15145
15146 * help.el (help-key-description): New fun.
15147 (describe-key-briefly, describe-key): Use it and
15148 this-single-command-raw-keys plus new arg `untranslated'.
15149
15150 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
15151 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
15152 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
15153 (sgml-insert-end-tag): New funs taken from xml-lite.el.
15154 (sgml-calculate-indent): Use them.
15155 (sgml-slash-matching): Rename from sgml-slash.
15156 (sgml-slash): Copied from xml-lite and changed to use
15157 sgml-slash-matching and sgml-quick-keys.
15158
15159 * international/mule-cmds.el (standard-keyboard-coding-systems):
15160 Add koi8-u and koi8-r.
15161
15162 * eshell/.cvsignore: New file.
15163
15164 * eshell/esh-groups.el: Remove.
15165
15166 * progmodes/tcl.el: Change maintainer.
15167 (tcl-electric-hash-style): Change default to nil.
15168 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
15169 (tcl-do-auto-fill): Remove.
15170 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
15171
15172 2002-04-01 Mike Williams <mdub@bigfoot.com>
15173
15174 * textmodes/sgml-mode.el: Doc fixes.
15175 (sgml-mode): Set indent-line-function to sgml-indent-line.
15176 (sgml-calculate-indent): Add an explicit check for 'text syntax,
15177 to protect against future enhancements to sgml-lexical-context.
15178 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
15179
15180 * textmodes/xml-lite.el: Removed much redundant stuff.
15181 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
15182 always start within text. Make use of sgml-unclosed-tag-p.
15183
15184 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
15185
15186 * tcl.el (tcl-imenu-generic-expression): New value.
15187 (tcl-imenu-create-index-function): Function deleted.
15188 (tcl-mode): Check for filladapt-mode.
15189 Use tcl-imenu-generic-expression instead of
15190 tcl-imenu-create-index-function.
15191 (inferior-tcl-mode): Doc fix.
15192 Change not legally significant.
15193
15194 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15195
15196 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
15197
15198 * window.el (handle-select-window): New function.
15199 Update copyright.
15200
15201 2002-04-01 Richard M. Stallman <rms@gnu.org>
15202
15203 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
15204
15205 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
15206 tool-bar-add-item, and new arg MAP.
15207 (tool-bar-add-item): Now calls tool-bar-local-item.
15208 (tool-bar-local-item-from-menu): Renamed from
15209 tool-bar-add-item-from-menu, and new arg IN-MAP.
15210 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
15211
15212 * help-fns.el (help-with-tutorial): Allow various ways
15213 to specify the text in the [...] line, in handling the <...> line.
15214
15215 * progmodes/idlw-rinfo.el (idlwave-system-routines):
15216 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
15217
15218 * subr.el (redraw-modeline): Define alias.
15219
15220 2002-03-31 Richard M. Stallman <rms@gnu.org>
15221
15222 * files.el (file-expand-wildcards): Use save-match-data.
15223
15224 * files.el (format-alist): Mark as risky.
15225
15226 * simple.el (kill-new): Doc fix.
15227
15228 * emacs-lisp/byte-opt.el (side-effect-free-fns)
15229 (side-effect-and-error-free-fns): Add many functions, remove some.
15230
15231 2002-03-30 Richard M. Stallman <rms@gnu.org>
15232
15233 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
15234
15235 2002-03-30 Eli Zaretskii <eliz@gnu.org>
15236
15237 * font-lock.el (save-buffer-state): Fix last change.
15238
15239 * files.el (auto-save-file-name-transforms): Fix last change.
15240
15241 * startup.el (command-line): Fix last change.
15242
15243 2002-03-29 Richard M. Stallman <rms@gnu.org>
15244
15245 * subr.el (play-sound-file): Moved to simple.el.
15246
15247 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
15248
15249 2002-03-29 Colin Walters <walters@verbum.org>
15250
15251 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
15252 instead of `forward-line'.
15253 (ibuffer-forward-line): Be sure to skip over special properties
15254 before moving, too.
15255
15256 * calc/calc.el (calc-was-split): Var deleted.
15257 (calc): Remove reference to it.
15258 (calc): Ditto.
15259 (calc-quit): Ditto.
15260 (calc-init-base): Ditto.
15261
15262 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
15263
15264 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
15265
15266 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
15267 instead of nil when point is outside of any tag.
15268 (sgml-beginning-of-tag): Adjust to the change.
15269 (sgml-calculate-indent): Use the new info returned by
15270 sgml-lexical-context. Try to handle unclosed tags.
15271
15272 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
15273 at unclosed tags unless it is at indentation.
15274 Kill nested unclosed tags.
15275 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
15276 (xml-lite-mode): Use sgml-indent-line instead.
15277
15278 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
15279
15280 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
15281 expand-file-name.
15282
15283 * startup.el (command-line): Recompute auto-save-file-name-transforms
15284 using the updated value of temporary-file-directory.
15285
15286 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
15287
15288 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
15289 even with an empty context. Don't save excursion any more.
15290 Don't complain about unmatched start-tags in sgml-unclosed-tags.
15291 Ignore end-tags in sgml-empty-tags.
15292 (xml-lite-get-context, xml-lite-calculate-indent)
15293 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
15294 (xml-lite-indent-line): Use back-to-indentation.
15295
15296 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
15297 (sgml-name-re, sgml-attrs-re): New consts.
15298 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
15299 (sgml-mode): Use them.
15300 (sgml-lexical-context): Default to (point-min) if nothing else works.
15301 (sgml-calculate-indent): Indent slightly differently.
15302 (sgml-indent-line): Use back-to-indentation.
15303 (sgml-parse-dtd): New function.
15304 (sgml-unclosed-tags): New var.
15305 (html-mode): Set it.
15306
15307 2002-03-29 Simon Marshall <simon.marshall@misys.com>
15308
15309 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
15310
15311 2002-03-29 Richard M. Stallman <rms@gnu.org>
15312
15313 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
15314 Use FILTER arg in dired-get-marked-files to exclude directories.
15315 (dired-nondirectory-p): New function.
15316
15317 * dired.el (dired-get-marked-files): New arg FILTER
15318 allows selection of some files.
15319
15320 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
15321
15322 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
15323
15324 * speedbar.el (speedbar-default-directory-list): Made robust
15325 against deleted directories.
15326
15327 2002-03-28 Richard M. Stallman <rms@gnu.org>
15328
15329 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
15330 Bindings changed.
15331
15332 * progmodes/compile.el (compilation-handle-exit):
15333 If compilation-window-height is 0, display status in echo area.
15334
15335 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
15336
15337 * rect.el (replace-rectangle): Add autoload.
15338
15339 * files.el: Mark many more variables as risky.
15340 (hack-one-local-variable): Recognize several additional
15341 patterns as risky.
15342
15343 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
15344
15345 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
15346
15347 * textmodes/xml-lite.el (xml-lite-in-string-p):
15348 Use sgml-lexical-context.
15349 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
15350 (xml-lite-get-context): Check that open/close tags match.
15351 Don't stop scanning while we're ignoring matching tags.
15352
15353 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
15354 (sgml-mode-syntax-table): Use it.
15355 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
15356 (sgml-tags-invisible): Use it.
15357 (sgml-lexical-context): New fun.
15358 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
15359 (sgml-quote): Accept \n as entity reference terminator.
15360 (sgml-calculate-indent, sgml-indent-line): New funs.
15361
15362 2002-03-28 Andre Spiegel <spiegel@gnu.org>
15363
15364 * vc-cvs.el (vc-cvs-global-switches): New user option.
15365 (vc-cvs-command): New function. Update all callers of
15366 `vc-do-command' in vc-cvs.el to use this instead.
15367
15368 2002-03-27 Andrew Innes <andrewi@gnu.org>
15369
15370 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
15371 relying on shell globbing.
15372
15373 2002-03-27 Colin Walters <walters@debian.org>
15374
15375 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
15376 (ibuffer-fontification-alist): Use it.
15377 (ibuffer-backward-line): Handle `ibuffer-summary' area.
15378 (ibuffer-forward-line): Ditto.
15379
15380 * ibuf-ext.el (sorter mode-name): Doc fix.
15381 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
15382 (operation query-replace): Use new `noerror' arg for
15383 `query-replace-read-args'.
15384 (operation query-replace-regexp): Ditto.
15385
15386 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
15387
15388 * textmodes/xml-lite.el: Fix copyright notice.
15389 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
15390 (xml-lite-indent-comment-offset): Remove.
15391 (xml-lite-calculate-indent): Use new name. Use natural alignment
15392 for comments.
15393 (xml-lite-in-string-p): Simplify.
15394
15395 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15396
15397 * allout.el (outline-layout): Doc fix.
15398
15399 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
15400
15401 * textmodes/xml-lite.el: Don't require `custom'.
15402 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
15403 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
15404 (xml-lite-get-context): Drop nested tags not just for comments.
15405 (xml-lite-indent-line): Be more careful about moving point.
15406 (xml-lite-insert-end-tag, xml-lite-slash):
15407 Use indent-according-to-mode instead of xml-lite-indent-line.
15408 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
15409 Set sgml-xml-mode. Don't call force-mode-line-update.
15410 (xml-lite-mode-map): Don't bind TAB.
15411
15412 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
15413
15414 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
15415 parameter value.
15416 (gud-jdb-build-source-files-list): Comment clarification.
15417 (gud-jdb-massage-args): Reworked into loop-based argument list
15418 processing in order to support -classpath and -sourcepath argument
15419 processing.
15420 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
15421 to gud-jdb-classpath to obtain search list.
15422 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
15423 directory names in classpath/sourcepath lists, update comment.
15424 (jdb): Add setting of gud-jdb-sourcepath, update comment.
15425 (gud-find-class): Add gud-jdb-sourcepath use, and correct
15426 behaviour for the case when classpath is not used--backward
15427 compatibility fix.
15428
15429 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
15430
15431 * Makefile.in (compile, compile-always): Don't try to compile
15432 non-existent files or files in empty directories.
15433
15434 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
15435
15436 * compare-w.el (compare-windows-whitespace): Match all whitespace.
15437
15438 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
15439 copy of standard Lisp directories.
15440
15441 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
15442 Support "next has longname" link type.
15443
15444 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
15445
15446 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
15447 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
15448 New functions.
15449 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
15450 (end-of-xml-tag): Remove.
15451 (xml-lite-get-context): Better handling of comments.
15452 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
15453 (xml-lite-parse-tag-backward): Rewrite.
15454
15455 2002-03-26 Juanma Barranquero <lektu@terra.es>
15456
15457 * makefile.w32-in (WINS): Add the toolbar directory.
15458
15459 2002-03-26 Richard M. Stallman <rms@gnu.org>
15460
15461 * subr.el (substring-no-properties): Function deleted (now in C).
15462
15463 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15464
15465 * mwheel.el (mouse-wheel-mode): Use global-set-key and
15466 global-unset-key.
15467
15468 2002-03-24 Richard M. Stallman <rms@gnu.org>
15469
15470 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
15471
15472 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
15473 to query-replace-read-args.
15474
15475 * progmodes/compile.el (compilation-forget-errors):
15476 Don't adjust compilation-parsing-end if it's nil.
15477
15478 * replace.el (query-replace-read-args): New optional arg NOERROR.
15479 (perform-replace): Use save-window-excursion around recursive edit.
15480
15481 2002-03-24 Colin Walters <walters@verbum.org>
15482
15483 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
15484 non-nil, then always use another window.
15485
15486 2002-03-24 Gerd Moellmann <gerd@gnu.org>
15487
15488 * subr.el (macro-declaration-function): New function. Set the
15489 variable macro-declaration-function to it.
15490
15491 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
15492 Handle declarations in macro definitions.
15493
15494 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
15495
15496 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
15497
15498 * enriched.el (enriched-face-ans): Support FACE of the form
15499 (:foreground COLOR) and (:background COLOR).
15500 (enriched-decode-foreground, enriched-decode-background): Set the
15501 fore- and background colors of the faces we create, since facemenu
15502 doesn't.
15503
15504 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15505
15506 * mwheel.el (mouse-wheel-mode): Use the result of
15507 current-global-map instead of the variable `global-map'.
15508
15509 2002-03-23 Richard M. Stallman <rms@gnu.org>
15510
15511 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
15512 broken out of sendmail-pre-abbrev-expand-hook.
15513 (sendmail-pre-abbrev-expand-hook): Use it.
15514
15515 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
15516
15517 * Makefile.in (finder-inf.el): Remove.
15518 (finder-data): Don't depend on finder-inf.el any more.
15519 (compile, compile-always): Handle the case where some files
15520 from DONTCOMPILE are missing (it tried to compile them).
15521 (bootstrap-clean): Use src/emacs only if executable.
15522 (bootstrap): Update subdirs.el and finder-inf.el.
15523
15524 * finder.el: Don't load finder-inf.el during byte-compilation.
15525
15526 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
15527 Don't consider cvs-removed files as under VC control.
15528 VC wouldn't handle them properly anyway and it confuses
15529 vc-file-not-found-hook.
15530
15531 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
15532 Add autoload cookie.
15533
15534 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
15535
15536 * calendar/calendar.el (calendar): Doc fix.
15537
15538 2002-03-22 Juanma Barranquero <lektu@terra.es>
15539
15540 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
15541 (gomoku-font-lock-X-face): Likewise.
15542 (gomoku-font-lock-keywords): Use faces instead of variables.
15543
15544 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
15545
15546 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
15547
15548 2002-03-21 Kim F. Storm <storm@cua.dk>
15549
15550 * simple.el (open-network-stream, open-network-stream-nowait)
15551 (open-network-stream-server): Use featurep to test for
15552 supported networking features.
15553
15554 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15555
15556 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
15557 directions as the last action.
15558
15559 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15560
15561 * startup.el (fancy-splash-tail, normal-splash-screen):
15562 Update copyright.
15563
15564 * novice.el (disabled-command-hook): Clarify output text to match
15565 prompt.
15566
15567 2002-03-20 Jason Rumney <jasonr@gnu.org>
15568
15569 * frame.el (display-images-p): Do not explicitly check display type.
15570
15571 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
15572
15573 * mail-utils.el:
15574 Eliminate compilation warnings due to `rfc822-addresses'.
15575 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
15576 warning free compile.
15577
15578 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
15579
15580 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
15581 Take the current highlighting style into account.
15582 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
15583 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
15584
15585 * ediff-init.el (ediff-patch-job): New macro.
15586
15587 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
15588 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
15589
15590 * ediff-ptch.el (ediff-map-patch-buffer):
15591 Use ediff-make-new-meta-list-header.
15592 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
15593
15594 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
15595 (ediff-select-difference): Take highlighting style into account.
15596 (ediff-clone-buffer-for-region-comparison): New function.
15597 (ediff-inferior-compare-regions): Added comparison of current diff
15598 regions.
15599
15600 * ediff.el (ediff-clone-buffer-for-region-comparison)
15601 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
15602
15603 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
15604
15605 * mail-utils.el (rmail-dont-reply-to):
15606 Overhaul to correctly apply the regular
15607 expressions in the variable `rmail-dont-reply-to-names' to the list of
15608 destination addresses. Contributed by lorentey@elte.hu.
15609
15610 * rmail.el (rmail-dont-reply-to-names):
15611 Modify the documentation to make it email
15612 address centric rather than login name centric. Contributed by
15613 lorentey@elte.hu.
15614
15615 2002-03-18 Colin Walters <walters@verbum.org>
15616
15617 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
15618 we don't require `cl' at runtime.
15619 (sorting mode mode-name): Don't take the symbol-name of a string.
15620
15621 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
15622 line after setting the mark.
15623 (ibuffer-insert-buffers-and-marks): Invert the test for
15624 `ibuffer-sorting-reversep'.
15625
15626 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
15627
15628 * international/ucs-tables.el (unify-8859-on-decoding-mode)
15629 (unify-8859-on-encoding-mode): Remove autoload cookie.
15630
15631 2002-03-18 Andre Spiegel <spiegel@gnu.org>
15632
15633 * vc-rcs.el (vc-rcs-register): Fix handling of
15634 vc-[rcs-]register-switches.
15635 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
15636 Variables removed, since they weren't used yet.
15637
15638 * vc-cvs.el (vc-cvs-register): Fix handling of
15639 vc-[cvs-]register-switches.
15640
15641 * vc-sccs.el (vc-sccs-register): Fix handling of
15642 vc-[sccs-]register-switches.
15643
15644 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
15645
15646 * loadup.el ("emacs-lisp/backquote"): Load earlier.
15647 ("international/ucs-tables"): Load and turn on
15648 unify-8859-on-encoding-mode unconditionally.
15649 (emacs-version): Use `defconst' rather than `setq'.
15650
15651 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
15652
15653 2002-03-18 Richard M. Stallman <rms@gnu.org>
15654
15655 * menu-bar.el (menu-bar-options-menu): Cope if
15656 text-mode-hook is not a list.
15657
15658 2002-03-17 Richard M. Stallman <rms@gnu.org>
15659
15660 * emulation/pc-select.el (pc-selection-mode):
15661 Alter the existing global map, don't replace it.
15662
15663 * files.el (list-directory): Set default-directory at the end.
15664
15665 * dabbrev.el (dabbrev--goto-start-of-abbrev):
15666 Put a limit on field-beginning search.
15667
15668 2002-03-17 Simon Josefsson <jas@extundo.com>
15669
15670 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
15671 (browse-url-mosaic): Use it.
15672
15673 * net/browse-url.el (browse-url-filename-alist): Don't begin
15674 docstring with *, you don't want to set this one with M-x set-variable.
15675
15676 * net/browse-url.el: Put * in user option doc strings.
15677
15678 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
15679
15680 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
15681 (sgml-xml-guess): Simplify.
15682 (sgml-mode-common): Remove (move into sgml-mode).
15683 (sgml-mode): Add code from sgml-mode-common.
15684 Remove redundant setting of indent-line-function.
15685 Don't set skeleton-transformation when in XML mode.
15686
15687 * international/mule-diag.el (describe-char-after):
15688 Use `internal-describe-syntax-value' again (got lost somewhere).
15689
15690 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
15691 Use unify-8859-on-decoding-mode.
15692 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
15693 (ucs-insert): Give an error if the unicode char can't be created.
15694
15695 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
15696 (cvs-parse-status): Handle the "used to have a conflict" marker.
15697
15698 2002-03-17 Kim F. Storm <storm@cua.dk>
15699
15700 The following changes are related to the enhanced network process
15701 support.
15702
15703 * simple.el: Update copyright.
15704 (clone-process): Use make-network-process to clone network
15705 processes. Get command list via (process-contact ... t).
15706 Use set-process-query-on-exit-flag and process-query-on-exit-flag
15707 instead of process-kill-without-query.
15708 (open-network-stream): Replaces C-version from process.c.
15709 (open-network-stream-nowait, open-network-stream-server): New funs.
15710 (process-kill-without-query): Replaces C-version from process.c.
15711
15712 * files.el: Update copyright.
15713 (save-buffers-kill-emacs): Also check for active server
15714 processes. Use process-query-on-exit-flag. Only list processes
15715 which has the query-on-exit flag set in connection with user query.
15716
15717 * shadowfile.el: Update copyright.
15718 (shadow-save-buffers-kill-emacs): Also check for active server
15719 processes. Use process-query-on-exit-flag.
15720
15721 2002-03-16 Simon Marshall <simon.marshall@misys.com>
15722
15723 * imenu.el (imenu-menubar-modified-tick): Renamed from
15724 imenu-update-menubar-modified-tick.
15725 (imenu-update-menubar): Update imenu-menubar-modified-tick
15726 whenever outer condition succeeds.
15727
15728 * lazy-lock.el (save-buffer-state):
15729 Bind inhibit-modification-hooks and buffer-file-truename
15730 instead of before-change-functions and after-change-functions.
15731
15732 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
15733
15734 * international/codepage.el (codepage-setup): Don't define a
15735 codepage if it is already defined.
15736
15737 * textmodes/po.el (po-content-type-charset-alist): Convert the
15738 car of each association to a string.
15739 (po-find-file-coding-system-guts): If the charset matches a name
15740 of a codepage, set up that codepage and return it as a coding
15741 system to decode the file.
15742 (po-find-charset): Search for the Charset= header even if we've
15743 read less than 4KB.
15744 <top-level>: Remove the setup for all known codepages: it seems
15745 to cause crashes in the CCL driver.
15746
15747 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15748
15749 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
15750 (bibtex-entry-field-alist): Doc fix.
15751
15752 2002-03-16 Richard M. Stallman <rms@gnu.org>
15753
15754 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
15755 Move definition above cperl-outline-regexp.
15756
15757 * bindings.el (mode-line-mule-info): In computing help-echo prop,
15758 avoid using save-window-excursion. And compile the function.
15759
15760 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
15761
15762 * files.el (load-completion): New function.
15763 (load-library): Use it.
15764
15765 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15766
15767 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
15768 to match the actual code.
15769
15770 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
15771
15772 * textmodes/po.el (po-find-file-coding-system-guts):
15773 Use with-temp-buffer instead of po-with-temp-buffer.
15774
15775 * international/mule-conf.el (file-coding-system-alist): Add an
15776 association for PO files.
15777
15778 * textmodes/po.el: New file.
15779
15780 2002-03-15 Gerd Moellmann <gerd@gnu.org>
15781
15782 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15783 Fix simple loop indentation.
15784
15785 2002-03-14 Miles Bader <miles@gnu.org>
15786
15787 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
15788
15789 2002-03-14 Richard M. Stallman <rms@gnu.org>
15790
15791 * textmodes/picture.el (picture-insert)
15792 (picture-clear-column, picture-draw-rectangle):
15793 Use move-to-column, not move-to-column-force.
15794
15795 * dired.el (dired-readin): Clear out undo list.
15796 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
15797 (dired-delete-entry): New function.
15798 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
15799 and dired-delete-entry, to update this buffer (and others).
15800
15801 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
15802
15803 * facemenu.el (facemenu-add-new-face):
15804 Pass region args to facemenu-set-face, when there is a region.
15805 (facemenu-set-foreground, facemenu-set-background)
15806 (facemenu-add-face): Doc fixes.
15807
15808 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
15809
15810 2002-03-14 Miles Bader <miles@gnu.org>
15811
15812 * emacs-lisp/debug.el: Require `button'.
15813 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
15814 to get TAB and <backtab> bindings.
15815
15816 * net/rlogin.el (rlogin-carriage-filter): Function removed.
15817 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
15818 comint removes carriage returns itself now.
15819
15820 * rfn-eshadow.el (rfn-eshadow-update-overlay):
15821 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
15822 getting hosed by our own intangible property.
15823
15824 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
15825
15826 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
15827 Add fortran-comment-line-start-skip to comment-start-skip.
15828 (fortran-comment-indent): Keep whole-line comments in column 0.
15829 (fortran-find-comment-start-skip): New arg `all'.
15830 If ALL is nil, make sure we only match comment-start-skip if we
15831 can't match fortran-comment-line-start-skip.
15832 Fix bug that made it return t but without moving point when
15833 matching '!'! (a false-comment followed by a real comment).
15834 (fortran-indent-comment): Use new `all' argument above.
15835 Be careful not to add an incorrect comment-starter like "C"
15836 in comment-column.
15837 (fortran-split-line): When splitting a comment, reuse the comment
15838 starter from the current line rather than fortran-comment-line-start.
15839 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
15840 cleaner behavior of fortran-find-comment-start-skip.
15841 (fortran-fill): Don't be confused by ! inside a comment.
15842 (fortran-break-line): Minor cleanup and simplification.
15843
15844 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
15845
15846 * progmodes/etags.el (tag-exact-file-name-match-p)
15847 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
15848 simpler regexp.
15849
15850 2002-03-12 Colin Walters <walters@debian.org>
15851
15852 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
15853 redisplaying a line.
15854
15855 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15856
15857 * term/x-win.el (emacs-session-restore): Take previous id as
15858 an argument.
15859 (emacs-session-save): Add comment that return t means cancel shutdown
15860
15861 * startup.el (command-line): Must check that x-session-previous-id
15862 is bound also, for non-X platforms.
15863
15864 2002-03-12 Gerd Moellmann <gerd@gnu.org>
15865
15866 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
15867 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
15868 New user options.
15869 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
15870 (common-lisp-indent-function-1): Renamed from
15871 common-lisp-indent-function.
15872 (common-lisp-indent-function): Handle loop forms specially.
15873 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
15874 (lisp-backquote-indentation): New user option.
15875
15876 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
15877
15878 * progmodes/etags.el (tag-exact-file-name-match-p)
15879 (tag-file-name-match-p, tag-partial-file-name-match-p):
15880 Assume that the header of a tags section has either a number
15881 or nothing after the last comma.
15882
15883 2002-03-11 Richard M. Stallman <rms@gnu.org>
15884
15885 * imenu.el (imenu-update-menubar-modified-tick): New variable.
15886 (imenu-update-menubar): Don't call imenu--make-index-alist
15887 if buffer has not changed since last time.
15888
15889 * desktop.el (desktop-buffer-handlers): Doc fix.
15890 (desktop-buffer-file): Explicitly return BUF.
15891
15892 * paren.el (show-paren-function): Move back in other direction
15893 to verify the match is correct.
15894
15895 * mail/supercite.el (sc-select-attribution): Accept whatever value
15896 we get in CHOICE; there is no value meaning "try again".
15897
15898 2002-03-11 Colin Walters <walters@verbum.org>
15899
15900 * shell.el (toplevel): Revert previous change to use pcomplete.
15901 (shell-mode): Ditto.
15902 (shell-pcomplete-setup-done): Remove.
15903 (shell-pcomplete): Ditto.
15904 (shell-pcomplete-reverse): Ditto.
15905
15906 * comint.el: Remove documentation on setting up pcomplete.
15907
15908 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15909
15910 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
15911 item. Doc fix.
15912
15913 * image.el (image-type-from-file-header): Make temporary buffer
15914 unibyte.
15915
15916 * subr.el (add-to-list): Doc fix.
15917
15918 2002-03-11 Miles Bader <miles@gnu.org>
15919
15920 * pcomplete.el (pcomplete-entries): Expand environment variables
15921 in filename.
15922
15923 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
15924
15925 * play/mpuz.el: Use defface instead of facemenu-get-face.
15926
15927 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15928
15929 * startup.el (command-line): Add call to emacs-session-restore if
15930 both x-session-id and x-session-previous-id are strings.
15931
15932 * term/x-win.el (x-handle-smid): New function.
15933 (emacs-session-filename): New function.
15934 (emacs-session-save): New function.
15935 (emacs-save-session-functions): New variable.
15936 (emacs-session-restore): New function.
15937
15938 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
15939
15940 * simple.el (shell-command-on-region): Call push-mark with
15941 non-nil second arg, to suppress the "Mark set" message.
15942
15943 2002-03-08 Richard M. Stallman <rms@gnu.org>
15944
15945 * textmodes/picture.el (picture-forward-column): New arg `interactive'
15946 is non-nil for an interactive call. Use instead of interactive-p.
15947 (picture-backward-column): Likewise.
15948
15949 * tar-mode.el (tar-untar-buffer): New function.
15950
15951 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
15952 Put the mouse-face on the entire xref, like the local keymap.
15953
15954 * find-dired.el (find-name-dired): Use shell-quote-argument.
15955
15956 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
15957
15958 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
15959 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
15960 (mpuz-allow-double-multiplicator): New options for nicer look and
15961 new features.
15962 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
15963 (mpuz-check-all-solved, mpuz-random-puzzle)
15964 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
15965 (mpuz-show-solution): Functions streamlined and removed french
15966 style space before punctuation, added face support and optional
15967 solving of trivial results.
15968
15969 2002-03-07 Colin Walters <walters@verbum.org>
15970
15971 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
15972
15973 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
15974 instead of "recency" for clarity.
15975 (ibuffer-compile-format): Document more. Handle new "summarizer"
15976 columns.
15977 (ibuffer-fontify-region-function): Ditto.
15978 (ibuffer-insert-buffer-line): Ditto.
15979 (ibuffer-map-lines): Ditto.
15980 (ibuffer-insert-buffers-and-marks): Ditto.
15981 (ibuffer-update-title-and-summary): Renamed from
15982 `ibuffer-update-title'. Handle "summarizer" columns.
15983 (ibuffer-clear-summary-columns): New function.
15984
15985 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
15986
15987 2002-03-07 Gerd Moellmann <gerd@gnu.org>
15988
15989 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
15990 Use the other-window instead of the other-frame functions when
15991 the window is dedicated.
15992
15993 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
15994
15995 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
15996 with SILENT so that a new field can be added.
15997
15998 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
15999
16000 * files.el (make-auto-save-file-name): Make sure the produced file
16001 name does not contain characters that are invalid for DOS/Windows
16002 filesystems.
16003
16004 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
16005 Remove replacement functions.
16006
16007 2002-03-06 Gerd Moellmann <gerd@gnu.org>
16008
16009 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
16010 the form `:x'.
16011
16012 * vc.el (vc-branch-part): Add autoload cookie. This function can
16013 be called from vc-rcs-find-most-recent-rev when visiting a file
16014 checked into RCS in a CVS sandbox.
16015
16016 2002-03-06 Andreas Schwab <schwab@suse.de>
16017
16018 * progmodes/hideif.el: Augment expression parser to handle
16019 conditional expressions.
16020 (hif-token-regexp): Also match `?' and `:'.
16021 (hif-tokenize): Handle `?' and ':' as tokens.
16022 (hif-expr): Parse conditional expressions.
16023 (hif-or-expr): Parse `||' expressions.
16024 (hif-and-expr): Renamed from hif-term.
16025 (hif-conditional): New function to evaluate a conditional
16026 expression.
16027
16028 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16029
16030 * language/czech.el ("Czech"): Fix the documentation.
16031
16032 * language/slovak.el ("Slovak"): Likewise.
16033
16034 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
16035
16036 * xml.el (xml-parse-attlist): Accept empty strings.
16037
16038 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
16039
16040 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
16041 all terminals now support highlighting of some kind.
16042
16043 * language/european.el (mac-roman): Fix the safe-chars property.
16044
16045 2002-03-05 Andre Spiegel <spiegel@gnu.org>
16046
16047 * vc.el (vc-transfer-file): Use `make-temp-file'.
16048 (vc-default-update-changelog): Remove conditional use of
16049 `make-temp-name'.
16050
16051 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
16052
16053 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
16054
16055 * ediff-init.el: Comments.
16056
16057 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
16058 is loaded.
16059
16060 * ediff-mult.el (ediff-intersect-directories)
16061 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
16062 Cleanup.
16063 (ediff-draw-dir-diffs): Now supports the "C" command in directory
16064 difference buffer.
16065 (ediff-dir-diff-copy-file): New function that implements copying
16066 of files from one Ediff dir to another
16067 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
16068 (ediff-append-custom-diff): Better error msgs.
16069
16070 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
16071 (ediff-inferior-compare-regions): Use
16072 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
16073
16074 * ediff.el (ediff-directories-internal): Cleanup.
16075 (ediff-clone-buffer-for-region-comparison): Better interface.
16076
16077 2002-03-04 Richard M. Stallman <rms@gnu.org>
16078
16079 * emacs-lisp/easy-mmode.el (define-minor-mode):
16080 Use "P" in interactive spec of minor mode commands.
16081
16082 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
16083
16084 * faces.el (face-spec-choose): Allow `t' to appear before the end.
16085 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
16086 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
16087 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
16088 (mode-line-inactive, header-line): Move the `t' section to the
16089 beginning so the `:inherit' setting can be shared.
16090
16091 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16092
16093 * net/snmp-mode.el: Require tempo when compiling to prevent
16094 warnings. Update copyright notice.
16095
16096 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
16097 like not defined at all.
16098
16099 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
16100
16101 * textmodes/sgml-mode.el: Change maintainer to FSF.
16102 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
16103 (sgml-tags-invisible, sgml-beginning-of-tag):
16104 Allow _ : and non-ASCII in tag names, as required for XML.
16105 (sgml-name-char): Don't assume anything about charsets handled by
16106 encode-char.
16107
16108 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
16109 where one of the buffers is narrowed.
16110
16111 * hexl.el (hexlify-command, dehexlify-command): Remove.
16112 (hexlify-buffer, dehexlify-buffer): Use call-process-region
16113 rather than shell-command-on-region.
16114
16115 * newcomment.el (comment-forward): Use forward-comment to skip
16116 over whitespace (or comments) even when comment-use-syntax is nil.
16117
16118 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
16119
16120 * textmodes/xml-lite.el: New file.
16121
16122 2002-03-03 Richard M. Stallman <rms@gnu.org>
16123
16124 * textmodes/artist.el (artist-system): Use make-temp-file.
16125
16126 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
16127
16128 * mail/sendmail.el (mail-recover-1): Increase non-random-len
16129 by 1 since we changed make-auto-save-file-name to add one
16130 fewer character to the buffer name.
16131 (mail-recover): Really show point at the right place
16132 in the *Directory* buffer.
16133
16134 * files.el (make-auto-save-file-name): Use make-temp-file.
16135
16136 * terminal.el (te-create-terminfo): Use make-temp-file
16137 to create the source file in a safe way.
16138
16139 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
16140
16141 * cus-start.el: Rename automatic-hscroll-step and
16142 automatic-hscroll-margin into hscroll-step and hscroll-margin.
16143
16144 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
16145 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
16146
16147 * mouse.el (mouse-region-delete-keys): Add deletechar.
16148
16149 2002-03-03 Sam Steingold <sds@gnu.org>
16150
16151 * play/snake.el (snake-score-file): Fixed parens (broken by the
16152 last patch).
16153 * play/tetris.el (tetris-score-file): Ditto.
16154
16155 2002-03-03 Richard M. Stallman <rms@gnu.org>
16156
16157 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
16158
16159 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
16160
16161 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
16162 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
16163
16164 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
16165
16166 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
16167 instead of `buffer-substring-no-properties' to support enriched mode.
16168
16169 2002-03-02 Richard M. Stallman <rms@gnu.org>
16170
16171 * find-dired.el (find-grep-dired): Call shell-quote-argument.
16172 Specify the -e option.
16173 Rename arg to `regexp'.
16174
16175 2002-03-02 Milan Zamazal <pdm@zamazal.org>
16176
16177 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
16178
16179 2002-03-02 Miles Bader <miles@gnu.org>
16180
16181 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
16182 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
16183 If there's no applicable modifiers entry in the alist in
16184 `mouse-wheel-scroll-amount', fall back to the default, not to
16185 nil (which causes full screen scrolls).
16186
16187 2002-03-01 Andreas Schwab <schwab@suse.de>
16188
16189 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
16190 Remove extra paren in regexp.
16191
16192 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
16193
16194 * mouse.el (mouse-show-mark): Use display-mouse-p, not
16195 display-graphic-p, to decide whether to move point or use the
16196 highlighting.
16197
16198 2002-02-28 Colin Walters <walters@verbum.org>
16199
16200 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
16201
16202 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
16203 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
16204 (calc-temp-file-name): Use `make-temp-file'.
16205
16206 2002-02-28 Richard M. Stallman <rms@gnu.org>
16207
16208 * font-lock.el (java-font-lock-extra-types):
16209 Match java.net.URL, etc.
16210
16211 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16212
16213 * hexl.el (hexl-options): Doc fix.
16214 Update Commentary section.
16215
16216 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
16217 Doc fixes.
16218
16219 2002-02-28 Andre Spiegel <spiegel@gnu.org>
16220
16221 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
16222 the user to do that first.
16223 (vc-update): New function.
16224
16225 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
16226 which calls vc-update. Use the term "Base Version" instead of
16227 "Last Version" for the entries "Revert" and "Compare".
16228
16229 2002-02-28 Kim F. Storm <storm@cua.dk>
16230
16231 * simple.el (shell-command-on-region): Report non-zero exit
16232 status in mode line instead of buffer.
16233
16234 2002-02-27 Richard M. Stallman <rms@gnu.org>
16235
16236 * comint.el (comint-preoutput-filter-functions): Doc fix.
16237 (comint-output-filter-functions, comint-input-filter-functions)
16238 (comint-redirect-filter-functions): Likewise.
16239
16240 (comint-redirect-preoutput-filter): Do the local-hook
16241 handling of t when running comint-redirect-filter-functions.
16242 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
16243
16244 2002-02-26 Richard M. Stallman <rms@gnu.org>
16245
16246 * paths.el (remote-shell-program): Add doc string.
16247
16248 2002-02-26 Colin Walters <walters@debian.org>
16249
16250 * ibuf-ext.el (sorter mode-name): New.
16251 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
16252
16253 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
16254 interactively, so they do something.
16255 (calc-scroll-right): Ditto.
16256
16257 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
16258
16259 * international/mule.el (ctext-pre-write-conversion): Handle the
16260 case when FROM is a string, and when we are called from
16261 build_annotations_2.
16262
16263 2002-02-26 Richard M. Stallman <rms@gnu.org>
16264
16265 * rect.el (clear-rectangle-line): Reindent to the same column
16266 that move-to-column reached when it tried to go to endcol.
16267
16268 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
16269
16270 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
16271
16272 * winner.el (winner-boring-buffers, winner-set): A window which
16273 displays a buffer whose name is in the list
16274 `winner-boring-buffers', will no longer be restored by `winner-undo'.
16275 (winner-sorted-window-list): Used to improve comparison between
16276 window configurations.
16277 (winner-win-data): Simplified and moved.
16278 (winner-conf): Simplified (now uses `winner-win-data').
16279 (winner-change-fun, winner-save-old-configurations)
16280 (winner-save-(un)conditionally, winner-redo): Changes made while in
16281 the minibuffer will be ignored. (Such changes are undone upon
16282 exit for the minibuffer, anyway.)
16283 (winner-set-conf): Preserve selected window whenever possible.
16284 (winner-make-point-alist): Simplified.
16285 (winner-mode, winner-save-unconditionally): Save current window
16286 configuration on entering minibuffer.
16287 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
16288 since it does not change the overall behavior of Emacs.
16289
16290 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
16291
16292 * international/mule-conf.el (compound-text): Renamed back from
16293 compound-text-no-extensions.
16294 (ctext-no-compositions): Remove the mime-charset property.
16295 (compound-text-with-extensions): Renamed from compound-text.
16296 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
16297
16298 2002-02-26 Juanma Barranquero <lektu@terra.es>
16299
16300 * faces.el (list-faces-display): Fix typo.
16301
16302 2002-02-25 Richard M. Stallman <rms@gnu.org>
16303
16304 * frame.el (focus-follows-mouse): Doc fix.
16305
16306 2002-02-26 Miles Bader <miles@gnu.org>
16307
16308 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
16309 to `define-key', since it no longer accepts the latter.
16310
16311 2002-02-25 Jason Rumney <jasonr@gnu.org>
16312
16313 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
16314 mouse-wheel-scroll-amount.
16315
16316 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
16317 mwheel.el.
16318
16319 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
16320
16321 2002-02-25 Andre Spiegel <spiegel@gnu.org>
16322
16323 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
16324 consistent with the others that take a backend name as a symbol.
16325
16326 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
16327
16328 2002-02-25 Kim F. Storm <no-spam@cua.dk>
16329
16330 * comint.el (comint-replace-by-expanded-filename): Do nothing if
16331 comint-match-partial-filename returns nil.
16332
16333 * shell.el (shell-pcomplete-setup-done): New variable.
16334 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
16335 (shell-pcomplete-reverse): Ditto.
16336
16337 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
16338
16339 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
16340
16341 2002-02-25 Juanma Barranquero <lektu@terra.es>
16342
16343 * subr.el (save-match-data): Doc fix.
16344
16345 * ielm.el (ielm-prompt): Allow customization; make it read-only.
16346
16347 2002-02-25 Kim F. Storm <storm@cua.dk>
16348
16349 * shell.el (shell-mode-map): Add "Complete" header so completion
16350 menu is shown on the menu bar in shell mode.
16351
16352 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
16353
16354 * ielm.el (ielm-match-data): New var.
16355 (inferior-emacs-lisp-mode): Make it buffer-local.
16356 (ielm-eval-input): Use it to preserve match-data between inputs.
16357
16358 2002-02-24 Juanma Barranquero <lektu@terra.es>
16359
16360 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
16361
16362 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
16363
16364 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
16365 `custom-buffer' customize group.
16366
16367 2002-02-23 Kim F. Storm <storm@cua.dk>
16368
16369 * help.el (where-is): Use remap-command.
16370
16371 * help-fns.el (describe-function-1): Use remap-command.
16372
16373 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
16374 change (no longer accept a symbol for the KEY argument).
16375
16376 2002-02-23 Colin Walters <walters@debian.org>
16377
16378 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
16379 * calc/calcalg2.el (math-solve-get-sign): Ditto.
16380
16381 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
16382 in generated function.
16383
16384 * ibuf-ext.el (ibuffer-old-time): Change to hours.
16385 (ibuffer-mark-old-buffers): Handle it.
16386
16387 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
16388 (toplevel): Bind them.
16389 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
16390 not necessary now that we use pcomplete.
16391
16392 * comint.el: Document how use new pcomplete completion facility.
16393
16394 2002-02-23 Richard M. Stallman <rms@gnu.org>
16395
16396 * mail/rmailsum.el (rmail-summary-output): Properly advance
16397 to next message, by calling rmail-summary-goto-msg.
16398
16399 * net/browse-url.el (browse-url-galeon): Specify --existing
16400 for an existing window. Use --noraise rather than --no-raise.
16401 Don't use -x.
16402
16403 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
16404
16405 * progmodes/etags.el (find-tag-noselect, find-tag)
16406 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
16407 Fix a typo in doc strings.
16408
16409 2002-02-20 Deepak Goel <deego@glue.umd.edu>
16410
16411 * play/snake.el (snake-velocity-queue, snake-update-velocity)
16412 (snake-final-x-velocity, snake-final-y-velocity):
16413 New variable and functions. Store user's keypresses
16414 into a queue and pop from the queue each subsequent turn.
16415 (snake-update-game, snake-move-left)
16416 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
16417 (snake-start-game): Use that queue.
16418 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
16419 (snake-use-color-flag): Likewise.
16420 (snake-mode): Rename uses of those variables.
16421
16422 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
16423
16424 Support for ICCCM Extended Segments in X selections:
16425
16426 * international/mule-conf.el (ctext-no-compositions): New coding
16427 system.
16428 (compount-text-no-extensions): Renamed from compound-text.
16429 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
16430 compound-text-no-extensions.
16431 (compound-text): Redefined using post-read and pre-write conversions.
16432
16433 * international/mule.el (non-standard-icccm-encodings-alist)
16434 (non-standard-designations-alist): New variables.
16435 (ctext-post-read-conversion, ctext-pre-write-conversion):
16436 New functions.
16437
16438 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
16439
16440 * vc.el (vc-default-init-version): Update documentation to
16441 indicate that the backend can override the default init version.
16442 (vc-register): Use the backend init-version function, if it
16443 exists, to determine the initial version of a file.
16444 (vc-diff-switches-list): Don't symbol-quote backend, since it's
16445 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
16446
16447 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
16448 not version-controlled. This is necessary, e.g., if the file has
16449 just been reverted, and thus was previously under version control
16450 but isn't any longer.
16451 (vc-find-file-hook): Likewise.
16452
16453 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
16454
16455 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
16456 (vc-cvs-sticky-tag-display): New variable.
16457 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
16458 (vc-cvs-checkin): If the input revision is a valid symbolic tag
16459 name, we create it as a branch, commit and switch to it.
16460 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
16461 (vc-cvs-valid-symbolic-tag-name-p): New function.
16462 (vc-cvs-parse-sticky-tag): New function.
16463 (vc-cvs-parse-entry): Added parsing of sticky tags.
16464
16465 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
16466
16467 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
16468 nil, and then explicitly set the standard-value to t.
16469
16470 2002-02-20 Sam Steingold <sds@gnu.org>
16471
16472 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
16473 since it is used in the menu bar.
16474
16475 2002-02-20 Richard M. Stallman <rms@gnu.org>
16476
16477 * simple.el (shell-command-on-region): Display the exit status
16478 when a command fails.
16479
16480 * subr.el (add-hook): Doc fix.
16481
16482 * frame.el (other-frame): Doc fix.
16483
16484 * simple.el (yank): Clear `field' property.
16485
16486 2002-02-20 Tom Tromey <tromey@cachet>
16487
16488 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
16489 natural paragraph boundaries. Don't fail at beginning of buffer.
16490
16491 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16492
16493 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
16494 call the argument "arg" to match plain next-line and
16495 previous-line. From Kevin Ryde <user42@zip.com.au>.
16496
16497 2002-02-19 Sam Steingold <sds@gnu.org>
16498
16499 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
16500 scroll amounts for different modifiers now.
16501 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
16502 format properly.
16503 (mouse-wheel-mode): Ditto.
16504
16505 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
16506
16507 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
16508 around function body.
16509
16510 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
16511 sense of the comparison, to match the doc strings of functions
16512 that use this macro.
16513
16514 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
16515
16516 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
16517
16518 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
16519 * menu-bar.el (menu-bar-mode): Ditto.
16520
16521 2002-02-18 Andreas Schwab <schwab@suse.de>
16522
16523 * replace.el (query-replace-regexp-eval): Doc fix.
16524
16525 2002-02-18 Colin Walters <walters@verbum.org>
16526
16527 * calc/calcalg2.el (math-solve-get-int): Convert return value from
16528 `math-get-from-counter' to a string before calling `concat' on it.
16529
16530 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
16531 (calc-public-autoloads): Obsolete; remove.
16532 (calc-private-autoloads): Ditto.
16533 (calc-add-autoloads): Ditto.
16534
16535 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
16536 for body.
16537
16538 2002-02-17 Jason Rumney <jasonr@gnu.org>
16539
16540 * w32-win.el (x-option-alist, x-long-option-alist)
16541 (x-switch-definitions): Remove, use command-line-x-option-alist
16542 instead to be consistent with X.
16543 (x-handle-initial-switch): New function.
16544
16545 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16546
16547 * faces.el (mode-line-inactive, header-line): Add the :inherit
16548 attribute for the tty case.
16549
16550 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
16551
16552 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
16553 invoked from Rmail with full headers displayed.
16554
16555 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16556
16557 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
16558 when repeated.
16559 * textmodes/paragraphs.el (mark-paragraph): Ditto.
16560
16561 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
16562
16563 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
16564 (menu-bar-tools-menu): Removed speedbar.
16565
16566 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
16567 and `flyspell-mode' entries.
16568
16569 * textmodes/flyspell.el (flyspell): Add to ispell group.
16570
16571 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16572
16573 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
16574 repeated.
16575 (mark-defun): Mark more if repeated.
16576
16577 2002-02-17 Colin Walters <walters@verbum.org>
16578
16579 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
16580
16581 * ibuffer.el (ibuffer-truncate-lines): New option.
16582 (ibuffer-mode): Use it.
16583
16584 2002-02-17 Kim F. Storm <storm@cua.dk>
16585
16586 * cus-start.el: Add mouse-highlight.
16587
16588 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
16589
16590 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
16591
16592 * cus-start.el: Add automatic-hscroll-margin and
16593 automatic-hscroll-step.
16594
16595 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16596
16597 * cus-start.el (x-autoselect-window): Allow customization.
16598
16599 * eshell/em-alias.el (eshell-alias-initialize): Do not use
16600 make-local-hook.
16601
16602 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
16603
16604 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
16605
16606 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
16607
16608 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
16609
16610 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
16611
16612 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
16613
16614 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
16615
16616 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
16617
16618 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
16619
16620 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
16621
16622 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
16623
16624 * eshell/esh-io.el (eshell-io-initialize): Likewise.
16625
16626 * eshell/esh-mode.el (eshell-mode): Likewise.
16627
16628 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
16629
16630 * eshell/esh-var.el (eshell-var-initialize): Likewise.
16631
16632 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
16633
16634 * progmodes/idlwave.el (idlwave-mode): Likewise.
16635
16636 * textmodes/reftex-sel.el (reftex-select-label-mode)
16637 (reftex-select-bib-mode): Likewise.
16638
16639 2002-02-16 John Wiegley <johnw@gnu.org>
16640
16641 * eshell/em-hist.el (eshell-hist-initialize): When in the
16642 minibuffer, use the global value of `eshell-history-ring', and
16643 never save it to disk, or ask to save it to disk. This allows
16644 users of session.el to control whether its global state should be
16645 persisted or not.
16646 (eshell-add-command-to-history): Don't write Eshell's history out
16647 to disk, let the governing mode control that upon exit.
16648
16649 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
16650
16651 * eshell/eshell.el (eshell-command): Before reading from the
16652 minibuffer, add eshell-add-command-to-history to
16653 minibuffer-exit-hook, and remove it after read-from-minibuffer
16654 returns.
16655
16656 * eshell/em-hist.el (eshell-add-input-to-history): New function,
16657 with most of the code from eshell-add-to-history.
16658 (eshell-add-command-to-history): New function, to record in
16659 eshell-history the commands run via eshell-command.
16660 (eshell-add-to-history): Call eshell-add-command-to-history to do
16661 most of the work.
16662
16663 2002-02-16 John Wiegley <johnw@gnu.org>
16664
16665 * eshell/esh-ext.el (eshell-external-command): Added a fix for
16666 XEmacs' new dired.el, which adds a global entry in the
16667 `file-name-handler-alist'.
16668
16669 2002-02-16 John Wiegley <johnw@gnu.org>
16670
16671 * align.el (align-region): Added a missing name argument.
16672
16673 2002-02-16 John Wiegley <johnw@gnu.org>
16674
16675 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
16676 after the #! of a shell interpretor specification.
16677
16678 2002-02-15 Richard M. Stallman <rms@gnu.org>
16679
16680 * help.el (describe-key-briefly): Make output in INSERT case
16681 look just like what is displayed in the normal case.
16682
16683 2002-02-15 Andreas Schwab <schwab@suse.de>
16684
16685 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
16686 Require non-letter after specials.
16687
16688 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
16689
16690 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
16691
16692 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16693
16694 * simple.el (mark-word): Mark more if repeated.
16695 * textmodes/paragraphs.el (mark-paragraph): Ditto.
16696 (mark-end-of-sentence): Ditto.
16697
16698 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
16699
16700 * wid-edit.el (widgetp): Made it more robust.
16701
16702 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
16703
16704 * facemenu.el (describe-text-done): New function.
16705 (describe-text-mode-map): New variable.
16706 (describe-text-mode-hook): New option.
16707 (describe-text-mode): New function.
16708 (describe-text-widget): New function.
16709 (describe-text-sexp): New function.
16710 (describe-text-properties): New function.
16711 (describe-text-category): New command.
16712 (describe-text-at): New command.
16713 (facemenu-menu): Replace `list-text-properties-at' with
16714 `describe-text-at' in the menu.
16715
16716 * wid-edit.el (widgetp): New function.
16717 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
16718
16719 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
16720
16721 * wid-browse.el: Removed version and x-url keywords.
16722
16723 2002-02-13 Kim F. Storm <storm@cua.dk>
16724
16725 * cus-start.el (mode-line-in-non-selected-windows):
16726 Allow customization.
16727
16728 2002-02-13 Richard M. Stallman <rms@gnu.org>
16729
16730 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
16731 Tell bibtex-parse-keys to output no progress messages.
16732
16733 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
16734
16735 * progmodes/pascal.el (pascal-imenu-generic-expression):
16736 Add menu-title and fix parentheses.
16737
16738 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
16739
16740 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
16741 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
16742
16743 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
16744
16745 * menu-bar.el (menu-bar-options-save): Only save
16746 `current-language-environment' and `default-input-method' when
16747 marked as customized.
16748
16749 * international/mule-cmds.el
16750 (setup-specified-language-environment):
16751 Mark `current-language-environment' as customized.
16752 (set-input-method): Mark `default-input-method' as customized when
16753 called interactively.
16754 (toggle-input-method): Ditto.
16755
16756 2002-02-11 Colin Walters <walters@verbum.org>
16757
16758 * ibuffer.el (ibuffer-switch-format): Supply required argument for
16759 `ibuffer-current-formats'.
16760
16761 2002-02-11 Miles Bader <miles@gnu.org>
16762
16763 * faces.el (mode-line-inactive): Add dark-background variant.
16764
16765 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
16766
16767 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
16768 * menu-bar.el (menu-bar-mode): Ditto.
16769 * cus-edit.el (customize-mark-to-save): Always save variables
16770 without a standard value.
16771
16772 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
16773 (menu-bar-options-save): Ditto.
16774 (menu-bar-showhide-menu): Ditto.
16775 (menu-bar-options-menu): Ditto.
16776 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
16777 (menu-bar-scroll-bar-none): Remove.
16778 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
16779 expressions instead.
16780
16781 * cus-edit.el (customize-set-value): Return value.
16782 (customize-set-variable): Ditto.
16783 (customize-save-variable): Ditto.
16784 (customize-set-variable): Load dependencies before setting value.
16785 (custom-load-symbol): Autoload it.
16786 (customize-mark-as-set): New function.
16787
16788 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
16789
16790 * cus-start.el: Don't warn about "x-*" symbols when building a
16791 non-GUI version.
16792
16793 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16794
16795 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
16796 Doc fix.
16797 (strokes-help): Do not use doubled with-output-to-temp-buffer.
16798 Fix the help string.
16799 (strokes-prompt-user-save-strokes): Fix typo.
16800 (strokes-list-strokes): Use proper exit-action argument for
16801 view-buffer. Update copyright notice.
16802
16803 * international/mule-diag.el: Various doc and message fixes.
16804 (non-iso-charset-alist): Add mac-roman. Don't add entries for
16805 codepages already present.
16806 (list-block-of-chars): Display space for null entries in
16807 translation table. Display tab specially.
16808 (list-non-iso-charset-chars): Check for null charsets. Use pop
16809 for clarity. Don't break 8-bit sets into sections between ranges.
16810 (list-charset-chars): Avoid indent-tabs-mode.
16811 (describe-char-after): Maybe use the text property for syntax
16812 table information. Maybe report char-code-property-table info.
16813 Maybe report character's unicode. Tweak printing of list info.
16814 (list-input-methods): Add xref buttons.
16815 (dump-charsets, dump-codings): Deleted (obsolete).
16816 From Dave Love <fx@gnu.org>.
16817
16818 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16819
16820 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
16821
16822 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
16823
16824 * viper-util.el (viper-read-key-sequence): Fix so it'll read
16825 fast key sequences in emacs native mode
16826 (viper-events-to-keys): Delete.
16827
16828 * viper.el (describe-key, describe-key-briefly): Get rid of
16829 viper-events-to-keys.
16830
16831 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
16832
16833 * ediff-wind.el (ediff-setup-control-frame):
16834 Use ediff-has-gutter-support.
16835
16836 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
16837 check if buff is alive.
16838
16839 * ediff.el: Typo in comment.
16840
16841 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16842
16843 * menu-bar.el (menu-bar-options-save): Take care of
16844 line-number-mode and column-number-mode variables.
16845 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
16846 "Show Column Number" in "Show/Hide" menu.
16847
16848 2002-02-09 Richard M. Stallman <rms@gnu.org>
16849
16850 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
16851
16852 2002-02-09 Kim F. Storm <storm@cua.dk>
16853
16854 * faces.el (mode-line-inactive): New face for mode-line for
16855 non-selected windows.
16856 (mode-line): Doc fix: Only used for selected window.
16857
16858 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
16859
16860 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
16861 name to "Insert Diary Entry".
16862
16863 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
16864
16865 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
16866 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
16867
16868 2002-02-08 Richard M. Stallman <rms@gnu.org>
16869
16870 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
16871
16872 2002-02-08 Andreas Schwab <schwab@suse.de>
16873
16874 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
16875 of point-min.
16876
16877 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
16878
16879 * net/ange-ftp.el (ange-ftp-process-handle-line)
16880 (ange-ftp-set-xfer-size): If the file's size is a float, divide
16881 by 1024 instead of using ash.
16882
16883 * international/mule-cmds.el (select-safe-coding-system):
16884 State the buffer's name in the message popped in the *Warning* buffer,
16885 and make sure the offending buffer is displayed.
16886
16887 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
16888
16889 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
16890
16891 2002-02-07 Richard M. Stallman <rms@gnu.org>
16892
16893 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
16894
16895 * register.el (list-registers): New command.
16896 (describe-register-1): New subroutine, taken out of view-register.
16897
16898 * emacs-lisp/copyright.el (copyright-regexp):
16899 Delete the unibyte copyright symbol; it's redundant.
16900 Fix a spazz in the multibyte encoding here.
16901
16902 2002-02-07 Dave Love <fx@gnu.org>
16903
16904 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
16905 (cyrillic-encode-alternativnyj-char): Get translation tables from
16906 symbol properties, not as variables.
16907 (standard-display-cyrillic-translit): Include unicodes.
16908
16909 2002-02-06 Kim F. Storm <storm@cua.dk>
16910
16911 * help.el (where-is): Report remapped commands.
16912
16913 * help-fns.el (describe-function-1): Ditto.
16914
16915 * subr.el (global-set-key, local-set-key): Accept a symbol for the
16916 KEY argument (like define-key).
16917
16918 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16919
16920 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
16921
16922 2002-02-06 Richard M. Stallman <rms@gnu.org>
16923
16924 * mail/mailabbrev.el: Require sendmail only at compile time.
16925 (mail-mode-header-syntax-table): Var deleted.
16926 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
16927 (sendmail-pre-abbrev-expand-hook): Only temporarily change
16928 local-abbrev-table and the syntax table.
16929 Compute mail-abbrev-syntax-table if that has not been done.
16930
16931 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
16932
16933 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
16934 (debugger-frame-number): Figure out the offset directly.
16935 (debugger-setup-buffer): Don't use debugger-frame-offset.
16936 (debugger-frame, debugger-frame-clear): Likewise.
16937 (debugger-jump): Don't alter debugger-frame-offset.
16938
16939 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16940 Replace foo-p as var name with foo-flag, not foo-p-flag.
16941
16942 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
16943 (highlight-changes-passive-string): Default to -Chg.
16944 (highlight-changes-global-modes): Doc fix.
16945
16946 * dired.el (dired-get-filename): Add /: when appropriate
16947 to avoid taking a local name as remote.
16948
16949 * files.el (file-name-non-special): Add special handling for
16950 file-name-sans-versions, file-name-completion, and
16951 file-name-all-completions.
16952
16953 * isearch.el (isearch-update): Don't update display in kbd macro.
16954 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
16955
16956 * subr.el (force-mode-line-update): Doc fix.
16957
16958 * subr.el (atomic-change-group, prepare-change-group)
16959 (activate-change-group, accept-change-group, cancel-change-group):
16960 New functions.
16961
16962 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
16963 (transpose-subr-1): Use atomic-change-group.
16964
16965 * subr.el (add-minor-mode): Include the mode's lighter string
16966 in the minor mode menu item name.
16967
16968 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
16969 rmail-count-screen-lines starting from (point-min).
16970
16971 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
16972 beyond the image height, to use the fancy splash screen.
16973
16974 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
16975 (text-mode): Set text-mode-variant here.
16976
16977 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
16978
16979 * play/pong.el (pong-height): Don't use height that exceeds the
16980 frame height.
16981 (pong-border-options): Make the border colors slightly more bright.
16982
16983 * play/gamegrid.el (gamegrid-display-type): Treat any
16984 color-capable display as color-x, if display-color-p is fboundp.
16985 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
16986 (gamegrid-make-color-tty-face): Use the value of color, not the
16987 symbol itself. Don't call gamegrid-color.
16988
16989 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
16990
16991 * gud.el (gud-refresh): Call recenter only after we are sure we
16992 are in the right window.
16993
16994 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
16995
16996 * cus-edit.el (customize-mark-to-save): New function.
16997 * menu-bar.el (menu-bar-options-save): Rewrote.
16998
16999 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17000
17001 * cus-start.el (x-use-underline-position-properties):
17002 Allow customization.
17003
17004 2002-02-04 Simon Josefsson <jas@extundo.com>
17005
17006 * dired.el (dired-load-hook, dired-mode-hook)
17007 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
17008
17009 2002-02-03 Colin Walters <walters@verbum.org>
17010
17011 * ibuf-ext.el (ibuffer-filter-format-alist)
17012 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
17013 New variables.
17014 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
17015 is now the Emacs CVS tree.
17016 (ibuffer-formats): Doc fix.
17017 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
17018 (ibuffer-current-format): Use them.
17019 (ibuffer-recompile-formats, ibuffer-check-formats)
17020 (ibuffer-switch-format, ibuffer-update-title):
17021 Add support for ibuffer-filter-format-alist.
17022 (define-ibuffer-column process): Remove unncessary consing.
17023
17024 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
17025 for a summary column.
17026
17027 2002-02-03 Andreas Schwab <schwab@suse.de>
17028
17029 * window.el (save-selected-window): Move macro before first use.
17030 (balance-windows): Fix misplaced parenthesis.
17031
17032 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17033
17034 * calculator.el (calculator-displayers): Doc fixes.
17035
17036 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17037
17038 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
17039 (menu-bar-options-save): Save also the value of `display-time-mode'.
17040 (showhide-date-time): New function.
17041 (menu-bar-showhide-menu): New menu-item "Date and time".
17042
17043 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
17044
17045 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
17046 get-file-buffer to check for rmail buffer existence.
17047
17048 * term.el (term-emulate-terminal): Extract proper command string
17049 which is supplied to term-command-hook.
17050
17051 2002-02-03 Richard M. Stallman <rms@gnu.org>
17052
17053 * international/quail.el (quail-help): Don't call help-setup-xref.
17054
17055 * international/mule-cmds.el (describe-input-method):
17056 Call help-setup-xref here.
17057 (describe-current-input-method): Doc fix.
17058
17059 * novice.el (disabled-command-hook): Clarify output text.
17060 Indent the paragraph from the command's doc string.
17061
17062 * dabbrev.el (dabbrev--goto-start-of-abbrev):
17063 Exit loop on beginning of field rather than bobp.
17064
17065 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17066
17067 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
17068 the message text into the *mail* buffer, and restore the pruned
17069 state after that.
17070
17071 * mail/rmail.el (rmail-redecode-body): Prune the headers before
17072 looking for X-Coding-System header, and restore the pruned state
17073 before returning.
17074
17075 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17076
17077 * cus-edit.el (customize-save-variable): Fix typo in prompt.
17078
17079 These changes integrate new version of flyspell.el from its
17080 maintainer, Manuel Serrano:
17081
17082 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
17083 (flyspell-mode-on, flyspell-notify-misspell)
17084 (flyspell-small-region, flyspell-external-point-words)
17085 (flyspell-large-region): Use it
17086 (flyspell-before-incorrect-word-string)
17087 (flyspell-after-incorrect-word-string): New user options.
17088 (make-flyspell-overlay): Use them.
17089 (flyspell-version): New function.
17090 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
17091 definitions to use :weight.
17092 (flyspell-insert-function): New user option.
17093 (flyspell-auto-correct-word, flyspell-correct-word)
17094 (flyspell-xemacs-correct): Use it.
17095 (flyspell-define-abbrev): New function.
17096 (flyspell-auto-correct-word, flyspell-correct-word)
17097 (flyspell-xemacs-correct): Use it.
17098 (make-flyspell-overlay): Use `evaporate' property.
17099 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
17100 (flyspell-emacs-popup): Use `session' instead of `accept'.
17101 (flyspell-auto-correct-previous-pos): New variable.
17102 (flyspell-auto-correct-previous-hook)
17103 (flyspell-auto-correct-previous-word): New functions.
17104
17105 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17106
17107 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
17108 don't alter the user's ~/.emacs.
17109 (disable-command): If user-init-file is nil or does not exist,
17110 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
17111 But don't alter the init file if Emacs was invoked as "emacs -q"
17112
17113 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
17114
17115 * mail/sendmail.el (mail-mode): Undo half of last change.
17116
17117 * indent.el (indent-for-tab-command): Remove spurious code.
17118
17119 * hi-lock.el (hi-lock-find-patterns): Save restriction.
17120
17121 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
17122
17123 * calendar/time-date.el: Moved from lisp/gnus.
17124
17125 * calendar/parse-time.el: Ditto.
17126
17127 2002-01-31 Richard M. Stallman <rms@gnu.org>
17128
17129 * international/iso-acc.el (iso-languages): Fix ", " in French.
17130
17131 * cus-start.el (history-length): Specify customization for it.
17132
17133 * emacs-lisp/debug.el (debugger-setup-buffer):
17134 When an eval-buffer frame was reading from a buffer,
17135 insert indication of the buffer position.
17136 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
17137 (debugger-frame-clear, debugger-frame): Error on non-frame line.
17138
17139 * simple.el (shell-command-on-region): Err if no mark
17140 before reading the command string.
17141
17142 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
17143 Definitions moved down after hl-line-mode var's definition.
17144
17145 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
17146 (hilit-chg-set-face-on-change): Rename arg.
17147 (hilit-chg-make-ov): Detect error earlier.
17148
17149 * ediff-hook.el: Delete autoload cookies.
17150
17151 * comint.el (comint-scroll-show-maximum-output): Default is t.
17152
17153 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
17154 (batch-byte-compile-if-not-done): New function.
17155
17156 * Makefile.in (compile): New target.
17157 (compile-always): Renamed from compile-files.
17158 (compile-after-backup): Renamed from compile.
17159 (bootstrap): Depend on compile-always, not compile-files.
17160
17161 * emulation/pc-select.el (pc-select-save-and-set-mode):
17162 Properly use MODE-VAR.
17163
17164 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17165
17166 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
17167 Version" to "About Emacs".
17168 (menu-bar-options-save): Add `default-frame-alist'
17169 to saved variables.
17170 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
17171 of the variable `scroll-bar-mode'.
17172
17173 * startup.el (normal-splash-screen, display-splash-screen):
17174 New functions (separated from command-line-1).
17175 (command-line-1): Use them.
17176
17177 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
17178
17179 * calendar/calendar.el (generate-calendar-month): Doc fix.
17180
17181 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17182
17183 * time.el (display-time-mail-directory): New option.
17184 (display-time-mail-function): Update doc-string.
17185 (display-time-mail-icon): Use XPM image when available.
17186 (display-time-string-forms): Use more descriptive text as
17187 help-echo property.
17188 (display-time-mail-check-directory): New function.
17189 (display-time-update): Use it.
17190
17191 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
17192 Quote `window-system'.
17193
17194 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
17195 Add Keywords header. Update Commentary section.
17196 Update copyright notice.
17197
17198 * menu-bar.el (menu-bar-scroll-bar-right)
17199 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
17200 (showhide-menu-bar): New functions.
17201 (menu-bar-showhide-menu): New submenu "Show/Hide".
17202 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
17203 "Show/Hide".
17204 Update copyright notice.
17205
17206 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
17207
17208 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
17209
17210 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
17211
17212 * pc-select.el (pc-selection-mode-hook)
17213 (pc-select-saved-settings-alist, pc-select-map)
17214 (pc-select-saved-global-map, pc-select-key-bindings-alist)
17215 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
17216 (pc-select-meta-moves-sexps-key-bindings)
17217 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
17218 New variables.
17219 (pc-select-define-keys, pc-select-restore-keys): New functions.
17220 (pc-select-add-to-alist, pc-select-save-and-set-var)
17221 (pc-select-save-and-set-mode, pc-select-restore-var)
17222 (pc-select-restore-mode): New macros.
17223 (pc-selection-mode): Completely rewrote the body of the function;
17224 the main goal was to make pc-selection-mode "turn-off"-able, like
17225 other minor modes. Use define-minore-mode instead of just a
17226 defun. Store the key bindings into four alists:
17227 pc-select-default-key-bindings, pc-select-extra-key-bindings,
17228 pc-select-meta-moves-sexps-key-bindings, and
17229 pc-select-tty-key-bindings; then have the pc-select-define-keys
17230 function walk those alists instead of calling define-key
17231 repeatedly. When the mode is turned on, set the
17232 keybindings in global-map and remember the old keybindings; when
17233 the mode is turned off, restore the previously-saved keybindings.
17234 (pc-selection-mode defcustom): Reflect the fact that the mode is
17235 now "turn-off"-able.
17236
17237 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
17238
17239 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
17240 returns t, don't treat that as an error.
17241
17242 2002-01-25 Jason Rumney <jasonr@gnu.org>
17243
17244 * faces.el (face-font-registry-alternatives) [windows-nt]:
17245 Add ms-oemlatin as an alternative for iso8859-1.
17246
17247 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
17248
17249 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
17250 args and the absence of an entry. Don't add -f each time.
17251
17252 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
17253
17254 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
17255
17256 Support for more than 8 colors on character terminals:
17257
17258 * term/rxvt.el: New file.
17259
17260 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
17261
17262 * term/xterm.el (xterm-standard-colors): New variable.
17263 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
17264 (xterm-rxvt-set-background-mode): New functions.
17265 (toplevel): Call xterm-register-default-colors,
17266 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
17267 Add support for more keys from xterm's terminfo entry.
17268
17269 * facemenu.el (list-colors-display): If the argument is nil, don't
17270 show more colors that the number returned by display-color-cells.
17271
17272 * term/pc-win.el (msdos-color-values): Reverse the order of the
17273 colors, since tty-color-define now preserves the registration order.
17274
17275 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
17276
17277 * term/tty-colors.el (tty-standard-colors): Reverse the order.
17278 (tty-register-default-colors): New function; code moved from
17279 startup.el's command-line.
17280 (tty-modify-color-alist): Use nconc instead of cons, to preserve
17281 the order the colors where registered.
17282
17283 * frame.el (display-color-cells): Use tty-display-color-cells.
17284
17285 * startup.el (command-line): Call tty-register-default-colors.
17286
17287 2002-01-25 Richard M. Stallman <rms@gnu.org>
17288
17289 * subr.el (remove): Doc fix.
17290
17291 2002-01-24 Richard M. Stallman <rms@gnu.org>
17292
17293 * progmodes/compile.el (compilation-handle-exit):
17294 Add a compilation-handle-exit property to the "finished" message.
17295 (compilation-parse-errors): Stop parsing when that property is seen.
17296
17297 * subr.el (substring-no-properties): New function.
17298 (copy-without-properties): Function deleted.
17299
17300 * term/x-win.el (x-handle-geometry): Put sizes on both
17301 initial-frame-alist and default-frame-alist.
17302
17303 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
17304 for saving .emacs.
17305
17306 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
17307
17308 * calendar/calendar.el (generate-calendar-month): Doc fix.
17309
17310 2002-01-23 Richard M. Stallman <rms@gnu.org>
17311
17312 * play/tetris.el (tetris): New defgroup.
17313 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
17314 (tetris-default-tick-period): Convert to defcustom.
17315 Added * in docstring to indicate user variable.
17316 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
17317 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
17318 (tetris-buffer-height, tetris-width, tetris-height)
17319 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
17320
17321 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
17322
17323 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
17324 and is already matched by adaptive-fill-regexp.
17325
17326 2002-01-22 Richard M. Stallman <rms@gnu.org>
17327
17328 * bindings.el (mode-line-copied-mode-name): New variable.
17329 (mode-line-mode-name): Don't modify mode-name itself!
17330 Instead, make a copy and reuse it.
17331
17332 * subr.el (copy-without-properties): New function.
17333
17334 * progmodes/sh-script.el (sh-set-shell): Doc fix.
17335
17336 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
17337 slash if DIR is just slash.
17338
17339 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
17340
17341 2002-01-21 Richard M. Stallman <rms@gnu.org>
17342
17343 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
17344
17345 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
17346 Move defvar up.
17347
17348 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
17349
17350 * ibuffer.el: Don't require ibuf-ext at load time.
17351 (ibuffer): Require ibuf-ext here.
17352
17353 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17354
17355 * generic-x.el (apache-conf-generic-mode): Highlight the first
17356 word in a line even if preceded by blanks.
17357
17358 2002-01-21 Richard M. Stallman <rms@gnu.org>
17359
17360 * window.el (window-body-height): Handle minibuffer window specially.
17361 Otherwise, don't return less than 1.
17362
17363 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
17364
17365 * ange-ftp.el: Added support for BS2000, and for raw ftp
17366 login commands (needed in some circumstances).
17367 (ange-ftp-raw-login): New custom var.
17368 (ange-ftp-normal-login): Perform login with raw ftp commands, if
17369 ange-ftp-raw-login is set and account password is needed.
17370 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
17371 (ange-ftp-bs2000-filename-pubset-regexp)
17372 (ange-ftp-bs2000-filename-username-regexp)
17373 (ange-ftp-bs2000-filename-prefix-regexp)
17374 (ange-ftp-bs2000-name-template): New consts.
17375 (ange-ftp-bs2000-short-filename-regexp)
17376 (ange-ftp-bs2000-fix-name-regexp-reverse)
17377 (ange-ftp-bs2000-fix-name-regexp): New consts.
17378 (ange-ftp-bs2000-special-prefix): New custom var.
17379 (ange-ftp-fix-name-for-bs2000)
17380 (ange-ftp-fix-dir-name-for-bs2000): New funs.
17381 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
17382 (ange-ftp-bs2000-posix-hook-installed): New vars.
17383 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
17384 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
17385 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
17386 (ange-ftp-bs2000-filename-regexp): New const.
17387 (ange-ftp-bs2000-additional-pubsets): New custom var.
17388 (ange-ftp-bs2000-cd-to-posix): New fun.
17389
17390 2002-01-20 Colin Walters <walters@verbum.org>
17391
17392 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
17393 with `byte-compile-dynamic'.
17394 (ibuffer-default-directory, toplevel): Doc files.
17395
17396 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17397
17398 * tempo.el (tempo-define-template): Doc fix.
17399
17400 * scroll-bar.el (scroll-bar-mode): Make argument optional.
17401
17402 2002-01-20 Jason Rumney <jasonr@gnu.org>
17403
17404 * w32-vars.el: New file.
17405
17406 * loadup.el [windows-nt]: Load it.
17407
17408 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
17409 and make them defcustoms.
17410
17411 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
17412
17413 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17414
17415 * language/tibet-util.el (tibetan-decompose-region)
17416 (tibetan-decompose-string): Fix typo in docstring.
17417
17418 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
17419
17420 2002-01-18 Richard M. Stallman <rms@gnu.org>
17421
17422 * comint.el (comint-redirect-send-command-to-process):
17423 Restore previous current buffer.
17424
17425 * window.el (window-body-height): New function.
17426
17427 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
17428
17429 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
17430 "Finish Function" menu map entries for jdb mode.
17431 (gud-jdb-use-classpath): New customization variable.
17432 (gud-jdb-command-name): Add customization.
17433 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
17434 (gud-jdb-classpath-string): New variable.
17435 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
17436 (gud-jdb-build-source-files-list): Likewise.
17437 (gud-jdb-massage-args): Record any command argument classpath
17438 string in `gud-jdb-classpath-string'.
17439 (gud-jdb-lowest-stack-level): New function, finds bottom of current
17440 java call stack in jdb output.
17441 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
17442 (gud-jdb-parse-classpath-string): New functions.
17443 (gud-jdb-marker-filter): Search/detect classpath information in
17444 jdb's output. marker regexp updated to match oldjdb and jdb output
17445 formats. Expand search for source files to include new/old methods
17446 using new functions above. Do not allow `gud-marker-acc' to grow
17447 without bound.
17448 (jdb): Set classpath information (if available) as jdb is started.
17449 Change `gud-break' and `gud-remove'
17450 to use new %c ("class") escape in format strings.
17451 Add `gud-finish', `gud-up', `gud-down' command string functions, and
17452 add them to the local menu map. Update `comint-prompt-regexp' for
17453 jdb and oldjdb. If attaching to an already running java VM and
17454 configured to use classpath, send command to query for classpath,
17455 else use previous method for finding and parsing java
17456 sources. Set `gud-jdb-find-source' function accordingly.
17457 (gud-mode): Doc fix.
17458 (gud-format-command): Add support for new %c ("class") escape.
17459 (gud-find-class): New function in support of %c escape.
17460
17461 2002-01-17 Richard M. Stallman <rms@gnu.org>
17462
17463 * ibuf-ext.el: Enable byte-compile-dynamic.
17464
17465 2002-01-17 Jason Rumney <jasonr@gnu.org>
17466
17467 * term/w32-win.el: Restore conditional require of fontset.
17468
17469 2002-01-16 Richard M. Stallman <rms@gnu.org>
17470
17471 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
17472 more or less.
17473 (mouse-drag-region): New function. For a click in the echo area,
17474 show *Messages*.
17475
17476 * ibuf-ext.el: Delete the autoloads for functions defined with
17477 ibuffer-specific commands.
17478
17479 * help.el (describe-distribution): Really call view-file.
17480
17481 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
17482 (ange-ftp-get-process): Pass that arg.
17483
17484 * comint.el (comint-simple-send): Fix previous change.
17485
17486 * net/telnet.el (telnet-simple-send): Fix previous change.
17487
17488 * progmodes/sql.el (sql-escape-newlines-and-send)
17489 (sql-query-placeholders-and-send): Fix previous change.
17490
17491 2002-01-16 Colin Walters <walters@verbum.org>
17492
17493 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
17494 URL, Compatibility headers. Update copyright notice.
17495 * ibuf-macs.el (toplevel): Require `cl' when compiling.
17496
17497 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
17498
17499 * startup.el (command-line): Set EOL mnemonics for the Mac.
17500
17501 2002-01-16 Andreas Schwab <schwab@suse.de>
17502
17503 * mail/feedmail.el (feedmail): Fix :link spec.
17504
17505 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17506
17507 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
17508 2 ldapsearch.
17509
17510 * net/eudc.el: New maintainer. Change author's address.
17511 (eudc-pre-select-window-configuration, eudc-insertion-marker):
17512 Variables removed.
17513 (eudc-insert-selected): Function removed.
17514 (eudc-select): Reimplemented.
17515 (eudc-expand-inline): Delete the strings only after its expansion
17516 is chosen not before.
17517
17518 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
17519 Minor coding style fixes.
17520
17521 * net/eudcb-ldap.el: New maintainer. Change author's address.
17522 (eudc-attribute-display-method-alist): Display mail with
17523 eudc-display-mail.
17524
17525 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
17526 * net/eudc-vars.el: New maintainer. Change author's address.
17527
17528 * net/eudc-bob.el: New maintainer. Change author's address.
17529 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
17530 (eudc-display-mail): New function.
17531 (eudc-bob-play-sound-at-point): Remove XEmacs case.
17532
17533 2002-01-15 Richard M. Stallman <rms@gnu.org>
17534
17535 * emacs-lisp/autoload.el (make-autoload):
17536 Don't handle define-ibuffer-column, define-ibuffer-filter,
17537 define-ibuffer-sorter, and define-ibuffer-op.
17538
17539 2002-01-14 Richard M. Stallman <rms@gnu.org>
17540
17541 * calendar/calendar.el (diary-date-forms): Doc fix.
17542
17543 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
17544
17545 * startup.el (command-line): Register the default tty colors even
17546 if the terminal doesn't seem to support colors.
17547 <tty-long-option-alist>: New option --color.
17548 (tty-handle-args): Parse the --color arg.
17549
17550 * term/tty-colors.el (tty-color-mode-alist): New variable.
17551
17552 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
17553
17554 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
17555 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
17556 Use it.
17557 (ange-ftp-hook-function): Preserve match-data.
17558 (ange-ftp-insert-directory): Typo.
17559 (ange-ftp-shell-command): Check if regexp matched.
17560
17561 2002-01-13 Richard M. Stallman <rms@gnu.org>
17562
17563 * international/mule-cmds.el: help-map bindings moved to help.el.
17564
17565 * help.el (view-echo-area-messages): New function.
17566 (help-map): Add `e' binding. Delete obsolete `d' binding.
17567 Change old Info bindings C-f, C-k and C-i to F, K, S.
17568 Move view-emacs-FAQ from F to C-f.
17569 Move view-emacs-problems from P to C-e.
17570 Bindings moved here from mule-cmds.el.
17571 C-l binding for describe-language-environment deleted
17572 (help-for-help): Update for all these changes.
17573
17574 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
17575
17576 2002-01-13 Dave Love <fx@gnu.org>
17577
17578 * emacs-lisp/copyright.el: Doc fixes.
17579 (copyright-regexp): Add Latin-9 copyright sign.
17580 Match comment delimiters in year lists.
17581 (copyright-current-year): Initialize to load-time year.
17582
17583 2002-01-13 Andreas Schwab <schwab@suse.de>
17584
17585 * dired-aux.el (dired-do-shell-command): Doc fix.
17586
17587 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17588
17589 * startup.el (command-line-x-option-alist): New options "-fs",
17590 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
17591
17592 * term/x-win.el (x-handle-initial-switch): New function.
17593
17594 2002-01-13 Colin Walters <walters@debian.org>
17595
17596 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
17597 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
17598
17599 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
17600
17601 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
17602
17603 2002-01-12 Richard M. Stallman <rms@gnu.org>
17604
17605 * net/browse-url.el (browse-url-grail):
17606 Use browse-url-maybe-new-window.
17607
17608 * net/telnet.el (telnet-simple-send):
17609 Handle comint-input-sender-no-newline like comint-simple-send.
17610
17611 * progmodes/sql.el (sql-query-placeholders-and-send):
17612 Handle comint-input-sender-no-newline like comint-simple-send.
17613 (sql-escape-newlines-and-send): Likewise.
17614
17615 * comint.el (comint-input-sender): Doc fix.
17616 (comint-input-sender-no-newline): New variable.
17617 (comint-simple-send): If comint-input-sender-no-newline,
17618 don't output newline, but maybe send eof.
17619 (comint-send-input): New arg NO-NEWLINE.
17620 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
17621
17622 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17623
17624 * textmodes/flyspell.el (flyspell-check-pre-word-p):
17625 Prevent delaying when executing keyboard macros.
17626
17627 2002-01-12 Richard M. Stallman <rms@gnu.org>
17628
17629 * simple.el (line-move): If we can't move enough lines,
17630 go to beginning or end of line.
17631
17632 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
17633 and proper window.
17634
17635 * help.el (describe-mode): Call help-setup-xref in the help buffer.
17636 Switch buffers only after calling `help-buffer'.
17637
17638 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
17639 only when they are surrounded by whitespace.
17640 Use dired-mark-separator when adding one file name to a command.
17641 (dired-do-shell-command): Verify that * is surrounded by whitespace.
17642 Ask for confirmation if * or ? is not surrounded by whitespace.
17643 (dired-bunch-files): Re-reverse the partial file list when it is used.
17644
17645 2002-01-12 Richard M. Stallman <rms@gnu.org>
17646
17647 * comint.el (comint-dynamic-list-completions): Repeating the command
17648 after displaying a completion list scrolls the list.
17649
17650 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
17651
17652 * files.el (find-file-noselect): Don't consider a buffer as
17653 visiting a file literally if it is in hexl-mode.
17654
17655 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
17656
17657 2002-01-11 Richard M. Stallman <rms@gnu.org>
17658
17659 * startup.el (initial-scratch-message): Fix custom type, add group.
17660
17661 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
17662 around the decode-coding-region call.
17663
17664 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
17665 after displaying a completion list scrolls the list.
17666
17667 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
17668
17669 * version.el (emacs-version): Bump to 21.2.50.
17670
17671 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
17672
17673 * play/zone.el (zone-timeout): New var.
17674 (zone-hiding-modeline): New macro.
17675 (zone-call): New func.
17676
17677 (zone): Init `modeline-hidden-level' symbol property.
17678 Use `zone-call' instead of `funcall'.
17679
17680 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
17681
17682 (zone-pgm-stress): Use `zone-hiding-modeline'.
17683
17684 (zone-pgm-stress-destress): New zone program.
17685
17686 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
17687
17688 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
17689
17690 2002-01-09 Richard M. Stallman <rms@gnu.org>
17691
17692 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
17693
17694 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
17695
17696 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
17697 flyspell-mouse-map.
17698
17699 2002-01-08 Richard M. Stallman <rms@gnu.org>
17700
17701 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
17702
17703 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
17704
17705 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
17706
17707 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17708
17709 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
17710 Do not use make-local-hook.
17711
17712 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
17713
17714 * international/quail.el (quail-start-translation)
17715 (quail-start-conversion): Bind last-command-event, last-command,
17716 and this-command in the first let. This fixes the change from
17717 2000-08-30.
17718
17719 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
17720
17721 * ediff-hook.el: Add an autoload cookie.
17722
17723 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17724
17725 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
17726 address of the author.
17727
17728 2002-01-08 Richard M. Stallman <rms@gnu.org>
17729
17730 * replace.el (occur-mode-goto-occurrence-other-window): New command.
17731 (occur-mode-map): Bind `o' to that.
17732
17733 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
17734
17735 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17736 new macro that replaces viper-emacs-p and viper-xemacs-p in many
17737 cases. Used to reduce the number of warnings.
17738
17739 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
17740 (viper-standard-value): Move here from viper.el.
17741 (viper-set-unread-command-events): Move to viper-util.el
17742 (viper-check-minibuffer-overlay): Make sure
17743 viper-minibuffer-overlay is moved to cover the entire input field.
17744
17745 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
17746 (viper-read-key-sequence, viper-set-unread-command-events)
17747 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
17748
17749 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
17750
17751 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
17752
17753 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
17754
17755 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
17756 (viper-event-vector-p): Move to viper-util.el
17757
17758 * viper.el (viper-standard-value): Move to viper-cmd.el.
17759 Use viper-cond-compile-for-xemacs-or-emacs.
17760
17761 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17762
17763 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17764
17765 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
17766 New macro designed to be used in many places where ediff-emacs-p or
17767 ediff-xemacs-p was previously used. Reduces the number of warnings.
17768 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
17769 of ediff-xemacs-p.
17770 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
17771 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
17772 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
17773 Move to ediff-util.el.
17774 (ediff-event-key): Moved here.
17775
17776 * ediff-merge.el: Got rid of unreferenced variables.
17777
17778 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17779
17780 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17781 (ediff-cleanup-mess): Improve the way windows are set up after
17782 quitting ediff.
17783 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
17784 (ediff-dispose-of-variant-according-to-user): New function
17785 designed to be smarter and also understands indirect buffers.
17786 (ediff-highlight-diff-in-one-buffer)
17787 (ediff-unhighlight-diff-in-one-buffer)
17788 (ediff-unhighlight-diffs-totally-in-one-buffer)
17789 (ediff-highlight-diff, ediff-highlight-diff)
17790 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
17791 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
17792 (ediff-get-region-contents, ediff-make-current-diff-overlay):
17793 Moved here.
17794 (ediff-format-bindings-of): New function by Hannu Koivisto
17795 <azure@iki.fi>.
17796 (ediff-setup): Make sure the merge buffer is always widened and
17797 modifiable.
17798 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
17799 result of a merge into a file visited by another buffer.
17800 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
17801 is visited by another buffer and ask to save/delete that buffer.
17802 (ediff-verify-file-merge-buffer): New function to do the above.
17803
17804 * ediff-vers.el: Load ediff-init.el at compile time.
17805
17806 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17807
17808 * ediff.el (ediff-windows, ediff-regions-wordwise)
17809 (ediff-regions-linewise): Use indirect buffers to improve
17810 robustness and make it possible to compare regions of the same
17811 buffer (even overlapping regions).
17812 (ediff-clone-buffer-for-region-comparison)
17813 (ediff-clone-buffer-for-window-comparison): New functions.
17814 (ediff-files-internal): Refuse to compare identical files.
17815 (ediff-regions-internal): Get rid of the warning about comparing
17816 regions of the same buffer.
17817
17818 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
17819 Plus the following fixes courtesy of Dave Love: Doc fixes.
17820 (ediff-word-1): Use word class and move - to the
17821 front per regexp documentation.
17822 (ediff-wordify): Bind forward-word-function outside loop.
17823 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
17824 consing buffer contents.
17825 (ediff-goto-word): Move syntax table setting outside loop.
17826
17827 2002-01-07 Richard M. Stallman <rms@gnu.org>
17828
17829 * dired.el (dired-copy-filename-as-kill): Call kill-append
17830 if following a kill command.
17831
17832 * help-fns.el (describe-variable, describe-function):
17833 Do save-excursion.
17834
17835 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17836
17837 * net/ldap.el (ldap-search-internal): Skip error message from
17838 ldapsearch. Allow listing attribute names only. Do not open
17839 non-existent files.
17840
17841 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
17842 call non-existent function.
17843
17844 * net/eudc.el (top-level): Revert previous change.
17845
17846 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
17847 variables to prevent warning from byte-compiler.
17848
17849 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
17850 string-match on emacs-version again.
17851
17852 * enriched.el (enriched-make-annotation): Fix the change from
17853 2002-01-05.
17854 (enriched-handle-display-prop): Return proper values.
17855
17856 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
17857 Use proper attribute name labeledUri instead of deprecated labeledUrl.
17858
17859 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17860
17861 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
17862 editing an empty hotlist.
17863
17864 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
17865 Use buffer-string instead of buffer-substring for the whole buffer.
17866
17867 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
17868 not free.
17869
17870 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
17871 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
17872 (eudc-bob-save-object): Make the buffer unibyte.
17873 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
17874 object to external program.
17875
17876 2002-01-05 Andre Spiegel <spiegel@gnu.org>
17877
17878 * vc.el (vc-branch-part): Return nil if there's no `.'
17879 (vc-default-previous-version): Renamed from vc-previous-version.
17880 New args BACKEND and FILE. Return nil for revision numbers
17881 without a `.'
17882 (vc-version-diff): Call vc-BACKEND-previous-version.
17883 (vc-steal-lock): Steal lock before composing mail, so that no mail
17884 is sent when the stealing goes wrong. And we'll actually see the
17885 error in that case now.
17886 (vc-finish-steal): Removed.
17887
17888 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
17889 the lock, so that we see expanded headers.
17890 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
17891 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
17892 available from vc.el. Updated all callers.
17893
17894 2002-01-05 Richard M. Stallman <rms@gnu.org>
17895
17896 * enriched.el (enriched-make-annotation): Doc fix.
17897
17898 * format.el (format-replace-strings, format-subtract-regions)
17899 (format-annotate-region, format-annotate-location)
17900 (format-annotate-atomic-property-change)
17901 (format-annotate-single-property-change): Doc fixes.
17902
17903 2002-01-05 Jason Rumney <jasonr@gnu.org>
17904
17905 * term/w32-win.el: Require fontset unconditionally.
17906 (w32-handle-scroll-bar-event): Remove.
17907
17908 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17909
17910 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
17911 copyrights to be updated.
17912
17913 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
17914
17915 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
17916 2001-10-24.
17917
17918 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
17919
17920 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17921
17922 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
17923 (ldap-ignore-attribute-codings): Change the default value to allow
17924 encoding/decoding of attributes.
17925 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
17926
17927 2002-01-03 Richard M. Stallman <rms@gnu.org>
17928
17929 * files.el (basic-save-buffer): Undo previous change.
17930
17931 * calendar/diary-lib.el (diary-block): Doc fix.
17932
17933 * custom.el (defcustom): Fix syntax of previous change.
17934
17935 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
17936
17937 * custom.el (defcustom): Documented :tag, :link and :load.
17938
17939 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17940
17941 * mail/sendmail.el (mail-recover-1): New function.
17942 (mail-recover): Switch to the *mail* buffer right away.
17943 Use buffer-auto-save-file-name instead of calling
17944 make-auto-save-file-name. Call dired-noselect instead of invoking
17945 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
17946 before reading the auto-save file. If the buffer's auto-save file
17947 does not exist, call mail-recover-1 to allow recovery from past
17948 auto-saved drafts.
17949
17950 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17951
17952 * time.el (display-time-load-average-threshold): Fix defcustom
17953 (add type and group).
17954
17955 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
17956 specification from the hostname.
17957
17958 2002-01-02 Richard M. Stallman <rms@gnu.org>
17959
17960 * facemenu.el (facemenu-active-faces):
17961 Use face-attributes-as-vector, not face-attributes-vector.
17962
17963 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
17964
17965 * xscheme.el: Eleven years of updates on a private copy.
17966
17967 Extensive changes to support multiple xscheme buffers:
17968 (run-scheme): Break up into new functions to facilitate starting
17969 processes in other buffers.
17970 (xscheme-start, xscheme-read-command-line): New functions.
17971 (start-scheme, select-scheme)
17972 (default-xscheme-runlight)
17973 (global-set-scheme-interaction-buffer)
17974 (local-set-scheme-interaction-buffer)
17975 (local-clear-scheme-interaction-buffer)
17976 (exit-scheme-interaction-mode)
17977 (verify-xscheme-buffer): New functions.
17978 (xscheme-process-name, xscheme-buffer-name)
17979 (xscheme-runlight): New internal vars.
17980 (default-xscheme-runlight): New const.
17981 (xscheme-start-process): Add args for the process/buffer names.
17982 (reset-scheme): Pass process/buffer names.
17983 (scheme-interaction-mode): Initialize new local vars.
17984 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
17985 (xscheme-select-process-buffer, xscheme-process-buffer)
17986 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
17987 (xscheme-goto-output-point, xscheme-write-message-1): Use new
17988 var xscheme-process-name.
17989 (xscheme-start-process): Initialize xscheme-process-name and
17990 xscheme-buffer-name in the process buffer. Pass buffer name to
17991 xscheme-modeline-initialize.
17992 (xscheme-modeline-initialize): Add argument to specify buffer name
17993 for mode-line vars.
17994 (xscheme-process-sentinel): Make sure sentinel is run in the
17995 process buffer so it sees its local vars.
17996 (xscheme-process-filter-initialize, xscheme-set-runlight):
17997 More elaborate logic to handle multiple-buffer mode lines.
17998
17999 (xscheme-enter-input-wait): Re-enable control-G handler upon
18000 entering input wait.
18001
18002 (scheme-interaction-mode): Add arg to preserve local vars.
18003 (xscheme-enter-interaction-mode)
18004 (xscheme-enter-debugger-mode): Preserve local vars.
18005 (xscheme-start-process): Clobber local vars.
18006
18007 (scheme-interaction-mode-commands): Allow end user to add commands
18008 to scheme-interaction-mode keymap.
18009 (scheme-interaction-mode-commands-alist): New variable.
18010
18011 (xscheme-send-string): Don't use insert-before-markers.
18012
18013 Implement a per-buffer kill ring:
18014 (xscheme-insert-expression)
18015 (xscheme-rotate-yank-pointer, xscheme-yank)
18016 (xscheme-yank-pop, xscheme-yank-push): New functions.
18017 (xscheme-expressions-ring)
18018 (xscheme-expressions-ring-yank-pointer)
18019 (xscheme-expressions-ring-max): New variables.
18020 (xscheme-send-string-1): Call xscheme-insert-expression to save
18021 expression in ring.
18022 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
18023 (xscheme-previous-send): Deleted variable.
18024
18025 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
18026 (xscheme-send-control-g-interrupt): Use process-send-string rather
18027 than send-string.
18028
18029 (xscheme-send-region): Insert a newline after an expression that
18030 is submitted in the interaction buffer, for consistency with
18031 recent changes to Edwin.
18032
18033 (xscheme-delete-output): New function mimics comint-delete-output.
18034 (xscheme-last-input-end): New internal variable.
18035 (xscheme-process-filter-output): Update xscheme-last-input-end.
18036
18037 (xscheme-send-control-g-interrupt): Make sure that
18038 xscheme-control-g-disabled-p is looked up in the right buffer.
18039
18040 (xscheme-enable-control-g): Clear C-g message if visible.
18041 (xscheme-control-g-message-string): New internal var.
18042 (xscheme-send-control-g-interrupt): Use new var.
18043
18044 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
18045 Delay after sending interrupt in order to work around race condition.
18046
18047 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
18048 (xscheme-send-char): Use xscheme-send-char rather than send-string
18049 to send single char.
18050
18051 (xscheme-process-filter, xscheme-process-filter-alist):
18052 Add support for evaluating expressions outside of the call-excursion.
18053 (xscheme-process-filter:string-action-noexcursion): New func.
18054
18055 (xscheme-write-value): Change output string to match that used by
18056 Edwin.
18057
18058 (xscheme-coerce-prompt): Don't write a space after a command
18059 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
18060 for us.
18061
18062 (reset-scheme): Delete process after killing it.
18063
18064 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18065
18066 * bindings.el (function-key-map): Don't bind shifted keypad
18067 numeric keys.
18068
18069 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18070
18071 * enriched.el (enriched-handle-display-prop): Remove unused variables.
18072 (enriched-mode): Doc fix.
18073
18074 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18075
18076 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
18077 Hebrew points.
18078
18079 2002-01-01 Richard M. Stallman <rms@gnu.org>
18080
18081 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
18082
18083 2001-12-31 Richard M. Stallman <rms@gnu.org>
18084
18085 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
18086 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
18087 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
18088 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
18089 * progmodes/cperl-mode.el, progmodes/idlwave.el:
18090 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
18091 Adapt face definitions to use :weight and :slant.
18092
18093 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
18094
18095 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
18096
18097 * font-lock.el (initializing from font-lock-face-attributes):
18098 Use :weight and :slant, not :bold and :italic.
18099
18100 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
18101
18102 * cus-edit.el (custom-face-edit-fix-value): New function.
18103 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
18104
18105 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18106
18107 * progmodes/octave-mod.el (octave-abbrev-table):
18108 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
18109 * progmodes/fortran.el (fortran-mode-abbrev-table):
18110 * progmodes/f90.el (f90-mode-abbrev-table):
18111 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
18112 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
18113 predefined abbrevs as "system" abbrevs.
18114
18115 2001-12-30 Richard M. Stallman <rms@gnu.org>
18116
18117 * info.el (Info-fontify-node): For a **** underline line, put the
18118 invisible and intangible props on the following newline, but not
18119 on the previous newline or the last char of the previous line.
18120
18121 * faces.el (face-set-after-frame-default): Don't change `default' face.
18122
18123 * faces.el (minibuffer-prompt): Adopt some default colors.
18124
18125 * replace.el (query-replace-read-args): Immediate error if read-only.
18126
18127 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
18128 Display the output buffer in a more intelligent way.
18129
18130 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
18131
18132 * ls-lisp.el (insert-directory): Modify the "total" line wording,
18133 in accordance with files.el's insert-directory.
18134
18135 2001-12-29 Richard M. Stallman <rms@gnu.org>
18136
18137 * files.el (basic-save-buffer): If a before-write hook displays
18138 an echo area message, pause before calling basic-save-buffer-1.
18139
18140 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
18141
18142 * textmodes/reftex-global.el (reftex-query-replace-document)
18143 (reftex-change-label): Doc fix.
18144
18145 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
18146
18147 * progmodes/etags.el (tags-query-replace): Doc fix.
18148
18149 2001-12-29 Richard M. Stallman <rms@gnu.org>
18150
18151 * progmodes/compile.el (compile-internal): Fix previous change.
18152
18153 2001-12-28 Richard M. Stallman <rms@gnu.org>
18154
18155 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
18156 shrink the windows above as necessary to get space.
18157 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
18158
18159 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
18160 This fixes a bug that treated all files as directories.
18161 (ange-ftp-insert-directory): Explicitly follow symlinks.
18162
18163 * international/iso-transl.el (iso-transl-char-map) Eliminate the
18164 alias symbols--put the translated sequences here directly.
18165
18166 * progmodes/cc-mode.el (c-mode-abbrev-table)
18167 (c++-mode-abbrev-table, objc-mode-abbrev-table)
18168 (java-mode-abbrev-table, pike-mode-abbrev-table):
18169 Mark all the predefined abbrevs as "system" abbrevs.
18170
18171 * mail/sendmail.el (mail-envelope-from): Fix custom type.
18172 (sendmail-send-it): Check mail-specify-envelope-from
18173 and mail-envelope-from in the mail buffer at start.
18174
18175 2001-12-28 Simon Josefsson <jas@extundo.com>
18176
18177 * mail/sendmail.el (mail-envelope-from): Fix :type.
18178 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
18179
18180 2001-12-28 Richard M. Stallman <rms@gnu.org>
18181
18182 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
18183
18184 * simple.el (line-move-invisible): New subroutine.
18185 (line-move-to-column): New subroutine--smarter about advancing over
18186 invisible parts of a line, or lines, but only as long as hpos grows.
18187 (line-move-finish): New subroutine: repeatedly processes desired
18188 column, intangibility, and fields.
18189 (line-move): Use those subroutines.
18190 When moving lines downward, skip invisible text first rather than last.
18191
18192 2001-12-27 Richard M. Stallman <rms@gnu.org>
18193
18194 * international/mule-diag.el (describe-char-after):
18195 Describe the text properties of the char after point.
18196
18197 * help.el (describe-key): Doc fix.
18198
18199 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
18200
18201 * find-dired.el (find-dired-sentinel): Precede exit message by
18202 two spaces, to match the regexp in dired-between-files.
18203
18204 2001-12-28 Miles Bader <miles@gnu.org>
18205
18206 * wid-edit.el (widget-toggle-value-create): Don't eval actual
18207 images (which are lists too).
18208
18209 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
18210
18211 * language/european.el: Fix the doc string of "Latin-5" language
18212 environment.
18213
18214 2001-12-26 Richard M. Stallman <rms@gnu.org>
18215
18216 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
18217 defined as before 2001-11-09.
18218 (add-minor-mode call): Specify the keymap.
18219
18220 * progmodes/compile.el (compile-internal):
18221 Set TERM variable in process-environment.
18222
18223 2001-12-25 Richard M. Stallman <rms@gnu.org>
18224
18225 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
18226 the buffer.
18227
18228 * startup.el (command-line): Convert command line args
18229 to Emacs internal representation using locale-coding-system.
18230
18231 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
18232
18233 * international/fontset.el: Don't require ind-util when compiling.
18234
18235 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18236
18237 * emulation/tpu-edt.el (tpu-reset-screen-size):
18238 Use set-frame-height and set-frame-width instead of set-screen-height
18239 and set-screen-width.
18240
18241 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
18242 of obsolete set-screen-width.
18243
18244 * locate.el (locate): Remove dot at the end of error argument.
18245
18246 * emerge.el (emerge-show-file-name): Use frame-height instead of
18247 obsolete screen-height.
18248
18249 * mail/mh-utils.el (mh-show-msg): Likewise.
18250 (mh-handle-process-error): Use frame-width instead of obsolete
18251 screen-width.
18252
18253 2001-12-25 Richard M. Stallman <rms@gnu.org>
18254
18255 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
18256 to enlarge-window. Use save-selected-window. Don't try
18257 to resize windows that end at the bottom "level".
18258 Retry changing the sizes until the windows get the desired sizes.
18259 Discount the minibuffer when computing total height available.
18260
18261 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
18262 (debugger-make-xrefs): Only make a button for the first symbol
18263 on any line.
18264
18265 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
18266
18267 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
18268 Call IT-setup-unicode-display here instead of adding it to
18269 dos-codepage-setup-hook, so that Unicode display tables are set
18270 before dos-codepage-setup-hook runs.
18271
18272 2001-12-24 Richard M. Stallman <rms@gnu.org>
18273
18274 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
18275 (nslookup-mode-abbrev-table): Don't define it.
18276 (smbclient-mode-abbrev-table): Don't define it.
18277 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
18278 (nslookup-mode, smbclient-mode): Likewise.
18279 (network-connection-service-abbrev-alist): Variable deleted.
18280 (network-connection-mode-setup): Don't set up abbrev table.
18281
18282 * faces.el (minibuffer-prompt): New face.
18283 (minibuffer-prompt-properties): Add `face' property.
18284
18285 * replace.el (occur-mode-display-occurrence): New function.
18286 (occur-mode-map): Bind C-o to it.
18287
18288 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
18289
18290 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
18291 (viper-special-read-and-insert-char): Make C-m work right in the r
18292 comand.
18293 (viper-buffer-search-enable): Fixed format string.
18294
18295 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
18296 instead of viper-info-on-file.
18297 (ex-set-visited-file-name): New function.
18298
18299 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
18300
18301 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
18302 action argument.
18303
18304 * ediff-init.el: Fixed some doc strings.
18305
18306 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
18307 Got rid of make-local-hook.
18308
18309 * ediff-wind.el (ediff-setup-control-frame): Got rid of
18310 make-local-hook.
18311
18312 2001-12-23 Richard M. Stallman <rms@gnu.org>
18313
18314 * term/x-win.el (x-handle-geometry): Put height and width
18315 on default-frame-alist, left and top on initial-frame-alist.
18316 * term/w32-win.el (x-handle-geometry): Likewise.
18317
18318 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
18319
18320 * play/yow.el (yow): Use an arg to distinguish interactive calls,
18321 not interactive-p.
18322
18323 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18324
18325 * emacs-lisp/elint.el (elint-unknown-builtin-args):
18326 Remove mocklisp entries.
18327
18328 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
18329 Lisp. Obsoleted.
18330
18331 * emulation/mlconvert.el: File removed.
18332
18333 * emulation/mlsupport.el: Moved to obsolete.
18334
18335 * obsolete/mlsupport.el: Moved there from lisp/emulation.
18336
18337 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
18338
18339 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18340 Remove mocklisp case.
18341
18342 * help-fns.el (describe-function-1): Remove mocklisp function case.
18343
18344 2001-12-22 Miles Bader <miles@gnu.org>
18345
18346 * textmodes/refill.el (refill-mode): Don't barf when redundantly
18347 turning refill-mode off.
18348
18349 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18350
18351 * time.el (display-time-load-average-threshold): New variable.
18352 (display-time-update): Use it.
18353
18354 These changes allow cycling through past 1, 5 and 15 minutes
18355 load-average displayed in the mode-line.
18356
18357 * time.el (display-time-default-load-average): New customizable option.
18358 (display-time-load-average): New variable.
18359 (display-time-cycle-load-average): New function.
18360 (display-time-update): Use them.
18361
18362 2001-12-21 Richard M. Stallman <rms@gnu.org>
18363
18364 * apropos.el (apropos-print): SPACING is now nil or a separator string.
18365 (apropos-documentation, apropos-value): Pass a suitable string.
18366
18367 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
18368
18369 * dired.el (dired-free-space-program, dired-free-space-args):
18370 Aliases for back-compatibility.
18371
18372 * info.el (Info-select-node): If Info-use-header-line is nil, set
18373 header-line-format to nil.
18374 (Info-fontify-node): Don't put a keymap text property on the
18375 heading if we are not going to display the header line. Remove
18376 any such text properties left over from past visits to this node.
18377
18378 * ls-lisp.el (insert-directory): Insert the amount of free disk
18379 space, like files.el's insert-directory does.
18380
18381 * files.el (directory-free-space-program):
18382 Mention file-system-info in the doc string.
18383 (get-free-disk-space): New function; code moved from insert-directory.
18384 (insert-directory): Call get-free-disk-space to get the amount of
18385 free space.
18386
18387 2001-12-21 Richard M. Stallman <rms@gnu.org>
18388
18389 * help.el (view-order-manuals, view-emacs-news, describe-copying)
18390 (describe-distribution, describe-project): Use view-file.
18391
18392 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
18393
18394 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
18395
18396 * emacs-lisp/easy-mmode.el (define-minor-mode):
18397 Make no arg by default in an interactive call,
18398 so that repeating the command toggles again.
18399
18400 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
18401
18402 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
18403
18404 * antlr-mode.el: More sophisticated indentation of cpp directive.
18405 (antlr-indent-at-bol-alist): New user option.
18406 (antlr-indent-line): Use it.
18407 (antlr-indent-style): New user option.
18408 (antlr-mode): Use it.
18409 (antlr-indent-item-regexp): Customize.
18410
18411 * antlr-mode.el: Syntax highlighting changes.
18412 (antlr-font-lock-literal-regexp): New user option.
18413 (antlr-font-lock-syntax-face): New face used for :, |, ....
18414 (antlr-font-lock-default-face): New face.
18415 (antlr-font-lock-additional-keywords): Use them.
18416
18417 * antlr-mode.el: New command to insert options -- variables.
18418 (antlr-mode-map): New binding [C-c C-o].
18419 (antlr-mode-menu): New submenus.
18420 (antlr-options-use-submenus): New user option.
18421 (antlr-tool-version): New user option.
18422 (antlr-options-auto-colon): New user option.
18423 (antlr-options-style): New user option.
18424 (antlr-options-push-mark): New user option.
18425 (antlr-options-assign-string): New user option.
18426 (antlr-options-headings): New variable.
18427
18428 * antlr-mode.el: New command to insert options -- specific.
18429 (antlr-options-alists): New variable.
18430 (antlr-read-value): New function.
18431 (antlr-read-boolean): New function.
18432 (antlr-language-option-extra): New function.
18433 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
18434 (antlr-c++-mode-extra): New function.
18435 (antlr-grammar-tokens): New function.
18436 (antlr-imenu-create-index-function): New optional argument.
18437
18438 * antlr-mode.el: New command to insert options -- functions.
18439 (antlr-insert-option): New command.
18440 (antlr-insert-option-interactive): New function.
18441 (antlr-options-menu-filter): New function.
18442 (antlr-option-kind): New function.
18443 (antlr-scan-lists): New alias.
18444 (antlr-scan-lists-internal): New function.
18445 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
18446 (antlr-option-level): New function.
18447 (antlr-syntactic-grammar-depth): New function.
18448 (antlr-option-location): New function.
18449 (antlr-insert-option-do): New function.
18450 (antlr-option-spec): New function.
18451 (antlr-version-string): New function.
18452 (antlr-insert-option-existing): New function.
18453 (antlr-insert-option-space): New function.
18454 (antlr-insert-option-area): New function.
18455
18456 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
18457 with narrowing. Menu change. Miscellaneous.
18458 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
18459 (antlr-mode-map): New bindings for characters in ":;|&(){}".
18460 (antlr-electric-character): New command.
18461 (antlr-class-header-regexp): New variable.
18462 (antlr-font-lock-additional-keywords): Use it.
18463 (antlr-imenu-create-index-function): Use it.
18464 (antlr-file-dependencies): Use it.
18465 (antlr-indent-line): Also works with restrictions.
18466 (antlr-indent-command): Interactive spec - changes the buffer.
18467 (antlr-language-for-option): Deletia.
18468 (antlr-language-option): New function, defined instead.
18469 (antlr-mode): Use it.
18470
18471 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
18472
18473 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
18474 instead of a literal /dev/null.
18475
18476 * Makefile.in (distclean): Remove Makefile in the build
18477 directory, not in the source directory.
18478
18479 2001-12-21 Simon Josefsson <jas@extundo.com>.
18480
18481 * mail/smtpmail.el (smtpmail-send-queued-mail):
18482 Use with-temp-buffer instead of find-file-noselect, and bind
18483 coding-system-for-read to no-conversion when reading the queued
18484 messages. (Simon's code modified slightly by Eli Zaretskii.)
18485
18486 2001-12-20 Werner Lemberg <wl@gnu.org>
18487
18488 * international/mule-diag.el (describe-coding-system)
18489 (print-coding-system-briefly): Make printed output have a similar
18490 format as describe-character-set.
18491
18492 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18493
18494 * play/blackbox.el (bb-member): Remove, use member instead.
18495 (bb-delete): Remove, use delete instead.
18496 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
18497 bb-score, bb-detour-count and bb-balls-placed.
18498 Propertize results of rays.
18499
18500 2001-12-19 Karl Fogel <kfogel@red-bean.com>
18501
18502 * isearch.el (isearch-forward, isearch-edit-string): Make doc
18503 strings mention keybinding for `isearch-yank-word-or-char',
18504 rather than `isearch-yank-word', since the former is bound now
18505 and the latter is not.
18506 (isearch-yank-word-or-char): Fix formatting.
18507
18508 2001-12-19 Werner Lemberg <wl@gnu.org>
18509
18510 * language/czech.el, language/european.el, language/slovak.el:
18511 More fixes for language info doc strings.
18512
18513 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
18514
18515 * loadup.el: Add "language" to the load-path.
18516
18517 2001-12-19 Richard M. Stallman <rms@gnu.org>
18518
18519 * international/mule-cmds.el (describe-language-environment):
18520 Fix calls to help-xref-button.
18521
18522 2001-12-19 Miles Bader <miles@gnu.org>
18523
18524 * international/fontset.el: Require `ind-util' when compiling.
18525
18526 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18527
18528 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
18529 instead of decompose-composite-char.
18530
18531 2001-12-18 Richard M. Stallman <rms@gnu.org>
18532
18533 * simple.el (eval-expression-print-level)
18534 (eval-expression-print-length): Doc fixes.
18535
18536 * international/mule-diag.el (describe-character-set):
18537 Fix the arg to help-xref-button.
18538
18539 * files.el (directory-free-space-program): New variable.
18540 (directory-free-space-args): New variable.
18541 (insert-directory): Use those two variables for getting free space.
18542 Use file-system-info instead, if that is defined.
18543
18544 * dired.el (dired-free-space-program): Variable deleted.
18545 (dired-free-space-args): Variable deleted.
18546 (dired-insert-directory): Don't try to determine free space.
18547
18548 * files.el (font-lock-defaults): Add risky-local-variables prop.
18549 (hack-one-local-variable): Treat various font-lock variables as risky.
18550
18551 2001-12-18 Werner Lemberg <wl@gnu.org>
18552
18553 * language/chinese.el, language/cyrillic.el:
18554 * language/czech.el, language/european.el, language/greek.el:
18555 * language/hebrew.el, language/indian.el, language/japanese.el:
18556 * language/korean.el, language/lao.el, language/slovak.el:
18557 * language/thai.el, language/tibetan.el, language/vietnamese.el:
18558 Improve documentation strings of coding systems and language infos.
18559
18560 2001-12-18 Werner LEMBERG <wl@gnu.org>
18561
18562 Add support for EUC-TW decoding/encoding.
18563
18564 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
18565 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
18566 New auxiliary functions to build `big5-to-cns'.
18567 (big5-to-cns): New translation alist.
18568
18569 * language/chinese.el: Added new coding system `euc-tw' and its
18570 alias `euc-taiwan'.
18571 Updated language `Chinese-CNS' to include euc-tw encoding also.
18572 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
18573 euc-tw.
18574
18575 2001-12-18 Dave Love <fx@gnu.org>
18576
18577 * loadup.el: Add language/utf-8-lang, language/georgian.
18578
18579 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
18580 (image-file-name-regexps): Doc fix.
18581
18582 * server.el (server-unload-hook): New function.
18583
18584 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
18585 (lm-crack-copyright): Cope with multi-line copyright `lines'.
18586
18587 * simple.el (newline): Doc fix.
18588 (eval-expression-print-level, eval-expression-print-length): Doc
18589 fix. Amend :type.
18590 (next-line, previous-line): Make arg optional.
18591 (newline): Doc fix.
18592
18593 * Makefile.in (DONTCOMPILE): Add various language files.
18594
18595 * international/quail.el (quail-input-string-to-events): Don't use
18596 string-to-list.
18597
18598 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
18599 calling `newline'.
18600
18601 2001-12-17 Richard M. Stallman <rms@gnu.org>
18602
18603 * comint.el (comint-dynamic-list-input-ring-select): New function.
18604 Switches back to the old window configuration.
18605 (comint-dynamic-list-input-ring): Bind RET to that function.
18606 (comint-dynamic-list-input-ring-window-conf): New variable.
18607
18608 2001-12-17 Werner Lemberg <wl@gnu.org>
18609
18610 * international/mule-conf.el: Improve documentation strings of
18611 character sets.
18612
18613 2001-12-16 Richard M. Stallman <rms@gnu.org>
18614
18615 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
18616 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
18617
18618 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
18619
18620 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
18621 Add a DESCRIPTION for the makefile item.
18622
18623 * find-file.el (ff-other-file-name): New function.
18624
18625 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
18626
18627 * international/quail.el (quail-input-string-to-events): Fix last
18628 change.
18629
18630 2001-12-16 Richard M. Stallman <rms@gnu.org>
18631
18632 * isearch.el (isearch-edit-string): When we set isearch-string
18633 to the default, also set isearch-message.
18634
18635 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
18636
18637 * startup.el (command-line-1): Display startup screen
18638 even if there are command line args.
18639 Add a note about how to go to editing your files.
18640 (fancy-splash-head): Add a note about how to go to your files.
18641 (fancy-splash-outer-buffer): New variable.
18642 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
18643
18644 * subr.el (with-temp-message): At the end, always discard
18645 the temp message, even by clearing the echo area.
18646
18647 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
18648
18649 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
18650
18651 * log-view.el (log-view-message-re, log-view-current-tag):
18652 Recognize Subversion's log output format.
18653
18654 * international/fontset.el: Build the list L at compile time.
18655
18656 * language/ind-util.el (mapthread): Make a closure.
18657
18658 2001-12-15 Richard M. Stallman <rms@gnu.org>
18659
18660 * isearch.el (isearch-start-hscroll): New variable.
18661 (isearch-mode): Set isearch-start-hscroll.
18662 (isearch-update): Restore original hscrolling if possible.
18663
18664 * isearch.el (isearch-edit-string):
18665 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
18666
18667 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
18668 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
18669 rather than regexp search and (2) copying text properties
18670 already set up on text unchanged from the previous backtrace.
18671
18672 * case-table.el (set-case-syntax-pair):
18673 Detect invalid calls and signal an error.
18674
18675 2001-12-15 Richard M. Stallman <rms@gnu.org>
18676
18677 * language/ind-util.el (range): Function deleted.
18678 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
18679 All calls changed.
18680
18681 * language/devan-util.el (devanagari-range): Renamed from `range'.
18682 All calls changed.
18683 (devanagari-regexp-of-hashtbl-keys):
18684 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
18685
18686 2001-12-15 Dave Love <fx@gnu.org>
18687
18688 * language/ind-util.el: Don't require cl.
18689 (indian-glyph-char, indian-glyph-max-char)
18690 (indian-char-glyph): Moved from indian.el
18691 (indian--puthash-char, mapthread): Don't quote lambda.
18692 (indian--map): New function.
18693 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
18694 (indian--puthash-cv): Use it.
18695
18696 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
18697 (indian-char-glyph): Moved to ind-util.el
18698
18699 * language/devan-util.el (devanagari-post-read-conversion):
18700 New function.
18701
18702 * language/georgian.el: New file.
18703
18704 * international/mule-cmds.el (locale-language-names): Add various
18705 entries. Remove utf-8 special case.
18706 (locale-charset-language-names, locale-preferred-coding-systems):
18707 Add utf-8 case.
18708 (set-language-environment): Process required-features earlier.
18709
18710 * international/quail.el (quail-keyboard-layout-alist):
18711 Add pc105-uk.
18712 (quail-keyboard-layout-type): Fix :type.
18713 (quail-choose-completion-string): Simplify.
18714 (quail-update-leim-list-file): Don't get fooled by commented-out code.
18715 (quail-input-string-to-events): Run events through
18716 translation-table-for-input.
18717
18718 * international/mule-conf.el (translation-table-for-input):
18719 New variable.
18720 (latin-iso8859-14): Amend description.
18721 (file-coding-system-alist): Add entry for utf-8.
18722
18723 * language/utf-8-lang.el: New file.
18724
18725 * international/code-pages.el: New file.
18726
18727 * language/hebrew.el ("Windows-1255"): New language.
18728
18729 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
18730 ("Latvian"): New languages.
18731
18732 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
18733
18734 * xml.el: Use setq rather than (set 'foo bar).
18735 Use push+nreverse rather than append.
18736 (xml-node-name, xml-node-attributes, xml-node-children):
18737 Use defsubst rather than macros.
18738 (xml-parse-region): Handle a nil return value from xml-parse-tag.
18739 (xml-parse-tag): Don't skip white space. Return nil for a comment.
18740 Concat the two strings surrounding a comment into a single string.
18741
18742 * newcomment.el (comment-indent): Jump to the middle of empty comments.
18743
18744 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18745
18746 * select.el (xselect-convert-to-class, xselect-convert-to-name):
18747 Document.
18748
18749 2001-12-14 Andre Spiegel <spiegel@gnu.org>
18750
18751 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
18752 Return nil if FILE is not registered.
18753 (vc-check-master-templates, vc-default-make-version-backups-p):
18754 Doc fix.
18755
18756 2001-12-13 David Ponce <david@dponce.com>
18757
18758 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
18759 (ruler-mode-left-fringe-cols): New macro.
18760 (ruler-mode-right-fringe-cols): New macro.
18761 (ruler-mode-left-scroll-bar-cols): New macro.
18762 (ruler-mode-right-scroll-bar-cols): New macro.
18763 (ruler-mode-ruler): Use above new macros.
18764
18765 2001-12-13 Richard M. Stallman <rms@gnu.org>
18766
18767 * files.el (set-auto-mode): Fix previous change.
18768
18769 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
18770
18771 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
18772 (easy-menu-do-define, easy-menu-convert-item-1)
18773 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
18774 (easy-menu-return-item): Only return nil if there is no binding.
18775
18776 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
18777
18778 * whitespace.el (whitespace-version): 3.2
18779 * whitespace.el (whitespace-force-mode-line-update): Replace with
18780 `whitespace-mode-line-update', which is an alias to the correct
18781 function in various emacsen.
18782 * whitespace.el (whitespace-{un,}highlight-the-space):
18783 Add colorized highlighting of the bogus whitespaces in a buffer/file,
18784 using the `whitespace-highlight-face' if
18785 `whitespace-display-spaces-in-color' is set.
18786
18787 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
18788
18789 * international/mule.el (set-auto-coding): Don't search for
18790 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
18791
18792 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18793
18794 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
18795
18796 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
18797
18798 * mail/rmailsum.el (rmail-summary-mode): Likewise.
18799
18800 2001-12-13 Richard M. Stallman <rms@gnu.org>
18801
18802 * simple.el (undo): Always set this-command to `undo',
18803 so that the next undo after an error will not begin redoing.
18804
18805 * simple.el (shell-command): Doc fix.
18806 (shell-command-on-region): If there is output an an error,
18807 add "...Shell command failed" to the output.
18808
18809 2001-12-13 David Ponce <david@dponce.com>
18810
18811 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
18812 (ruler-mode-left-fringe-cols): Function replaced by more efficient
18813 implementation `ruler-mode-extra-left-cols'.
18814 (ruler-mode-ruler): Use above new function. Take into account
18815 that the fringe areas can now be resized.
18816
18817 2001-12-12 Richard M. Stallman <rms@gnu.org>
18818
18819 * international/characters.el (Unicode): Comment out
18820 the specifications for kelvin and angstrom signs.
18821
18822 * international/mule.el (make-translation-table-from-vector):
18823 Allow null elements in VEC.
18824
18825 * international/ucs-tables.el (unify-8859-on-encoding-mode)
18826 (unify-8859-on-decoding-mode): Swap the code in their bodies.
18827 Add :version.
18828
18829 2001-12-11 Richard M. Stallman <rms@gnu.org>
18830
18831 * derived.el (derived-mode-p): Function moved to subr.el.
18832
18833 * subr.el (derived-mode-p): Moved here from derived.el.
18834
18835 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
18836
18837 * files.el (set-auto-mode-1): New subroutine, broken out of
18838 set-auto-mode.
18839 (set-auto-mode, hack-local-variables-prop-line): Use that.
18840
18841 2001-12-11 Dave Love <fx@gnu.org>
18842
18843 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
18844
18845 * language/european.el: Remove autoload cookies. Fix registration
18846 of diacritic composition function.
18847
18848 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18849
18850 * calendar/todo-mode.el: Require time-stamp.
18851
18852 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
18853
18854 2001-12-11 Richard M. Stallman <rms@gnu.org>
18855
18856 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
18857
18858 * textmodes/ispell.el (ispell-buffer-local-parsing):
18859 Match xml like sgml.
18860
18861 * emacs-lisp/advice.el (ad-compile-function):
18862 Byte compile the function under another (uninterned) name.
18863
18864 * gud.el (gdb): Define and bind gud-jump.
18865
18866 * font-lock.el (font-lock-mode):
18867 Put our function at the end of after-change-functions.
18868
18869 * ediff-diff.el (ediff-cmp-options): Doc fix.
18870
18871 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
18872
18873 2001-12-10 Richard M. Stallman <rms@gnu.org>
18874
18875 * isearch.el (isearch-yank-word-or-char): New function.
18876 (isearch-mode-map): Bind C-w to that.
18877
18878 * menu-bar.el (menu-bar-mode): Make arg optional.
18879
18880 * simple.el (line-move): Cope if next-single-property-change
18881 or previous-single-property-change returns nil.
18882
18883 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
18884 Don't use interactive-p; instead, pass the proper args
18885 in (interactive...). Clean up most of the trouble-report strings.
18886
18887 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
18888
18889 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
18890 enqueued messages literally.
18891
18892 2001-12-10 Noah Friedman <friedman@splode.com>
18893
18894 * battery.el (battery-insert-file-contents): Obsolete function
18895 removed.
18896 (battery-read-function): Obsolete function removed.
18897 (battery-linux-proc-apm): Use insert-file-contents.
18898
18899 2001-12-07 Stephen Eglen <stephen@gnu.org>
18900
18901 * iswitchb.el (iswitchb-visit-buffer):
18902 Use `select-frame-set-input-focus'--needed when window manager
18903 uses "click to focus" policy.
18904
18905 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18906
18907 * COPYING: Moved back.
18908
18909 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
18910
18911 * term/internal.el (IT-character-translations): Add entries for
18912 more points.
18913
18914 * international/characters.el: Resurrect the Hebrew category
18915 settings for all Hebrew characters removed by the last change.
18916 Add code for setting the Hebrew category of the Unicode Hebrew
18917 characters. Set syntax entries for Hebrew punctuation characters.
18918
18919 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
18920 points and directional formatting control characters.
18921
18922 2001-12-07 Dave Love <fx@gnu.org>
18923
18924 * language/lao-util.el: Add Unicode equivalents for rules.
18925 (lao-post-read-conversion): New function.
18926
18927 * language/lao.el: Add Unicode equivalents.
18928 (lao): Add post-read conversion.
18929
18930 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
18931 Use iso2022 encoding.
18932 (latin1-char-displayable-p): Doc fix.
18933 (latin1-display-ucs-per-lynx): New option.
18934 (latin1-display-ucs-per-lynx): New command.
18935 (latin1-display-reset): Special-case arabic.
18936 (ucs-tables): Require.
18937 (latin1-display-sets, latin1-display-setup): Add arabic.
18938 (latin1-display) <variable>: Use function latin1-display.
18939 (latin1-display) <function>: Add mule-unicode stuff.
18940 (latin1-display-check-font): Don't lose if `info' is nil.
18941
18942 * international/iso-transl.el: Insert Latin-1 characters, not
18943 unibyte codes.
18944
18945 * language/european.el (diacritic-composition-pattern): New constant.
18946 (diacritic-compose-region, diacritic-compose-string)
18947 (diacritic-compose-buffer, diacritic-post-read-conversion)
18948 (diacritic-composition-function): New functions.
18949
18950 * international/utf-8.el (ucs-mule-to-mule-unicode):
18951 New translation table.
18952 (ccl-encode-mule-utf-8): Use it.
18953 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
18954 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
18955 (utf-8-subst-table): New variable.
18956 (utf-8-compose-scripts): New option.
18957 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
18958
18959 * international/ucs-tables.el, international/utf-8-subst.el:
18960 New files.
18961
18962 * international/characters.el: Don't set word syntax (the default)
18963 explicitly. Add a diacritic category. Add info for Unicode
18964 equivalents of characters in various Mule charsets and for extra
18965 Unicode characters. Don't define specific categories for
18966 Indian/Devanagari, since they aren't used.
18967
18968 2001-12-06 Richard M. Stallman <rms@gnu.org>
18969
18970 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
18971 (set-justification-left, set-justification-right): Doc fix.
18972
18973 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
18974 (bug-f90-mode): Variable deleted.
18975
18976 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
18977
18978 * indent.el (indent-line-function): Default is indent-relative again.
18979
18980 2001-12-07 Miles Bader <miles@gnu.org>
18981
18982 * progmodes/compile.el (compilation-error-regexp-alist):
18983 Added regexps for RXP.
18984
18985 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
18986
18987 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
18988 Add shift-assignment operators to those highlighted, and highlight
18989 the whole operator rather than just the "=".
18990
18991 2001-12-04 Juanma Barranquero <lektu@terra.es>
18992
18993 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
18994 before saving abbrevs if `save-abbrevs' has the value `silently'.
18995
18996 2001-12-04 Andreas Schwab <schwab@suse.de>
18997
18998 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
18999
19000 2001-12-04 Colin Walters <walters@debian.org>
19001
19002 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
19003 for `defmacro*' forms.
19004
19005 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
19006 `defmacro*'.
19007
19008 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
19009
19010 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
19011
19012 2001-12-02 Richard M. Stallman <rms@gnu.org>
19013
19014 * files.el (insert-directory): If the df output does not look right,
19015 don't try to use it. Other cleanups in overall code structure.
19016
19017 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
19018
19019 * textmodes/outline.el (outline-mode-prefix-map):
19020 Add bindings for outline-promote and outline-demote.
19021 (outline-minor-mode-menu-bar-map): New var.
19022 (outline-minor-mode): Use it.
19023 (outline-heading-alist): New var (renamed from outline-level-heading).
19024 (outline-level): Use it.
19025 (outline-insert-heading, outline-promote, outline-demote):
19026 Update to use outline-heading-alist.
19027
19028 * disp-table.el (standard-display-european):
19029 Simplify since the function is not interactive any more.
19030 Don't set the existing buffers to unibyte.
19031
19032 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
19033
19034 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
19035
19036 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
19037
19038 * shell.el (shell): Use shell-file-name.
19039 Pop to buffer before calling comint to set COLUMNS properly.
19040
19041 * emacs-lisp/cl.el (svref): New alias.
19042
19043 * progmodes/antlr-mode.el (antlr-c-common-init):
19044 Don't inhibit adaptive-fill-mode any more.
19045
19046 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
19047
19048 * progmodes/etags.el (tags-with-face): Use make-symbol.
19049 (tags-search, tags-query-replace): Use backquotes.
19050
19051 * textmodes/picture.el (picture-mode-map): Don't use defconst
19052 for a variable.
19053
19054 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19055
19056 * textmodes/reftex-index.el (reftex-index-mode):
19057 Remove make-local-hook.
19058
19059 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
19060
19061 2001-12-02 Kim F. Storm <storm@cua.dk>
19062
19063 * isearch.el (isearch-resume-enabled): New variable.
19064 (isearch-done): Use that variable.
19065
19066 2001-12-01 Richard M. Stallman <rms@gnu.org>
19067
19068 * wid-edit.el (widget-button-click): Don't move point permanently:
19069 Avoid mouse-set-point--instead select the window,
19070 then do save-excursion, then move point.
19071 Specify the buffer for get-char-property.
19072 Don't use `@' in interactive.
19073
19074 * indent.el (indent-line-function):
19075 Default is indent-to-left-margin again.
19076
19077 * replace.el (query-replace-read-args): Display message
19078 if FROM contains `\n' or `\t'.
19079
19080 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
19081
19082 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
19083
19084 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
19085
19086 * emacs-lisp/regexp-opt.el (regexp-opt):
19087 Bind completion-regexp-list to nil.
19088
19089 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
19090
19091 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
19092
19093 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
19094 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
19095 Update maintainer.
19096
19097 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
19098
19099 * mail/smtpmail.el: Use with-current-buffer.
19100 (message-make-date, message-make-message-id): Autoload when needed.
19101 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
19102 headers when missing.
19103
19104 * international/encoded-kb.el (encoded-kbd-mode):
19105 Use define-minor-mode.
19106
19107 * enriched.el (enriched-mode): Use define-minor-mode.
19108 Use dolist and pop and push.
19109
19110 * info.el (Info-find-node-2): Don't call info-insert-file-contents
19111 with the `visit' argument.
19112 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
19113
19114 * progmodes/hideif.el (hide-ifdef-mode): Only modify
19115 `change-major-mode-hook' locally. Reset invisibility spec.
19116
19117 * man.el (Man-build-section-alist): Remove last Man-match-substring.
19118
19119 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19120
19121 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
19122 Clarify error message.
19123
19124 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19125
19126 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
19127
19128 2001-11-30 Andre Spiegel <spiegel@gnu.org>
19129
19130 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
19131 don't just return it.
19132
19133 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
19134
19135 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
19136 (menu-bar-read-emacs-man, search-emacs-glossary)
19137 (emacs-index-search, elisp-index-search): New functions.
19138 (apropso-documentation, apropos, apropos-value, apropos-variable)
19139 (apropos-commands): Modify menu item names and help text.
19140 (elisp-index-search, emacs-index-search, emacs-glossary):
19141 New menu items.
19142 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
19143 submenu.
19144 (info-elisp, info-elintro): New menu items.
19145 (apropos): Modify the menu item name.
19146
19147 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
19148
19149 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
19150
19151 * textmodes/outline.el (outline-promote, outline-demote): Typo.
19152
19153 * man.el (man-follow-mouse): New function.
19154 (Man-mode-map): Bind mouse-2 to it.
19155 (Man-match-substring): Remove. Replace with `match-string'.
19156 (man): Use the `default-value' argument to `read-string'.
19157 (Man-fontify-manpage): Add mouse-face to cross references.
19158
19159 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
19160
19161 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
19162
19163 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
19164 the value of require-match in minibuffer-completion-confirm.
19165 Use crm-local-completion-map.
19166
19167 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
19168 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
19169 (cl-make-type-test): Use char-valid-p for `character'.
19170
19171 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
19172 (Info-complete-menu-item): Rewrite. Add the ability to search
19173 several sequential nodes. Add a simple caching mechanism.
19174 (Info-goto-index): New function extracted from Info-index.
19175 (Info-index): Use it. Add completion to the interactive spec.
19176 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
19177
19178 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19179
19180 * COPYING: Removed.
19181
19182 2001-11-29 Dave Love <fx@gnu.org>
19183
19184 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
19185 (fortran-window-create, fortran-window-create-momentarily):
19186 Rewrite, moving error condition.
19187 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
19188 (fortran-mode-syntax-table): Revert last change.
19189
19190 * international/mule.el: Doc fixes.
19191 (map-charset-chars): New function.
19192 (register-char-codings): Use it to cope with generic chars in
19193 safe-chars.
19194
19195 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19196
19197 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
19198
19199 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
19200
19201 * play/studly.el (studlify-word, studlify-region)
19202 (studlify-buffer): Fix doc-string.
19203 (studlify-buffer): Add autoload cookie.
19204
19205 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
19206
19207 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
19208 (outline-up-heading-all): Remove.
19209 (hide-sublevels): Move to end-of-heading before calling flag-region.
19210 (outline-copy-overlay, outline-discard-overlays): Remove.
19211 (outline-flag-region): Use `remove-overlays'.
19212 Don't move to end-of-heading.
19213 (outline-next-visible-heading, outline-back-to-heading)
19214 (outline-on-heading-p): Use outline-invisible-p.
19215 (outline-font-lock-level): Use outline-up-heading's new arg.
19216 (outline-minor-mode): Simplify.
19217 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
19218 (outline): Put a `reveal-toggle-invisible' property.
19219 (outline-level-heading): New var.
19220 (outline-insert-heading, outline-promote, outline-demote)
19221 (outline-toggle-children): New commands.
19222
19223 * progmodes/hideif.el (hif-end-of-line): New function.
19224 (hide-ifdef-mode): Set line-move-ignore-invisible.
19225 (hide-ifdef-region-internal): New function.
19226 (hide-ifdef-region): Use it.
19227 (hif-defined): Return an integer.
19228 (hif-infix-to-prefix): Remove.
19229 (hif-tokenize): Parse from the buffer rather than from a string.
19230 Correctly tokenize integers. Use forward-comment.
19231 (hif-expr): Use hif-or.
19232 (hif-term): Use hif-and.
19233 (hif-factor): Use hif-not. Handle numbers properly.
19234 Don't require parenthesis around `defined's argument.
19235 (hif-and, hif-or, hif-not): New funs.
19236 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
19237 (hif-hide-line): Don't hide the \n before the line.
19238 (hif-possibly-hide): Correctly handle numeric evaluation results.
19239
19240 * progmodes/make-mode.el: Use line-(end|beginning)-position.
19241 (makefile-mode): Set indent-line-function.
19242 (makefile-browser-insert-continuation): Use with-current-buffer.
19243 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
19244
19245 2001-11-28 Karl Fogel <kfogel@red-bean.com>
19246
19247 * isearch.el (isearch-yank-internal): New helper function.
19248 (isearch-yank-char): New function.
19249 (isearch-yank-word, isearch-yank-line): Rewrite to use
19250 isearch-yank-internal.
19251
19252 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
19253
19254 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
19255 aren't supported. Print a message to that effect if invoked.
19256
19257 2001-11-27 Stephen Eglen <stephen@gnu.org>
19258
19259 * locate.el (locate): Put point at first matching file rather
19260 than top of buffer.
19261
19262 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
19263
19264 * reveal.el: New file.
19265
19266 * progmodes/hideif.el: Misc cleanup.
19267 (hide-ifdef-mode-submap): Put the def in the defvar.
19268 Use substitute-key-definition.
19269 (hide-ifdef-mode): Use define-minor-mode.
19270 (hif-outline-flag-region): Remove.
19271 (hif-show-all): Define in terms of hif-show-ifdef-region.
19272 (hif-after-revert-function): Rename from hif-before-revert-function.
19273 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
19274 (hif-tokenize): Use with-syntax-table.
19275 (hif-make-range): Use `else' also for `else-p'.
19276 (hif-range-else-p): Remove.
19277 (hif-find-range): Simplify.
19278 (hif-hide-line): Don't bother preserving buffer-modified-p.
19279 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
19280 Don't use selective-display and inhibit-read-only.
19281
19282 * subr.el (copy-overlay, remove-overlays): New funs.
19283
19284 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
19285
19286 2001-11-27 Sam Steingold <sds@gnu.org>
19287
19288 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
19289 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
19290 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
19291 * obsolete/c-mode.el, obsolete/cplus-md.el
19292 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
19293 * term/sun-mouse.el, textmodes/artist.el:
19294 Converted backquote to the new style.
19295 * mouse.el, reposition.el: Likewise (in comments).
19296 * expand.el: Likewise (in a string).
19297
19298 2001-11-27 Richard M. Stallman <rms@gnu.org>
19299
19300 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
19301
19302 2001-11-26 Richard M. Stallman <rms@gnu.org>
19303
19304 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
19305 if :on-glyph or :off-glyph is a list, eval it and store it back.
19306 (checkbox): Quote the values for :on-glyph and :off-glyph.
19307
19308 * cus-start.el (recursive-load-depth-limit): Delete item.
19309
19310 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
19311
19312 * help-fns.el (describe-categories, help-describe-category-set): New.
19313 describe-categories moved here from src/category.c.
19314
19315 2001-11-26 Sam Steingold <sds@gnu.org>
19316
19317 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
19318 arguments to `insert' are strings.
19319
19320 2001-11-26 Richard M. Stallman <rms@gnu.org>
19321
19322 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
19323
19324 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
19325
19326 * international/mule-diag.el: Require help-fns instead of
19327 help-funs.
19328
19329 * help-fns.el: Renamed from help-funs.el.
19330
19331 * startup.el (command-line-1): Don't try to call process-list if
19332 it is not fboundp.
19333
19334 2001-11-26 Sam Steingold <sds@gnu.org>
19335
19336 * frame.el (show-trailing-whitespace): Remove :set argument (the
19337 value was essentially identical to the defalt).
19338
19339 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19340
19341 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
19342
19343 * icomplete.el (icomplete-minibuffer-setup): Likewise.
19344
19345 * hilit-chg.el (hilit-chg-set): Likewise.
19346
19347 * speedbar.el (speedbar-mode): Likewise.
19348
19349 * calendar/calendar.el (calendar-mode): Likewise.
19350
19351 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
19352 insert-string.
19353
19354 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
19355
19356 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
19357
19358 * term/sun-mouse.el (sun-yank-selection): Likewise.
19359
19360 * textmodes/bib-mode.el (return-key-bib): Likewise.
19361
19362 * calendar/appt.el (appt-disp-window): Likewise.
19363
19364 * calendar/diary-lib.el (list-diary-entries): Likewise.
19365
19366 * array.el (array-reconfigure-rows): Likewise.
19367
19368 * filecache.el (file-cache-minibuffer-complete): Likewise.
19369
19370 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
19371
19372 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
19373
19374 * allout.el (outline-version, outline-open-topic)
19375 (outline-rebullet-heading, outline-insert-listified)
19376 (outline-latex-verbatim-quote-curr-line)
19377 (outline-latexify-one-item, outlineify-sticky): Likewise.
19378
19379 * vc.el (vc-next-action-on-file): Likewise.
19380 (vc-dired-mode): Remove make-local-hook.
19381
19382 2001-11-26 Andre Spiegel <spiegel@gnu.org>
19383
19384 * vc.el (vc-find-version): New function.
19385 (vc-version-other-window): Redefined in terms of the above.
19386
19387 * log-view.el (log-view-find-version): New function.
19388 (log-view-mode-map): Bind it to `f'.
19389
19390 2001-11-26 Gerd Moellmann <gerd@gnu.org>
19391
19392 * language/devan-util.el (dev-char-glyph): Escape `"' in
19393 string literals.
19394 (dev-glyph-glyph, dev-glyph-glyph-2)
19395 (devanagari-compose-syllable-region): Likewise.
19396
19397 2001-11-26 Richard M. Stallman <rms@gnu.org>
19398
19399 * window.el (save-selected-window): No error if saved window is dead.
19400
19401 * help-funs.el (describe-syntax): Put (interactive) after doc string.
19402
19403 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19404
19405 * international/quail.el (quail-help): Require help-mode in
19406 top-level instead.
19407
19408 * iswitchb.el (iswitchb-exhibit): Use insert instead of
19409 insert-string.
19410
19411 * icomplete.el (icomplete-exhibit): Likewise.
19412
19413 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
19414
19415 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
19416 (diff-hunk-kill): Simplify.
19417 (diff-post-command-hook): Only apply to a single hunk.
19418 (diff-hunk-text): Make `char-offset' non-optional.
19419 (diff-find-text): Return a cons cell.
19420 (diff-find-approx-text): New fun.
19421 (diff-find-source-location): Use it.
19422 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
19423 Adapt to new retval of diff-find-text.
19424
19425 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
19426 rather than integer- representation of dates.
19427
19428 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
19429
19430 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
19431 (syntax-after): New fun.
19432
19433 * help-funs.el (describe-syntax): New fun.
19434
19435 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
19436 (font-lock-ppss-stats, font-lock-ppss): Remove.
19437 (font-lock-fontify-syntactically-region): Remove tuning code.
19438 (font-lock-compile-keywords): Fix off-by-one bug.
19439 (font-lock-set-defaults): Don't set removed vars.
19440 (c-keywords): Add `inline'.
19441 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
19442
19443 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19444 Set syntax-begin-function.
19445 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
19446 (lisp-interaction-mode): Don't set local-abbrev-table any more.
19447 (lisp-mode-auto-fill): Use syntax-ppss and obey
19448 comment-auto-fill-only-comments.
19449 (lisp-fill-paragraph): Use syntax-ppss.
19450
19451 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
19452
19453 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
19454 version of rmail-enable-mime.
19455 (rmail-forward): Use it.
19456
19457 2001-11-25 Richard M. Stallman <rms@gnu.org>
19458
19459 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
19460
19461 * international/quail.el (quail-keyboard-layout-button):
19462 Define button type.
19463 (quail-keyboard-customize-button): Likewise.
19464 (quail-help): Use those button types. Require `help-mode'.
19465 Avoid altering the argument `package'.
19466
19467 * help-mode.el (help-function, help-variable, help-face)
19468 (help-coding-system, help-input-method, help-character-set):
19469 Define each button type with its own explicit define-button-type.
19470
19471 * language/devan-util.el: Comment out parts of the file
19472 which apparently are garbled.
19473
19474 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19475
19476 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
19477 insert-string.
19478
19479 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19480
19481 * play/snake.el (snake-mode): Remove make-local-hook.
19482
19483 * play/tetris.el (tetris-mode): Likewise.
19484
19485 * play/decipher.el (decipher-mode): Likewise.
19486
19487 * tmm.el (tmm-add-prompt): Likewise.
19488
19489 2001-11-25 Sam Steingold <sds@gnu.org>
19490
19491 * menu-bar.el (menu-bar-apropos-menu): New variable.
19492 Moved all `apropos' bindings to this menu.
19493 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
19494
19495 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
19496
19497 The following changes are for new indian languages support based
19498 on Unicode charset and CDAC fonts.
19499
19500 * international/mule-conf.el: Change indian-1-column charset to
19501 indian-glyph charset.
19502
19503 * international/characters.el: Adjusted for the change of
19504 indian-1-column -> indian-glyph.
19505
19506 * international/fontset.el: Delete the setting for indian-1-column
19507 and add the setting for indian-glyph in the default fontset.
19508
19509 * language/indian.el: Completely re-written.
19510
19511 * language/devanagari.el: Completely re-written.
19512
19513 * language/devan-util.el: Completely re-written.
19514
19515 * language/ind-util.el: New file.
19516
19517 2001-11-24 Richard M. Stallman <rms@gnu.org>
19518
19519 * startup.el (command-line-1): Don't do startup screen
19520 if a subprocess is running. Call the startup screen buffer
19521 "GNU Emacs". Make a special mode-line-format for it.
19522
19523 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
19524 (browse-url-galeon): Use that variable.
19525
19526 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
19527 eval-expression. Eval and set the variable simply.
19528
19529 * files.el (temporary-file-directory): Use defcustom.
19530 (small-temporary-file-directory): Likewise.
19531 (normal-backup-enable-predicate): Move down in file
19532 after definition of temporary-file-directory.
19533
19534 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
19535
19536 2001-11-24 Colin Walters <walters@debian.org>
19537
19538 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
19539 autoload names to match files renamed on initial calc import.
19540
19541 * calc/calc.el (Commentary): Cleanup, and add logistic curve
19542 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
19543
19544 2001-11-23 Colin Walters <walters@debian.org>
19545
19546 * Makefile.in (finder_setwins, setwins): Include Calc again.
19547
19548 * calc/calc-rules.el: Add header comment.
19549
19550 2001-11-23 Andre Spiegel <spiegel@gnu.org>
19551
19552 * vc.el (with-vc-properties): Don't bind `filename' locally.
19553 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
19554 to avoid name clashes. Fix `lisp-indent-function' property for
19555 both.
19556
19557 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19558
19559 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
19560
19561 2001-11-22 Colin Walters <walters@debian.org>
19562
19563 * calc/calc-misc.el (report-calc-bug):
19564 Use `reporter-prompt-for-summary-p'.
19565
19566 * calc/INSTALL, calc/Makefile: Remove.
19567
19568 2001-11-22 Miles Bader <miles@gnu.org>
19569
19570 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
19571 (reb-match-2, reb-match-3): Add dark-background variants.
19572
19573 2001-11-22 Colin Walters <walters@debian.org>
19574
19575 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
19576 (info "Calc").
19577 (report-calc-bug): Use reporter.el.
19578
19579 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
19580
19581 2001-11-21 Richard M. Stallman <rms@gnu.org>
19582
19583 * which-func.el (which-function): Call imenu--make-index-alist
19584 if necessary to get a list of functions.
19585 (which-function-imenu-failed): New variable.
19586 (which-func-update): Handle all visible windows.
19587 (which-func-update-1): New subroutine broken out of which-func-update.
19588
19589 * files.el (temporary-file-directory, null-device)
19590 (small-temporary-file-directory): Definitions moved up.
19591
19592 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
19593 (cperl-non-problems, cperl-praise): Doc fixes.
19594
19595 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
19596 (sh-mode-syntax-table): Function restored.
19597 Variable set up for use by function sh-mode-syntax-table.
19598 (sh-set-shell): Set the syntax table.
19599
19600 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
19601
19602 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
19603
19604 * international/encoded-kb.el: Don't alter minor-map-alist.
19605
19606 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19607
19608 * files.el (auto-save-file-name-transforms): Put remote files in
19609 temporary-file-directory rather than /tmp.
19610
19611 2001-11-21 Colin Walters <walters@debian.org>
19612
19613 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
19614 of (function ...) wrapper.
19615
19616 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
19617
19618 * derived.el (define-derived-mode): Create the abbrev-table
19619 from inside the `defvar'.
19620
19621 * jit-lock.el (jit-lock-defer-time): New var.
19622 (jit-lock-defer-timer, jit-lock-buffers): New vars.
19623 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
19624 (jit-lock-function): Defer fontification if requested.
19625 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
19626 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
19627 text property.
19628 (jit-lock-deferred-fontify): New fun.
19629
19630 2001-11-20 Richard M. Stallman <rms@gnu.org>
19631
19632 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
19633 Set local-abbrev-table to lisp-mode-abbrev-table.
19634
19635 * emacs-lisp/re-builder.el (reb-mode):
19636 Don't use define-derived-mode. Call kill-all-local-variables.
19637
19638 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
19639 Don't use define-derived-mode.
19640
19641 * help-mode.el (help-mode): Undo 2001-10-07 change.
19642
19643 * replace.el (occur-mode): Undo 2001-5-20 change.
19644
19645 2001-11-20 Jason Rumney <jasonr@gnu.org>
19646
19647 * w32-fns.el (w32-system-coding-system): Change to an alias for
19648 locale-coding-system.
19649 (set-w32-system-coding-system): Document the above change.
19650 Set locale-coding-system instead.
19651
19652 2001-11-20 Richard M. Stallman <rms@gnu.org>
19653
19654 * ruler-mode.el: Add pagination.
19655 (ruler-mode-toggle-show-tab-stops): No need to
19656 test `ruler-mode' variable.
19657
19658 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
19659
19660 * play/landmark.el: Mark lm-mode as special.
19661
19662 * play/gomoku.el: Mark gomoku-mode as special.
19663
19664 2001-11-20 Juanma Barranquero <lektu@terra.es>
19665
19666 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
19667 (top-level): Bind it to C-c C-b.
19668 (re-builder): Don't re-enter RE Builder Mode.
19669
19670 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
19671
19672 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
19673
19674 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
19675 `manual-program'.
19676
19677 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
19678 to a line without a comment.
19679
19680 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
19681
19682 * dired.el (dired-listing-switches): Mention in the doc string
19683 that some switches are not supported by ls-lisp.el
19684
19685 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19686
19687 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
19688 (imenu--create-keymap-2): Remove.
19689 (imenu--create-keymap-1): Simplify, remove third argument.
19690 (imenu--generic-function): Use dolist.
19691 (imenu-find-default): New function.
19692 (imenu--completion-buffer): Use it.
19693 (imenu--mouse-menu): Use popup-menu.
19694 (imenu--menubar-select): Return t rather than calling imenu.
19695
19696 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
19697 New functions, extracted from fill-region-as-paragraph.
19698 (fill-region-as-paragraph): Use them.
19699 Use an end marker instead of eob.
19700 Ignore whitespace-only fill-prefixes when indenting according to mode.
19701 Simplify the loop that searches for spaces backwards.
19702
19703 * textmodes/picture.el (picture-vertical-step)
19704 (picture-horizontal-step): Don't use defconst for variables.
19705
19706 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
19707 (mail-extract-address-components): Downcase domain names.
19708 (mail-extr-delete-char): Remove. Use delete-char instead.
19709
19710 * emulation/pc-select.el: Doc string fixes.
19711 (pc-selection-mode): Don't treat macos as a tty.
19712
19713 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
19714
19715 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
19716
19717 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
19718 (mouse-wheel-progessive-speed): New var.
19719 (mwheel-scroll): Use it and handle float values.
19720
19721 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
19722
19723 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
19724 (iswitchb): Fix the case where the result was selected with the mouse.
19725 (iswitchb-completion-help): Use the normal *Completions* now that
19726 mouse selection works.
19727 (iswitchb-minibuffer-setup): Simplify.
19728
19729 * newcomment.el (comment-column, comment-style, comment-multi-line)
19730 (comment-auto-fill-only-comments): Remove :group arg.
19731 (comment-padding): Add :type.
19732 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
19733 if called interactively.
19734
19735 2001-11-19 Colin Walters <walters@verbum.org>
19736
19737 * calc/calc.el (toplevel): Add comment and version header.
19738 (calc-init-base): Bump version to 2.02f, update date.
19739
19740 2001-11-19 Richard M. Stallman <rms@gnu.org>
19741
19742 * net/browse-url.el: Support Mozilla and Galeon.
19743 By default, find the installed browser whichever it is.
19744 (browse-url-mozilla): New function.
19745 (browse-url-mozilla-sentinel): New function.
19746 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
19747 (browse-url-default-browser): New function.
19748 (browse-url-process-environment): Use browse-url-browser-display.
19749 (browse-url-browser-display): Renamed from browse-url-netscape-display.
19750 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
19751 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
19752 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
19753 (browse-url-browser-function): New default, new options.
19754
19755 2001-11-19 Sam Steingold <sds@gnu.org>
19756
19757 * bindings.el (last-buffer, unbury-buffer): New function.
19758 (mode-line-unbury-buffer): Use `unbury-buffer'.
19759
19760 2001-11-18 Stephen Eglen <stephen@gnu.org>
19761
19762 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
19763 control behaviour when no further completion is possible.
19764
19765 2001-11-19 Colin Walters <walters@verbum.org>
19766
19767 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
19768 (math-showing-full-precision, math-with-extra-prec, math-working)
19769 (calc-with-default-simplification)
19770 (calc-with-trail-buffer): Use backtick.
19771 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
19772 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
19773 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
19774 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
19775 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
19776 (Math-num-integerp, Math-bignum-test, Math-equal-int)
19777 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
19778 (calc-record-compilation-date-macro): Deleted. Callers updated.
19779 (math-format-radix-digit): Move to calc-bin.el.
19780
19781 * calc/calc.el (calc-record-compilation-date): Remove.
19782 (calc-bug-address): Update.
19783 (calc-settings-file): Use `user-init-file'.
19784
19785 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
19786 Handle null `calc-settings-file'.
19787
19788 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
19789 * calc/calc-keypd.el (calc-keypad-mode): New.
19790 (calc-do-keypad): Use it.
19791 (calc-keypad-map): Move into `calc-keypad-mode'.
19792
19793 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
19794 to defalias argument.
19795
19796 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
19797 (calcFunc-floor): Ditto.
19798
19799 * calc-units.el (calcFunc-usimplify): Ditto.
19800
19801 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
19802 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
19803 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
19804 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
19805 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
19806 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
19807 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
19808 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
19809 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
19810 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
19811 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
19812 and move them before their first use. Use `when', `unless'.
19813 Remove trailing periods from error forms. Add description and
19814 headers suggested by Emacs Lisp coding conventions.
19815
19816 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19817
19818 * newcomment.el (comment-indent):
19819 Fix misindentation for comment-only lines.
19820 (comment-indent-new-line): Only obey comment-multi-line if the
19821 comment-ender is not the end-of-line.
19822
19823 2001-11-19 Richard M. Stallman <rms@gnu.org>
19824
19825 * net/net-utils.el (network-connection-service-abbrev-alist):
19826 New variable.
19827
19828 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
19829 Advance to start of 3rd sexp by moving fwd and backing over it.
19830 At first three elements, act like defun.
19831
19832 * delsel.el (delete-selection-pre-hook): Handle and resignal
19833 file-supersession errors to interact properly with userlock.el.
19834
19835 2001-11-18 Richard M. Stallman <rms@gnu.org>
19836
19837 * progmodes/fortran.el (fortran-mode-syntax-table):
19838 Specify punctuation syntax for backslash.
19839
19840 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
19841 All calls deleted.
19842
19843 * international/mule-util.el (string-to-sequence): Make it obsolete.
19844 (string-to-list, string-to-vector): Implement them directly
19845 using append and vconcat, not with string-to-sequence.
19846
19847 * startup.el (command-line): Set abbrevs-changed to nil after
19848 reading the init file and the abbrevs file.
19849
19850 * isearch.el (isearch): Use magenta2 as bg for (background light)
19851
19852 2001-11-17 Richard M. Stallman <rms@gnu.org>
19853
19854 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
19855
19856 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19857
19858 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
19859
19860 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
19861 If set and if applicable, add a regexp to highlight defun-like
19862 text inside comments and strings.
19863 (font-lock-fontify-keywords-region): Pass that new arg.
19864 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
19865 to the end and pass that new arg.
19866 (c-font-lock-keywords-2): Fix regex for labels.
19867 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
19868 Make it work when LIMIT is several lines further.
19869 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
19870 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
19871 Use backquote and make the regexes for `int a, b, c;' work on
19872 multiple lines.
19873
19874 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
19875 (font-lock-defaults-alist): Don't change it any more.
19876 (reb-subexp-mode-map): Cleanup.
19877
19878 * custom.el (custom-current-group-alist): New var.
19879 (custom-declare-group): Set it.
19880 (custom-current-group): New fun.
19881 (custom-declare-variable, custom-handle-all-keywords):
19882 Use it as a default if no :group argument is specified.
19883
19884 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
19885 (standard-keyboard-coding-systems): New var.
19886 (set-locale-environment): Use it to decide whether or not to call
19887 set-keyboard-coding-system.
19888 (locale-language-names): Use \"French\" for "fr".
19889
19890 2001-11-17 Richard M. Stallman <rms@gnu.org>
19891
19892 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
19893 (add-to-list): Delete compatibility code.
19894 (checkdoc-next-message-error): Doc fix.
19895
19896 2001-11-17 Stephen Eglen <stephen@gnu.org>
19897
19898 * locate.el (locate): Show default locate pattern within the
19899 prompt, but don't insert it into the minibuffer contents.
19900 Catch the case when pattern is the empty string.
19901
19902 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
19903
19904 * language/european.el ("French"): New language environment.
19905
19906 2001-11-16 Richard M. Stallman <rms@gnu.org>
19907
19908 * calendar/todo-mode.el (todo-save): Fix previous change.
19909
19910 * subr.el (functionp): Do use cdr-safe on object.
19911
19912 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
19913
19914 * bindings.el (mode-line-mode-name): Only put the help-echo property
19915 if the local-map property was put as well.
19916 (global-map): Bind switch-frame, delete-frame, iconify-frame
19917 and make-frame-visible events.
19918
19919 * emacs-lisp/elp.el (elp-not-profilable): New var.
19920 (elp-not-profilable-p): New function.
19921 (elp-instrument-function): Use it. Use backquotes and push.
19922
19923 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
19924 (byte-stack+-info, byte-compile-last-warned-form)
19925 (byte-compile-last-logged-file): Don't defconst a variable.
19926 (no-byte-compile): Declare.
19927 (byte-compile-file): Don't boundp-check no-byte-compile any more.
19928 (byte-compile-defvar): Leave defconst as is.
19929
19930 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
19931 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
19932 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
19933 (edebug-best-error): Don't defconst a variable.
19934 (edebug-read-syntax-table): Use a char-table.
19935 (edebug-lemacs-specific): Remove.
19936 Toplevel: Eliminate check for Lucid Emacs.
19937
19938 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
19939
19940 * rect.el (move-to-column-force): Mark obsolete.
19941 (operate-on-rectangle, delete-extract-rectangle-line)
19942 (insert-rectangle, delete-whitespace-rectangle-line)
19943 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
19944 (string-rectangle-history): New var.
19945 (string-rectangle, string-insert-rectangle): Use it.
19946 (delete-rectangle-line): Fix pos/column mixup and simplify.
19947
19948 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
19949 (normal-top-level, command-line, command-line-1): Simplify.
19950
19951 * tar-mode.el (tar-mode): Use define-derived-mode.
19952
19953 * view.el (view-mode-enable): Don't use make-local-hook.
19954
19955 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
19956
19957 2001-11-16 Richard M. Stallman <rms@gnu.org>
19958
19959 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
19960 if it doesn't make sense as anything else.
19961 Don't recognize a "telephone number" at the beginning of the name.
19962 (mail-extr-leading-garbage): Match non-word characters only.
19963
19964 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19965
19966 * startup.el (command-line-processed): Doc fix.
19967
19968 * apropos.el (apropos-next-label-button): Doc fix.
19969
19970 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
19971
19972 * comint.el (comint-mode): Simplify.
19973 (make-comint-in-buffer): Run `comint-mode' only if necessary.
19974
19975 * subr.el (eval-after-load): Make it work with features as well.
19976
19977 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
19978
19979 * international/mule-cmds.el (describe-input-method): Setup xref.
19980 (set-language-environment): Use functionp.
19981 (locale-language-names, locale-charset-language-names)
19982 (locale-preferred-coding-systems): Defconst and purecopy.
19983
19984 * language/european.el (mac-roman): Add mime-charset property.
19985
19986 2001-11-15 Richard M. Stallman <rms@gnu.org>
19987
19988 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
19989 (multiple-value-apply, nth-value): Use defsubst rather than defalias
19990 to get better doc strings.
19991
19992 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19993
19994 * derived.el: Fix autoload cookie.
19995
19996 2001-11-15 Richard M. Stallman <rms@gnu.org>
19997
19998 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
19999
20000 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
20001
20002 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
20003
20004 2001-11-15 Richard M. Stallman <rms@gnu.org>
20005
20006 * dired.el (dired-undo): Display a message to explain
20007 that this does not undo file system changes.
20008
20009 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
20010
20011 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
20012 into `unread-command-events' instead of trying keymap
20013 lookups ourselves. This makes mouse-clicks do the right
20014 thing even when keymaps of overlays are involved.
20015 (mouse-drag-drag): Likewise.
20016
20017 2001-11-15 Andreas Schwab <schwab@suse.de>
20018
20019 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
20020 characters and append anchor to pattern added to auto-mode-alist.
20021
20022 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
20023
20024 * server.el (server-process-filter): Run pre/post-comment-hook
20025 before/after visiting the file.
20026
20027 * info-look.el (makefile-mode): Add info for automake.
20028 (autoconf-mode): Fix the name of the index for automake.
20029
20030 * international/latin-9.el: Give pilcrow punctuation syntax.
20031
20032 2001-11-15 Andre Spiegel <spiegel@gnu.org>
20033
20034 * vc.el: Documentation fixes.
20035
20036 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
20037
20038 * smerge-mode.el (smerge-match-conflict): Fix typo.
20039 (smerge-diff): Be careful to read match-data early enough.
20040
20041 2001-11-14 Colin Walters <walters@verbum.org>
20042
20043 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
20044 (calcFunc-subst): Use `defalias' instead of `fset' and
20045 `symbol-function'.
20046
20047 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
20048 (calcFunc-ceil, calcFunc-round): Ditto.
20049
20050 * calc/calc-bin.el (calcFunc-clip): Ditto.
20051
20052 * calc/calc-ext.el (calcFunc-evalv): Ditto.
20053
20054 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
20055
20056 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
20057 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
20058
20059 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
20060
20061 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
20062 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
20063 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
20064 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
20065 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
20066 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
20067 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
20068 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
20069 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
20070 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
20071 * calcsel2.el: Style cleanup; don't put closing parens on their
20072 own line, add "foo.el ends here" to each file, and update
20073 copyright date.
20074
20075 * README: Update maintainer.
20076
20077 2001-11-13 Richard M. Stallman <rms@gnu.org>
20078
20079 * progmodes/compile.el (recompile): Use compilation-arguments if
20080 set, so as to be able to M-x recompile the exact command which
20081 created a compilation-mode buffer.
20082
20083 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
20084
20085 2001-11-13 Gerd Moellmann <gerd@gnu.org>
20086
20087 * mouse.el (mouse-drag-region): Don't run the up-event
20088 handler if window start changed due to the down-mouse event.
20089
20090 2001-11-13 Richard M. Stallman <rms@gnu.org>
20091
20092 * mouse.el (mouse-show-mark): Either move point to the mark
20093 or use highlighting, never both.
20094 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
20095
20096 2001-11-13 Simon Josefsson <jas@extundo.com>
20097
20098 * mail/smtpmail.el (top-level): Change maintainer to Simon
20099 Josefsson, cleanup the smtpmail.el header.
20100
20101 * mail/smtpmail.el (top-level): Don't require cl or base64.
20102 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
20103 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
20104 Defsubst instead of defmacro.
20105 (smtpmail-intersection): Return value in reverse order.
20106 (smtpmail-open-stream): Use stringp instead of string-to-list.
20107 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
20108 separated from smtpmail-via-smtp.
20109
20110 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
20111 rfc2104. Require base64 and cl.
20112 (smtpmail-smtp-service): Doc fix. :type fix.
20113 (smtpmail-debug-info): Doc fix.
20114 (smtpmail-debug-verb, smtpmail-auth-credentials)
20115 (smtpmail-starttls-credentials, smtpmail-auth-supported):
20116 New variables.
20117 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
20118 mail-utils (it is autoloaded).
20119 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
20120 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
20121 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
20122 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
20123 (smtpmail-via-smtp): Support AUTH.
20124 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
20125
20126 2001-11-13 Richard M. Stallman <rms@gnu.org>
20127
20128 * ebuff-menu.el (electric-buffer-update-highlight): New function.
20129 (electric-buffer-overlay): New variable.
20130 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
20131 (electric-buffer-list): Likewise.
20132
20133 * isearch.el (isearch-whitespace-chars): Doc fix.
20134 (isearch-mode): Handle negative search-slow-window-lines correctly.
20135
20136 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
20137
20138 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
20139
20140 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
20141 From Emmanuel Briot <briot@act-europe.fr>.
20142
20143 2001-11-13 Colin Walters <walters@debian.org>
20144
20145 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
20146
20147 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
20148 "~/.emacs"; use `read-file-name'.
20149
20150 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
20151 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
20152 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
20153 * calc/calc.el: Use `frame-width' instead of `screen-width',
20154 `frame-height' instead of `screen-height', and,
20155 `executing-kbd-macro' instead of `executing-macro'.
20156
20157 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
20158 correct number of arguments.
20159
20160 * calc/calc-aent.el (calc-do-alg-entry):
20161 Use `blink-paren-function' instead of `blink-paren-hook'.
20162
20163 2001-11-12 Richard M. Stallman <rms@gnu.org>
20164
20165 * calendar/todo-mode.el (todo-save): Add save-excursion
20166 and save-restriction.
20167
20168 * server.el (server-edit, server-done): Doc fix.
20169
20170 * simple.el (clone-indirect-buffer): Error if major mode symbol
20171 has a no-clone-indirect property.
20172 (clone-buffer): Check for obvious errors before reading clone name.
20173
20174 * info.el (Info-mode): Add a no-clone-indirect property.
20175
20176 2001-11-12 Sam Steingold <sds@gnu.org>
20177
20178 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
20179 set-buffer-modified-p to nil after `vc-exec-after'.
20180 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
20181 (log-view-mode): Make read-only.
20182 (log-view-current-file): Do final `expand-file-name' in the
20183 current `default-directory'.
20184 (log-view-current-tag): Take an optional `where' arg.
20185 (log-view-diff): New user command.
20186
20187 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20188
20189 * progmodes/cpp.el (cpp-choose-face): Fix typo.
20190
20191 2001-11-12 Sam Steingold <sds@gnu.org>
20192
20193 * emacs-lisp/cl-indent.el (toplevel): Indent properly
20194 `generic-flet', `generic-labels', `with-accessors',
20195 `with-condition-restarts'.
20196
20197 2001-11-12 Richard M. Stallman <rms@gnu.org>
20198
20199 * dired.el: Many trivial doc fixes.
20200 (dired-get-file-for-visit): New function.
20201 (dired-find-alternate-file, dired-mouse-find-file-other-window)
20202 (dired-view-file, dired-find-file-other-window, dired-display-file)
20203 (dired-find-file): Use dired-get-file-for-visit.
20204
20205 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
20206
20207 * sql.el (sql-mode): Doc change.
20208
20209 * sql.el (sql-mode-syntax-table): The backslash is no longer an
20210 escape character.
20211
20212 2001-11-12 Colin Walters <walters@debian.org>
20213
20214 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
20215 (calc-do-keypad): Don't attempt to use nonexistent global
20216 mouse-map, use calc-keypad-map.
20217 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
20218 (calc-keypad-left-click): Don't use mouse-map; update to new event
20219 interface.
20220 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
20221 (calc-keypad-press): Use `unread-command-events' instead of
20222 `unread-command-char'.
20223
20224 * calc/calc-ext.el (calc-init-extensions): Update autoload names
20225 to match files renamed on initial calc import.
20226
20227 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20228
20229 * textmodes/flyspell.el (flyspell-default-dictionary):
20230 Fix previous change.
20231
20232 2001-11-12 Richard M. Stallman <rms@gnu.org>
20233
20234 * textmodes/flyspell.el (flyspell-default-dictionary):
20235 Fix custom type.
20236
20237 2001-11-11 Richard M. Stallman <rms@gnu.org>
20238
20239 * calendar/solar.el (solar-sunrise-and-sunset):
20240 Exchange the two extreme values of day-length.
20241
20242 * progmodes/sh-script.el (sh-must-be-shell-mode):
20243 Allow modes derived from sh-mode.
20244
20245 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
20246 Turn off error in some re-search-forward calls.
20247
20248 * replace.el (query-replace-skip-read-only): New variable.
20249 (perform-replace): If that variable is non-nil, ignore matches
20250 that have a read-only property.
20251
20252 * derived.el (define-derived-mode): Doc fix.
20253
20254 * server.el (server-buffer-done): Test of server-existing-buffer
20255 was backwards.
20256 (server-existing-buffer): Doc fix.
20257
20258 * textmodes/flyspell.el (flyspell-default-dictionary):
20259 Allow nil as value, and make nil the default.
20260
20261 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
20262
20263 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
20264 it is not fboundp.
20265 (clipboard-yank): Ditto.
20266
20267 2001-11-11 Colin Walters <walters@verbum.org>
20268
20269 The following changes are based on patches from
20270 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
20271 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
20272
20273 * calc/calc.el (toplevel): Require calc-macs.
20274 (calc-minibuffer-size): New.
20275 (calcDigit-nondigit): Use it instead of `buffer-size'.
20276 (calcDigit-backspace): Likewise.
20277 (calcDigit-nondigit): Use `minibuffer-contents' instead of
20278 `buffer-string'.
20279 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
20280 `point-min'.
20281 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
20282 `save-excursion'.
20283
20284 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
20285 simple `setq' form.
20286
20287 * calc/calc-ext.el: (toplevel): Require calc.
20288 (calc-fancy-prefix-map): New.
20289 (calc-fancy-prefix): Use it.
20290 (calc-fancy-prefix-other-key): New.
20291
20292 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
20293 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
20294 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
20295 (calcAlg-enter): Likewise.
20296 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
20297
20298 2001-11-10 Richard M. Stallman <rms@gnu.org>
20299
20300 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
20301 (quietly-read-abbrev-file): Doc fix.
20302
20303 * startup.el (command-line): Read standard abbrev
20304 file (abbrev-file-name), if it exists.
20305
20306 * files.el (save-abbrevs): Default value is t.
20307
20308 * progmodes/compile.el (compile-goto-error): Fix previous change
20309 in the case where subsequent errors have not been parsed yet
20310 because they are in a different source file.
20311
20312 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
20313
20314 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
20315 Merge two regular expressions into one.
20316 (ps-mode): Make local bindings for `comment-start' and
20317 `comment-start-skip'.
20318 (ps-mode-looking-at-nested): Simplify an if-else construct;
20319 use `set-match-data' to set the result.
20320
20321 2001-11-10 Richard M. Stallman <rms@gnu.org>
20322
20323 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
20324 Function deleted.
20325 (flyspell-correct-word): Old definition deleted.
20326 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
20327 All references renamed too.
20328
20329 2001-11-10 Gerd Moellmann <gerd@gnu.org>
20330
20331 * Makefile.in (finder_setwins, setwins): Exclude Calc.
20332
20333 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
20334
20335 * wid-edit.el (checklist): Removed `:menu-tag'.
20336 (radio-button-choice): Ditto.
20337 (editable-list): Ditto.
20338
20339 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20340
20341 * play/gomoku.el: Move definitions of constants to the beginning
20342 of file, before their use.
20343
20344 2001-11-09 Richard M. Stallman <rms@gnu.org>
20345
20346 * textmodes/flyspell.el: Use the keymap property
20347 instead of local-map, and don't use a minor-mode map.
20348 (flyspell-mode-map): Variable deleted.
20349 Don't mess with minor-mode-map-alist.
20350 (calling add-minor-mode): Specify nil for keymap.
20351 And always use add-minor-mode, now that it exists.
20352 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
20353 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
20354 or flyspell-local-mouse-map.
20355 (make-flyspell-overlay): Use flyspell-mouse-map directly.
20356 (flyspell-mode): Doc fix.
20357 (flyspell-mode-on): Don't call make-local-hook.
20358
20359 2001-11-09 Sam Steingold <sds@gnu.org>
20360
20361 * emacs-lisp/debug.el (debugger-make-xrefs):
20362 Add buttons to all symbols.
20363
20364 2001-11-09 Andre Spiegel <spiegel@gnu.org>
20365
20366 * vc.el: Add John David Smith to credits.
20367
20368 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
20369
20370 * vc-hooks.el (vc-error-occured): Backquotified.
20371 (vc-file-prop-obarray): Use prime length for better efficiency.
20372
20373 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
20374
20375 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
20376
20377 * info.el (Info-file-list-for-emacs): Add entries for Calc.
20378
20379 2001-11-09 Miles Bader <miles@gnu.org>
20380
20381 * subr.el (functionp): Don't consider macros as functions.
20382
20383 2001-11-08 Miles Bader <miles@gnu.org>
20384
20385 * subr.el (functionp): Make work correctly for macros and unbound
20386 symbols.
20387
20388 * comint.el (comint-send-input): Fix description of
20389 `comint-process-echoes' in the doc-string.
20390
20391 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
20392
20393 * international/mule.el (make-translation-table): Doc fix.
20394 Suggested by Alex Schroeder <alex@gnu.org>.
20395
20396 2001-11-07 Richard M. Stallman <rms@gnu.org>
20397
20398 * info.el (Info-fontify-node): Highlight every third menu item.
20399
20400 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
20401
20402 * cus-edit.el (custom-face-value-create): Don't ignore the
20403 `customized-face' attribute when finding the current face spec.
20404
20405 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
20406
20407 * subr.el (with-local-quit): New macro.
20408 (make-syntax-table): Always inherit.
20409 (functionp): Be more careful when `object' is a symbol.
20410
20411 * dabbrev.el (dabbrev-completion): Use "*Completions*".
20412
20413 2001-11-07 Paul Eggert <eggert@twinsun.com>
20414
20415 * dired.el (dired-move-to-filename-regexp):
20416 Do not distinguish between ASCII letters and non-ASCII characters.
20417 Don't allow comma except in the form "month day, year".
20418 Don't allow space between month name and comma.
20419 Clean up the code that checks for trailing period, comma, and space.
20420 Remove now-obsolete comments, and add more commentary about
20421 Japanese dates.
20422 Always gobble up trailing spaces, instead of doing it only sometimes.
20423
20424 2001-11-07 Miles Bader <miles@gnu.org>
20425
20426 * paren.el (show-paren-match-face): Add dark-background variant.
20427
20428 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
20429
20430 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
20431 (lisp-mode-variables): Don't set paragraph-{start,separate}.
20432 Don't disable adaptive-fill-mode.
20433 (lisp-fill-paragraph): Use tab-width rather than 8.
20434 Prevent filling the first line of docstrings.
20435
20436 2001-11-06 Richard M. Stallman <rms@gnu.org>
20437
20438 * play/gomoku.el (gomoku): Doc fix.
20439
20440 * jka-compr.el (jka-compr-partial-uncompress):
20441 Support an alternative of not using dd.
20442 (jka-compr-dd-program): Use defcustom to define this.
20443 (jka-compr-load-suffixes): Use defcustom.
20444 (jka-compr-mode-alist-additions): Use defcustom.
20445
20446 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
20447
20448 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
20449 Also work when LIMIT is further than the end of line.
20450
20451 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
20452
20453 * international/quail.el (quail-update-leim-list-file): Print the
20454 offending file name if some of its quail-define-package forms is broken.
20455
20456 2001-11-05 Richard M. Stallman <rms@gnu.org>
20457
20458 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
20459 of the evaluated form.
20460
20461 2001-11-05 Paul Eggert <eggert@twinsun.com>
20462
20463 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
20464 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
20465 stamps always line up by default. Also, it uses a slightly
20466 different window to determine whether files are "recent".
20467
20468 2001-11-05 Andrew Innes <andrewi@gnu.org>
20469
20470 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20471 Don't attempt to remake autoloads before nuking .elc files.
20472
20473 2001-11-04 Richard M. Stallman <rms@gnu.org>
20474
20475 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
20476 previous-single-property-change or next-single-char-property-change
20477 returns nil.
20478
20479 * international/mule-cmds.el (set-locale-environment):
20480 Make it interactive; make arg optional.
20481
20482 * international/mule-diag.el (help-funs): Require help-funs.
20483
20484 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
20485
20486 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
20487
20488 2001-11-04 Miles Bader <miles@gnu.org>
20489
20490 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
20491 shadow of the splash image grey on a dark background instead of black.
20492
20493 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
20494
20495 * term.el (all faces): Don't (copy-face 'default <foo>).
20496
20497 * term/xterm.el (function-key-map):
20498 Add entry for `ESC [ 3 ~' -> <delete>
20499 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
20500 Use inheritance so that .emacs and terminfo take precedence.
20501
20502 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
20503
20504 * tooltip.el (tooltip-delay): Decrease to 0.7.
20505 (tooltip-hide-delay): Enlarge to 10.
20506
20507 2001-11-03 Richard M. Stallman <rms@gnu.org>
20508
20509 * startup.el (fancy-splash-tail): Explain how to recover
20510 from a crash, if there was a crash.
20511 (command-line-1): Reorganize display of startup screen,
20512 to simplify the logic. Use a temp buffer for it.
20513
20514 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
20515
20516 * frame.el (set-background-color, set-foreground-color):
20517 Call face-set-after-frame-default, to propagate the new colors to
20518 the frame's parameters alist.
20519
20520 * calendar/timeclock.el (timeclock-out): Signal an error if
20521 timeclock-last-event is nil.
20522
20523 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
20524
20525 * textmodes/fill.el (fill-context-prefix): Fix braino.
20526
20527 * international/quail.el (quail-help):
20528 Use `help-buffer' and move `help-setup-xref' to beginning.
20529
20530 * international/mule-cmds.el (describe-language-environment):
20531 Use `help-buffer' and move `help-setup-xref' to beginning.
20532
20533 * international/mule-diag.el (list-character-sets)
20534 (sort-listed-character-sets, describe-character-set)
20535 (describe-coding-system, describe-fontset, list-fontsets):
20536 Use `help-buffer' and move `help-setup-xref' to beginning.
20537 (describe-char-after): Use `internal-describe-syntax-value'.
20538
20539 2001-11-02 Richard M. Stallman <rms@gnu.org>
20540
20541 * mouse.el (popup-menu): If the user refuses to select
20542 from a menu, don't try to invoke the menu.
20543
20544 2001-11-02 Miles Bader <miles@gnu.org>
20545
20546 * help-mode.el (help-xref): New button type.
20547 (help-function, help-variable, help-face, help-coding-system)
20548 (help-input-method, help-character-set, help-type, help-symbol)
20549 (help-back, help-info, help-customize-variable, help-customize-face)
20550 (help-function-def, help-variable-def): Use it as a supertype.
20551 Remove `action' property.
20552
20553 * international/mule-diag.el (describe-character-set)
20554 (describe-coding-system): Pass correct args to `help-xref-button'.
20555 (sort-listed-character-sets): New button type.
20556 (list-character-sets): Use it.
20557 (list-charset-chars): New button type.
20558 (list-character-sets-1): Use it.
20559
20560 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
20561
20562 * indent.el (tab-always-indent, indent-for-tab-command):
20563 Remove redundant `never' setting.
20564
20565 * fill.el (fill-region-as-paragraph): Don't forget to skip
20566 over current whitespace before looking for a preceding space.
20567
20568 2001-11-01 Richard M. Stallman <rms@gnu.org>
20569
20570 * files.el (file-newest-backup): Don't pass backup file name
20571 thru file-name-sans-versions, because it never has version numbers.
20572
20573 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
20574 to avoid ambiguous nested loops.
20575
20576 * files.el (find-file-noselect): Offer to change buffer-read-only
20577 only when the file's read-only status has changed from before
20578 as well as disagreeing with the buffer's current status.
20579 (buffer-file-read-only): New var, local in all buffers.
20580
20581 * buff-menu.el (buffer-menu): Doc fix.
20582 (buffer-menu-other-window): Doc fix.
20583 (list-buffers, list-buffers-noselect): Doc fix.
20584
20585 2001-11-01 Gerd Moellmann <gerd@gnu.org>
20586
20587 * startup.el (command-line): If the terminal Emacs is running on
20588 has erase char set to ^H, use the Backspace key for deleting
20589 backward, and the Delete key for deleting forward.
20590
20591 2001-11-01 Miles Bader <miles@gnu.org>
20592
20593 * button.el (define-button-type): Make sure every user-defined
20594 button type has a supertype.
20595
20596 2001-10-31 Jason Rumney <jasonr@gnu.org>
20597
20598 * international/mule-cmds.el (locale-language-names): Add chs and
20599 cht as aliases for Chinese-GB and Chinese-BIG5.
20600
20601 2001-10-31 Richard M. Stallman <rms@gnu.org>
20602
20603 * bindings.el (mode-line-frame-identification): Add doc string.
20604 (mode-line-position, mode-line-modes): New variables.
20605 (mode-line-format): Use mode-line-position for the part
20606 that displays the position-in-buffer info.
20607 Use mode-line-modes for the part that displays major and minor modes.
20608
20609 2001-10-31 Sam Steingold <sds@gnu.org>
20610
20611 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
20612 (debugger-setup-buffer): Call it.
20613 (debugger-mode-map): Bind RET and mouse-2.
20614
20615 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20616
20617 * startup.el: Document command line option --no-window-system
20618 instead of --no-windows.
20619
20620 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
20621
20622 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
20623
20624 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
20625 (font-lock-defaults-alist): Use it.
20626 From David Ponce <david.ponce@wanadoo.fr>
20627
20628 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
20629 output of `char-after'.
20630
20631 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
20632
20633 * simple.el (reindent-then-newline-and-indent): Insert the newline
20634 before indenting the first line.
20635 (undo-get-state, undo-revert-to-state): New funs.
20636 (shell-command): Don't kill the buffer even if empty.
20637 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
20638 (transpose-subr-end2): Remove.
20639 (transpose-subr): Add `special' arg and simplify.
20640 (transpose-subr-1): Rewrite.
20641 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
20642 (rfc822-goto-eoh): Simplify.
20643
20644 2001-10-30 Richard M. Stallman <rms@gnu.org>
20645
20646 * enriched.el (enriched-face-ans): Fix previous change.
20647
20648 2001-10-30 Gerd Moellmann <gerd@gnu.org>
20649
20650 * international/iso-acc.el (iso-accents-compose): Remove a
20651 superfluous setq.
20652
20653 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
20654
20655 * buff-menu.el (list-buffers-noselect): If the buffer's name
20656 starts with a blank, but it visits a file, do show it (for files
20657 whose names start with a blank).
20658
20659 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
20660
20661 * textmodes/fill.el (sentence-end-double-space)
20662 (sentence-end-without-period): Move to paragraphs.el.
20663 (fill-indent-according-to-mode): Change default to t.
20664 (fill-context-prefix): Simplify control-flow and use a more
20665 sophisticated merge that unifies both previous checks.
20666 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
20667 (fill-nobreak-predicate): Make it into a defcustom'd hook.
20668 (fill-nobreak-p): New fun.
20669 (fill-region-as-paragraph): Use it.
20670 Handle `fill-indent-according-to-mode' slightly differently.
20671 (fill-individual-paragraphs-prefix): Simplify the control-flow.
20672 (fill-individual-paragraphs-citation): Fix.
20673
20674 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
20675 (paragraph-start): Change default to the `text-mode' value.
20676 (sentence-end-double-space, sentence-end-without-period):
20677 Move from fill.el.
20678 (forward-paragraph): Use `parstart' and `parsep' for temp variables
20679 rather than rebinding `paragraph-start' and `paragraph-separate'.
20680
20681 * indent.el (indent-line-function): Change default to indent-relative.
20682 (tab-always-indent): Add an `never' setting.
20683 (indent-according-to-mode): Handle `indent-relative' and
20684 `indent-relative-maybe' specially.
20685 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
20686 Handle the `never' case for `tab-always-indent'.
20687 Don't call indent-according-to-mode for indent-relative' and
20688 `indent-relative-maybe'.
20689 (insert-tab): Rename `prefix-arg' to `arg'.
20690 (indent-region): Indent the first line as well.
20691 (indent-relative): Don't mark the buffer modified if the indentation
20692 is unchanged.
20693
20694 * textmodes/text-mode.el (paragraph-indent-minor-mode):
20695 Don't set paragraph-separate. Set paragraph-start more carefully.
20696 Set indent-line-function.
20697 (paragraph-indent-text-mode): Use it and define-derived-mode.
20698 (text-mode-map): Remove the \t binding.
20699 (text-mode): Simplify now that the default is more favorable.
20700
20701 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
20702
20703 * emacs-lisp/find-func.el (find-function-search-for-symbol):
20704 If the regexp doesn't match, use a looser one.
20705 (find-variable-noselect): Add `file' argument.
20706
20707 * pcvs.el (cvs-mode-commit-hook): New hook.
20708 (cvs-mode-commit): Run it.
20709
20710 * log-edit.el (log-edit): Run hook after `log-edit-files'.
20711
20712 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
20713 (edebug-instrument-function): Use `find-function-noselect'.
20714
20715 2001-10-29 Richard M. Stallman <rms@gnu.org>
20716
20717 * term.el (term-if-emacs19): Macro deleted.
20718 Callers changed to use progn instead.
20719
20720 * frame.el (blink-cursor-mode): Doc fix.
20721
20722 * files.el (find-backup-file-name): Use make-backup-file-name.
20723
20724 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
20725 window-live-p.
20726 (edebug-set-conditional-breakpoint): Unconditionally use
20727 the former Emacs >=19 definition.
20728 (edebug-mark): Define unconditionally.
20729 (edebug-eval-expression): Always call read-from-minibuffer
20730 and specify history list.
20731 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
20732 edebug-set-conditional-breakpoint.
20733 (edebug-emacs-version-specific): Function deleted;
20734 do the job at top level.
20735 (edebug-emacs-19-specific): Function deleted, this is the default.
20736
20737 2001-10-29 Sam Steingold <sds@gnu.org>
20738
20739 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
20740 "/cygdrive/LETTER/" pathnames.
20741
20742 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
20743
20744 * faces.el (invert-face): Check for 'unspecified, not for nil,
20745 when testing whether face colors are not specified.
20746 From David.Kastrup@t-online.de (David Kastrup).
20747 (read-face-name): Doc fix.
20748 (make-face-bold, make-face-unbold, make-face-italic)
20749 (make-face-unitalic, make-face-bold-italic, invert-face):
20750 Remove trailing blank from the prompt passed to read-face-name.
20751
20752 2001-10-29 Sam Steingold <sds@gnu.org>
20753
20754 * emacs-lisp/bytecomp.el (byte-recompile-directory):
20755 Report numbers of files skipped and failed too.
20756 (byte-compile-file): Return 'no-byte-compile for skipped files.
20757
20758 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20759
20760 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
20761 and `M p'.
20762
20763 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20764
20765 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
20766 as is on unread-command-events instead of `(SECOND-CHAR)'.
20767
20768 2001-10-29 Andre Spiegel <spiegel@gnu.org>
20769
20770 * vc.el: Mention vc-*-switches in backend API documentation.
20771 (vc-annotate): Adapt doc string to recent change.
20772
20773 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20774
20775 * enriched.el (enriched-face-ans): Handle face attributes
20776 of the form `(FACE1 FACE2 ...)'.
20777
20778 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
20779
20780 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
20781
20782 * progmodes/sql.el (sql-mysql): Doc change by RMS.
20783
20784 * progmodes/sql.el (sql-db2): Doc change.
20785 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
20786 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
20787
20788 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20789
20790 * env.el (substitute-env-vars): Don't quote argument to `rx';
20791 it's a macro.
20792
20793 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
20794
20795 * cus-start.el (recursive-load-depth-limit): Added.
20796
20797 2001-10-28 Richard M. Stallman <rms@gnu.org>
20798
20799 * textmodes/ispell.el (version18p, version20p): Vars deleted.
20800 All uses removed--assume Emacs version is >= 20.
20801
20802 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
20803 by really checking that it is not version 18.
20804
20805 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
20806
20807 2001-10-28 Miles Bader <miles@gnu.org>
20808
20809 * faces.el (face-attribute): Add INHERIT argument, consider face
20810 inheritance if it's non-nil.
20811 (face-attribute-merged-with): New function.
20812 (face-attribute-specified-or): New macro.
20813 (face-foreground, face-background, face-stipple): Add INHERIT
20814 argument. Use `face-attribute-specified-or'.
20815
20816 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
20817
20818 * font-lock.el: Require `syntax'.
20819 (font-lock-defaults-alist): Don't define keywords for lisp languages.
20820 Use `c-font-lock-syntactic-face-function' for c languages.
20821 (font-lock-mode): Don't unset vars when turning the mode off.
20822 (font-lock-default-fontify-buffer): Don't unset vars at the end.
20823 (font-lock-extra-managed-props): New var.
20824 (font-lock-default-unfontify-region): Use it.
20825 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
20826 Don't eval the value when there's no match.
20827 (font-lock-ppss-stats): New var.
20828 (font-lock-ppss): New fun.
20829 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
20830 (font-lock-apply-highlight): Allow `highlight' to set several props.
20831 (font-lock-set-defaults): Use dolist.
20832 (font-lock-unset-defaults): Remove.
20833 (font-lock-match-c-style-declaration-item-and-skip-to-next):
20834 Try to recognize prototypes using `foo P_ ((args))'.
20835 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
20836 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
20837 (c-font-lock-syntactic-face-function): New function.
20838 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20839 (c++-keywords): Use a more sophisticated regexp to handle
20840 shallowly nested templates.
20841
20842 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
20843
20844 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
20845 (sgml-tag): Use it. Cleanup with `cond'.
20846 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
20847 Mark the overlays and only delete those that are marked.
20848 (sgml-skip-close-p): Remove.
20849 (sgml-value): Replace sgml-skip-close-p with its definition.
20850 (html-tag-alist): Use sgml-xml a bit more.
20851 (html-mode): Set sgml-empty-tags.
20852
20853 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
20854 (texinfo-update-node, texinfo-sequential-node-update):
20855 Don't bind the obsolete `auto-fill-hook'.
20856 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
20857 Use `set-buffer' rather than `switch-to-buffer'.
20858 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
20859 Use `set-buffer' rather than `switch-to-buffer'.
20860
20861 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
20862 text-mode-syntax-table.
20863 (mail-mode): Use define-derived-mode.
20864 Fix ordering of alternatives in adaptive-fill-regexp.
20865 (mail-mode-map): Don't rely on keymap's internal representation.
20866
20867 2001-10-27 Sam Steingold <sds@gnu.org>
20868
20869 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
20870 (sgml-xml-guess): Extracted from `html-mode' and generalized.
20871 (sgml-mode-common): Call it.
20872 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
20873 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
20874 (html-horizontal-rule, html-image, html-ordered-list):
20875 (html-unordered-list, html-list-item, html-paragraph):
20876 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
20877 `html-xhtml'.
20878
20879 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
20880
20881 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
20882 (ifnothtml): New alias.
20883
20884 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
20885
20886 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
20887 (toggle-text-mode-auto-fill): Use derived-mode-p.
20888
20889 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
20890
20891 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
20892 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
20893
20894 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
20895
20896 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
20897 Add make-obsolete cookies, to follow faces.el.
20898
20899 These changes avoid warnings from the byte compiler in faces.el:
20900
20901 * faces.el (internal-get-face): Use facep instead of the obsolete
20902 internal-find-face.
20903 (internal-frob-font-weight, internal-frob-font-slant):
20904 New defaliases for obsolete functions.
20905 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
20906 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
20907 (x-make-font-bold-italic): Use internal-frob-font-weight and
20908 internal-frob-font-slant aliases instead of the obsolete
20909 x-frob-... functions.
20910
20911 2001-10-26 Sam Steingold <sds@gnu.org>
20912
20913 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
20914 DOCTYPE; set `mode-name' based on it.
20915 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
20916 (sgml-tag): Close empty tags in XHTML.
20917
20918 2001-10-26 Jason Rumney <jasonr@gnu.org>
20919
20920 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
20921 when UNICODE is not defined.
20922
20923 2001-10-26 Sam Steingold <sds@gnu.org>
20924
20925 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
20926 be alone on the line.
20927
20928 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
20929
20930 * button.el (button): Special face definition for MS-DOS terminals.
20931
20932 2001-10-26 Sam Steingold <sds@gnu.org>
20933
20934 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
20935 Protect the /= test by checking that the args are non-nil.
20936 (sh-font-lock-close-heredoc): Check eof for being non-nil.
20937
20938 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
20939
20940 * textmodes/artist.el (artist-version): 1.2.4.
20941 (artist-butlast-fn): New variable.
20942 (artist-butlast): New function.
20943 (artist-ellipse-mirror-quadrant): Use it.
20944 (artist-mouse-draw-poly): Use nil for `point-list'.
20945 (artist-mouse-draw-poly): Check for point-list being nil.
20946
20947 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
20948
20949 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
20950 lambda expression.
20951 (ps-mode-menu-main): Submenu with options on/off was replaced with
20952 a toggle button.
20953 (ps-mode, ps-run-mode): Define with `define-derived-mode'
20954 (ps-mode): Autoload cookie added on same line as comment
20955 (ps-mode-tabkey, ps-mode-backward-delete-char):
20956 (ps-mode-r-balance): Replace `delete-horizontal-space' and
20957 `indent-to' with `indent-line-to'
20958 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
20959 instead of `eval'.
20960 (ps-mode-print-region): Use `with-temp-buffer'.
20961 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
20962 (numerous places): Add back-tick and tick around names in
20963 docstrings, fix punctuation in docstrings, remove trailing spaces.
20964
20965 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
20966
20967 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
20968 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
20969 (sgml-font-lock-syntactic-keywords): New var.
20970 (sgml-mode-common): Drop the two args.
20971 Don't make buffer-local variables that aren't used.
20972 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
20973 Don't set `before-string' props from sgml-display-text.
20974 (sgml-mode): Use define-derived-mode.
20975 (sgml-tags-invisible): Use sgml-display-text.
20976 (sgml-quote): New command.
20977 (html-tag-alist): Add args for `span'.
20978 (html-mode): Use define-derived-mode.
20979 Set sgml-display-text and sgml-tag-face-alist.
20980
20981 2001-10-25 Sam Steingold <sds@gnu.org>
20982
20983 * add-log.el (add-log-always-start-new-record): New user option.
20984 (add-change-log-entry): Use it.
20985
20986 2001-10-25 Richard M. Stallman <rms@gnu.org>
20987
20988 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
20989 bind case-fold-search if FROM is not all lower case.
20990
20991 2001-10-25 Gerd Moellmann <gerd@gnu.org>
20992
20993 * startup.el (normal-top-level): Check for frame-initial-frame
20994 only if it's really used.
20995
20996 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
20997
20998 * progmodes/compile.el (compilation-parse-errors-filename-function):
20999 New variable.
21000 (compilation-parse-errors): Use it.
21001
21002 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
21003
21004 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
21005 interactively so that C-u M-C-x still does edebug.
21006 (checkdoc-sentencespace-region-engine): Don't force a double-space
21007 after `.' if it doesn't look like an end-of-sentence.
21008 (debug-ignored-errors): Add `disambiguate ...'.
21009
21010 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
21011
21012 * textmodes/texinfo.el (texinfo-environments)
21013 (texinfo-environment-regexp): Hoist.
21014 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
21015 Only highlight the menu name in menu items.
21016 Setup `@foo ... @end foo' as text clones.
21017 (texinfo-clone-environment): New function.
21018 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
21019 (texinfo-insert-block): Simplify.
21020 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
21021 the command is repeated.
21022 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
21023 (texinfo-insert-@end): Simplify.
21024
21025 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
21026 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
21027 (texinfo-subsubsection-level-regexp)
21028 (texinfo-update-menu-same-level-regexps)
21029 (texinfo-update-menu-higher-regexps)
21030 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
21031
21032 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
21033 (derived-mode-p): Autoload.
21034
21035 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
21036 New vars and functions.
21037 (text-clone-maintain, text-clone-create): New functions.
21038
21039 2001-10-25 Miles Bader <miles@gnu.org>
21040
21041 * facemenu.el (facemenu-add-new-face): Fix variable names.
21042
21043 2001-10-24 Richard M. Stallman <rms@gnu.org>
21044
21045 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
21046 of t and nil values.
21047 (facemenu-set-face): Handle START and END interactively.
21048 (facemenu-set-foreground): Don't use a face; specify color directly.
21049 (facemenu-set-background): Likewise.
21050 (facemenu-set-face-from-menu): Doc fix.
21051 (facemenu-active-faces): Use face-attribute-vector
21052 to handle bare attributes not in faces.
21053 (facemenu-get-face): Don't handle face names fg:... and bg:...
21054 specially.
21055 (facemenu-add-new-face): New argument MENU.
21056 New way to handle adding colors to the color menus.
21057
21058 * env.el (substitute-env-vars): Quote the arg to rx.
21059
21060 2001-10-24 Sam Steingold <sds@gnu.org>
21061
21062 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
21063 Control" and "SGML" groups.
21064
21065 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21066
21067 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
21068 Better handling of C++ template args to avoid confusion with `<'
21069 and `>' used as operators in member init expressions.
21070
21071 2001-10-24 Gerd Moellmann <gerd@gnu.org>
21072
21073 * replace.el (perform-replace): Move START and END parameters
21074 to the end of the argument list and make them optional.
21075
21076 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
21077 perform-replace.
21078
21079 * international/fontset.el (x-must-resolve-font-name): New function.
21080 (x-complement-fontset-spec): Use it.
21081
21082 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
21083
21084 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
21085
21086 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
21087 Turn caadr into caar of cdr.
21088
21089 2001-10-23 Gerd Moellmann <gerd@gnu.org>
21090
21091 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
21092 of mouse-{1,2} since dragging is on the down event.
21093
21094 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
21095
21096 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
21097 if ARG is nil.
21098
21099 * desktop.el (desktop-last-buffer): New variable.
21100 (desktop-create-buffer): Set it.
21101 (desktop-read): Bind it and switch to that buffer.
21102
21103 2001-10-22 Gerd Moellmann <gerd@gnu.org>
21104
21105 * progmodes/compile.el (compilation-set-window-height):
21106 Select old window only if it's still live.
21107
21108 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21109
21110 * help-mode.el (help-buffer): Remove debugging code.
21111 From Stefan Monnier <monnier@cs.yale.edu>.
21112
21113 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
21114
21115 * files.el (file-name-sans-extension, file-name-extension):
21116 Don't count the leading dots in file names as signaling an extension.
21117
21118 2001-10-22 Andre Spiegel <spiegel@gnu.org>
21119
21120 * vc.el (vc-diff-switches): Doc rewritten.
21121
21122 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
21123
21124 * tooltip.el (tooltip-set-param): Doc fix.
21125
21126 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
21127 127 to sgml-maybe-name-self.
21128 (sgml-name-8bit-mode): Doc fix.
21129 (sgml-char-names-table): New variable.
21130 (sgml-name-char): Support non-ASCII and mule-unicode-*
21131 characters. Doc fix.
21132 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
21133
21134 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
21135 doc string the effect of `left' and `top' parameters in
21136 tooltip-frame-parameters, the default values, and the units.
21137 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
21138 (tooltip-show): Mention in the doc string the `top' and `left'
21139 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
21140
21141 2001-10-22 Andre Spiegel <spiegel@gnu.org>
21142
21143 Add autoscaling support for vc-annotate.
21144 From J.D. Smith <jdsmith@alum.mit.edu>.
21145
21146 * vc.el (vc-annotate-display-default): Accept colormap scaling
21147 ratio (now deprecated).
21148 (vc-annotate-display-autoscale): Added.
21149 (vc-annotate-add-menu): New autoscaling menu options "Span to
21150 Oldest" and "Span Oldest->Newest". Easymenu support added for
21151 toggle menus driven by customize variable `vc-annotate-display-mode'.
21152 (vc-annotate-display-select): Added.
21153 (vc-annotate): Changed temp-buffer-show-function to
21154 `vc-annotate-display-select'.
21155 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
21156 Added argument OFFSET. Instead of backend function, calls now
21157 generic `vc-annotate-difference'.
21158 (vc-annotate-difference): Added as generic function instead of
21159 backend-specific function. No longer takes argument POINT, but
21160 instead accepts a time OFFSET.
21161 (vc-default-annotate-current-time): Added.
21162
21163 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
21164 version in vc.el, with
21165 (vc-cvs-annotate-current-time): Added, as override of default.
21166 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
21167 `vc-cvs-annotate-difference'.
21168
21169 2001-10-22 Gerd Moellmann <gerd@gnu.org>
21170
21171 * saveplace.el (save-place): Require `saveplace'.
21172
21173 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
21174 Use `sexp' for :value-type instead of `face'.
21175
21176 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
21177
21178 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
21179 regexps due to 5-digit message IDs.
21180
21181 2001-10-21 Jason Rumney <jasonr@gnu.org>
21182
21183 * term/w32-win.el (redisplay-dont-pause): Don't set.
21184
21185 2001-10-21 Miles Bader <miles@gnu.org>
21186
21187 * help-funs.el (help-manyarg-func-alist): Variable removed.
21188
21189 2001-10-21 Miles Bader <miles@gnu.org>
21190
21191 * help-funs.el (help-manyarg-func-alist): Remove entries for
21192 `insert', `insert-and-inherit', `insert-before-markers',
21193 `insert-before-markers-and-inherit', `message', `message-box',
21194 `message-or-box', `propertize', `format', `encode-time', `append',
21195 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
21196 `insert-string', `ml-if', `ml-provide-prefix-argument', and
21197 `ml-prefix-argument-loop'.
21198
21199 2001-10-21 Andre Spiegel <spiegel@gnu.org>
21200
21201 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
21202 (vc-default-diff-tree): New functions.
21203 (vc-version-diff): Use them. As a result, coding systems are now
21204 set up properly for all sorts of diffs, and tree diffs can now
21205 also be done locally.
21206 (vc-diff): With a prefix argument, don't require that it's called
21207 from a buffer under version control.
21208 (diff-switches): Remove duplicate definition.
21209
21210 * vc-cvs.el (vc-cvs-diff-tree): New function.
21211
21212 2001-10-21 Miles Bader <miles@gnu.org>
21213
21214 * help-funs.el (help-manyarg-func-alist): Remove entries for
21215 `list', `vector', `make-byte-code', `call-process',
21216 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
21217 `logand', `logior', and `logxor'.
21218
21219 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
21220 image bits to compensate. Use `make-string' instead of
21221 `make-bool-vector' (XBM apparently wants byte-aligned rows).
21222
21223 2001-10-20 Kim F. Storm <storm@cua.dk>
21224
21225 * simple.el (kill-ring-save): Don't show extent of copied region
21226 if using transient-mark-mode and region is fully visible.
21227
21228 See ChangeLog.9 for earlier changes.
21229
21230 ;; Local Variables:
21231 ;; coding: iso-2022-7bit
21232 ;; End:
21233
21234 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
21235 Copying and distribution of this file, with or without modification,
21236 are permitted provided the copyright notice and this notice are preserved.