]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2003-05-20 Lars Hansen <larsh@math.ku.dk>
2
3 * desktop.el (desktop-save): Ensure parameter is expanded and ends
4 with a slash before assigning it to desktop-dirname and
5 default-directory.
6 (desktop-read): Put buffers existing prior to evaluating the
7 desktop (and not reused) at the end of the buffer list.
8 (desktop-create-buffer): Don't update desktop-first-buffer for old
9 desktop files.
10
11 2003-05-19 John Paul Wallington <jpw@gnu.org>
12
13 * xml.el (xml-name-regexp): Wrap in `eval-and-compile'.
14
15 2003-05-19 Dave Love <fx@gnu.org>
16
17 * xml.el: Doc fixes.
18 (xml-parse-file, xml-parse-region): Autoload.
19 (xml-syntax-table, xml-name-regexp): New.
20 (xml-parse-region): Narrow to region, set syntax-table and
21 case-fold-search. Reject fewer valid documents.
22 (xml-parse-tag): Remove arg END. Callers changed.
23 (xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg
24 properly. Don't use buffer-substring-no-properties. Don't bind
25 case-fold-search. Fix syntax for empty elements. Hoist consing
26 of end-of-tag regexp out of loop.
27 (xml-parse-attlist): Remove arg. Callers changed.
28 Use skip-syntax-forward, replace-regexp-in-string, forward-sexp.
29 Allow non-ASCII names.
30 (xml-skip-dtd): Remove arg. Callers changed. Change matching code.
31 (xml-parse-dtd): Grok external DTDs. Allow non-ASCII.
32 Don't use match-string-no-properties.
33 (xml-ucs-to-string): Deleted.
34 (xml-substitute-entity): New.
35 (xml-substitute-special): Use it.
36 (xml-debug-print-internal): Simplify insertions.
37 (xml-parse-file): Avoid finding file in xml-mode.
38
39 2003-05-19 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
40
41 * simple.el (kill-whole-line): New function.
42 * bindings.el (global-map): Bind it.
43
44 2003-05-19 Richard M. Stallman <rms@gnu.org>
45
46 * net/goto-addr.el (goto-address-fontify-maximum-size):
47 Value t means no limit.
48 (goto-address-fontify): Implement that feature.
49
50 * emacs-lisp/find-func.el (find-function-on-key):
51 Move the call to find-function-other-window outside
52 the save-excursion.
53
54 * find-file.el (ff-special-constructs): Delete the Ada entry.
55
56 * faces.el (x-create-frame-with-faces):
57 Don't call face-set-after-frame-default.
58 (face-set-after-frame-default): Copy attrs of global `default'
59 face to FRAME's `default' face.
60
61 2003-05-19 Joe Kelsey <joek@flyingcroc.net>
62
63 * skeleton.el (skeleton-internal-1): Allow - as alternate
64 interesting point marker and revert @ to just setting
65 skeleton-positions.
66
67 2003-05-18 Stefan Monnier <monnier@cs.yale.edu>
68
69 * emacs-lisp/lisp.el (beginning-of-defun-raw): Use shy-group.
70
71 * progmodes/executable.el (executable-set-magic): Remove unused
72 vars `point' and `buffer-modified-p'.
73
74 * mail/sendmail.el (mail-mode): Don't bother setting paragraph-start.
75
76 * mail/mail-extr.el: Use explicit coding tag.
77
78 * international/mule.el (sgml-xml-auto-coding-function)
79 (sgml-html-meta-auto-coding-function): Don't assume point-min == 1.
80
81 * language/china-util.el (hz-set-msb-table): Build when compiling.
82 (big5-to-cns): Pre-build the alist when compiling.
83
84 * language/ind-util.el (indian-regexp-of-hashtbl-keys): Don't bother
85 sorting the argument to regexp-opt.
86 (indian--puthash-char): Use dolist rather than mapc.
87
88 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
89
90 * gdb-ui.el (put-arrow): Rename gdb-put-arrow and simplify.
91 (put-string): Rename gdb-put-string and simplify.
92 (remove-strings): Rename gdb-remove-strings.
93 (remove-arrow): Rename gdb-remove-arrow.
94 (gdb-assembler-custom): Try to get line marker (arrow) to display
95 in window (revisited).
96 Use with-current-buffer where possible.
97
98 2003-05-18 John Paul Wallington <jpw@gnu.org>
99
100 * ibuffer.el (ibuffer-display-summary): New customizable variable.
101 (ibuffer-update-title-and-summary): Respect it.
102
103 2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
104
105 * ediff-mult.el (ediff-default-filtering-regexp): New variable.
106
107 * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a
108 message.
109
110 * ediff.el (ediff-directories,ediff-directory-revisions)
111 (ediff-directories3,ediff-merge-directories)
112 (ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions)
113 (ediff-merge-directory-revisions-with-ancestor): Make use of the new
114 ediff-default-filtering-regexp variable.
115
116 2003-05-18 Richard M. Stallman <rms@gnu.org>
117
118 * which-func.el (which-func-current, which-func-format):
119 Preload the risky-local-variable properties for them.
120
121 * subr.el (prepare-change-group): Reinstate BUFFER arg; make it work.
122
123 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
124
125 * gud.el (gdb): Define gud-nexti.
126 (gud-menu-map): Add gud-nexti to map.
127 (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
128
129 * toolbar/gud-stepi.xpm, toolbar/gud-stepi.pbm,
130 toolbar/gud-nexti.xpm, toolbar/gud-nexti.pbm: New icons for debugger.
131
132 2003-05-17 John Paul Wallington <jpw@gnu.org>
133
134 * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries)
135 (skkdic-okuri-nasi-entries-count): Use defvar for non-constants.
136
137 * register.el (number-to-register): Use `string-to-number' instead
138 of `string-to-int'.
139
140 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
141
142 * log-edit.el: Don't require vc.el anymore.
143 (log-edit-mode-map): Fold vc-log-mode-map into it.
144 (vc-log-mode-map): Redefine as an alias.
145 (vc-previous-comment): Don't widen.
146 (vc-comment-to-change-log): Don't redundantly set paragraph-separate.
147 Don't require `add-log' since it's already required at toplevel.
148
149 * vc.el (vc-log-mode-map, vc-maximum-comment-ring-size)
150 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
151 Move vars to log-edit.el.
152 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
153 (vc-comment-search-reverse, vc-comment-search-forward)
154 (vc-comment-to-change-log): Move funs to log-edit.el.
155 (vc-clear-context): Don't empty the comment-ring.
156 (vc-finish-logentry): Don't add the comment onto the comment-ring.
157
158 * log-edit.el (vc-log-mode-map, vc-maximum-comment-ring-size)
159 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
160 Move vars from vc.el.
161 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
162 (vc-comment-search-reverse, vc-comment-search-forward)
163 (vc-comment-to-change-log): Move funs from vc.el.
164 (log-edit-show-files): Remove unused var `editbuf'.
165
166 * progmodes/tcl.el (tcl-indent-exp): Remove dead code.
167 (tcl-tab-always-indent): Default to tab-always-indent.
168
169 * progmodes/perl-mode.el (perl-end-of-function): Remove unused var.
170 (perl-tab-always-indent): Default to tab-always-indent.
171
172 * which-func.el (which-func-format): Make it risky-local-variable.
173 (which-func-table): New var.
174 (which-func-current): Make it into a constant modeline spec.
175 (which-func-previous): Remove.
176 (which-func-update): Only update the selected window.
177 (which-func-update-1): Use the new var to allow the current
178 function to be different for a buffer shown in two windows.
179
180 * subr.el (with-selected-window): New macro.
181 (dolist, dotimes, with-current-buffer): Use backquotes.
182 (when, unless, save-match-data, combine-after-change-calls)
183 (with-output-to-string, with-temp-buffer): Add `declare' info.
184 (listify-key-sequence): Don't allocate unnecessarily.
185 (read-quoted-char): Allow up to base 36.
186 (prepare-change-group): Remove unimplemented argument.
187 (macro-declaration-function): Avoid `dolist' and `cadr'.
188
189 * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload.
190 (widget-choose, widget-map-buttons): Use with-current-buffer.
191 (widget-field-add-space): Change to nil (and to defconst).
192 (widget-info-link-action): Use `info'.
193
194 2003-05-17 Nick Roberts <nick@nick.uklinux.net>
195
196 * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for
197 selected frame.
198 (gdb-annotation-rules): Stop using frames-invalid and
199 breakpoints-invalid annotations. Update after post-prompt instead.
200 (gdb-post-prompt): Update frames and breakpoints here.
201 (gdb-invalidate-frame-and-assembler)
202 (gdb-invalidate-breakpoints-and-assembler): Remove.
203 (gdb-current-address): Remove.
204 (gdb-previous-address): New variable.
205 (gud-until): Extend to work in Assembler buffer
206 (gdb-append-to-inferior-io): Select IO buffer when there is output.
207 (gdb-assembler-custom): Try to get line marker (arrow) to display
208 in window. Correct parsing for OS dependent output syntax of Gdb
209 command, where.
210 (gdb-frame-handler): Correct parsing for OS dependent output
211 syntax of Gdb command, frame.
212 (gdb-invalidate-assembler): Update assembler buffer correctly when
213 frame changes (revisited).
214
215 2003-05-16 Stefan Monnier <monnier@cs.yale.edu>
216
217 * imenu.el (imenu--split-menu): Remove unused var `count'.
218 Don't copy the sequence since we're already modifying it elsewhere.
219 (imenu--create-keymap): Rename from imenu--create-keymap-1.
220 Add optional `cmd' argument. Remove unused var `counter'.
221 (imenu-update-menubar): Use the new arg to keep the old behavior.
222 (imenu--mouse-menu): Don't use the arg, to recover the lost behavior.
223
224 2003-05-16 Lute Kamstra <Lute.Kamstra@cwi.nl>
225
226 * hl-line.el (hl-line-highlight, global-hl-line-highlight):
227 Use `line-beginning-position' to determine the beginning of the next
228 line.
229
230 2003-05-16 Kenichi Handa <handa@m17n.org>
231
232 * international/mule-cmds.el (mule-menu-keymap): Enable the menu
233 set-various-coding-system when
234 default-enable-multibyte-characters is non-nil.
235
236 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
237
238 * emacs-lisp/autoload.el (make-autoload): Add arglist for
239 define-derived-mode.
240
241 2003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl>
242
243 * hl-line.el: Rewrite the local minor mode so that it can be
244 sticky as well and made sticky the default. Reimplement the
245 global minor mode. Update the commentary section to document
246 these changes.
247 (hl-line-sticky-flag): New user option.
248 (hl-line-overlay): Make it buffer-local and give it a docstring.
249 (global-hl-line-overlay): New variable.
250 (hl-line-mode): Rewrite to use `hl-line-sticky-flag'.
251 (hl-line-highlight): Rewrite to use `hl-line-sticky-flag'.
252 (hl-line-unhighlight): Update docstring.
253 (global-hl-line-mode): Implement directly so that is does not
254 depend on `hl-line-mode' any more.
255 (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
256
257 2003-05-15 Kenichi Handa <handa@m17n.org>
258
259 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.
260
261 2003-05-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
262
263 * ps-print.el: Avoid unnecessary calls to funs in header and footer
264 variables. Reported by Greg Hill <ghill@synergymicro.com>.
265 (ps-print-version): New version number (6.6.1).
266 (ps-begin-page): Code fix.
267 (ps-generate-string-list, ps-header-footer-string): New funs.
268 (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
269
270 * ps-mule.el (ps-mule-header-string-charsets):
271 Call ps-header-footer-string to avoid unnecessary calls to functions
272 in header and footer variables.
273
274 2003-05-15 John Paul Wallington <jpw@gnu.org>
275
276 * mail/rmail.el (rmail-ignored-headers): Ignore Face: header.
277
278 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
279
280 * textmodes/tex-mode.el (tex-compile-history, tex-input-files-re)
281 (tex-use-reftex, tex-compile-commands): New vars.
282 (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
283 (tex-command-executable, tex-command-active-p, tex-compile-default)
284 New functions.
285 (tex-compile): New command.
286 (tex-mode-map): Bind it to C-c C-c.
287
288 * vc-svn.el (completion-ignored-extensions): Add .svn.
289 (vc-svn-delete-file): New function.
290
291 * pcvs.el (cvs-append-to-ignore): New arg `old-dir'.
292 (cvs-mode-ignore): Use it.
293
294 * pcvs-parse.el (cvs-parse-table): Remove unused var `type'.
295 Look up `.cvsignore' to see what to do with `new-dir' messages.
296 (cvs-parse-merge): Remove unused var `handled'.
297
298 2003-05-14 Christoph Wedler <christoph.wedler@sap.com>
299
300 * format.el (format-annotate-function): Copy coding system into the
301 new temp buffer.
302
303 2003-05-14 John Paul Wallington <jpw@gnu.org>
304
305 * ls-lisp.el (insert-directory): Discard --dired switch when
306 `ls-lisp-use-insert-directory-program' is nil.
307
308 2003-05-13 Stefan Monnier <monnier@cs.yale.edu>
309
310 * textmodes/ispell.el (xemacsp): Remove. Use (featurep 'xemacs).
311 (ispell-graphic-p): Inline and then remove.
312 (toplevel): Get rid of unnecessary loop.
313 (ispell-parse-output, ispell-complete-word): Replace (substring s 0 1)
314 with a call to aref.
315 (ispell-get-line): Remove unused arg `reg-end'.
316 (ispell-region): Update corresponding call.
317
318 * progmodes/cpp.el (cpp-make-overlay-hidden): Don't make intangible.
319
320 * progmodes/compile.el (compile-internal): Use with-current-buffer.
321 (compilation-set-window-height): Use save-selected-window.
322
323 * progmodes/ada-xref.el (ada-xref-update-project-menu): Use easymenu.
324 (ada-goto-declaration-other-frame): Remove unused arg other-frame.
325 (ada-gdb-application): Remove unused vars comint-exec, in-post-mode,
326 and gud-gdb-massage-args.
327
328 * progmodes/cc-langs.el (c-lang-defvar-init-form-tail):
329 This is actually not a constant.
330
331 * progmodes/autoconf.el (autoconf-current-defun-function):
332 Copy the syntax table before modifying it.
333
334 * progmodes/ada-mode.el (ada-in-comment-p, ada-in-string-p)
335 (ada-in-string-or-comment-p): Use line-beginning-position.
336
337 * textmodes/reftex.el (reftex-select-with-char): Don't assume
338 that point-min == 1.
339
340 * textmodes/reftex-toc.el (reftex-toc-visit-location):
341 Don't switch the current window if the new buffer is in another.
342 (reftex-toc): Don't assume that point-min == 1.
343
344 * textmodes/reftex-parse.el (reftex-what-macro): Don't assume
345 that point-min == 1.
346
347 * textmodes/reftex-cite.el (reftex-extract-bib-entries)
348 (reftex-extract-bib-entries-from-thebibliography): New arg re-list.
349 (reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\).
350 Use member-ignore-case. Don't add unnecessary trailing \n.
351 (reftex-offer-bib-menu): Consolidate duplicated code from
352 reftex-extract-bib-entries and
353 reftex-extract-bib-entries-from-thebibliography.
354
355 * simple.el (back-to-indentation): Simplify.
356 (undo-equiv-table, undo-in-region, undo-no-redo): New vars.
357 (undo): Use them to implement the no-redo form of undo.
358 (undo-only): New fun.
359 (shell-command): Don't require `shell' since shell-mode is autoloaded.
360 (insert-buffer): Simplify.
361 (completion-setup-function): Use minibufferp.
362 (event-apply-alt-modifier, event-apply-super-modifier)
363 (event-apply-hyper-modifier, event-apply-shift-modifier)
364 (event-apply-control-modifier, event-apply-meta-modifier):
365 Fix docstring to show the proper key sequence.
366
367 * uniquify.el (uniquify-after-kill-buffer-p): Set default to t.
368 (uniquify-ignore-buffers-re): Revert to nil now that uniquify
369 is more careful about preserving buffer names.
370
371 * menu-bar.el (menu-bar-options-menu) <cua-mode>:
372 Use menu-bar-make-mm-toggle.
373
374 * files.el (file-relative-name): Remove dead code.
375 Make sure \n in a filename does not confuse us.
376
377 * help-fns.el (describe-variable): Mention permanent local status.
378
379 * comint.el (comint-carriage-motion, comint-output-filter):
380 Bind inhibit-read-only rather than buffer-read-only.
381 (comint-truncate-buffer): Bind inhibit-read-only.
382
383 * pcvs.el (cvs-make-cvs-buffer): Add the tag info.
384 (cvs-mode): Prevent pilot-error.
385
386 * vc-mcvs.el (vc-mcvs-registered, vc-mcvs-root): Check the output
387 of file-name-directory for nil.
388
389 2003-05-13 Simon Josefsson <jas@extundo.com>
390
391 * mail/smtpmail.el (smtpmail-open-stream): Don't hard code
392 starttls-program.
393
394 2003-05-13 Rajesh Vaidheeswarran <rv@gnu.org>
395
396 * whitespace.el (whitespace-global-mode): Add :link entry
397 to the commentary section in whitespace.el
398
399 2003-05-13 Nick Roberts <nick@nick.uklinux.net>
400
401 * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
402 correctly when frame changes.
403 (gdb-info-threads-custom, gdb-threads-buffer-name)
404 (gdb-display-threads-buffer, gdb-frame-threads-buffer)
405 (gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number)
406 (gdb-threads-select, gdb-threads-mouse-select): New functions and
407 variable for a buffer that provides a selectable threads list.
408
409 2003-05-12 Stefan Monnier <monnier@cs.yale.edu>
410
411 * pcvs-parse.el (cvs-parse-table): `New directory' messages include
412 the full path.
413
414 * pcvs.el (cvs-minor-current-files): Move before first use.
415 (defun-cvs-mode): Remove unused var `restdoc'.
416 (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare.
417 (cvs-mode-diff-backup): Remove unused var `filter'.
418 (cvs-mode-run): Remove unused var `cvs-buf'.
419 (cvs-mode-do): Remove unused arg `parse'.
420 (cvs-retrieve-revision): Make sure HEAD gets the head of the branch.
421
422 * textmodes/sgml-mode.el (sgml-namespace-re): New const.
423 (sgml-namespace-face): New face.
424 (sgml-font-lock-keywords-1): Use them.
425
426 2003-05-11 Kevin Ryde <user42@zip.com.au>
427
428 * info-look.el (info-lookup-make-completions): Allow colons in index
429 entries by looking for ": " to terminate, as per latest info.el.
430
431 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
432
433 * vc-mcvs.el (vc-mcvs-command): Filter output of `status'.
434 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
435 Change dir so that the filtered output of `mcvs makes sense.
436 (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
437 (vc-mcvs-diff-tree): Don't bother with the local-diff code.
438 (vc-mcvs-create-snapshot): Use `branch' and `switch'.
439
440 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
441
442 * newcomment.el (comment-indent): Try to align to adjacent comments.
443 (comment-with-narrowing): Actually use the arguments.
444 (comment-valid-prefix-p): Rename from comment-valid-prefix
445 and fix to actually use its argument.
446
447 * tex-mode (tex-mode-syntax-table): ~ is not whitespace.
448 (tex-guess-mode): Add `renewcommand'.
449 (tex-mode): Move the autoload to get the correct docstring and usage.
450
451 * uniquify.el (uniquify-rationalize-file-buffer-names):
452 Refresh the dirname in the case that rename-buffer was skipped.
453 (uniquify-buffer-file-name): Return a dirname with no trailing slash.
454
455 * mail/smtpmail.el (smtpmail-send-queued-mail): Use point-at-bol
456 instead of forward-line.
457
458 2003-05-10 Oliver Scholz <alkibiades@gmx.de>
459
460 * startup.el (fancy-splash-default-action): Fix docstring.
461
462 2003-05-09 Sam Steingold <sds@gnu.org>
463
464 * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
465
466 2003-05-09 Stefan Monnier <monnier@cs.yale.edu>
467
468 * newcomment.el (comment-indent): Be more careful when inserting
469 the space, and insert it before setting `begpos'.
470
471 * vc.el: New backend functions `delete-file' and `repository-hostname'.
472 (vc-stay-local): New var. Mostly taken from vc-cvs-stay-local.
473 (vc-stay-local-p): New fun. Adapted from vc-cvs-stay-local-p.
474 (vc-diff-switches-list): Revert to the Emacs-21.[123] semantics.
475 Mark as obsolete.
476 (vc-delete-file): New command.
477 (vc-default-rename-file): New function.
478 (vc-rename-file): Use it.
479 Be careful to disallow renaming if the file is locked or out-of-date.
480 (vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers)
481 (vc-cancel-version, vc-annotate): Use buffer-file-name variable.
482
483 * vc-mcvs.el (vc-mcvs-stay-local): Remove unused var.
484 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff)
485 (vc-mcvs-diff-tree, vc-mcvs-annotate-command)
486 (vc-mcvs-make-version-backups-p): Use vc-stay-local-p.
487 (vc-mcvs-checkin): Disallow commits to a numbered rev.
488 (vc-mcvs-repository-hostname): New function.
489 (vc-mcvs-stay-local-p): Remove.
490
491 * vc-cvs.el (vc-cvs-mode-line-string): Use vc-default-mode-line-string.
492 (vc-cvs-delete-file, vc-cvs-rename-file): New functions.
493
494 * vc-svn.el (vc-svn-rename-file): New fun.
495 (vc-svn-diff): Correctly check svn's return status.
496 (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
497 (vc-svn-diff-tree): Use vc-stay-local-p.
498 (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
499 (vc-svn-use-edit): Fix the :version property.
500 (vc-svn-stay-local): Remove unused var.
501 (vc-svn-mode-line-string): Remove, use the default instead.
502 (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
503 (vc-svn-stay-local-p): Remove.
504
505 * uniquify.el: Use the original buffer-name as `base' in place of the
506 nondirectory part of the file name.
507 (uniquify-rationalize-file-buffer-names):
508 Split the `newbuffile' arg into `base' and `dirname'.
509 Reuse old uniquify-items to avoid recomputing their base&dirname.
510 (uniquify-buffer-file-name): Only return the directory part.
511 (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
512 (rename-buffer): Use the `newname' arg as base.
513 (create-file-buffer): Split the file name into base and dirname.
514
515 2003-05-09 Jesper Harder <harder@ifa.au.dk> (tiny change)
516
517 * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
518
519 2003-05-08 Stefan Monnier <monnier@cs.yale.edu>
520
521 * uniquify.el (uniquify-after-kill-buffer-p): Fix misleading docstring.
522 (uniquify-make-item): Make `proposed' optional.
523 (uniquify-rationalize-file-buffer-names): Don't compute the
524 initial proposed name.
525 (uniquify-buffer-file-name): Remove dead code.
526 (uniquify-strip-common-suffix): New var.
527 (uniquify-rationalize): Always recompute initial proposed name.
528 Strip common suffix if requested.
529
530 * vc-rcs.el (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
531 (vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
532
533 * vc-sccs.el (vc-sccs-register, vc-sccs-find-version)
534 (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-diff): Use vc-switches.
535 (vc-sccs-register): Remove unused var `|'.
536
537 * vc-mcvs.el (vc-mcvs-read): Don't require `file' to exist.
538 (vc-mcvs-diff): Don't return 0 for newly added empty files.
539 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
540 (vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
541
542 * vc-cvs.el (vc-cvs-dired-state-info): Use `added' for added files and
543 don't use `concat' unnecessarily. Remove impossible cases.
544 (vc-cvs-diff): Don't return 0 for newly added empty files.
545 (vc-cvs-stay-local-p): Simplify.
546 (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
547 (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches.
548
549 * vc-svn.el (vc-svn-dired-state-info): Use `added' for added files and
550 don't use `concat' unnecessarily. Remove impossible cases.
551 (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
552 Use vc-switches.
553 (vc-svn-checkin): Use vc-switches. Fix up regexp.
554 (vc-svn-diff): Use vc-switches.
555 Don't return 0 for newly added empty files.
556 Don't use svn's return status.
557 (vc-svn-parse-status): Recognize copied files as well.
558 Use the last-modified revision for workfile-version.
559
560 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass nil
561 rather than (vc-workfile-version file) to diff.
562
563 * vc.el (with-vc-properties, with-vc-file, edit-vc-file):
564 Add `declare's for debugging and indentation.
565 (vc-do-command): Use `remq'.
566 (vc-buffer-context): Remove unused var `curbuf'.
567 (vc-next-action-dired): Remove unused var `dired-dir'.
568 (vc-switches): New fun.
569 (vc-diff-switches-list): Use it.
570 (vc-dired-hook): Remove unused var `cvs-dir'.
571 (vc-dired-purge): Remove unused var `subdir'.
572 (vc-cancel-version): Remove unused var `config'.
573 (vc-rename-master): Use dolist iso mapcar.
574 (vc-rename-file): Remove redundant tests.
575 Clear the properties of the old file name.
576 (vc-annotate): Pass the complete filename to `annotate-command'.
577 (vc-annotate-lines): Remove unused var `overlay'.
578
579 2003-05-08 Glenn Morris <gmorris@ast.cam.ac.uk>
580
581 * calendar/diary-lib.el (diary-pull-attrs): Make `ret-attr',
582 `attr' local.
583 (list-diary-entries): Make `temp' local.
584 (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
585 (diary-mail-entries): There is no fancy-diary-buffer if there are
586 no diary entries. Use call-interactively.
587 (mark-diary-entries): Make `temp' local.
588 (mark-sexp-diary-entries): Make `marks' local, remove `temp'.
589 (list-sexp-diary-entries): Make `temp' local.
590 (add-to-diary-list): Make `prefix' local.
591
592 2003-05-08 Dave Love <fx@gnu.org>
593
594 * international/utf-7.el: New file.
595
596 2003-05-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
597
598 * files.el (insert-file-contents-literally): Allow it to be called
599 within a magic file name handler.
600
601 2003-05-07 Stefan Monnier <monnier@cs.yale.edu>
602
603 * uniquify.el (uniquify-rationalize-file-buffer-names):
604 Don't uniquify if there is no filename.
605
606 * vc-hooks.el: Use buffer-file-name variable rather than function.
607 (vc-handled-backends): Add SVN and MCVS.
608 (vc-mode-line): Call vc-backend only once.
609 (find-file-hook, find-file-not-found-hook): Use the new
610 names rather than ...-hooks.
611
612 * uniquify.el (uniquify-item, uniquify-get-proposed-name)
613 (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.
614 (uniquify-rationalize): New fun. Set uniquify-managed to the fix-list.
615 (uniquify-rationalize-file-buffer-names): Use it and make the args
616 non-optional (i.e. don't support "re-rationalize all" any more).
617 (uniquify-rerationalize-w/o-cb): New fun.
618 (uniquify-maybe-rerationalize-w/o-cb): Use it to rerationalize
619 immediately and only the relevant buffers.
620 Merged from uniquify-delay-rationalize-file-buffer-names and
621 uniquify-delayed-rationalize-file-buffer-names.
622 (kill-buffer-hook, rename-buffer): Use it.
623
624 2003-05-06 Jesper Harder <harder@ifa.au.dk>
625
626 * progmodes/compile.el (compile-internal): Don't quote nil and t in
627 docstrings.
628
629 * emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p): Likewise.
630
631 * emacs-lisp/cl-macs.el (case, typecase): Likewise.
632
633 * allout.el (allout-auto-activation)
634 (allout-use-mode-specific-leader, allout-reindent-bodies)
635 (allout-unprotected): Likewise.
636
637 * progmodes/tcl.el (tcl-explain-indentation): Likewise.
638
639 * progmodes/idlwave.el (idlwave-complete-special): Likewise.
640
641 * progmodes/cpp.el (cpp-edit-list): Likewise.
642
643 * progmodes/cperl-mode.el (cperl-lineup): Likewise.
644
645 * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
646 Likewise.
647
648 * play/mpuz.el (mpuz-silent): Likewise.
649
650 * play/decipher.el (decipher-ignore-spaces): Likewise.
651
652 * net/rlogin.el (rlogin-process-connection-type): Likewise.
653
654 * mail/rmail.el (rmail-primary-inbox-list): Likewise.
655
656 * mail/mailalias.el (mail-directory-function)
657 (mail-directory-requery, mail-directory): Likewise.
658
659 * emacs-lisp/lucid.el (buffer-syntactic-context): Likewise.
660
661 * emacs-lisp/lmenu.el (popup-dialog-box): Likewise.
662
663 * type-break.el (type-break-good-rest-interval)
664 (type-break-query-mode, type-break-query-function)
665 (type-break-mode-line-message-mode): Likewise.
666
667 * skeleton.el (skeleton-autowrap, skeleton-untabify)
668 (skeleton-newline-indent-rigidly, skeleton-insert)
669 (skeleton-read): Likewise.
670
671 * simple.el (newline): Likewise.
672
673 * ps-print.el (ps-zebra-stripe-follow): Likewise.
674
675 * mwheel.el (mouse-wheel-scroll-amount): Likewise.
676
677 * env.el (setenv): Likewise.
678
679 2003-05-06 Stefan Monnier <monnier@cs.yale.edu>
680
681 * imenu.el (imenu--generic-function): Use font-lock-defaults
682 case setting if imenu-case-fold-search is not locally set.
683
684 * uniquify.el (uniquify-managed): New var.
685 (uniquify-rationalize-file-buffer-names, rename-buffer): Use it and set
686 it to prevent accidental renaming of unrelated buffers.
687 (uniquify-delay-rationalize-file-buffer-names): Use it to avoid
688 the cost of uniquify when killing unrelated buffers.
689
690 * newcomment.el (comment-set-column, comment-kill)
691 (comment-or-uncomment-region): Call comment-normalize-vars
692 since these functions are autoloaded.
693
694 * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
695 * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
696
697 2003-05-06 Lute Kamstra <Lute.Kamstra@cwi.nl>
698
699 * hl-line.el: Removed an erroneous comment.
700 (hl-line-mode): Use buffer local hooks.
701 (global-hl-line-mode): Turn local modes on unconditionally.
702 (hl-line-highlight): Comment fix.
703
704 2003-05-06 Richard M. Stallman <rms@gnu.org>
705
706 * newcomment.el (comment-search-forward): Delete autoload cookie.
707
708 2003-05-06 Kenichi Handa <handa@m17n.org>
709
710 * arc-mode.el (archive-set-buffer-as-visiting-file):
711 Use after-insert-file-set-coding, not
712 after-insert-file-set-buffer-file-coding-system.
713
714 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
715
716 * uniquify.el (uniquify-buffer-name-style)
717 (uniquify-after-kill-buffer-p, uniquify-ask-about-buffer-names-p)
718 (uniquify-ignore-buffers-re, uniquify-min-dir-content)
719 (uniquify-separator, uniquify-trailing-separator-p): Remove redundant
720 group specification.
721 (uniquify-file-name-nondirectory): Delete.
722 (uniquify-rationalize-file-buffer-names): Simplify.
723 Use directory names as `filename' component of uniquify-item.
724 (uniquify-get-proposed-name): Adjust now that `filename' does not
725 include `base'.
726
727 * vc-svn.el: New file.
728
729 2003-05-05 John Paul Wallington <jpw@gnu.org>
730
731 * emacs-lisp/autoload.el (batch-update-autoloads):
732 Call `update-directory-autoloads'.
733
734 2003-05-04 Dan Nicolaescu <dann@ics.uci.edu>
735
736 * dired.el (dired-find-file): Bind find-file-run-dired around
737 the call to find-file.
738
739 2003-05-04 Stefan Monnier <monnier@cs.yale.edu>
740
741 * uniquify.el: Move provide to end of file.
742 (uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
743 (uniquify-ref-proposed, uniquify-set-proposed): Remove.
744 (uniquify-item): New struct. Update users of uniquify-ref-*.
745 (uniquify-get-proposed-name, uniquify-rationalize-a-list):
746 Make `depth' optional.
747 (uniquify-non-file-buffer-names): Remove.
748 (uniquify-rationalize-file-buffer-names): Don't set it up.
749 Use uniquify-make-item and don't pass the now-optional depth.
750 (uniquify-rationalize-conflicting-sublist): Check the new buffer
751 name directly instead of relying on uniquify-non-file-buffer-names.
752 (uniquify-rename-buffer): Use with-current-buffer and pass
753 the `unique' arg to rename-buffer.
754
755 * vc-mcvs.el (vc-mcvs-mode-line-string): Fix thinko.
756 (vc-mcvs-rename-file): New function.
757
758 2003-05-04 Emmanuel Briot <briot@gnat.com>
759
760 * progmodes/ada-mode.el
761 * progmodes/ada-prj.el
762 * progmodes/ada-stmt.el
763 * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's
764 better to use (featurep 'xemacs).
765 Removed warnings generated with Emacs 21.3.x (mostly by adding
766 needed `require' statements).
767
768 2003-05-04 Nick Roberts <nick@nick.uklinux.net>
769
770 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
771 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-until.pbm,
772 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
773 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
774 Correct size for cleaner bitmaps.
775
776 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
777
778 * emacs-lisp/cl-extra.el (cl-map-keymap): Redefine as alias.
779 (cl-map-keymap-recursively): Use map-keymap.
780 (cl-macroexpand-all): Don't quote functions.
781
782 * emacs-lisp/lucid.el (cl-map-keymap): Be careful with aliases.
783
784 * emacs-lisp/advice.el (ad-get-enabled-advices, ad-special-forms)
785 (ad-arglist, ad-subr-arglist): Use push and match-string.
786 (ad-make-advised-docstring): Extract & reinsert the usage info.
787
788 * help-fns.el (help-add-fundoc-usage): Allow arglist to be a string.
789
790 2003-05-03 Nick Roberts <nick@nick.uklinux.net>
791
792 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
793 Include bitmap data for monochrome display.
794 (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
795 New constants.
796
797 2003-05-03 Richard M. Stallman <rms@gnu.org>
798
799 * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
800 update-autoloads-from-directories.
801
802 * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
803
804 * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional.
805
806 * view.el (Helper-return-blurb): Add defvar. (Also rearrange defuns.)
807
808 * uniquify.el (uniquify-ignore-buffers-re): Change default
809 to match some Gnus buffers.
810
811 * newcomment.el (comment-search-forward): Add autoload cookie.
812
813 * isearch.el (isearch-complete): Update isearch-message.
814
815 * filesets.el (filesets-data): Add another defvar.
816 (filesets-verbosity): Doc fix.
817
818 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
819
820 * recentf.el (recentf-cleanup): Swap tests for exclusion and
821 accessibility.
822
823 2003-05-01 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
824
825 * ls-lisp.el (ls-lisp-format-file-size): New function to implement
826 "-h" switch.
827 (ls-lisp-format): Use it.
828
829 2003-05-01 Kenichi Handa <handa@m17n.org>
830
831 * international/utf-8.el (utf-translate-cjk-mode): Update the
832 second extra slot of the translation table
833 utf-translation-table-for-encode.
834 (mule-utf-8): Set the property translation-table-for-encode.
835
836 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
837
838 * pcvs.el (cvs-vc-command-advice): Don't parse "cvs update -p" output.
839 (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
840
841 * textmodes/fill.el (text-property-default-nonsticky): Add fill-space.
842 (fill-delete-newlines): Respect the new property.
843 (fill-newline): Use the property instead of leaving "spurious" spaces.
844
845 * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
846 non-submap bindings.
847
848 2003-04-30 Emmanuel Briot <briot@gnat.com>
849
850 * progmodes/ada-mode.el (ada-search-directories): Take into account
851 ADA_INCLUDE_PATH for better compatibility with GNAT.
852 (ada-contextual-menu): Menu defined through `easy-menu-define'
853 instead. Various adjustments to the indentation engine (handling of
854 subtypes, begin blocks, etc.).
855 (ada-create-menu): Major rewrite of the handling of menus to use
856 `easy-menu-define' for cleaner code and better compatibility with
857 XEmacs. All menus that were previously in ada-xref.el and
858 ada-prj.el are now defined in this package, which makes it easier to
859 edit menus.
860 (ada-narrow-to-defun): Add support for `narrow-to-region'.
861 No longer explicitely load ada-xref.el and ada-prj.el. Use autoload
862 statements instead.
863
864 * progmodes/ada-xref.el (ada-gnatls-args): New variable.
865 Add support for specifying arguments to gnatls.
866 (ada-initialize-runtime-library): Properly parse "." in the output
867 of gnatls.
868 (ada-add-keymap): Remove since this is now done in ada-mode.el itself.
869 (ada-add-ada-menu): Likewise.
870 (ada-set-default-project-file): New parameter KEEP-EXISTING.
871 (ada-prj-find-prj-file): New parameter FILE.
872 (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
873 ADA_OBJECTS_PATH environment variables. Minor reorganization of the
874 code
875 (ada-get-all-references): Add support for GNAT 3.16 cross-references.
876
877 * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
878 directly. Add dependency on ada-xref.el to avoid compilation
879 warnings.
880 (ada-prj-get-prj-dir): Remove, no longer needed.
881
882 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):
883 Move to ada-mode.el.
884 (ada-template-map): Merge with the keymap handling in ada-mode.el.
885
886 2003-04-29 Stefan Monnier <monnier@cs.yale.edu>
887
888 * isearch.el (isearch-complete1): Don't allocate unnecessarily.
889 (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
890 (isearch-update-ring): Use push.
891
892 2003-04-29 Oliver Scholz <epameinondas@gmx.de>
893
894 * play/gamegrid.el: Added a comment explaining the various ways to
895 save a game score on POSIX systems.
896 (gamegrid-add-score-with-update-game-score): Use `cond' instead of
897 `if'. Provide for the case that FILE is an absolute filename.
898 Create the directory "$HOME/.emacs.d/games", if necessary.
899
900 2003-04-29 John Paul Wallington <jpw@gnu.org>
901
902 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.
903
904 2003-04-28 Dave Love <fx@gnu.org>
905
906 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Avoid cl warnings
907 from caaar & al.
908
909 2003-04-28 Kenichi Handa <handa@m17n.org>
910
911 * international/mule-cmds.el (reset-language-environment):
912 Raise the priority of mule-utf-8, mule-utf-16-be-with-signature and
913 mule-utf-16-le-with-signature.
914
915 * international/mule-conf.el: Set coding-category-utf-16-be to
916 mule-utf-16-be-with-signature, coding-category-utf-16-le to
917 mule-utf-16-le-with-signature. Raise the priority of
918 coding-category-utf-8, coding-category-utf-16-be, and
919 coding-category-utf-16-le
920
921 2003-04-27 Luc Teirlinck <teirllm@mail.auburn.edu>
922
923 * scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
924 vertical-motion.
925
926 2003-04-27 David Ponce <david@dponce.com>
927
928 * recentf.el
929
930 Major rewrite. The code is reordered, cleaner and faster.
931 Introduce new options to automatically cleanup the recent list,
932 and to handle filename transformation (for example to use true
933 filenames).
934
935 (recentf-version): New constant.
936 (recentf-save-file-header): Move.
937 (recentf-data-cache): New variable.
938 (recentf-update-menu-p, recentf-initialized-p): Remove.
939 (recentf-menu-customization-changed): Move. Doc fix.
940 (recentf-max-saved-items): Doc fix.
941 (recentf-save-file): Doc fix. No more expand filename here.
942 (recentf-exclude, recentf-menu-action)
943 (recentf-menu-filter): Doc fix.
944 (recentf-menu-append-commands-flag): Rename from...
945 (recentf-menu-append-commands-p): Make obsolete.
946 (recentf-keep-non-readable-files-flag): Rename from...
947 (recentf-keep-non-readable-files-p): Make obsolete.
948 (recentf-auto-cleanup, recentf-filename-handler): New options.
949 (recentf-string-equal, recentf-string-lessp)
950 (recentf-string-member): New functions.
951 (recentf-trunc-list): Move.
952 (recentf-dump-variable): Move. Better code and output format.
953 (recentf-auto-cleanup-timer): New variable.
954 (recentf-auto-cleanup): New function.
955 (recentf-push, recentf-expand-file-name): New functions.
956 (recentf-add-file): In-line. Use above functions.
957 (recentf-remove-if-non-readable): In-line. Expand file name.
958 (recentf-find-file): Use `recentf-remove-if-non-readable'.
959 (recentf-directory-compare): Move. Use `recentf-string-equal'
960 and `recentf-string-lessp' to do comparisons.
961 (recentf-menu-items-for-commands)
962 (recentf-menu-filter-commands): Move.
963 (recentf-elements, recentf-make-menu-element)
964 (recentf-menu-element-item, recentf-menu-element-value)
965 (recentf-set-menu-element-item, recentf-set-menu-element-value)
966 (recentf-sub-menu-element-p, recentf-make-default-menu-element)
967 (recentf-menu-elements): In-line. Some doc fix.
968 (recentf-apply-menu-filter): Better code.
969 (recentf-make-menu-items): Doc fix.
970 Use `recentf-menu-append-commands-flag'.
971 (recentf-make-menu-item): In-lined. Better code.
972 (recentf-clear-data): New function.
973 (recentf-sort-ascending, recentf-sort-descending)
974 (recentf-sort-basenames-ascending)
975 (recentf-sort-basenames-descending)
976 (recentf-sort-directories-ascending)
977 (recentf-sort-directories-descending)
978 (recentf-show-basenames-ascending)
979 (recentf-show-basenames-descending: In-line. Better code. Doc fix.
980 (recentf-show-basenames)
981 (recentf-relative-filter): Better code. Doc fix.
982 (recentf-arrange-by-rule-subfilter): Doc fix. Improve :set code.
983 (recentf-match-rule-p): Use filename instead of file-path.
984 (recentf-arrange-by-rule, recentf-build-mode-rules)
985 (recentf-arrange-by-mode, recentf-build-dir-rules)
986 (recentf-file-name-nondir)
987 (recentf-filter-changer-alist): Some doc fix and code cleanup.
988 (recentf-filter-changer-goto-next): Doc fix.
989 Call `recentf-clear-data'.
990 (recentf-filter-changer-get-current)
991 (recentf-filter-changer-get-next): In-line. Doc fix and better code.
992 (recentf-filter-changer): Doc fix and better code.
993 (recentf-cancel-dialog): Doc fix.
994 (recentf-dialog-mode-map): Initialize in defvar.
995 (recentf-dialog-mode): Doc fix.
996 (recentf-track-opened-file): Rename from...
997 (recentf-add-file-hook): Remove.
998 (recentf-track-closed-file): Rename from...
999 (recentf-remove-file-hook): Remove.
1000 (recentf-update-menu-hook): Remove. Replace by...
1001 (recentf-update-menu): New. Better catch unnecessary updates.
1002 Display a message on error.
1003 (recentf-used-hooks): New constant.
1004 (recentf-enabled-p): New function.
1005 (recentf-edit-selected-items)
1006 (recentf-open-files-action)
1007 (recentf-open-files-item-shift): Doc fix.
1008 (recentf-edit-list-action)
1009 (recentf-open-files-item): Doc fix. Code cleanup.
1010 (recentf-edit-list, recentf-open-files)
1011 (recentf-open-more-files): Likewise. Remove autoload cookie.
1012 (recentf-save-list, recentf-cleanup): Likewise. Move.
1013 (recentf-load-list): New command.
1014 (recentf-mode): Better code. Does nothing if enabling the already
1015 enabled mode.
1016
1017 2003-04-27 Alan Mackenzie <acm@muc.de>
1018
1019 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Don't count a "//("
1020 which appears inside a character set.
1021 (regexp-opt-not-groupie*-re): New constant.
1022
1023 2003-04-26 John Paul Wallington <jpw@gnu.org>
1024
1025 * ibuffer.el (ibuffer-name-map, ibuffer-mode-name-map)
1026 (ibuffer-mode-filter-group-map): Initialize in `defvar'.
1027 (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
1028
1029 2003-04-25 Jan Nieuwenhuizen <janneke@gnu.org>
1030
1031 * info.el (Info-unescape-quotes, Info-split-parameter-string)
1032 (Info-display-images-node): New functions for displaying images.
1033 (Info-select-node): Call Info-display-images-node.
1034
1035 2003-04-25 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1036
1037 * files.el (file-relative-name): Recognize "c:/foo" as absolute
1038 file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
1039
1040 2003-04-24 Sam Steingold <sds@gnu.org>
1041
1042 * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
1043 `quit-window' in the fancy diary buffer.
1044
1045 * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let',
1046 not `multiple-value-bind'.
1047
1048 2003-04-24 Lars Hansen <larsh@math.ku.dk>
1049
1050 * subr.el (assq-delete-all): Ignore non-cons elements.
1051
1052 2003-04-24 John Paul Wallington <jpw@gnu.org>
1053
1054 * help-mode.el (help-make-xrefs): Remove extra paren.
1055
1056 2003-04-23 Stefan Monnier <monnier@cs.yale.edu>
1057
1058 * newcomment.el (comment-normalize-vars): Prompt the user for
1059 the comment-start to use rather than signalling an error. Fix regexp.
1060 (uncomment-region): Don't leave half-removed comment markers.
1061
1062 2003-04-23 Richard M. Stallman <rms@gnu.org>
1063
1064 * mail/sendmail.el (mail-send-and-exit): Make arg optional.
1065
1066 * files.el (view-read-only): Doc fix.
1067
1068 * simple.el (back-to-indentation): Call backward-prefix-chars.
1069
1070 * help-mode.el (help-make-xrefs): Clean up the loop that scans
1071 over a keymap inserted by \\{...}; it now stops at end of buffer.
1072
1073 * filesets.el: Don't call filesets-init.
1074
1075 * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
1076 compile a defalias form, unless byte-compile-compatibility.
1077
1078 * progmodes/scheme.el (scheme-mode-syntax-table):
1079 Use prefix syntax for ', `, comma, @ and #.
1080
1081 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1082 Give @ prefix syntax.
1083
1084 2003-04-23 Andre Spiegel <spiegel@gnu.org>
1085
1086 * vc-cvs.el (vc-cvs-stay-local): Keep the old default.
1087 Simplify doc string.
1088
1089 2003-04-23 Wolfgang Scherer <wolfgang.scherer@gmx.de>
1090
1091 * vc-cvs.el (vc-cvs-stay-local): Allow lists of host regexps.
1092 (vc-cvs-stay-local-p): Handle them.
1093 (vc-cvs-parse-root): New function, used by the above.
1094
1095 2003-04-22 Stefan Monnier <monnier@cs.yale.edu>
1096
1097 * vc-mcvs.el (vc-mcvs-root): Cache the result.
1098 (vc-mcvs-registered): Simplify. Use file-relative-name.
1099 (vc-mcvs-register): Simplify. Don't burp if MCVS/TYPES doesn't exist.
1100 (vc-mcvs-command): Filter F-NN names in the output for diff and log.
1101
1102 2003-04-21 Stefan Monnier <monnier@cs.yale.edu>
1103
1104 * info.el (Info-default-dirs): New fun extracted from Info-initialize.
1105 (info-initialize): Use it. Obey the "final :" convention for INFOPATH.
1106
1107 * textmodes/fill.el (fill-region-as-paragraph):
1108 Fix "last line goes to fill-column+1" problem.
1109
1110 * emacs-lisp/bytecomp.el (byte-compile-defvar): Improve message.
1111
1112 2003-04-20 Richard M. Stallman <rms@gnu.org>
1113
1114 * simple.el (kill-line): Doc fix.
1115
1116 2003-04-20 Sam Steingold <sds@gnu.org>
1117
1118 * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
1119
1120 2003-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1121
1122 * which-func.el (which-func-modes): Add f90-mode.
1123 (which-function): Handle imenu submenus.
1124
1125 * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs compatible.
1126
1127 * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
1128 font-lock-variable-name-face in declarations.
1129 Highlight continuation characters.
1130 (f90-indent-new-line): Remove direct call to f90-indent-line-no,
1131 f90-update-line.
1132 (f90-abbrev-start): Fix XEmacs compatibility.
1133
1134 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
1135
1136 * vc-mcvs.el: New file.
1137
1138 * vc-cvs.el (vc-cvs-dir-state): Use vc-cvs-command.
1139 (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
1140 (vc-cvs-merge-news): Simplify.
1141 (vc-cvs-diff): Remove unused var `options'.
1142 (vc-cvs-parse-entry): Use the same algorithm as cvs does.
1143
1144 2003-04-19 Richard M. Stallman <rms@gnu.org>
1145
1146 * desktop.el (desktop-buffer-mh): Don't require mh-e;
1147 it causes trouble in compilation.
1148
1149 * add-log.el (add-log-current-defun-function): Add autoload cookie.
1150
1151 * newcomment.el (comment-use-syntax): Add autoload cookie.
1152
1153 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1154 (byte-recompile-directory): Don't use byte-goto-log-buffer.
1155 Instead, set default-directory and then call compilation-mode.
1156 (byte-compile-from-buffer): Force byte-compile-last-position
1157 to end of buffer before issuing final warnings.
1158
1159 2003-04-18 Stefan Monnier <monnier@cs.yale.edu>
1160
1161 * emulation/cua-base.el (cua-mode): Use define-minor-mode.
1162 (cua-global-mark-face): Fix face format.
1163
1164 * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
1165 if the body didn't do so already.
1166 (easy-mmode-define-keymap): Remove unused var `suppress'.
1167
1168 * view.el (view-read-only): Move to files.el.
1169 * files.el (view-read-only): Move from view.el.
1170
1171 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
1172
1173 * files.el (view-read-only): Don't declare a second time.
1174 (find-file-read-only, find-file-read-only-other-window)
1175 (find-file-read-only-other-frame): Check that file does exist.
1176 (large-file-warning-threshold): New custom.
1177 (find-file-noselect): Use it.
1178 (report-errors): New macro.
1179 (normal-mode): Use it.
1180 (toggle-read-only): Really toggle, even if view-mode is on.
1181 (parse-colon-path): Remove unused `cd-prefix' var.
1182 (make-backup-file-name-1): Remove unused `failed' var.
1183 (basic-save-buffer): Remove unused `tempsetmodes' var.
1184 (basic-save-buffer-2): Remove unused `temp' var.
1185 (insert-directory): Remove unused `available' var.
1186
1187 2003-04-17 John Paul Wallington <jpw@gnu.org>
1188
1189 * hexl.el (hexl-find-file): Bind `default-major-mode' to
1190 `fundamental-mode'.
1191
1192 2003-04-16 Stefan Monnier <monnier@cs.yale.edu>
1193
1194 * reveal.el (reveal-post-command): Use overlay-get for overlays.
1195
1196 2003-04-16 Kenichi Handa <handa@m17n.org>
1197
1198 * international/mule-cmds.el (describe-language-environment):
1199 At first, require all necessary features.
1200
1201 2003-04-16 Dave Love <fx@gnu.org>
1202
1203 * progmodes/xscheme.el: Moved from lisp directory.
1204
1205 2003-04-16 Glenn Morris <gmorris@ast.cam.ac.uk>
1206
1207 * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
1208 (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
1209 (f90-comment-region, f90-indent-line, f90-indent-region)
1210 (f90-find-breakpoint, f90-block-match): Trivial simplifications.
1211 (f90-looking-at-do, f90-looking-at-select-case)
1212 (f90-looking-at-if-then, f90-looking-at-where-or-forall):
1213 Drop XEmacs 19 support and simplify.
1214 (f90-indent-new-line): No need for case-fold-search. Simplify.
1215 (f90-fill-region): Make marker nil when done. Simplify.
1216
1217 * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
1218
1219 2003-04-16 Richard M. Stallman <rms@gnu.org>
1220
1221 * man.el (Man-follow-manual-reference): Don't require match
1222 when calling completing-read.
1223
1224 2003-04-15 Glenn Morris <gmorris@ast.cam.ac.uk>
1225
1226 * progmodes/fortran.el: Whitespace changes, some re-ordering of
1227 code, trivial commentary change.
1228 (fortran, fortran-indent, fortran-comment)
1229 (fortran-tab-mode-default, fortran-continuation-indent)
1230 (fortran-comment-indent-style, fortran-blink-matching-if)
1231 (fortran-continuation-string, fortran-electric-line-number)
1232 (fortran-break-before-delimiters, fortran-mode-hook)
1233 (fortran-end-prog-re, fortran-imenu-generic-expression):
1234 Minor doc changes.
1235 (fortran-tab-mode-minor-mode-string): New variable.
1236 (fortran-tab-mode-string): Now customization is meaningful.
1237 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1238 (fortran-analyze-depth): Use defcustom.
1239 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
1240 (fortran-break-line, fortran-prepare-abbrev-list-buffer)
1241 (fortran-auto-fill): Add doc string.
1242 (fortran-type-types): New constant (was local to let binding).
1243 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
1244 (fortran-font-lock-syntactic-keywords): Initialize in defvar.
1245 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now
1246 depth of fortran-type-types has changed. Remove extra and.
1247 (fortran-mode-menu): Minor re-organization. Use lookup-key.
1248 (fortran-mode): Doc changes. Some re-organization.
1249 Use fortran-tab-mode-minor-mode-string.
1250 (fortran-comment-indent): Add doc string. Move save-excursion.
1251 Use 1+.
1252 (fortran-indent-comment, fortran-fill-statement):
1253 Change interactive spec. Use unless.
1254 (fortran-comment-region): Doc change. Reverse logic of arg
1255 test. Use zerop.
1256 (fortran-abbrev-start, fortran-split-line)
1257 (fortran-electric-line-number, fortran-indent-subprogram)
1258 (fortran-strip-sequence-nos): Change interactive spec.
1259 (fortran-remove-continuation): Add doc string. Use when.
1260 (fortran-numerical-continuation-char): Doc change. Use 1+.
1261 (fortran-previous-statement, fortran-next-statement)
1262 (fortran-beginning-do, fortran-calculate-indent)
1263 (fortran-end-do, fortran-end-if, fortran-beginning-if):
1264 Use zerop, 1+, 1-.
1265 (fortran-blink-match, fortran-check-for-matching-do): Use when.
1266 (fortran-indent-line): Change interactive spec. Remove un-needed
1267 if. Use when.
1268 (fortran-indent-to-column): Doc change. Use when, unless.
1269 (fortran-find-comment-start-skip): No longer interactive.
1270 (fortran-analyze-file-format): Minor doc change.
1271 Remove un-needed setq.
1272 (minor-mode-alist): Use add-to-list.
1273 (fortran-fill-paragraph): Change interactive spec, doc string.
1274
1275 * progmodes/f90.el: Whitespace changes, trivial commentary changes.
1276 (f90, f90-indent, f90-program-indent, f90-continuation-indent)
1277 (f90-indented-comment-re, f90-imenu-generic-expression)
1278 (f90-mark-subprogram, f90-join-lines): Minor doc changes.
1279 (f90-menu): Shift definition to initialization of f90-mode-map.
1280 Add customization section.
1281 (f90-mode): Minor doc change. Do not call easy-menu-add.
1282 Set `beginning-of-defun-function' and `end-of-defun-function' to
1283 appropriate F90 functions.
1284 (f90-indent-line, f90-indent-line, f90-indent-subprogram)
1285 (f90-break-line, f90-do-auto-fill, f90-insert-end)
1286 (f90-upcase-keywords, f90-capitalize-keywords)
1287 (f90-downcase-keywords): Change interactive spec.
1288
1289 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
1290
1291 * font-lock.el (font-lock-multiline, font-lock-fontified)
1292 (font-lock-set-defaults): Move back from font-core.el and merge
1293 it back with font-lock-set-defaults-1.
1294 (font-lock-mode-internal): New function (basically the body of
1295 the old font-lock-mode minor mode).
1296
1297 * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
1298 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1299 Move back to font-lock.el
1300 (font-lock-default-function): Use font-lock-mode-internal.
1301
1302 * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
1303 (recover-file): Abbreviate file name in messages.
1304
1305 * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
1306 (tex-font-lock-keywords-2): Comment out unused var `type'.
1307 (tex-guess-mode): New name for old `tex-mode'.
1308 (tex-mode): Make it a derived mode of text-mode.
1309 (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
1310 (tex-common-initialization): Don't setup syntax-table any more.
1311 (tex-validate-buffer): Remove unused var `oend'.
1312 Use with-current-buffer and line-beginning-position.
1313 (tex-recenter-output-buffer): Remove unused var `old-buffer'.
1314 (latex-indent): Return `noindent' if no indentation can happen.
1315 (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
1316 (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
1317 (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
1318
1319 * font-lock.el (font-lock-preprocessor-face): New var and face.
1320
1321 2003-04-14 Andrew Choi <akochoi@shaw.ca>
1322
1323 * term/mac-win.el: Unconditionally set process-connection-type to nil.
1324
1325 2003-04-14 Richard M. Stallman <rms@gnu.org>
1326
1327 * derived.el (define-derived-mode): Make generated code work in
1328 Emacs versions that do not have run-mode-hooks.
1329
1330 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1331 At end of buffer, run the global binding of the same key.
1332
1333 * international/mule.el (after-insert-file-set-coding):
1334 Properly treat INSERTED as number of characters, for both
1335 for both the argument and the value.
1336
1337 * desktop.el (desktop-base-file-name):
1338 Renamed from desktop-basefilename. Add defvaralias.
1339
1340 2003-04-14 John Paul Wallington <jpw@gnu.org>
1341
1342 * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
1343 (x-must-resolve-font-name): Fix error message typo.
1344
1345 2003-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1346
1347 * progmodes/fortran.el (fortran-previous-statement): Check for
1348 fortran-continuation-string.
1349 (fortran-calculate-indent): Do not add extra whitespace to
1350 strings broken over lines.
1351 (fortran-fill): Handle long strings that must be broken.
1352
1353 2003-04-13 Michael Albinus <Michael.Albinus@alcatel.de> (tiny change)
1354
1355 * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
1356 expansion is a symlink, expand again.
1357 (ange-ftp-file-symlink-p): Return target of symlink literally.
1358
1359 2003-04-13 Masatake YAMATO <jet@gyve.org>
1360
1361 * bindings.el (toplevel): Don't change the face
1362 of major-mode on the mode line. Setting the face on
1363 the mode line code is installed by my mistake in
1364 my last change.
1365
1366 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1367
1368 * add-log.el (change-log-version-number-search): Fix old bug.
1369 (add-change-log-entry): Avoid inserting the same funname again.
1370 (add-log-indent-text): New var.
1371 (add-log-indent): New fun.
1372 (change-log-mode): Use it.
1373
1374 * net/browse-url.el: Don't autoload all these defcustoms.
1375 (browse-url-default-macosx-browser): New fun.
1376 (browse-url-browser-function): Use it for system-type = darwin.
1377 (browse-url-usr1-signal): Remove.
1378 (browse-url-mosaic): Use SIGUSR1 directly instead.
1379 (browse-url-gnome-moz-program): New var.
1380 (browse-url-gnome-moz, browse-url-default-browser): Use it.
1381
1382 * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
1383 (byte-compile-const-variables): New var.
1384 (byte-compile-close-variables): Reset it.
1385 (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
1386 (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
1387 (byte-compile-variable-ref): Use it and improve warning message.
1388 (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
1389 (byte-compile-lapcode): Remove unused vars.
1390 (byte-compile-eval): Fix thinko in handling of old-autoloads.
1391 (byte-recompile-directory): Use the expanded form for directory.
1392 (byte-compile-track-mouse): Use modern backquote syntax.
1393 (byte-compile-defvar): Detect and properly handle (defconst a).
1394 (byte-compile-defalias-warn): Remove unused arg `alias'.
1395 (byte-compile-defalias): Update call.
1396
1397 2003-04-13 Masatake YAMATO <jet@gyve.org>
1398
1399 * help.el (describe-minor-mode): New function implementation.
1400 Accept both minor mode string and minor mode indicator.
1401 (describe-minor-mode-completion-table-for-indicator)
1402 (describe-minor-mode-completion-table-for-symbol): New functions.
1403 minor-mode-list is used here.
1404 (describe-minor-mode-from-symbol):
1405 Renamed from (old) describe-minor-mode.
1406 Use describe-minor-mode-completion-table-for-symbol.
1407 Don't use eval. Just use symbol-name.
1408 (describe-minor-mode-from-indicator): Document is updated.
1409 Use `format-mode-line'.
1410 Use describe-minor-mode-from-symbol instead of describe-minor-mode.
1411 Use describe-minor-mode-completion-table-for-indicator.
1412 (expand-minor-mode-indicator-object): Remove.
1413 (lookup-minor-mode-from-indicator): Remove the fist white
1414 space from both indicator and anindicator before comparing them.
1415
1416 * bindings.el (mode-line-major-mode-keymap)
1417 (mode-line-minor-mode-keymap): Define keys for the maps
1418 here in `defvar'.
1419
1420 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1421
1422 * server.el (server-socket-name): Use new safe location for socket.
1423 (server-ensure-safe-dir): New fun.
1424 (server-start): Use it and letf.
1425 (server-process-filter): Re-enable the -eval feature.
1426
1427 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1428
1429 * play/gomoku.el (gomoku-buffer-name): New constant.
1430 (gomoku-mode): Doc fix. Add call to kill-all-local-variables.
1431 (gomoku): Do not call gomoku-switch-to-window directly.
1432 (gomoku-prompt-for-other-game): Throw an error if no new game.
1433 (gomoku-switch-to-window): Use gomoku-buffer-name.
1434
1435 * progmodes/f90.el (f90-abbrev-start): Only offer help if
1436 abbrev-mode is active.
1437 (f90-join-lines): Make it behave more like standard join-line.
1438 (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
1439
1440 * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
1441 abbrev-mode is active.
1442
1443 2003-04-12 John Paul Wallington <jpw@gnu.org>
1444
1445 * help-fns.el (help-add-fundoc-usage): Pass an empty string to
1446 `format' if no newlines are necessary.
1447
1448 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
1449
1450 * bindings.el (global-map): Bind [select-window].
1451
1452 2003-04-11 John Paul Wallington <jpw@gnu.org>
1453
1454 * type-break.el (type-break-warning-countdown-string): Doc fix.
1455
1456 2003-04-11 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
1457
1458 * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
1459 place of parenthesis.
1460
1461 2003-04-11 Masatake YAMATO <jet@gyve.org>
1462
1463 * progmodes/etags.el (select-tags-table-mode-map):
1464 Don't create new keymap. Instead copy from button-buffer-map.
1465 Bind push-button to `t' instead of binding
1466 select-tags-table-select directly
1467 (tags-select-tags-table): New button.
1468 (select-tags-table): Put a button for each selections.
1469
1470 2003-04-11 Kenichi Handa <handa@m17n.org>
1471
1472 * international/mule.el:
1473 Don't set after-insert-file-adjust-coding-function.
1474 (after-insert-file-set-coding):
1475 Renamed from after-insert-file-set-buffer-file-coding-system.
1476
1477 2003-04-11 Kenichi Handa <handa@m17n.org>
1478
1479 * international/quail.el (quail-guidance-str)
1480 (quail-guidance-frame): New variables.
1481 (quail-guidance-win): Delete this variable.
1482 (quail-setup-overlays): Make overlay not rear-advancing.
1483 (quail-kill-guidance-buf): Delete this function.
1484 (quail-activate): Add/remove quail-show-guidance to/from
1485 post-command-hook.
1486 (quail-input-method): Don't setup quail-guidance-buf.
1487 Initialize quail-guidance-str to "".
1488 (quail-start-translation): Call quail-show-guidance at first.
1489 (quail-start-conversion): Likewise.
1490 (quail-terminate-translation): Don't erase quail-guidance-buf.
1491 (quail-update-translation): Stretch overlays if their starting and
1492 ending positions are same.
1493 (quail-update-current-translations): Check the width of the
1494 current window, not the width of quail-guidance-win.
1495 (quail-make-guidance-frame): Delete the arg BUF. Fix position
1496 calculation. Don't set the window buffer, just return the new frame.
1497 (quail-minibuffer-message): New function.
1498 (quail-show-guidance): Renamed from quail-show-guidance-buf.
1499 Use message and quail-minibuffer-message to display the guidance.
1500 (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
1501 Only delete quail-guidance-frame.
1502 (quail-update-guidance): Just update quail-guidance-str, not
1503 display it.
1504 (quail-get-translations): Renamed from quail-show-translations.
1505 Return a string instead of inserting it in quail-guaidance-buf.
1506
1507 2003-04-11 Kenichi Handa <handa@m17n.org>
1508
1509 * international/mule-cmds.el (sort-coding-systems): Set lower
1510 priority to a utf-16 base coding system. Set higher priority to a
1511 coding system listed in coding-category-list.
1512
1513 2003-04-10 Juanma Barranquero <lektu@terra.es>
1514
1515 * frame.el (modify-all-frames-parameters): Deleted.
1516
1517 2003-04-10 Sebastian Tennant <seb@albert.vcisp.net> (tiny change)
1518
1519 * desktop.el (desktop-buffer-file): Restore major-mode if it is
1520 different from the normal mode.
1521
1522 2003-04-10 Kenichi Handa <handa@m17n.org>
1523
1524 * international/mule.el:
1525 Set after-insert-file-adjust-coding-function to
1526 after-insert-file-set-buffer-file-coding-system instead of adding
1527 it to after-insert-file-functions.
1528
1529 * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
1530 the case of replacing multibyte characters.
1531
1532 2003-04-09 Richard M. Stallman <rms@gnu.org>
1533
1534 * files.el (file-chase-links): Fix previous change.
1535
1536 2003-04-09 Juanma Barranquero <lektu@terra.es>
1537
1538 * frame.el (new-frame): Add obsolescence declaration.
1539
1540 2003-04-09 Ehud Karni <ehud@unix.mvs.co.il>
1541
1542 * frame.el (set-frame-font): Allow keeping frame size after
1543 changing font.
1544 (modify-all-frames-parameters): New function to change parameters
1545 in all existing and future frames.
1546
1547 2003-04-09 Thien-Thi Nguyen <ttn@gnu.org>
1548
1549 * man.el (Man-heading-regexp): Accept hyphen.
1550
1551 2003-04-09 Kenichi Handa <handa@m17n.org>
1552
1553 * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
1554
1555 * international/mule-conf.el: Register ?\221 and ?\226 in
1556 latin-extra-code-table.
1557
1558 2003-04-08 Richard M. Stallman <rms@gnu.org>
1559
1560 * subr.el (minor-mode-list): New variable.
1561 (add-minor-mode): Add to it.
1562
1563 * files.el (file-chase-links): New arg LIMIT.
1564 After that many iterations, just return what we've got.
1565
1566 * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
1567 use single-key-description.
1568
1569 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1570 At end of buffer, just call `newline'.
1571
1572 * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
1573 no From field, still try to use the To field.
1574
1575 2003-04-09 Kenichi Handa <handa@m17n.org>
1576
1577 * international/mule-diag.el (print-coding-system-briefly):
1578 If DOC-STRING is `tightly', print the doc-string tightly.
1579 (list-coding-systems-1): Sort coding systems.
1580 Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
1581
1582 2003-04-08 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1583
1584 * net/tramp.el: Version 2.0.33 released.
1585 Change coding cookie to `iso-2022-7bit' for XEmacs
1586 compatibility. (From Steve Youngs <youngs@xemacs.org>.)
1587
1588 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
1589
1590 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1591 Do not disable file name handlers for `file-exists-p' and
1592 `file-directory-p'.
1593
1594 2003-04-08 Kenichi Handa <handa@m17n.org>
1595
1596 * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
1597
1598 * international/utf-16.el (utf-16-le-decode-loop)
1599 (utf-16-be-decode-loop): New temporary variables.
1600 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
1601 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
1602 (ccl-decode-mule-utf-16-le-with-signature)
1603 (ccl-decode-mule-utf-16-be-with-signature)
1604 (ccl-decode-mule-utf-16): New CCL programs.
1605 (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
1606 variables.
1607 (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
1608 (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
1609 (ccl-encode-mule-utf-16-le-with-signature)
1610 (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
1611 (mule-utf-16-post-read-conversion): New function.
1612 (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
1613 (mule-utf-16): New coding systems.
1614 (utf-16-le-with-signature, utf-16-be-with-signature),
1615 (utf-16): Aliases of the above coding systems.
1616
1617 2003-04-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1618
1619 * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
1620 to match symbols. This makes CC Mode cope with the full range
1621 of identifier characters in e.g. Java.
1622
1623 2003-04-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
1624
1625 * xt-mouse.el (xterm-mouse-event-read): New function.
1626 (xterm-mouse-event): Use it to get xterm sequences above #x7f.
1627 Suggested by Aman Bhargava <emacs-bug@amanb.net>.
1628
1629 2003-04-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1630
1631 * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
1632 all cases, whether or not start-process is fboundp.
1633
1634 2003-04-06 Richard M. Stallman <rms@gnu.org>
1635
1636 * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
1637 rather than easy-menu-change.
1638
1639 * dired.el (dired-view-file): Let viewer program run asynchronously.
1640
1641 2003-04-06 Ben North <ben@redfrontdoor.org> (tiny change)
1642
1643 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1644 Correct the starting point for previous-single-property-change.
1645
1646 2003-04-06 Lars Hansen <larsh@math.ku.dk>
1647
1648 * desktop.el: Handle multiple desktop files in different dirs.
1649 Other cleanups.
1650 Command line option --no-desktop introduced.
1651 (desktop-read): Record buffers in the desktop file in
1652 the same order as that in the buffer list,
1653 (desktop-save): Put buffers in the order given in desktop file,
1654 regardless of what handlers do.
1655 (desktop-file-version): New variable. Version number of desktop
1656 file format.
1657 (desktop-create-buffer-form): Variable deleted.
1658 (desktop-save): New customizable variable.
1659 (desktop-kill): Use `desktop-save'.
1660 (desktop-file-name-format): New option: format in
1661 which desktop file names should be saved.
1662 (desktop-file-name): New function to convert a filename to the
1663 format specified in `desktop-file-name-format'.
1664 (desktop-create-buffer): Parameters renamed to descriptive
1665 systematic names. These parameters are visible to handlers.
1666 Renames:
1667 ver -> desktop-file-version
1668 mim -> desktop-buffer-minor-modes
1669 pt -> desktop-buffer-point
1670 mk -> desktop-buffer-mark
1671 ro -> desktop-buffer-read-only
1672 locals -> desktop-buffer-locals
1673 (desktop-buffer-major-mode, desktop-buffer-file-name)
1674 (desktop-buffer-name): Delete unused customizable variables.
1675 (desktop-buffer-misc): Delete unused variable.
1676 (desktop-save, desktop-buffer-dired-misc-data):
1677 Use `desktop-file-name'.
1678 (desktop-path): New customizable variable. List of directories in
1679 which to lookup the desktop file. Replaces hardcoded list.
1680 (desktop-globals-to-clear): New variable replaces hardcoded list.
1681 (desktop-clear-preserve-buffers-regexp): New customizable variable.
1682 (desktop-after-read-hook): New hook run after a desktop is read.
1683 (desktop-no-desktop-file-hook): New hook when no desktop file found.
1684 (desktop-change-dir): New function.
1685 (desktop-save-in-load-dir): New function. Save desktop in
1686 directory from which it was loaded.
1687 (desktop-revert): New function. Revert to the last loaded desktop.
1688
1689 2003-04-06 Masatake YAMATO <jet@gyve.org>
1690
1691 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
1692 find-file-of-tag to avoid name space pollution.
1693 (tag-find-file-of-tag-noselect): Likewise.
1694 (etags-list-tags, etags-tags-apropos):
1695 Use tag-find-file-of-tag instead of find-file-of-tag.
1696
1697 2003-04-06 Masatake YAMATO <jet@gyve.org>
1698
1699 * info.el (Info-goto-emacs-command-node): If command
1700 is given as a string, convert it to a symbol.
1701
1702 2003-04-05 Kevin Ryde <user42@zip.com.au>
1703
1704 * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
1705
1706 2003-04-05 Andre Spiegel <spiegel@gnu.org>
1707
1708 * vc-cvs.el (vc-cvs-get-entries): New function that uses the
1709 right coding system for accessing CVS/Entries.
1710 (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
1711
1712 2003-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1713
1714 * subr.el (number-sequence): Adjust code.
1715
1716 2003-04-04 Stefan Monnier <monnier@cs.yale.edu>
1717
1718 * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
1719 (refill-fill-paragraph-at): Don't skip prefix since markers work right.
1720
1721 * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
1722 (fill-paragraph): Don't skip prefix now that markers work right.
1723
1724 2003-04-04 John Paul Wallington <jpw@gnu.org>
1725
1726 * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
1727 property dynamically respects `tooltip-mode'.
1728 (define-ibuffer-column name): Likewise.
1729
1730 * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
1731
1732 2003-04-04 Masatake YAMATO <jet@gyve.org>
1733
1734 * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
1735 New helper functions.
1736 (snarf-tag-function): Doc string is changed. Explained about new
1737 optional argument, `use-explicit'.
1738 (etags-snarf-tag): Add one optional argument `use-explicit'.
1739 (file-of-tag-function): Doc string is changed. Explained about new
1740 optional argument, `relative'.
1741 (file-of-tag): Doc string is changed. Explained about new optional
1742 argument, `relative'. Pass `relative' to `file-of-tag-function'.
1743 (etags-file-of-tag): Add new argument `relative`.
1744 (list-tags): Set `buffer-read-only' to t after making the major mode
1745 apropos-mode.
1746 (etags-list-tags): Use `make-text-button' instead of
1747 `add-text-properties'. Used `snarf-tag-function',
1748 `goto-tag-location-function' and `find-file-of-tag' instead of
1749 `find-tag-other-window' (it's too simple).
1750 (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
1751 `find-file'.
1752 (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
1753 `find-file'. Do not use `etags-goto-tag-location` directly; use
1754 `goto-tag-location-function' instead. Print relative file paths
1755 instead of complete ones in *Tags List* buffer, so lines in the
1756 buffer become shorter.
1757 (etags-tags-apropos-additional): Use `make-text-button' instead of
1758 `add-text-properties'.
1759
1760 2003-04-04 Andreas Schwab <schwab@suse.de>
1761
1762 * net/tramp.el (tramp-send-string): Handle empty string.
1763
1764 2003-04-03 Richard M. Stallman <rms@gnu.org>
1765
1766 * emacs-lisp/easymenu.el (easy-menu-define):
1767 Don't make a defvar for nil.
1768 (easy-menu-convert-item-1): Doc fix.
1769 (easy-menu-change): Call easy-menu-create-menu.
1770
1771 * subr.el (read-quoted-char): Remember the input char
1772 before translation thru function-key-map, and use that for unreading.
1773
1774 * shadowfile.el (shadow-parse-fullname):
1775 Renamed from shadow-parse-fullpath.
1776 (shadow-parse-name): Renamed from shadow-parse-path.
1777 (shadow-make-fullname): Renamed from shadow-make-fullpath.
1778 (shadow-replace-name-component): Was shadow-replace-path-component.
1779 Callers of the above functions changed.
1780 (shadow-expand-cluster-in-file-name): Doc fix.
1781 (shadow-same-site, shadow-file-match): Doc fix.
1782 (shadow-define-literal-group): Doc fix.
1783
1784 * kmacro.el (kmacro-end-and-call-macro): Doc fix.
1785
1786 * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
1787
1788 * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
1789 (hack-local-variables): When MODE-ONLY is set, pass it along to
1790 hack-local-variables-prop-line.
1791
1792 * delsel.el (delete-active-region): Don't explicitly deactivate mark.
1793
1794 2003-04-03 Masatake YAMATO <jet@gyve.org>
1795
1796 * progmodes/etags.el: Require button.el.
1797 (etags-tags-apropos): Use `make-text-button' instead of
1798 `add-text-properties'. Use `snarf-tag-function' and
1799 `etags-goto-tag-location' instead of `find-tag-other-window' (it's
1800 too simple).
1801
1802 * man.el (Man-xref-header-file): Fix previous change.
1803
1804 2003-04-03 Kenichi Handa <handa@m17n.org>
1805
1806 * subr.el (number-sequence): New function.
1807
1808 2003-04-02 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
1809
1810 * sort.el (sort-reorder-buffer): Fix saving of markers at the end
1811 of the sorted region.
1812
1813 2003-04-02 Masatake YAMATO <jet@gyve.org>
1814
1815 * woman.el (woman-xref): Removed.
1816 (woman-mode): Use `Man-highlight-references' instead of
1817 `WoMan-highlight-references'.
1818 (WoMan-highlight-references): Removed.
1819
1820 * man.el (toplevel): Require button.
1821 (Man-header-file-path): New option.
1822 (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
1823 (Man-file-name-regexp, Man-normal-file-prefix-regexp)
1824 (Man-header-regexp, Man-normal-file-regexp): New variables.
1825 (Man-mode-map): Inherit from `button-buffer-map'. Don't define
1826 "\r" and mouse-2 directly. These key are defined in
1827 `button-buffer-map'.
1828 (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
1829 New buttons. `Man-xref-man-page' comes from woman.el.
1830 (man-follow-mouse): Removed.
1831 (Man-fontify-manpage): Use `Man-highlight-references' instead of
1832 calling `add-text-properties' directly.
1833 (Man-highlight-references, Man-highlight-references0): New functions.
1834 (Man-view-header-file): New function.
1835
1836 2003-04-02 Stefan Monnier <monnier@cs.yale.edu>
1837
1838 * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
1839 the trailing space since fill.el doesn't remove it anymore.
1840 (refill-mode): Reset fill-paragraph-function even if it was nil.
1841
1842 * textmodes/fill.el (fill-region-as-paragraph):
1843 Don't remove space at end of paragraph: it makes refill.el unusable.
1844 Remove obsolete `save-restriction'.
1845 (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
1846 (fill-delete-newlines): Don't add a trailing space.
1847 (fill-newline): Don't leave markers before the prefix.
1848
1849 * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
1850 New functions.
1851 (asm-mode): Use them in indent-line-function.
1852 Set tab-always-indent to nil to stay closer to previous tab behavior.
1853 Set comment-add. Remove space at end of comment-add.
1854 (asm-newline): Obsolete. Use newline-and-indent instead.
1855 (asm-mode-map): Remove TAB binding.
1856 (asm-code-level-empty-comment-pattern)
1857 (asm-flush-left-empty-comment-pattern)
1858 (asm-inline-empty-comment-pattern): Remove.
1859 (asm-comment): Use newcomment functions instead.
1860 (asm-colon): Don't tab if colon is not after a label.
1861 (asm-line-matches, asm-pop-comment-level): Remove.
1862
1863 2003-04-02 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1864
1865 * emulation/crisp.el (top-level): Quote second arg to
1866 `eval-after-load'.
1867
1868 2003-04-02 Miles Bader <miles@gnu.org>
1869
1870 * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
1871
1872 2003-04-01 Stefan Monnier <monnier@cs.yale.edu>
1873
1874 * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
1875 that do not depend on asm-comment-char.
1876 (asm-mode-map): Declare and init at the same time.
1877 (asm-code-level-empty-comment-pattern)
1878 (asm-flush-left-empty-comment-pattern)
1879 (asm-inline-empty-comment-pattern): Use \s< so they do not depend
1880 on asm-comment-char. Turn them into constants.
1881 (asm-mode): Simplify.
1882 (asm-line-matches): Remove unused arg.
1883
1884 2003-04-01 Dave Love <fx@gnu.org>
1885
1886 * time.el: Doc fixes.
1887 (display-time-mail-face): Change :type and default to nil.
1888 (display-time-mail-icon): Use pbm, not xbm.
1889 (display-time-mail-string): New.
1890 (display-time-string-forms): Use display-time-mail-string.
1891 Add checks in display property.
1892
1893 2003-04-01 Kenichi Handa <handa@m17n.org>
1894
1895 * language/indian.el (indian-font-char-index-table): Fix the
1896 order of CDAC fonts.
1897
1898 2003-04-01 Kim F. Storm <storm@cua.dk>
1899
1900 * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
1901 (set-mark-command): Unconditionally repeat pop-global-mark without
1902 C-x prefix. Fix doc.
1903
1904 * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
1905 pop-global-mark without C-x prefix. Fix doc.
1906
1907 2003-03-31 Stefan Monnier <monnier@cs.yale.edu>
1908
1909 * reveal.el (reveal-post-command): Better error handling.
1910
1911 2003-03-31 Nick Roberts <nick@nick.uklinux.net>
1912
1913 * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
1914 so that it can run on NT also.
1915
1916 2003-03-31 Masatake YAMATO <jet@gyve.org>
1917
1918 * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
1919 comments.
1920
1921 * bindings.el (mode-line-major-mode-keymap): New variable.
1922 (mode-line-minor-mode-help): New function, bound to
1923 mode-line-minor-mode-keymap.
1924 (mode-line-modes): Split mode-line-mode definitions to
1925 mode-name, mode-line-process and minor-mode-alist.
1926 For mode-name, mode-line-major-mode-keymap is used.
1927
1928 * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
1929 (lookup-minor-mode-from-indicator): New functions.
1930
1931 2003-03-31 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1932
1933 * files.el (file-relative-name): Remove superfluous `and'.
1934 Clarify docstring. From Lars Hansen.
1935
1936 2003-03-31 Kenichi Handa <handa@m17n.org>
1937
1938 * international/utf-16.el (ccl-decode-mule-utf-16-le):
1939 Don't assume the signature bytes.
1940 (ccl-decode-mule-utf-16-be): Likewise.
1941 (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
1942 (ccl-encode-mule-utf-16-be): Likewise.
1943
1944 2003-03-30 Kevin Ryde <user42@zip.com.au>
1945
1946 * info-look.el (sh-mode): Add doc-specs for commands and variables.
1947
1948 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1949
1950 * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
1951 replaces variable utf-translate-cjk which must be set via Custom.
1952
1953 * files.el (file-relative-name): If FILENAME and DIRECTORY are on
1954 different drives (on DOS/Windows) or use different handlers, do
1955 like `expand-file-name' on FILENAME and return an absolute name.
1956 From Lars Hansen <larsh@math.ku.dk>.
1957
1958 * tramp.el: Version 2.0.31 released.
1959 (tramp-handle-expand-file-name): Do not allow ".." to
1960 cross file handler boundaries, so that "/user@host:/../foo"
1961 expands to itself, rather than "/foo". This is intended to work
1962 in conjunction with a change in `file-relative-name' which makes
1963 sure to use absolute file names if FILE and DIRECTORY have
1964 different handlers.
1965 (tramp-handle-insert-directory): Comment out XEmacs
1966 kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
1967
1968 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
1969
1970 * trampver.el: New file, to support Autoconf in Tramp CVS repository.
1971 * tramp.el (tramp-version, tramp-bug-report-address): Move to
1972 trampver.el, which is required now.
1973 (tramp-chunksize): Type can be nil as well.
1974 Reported by Markus Rost <rost@math.ohio-state.edu>.
1975 * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
1976 listing entry more robust. Ranges from 10 chars (Samba 1) to 7-9
1977 chars (Samba 2).
1978
1979 2003-03-29 John Paul Wallington <jpw@gnu.org>
1980
1981 * international/mule.el (with-category-table): Use `make-symbol'
1982 to avoid variable capture. Set table within `unwind-protect'.
1983 Ensure table is restored in correct buffer. Add docstring.
1984
1985 2003-03-29 Kenichi Handa <handa@m17n.org>
1986
1987 * language/japan-util.el: If system-type is not for Windows,
1988 prefer japanese-iso-8bit.
1989
1990 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change)
1991
1992 * term/mac-win.el (iconify-or-deiconify-frame): Define for
1993 compatibility with packages that use it.
1994
1995 2003-03-28 Lute Kamstra <Lute.Kamstra@cwi.nl>
1996
1997 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
1998 Fix docstring.
1999 (checkdoc-interactive, checkdoc-message-interactive): Make them
2000 perform spell checking when appropriate.
2001 (checkdoc-interactive-loop): Fix docstring and a few typos.
2002 (checkdoc-interactive-ispell-loop)
2003 (checkdoc-message-interactive-ispell-loop): New functions.
2004 (checkdoc-next-error): Fix docstring.
2005 (checkdoc-this-string-valid-engine): Fix typo.
2006 (checkdoc-ispell-docstring-engine): Do test for
2007 checkdoc-autofix-flag = nil.
2008
2009 2003-03-28 Jonathan Yavner <jyavner@engineer.com>
2010
2011 * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
2012 top-level macros that put functions as properties.
2013 (testcover-mark): No error for functions that just return a constant.
2014
2015 2003-03-27 Andreas Schwab <schwab@suse.de>
2016
2017 * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
2018 is marked as edited.
2019
2020 2003-03-26 Kenichi Handa <handa@m17n.org>
2021
2022 * files.el (recode-file-name): New function.
2023
2024 * international/characters.el: Setup categories for Indian characters.
2025
2026 2003-03-26 Steve Youngs <youngs@xemacs.org>
2027
2028 * em-unix.el (eshell-plain-locate-behavior): Make the default
2029 nil on Emacs, t on XEmacs.
2030
2031 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
2032
2033 * emacs-lisp/byte-opt.el (byte-optimize-set): New.
2034 Turn `set' into `setq' when applicable.
2035
2036 2003-03-24 Stefan Monnier <monnier@cs.yale.edu>
2037
2038 * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
2039 args blindly to defcustom. Use custom-set-minor-mode.
2040
2041 2003-03-24 Kim F. Storm <storm@cua.dk>
2042
2043 * simple.el: Rework last change so C-x C-SPC C-SPC does not
2044 repeat pop-global-mark by default.
2045 (pop-global-mark-quick-repeat): New user option.
2046 (set-mark-command): Use it.
2047
2048 * emulation/cua-base.el (cua-set-mark):
2049 Check pop-global-mark-quick-repeat.
2050
2051 2003-03-24 John Paul Wallington <jpw@gnu.org>
2052
2053 * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
2054 the global map.
2055
2056 * emerge.el (emerge-show-file-name): Read event irrespective of
2057 whether minibuffer window is resized. Clear minibuffer when done.
2058
2059 * cus-theme.el (customize-create-theme): Rename from
2060 `custom-theme-create'.
2061
2062 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
2063
2064 * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
2065
2066 2003-03-23 Peter Breton <pbreton@attbi.com>
2067
2068 * net/net-utils.el (dns-lookup-host): New function.
2069
2070 2003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2071
2072 * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
2073 an infinite loop when Emacs' open-paren-in-column-zero rule
2074 kicks in and causes the sexp functions to misbehave.
2075
2076 2003-03-22 Peter Breton <pbreton@cs.umb.edu>
2077
2078 * filecache.el (file-cache-add-directory-recursively)
2079 (file-cache-complete, file-cache-display): New functions.
2080
2081 * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
2082 (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
2083
2084 * dirtrack.el (dirtrack-cygwin-directory-function): New function.
2085 Remove timestamp.
2086
2087 2003-03-22 Kim F. Storm <storm@cua.dk>
2088
2089 * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string
2090 accordingly.
2091 (ido-define-mode-map): Bind C-l for both file and dir modes.
2092 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
2093 Let-bind enable-recursive-minibuffers to t around read-string.
2094
2095 2003-03-22 Kenichi Handa <handa@m17n.org>
2096
2097 * international/fontset.el (setup-default-fontset):
2098 Use indian-font-char-range for specifying ranges of indian-glyph
2099 chars. Setup for AKRUTI fonts.
2100
2101 * language/indian.el (indian-font-foundry): New variable.
2102 (indian-script-language-alist): New variable.
2103 (indian-font-char-index-table): New variable.
2104 (indian-font-char): New function.
2105 (indian-font-char-range): New function.
2106 (font-ccl-encoder-alist): Add entry for AKRUTI font.
2107
2108 2003-03-22 Kim F. Storm <storm@cua.dk>
2109
2110 * progmodes/cperl-mode.el (cperl-electric-backspace):
2111 Add delete-selection property.
2112
2113 * simple.el (set-mark-command): Doc fixes.
2114 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
2115 C-u C-u C-SPC now unconditionally sets the mark.
2116
2117 * emulation/cua-base.el (cua-set-mark): Doc fixes.
2118 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
2119 C-u C-u C-SPC now unconditionally sets the mark.
2120
2121 2003-03-20 Mark A. Hershberger <mah@everybody.org>
2122
2123 * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
2124
2125 2003-03-20 Kenichi Handa <handa@m17n.org>
2126
2127 * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
2128 handling invalid 5 to 6 bytes sequence.
2129
2130 2003-03-19 Simon Marshall <simon@gnu.org>
2131
2132 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
2133 New variable.
2134 (makefile-mode): Use it for value of font-lock-syntactic-keywords.
2135
2136 2003-03-19 John Paul Wallington <jpw@gnu.org>
2137
2138 * cus-theme.el (custom-theme-create): Add autoload cookie.
2139
2140 2003-03-19 Kenichi Handa <handa@m17n.org>
2141
2142 * dired.el (dired-get-filename): Pay attention to the case that
2143 `read' returns a unibyte string. Don't encode the file name by
2144 buffer-file-coding-system.
2145
2146 2003-03-18 Kenichi Handa <handa@m17n.org>
2147
2148 * language/european.el ("Latin-6"): Fix input-method.
2149 ("Latin-7"): Fix input-method.
2150
2151 * international/utf-8.el (utf-fragment-on-decoding):
2152 Don't call register-char-codings.
2153 (utf-fragment-on-decoding): Don't update char-coding-system-table.
2154 (utf-translate-cjk): Don't call register-char-codings nor
2155 optimize-char-coding-system-table. Don't update
2156 char-coding-system-table.
2157
2158 * international/ucs-tables.el (ucs-unify-8859): Don't call
2159 register-char-codings.
2160 (ucs-unify-8859): Don't call optimize-char-coding-system-table.
2161 (ucs-fragment-8859): Don't update char-coding-system-table.
2162 Don't call register-char-codings nor optimize-char-coding-system-table.
2163
2164 * international/mule.el (optimize-char-coding-system-table):
2165 Remove this function.
2166 (register-char-codings): Make it obsolete.
2167 (char-coding-system-table): Defconst it here.
2168 (make-coding-system): Don't call register-char-codings, call
2169 define-coding-system-internal.
2170
2171 * international/mule-conf.el (no-conversion):
2172 Call define-coding-system-internal on this coding system instead of
2173 calling register-char-codings.
2174
2175 * international/mule-cmds.el (find-coding-systems-for-charsets):
2176 Use find-coding-systems-string instead of looking up
2177 char-coding-system-table.
2178
2179 * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
2180 (cp-make-coding-system): Don't call cp-fix-safe-chars.
2181
2182 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
2183
2184 * startup.el (command-line-1): Use command-execute for any command.
2185
2186 2003-03-17 Stefan Monnier <monnier@cs.yale.edu>
2187
2188 * buff-menu.el (list-buffers-noselect): Use the display property
2189 to properly align header-line text with the buffer's contents.
2190
2191 2003-03-17 Kenichi Handa <handa@m17n.org>
2192
2193 * international/mule.el (ctext-post-read-conversion): Convert the
2194 search pattern to multibyte by string-to-multibyte.
2195
2196 2003-03-16 Deepak Goel <deego@gnufans.org>
2197
2198 * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
2199 for GMT. Suggested by bob@rattlesnake.com.
2200
2201 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
2202
2203 * pcvs.el (cvs-mode!): Remove unused argument.
2204
2205 * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
2206 that member-ignore-case might signal.
2207 (easy-menu-add-item): Default to the global map, as documented.
2208 (easy-menu-convert-item-1): Use match-string.
2209
2210 2003-03-15 Mark A. Hershberger <mah@everybody.org>
2211
2212 * xml.el (xml-ucs-to-string): New function to convert Unicode
2213 codepoints to strings. Uses decode-char (mule.el) if available.
2214 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
2215 (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
2216 (xml-parse-attlist): Add attribute normalization.
2217 (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
2218
2219 2003-03-14 John Paul Wallington <jpw@gnu.org>
2220
2221 * files.el (recover-session): Error if there are no previous
2222 sessions to recover.
2223
2224 * subr.el (posn-col-row): Simplify.
2225
2226 * arc-mode.el (archive-subtype, archive-file-list-start)
2227 (archive-file-list-end, archive-proper-file-start)
2228 (archive-read-only, archive-local-name, archive-mode-map)
2229 (archive-file-name-indent, archive-remote)
2230 (archive-alternate-display, archive-superior-buffer)
2231 (archive-subfile-mode): Doc fixes.
2232
2233 2003-03-14 Stefan Monnier <monnier@cs.yale.edu>
2234
2235 * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
2236 and the user hits TAB a second time, just insert a tab.
2237
2238 * textmodes/texinfo.el (texinfo-outline-level): Remove.
2239 (texinfo-mode): Set outline-heading-alist instead.
2240 (texinfo-section-list): Reorder for the needs of outline-heading-alist.
2241 (texinfo-insert-block): Don't cons needlessly.
2242 (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
2243 (texinfo-insert-quote): Use them.
2244
2245 * textmodes/outline.el (outline-level): Demote it to defvar.
2246 (outline-heading-alist): Document extended semantics.
2247 (outline-head-from-level): New fun.
2248 (outline-promote, outline-demote): Use it.
2249 (outline-show-heading): New fun.
2250 (hide-sublevels, show-children):
2251 Use it together with outline-map-region.
2252 (outline-get-next-sibling): Don't call outline-level at eob.
2253
2254 2003-03-14 Simon Josefsson <jas@extundo.com>
2255
2256 * fringe.el (fringe-mode): Autoload so that
2257 Options->Show/Hide->Fringe->Customize works.
2258
2259 2003-03-13 Stefan Monnier <monnier@cs.yale.edu>
2260
2261 * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
2262 (outline-mode-prefix-map): Match new bindings to those of allout.
2263 (outline-map-region): New fun.
2264 (outline-map-tree): Remove.
2265 (outline-promote, outline-demote): Apply to region if active.
2266 Change the default to apply to the subtree.
2267 (outline-move-subtree-up, outline-move-subtree-down): New funs.
2268 (outline-invisible-p): Add optional `pos' argument.
2269 (outline-next-visible-heading, outline-toggle-children): Use it.
2270 (outline-get-next-sibling): Don't call outline-level at eob.
2271
2272 * custom.el (custom-set-minor-mode): New fun.
2273
2274 2003-03-13 Dave Love <fx@gnu.org>
2275
2276 * international/latin1-disp.el (ucs-tables): Don't require.
2277 (latin1-display-face): New.
2278 (latin1-display-char): Use it.
2279
2280 2003-03-13 Kenichi Handa <handa@m17n.org>
2281
2282 * international/mule-cmds.el (reset-language-environment):
2283 Set default-file-name-coding-system to iso-latin-1.
2284
2285 * language/european.el (iso-latin-1): Definition of this coding
2286 system moved to mule-conf.el.
2287
2288 * international/mule-conf.el (iso-latin-1): Moved from
2289 european.el.
2290
2291 * term/x-win.el (x-select-text): Don't set a text containing
2292 eight-bit-control/graphic into the cut buffer.
2293
2294 2003-03-12 Kenichi Handa <handa@m17n.org>
2295
2296 * files.el (insert-directory): Decode by what specified.
2297
2298 * language/japan-util.el (setup-japanese-environment-internal):
2299 By defalt, use japanese-iso-8bit for file names, and prefer
2300 japanese-shift-jis on DOS and Windows.
2301
2302 * international/quail.el (quail-show-guidance-buf): Make the quail
2303 guidance buffer inherit the current value of quail-current-package.
2304
2305 * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
2306 on handling an invalid byte sequence.
2307
2308 2003-03-11 Jason Rumney <jasonr@gnu.org>
2309
2310 * files.el (auto-mode-alist): Add .xsl for sgml-mode.
2311
2312 2003-03-11 Mark A. Hershberger <mah@everybody.org>
2313
2314 * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
2315
2316 2003-03-11 John Paul Wallington <jpw@gnu.org>
2317
2318 * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
2319 `default-line-spacing', rather than buffer-local `line-spacing'.
2320
2321 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
2322
2323 * cus-edit.el (customize-rogue): New command.
2324
2325 2003-03-10 Andreas Schwab <schwab@suse.de>
2326
2327 * info.el (Info-extract-menu-node-name)
2328 (Info-following-node-name): Revert last change.
2329
2330 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org>
2331
2332 * progmodes/scheme.el (scheme-mode-syntax-table):
2333 Construct w/o using `with-syntax-table'.
2334
2335 2003-03-10 John Paul Wallington <jpw@gnu.org>
2336
2337 * subr.el (posn-col-row): Take into account `line-spacing'.
2338
2339 * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
2340 if major mode isn't `Electric-buffer-menu-mode'.
2341
2342 * term/x-win.el (vendor-specific-keysyms)
2343 (x-last-selected-text-primary): Doc fixes.
2344 (x-win-suspend-error): Use proper noun in error message.
2345
2346 2003-03-09 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2347
2348 * man.el (Man-getpage-in-background): Always use `setenv' for
2349 environment variables, instead of modifying process-environment
2350 directly. The previous version let-bound process-environment --
2351 the let-binding is skipped for GROFF_NO_SGR because there is
2352 already a let-binding in effect in some outer scope.
2353
2354 * emulation/crisp.el (top-level): Interoperate with cua.
2355
2356 2003-03-08 Kim F. Storm <storm@cua.dk>
2357
2358 * emulation/cua-base.el: Provide `cua' feature.
2359
2360 2003-03-08 Juanma Barranquero <lektu@terra.es>
2361
2362 * emulation/cua-base.el (cua--standard-movement-commands):
2363 Fix docstring.
2364
2365 2003-03-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2366
2367 * man.el (Man-getpage-in-background): Only change
2368 default-directory if necessary.
2369
2370 2003-03-07 Andreas Schwab <schwab@suse.de>
2371
2372 * info.el (Info-following-node-name): Skip trailing period.
2373 (Info-extract-menu-node-name): Allow period in node name.
2374
2375 2003-03-07 Kevin Rodgers <kevin.rodgers@ihs.com>
2376
2377 * dired-x.el (dired-guess-shell-case-fold-search): New user option.
2378 (dired-guess-default): Use it.
2379
2380 2003-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2381
2382 * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
2383 (dcl-font-lock-defaults): New var.
2384 (dcl-mode): Make and init local var `font-lock-defaults'.
2385
2386 2003-03-06 Kevin Rodgers <kevin.rodgers@ihs.com>
2387
2388 * ffap.el (dired-at-point): Check whether the user can create a
2389 directory before asking about creating it.
2390
2391 2003-03-06 John Paul Wallington <jpw@gnu.org>
2392
2393 * ebuff-menu.el (electric-buffer-list):
2394 Respect `Buffer-menu-use-header-line'.
2395 (electric-buffer-menu-looper): Likewise.
2396
2397 * buff-menu.el (Buffer-menu-mode-map): Add docstring.
2398 (Buffer-menu-buffer): Fix indentation.
2399 (list-buffers-noselect): Calculate header-line spacing to take
2400 into account width of left fringe and left scrollbar.
2401
2402 2003-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2403
2404 * ps-print.el (ps-print-version): New version number (6.6).
2405 (ps-begin-job): If background and foreground color are the same, give
2406 an error.
2407 (ps-default-fg, ps-default-bg): Better doc.
2408 (ps-rgb-color): Became a defun, check RGB value list.
2409 (ps-default-background): New internal var.
2410 (ps-begin-file): Code fix.
2411
2412 2003-03-05 Richard M. Stallman <rms@gnu.org>
2413
2414 * replace.el (query-replace-read-args): Use save-excursion.
2415 (map-query-replace-regexp): Use prefix-numeric-value.
2416
2417 2003-03-05 Juanma Barranquero <lektu@terra.es>
2418
2419 * term/w32-win.el (x-handle-geometry): Put sizes on
2420 `initial-frame-alist' too.
2421
2422 * startup.el (command-line-x-option-alist): Make --border-color set
2423 the border-color frame parameter, not border-width.
2424
2425 * faces.el (frame-set-background-mode): Fix reference to attribute
2426 "backgroundMode".
2427
2428 2003-03-05 Reto Zimmermann <reto@gnu.org>
2429
2430 * progmodes/vhdl-mode.el: Version 3.32.12 released.
2431 Modifications for displaying all projects in hierarchy browser and case
2432 insensitive hierarchy browsing. Change Rod's email address.
2433 Include `itimer.el' patch for XEmacs. Backquote fix. Change some
2434 documentation strings. Add "ERROR: " prefix to all error
2435 messages. Enhanced usage of hideshow.
2436 (vhdl-in-literal): Remove unused argument LIM.
2437 (vhdl-compiler-alist): Enhance customization for compilers; add
2438 "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
2439 "Savant", "ProVHDL" and "VeriBest" compilers.
2440 Add new error message syntax for Modelsim.
2441 Add Synplify, column no in error regexp.
2442 Include library name in library command.
2443 Add unit-to-file name mapping for Savant.
2444 Add library option in Makefile generation command.
2445 Add command to create library directory.
2446 Built-in Makefile generation is always default.
2447 (vhdl-create-mode-menu): Split menues for compilers, projects, models.
2448 Add customization for `global-font-lock-mode'.
2449 Fix `customize-group' entries for XEmacs and
2450 change "Gen." to "Generate". Get *Messages* buffer.
2451 Fix "Auto Load Setup File" menu entry.
2452 Add faces customization to "Options". Add "Options" entry.
2453 Include `speedbar-indentation-width'.
2454 (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
2455 (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
2456 Fix template abortion.
2457 (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
2458 in package.
2459 (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
2460 Better treat comments and strings. Fix "=> ," alignment.
2461 (vhdl-port-paste-testbench): Print file names created.
2462 Better handling when file exist/open. Additional comments in code.
2463 Replace keywords in testbench entity and architecture file headers.
2464 Adjust case in testbench configuration.
2465 (vhdl-port-paste-instance): Special case: no number in instance name.
2466 (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
2467 (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
2468 highlight instantiations without map.
2469 Highlight quantity declaration names. Highlight formal parameters.
2470 Fix label highlighting for signal asst.
2471 (vhdl-mode): `comment-padding' for Emacs 21 only.
2472 Remove forced `turn-on-font-lock'.
2473 Remove `hippie-expand-only-buffers' setting.
2474 Update online documentation and web address.
2475 (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
2476 Change ARG for uncommenting.
2477 (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
2478 (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
2479 (vhdl-port-list): Add context clause.
2480 (vhdl-port-paste-signals): Include direction comments.
2481 (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
2482 (vhdl-port-*): Include name in status messages.
2483 (vhdl-package-alist): Scan for and display subprogram body.
2484 Change key to lower case, add original case identifier.
2485 Scan for packages used by package body.
2486 (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
2487 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
2488 Message "No VHDL design units!".
2489 (vhdl-compile-init): Allow fourth element (column no) in error regexp.
2490 Fix `nconc' bug. Eliminate redundant regexps.
2491 (vhdl-minibuffer-tab): No indentation.
2492 Use `hippie-expand-only-buffers' to take
2493 expansions from VHDL buffers only; don't overwrite non-nil default of
2494 `hippie-expand-only-buffers'; check whether
2495 `hippie-expand-only-buffers' is bound.
2496 (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
2497 `nature_pkg' package.
2498 (vhdl-align-alist): Fix "when/else ... =>" case.
2499 Align declaration keywords only at beg. of line.
2500 Align <=, := and == among each other.
2501 (vhdl-port-copy): Extended identifiers for signal names.
2502 Fix on empty generic/port clause.
2503 Fix parsing of comment on first line.
2504 Allow generic clause begin on first line.
2505 Add "inout" and "linkage" to direction modes.
2506 (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
2507 (vhdl-file-header): Insert VHDL language standard string.
2508 (vhdl-instance-name): Unique numbers in instance names.
2509 (vhdl-compile): Check for existing compile directory.
2510 Print out file name if compiler does not; put it in
2511 quotes if contains spaces. Check compiler name.
2512 (vhdl-compiler): Change empty value from "" to nil.
2513 (vhdl-make): Check for existing compile directory.
2514 Fix missing options if there is a target. Check compiler name.
2515 (vhdl-template-field): Fix case on all VHDL words.
2516 (vhdl-template-others): Re-electrified "others".
2517 (vhdl-speedbar-expand-architecture): Give user control over displayed
2518 hierarchy depth.
2519 (vhdl-project-alist): Insert library name in Makefile name.
2520 Sources exclude regexp. Add file-specific compile exceptions.
2521 Enhance customization of projects.
2522 (vhdl-get-hierarchy): Include configurations in hierarchy list.
2523 Fix bug with configurations.
2524 Consider configurations; also at lower levels.
2525 (vhdl-speedbar-item-info): Enhance displaying.
2526 (vhdl-scan-file-contents): Fix skipping of comments in scanning.
2527 Sources exclude regexp.
2528 Allow comment lines in instantiations.
2529 Fix used packages in package body scanning.
2530 Allow code before first block configuration.
2531 Scan also for "is" keyword of design units.
2532 Scan configuration specification.
2533 Clear directory alists first.
2534 Consistency check.
2535 Check for multiply scanned design units.
2536 Scan components/subprograms in package.
2537 Scan library clauses and subconfigurations.
2538 Limit file size for scanning.
2539 (vhdl-entity-alist): Change key to lower case, add original case
2540 identifier.
2541 (vhdl-electric-tab): Not overwrite non-nil default of
2542 `hippie-expand-only-buffers'.
2543 (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
2544 bound; use it to take expansions from VHDL buffers only.
2545 (vhdl-electric-tab): Toggle comment indent.
2546 (vhdl-generate-makefile): Check compiler name.
2547 Add library option in Makefile generation command.
2548 (vhdl-generate-makefile): Add dependencies for components in package.
2549 (vhdl-template-elsif): No expansion in concurrent part (except AMS).
2550 (vhdl-insert-string-or-file): Resolve environment variables.
2551 (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
2552 (vhdl-submit-bug-report): Prompt for summary.
2553 (vhdl-resolve-paths): Rearrange environment variable resolution.
2554 (vhdl-scan-project-contents): Rearrange environment variable
2555 resolution.
2556 (vhdl-scan-project-contents): Allow absolute paths.
2557 (vhdl-doc-coding-style): Update RMM URL.
2558 (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
2559 (vhdl-model-insert): Replace header prompts too.
2560 (vhdl-template-header): New argument `is-model'.
2561 (vhdl-template-generate-body): Remove "begin" for VHDL'93.
2562 (vhdl-actual-port-name): Change default value (no "_i" extension).
2563 (vhdl-template-modify): Delete date instead of kill.
2564 (vhdl-get-source-files): Don't match source files beginning with ".".
2565 (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
2566 (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
2567 (vhdl-speedbar-expand-*): Display used packages.
2568 (vhdl-sequential-statement-p): Better algorithm.
2569 (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
2570 (vhdl-electric-...): No stuttering within literals.
2571 (vhdl-template-footer): Replace keywords in footer as in header.
2572 (vhdl-align-...): Enhance alignment, add progress reporting.
2573 (vhdl-beautify-region): Bug fix.
2574 (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
2575 (vhdl-testbench-configuration-name)
2576 (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
2577 (vhdl-prepare-search-[12]): Fix search within hidden code.
2578 (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
2579 (vhdl-template-for): Fix sequential statement part detection.
2580 (vhdl-electric-space): Fix wrapping for non-word characters.
2581 (vhdl-template-standard-package): Don't insert "std" library.
2582 (vhdl-template-architecture): Code optimization.
2583 (vhdl-template-package): Search for existing package name.
2584 (vhdl-template-component-decl, vhdl-port-paste-declaration):
2585 Insert "is" in VHDL'93.
2586 (match-string-no-properties, vhdl-forward-comment): New aliases.
2587 (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
2588 (file-expand-wildcards, regexp-opt, subst-char-in-string)
2589 (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
2590 (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
2591 (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
2592 (vhdl-backward-same-indent, vhdl-beginning-of-block)
2593 (vhdl-character-to-event, vhdl-compile-directory)
2594 (vhdl-compile-print-file-name, vhdl-compose-components-package)
2595 (vhdl-compose-insert-generic, vhdl-compose-insert-port)
2596 (vhdl-compose-insert-signal, vhdl-compose-new-component)
2597 (vhdl-compose-place-component, vhdl-compose-wire-components)
2598 (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
2599 (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
2600 (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
2601 (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
2602 (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
2603 (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
2604 (vhdl-forward-same-indent, vhdl-generate-makefile-1)
2605 (vhdl-get-compile-options, vhdl-get-components-package-name)
2606 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
2607 (vhdl-get-visible-signals, vhdl-goto-marker)
2608 (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
2609 (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
2610 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
2611 (vhdl-parse-group-comment, vhdl-paste-group-comment)
2612 (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
2613 (vhdl-port-reverse-direction, vhdl-process-command-line-option)
2614 (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
2615 (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
2616 (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
2617 (vhdl-save-caches, vhdl-scan-context-clause)
2618 (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
2619 (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
2620 (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
2621 (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
2622 (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
2623 (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
2624 (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
2625 (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
2626 (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
2627 (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
2628 (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
2629 (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
2630 (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
2631 (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
2632 (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
2633 (vhdl-subprog-paste-specification, vhdl-template-others-hook)
2634 (vhdl-template-replace-header-keywords, vhdl-toggle-project)
2635 (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
2636 (vhdl-update-progress-info, vhdl-update-sensitivity-list)
2637 (vhdl-update-sensitivity-list-buffer)
2638 (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
2639 (vhdl-warning, vhdl-warning-when-idle)
2640 (vhdl-widget-directory-validate, vhdl-work-library)
2641 (vhdl-write-file-hooks-init): New functions.
2642 (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
2643 (vhdl-align-noindent-region, vhdl-create-customize-menu)
2644 (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
2645 (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
2646 (vhdl-speedbar-toggle-hierarchy): Functions deleted.
2647 (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
2648 functions, not defsubsts.
2649 (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
2650 Delete defsubsts.
2651 (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
2652 (vhdl-testbench): New customization groups.
2653 (vhdl-electric): Customization group deleted.
2654 (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
2655 (vhdl-imenu-generic-expression): Define as constants instead of
2656 variables.
2657 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
2658 (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
2659 (vhdl-font-lock-keywords-0): Constants deleted.
2660 (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
2661 New macros.
2662 (vhdl-ext-syntax-table): Macro deleted.
2663 (vhdl-align-group-separate, vhdl-align-same-indent)
2664 (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
2665 (vhdl-components-package-name, vhdl-compose-architecture-name)
2666 (vhdl-compose-create-files, vhdl-compose-include-header)
2667 (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
2668 (vhdl-entity-file-name, vhdl-file-name-case)
2669 (vhdl-include-group-comments, vhdl-include-type-comments)
2670 (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
2671 (vhdl-package-file-name, vhdl-project-auto-load)
2672 (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
2673 (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
2674 (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
2675 (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
2676 (vhdl-testbench-configuration-name)
2677 (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
2678 (vhdl-testbench-include-library, vhdl-use-components-package)
2679 (vhdl-use-direct-instantiation): New options.
2680 (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
2681 (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
2682 (vhdl-testbench-entity-header): Options deleted.
2683 (speedbar-indentation-width, vhdl-compile-file-name)
2684 (vhdl-config-alist, vhdl-directive-keywords-regexp)
2685 (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
2686 (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
2687 (vhdl-port-flattened, vhdl-port-reversed-direction)
2688 (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
2689 (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
2690 (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
2691 (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
2692 (vhdl-warnings): New variables.
2693 (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
2694 (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
2695 (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
2696
2697 2003-03-04 Rob Kaut <rob@siworks.com> (tiny change)
2698
2699 * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
2700 Remove two comment characters at start of line instead of one.
2701
2702 2003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2703
2704 * printing.el (pr-get-symbol): Move it to next eval-and-compile.
2705
2706 2003-03-03 John Paul Wallington <jpw@gnu.org>
2707
2708 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
2709 `gensym' in case user calls macro at runtime.
2710 (ibuffer-save-marks): Likewise.
2711
2712 2003-03-03 Kenichi Handa <handa@m17n.org>
2713
2714 * language/japan-util.el (japanese-symbol-table): Add two entries
2715 to make it complete.
2716
2717 2003-03-03 Andreas Schwab <schwab@suse.de>
2718
2719 * info.el (Info-fontify-node): Don't hide indentation before the
2720 reference name. Don't process a reference twice when a new tag is
2721 inserted.
2722 (Info-hide-note-references): Fix doc and customize type.
2723
2724 2003-03-02 Matt Swift <swift@alum.mit.edu>
2725
2726 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2727 New custom variable.
2728 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
2729 that first docstring lines ending with a comma are respected.
2730 Add "`(" to same so that function and macro bodies beginning with a
2731 backquote do not get disturbed. Revise the comments.
2732
2733 2003-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2734
2735 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
2736
2737 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
2738 and initialize as for tool-bar-mode.
2739
2740 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2741
2742 * net/tramp.el: Version 2.0.30 released.
2743 Replace term "path" with "localname" unless it is used for a
2744 search path.
2745 (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
2746 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
2747 addition to setting $PS1 when starting the Bourne-ish shell.
2748 Some sh implementations (eg, bash when called as sh) read the file
2749 named there on startup, which could clobber $PS1.
2750 (tramp-do-copy-or-rename-file-one-local): New function.
2751 Not implemented. Not used. Should invoke rcp or scp directly to keep
2752 the time.
2753
2754 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
2755
2756 * net/tramp-smb.el: Replace term `path' with `localname'
2757 unless it is used for a search path. In GNU, the word `path' is
2758 reserved for search paths.
2759
2760 * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
2761 (tramp-send-string): New function. Takes over the role of the
2762 functions above, in order to have a unique place handling
2763 `tramp-chunksize'. Same implementation as `tramp-send-region'.
2764 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
2765 only known to have a buggy `process-send-string' implementation.
2766 First black-listed constellation is GNU Emacs/ hpux.
2767 (tramp-send-region): Correct debug message.
2768 (tramp-bug): Add `tramp-chunksize'.
2769
2770 2003-02-26 Matt Swift <swift@alum.mit.edu>
2771
2772 * startup.el: Streamline code in several functions for efficiency
2773 and readability. Rephrase booleans to avoid `(not noninteractive)'.
2774 Clarify several booleans expressions using De Morgan's laws.
2775
2776 (command-line): Fix barf when first command-line option handled by
2777 `command-line-1' is in the form --OPT=VAL.
2778 (command-line-1): Restore intended behavior of the --directory/-L
2779 command-line option: "-L a -L b -L c" on the command-line now puts
2780 '(a b c) at the front of `load-path'.
2781
2782 2003-02-26 Oliver Scholz <alkibiades@gmx.de>
2783
2784 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
2785 (gamegrid-add-score-with-update-game-score-1): New function,
2786 factored out of `gamegrid-add-score-with-update-game-score'.
2787 (gamegrid-add-score-with-update-game-score): Use it. Fall back on
2788 `gamegrid-add-score-insecure' if the requested file does not exist
2789 in $(gamedir), in case the user has installed a game on his own.
2790 (gamegrid-add-score-insecure): Accept optional directory argument.
2791
2792 2003-02-25 Andreas Schwab <schwab@suse.de>
2793
2794 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
2795 variable references by requireing that $ is not preceded by another $.
2796
2797 2003-02-25 Kenichi Handa <handa@m17n.org>
2798
2799 * env.el (setenv): Fix previous change.
2800
2801 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
2802
2803 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
2804
2805 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
2806
2807 * progmodes/simula.el: Move abbrev loading to after the fun it uses.
2808 (simula-install-standard-abbrevs): Use dolist.
2809 Use system-flag when calling define-abbrev.
2810
2811 2003-02-24 Dave Love <fx@gnu.org>
2812
2813 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
2814
2815 * env.el (read-envvar-name): Decode names.
2816 (substitute-env-vars): Use eval-when-compile and char class.
2817 (setenv): Doc fix. Encode the data (after checking that's possible).
2818 (getenv): Encode the name and decode the result.
2819
2820 2003-02-24 Ken Manheimer <klm@zope.com>
2821
2822 * allout.el (allout-pre-command-business): Fix docstring.
2823
2824 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
2825
2826 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
2827
2828 2003-02-24 Kenichi Handa <handa@m17n.org>
2829
2830 * international/characters.el: Fix syntaxes of gb2312 and big5.
2831
2832 * language/japan-util.el (sentence-end-save): Variable deleted.
2833 (setup-japanese-environment-internal): Don't setup sentence-end.
2834 (exit-japanese-environment): Function deleted.
2835
2836 * language/japanese.el ("Japanese"): Delete `exit-function'.
2837
2838 * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
2839 characters.
2840
2841 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
2842
2843 * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
2844 rakar + halant" and "halant + rrakar + halant".
2845
2846 2003-02-23 Richard M. Stallman <rms@gnu.org>
2847
2848 * replace.el (query-replace-read-args): Return just 3 values.
2849 (query-replace, query-replace-regexp)
2850 (query-replace-regexp-eval, map-query-replace-regexp)
2851 (replace-string, replace-regexp): Read the start and end args
2852 separately so that the expressions are recorded in command-history.
2853
2854 * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
2855
2856 * startup.el (inhibit-startup-hooks): New variable.
2857 (normal-top-level): Obey that variable.
2858 (command-line-1): Run emacs-startup-hook before term-setup-hook.
2859 Set inhibit-startup-hooks too.
2860
2861 * files.el (revert-buffer): Different error message
2862 for reverting a nonexistent file.
2863
2864 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
2865
2866 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
2867 (toplevel): Require man.
2868 Don't autoload tmm-prompt (it's in loaddefs.el).
2869 (cperl-electric-backspace-untabify): New var.
2870 (cperl-electric-backspace): Use it.
2871 (cperl-vc-header-alist): Extract numeric version from the Id.
2872 (cperl-build-manpage): New fun.
2873 (cperl-menu): Use it. Add toggle-autohelp.
2874 (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
2875 (cperl-electric-brace): Use `cperl-after-block-p' for detection.
2876 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
2877 '(' after keyword would insert a doubled paren.
2878 (cperl-calculate-indent): Update syntaxification before checks.
2879 Fix wrong indent of blocks starting with POD.
2880 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
2881 of buffer. This enables recognition of end of HERE-doc "as one types".
2882 Require "\n" after trailing tag of HERE-doc.
2883 \( made non-quoting outside of string/comment (gdj-contributed).
2884 Likewise for \$. Remove `here-doc-group' text property at start
2885 (makes this property reliable).
2886 Text property `first-format-line' ==> t.
2887 Do not recognize $opt_s and $opt::s as s///.
2888 (cperl-after-block-p): Optional arg pre-block to check for a pre-block
2889 Recognize `continue' blocks too.
2890 (cperl-after-expr-p): Update syntaxification before checks. Work after
2891 here-docs, formats, and PODs too (affects many electric constructs).
2892 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
2893 (cperl-perldoc): Use case-sensitive search.
2894
2895 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
2896 (cperl-xemacs-p): Move.
2897 (cperl-can-font-lock): New var to replace window-system.
2898 (cperl-enable-font-lock): Use it.
2899 (cperl-use-major-mode): New var.
2900 (cperl-mode): Use it.
2901 (cperl-calculate-indent): Remove code whose removal was missed
2902 in some earlier merge.
2903 (cperl-tags-hier-init): Use display-popup-menus-p.
2904
2905 2003-02-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2906
2907 * files.el (abbreviate-file-name): Shorten docstring: variables
2908 are now hyperlinks and `C-h v' need not be mentioned explicitly.
2909
2910 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2911
2912 * files.el (abbreviate-file-name): Document removal of
2913 automounter prefixes. Reported by Lars Hansen.
2914
2915 2003-02-21 Kim F. Storm <storm@cua.dk>
2916
2917 * emulation/cua-base.el: Add run-time check to catch users trying
2918 to use older versions of CUA-mode, rather than the version
2919 distributed with Emacs. Use autoload cookies and eval-after-load.
2920
2921 * startup.el (command-line): Clarify and tidy up the message
2922 printed when there are errors in the user-init-file.
2923 Do not encapsulate the error data; it's read by humans here.
2924 Do not split windows when displaying the *Message* buffer.
2925
2926 2003-02-20 Stefan Monnier <monnier@cs.yale.edu>
2927
2928 * subr.el (with-syntax-table): Don't copy the table any more.
2929
2930 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
2931
2932 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
2933 work on cygwin systems too.
2934
2935 2003-02-20 Juanma Barranquero <lektu@terra.es>
2936
2937 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2938 Remove useless check.
2939
2940 2003-02-20 Andreas Schwab <schwab@suse.de>
2941
2942 * info.el (Info-extract-menu-node-name): Stop if colon is
2943 followed by open paren.
2944
2945 2003-02-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2946
2947 * mail/undigest.el (unforward-rmail-message): Allow nested
2948 unforwarding, that is, preserve old Forwarded-From/Date headers.
2949
2950 2003-02-20 Kenichi Handa <handa@m17n.org>
2951
2952 * term/w32-win.el: Call set-fontset-font with NAME nil.
2953
2954 * international/mule-diag.el (print-fontset): If FONTSET is nil,
2955 use the default fontset.
2956 (describe-fontset): If the current frame is not using a fontset,
2957 call print-fontset with nil.
2958
2959 2003-02-19 Andre Spiegel <spiegel@gnu.org>
2960
2961 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
2962 were accidentally left over during the VC redesign in 2000.
2963
2964 2003-02-18 Juanma Barranquero <lektu@terra.es>
2965
2966 * help-macro.el (make-help-screen): Fix character constant.
2967
2968 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
2969
2970 * calc/calc-graph.el (calc-graph-plot): Likewise.
2971
2972 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
2973
2974 * emacs-lisp/edebug.el: Likewise.
2975
2976 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
2977
2978 * language/cyril-util.el (standard-display-cyrillic-translit):
2979 Likewise.
2980
2981 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
2982
2983 * progmodes/cperl-mode.el (cperl-electric-keyword)
2984 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
2985
2986 * textmodes/reftex-ref.el (reftex-reference): Likewise.
2987
2988 * textmodes/table.el (table-generate-source): Use ?\\ instead of
2989 space in "work in progress" message.
2990
2991 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
2992
2993 2003-02-17 Dave Love <fx@gnu.org>
2994
2995 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
2996
2997 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
2998
2999 * calendar/calendar.el (diary-file-name-prefix-function):
3000 Fix custom type.
3001
3002 2003-02-17 Andre Spiegel <spiegel@gnu.org>
3003
3004 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
3005 under CVS control. Suggested by Masanobu UMEDA.
3006
3007 2003-02-17 Kenichi Handa <handa@m17n.org>
3008
3009 * files.el (insert-directory): Add workaround for the case that we
3010 can't trust ls's output as to byte positions of filenames.
3011
3012 2003-02-15 Richard M. Stallman <rms@gnu.org>
3013
3014 * ffap.el: Many doc fixes.
3015 (ffap-replace-file-component):
3016 Renamed from ffap-replace-path-component. Callers changed.
3017 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
3018
3019 * international/iso-ascii.el (iso-ascii-display-table): New variable.
3020 (iso-ascii-standard-display-table): New variable.
3021 (iso-ascii-display): Define in iso-ascii-display-table.
3022 (iso-ascii-mode): New command.
3023
3024 * tar-mode.el (tar-header-block-summarize):
3025 Use l for symlink, h for hard link.
3026
3027 2003-02-15 David Kastrup <dak@gnu.org>
3028
3029 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
3030 failure returning nil, as documented.
3031
3032 2003-02-14 Dave Love <fx@gnu.org>
3033
3034 * international/code-pages.el: Undo `Trailing whitepace deleted.'
3035 damage.
3036 (cp1125, mik): Nullify mime-charset.
3037
3038 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
3039 ("Russian"): New.
3040 ("Bulgarian"): Add tutorial.
3041
3042 * international/mule-cmds.el (locale-language-names): Use Italian,
3043 Russian, Turkish, Chinese-EUC-TW.
3044 (set-locale-environment): Set ps-paper-type.
3045
3046 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
3047
3048 * time.el (display-time-string-forms): Add face property to mail
3049 string.
3050
3051 2003-02-14 Juanma Barranquero <lektu@terra.es>
3052
3053 * international/mule-cmds.el (view-hello-file): Use `view-file'
3054 instead of `find-file-read-only'.
3055
3056 * dired-aux.el (dired-query-alist): Fix use of character constant.
3057
3058 * simple.el (backward-delete-char-untabify): Likewise.
3059
3060 * strokes.el (strokes-read-complex-stroke): Likewise.
3061
3062 * wid-edit.el (widget-choose): Likewise.
3063
3064 * xml.el (xml-parse-elem-type): Likewise.
3065
3066 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
3067
3068 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
3069
3070 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
3071
3072 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
3073
3074 * international/mule-cmds.el (sort-coding-systems): Use \'.
3075 (select-safe-coding-system): Remove redundant assq check.
3076 Remove raw-text, emacs-mule and no-conversion from the list of
3077 proposed encodings unless there's nothing else.
3078
3079 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
3080
3081 * files.el (find-alternate-file): Undo last change.
3082
3083 * dired.el (dired-directory): Add autoload cookie.
3084
3085 2003-02-13 Juanma Barranquero <lektu@terra.es>
3086
3087 * international/characters.el: Use new ?\s syntax instead of "? "
3088 followed by a comment.
3089
3090 * ruler-mode.el (ruler-mode-margins-char): Likewise.
3091
3092 2003-02-13 Dave Love <fx@gnu.org>
3093
3094 * newcomment.el (comment-indent): Ensure space before added comment.
3095
3096 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3097
3098 * ps-print.el: Change the policy of background/foreground default
3099 color.
3100 (ps-print-version): New version number (6.5.9).
3101 (ps-default-fg, ps-default-bg): Adjust default value.
3102 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
3103 variables now use `t' to indicate the use of Emacs session
3104 background/foreground color.
3105 (ps-output-string-prim): If index out of range, insert hexadecimal
3106 representation of character.
3107
3108 2003-02-13 Kim F. Storm <storm@cua.dk>
3109
3110 * help.el (where-is): Rename remap-command to command-remapping.
3111 * help-fns.el (describe-function-1): Likewise.
3112
3113 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
3114
3115 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
3116 comments.
3117
3118 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
3119
3120 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
3121 (fortran-fill-paragraph): Use fill-comment-paragraph.
3122
3123 2003-02-12 Juanma Barranquero <lektu@terra.es>
3124
3125 * files.el (file-truename): Revert change from 2002-11-27.
3126
3127 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
3128
3129 * help-fns.el (describe-function-1): Change output for keyboard macros.
3130
3131 2003-02-12 Andreas Schwab <schwab@suse.de>
3132
3133 * progmodes/sh-script.el (sh-mode-map): Don't remap
3134 beginning-of-defun to the non-existing command
3135 sh-beginning-of-compound-command.
3136
3137 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3138
3139 * files.el (find-alternate-file): Check whether `dired-directory'
3140 is bound.
3141
3142 2003-02-12 Simon Marshall <simon@gnu.org>
3143
3144 * progmodes/make-mode.el (makefile-font-lock-keywords):
3145 Fontify single character variable references, but protect shell
3146 variables references.
3147 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
3148
3149 2003-02-12 Ami Fischman <ami@fischman.org>
3150
3151 Face markup of calendar and diary displays: Any entry line that
3152 ends with [foo:value] where foo is a face attribute (except :box
3153 :stipple) or with [face:blah] tags, will have these values applied
3154 to the calendar and fancy diary displays. These attributes "stack"
3155 on calendar displays. File-wide attributes can be defined as
3156 follows: the first line matching "^# [tag:value]" defines the
3157 value for that particular tag. All of the tags' regexps can be
3158 customized.
3159
3160 * calendar/calendar.el (diary-face-attrs): New custom.
3161 (diary-file-name-prefix-function): New custom.
3162 (diary-glob-file-regexp-prefix): New custom.
3163 (diary-file-name-prefix): New custom.
3164 (generate-calendar-window): Check that font-lock-mode is bound
3165 before checking value.
3166 (mark-visible-calendar-date): Add the ability to pass face
3167 attribute/value pairs in the mark argument. Handle the mark.
3168
3169 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
3170 attribute value string to the desired type.
3171 (diary-pull-attrs): New function that pulls the attributes off a
3172 diary entry, merges with file-global attributes, and returns
3173 the (possibly modified) entry and a list of attribute/values using
3174 diary-attrtype-convert.
3175 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
3176 (mark-diary-entries, mark-sexp-diary-entries)
3177 (list-sexp-diary-entries): Add handling of file-global attributes;
3178 add handling of entry attributes using diary-pull-attrs.
3179 (mark-calendar-days-named, mark-calendar-days-named)
3180 (mark-calendar-date-pattern, mark-calendar-month)
3181 (add-to-diary-list): Add optional paramater `color' for passing
3182 face attribute info through the callchain. Pass this parameter around.
3183
3184 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
3185
3186 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
3187 `:' in the prompt.
3188 (find-tag): Make sure we move point in the proper window.
3189
3190 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
3191 (meta-common-initialization): Don't set fill-paragraph-function
3192 now that fill-paragraph takes care of comments.
3193
3194 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
3195 the current buffer's syntax-table.
3196
3197 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
3198 (simula-font-lock-keywords-1): Simplify.
3199 (simula-font-lock-keywords-2): Use regexp-opt.
3200 (simula-emacs-features): Remove.
3201 (simula-mode-syntax-table): Setup %...\n as comment style b.
3202 (simula-mode-map): Remove compatibility cruft.
3203 (simula-keep-region-active): Remove.
3204 (simula-popup-menu): Simplify.
3205 (simula-mode): Move abbrev-table setup to top-level.
3206 (simula-match-string-or-comment): Remove.
3207
3208 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
3209 like `proc foo {a {b c} d} {'.
3210 (tcl-mode): Make comment-start-skip more selective.
3211
3212 * info-xref.el (info-xref-check): Use line-beginning-position.
3213 (info-xref-all-info-files): Cons a bit less.
3214 (info-xref-check-buffer): Use push and replace-regexp-in-string.
3215 (info-xref-output): Call insert only once.
3216 (info-xref-whitespace): Remove.
3217
3218 2003-02-11 John Paul Wallington <jpw@gnu.org>
3219
3220 * ibuffer.el (toplevel): Don't require `font-lock';
3221 require `font-core' instead, even though it is dumped.
3222
3223 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
3224 (ibuffer-add-to-tmp-show): Doc fixes.
3225
3226 * language/tamil.el ("Tamil"): Doc fix.
3227
3228 2003-02-11 Juanma Barranquero <lektu@terra.es>
3229
3230 * language/vietnamese.el ("Vietnamese"): Fix typos.
3231
3232 * info-xref.el (info-xref-check-buffer): Fix typo.
3233
3234 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
3235
3236 2003-02-11 Kenichi Handa <handa@m17n.org>
3237
3238 * loadup.el: Load "language/malayalam" and "language/tamil".
3239
3240 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
3241
3242 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
3243
3244 * language/devan-util.el: Maintainer's mail address changed.
3245 (devanagari-composable-pattern): Add DANDA character.
3246 (dev-char-glyph): Add an entry for DANDA.
3247
3248 * language/devanagari.el: Maintainer's mail address changed.
3249
3250 * language/indian.el: Maintainer's mail address changed.
3251
3252 * language/ind-util.el (indian-dev-base-table): Table fixed.
3253 (indian-pnj-base-table): Table contents defined.
3254 (indian-gjr-base-table): Likewise.
3255 (indian-ori-base-table): Likewise.
3256 (indian-bng-base-table): Likewise.
3257 (indian-asm-base-table): Likewise.
3258 (indian-tlg-base-table): Likewise.
3259 (indian-knd-base-table): Likewise.
3260 (indian-mlm-base-table): Likewise.
3261 (indian-tml-base-table): Likewise.
3262 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
3263 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
3264 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
3265 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
3266 (indian-tml-itrans-v5-hash): New variables.
3267
3268 * language/malayalam.el: New file.
3269 * language/mlm-util.el: New file.
3270 * language/tamil.el: New file.
3271 * language/tml-util.el: New file.
3272
3273 2003-02-11 Kevin Ryde <user42@zip.com.au>
3274
3275 * info-xref.el: New file.
3276
3277 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
3278
3279 * textmodes/page-ext.el (pages-directory-mode-map): New.
3280 (pages-directory-map): Redefine as an varalias.
3281 (pages-directory-mode): Use new map var and run mode hook.
3282 (pages-directory-address-mode): Use define-derived-mode.
3283
3284 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
3285 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
3286 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
3287 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
3288 (texinfo-if-clear): Use re-search-forward's return value.
3289 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
3290 (texinfo-format-region): Use line-{end,beginning}-position.
3291 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
3292
3293 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
3294 (eldoc-use-idle-timer-p): Remove.
3295 (timer): Never require. It only works in current Emacs anyway.
3296 (eldoc-mode, eldoc-message, eldoc-display-message-p)
3297 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
3298
3299 * ffap.el (ffap-complete-as-file-p):
3300 Use minibuffer-completing-file-name.
3301
3302 * international/mule.el (load-with-code-conversion): Use push.
3303
3304 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
3305
3306 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
3307 Use with-current-buffer and simplify.
3308
3309 * help-mode.el (help-xref-on-pp): Only add xref if the text
3310 is less than 5K.
3311
3312 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
3313 make the file dead if we used the -n arg.
3314
3315 * emacs-lisp/cl-macs.el (process-get): Add setf method.
3316
3317 * server.el (server-previous-strings): Remove.
3318 (server-process-filter): Use (process-get 'previous-string) instead.
3319 (server-sentinel): Remove code made superfluous.
3320
3321 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
3322
3323 * info.el (Info-follow-nearest-node): Implement new behavior.
3324
3325 2003-02-10 Juanma Barranquero <lektu@terra.es>
3326
3327 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
3328
3329 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
3330 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
3331 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
3332 (ebnf-terminal-regexp, ebnf-case-fold-search)
3333 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
3334 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
3335 "ebnf-syntatic".
3336 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
3337 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
3338 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
3339 (ebnf-generate-region): Fix typo.
3340
3341 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
3342
3343 * language/ind-util.el (indian-itrans-v5-table): Add entries for
3344 "E" and "O".
3345
3346 2003-02-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3347
3348 * progmodes/cc-styles.el (c-set-offset): Don't find a default
3349 syntactic element through syntactic analysis if called outside
3350 a CC Mode buffer.
3351
3352 2003-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3353
3354 * progmodes/cc-mode.el (c-basic-common-init):
3355 Install `c-fill-paragraph' on `fill-paragraph-function'.
3356 Although it's not the normal way to call it in a CC Mode buffer it
3357 makes a direct call to `fill-paragraph' work better.
3358
3359 2003-02-08 Kim F. Storm <storm@cua.dk>
3360
3361 * printing.el (pr-get-symbol): Define during compile.
3362
3363 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3364
3365 * printing.el: New file.
3366
3367 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
3368
3369 * language/european.el ("French", "Slovenian"): Fix doc strings.
3370
3371 2003-02-06 John Paul Wallington <jpw@gnu.org>
3372
3373 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
3374 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
3375 (rmail-summary-next-labeled-message, rmail-summary-resend)
3376 (rmail-summary-override-mail-send-and-exit): Doc fixes.
3377
3378 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
3379
3380 * language/european.el ("Italian"): New.
3381
3382 2003-02-06 Matthew Swift <swift@alum.mit.edu>
3383
3384 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
3385 "ls -alh" output.
3386
3387 2003-02-05 Juanma Barranquero <lektu@terra.es>
3388
3389 * font-lock.el (font-lock-reference-face): Add obsolescence
3390 declaration and remove redundant info from docstring.
3391
3392 * log-edit.el (cvs-commit-buffer-require-final-newline)
3393 (cvs-changelog-full-paragraphs): Likewise.
3394
3395 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
3396 (mouse-wheel-click-button): Likewise.
3397
3398 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
3399
3400 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
3401
3402 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3403 (vc-header-alist): Likewise.
3404
3405 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
3406
3407 * textmodes/outline.el (outline-visible): Likewise.
3408
3409 2003-02-05 Kim F. Storm <storm@cua.dk>
3410
3411 * ido.el (ido-define-mode-map):
3412 Undo last change (duplicates part of 2003-02-04 change).
3413 Remap `viper' delete commands only in file or dir mode.
3414
3415 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3416
3417 * ido.el (ido-define-mode-map): Interact with Viper.
3418
3419 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3420
3421 * net/tramp.el: Version 2.0.29 released.
3422 (tramp-send-region): Protect against tramp-chunksize being nil.
3423 (tramp-chunksize): Set default to 500 as workaround for some ssh
3424 connections.
3425 (tramp-handle-directory-file-name): New implementation. Not sure
3426 if it works.
3427 (tramp-md5-function): Require md5 before checking function md5.
3428 If using md5-encode, put wrapper around it that converts vector of
3429 bytes to ascii text.
3430 (top-level): Avoid byte-compiler warnings of unused variables if
3431 the byte-compiler supports this. This is for the
3432 with-parsed-tramp-file-name macro which is wont to produce such stuff.
3433
3434 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
3435
3436 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
3437 PATH is "".
3438 (tramp-completion-handle-file-name-all-completions):
3439 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
3440 (tramp-parse-passwd): For su-alike methods it would be desirable
3441 to return "root@localhost" as default. Unfortunately, we have no
3442 information whether any user name has been typed already. So we
3443 (mis-)use tramp-current-user as indication, assuming it is set in
3444 `tramp-completion-handle-file-name-all-completions'.
3445 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
3446 I did it accidently. Infinite loop ...
3447 (tramp-get-device): `tramp-make-tramp-file-name' must not be
3448 called with NIL path. It fails in case of multi-method.
3449 (tramp-file-name-for-operation): Apply `expand-file-name' for
3450 relative file names only. Otherwise there might be problems if
3451 the default directory is another Tramp directory as the directory
3452 the file is based on.
3453 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
3454 a Tramp file name. It isn't if it comes from an expanded file
3455 name (like "/xx:yy//zz").
3456 (tramp-devices): New variable. Keeps virtual device numbers.
3457 Devices must distinguish physical file systems. The device
3458 numbers provided by "lstat" aren't unique, because we operate on
3459 different hosts. So we use virtual device numbers, generated by
3460 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
3461 In order to be different, we use device number (-1 x), whereby "x"
3462 is unique for a given (multi-method method user host).
3463 Suggested by Kai.
3464 (tramp-perl-file-attributes): Always return device number -1.
3465 There will be a virtual device number set in
3466 `tramp-handle-file-attributes', which replaces this one.
3467 (tramp-handle-file-attributes): Set virtual device number.
3468 (tramp-get-device): New function. Returns the virtual device
3469 number. If it doesn't exist, generate a new one.
3470 (tramp-handle-file-regular-p): Use Emacs file name primitives
3471 instead of calling tramp-handle-* equivalents directly.
3472 Needed for tramp-smb.
3473 (tramp-completion-function-alist-ssh): Add parsing of
3474 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
3475 (tramp-completion-function-alist, tramp-set-completion-function):
3476 Doc string update.
3477 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
3478 Provide parsing of "~/.ssh/config" style files.
3479 (tramp-completion-handle-expand-file-name):
3480 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
3481 on W32 systems.
3482 (tramp-completion-mode): Perform check (integerp last-input-event)
3483 before (event-modifiers last-input-event) -- there might be
3484 problems if `last-input-event' is a mouse event.
3485 (tramp-parse-rhosts, tramp-parse-shosts)
3486 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
3487 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
3488 functions might block. Reported by <kin@neoscale.com>.
3489
3490 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
3491 '(tramp-disable-ange-ftp). Suggested by Kai.
3492 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
3493 any longer.
3494 (top-level): Defaults for `tramp-default-method-alist' must be a list.
3495
3496 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3497 Apply `tramp-handle-directory-file-name'.
3498 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
3499 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
3500 (tramp-smb-handle-make-directory): Use Emacs file name primitives
3501 instead of calling tramp-smb-handle-* equivalents directly.
3502 (tramp-smb-read-file-entry): Return size as a number, not a string.
3503 (top-level): Defaults for `tramp-default-method-alist' must be a list.
3504
3505 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
3506
3507 * completion.el (eval-when-compile-load-eval, completion-eval-when)
3508 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
3509 (completion-min-length, completion-max-length)
3510 (completion-prefix-min-length): Don't hard-code the default value
3511 when byte-compiling.
3512 (complete): Inline minibuffer-window-selected-p.
3513
3514 2003-02-04 Richard M. Stallman <rms@gnu.org>
3515
3516 * term.el (term-raw-map): Set it up at load time.
3517 (term-char-mode): Don't set up term-raw-map here.
3518 (term-set-escape-char): Don't set up C-x subcommand.
3519 (term-ansi-face-already-done): Renamed from
3520 term-ansi-face-alredy-done.
3521 (term-command-hook): Avoid error if STRING is empty.
3522 (term, term-mode): Doc fixes.
3523
3524 * term.el: Redesign handling of colors and faces.
3525 Delete all the faces that this mode used to make.
3526 (ansi-term-color-vector): New variable.
3527 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
3528 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
3529 Variables deleted.
3530 (term-default-fg-color, term-default-bg-color): Use defcustom.
3531 (term-handle-colors-array): Use ansi-term-color-vector,
3532 and specify face attributes rather than faces in `face' property.
3533
3534 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
3535 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
3536 (term-ansi-reverse-faces-vector): Delete unused variables.
3537 (term-ignore-error): Delete macro.
3538
3539 * simple.el (back-to-indentation): Skip all whitespace
3540 except for newlines.
3541
3542 * files.el (find-alternate-file): Handle dired-directory
3543 like buffer-file-name.
3544
3545 * dired.el (dired-find-buffer-nocreate): Avoid error if
3546 dired-directory is nil.
3547
3548 2003-02-04 Juanma Barranquero <lektu@terra.es>
3549
3550 * image.el (image-type-regexps): Fix typo.
3551
3552 * international/characters.el: Restore missing space and put a
3553 comment to protect it from being deleted as trailing whitespace.
3554
3555 * ruler-mode.el (ruler-mode-margins-char): Likewise.
3556
3557 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
3558
3559 * mail/rmailout.el (rmail-output): If preserving MIME-version,
3560 preserve Content-type too.
3561
3562 2003-02-04 Kim F. Storm <storm@cua.dk>
3563
3564 * ido.el (ido-define-mode-map): Remap viper delete char/word
3565 commands to their ido specific equivalents. Disable ESC in
3566 viper mode (to avoid exiting insert mode), since ido doesn't
3567 work in viper command mode.
3568 (ido-delete-backward-updir, ido-delete-backward-word-updir):
3569 Handle remapped viper commands.
3570
3571 2003-02-03 Juanma Barranquero <lektu@terra.es>
3572
3573 * calculator.el (calculator): Don't use the minibuffer even in
3574 electric mode; use a private buffer and display it in the minibuffer
3575 window using `set-window-buffer'.
3576
3577 2003-02-03 Dave Love <fx@gnu.org>
3578
3579 * emacs-lisp/benchmark.el: New.
3580
3581 2003-02-02 Andreas Schwab <schwab@suse.de>
3582
3583 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
3584 words separated by dots. Match optional parenthesized word at
3585 start of line.
3586
3587 * font-lock.el
3588 (font-lock-match-c-style-declaration-item-and-skip-to-next):
3589 Don't require underscore in word before double open-paren.
3590
3591 2003-02-02 John Paul Wallington <jpw@gnu.org>
3592
3593 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
3594
3595 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
3596
3597 * time-stamp.el: Tweak doc strings and preamble commentary.
3598 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
3599 regexp subpattern 5)
3600 (time-stamp-pattern): Initialize to nil to avoid regexp work in
3601 default case.
3602 (time-stamp-string): Call set-time-zone-rule instead of setenv
3603 (time-stamp-hhmmss): Remove (not needed after all).
3604 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
3605 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3606 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
3607 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
3608
3609 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
3610
3611 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
3612 (custom-save-variables): Use dolist, simplify.
3613 Output a message if a `requests' entry looks suspicious.
3614 (custom-save-faces): Use dolist, simplify.
3615
3616 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
3617
3618 * antlr-mode.el: Bug fixes, miscellaneous.
3619 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
3620 make it more rubust against changes in cc-mode's style variables
3621 by using `boundp' and function `c-init-language-vars' if defined.
3622 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
3623 (antlr-read-value): With completion, ignore case.
3624 (antlr-run-tool-interactive): New function.
3625 (antlr-run-tool): Use it for `interactive' specification.
3626
3627 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
3628 (cond-emacs-xemacs): New compile-time macro.
3629 (defunx): New compile-time macro.
3630 (ignore-errors-x): New compile-time macro.
3631 (save-buffer-state-x): New compile-time macro.
3632
3633 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
3634 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
3635 (antlr-simple-default-directory): Deletia.
3636 (antlr-default-directory): Define directly.
3637 (antlr-simple-read-shell-command): Deletia.
3638 (antlr-read-shell-command): Define directly.
3639 (antlr-simple-with-displaying-help-buffer): Deletia.
3640 (antlr-with-displaying-help-buffer): Define directly.
3641 (antlr-fast-invalidate-context-cache): Deletia.
3642 (antlr-slow-invalidate-context-cache): Deletia.
3643 (antlr-invalidate-context-cache): Define directly.
3644 (antlr-fast-syntactic-context): Deletia.
3645 (antlr-slow-syntactic-context): Deletia.
3646 (antlr-syntactic-context): Define directly.
3647
3648 (antlr-mode-menu): Use new macros.
3649 (antlr-font-lock-additional-keywords): Ditto.
3650 (antlr-skip-sexps): Ditto.
3651 (antlr-end-of-rule): Ditto.
3652 (antlr-beginning-of-rule): Ditto.
3653 (antlr-end-of-body): Ditto.
3654 (antlr-beginning-of-body): Ditto.
3655 (antlr-hide-actions): Ditto.
3656 (antlr-option-kind): Ditto.
3657
3658 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
3659 (antlr-font-lock-keyword-face): Use new macros.
3660 (antlr-font-lock-syntax-face): Ditto.
3661 (antlr-font-lock-ruledef-face): Ditto.
3662 (antlr-font-lock-tokendef-face): Ditto.
3663 (antlr-font-lock-literal-face): Ditto.
3664
3665 Changes from 2002-05-24:
3666
3667 * antlr-mode.el: Version 2.2a.
3668
3669 Changes from 2002-05-03:
3670
3671 * antlr-mode.el: Make context parsing faster on Emacs, for faster
3672 syntax highlighting, indentation and imenu support.
3673 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
3674 (antlr-slow-context-cache): New variable.
3675 (antlr-slow-syntactic-context): Use cache.
3676 (antlr-slow-cache-enabling-symbol): New internal variable.
3677 (antlr-slow-cache-diff-threshold): New variable.
3678 (antlr-fast-invalidate-context-cache): Renamed from
3679 antlr-xemacs-bug-workaround.
3680 (antlr-imenu-create-index-function): Search from beginning.
3681
3682 * antlr-mode.el: More sophisticated indentation, i.e., use the
3683 indentation engine of cc-mode for most actions.
3684 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
3685 (antlr-indent-line): Use indentation engine of cc-mode more often.
3686 (antlr-indent-at-bol-alist): Only used for header actions.
3687 (antlr-disabling-cc-syntactic-symbols): New variable.
3688 (antlr-indent-item-regexp): Delete stuff for actions.
3689 (antlr-indent-at-bol-alist): With language "Java", indent
3690 "package" and "import" at column 0 in header part.
3691
3692 * antlr-mode.el (antlr-simple-default-directory): Define.
3693 (antlr-simple-read-shell-command): Define.
3694 (antlr-simple-with-displaying-help-buffer): Define.
3695 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
3696 Renamed from antlr-scan-{sexps,lists}-internal.
3697
3698 Changes from 2002-02-28:
3699
3700 * antlr-mode: Version 2.2 is released.
3701
3702 * antlr-mode.el (antlr): Moved to SourceForge.net
3703
3704 * antlr-mode.el: Minor bug fixes: insert options and indentation.
3705 (antlr-option-location): Don't use point as position where to
3706 insert options if point is in comment.
3707 (antlr-mode): Don't set style here.
3708 (antlr-c-common-init): Set style here. If boundp, set
3709 `c-current-comment-prefix' to not break indentation in comments.
3710 Hm, I should probably split `c-common-init' from cc-mode into two
3711 parts, one of which I could use for antlr-mode.el.
3712
3713 Changes from 2002-01-31:
3714
3715 * antlr-mode.el (antlr-font-lock-additional-keywords):
3716 Also hightlight `~' with `antlr-font-lock-syntax-face'.
3717 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
3718
3719 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3720
3721 * comint.el:
3722 * dired-aux.el:
3723 * dired.el:
3724 * dirtrack.el:
3725 * dos-w32.el:
3726 * fast-lock.el:
3727 * filecache.el:
3728 * files.el:
3729 * hippie-exp.el:
3730 * international/mule.el:
3731 * net/browse-url.el:
3732 * pcomplete.el:
3733 * recentf.el:
3734 * shell.el:
3735 * woman.el: Added cygwin to system-type comparisons.
3736
3737 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
3738
3739 * mail/undigest.el (rmail-forward-separator-regex): New custom
3740 variable.
3741 (unforward-rmail-message): Use it.
3742
3743 2003-01-30 Dave Love <fx@gnu.org>
3744
3745 * textmodes/ispell.el (lookup-words): Fix last change.
3746
3747 2003-01-29 John Paul Wallington <jpw@gnu.org>
3748
3749 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
3750
3751 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3752 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
3753 `define-ibuffer-sorter'.
3754 (lisp-imenu-generic-expression): Add `deftheme' to types.
3755
3756 * custom.el (customize-mark-to-save, customize-mark-as-set)
3757 (custom-remove-theme): Doc fixes.
3758
3759 2003-01-29 Didier Verna <didier@xemacs.org>
3760
3761 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
3762 * cus-edit.el (custom-save-faces): Ditto.
3763
3764 2003-01-29 Juanma Barranquero <lektu@terra.es>
3765
3766 * composite.el (decompose-composite-char): Fix docstring.
3767
3768 * select.el (x-set-cut-buffer): Fix docstring. Check type with
3769 `stringp' instead of `substring'.
3770
3771 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
3772 file name if no other master file is located.
3773
3774 * progmodes/cperl-mode.el (cperl-beautify-level)
3775 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
3776 (cperl-calculate-indent): Fix typo.
3777
3778 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
3779
3780 * arc-mode.el (archive-lzh-summarize): Fix previous change.
3781
3782 2003-01-29 Kim F. Storm <storm@cua.dk>
3783
3784 * emacs-lisp/authors.el: New format of AUTHORS file; list each
3785 author name once followed by contributed and changed files.
3786 Improve selection of entries to include in list, and generate list
3787 of unrecognized entries indicating syntax errors in ChangeLog files.
3788 (authors-coding-system): New variable.
3789 (authors-many-files): Update doc string.
3790 (authors-aliases): Change format. Now one entry with multiple
3791 aliases per author.
3792 (authors-valid-file-names, authors-renamed-files-alist)
3793 (authors-renamed-files-regexps): New variables.
3794 (authors-canonical-file-name): New function. Validates that file
3795 exists or occurs in one of the above lists. Record unrecognized
3796 file names in global authors-invalid-file-names list.
3797 (authors-add): Change to record per-change counts.
3798 (authors-canonical-author-name): Handle new format of
3799 authors-aliases list.
3800 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
3801 Change doc string to describe new entry format.
3802 Only add author entries for valid file names.
3803 (authors-print): Replace by authors-add-to-author-list.
3804 (authors-add-to-author-list): New function which reorders
3805 per-file entries and adds them to global authors-author-list.
3806 (authors): Instead of authors-print to insert in *Authors* buffer,
3807 use authors-add-to-author-list to reorder the list and then
3808 insert result in *Authors* buffer with new format.
3809 Generate *Authors Errors* compilation-mode buffer listing
3810 unrecognized ChangeLog entries.
3811
3812 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
3813
3814 * term/mac-win.el: Add entries in function-key-map for
3815 [tab], [backspace], [escape].
3816
3817 2003-01-28 Kim F. Storm <storm@cua.dk>
3818
3819 * info.el (Info-extract-menu-node-name): Another fix for
3820 2003-01-24 change. Also stop search if : is followed by TAB.
3821
3822 2003-01-28 John Paul Wallington <jpw@gnu.org>
3823
3824 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
3825 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
3826
3827 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
3828
3829 * progmodes/cc-vars.el, progmodes/cc-mode.el
3830 (c-require-final-newline): Made this variable an alist to
3831 specify a value for each language. The default value causes
3832 `require-final-newline' to be set to t only in languages where
3833 the standard requires a final newline.
3834
3835 2003-01-27 Kim F. Storm <storm@cua.dk>
3836
3837 * simple.el (kill-new): Improve doc string for yank-handler.
3838 Signal args-out-of-range error if yank-handler is specified for
3839 an empty string.
3840
3841 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
3842
3843 2003-01-27 Dave Love <fx@gnu.org>
3844
3845 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
3846
3847 * thingatpt.el (thing-at-point-file-name-chars):
3848 Include non-ASCII again and re-write the filename ops.
3849
3850 2003-01-27 David Ponce <david@dponce.com>
3851
3852 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
3853
3854 2003-01-27 Juanma Barranquero <lektu@terra.es>
3855
3856 * filesets.el (filesets-file-open): Fix typo.
3857
3858 * vcursor.el (vcursor-disable): Likewise.
3859
3860 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
3861
3862 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
3863
3864 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
3865
3866 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
3867
3868 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
3869
3870 * progmodes/cc-vars.el, progmodes/cc-mode.el
3871 (c-require-final-newline): Add a variable to make the
3872 initialization of `require-final-newline' more configurable.
3873
3874 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3875
3876 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
3877 Set iso-2022-7bit coding: cookie.
3878
3879 2003-01-26 Kim F. Storm <storm@cua.dk>
3880
3881 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
3882 Don't search for next colon if current colon is followed by
3883 one of ".", ",", ";", or ")".
3884 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
3885 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
3886
3887 2003-01-26 Richard M. Stallman <rms@gnu.org>
3888
3889 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
3890
3891 2003-01-25 Bill Wohler <wohler@newt.com>
3892
3893 * mh-e: Created directory. ChangeLog will appear in a week when we
3894 release version 7.2.
3895
3896 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
3897 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
3898 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
3899 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
3900 mail/mh-xemacs-compat.el: Moved to mh-e directory.
3901 Note that reply2.pbm and reply2.xpm, which were created by the
3902 MH-E package, were left in mail since they can probably be used by
3903 other mail packages.
3904
3905 * makefile.w32-in (WINS): Add mh-e.
3906
3907 * makefile.nt (WINS): Add mh-e.
3908
3909 2003-01-25 Richard M. Stallman <rms@gnu.org>
3910
3911 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3912 Compile any lambda-expressions among the args.
3913
3914 * view.el (view-mode): Doc fix.
3915
3916 * ido.el: Many doc fixes.
3917 (ido-complete): Fix message.
3918
3919 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
3920
3921 * arc-mode.el (archive-unixdate): Correct the date field string.
3922 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
3923 type (which is most prevalent now), in addition to the already
3924 supported level 0 and 1 header types.
3925
3926 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
3927
3928 * international/mule-cmds.el (set-language-info)
3929 (current-language-environment): Simplify setting the type of
3930 current-language-environment.
3931
3932 2003-01-25 Kim F. Storm <storm@cua.dk>
3933
3934 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
3935 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
3936 only needed when the region is active. This also makes the output
3937 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
3938
3939 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
3940
3941 * ediff.el (ediff-revision): Better defaults.
3942
3943 * ediff-vers.el (ediff-vc-latest-version): New function.
3944 (ediff-vc-internal): Use latest version instead of working version.
3945
3946 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
3947
3948 * info.el (Info-extract-menu-node-name): When looking for end of menu
3949 item, don't stop at first ":"; instead, continue until trailing
3950 context is either a space or newline.
3951 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
3952 (Info-menu): Likewise, for regexp used in backwards search.
3953 (Info-try-follow-nearest-node): Remove case added in previous edit.
3954 Change regexp in the following case to allow ":" in menu item.
3955 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
3956 point-max as "hasn't already been done".
3957
3958 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
3959
3960 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
3961 terminated by ": " as an index entry.
3962
3963 2003-01-24 Juanma Barranquero <lektu@terra.es>
3964
3965 * isearch.el (isearch-forward): Fix typo.
3966
3967 2003-01-24 Kenichi Handa <handa@m17n.org>
3968
3969 * international/mule.el (decode-coding-inserted-region):
3970 Rename from decode-coding-region-as-inserted-from-file to make it fit
3971 well in the Lisp manual.
3972
3973 * jka-compr.el (jka-compr-insert-file-contents):
3974 Call docode-coding-inserted-region.
3975
3976 2003-01-24 John Paul Wallington <jpw@gnu.org>
3977
3978 * ibuffer.el (ibuffer-window-list): Remove.
3979 (ibuffer-confirm-operation-on): Use `window-list' instead.
3980 (ibuffer-load-hook): New customizable variable.
3981 (toplevel): Run it.
3982 (ibuffer-customize): New command.
3983 (ibuffer-mode-map): Bind it.
3984 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
3985 (ibuffer-mode): Tidy.
3986 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
3987 (ibuffer-default-directory, ibuffer-default-sorting-mode)
3988 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
3989 (ibuffer-map-lines): Doc fixes.
3990
3991 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
3992 filenames. Use `kill-new'.
3993
3994 2003-01-23 Dave Love <fx@gnu.org>
3995
3996 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
3997 in the file.
3998
3999 2003-01-23 Masatake YAMATO <jet@gyve.org>
4000
4001 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
4002 /* */ comments.
4003
4004 2003-01-23 Kenichi Handa <handa@m17n.org>
4005
4006 * files.el (insert-directory): Read the output of "ls" by
4007 no-conversion, and decode it later while preserving
4008 `dired-filename' property.
4009
4010 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
4011
4012 * descr-text.el (describe-text-mode-hook): Add a group.
4013
4014 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
4015
4016 * term/mac-win.el (interprogram-paste-function): Handle empty
4017 clipboard.
4018
4019 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
4020
4021 * info.el (Info-index): Change pattern so that index entries with
4022 colons can be read properly; also, require at least one space
4023 after the colons, which makeinfo puts in.
4024
4025 2003-01-22 Andreas Schwab <schwab@suse.de>
4026
4027 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
4028 change.
4029
4030 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
4031
4032 * Makefile.in (bootstrap-after): New target.
4033 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
4034
4035 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4036
4037 * info.el (Info-index-next): Use "(`,' tries to find next)" for
4038 more matches for consistency with standalone info browser.
4039
4040 2003-01-22 Kenichi Handa <handa@m17n.org>
4041
4042 * international/mule.el
4043 (decode-coding-region-as-inserted-from-file): New function.
4044
4045 * jka-compr.el (jka-compr-insert-file-contents): Read a process
4046 output without decoding. Decode the result by
4047 decode-coding-region-as-inserted-from-file.
4048
4049 2003-01-22 Kim F. Storm <storm@cua.dk>
4050
4051 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
4052 visited directories to end of list; it's the wrong thing to do if
4053 we want to find a file or directory in such directories.
4054
4055 * simple.el: Doc fixes.
4056 * subr.el: Doc fixes.
4057
4058 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
4059
4060 * gud.el (gud-display-line): If the current file is newer than its
4061 buffer, offer to reread the file.
4062 (gud-keep-buffer): New buffer local variable. Ensures offer to
4063 reread file is made just once.
4064
4065 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
4066
4067 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
4068 Fix the docstring instead.
4069
4070 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4071
4072 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
4073
4074 2003-01-20 Richard M. Stallman <rms@gnu.org>
4075
4076 * simple.el (completion-setup-function): Set default-directory
4077 in the minibuffer, so it'll be copied into the completion list buffer.
4078
4079 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
4080
4081 * loadup.el (load-path): Rename `path' local var.
4082
4083 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
4084 to C-c C-i. Duplicate its bindings with last char a ctl char.
4085 Also change C-c f to C-c C-f.
4086
4087 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
4088
4089 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
4090 value system dependent.
4091 (ls-lisp-support-shell-wildcards): Add autoload cookie.
4092
4093 2003-01-19 Kim F. Storm <storm@cua.dk>
4094
4095 * msb.el: Use `dir' instead of `path' everywhere.
4096
4097 2003-01-18 Kim F. Storm <storm@cua.dk>
4098
4099 * simple.el (kill-new, kill-append, kill-region):
4100 New optional parameter yank-handler.
4101 (yank-excluded-properties): Add yank-handler to list.
4102 (yank-undo-function): New variable.
4103 (yank): Use it to undo previous yank or yank-pop command.
4104 Allow insert-for-yank to override this-command.
4105
4106 * subr.el (insert-for-yank): Arg list changed; now only accepts one
4107 string rather than any number of strings; no callers needed change.
4108 Use yank-handler text property on the arg string.
4109 Set yank-undo-function variable appropriately for yank-pop.
4110
4111 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
4112
4113 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
4114 regexp-concatenation.
4115
4116 * add-log.el (add-change-log-entry): Don't leave space at eol.
4117 (add-log-current-defun): Perl functions names can't have (or {.
4118
4119 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
4120 (sh-non-closing-paren): New const.
4121 (sh-case, sh-while-getopts): Use it to make props non-sticky.
4122 (sh-add-completer): Use test-completion.
4123
4124 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
4125
4126 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
4127
4128 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
4129
4130 * cus-edit.el (customize-changed-options): Undo last doc change.
4131
4132 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
4133
4134 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4135 Don't treat \n specially in sub-skeletons.
4136
4137 2003-01-17 Dave Love <fx@gnu.org>
4138
4139 * international/ucs-tables.el: Redo 8859-6 change in the right place.
4140
4141 2003-01-17 Kenichi Handa <handa@m17n.org>
4142
4143 * international/fontset.el: Don't setup the default fontset and
4144 font-encoding-alist at the top level.
4145 (setup-default-fontset): New function.
4146 (create-fontset-from-fontset-spec): Delete autoload cookie.
4147
4148 * term/x-win.el: Require fontset unconditionally again.
4149 Call setup-default-fontset at the top level.
4150
4151 * term/w32-win.el: Call setup-default-fontset.
4152
4153 * term/mac-win.el: Require fontset and call setup-default-fontset.
4154
4155 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
4156
4157 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
4158 property until end-of-paragraph.
4159
4160 2003-01-16 Kenichi Handa <handa@m17n.org>
4161
4162 * international/ucs-tables.el: Undo the last change.
4163
4164 2003-01-15 Dave Love <fx@gnu.org>
4165
4166 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
4167 and use documented treatment of -.
4168
4169 * dired-x.el (dired-filename-at-point): Fix filename-chars.
4170
4171 * international/ucs-tables.el: Set up tables for 8859-6.
4172
4173 * server.el (server-window): Customize.
4174 (server-mode): New.
4175 (server-unload-hook): Call server-start.
4176
4177 2003-01-15 John Wiegley <johnw@gnu.org>
4178
4179 * eshell/em-hist.el (eshell-save-history-on-exit):
4180 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
4181 because the former name is somewhat unrelated to the variables'
4182 possible values.
4183
4184 2003-01-15 Deepak Goel <deego@gnufans.org>
4185
4186 * calc/README: Add new maintainer.
4187
4188 * calc/*: Ditto.
4189
4190 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
4191
4192 2003-01-15 Andrew Innes <andrewi@gnu.org>
4193
4194 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
4195 using appropriate rule for build environment.
4196 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
4197 of autoloads and defvars, sufficient to dump bootstrap emacs.
4198 (update-subdirs-SH): Use hard-coded list of top-level lisp
4199 subdirs, because find program on Windows is not compatible with
4200 Unix find.
4201 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
4202 Explicitly load loaddefs.el so that bootstrap emacs can compile
4203 properly.
4204 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
4205 minimal stub sufficient for dumping bootstrap emacs is available.
4206
4207 * loadup.el: Include lisp/textmodes in load-path for bootstrap
4208 emacs, to resolve ispell menu reference.
4209
4210 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
4211
4212 * international/mule.el (optimize-char-coding-system-table):
4213 Optimize it.
4214
4215 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
4216
4217 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
4218
4219 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
4220 occasional use of "05" rather than " 5" for day-of-month.
4221
4222 * log-view.el (log-view-message-re): The rev might be locked.
4223
4224 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
4225
4226 * gdb-ui.el: Improve commentary.
4227 (gdb-window-height, gdb-window-width, gdb-display-number-end):
4228 Customize the dimensions of frames for displayed expressions.
4229 (gdb-error-begin): Comment out because it is not used because of
4230 bug/quirk in annotations.
4231 (gdb-reset): Use with-current-buffer.
4232
4233 2003-01-14 Kim F. Storm <storm@cua.dk>
4234
4235 * ido.el (ido-read-internal, ido-file-internal)
4236 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
4237 Don't use `path' as name of local variables holding a file name.
4238
4239 * arc-mode.el (archive-arc-rename-entry): Fix error message.
4240 (archive-lzh-summarize): Rename local var `path' to `dir'.
4241 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
4242
4243 * dired.el: Doc fixes.
4244 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
4245 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
4246 * dired-x.el: Doc fixes.
4247
4248 * fast-lock.el (fast-lock-cache-name): Doc fix.
4249
4250 * net/browse-url.el (browse-url-filename-alist): Doc fix.
4251
4252 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
4253
4254 * apropos.el (apropos): Restore autoload cookie. Fix typo in
4255 "error retrieving function documentation" output.
4256
4257 2003-01-14 Kim F. Storm <storm@cua.dk>
4258
4259 * subr.el (process-put, process-get): New functions.
4260
4261 * simple.el (clone-process): Copy process' plist to new process.
4262
4263 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
4264
4265 * cus-dep.el (custom-make-dependencies): Don't set standard-value
4266 and version numbers for variables. Handle faces.
4267
4268 * cus-edit.el (customize-changed-options): Doc addition. Load the
4269 version deps earlier. Use other tests for groups and variables.
4270 Handle faces.
4271
4272 2003-01-14 Kim F. Storm <storm@cua.dk>
4273
4274 * ido.el: Doc fixes.
4275 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
4276 (ido-rewrite-file-prompt-functions): Rename from
4277 ido-make-file-prompt-hook. Directory name is now in dynamic
4278 variable `dirname' (instead of `path').
4279 (ido-rewrite-file-prompt-rules): Rename from
4280 ido-rewrite-prompt-path-rules.
4281 (ido-make-prompt): Directory name now in `dirname' var.
4282 (ido-complete): Fix error message.
4283
4284 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
4285
4286 * server.el (server-process-filter): Use `minibufferp' to test
4287 whether we are inside a minibuffer.
4288 (server-process, server-kill-new-buffers): Doc fixes.
4289
4290 2003-01-13 Dave Love <fx@gnu.org>
4291
4292 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
4293 Remove pre-write-conversion.
4294
4295 2003-01-13 Kim F. Storm <storm@cua.dk>
4296
4297 * hexl.el (hexl-mode-map): Don't quote remapped command names.
4298
4299 2003-01-13 David Ponce <david@dponce.com>
4300
4301 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
4302 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
4303
4304 2003-01-13 Masatake YAMATO <jet@gyve.org>
4305
4306 * ruler-mode.el (ruler-mode-comment-column-char)
4307 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
4308 (ruler-mode-mouse-current-grab-object): New variables.
4309 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
4310 New faces.
4311 (ruler-mode-mouse-set-fill-column): Removed.
4312 (ruler-mode-mouse-grab-any-column)
4313 (ruler-mode-mouse-drag-any-column-iteration)
4314 (ruler-mode-mouse-drag-any-column): New functions.
4315 (ruler-mode-map): [header-line down-mouse-2] Bound to
4316 `ruler-mode-mouse-grab-any-column' instead of
4317 `ruler-mode-mouse-set-fill-column'.
4318 (ruler-mode-ruler-help-echo): Update its value.
4319 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
4320 when goal-column is already set.
4321 (ruler-mode-ruler-help-echo-tab): Rename to...
4322 (ruler-mode-ruler-help-echo-when-tab-stops): New.
4323 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
4324 (ruler-mode-goal-column-help-echo): New help strings.
4325 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
4326 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
4327 Show `comment-column' and `goal-column'. Echo the different help
4328 string for each *-column characters on the ruler.
4329
4330 2003-01-13 Richard M. Stallman <rms@gnu.org>
4331
4332 * apropos.el (apropos-documentation-property): New function.
4333 (apropos): Use apropos-documentation-property.
4334
4335 * files.el (mode-line-process): Mark as risky.
4336
4337 * help.el (where-is): Catch errors in indirect-function.
4338
4339 * server.el (server-process-filter): Comment out -eval.
4340 Don't switch buffers if inside isearch or minibuffer.
4341
4342 * progmodes/compile.el (compilation-revert-buffer):
4343 If buffer has a file, revert it in the normal way.
4344
4345 * term/x-win.el: Require fontset conditionally again.
4346
4347 2003-01-13 Kim F. Storm <storm@cua.dk>
4348
4349 * ido.el (ido-enable-tramp-completion): New defcustom.
4350 (ido-enter-single-matching-directory): Change default to 'slash.
4351 (ido-is-tramp-root): New defun.
4352 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
4353 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
4354 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
4355 Handle tramp completion.
4356 (ido-file-name-all-completions1): New defun for tramp completion.
4357 (ido-file-name-all-completions): Use it.
4358 (ido-set-matches1): Relax matching of text with trailing slash.
4359 (ido-exhibit): Handle tramp completion.
4360 Simplified code using nested cond forms using new `refresh' var.
4361 Fixed handling of /~user/ paths.
4362
4363 2003-01-12 Andreas Schwab <schwab@suse.de>
4364
4365 * arc-mode.el (archive-mode-map): Use command remapping instead of
4366 substitute-key-definition.
4367 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
4368 * msb.el (msb-mode-map): Likewise.
4369 * forms.el (forms--change-commands): Likewise.
4370 * hexl.el (hexl-mode-map): Likewise.
4371 * mail/mailabbrev.el (Commentary): Likewise.
4372 * play/decipher.el (decipher-mode-map): Likewise.
4373 * play/gomoku.el (gomoku-mode-map): Likewise.
4374 * play/landmark.el (lm-mode-map): Likewise.
4375 * play/solitaire.el (solitaire-mode-map): Likewise.
4376 * progmodes/sh-script.el (sh-mode-map): Likewise.
4377 * textmodes/picture.el (picture-substitute): Likewise.
4378
4379 * ielm.el (inferior-emacs-lisp-mode):
4380 Bind comint-dynamic-complete-functions locally.
4381
4382 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
4383
4384 2003-01-11 Andreas Schwab <schwab@suse.de>
4385
4386 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
4387 merge with existing fontification.
4388
4389 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
4390
4391 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
4392 (gud-reset): New function. Reset environment at end of debugging.
4393 (gud-sentinel): Call gud-reset or gdb-reset.
4394 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
4395
4396 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
4397 to find out if variable shuld be dereferenced.
4398 (gud-display1): Exit if there is `No symbol'.
4399 (gdb-expressions-mode-map): Correction to key-binding.
4400 (gdb-reset): New function. Reset environment at end of debugging.
4401 (gdb-quit): Remove.
4402
4403 2003-01-10 Dave Love <fx@gnu.org>
4404
4405 * international/code-pages.el (cp-make-coding-system): Fix last change.
4406
4407 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4408
4409 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
4410 use regexp-opt for readability.
4411
4412 2003-01-10 Mark A. Hershberger <mah@everybody.org>
4413
4414 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
4415 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
4416 empty elements.
4417
4418 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
4419
4420 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
4421 shell.
4422
4423 2003-01-09 John Wiegley <johnw@gnu.org>
4424
4425 * pcomplete.el (pcomplete-termination-string): Add a variable
4426 for modifying the string which is inserted after a completion or
4427 expansion using pcomplete.
4428
4429 2003-01-09 Karl Berry <karl@gnu.org>
4430
4431 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
4432 so that we don't fail if no records match record-regexp.
4433
4434 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
4435
4436 * cus-edit.el (customize-group, customize-group-other-window):
4437 Remove unnecessary calls to custom-load-symbol.
4438 (custom-group-value-create):
4439 Load widget deps if state is not hidden. If widget deps are
4440 loaded, load them in advance.
4441 (custom-menu-create): If widget deps are loaded, load them earlier.
4442
4443 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
4444
4445 * language/ethio-util.el (ethio-gemination)
4446 (exit-ethiopic-environment): Doc fixes.
4447
4448 * language/viet-util.el (viet-encode-viqr-region)
4449 (viet-decode-viqr-region, viet-encode-viqr-buffer)
4450 (viet-decode-viqr-buffer): Doc fixes.
4451
4452 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
4453
4454 * paths.el: Remove gnus-startup-file.
4455
4456 2003-01-08 Bill Wohler <wohler@newt.com>
4457
4458 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
4459 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
4460
4461 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4462 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
4463 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
4464 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
4465
4466 2003-01-08 Kim F. Storm <storm@cua.dk>
4467
4468 * mail/undigest.el (unforward-rmail-message): Don't use global
4469 variable `n'.
4470
4471 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
4472
4473 * mail/undigest.el (unforward-rmail-message): Simplified.
4474 No functional change.
4475
4476 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
4477
4478 * custom.el (custom-autoload, custom-variable-p): New functions.
4479
4480 * emacs-lisp/autoload.el (make-autoload):
4481 Generate custom-autoload for autoloaded defcustoms.
4482
4483 * help-fns.el (describe-variable): Use custom-variable-p.
4484
4485 * simple.el (set-variable): Load deps of custom variables without type.
4486
4487 * cus-edit.el (custom-variable-prompt): Doc change.
4488 Use custom-variable-p.
4489 (customize-option): Remove search in loaddefs.el.
4490 (customize-apropos): Use custom-variable-p.
4491 (custom-save-variables): Use custom-variable-p to detect
4492 non-rogue variables.
4493
4494 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
4495
4496 * mail/undigest.el (unforward-rmail-message): Skip all newlines
4497 after the initial separator.
4498 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
4499 instead of Forwarded-from: and Forwarded-date:.
4500
4501 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4502
4503 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
4504 produced by TeX.
4505
4506 2003-01-07 Andre Spiegel <spiegel@gnu.org>
4507
4508 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
4509 branch.
4510
4511 2003-01-06 Dave Love <fx@gnu.org>
4512
4513 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
4514
4515 * language/chinese.el ("Chinese-EUC-TW"): New.
4516
4517 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
4518
4519 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
4520
4521 2003-01-05 Richard M. Stallman <rms@gnu.org>
4522
4523 * obsolete/uncompress.el: Display message that this pkg is obsolete.
4524
4525 * isearch.el (isearch-repeat): Error if try to repeat search and
4526 there was no previous search.
4527
4528 * dired.el (dired-recursive-deletes): Fix custom type.
4529
4530 * dabbrev.el (dabbrev--substitute-expansion):
4531 Convert all whitespace to single spaces,
4532 except when it's carried over from the existing text.
4533
4534 * simple.el (split-line): Clean up implementation.
4535
4536 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
4537 both cases.
4538 (rmail-variables): Specify case-insensitive matching for font-lock.
4539
4540 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4541
4542 * mail/sendmail.el (mail-font-lock-keywords):
4543 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
4544 In-Reply-To and X-*.
4545
4546 2003-01-05 Mark A. Hershberger <mah@everybody.org>
4547
4548 * xml.el (xml-substitute-special): Check for &amp last.
4549
4550 2003-01-05 Dave Love <fx@gnu.org>
4551
4552 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
4553
4554 2003-01-05 Dave Love <fx@gnu.org>
4555
4556 * international/mule-diag.el (non-iso-charset-alist):
4557 Add vietnamese-tcvn.
4558
4559 * international/mule-cmds.el (locale-language-names):
4560 Use Croatian, Swedish.
4561
4562 2003-01-05 Andreas Schwab <schwab@suse.de>
4563
4564 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
4565
4566 2003-01-05 Dave Love <fx@gnu.org>
4567
4568 * language/european.el ("Latin-6", "Croatian"): New.
4569 ("Latin-7"): Fix nonascii-translation. Add input method.
4570 ("Lithuanian", "Latvian"): Add nonascii-translation.
4571 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
4572 Fix nonascii-translation.
4573
4574 * language/georgian.el ("Georgian"): Fix nonascii-translation.
4575
4576 * international/mule-cmds.el (set-locale-environment):
4577 Ignore empty values of environment variables.
4578
4579 * emacs-lisp/byte-opt.el (byte-optimize-nth)
4580 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
4581
4582 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
4583
4584 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
4585 Use let construction to bind buffer-read-only to nil.
4586 (gdba): 'set height 0' in GDB.
4587 (gdb-display-end, gdb-frame-handler): Corrections to forming
4588 full expression name for header-line in display frame.
4589 (gdb-info-breakpoints-custom): Highlight breakpoints since
4590 they may be clicked on with mouse-2.
4591 (gdb-quit): Delete frames of displayed expressions when quitting.
4592 (gdb-delete-frames): New function.
4593 (gdb-source-info): Don't create stack buffer automatically.
4594
4595 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
4596
4597 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
4598
4599 2003-01-04 Kim F. Storm <storm@cua.dk>
4600
4601 * simple.el (split-line): If present, copy fill-prefix from
4602 current line to new line. Don't copy if prefix arg.
4603 From Lisp, arg may be an alternative prefix string to copy.
4604 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
4605
4606 * mail/sendmail.el (mail-split-line): New function.
4607 (mail-mode-map): Remap split-line to mail-split-line.
4608
4609 2003-01-03 Dave Love <fx@gnu.org>
4610
4611 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
4612 with new load-history format.
4613
4614 * international/mule-cmds.el (sort-coding-systems):
4615 Adjust priority of utf-16 and x-ctext.
4616
4617 * international/utf-8.el (utf-translate-cjk):
4618 Call optimize-char-coding-system-table.
4619
4620 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
4621 Call optimize-char-coding-system-table.
4622
4623 * international/mule.el (register-char-codings): Don't call
4624 optimize-char-coding-system-table here.
4625 (keyboard-coding-system): Doc fix. Update :version.
4626
4627 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
4628 (nroff-imenu-expression): New.
4629 (nroff-mode): Use it.
4630
4631 * autoinsert.el (auto-insert-alist): Add man page skeleton.
4632
4633 2003-01-03 Andre Spiegel <spiegel@gnu.org>
4634
4635 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
4636 the lock.
4637
4638 2003-01-03 Kim F. Storm <storm@cua.dk>
4639
4640 * emulation/cua-base.el (cua--pre-command-handler):
4641 Corrected handling of delete-selection properties.
4642
4643 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
4644
4645 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
4646 documentation string when `sym' is non-nil.
4647
4648 2003-01-02 Steven Tamm <steventamm@mac.com>
4649
4650 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
4651 Have scroll bars correctly default to being on the right for Mac
4652 Carbon port by testing "mac-carbon" feature, not window-system.
4653
4654 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
4655
4656 * cus-edit.el (customize-group, customize-group-other-window):
4657 Call custom-load-symbol unconditionally.
4658 (customize-face, customize-face-other-window): Fix format arg.
4659
4660 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
4661
4662 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
4663 to `left'.
4664
4665 2003-01-01 Richard M. Stallman <rms@gnu.org>
4666
4667 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
4668
4669 * files.el (backup-buffer): Cope if file-modes returns nil.
4670
4671 2002-12-30 Steven Tamm <steventamm@mac.com>
4672
4673 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
4674 Have scroll bars correctly default to being on the right for Mac
4675 Carbon port
4676
4677 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
4678
4679 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
4680 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
4681 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
4682 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
4683 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
4684 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
4685 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
4686 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
4687 (gdb-frames-mouse-select): Simplify.
4688 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
4689 consistent with other modes in emacs.
4690 (gdb-display-source-buffer): Return window of source buffer
4691 for (gud-display-line).
4692
4693 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
4694
4695 * button.el (defface button): Add group.
4696
4697 * cus-edit.el (customize-browse): Call `widget-setup'.
4698
4699 2002-12-29 Andreas Schwab <schwab@suse.de>
4700
4701 * Makefile.in: Generate cus-load.el and finder-inf.el in the
4702 source directory. Change dependencies on lisp files to explicitly
4703 use $(lisp).
4704 (compile-calc): Fix command substitution.
4705 * cus-dep.el (generated-custom-dependencies-file): New variable.
4706 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
4707 * finder.el (generated-finder-keywords-file): New variable.
4708 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
4709
4710 2002-12-28 Richard M. Stallman <rms@gnu.org>
4711
4712 * info-look.el (info-lookup): Fix error message typo.
4713
4714 * comint.el (comint-mode): Locally set scroll-conservatively.
4715 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
4716 is active only when point is at end.
4717
4718 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
4719 Fix error message.
4720
4721 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
4722
4723 * simple.el (repeat-complex-command): Signal real error on failure.
4724
4725 2002-12-28 Andreas Schwab <schwab@suse.de>
4726
4727 * progmodes/make-mode.el (makefile-font-lock-keywords):
4728 Highlight automatic variable references enclosed in parens and
4729 optionally suffixed by F or D.
4730
4731 2002-12-27 Miles Bader <miles@gnu.org>
4732
4733 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
4734 buffer-local variable.
4735
4736 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
4737
4738 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
4739 the same way as `custom-buffer-create-other-window'.
4740 (customize-variable-other-window, customize-option-other-window):
4741 Definitions moved up.
4742
4743 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4744
4745 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
4746 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
4747 tramp.el. From Michael Albinus.
4748 * net/tramp-smb.el: New file for using smbclient to access
4749 Windows shares with Tramp. From Michael Albinus.
4750
4751 2002-12-26 Andreas Schwab <schwab@suse.de>
4752
4753 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
4754
4755 2002-12-26 Andre Spiegel <spiegel@gnu.org>
4756
4757 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
4758 order to get the latest version on the current branch.
4759 Update documentation of vc-BACKEND-checkout to explain this.
4760
4761 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
4762 (vc-rcs-checkin): By default, specify the current workfile
4763 branch as the check-in revision.
4764
4765 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
4766
4767 * vc-sccs.el (vc-sccs-checkout): Likewise.
4768
4769 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
4770
4771 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
4772 of displayed expressions are deleted when the displayed expressions
4773 are deleted.
4774 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
4775 deletion is handled by gdb-info-display-custom now.
4776 (gdb-source-info): Undo earlier change (do create display buffer
4777 automatically).
4778
4779 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
4780
4781 * cus-edit.el (custom-save-faces): Fix typo.
4782
4783 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
4784
4785 * mail/undigest.el (unforward-rmail-message): Do not assume that
4786 the forwarded message's Date: header comes after From:. Use a
4787 Forwarded-from: rather than a Forwarded-by: header. Add a
4788 Forwarded-date: header.
4789
4790 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
4791
4792 * gdb-ui.el (gdb-display-number-end): Make auto-display of
4793 expressions in GDB work on text-only terminals.
4794 (gdb-post-prompt): Compute current frame properly.
4795 (gdb-get-current-frame, gdb-frame-handler): New functions.
4796 (gdb-source-info): Move last statement into if clause.
4797 Tidy, improve documentation.
4798
4799 2002-12-23 Richard M. Stallman <rms@gnu.org>
4800
4801 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
4802
4803 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
4804 (easy-menu-define): Doc fix, say SYMBOL can be nil.
4805
4806 * window.el (save-selected-window): Save and restore
4807 selected windows of all frames.
4808
4809 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
4810 Update custom types.
4811
4812 2002-12-23 Alex Schroeder <alex@emacswiki.org>
4813
4814 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
4815 Alex Schroeder's adaptation of Jan Vroonhof
4816 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
4817
4818 * cus-edit.el (customize-save-variable): Take themes into account.
4819 (custom-variable-save): Take themes into account.
4820 (custom-variable-reset-saved): Add comment-widget.
4821 (custom-variable-reset-standard): Add comment-widget.
4822 (custom-variable-reset-standard): Take themes into account.
4823 (custom-face-save): Take themes into account.
4824 (custom-face-reset-standard): Take themes into account.
4825 (custom-save-variables): Take themes into account.
4826 (custom-save-faces): Take themes into account.
4827 (custom-save-resets): New function.
4828 (custom-save-loaded-themes): New function.
4829 (customize-save-customized): Take themes into account.
4830
4831 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
4832 (custom-theme-set-faces): New function.
4833 (custom-theme-face-value): New function.
4834 (custom-theme-reset-internal-face): New function.
4835 (custom-theme-reset-faces): New function.
4836 (custom-reset-faces): New function.
4837
4838 * custom.el (custom-known-themes): New variable.
4839 (custom-declare-theme): New function.
4840 (deftheme): New macro.
4841 (custom-make-theme-feature): New function.
4842 (custom-theme-p): New function.
4843 (custom-check-theme): New function.
4844 (custom-push-theme): New function.
4845 (custom-theme-set-variables): Take themes into account.
4846 (custom-loaded-themes): New variable.
4847 (custom-theme-loaded-p): New function.
4848 (provide-theme): New function.
4849 (require-theme): New function.
4850 (custom-remove-theme): New function.
4851 (custom-do-theme-reset): New function.
4852 (custom-theme-load-themes): New function.
4853 (custom-load-themes): New function.
4854 (custom-theme-value): New function.
4855 (custom-theme-variable-value): New function.
4856 (custom-theme-reset-internal): New function.
4857 (custom-theme-reset-variables): New function.
4858 (custom-reset-variables): New function.
4859
4860 * cus-theme.el: New file.
4861
4862 2002-12-23 Matthew Swift <swift@alum.mit.edu>
4863
4864 * emacs-lisp/rx.el (rx-and): Generate a shy group.
4865 Specify `no-group' when calling rx-to-string.
4866 (rx-submatch): Specify `no-group' when calling rx-to-string.
4867 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
4868 (rx-atomic-p): New function.
4869
4870 2002-12-23 Kevin Ryde <user42@zip.com.au>
4871
4872 * info-look.el (info-lookup): For ease of use try item
4873 case-insensitive if not found case-sensitive.
4874 Do case sensitive search in index nodes, so items differing only in
4875 case go correctly to their respective nodes.
4876
4877 2002-12-22 Richard M. Stallman <rms@gnu.org>
4878
4879 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
4880
4881 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
4882 Add defvars.
4883
4884 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
4885 on the file name.
4886
4887 * textmodes/outline.el (outline-next-visible-heading):
4888 When going forward, test outline-invisible-p at start of header.
4889
4890 2002-12-22 Kevin Ryde <user42@zip.com.au>
4891
4892 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
4893 Info-mode.
4894 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
4895 New functions.
4896 (makeinfo-compile): Add a sentinel parameter.
4897 (makeinfo-compilation-sentinel-region): Renamed from
4898 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
4899 (makeinfo-region): Use this.
4900 * info.el (Info-revert-find-node): New function.
4901
4902 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
4903
4904 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
4905 process filter (gdba in gdb-ui.el only).
4906 (gdb-tooltip-print): New function.
4907 (tooltip-gud-process-output): Undo previous change.
4908 (tooltip-strip-annotations): Remove.
4909
4910 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
4911
4912 * gud.el (gud-menu-map): Add jdb support for "run".
4913 (gud-jdb-find-source-using-classpath): Use 'identity.
4914 (gud-jdb-marker-filter): Marker regexp and filename filtering
4915 change to support a backwards-incompatible change in Sun's jdb
4916 line number display in SDK versions 1.4.
4917 (gud-format-command): gud-find-class now requires two
4918 parameters (file and linenumber).
4919 (gud-find-class): Bulk of the change related to using c-syntactic
4920 symbols to locate nested class declarations in java sources
4921 visited by java-mode (cc-mode).
4922
4923 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
4924
4925 * gdb-ui.el: Remove the concept of an instance. This means that
4926 a lot of functions have been renamed. Accessors are prefixed with
4927 gdb-get, setters with gdb-set and the word instance has been
4928 removed from many function and variable names.
4929 (gdb-display-buffer): Protect source buffer as well
4930 as GUD buffer when requesting new buffers.
4931 (gdb-source-info): Two changes : Don't create display buffer
4932 automatically, compute source window correctly.
4933
4934 2002-12-21 Richard M. Stallman <rms@gnu.org>
4935
4936 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
4937
4938 * ls-lisp.el (original-insert-directory): Make this a variable,
4939 don't set its function definition.
4940 (insert-directory): Use funcall to call that function.
4941
4942 * bindings.el (help-echo): Change tooltip string.
4943
4944 * chistory.el (command-history-map): Move definition up.
4945
4946 * faces.el (help-xref-stack): Add defvar to avoid warning.
4947
4948 2002-12-21 Andreas Schwab <schwab@suse.de>
4949
4950 * dired.el (dired-insert-directory): Preserve text properties
4951 when quoting.
4952
4953 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
4954
4955 * mail/undigest.el (rmail-mail-separator): Renamed from
4956 rmail-digest-mail-separator. All users changed.
4957 (unforward-rmail-message): Rewritten to be more robust and to
4958 additionally account for the common style of forwarding messages
4959 by citing them entirely with headers.
4960
4961 2002-12-18 Dave Love <fx@gnu.org>
4962
4963 * international/utf-8-subst.el: Deleted.
4964
4965 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
4966 char-coding-system-table elements destructively.
4967 Use optimize-char-coding-system-table.
4968
4969 * international/mule.el (optimize-char-coding-system-table): New.
4970 (register-char-codings): Use it.
4971
4972 * international/utf-8.el (ucs-mule-cjk-to-unicode)
4973 (ucs-unicode-to-mule-cjk): Revert last change.
4974 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
4975 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
4976 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
4977 char-coding-system-table elements destructively.
4978 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
4979 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
4980
4981 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
4982
4983 * info.el (Info-dir-remove-duplicates): Avoid infloop when
4984 deleting last entry.
4985
4986 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
4987
4988 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
4989 rename gud-gdba-marker-filter.
4990 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
4991 (gdb-make-instance): Remove (put into gdba).
4992 Use gdb-instance-enqueue-input instead of
4993 gdb-instance-enqueue-idle-input for user functions.
4994 (gdb-instance-target-string): Simplify.
4995 (in-gdb-instance-context): Remove.
4996 Expand Commentary.
4997
4998 2002-12-17 Kenichi Handa <handa@m17n.org>
4999
5000 * international/mule.el (set-file-name-coding-system): New function.
5001
5002 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
5003 Add bindings for set-file-name-coding-system.
5004
5005 2002-12-17 Kenichi Handa <handa@m17n.org>
5006
5007 * international/mule-cmds.el (universal-coding-system-argument):
5008 Bind coding-system-require-warning to t.
5009 (select-safe-coding-system): Handle t in the arg
5010 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
5011 coding-system to allow users to specify unsafe coding system on
5012 their risk.
5013
5014 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
5015
5016 * mail/undigest.el (rmail-digest-methods)
5017 (rmail-digest-mail-separator): New variables.
5018 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
5019 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
5020 (rmail-digest-parse-rfc934): New functions.
5021 (undigestify-rmail-message): Completely rewritten.
5022
5023 2002-12-16 Kim F. Storm <storm@cua.dk>
5024
5025 * ido.el (ido-read-file-name): Remove debug message.
5026
5027 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
5028
5029 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
5030 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
5031 (Buffer-menu-mode-width): New customization.
5032 (Buffer-menu-sort-column): New var.
5033 (Buffer-menu-no-header): New function for not changing header line and
5034 recognizing swapped M&R columns, used by modifying commands in Buffer
5035 Menu.
5036 (Buffer-menu-buffer+size): New function for variable width buffer name.
5037 (list-buffers-noselect): Rewritten for nicer menu.
5038
5039 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
5040
5041 * filesets.el (filesets-build-menu-now): Don't clear messages.
5042
5043 * allout.el: Avoid name conflicts with outline.el.
5044 Replace globally string "outline-" with string "allout-".
5045 Replaced 1446 occurrences; there was no string "allout-" before the
5046 change and there seems to be no dependency on outline.el.
5047 Put `quotes' around many function and variable names.
5048 Doc changes to adjust to the change to prefix "allout-".
5049 Don't provide `outline'. Use " Allout" as mode line string,
5050 not " Outl". Put group `allout' in group `editing'.
5051 Update Copyright notice. Autoload `allout-init'.
5052 (allout-init): Give report also in case auto-activation was inhibited.
5053 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
5054
5055 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
5056
5057 * xml.el (xml-parse-tag): Allow spaces between / and >.
5058
5059 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
5060
5061 * emacs-lisp/autoload.el (autoload-ensure-default-file):
5062 Insert missing space in file end comment.
5063
5064 2002-12-15 Simon Josefsson <jas@extundo.com>
5065
5066 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
5067 user-mail-address as sender.
5068
5069 2002-12-15 Dave Love <fx@gnu.org>
5070
5071 * international/mule-cmds.el (standard-keyboard-coding-systems):
5072 Delete.
5073 (set-locale-environment): Don't use it.
5074
5075 * international/utf-8.el (ucs-mule-cjk-to-unicode)
5076 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
5077 (utf-subst-table-for-decode): Specify :size, :rehash-size.
5078 (utf-translate-cjk): :set rewritten to load subst-... files.
5079 Add :set-after.
5080 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
5081
5082 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
5083
5084 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
5085 buffer as modified unless it really is.
5086
5087 2002-12-14 Andreas Schwab <schwab@suse.de>
5088
5089 * wid-edit.el (widget-move): Don't loop infinitely when there is
5090 no field or button.
5091
5092 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
5093
5094 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
5095 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
5096 Undo 2002/09/27 change because kill-buffer-hook is not
5097 permanent-local.
5098
5099 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5100 Optimize the remaining part of for-effect and/or expressions.
5101
5102 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
5103
5104 * emacs-lisp/easy-mmode.el (define-minor-mode):
5105 Use `custom-current-group'. Pass all groups to the hook.
5106 (easy-mmode-define-global-mode): Use `custom-current-group'.
5107
5108 * international/mule-cmds.el (current-language-environment):
5109 Set type according to `language-info-alist' also here.
5110
5111 * progmodes/compile.el (compilation-menu-map):
5112 Use `kill-compilation' to stop compilation.
5113
5114 2002-12-13 Kenichi Handa <handa@m17n.org>
5115
5116 * language/european.el (encode-mac-roman): Fix last change.
5117
5118 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
5119 (ccl-encode-alternativnyj): Fix last change.
5120
5121 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
5122
5123 * gdb-ui.el: Improve documentation strings.
5124 (gdb-many-windows): Set default value to nil.
5125
5126 2002-12-12 Dave Love <fx@gnu.org>
5127
5128 * international/subst-big5.el, international/subst-gb2312.el:
5129 * international/subst-jis.el, international/subst-ksc.el: New.
5130
5131 * custom.el (defcustom, custom-set-variables): Doc fix.
5132
5133 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
5134 things protected by `(if (fboundp ...' or `(if (boundp ...'.
5135
5136 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
5137
5138 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
5139
5140 * progmodes/fortran.el (fortran-mode-abbrev-table):
5141 Handle `define-abbrev' with either 5 or 6 arguments.
5142
5143 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
5144
5145 * international/mule-cmds.el (set-language-info):
5146 Update custom-type of `current-language-environment'.
5147 (current-language-environment): Fix custom type.
5148
5149 2002-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5150
5151 * progmodes/antlr-mode.el (antlr): New URL.
5152
5153 2002-12-10 R. Bernstein <rocky@panix.com>
5154
5155 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
5156 Fix erroneous print expression command, and fix typos.
5157 (perldb): Undo previous change in prompt regexp.
5158
5159 2002-12-10 Steven Tamm <steventamm@mac.com>
5160
5161 * generic-x.el (javascript-generic-mode): Added C style block
5162 comments as used in ECMA-262 standard.
5163
5164 2002-12-10 Kenichi Handa <handa@m17n.org>
5165
5166 * language/european.el ("Swedish"): Change tutorial file name to
5167 TUTORIAL.sv in this langauge environment..
5168
5169 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
5170
5171 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
5172 disable it buffer-locally.
5173 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
5174 `eventpt' and point.
5175
5176 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
5177 (ibuffer-set-filter-groups-by-mode): Use it instead of
5178 `delete-duplicates' so we don't require cl library at runtime.
5179 (ibuffer-insert-filter-group-before): Don't use `position' so we
5180 don't require cl library at runtime.
5181
5182 * chistory.el (command-history-mode): Add interactive spec.
5183 Improve doc string.
5184
5185 2002-12-09 Richard M. Stallman <rms@gnu.org>
5186
5187 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
5188
5189 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
5190
5191 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
5192 customize type 'float is now defined.
5193
5194 2002-12-09 Dave Love <fx@gnu.org>
5195
5196 * international/code-pages.el (mik, pt154): New coding systems.
5197
5198 * international/ucs-tables.el: Fix properly.
5199
5200 2002-12-09 Andreas Schwab <schwab@suse.de>
5201
5202 * international/ucs-tables.el: Fix last change.
5203
5204 2002-12-09 Kenichi Handa <handa@m17n.org>
5205
5206 * international/titdic-cnv.el (titdic-convert): Process the
5207 header part in multibyte mode.
5208
5209 2002-12-08 Dave Love <fx@gnu.org>
5210
5211 * international/code-pages.el (mule-diag): Move where it's required.
5212
5213 * international/ucs-tables.el: Add latin-jisx0201 characters.
5214 Fix translation-table-for-input for lao, thai, tibetan.
5215
5216 2002-12-08 Andreas Schwab <schwab@suse.de>
5217
5218 * files.el (insert-directory): Insert free space only when
5219 listing a full directory.
5220
5221 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
5222
5223 * gdb-ui.el : Remove inappropriate key-bindings.
5224 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
5225 Parse correctly when breakpoint has no line number.
5226 (def-gdb-auto-update-handler, gdb-info-locals-handler),
5227 (gdb-display-end): Avoid using insert-buffer.
5228 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
5229
5230 2002-12-07 Richard M. Stallman <rms@gnu.org>
5231
5232 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
5233 (compilation-leave-directory-regexp-alist): Match byte compiler output.
5234
5235 * emacs-lisp/cl-macs.el: Add local variable list
5236 to turn off cl-function warnings.
5237
5238 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
5239 elements in load-history.
5240 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
5241 and cl-struct-setf-expander.
5242
5243 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
5244 New variable.
5245 (autoload-print-form): Use autoload-print-form-outbuf.
5246 (generate-file-autoloads): Bind autoload-print-form-outbuf.
5247
5248 * calendar/calendar.el (calendar-day-name): Move defn down.
5249
5250 * speedbar.el (speedbar-directory-buttons-follow):
5251 Don't use directory-sep-char.
5252
5253 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
5254
5255 * register.el (describe-register-1): Use window-width
5256 to truncate string in a register. Check whether the string
5257 in a register is an empty string or a sequence of white spaces.
5258
5259 2002-12-07 Andreas Schwab <schwab@suse.de>
5260
5261 * faces.el (face-font-selection-order)
5262 (face-font-family-alternatives, face-font-registry-alternatives):
5263 Remove period from :tag value.
5264
5265 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
5266 to :inverse-video.
5267
5268 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
5269
5270 * wid-edit.el (define-widget number): Clarify doc and error message.
5271 (define-widget float): New widget.
5272
5273 2002-12-07 Andreas Schwab <schwab@suse.de>
5274
5275 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
5276
5277 * files.el (find-file-read-args): Reenable wildcard processing
5278 unconditionally.
5279
5280 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
5281
5282 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
5283 functions for copyright notice and copying permissions.
5284 (texinfo-copying, texinfo-insertcopying): New functions.
5285
5286 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
5287
5288 * textmodes/texinfmt.el (texinfo-format-ifxml)
5289 (texinfo-format-xml): New function.
5290 (ifxml, ifnotxml): New aliases.
5291
5292 2002-12-06 Dave Love <fx@gnu.org>
5293
5294 * international/utf-8-subst.el: Revert last change.
5295
5296 2002-12-06 Miles Bader <miles@gnu.org>
5297
5298 * info.el (Info-insert-dir): Make dir-node-cache variables
5299 buffer-local, so that killing the *info* buffer forces the
5300 dir-node to be rebuilt.
5301
5302 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
5303
5304 * finder.el (finder-compile-keywords): Don't insert a keyword to
5305 the generated file.
5306
5307 2002-12-05 Andreas Schwab <schwab@suse.de>
5308
5309 * speedbar.el (speedbar-highlight-face): Fix face spec.
5310
5311 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
5312
5313 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
5314 gdb-proc with gud-comint-buffer instead.
5315 (gdb-proc): Remove.
5316 (def-gdb-var): Simplify.
5317 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
5318 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
5319 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
5320 (gdb-info-locals-handler): Avoid replace-regexp.
5321
5322 * calendar/calendar.el (facemenu-unlisted-faces): Only update
5323 after facemenu is loaded.
5324 (calendar-font-lock-keywords): Accept non-ASCII month names.
5325 Use regexp-opt.
5326
5327 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
5328 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
5329 (gdba): Call `gdb' and then make modifications.
5330 Always call gdb-clear-inferior-io rather than just "the first time".
5331 (gud-break, gud-remove): Definitions moved to inside gdba.
5332 (gdb-target-name): Remove. Use gud-target-name instead.
5333 (gdba-complete-filter, gdba-common-init): Remove.
5334 The changes were integrated into the generic code.
5335
5336 * gud.el: Use match-string.
5337 (gud-menu-map): Re-fix gdb-running to gud-running.
5338 Activate up/down and finish for pdb.
5339 (gud-def): Use backquotes.
5340 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
5341 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
5342 (gud-gdb-complete-break, gud-gdb-complete-list):
5343 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
5344 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
5345 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
5346 Add a `filter' argument and run it on `string'.
5347 (gud-gdb-run-command-fetch-lines): Use it instead of
5348 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
5349 Return the fetched lines.
5350 (gud-gdb-complete-command): Use it instead of cooking up
5351 something by hand using gud-gdb-complete-filter.
5352 (gud-gdb-get-stackframe): Use the new calling convention of
5353 gud-gdb-run-command-fetch-lines.
5354 (gud-gdb-fetched-stack-frame-list): Remove.
5355 (gud-gdb-speedbar-stack-filter): Remove.
5356 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
5357 (gud-bashdb-command-name): Add "--debugger" argument here.
5358 (bashdb): Use default gud-find-file and don't bother with
5359 a massage-args function now that --debugger is make explicit.
5360 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
5361 (bashdb): Don't provide.
5362 (gud-target-name): New var.
5363 (gud-common-init): Set it.
5364 Also reset gud-running and gud-last-last-frame.
5365
5366 2002-12-05 Dave Love <fx@gnu.org>
5367
5368 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
5369 mule-utf-16-le, mule-utf-16-be.
5370
5371 2002-12-05 Richard M. Stallman <rms@gnu.org>
5372
5373 * textmodes/outline.el (outline-mode): Doc fix.
5374
5375 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
5376
5377 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
5378
5379 2002-12-05 Kenichi Handa <handa@m17n.org>
5380
5381 * international/titdic-cnv.el (quail-misc-package-ext-info):
5382 Remove duplicate entry for chinese-b5-quick.
5383 (batch-miscdic-convert): Don't try to call miscdic-convert on
5384 files in the directory just following the arg "-dir".
5385
5386 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
5387
5388 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
5389 corresponding defvar.
5390 (gdb-inferior-io-mode-map): New var.
5391 Add bindings to it rather than to comint-mode-map.
5392 (gdb-display-number-end): Use dolist. Remove always-true test.
5393 (gdb-delete-line): Move and simplify.
5394 (gdb-display-end): Don't bother going to beg-of-line since we're there.
5395 (gdb-array-format1): Use dolist.
5396 (gdb-make-windows-menu, gdb-make-frames-menu):
5397 Move to top-level code. Move the menus to within the GUD menu.
5398 Make the menus only appear in gdba mode.
5399
5400 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
5401 (gdb-inferior-io-mode): Use define-minor-mode.
5402 (gdb-source-info): Don't burp if there's no source file.
5403 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
5404 (gdb-inferior-io-stop, gdb-inferior-io-eof)
5405 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
5406 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
5407 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
5408 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
5409 (gdb-display-display-buffer, gdb-frame-display-buffer)
5410 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
5411 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
5412 Remove the spurious left over arg from the "big reorg".
5413
5414 2002-12-04 Richard M. Stallman <rms@gnu.org>
5415
5416 * gud.el (gud-menu-map): Update for bashdb.
5417 (perldb): Change prompt regexp.
5418 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
5419 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
5420
5421 * progmodes/cc-vars.el: Simply require wid-edit and custom
5422 in eval-when-compile.
5423
5424 * progmodes/cc-menus.el: Don't require imenu.
5425
5426 * progmodes/cc-langs.el: Don't require cl.
5427 (c-delete-duplicates): New function. Use instead of delete-duplicates.
5428
5429 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
5430 Add an else-clause to the if to avoid confused compiler warning.
5431
5432 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
5433
5434 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
5435
5436 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
5437
5438 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
5439 Update gdb-running -> gud-running.
5440 (gdba): Use the default for gud-find-file.
5441 (def-gdb-variable): Remove: fold into def-gdb-var.
5442 (def-gdb-var): Use buffer-local-value and with-current-buffer.
5443
5444 * gud.el (gud-running): Rename from gdb-running. Update uses.
5445 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
5446 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
5447 which fails if tool-bar.el is loaded in the mean time.
5448 (gud-file-name): New fun.
5449 (gud-find-file): Use it as default value for gud-find-file.
5450 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
5451 on gud-find-file.
5452 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
5453 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
5454 (gud-pdb-find-file, gud-jdb-find-file): Remove.
5455 (gud-query-cmdline): Don't stuff the whole cwd in the command.
5456 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
5457 (gud-mipsdbx-massage-args): Remove.
5458 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
5459 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
5460 (gud-jdb-command-name): New var.
5461 (gud-common-init): Re-instate RMS code of 11/13.
5462
5463 2002-12-03 Dave Love <fx@gnu.org>
5464
5465 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
5466 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
5467 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
5468
5469 2002-12-03 Andreas Schwab <schwab@suse.de>
5470
5471 * cus-edit.el (custom-display): Add checkbox for type mac.
5472
5473 * whitespace.el (whitespace-highlight-face): Fix face spec.
5474
5475 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
5476
5477 * simple.el (completion-setup-function): Fix last change to use
5478 minibuffer-completing-file-name instead.
5479
5480 * add-log.el (change-log-mode): Set indent-line-function explicitly
5481 to what it was before indent-line-function's default was changed.
5482
5483 2002-12-02 Richard M. Stallman <rms@gnu.org>
5484
5485 * textmodes/ispell.el (ispell-dict-map): Move specific
5486 dictionary selection into a submenu.
5487
5488 * textmodes/fill.el (fill-indent-to-left-margin): New function.
5489 (fill-newline, fill-region-as-paragraph): Use that.
5490
5491 * simple.el (completion-setup-function):
5492 Handle ffap-read-file-or-url-internal specially like
5493 read-file-name-internal.
5494
5495 2002-12-02 Simon Marshall <marshals@perth>
5496
5497 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
5498
5499 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
5500
5501 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
5502 more make keywords: defined, endef, override, export, unexport
5503 and vpath.
5504
5505 2002-12-02 Dave Love <fx@gnu.org>
5506
5507 * autoarg.el (autoarg-kp-mode): Give it a :group.
5508
5509 2002-12-02 Noah Friedman <friedman@splode.com>
5510
5511 * complete.el (PC-do-completion): Do not add wildcards to pattern
5512 unless filename is non-nil.
5513
5514 2002-12-02 Andreas Schwab <schwab@suse.de>
5515
5516 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
5517
5518 * paren.el (show-paren-mismatch-face): Fix face spec.
5519
5520 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
5521
5522 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
5523 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
5524
5525 * tooltip.el (tooltip-gud-process-output): Handle annotations that
5526 are output with gdba in gdb-ui.el.
5527 (tooltip-strip-annotations): New function.
5528
5529 2002-11-29 Dave Love <fx@gnu.org>
5530
5531 * autoarg.el (autoarg-mode): Give it a :group.
5532
5533 2002-11-29 Bill Wohler <wohler@newt.com>
5534
5535 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
5536 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
5537 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
5538 version 7.0.
5539
5540 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
5541 searches and speedbar support in MH-E version 7.0.
5542
5543 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
5544 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
5545 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
5546 MH-E version 7.0.
5547
5548 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
5549
5550 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
5551
5552 2002-11-29 Richard M. Stallman <rms@gnu.org>
5553
5554 * mail/rmail.el (rmail-convert-to-babyl-format):
5555 Make search for message delimiter case-sensitive.
5556
5557 * simple.el (yank-window-start): New variable.
5558 (yank): Record yank-window-start
5559 (yank-pop): Use yank-window-start.
5560
5561 * info.el (Info-additional-directory-list): Doc fix.
5562
5563 * indent.el (indent-according-to-mode, indent-region): Doc fix.
5564
5565 * tooltip.el (tooltip-gud-tips-p): Doc fix.
5566
5567 * eshell/em-script.el: Require eshell.
5568
5569 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
5570
5571 2002-11-29 Kim F. Storm <storm@cua.dk>
5572
5573 * mwheel.el: Avoid accidental yanking of text while scrolling with
5574 the mouse wheel. This adds a short period after each mouse wheel
5575 scroll event where a click on the mouse wheel button is ignored.
5576 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
5577 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
5578 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
5579 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
5580 Start mwheel-inhibit-click-event-timer with timeout handler
5581 mwheel-inhibit-click-timeout.
5582
5583 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
5584
5585 * tooltip.el (tooltip-gud-tips-setup): Remove.
5586 (tooltip-gud-debugger): Remove.
5587 (tooltip-gud-print-command): Use gud-minor mode instead of
5588 tooltip-gud-tips-setup and tooltip-gud-debugger.
5589
5590 * gdb-ui.el (gdb-starting): Set gdb-running to t.
5591 (gdb-stopped): Set gdb-running to nil.
5592 (gdb-quit): Reset some variables including tool-bar-map.
5593
5594 * gud.el (gdb-running): New variable.
5595 (gud-menu-map): Use gdb-running to grey out toolbar buttons
5596 with gdba in gdb-ui.el.
5597 (gud-tool-bar-map): Move to avoid byte compiler warning.
5598
5599 2002-11-27 Jason Rumney <jasonr@gnu.org>
5600
5601 * files.el (file-truename): Canonicalize non-existent names on w32.
5602
5603 2002-11-28 Kim F. Storm <storm@cua.dk>
5604
5605 * ido.el (ido-xemacs): Remove defvar. All uses changed to
5606 check (featurep 'xemacs) instead.
5607 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
5608
5609 2002-11-27 Dave Love <fx@gnu.org>
5610
5611 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
5612 forms' block to top (before uses).
5613 (help-fns): Don't require at top level. (Recursively.)
5614 (cl-transform-lambda): Require help-fns.
5615
5616 2002-11-26 Dave Love <fx@gnu.org>
5617
5618 * language/european.el (encode-mac-roman): Deal with unencodable
5619 characters.
5620
5621 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
5622 (ccl-encode-alternativnyj): Deal with unencodable characters.
5623
5624 * international/code-pages.el (cp-make-coding-system): Deal with
5625 unencodable characters.
5626
5627 2002-11-24 Richard M. Stallman <rms@gnu.org>
5628
5629 * mail/sendmail.el (mail-signature): Handle case where
5630 value of mail-signature is a string.
5631
5632 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
5633
5634 * faces.el (face-set-after-frame-default): Ignore errors
5635 in face-spec-face-set.
5636
5637 * cus-face.el (custom-declare-face): Add face-defface-spec
5638 prop after applying the face spec.
5639
5640 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
5641
5642 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
5643 print command for gdb to keep it out of the command history.
5644
5645 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
5646 code to allow only one gdb process.
5647
5648 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
5649
5650 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
5651 place. Add groups.
5652
5653 2002-11-22 Simon Marshall <marshals@perth>
5654
5655 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
5656
5657 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
5658
5659 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
5660
5661 2002-11-20 Simon Josefsson <jas@extundo.com>
5662
5663 * play/morse.el (morse-code): Add non-ASCII characters, according
5664 to table at http://www.soton.ac.uk/~scp93ch/morse/.
5665
5666 2002-11-21 Richard M. Stallman <rms@gnu.org>
5667
5668 * dired.el (dired-sort-inhibit): New variable.
5669 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
5670
5671 * find-dired.el (find-dired): Set dired-sort-inhibit to t
5672 buffer-locally.
5673
5674 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
5675
5676 * progmodes/sql.el: Added LINTER support.
5677 (sql-linter-program): New variable.
5678 (sql-linter-options): New variable.
5679 (sql-mode-menu): Added Linter keywords.
5680 (sql-mode-linter-font-lock-keywords): New variable.
5681 (sql-highlight-linter-keywords): New function.
5682 (sql-linter): New function.
5683 (sql-ms-options): New variable.
5684 (sql-ms): Use it.
5685
5686 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
5687
5688 * ibuffer.el (ibuffer-formats): Change default value; bump width
5689 of size column in first format to 7.
5690
5691 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
5692
5693 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
5694 load-history since `defvar' now uses this format.
5695
5696 * custom.el (custom-declare-variable): Use push.
5697 Use the (defvar . <sym>) format in load-history like `defvar' does.
5698
5699 * subr.el (symbol-file): Accept a non-atomic `function' arg.
5700 (with-local-quit): Add debug and indentation info.
5701
5702 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
5703
5704 * subr.el (symbol-file): Remove unused variable `functions'.
5705
5706 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
5707
5708 * Makefile.in (setwins_almost): Renamed from finder_setwins.
5709 (custom-deps): Use it.
5710 (finder-data): Adjust to that name change.
5711
5712 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
5713
5714 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5715 Turn errors into messages so they don't get ignored.
5716 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
5717 (eldoc-beginning-of-sexp): Simplify.
5718 (eldoc-function-arglist): Remove.
5719 (eldoc-function-argstring): Use help-function-arglist instead.
5720 (eldoc-function-argstring-from-docstring-method-table)
5721 (eldoc-function-argstring-from-docstring): Remove.
5722
5723 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
5724
5725 2002-11-19 Dave Love <fx@gnu.org>
5726
5727 * emacs-lisp/bytecomp.el (maphash, map-char-table):
5728 Use byte-compile-funarg.
5729
5730 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
5731
5732 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
5733
5734 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
5735 members here rather than with custom-add-to-group. This is the
5736 intended way of using defgroup and also lets
5737 custom-make-dependencies do its job.
5738 (defgroup vhdl-highlight-faces): Ditto.
5739
5740 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
5741 Previous group name shadow is used in shadowfile.el.
5742 (shadows-compare-text-p): Use group lisp-shadow.
5743
5744 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
5745
5746 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
5747
5748 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
5749
5750 * register.el (describe-register-1): Don't assign to val the value
5751 returned by `remove-list-of-text-properties'.
5752
5753 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
5754
5755 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
5756 Grok month numbers, too.
5757
5758 2002-11-18 Juanma Barranquero <lektu@terra.es>
5759
5760 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
5761
5762 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
5763
5764 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
5765
5766 * textmodes/refill.el (defgroup refill): New group.
5767
5768 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
5769
5770 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
5771
5772 * textmodes/paragraphs.el (use-hard-newlines): Add group.
5773
5774 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
5775 (compilation-minor-mode): Add group.
5776
5777 * reveal.el (global-reveal-mode): Add group.
5778
5779 * bookmark.el (bookmark-menu-length): Fix group name.
5780
5781 2002-11-17 Richard M. Stallman <rms@gnu.org>
5782
5783 * mail/rmail.el (rmail-ignored-headers): Add more headers.
5784
5785 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
5786 (parse-time-val): Var renamed from `val'. All uses changed.
5787
5788 * files.el (parse-time-rules): Mark it as risky.
5789
5790 * finder.el (finder-commentary): Use buffer *Finder-package*.
5791
5792 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
5793
5794 * simple.el (indicate-unused-lines)
5795 (default-indicate-unused-lines): New variable aliases.
5796
5797 2002-11-18 Kenichi Handa <handa@m17n.org>
5798
5799 * progmodes/cc-vars.el: Undo previous change.
5800
5801 2002-11-18 Kenichi Handa <handa@m17n.org>
5802
5803 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
5804
5805 * language/european.el (iso-latin-1): Make it safe.
5806 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
5807 (iso-latin-9): Likewise.
5808
5809 * language/greek.el (greek-iso-8bit): Make it safe.
5810
5811 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
5812
5813 * language/lao.el (lao): Make it safe.
5814
5815 * language/thai.el (thai-tis620): Make it safe.
5816
5817 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
5818
5819 * speedbar.el (defgroup speedbar): Use group 'etags instead of
5820 nonexisting group 'tags.
5821
5822 * emacs-lisp/re-builder.el: Add provide call.
5823
5824 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
5825 (feedmail-fiddle-plex-user-list): Fix typo in group name.
5826
5827 * progmodes/make-mode.el (makefile-space-face): Fix group name.
5828
5829 * textmodes/ispell.el (defgroup ispell): Arrange that definition
5830 starts at beginning of line.
5831
5832 * textmodes/table.el (defgroup table-hooks): New group.
5833 (table-cell-map-hook): Fix typo in group name.
5834
5835 * calendar/diary-lib.el (diary-button-face): Add group and version
5836 number.
5837
5838 * warnings.el (defgroup warnings): New group.
5839
5840 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
5841
5842 * emacs-lisp/autoload.el (update-autoloads-from-directories):
5843 Sort the list of files with no autoloads.
5844
5845 2002-11-16 Alan Shutko <ats@acm.org>
5846
5847 * calendar/diary-lib.el (list-diary-entries): Pass a marker
5848 indicating source of entry to add-to-diary-list.
5849 (diary-button-face, diary-entry, diary-goto-entry): New, to
5850 support click to diary file.
5851 (fancy-diary-display): Buttonize diary entries.
5852 (list-sexp-diary-entries): Pass a marker indicating source of
5853 entry to add-to-diary-list.
5854 (diary-date): Return mark as well as entry.
5855
5856 * calendar/calendar.el (diary-face): New.
5857 (european-calendar-display-form, describe-calendar-mode)
5858 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
5859 (calendar-make-alist): New.
5860 (calendar-mode): Set up font-lock mode.
5861 (generate-calendar-window): Fontify if font-lock-mode is on.
5862
5863 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
5864
5865 * international/codepage.el (cp866-decode-table): Fix the
5866 translation table.
5867
5868 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
5869
5870 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
5871 caused existing function definitions to be overridden by
5872 phonies when the bytecomp environment is restored.
5873
5874 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
5875
5876 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
5877 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
5878 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
5879 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
5880 Icons for debugger (pbm files).
5881
5882 2002-11-15 Richard M. Stallman <rms@gnu.org>
5883
5884 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
5885
5886 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
5887
5888 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
5889 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
5890 (ibuffer-mode-hooks): Remove spurious defvar.
5891 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
5892 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
5893 `ibuffer-mode-hooks'.
5894
5895 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
5896
5897 * mail/rmailedit.el: Add provide call.
5898
5899 * play/bruce.el: Add provide call.
5900
5901 * emacs-lisp/gulp.el: Add provide call.
5902
5903 2002-11-14 Richard M. Stallman <rms@gnu.org>
5904
5905 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
5906
5907 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
5908
5909 * custom.el (custom-declare-group): Remove unnecessary line of code.
5910
5911 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
5912
5913 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
5914
5915 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
5916 at end of diary file.
5917
5918 2002-11-14 Kim F. Storm <storm@cua.dk>
5919
5920 * files.el (mode-name): Mark it as risky-local-variable like the
5921 other mode-line elements (moved from bindings.el).
5922
5923 * bindings.el (mode-name): Moved mark as risky-local-variable to
5924 files.el.
5925
5926 2002-11-14 Juanma Barranquero <lektu@terra.es>
5927
5928 * gud.el: Fix feature name in `provide'.
5929
5930 * gdb-ui.el: Fix feature name in `require'.
5931
5932 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5933
5934 * progmodes/etags.el (find-tag-default): Copy text at point without
5935 properties.
5936
5937 2002-11-14 Kenichi Handa <handa@m17n.org>
5938
5939 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
5940
5941 2002-11-14 Kim F. Storm <storm@cua.dk>
5942
5943 * textmodes/fill.el (fill-nobreak-invisible): New var.
5944 (fill-nobreak-p): Test it; return t if set and point invisible.
5945 (fill-newline): Test it; remove invisible prop on newline if set.
5946
5947 * info.el (Info-fontify-node): New local list paragraph-markers.
5948 Record markers for mangled *note references on that list.
5949 When done, go back through those markers and fill each mangled
5950 paragraph with `fill-nobreak-invisible' let-bound to t.
5951 Don't use `display' property; insert "see" directly in buffer.
5952
5953 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
5954
5955 * gdb-ui.el: New file, User Interface for running GDB
5956
5957 * gud.el:(gud-find-file): Set up GDB tool bar.
5958 (gud-menu-map): New commands: run, goto.
5959 Enable some commands for gdba.
5960 (gud-query-cmdline): Pass default directory to gdba.
5961 (gdb): Defune gud-goto and gud-run.
5962 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
5963 (gud-mode): Set up local tool bar.
5964 (gud-display-line): For gdba, call gdb-display-source-buffer.
5965 (gud-basic-call): For gdba, maybe delete the current prompt.
5966 (gud-tool-bar-map): New variable.
5967 (gud-read-address): Correction.
5968
5969 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
5970 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
5971 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
5972 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
5973 Icons for debugger.
5974
5975 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
5976
5977 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
5978
5979 2002-11-13 Andre Spiegel <spiegel@gnu.org>
5980
5981 * vc-rcs.el (vc-rcs-registered): Improve comment.
5982
5983 * vc-sccs.el (vc-sccs-registered): Improve comment.
5984
5985 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5986
5987 * progmodes/compile.el (compilation-error-regexp-alist):
5988 Don't include colon and space after a file name as part of the name.
5989
5990 2002-11-13 Richard M. Stallman <rms@gnu.org>
5991
5992 * gud.el (gdb): Undo 10-26 change.
5993
5994 2002-11-13 Kenichi Handa <handa@m17n.org>
5995
5996 * replace.el (occur-engine): Set buffer-file-coding-system of
5997 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
5998
5999 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
6000
6001 * custom.el (custom-handle-all-keywords): Fix arg passed to
6002 custom-add-to-group.
6003
6004 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
6005
6006 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
6007 (cvs-minor-mode-map): Add e binding in log-view-mode.
6008
6009 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
6010 (perl-indent-line): Look at the open-paren to indent a close-paren.
6011 (perl-calculate-indent): Try to better indent args after hanging paren.
6012 Remove special code for open-paren-in-column-0.
6013
6014 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
6015 (sgml-name-char): Use it.
6016 (sgml-tag-last, sgml-tag-history): New vars.
6017 (sgml-tag): Use them.
6018 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
6019 (sgml-delete-tag): Remove resulting empty lines.
6020 (sgml-tag) <symbol-plist>: Don't make intangible.
6021 (sgml-parse-tag-backward): Add limit argument.
6022 (html-autoview-mode): Use define-minor-mode.
6023
6024 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
6025
6026 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
6027 that the definition is found by `find-function-search-for-symbol'
6028 and etags.
6029
6030 * vc-sccs.el (vc-sccs-registered): Ditto.
6031
6032 * emulation/edt.el (defgroup edt): Arrange that definition starts
6033 at beginning of line.
6034
6035 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
6036
6037 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
6038 Remove autoload cookie.
6039
6040 * newcomment.el (defgroup comment): Remove autoload cookie.
6041
6042 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
6043
6044 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6045 Declare with defvar, not with defcustom.
6046
6047 * cus-dep.el: Don't require 'autoload.
6048 (custom-make-dependencies): Handle :version also for autoloaded
6049 options.
6050
6051 * winner.el (defgroup winner): Arrange that definition starts at
6052 beginning of line.
6053
6054 * emulation/edt.el: Simplify Emacs 19 compatibility.
6055
6056 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
6057
6058 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
6059 escape any format-like sequences it could contain.
6060
6061 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
6062
6063 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
6064
6065 2002-11-11 Juanma Barranquero <lektu@terra.es>
6066
6067 * bindings.el (mode-name): Mark it as risky-local-variable.
6068
6069 2002-11-09 Dave Love <fx@gnu.org>
6070
6071 * international/mule-cmds.el (current-language-environment):
6072 Fix :type.
6073
6074 * international/ucs-tables.el: Revert to using
6075 translation-table-for-input instead of keyboard-translate-table.
6076
6077 * international/quail.el (quail-input-string-to-events):
6078 Revert last change.
6079
6080 * simple.el (quoted-insert): Bind translation-table-for-input,
6081 not keyboard-translate-table.
6082
6083 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
6084
6085 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
6086
6087 * complete.el (PC-do-completion): Make partial-completion work
6088 with incomplete directory names.
6089
6090 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
6091 standard-latex-block-names.
6092 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
6093 and renewtheorem. Highlight \it and \bf separately since they
6094 may overlap.
6095 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
6096 (tex-font-lock-keywords-3, tex-verbatim-environments)
6097 (tex-font-lock-syntactic-keywords): New vars.
6098 (superscript, subscript, tex-verbatim-face): New faces.
6099 (tex-font-lock-syntactic-face-function): Handle \verb construct.
6100 (tex-common-initialization): Update font-lock-defaults setting.
6101 (tex-insert-braces): Make it into a skeleton.
6102 (latex-fill-nobreak-predicate): Don't break after \.
6103 (latex-insert-block): Rename from tex-latex-block.
6104 (latex-down-list): Use tex-mode-syntax-table when skipping parens
6105 rather than the indentation syntax-table.
6106 (latex-close-block): Rename from tex-close-latex-block.
6107 (latex-split-block): New fun.
6108 (latex-indent): Don't indent inside a verbatim block.
6109 (latex-find-indent): Stick \begin{verbatim} to the margin.
6110
6111 2002-11-08 John Wiegley <johnw@gnu.org>
6112
6113 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
6114 well as memq to find `global-mode-string' within
6115 `mode-line-format'. The structure of that variable has changed in
6116 21.3.
6117
6118 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
6119
6120 * format.el (format-decode): Be careful with the order in `format'.
6121
6122 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
6123
6124 * eshell/em-glob.el: Require esh-util.
6125 (eshell-glob-initialize): Don't assume
6126 eshell-special-chars-outside-quoting is available.
6127
6128 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
6129 a paragraph starter when filling non-comments.
6130 (fill-comment-paragraph): Don't narrow while doing the fill.
6131 Recognize paragraph starters and separators within comments.
6132 Use adaptive-fill-prefix when it works. Use comment-search-forward.
6133
6134 * progmodes/compile.el (grep-default-command): New fun.
6135 (grep): Use it.
6136 (compilation-menu-map): New var.
6137 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
6138 (compilation-mode-map): Simplify.
6139 (compilation-shell-minor-mode, compilation-minor-mode):
6140 Use define-minor-mode.
6141
6142 * elide-head.el (elide-head): Don't make intangible.
6143
6144 * help.el (where-is): Rename map to defs (a list of syms is not a map).
6145 Test fboundp first, to speed things up. Use push.
6146
6147 * isearch.el (isearch-hidden): New var.
6148 (isearch-search-and-update): Test it.
6149 (isearch-range-invisible): Set it.
6150
6151 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
6152 paragraph-separate, comment-column, and fill-paragraph-function.
6153 Simplify outline-regexp.
6154 (tcl-do-fill-paragraph): Remove.
6155
6156 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
6157
6158 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
6159
6160 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
6161 Definition moved down.
6162 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
6163 Do not declare :get property.
6164 (grep-use-null-device): Fix type. Do not declare :get property.
6165
6166 * emacs-lisp/checkdoc.el (checkdoc-find-error):
6167 Use get-file-buffer instead of get-buffer.
6168
6169 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
6170 cus-load.el.
6171
6172 2002-11-07 Juanma Barranquero <lektu@terra.es>
6173
6174 * help.el (where-is): Report also aliases of the passed command.
6175
6176 2002-11-06 Dave Love <fx@gnu.org>
6177
6178 * simple.el (quoted-insert): Bind keyboard-translate-table around
6179 read-char.
6180
6181 * international/ucs-tables.el: Use keyboard-translate-table coding
6182 system property, not translation-table-for-input, for
6183 vietnamese-viscii & al.
6184 (translation-table-for-input): Set,
6185 don't defvar, and make permanent-local.
6186 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
6187 set-buffer-major-mode-hook, not quail-activate-hook.
6188 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
6189 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
6190 Setup keyboard-translate-table, not translation-table-for-input.
6191 Modify set-buffer-major-mode-hook, not quail-activate-hook.
6192 (ucs-fragment-8859): Don't use translation-table-for-input coding
6193 system property.
6194 (ucs-quail-activate): Deleted.
6195 (ucs-set-table-for-input): New.
6196 (ucs-minibuffer-setup): Use it.
6197
6198 * international/quail.el (quail-input-string-to-events):
6199 Use keyboard-translate-table, not translation-table-for-input.
6200
6201 * files.el (normal-mode): Call ucs-set-table-for-input.
6202
6203 * international/mule.el (set-buffer-file-coding-system):
6204 Call ucs-set-table-for-input.
6205
6206 2002-11-06 Richard M. Stallman <rms@gnu.org>
6207
6208 * replace.el (query-replace, query-replace-regexp): Doc fixes.
6209
6210 * emacs-lisp/bytecomp.el (byte-compile-lambda):
6211 Handle progn like let, inside interactive spec.
6212
6213 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
6214 Initialize to a suitable sexp.
6215 (tex-view): Evaluate tex-dvi-view-command and use the value.
6216
6217 2002-11-06 Kenichi Handa <handa@m17n.org>
6218
6219 * international/mule.el (coding-system-eol-type-mnemonic):
6220 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
6221
6222 2002-11-06 Kim F. Storm <storm@cua.dk>
6223
6224 * info.el (Info-fontify-node): Fixed hiding of *note references
6225 with embedded file names like (xxx.yyy).
6226 Avoid making any lines visibly longer if hiding newlines inside
6227 note references by wrapping line after references if it contained
6228 a newline (unfortunaly this makes more lines appear "shorter").
6229 Properly reindent multi-line menu entry descriptions.
6230
6231 2002-11-05 Juanma Barranquero <lektu@terra.es>
6232
6233 * language/cyrillic.el ("Bulgarian"): Fix typo.
6234
6235 * international/mule.el (coding-system-eol-type-mnemonic):
6236 Move from mule-util.el.
6237
6238 * international/mule-util.el (coding-system-eol-type-mnemonic):
6239 Move to mule.el.
6240
6241 2002-11-04 Juanma Barranquero <lektu@terra.es>
6242
6243 * files.el (find-buffer-visiting): Accept new optional PREDICATE
6244 argument to return only a buffer that satisfies the predicate.
6245 (insert-file-1): New function.
6246 (insert-file-literally): Use it.
6247 (insert-file): Use it.
6248
6249 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
6250
6251 * desktop.el (desktop-relative-file-names): New variable.
6252 (desktop-save): Use it.
6253
6254 2002-11-03 Andre Spiegel <spiegel@gnu.org>
6255
6256 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
6257 its current version in dired.el.
6258
6259 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
6260
6261 * emacs-lisp/autoload.el (generate-file-autoloads)
6262 (update-file-autoloads): Strip .gz and other such extensions.
6263 (update-autoloads-from-directories): Also consider compressed files.
6264
6265 * info.el (Info-streamline-headings): New var.
6266 (Info-dir-remove-duplicates): New fun.
6267 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
6268 (Info-select-node): Simplify handling of Info-header-line.
6269 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
6270 (Info-mode): Set header-line-format once and for all.
6271 (Info-fontify-node): Accept bogus first line with `File:' missing.
6272 Only make first line invisible if Info-use-header-line.
6273 Don't use `intangible': it's evil. Use inhibit-read-only.
6274 (Info-follow-reference, Info-next-reference, Info-prev-reference)
6275 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
6276 since we don't use intangible any more.
6277
6278 * image.el (insert-image): Don't make intangible since
6279 adjust_point_for_property should be sufficient by default.
6280
6281 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
6282
6283 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
6284 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
6285 (fill-paragraph): Use them.
6286
6287 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
6288 Use fill-comment-paragraph.
6289
6290 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
6291
6292 * bindings.el (mode-line-change-eol)
6293 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
6294 (mode-line-mule-info): Use them for the EOL part of the modeline.
6295
6296 * server.el (server-sentinel): Kill buffers if applicable.
6297 (server-temp-file-p): Make arg optional.
6298 (server-done): Use it to simplify.
6299 (server-switch-buffer): If server-window is a function, use it.
6300
6301 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
6302 (undigestify-rmail-message): Fix paren-bug and simplify.
6303
6304 2002-11-02 Kim F. Storm <storm@cua.dk>
6305
6306 * info.el (Info-hide-note-references): nil value now does no
6307 reformatting at all. New choice 'tag reformats tag but shows
6308 the section reference.
6309 (Info-fontify-node): Use it.
6310
6311 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
6312
6313 * textmodes/tex-mode.el (tex-common-initialization):
6314 comment-start-skip shouldn't match on the next line.
6315
6316 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
6317 Don't bother making paragraph-start a superset of paragraph-separate.
6318 Use line-beginning-position.
6319
6320 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
6321 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
6322
6323 2002-11-01 Kim F. Storm <storm@cua.dk>
6324
6325 * info.el (Info-hide-note-references): New defcustom.
6326 (Info-fontify-node): Use it.
6327
6328 2002-10-31 Kim F. Storm <storm@cua.dk>
6329
6330 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
6331 --noediting option; added run-time check to exclude it.
6332
6333 * info.el (Info-follow-reference, Info-next-reference)
6334 (Info-prev-reference, Info-try-follow-nearest-node):
6335 Bind inhibit-point-motion-hooks to t while parsing reference.
6336 (Info-fontify-node): When font-lock-mode is enabled, display
6337 "*note" and "* menu" references in a more user friendly format.
6338
6339 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
6340
6341 * textmodes/fill.el (fill-move-to-break-point): Skip white space
6342 _before_ checking to see if we're hitting the margin.
6343 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
6344 it's now done by the C primitives. Don't use narrowing.
6345 Reorganize the line-breaking part of the code to simplify the control
6346 flow and make it work in the absence of narrowing.
6347 (fill-region): Don't use narrowing.
6348
6349 2002-10-30 Dave Love <fx@gnu.org>
6350
6351 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
6352 (po-find-charset): Doc fix. Remove interactive spec.
6353 (po): Provide.
6354 (po-find-file-coding-system-guts): Re-written to use
6355 coding-system-alist, and code-pages, not codepage stuff.
6356
6357 * term/x-win.el: Remove some ancient compatibility code.
6358 Populate x-keysym-table.
6359
6360 2002-10-30 Andreas Schwab <schwab@suse.de>
6361
6362 * subr.el (replace-regexp-in-string): Doc fix.
6363
6364 2002-10-29 Dave Love <fx@gnu.org>
6365
6366 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
6367
6368 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
6369
6370 * international/mule-conf.el: Doc fixes.
6371
6372 2002-10-29 Richard M. Stallman <rms@gnu.org>
6373
6374 * server.el (server-switch-buffer): Say when no server buffers remain.
6375
6376 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
6377
6378 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6379
6380 * progmodes/make-mode.el (makefile-warn-continuations):
6381 Call re-search-forward with NOERROR t.
6382
6383 2002-10-29 Kim F. Storm <storm@cua.dk>
6384
6385 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
6386 incomplete list of matches to be returned.
6387
6388 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6389
6390 * textmodes/texinfo.el (texinfo-environments): Add environment;
6391 copying, documentdescription, ifplaintext, ifnotplaintext, and
6392 verbatim.
6393
6394 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
6395 (ifplaintext, ifnotplaintext)
6396 (afourpaper, afivepaper, afourlatex, afourwide)
6397 (documentlanguage, documentencoding): New aliases.
6398
6399 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
6400
6401 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
6402 up filter groups menu. Preserve point unless a menu command has
6403 moved it from point clicked.
6404
6405 2002-10-29 David Kastrup <dak@lola.goethe.zz>
6406
6407 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
6408 calc-refresh-evaltos appears to need this.
6409
6410 2002-10-28 Dave Love <fx@gnu.org>
6411
6412 * international/mule-diag.el (non-iso-charset-alist): Move to
6413 avoid compilation warning.
6414 (mule-diag): Provide.
6415
6416 * international/code-pages.el (cp-make-coding-system):
6417 Use utf-translation-table-for-decode, not
6418 utf-8-translation-table-for-decode.
6419 (mule-diag): Require.
6420
6421 * language/thai-util.el (thai-composition-function): Don't use prog1.
6422
6423 * language/lao-util.el (lao-composition-function): Don't use prog1.
6424
6425 * language/european.el (diacritic-composition-function):
6426 Modify confused prog1 form.
6427
6428 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
6429 (quail-keyboard-layout): Customize.
6430 Move after quail-keyboard-layout-alist.
6431
6432 2002-10-28 Miles Bader <miles@gnu.org>
6433
6434 * progmodes/make-mode.el (makefile-warn-continuations):
6435 Don't barf when there _aren't_ any suspicious continuations.
6436
6437 2002-10-28 Matthew Swift <swift@alum.mit.edu>
6438
6439 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
6440
6441 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
6442
6443 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
6444
6445 2002-10-27 Andreas Schwab <schwab@suse.de>
6446
6447 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
6448 end-of-comment syntax.
6449
6450 2002-10-27 Kim F. Storm <storm@cua.dk>
6451
6452 * ido.el (ido-cannot-complete-command): New defcustom, default to
6453 ido-completion-help (similar to iswitchb-cannot-complete-hook).
6454 (ido-complete): Call value of ido-cannot-complete-command rather
6455 than ido-completion-help when no common completion.
6456
6457 2002-10-27 Dave Love <fx@gnu.org>
6458
6459 * international/code-pages.el (iso-8859-11): New.
6460
6461 2002-10-27 Kim F. Storm <storm@cua.dk>
6462
6463 * pcvs.el (cvs-checkout): Use read-directory-name.
6464 (cvs-query-directory): Likewise.
6465
6466 2002-10-26 Richard M. Stallman <rms@gnu.org>
6467
6468 * progmodes/make-mode.el (makefile-cleanup-continuations):
6469 Default for variable is nil.
6470 (makefile-warn-continuations): New function.
6471 (makefile-mode): Put it on write-file-functions.
6472
6473 * international/mule-cmds.el (select-safe-coding-system):
6474 Delete debugging setq.
6475
6476 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
6477 after looking in ~.
6478
6479 * startup.el (command-line): Look for .emacs under ~/.emacs.d
6480 after looking in ~.
6481
6482 * simple.el (toggle-truncate-lines): When turning off truncation,
6483 clear out the hscroll value in this buffer's windows.
6484
6485 * simple.el (display-message-or-buffer): Don't display empty
6486 output in the echo area.
6487
6488 * man.el (Man-default-man-entry): Don't look for all word chars,
6489 look only for characters that are normally part of a shell command.
6490
6491 * gud.el (gdb): Pass default-directory to GDB via -cd option.
6492
6493 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
6494
6495 * find-file.el (ff-find-related-file): Fix autoload cookie.
6496
6497 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
6498 risky-local-variable-p.
6499
6500 * files.el (risky-local-variable-p): VAL=nil has special meaning.
6501
6502 * Makefile.in (compile-always): Avoid error in old Bash versions.
6503
6504 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
6505
6506 * textmodes/picture.el (picture-mouse-set-point): New command.
6507 (picture-mode-map): Bind it.
6508 (picture-motion-reverse): Doc fix.
6509
6510 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
6511
6512 * textmodes/outline.el (outline-next-heading): Make sure the match-data
6513 is really correct where returning.
6514
6515 2002-10-24 Matthew Swift <swift@alum.mit.edu>
6516
6517 * textmodes/outline.el (outline-minor-mode): Add customization group.
6518
6519 2002-10-23 Richard M. Stallman <rms@gnu.org>
6520
6521 * files.el (risky-local-variable-p): New arg VAL.
6522 (compile-command): Use `stringp' for `safe-local-variable' prop.
6523 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
6524
6525 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6526
6527 * woman.el (woman-version): Update to 0.551 (beta).
6528 (woman-parse-colon-path): Add support for current Cygwin mount
6529 conventions.
6530 (woman-Cyg-to-Win): New function to convert absolute filename from
6531 Cygwin to Windows form by executing external program cygpath if
6532 possible.
6533 (woman-man.conf-path): Update default to current common locations
6534 and to support Cygwin; update documentation.
6535 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
6536 match possible names of man.conf file; tidy code and documentation.
6537 (woman-manpath): Simplify default and documentation; essentially
6538 move code that was here into `woman-parse-colon-path'.
6539 (woman-default-indent): Change Linux to GNU in documentation.
6540 (woman-addition-face): Make documentation consistent with other
6541 WoMan faces.
6542 (woman-emulate-tbl): New variable, determines whether tbl
6543 emulation is required.
6544 (woman-decode-region): Add check for preprocessor requests.
6545 (woman0-process-escapes, woman-special-characters)
6546 (woman-get-next-char, woman-parse-numeric-value): Add support for
6547 long groff names of the form [xxx].
6548 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
6549 (woman2-PD, woman2-na): Doc fix.
6550 (woman-match-name): New function.
6551 (woman2-TS): New function.
6552 (woman2-TE): New alias for `woman2-fi'.
6553
6554 2002-10-23 Kim F. Storm <storm@cua.dk>
6555
6556 * ido.el (ido-restrict-to-matches): New command.
6557 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
6558
6559 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
6560
6561 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
6562 multiple redirection can work.
6563
6564 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
6565
6566 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
6567 Don't hardcode point-min == 1.
6568
6569 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
6570 (hexl-mode, hexl-current-address, hexl-address-to-marker)
6571 (hexl-insert-char): Don't hardcode point-min == 1.
6572 (hexl-isearch-search-function): New fun.
6573 (hexl-mode-old-isearch-search-fun-function): New var.
6574 (hexl-mode): Use them.
6575 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
6576 Use write-contents-functions rather then write-contents-hooks.
6577
6578 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
6579 (paragraph-indent-text-mode-abbrev-table)
6580 (paragraph-indent-text-mode-syntax-table): Remove.
6581 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
6582
6583 2002-10-21 Juanma Barranquero <lektu@terra.es>
6584
6585 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
6586 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
6587
6588 2002-10-20 Andreas Schwab <schwab@suse.de>
6589
6590 * apropos.el (apropos-group): Use customize-group-other-window.
6591
6592 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
6593
6594 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
6595 to just "/" instead of "/ p".
6596 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
6597
6598 2002-10-18 Juanma Barranquero <lektu@terra.es>
6599
6600 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
6601 ELSE expression on IF.
6602
6603 2002-10-17 Juanma Barranquero <lektu@terra.es>
6604
6605 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
6606
6607 * subr.el (remq): Likewise.
6608
6609 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
6610
6611 * vc-hooks.el (vc-insert-file): Likewise.
6612
6613 * vcursor.el (vcursor-other-window): Likewise.
6614
6615 * wid-edit.el (widget-choose): Likewise.
6616
6617 * calendar/diary-lib.el (diary-name-pattern): Likewise.
6618
6619 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
6620
6621 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
6622
6623 * emulation/edt-mapper.el (top-level): Likewise.
6624
6625 * eshell/esh-var.el (eshell/define): Likewise.
6626
6627 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
6628 (feedmail-queue-draft-directory): Likewise.
6629
6630 * net/netrc.el (netrc-parse): Likewise.
6631
6632 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
6633
6634 * progmodes/ebrowse.el (ebrowse-ts)
6635 (ebrowse-view/find-file-and-search-pattern)
6636 (ebrowse-draw-file-member-info): Likewise.
6637
6638 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
6639
6640 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
6641
6642 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
6643
6644 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
6645
6646 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
6647
6648 2002-10-17 Dave Love <fx@gnu.org>
6649
6650 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
6651
6652 * international/code-pages.el (cp-make-translation-table): Use
6653 ucs-mule-to-mule-unicode.
6654 (cp-fix-safe-chars): Fix typo.
6655 (non-iso-charset-alist): Don't define.
6656 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
6657 Define translation-table-for-input.
6658 (cp866): Reinstate.
6659 (alternativnj): Don't define alias.
6660 (koi8-u): Deleted.
6661
6662 * language/european.el ("Slovenian"): Use slovenian input-method.
6663 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
6664
6665 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
6666 the table.
6667 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
6668 (cp866): Delete this alias.
6669 ("Bulgarian"): Fix the value of `input-method'.
6670
6671 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
6672
6673 * dired-aux.el (dired-add-entry): Put point in correct position
6674 before inserting marker char.
6675
6676 2002-10-16 Andreas Schwab <schwab@suse.de>
6677
6678 * dired.el (dired-readin-insert): Expand dired-directory.
6679
6680 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
6681
6682 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
6683
6684 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
6685 reftex.el. Move the provide call to end of file.
6686
6687 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
6688
6689 2002-10-15 Dave Love <fx@gnu.org>
6690
6691 * man.el (Man-getpage-in-background): Set width in environment.
6692
6693 2002-10-15 Kenichi Handa <handa@m17n.org>
6694
6695 * mail/sendmail.el (sendmail-send-it): Call
6696 select-message-coding-system before changing the current bufer to
6697 " sendmail temp".
6698
6699 2002-10-14 Andre Spiegel <spiegel@gnu.org>
6700
6701 * files.el (insert-directory): Handle //SUBDIRED// lines in
6702 recursive listings from ls --dired.
6703
6704 * vc.el (vc-dired-reformat-line): Simplified. Handles text
6705 properties correctly now.
6706
6707 2002-10-14 Juanma Barranquero <lektu@terra.es>
6708
6709 * international/mule.el (set-selection-coding-system): Fix spacing.
6710
6711 2002-10-13 Richard M. Stallman <rms@gnu.org>
6712
6713 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6714 Treat `ignore' specially--prevent warnings about functions
6715 called for effect, in its args.
6716 Don't warn when `pop' is used for effect.
6717
6718 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
6719
6720 * uniquify.el (uniquify-get-proposed-name):
6721 Don't use directory-sep-char.
6722
6723 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
6724
6725 * find-file.el (ff-related-file-alist): New alias.
6726 (ff-find-related-file): New alias.
6727
6728 2002-10-13 Andreas Schwab <schwab@suse.de>
6729
6730 * dired.el (dired-insert-directory): When looking for existing
6731 indentation, goto OPOINT instead of beginning of buffer.
6732
6733 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
6734
6735 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
6736
6737 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
6738
6739 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
6740
6741 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
6742
6743 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
6744 frame from frame of selected window.
6745 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
6746 changing selected windows.
6747 (ediff-setup-control-frame): Make sure auto-rase is properly set for
6748 the control frame.
6749
6750 2002-10-10 Simon Josefsson <jas@extundo.com>
6751
6752 * browse-url.el (browse-url-mozilla): Doc fix.
6753
6754 2002-10-10 Steve Youngs <youngs@xemacs.org>
6755
6756 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
6757 (browse-url-mozilla): Use it.
6758
6759 2002-10-11 Miles Bader <miles@gnu.org>
6760
6761 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
6762 files contains an invalid timestamp.
6763
6764 2002-10-11 Simon Josefsson <jas@extundo.com>
6765
6766 * mail/sendmail.el (mail-envelope-from): New option `header' to
6767 use RFC 2822 From: header as the envelope address.
6768 (mail-envelope-from): New function, this should be used instead of
6769 looking at the `mail-envelope-from' variable.
6770 (sendmail-send-it): Use it.
6771
6772 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
6773
6774 2002-10-11 Andre Spiegel <spiegel@gnu.org>
6775
6776 * dired.el (dired-insert-directory): Fix check for indentation
6777 from ls --dired.
6778
6779 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
6780 properties from the reformatted line.
6781
6782 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
6783
6784 * textmodes/paragraphs.el (forward-paragraph): Keep track of
6785 remaining paragraphs to skip more carefully.
6786
6787 * add-log.el (add-change-log-entry): Don't call find-file at all
6788 if we're already in the proper buffer.
6789 (change-log-resolve-conflict): New fun.
6790 (change-log-mode): Use it and use define-derived-mode.
6791 (change-log-merge): Allow other-log to be a buffer.
6792 Don't add a \n if there are already enough \n's.
6793
6794 * finder-inf.el, subdirs.el, cus-load.el: Remove.
6795
6796 * finder.el ("finder-inf"): Don't fail if the file is absent.
6797
6798 * cus-dep.el (custom-make-dependencies): Don't use find-file.
6799 Use feature names rather than file names if applicable.
6800
6801 * cus-edit.el (customize-mode): New command.
6802
6803 * custom.el (custom-group-of-mode): New fun.
6804 (custom-load-symbol): Don't use preloaded-file-list now that
6805 load-history is always complete. Don't look up the expanded file
6806 name in load-history (looked like an XEmacsism).
6807
6808 * smerge-mode.el (smerge-ediff): Autoload.
6809 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
6810 (smerge-resolve-function): New var.
6811 (smerge-resolve): New command.
6812 (smerge-basic-map): Bind it.
6813
6814 2002-10-10 Andre Spiegel <spiegel@gnu.org>
6815
6816 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
6817 CVS/Entries, rather than comparing it textually.
6818
6819 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
6820
6821 * international/encoded-kb.el: Add `provide' call.
6822
6823 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
6824
6825 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
6826 ln(-1) should be i*pi, not pi.
6827
6828 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
6829
6830 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
6831 instead of require to avoid loops when loaddefs.el is loaded after
6832 vc-cvs.el.
6833
6834 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
6835 (Custom-reset-saved): Don't test for saved-value.
6836
6837 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
6838
6839 * vc.el (vc-find-version): Use the new backend op `find-version'.
6840 (vc-default-find-version): Provide the new backend op `find-version'
6841 in terms of the old `checkout' op.
6842
6843 * vc-rcs.el (vc-rcs-find-version): New fun.
6844 (vc-rcs-checkout): Remove `workfile' arg and simplify.
6845
6846 * vc-sccs.el (vc-sccs-find-version): New fun.
6847 (vc-sccs-checkout): Remove `workfile' arg and simplify.
6848
6849 * vc-cvs.el (vc-cvs-find-version): New fun.
6850
6851 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
6852
6853 * info.el (Info-next-menu-item, Info-last-menu-item)
6854 (info-emacs-manual): Add docstrings.
6855 (Info-index): Use `string-to-number' instead of `string-to-int'.
6856
6857 2002-10-08 Kenichi Handa <handa@m17n.org>
6858
6859 * international/ucs-tables.el (ucs-translation-table-for-decode):
6860 Define it as a translation-table.
6861
6862 2002-10-07 Richard M. Stallman <rms@gnu.org>
6863
6864 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6865
6866 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
6867 properties of the variables being initialized.
6868
6869 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
6870
6871 2002-10-07 Kim F. Storm <storm@cua.dk>
6872
6873 * emulation/cua-base.el (cua-normal-cursor-color):
6874 Fixed initialization to make "Erase Customization" work.
6875
6876 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
6877
6878 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
6879 in case some other package redefined it.
6880 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
6881
6882 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
6883 forward-paragraph to make sure its return value is meaningful.
6884
6885 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6886
6887 * net/tramp.el: Version 2.0.25 released.
6888 (tramp-handle-file-truename): If it's a directory,
6889 append slash only if result doesn't end in a slash already.
6890 (tramp-handle-file-truename): Restructure logic. If list of steps
6891 is nil, return "/" as the real name.
6892 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
6893 `match-string' doesn't make sense. From Michael Albinus.
6894 (tramp-host-with-port-regexp): New defcustom. Equal to previous
6895 `tramp-host-regexp'. From Michael Albinus.
6896 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
6897 scanning files like .rhosts would take comments as host names.
6898 From Michael Albinus.
6899 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
6900 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
6901 From Michael Albinus.
6902 (tramp-action-terminal): New function.
6903 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
6904 (tramp-actions-before-shell): Use them.
6905 (tramp-handle-shell-command): Logic error. From Ivan
6906 Zakharyaschev <imz@altlinux.org>.
6907
6908 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
6909
6910 * thingatpt.el (thing-at-point-uri-schemes): New variable.
6911 (thing-at-point-url-regexp): Use it.
6912
6913 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
6914
6915 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
6916 loops.
6917
6918 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
6919
6920 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
6921 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
6922 (vc-print-log): Don't check log-view-mode.
6923 (vc-default-show-log-entry): Don't check log-view-goto-rev.
6924 (vc-log-mode): Remove.
6925 (vc-log-edit): Don't check log-edit.
6926
6927 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
6928
6929 * vc-cvs.el (vc-cvs-show-log-entry):
6930 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
6931
6932 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
6933
6934 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
6935
6936 * vc.el (vc-default-show-log-entry): Fix typo.
6937
6938 2002-10-04 Steven Tamm <steventamm@mac.com>
6939
6940 * term/mac-win.el: Add lines to handle the new [return] event.
6941
6942 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
6943
6944 * textmodes/fill.el (fill-paragraph): Give up if there's no
6945 paragraph at or after point.
6946
6947 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
6948
6949 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
6950 (vc-default-show-log-entry): New fun.
6951
6952 * subr.el (read-key-auxiliary-map, read-key): Remove.
6953 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
6954
6955 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
6956
6957 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
6958 menu pseudo-keys generated by easymenu which are lowercase in
6959 Emacs 21.4.
6960
6961 * progmodes/ada-xref.el
6962 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
6963
6964 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
6965
6966 * frame.el (delete-frame-hook): Variable alias for
6967 `delete-frame-functions'. Mark obsolete.
6968
6969 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
6970
6971 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
6972 (outline-5, outline-6, outline-7, outline-8): New faces.
6973 (outline-font-lock-faces, outline-font-lock-levels): New vars.
6974 (outline-font-lock-face): New fun.
6975 (outline-font-lock-keywords): Use it.
6976 (outline-font-lock-level): Remove.
6977 (outline-mode, outline-next-preface, outline-next-heading)
6978 (outline-previous-heading, outline-next-visible-heading):
6979 Use shy group.
6980 (outline-level) <var>: Update calling convention.
6981 (outline-level) <fun>: Take advantage of it.
6982 (outline-demote): Don't assume the match-data is still uptodate.
6983 (outline-up-heading): Simplify and make sure the match data is
6984 properly set at the end.
6985
6986 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
6987
6988 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
6989 nconc.
6990
6991 * startup.el (normal-top-level): Reset standard-value property of
6992 `user-full-name' here.
6993
6994 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
6995
6996 * wid-edit.el (widget-default-get): Change to return external
6997 value.
6998 (widget-choice-action): Update caller.
6999 (widget-editable-list-entry-create): Update caller.
7000
7001 * wid-edit.el (widget-types-copy): New function.
7002 (default): Added :copy keyword.
7003 (menu-choice): Ditto.
7004 (checklist): Ditto.
7005 (radio-button-choice): Ditto.
7006 (editable-list): Ditto.
7007 (group): Ditto.
7008 (widget-copy): New function.
7009 (widget-create-child): Use it.
7010 (widget-create-child-value): Use it.
7011
7012 2002-10-01 Bill Wohler <wohler@newt.com>
7013
7014 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
7015 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
7016 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
7017 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
7018 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
7019 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
7020 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
7021 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
7022 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
7023 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
7024 There were no user-visible changes in 6.1.1 from 6.1--only the
7025 section of the Makefile that installs the files into Emacs was changed.
7026
7027 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
7028
7029 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
7030 works when font-lock is turned off.
7031
7032 * jit-lock.el (jit-lock-fontify-now): Don't widen.
7033 Let the jit-lock-functions do it if they want to.
7034
7035 2002-10-01 Juanma Barranquero <lektu@terra.es>
7036
7037 * eshell/esh-module.el (eshell-load-defgroups):
7038 Add "no-byte-compile: t" to subdirs.el.
7039
7040 * makefile.w32-in (update-subdirs-CMD): Likewise.
7041
7042 * forms-d2.el:
7043 * forms-pass.el:
7044 * generic-x.el:
7045 * patcomp.el:
7046 * paths.el:
7047 * version.el:
7048 * international/mule-conf.el:
7049 * language/czech.el:
7050 * language/devanagari.el:
7051 * language/english.el:
7052 * language/georgian.el:
7053 * language/greek.el:
7054 * language/hebrew.el:
7055 * language/japanese.el:
7056 * language/korean.el:
7057 * language/lao.el:
7058 * language/misc-lang.el:
7059 * language/romanian.el:
7060 * language/slovak.el:
7061 * language/thai.el:
7062 * language/utf-8-lang.el:
7063 * emacs-lisp/cl-specs.el:
7064 * eshell/esh-maint.el:
7065 * mail/blessmail.el:
7066 * play/bruce.el:
7067 * term/apollo.el:
7068 * term/AT386.el:
7069 * term/bobcat.el:
7070 * term/internal.el:
7071 * term/iris-ansi.el:
7072 * term/keyswap.el:
7073 * term/linux.el:
7074 * term/lk201.el:
7075 * term/news.el:
7076 * term/vt102.el:
7077 * term/vt125.el:
7078 * term/vt200.el:
7079 * term/vt201.el:
7080 * term/vt220.el:
7081 * term/vt240.el:
7082 * term/vt300.el:
7083 * term/vt320.el:
7084 * term/vt400.el:
7085 * term/vt420.el:
7086 * term/wyse50.el: Add "no-byte-compile: t" in first line.
7087
7088 2002-10-01 Kenichi Handa <handa@m17n.org>
7089
7090 * international/utf-16.el: Don't provide utf-16.
7091
7092 * international/utf-8.el (ccl-decode-mule-utf-8):
7093 Remove unnecessary line.
7094
7095 2002-09-30 Kenichi Handa <handa@m17n.org>
7096
7097 * language/thai.el (thai-tis620): Add `mime-charset' property.
7098
7099 * language/indian.el: Don't register "ISO10646.*-1" in
7100 font-ccl-encoder-alist.
7101
7102 * language/cyrillic.el (ccl-decode-koi8): Refer to
7103 ucs-translation-table-for-decode.
7104 (ccl-decode-koi8-u): Likewise.
7105 (ccl-decode-alternativnyj): Likewise.
7106 (cyrillic-koi8): Put `dependency' property.
7107 (koi8-u): Likewise.
7108 (cyrillic-alternativnyj): Likewise.
7109
7110 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
7111 this translation-table name here.
7112 (utf-translation-table-for-encode): New translation-table name.
7113 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
7114 (utf-defragmentation-table): New variable.
7115 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
7116 (utf-subst-table-for-encode): New translation-table name.
7117 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
7118 (utf-subst-table-for-decode): New translation-table name.
7119 (utf-fragment-on-decoding): Renamed from
7120 utf-8-fragment-on-decoding. Correctly handle the case that
7121 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
7122 mule-utf-16-be too.
7123 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
7124 Handle mule-utf-16-le and mule-utf-16-be too.
7125 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
7126 and utf-subst-table-for-decode.
7127 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
7128 and utf-subst-table-for-encode.
7129 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
7130
7131 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
7132 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
7133 utf-8-subst-rev-table.
7134
7135 * international/utf-16.el (utf-16-decode-ucs): Look up
7136 utf-subst-table-for-decode. Fix for the case that the looking up
7137 succeeds.
7138 (ccl-decode-mule-utf-16-le): Translate characters by
7139 utf-translation-table-for-decode.
7140 (ccl-decode-mule-utf-16-be): Likewise.
7141 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
7142 at first. Translate characters by utf-translation-table-for-encode.
7143 (ccl-encode-mule-utf-16-be): Likewise.
7144 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
7145
7146 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
7147
7148 * international/ucs-tables.el: Don't bind
7149 utf-8-translation-table-for-decode while setting up
7150 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
7151 iso-8859-* coding systems.
7152 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
7153 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
7154 populate the translation table named
7155 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
7156 ucs-mule-to-mule-unicode populates the translation table named
7157 utf-translation-table-for-encode. Call register-char-codings for
7158 mule-utf-16-be and mule-utf-16-le too.
7159 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
7160 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
7161 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
7162 non-nil, make a proper char-table populates the translation table
7163 name utf-translation-table-for-encode. Call register-char-codings
7164 for all mule-utf-* to to reset their status to the origianl.
7165 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
7166 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
7167 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
7168 (ccl-encode-unicode-font): Delete.
7169 (ucs-tables-unload-hook): Delete.
7170
7171 * international/mule.el (decode-char): Refer to the translation
7172 hash table named utf-subst-table-for-decode. Refer to the
7173 translation table named utf-translation-table-for-decode instead
7174 of utf-8-translation-table-for-decode.
7175 (encode-char): Refer to the translation hash table named
7176 utf-subst-table-for-encode. Refer to the translation table named
7177 utf-translation-table-for-encode instead of
7178 utf-8-translation-table-for-encode.
7179
7180 * international/mule-diag.el (describe-coding-system):
7181 Describe `dependency' property.
7182
7183 * international/mule-conf.el (emacs-mule): Add property `composition'.
7184
7185 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
7186 translation table name here.
7187 (ucs-mule-cjk-to-unicode): New translation table name.
7188 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
7189 (font-ccl-encoder-alist): Change the font registry pattern to
7190 "ISO10646.*-*".
7191
7192 2002-09-30 Colin Walters <walters@gnu.org>
7193
7194 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
7195 `inhibit-msg'.
7196
7197 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
7198 `executing-kbd-macro' and `defining-kbd-macro'.
7199
7200 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
7201 Call `calc-flush-caches' with inhibit-msg arg.
7202 (calc-change-mode): Remove extra arg for `calc-save-modes'.
7203
7204 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
7205 Don't bind `executing-kbd-macro'.
7206
7207 2002-09-29 Noah Friedman <friedman@splode.com>
7208
7209 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
7210
7211 2002-09-29 Richard M. Stallman <rms@gnu.org>
7212
7213 * startup.el (user-mail-address): Initialize to a useful value
7214 once Emacs is started up; initialize to "" at loadup time.
7215 (command-line): "", not nil, means user-mail-address not set yet.
7216
7217 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7218
7219 * net/tramp.el: Version 2.0.24 released.
7220 (tramp-methods, tramp-completion-function-alist):
7221 Rename "*-old" methods to "*_old". From Michael Albinus.
7222 (tramp-completion-function-alist):
7223 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
7224 From Michael Albinus.
7225 (tramp-default-method-alist): Use "su" for "root@localhost".
7226 (tramp-host-regexp): Allow "#" for "host#port" kludge.
7227 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
7228 default method. Require additional args USER and HOST for this.
7229 Callers changed.
7230 (tramp-handle-file-local-copy): More local bindings. Bind results
7231 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
7232 "are you awake" problem.
7233 (tramp-action-password): Protect against clobbered match data.
7234 (tramp-open-connection-setup-interactive-shell): Explicitly set
7235 tramp-last-cmd-time before invoking tramp-send-command the first
7236 time. Otherwise, tramp-send-command would issue "echo are you
7237 awake" right at the first time, which is not what we want.
7238 Reported by Douglas Gray Stephens.
7239 (tramp-find-inline-encoding): Don't redirect stdout to
7240 /dev/null to avoid "chmode go-rwx" operation from "mimencode
7241 >/dev/null" as root(!), and to check the output of the decoding
7242 command.
7243 (tramp-maybe-open-connection): Don't send "are you awake" if
7244 process has died.
7245
7246 2002-09-29 Colin Walters <walters@gnu.org>
7247
7248 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
7249
7250 2002-09-29 Mike Williams <mdub@bigfoot.com>
7251
7252 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
7253
7254 2002-09-29 Richard M. Stallman <rms@gnu.org>
7255
7256 * custom.el (defcustom): Doc fix.
7257
7258 2002-09-28 Richard M. Stallman <rms@gnu.org>
7259
7260 * loadhist.el (unload-feature): When undefining a variable,
7261 delete its buffer-local bindings.
7262
7263 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
7264
7265 * subr.el (remove-yank-excluded-properties): Fix bugs in
7266 handling of category properties.
7267
7268 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7269
7270 * ps-print.el (ps-print-emacs-type): Error if ps-print is
7271 activated in Epoch, inLucid or in Emacs v19 or lesser.
7272 Value can no longer be `lucid'.
7273 (ps-print-version): New version number (6.5.8).
7274 (faces): Never do (require 'faces).
7275
7276 2002-09-28 Simon Josefsson <jas@extundo.com>
7277
7278 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
7279 streams that were opened using starttls.
7280
7281 2002-09-28 Paul Reilly <pmr@pajato.com>
7282
7283 * files.el (auto-mode-alist): Add support for Java Enterprise
7284 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
7285
7286 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
7287
7288 * progmodes/m4-mode.el (m4-font-lock-keywords)
7289 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
7290 (m4-m4-region): Doc fixes.
7291
7292 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
7293
7294 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
7295 (cl-push, cl-pop): Remove.
7296 Use pop and push throughout the file instead.
7297 (cl-transform-lambda): Add usage info to docstring if the arglist
7298 is complex.
7299
7300 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
7301 (autoload-print-form): Also quote open-[-in-column 0.
7302
7303 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
7304 (help-split-fundoc): Don't support old syntax any more.
7305 (help-add-fundoc-usage): New fun.
7306
7307 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
7308 Use pop and push throughout the file instead.
7309 (cl-hash-lookup): Remove.
7310 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
7311 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
7312
7313 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
7314 Use pop and push throughout the file instead.
7315
7316 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
7317 loading since the current keymaps might be all weird.
7318
7319 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
7320 to the name since they're added by mode-line-format already.
7321 (define-minor-mode): Run (,mode -1) when needed.
7322
7323 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
7324 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
7325 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
7326 Don't hardcode 1 == point-min.
7327
7328 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
7329
7330 * subr.el (read-key-auxiliary-map): New var.
7331 (read-key): Use it.
7332 (make-temp-file): Make the file have mode 600.
7333 (add-minor-mode): Don't add properties to the name since it's
7334 added by mode-line-format already.
7335 Be more careful with the mode-line-menu entry name.
7336
7337 * userlock.el (ask-user-about-supersession-threat): Don't abort
7338 when the user hits mouse-2.
7339
7340 * register.el (set-register): Use push.
7341 (point-to-register): Set kill-buffer-hook in this buffer.
7342 (register-swap-out): Use dolist.
7343 (kill-buffer-hook): Don't change globally.
7344
7345 * server.el (server-select-display): New function.
7346 (server-process-filter): Add support for `-display' and `-eval' args.
7347 (server-visit-files): Use save-current-buffer, push, and dolist.
7348 Add server-kill-buffer to kill-buffer-hook.
7349 (kill-buffer-hook): Don't modify globally.
7350 (server-switch-buffer): Be a bit more careful with multiple displays.
7351 (server-socket-name): Always use /tmp and non-qualified hostname.
7352
7353 * uniquify.el (uniquify-rationalize-file-buffer-names):
7354 Add to kill-buffer-hook for buffers with conflict.
7355 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
7356 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
7357 (kill-buffer-hook): Don't change globally.
7358
7359 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
7360
7361 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
7362 (calc-stack-top, calc-always-load-extensions)
7363 (calc-line-numbering, calc-line-breaking, calc-display-just)
7364 (calc-display-origin, calc-number-radix, calc-leading-zeros)
7365 (calc-group-digits, calc-group-char, calc-point-char)
7366 (calc-frac-format, calc-prefer-frac, calc-hms-format)
7367 (calc-date-format, calc-float-format, calc-complex-format)
7368 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
7369 (calc-display-strings, calc-matrix-just, calc-break-vectors)
7370 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
7371 (calc-vector-brackets, calc-matrix-brackets, calc-language)
7372 (calc-language-option, calc-function-open, calc-function-open)
7373 (calc-function-close, calc-language-output-filter)
7374 (calc-language-input-filter, calc-radix-formatter)
7375 (calc-left-label, calc-right-label, calc-word-size)
7376 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7377 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
7378 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
7379 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7380 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7381 (calc-window-height, calc-display-trail, calc-show-selections)
7382 (calc-use-selections, calc-assoc-selections)
7383 (calc-display-working-message, calc-auto-why, calc-timing)
7384 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
7385 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
7386 Make into real defvars.
7387 (calc-mode-var-list): Delete.
7388 (calc-mode-save-mode, calc-standard-date-formats)
7389 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
7390 (calc-user-parse-tables, calc-gnuplot-default-device)
7391 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7392 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7393 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7394 (calc-invocation-macro, calc-show-banner): Make into defvars,
7395 taken from `calc-mode-var-list'.
7396 (calc-emacs-type-epoch, calc-emacs-type-19)
7397 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
7398 (calc-version, calc-version-date, calc-trail-pointer)
7399 (calc-trail-overlay, calc-undo-list, calc-redo-list)
7400 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
7401 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
7402 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
7403 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
7404 (calc-said-hello, calc-executing-macro, calc-any-selections)
7405 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
7406 (calc-display-dirty, calc-prepared-composition)
7407 (calc-selection-cache-default-entry, calc-embedded-info)
7408 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
7409 (math-eval-rules-cache-tag, math-radix-explicit-format)
7410 (math-expr-function-mapping, math-expr-variable-mapping)
7411 (math-read-expr-quotes, math-working-step, math-working-step-2)
7412 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
7413 defvars, from toplevel setq.
7414 (calc-mode-map): Set up keymap in more modern fashion.
7415 (calc-dispatch-map): Ditto.
7416 (calc-command-flags, calc-final-point-line)
7417 (calc-final-point-column): Defvar.
7418 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
7419 (sel-mode): Defvar.
7420 (calc-any-evaltos): Ditto.
7421 (calc-buffer, calc-prev-char, calc-prev-prev-char)
7422 (calc-digit-value): Ditto.
7423 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
7424 (math-sub-bignum): Bind `diff'.
7425 (calc-selection-cache-entry): Defvar.
7426 (calc-count-lines): Reference `pos' instead of `newpos'.
7427
7428 2002-09-27 Simon Josefsson <jas@extundo.com>
7429
7430 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
7431
7432 2002-09-26 Richard M. Stallman <rms@gnu.org>
7433
7434 * mail/unrmail.el (unrmail): Do the work directly,
7435 without actually selecting the messages in the from file.
7436 (unrmail-unprune): New subroutine.
7437
7438 * files.el (backup-buffer): Bind local var MODES.
7439 Don't use renaming for a suid or sgid file.
7440 Use backup-buffer-copy to do copying.
7441 (backup-buffer-copy): New subroutine.
7442 Clear suid and sgid bits for the copy.
7443
7444 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
7445
7446 * calendar/solar.el (solar-equinoxes-solstices):
7447 Use time properly adjusted for DST in the result.
7448
7449 2002-09-26 Richard M. Stallman <rms@gnu.org>
7450
7451 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
7452 Bind inhibit-read-only; don't mess with buffer-read-only.
7453
7454 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
7455
7456 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
7457
7458 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
7459 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7460
7461 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
7462
7463 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
7464 instead of within `with-current-buffer'.
7465
7466 2002-09-26 Stephen Eglen <stephen@gnu.org>
7467
7468 * iswitchb.el (iswitchb-completions): Test that
7469 iswitchb-common-match-string is a string, before printing common
7470 completions.
7471
7472 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
7473
7474 * server.el: Use built-in network primitives.
7475 (server-program, server-previous-string): Remove.
7476 (server-previous-strings): New var.
7477 (server-socket-name): New var.
7478 (server-log): Minor change to the output format.
7479 (server-sentinel): Clean up global state when a client disconnects.
7480 (server-unquote-arg): New fun.
7481 (server-start): Use server-socket-name and make-network-process.
7482 (server-process-filter): Now talks to the clients directly.
7483 Normalize file name after unquoting and decoding.
7484 (server-buffer-done): Just close the connection.
7485 (server-switch-buffer): Handle the case where all windows are
7486 dedicated or minibuffers.
7487
7488 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
7489 Don't bind them variables.
7490 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
7491 (font-lock-after-unfontify-buffer): Check that the vars are bound.
7492 (font-lock-dont-widen): New var.
7493 (font-lock-default-fontify-region): Use it.
7494
7495 * emacs-lisp/find-func.el (find-library-name):
7496 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
7497
7498 2002-09-25 Kenichi Handa <handa@etl.go.jp>
7499
7500 * international/mule-cmds.el (select-safe-coding-system):
7501 Handle safe but rejected default coding systems and unsafe default
7502 coding systems differently.
7503
7504 * international/mule-diag.el (list-character-sets): Use the buffer
7505 name "*Character Set List*", not "*Help*". List also indirectly
7506 supported character sets.
7507 (list-charset-chars): Use the buffer name "*Character List*", not
7508 "*Help*". Display the current charset name in the modeline.
7509 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
7510 (sort-listed-character-sets): Don't alter the region showing
7511 indirectly supported charsets.
7512
7513 2002-09-24 Simon Josefsson <jas@extundo.com>
7514
7515 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
7516 (mail-extract-address-components): Doc fix.
7517
7518 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
7519
7520 * simple.el (edit-and-eval-command): Protect command-history.
7521 (repeat-complex-command): Protect command-history.
7522
7523 2002-09-24 Juanma Barranquero <lektu@terra.es>
7524
7525 * replace.el (occur-find-match): New function.
7526 (occur-next, occur-prev): Use it.
7527
7528 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
7529 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
7530 instead of 'occur and 'occur-point.
7531
7532 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
7533 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
7534
7535 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
7536
7537 * descr-text.el (describe-text-category): Use *Help*.
7538 Don't kill-buffer.
7539 (describe-text-properties, describe-char):
7540 Delay self-inspection test. Use *Help*.
7541 Use syntax-after. Use `pos' rather than (point).
7542 Distinguish the before/after part of a composition.
7543
7544 2002-09-23 Kenichi Handa <handa@etl.go.jp>
7545
7546 * international/quail.el (quail-completion): Be sure to scroll
7547 quail-completion-buf.
7548
7549 2002-09-23 Richard M. Stallman <rms@gnu.org>
7550
7551 * ielm.el (*1): Fix previous change.
7552
7553 2002-09-23 Juanma Barranquero <lektu@terra.es>
7554
7555 * net/tramp.el (tramp-unified-filenames): Autoload it.
7556
7557 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
7558
7559 * ediff-init.el (ediff-get-next-window): Bug fix.
7560
7561 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
7562
7563 * play/gamegrid.el (gamegrid-face): New variable to emulate a
7564 buffer-local default face.
7565 (gamegrid-xbm): New variable; XBM image as a replacement for
7566 `gamegrid-xpm' on Emacsen compiled without XPM-support.
7567 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
7568 of images to Emacs.
7569 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
7570 convert XEmacs-type image descriptors.
7571 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
7572 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
7573 image descriptors.
7574 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
7575 functions to check for display capabilities. Fix the recognition
7576 of image-support in Emacs 21 by this way.
7577 (gamegrid-hide-cursor): Removed.
7578 (gamegrid-setup-default-font): Ported the code from XEmacs to
7579 Emacs: create a new face and assign the variable `gamegrid-face'
7580 to it. Make sure that the face is not higher than the smallest
7581 image used by the game.
7582 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
7583 instead of `gamegrid-hide-cursor'.
7584 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
7585 image in the buffer, instead of applying a face. [This is because
7586 Emacs display-tables are not as capable as the display-tables in
7587 XEmacs. Maybe this function should be renamed to reflect the change?]
7588 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
7589 the face held by `gamegrid-face' in an overlay over the whole
7590 buffer to emulate a buffer-local default-face.
7591
7592 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
7593
7594 * play/doctor.el (doctor-doc): Add 2 question words.
7595 (doctor-getnoun): Parse and save the complete object phrase.
7596
7597 2002-09-22 Richard M. Stallman <rms@gnu.org>
7598
7599 * international/mule-cmds.el (select-safe-coding-system): Cope if
7600 default-coding-system gives nil which was then used in `min'.
7601
7602 * mail/sendmail.el (sendmail-send-it): If user's buffer
7603 is unibyte, make tembuf unibyte.
7604
7605 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7606
7607 * net/tramp.el: Version 2.0.22 released.
7608 (tramp-parse-rhosts, tramp-parse-shosts)
7609 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
7610 `add-to-list' for performance reasons.
7611 (tramp-get-completion-user-host): Return `nil' in case both `user'
7612 and 'host' are empty (not necessarily `nil'.
7613 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
7614 (tramp-user-regexp): " \t" are not user regexp characters.
7615 (tramp-completion-handle-file-name-all-completions):
7616 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
7617 completely, and it returns local completions as well.
7618 (tramp-completion-function-alist-ftp): New constant.
7619 (tramp-completion-function-alist): Add completion function for "ftp".
7620 From Michael Albinus <Michael.Albinus@alcatel.de>.
7621
7622 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7623
7624 * net/tramp.el: Version 2.0.21 released.
7625 (tramp-handle-file-newer-than-file-p): If mtime of both files is
7626 known, return a useful result. Better error message in case one
7627 is a Tramp file and one isn't.
7628 (tramp-handle-file-local-copy, tramp-handle-write-region)
7629 (tramp-find-shell, tramp-open-connection-telnet)
7630 (tramp-open-connection-rsh, tramp-open-connection-su)
7631 (tramp-open-connection-setup-interactive-shell)
7632 (tramp-post-connection, tramp-maybe-open-connection)
7633 (tramp-method-out-of-band-p): Correct number of args for
7634 `tramp-get-rsh-program' and similar functions.
7635
7636 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7637
7638 * net/tramp.el: Version 2.0.20 released.
7639
7640 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7641
7642 * net/tramp.el (tramp-completion-function-alist): Escape open
7643 paren in docstring.
7644 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
7645 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
7646 instead of tramp-message.
7647 (tramp-open-connection-rsh): Handle empty string as user name.
7648 (tramp-open-connection-su): Handle empty string as host name.
7649 Handle nil user name.
7650 (tramp-handle-file-local-copy, tramp-handle-write-region)
7651 (tramp-completion-handle-file-name-all-completions)
7652 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7653 (tramp-open-connection-su, tramp-post-connection)
7654 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
7655 (tramp-get-connection-function, tramp-get-remote-sh)
7656 (tramp-get-rsh-program, tramp-get-rsh-args)
7657 (tramp-get-rcp-program, tramp-get-rcp-args)
7658 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
7659 (tramp-get-su-args, tramp-get-telnet-program)
7660 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
7661 additional args USER, HOST.
7662 (tramp-action-password, tramp-open-connection-telnet)
7663 (tramp-open-connection-su, tramp-open-connection-multi)
7664 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
7665 takes USER and HOST arguments, to be able to use
7666 `tramp-find-method'. Update callers.
7667 (tramp-find-method): New function.
7668
7669 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7670
7671 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7672 in SWITCHES (by removing it).
7673
7674 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7675
7676 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
7677
7678 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7679
7680 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
7681
7682 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7683
7684 * net/tramp.el (tramp-bug): Add tramp-methods.
7685
7686 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7687
7688 * net/tramp.el (tramp-methods): Update docstring:
7689 tramp-encoding-command, tramp-decoding-command,
7690 tramp-encoding-function and tramp-decoding-function are not
7691 parameters anymore.
7692 (tramp-uuencode-region): Autoload it.
7693
7694 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7695
7696 * net/tramp.el: Version 2.0.19 released.
7697
7698 * net/tramp-uu.el: New file, implements uuencode in Lisp.
7699
7700 * net/tramp.el (tramp-coding-commands):
7701 Use `tramp-uuencode-region' as local encoder for the uuencode based
7702 entries.
7703
7704 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7705
7706 * net/tramp.el (tramp-handle-write-region): Wrong parens.
7707
7708 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7709
7710 * net/tramp.el: Version 2.0.18 released.
7711
7712 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
7713 older versions of Perl. Now tested with 5.004. Suggestion from
7714 Michael Albinus.
7715
7716 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7717
7718 * net/tramp.el (tramp-find-inline-encoding):
7719 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
7720 (tramp-call-local-coding-command): OUTPUT equals nil means to
7721 discard the output. INPUT equals nil means /dev/null.
7722
7723 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7724
7725 * net/tramp.el (tramp-encoding-shell): Default to environment
7726 variable COMSPEC on Windows.
7727 (tramp-handle-write-region): More debugging output.
7728 (tramp-find-inline-encoding): Ditto.
7729
7730 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
7731
7732 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
7733 Define `result1'.
7734 (tramp-parse-hosts-group): Discard IPv6 entries.
7735
7736 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7737
7738 * net/tramp.el (tramp-post-connection): Only send Perl
7739 mime-encode/decode implementations when using inline method.
7740 (tramp-handle-file-local-copy)
7741 (tramp-handle-write-region, tramp-post-connection)
7742 (tramp-coding-commands, tramp-find-inline-encoding): For the
7743 inline encodings, distinguish between local and remote commands,
7744 instead of between commands and functions. (The local commands
7745 can be functions, too.) If the local host is a Windows machine,
7746 we can't expect the same commands to work there as on the remote host.
7747 (tramp-call-local-coding-command): New function for calling local
7748 encoding and decoding commands.
7749 (tramp-set-remote-encoding, tramp-get-remote-encoding)
7750 (tramp-set-remote-decoding, tramp-get-remote-decoding)
7751 (tramp-set-local-encoding, tramp-get-local-encoding)
7752 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
7753 (tramp-get-encoding-command, tramp-set-encoding-command)
7754 (tramp-get-decoding-command, tramp-set-decoding-command)
7755 (tramp-get-encoding-function, tramp-set-encoding-function)
7756 (tramp-get-decoding-function, tramp-set-decoding-function):
7757 Old functions, removed.
7758
7759 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7760
7761 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7762 Change command to invoke /bin/sh slightly to make it compatible
7763 with the `rc' shell. Suggested by Daniel Pittman.
7764
7765 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
7766
7767 * net/tramp.el (tramp-handle-write-region): Added missing
7768 `)'. Hope it's the right place.
7769
7770 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7771
7772 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7773 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
7774 order to get a sane shell prompt. If people have ${CWD}, say, in
7775 their shell prompt, then the default login shell might display
7776 something harmless, but the /bin/sh will display a dollar sign
7777 which confused the subsequent prompt recognition.
7778 (tramp-multi-action-password): More debugging output.
7779 (tramp-encoding-shell): Renamed from tramp-sh-program.
7780 More documentation. Default to cmd.exe on Windows NT.
7781 (tramp-encoding-command-switch): New variable. Use instead of
7782 hard-wired "-c" which is only good for /bin/sh.
7783 (tramp-encoding-reads-stdin): New variable. If t, commands are
7784 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
7785 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
7786 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
7787 (tramp-handle-file-local-copy, tramp-handle-write-region):
7788 Respect tramp-encoding-shell and friends.
7789 (tramp-find-inline-encoding): Use new-style calls for checking if
7790 the local commands work.
7791
7792 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
7793
7794 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
7795 entries. They are handled now by `tramp-completion-function-alist'.
7796 (tramp-completion-function): Defvar removed. I've never used
7797 it. Hmm.
7798 (tramp-get-completion-function)
7799 (tramp-get-completion-rsh, tramp-get-completion-ssh)
7800 (tramp-get-completion-telnet, tramp-get-completion-su):
7801 Functions removed as well. Not necessary any longer due to extended
7802 customization means.
7803 (tramp-completion-function-alist): New defcustom. Holds all
7804 FUNCTION FILE pairs used for user and host name completion
7805 relevant for METHOD.
7806 (tramp-completion-function-alist-rsh)
7807 (tramp-completion-function-alist-ssh)
7808 (tramp-completion-function-alist-telnet)
7809 (tramp-completion-function-alist-su): Defconst for initializing
7810 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
7811 values are known for me until now. Needs to be completed for at
7812 least VMS++ like operating systems.
7813 (tramp-set-completion-function)
7814 (tramp-get-completion-function): New functions for configuration
7815 of `tramp-completion-function-alist'. The old definition of
7816 `tramp-get-completion-function' has been discarded.
7817 (tramp-completion-handle-file-name-all-completions):
7818 Change function call for user/host completion according to definition
7819 in `tramp-completion-function-alist'.
7820 (tramp-parse-passwd): Added exception handling for "root", because
7821 `tramp-get-completion-su' (the previous place for this stuff)
7822 doesn't exist any longer.
7823
7824 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7825
7826 * net/tramp.el (tramp-enter-password):
7827 Use `tramp-password-end-of-line' to terminate the line.
7828 (tramp-bug): Include new variable `tramp-password-end-of-line'.
7829 (tramp-password-end-of-line): New variable. People who use plink
7830 under Windows might have to issue "\r\n" after the password, but
7831 they need to send just "\n" after the other commands. So this
7832 variable was introduced to complement `tramp-rsh-end-of-line'.
7833 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
7834 of line of the output delimiter.
7835
7836 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7837
7838 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
7839 (tramp-open-connection-setup-interactive-shell): Add some comments
7840 about Douglas Grey Stephen's suggestions to make Tramp work better
7841 with plink under Windows. I'm not sure what to think of them, but
7842 now I have a guinea pig to try it out on. Said guinea pig is
7843 having other problems, though... Also remove some commented-out code.
7844
7845 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
7846
7847 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
7848 tuned.
7849 (tramp-get-completion-user-host): Accept user names as they are if
7850 typed until "@".
7851 (tramp-completion-mode): Replace `last-input-char' by modern
7852 `last-input-event'. Check for `event-modifiers'.
7853
7854 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7855
7856 * net/tramp.el (file-expand-wildcards): Corrected check to see if
7857 advising is necessary.
7858
7859 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
7860
7861 * net/tramp.el (tramp-postfix-single-method-format)
7862 (tramp-postfix-multi-method-format)
7863 (tramp-postfix-multi-hop-format)
7864 (tramp-postfix-user-format): New format strings.
7865 (tramp-postfix-single-method-regexp)
7866 (tramp-postfix-multi-method-regexp)
7867 (tramp-postfix-multi-hop-regexp)
7868 (tramp-postfix-user-regexp)
7869 (tramp-make-multi-tramp-file-format)
7870 (tramp-make-tramp-file-name): Apply them.
7871 (tramp-completion-handle-file-name-all-completions): Fix for
7872 invoking ange-ftp in case of "/ftp:xxx" file names.
7873
7874 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
7875
7876 * net/tramp.el (tramp-prefix-format)
7877 (tramp-postfix-host-format): New format strings.
7878 (tramp-prefix-regexp, tramp-method-regexp)
7879 (tramp-postfix-single-method-regexp)
7880 (tramp-postfix-multi-method-regexp)
7881 (tramp-postfix-multi-hop-regexp)
7882 (tramp-user-regexp, tramp-postfix-user-regexp)
7883 (tramp-host-regexp, tramp-postfix-host-regexp)
7884 (tramp-path-regexp): New atomar regular expressions.
7885 If corresponding format strings exist, derived from them.
7886 (tramp-file-name-structure)
7887 (tramp-multi-file-name-structure)
7888 (tramp-multi-file-name-hop-structure)
7889 (tramp-make-multi-tramp-file-format)
7890 (tramp-completion-mode)
7891 (tramp-completion-dissect-file-name)
7892 (tramp-parse-rhosts-group)
7893 (tramp-parse-shosts-group)
7894 (tramp-parse-hosts-group)
7895 (tramp-parse-passwd-group): Apply these expressions.
7896 (tramp-file-name-structure-unified)
7897 (tramp-file-name-structure-separate)
7898 (tramp-make-tramp-file-format-unified)
7899 (tramp-make-tramp-file-format-separate)
7900 (tramp-make-tramp-file-format)
7901 (tramp-make-tramp-file-user-nil-format-unified)
7902 (tramp-make-tramp-file-user-nil-format-separate)
7903 (tramp-make-tramp-file-user-nil-format)
7904 (tramp-multi-file-name-structure-unified)
7905 (tramp-multi-file-name-structure-separate)
7906 (tramp-multi-file-name-hop-structure-unified)
7907 (tramp-multi-file-name-hop-structure-separate)
7908 (tramp-make-multi-tramp-file-format-unified)
7909 (tramp-make-multi-tramp-file-format-separate): Removed.
7910 (tramp-make-tramp-file-name): Allow partial tramp file
7911 names. Generate tramp file format on-the-fly depending on
7912 parameters. Apply atomar format strings resp expressions.
7913 (tramp-get-completion-methods)
7914 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
7915 (tramp-parse-hosts-group): Take all host names and IP addresses
7916 into account.
7917 (tramp-bug): Remove `tramp-make-tramp-file-format'.
7918
7919 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
7920
7921 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
7922 for "su" and "sudo".
7923 (tramp-get-completion-telnet): Implement it.
7924 (tramp-parse-hosts)
7925 (tramp-parse-hosts-group)
7926 (tramp-get-completion-su)
7927 (tramp-parse-passwd)
7928 (tramp-parse-passwd-group): New functions.
7929
7930 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
7931
7932 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
7933 (tramp-completion-file-name-handler-alist): Add handler for
7934 `file-exists-p.
7935 (tramp-completion-handle-file-exists-p): New function.
7936 (tramp-completion-handle-file-name-completion): Simplified.
7937 (tramp-completion-dissect-file-name): Regexp's reorganised.
7938 (tramp-completion-handle-file-name-all-completions):
7939 Call completion-function only if `user' or `host' is given.
7940 (tramp-get-completion-user-host): New function.
7941 (tramp-get-completion-rsh)
7942 (tramp-get-completion-ssh): Apply it.
7943
7944 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
7945
7946 * net/tramp.el (tramp-completion-file-name-handler-alist):
7947 Add handler for `expand-file-name'.
7948 (tramp-completion-handle-expand-file-name): New function.
7949
7950 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
7951
7952 * net/tramp.el (tramp-completion-mode): New function.
7953 (tramp-completion-handle-file-name-directory)
7954 (tramp-completion-handle-file-name-all-completions): Apply it.
7955 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
7956 (tramp-point-at-eol): New defalias.
7957 (tramp-parse-rhosts-group)
7958 (tramp-parse-shosts-group):: Apply it.
7959
7960 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
7961
7962 * net/tramp.el (tramp-get-completion-methods)
7963 (tramp-get-completion-rsh)
7964 (tramp-get-completion-ssh): Add "[" for Xemacs.
7965 (tramp-completion-file-name-regexp-separate): Expression adapted.
7966 (tramp-completion-file-name-handler-alist): Add handler for
7967 `file-name-directory' and `file-name-nondirectory'.
7968 (tramp-completion-handle-file-name-directory)
7969 (tramp-completion-handle-file-name-nondirectory)
7970 (tramp-completion-run-real-handler): New functions.
7971 (tramp-completion-file-name-handler)
7972 (tramp-completion-handle-file-name-all-completions):
7973 Apply `tramp-completion-run-real-handler'.
7974 (tramp-parse-rhosts)
7975 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
7976 `res' (otherwise side effects in XEmacs).
7977
7978 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
7979
7980 * net/tramp.el (tramp-completion-file-name-regexp)
7981 (tramp-completion-file-name-handler-alist)
7982 (tramp-flatten-list)
7983 (tramp-completion-dissect-file-name)
7984 (tramp-get-completion-rsh)
7985 (tramp-parse-rhosts)
7986 (tramp-parse-rhosts-group)
7987 (tramp-get-completion-ssh): Doc string tuned.
7988 (tramp-methods): Doc string and custom type extended for
7989 `tramp-completion-function'.
7990 (tramp-completion-function): Variable added. Is it really used?
7991 Other variables like `tramp-completion-function' aren't used.
7992 (tramp-completion-file-name-handler-alist): Add handler for
7993 `file-name-completion'.
7994 (tramp-completion-handle-file-name-completion): New function.
7995
7996 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
7997
7998 * net/tramp.el (tramp-parse-rhosts)
7999 (tramp-parse-rhosts-group)
8000 (tramp-parse-shosts)
8001 (tramp-parse-shosts-group): New functions.
8002
8003 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
8004
8005 * net/tramp.el (tramp-completion-dissect-file-name)
8006 (tramp-completion-dissect-file-name1): New functions.
8007
8008 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
8009
8010 * net/tramp.el (tramp-get-completion-function)
8011 (tramp-get-completion-rsh)
8012 (tramp-get-completion-ssh)
8013 (tramp-get-completion-telnet): New functions.
8014 (tramp-methods): Add `tramp-completion-function' for all methods.
8015
8016 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
8017
8018 * net/tramp.el (tramp-get-completion-methods): New function.
8019 (tramp-find-default-method): Allow host to be nil (like user).
8020
8021 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
8022
8023 * net/tramp.el (tramp-completion-file-name-regexp-unified)
8024 (tramp-completion-file-name-regexp-separate)
8025 (tramp-completion-file-name-regexp)
8026 (tramp-completion-file-name-handler-alist): New defcustoms.
8027 (tramp-completion-file-name-handler): New function.
8028 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
8029 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
8030 to `inhibit-file-name-handlers'.
8031 (tramp-completion-handle-file-name-all-completions)
8032 (tramp-completion-handle-file-name-completion): New functions.
8033
8034 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
8035
8036 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
8037 must be called again after activating `ange-ftp'.
8038 (tramp-ange-ftp-file-name-p): Check for Xemacs.
8039
8040 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
8041
8042 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
8043 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
8044 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
8045 tramp-invoke-ange-ftp 'write-region.
8046 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
8047 passing to tramp-invoke-ange-ftp 'set-file-modes.
8048 (tramp-flatten-list): New function. Maybe this functionality does
8049 exist already elsewhere in the libraries.
8050 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
8051 list in order to avoid nested lists, f.e. when invoked from
8052 `tramp-handle-dired-call-process'.
8053
8054 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8055
8056 * net/tramp.el (tramp-chunksize): New kluge variable.
8057 (tramp-send-region): If tramp-chunksize is non-nil, send region in
8058 parts and sleep 0.1 seconds between chunks.
8059
8060 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8061
8062 * net/tramp.el (tramp-handle-insert-directory):
8063 Use `insert-buffer-substring' instead of `insert-buffer', which is not
8064 supposed to be used from Lisp. Remember old point in a variable
8065 instead of using `mark'. Suggestion from Stefan Monnier.
8066 (tramp-unified-filenames): New variable. Use it in default value
8067 of other filename variables.
8068 (file-expand-wildcards): Don't advise unless "[" and "]" are used
8069 in the filename format.
8070
8071 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8072
8073 * net/tramp.el (tramp-methods): Remove duplicate definition of
8074 ssh1-old and ssh2-old.
8075
8076 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
8077
8078 * dired.el (dired-insert-directory): Always add "--dired" to to
8079 SWITCHES for remote files.
8080 * files.el (insert-directory): Comment saying that "--dired"
8081 might be in the SWITCHES.
8082 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
8083 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
8084
8085 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
8086
8087 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
8088 word constituent syntax.
8089
8090 2002-09-21 Richard M. Stallman <rms@gnu.org>
8091
8092 * cus-dep.el (custom-make-dependencies): Bind to t
8093 around evaluating the def-form.
8094
8095 * custom.el (custom-dont-initialize): New variable.
8096 (custom-declare-variable): Don't init the variable
8097 if custom-dont-initialize is non-nil.
8098
8099 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
8100
8101 * net/eudc.el (eudc-install-menu): Use `define-key' and
8102 `easy-menu-create-menu' to avoid duplication of menu.
8103
8104 2002-09-20 Kim F. Storm <storm@cua.dk>
8105
8106 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
8107 macro and terminate editing.
8108 (kmacro-step-edit-macro): Push previous macro onto ring if changed
8109 by step editing.
8110
8111 2002-09-19 Tom Tromey <tromey@redhat.com>
8112
8113 * play/blackbox.el (bb-right): Respect prefix argument.
8114 (bb-left, bb-up, bb-down): Likewise.
8115
8116 2002-09-19 Richard M. Stallman <rms@gnu.org>
8117
8118 * cus-dep.el (custom-make-dependencies): Fix previous change.
8119
8120 2002-09-19 Juanma Barranquero <lektu@terra.es>
8121
8122 * ielm.el (ielm-eval-input): Call `error-message-string' instead
8123 of the non-existent `ielm-format-error'.
8124
8125 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
8126
8127 * emacs-lisp/easymenu.el (easy-menu-remove):
8128 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
8129
8130 * international/mule-diag.el (describe-coding-system):
8131 Remove unused `coding-spec' variable.
8132 (list-input-methods): Be more careful when setting up the help buffer.
8133
8134 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8135 Set init value to t to reflect reality.
8136 (ucs-minibuffer-setup): Use minibuffer-selected-window.
8137
8138 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
8139
8140 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
8141 Rename to makefile-cleanup-continuations.
8142 (makefile-mode): Use write-file-functions.
8143 (makefile-fill-paragraph): Use match-string-no-properties.
8144 (makefile-fill-paragraph): Use line-end-position.
8145 (makefile-add-log-defun): Simplify.
8146
8147 2002-09-18 Richard M. Stallman <rms@gnu.org>
8148
8149 * dired.el (dired-mark-pop-up): Doc fix.
8150
8151 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
8152 definition straight into loaddefs.el as well as executing it here.
8153
8154 2002-09-18 Colin Walters <walters@debian.org>
8155
8156 * calc/calc.el (calc-mode): Add font-lock-defontify to
8157 change-major-mode-hook.
8158
8159 2002-09-18 Richard M. Stallman <rms@gnu.org>
8160
8161 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
8162 Don't ignore errors in rm line.
8163
8164 * menu-bar.el (menu-bar-search-menu): Nicer help string.
8165
8166 * replace.el (occur-engine-add-prefix): Use 7 spaces.
8167 (occur-engine): Use 7 digits to align tabs in the data.
8168
8169 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
8170 Don't make the definition dynamic if it shares structure
8171 with the arg list.
8172
8173 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
8174 (pdb): In gud-remove, pass down the file name.
8175
8176 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
8177
8178 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8179
8180 * ielm.el: (*1, *2, *3): New variables.
8181 (ielm-eval-input): Make temporary buffers current on entry and
8182 exit to the let bindings for *, ** and ***.
8183 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
8184 Do not overrule global bindings for *, ** and ***.
8185
8186 2002-09-18 Tom Tromey <tromey@redhat.com>
8187
8188 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
8189 boundaries before filling.
8190
8191 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
8192
8193 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
8194 (server-switch-buffer): Only select a different window if
8195 next-buffer is non-nil. Don't switch in a dedicated window.
8196 If next-buffer is already displayed, reuse that window.
8197
8198 * diff-mode.el (diff-mode): Use compilation-minor-mode.
8199 Don't unbind compilation-last-buffer after autoloading compile.el.
8200 Hide the compilation-minor-mode bindings altogether.
8201
8202 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8203
8204 * dired.el (dired-insert-directory): Never add "--dired" when
8205 listing remote directories.
8206
8207 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8208
8209 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
8210
8211 * ediff-init.el: Use defalias instead of fset.
8212
8213 * ediff-util.el: Use defalias instead of fset.
8214
8215 * viper-util.el (viper-chars-in-region): Simplification.
8216
8217 * viper.el (viper-emacs-state-mode-list): Added modes.
8218
8219 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
8220
8221 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
8222 module of code, with graphical display of poor-coverage spots.
8223
8224 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
8225 testcover on a interactive module like ses.
8226
8227 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
8228 testcover on a noninteractive module like unsafep.
8229
8230 2002-09-18 Miles Bader <miles@gnu.org>
8231
8232 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
8233 unless it's bound.
8234
8235 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
8236
8237 * server.el (server-log): Add `client' arg.
8238 (server-start): Don't bother canceling the sentinel.
8239 (server-process-filter): Use replace-regexp-in-string and
8240 handle the new &n quoting. Use push. Use server-log's new arg.
8241 Don't output the C-x # message if `nowait'.
8242 (server-buffer-done): Use server-log's new arg.
8243
8244 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
8245
8246 * ses.el: New file.
8247
8248 * emacs-lisp/unsafep.el: New file.
8249
8250 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
8251 (inhibit-quit): This is risky for unsafep, doesn't matter much for
8252 anybody else.
8253 (risky-local-variable-p): New function. Split off from
8254 hack-one-local-variable so unsafep can use it. Add \|-history$ to
8255 the list of disallowed local variable names (malicious user could
8256 stuff a `display' property in there that would be activated when
8257 na\e,Ao\e(Bve user called up the history).
8258
8259 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
8260
8261 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
8262
8263 2002-09-16 Richard M. Stallman <rms@gnu.org>
8264
8265 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
8266 Use forward-line and move-to-column.
8267
8268 * cus-edit.el (custom-variable-backup-value): New function.
8269 (custom-variable-reset-backup): New function.
8270 (custom-variable-menu): Add item for custom-variable-reset-backup.
8271 (custom-variable-set, custom-variable-reset-saved)
8272 (custom-variable-reset-standard): Call custom-variable-backup-value.
8273
8274 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
8275
8276 * dired.el (dired-font-lock-keywords): Use regexp-opt.
8277 (dired-move-to-filename): Better message when we fail to find the file.
8278 (dired-sort-toggle): Minor optimization.
8279
8280 2002-09-16 Juanma Barranquero <lektu@terra.es>
8281
8282 * dired-aux.el (dired-add-entry): Add missing argument to
8283 `dired-mark'.
8284
8285 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
8286
8287 * xscheme.el (scheme-interaction-mode): Doc fix.
8288
8289 * net/eudc.el (eudc-plist-get): Doc fix.
8290
8291 2002-09-16 Kim F. Storm <storm@cua.dk>
8292
8293 * menu-bar.el (menu-bar-last-search-type): New var.
8294 (nonincremental-repeat-search-forward)
8295 (nonincremental-repeat-search-backward): Repeat string or
8296 regexp search depending on menu-bar-last-search-type.
8297 (nonincremental-search-forward, nonincremental-re-search-forward)
8298 (nonincremental-search-backward, nonincremental-re-search-backward):
8299 Set menu-bar-last-search-type to string or regexp.
8300 (nonincremental-repeat-re-search-forward): Removed.
8301 (nonincremental-repeat-re-search-backward): Removed.
8302 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
8303 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
8304 (menu-bar-adv-search-menu): Removed.
8305 (menu-bar-search-menu): Reorganized.
8306 (menu-bar-edit-menu): Added "Replace" submenu.
8307
8308 2002-09-15 Richard M. Stallman <rms@gnu.org>
8309
8310 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
8311
8312 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
8313 when it's not being evaluated.
8314
8315 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
8316
8317 * dired.el (dired-move-to-filename): Fix previous change.
8318
8319 2002-09-14 Kim F. Storm <storm@cua.dk>
8320
8321 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
8322 (keypad-numlock-setup, keypad-numlock-shifted-setup):
8323 Change `Remove Binding' option to `Unspecified/User-defined'.
8324 (keypad-setup): Enhance explanation of setup type `none'.
8325
8326 2002-09-14 Richard M. Stallman <rms@gnu.org>
8327
8328 * time.el (display-time-mode): Set display-time-load-average here.
8329 (display-time-load-average): Initialize to nil.
8330 (display-time-default-load-average): Add "None" alternative.
8331 (display-time-update): Handle "None" alternative for load-average.
8332
8333 * dired-aux.el (dired-bunch-files): Put the arg FILES
8334 back as it was after temporary destrucive mods.
8335 (dired-add-entry): Use dired-insert-directory to handle indentation.
8336 Explicitly restore the line's marker character.
8337 Preserve the old file name's text properties.
8338 (dired-add-entry-do-indentation): Function deleted.
8339 (dired-relist-file): Doc fix.
8340 (dired-rename-file): Change argument names.
8341 (foo-rename-file): New function.
8342 (dired-do-hardlink): Use dired-hardlink.
8343 (dired-hardlink): New function.
8344 (dired-insert-subdir-doinsert): Use dired-insert-directory;
8345 that handles indentation, text props and header line.
8346 dired-readin-insert gets no args.
8347 Use `last' instead of `reverse'.
8348
8349 * dired.el (dired-use-ls-dired): New variable.
8350 (dired-directory): Document the rules better.
8351
8352 * dired.el (dired-insert-headerline): Function deleted.
8353 (dired-revert): Pass no args to dired-readin.
8354 (dired-move-to-filename): First try using dired-filename property.
8355 (dired-move-to-end-of-filename): Likewise.
8356 (dired-why): Try to show the start of this page of warnings.
8357 (dired-log): Insert the buffer name at start of page, not end.
8358 (dired-log-summary): If just one failure, explain it in echo area.
8359
8360 * dired.el (dired-internal-noselect):
8361 Always set dired-directory, when buffer is not new.
8362 Pass dir-or-list, not dirname, to dired-mode.
8363 Call dired-readin with no args.
8364 Don't call dired-after-readin-hook here.
8365 (dired-find-buffer-nocreate): Expand dirname.
8366 Expand the dir from dired-directory to compare with dirname.
8367
8368 (dired-readin): Take no args. Get the directory from dired-directory.
8369 Run dired-before-reading hook inside save-excursion.
8370 Run dired-after-readin-hook here.
8371 Don't make undo entries at all.
8372 Call dired-readin-insert with no args.
8373 Don't change indentation here.
8374 Don't insert headerline here.
8375
8376 (dired-readin-insert): Take no args.
8377 Get dir and file-list from dired-directory.
8378 Call dired-insert-directory the new way.
8379 Don't insert "wildcard" info here.
8380
8381 (dired-insert-directory): New arg FILE-LIST.
8382 First arg now DIR, always just the directory.
8383 This function fully handles setting up the buffer text:
8384 update indentation, insert headerline and "wildcard" info.
8385 Pass --dired arg if appropriate; put info in dired-filename props.
8386 Don't expand file names here.
8387
8388 * warnings.el (display-warning): In batch mode,
8389 exclude the final newline from the arg to `message'.
8390
8391 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
8392
8393 * files.el (diff-buffer-with-file): Check whether associated file
8394 exists. Display message for 1 second. Always return nil.
8395
8396 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
8397
8398 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
8399 support again, but more carefully this time.
8400
8401 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
8402 such that backward-sexp correctly skips them.
8403 (perl-font-lock-keywords-2): Use regexp-opt.
8404 (perl-font-lock-syntactic-keywords)
8405 (perl-font-lock-syntactic-face-function): Better handle PODs.
8406 Handle package names with ' in them and ($$) in `sub' declarations.
8407 Handle format staements. Handle regexp and quote-like ops.
8408 (perl-empty-syntax-table): New var.
8409 (perl-quote-syntax-table): New fun.
8410
8411 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
8412 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
8413
8414 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
8415
8416 * derived.el (define-derived-mode): Properly ignore unknown args.
8417
8418 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
8419 Don't call the function during init if mode is on by default.
8420
8421 * simple.el: Provide `simple'.
8422 (transient-mark-mode, line-number-mode, column-number-mode):
8423 Pass an explicit `:require nil' argument.
8424
8425 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
8426
8427 * play/tetris.el (tetris-blank-options, tetris-cell-options):
8428 Remove various redundant `(t nil)'.
8429
8430 * play/snake.el (snake-border-options): Use color on tty if available.
8431
8432 * play/tetris.el (tetris-border-options): Likewise.
8433
8434 * play/pong.el (pong-border-options): Likewise, plus reset
8435 color on tty to be [0.5 0.5 0.5].
8436
8437 2002-09-13 Kim F. Storm <storm@cua.dk>
8438
8439 * kmacro.el (kmacro-start-macro): Doc fix.
8440
8441 2002-09-13 Juanma Barranquero <lektu@terra.es>
8442
8443 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
8444 to `idlwave-idlwave_routine_info-compiled'.
8445
8446 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
8447 three arguments, not four.
8448
8449 2002-09-13 Kim F. Storm <storm@cua.dk>
8450
8451 * kmacro.el (kmacro-keymap): Changed bindings:
8452 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
8453
8454 2002-09-12 Richard M. Stallman <rms@gnu.org>
8455
8456 * international/mule-cmds.el (universal-coding-system-argument):
8457 Read the coding system inside `interactive' spec, for command-history.
8458
8459 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
8460
8461 * emacs-lisp/find-func.el (find-library-name): Don't forget
8462 the empty suffix. Fix stale variable name.
8463
8464 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
8465 (gud-pdb-massage-args): Delete.
8466 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
8467 (gud-gdb-command-name): New var. Put "--fullname" in there.
8468 (gud-query-cmdline): Use the most recent executable as the default.
8469 Don't add "--fullname" (it's only valid/meaningful for GDB).
8470 (gud-xdb-marker-filter): Use match-string.
8471 (gud-perldb-massage-args): Don't add "-d".
8472 (gud-perldb-command-name): Add "-d".
8473 (gud-common-init): If `massage-args' is nil, don't call it.
8474 (gud-format-command): Don't hardcode point-min==1.
8475
8476 * derived.el: Require CL when compiling.
8477
8478 2002-09-12 Simon Josefsson <jas@extundo.com>
8479
8480 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
8481 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
8482 Use expand-file-name. Also don't require time-stamp.
8483
8484 2002-09-11 Richard M. Stallman <rms@gnu.org>
8485
8486 * derived.el (define-derived-mode): When making new abbrev table,
8487 don't try to copy the parent's abbrev table.
8488
8489 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
8490 Always round scroll-bar-width parameter up.
8491 If it is nil, use 14.
8492
8493 * abbrev.el (copy-abbrev-table): New function.
8494
8495 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8496
8497 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
8498 ps-default-bg setting.
8499 (ps-print-version): New version number (6.5.7).
8500 (ps-mark-active-p): New fun.
8501 (ps-print-preprint-region): Adjust code.
8502
8503 2002-09-11 Dave Love <fx@gnu.org>
8504
8505 * international/mule.el (non-standard-designations-alist)
8506 (ctext-pre-write-conversion): Don't generate invalid extended
8507 segments for iso8859.
8508
8509 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
8510 (cyrillic-alternativnyj-decode-table): Fix some entries.
8511
8512 * international/ucs-tables.el: Fix last change.
8513
8514 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
8515 change.
8516
8517 2002-09-11 Kim F. Storm <storm@cua.dk>
8518
8519 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
8520 kmacro-end-and-call-macro.
8521
8522 2002-09-11 Juanma Barranquero <lektu@terra.es>
8523
8524 * newcomment.el (uncomment-region): Fix let/let* use.
8525
8526 2002-09-11 Simon Josefsson <jas@extundo.com>
8527
8528 * time-stamp.el (time-stamp-hhmmss): New function.
8529
8530 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
8531 (gud-query-cmdline): Add --fullname to the user cmdline.
8532
8533 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
8534
8535 2002-09-11 Kim F. Storm <storm@cua.dk>
8536
8537 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
8538 (kmacro-step-edit-map): Bind "A" to `append-end'.
8539 (kmacro-step-edit-prompt): Fix prompt.
8540 (kmacro-step-edit-query): Handle `append-end' response.
8541 (kmacro-step-edit-pre-command): Activate `append-end' at end of
8542 macro when required.
8543
8544 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8545
8546 * derived.el (define-derived-mode): Fix typo.
8547
8548 * menu-bar.el (line-number-mode, column-number-mode)
8549 (transient-mark-mode): Use minor mode directly.
8550 (menu-bar-make-toggle): Remove `props' arg.
8551 Move customize-mark-as-set directly into the toggle function.
8552
8553 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
8554 Use the new file hook names.
8555 (whitespace-describe): Remove. Move the text to `Commentary:'.
8556 (whitespace-unload-hook): Use the new file hook names.
8557
8558 * finder.el (finder-find-library): Remove.
8559 (finder-commentary): Use find-library-name and add completion.
8560
8561 * simple.el (transient-mark-mode, line-number-mode)
8562 (column-number-mode): Use define-minor-mode.
8563 (define-mail-user-agent): Delete. Moved to subr.el.
8564
8565 * loadup.el ("simple.el"): Move to after loaddefs.el.
8566
8567 * subr.el (define-mail-user-agent): Moved from simple.el.
8568
8569 2002-09-10 Richard M. Stallman <rms@gnu.org>
8570
8571 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
8572 (boolp): Function deleted.
8573
8574 2002-09-10 Dave Love <fx@gnu.org>
8575
8576 * international/utf-8.el (ucs-mule-to-mule-unicode):
8577 Define unconditionally.
8578 (utf-8-fragmentation-table): New. Use it in top-level mapc.
8579 (utf-8-fragment-on-decoding): Use it to keep
8580 utf-8-translation-table-for-decode variable and translation table
8581 in sync.
8582
8583 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
8584 when setting up tables and remove useless optimize-char-table.
8585 (ucs-mule-to-mule-unicode): Deleted.
8586 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
8587
8588 * international/utf-16.el (utf-16-le-pre-write-conversion)
8589 (utf-16-be-pre-write-conversion): Deleted.
8590 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
8591
8592 2002-09-10 Richard M. Stallman <rms@gnu.org>
8593
8594 * files.el (diff-buffer-with-file): Simplify.
8595 Don't signal an error if buffer has no file.
8596 Call sit-for after `diff' returns.
8597
8598 * play/gamegrid.el (gamegrid-make-color-tty-face):
8599 Handle string as COLOR arg.
8600 (gamegrid-display-type): Don't assume display-color-p
8601 implies a color-x terminal.
8602 (gamegrid-hide-cursor): Set `cursor-type' local variable.
8603
8604 * descr-text.el (describe-text-mode): Add font-lock-defontify to
8605 change-major-mode-hook.
8606
8607 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
8608 change-major-mode-hook.
8609
8610 * comint.el (comint-mode): Add font-lock-defontify to
8611 change-major-mode-hook.
8612
8613 * info.el (Info-mode): Add font-lock-defontify to
8614 change-major-mode-hook.
8615
8616 * replace.el (occur-mode): Add font-lock-defontify to
8617 change-major-mode-hook.
8618
8619 * font-core.el (font-lock-defontify): New function.
8620
8621 2002-09-10 Richard M. Stallman <rms@gnu.org>
8622
8623 * ps-print.el (ps-printer-name-option): Doc fix.
8624
8625 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8626
8627 * ps-print.el: Adjust ps-postscript-code-directory setting.
8628 XEmacs version check was adjusted.
8629 (ps-print-version): New version number (6.5.6).
8630 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
8631 (ps-print-code, ps-print-preprint-region): Adjust code.
8632
8633 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8634
8635 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
8636 emacs-lisp-mode, like ~/.emacs.
8637
8638 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
8639
8640 * newcomment.el (uncomment-region): Be more careful with `='.
8641
8642 2002-09-10 Deepak Goel <deego@glue.umd.edu>
8643
8644 * play/doctor.el (doc//): Rename from `//'. Update callers.
8645 (doc$): Rename from `$'. Update callers.
8646
8647 2002-09-10 Miles Bader <miles@gnu.org>
8648
8649 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
8650 variable, not a function.
8651
8652 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
8653
8654 2002-09-10 Kim F. Storm <storm@cua.dk>
8655
8656 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
8657 nil while executing macro to avoid triggering delete-selection-mode.
8658
8659 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
8660 cancel defining keyboard macro when applicable.
8661
8662 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8663
8664 * simple.el (transient-mark-mode, line-number-mode)
8665 (column-number-mode): Undo previous change because of bootstrapping.
8666
8667 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
8668
8669 * derived.el (define-derived-mode): Add keyword arguments.
8670 (derived-mode-make-docstring): Take abbrev and syntax table names.
8671
8672 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
8673 (font-lock-default-function): Change arg name.
8674
8675 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
8676
8677 * paren.el (show-paren-function): Use syntax-after.
8678
8679 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
8680
8681 * subr.el (symbol-file): Also work for autoloaded funcs.
8682 (syntax-after): New fun moved from syntax.el.
8683
8684 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
8685 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
8686 Update callers (but still run the old hooks as well).
8687
8688 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
8689 (find-library): New funs.
8690 (find-function-search-for-symbol): Use it.
8691
8692 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
8693
8694 * isearch.el (isearch-cmds): Add docstring.
8695 (isearch-mouse-2): Lookup binding in the proper buffer.
8696 Use call-interactively and remove the now useless `arg'.
8697 (isearch-search-fun-function): New var.
8698 (isearch-search-fun): New fun.
8699 (isearch-search, isearch-lazy-highlight-search): Use it.
8700
8701 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
8702
8703 * simple.el (what-line): Don't hard-code 1.
8704 (transient-mark-mode, line-number-mode, column-number-mode):
8705 Use define-minor-mode.
8706 (do-auto-fill): Only ignore prefix if it's really empty.
8707
8708 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8709
8710 * files.el (save-some-buffers-action-alist): Use lower case for
8711 help string of diff-buffer-with-file.
8712
8713 2002-09-09 Richard M. Stallman <rms@gnu.org>
8714
8715 * calendar/calendar.el (mouse-scroll-calendar-left)
8716 (mouse-scroll-calendar-right, mouse-calendar-other-month):
8717 New commands.
8718 (calendar-mode-line-format): Use them.
8719
8720 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8721 Set and then bind default-directory.
8722
8723 * startup.el (fancy-splash-head, normal-splash-screen):
8724 Change the messages that explain about GNU or GNU/Linux.
8725
8726 * info.el (Info-search): Add (point-min) to subfile positions
8727 to get them right. Skip the current subfile using forward-line.
8728
8729 * files.el (make-backup-file-name-1): When make-directory fails,
8730 ignore backup-directory-alist.
8731 (make-directory): Expand DIR before looking for handler.
8732
8733 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
8734
8735 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
8736 In addition to RCS, exclude CVS directories.
8737
8738 * ls-lisp.el (ls-lisp-format-time-list): New variable.
8739 (ls-lisp-format-time): Use it.
8740
8741 * files.el (auto-mode-alist): Use sh-mode for .bash files.
8742
8743 2002-09-09 Dave Love <d.love@dl.ac.uk>
8744
8745 * ps-print.el: Many doc fixes.
8746
8747 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
8748
8749 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
8750 Update callers.
8751
8752 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
8753
8754 * diff.el (diff): Doc fix.
8755
8756 2002-09-08 Richard M. Stallman <rms@gnu.org>
8757
8758 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
8759
8760 * simple.el (undo-elt-in-region): Fix one-off error at END.
8761 (forward-visible-line): Handle invisibility by ignoring
8762 invisible newlines. Also include entire invisible lines beyond
8763 the stopping point.
8764
8765 * cus-edit.el (custom-save-variables, custom-save-faces):
8766 Clarify the comments written into .emacs.
8767
8768 2002-09-08 Markus Triska <triska@gmx.at>
8769
8770 * play/doctor.el (doctor-doc): Recognize question words
8771 and use qlist. Use doctor-shorten's return value.
8772 (doctor-shorten): Compute a return value, don't alter `sent'.
8773 (doctor-hates1): Add a question mark.
8774 (doctor-strangelove): Unused function deleted.
8775
8776 2002-09-08 Kim F. Storm <storm@cua.dk>
8777
8778 * kmacro.el (kmacro-end-and-call-macro): New command to end and
8779 call keyboard macro in one step. Bind it to C-x e by default.
8780 (kmacro-call-macro): Use format-kbd-macro.
8781 (kmacro-step-edit-macro): New command to interactively step edit
8782 and execute last keyboard macro.
8783 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
8784 (kmacro-step-edit-mini-window-height): New custom var.
8785 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
8786 (kmacro-step-edit-prefix-commands): New var.
8787 (kmacro-step-edit-prompt, kmacro-step-edit-query)
8788 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
8789 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
8790 New aux functions for step editing keyboard macros.
8791
8792 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
8793 returned by this-single-command-raw-keys before appending it to
8794 unread-command-event.
8795
8796 2002-09-07 Colin Walters <walters@debian.org>
8797
8798 * progmodes/compile.el (compile-internal): Add optional argument
8799 no-async.
8800
8801 * diff.el (diff): Add optional argument no-async, and use the
8802 above argument.
8803
8804 * files.el (diff-buffer-with-file): Call diff synchronously, so we
8805 don't delete the temporary file before diff has a chance to read
8806 it.
8807
8808 * ibuf-ext.el (ibuffer-diff-with-file): Just call
8809 `diff-buffer-with-file'.
8810
8811 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
8812
8813 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
8814
8815 * emacs-lisp/find-func.el (find-function-recenter-line):
8816 Add custom type. Doc fix.
8817
8818 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
8819
8820 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
8821 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
8822 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
8823 Remove. Use the minor mode function directly instead.
8824 (menu-bar-mode): Add message and customize-mark-as-set and return
8825 the new value as do other minor modes.
8826
8827 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
8828
8829 2002-09-06 Simon Marshall <simon@gnu.org>
8830
8831 * progmodes/etags.el (find-tag-tag, complete-tag):
8832 Bind completion-ignore-case based on tags-case-fold-search, so that
8833 case-sensitivity of tag completion matches that of tag search.
8834
8835 2002-09-06 Juanma Barranquero <lektu@terra.es>
8836
8837 * calendar/solar.el (calendar-time-display-form): Fix spacing.
8838
8839 * double.el (double-prefix-only): Likewise.
8840
8841 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
8842
8843 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8844
8845 * emacs-lisp/float.el (string-to-float): Likewise.
8846
8847 * emacs-lisp/rx.el (rx): Likewise.
8848
8849 * faces.el (copy-face): Likewise.
8850
8851 * hilit-chg.el (highlight-changes-colours)
8852 (highlight-changes-active-string)
8853 (highlight-changes-passive-string)
8854 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
8855
8856 * international/mule.el (decode-char): Likewise.
8857
8858 * progmodes/idlwave.el (idlwave-support-inheritance)
8859 (idlwave-routine-entry-compare): Likewise.
8860
8861 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
8862 Likewise.
8863
8864 * progmodes/pascal.el (pascal-start-keywords): Likewise.
8865
8866 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
8867 Likewise.
8868
8869 * progmodes/vhdl-mode.el (vhdl-progress-interval)
8870 (vhdl-corresponding-begin): Likewise.
8871
8872 * simple.el (choose-completion-string-functions): Likewise.
8873
8874 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
8875
8876 * textmodes/fill.el (fill-nonuniform-paragraphs)
8877 (fill-individual-paragraphs): Likewise.
8878
8879 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
8880
8881 * warnings.el (warning-level-aliases): Likewise.
8882
8883 * speedbar.el (speedbar-mode): Fix spacing and typos.
8884
8885 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
8886
8887 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
8888
8889 * textmodes/table.el (table-command-prefix): Fix type.
8890
8891 2002-09-05 Andre Spiegel <spiegel@gnu.org>
8892
8893 * vc-hooks.el: Don't require vc.el at compile-time; it causes
8894 recursive requirements during bootstrap.
8895
8896 2002-09-05 Kenichi Handa <handa@etl.go.jp>
8897
8898 * international/mule.el (decode-char): Cancel the previous change.
8899
8900 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
8901
8902 * language/european.el ("Swedish"): New set-language-info-alist call.
8903
8904 2002-09-04 Richard M. Stallman <rms@gnu.org>
8905
8906 * help-fns.el (help-with-tutorial): Properly set up
8907 completion-reference-buffer in the *Completion* buffer.
8908
8909 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
8910
8911 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
8912 returns nil, return nil.
8913
8914 2002-09-04 Andre Spiegel <spiegel@gnu.org>
8915
8916 * vc-hooks.el: Require vc.el at compile-time.
8917 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
8918 Moved here from vc.el.
8919
8920 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
8921 Moved to vc-hooks.el.
8922
8923 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
8924
8925 2002-09-04 Kenichi Handa <handa@etl.go.jp>
8926
8927 * international/mule.el (decode-char): Translate a character by
8928 utf-8-translation-table-for-decode only when
8929 utf-8-fragment-on-decoding is non-nil.
8930
8931 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
8932
8933 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
8934 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
8935 Use text-mode's syntax-table and abbrev-table.
8936 (text-mode): Set require-final-newline to t.
8937
8938 * newcomment.el (comment-make-extra-lines): Only use the
8939 dummy `=' char when there's really nothing else.
8940 Don't remove spaces if it leads to an incorrect comment.
8941
8942 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
8943 around the cvs/ssh/libc bug.
8944 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
8945 (defun-cvs-mode): Use the new `declare' thingy.
8946 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
8947 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
8948 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
8949
8950 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
8951 node rather than a message for new directories.
8952 (cvs-parse-status): Add support for `Entry Invalid'.
8953
8954 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
8955 (smerge-combine-with-next): New function.
8956 (smerge-diff): Don't output `wrote /tmp/foo' messages.
8957 Insert message if no diffs were found.
8958
8959 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
8960 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
8961
8962 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8963
8964 * net/tramp.el: Version 2.0.15 released.
8965 (require 'base64): Most modern Emacsen have the base64
8966 encode/decode functions built in, so test to see if they are bound
8967 before we go blindly requiring base64.el.
8968 From Steve Youngs <youngs@xemacs.org>.
8969 (tramp-feature-write-region-fix): XEmacs doesn't have a
8970 'find-operation-coding-system' and this variable doesn't seem to
8971 be used anywhere so wrap it in (unless (featurep 'xemacs)).
8972 From Steve Youngs <youngs@xemacs.org>.
8973 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
8974 (tramp-open-connection-su): Use user name "root" if no user name
8975 is given.
8976
8977 From Michael Albinus <Michael.Albinus@alcatel.de>:
8978 * net/tramp.el (tramp-invoke-ange-ftp):
8979 (tramp-ange-ftp-file-name-p): Check for Xemacs.
8980 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
8981 tramp-invoke-ange-ftp 'rename.
8982 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
8983 tramp-invoke-ange-ftp 'write-region.
8984 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
8985 passing to tramp-invoke-ange-ftp 'set-file-modes.
8986 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
8987 again after activating `ange-ftp'.
8988
8989 2002-09-02 Kim F. Storm <storm@cua.dk>
8990
8991 * ido.el (ido-ignore-item-temp-list): New variable.
8992 (ido-read-internal): Don't set ido-default-item if the default is
8993 member of ido-ignore-item-temp-list.
8994 Don't return first match for C-j if no text is entered.
8995 (ido-buffer-internal): Check for empty string return.
8996 (ido-make-buffer-list1): Use member instead of memq.
8997 (ido-window-buffer-p): Likewise.
8998 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
8999 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
9000
9001 * replace.el (multi-occur): Made "ido-aware":
9002 Changed prompt to use C-j instead of RET to end.
9003 Set ido-ignore-item-temp-list to the selected buffers so far, so
9004 they are automatically excluded from the list of choices.
9005 Use add-to-list instead of push.
9006
9007 2002-09-01 Richard M. Stallman <rms@gnu.org>
9008
9009 * term/x-win.el (function-key-map): Define S-iso-lefttab.
9010
9011 2002-09-01 Kim F. Storm <storm@cua.dk>
9012
9013 * edmacro.el (edit-kbd-macro): Recognize new default binding for
9014 C-x e in addition to old binding.
9015
9016 2002-09-01 Mario Lang <mlang@debian.org>
9017
9018 * files.el (save-some-buffers-action-alist): New variable.
9019 (save-some-buffers): Use that.
9020 (diff-buffer-with-file): New function.
9021
9022 2002-09-01 Richard M. Stallman <rms@gnu.org>
9023
9024 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
9025
9026 * dired.el (defgroup dired): Use `files' as parent.
9027 (dired-get-filename): Ignore handler if it has safe-magic prop.
9028
9029 * jka-compr.el (jka-compr-handler): Add safe-magic property.
9030
9031 2002-08-31 Richard M. Stallman <rms@gnu.org>
9032
9033 * simple.el (kill-line): Use end-of-visible-line to determine
9034 if rest of line is blank.
9035 (end-of-visible-line): Cope if end-of-line moved back over
9036 invisible intangible chars at end of line.
9037
9038 * simple.el (completion-setup-function): Don't use directory-sep-char.
9039
9040 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9041
9042 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
9043 needed.
9044 (f90-menu, f90-add-imenu-menu): Use lookup-key.
9045 Remove (eval-when-compile) for free variables.
9046
9047 2002-08-31 Andreas Schwab <schwab@suse.de>
9048
9049 * font-core.el (font-lock-change-mode): Avoid changing buffer
9050 state in any way.
9051
9052 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
9053
9054 * emacs-lisp/easymenu.el (easy-menu-filter-return):
9055 Handle the case where the filter returns a single menu entry.
9056 (easy-menu-add): Improve docstring.
9057 (easy-menu-current-active-maps): Remove.
9058 (easy-menu-get-map): Use current-active-maps.
9059
9060 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
9061 the -p prefix from variables since they shouldn't have it anyway.
9062 (custom-group-menu-create, customize-menu-create):
9063 Only cdr if applicable, since custom-menu-create might return
9064 a vector (i.e. a single menu entry).
9065
9066 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
9067
9068 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
9069 user's value of diary-list-include-blanks, but generate message
9070 instead if there are no entries.
9071
9072 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
9073
9074 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
9075
9076 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
9077
9078 * menu-bar.el (menu-bar-read-mail): Doc fix.
9079
9080 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
9081
9082 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
9083 (ibuffer-fontification-alist): Check hidden buffer case isn't
9084 visiting a file and change its face to italic.
9085
9086 2002-08-30 Juanma Barranquero <lektu@terra.es>
9087
9088 * replace.el (occur-mode): Add interactive declaration.
9089
9090 * bs.el (bs-message-without-log): Fix typo.
9091
9092 * font-core.el (font-lock-defaults): Likewise.
9093
9094 * font-lock.el (font-lock-add-keywords): Likewise.
9095
9096 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
9097
9098 * textmodes/bibtex.el (bibtex-mode): Likewise.
9099
9100 * emulation/viper-ex.el (ex-compile-command): Likewise.
9101
9102 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
9103 Likewise.
9104
9105 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
9106
9107 * allout.el (my-mark-marker): Likewise.
9108
9109 2002-08-30 Simon Josefsson <jas@extundo.com>
9110
9111 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
9112 unless s-debug-info is enabled.
9113
9114 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
9115
9116 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
9117
9118 * mwheel.el (mouse-wheel-up-button): Doc fix.
9119
9120 2002-08-29 Juanma Barranquero <lektu@terra.es>
9121
9122 * replace.el (occur-mode-hook): New hook.
9123 (occur-mode): Use it.
9124 (occur-hook): Set default to nil.
9125
9126 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
9127
9128 * net/ange-ftp.el: Use match-string and drop useless `function's.
9129 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
9130 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
9131 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
9132 (ange-ftp-parse-dired-listing): Update the calls.
9133 (dired-local-variables-file): Declare to shut quieten the compiler.
9134 (ange-ftp-file-entry-active-p): Remove.
9135 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
9136 Don't exclude dangling symlinks.
9137 (ange-ftp-file-name-completion-1): Make predicate optional.
9138 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
9139 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
9140 (ange-ftp-bs2000-posix-hook-installed): Remove.
9141 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
9142 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
9143 `ange-ftp-this-host' instead of `user' and `host'.
9144
9145 2002-08-29 Richard M. Stallman <rms@gnu.org>
9146
9147 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9148 Decide here whether to print which form we're compiling.
9149 If we do that, still print file and line. Make file name
9150 relative to default-directory. Print fewer newlines.
9151 (byte-compile-log-file): Print something even if no file.
9152 Print messages for entering and leaving directories,
9153 and set default-directory.
9154 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
9155 (byte-compile-warning-series): New function.
9156 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
9157 (byte-compile-display-log-head-p): Function deleted.
9158
9159 * warnings.el (warning-series): Now can be a marker, not an integer.
9160 (display-warning): Handle new value for warning-series.
9161
9162 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
9163 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
9164 to don't-warn list.
9165
9166 2002-08-29 Kim F. Storm <storm@cua.dk>
9167
9168 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
9169 Change default binding of C-x e to kmacro-end-or-call-macro.
9170 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
9171 variables.
9172 (kmacro-get-prefix-arg): New function.
9173 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
9174 improve. Callers changed.
9175 (kmacro-call-macro): Repeat macro by repeating last key or
9176 key defined in kmacro-call-repeat-key. New third arg non-nil
9177 means to end current macro.
9178 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
9179 to get repeat last key functionality.
9180 (kmacro-start-macro-or-insert-counter): Improve doc string.
9181
9182 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
9183
9184 * files.el (find-buffer-visiting): Compare file attributes
9185 using buffer-file-truename.
9186
9187 2002-08-28 Richard M. Stallman <rms@gnu.org>
9188
9189 * files.el (make-auto-save-file-name, make-backup-file-name-1):
9190 Don't use directory-sep-char.
9191
9192 2002-08-28 Juanma Barranquero <lektu@terra.es>
9193
9194 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
9195 (occur-mode): Remove call to `occur-mode-hook'.
9196 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
9197 (occur-1): Add call to `occur-hook'.
9198
9199 * subr.el (make-variable-frame-localizable): Alias for
9200 `make-variable-frame-local'.
9201
9202 2002-08-28 Miles Bader <miles@gnu.org>
9203
9204 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
9205 (read-file-name-electric-shadow-tty-properties)
9206 (read-file-name-electric-shadow-mode): Remove compatibility defs.
9207
9208 * comint.el (comint-carriage-motion): Start at START.
9209
9210 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
9211
9212 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
9213 given by vsFTPd when accessed with a kerberised FTP client.
9214
9215 2002-08-27 Richard M. Stallman <rms@gnu.org>
9216
9217 * files.el (find-alternate-file):
9218 Bind kill-buffer-query-functions locally, don't set it.
9219
9220 2002-08-27 Andreas Schwab <schwab@suse.de>
9221
9222 * kmacro.el (kmacro-start-macro): Doc fix.
9223
9224 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9225
9226 * textfile/reftex-ref.el (reftex-goto-label): New command.
9227
9228 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
9229
9230 * textfile/reftex-parse.el (reftex-roman-number): New function.
9231 (reftex-section-number): Better handling of parts: No chapter
9232 counter resets.
9233
9234 * textfile/reftex.el (reftex-highlight-overlays): Added a third
9235 overlay.
9236 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
9237 Also moved `reftex-reset-mode' to top level.
9238
9239 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
9240 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
9241 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
9242
9243 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
9244 document pointer *before* position, not after.
9245 (reftex-insert-docstruct): Get offset of document pointer *before*
9246 position, not after.
9247
9248 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
9249 match over section title match.
9250
9251 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
9252 which determines on a per-file-basis if BibTeX is being used
9253 locally for citations.
9254 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
9255 cooperation with chapterbib.
9256 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
9257 better cooperation with chapterbib.
9258
9259 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
9260 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
9261
9262 2002-08-26 Kim F. Storm <storm@cua.dk>
9263
9264 * subr.el (suppress-keymap): Use command remapping instead of
9265 substitute-key-definition to undefine self-inserting keys.
9266
9267 2002-08-26 Juanma Barranquero <lektu@terra.es>
9268
9269 * makefile.w32-in (WINS): Add calc and obsolete.
9270
9271 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
9272
9273 * emacs-lisp/easy-mmode.el (define-minor-mode):
9274 Use customize-mark-as-set for global minor modes.
9275
9276 2002-08-25 Miles Bader <miles@gnu.org>
9277
9278 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
9279 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
9280 Change name of face.
9281 (file-name-shadow-properties): Renamed from
9282 `read-file-name-electric-shadow-properties'.
9283 (file-name-shadow-tty-properties): Renamed from
9284 `read-file-name-electric-shadow-tty-properties'.
9285 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
9286 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
9287 (file-name-shadow-mode): Renamed from
9288 `read-file-name-electric-shadow-mode'. Update references to
9289 renamed variables.
9290
9291 2002-08-24 Sam Steingold <sds@gnu.org>
9292
9293 * subr.el (eval-after-load): Do not call
9294 load-symbol-file-load-history (deleted yesterday).
9295
9296 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
9297
9298 * startup.el (normal-splash-screen): Ensure splash buffer is
9299 killed. Use tabs in output. Fix test whether previous buffer was
9300 *scratch* buffer.
9301
9302 * progmodes/simula.el (simula-abbrev-keyword-default)
9303 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
9304 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
9305
9306 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
9307
9308 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
9309
9310 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9311
9312 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
9313 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
9314 (f90-font-lock-off, f90-font-lock-menu): Delete.
9315 Use easy-menu-define instead.
9316 (f90-mode): Use easy-menu-add.
9317 No longer (require 'imenu) when compiling.
9318 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
9319 (f90-abbrev-start): Use fboundp.
9320 (f90-imenu-flag): Delete - use imenu--index-alist instead.
9321
9322 2002-08-23 Richard M. Stallman <rms@gnu.org>
9323
9324 * loadhist.el (unload-feature): Distinguish functions from
9325 variables in load-history.
9326 (feature-symbols): Doc fix.
9327
9328 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
9329
9330 * subr.el (symbol-file-load-history-loaded)
9331 (load-symbol-file-load-history): Deleted.
9332 (symbol-file): Don't call load-symbol-file-load-history.
9333
9334 2002-08-23 Andre Spiegel <spiegel@gnu.org>
9335
9336 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
9337
9338 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9339
9340 * frame.el (select-frame-by-name, select-frame-set-input-focus):
9341 Always call x-focus-frame, if using x.
9342 Use set-mouse-position on all systems, if focus-follows-mouse.
9343
9344 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9345
9346 * net/tramp.el: Version 2.0.14 released.
9347 (tramp-shell-prompt-pattern): New variable.
9348 (tramp-actions-before-shell, tramp-multi-actions)
9349 (tramp-find-shell, tramp-open-connection-multi)
9350 (tramp-open-connection-setup-interactive-shell): Use it.
9351 (tramp-open-connection-telnet, tramp-open-connection-rsh)
9352 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
9353 in the docstring.
9354 (tramp-bug): Report `tramp-shell-prompt-pattern'.
9355 (tramp-process-one-multi-action, tramp-process-one-action):
9356 Make message clearer so people don't confuse it with Emacs asking
9357 them a question if the regexp happens to end with "?".
9358 (tramp-verbose): Change default value from 10 to 9. Also change
9359 some logging levels so that 10 is reserved for stuff which is
9360 needed for debugging only, but 9 catches everything that people
9361 might like to see in order to see that Tramp is actually working.
9362
9363 2002-08-22 Kim F. Storm <storm@cua.dk>
9364
9365 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
9366 Corrected spelling mistakes (for Joseph Arceneaux).
9367
9368 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
9369
9370 * progmodes/f90.el: eval-when-compile a few defvars.
9371 (f90-xemacs-flag): Wrap in eval-and-compile.
9372 (f90-font-lock-keywords): Doc fix.
9373 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
9374 (f90-mark-subprogram-overlay): Variable deleted.
9375 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
9376 pushing mark.
9377 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
9378
9379 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9380
9381 * net/tramp.el: Version 2.0.13 released.
9382 (tramp-handle-write-region): Don't check to see if remote end is
9383 awake after sending data to remote host: we want to send "EOF" not
9384 "echo are you awake"...
9385 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
9386 (tramp-yn-prompt-regexp): New variable.
9387 (tramp-action-yn): New function, using it.
9388 (tramp-feature-write-region-fix): New internal variable. Not yet
9389 used. Should be used in `tramp-handle-write-region'.
9390
9391 2002-08-21 Kim F. Storm <storm@cua.dk>
9392
9393 * bindings.el (mode-line-format): Moved global-mode-string last.
9394 (mode-line-position): Moved %p first. Added padding to %l/%c to
9395 eliminate jumpyness in modeline. Use (%l,%c) format if both
9396 line-number-mode and column-number-mode are enabled.
9397
9398 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
9399
9400 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
9401 that could cause an infinite loop if something that looks like
9402 a macro begins in the middle of a line.
9403
9404 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
9405 could cause `c-state-cache' to contain two conses in sequence
9406 when there's an unbalanced open paren in a macro.
9407
9408 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9409
9410 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
9411
9412 * imenu.el (imenu--generic-function): Use mapc.
9413 (imenu-syntax-alist): Doc fix.
9414
9415 2002-08-20 Richard M. Stallman <rms@gnu.org>
9416
9417 * font-core.el (font-lock-change-mode): New function.
9418 (font-lock-mode): Use font-lock-change-mode instead of
9419 font-lock-unfontify-buffer.
9420 (font-lock-maximum-size, font-lock-verbose): Add defvars.
9421
9422 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
9423
9424 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
9425 which determines on a per-file-basis if BibTeX is being used
9426 locally for citations.
9427 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
9428 cooperation with chapterbib.
9429 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
9430 better cooperation with chapterbib.
9431
9432 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
9433 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
9434
9435 2002-08-20 Kim F. Storm <storm@cua.dk>
9436
9437 * kmacro.el: Major rework based on discussions with RMS.
9438 Most important change is that C-x C-k is now bound to a keymap
9439 with keyboard macro related commands. The original binding on
9440 C-x C-k is moved to C-x C-k e.
9441
9442 * binding.el: Remove macro related bindings (now in kmacro.el).
9443
9444 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
9445
9446 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
9447
9448 * help-fns.el (help-split-fundoc): Replace the function name
9449 from the docstring with the one that should be displayed.
9450 (help-make-usage): Understand CL style arglists.
9451 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
9452 (describe-variable): Use delete-region.
9453
9454 2002-08-19 Kenichi Handa <handa@etl.go.jp>
9455
9456 * international/mule.el (sgml-xml-auto-coding-function):
9457 Call re-search-forward with NOERROR t.
9458
9459 2002-08-19 Miles Bader <miles@gnu.org>
9460
9461 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
9462 * comint.el (comint-inhibit-carriage-motion): New variable.
9463 (comint-carriage-motion): Argument STRING removed. New arguments
9464 START and END; interpret characters between START and END rather
9465 than using special comint state.
9466 (comint-output-filter): Call `comint-carriage-motion'.
9467 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
9468 * ielm.el (inferior-emacs-lisp-mode):
9469 Give `comint-inhibit-carriage-motion' a local value of t.
9470
9471 2002-08-18 Richard M. Stallman <rms@gnu.org>
9472
9473 * textmodes/table.el: New file.
9474
9475 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
9476
9477 2002-08-18 Andreas Schwab <schwab@suse.de>
9478
9479 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
9480
9481 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
9482
9483 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
9484 (reftex-syntax-table): Set a default in case this is being used
9485 outside a LaTeX file.
9486 (reftex-syntax-table-for-bib): Set a default in case this is being
9487 used outside a LaTeX file.
9488
9489 2002-08-17 Richard M. Stallman <rms@gnu.org>
9490
9491 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
9492 and use write-file-functions instead of local-write-file-hooks.
9493 (tar-untar-buffer): Don't try to extract directories.
9494
9495 * menu-bar.el (fringe-mode): Set to nil.
9496
9497 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
9498
9499 2002-08-15 Richard M. Stallman <rms@gnu.org>
9500
9501 * calendar/appt.el (appt-delete): Use substring-no-properties.
9502 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
9503
9504 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
9505
9506 * server.el (server-process-filter): Simplify code.
9507 (server-goto-line-column): New function.
9508 (server-visit-files): Use server-goto-line-column.
9509 Offer to revert only if file has changed.
9510
9511 2002-08-15 Richard M. Stallman <rms@gnu.org>
9512
9513 * files.el (recover-this-file): New function.
9514 (after-find-file): Recommend recover-this-file.
9515
9516 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
9517 to change-major-mode-hook when font lock is enabled.
9518
9519 * simple.el (toggle-truncate-lines): Force redisplay.
9520 Display status message.
9521
9522 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
9523
9524 * textmodes/reftex.el (reftex-mode): Moved the creation of special
9525 syntax tables to top-level.
9526
9527 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
9528
9529 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
9530 use `hash-table-size' instead of `length'.
9531
9532 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
9533
9534 * help-fns.el (locate-library): Use locate-file(-completion).
9535 (help-split-fundoc): Tighten the regexp and recognize a usage-info
9536 where the function name is `fn'.
9537 (help-function-arglist): Follow aliases and macros.
9538 (describe-function-1): Use keymapp.
9539 If the docstring contains a usage info, use it even if the function is
9540 not a subroutine. Find usage info in aliases' docstring if necessary.
9541 (describe-variable): Get the value before setting up the *Help* buffer.
9542
9543 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
9544 Use find-file-hook instead of find-file-hooks.
9545 (define-minor-mode): Get rid of this silly `togglep'.
9546 Add an explicit `toggle' argument (used for interactive calls).
9547 Emit a warning when a nil argument turns the mode off.
9548
9549 * language/ethio-util.el (setup-ethiopic-environment-internal)
9550 (exit-ethiopic-environment): Use find-file-hook and
9551 write-file-functions instead of find-file-hooks and write-file-hooks.
9552
9553 * window.el (handle-select-window): Don't do anything if the window
9554 has disappeared since the event was generated.
9555 (split-window-save-restore-data): Use push and with-current-buffer.
9556
9557 * saveplace.el:
9558 * play/meese.el:
9559 * obsolete/hilit19.el:
9560 * completion.el (dynamic-completion-mode):
9561 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9562 Use find-file-hook instead of find-file-hooks.
9563
9564 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
9565 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
9566 (imenu-space-replacement): Allow nil value.
9567 (imenu--completion-buffer): Use new vars and simplify.
9568 Fix handling of minibuffer-setup-hook.
9569 Use minibuffer-completion-help instead of rolling our own.
9570 (imenu-choose-buffer-index): Use the new var.
9571
9572 * startup.el (command-line): Load custom-file if not done yet.
9573
9574 2002-08-14 Kenichi Handa <handa@etl.go.jp>
9575
9576 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
9577 the selection data string. Always return cons of type and string.
9578 (selection-converter-alist): Add (UTF8_STRING .
9579 xselect-convert-to-string).
9580
9581 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
9582
9583 * newcomment.el (comment-region): Force `lines' when `block' is set.
9584
9585 2002-08-12 Richard M. Stallman <rms@gnu.org>
9586
9587 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
9588 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
9589 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
9590 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
9591 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
9592 (menu-bar-text-mode-auto-fill): New commands, used
9593 in menu bar menus instead of lambda expressions.
9594
9595 (menu-bar-showhide-fringe-menu-customize-left)
9596 (menu-bar-showhide-fringe-menu-customize-right)
9597 (menu-bar-showhide-fringe-menu-customize-disable)
9598 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
9599
9600 (menu-bar-options-menu): Use toggle-truncate-lines.
9601 (showhide-date-time): Call customize-mark-as-set.
9602
9603 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9604 Obey `definition-name' properties.
9605
9606 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
9607 Put `definition-name' properties on the functions whose
9608 names are constructed.
9609
9610 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
9611 Renamed from target-buffer.
9612 (pages-directory, pages-copy-header-and-position): Uses changed.
9613
9614 * calendar/appt.el (appt-make-list): Correct the parsing of
9615 each appointment from time-string.
9616
9617 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
9618
9619 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
9620 (scroll-all-mode) <defcustom>: Delete.
9621 (running-xemacs): Delete.
9622 (minor-mode-alist): Don't manipulate it directly.
9623
9624 2002-08-10 Kenichi Handa <handa@etl.go.jp>
9625
9626 * international/mule-cmds.el (search-unencodable-char): New function.
9627 (select-safe-coding-system): Show unencodable characters.
9628 (unencodable-char-position): Deleted, and implemented in C in coding.c.
9629
9630 2002-04-09 John Wiegley <johnw@gnu.org>
9631
9632 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
9633 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
9634 * em-dirs.el (eshell/cd): Ditto.
9635 * em-glob.el (eshell-glob-case-insensitive): Ditto.
9636 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
9637 * esh-ext.el (eshell-binary-suffixes): Ditto.
9638
9639 2002-08-09 Richard M. Stallman <rms@gnu.org>
9640
9641 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
9642
9643 * simple.el (set-variable): Give locality status in prompt.
9644
9645 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
9646
9647 * simple.el (set-variable): If given a prefix argument, set
9648 variable buffer-locally.
9649
9650 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
9651
9652 * font-core.el (font-lock-function): Make it buffer-local.
9653
9654 2002-08-08 Richard M. Stallman <rms@gnu.org>
9655
9656 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
9657 (checkdoc-message-interactive, checkdoc-interactive-loop)
9658 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
9659 (checkdoc-defun):
9660 Update checkdoc-spellcheck-documentation-flag correctly.
9661 (checkdoc-ispell-docstring-engine): Don't test for
9662 checkdoc-autofix-flag = nil.
9663
9664 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
9665
9666 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
9667
9668 * wid-browse.el (widget-minor-mode): Fix doc typo.
9669
9670 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9671
9672 * net/tramp.el: Version 2.0.12 released.
9673 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9674 Comment out possibly obsolete "echo hello" commands.
9675 (tramp-run-real-handler): If operation is
9676 `ange-ftp-hook-function', use first arg as the real operation.
9677 (tramp-check-ls-commands): Use / instead of \ as directory
9678 separator. (Relevant for XEmacs on Windows.)
9679 (tramp-maybe-open-connection): Use tramp-wait-for-output when
9680 waiting for the "are you awake" command. Use a different string
9681 for the "are you awake" command.
9682 (tramp-send-command): New optional arg NEVEROPEN means to never
9683 invoke tramp-maybe-open-connection.
9684 (tramp-maybe-open-connection): Use it
9685
9686 2002-08-07 Richard M. Stallman <rms@gnu.org>
9687
9688 * warnings.el (warning-prefix-function, warning-series)
9689 (warning-fill-prefix, warning-group-format): Add autoload cookies.
9690
9691 2002-08-07 Kenichi Handa <handa@etl.go.jp>
9692
9693 * international/mule-cmds.el (select-safe-coding-system):
9694 Call pop-to-buffer inside save-window-excursion and save-excursion.
9695
9696 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
9697
9698 * help-fns.el (describe-function-1): Skip arglist note if
9699 function's definition is a keymap.
9700
9701 2002-08-06 Sam Steingold <sds@gnu.org>
9702
9703 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
9704 and `mail-user-agent' instead of straight sendmail.
9705 (diary-modified, diary-entries-list, displayed-year)
9706 (displayed-month, entry, date, number, date-string, d-file)
9707 (original-date): Defvar without binding to avoid compiler warnings.
9708
9709 2002-08-05 Alan Shutko <ats@acm.org>
9710
9711 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
9712 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
9713 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
9714
9715 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
9716 (ibuffer-filter-by-used-mode): New.
9717
9718 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
9719
9720 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
9721 `fset' and `symbol-function'.
9722
9723 2002-08-05 John Wiegley <johnw@gnu.org>
9724
9725 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
9726 value unless pcomplete-cycle-cutoff-length is non-nil.
9727
9728 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
9729
9730 * esh-util.el (eshell-under-cygwin-p): New function.
9731 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
9732 * em-dirs.el (eshell/cd): Ditto.
9733 * em-glob.el (eshell-glob-case-insensitive): Ditto.
9734 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
9735 * esh-ext.el (eshell-binary-suffixes): Ditto.
9736
9737 2002-08-05 Richard M. Stallman <rms@gnu.org>
9738
9739 * international/mule-cmds.el (select-safe-coding-system): Check for
9740 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
9741
9742 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
9743
9744 2002-08-05 Gerd Moellmann <gerd@gnu.org>
9745
9746 * image.el (image-jpeg-p): Accept "Exif" marker.
9747
9748 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9749
9750 * net/tramp.el: Version 2.0.11 released.
9751 (tramp-perl-file-attributes): Print uid and gid as signed integers.
9752 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
9753 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
9754 calling Tramp again.
9755 (tramp-find-file-exists-command): Check for `ls -d' last, after
9756 all the variants on `test -e'.
9757 (tramp-post-connection): Erase buffer before finding a command to
9758 check if file exists.
9759
9760 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
9761
9762 * calc/calc.el (math-format-stack-value): Revert a broken
9763 if->when replacement and reformat so that this does not happen
9764 again. Fixes a pretty lethal line formatting/yanking bug.
9765
9766 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
9767
9768 * startup.el (fancy-splash-frame): Check selected frame last.
9769
9770 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9771
9772 * net/tramp.el: Version 2.0.10 released.
9773 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
9774 standard output even if `uudecode -p' and `uudecode -o -' don't work.
9775 (tramp-post-connection): After finding the right shell, wait a
9776 bit. This is a kludge to avoid a race condition, even though I
9777 don't understand why there is a race condition in the first place.
9778 (tramp-post-connection): Install the `tramp_uudecode' shell
9779 function on the remote host.
9780 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
9781 (tramp-bug): Include more variables in the report.
9782
9783 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9784
9785 * net/tramp.el: Version 2.0.9 released.
9786 (tramp-bug): Add wording about additional info to include in bug
9787 report.
9788 (tramp-find-shell): Set $PS1 for invocation of second shell (for
9789 tilde expansion).
9790 (tramp-find-shell): Shell prompt must match at end of buffer.
9791 Do this also for fallback shell prompt.
9792 (tramp-find-shell): More debugging output.
9793 (tramp-find-inline-encoding): When checking the decoding command,
9794 some commands fail when reading from /dev/null. So we pass a
9795 known string through the encoding command and pass that through
9796 the decoding command. So we know whether the decoding command can
9797 deal with some real input.
9798
9799 2002-08-04 Andreas Schwab <schwab@suse.de>
9800
9801 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
9802
9803 2002-08-03 Andrew Choi <akochoi@shaw.ca>
9804
9805 * term/mac-win.el: Set keys to enable mouse wheel support.
9806
9807 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9808
9809 * net/tramp.el: Version 2.0.8.
9810 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
9811
9812 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9813
9814 * net/tramp.el: Version 2.0.7.
9815 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
9816 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
9817 because of `format' and say so in the docstring.
9818
9819 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9820
9821 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
9822 `type' forms.
9823 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
9824 (f90-type-def-re): Fix value.
9825
9826 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9827
9828 * net/tramp.el: Version 2.0.6.
9829 (tramp-default-method): Change to "ssh" from "sm".
9830 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
9831 (tramp-su-program): New internal variable for method parameter.
9832 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
9833 New variables. Very short Perl one-liner, but requires Perl
9834 module MIME::Base64 to be installed on the remote site.
9835 (tramp-perl-encode, tramp-perl-decode): New base64
9836 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
9837 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
9838 though Ange-FTP doesn't do anything for this operation).
9839 (tramp-handle-set-visited-file-modtime): Comment change.
9840 (tramp-handle-make-directory): Save-excursion.
9841 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
9842 twice, once is enough.
9843 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
9844 user knows what's wrong.
9845 (tramp-post-connection): Support the two Perl encoders and decoders.
9846 (tramp-coding-commands): Ditto. Add some todo items.
9847
9848 2002-08-02 Richard M. Stallman <rms@gnu.org>
9849
9850 * international/mule.el (merge-coding-systems): New function.
9851 (set-buffer-file-coding-system): Use merge-coding-systems.
9852 Change prompt for args.
9853 (revert-buffer-with-coding-system): New command.
9854
9855 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
9856 Add bindings for revert-buffer-with-coding-system.
9857 (set-coding-system-map): Clarify menu item info for
9858 set-buffer-file-coding-system.
9859 (set-coding-system-map): Reorder and add separators.
9860
9861 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
9862 Use eval-expression.
9863
9864 * subr.el (atomic-change-group): Doc fix.
9865
9866 2002-07-31 Colin Walters <walters@debian.org>
9867
9868 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
9869 defvaralias for compatibility.
9870 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
9871 defvaralias for compatibility.
9872
9873 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
9874
9875 * ibuffer.el (ibuffer-fontification-alist):
9876 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
9877
9878 2002-07-31 John Wiegley <johnw@gnu.org>
9879
9880 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
9881 prevent adding the symbol `pcomplete' to
9882 shell-dynamic-complete-functions to many times.
9883
9884 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
9885
9886 * help-fns.el (describe-function-1): Test function for
9887 obsolescence only if it is a symbol.
9888
9889 * ediff.el (ediff-backup): New autoloaded command.
9890
9891 2002-07-31 Richard M. Stallman <rms@gnu.org>
9892
9893 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
9894 Use `compile-always'.
9895 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
9896 (compile): Renamed from `compile-files'.
9897 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
9898
9899 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9900 Check that (car elt) is a string.
9901
9902 * pcomplete.el (pcomplete-entries): Doc fix.
9903
9904 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
9905
9906 2002-07-31 Andreas Schwab <schwab@suse.de>
9907
9908 * dired.el: Hide disabling of dired-find-alternate-file behind
9909 autoload-cookie.
9910
9911 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9912
9913 * makefile.w32-in: Revert some changes from 2002-07-23 because they
9914 don't work on MSVC/nmake builds.
9915 (update-subdirs-CMD): Generate the right list of subdirectories.
9916
9917 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9918
9919 * net/tramp.el: New version 2.0.5.
9920 (tramp-methods): Remove inline encoding method parameters.
9921 The encoding is now autodetected. Also shorten the list of
9922 methods (u/m distinction gone) and rename the remaining methods to
9923 have longer, but more mnemonic, names.
9924 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
9925 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
9926 matched at end of buffer anyway.
9927 (tramp-yesno-prompt-regexp): New variable, for questions where the
9928 user should say "yes" or "no".
9929 (tramp-file-name-structure-unified)
9930 (tramp-file-name-structure-separate): Allow dash in method names.
9931 (tramp-actions-before-shell): New variable, contains list of
9932 pattern/action pairs. Output sent by remote end is scanned for
9933 the patterns, then the actions are executed.
9934 (tramp-multi-actions): Like `tramp-actions-before-shell', but
9935 executed for each hop in a multi-hop connection.
9936 (tramp-last-cmd-time): New variable. If nothing has been sent to
9937 remote end for 60 seconds, look to see if the remote end is still
9938 alive.
9939 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
9940 It didn't work.
9941 (tramp-perl-encode, tramp-perl-decode): New variables, these
9942 require the MIME::Base64 module on the remote end.
9943 (tramp-handle-file-attributes): Restructure logic.
9944 (tramp-handle-file-attributes-with-ls)
9945 (tramp-handle-file-attributes-with-perl): More debugging.
9946 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
9947 (tramp-handle-make-directory, tramp-handle-delete-directory)
9948 (tramp-handle-delete-file, tramp-handle-insert-directory):
9949 Expand file name.
9950 (tramp-handle-shell-command): Use `when', not `if'.
9951 (tramp-handle-file-local-copy, tramp-handle-write-region):
9952 Adapt to autodetection of inline encoding.
9953 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
9954 variable ange-ftp-name-format is defined before binding it.
9955 (tramp-action-login, tramp-action-password, tramp-action-succeed)
9956 (tramp-action-permission-denied, tramp-action-yesno):
9957 Functions called from `tramp-actions-before-shell'.
9958 (tramp-multi-action-login, tramp-multi-action-password)
9959 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
9960 Functions called from `tramp-multi-actions'.
9961 (tramp-process-one-action, tramp-process-actions):
9962 Pattern matching and action invocation code for
9963 `tramp-actions-before-shell'.
9964 (tramp-process-one-multi-action, tramp-process-multi-actions):
9965 Same for `tramp-multi-actions'.
9966 (tramp-open-connection-telnet, tramp-open-connection-rsh)
9967 (tramp-open-connection-su): Process actions instead of hardwired logic.
9968 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
9969 (tramp-multi-connect-su): Ditto.
9970 (tramp-post-connection): New method for tramp_encode and
9971 tramp_decode scripts.
9972 (tramp-post-connection): Invoke inline autodetection code.
9973 (tramp-coding-commands): List of inline codings.
9974 (tramp-find-inline-encoding): This is the inline autodetection code.
9975 (tramp-maybe-open-connection): If nothing was sent to connection
9976 for 60 seconds, look if it connection is still alive.
9977 (tramp-send-command): Remember that something was sent to the
9978 connection.
9979 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
9980 Use backticks for constructing alist.
9981 (tramp-get-encoding-command, tramp-set-encoding-command)
9982 (tramp-get-decoding-command, tramp-set-decoding-command)
9983 (tramp-get-encoding-function, tramp-set-encoding-function)
9984 (tramp-get-decoding-function, tramp-set-decoding-function):
9985 Use for results of inline autodetection.
9986 (tramp-get-encoding-command, tramp-get-decoding-command)
9987 (tramp-get-encoding-function, tramp-get-decoding-function):
9988 Remove these old functions.
9989
9990 2002-07-30 Kenichi Handa <handa@etl.go.jp>
9991
9992 * language/indian.el (in-is13194): Give correct `safe-chars' property.
9993 (devanagari): Define it as an alias of in-is13194.
9994
9995 * international/mule.el (safe-chars):
9996 Put `char-table-extra-slots' property with value 0.
9997
9998 * files.el (revert-buffer): Fix previous change.
9999
10000 2002-07-29 Richard M. Stallman <rms@gnu.org>
10001
10002 * bindings.el (help-echo): If global-mode-string is non-nil,
10003 display some spaces after it.
10004
10005 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10006 Don't call string-match on non-string.
10007
10008 * textmodes/ispell.el (check-ispell-version): Bind default-directory
10009 to avoid errors. Kill the old temp buffer at the beginning.
10010
10011 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10012
10013 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
10014
10015 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
10016
10017 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
10018 instead of `cond'.
10019
10020 2002-07-29 Kenichi Handa <handa@etl.go.jp>
10021
10022 * international/mule.el (ctext-post-read-conversion): Add support
10023 for embedded utf-8 encoding (ESC % G ... ESC % @).
10024
10025 2002-07-28 Kenichi Handa <handa@etl.go.jp>
10026
10027 * files.el (revert-buffer): Before calling insert-file-contents,
10028 kill the local variable buffer-file-coding-system.
10029
10030 2002-07-28 Richard M. Stallman <rms@gnu.org>
10031
10032 * bindings.el (mode-line-format): Handle vc-mode specially.
10033 Move mode-line-position to after global-mode-string.
10034 (mode-line-modes): Move the starting 3 spaces out of here.
10035 (mode-line-position): Separate with a space, not dashes.
10036
10037 * vc-hooks.el: Don't add to minor-mode-alist.
10038
10039 * emacs-lisp/edebug.el (edebug-debugger):
10040 If inside redisplay, just return.
10041
10042 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
10043
10044 * info.el (Info-find-index-name): Improve last change.
10045
10046 2002-07-27 Richard M. Stallman <rms@gnu.org>
10047
10048 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
10049
10050 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
10051 in the third case.
10052
10053 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
10054
10055 * ps-print.el: Update copyright year.
10056 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
10057
10058 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10059
10060 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
10061 to the session with that number. Old behavior still available
10062 with nonumeric prefix args.
10063
10064 2002-07-08 Simon Josefsson <jas@extundo.com>
10065
10066 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
10067
10068 2002-07-26 Juanma Barranquero <lektu@terra.es>
10069
10070 * warnings.el (lwarn, warn, warning-levels): Doc fix.
10071 (warning-suppress-log-types): Fix typo.
10072 (display-warning): Fix typo. Remove useless assignment to free variable
10073 `group-string'.
10074
10075 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
10076
10077 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
10078
10079 2002-07-25 Sam Steingold <sds@gnu.org>
10080
10081 * replace.el (occur-rename-buffer): New command.
10082 (occur-mode-map): Bind "r" to it. Added keybindings for
10083 `kill-this-buffer', `clone-buffer' and `quit-window'.
10084
10085 2002-07-25 Kevin Ryde <user42@zip.com.au>
10086
10087 * info.el (Info-find-index-name): Search for a function definition
10088 with a return type.
10089
10090 2002-07-25 David Ponce <david@dponce.com>
10091
10092 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
10093 Don't recompute `entry' on each iteration.
10094 (byte-compile-delete-first): Make it defsubst.
10095
10096 2002-07-25 Sam Steingold <sds@gnu.org>
10097
10098 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
10099 When `search-end' is a cons, use its car.
10100
10101 2002-07-25 Dave Love <fx@gnu.org>
10102
10103 * obsolete/c-mode.el: Deleted.
10104
10105 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
10106
10107 * textmodes/reftex.el (reftex-compile-variables):
10108 Simplified regular expression.
10109
10110 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10111 Simplified the regexp.
10112
10113 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
10114 (reftex-extract-bib-entries-from-thebibliography):
10115 Use `reftex-get-bibkey-default' to get a default regex.
10116 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
10117 get a default regex.
10118
10119 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
10120 XEmacs compatibility (got OK from RMS).
10121
10122 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
10123
10124 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
10125 (reftex-select-bib-mode): Likewise.
10126
10127 2002-07-25 Colin Walters <walters@debian.org>
10128
10129 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
10130 by menu functions.
10131
10132 2002-07-24 Dave Love <fx@gnu.org>
10133
10134 * international/mule.el (set-auto-coding): Doc fix.
10135
10136 * international/utf-16.el: New file.
10137
10138 * language/european.el ("German", "French", "Spanish", "Turkish"):
10139 Add alternative coding systems.
10140 ("Dutch"): Likewise. Add input method.
10141 ("Welsh", "Latin-7"): Add nonascii-translation.
10142
10143 * language/georgian.el ("Georgian"): Add nonascii-translation.
10144
10145 * international/titdic-cnv.el: Doc fixes.
10146 (tit-process-header): Add coding cookie.
10147 (titdic-convert): Force writing as iso-2022-7bit.
10148
10149 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
10150
10151 * international/mule-cmds.el: Doc fixes.
10152 (unencodable-char-position): New.
10153 (select-safe-coding-system): Use it to indicate problematic
10154 characters and add extra explanation. Avoid checking auto-coding
10155 for compressed files.
10156 (leim-list-header): Add coding cookie.
10157 (input-method-verbose-flag): Modify :type.
10158 (locale-language-names): Add bs, wa. Modify cy.
10159
10160 2002-07-24 Richard M. Stallman <rms@gnu.org>
10161
10162 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10163 Bind warning-group-format.
10164
10165 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
10166 (byte-compile-cl-warn): Use that variable.
10167 (byte-compile-find-cl-functions): New function.
10168 (displaying-byte-compile-warnings):
10169 Call byte-compile-find-cl-functions.
10170
10171 * warnings.el (warning-levels): Add %s to the strings.
10172 (warning-group-format): New variable.
10173 (warning-suppress-log-types): Renamed from warning-suppress-log.
10174 (warning-suppress-types): Renamed from warning-suppress.
10175 (display-warning): Implement those changes.
10176
10177 2002-07-23 Richard M. Stallman <rms@gnu.org>
10178
10179 * warnings.el: Add `provide' call.
10180
10181 * files.el (basic-save-buffer-2): If there's an error writing the file,
10182 unrename the backup file if it was just made.
10183 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
10184 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
10185 when a backup was just made by renaming. Otherwise it's nil.
10186
10187 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
10188 Recognize explicit :args specification.
10189
10190 * international/mule-cmds.el (select-safe-coding-system):
10191 Don't ask for confirmation of mismatch if find-file-literally was used.
10192
10193 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
10194
10195 * add-log.el (add-log-current-defun): Fix typo in documentation.
10196
10197 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
10198
10199 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
10200
10201 * ido.el (ido-separator): Fix type.
10202
10203 2002-07-23 Andrew Innes <andrewi@gnu.org>
10204
10205 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
10206 (DONTCOMPILE): Add various language files.
10207 (DONTCOMPILE): Remove term/xterm.el.
10208 (finder-inf.el): Remove.
10209 (update-authors): New target.
10210 (TAGS-LISP): Remove $(lispsource).
10211 (compile-always): Renamed from `compile-files'.
10212 (compile): New target, adapted from `compile-files'.
10213 (compile-calc): New target.
10214 (recompile): Change `.' to $(lisp).
10215 (bootstrap): Add update-subdirs and finder-data
10216 to dependencies; change compile-files to compile.
10217
10218 2002-07-22 Andre Spiegel <spiegel@gnu.org>
10219
10220 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
10221
10222 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10223
10224 * simple.el (undo, undo-more): Adjust messages when undoing in a
10225 region.
10226
10227 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
10228
10229 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
10230 (browse-url-lynx-input-delay): Add custom type and group.
10231
10232 * cus-start.el (double-click-fuzz): Added.
10233
10234 2002-07-22 Alan Shutko <ats@acm.org>
10235
10236 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
10237 parameter, specifying what face or character to use in the
10238 calendar display. These will now return (MARK . ENTRY).
10239
10240 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
10241 parameter, specifying what face or character to use in the
10242 calendar display. These will now return (MARK . ENTRY).
10243
10244 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
10245 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
10246 MARK parameter, specifying what face or character to use in the
10247 calendar display. These will now return (MARK . ENTRY).
10248
10249 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
10250 from diary-sexp-entry and pass it to mark-visible-calendar-date.
10251 (list-sexp-diary-entries): Update doc string for new docs for ....
10252 If diary-sexp-entry returns a cons, only add the text to the diary
10253 list.
10254 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
10255 . STRING) to specify what face or character mark should be used in
10256 the calendar display.
10257 (diary-date, diary-block, diary-float, diary-anniversary)
10258 (diary-cyclic): Add optional MARK parameter, specifying what face
10259 or character to use in the calendar display. These will now
10260 return (MARK . ENTRY).
10261
10262 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
10263 (calendar-holiday-list, diary-french-date, diary-mayan-date)
10264 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
10265 (diary-islamic-date, list-islamic-diary-entries)
10266 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
10267 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
10268 (diary-rosh-hodesh, list-hebrew-diary-entries)
10269 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
10270 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
10271 (diary-sunrise-sunset, diary-sabbath-candles):
10272 Remove interactive flag from autoloads.
10273
10274 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
10275
10276 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
10277 (reftex-bibliography-commands): New option.
10278 (reftex-toc-split-windows-horizontally): New option
10279 (reftex-toc-split-windows-horizontally-fraction): New option
10280 (reftex-include-file-commands): New option.
10281 (reftex-cite-format-builtin): Added ?n for nocite.
10282
10283 * textmodes/reftex-index.el (reftex-query-index-phrase):
10284 Use `reftex-index-verify-function'.
10285
10286 * textmodes/reftex-toc.el (reftex-re-enlarge):
10287 Handle horizontal splitting.
10288 (reftex-toc): Handle horizontal splitting
10289 (reftex-last-window-width): New variable.
10290
10291 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10292 Use `reftex-bibliography-commands'.
10293 (reftex-locate-bibliography-files): Regexp relaxed to allow for
10294 cases where \bibliography is not the first thing on the line.
10295
10296 * textmodes/reftex.el (reftex-compile-variables):
10297 Use `reftex-include-file-commands'.
10298 (reftex-type-query-prompt): Changed defconst to defvar.
10299 (reftex-type-query-help, reftex-typekey-to-format-alist)
10300 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
10301 (reftex-special-env-parsers, reftex-label-mac-list)
10302 (reftex-label-env-list, reftex-typekey-list)
10303 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
10304 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
10305 (reftex-no-follow-message, reftex-no-info-message): Likewise.
10306 (reftex-mode): Define systax table for bibtex parsing.
10307 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
10308
10309 * textmodes/reftex-cite.el (reftex-format-names): %a as name
10310 format lists all names.
10311 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
10312 (reftex-with-special-syntax-for-bib): New macro.
10313
10314 2002-07-21 Richard M. Stallman <rms@gnu.org>
10315
10316 * international/ucs-tables.el (ucs-quail-activate):
10317 Cope if buffer-file-coding-system is nil.
10318
10319 * bindings.el (last-buffer): Use buffer-list with frame arg.
10320 Create *scratch* if no other choice exists. Fix bugs.
10321
10322 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10323
10324 * net/tramp.el: Bump version to 2.0.2.
10325 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
10326 longer names. Use old names "sm1", "sm2" and so on for methods
10327 invoking "ssh -1" or "ssh -2".
10328 (tramp-multi-file-name-structure-separate): Typo, its name was set
10329 to "tramp-file-name-structure-separate". Trivial patch.
10330 From Steve Youngs <youngs@xemacs.org>.
10331 (tramp-multi-sh-program): New variable.
10332 (tramp-open-connection-multi): Use it. Now you can use multi
10333 methods from Windows (at least in principle).
10334 (tramp-do-copy-or-rename-via-buffer): New function.
10335 (tramp-do-copy-or-rename-file): Use it. Change and simplify
10336 logic. Omit special case of invoking rcp directly to copy the files.
10337 (tramp-open-connection-su, tramp-multi-connect-telnet)
10338 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
10339 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
10340 Use backticks in format-spec for brevity and to avoid
10341 character/number confusion in XEmacs.
10342
10343 2002-07-20 Richard M. Stallman <rms@gnu.org>
10344
10345 * wid-edit.el (widget-documentation-string-value-create):
10346 Say "Hide Rest", not just "Hide".
10347
10348 * cus-edit.el (custom-variable-value-create):
10349 Say "Show Value", not just "Show". Also "Hide Value".
10350 Output a newline before the doc string.
10351 (custom-face-value-create): Say "Show Face" and "Hide Face".
10352
10353 * files.el (toggle-read-only): Clean up the hint message.
10354
10355 * emacs-lisp/bytecomp.el: Use warnings.el.
10356 (byte-compile-warning-prefix): New function.
10357 (byte-compile-log-file): Return page start position.
10358 (byte-compile-log-warning): New function.
10359 (byte-compile-warn): Use byte-compile-log-warning.
10360 (byte-compile-report-error): Likewise. Also use error-message-string.
10361 (displaying-byte-compile-warnings): Bind warning-series.
10362 Don't bind or use byte-compile-warnings-point-max.
10363 Don't display the log buffer at the end.
10364 (byte-compile-warnings-point-max): Variable deleted.
10365 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
10366 (byte-compile-last-warned-form, byte-compile-last-logged-file):
10367 Defvars moved.
10368
10369 * warnings.el: New file.
10370
10371 2002-07-19 Richard M. Stallman <rms@gnu.org>
10372
10373 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
10374 and `values-list' from list of CL functions.
10375
10376 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
10377
10378 * emacs-lisp/bytecomp.el (compile-defun):
10379 Bind `read-with-symbol-positions' to current buffer.
10380
10381 2002-07-19 Andre Spiegel <spiegel@gnu.org>
10382
10383 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
10384 delete anything that comes after LIMIT from the buffer.
10385
10386 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
10387 if this is really an RCS master file.
10388
10389 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
10390
10391 2002-07-19 Juanma Barranquero <lektu@terra.es>
10392
10393 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
10394 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
10395 (unread-command-char, executing-macro, post-command-idle-hook)
10396 (post-command-idle-delay): Move obsolescence declarations to subr.el.
10397
10398 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
10399 (baud-rate, compiled-function-p, define-function, unread-command-char)
10400 (executing-macro, post-command-idle-hook, post-command-idle-delay):
10401 Move obsolescence declarations from emacs-lisp/bytecomp.el.
10402 (directory-sep-char, mode-line-inverse-video):
10403 Add obsolescence declaration.
10404
10405 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
10406
10407 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
10408 changes to list them here.
10409
10410 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
10411 Too many changes to list them here.
10412
10413 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
10414 Too many changes to list them here.
10415
10416 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
10417 only minor documentation changes.
10418
10419 2002-07-18 Dave Love <fx@gnu.org>
10420
10421 * info-look.el: Support current auto{conf,make} manuals.
10422
10423 2002-07-18 Juanma Barranquero <lektu@terra.es>
10424
10425 * bindings.el (last-buffer): Add missing frame argument.
10426
10427 2002-07-18 Richard M. Stallman <rms@gnu.org>
10428
10429 * timer.el (timer-inc-time): Doc fix.
10430
10431 * replace.el (keep-lines, flush-lines): Interactively report
10432 read-only error before reading regexp argument.
10433
10434 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
10435
10436 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
10437 frame parameters like bury-buffer.
10438
10439 * simple.el (choose-completion-delete-max-match):
10440 Handle minibuffer prompts explicitly.
10441
10442 2002-07-18 Juanma Barranquero <lektu@terra.es>
10443
10444 * international/mule-util.el (string-to-sequence, truncate-string):
10445 Add autoload cookie to obsolescence declaration.
10446
10447 * rect.el (move-to-column-force): Likewise.
10448
10449 * composite.el (decompose-composite-char): Likewise; also remove
10450 redundant info.
10451
10452 2002-07-18 Kim F. Storm <storm@cua.dk>
10453
10454 * loadup.el: Load international/utf-8 before international/characters.
10455
10456 2002-07-17 Dave Love <fx@gnu.org>
10457
10458 * international/ucs-tables.el: Optimize tables. Deal with some
10459 non-8859 charsets.
10460 (ucs-mule-to-mule-unicode): New.
10461 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
10462 translation.
10463 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
10464 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
10465 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
10466 version. Add custom dependencies.
10467 (ucs-insert): Check for null from decode-char.
10468 (translation-table-for-input, ucs-quail-activate)
10469 (ucs-minibuffer-setup, ccl-encode-unicode-font)
10470 (ucs-tables-unload-hook): New.
10471
10472 * international/mule.el (define-translation-hash-table): New.
10473 (decode-char): Use utf-8-translation-table-for-decode.
10474 (encode-char): Use ucs-mule-to-mule-unicode.
10475
10476 * international/characters.el: Fix settings of U+2000-U+2027.
10477 Remove \e$(C'Y\e(B.
10478
10479 * international/mule-cmds.el (locale-language-names): Fix be, add
10480 sr_YU@cyrillic, modify tg.
10481 (locale-charset-language-names): Put @euro last.
10482
10483 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
10484 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
10485 (cyrillic-koi8-r-decode-table): Make unbound after use.
10486 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
10487 factor. Use utf-8-translation-table-for-decode.
10488 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
10489 (cyrillic-unify-encoding): New function.
10490 (cyrillic-koi8): Modify safe-chars, valid-codes.
10491 Remove charset-origin-alist.
10492 (Cp878, cp866): New alias.
10493 (ccl-encode-8859-5-font): New.
10494 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
10495 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
10496 Remove redundant parens.
10497 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
10498 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
10499 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
10500 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
10501 ("Cyrillic-ALT"): Change input method.
10502 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
10503
10504 * international/utf-8.el (utf-8-subst-table)
10505 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
10506 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
10507 (utf-8-ccl-regs, utf-8-translate-cjk): New.
10508 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
10509 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
10510 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
10511 (mule-utf-8): Remove pre-write-conversion.
10512 (utf-8-post-read-conversion): Comment out.
10513
10514 * international/ccl.el (ccl-command-table): Add lookup-integer,
10515 lookup-character.
10516 (ccl-extended-code-table): Add lookup-int-const-tbl,
10517 lookup-char-const-tbl.
10518 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
10519 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
10520 New functions.
10521 (define-ccl-program): Doc update.
10522
10523 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
10524 (utf-8-subst-table): Don't set.
10525
10526 2002-07-17 Kenichi Handa <handa@etl.go.jp>
10527
10528 * international/mule.el (define-coding-system-alias):
10529 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
10530 eol-type is not auto-detection.
10531
10532 * international/mule-diag.el (print-coding-system-briefly):
10533 Fix the handling of an alias of which eol-type is not auto-detection.
10534
10535 * international/mule-conf.el (us-ascii): Define it as an alias of
10536 iso-safe.
10537
10538 2002-07-17 Juanma Barranquero <lektu@terra.es>
10539
10540 * help-fns.el (describe-function-1): Put empty line before "Not
10541 documented" text.
10542
10543 * timer.el (timer-set-time-with-usecs): Mark obsolete.
10544
10545 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
10546
10547 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10548 Make sure to change the global tool-bar-map.
10549
10550 * vc.el (vc-default-comment-history): Hard code *vc*.
10551 This is because print-log always prints there now.
10552 (vc-annotate-font-lock-keywords): New var.
10553 (vc-annotate-mode): Use it. Set truncate-lines as well.
10554 (vc-annotate-display-select): Unify the two error reports.
10555 (vc-annotate-offset): New var.
10556 (vc-annotate-lines): New fun extracted from vc-annotate-display.
10557 (vc-annotate-display): Use it, via font-lock.
10558
10559 * help-fns.el (help-split-fundoc, help-function-arglist)
10560 (help-make-usage): New funs, extracted from describe-function-1.
10561 (describe-function-1): Use them.
10562
10563 * help.el (help-key-description): Show the untranslated keys
10564 when they start with ESC and the ESC was not translated.
10565
10566 * help-mode.el (view): Always require.
10567 (help-xref-mule-regexp): Don't use defconst for variables.
10568 (help-setup-xref): Keep the last 10 elements of the stack.
10569 (help-xref-override-view-map): New var.
10570 (help-make-xrefs): Use it instead of building a new map each time.
10571 (help-function-def): Allow help-fun to take a buffer as arg.
10572
10573 * diff-mode.el (diff-reverse-direction): Simplify.
10574 (diff-after-change-function): Fix typo.
10575 (diff-post-command-hook): Take care of edge cases.
10576 (diff-current-defun): Do `goto-char' after setting the mode.
10577
10578 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
10579 Fold mouse-sel-bindings into it.
10580 (mouse-sel-bound-events): Turn it into an alist.
10581 (mouse-insert-selection): Delegate to mouse-yank-at-click if
10582 mouse-sel-default-bindings asks for it.
10583
10584 2002-07-16 Andre Spiegel <spiegel@gnu.org>
10585
10586 * files.el: Bind toggle-read-only to C-x C-q.
10587 (toggle-read-only): Display a warning message if the file is under
10588 version control.
10589
10590 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
10591 (vc-toggle-read-only): Explain in the doc string that users can bind
10592 this to C-x C-q.
10593 (vc-checkout-model): Change doc string to refer to vc-next-action,
10594 not vc-toggle-read-only.
10595
10596 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
10597 comparing to file on disk. Fix the case when claiming the lock
10598 on a file that has unlocked changes.
10599 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
10600
10601 2002-07-16 Richard M. Stallman <rms@gnu.org>
10602
10603 * simple.el (choose-completion-string): Doc fix.
10604
10605 * cus-edit.el: New operation :custom-standard-value.
10606 (Custom-reset-standard): Use it.
10607 (custom-variable, custom-face): Define it.
10608 (custom-variable-standard-value, custom-face-standard-value): New fns.
10609 (custom-face-save): Don't save a face whose value is standard.
10610 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
10611
10612 * cus-edit.el (custom-face-edit-fix-value):
10613 If VALUE is not a list, pass it thru.
10614
10615 * compare-w.el (compare-windows-whitespace): Always allow newline
10616 even if it does not have whitespace syntax.
10617
10618 2002-07-16 Juanma Barranquero <lektu@terra.es>
10619
10620 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
10621
10622 2002-07-15 Juanma Barranquero <lektu@terra.es>
10623
10624 * help-fns.el (describe-variable): Show documentation for aliased
10625 variable if alias does not have its own.
10626
10627 2002-07-15 Mike Williams <mdub@bigfoot.com>
10628
10629 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
10630 cut/paste functions.
10631
10632 2002-07-14 Richard M. Stallman <rms@gnu.org>
10633
10634 * files.el (find-alternate-file): Offer to save a modified buffer.
10635 Handle kill-buffer-query-functions better.
10636
10637 * startup.el (normal-splash-screen, fancy-splash-text):
10638 Update name of help menu item for ordering printed manuals.
10639
10640 * emacs-lisp/checkdoc.el: Fix doc typos.
10641
10642 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
10643
10644 * textmodes/tex-mode.el: Set encoding to utf-8.
10645 (tex-start-options): Make it into always-a-string.
10646 Remove silly custom options that are covered by the other var.
10647 (tex-start-commands): Fix docstring.
10648 (tex-open-quote, tex-close-quote): Add options.
10649 (tex-command): Provide default.
10650 (tex-font-lock-keywords-1): Highlight $$...$$.
10651 (tex-font-lock-keywords-2): Fix latin-1 chars.
10652 (tex-mode-map): Remove redundant \t binding.
10653 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
10654 (latex-mode): Use add-hook for fill-nobreak-predicate.
10655 (tex-common-initialization): Set indent-tabs-mode to nil.
10656 (tex-insert-quote): Undo magic if invoked twice in a row.
10657 (latex-fill-nobreak-predicate): Don't use narrowing.
10658 (tex-latex-block): Don't cons uselessly.
10659 (tex-last-unended-begin): Signal user-friendlier error.
10660 (tex-goto-last-unclosed-latex-block): Don't catch signal.
10661 (tex-start-tex): Switch order of tex-start-options and
10662 tex-start-commands to make it obey docstrings.
10663
10664 2002-07-14 Mike Williams <mdub@bigfoot.com>
10665
10666 * mouse-sel.el (mouse-sel-bound-events): New constant.
10667 (mouse-sel-bindings): Save/restore original mouse-bindings.
10668
10669 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
10670
10671 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
10672 (cl-hack-byte-compiler): Avoid infinite require loop.
10673
10674 * net/ange-ftp.el: Use hash-tables.
10675 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
10676 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
10677 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
10678 Replace with make-hash-table, maphash, gethash, puthash and remhash.
10679 (ange-ftp-hash-entry-exists-p): Rewrite.
10680 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
10681 Change mapatom -> maphash.
10682 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
10683 Update to new calling mode.
10684
10685 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
10686 (ebrowse-hash-table-to-alist): Delete.
10687 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
10688 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
10689
10690 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
10691 Improve the regexp used when unquoting.
10692 (sgml-pretty-print): New function.
10693 (sgml-get-context): Better handling of improperly nested tags.
10694 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
10695
10696 2002-07-13 Andreas Schwab <schwab@suse.de>
10697
10698 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
10699 inherited table entry.
10700
10701 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
10702
10703 * calendar/timeclock.el (timeclock-in): Handle the case where no
10704 log file exists (ie the very first call).
10705
10706 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10707
10708 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
10709 is done by Tramp.
10710
10711 * net/tramp.el (tramp-multi-file-name-structure-unified):
10712 Add missing slash and move colon from start to end of each hop.
10713 (tramp-multi-file-name-hop-structure-unified): Move colon from
10714 start to end of each hop.
10715
10716 2002-07-13 Kim F. Storm <storm@cua.dk>
10717
10718 * progmodes/compile.el (grep-tree): Fixed autoload.
10719 Corrected use of undefined variable `match-files-aliases'.
10720
10721 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
10722
10723 * calendar/timeclock.el (timeclock-get-workday-function):
10724 `timeclock-workday' is not a valid option, rather a possible
10725 return value.
10726
10727 2002-07-12 Richard M. Stallman <rms@gnu.org>
10728
10729 * net/ange-ftp.el (ange-ftp-write-region):
10730 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
10731 to ange-ftp-real-write-region.
10732
10733 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
10734
10735 * help-fns.el (help-with-tutorial): Display completion list right away.
10736
10737 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
10738
10739 * startup.el (command-line): Set memory-signal-data.
10740 (fancy-splash-text, normal-splash-screen):
10741 Mention "Read the Emacs Manual" or C-h r.
10742 Rearrange the initial help to put the help cmds on left
10743 and the actions (exit, undo) on the right. Other small
10744 text clarifications.
10745 (fancy-splash-text, actions page): Add blank line to balance help page.
10746
10747 * help.el (help-map): Add binding for info-emacs-manual.
10748 (print-help-return-message): Doc fix.
10749
10750 * strokes.el (strokes-help): Call print-help-return-message
10751 while inside with-output-to-temp-buffer.
10752
10753 * info.el (info-emacs-manual): New function.
10754 (Info-use-header-line): Doc fix.
10755
10756 * emacs-lisp/cl.el (multiple-value-call): Add alias.
10757
10758 * progmodes/compile.el (compilation-normalize-filename):
10759 New subroutine, taken out of compilation-parse-errors.
10760 (compilation-parse-errors): Use that, and for directories too.
10761 Don't check whether a directory really exists.
10762
10763 2002-07-12 Juanma Barranquero <lektu@terra.es>
10764
10765 * help-fns.el (describe-variable): Remove useless "Documentation:"
10766 string.
10767
10768 * timer.el (timer-set-time-with-usecs): Fix documentation.
10769 Simplify extraction of time data.
10770
10771 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
10772
10773 * help-fns.el (describe-variable): Mention if the variable is an
10774 alias. Put `defvaralias' info before the documentation.
10775
10776 2002-07-12 Kenichi Handa <handa@etl.go.jp>
10777
10778 * international/mule-cmds.el (locale-language-names): Change "mk"
10779 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
10780 alphabet) to "Cyrillic-ISO".
10781
10782 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10783
10784 * net/tramp.el (tramp-default-method): New default method "sm"
10785 which I guess to be good for most people.
10786 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
10787 Ange-FTP) for some user/host combinations.
10788 (tramp-file-name-structure, tramp-file-name-regexp)
10789 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
10790 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
10791 (tramp-make-multi-tramp-file-format): New default value which
10792 unifies the filename syntax between Tramp and Ange-FTP. The new
10793 syntax is "/method:user@host:path". Note the colon after the method.
10794 (tramp-handle-file-name-directory): Don't return "/" when
10795 completing a remote root directory (where the filename looks like
10796 "/method:user@host:/").
10797 (tramp-handle-ange-ftp): Deleted.
10798 (tramp-disable-ange-ftp): New function, called at toplevel,
10799 deletes Ange-FTP from file-name-handler-alist.
10800 (tramp-handle-make-symbolic-link): Implement.
10801
10802 2002-07-10 Juanma Barranquero <lektu@terra.es>
10803
10804 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
10805
10806 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
10807 (speedbar-vc-do-check): Likewise.
10808 (speedbar-obj-do-check): Likewise.
10809 (speedbar-mouse-hscroll): Likewise.
10810 (speedbar-file-lists): Likewise.
10811
10812 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
10813
10814 2002-07-09 Ole Aamot <ole@gnu.org>
10815
10816 * compile.el (compilation-error-regexp-alist):
10817 Recognize Valgrind messages.
10818
10819 2002-07-09 Juanma Barranquero <lektu@terra.es>
10820
10821 * faces.el (face-id): Fix typo.
10822
10823 * hexl.el (hexl-mode): Likewise.
10824
10825 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
10826
10827 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
10828
10829 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
10830 (speedbar-desired-buffer): Likewise.
10831 (speedbar-line-file): Likewise.
10832 (speedbar-special-mode-key-map): Fix typo.
10833 (speedbar-dynamic-tags-function-list): Likewise.
10834 (speedbar-use-images): Likewise.
10835 (speedbar-up-directory): Likewise.
10836 (speedbar-item-info): Likewise.
10837 (speedbar-set-timer): Likewise.
10838 (speedbar-insert-button): Likewise.
10839 (speedbar-make-button): Likewise.
10840 (speedbar-make-tag-line): Likewise.
10841 (speedbar-insert-files-at-point): Likewise.
10842 (speedbar-update-special-contents): Likewise.
10843 (speedbar-find-selected-file): Likewise.
10844 (speedbar-add-indicator): Likewise.
10845 (speedbar-do-function-pointer): Likewise.
10846 (speedbar-goto-this-file): Likewise.
10847 (speedbar-line-path): Likewise.
10848 (speedbar-mouse-event-p): Likewise.
10849 (speedbar-dir-follow): Likewise.
10850 (speedbar-tag-find): Likewise.
10851 (speedbar-fetch-etags-command): Likewise.
10852 (speedbar-fetch-etags-arguments): Likewise.
10853 (speedbar-toggle-etags): Likewise.
10854 (speedbar-extract-one-symbol): Likewise.
10855 (speedbar-parse-c-or-c++tag): Likewise.
10856 (speedbar-unhighlight-one-tag-line): Likewise.
10857 (speedbar-directory-face): Likewise.
10858 (defimage-speedbar): Likewise.
10859 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
10860
10861 2002-07-09 Miles Bader <miles@gnu.org>
10862
10863 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
10864 to nil when prompting for a filename.
10865
10866 2002-07-09 Kenichi Handa <handa@etl.go.jp>
10867
10868 * files.el (insert-directory): Be sure to bind
10869 coding-system-for-write to the just decided coding-system-for-read.
10870
10871 2002-07-09 Kim F. Storm <storm@cua.dk>
10872
10873 * ido.el (ido-make-merged-file-list): Move fully matching item to
10874 head of list.
10875 (ido-find-common-substring): Return substring instead of t.
10876
10877 2002-07-08 Juanma Barranquero <lektu@terra.es>
10878
10879 * info.el (Info-directory-list): Fix docstring.
10880
10881 2002-07-08 Miles Bader <miles@gnu.org>
10882
10883 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
10884 before first use.
10885
10886 2002-07-08 Kim F. Storm <storm@cua.dk>
10887
10888 * files.el (after-find-file): Don't check for read-only status
10889 of files just created (and not yet saved on disk).
10890
10891 * ido.el (ido-completion-help): Changed xemacs specific code to
10892 avoid byte compiler warning in GNU emacs.
10893 (ido-set-matches1): Use regexp-quote instead of identity.
10894 (ido-complete-space): New function.
10895 (ido-define-mode-map): Bind it to SPACE.
10896
10897 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
10898
10899 * font-lock.el (font-lock-default-unfontify-region):
10900 Use remove-list-of-text-properties.
10901 (font-lock-extra-managed-props): Doc fix.
10902
10903 * facemenu.el: Move `provide' to the end.
10904 (facemenu-read-color): Don't cons unnecessarily.
10905
10906 * language/ind-util.el (indian-make-hash):
10907 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
10908 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
10909
10910 * subr.el (insert-string): Update the obsolete info.
10911 (makehash): Move from C and mark obsolete.
10912
10913 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
10914 aliases to also work for interactive functions.
10915 Use the same wrapper for subroutines.
10916 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
10917 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
10918
10919 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
10920 automatic environment name update.
10921 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
10922
10923 2002-07-07 Richard M. Stallman <rms@gnu.org>
10924
10925 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
10926
10927 * emacs-lisp/advice.el (ad-compile-function):
10928 Disable cl-function warnings if cl is loaded.
10929
10930 * files.el (safe-local-eval-forms): New user option.
10931 (hack-one-local-variable-eval-safep): Support it.
10932 Also allow `safe-local-eval-function' property to be a function
10933 or a list of functions.
10934 (c-add-style): Delete `safe-local-eval-function' property.
10935
10936 * files.el (after-find-file): Make buffer read-only if file is
10937 marked that way, even for root.
10938
10939 * files.el (save-some-buffers): Doc fix.
10940
10941 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
10942
10943 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
10944
10945 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
10946 .sx[dmicw] file suffixes for Open office data files.
10947
10948 * files.el (auto-mode-alist): Likewise.
10949
10950 * international/mule.el (auto-coding-alist): Likewise.
10951
10952 2002-07-05 Kim F. Storm <storm@cua.dk>
10953
10954 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
10955 FCT if current column is outside rectangle.
10956 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
10957
10958 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
10959
10960 * net/ange-ftp.el: Use add-hook and find-file-hook.
10961 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
10962 (ange-ftp-ls-parser): Make it into a function.
10963 Ignore trailing @ in symlink targets.
10964 (ange-ftp-file-entry-p): Ignore FTP errors.
10965 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
10966 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
10967
10968 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
10969
10970 * simple.el (toggle-truncate-lines): New command.
10971
10972 2002-07-04 Miles Bader <miles@gnu.org>
10973
10974 * comint.el (comint-displayed-dynamic-completions): New variable.
10975 (comint-dynamic-list-completions): Be more careful about choosing
10976 when to scroll an existing completions window.
10977
10978 2002-07-03 Andreas Schwab <schwab@suse.de>
10979
10980 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
10981 after doc string.
10982
10983 2002-07-03 Juanma Barranquero <lektu@terra.es>
10984
10985 * net/tramp.el (tramp-send-eof): Fix typo.
10986 (tramp-kill-process): Likewise.
10987
10988 * play/dunnet.el (dun-physobj-desc): Likewise.
10989
10990 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
10991
10992 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
10993 (timeclock-workday-elapsed): Likewise.
10994
10995 * allout.el (outline-goto-prefix): Likewise.
10996
10997 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
10998 (tpu-delete-to-bol): Likewise.
10999
11000 * subr.el (chars-in-region): Add obsolescence declaration for
11001 `chars-in-region'.
11002
11003 2002-07-03 Miles Bader <miles@gnu.org>
11004
11005 * faces.el (header-line): Don't use a `common' clause for
11006 inheriting from the mode-line face, since we can't override it,
11007 and we don't want it for ttys.
11008
11009 2002-07-02 Richard M. Stallman <rms@gnu.org>
11010
11011 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
11012
11013 * files.el (hack-one-local-variable-constantp): New function.
11014 (hack-one-local-variable-eval-safep): New function.
11015 Check for `eval:' calling fn with `safe-local-eval-function' property.
11016 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
11017 (c-add-style, c-set-style): Add safe-local-eval-function property.
11018
11019 * files.el (insert-directory): Handle --dired option to ls.
11020
11021 * files.el (file-remote-p): New function.
11022
11023 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
11024
11025 * startup.el (fancy-splash-screens): Switch to a chosen frame.
11026 (fancy-splash-frame): Choose the right frame to use.
11027 (use-fancy-splash-screens-p): Check dimensions of the right frame
11028 in order to decide.
11029
11030 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11031 Rename cl-func to cl-functions. Enable it by default.
11032 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
11033 if the file loads cl.
11034 (byte-compile-initial-macro-environment): For eval-and-compile,
11035 use byte-compile-eval-before-compile to eval.
11036 (byte-compile-eval-before-compile): New function to turn off
11037 cl-functions when appropriate, for eval-and-compile.
11038 (byte-compile-warnings): Doc fix.
11039
11040 2002-07-02 Dave Love <fx@gnu.org>
11041
11042 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
11043 (byte-compile-cl-warn): New function.
11044 (byte-compile-form): Use it, to warn about calling cl functions.
11045 (byte-compile-warning-types): Doc fix.
11046
11047 2002-07-02 Juanma Barranquero <lektu@terra.es>
11048
11049 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
11050
11051 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
11052
11053 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
11054 Fix typo.
11055
11056 2002-07-02 Kim F. Storm <storm@cua.dk>
11057
11058 * emacs-lisp/bindat.el: New file.
11059
11060 2002-07-01 Sam Steingold <sds@gnu.org>
11061
11062 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
11063 before `tex-main-file' because if the current buffer is new, its
11064 file might not exist yet, and then `tex-main-file' will
11065 incorrectly return "foo.tex.tex".
11066
11067 2002-07-01 Juanma Barranquero <lektu@terra.es>
11068
11069 * ido.el (ido-minibuffer-setup-hook): Doc fix.
11070
11071 2002-07-01 Dave Love <fx@gnu.org>
11072
11073 Make strokes a proper minor mode, and don't try to overload
11074 mouse-2, which doesn't work satisfactorily.
11075
11076 * strokes.el: Doc fixes.
11077 (strokes-mode): Defcustom deleted; replaced by minor mode def with
11078 re-written function.
11079 (strokes-while-inhibiting-garbage-collector): Comment out.
11080 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
11081 (strokes-insinuate, global-set-stroke, describe-stroke)
11082 (load-user-strokes, save-strokes, strokes-bug-address)
11083 (strokes-click-command): Deleted.
11084 (strokes-execute-stroke): Remove strokes-click-p case.
11085 (strokes-describe-stroke): Remove strokes-click-p stuff.
11086 (strokes-help): Fix.
11087 (strokes-report-bug): Alias to report-emacs-bug.
11088 (strokes-prompt-user-save-strokes): Modify format of the file.
11089 (strokes-mode-map, strokes-unload-hook): New.
11090 (strokes-buffer-name): Don't customize.
11091
11092 2002-07-01 Richard M. Stallman <rms@gnu.org>
11093
11094 * info.el (Info-index): Get immediate error if used in `dir'.
11095
11096 * textmodes/picture.el (picture-forward-column)
11097 (picture-move-down): Never deactivate the mark.
11098
11099 2002-06-30 Simon Josefsson <jas@extundo.com>
11100
11101 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
11102 menu entry into balloon help.
11103
11104 2002-06-30 Andreas Schwab <schwab@suse.de>
11105
11106 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
11107 * term/mac-win.el: Don't set it here.
11108
11109 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
11110
11111 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
11112
11113 2002-06-29 Andreas Schwab <schwab@suse.de>
11114
11115 * term/mac-win.el: Use directory-free-space-program instead of
11116 obsolete variable dired-free-space-program. On Darwin, don't set
11117 directory-free-space-program, shell-file-name and
11118 process-connection-type; set directory-free-space-args to not
11119 include `-P' and use utf-8 for file name coding system.
11120
11121 * simple.el (shell-command-on-region): Handle errors and signals
11122 from shell command execution.
11123 (display-message-or-buffer): Fix last change.
11124 (shell-command-default-error-buffer): Doc fix.
11125
11126 * dired.el (dired-view-file): Quote file name for
11127 dired-run-shell-command.
11128
11129 2002-06-29 Kim F. Storm <storm@cua.dk>
11130
11131 * kmacro.el: New file.
11132
11133 2002-06-28 John Wiegley <johnw@gnu.org>
11134
11135 * pcmpl-cvs.el: Added my name as the maintainer of this file.
11136
11137 2002-06-28 Andreas Schwab <schwab@suse.de>
11138
11139 * shell.el (explicit-bash-args): New user option.
11140
11141 2002-06-28 Kim F. Storm <storm@cua.dk>
11142
11143 * ido.el: New file.
11144
11145 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
11146
11147 * derived.el (define-derived-mode): Preserve the `mode-class' rather
11148 than the `special' symbol property.
11149 (derived-mode-class): Make it obsolete.
11150
11151 2002-06-27 Andreas Schwab <schwab@suse.de>
11152
11153 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
11154
11155 2002-06-27 Juanma Barranquero <lektu@terra.es>
11156
11157 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
11158 (meta-flag): Likewise.
11159
11160 * international/mule-util.el (string-to-sequence): Likewise.
11161
11162 * subr.el (char-bytes): Likewise.
11163 (make-local-hook): Likewise.
11164 (baud-rate): Remove redundant info from docstring.
11165
11166 * faces.el (frame-update-faces): Fix obsolescence declaration.
11167 (internal-get-face): Remove redundant info from docstring and
11168 fix obsolescence declaration.
11169
11170 * rect.el (move-to-column-force): Likewise.
11171
11172 * help-fns.el (describe-function-1): Use semicolon instead of dot.
11173 (describe-variable): Likewise.
11174
11175 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
11176
11177 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
11178 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
11179 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
11180 (mouse-wheel-follow-mouse): Change default to t.
11181 (mwheel-event-button): Return the basic event symbol.
11182 (mwheel-scroll): Work with non-mouse events.
11183 (mouse-wheel-mode): Use the new vars.
11184 (mwheel-install): Obey `uninstall'.
11185
11186 * term/xterm.el (function-key-map): Add some bindings.
11187
11188 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
11189 Rename from delay-uniquify-rationalize-file-buffer-names.
11190 Only rationalize if the buffer is under uniquify control.
11191 (uniquify-delayed-rationalize-file-buffer-names):
11192 Rename from delayed-uniquify-rationalize-file-buffer-names.
11193
11194 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11195
11196 * net/tramp.el (tramp-file-name-structure)
11197 (tramp-multi-file-name-hop-structure): Split for easier readability.
11198 (tramp-handle-make-symbolic-link): Use user/host/method/... from
11199 LINKNAME, not FILENAME.
11200 (tramp-handle-verify-visited-file-modtime):
11201 Call tramp-ange-ftp-file-name-p with right parameters.
11202 (tramp-handle-verify-visited-file-modtime): `insert' does not
11203 work for integers, convert them to strings first.
11204 (tramp-handle-ange-ftp): New function to perform setup for
11205 replacing Ange-FTP with Tramp.
11206 (tramp-repair-jka-compr): New function to factor out some
11207 previously top-level code. Call the function at top-level.
11208
11209 2002-06-27 Juanma Barranquero <lektu@terra.es>
11210
11211 * composite.el (decompose-composite-char): Fix docstring.
11212
11213 * faces.el (describe-face): Capitalize "not documented" message.
11214
11215 * help-fns.el (describe-variable): Likewise.
11216 (describe-function-1): Likewise. Also, document the obsolescence
11217 of the function, if applicable.
11218
11219 2002-06-26 Juanma Barranquero <lektu@terra.es>
11220
11221 * info.el (info-menu-5): Fix documentation.
11222 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
11223
11224 2002-06-26 Richard M. Stallman <rms@gnu.org>
11225
11226 * emacs-lisp/cl.el (values): Simplify definition.
11227
11228 * simple.el (shell-command): Match & only at end of whole command.
11229 (display-message-or-buffer): Don't use the echo area
11230 if output buffer is visible.
11231
11232 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
11233
11234 * progmodes/cperl-mode.el: Many trivial doc fixes.
11235 (cperl-non-problems): Definition deleted.
11236 (cperl-menu): Don't refer to cperl-non-problems.
11237 (cperl-word-at-point): Add doc string.
11238 (cperl-beautify-regexp-piece): Fix error message.
11239 (cperl-invert-if-unless): Fix error message.
11240
11241 * dired.el (dired-find-alternate-file): Mark as disabled.
11242
11243 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11244
11245 * net/tramp.el (tramp-ftp-method): New user option.
11246 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
11247 (with-parsed-tramp-file-name): New macro for the usual big `let'
11248 statement to dissect a file-name.
11249 (tramp-handle-make-symbolic-link, tramp-handle-load)
11250 (tramp-handle-file-name-directory)
11251 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11252 (tramp-handle-file-truename, tramp-handle-file-directory-p)
11253 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
11254 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
11255 Use the new macro and forward call to Ange-FTP if applicable.
11256 (tramp-make-ange-ftp-file-name): New helper function to convert a
11257 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
11258 (tramp-default-method-alist): New user option.
11259 (tramp-find-default-method): Use it.
11260 (tramp-sh-extra-args): New variable.
11261 (tramp-find-shell): Use it.
11262 (tramp-open-connection-rsh): Support a kludgy feature for the
11263 "-p" option to ssh. If host name is given as "host#42", uses the
11264 "-p 42" option.
11265
11266 2002-06-25 Andreas Schwab <schwab@suse.de>
11267
11268 * replace.el (occur-1): Avoid invalid message format string.
11269
11270 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
11271
11272 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
11273 Check for `noruntime' even if the function has a known sig.
11274 (byte-compile-file, byte-compile-output-docform):
11275 Don't hard code point-min = 1.
11276
11277 * pcvs.el (cvs-parse-process): Don't save/restore point.
11278 Fix last change not to introduce spurious dir FIs.
11279 (cvs-move-to-goal-column): New function extracted from
11280 cvs-mode-previous-line.
11281 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
11282 (cvs-addto-collection): Use it to preserve point.
11283 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
11284
11285 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
11286 Don't require the first element to be modifier-free.
11287
11288 * pcvs-parse.el (cvs-parse-table):
11289 Handle `nothing known about' with more care.
11290
11291 * pcvs.el (cvs-fileinfo-kill): Remove.
11292 (cvs-parse-process): Add `old-fis' argument.
11293 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
11294
11295 * descr-text.el (describe-property-list): Make sure there's
11296 a space between the property name and its value.
11297 (describe-text-properties): Don't kill a pre-existing buffer.
11298
11299 * mwheel.el: Undo last patch from Stephen Gildea for now.
11300
11301 2002-06-24 Kim F. Storm <storm@cua.dk>
11302
11303 * emulation/keypad.el: Added :require 'keypad to defcustoms.
11304
11305 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
11306
11307 * subr.el (event-start, event-end, event-click-count):
11308 Accept non-mouse events as well.
11309 (read-key): New function.
11310 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
11311
11312 * files.el: Rename (and mark as obsolete)
11313 find-file-hooks to find-file-hook,
11314 find-file-not-found-hooks to find-file-not-found-functions,
11315 write-file-hooks to write-file-functions,
11316 write-contents-hooks to write-contents-functions.
11317 Mark local-write-file-hooks as obsolete.
11318 (locate-file-completion): Don't cons uselessly. Use test-completion.
11319 (basic-save-buffer): Use (point-min) rather than 1.
11320 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
11321
11322 * help-fns.el (describe-variable): Only use `buffer' is still live.
11323 Use `delete-region' instead of save-excursion + delete-char.
11324 Document the obsolescence of the variable, if applicable.
11325
11326 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11327
11328 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
11329 comment-auto-fill-only-comments.
11330
11331 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11332
11333 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
11334 This is not a handled operation.
11335
11336 2002-06-21 Kim F. Storm <storm@cua.dk>
11337
11338 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
11339 work again. Corrected error in check for C-u initiated prefix.
11340
11341 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
11342
11343 2002-06-21 Richard M. Stallman <rms@gnu.org>
11344
11345 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
11346 to browse-url-at-point.
11347
11348 * play/zone.el (zone-idle): Var deleted.
11349
11350 * international/iso-acc.el (iso-languages) <french>:
11351 `~ ' now generates `~', `~,' definition deleted.
11352
11353 * format.el (format-annotate-function): Copy multibyte flag
11354 and selective-display into the new temp buffer.
11355
11356 * edmacro.el (edmacro-fix-menu-commands):
11357 Discard `help-echo' events. Handle (menu-bar) events.
11358 Simplify by converting key sequence to a list and then back to vector.
11359
11360 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
11361
11362 * mwheel.el: Allow arbitrary keys for scrolling, add a third
11363 scrolling speed, fix an unwind-protect.
11364 (mouse-wheel-scroll-amount): Now a three-element list.
11365 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
11366 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
11367 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
11368 New functions.
11369
11370 2002-06-21 Andreas Schwab <schwab@suse.de>
11371
11372 * files.el (find-file-read-args): Add new argument `mustmatch' and
11373 pass it down to read-file-name.
11374 (find-file, find-file-other-window, find-file-other-frame)
11375 (find-file-read-only, find-file-read-only-other-window)
11376 (find-file-read-only-other-frame): Use it and fix prompts.
11377
11378 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
11379
11380 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
11381
11382 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
11383
11384 * progmodes/ada-mode.el: Update copyright notice.
11385 Synchronize with GNAT release 3.15a1.
11386 Do not attempt to load ada-support, which is only for compatibility
11387 with older Emacs versions, and is not needed for Emacs 21.
11388 Fix various calls to count-lines, that didn't work correctly when the
11389 buffer was narrowed.
11390 (ada-continuation-indent): New variable.
11391 (ada-contextual-menu): New entry "List local references", faster than
11392 "List References".
11393 (ada-mode): New alignment rules provided by S. Leake.
11394 Add support for which-function-mode.
11395 (ada-get-current-indent): Fix indentation of named parameter lists and
11396 nested boolean expressions.
11397 (ada-indent-on-previous-lines): Fix indentation of labels.
11398 (ada-search-prev-end-stmt): Fix searching of the previous
11399 end-statement, specially with regards to nested subprograms.
11400 (comment-region advice): Initially disabled, for better compatibility
11401 with other modes.
11402 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
11403
11404 * progmodes/ada-xref.el: Update copyright notice.
11405 (ada-xref-create-ali): The default is now not to create automatically
11406 the ALI files by compiling the unit, since this isn't always reliable
11407 and requires an up-to-date project file.
11408 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
11409 a file, but use gnatmake instead, since this gives access to the GNAT
11410 project files.
11411 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
11412 (ada-load-project-hook): New variable, for support of GNAT
11413 project files.
11414 (ada-update-project-menu): Fix the detection of the project file name.
11415 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
11416 with another binding in ada-mode.el.
11417 (ada-add-menu): New menu "List Local References", to list the reference
11418 to the entity only in the current file, instead of looking in the whole
11419 project. Much faster.
11420 (ada-find-references): New parameters arg and local-only.
11421 (ada-find-any-references): New parameters local-only and append.
11422 (ada-goto-declaration): Fix handling of predefined entities in xref.
11423 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
11424 still compatible with GNAT 3.14 of course. Fix various calls to
11425 count-lines, that didn't work correctly when the buffer was narrowed.
11426
11427 * progmodes/ada-prj.el: Update copyright.
11428 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
11429 21 dialogs to select the file, since we want a directory name only.
11430 (ada-customize): Add support for the new GNAT project files.
11431
11432 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
11433
11434 * progmodes/etags.el (tag-implicit-name-match-p): New function.
11435 (etags-recognize-tags-table): Use it for implicit tag names.
11436
11437 2002-06-20 Miles Bader <miles@gnu.org>
11438
11439 * comint.el (comint-get-old-input-default): Strip text properties
11440 for fields too.
11441
11442 * comint.el (comint-output-filter): Run output-filter functions
11443 before setting up the prompt.
11444
11445 * international/characters.el: Re-enable code giving word syntax
11446 to certain japanese-jisx0208 characters.
11447
11448 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11449
11450 * progmodes/f90.el (f90-type-def-re): Fix value.
11451 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
11452
11453 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
11454
11455 * international/quail.el (quail-help): Don't assume the buffer
11456 is displayed in the same frame.
11457
11458 * emacs-lisp/debug.el (cancel-debug-on-entry):
11459 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
11460
11461 * pcvs.el (cvs-vc-command-advice): Handle the case where args
11462 are passed to `cvs' before the command name.
11463 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
11464
11465 * pcvs-info.el (cvs-add-face): Minor rewrite.
11466 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
11467
11468 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
11469 regexp when they don't match comment-foo any more.
11470
11471 2002-06-18 Juanma Barranquero <lektu@terra.es>
11472
11473 * filesets.el (filesets-update-pre010505): Fix typo.
11474
11475 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
11476
11477 * emulation/edt.el (edt-substitute): Fix typo.
11478
11479 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
11480
11481 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
11482
11483 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
11484
11485 2002-06-17 Richard M. Stallman <rms@gnu.org>
11486
11487 * facemenu.el (facemenu-map): Rename to Describe Text
11488 to Describe Properties and use describe-text-properties.
11489
11490 * simple.el (what-cursor-position): Use describe-char.
11491
11492 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
11493 from describe-char-after. Now calls describe-text-properties.
11494 (describe-property-list): Renamed from describe-text-properties.
11495 (describe-text-properties): Renamed from describe-text-at.
11496 New arg OUTPUT-BUFFER.
11497 (describe-text-properties-1):
11498 New subroutine, broken out from describe-text-properties.
11499 Output a newline before each section of the output.
11500
11501 * international/mule-diag.el (describe-char-after):
11502 Moved to descr-text.el.
11503
11504 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
11505
11506 * international/mule.el (ctext-pre-write-conversion): Fix the values
11507 of FROM and TO if we create a new buffer.
11508
11509 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
11510
11511 * comint.el (comint-insert-clicked-input): Insert clicked-on
11512 previous input without properties.
11513
11514 2002-06-16 Andrew Choi <akochoi@shaw.ca>
11515
11516 * term/mac-win.el (scalable-fonts-allowed): Set to t.
11517
11518 2002-06-15 Colin Walters <walters@debian.org>
11519
11520 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
11521 Delete defvars.
11522 (cvs-highlight): Delete.
11523 (cvs-add-face): Use `font-lock-face'. Always add properties.
11524
11525 * ibuffer.el (ibuffer-movement-cycle): New variable.
11526 (ibuffer-backward-line, ibuffer-forward-line): Use it.
11527
11528 2002-06-15 Richard M. Stallman <rms@gnu.org>
11529
11530 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
11531 (batch-byte-recompile-directory): Undo previous change.
11532
11533 * comint.el (comint-skip-input): New function.
11534 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
11535 (comint-stop-subjob): Use comint-skip-input.
11536
11537 * ielm.el (ielm-eval-input): Use error-message-string.
11538 (ielm-format-error, ielm-format-errors): Functions deleted.
11539
11540 2002-06-14 Kim F. Storm <storm@cua.dk>
11541
11542 * progmodes/compile.el (grep-tree): Doc fixes.
11543 Added SUBDIRS arg for non-interactive use.
11544
11545 2002-06-14 Juanma Barranquero <lektu@terra.es>
11546
11547 * comint.el (comint-snapshot-last-prompt):
11548 Bind `inhibit-read-only' to t to support read-only prompts.
11549 (comint-output-filter): Likewise.
11550
11551 2002-06-14 Miles Bader <miles@gnu.org>
11552
11553 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
11554 (pop): Move the call to `car' outside the prog1, as the compiler
11555 then generates better code.
11556
11557 2002-06-13 Richard M. Stallman <rms@gnu.org>
11558
11559 * play/zone.el (zone-timer): New variable holds the idle timer.
11560 (zone): Don't fiddle with the idle timer at all.
11561 (zone-when-idle): Put the idle timer in zone-timer.
11562 If one is already set up, cancel it and make a new one.
11563 (zone-leave-me-alone): Likewise.
11564
11565 2002-06-13 Jason Rumney <jasonr@gnu.org>
11566
11567 * w32-fns.el (w32-charset-info-alist): Reorder.
11568
11569 2002-06-13 Andreas Schwab <schwab@suse.de>
11570
11571 * files.el (auto-mode-alist): Move entry for ".in" to the end.
11572
11573 2002-06-13 Miles Bader <miles@gnu.org>
11574
11575 * comint.el (comint-mode): Don't set `font-lock-defaults'.
11576 (comint-mode-hook): Turn on font-lock by default.
11577
11578 2002-06-12 Karl Fogel <kfogel@red-bean.com>
11579
11580 * bookmark.el (bookmark-file-or-variation-thereof):
11581 Restore vc-backend check, thanks to Robert Thorpe for noticing.
11582
11583 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
11584
11585 * textmodes/bibtex.el: Change the maintainer to "none".
11586
11587 2002-06-12 Juanma Barranquero <lektu@terra>
11588
11589 * term/w32-win.el (x-handle-switch): Fix handling of
11590 x-invocation-args for switches with arguments.
11591
11592 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
11593
11594 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
11595 without first making sure it's bound.
11596
11597 2002-06-12 Richard M. Stallman <rms@gnu.org>
11598
11599 * info.el (Info-fontify-node): Compute header line specially
11600 if node has no next, previous or up links.
11601 Hide the part of the first line that is used in the header.
11602 Use Info-next-link-keymap, etc.
11603 (Info-next-link-keymap, Info-prev-link-keymap)
11604 (Info-up-link-keymap): New variables.
11605
11606 * international/mule-diag.el (describe-char-after): Doc fix.
11607
11608 * view.el (view-mode-enter): Clarify echo area message.
11609
11610 * info.el (Info-select-node): Turn header line on or off here.
11611 (Info-setup-header-line): Function deleted.
11612 (Info-mode): Make Info-header-line local.
11613 (Info-fontify-node): Ignore Info-use-header-line.
11614 Unconditionally compute what the header line should be, and
11615 store it on the `header-line' property of the node's first char.
11616 Bind [header-line down-mouse-1].
11617 Use `keymap' property, not `local-map'.
11618 Bind [mouse-2] for mouse clicks on the node line in the text.
11619
11620 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
11621
11622 2002-06-12 Miles Bader <miles@gnu.org>
11623
11624 * comint.el (comint-send-input): Properly handle empty and
11625 no-newline input regions.
11626
11627 2002-06-12 Colin Walters <walters@gnu.org>
11628
11629 * calc/calc.el: Use `when', `unless'.
11630 (calc-trail-mode): Use an italic `font-lock-face'.
11631 (calc-refresh): Ditto.
11632
11633 2002-06-12 Colin Walters <walters@debian.org>
11634
11635 * font-core.el (font-lock-core-only): Variable deleted.
11636 All uses removed.
11637 (font-lock-set-defaults): Variable alist settings moved back into
11638 font-lock-set-defaults-1.
11639 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
11640 is specifically excluded by the user.
11641
11642 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
11643
11644 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
11645
11646 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
11647
11648 * info.el (Info-mode): Don't set `font-lock-defaults'.
11649
11650 * replace.el (occur-mode): Don't set `font-lock-defaults'.
11651
11652 * help-mode.el (help-highlight-p, help-highlight-face):
11653 Variable was unused; delete.
11654 (help-make-xrefs): Doc fix.
11655
11656 2002-06-11 Richard M. Stallman <rms@gnu.org>
11657
11658 * format.el (format-alist): Document new element PRESERVE.
11659 (format-write-file): Implement PRESERVE elt for a format.
11660
11661 * files.el (make-auto-save-file-name): Rename local `filename' to
11662 `file-name'.
11663
11664 2002-06-10 Richard M. Stallman <rms@gnu.org>
11665
11666 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
11667 (ebrowse-copy-list): Function deleted.
11668
11669 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
11670
11671 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
11672
11673 * eshell/esh-util.el (eshell-copy-list): Function deleted.
11674 (eshell-sublist): Use copy-sequence.
11675 (eshell-copy-tree): Make it an alias for copy-tree.
11676
11677 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
11678
11679 * subr.el (copy-list): Moved to cl.el.
11680 (copy-tree): Don't use copy-list or cl-pop.
11681
11682 2002-06-10 Miles Bader <miles@gnu.org>
11683
11684 Make comint use text properties for highlighting instead of overlays:
11685 * comint.el (comint-last-output-overlay): Variable removed.
11686 (comint-send-input, comint-output-filter): Use text properties
11687 instead of overlays.
11688 (comint-insert-clicked-input): Rewrite to work with text
11689 properties as well as overlays
11690 (comint-snapshot-last-prompt): Snapshot using text properties.
11691 (comint-get-old-input-default, comint-extract-string): Don't copy
11692 text properties.
11693
11694 * simple.el (line-move-finish): Inhibit field motion when
11695 computing `line-end'.
11696
11697 * files.el (revert-buffer): Correct typo: variable name is
11698 `buffer-file-format', not `buffer-file-formats'.
11699
11700 * comint.el (comint-send-input, comint-output-filter): Use the
11701 `font-lock-face' property instead of `face'. Don't check the
11702 highlight-enabling variables anymore.
11703 (comint-highlight-input, comint-highlight-prompt): Variables removed.
11704
11705 * faces.el (display-supports-face-attributes-p): New function.
11706 (face-spec-set-match-display): Support `supports' predicate.
11707 (italic): Try underlining for displays that don't support real italics.
11708 * cus-edit.el (custom-display): Add support for `supports' predicate.
11709 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
11710 instead of 8-bit, for consistency with the rest of emacs.
11711 (tty-color-canonicalize): Only copy COLOR if we need to change it.
11712 (tty-color-approximate): Scale values from `color-name-rgb-alist'
11713 appropriately. Return the whole color description, rather than
11714 just the RGB values.
11715 (tty-color-standard-values): New function. Code mostly taken from
11716 `tty-color-translate'.
11717 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
11718 do all the work.
11719 (tty-color-desc): Do color lookup here instead of calling
11720 `tty-color-translate' and `tty-color-by-index'; this is now the
11721 main place to do it.
11722
11723 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
11724
11725 * progmodes/cc-style.el (c-set-style, c-set-style-1):
11726 Add another state for the `dont-override' flag where it only keeps
11727 globally set variables.
11728
11729 2002-06-08 Colin Walters <walters@gnu.org>
11730
11731 * descr-text.el (describe-text-properties): Sort the output by the
11732 size of the values. Put `font-lock-face' property on property names.
11733 (toplevel): Provide `descr-text'.
11734
11735 * international/mule-diag.el (describe-char-after): When there are
11736 text properties, require `descr-text', and just call
11737 `describe-text-properties'.
11738
11739 * international/mule.el (sgml-html-meta-auto-coding-function):
11740 New function.
11741 (auto-coding-from-file-contents): Delete; merge functionality into
11742 `set-auto-coding'.
11743 (set-auto-coding): Move tests from `auto-coding-functions' so that
11744 they have a lower priority than coding: tags.
11745 Put `auto-coding-regexp-alist' tests before coding: tag tests.
11746 (sgml-xml-auto-coding-function): Simply `intern' the match, and
11747 test if it's a valid coding system.
11748 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
11749
11750 2002-06-08 Colin Walters <walters@verbum.org>
11751
11752 * subr.el (copy-list): Moved here from cl.el.
11753 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
11754
11755 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
11756 subr.el. Add a defalias with the old name.
11757
11758 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
11759
11760 * replace.el (occur-mode): Don't set up categories. Do set
11761 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11762 (occur-1): Pass `list-matching-lines-face' and
11763 `list-matching-lines-buffer-name-face'.
11764 (occur-engine): Use `font-lock-face' instead of categories.
11765
11766 * info.el (Info-mode): Don't set up categories. Do set
11767 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11768 (Info-fontify-menu-headers): Use `font-lock-face' instead of
11769 categories.
11770 (Info-fontify-node): Ditto.
11771
11772 * ibuffer.el (ibuffer-category-alist): Delete.
11773 (ibuffer-get-category): Delete.
11774 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
11775 of categories.
11776 (ibuffer-compile-format): Don't treat `name' category specially.
11777 (ibuffer-column name): Use `font-lock-face'.
11778 (filename-and-process): Ditto.
11779 (ibuffer-buffer-name-category): Renamed to
11780 `ibuffer-buffer-name-face'. Don't use categories.
11781 (ibuffer-update-title-and-summary): Use `font-lock-face'.
11782 (ibuffer-insert-filter-group): Ditto.
11783 (ibuffer-mode): Don't set up categories. Do set
11784 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11785 (ibuffer-compile-format): Don't pass third argument
11786 to column functions.
11787 (filename-and-process): Ditto.
11788
11789 * ibuf-macs.el (define-ibuffer-column): Don't create a third
11790 argument for the generated function.
11791
11792 * font-core.el (font-lock-category-alist): Delete.
11793 (turn-on-font-lock-if-enabled): Don't use it.
11794 (font-lock-symbol-category-alist): Delete.
11795 (font-lock-default-function): Use new `char-property-alias-alist'
11796 to make `font-lock-face' an alias for `face' when font-lock mode
11797 is enabled.
11798 (font-lock-core-only): New variable.
11799 (font-lock-set-defaults): Use it.
11800
11801 2002-06-08 Richard M. Stallman <rms@gnu.org>
11802
11803 * files.el (find-file-noselect-1): Undo previous change.
11804
11805 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
11806
11807 2002-06-07 Karl Fogel <kfogel@red-bean.com>
11808
11809 * bookmark.el (bookmark-file-or-variation-thereof): Just use
11810 Info-suffix-list, as suggested by Stefan Monnier.
11811
11812 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
11813
11814 * select.el (xselect-convert-to-string): If VALUE is a string,
11815 return a cons of TYPE and the string.
11816
11817 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11818
11819 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
11820 Fix the table to contain correct characters.
11821
11822 2002-06-04 Richard M. Stallman <rms@gnu.org>
11823
11824 * simple.el: Don't require cl.
11825
11826 2002-06-03 Richard M. Stallman <rms@gnu.org>
11827
11828 * dired.el (dired-do-shell-command): Doc fix in autoload.
11829
11830 * info.el (Info-extract-pointer): Ignore Info-header-line.
11831
11832 * progmodes/cc-mode.el (c-postprocess-file-styles):
11833 Do nothing except in CC modes.
11834
11835 * international/mule-cmds.el (select-safe-coding-system):
11836 When computing auto-cs, narrow to FROM...TO.
11837 Put save-excursion outside save-restriction.
11838 New arg FILE; use that for set-auto-coding.
11839
11840 2002-06-01 Richard M. Stallman <rms@gnu.org>
11841
11842 * simple.el (choose-completion-string-functions): Doc fix.
11843 (choose-completion-string): Add doc string.
11844
11845 2002-06-01 Kim F. Storm <storm@cua.dk>
11846
11847 * simple.el: Reworked previous change.
11848 (choose-completion-string1): Merged back into choose-completion-string.
11849 (choose-completion-string): Run choose-completion-string-functions
11850 after checking for proper minibuffer window. Added mini-p arg to
11851 the hook functions. Insert choice if all hook functions return nil.
11852 (choose-completion-string-functions): Doc update.
11853
11854 2002-06-01 Sam Steingold <sds@gnu.org>
11855
11856 * files.el (auto-mode-alist): Strip trailing ".in" from the file
11857 name when deciding the mode (for config.h.in, Makefile.in etc).
11858
11859 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
11860
11861 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
11862 ?/ and ?* entries to support /* */ style comments.
11863 (prolog-font-lock-keywords): New var.
11864 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
11865
11866 2002-06-01 Kim F. Storm <storm@cua.dk>
11867
11868 * simple.el (choose-completion-string-functions): New special hook.
11869 (choose-completion-string1): Renamed from choose-completion-string.
11870 (choose-completion-string): Run choose-completion-string-functions
11871 until success, and only call choose-completion-string1 if it fails.
11872
11873 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
11874
11875 * textmodes/ispell.el (autoloaded toplevel): Don't use
11876 ispell-library-directory without checking that it's bound.
11877
11878 2002-05-31 Kim F. Storm <storm@cua.dk>
11879
11880 * emulation/cua-base.el (cua--last-deleted-region-pos)
11881 (cua--last-deleted-region-text): New aux variables.
11882 (cua-delete-region): Set them.
11883 (cua-repeat-replace-region): Use them to find the replacement text.
11884
11885 2002-05-31 Juanma Barranquero <lektu@terra.es>
11886
11887 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
11888 Fix typos.
11889
11890 2002-05-31 Kim F. Storm <storm@cua.dk>
11891
11892 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
11893 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
11894 New custom variables.
11895 (grep-compute-defaults): Compute grep-tree-command's default value.
11896 (grep-expand-command-macros): New aux function.
11897 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
11898 (grep-tree): New command like grep-find but extended prompting.
11899
11900 2002-05-30 Richard M. Stallman <rms@gnu.org>
11901
11902 * files.el (find-file-default): Add defvar for var already used.
11903
11904 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
11905
11906 * subr.el (open-network-stream, open-network-stream-nowait)
11907 (open-network-stream-server, process-kill-without-query):
11908 Moved from simple.el.
11909
11910 * simple.el (open-network-stream, open-network-stream-nowait)
11911 (open-network-stream-server, process-kill-without-query):
11912 Moved to subr.el.
11913
11914 * simple.el (byte-compiling-files-p): Function deleted.
11915
11916 * textmodes/ispell.el (ispell-library-directory): Renamed from
11917 ispell-library-path. If Ispell is not installed, init to nil.
11918 (check-ispell-version): Doc fix.
11919 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
11920 initialize this unconditionally when ispell-menu-map-needed is t.
11921 Local `path' renamed to `dir'.
11922
11923 2002-05-30 Miles Bader <miles@gnu.org>
11924
11925 * calc/calc.el (calc-show-banner): New variable.
11926 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
11927 (calc-mode-var-list): Add `calc-show-banner'.
11928 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
11929 (calc-toggle-banner): New function.
11930 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
11931
11932 2002-05-29 Richard M. Stallman <rms@gnu.org>
11933
11934 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
11935 When recognizing a def... construct, make that indentation
11936 tentative, so that it can be overridden if the list in question
11937 is not actually an expression.
11938 (common-lisp-indent-call-method): New subroutine.
11939
11940 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
11941 Delete the output file if we get a file-error.
11942
11943 * tooltip.el (tooltip-mouse-motions-active): New variable.
11944 (tooltip-activate-mouse-motions): Don't kill track-mouse local
11945 if it was not made by us.
11946
11947 * mouse.el (mouse-set-font): Avoid misleading error message
11948 if user makes no selection.
11949
11950 * info.el (Info-setup-header-line): Don't hide the links line.
11951
11952 * files.el (find-file-noselect-1): Return the buffer we created
11953 even if it has been killed within `after-find-file'.
11954
11955 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
11956
11957 2002-05-29 Kim F. Storm <storm@cua.dk>
11958
11959 * simple.el (open-network-stream-server): Pass on optional args
11960 sentinel and filter to make-network-process (from Luke Gorrie).
11961
11962 2002-05-28 Colin Walters <walters@gnu.org>
11963
11964 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
11965
11966 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
11967 (byte-compile-delete-first): New function.
11968 (byte-compile-read-position): New variable.
11969 (byte-compile-last-position): New variable.
11970 (byte-compile-current-buffer): New variable.
11971 (byte-compile-log-1): Use it.
11972 (byte-compile-set-symbol-position): New function.
11973 (byte-compile-obsolete, byte-compile-callargs-warn)
11974 (byte-compile-arglist-warn, byte-compile-arglist-warn)
11975 (byte-compile-print-syms, byte-compile-file-form-defmumble)
11976 (byte-compile-check-lambda-list, byte-compile-lambda)
11977 (byte-compile-form, byte-compile-variable-ref)
11978 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
11979 (byte-compile-condition-case, byte-compile-defun)
11980 (byte-compile-defvar, byte-compile-autoload)
11981 (byte-compile-lambda-form): Use it.
11982 (byte-compile-from-buffer): Set it, and bind
11983 `read-with-symbol-positions' and `read-symbol-positions-list'.
11984
11985 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
11986
11987 2002-05-28 Kim F. Storm <storm@cua.dk>
11988
11989 * files.el (read-directory-name): New function.
11990 (cd): Use it instead of read-file-name.
11991
11992 2002-05-27 Kim F. Storm <storm@cua.dk>
11993
11994 * simple.el (push-mark-command): Added optional NOMSG arg.
11995
11996 * emulation/cua-base.el (cua-set-mark): Align pop to mark
11997 behaviour with standard set-mark-command.
11998 (cua--pre-command-handler): Use push-mark-command.
11999 (cua-repeat-replace-region): Improve functionality when
12000 repeated after moving point or changing buffer.
12001
12002 2002-05-26 Colin Walters <walters@verbum.org>
12003
12004 * startup.el (command-line): Use `when', `unless'.
12005 (command-line-1): New argument "--nosplash". Handle it.
12006
12007 * startup.el (inhibit-splash-screen): New variable alias for
12008 `inhibit-startup-message'.
12009
12010 * replace.el (perform-replace): Document return value. Use `pop'.
12011
12012 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12013
12014 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
12015 and slightly changed behaviour, for `f90-previous-block-start' and
12016 `f90-next-block-end'.
12017 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
12018
12019 2002-05-26 Simon Josefsson <jas@extundo.com>
12020
12021 * fringe.el (set-fringe-mode): Work when updating
12022 `default-frame-alist'.
12023
12024 2002-05-26 Kim F. Storm <storm@cua.dk>
12025
12026 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
12027 (cua-repeat-replace-region): New command.
12028 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
12029 Misc improvements to the commentary.
12030
12031 2002-05-26 Simon Josefsson <jas@extundo.com>
12032
12033 * fringe.el (fringe-query-style): New fringe style "minimal".
12034
12035 2002-05-24 Simon Josefsson <jas@extundo.com>
12036
12037 * rot13.el (rot13-translate-table): New variable.
12038 (rot13, rot13-string, rot13-region): New functions.
12039
12040 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
12041
12042 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
12043 of wrong anchoring, e.g. for else-if compounds.
12044
12045 2002-05-25 Miles Bader <miles@gnu.org>
12046
12047 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
12048 (menu-bar-showhide-fringe-menu-customize-right)
12049 (menu-bar-showhide-fringe-menu-customize-disable):
12050 Use proper calling convention for `customize-set-value'.
12051 Require `fringe' before setting variable.
12052
12053 2002-05-25 Kim F. Storm <storm@cua.dk>
12054
12055 * emulation/cua-base.el (cua--self-insert-char-p): New function.
12056
12057 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
12058 binding in cua--global-mark-keymap using cua--self-insert-char-p
12059 to handle all global self inserting characters in gmark mode.
12060
12061 * emulation/cua-rect.el (cua--init-rectangles): Install default
12062 binding in cua--rectangle-keymap using cua--self-insert-char-p
12063 to handle all global self inserting characters in rectangle mode.
12064
12065 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
12066
12067 * net/ange-ftp.el (read-file-name-internal): Remove the
12068 `ange-ftp' property.
12069 (ange-ftp-real-read-file-name-internal): Remove.
12070
12071 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12072
12073 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
12074 `forward-line'.
12075 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
12076 (f90-previous-block-start): New navigation commands.
12077
12078 2002-05-20 Simon Josefsson <jas@extundo.com>
12079
12080 * fringe.el: New file.
12081
12082 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
12083 (menu-bar-showhide-fringe-menu): New menu.
12084 (menu-bar-showhide-menu): Add Fringe sub-menu.
12085
12086 2002-05-23 Colin Walters <walters@verbum.org>
12087
12088 * replace.el (occur-engine): Include all text properties except
12089 mouse-face on the newline at the end of occurences.
12090
12091 2002-05-23 Kim F. Storm <storm@cua.dk>
12092
12093 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
12094 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
12095 (apropos-command, apropos-value, apropos-documentation-internal)
12096 (apropos-documentation-check-doc-file)
12097 (apropos-documentation-check-elc-file): Use them to filter out
12098 false matches where only one keyword matches, but more than once.
12099
12100 * apropos.el (apropos-show-scores, apropos-orig-regexp)
12101 (apropos-all-regexp, apropos-synonyms, apropos-words)
12102 (apropos-all-words): New variables.
12103 (aprpos-words-to-regexp, apropos-rewrite-regexp)
12104 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
12105 (apropos-score-symbol): New functions.
12106 (apropos-command, apropos, apropos-value, apropos-documentation):
12107 Allow keywords in addition to regexp. Added scoring.
12108 (apropos-documentation-check-doc-file)
12109 (apropos-documentation-check-elc-file): Added scoring.
12110 (apropos-print): Sort according to score.
12111
12112 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
12113
12114 * info.el (Info-mode-hook): Change `font-lock-mode' to
12115 `turn-on-font-lock'.
12116
12117 * font-core.el (font-lock-function): New variable.
12118 (font-lock-default-function): New function, created from
12119 `font-lock-mode'.
12120 (font-lock-mode): Just funcall `font-lock-function'.
12121 (font-lock-symbol-category-alist): New variable.
12122
12123 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
12124
12125 * files.el (file-newest-backup): Use file-name-sans-versions.
12126
12127 * diff.el (diff-latest-backup-file): Replace the main code by
12128 a call of file-newest-backup.
12129
12130 2002-05-22 Mike Williams <mdub@bigfoot.com>
12131
12132 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
12133 the buffer.
12134
12135 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
12136
12137 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
12138 the last patch works around the wu-ftpd misfeature that prompted
12139 the disabling of this optimization.
12140
12141 2002-05-21 Colin Walters <walters@gnu.org>
12142
12143 * international/mule.el (make-coding-system): Doc fixes.
12144
12145 * international/mule.el (auto-coding-functions): New variable.
12146 (auto-coding-from-file-contents): Use it.
12147 (set-auto-coding): Update docs.
12148 (sgml-xml-auto-coding-function): New function.
12149
12150 * international/mule-util.el (truncate-string-to-width):
12151 New optional argument `ellipsis'. Add commented-out test suite, and
12152 change coding to iso-2022-7bit.
12153
12154 2002-05-21 Colin Walters <walters@verbum.org>
12155
12156 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
12157 (font-lock-multiline, font-lock-fontified, font-lock-mode)
12158 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
12159 (font-lock-global-modes): Moved to font-core.el.
12160 (font-lock-set-defaults-1): Partially moved to font-core.el.
12161
12162 * font-core.el: New file, with functions taken from font-lock.el.
12163 (font-lock-category-alist): New variable.
12164 (font-lock-mode): Use it.
12165 (font-lock-set-defaults): Partially taken from font-lock.el.
12166 Only load font-lock.el when necessary.
12167
12168 * loadup.el: Add font-core.el.
12169
12170 * replace.el (occur-mode-hook): New variable.
12171 (occur-fontify-region-function): Deleted.
12172 (occur-mode): Don't use it. Set up `font-lock-category-alist'
12173 instead.
12174 (occur-fontify-on-property): Deleted.
12175 (occur-engine): Use categories from `font-lock-category-alist'.
12176
12177 * info.el (Info-fontify): Deleted.
12178 (Info-select-node): Don't use it.
12179 (Info-mode-hook): New variable.
12180 (Info-mode): Set up categories.
12181 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
12182
12183 * ibuffer.el (ibuffer-formats): Update docs.
12184 (ibuffer-category-alist): New variable.
12185 (ibuffer-get-category): New function.
12186 (ibuffer-compile-make-eliding-form): Use category property instead
12187 of face.
12188 (ibuffer-compile-format): Pass current ibuffer buffer to column
12189 functions too.
12190 (ibuffer-buffer-name-category): New function.
12191 (ibuffer-compile-format): If the current column is a `name'
12192 column, figure out the appropriate category to put on it.
12193 (filename-and-process): Use category property.
12194 (ibuffer-fontify-region-function): Deleted.
12195 (ibuffer-unfontify-region-function): Deleted.
12196 (ibuffer-update-title-and-summary): Use category properties.
12197 (ibuffer-insert-filter-group): Ditto.
12198 (ibuffer-mode): Set up category properties.
12199
12200 2002-05-21 Colin Walters <walters@debian.org>
12201
12202 * replace.el (occur-engine): Increment globalcount all at once
12203 after searching a buffer.
12204 (occur-mode-map): Don't escape plain "o".
12205
12206 * ibuf-macs.el (define-ibuffer-column): Add third argument
12207 `ibuffer-buf'.
12208
12209 * ibuffer.el (toplevel): Require font-lock, to get the face
12210 definitions.
12211 (ibuffer-use-fontification): Deleted.
12212 (column filename-and-process): New column.
12213 (ibuffer-formats): Use it by default.
12214 (ibuffer-name-map, ibuffer-mode-name-map)
12215 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
12216 (ibuffer-do-save, ibuffer-do-toggle-modified)
12217 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
12218 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
12219 (ibuffer): New optional argument `formats'.
12220
12221 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
12222
12223 * indent.el (indent-rigidly): Mention how to remove all indentation.
12224
12225 2002-05-21 Colin Walters <walters@gnu.org>
12226
12227 * international/mule-diag.el (describe-char-after): Order display
12228 of text properties by the size of their value, for clarity.
12229
12230 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
12231
12232 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
12233 (ange-ftp-file-name-completion): Don't cons unnecessarily.
12234 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
12235
12236 * wid-edit.el (widget-color-complete):
12237 * progmodes/etags.el (tags-complete-tags-table-file):
12238 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
12239
12240 * textmodes/outline.el (outline-reveal-toggle-invisible):
12241 Reverse the meaning of the second arg.
12242
12243 * reveal.el (reveal-post-command): Reverse the semantics of
12244 reveal-toggle-invisible and support isearch-open-invisible-temporary.
12245
12246 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
12247
12248 * mail/sendmail.el (mail-recover-1): Remove (debug).
12249 (mail-signature): Fix :type.
12250 (mail-default-directory): New user option.
12251 (mail, mail-recover): Use that option.
12252
12253 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12254
12255 * international/mule.el (auto-coding-alist): Use emacs-mule
12256 for auto-save files.
12257
12258 2002-05-20 Miles Bader <miles@gnu.org>
12259
12260 * files.el (find-file-read-args): Don't trash existing value of
12261 `minibuffer-setup-hook', just add our hook to it.
12262
12263 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
12264
12265 * international/ucs-tables.el (unify-8859-on-encoding-mode)
12266 (unify-8859-on-decoding-mode): Change :version attributes to strings.
12267
12268 * simple.el (yank-excluded-properties): Change :version attribute
12269 to a string.
12270
12271 * dired.el (dired-view-command-alist): Change :version attribute
12272 to a string.
12273
12274 * xscheme.el (xscheme-start-hook): Change :version attribute to a
12275 string.
12276
12277 * find-dired.el (find-dired): Implement revert-buffer-function.
12278
12279 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
12280
12281 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12282
12283 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
12284 (f90-get-present-comment-type): Fix earlier change.
12285 (f90-comment-indent): Doc fix.
12286 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
12287 (f90-looking-at-if-then): Remove lets.
12288 (f90-looking-at-where-or-forall): Handle if split over lines.
12289 (f90-change-keywords): Doc fix.
12290
12291 2002-05-19 Richard M. Stallman <rms@gnu.org>
12292
12293 * indent.el (indent-region): Make COLUMN arg optional.
12294
12295 * files.el (find-file-read-args): New function.
12296 (find-file, find-file-other-window, find-file-other-frame)
12297 (find-file-read-only, find-file-read-only-other-window)
12298 (find-file-read-only-other-frame): Use it.
12299
12300 * custom.el (custom-load-symbol): Verify that LOADED is a string.
12301
12302 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
12303 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
12304 (archive-zip-update-case): Use locate-file to decide whether
12305 to use pkzip.
12306 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
12307
12308 * files.el (locate-file): Doc fix.
12309
12310 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
12311
12312 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
12313 as an option.
12314
12315 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
12316
12317 * uniquify.el (uniquify-rationalize-file-buffer-names):
12318 Always strip the trailing / even if the file is not a directory.
12319
12320 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
12321
12322 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
12323 initialization in the defvar.
12324 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
12325 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
12326 (f90-font-lock-4): Move the doc strings.
12327 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
12328 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
12329 (f90-mode-abbrev-table): Initialize in the defvar, with
12330 define-abbrev-table.
12331
12332 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
12333
12334 * tar-mode.el (tar-octal-time): Fix last change.
12335
12336 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
12337
12338 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
12339 (report-emacs-bug): Store the prompt in
12340 `report-emacs-bug-text-prompt'. Move Configuration/Important
12341 settings information after the user's report.
12342 (report-emacs-bug-hook): Unclutter by deleting the content of
12343 `report-emacs-bug-text-prompt'.
12344
12345 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
12346
12347 * forms.el (forms-jump-record, forms-insert-record)
12348 (forms-delete-record): Calculate lines from the beginning of the
12349 accessible portion rather than from the beginning of the buffer.
12350
12351 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
12352
12353 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
12354 possibly missing encode-char.
12355 (ps-mule-font-info-database-bdf): Add associations for Unicode
12356 fonts. Doc fix.
12357 (ps-mule-font-info-database-ps-bdf): Doc fix.
12358 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
12359
12360 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
12361
12362 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
12363
12364 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12365 Find funs defined with defun-cvs-mode.
12366 (find-function-space-re): New const. Skips comments as well.
12367 (find-function-regexp, find-variable-regexp): Use it.
12368
12369 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
12370 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
12371 (cvs-mode-set-flags): Don't cons unnecessarily.
12372
12373 2002-05-16 Colin Walters <walters@debian.org>
12374
12375 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
12376 "Simple Calculator".
12377 (menu-bar-tools-menu) <calc>: New.
12378
12379 2002-05-16 Juanma Barranquero <lektu@terra.es>
12380
12381 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
12382
12383 * filesets.el (filesets-ormap): Fix typo.
12384
12385 * faces.el (describe-face): Fix typo.
12386
12387 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
12388
12389 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
12390 Don't treat (lambda () ...) as an expression.
12391
12392 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
12393
12394 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
12395
12396 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12397
12398 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
12399
12400 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
12401
12402 * progmodes/fortran.el (fortran-directive-re): New name for
12403 fortran-preprocessor-re. All usage updated.
12404 (fortran-calculate-indent): Give directives zero indentation.
12405
12406 2002-05-14 Jason Rumney <jasonr@gnu.org>
12407
12408 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
12409 displayed text and internal name as string.
12410
12411 2002-05-14 Kim F. Storm <storm@cua.dk>
12412
12413 * emulation/cua-rect.el (cua--rectangle-operation):
12414 Don't highlight empty lines in rectangles.
12415
12416 * emulation/keypad.el: Improved commentary.
12417 (keypad-setup, keypad-shifted-setup): Added choice to setup
12418 Numeric keypad with decimal key; value is selected character.
12419 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
12420 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
12421 (keypad-setup): Arg list changed to support the new options.
12422
12423 2002-05-14 Richard M. Stallman <rms@gnu.org>
12424
12425 * dabbrev.el (dabbrev-case-distinction): New option.
12426 (dabbrev--try-find): Handle dabbrev-case-distinction.
12427 (dabbrev--search): Clean up the code.
12428 (dabbrev-upcase-means-case-search): Doc fix.
12429 (dabbrev-case-replace): Fix custom tags and docs.
12430
12431 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
12432
12433 * calc/calc-units.el (math-standard-units): Update from CODATA.
12434
12435 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
12436
12437 * skeleton.el (skeleton-transformation): Default to `identity'.
12438 (skeleton-insert): Use `move-after' markers and `insert' rather
12439 than rely on insert-before-markers.
12440 (skeleton-internal-1): Handle `> \n' specially so that the newline
12441 is inserted before the first line is indented.
12442
12443 2002-05-14 Mike Williams <mdub@bigfoot.com>
12444
12445 * textmodes/sgml-mode.el (sgml-tag):
12446 Default skeleton-transformation to `identity'.
12447
12448 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
12449
12450 * shell.el (shell-mode): Make second part of initialisation
12451 depend on whether comint-input-ring is empty, rather than depend
12452 on it being nil.
12453
12454 2002-05-14 Richard M. Stallman <rms@gnu.org>
12455
12456 * files.el (make-auto-save-file-name):
12457 Delete the auto-save file after make-temp-file creates it.
12458
12459 2002-05-13 Kim F. Storm <storm@cua.dk>
12460
12461 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
12462 (cua-mode): Print Enabled/Disabled messages if interactive.
12463 Disable delete-selection-mode and pc-selection-mode when cua-mode
12464 is enabled; reenable if cua-mode is turned off.
12465 Remember setting of transient-mark-mode when cua-mode is enabled;
12466 restore if cua-mode is disabled.
12467
12468 2002-05-13 Richard M. Stallman <rms@gnu.org>
12469
12470 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
12471
12472 2002-05-13 Colin Walters <walters@gnu.org>
12473
12474 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
12475
12476 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
12477 (ibuffer-redisplay-engine): Handle it.
12478
12479 * add-log.el (add-log-mailing-address): Can be a list, too.
12480 (add-change-log-entry): If `add-log-mailing-address' is a list,
12481 then handle it.
12482
12483 2002-05-12 Colin Walters <walters@debian.org>
12484
12485 * replace.el (occur-1): New optional argument `buf-name'.
12486 (occur-revert-function): Use it.
12487
12488 (occur-1): Handle plurals.
12489
12490 (occur-engine): If there are no more matches, then finish
12491 searching the current buffer.
12492
12493 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12494
12495 * net/ange-ftp.el (ange-ftp-try-passive-mode)
12496 (ange-ftp-passive-host-alist): Change :version attributes to be
12497 strings.
12498
12499 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
12500
12501 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
12502 define-minor-mode.
12503
12504 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12505 Handle more whitespace/newline combinations in symbol definitions.
12506
12507 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
12508
12509 * w32-vars.el (w32)
12510 * vc-cvs.el (vc-cvs-global-switches)
12511 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
12512 * textmodes/sgml-mode.el (sgml-xml-mode)
12513 * ruler-mode.el (ruler-mode)
12514 * replace.el (query-replace-skip-read-only)
12515 * progmodes/fortran.el (fortran-preprocessor-re)
12516 * net/ange-ftp.el (ange-ftp-passive-host-alist)
12517 * mail/sendmail.el (mail-use-dsn)
12518 * faces.el (mode-line-inactive, minibuffer-prompt)
12519 * add-log.el (add-log-always-start-new-record): Change all
12520 post-21.1 :version attributes to 21.4.
12521
12522 2002-05-12 Richard M. Stallman <rms@gnu.org>
12523
12524 * mail/smtpmail.el (smtpmail-mail-address): New variable.
12525 (smtpmail-send-it): Bind and use that instead of `mail-address'.
12526 (smtpmail-via-smtp): Likewise.
12527
12528 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
12529 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
12530
12531 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
12532
12533 * subr.el (functionp): Catch errors in indirect-function.
12534
12535 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12536
12537 * net/ldap.el (ldap-search-internal): Unfold folded lines before
12538 parsing.
12539
12540 * cus-edit.el (customize-set-value): Rename `var' to `variable'
12541 and `val' to `value'.
12542 (customize-save-variable): Rename `var' to `'variable.
12543
12544 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
12545
12546 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
12547 Use it for font-locking and indentation.
12548 (fortran-previous-statement, fortran-next-statement): Make them
12549 skip over preprocessor lines.
12550 (fortran-calculate-indent): Use fortran-preprocessor-re.
12551
12552 2002-05-10 Kim F. Storm <storm@cua.dk>
12553
12554 * emulation/cua-base.el (cua-enable-cua-keys)
12555 (cua-enable-register-prefix): Added value for `other' choice.
12556
12557 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
12558
12559 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
12560 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
12561 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
12562 Run a named function.
12563 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
12564 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
12565 Fix help text.
12566
12567 2002-05-10 Kim F. Storm <storm@cua.dk>
12568
12569 * emulation/cua-base.el (cua-mode): Misc. changes to use
12570 emulation-mode-map-alists instead of minor-mode-map-alist.
12571
12572 2002-05-09 Richard M. Stallman <rms@gnu.org>
12573
12574 * mail/rmail.el (rmail-show-message):
12575 Catch error in check-coding-system.
12576
12577 * progmodes/compile.el (compilation-error-regexp-alist):
12578 New element to recognize Python error messages.
12579
12580 * shell.el (shell-replace-by-expanded-directory):
12581 If there's already a / at the end, don't add one.
12582
12583 2002-05-09 Colin Walters <walters@verbum.org>
12584
12585 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
12586 `ibuffer-filter-disable', `ibuffer-pop-filter',
12587 `ibuffer-or-filter', `ibuffer-negate-filter',
12588 `ibuffer-decompose-filter', `ibuffer-save-filters',
12589 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
12590 `ibuffer-save-filter-groups',
12591 `ibuffer-switch-to-saved-filter-groups',
12592 `ibuffer-delete-saved-filter-groups'.
12593
12594 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
12595
12596 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
12597
12598 * woman.el (woman-menu): Move symbol before the comment so that
12599 find-function-search-for-symbol finds it.
12600
12601 2002-05-10 Miles Bader <miles@gnu.org>
12602
12603 * facemenu.el (list-colors-display): Don't use
12604 `display-color-cells' unless the display class is one for which
12605 that info is relevant.
12606
12607 2002-05-09 Simon Josefsson <jas@extundo.com>
12608
12609 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
12610 calling buffer.
12611 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
12612 have the patch).
12613
12614 2002-05-09 Kim F. Storm <storm@cua.dk>
12615
12616 * wid-edit.el (checkbox): New check-mark image.
12617
12618 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12619
12620 * filesets.el (filesets-running-xemacs): Fix last change.
12621
12622 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
12623
12624 * help-fns.el (describe-function-1): If the source is
12625 `loaddefs.el', look for the real source. This is necessary only
12626 for defaliases.
12627
12628 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12629 Add autoload cookie.
12630 (find-function-regexp): Include
12631 "\(quote " to match the defaliases in loaddefs.el.
12632
12633 * filesets.el (filesets-conditional-sort): Use copy-sequence,
12634 not copy-list.
12635 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
12636 Defvar them to nil if running in Emacs.
12637
12638 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12639
12640 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
12641 to flyspell overlays.
12642
12643 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
12644
12645 2002-05-08 Richard M. Stallman <rms@gnu.org>
12646
12647 * diff.el (diff-regexp-alist): Doc fix.
12648
12649 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
12650
12651 2002-05-08 Simon Marshall <simon@gnu.org>
12652
12653 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
12654 the frame name as the car of a menu entry, rather than the frame.
12655
12656 2002-05-08 Juanma Barranquero <lektu@terra.es>
12657
12658 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
12659 in docstring.
12660
12661 2002-05-07 Colin Walters <walters@verbum.org>
12662
12663 * replace.el (occur-unfontify-region-function): Delete.
12664 (occur-mode): Don't use it.
12665 (occur-engine): Respect `keep-props'.
12666 (occur-accumulate-lines): If we're moving forward, decrement;
12667 don't increment, and vice versa.
12668
12669 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
12670
12671 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
12672 (tibetan-canonicalize-for-unicode-regexp): New variables.
12673 (tibetan-canonicalize-for-unicode-region): New function.
12674 (tibetan-strict-unicode): New variable.
12675 (tibetan-pre-write-canonicalize-for-unicode): New function.
12676
12677 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
12678
12679 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
12680 the autoload-cookie. Remove comment.
12681
12682 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
12683
12684 * rect.el (close-rectangle): Don't hide it behind the
12685 autoload-cookie.
12686
12687 2002-05-07 Juanma Barranquero <lektu@terra.es>
12688
12689 * windmove.el (windmove-default-keybindings): Add optional
12690 parameter to allow using a modifier other than 'shift.
12691
12692 2002-05-07 Thomas Link <t.link@gmx.at>
12693
12694 * filesets.el:
12695 (filesets-external-viewers): Fix customization problem.
12696 (filesets-some): Replaces cl's `some'. Calls changed.
12697 (filesets-member): Replaces cl's `member*'. Calls changed.
12698 (filesets-ormap): New function.
12699
12700 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
12701
12702 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
12703 menu items.
12704
12705 2002-05-07 Colin Walters <walters@gnu.org>
12706
12707 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
12708 (ibuffer-clear-filter-groups): Likewise.
12709 (ibuffer-kill-filter-group): Likewise.
12710 (ibuffer-kill-line): Likewise.
12711 (ibuffer-read-filter-group-name): New function.
12712 (ibuffer-jump-to-filter-group): Use it.
12713 (ibuffer-kill-filter-group): Likewise.
12714 (ibuffer-yank-filter-group): Likewise.
12715 (ibuffer-decompose-filter-group): New function.
12716
12717 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
12718 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
12719 guards for `ibuffer-pop-filter-group' and
12720 `ibuffer-clear-filter-groups'.
12721
12722 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
12723
12724 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12725 Use with-syntax-table.
12726
12727 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
12728
12729 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
12730
12731 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
12732
12733 * time-stamp.el (time-stamp-format): Doc fix: escape open
12734 parenthesis in column 0.
12735
12736 2002-05-04 Richard M. Stallman <rms@gnu.org>
12737
12738 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
12739 Handle both cases: when the menu item has cached info
12740 and when it doesn't.
12741
12742 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
12743 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
12744 (filesets-tree-max-level): Doc fix.
12745 (filesets-commands, filesets-external-viewers)
12746 (filesets-ingroup-patterns): Mark as risky.
12747 (filesets-cache-hostname-flag): Doc fix.
12748 (filesets-menu-cache-file): Doc fix. Mark as risky.
12749 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
12750 Don't defcustom them if running in Emacs.
12751
12752 2002-05-04 Thomas Link <t.link@gmx.at>
12753
12754 * filesets.el (filesets-ingroup-collect-files):
12755 Fix problem with inclusion groups' :scan-depth property.
12756
12757 2002-05-04 Colin Walters <walters@verbum.org>
12758
12759 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
12760 "Default" group earlier. Push killed group on
12761 `ibuffer-filter-group-kill-ring'.
12762 (ibuffer-kill-line): Document. Don't push killed group ourselves.
12763 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
12764 (ibuffer-insert-filter-group-before): New function, broken out
12765 from `ibuffer-yank'.
12766 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
12767
12768 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
12769 (ibuffer-mode-view-menu): Unused variables; deleted.
12770 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
12771
12772 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
12773
12774 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
12775 (toplevel): Bind filter group menu entries in it. Add :enable
12776 forms for some menu items.
12777 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
12778 to `ibuffer-mouse-popup-menu'.
12779 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
12780 group name, and if so, pop up a filter group menu.
12781
12782 2002-05-04 Jason Rumney <jasonr@gnu.org>
12783
12784 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
12785 (mwheel-scroll): Recognize nil scroll amount as documented.
12786
12787 * term/w32-win.el (mouse-wheel-scroll-line)
12788 (mouse-wheel-scroll-screen): Remove.
12789 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
12790
12791 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
12792
12793 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
12794
12795 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12796 Bind case-fold-search when searching.
12797
12798 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12799
12800 * apropos.el (apropos-print): Fix the reference to mouse-2.
12801
12802 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
12803
12804 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
12805
12806 2002-05-04 Kim F. Storm <storm@cua.dk>
12807
12808 * cus-edit.el (custom-buffer-verbose-help): New variable.
12809 (custom-buffer-create-internal): Remove verbose introduction
12810 in customization buffer when it is nil.
12811
12812 2002-05-03 Dave Love <fx@gnu.org>
12813
12814 * international/mule-cmds.el (select-safe-coding-system):
12815 Don't offer coding systems that use locking shift.
12816 Ask for confirmation if chosen coding system disagrees with
12817 a `coding:' spec in the file.
12818
12819 2002-05-03 John Wiegley <johnw@gnu.org>
12820
12821 * eshell/esh-var.el (eshell-modify-global-environment): Added this
12822 customization variable, which will cause any "export" commands
12823 within any eshell buffer to modify the global Emacs environment.
12824 It defaults to nil, which means that such commands will only
12825 modify that Eshell buffer's environment.
12826 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
12827
12828 * eshell/em-cmpl.el (eshell-command-completions-alist):
12829 Improve default completion targets for objdump, nm and readelf.
12830
12831 2002-05-03 Colin Walters <walters@verbum.org>
12832
12833 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
12834 (gamegrid-add-score-with-update-game-score):
12835 Use `shared-game-score-directory'. Correctly handle non-setuid case.
12836
12837 2002-05-02 Colin Walters <walters@verbum.org>
12838
12839 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
12840 (occur-1): If one of the buffers we're searching is the *Occur*
12841 buffer itself, handle it by creating a temporary buffer. If any
12842 of the buffers being searched are killed, note that in the search
12843 result message. Also, set local variables before we possibly kill
12844 the buffer.
12845
12846 2002-05-02 Kim F. Storm <storm@cua.dk>
12847
12848 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
12849 (menu-bar-options-save): Added cua-mode.
12850 (menu-bar-options-menu): Added toggle for cua-mode.
12851 Disable toggle for transient-mark-mode if cua-mode is enabled.
12852
12853 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
12854 variable.
12855
12856 2002-05-01 Richard M. Stallman <rms@gnu.org>
12857
12858 * help.el (view-todo): New function.
12859 (help-map): Bind C-h C-t to view-todo.
12860 (help-for-help): Change the text.
12861
12862 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12863
12864 * progmodes/f90.el: Yet more doc string, commment and whitespace
12865 changes.
12866 (f90-imenu-flag): New name for internal variable f90-imenu.
12867 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
12868 (f90-no-break-re): Use regexp-opt.
12869 (f90-end-type-re): Add closing "\\>".
12870 (f90-indent-region): Correctly indent comments embedded in
12871 continued lines.
12872 (f90-indent-new-line): Make it indent the current line, as it should.
12873 (f90-line-continued, f90-get-present-comment-type)
12874 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
12875 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
12876 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
12877 (f90-change-keywords): Minor code tidying.
12878
12879 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
12880 typo `fortran-strip-sqeuence-nos'.
12881
12882 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
12883
12884 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
12885 pop-up-window.
12886
12887 2002-05-01 Kim F. Storm <storm@cua.dk>
12888
12889 * emulation/cua-base.el (cua--pre-command-handler):
12890 Only interpret delete-selection property if mark-active.
12891 (cua-mode): Fixed require in defcustom.
12892
12893 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12894
12895 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
12896 error call.
12897
12898 2002-05-01 Colin Walters <walters@verbum.org>
12899
12900 * textmodes/tex-mode.el (tex-validate-buffer):
12901 Use `occur-revert-arguments' instead of setting `occur-nlines' and
12902 `occur-buffer'. Don't test for `input-pending-p' in loop.
12903 Set text property `occur-target' instead of `occur'.
12904
12905 2002-04-30 John Wiegley <johnw@gnu.org>
12906
12907 * align.el (align-region): Fixed the fix to align-region, because
12908 the "name" argument was appearing twice.
12909
12910 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
12911
12912 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
12913 to handle protection labels, one which doesn't get confused by
12914 inherit colons.
12915
12916 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
12917 functions that have "class" or "struct" in the return type as
12918 classes or structs.
12919
12920 2002-04-30 Kim F. Storm <storm@cua.dk>
12921
12922 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
12923 Options" to "New Options..."; rephrase tooltip.
12924 Rephrase tooltip for "Specific Option...".
12925 Added "Saved Options" item. [from Simon Marshall]
12926
12927 2002-04-30 Richard M. Stallman <rms@gnu.org>
12928
12929 * time.el (display-time-mail-directory)
12930 (display-time-mail-function): Doc fixes.
12931
12932 * ediff-hook.el: Remove autoload cookies.
12933
12934 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
12935
12936 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
12937
12938 * align.el (align-region): Fix call to `message'.
12939 Check that (car rule) is a symbol.
12940
12941 * autoinsert.el (auto-insert-directory): Doc fix.
12942
12943 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
12944
12945 * descr-text.el: New file, broken out of facemenu.el.
12946
12947 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
12948
12949 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
12950
12951 * mail/emacsbug.el (report-emacs-bug-hook):
12952 Use replace-match only if search was successful.
12953
12954 2002-04-29 Richard M. Stallman <rms@gnu.org>
12955
12956 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
12957
12958 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
12959 if the user edits the Emacs version number in the text.
12960
12961 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
12962 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
12963 (filesets-error): Simplify definition and make conditional
12964 on filesets-running-xemacs.
12965 (filesets-find-file-using): Renamed from fsfind-file-using.
12966
12967 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
12968
12969 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
12970 (Info-read-node-name-1): Complete file names.
12971 (Info-complete-menu-item): Don't cons unnecessarily.
12972
12973 * files.el (locate-file): New fun.
12974 (locate-file-completion): Rename from load-completion and generalize.
12975 (load-library): Use it.
12976 (make-auto-save-file-name): Expand caddr.
12977
12978 * newcomment.el (comment-fill-column): New var.
12979 (comment-indent): Use it.
12980 (comment-or-uncomment-region): New fun.
12981 (comment-dwim): Use it.
12982
12983 2002-04-29 Colin Walters <walters@verbum.org>
12984
12985 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
12986 (ibuffer-kill-line): Copy the filter group data structure when killing.
12987 (ibuffer-yank): Handle case where we're yanking on the default
12988 group correctly.
12989 (ibuffer-delete-saved-filter-groups): Doc fix.
12990
12991 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12992 Test whether or not update-game-score is setuid, and do the right
12993 thing.
12994
12995 2002-04-29 Kim F. Storm <storm@cua.dk>
12996
12997 * subr.el (remove-yank-excluded-properties): New helper function.
12998 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
12999
13000 * simple.el (yank-excluded-properties): Added help-echo to list.
13001
13002 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
13003
13004 * autoinsert.el (auto-insert-directory): Doc fix.
13005
13006 * progmodes/f90.el: Add/change doc strings for many inline
13007 functions. Whitespace changes.
13008 (f90-indent-line-no, f90-update-line): Minor code changes.
13009
13010 2002-04-29 Kim F. Storm <storm@cua.dk>
13011
13012 * emulation/cua-base.el: New file.
13013
13014 * emulation/cua-rect.el: New file.
13015
13016 * emulation/cua-gmrk.el: New file.
13017
13018 * emulation/keypad.el: New file.
13019
13020 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
13021
13022 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
13023 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
13024 New Vietnamese coding system.
13025
13026 * language/viet-util.el: Update Commentary section.
13027
13028 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13029
13030 * filesets.el (filesets-data): Doc fix.
13031 (filesets-running-xemacs): Define even when compiling.
13032
13033 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
13034 sentence.
13035
13036 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
13037
13038 * textmodes/fill.el (fill-context-prefix): Fix last change with
13039 yet-another-approach.
13040
13041 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
13042
13043 * net/ange-ftp.el (ange-ftp-passive-host-alist)
13044 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
13045
13046 * files.el (small-temporary-file-directory): Fix custom type.
13047
13048 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
13049
13050 * progmodes/f90.el (f90-xemacs-flag): New variable.
13051 (f90-mark-subprogram-overlay): New variable.
13052 (f90-mark-subprogram): Now it highlights the subprogram.
13053 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13054 Fix highlighting of various "type" forms.
13055
13056 2002-04-28 Colin Walters <walters@verbum.org>
13057
13058 * ibuffer.el (ibuffer-mode): Additional documentation on filter
13059 groups.
13060
13061 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
13062
13063 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
13064 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
13065
13066 2002-04-28 Richard M. Stallman <rms@gnu.org>
13067
13068 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
13069 by 1 for the newly-readded #.
13070
13071 * files.el (make-auto-save-file-name): Specify # as suffix
13072 in the non-file-visiting case.
13073
13074 * subr.el (make-temp-file): New arg SUFFIX.
13075
13076 * filesets.el: New file.
13077
13078 * replace.el (occur-accumulate-lines): Avoid incf and decf.
13079 (occur-engine-add-prefix): New function.
13080 (occur-engine): Avoid using macrolet, incf and decf.
13081 Use occur-engine-add-prefix instead.
13082 Rename `l' to `lines' and `c' to `matches'.
13083
13084 * replace.el (occur-engine, occur-mode-mouse-goto)
13085 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
13086 (occur-mode-goto-occurrence-other-window)
13087 (occur-mode-display-occurrence): A position is just a marker,
13088 not a list.
13089
13090 * replace.el (occur-revert-arguments):
13091 Renamed from occur-revert-properties. All uses changed.
13092
13093 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13094
13095 * recentf.el (recentf-menu-before): Use string to specify path in
13096 the menu.
13097
13098 * international/mule-cmds.el (read-language-name): Take care of
13099 non-list values.
13100
13101 2002-04-27 Richard M. Stallman <rms@gnu.org>
13102
13103 * custom.el (custom-load-symbol): Moved from cus-edit.el.
13104 (custom-load-recursion): Likewise.
13105
13106 * cus-edit.el (custom-load-symbol): Moved to custom.el.
13107 (custom-load-recursion): Likewise.
13108
13109 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
13110 generated by easymenu are now lowercase.
13111
13112 2002-04-27 Richard M. Stallman <rms@gnu.org>
13113
13114 * menu-bar.el (menu-bar-update-buffers): Add menu items
13115 Next Buffer and Previous Buffer.
13116
13117 * simple.el (next-buffer, prev-buffer): New commands.
13118 Bind C-x left and C-x right to them.
13119
13120 * info.el (Info-header-line): Mark it as risky-local-variable.
13121
13122 * subr.el (insert-for-yank): Replace `category' property
13123 with whatever properties it stands for.
13124
13125 * subr.el (member-ignore-case): Ignore non-strings in LIST.
13126
13127 2002-04-27 Miles Bader <miles@gnu.org>
13128
13129 * faces.el (read-face-name): Format the prompt correctly when
13130 there's no default.
13131
13132 2002-04-26 Andrew Choi <akochoi@shaw.ca>
13133
13134 * term/mac-win.el: Don't call ediff-toggle-multiframe.
13135 Set default directory. Set process-connection-type to nil.
13136
13137 2002-04-26 Richard M. Stallman <rms@gnu.org>
13138
13139 * loadup.el: Explicitly load cus-face and timer.
13140
13141 * isearch.el: Don't require timer.
13142
13143 * faces.el: Don't require cus-face.
13144
13145 * cus-edit.el (customize-face): Use read-face-name
13146 and handle multiple faces.
13147 (customize-face-other-window): Make it work similarly.
13148
13149 * faces.el (read-face-name): New defaulting features.
13150 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
13151 (list-faces-display): Use the face, not its name string,
13152 as arg when running customize-face.
13153 Put a `read-face-name' prop on the entire line.
13154 (describe-face): Handle multiple faces via read-face-name.
13155
13156 * textmodes/tex-mode.el (tex-start-options): New variable.
13157 (tex-start-commands): New variable.
13158 (tex-start-options-string): Variable deleted.
13159 (tex-start-tex): Use tex-start-options and tex-start-commands,
13160 not tex-start-options-string.
13161 (tex-command): Doc fix.
13162
13163 2002-04-26 Sam Steingold <sds@gnu.org>
13164
13165 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
13166 not in the authinfo/netrc, keep `cred' at nil.
13167
13168 2002-04-26 Gerd Moellmann <gerd@gnu.org>
13169
13170 * find-file.el: Remove Ada-specific example code.
13171
13172 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
13173
13174 * ediff-hooks.el: Put back the autoloads.
13175
13176 2002-04-25 Colin Walters <walters@verbum.org>
13177
13178 * ibuffer.el (define column process): Use `ibuffer-aif'.
13179
13180 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
13181 defaults.
13182 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
13183 (ibuffer-save-filter-groups): Correctly structure filter groups.
13184 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
13185 groups.
13186
13187 2002-04-25 Simon Josefsson <jas@extundo.com>
13188
13189 * mail/sendmail.el (mail-use-dsn): New variable to request
13190 delivery status notification from MTA.
13191 (sendmail-send-it): Use it.
13192
13193 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
13194 (smtpmail-send-it): Use it to construct new queue filenames
13195 (needed if you send more than one message per second, which is
13196 possible if you use Gnus Agent).
13197
13198 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
13199 files as well.
13200 (smtpmail-try-auth-methods): Support netrc data.
13201 (netrc-parse): Autoload netrc.
13202
13203 2002-04-25 Colin Walters <walters@verbum.org>
13204
13205 * replace.el (multi-occur-by-filename-regexp): Doc fix.
13206 (occur-engine): Go to `point-min'. Make nlines argument actually
13207 mean number of context lines. Handle it. Pad digits to the right.
13208
13209 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
13210 `ibuffer-filter-groups'. All users updated.
13211 (ibuffer-show-empty-filter-groups): New variable.
13212 (ibuffer-saved-filter-groups): New variable.
13213 (ibuffer-maybe-save-stuff): Renamed from
13214 `ibuffer-maybe-save-saved-filters'. Callers updated.
13215 Handle `ibuffer-saved-filter-groups'.
13216 (ibuffer-hidden-filtering-groups): Renamed to
13217 `ibuffer-hidden-filter-groups'.
13218 (ibuffer-filter-group-kill-ring): New variable.
13219 (ibuffer-save-with-custom): Doc fix.
13220 (ibuffer-set-filter-groups-by-mode): New function.
13221 (ibuffer-clear-filter-groups): New function.
13222 (ibuffer-current-filter-groups-with-position): Renamed from
13223 `ibuffer-current-filter-groups'. Callers updated.
13224 (ibuffer-kill-filter-group): New function.
13225 (ibuffer-kill-line): New function.
13226 (ibuffer-yank): New function.
13227 (ibuffer-save-filter-groups): New function.
13228 (ibuffer-delete-saved-filter-groups): New function.
13229 (ibuffer-switch-to-saved-filter-groups): New function.
13230 (ibuffer-mark-on-buffer): Add optional arguments for adding a
13231 specific mark, and marking on a specific group.
13232
13233 * ibuffer.el (ibuffer-formats): Doc fix.
13234 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
13235 Bind new functions from ibuf-ext.el. Add menu entries for them.
13236 Remove superfluous tooltips.
13237 (ibuffer-toggle-marks): If on a group name, then toggle marks just
13238 in that group.
13239 (ibuffer-mark-interactive): Handle filter groups.
13240 (ibuffer-mark-forward, ibuffer-unmark-forward)
13241 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
13242 (ibuffer-mark-for-delete-backwards): Update docs.
13243 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
13244 to `ibuffer-current-filter-groups-with-position'.
13245 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
13246 (ibuffer-mode): Add some documentation about filter groups.
13247
13248 2002-04-25 Andreas Schwab <schwab@suse.de>
13249
13250 * find-dired.el (find-name-dired): Don't quote pattern twice.
13251
13252 2002-04-26 Miles Bader <miles@gnu.org>
13253
13254 * cus-edit.el (customize-face, customize-face-other-window):
13255 Use default instead of initial-input for suggested face.
13256
13257 2002-04-25 Gerd Moellmann <gerd@gnu.org>
13258
13259 * cus-edit.el (customize-face-other-window, customize-face):
13260 Interactively, when point is on text with a face, suggest to
13261 customize that face.
13262
13263 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
13264
13265 * progmodes/f90.el: General tidy-up of commentary and some doc
13266 strings.
13267
13268 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13269
13270 * scroll-all.el (scroll-all-function-all) New function to do the
13271 actual work.
13272 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
13273 scroll-all-page-down-all, scroll-all-page-up-all,
13274 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
13275 Make them use scroll-all-function-all.
13276
13277 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
13278 with line-beginning-position.
13279 (f90-get-end-of-line): Removed and replaced with line-end-position.
13280 (f90-match-piece): Removed and replaced with match-string.
13281 (f90-current-indentation): Remove `current-column'.
13282 (f90-get-present-comment-type): Use match-string rather than
13283 buffer-substring.
13284 (f90-match-end): Use line-beginning-position, line-end-position
13285 rather than beginning-of-line, end-of-line.
13286 (f90-startup-message): Variable removed.
13287
13288 2002-04-24 Colin Walters <walters@verbum.org>
13289
13290 * replace.el (occur-accumulate-lines): Add optional argument
13291 `no-props'. Handle it.
13292 (occur-engine): Use it.
13293
13294 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
13295 up autoloads manually.
13296 (ibuffer-split-list): New function.
13297 (ibuffer-filtering-groups): New variable.
13298 (ibuffer-hidden-filtering-groups): New variable.
13299 (ibuffer-mouse-toggle-filter-group): New function.
13300 (ibuffer-toggle-filter-group): New function.
13301 (ibuffer-toggle-filter-group-1): New function.
13302 (ibuffer-forward-filter-group): New function.
13303 (ibuffer-backward-filter-group): New funtion.
13304 (ibuffer-generate-filter-groups): New function.
13305 (ibuffer-filters-to-filter-group): New function.
13306 (ibuffer-pop-filter-group): New function.
13307 (ibuffer-jump-to-filter-group): New function.
13308 (ibuffer-do-occur): Just use `occur-read-primary-args'
13309
13310 * ibuffer.el (ibuffer-filter-group-name-face): New.
13311 (ibuffer-mode-map): Bind and add menu entries for most new
13312 functions; also, bind the arrow keys to the movement functions.
13313 (ibuffer-mode-filter-group-map): New.
13314 (ibuffer-mouse-toggle-mark): Handle group names.
13315 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
13316 (ibuffer-skip-properties): New function.
13317 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
13318 group names. Also, handle new properties.
13319 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
13320 Move error handling to `ibuffer-current-buffer'.
13321 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
13322 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
13323 (ibuffer-toggle-marks): Add optional group argument.
13324 (ibuffer-mark-interactive): Skip group names.
13325 (ibuffer-current-buffer): Clean up error handling.
13326 (ibuffer-fontify-region-function): Fontify group names.
13327 (ibuffer-map-lines): Add extra group argument. Handle it.
13328 (ibuffer-current-filter-groups): New function.
13329 (ibuffer-redisplay): Handle hidden filtering groups.
13330 (ibuffer-sort-bufferlist): New function, taken from
13331 `ibuffer-insert-buffers-and-marks'.
13332 (ibuffer-insert-filter-group): New function.
13333 (ibuffer-redisplay-engine): Renamed from
13334 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
13335 (ibuffer): Add filter-groups argument. Handle it.
13336 Use `save-selected-window'.
13337 (ibuffer-mode): Make `ibuffer-filtering-groups' and
13338 `ibuffer-hidden-filtering-groups' buffer-local.
13339
13340 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
13341
13342 2002-04-24 Richard M. Stallman <rms@gnu.org>
13343
13344 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
13345 (easy-menu-define-key-intern): Function deleted; callers intern
13346 and then call easy-menu-define-key.
13347 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
13348 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
13349 (easy-menu-name-match): New function.
13350 (add-submenu): New function.
13351 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
13352
13353 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
13354
13355 * menu-bar.el (menu-bar-adv-search-menu)
13356 (menu-bar-adv-search-menu): Improve the help text.
13357
13358 2002-04-24 Simon Josefsson <jas@extundo.com>
13359
13360 * net/netrc.el: New file.
13361
13362 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
13363
13364 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13365 Check if any of the available selection sources has new content
13366 and if so it will return that content.
13367
13368 2002-04-24 Miles Bader <miles@gnu.org>
13369
13370 * menu-bar.el (buffers-menu-show-directories)
13371 (buffers-menu-show-status): New variables.
13372 (menu-bar-update-buffers-1): Use them.
13373
13374 2002-04-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13375
13376 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
13377 from `c-do-auto-fill' and point is at or near the limit of the
13378 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
13379 is longer than the text on the first line of the comment when
13380 it's masked.
13381
13382 2002-04-24 Miles Bader <miles@gnu.org>
13383
13384 * menu-bar.el (menu-bar-update-buffers-1): Make sure
13385 `uniquify-buffer-name-style' is bound.
13386
13387 2002-04-23 Colin Walters <walters@verbum.org>
13388
13389 * replace.el (toplevel): Require `cl' while compiling.
13390 (occur-buffer, occur-nlines): Delete.
13391 (occur-revert-properties): Rename to `occur-revert-properties'.
13392 (occur-mode): Handle it. Set up font lock.
13393 (occur-revert-function): Simply apply `occur-1'.
13394 (occur-mode-find-occurence, occur-mode-mouse-goto)
13395 (occur-mode-goto-occurrence-other-window)
13396 (occur-mode-display-occurrence): Handle buffer property.
13397 (list-matching-lines-face): Use defcustom.
13398 (list-matching-lines-buffer-name-face): New variable.
13399 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
13400 in ibuffer.el.
13401 (occur-read-primary-args): Move out of `occur'.
13402 (occur): Delete. Now simply call `occur-1'.
13403 (multi-occur, multi-occur-by-filename-regexp): New functions.
13404 (occur-1): New function.
13405 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
13406 previous implementation of `occur'; taken from ibuf-ext.el.
13407 (occur-fontify-on-property): New function.
13408 (occur-fontify-region-function, occur-unfontify-region-function):
13409 New functions.
13410
13411 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
13412
13413 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
13414 (ibuffer-occur-match-face): Delete.
13415 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
13416 (ibuffer-occur-mouse-display-occurence): Delete.
13417 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
13418 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
13419 (ibuffer-occur-engine): Moved to replace.el.
13420 (ibuffer-do-occur): Simply call `occur-1'.
13421
13422 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13423 Handle the case where we're already viewing the score file.
13424
13425 2002-04-23 Andreas Schwab <schwab@suse.de>
13426
13427 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
13428 next-tag-otherw.
13429
13430 2002-04-23 Miles Bader <miles@gnu.org>
13431
13432 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
13433 directory separator if there's no directory. Don't display
13434 directories at all if uniquify is active. Some code cleanup.
13435 (uniquify-buffer-name-style): Declare (but don't initialize).
13436
13437 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
13438 for command menu entries, since the low-level menu code modifies
13439 them. Cache the resulting list.
13440 (menu-bar-buffers-menu-command-entries): New variable.
13441
13442 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
13443 Add separator line before commands
13444 Remove old crufty code that tried to line things up by adding
13445 spaces to entries (it doesn't work).
13446 Move `Frames' submenu after the normal buffers, and add a
13447 separator line before it.
13448 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
13449
13450 2002-04-22 Richard M. Stallman <rms@gnu.org>
13451
13452 * files.el (after-find-file): Use %s to output MSG.
13453
13454 * dired.el (dired-mouse-find-file-other-window):
13455 Handle events that move out of the window.
13456
13457 2002-04-23 Martin Stjernholm <bug-cc-mode@gnu.org>
13458
13459 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
13460 was moved to the following line when it was at the first line
13461 of a block comment where comment-start-skip matched to eol.
13462
13463 2002-04-22 Richard M. Stallman <rms@gnu.org>
13464
13465 * simple.el (line-move-finish): Find beg and end of line
13466 before calling line-move-to-column. Do consider intangible
13467 when finding the end. Take more care in analyzing the results
13468 of intangibility after line-move-to-column.
13469
13470 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13471
13472 * international/mule-diag.el (list-input-methods-1): Doc fix
13473 (LEIM is now part of the standard distribution).
13474
13475 * tmm.el (tmm-completion-prompt): Doc fix.
13476
13477 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
13478
13479 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
13480
13481 * diary-lib.el (include-other-diary-files): Allow modifying
13482 included buffer, to turn off selective display.
13483
13484 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13485
13486 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
13487 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
13488 emacsen that doesn't support it.
13489
13490 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13491
13492 * progmodes/cc-align.el, progmodes/cc-engine.el,
13493 progmodes/cc-styles.el, progmodes/cc-vars.el
13494 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
13495 Find correct anchor for statement-cont in top level constructs.
13496 Analyze variable initializations in top level constructs as
13497 topmost-intro-cont instead of statement-cont. That is an
13498 incompatible change but it gives better consistency. The new
13499 lineup function c-lineup-topmost-intro-cont' compensates for
13500 it and is now put on topmost-intro-cont by default.
13501
13502 * progmodes/cc-align.el, progmodes/cc-engine.el,
13503 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
13504 contributed by Kevin Ryde.
13505
13506 (c-in-gcc-asm-p): Function to recognize asm statements.
13507 Contributed by Kevin Ryde.
13508
13509 (c-opt-asm-stmt-key): New language variable to recognize the
13510 beginning of asm statements.
13511
13512 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13513
13514 * progmodes/cc-engine.el (c-guess-basic-syntax):
13515 Detect variable declarations after class and struct declarations
13516 correctly. Fixed limit error when finding the anchor for
13517 template-args-cont and topmost-intro-cont.
13518
13519 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13520
13521 * progmodes/cc-cmds.el (c-beginning-of-defun)
13522 (c-declaration-limits): Find the "line oriented" declaration
13523 start too, just like the "line oriented" end is found.
13524
13525 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13526
13527 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
13528 for `inexpr-statement'. This is not compatible, though.
13529 I think the benefit of a good default style outweights that in
13530 this case. Besides, `inexpr-statement' is not very common.
13531
13532 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13533
13534 * progmodes/cc-cmds.el (c-electric-delete-forward):
13535 Fix silly bug that caused it to delete backwards in hungry delete
13536 mode. (It's amazing that this bug hasn't been reported.)
13537
13538 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
13539 Extracted the code to get the declaration limits from
13540 `c-mark-function' to a new `c-declaration-limits'.
13541
13542 (c-indent-defun): Use the same method to get the limits of the
13543 declaration or macro as `c-mark-function'.
13544
13545 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
13546 list initializers correctly (but costly; it ought to be
13547 integrated into `c-beginning-of-statement-1').
13548
13549 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13550
13551 * progmodes/cc-cmds.el, progmodes/cc-engine.el
13552 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
13553 Rewritten to detect the declaration limits better.
13554 Now handles K&R argdecls, class definitions followed by variables etc.
13555
13556 (c-in-knr-argdecl): Broke out the K&R argdecl test in
13557 `c-beginning-of-decl-1' to this new function.
13558
13559 (c-end-of-statement-1, c-end-of-decl-1):
13560 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
13561 handles declarations that continue after the block.
13562
13563 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13564 Added an option to restrict matching to the top level of the
13565 current paren sexp.
13566
13567 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
13568 New regexp to recognize declarations that continue after the block.
13569
13570 (c-syntactic-eol): New regexp to match a "syntactic" eol.
13571
13572 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13573
13574 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
13575 that often caused the backward limit to be lost at the top
13576 level. This improves performance a bit.
13577
13578 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13579 New function that works like `re-search-forward' but only returns
13580 matches in syntactically significant text.
13581
13582 * progmodes/cc-engine.el: Fixed a faster and more accurate way
13583 to recognize K&R argdecls.
13584
13585 (c-beginning-of-decl-1): New function that put point at the
13586 beginning of the declaration. It handles K&R argdecl blocks.
13587
13588 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
13589 code with one that doesn't depend on the current indentation.
13590 The anchor position for `knr-argdecl' has also changed, but in
13591 a way that is unlikely to cause compatibility problems.
13592
13593 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13594
13595 * progmodes/cc-defs.el, progmodes/cc-engine.el
13596 (c-forward-comment): `forward-comment' in XEmacs skips over
13597 line continuations in the backward direction. Correct for
13598 that. Also made this a defun since it has grown too large now
13599 to be a defsubst.
13600
13601 * progmodes/cc-langs.el: More convenient and decentralized
13602 setup of the language specific variables. The regexp-opt
13603 mangling is also done at compile time now.
13604
13605 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13606
13607 * progmodes/cc-cmds.el (c-indent-line-or-region):
13608 Call `c-indent-line' directly instead of through
13609 `indent-according-to-mode' so that this function always
13610 indents syntactically.
13611
13612 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
13613 where a class beginning with a nested class could cause an
13614 infinite loop (the state outside the narrowed out class is
13615 never used now).
13616
13617 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13618
13619 * progmodes/cc-align.el, progmodes/cc-cmds.el,
13620 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
13621 the context sensitive analysis inside macros is restricted to
13622 the bodies of #define's; other things, like #if expressions,
13623 never have anything in common with their surroundings.
13624 The old `cpp-macro-cont' syntax is now used in situations where
13625 the syntactic analysis isn't applicable, and a new syntactic
13626 element `cpp-define-intro' is used to add indentation in
13627 #define bodies.
13628
13629 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
13630 better reflect its use.
13631
13632 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
13633 continuation backslashes in the detection of `arglist-cont-nonempty'.
13634
13635 * progmodes/cc-align.el: Use the vector form in the return
13636 value in all cases where lineup functions return absolute columns.
13637
13638 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13639
13640 * progmodes/cc-engine.el (c-add-stmt-syntax)
13641 (c-guess-basic-syntax): Anchor `brace-list-intro' and
13642 `bracec-list-close' better for brace lists nested inside expressions.
13643
13644 * progmodes/cc-engine.el, progmodes/cc-langs.el,
13645 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
13646 various language specific variables and their initialization.
13647 The keyword regexps are now lists that are combined with
13648 regexp-opt. Some variables have changed names to fit better
13649 with the naming convention.
13650
13651 * progmodes/cc-defs.el, progmodes/cc-vars.el
13652 (c-buffer-is-cc-mode): The value is the mode symbol of the
13653 original CC Mode mode.
13654
13655 (c-major-mode-is): Compare against the buffer local variable
13656 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
13657
13658 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13659
13660 * progmodes/cc-engine.el (c-forward-syntactic-ws)
13661 (c-backward-syntactic-ws, c-forward-token-1)
13662 (c-backward-token-1, c-in-literal, c-literal-limits)
13663 (c-collect-line-comments, c-literal-type, c-on-identifier)
13664 (c-guess-basic-syntax): These functions are now considered part
13665 of the "CC Mode API" and may be used by other code.
13666 That's signified by making their documentation into docstrings.
13667
13668 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
13669 Removed these internal functions since they aren't used.
13670
13671 (c-forward-to-cpp-expression): Classified this function as internal.
13672
13673 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13674
13675 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
13676 Simplified these regexps; the class keywords they contain
13677 ought to be enough to avoid false matches, so checking for
13678 following identifiers etc is just unnecessary (and might also
13679 fail for oddly formatted code).
13680
13681 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13682
13683 * progmodes/cc-engine.el, progmodes/cc-cmds.el
13684 (c-forward-comment-lc): New function that behaves like
13685 `c-forward-comment', with the exception that line
13686 continuations are treated as whitespace.
13687
13688 (c-beginning-of-statement): Use `c-forward-comment-lc', to
13689 work correctly in macros and other places where line
13690 continuations should be treated as whitespace.
13691
13692 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
13693 normal label in a switch block as a case label, to get
13694 consistent lineup with the case labels.
13695
13696 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
13697 in skipping over a macro that ends with an empty line.
13698
13699 * progmodes/cc-styles.el: Require cc-align since styles added
13700 with `c-add-style' often contains references to functions
13701 defined there, and so the `c-valid-offset' check might
13702 otherwise complain on them.
13703
13704 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13705
13706 * progmodes/cc-align.el, progmodes/cc-mode.texi,
13707 progmodes/cc-vars.el: Added two new lineup functions:
13708
13709 (c-lineup-knr-region-comment): A new lineup function to get
13710 (what most people think is) better indentation of comments in
13711 the "K&R region" between the function header and its body.
13712
13713 (c-lineup-gcc-asm-reg): New lineup function for better
13714 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
13715
13716 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
13717 `c-lineup-knr-region-comment' in the default offset
13718 configuration, since these two functions have little impact
13719 outside their intended use, and they generally do the right
13720 thing when they kick in.
13721
13722 * progmodes/cc-engine.el (c-guess-continued-construct)
13723 (c-guess-basic-syntax): Handle nested functions in all
13724 languages, not just Pike. In C and C++ there's a gcc
13725 extension for this, and it also gives better treatment of
13726 macros that are followed by blocks.
13727
13728 * progmodes/cc-langs.el (c-symbol-key): Made this variable
13729 mode specific, to handle Pike special symbols like `== better.
13730
13731 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13732
13733 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
13734 progmodes/cc-vars.el (c-report-syntactic-errors): A new
13735 variable to control the syntactic error messages. It defaults
13736 to off; since CC Mode ignores most syntactic errors it might
13737 as well ignore them all for the sake of consistency.
13738
13739 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13740
13741 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13742 Optimization. Can give a noticeable speedup if there's a
13743 large preceding function or class body.
13744
13745 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13746
13747 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
13748 efficient and correct insertion functions in many places.
13749 Always inherit text properties correctly if the text is
13750 permanent. Also do it for speed in temporary insertions,
13751 since I figure it's less work to continue the surrounding text
13752 properties than to break them.
13753
13754 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
13755 completion to make it easier to enter lists.
13756
13757 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13758
13759 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
13760 c-state-cache was clobbered.
13761
13762 * progmodes/cc-cmds.el, progmodes/cc-engine.el
13763 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
13764 to dependency.
13765
13766 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13767
13768 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
13769 open parens in macros (if point isn't in the same one).
13770
13771 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13772
13773 * progmodes/cc-cmds.el (c-context-open-line): New function
13774 that is the `open-line' equivalent to `c-context-line-break'.
13775
13776 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
13777 for Emacs 21 since `indent-new-comment-line' has been changed
13778 to `comment-indent-new-line' there.
13779
13780 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13781
13782 * progmodes/cc-engine.el, progmodes/cc-langs.el
13783 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
13784 New variables containing the character sets used to recognize
13785 statement/declaration boundaries. These variables might help
13786 to support languages like javascript and awk, where newlines
13787 sometimes delimits statements.
13788
13789 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
13790 the set of statement delimiting characters, to allow it to be
13791 changed dynamically and per-mode.
13792
13793 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13794
13795 * progmodes/cc-engine.el (c-looking-at-bos)
13796 (c-looking-at-inexpr-block, c-add-stmt-syntax)
13797 (c-guess-basic-syntax): Treat blocks directly inside function
13798 calls like "bare" statements inside function calls, and not
13799 like in-expression statements. This to make indentation of
13800 such blocks consistent with other statements inside macro calls.
13801
13802 * progmodes/cc-engine.el (c-guess-basic-syntax):
13803 Made arglist-cont anchor correctly in arglists that contain statements.
13804
13805 * progmodes/cc-engine.el (c-guess-basic-syntax):
13806 Fixed consistent anchoring of defun-block-intro in defuns in code
13807 blocks (can only occur in Pike).
13808
13809 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13810 (c-looking-at-inexpr-block-backward): Changed the arguments to
13811 require containing sexps and paren state, for better efficiency.
13812
13813 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13814
13815 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
13816 progmodes/cc-vars.el: Improved anchoring of statement and
13817 handling of labels in front of substatements.
13818
13819 (c-guess-continued-construct, c-guess-basic-syntax):
13820 Improved and unified anchoring at statements. Statements beginning
13821 with comments or labels are now avoided, by going out of
13822 blocks and containing statements if necessary. This nesting
13823 handling also fixes the case when there's a statement after a
13824 block open brace. Added the syntactic symbol `substatement-label'.
13825
13826 (c-electric-colon): Map the new `substatement-label' to
13827 `label' when consulting `c-hanging-colons-alist'.
13828
13829 (c-offsets-alist): Added substatement-label. Updated the
13830 comments for the new anchoring positions at statements.
13831
13832 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
13833 anchor points for knr-argdecl-intro and access-label.
13834 They used to refer to some point on the same line, a bug which was
13835 neutralized by a kludge in `c-get-syntactic-indentation' which
13836 ignored such anchor points.
13837
13838 (c-get-syntactic-indentation): Removed the kludge that was
13839 necessary due to buggy anchor points.
13840
13841 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
13842 the absence of a comma before arglist-close (case 7A) in any
13843 language, since there's nothing better to do that case anyway.
13844 Added special case to make in-expression statements be
13845 recognized as normal arglist-cont if we're directly in a macro
13846 arglist, for consistency with other "bare" statements.
13847
13848 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
13849 limit arg for backward searches.
13850
13851 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13852 Anchor gcc in-expression statements at the surrounding open
13853 parenthesis. Treat a class body as an in-expression class if
13854 it's used in an object clone expression in Pike.
13855
13856 * progmodes/cc-engine.el (c-get-offset)
13857 (c-get-syntactic-indentation): Allow several anchor positions
13858 in the list of syntactic symbols. Only the first is used as
13859 the base for the offset calculation.
13860
13861 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13862
13863 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
13864 macro if inside one at the top level. Do not throw an error
13865 if used at the top level outside a macro.
13866
13867 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
13868 alignment only if the backslashes can't be aligned with
13869 surrounding backslashes.
13870
13871 * progmodes/cc-engine.el (c-end-of-macro): New function.
13872
13873 * progmodes/cc-engine.el (c-least-enclosing-brace):
13874 Rewritten to not be destructive.
13875
13876 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13877
13878 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
13879 line break when point is inside the content of it; if it's in
13880 the cpp keyword a normal line break is done.
13881
13882 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
13883 cpp-macro-cont inside the argument list to a #define.
13884
13885 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13886
13887 * progmodes/cc-defs.el (c-forward-comment): Implemented a
13888 kludge to avoid the problem most forward-comment incarnations
13889 have with `\' together with comment parsing.
13890
13891 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13892
13893 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
13894 which could cause the state returned by `c-parse-state' to
13895 lack a closed paren element. That in turn could result in
13896 very long searches, since it's common that they start from the
13897 last preceding close brace.
13898
13899 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13900
13901 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
13902 treat else-if as a single continuation, since that'd make it
13903 hard to get the right anchor point when there's a line break
13904 between the two keywords. This change causes else-clause to
13905 be anchored on the closest preceding else-if and not always on
13906 the starting if, but that doesn't affect the indentation for
13907 any reasonably sane style. Also introduced a noerror flag.
13908
13909 (c-beginning-of-closest-statement): Removed;
13910 c-beginning-of-statement-1 now avoids the problem this one solved.
13911
13912 * progmodes/cc-engine.el (c-guess-continued-construct)
13913 (c-guess-basic-syntax): Better and more uniform anchor points
13914 for 'statement-cont and 'substatement. The effect is
13915 noticeable mostly when there's a label on the same line as the
13916 beginning of the statement, or when there are more stuff
13917 before the start of the statement.
13918
13919 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13920 Added flag to disable looking at the type of the surrounding paren
13921 since that confuses c-beginning-of-statement-1 and a couple of
13922 other places.
13923
13924 * progmodes/cc-engine.el (c-guess-basic-syntax):
13925 Avoid stepping to the previous statement in case 18.
13926 Improvements in recognition of statement blocks on the top level.
13927
13928 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13929
13930 * progmodes/cc-engine.el (c-beginning-of-statement-1)
13931 (c-crosses-statement-barrier-p): Rewritten to get a well
13932 defined and documented behavior. This fixes some tricky cases
13933 in recognition of do-while constructs.
13934
13935 (c-backward-to-start-of-do, c-backward-to-start-of-if):
13936 Removed; use c-beginning-of-statement-1 instead.
13937
13938 (c-guess-continued-construct, c-guess-basic-syntax):
13939 Various fixes to not depend on the bugs previously in
13940 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
13941 use the new behavior of c-beginning-of-statement-1 better.
13942 Fixed recognition of catch blocks inside macros.
13943
13944 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
13945 in skipping over a macro.
13946
13947 * progmodes/cc-langs.el (c-label-kwds): New variable to
13948 contain the appropriate c-*-label-kwds value.
13949
13950 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
13951 evaluation bug that caused the widget for
13952 c-block-comment-prefix to bug out.
13953
13954 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13955
13956 * progmodes/cc-engine.el (c-guess-basic-syntax):
13957 Improved recognition of statements: They are now recognized in
13958 contexts where they normally can't occur, e.g. on the top level or
13959 in function call arguments. This is mainly useful to recognize
13960 statements in macros at the top level, and in arguments to
13961 macros. The cases has been moved around quite a bit, and case
13962 10 has been copied to case 18. (The cases has not been
13963 renumbered because of this.)
13964
13965 (c-guess-continued-construct): New function which has the
13966 rules which are common between cases 10 and 18.
13967
13968 * progmodes/cc-engine.el (c-beginning-of-statement-1)
13969 (c-backward-to-start-of-do, c-backward-to-start-of-if):
13970 Fixes so that they really obey the passed limits.
13971
13972 (c-safe-position): Return nil if the state doesn't contain a
13973 suitable position.
13974
13975 (c-guess-basic-syntax): Fixes some too short limits in calls
13976 to c-beginning-of-statement-1. Some fixes for top level
13977 analysis in ObjC mode.
13978
13979 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13980 Fixed bug in do-while statements where the body is not a block.
13981
13982 * progmodes/cc-styles.el (c-set-style):
13983 Reset c-special-indent-hook to its global value if in override mode.
13984 Fixes problem where functions on that hook remained after
13985 style switch.
13986
13987 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
13988 Use c-benign-error to report the c-strict-syntax-p error.
13989
13990 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13991
13992 * progmodes/cc-align.el, progmodes/cc-defs.el,
13993 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
13994 Several fixes to treat macros as code and not literals and to
13995 handle line continuations transparently.
13996
13997 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
13998 through whitespace and line continuations, but not comments
13999 and macros.
14000
14001 (c-in-literal): No longer recognizes macros as literals by
14002 default. An extra flag argument is required to do that.
14003
14004 (c-macro-start, c-query-macro-start)
14005 (c-query-and-set-macro-start): Added a cache for the macro
14006 start position.
14007
14008 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
14009 more speed when limits are given. Workaround for bad behavior
14010 in forward-comment in some emacsen when it hits a buffer limit
14011 with a large repeat count.
14012
14013 (c-lineup-macro-cont): Improved behavior when
14014 c-syntactic-indentation-in-macros is nil.
14015
14016 (c-syntactic-indentation-in-macros, c-backslash-max-column)
14017 (c-auto-align-backslashes): New customization variables to
14018 control macro handling.
14019
14020 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14021 Fixes to handle line continuations.
14022
14023 * progmodes/cc-defs.el, progmodes/cc-styles.el
14024 (c-get-style-variables, c-set-offset): Report style errors
14025 with message and ding instead of error signal. This to avoid
14026 interrupted mode init if there's some style problem.
14027
14028 (c-benign-error): New macro to report errors that doesn't need
14029 to interrupt the operation.
14030
14031 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
14032
14033 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14034
14035 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
14036 Removed most of the c-state-cache fiddling, since the global
14037 state cache now handles this.
14038
14039 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
14040 when there's an open paren at the very first char of the
14041 visible buffer region.
14042
14043 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
14044 Cache the state globally and invalidate it below every buffer
14045 change with the new after change function
14046 `c-check-state-cache'. This gives a considerable performance
14047 boost when editing large functions or classes.
14048
14049 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
14050
14051 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14052
14053 * progmodes/cc-engine.el, progmodes/cc-langs.el,
14054 progmodes/cc-align.el: Improvements to syntactic analysis
14055 inside macros:
14056
14057 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
14058 by `c-guess-basic-syntax'.
14059
14060 (c-parse-state): Fixed bug with braces inside macros when
14061 using cached state info.
14062
14063 (c-forward-to-cpp-expression): New function to aid in
14064 syntactic analysis inside macros.
14065
14066 (c-beginning-of-statement-1, c-backward-syntactic-ws):
14067 Fixes to work better inside macros.
14068
14069 (c-forward-syntactic-ws): Whitespace between the # and the
14070 command should be allowed in preprocessor directives.
14071
14072 (c-lineup-macro-cont): New lineup function to get context
14073 sensitive indentation inside macros.
14074
14075 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
14076 cpp-macro-cont.
14077
14078 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14079
14080 * progmodes/cc-engine.el (c-beginning-of-statement-1)
14081 (c-forward-syntactic-ws): Fixes to handle continued lines.
14082
14083 (c-backward-to-start-of-if, c-guess-basic-syntax):
14084 Do syntactic analysis inside macros.
14085
14086 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14087
14088 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
14089 possible by the more flexible state cache.
14090
14091 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
14092 (c-whack-state-after, c-hack-state)
14093 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
14094 Improved the state cache system. It now can use partial info from
14095 an old cached state to calculate a new one at a different
14096 position. Removed some kludges to avoid the state cache.
14097 The new functions `c-whack-state-before' and `c-whack-state-after'
14098 replace the now obsolete `c-whack-state'.
14099
14100 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14101 Optimized backing through a macro. This can speed things up
14102 quite a bit when there are long macros before point.
14103
14104 (c-beginning-of-macro): Do not ignore the limit.
14105
14106 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14107
14108 * progmodes/cc-cmds.el (c-electric-continued-statement):
14109 Fixed a bug where the keyword wasn't reindented correctly if
14110 followed by another keyword or identifier.
14111
14112 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
14113 pairs that are in macros. Fixes some cases where e.g. the
14114 second of two "do { } while (0)" macros after each other
14115 indented differently.
14116
14117 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14118
14119 * progmodes/cc-engine.el (c-beginning-of-macro)
14120 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
14121 directive when it begins a line, to allow for script
14122 interpreter lines like "#!/usr/bin/pike" at the beginning of
14123 the file.
14124
14125 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14126
14127 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14128 Recognize brace blocks inside a parenthesis expression as
14129 inexpr-statement. Useful when writing statements as macro arguments.
14130
14131 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14132
14133 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
14134 (c-mask-comment): Broke out the comment masking code from
14135 `c-fill-paragraph' to a new function `c-mask-comment', to be
14136 able to do the same thing in `c-do-auto-fill'. This should
14137 make auto-fill-mode behave better.
14138
14139 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14140
14141 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
14142 Check `executing-macro' to avoid blinking parens when macros
14143 are executed.
14144
14145 * progmodes/cc-mode.el, progmodes/cc-styles.el
14146 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
14147 consistency with `c-setup-paragraph-variables' (which was
14148 placed there due to the dependency from `c-set-style').
14149
14150 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
14151 incomplete initialization from the style variable fallbacks if
14152 there already is a style called "user" defined when CC Mode
14153 starts up for the first time.
14154
14155 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14156
14157 * progmodes/cc-cmds.el, progmodes/cc-vars.el
14158 (c-comment-indent, c-indent-comment-alist): Added new variable
14159 `c-indent-comment-alist' to allow better control over
14160 `c-comment-indent'.
14161
14162 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14163
14164 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
14165 both `comment-start-skip' and the comment prefix on the
14166 current line with the comment starter, so that we line up
14167 comments which matches `c-comment-prefix-regexp' on the first
14168 line (after the `/') without the need to make
14169 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
14170
14171 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
14172 (c-set-style-1, c-setup-paragraph-variables): Moved the
14173 variable initialization based on `c-comment-prefix-regexp' to
14174 a new function `c-setup-paragraph-variables', which is now
14175 used both at mode init and when a style that sets
14176 `c-comment-prefix-regexp' is activated.
14177
14178 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14179
14180 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14181 Better handling of C++ template args to avoid confusion with
14182 `<' and `>' used as operators in member init expressions.
14183
14184 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14185
14186 * progmodes/cc-engine.el (c-most-enclosing-brace)
14187 (c-least-enclosing-brace): Added optional second arg to limit
14188 the search to before a certain point.
14189
14190 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
14191 which could cause incorrect analysis if a cached state is used
14192 (usually only happens when an electric key reindents a line).
14193
14194 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14195
14196 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
14197 insulation. This time for XEmacs 21.
14198
14199 * progmodes/cc-engine.el, progmodes/cc-langs.el:
14200 Improved handling of inheritance lists:
14201
14202 (c-beginning-of-inheritance-list): Rewritten to use a more
14203 syntactically correct method that doesn't get confused by
14204 badly placed linebreaks and comments.
14205
14206 (c-guess-basic-syntax): Several fixes to the handling of
14207 inheritance lists in combination with templates. 'inher-intro
14208 is now anchored on the start of the class declaration and not
14209 the indentation of the current line. Switched places on cases
14210 5D.3 and 5D.4 and made them use more syntactically correct methods.
14211
14212 (c-inher-key): Removed since the code in
14213 `c-guess-basic-syntax' now uses token-based search.
14214
14215 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
14216 Added a submenu to access some toggles.
14217
14218 (c-toggle-syntactic-indentation): New function to toggle the
14219 variable `c-syntactic-indentation'.
14220
14221 * progmodes/cc-styles.el (c-set-style): Improved the error
14222 message for incorrect offsets a bit.
14223
14224 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14225
14226 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
14227 sexp follows point immediately, instead find the closest
14228 following open paren that ends on another line.
14229
14230 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14231
14232 * progmodes/cc-align.el (c-lineup-cascaded-calls):
14233 New indentation function.
14234
14235 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
14236 directives with whitespace between the '#' and the name.
14237
14238 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14239
14240 * progmodes/cc-engine.el (c-forward-syntactic-ws)
14241 (c-backward-syntactic-ws): Handle line continuations as
14242 whitespace. Don't move past a macro if that'd take us past
14243 the limit.
14244
14245 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14246
14247 * progmodes/cc-engine.el (c-beginning-of-macro)
14248 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
14249 Pike, and that shouldn't be confused with a preprocessor directive.
14250
14251 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14252
14253 * progmodes/cc-cmds.el: Extended the kludge to interoperate
14254 with the delsel and pending-del packages wrt to the new
14255 function `c-electric-delete-forward'.
14256
14257 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14258
14259 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
14260 the block itself, i.e. only indent the contents in it.
14261
14262 * progmodes/cc-styles.el (c-set-style): Use the default
14263 argument to completing-read instead of initial-contents, if
14264 the function is recent enough to support it.
14265
14266 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14267
14268 * progmodes/cc-mode.el (c-mode-help-address):
14269 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
14270 I've almost never seen a bug reported this way that should go
14271 to that list, but it's rather common that the reports concern
14272 the combination CC Mode and XEmacs instead.
14273
14274 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14275
14276 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
14277 brace-elseif-brace and brace-catch-brace are active and
14278 there's a "else if"-block before the catch block.
14279
14280 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14281 Detect function headers that span lines.
14282
14283 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14284
14285 * progmodes/cc-cmds.el (c-electric-brace)
14286 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
14287 Check for last on line only for doing the auto-newline-mode
14288 stuff, not for the reindentation.
14289
14290 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
14291 handling of c-syntactic-indentation: When it's nil, indent the
14292 new lines but don't reindent the current one. Reindent the
14293 line only when the inserted brace comes first on it, instead
14294 of last.
14295
14296 * progmodes/cc-cmds.el (c-electric-brace)
14297 (c-electric-semi&comma): Fixed two places where
14298 c-syntactic-indentation wasn't heeded.
14299
14300 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
14301 inside a macro.
14302
14303 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
14304 little harder to find a fallback position when an orphan else
14305 is found. Fixed case where an else following a do-while
14306 statement could be associated with an if inside the do-while.
14307
14308 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14309
14310 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
14311 for the fallback to add a single space after the comment prefix.
14312
14313 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
14314 behavior in some special cases, especially for single-line comments.
14315 Avoid breaking up a comment starter or ender.
14316
14317 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14318
14319 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
14320 the Emacs sources to make this work in invisible text.
14321
14322 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
14323 not be confused by a later ':' on the same line as the label.
14324
14325 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14326
14327 * progmodes/cc-cmds.el, progmodes/cc-mode.el
14328 (c-electric-delete, c-electric-delete-forward):
14329 Split `c-electric-delete' into two functions where
14330 `c-electric-delete-forward' always deletes forward and
14331 `c-electric-delete' only contains the code necessary for
14332 XEmacs to choose between backward and forward deletion.
14333 `c-electric-delete-forward' is now bound to C-d to get the
14334 electric behavior on that key too.
14335
14336 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14337
14338 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
14339 use of c-comment-prefix-regexp, which caused an error when
14340 it's a list.
14341
14342 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14343
14344 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
14345 (c-default-style): Removed the hardcoded switch to "java" style
14346 in Java mode. It's instead taken care of by the default value
14347 for c-default-style.
14348
14349 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14350
14351 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
14352 was triggered by equal signs in string literals.
14353
14354 2002-04-21 Kim F. Storm <storm@cua.dk>
14355
14356 * subr.el (insert-buffer-substring-no-properties): New function.
14357 (insert-buffer-substring-as-yank): New function.
14358
14359 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14360
14361 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
14362 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
14363 prefix from scroll commands. Ignore end-of-buffer errors from
14364 other windows.
14365 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
14366 commands.
14367 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
14368 New functions.
14369
14370 * files.el: (auto-mode-alist): .f95 files in f90-mode.
14371
14372 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
14373 a DO statement irrespective of numeric label.
14374
14375 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
14376
14377 * files.el (auto-save-file-name-transforms): Doc fix.
14378 Add third element to "uniquify" filenames.
14379 (make-auto-save-file-name): Use new element of
14380 auto-save-file-name-transforms.
14381 * startup.el (command-line): Add third element to
14382 auto-save-file-name-transforms.
14383
14384 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
14385
14386 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
14387 return value of file-name-completion and file-name-all-completions.
14388
14389 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14390
14391 * progmodes/f90.el: Update maintainer.
14392 (f90-line-continued): Recognize blank/comment lines embedded in
14393 continuation lines.
14394 (f90-looking-at-program-block-start): No extra indentation after
14395 function or subroutine keyword appears in single quotes.
14396
14397 2002-04-19 Miles Bader <miles@gnu.org>
14398
14399 * custom.el (customize-mark-to-save, customize-mark-as-set)
14400 (custom-quote): Moved here from `cus-edit.el'.
14401 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
14402 (custom-quote): Moved to `custom.el'.
14403
14404 2002-04-18 Richard M. Stallman <rms@gnu.org>
14405
14406 * facemenu.el (list-text-properties-at): Command deleted.
14407
14408 * rect.el (insert-rectangle): Use insert-for-yank.
14409
14410 * register.el (insert-register): Use insert-for-yank.
14411 (describe-register-1): Discard text props in yank-excluded-properties.
14412
14413 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
14414 Fix parts in construction of `menu-item' item at end.
14415
14416 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
14417
14418 * subr.el (insert-for-yank): New function.
14419
14420 * simple.el (yank-excluded-properties): New user option.
14421 (yank-pop, yank): Use insert-for-yank.
14422
14423 2002-04-19 Kim F. Storm <storm@cua.dk>
14424
14425 * simple.el (pop-to-mark-command): Do not set this-command.
14426 (set-mark-command): Always jump to mark when called with arg.
14427
14428 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
14429
14430 * comint.el (comint-watch-for-password-prompt): Remove whitespace
14431 at the beginning of password prompts.
14432
14433 2002-04-18 Andrew Innes <andrewi@gnu.org>
14434
14435 * facemenu.el: Remove require of wid-edit.
14436
14437 2002-04-17 Colin Walters <walters@verbum.org>
14438
14439 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
14440 one window.
14441 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
14442 (ibuffer-current-state-list): Reinstate optional argument; now
14443 just call `point' inside the mapping function.
14444
14445 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
14446
14447 * dired-aux.el (dired-star-subst-regexp)
14448 (dired-quark-subst-regexp): New constants.
14449 (dired-do-shell-command, dired-shell-stuff-it): Use them.
14450 (dired-do-shell-command): Raise an error if both `*' and `?'
14451 substitution marks are used in the same command.
14452 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
14453 in a command given via dired-do-shell-command.
14454
14455 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
14456
14457 2002-04-16 Jason Rumney <jasonr@gnu.org>
14458
14459 * international/mule-cmds.el (locale-preferred-coding-systems):
14460 Add "jpn".
14461
14462 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
14463
14464 * term.el (term-emulate-terminal): Fix last change.
14465
14466 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14467
14468 * bindings.el (mode-line-mode-menu): Update names to reflect
14469 latest changes.
14470
14471 2002-04-16 Mike Williams <mdub@bigfoot.com>
14472
14473 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
14474 compilation error.
14475
14476 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
14477
14478 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
14479 (viper-ex-print-buf-name): New variable.
14480 (viper-ex-print-buf): New variable.
14481 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
14482 (ex-g-marks): New variable.
14483 (ex-print): New function.
14484 (ex-print-display-lines): New function.
14485
14486 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
14487 the cursor color.
14488
14489 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
14490 when the window is not in its own frame.
14491 (ediff-clone-buffer-for-region-comparison): More robust window
14492 arrangement while prompting for regions to compare.
14493 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
14494 (ediff-inferior-compare-regions): Deleted unused vars
14495 ctl-buf and quit-now.
14496
14497 2002-04-15 Richard M. Stallman <rms@gnu.org>
14498
14499 * facemenu.el (facemenu-add-new-face): Use this only for faces.
14500 Delete arg MENU.
14501 (facemenu-add-new-color): New function.
14502 (facemenu-set-foreground, facemenu-set-background):
14503 Use facemenu-add-new-color.
14504
14505 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
14506
14507 * ediff-init.el (ediff-current-diff-face-A)
14508 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14509 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
14510 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
14511 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
14512 (ediff-even-diff-face-B, ediff-even-diff-face-C)
14513 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
14514 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
14515 (ediff-odd-diff-face-Ancestor): Add special color definitions for
14516 tty and MS-DOS displays.
14517
14518 2002-04-15 Andrew Innes <andrewi@gnu.org>
14519
14520 * facemenu.el: Require wid-edit.
14521
14522 2002-04-15 Miles Bader <miles@gnu.org>
14523
14524 * faces.el (highlight): Force foreground to be black on a tty, so
14525 this face is readable on a dark-background tty.
14526 * wid-edit.el (widget-field-face, widget-single-line-field-face):
14527 Likewise.
14528
14529 2002-04-14 Kim F. Storm <storm@cua.dk>
14530
14531 * simple.el (pop-to-mark-command, push-mark-command): New commands.
14532 (set-mark-command): Use them.
14533 Enhanced functionality when command is repeated:
14534 - If first command set the mark (no prefix arg), repeat temporarily
14535 enables transient-mark-mode.
14536 - If first command jumped to mark off ring (with argument),
14537 repeat (with or without arg) jump to next mark off ring.
14538 - Use C-u C-u prefix to set mark after jump.
14539 (exchange-point-and-mark): Temporarily enable transient-mark-mode
14540 if prefix arg.
14541
14542 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14543
14544 * speedbar.el (speedbar-tag-hierarchy-method)
14545 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
14546
14547 2002-04-14 Mike Williams <mdub@bigfoot.com>
14548
14549 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
14550 beginning of buffer.
14551
14552 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14553
14554 * speedbar.el (speedbar-generic-item-info)
14555 (speedbar-sort-tags): Doc fix.
14556 (speedbar-add-supported-extension): Fix typo in interactive spec.
14557
14558 2002-04-13 Colin Walters <walters@verbum.org>
14559
14560 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
14561 only moving one line forward.
14562 (ibuffer-map-lines): Preserve point position even if we delete
14563 lines. Only call mapping functions with buffer and mark
14564 arguments; the other two were unused.
14565 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
14566
14567 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
14568
14569 * calc/calc-bin.el (math-format-radix-float): Use `when'.
14570
14571 * calc/calc.el (math-format-number): Load `calc-ext' before we
14572 call `math-group-float'.
14573
14574 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14575 Renamed from `gamegrid-add-score'.
14576 (gamegrid-add-score-insecure): Restored from the old
14577 `gamegrid-add-score'.
14578 (gamegrid-add-score): Just dispatch on `system-type' to one of the
14579 previous two functions.
14580
14581 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14582
14583 * iswitchb.el: Update commentary to include new function
14584 iswitchb-exclude-nonmatching.
14585
14586 2002-04-12 John Wiegley <johnw@gnu.org>
14587
14588 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
14589 operating systems to the regexp used to detect a script's interpreter.
14590
14591 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
14592
14593 * frame.el (frames-on-display-list): Use `equal' to compare the
14594 `display' frame parameter to the argument DISPLAY.
14595
14596 2002-04-12 Dave Love <fx@gnu.org>
14597
14598 * help.el (string-key-binding): Deal with margin events.
14599
14600 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
14601
14602 * comint.el (comint-password-prompt-regexp): Match " SMB password".
14603
14604 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
14605
14606 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
14607
14608 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
14609
14610 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
14611 (buffer-syntactic-context-depth): New funs.
14612
14613 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
14614 on variables.
14615
14616 * emacs-lisp/debug.el (debug-on-entry): Use push.
14617 (debugger-make-xrefs): Don't assume point-min == 1.
14618
14619 * progmodes/cc-engine.el (c-backward-to-start-of-if):
14620 Don't assume point-min == 1.
14621
14622 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
14623 (etags-list-tags, etags-tags-apropos, select-tags-table):
14624 Don't assume point-min == 1.
14625
14626 2002-04-12 Mike Williams <mdub@bigfoot.com>
14627
14628 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
14629
14630 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
14631
14632 * textmodes/fill.el (fill-context-prefix): Fix up last change.
14633
14634 * simple.el (line-move): Use memq rather than or.
14635 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
14636 (do-auto-fill): Use fill-move-to-break-point.
14637 (syntax-code-table): Remove.
14638
14639 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
14640 Don't add spaces at end of sentences at end of line.
14641 (fill-move-to-break-point): Make sure the result is always greater
14642 than linebeg, so we ensure forward progress.
14643 (fill-region-as-paragraph): Compare to `to' rather than eobp.
14644 (fill-paragraph): Don't rebind fill-paragraph-function.
14645
14646 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14647
14648 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
14649
14650 2002-04-11 Andreas Schwab <schwab@suse.de>
14651
14652 * files.el (file-name-non-special): Handle return value of t from
14653 `file-name-completion'.
14654
14655 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
14656
14657 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
14658 differently to avoid pathological exponential-time case.
14659 (adaptive-fill-regexp): Add ! and %.
14660 (fill-delete-prefix): Remove indentation while removing prefix.
14661 (fill-delete-newlines): Obey sentence-end.
14662 (fill-move-to-break-point, fill-newline): New functions extracted
14663 from fill-region-as-paragraph.
14664 (fill-region-as-paragraph): Use them.
14665 Don't fiddle with fill-indent-according-to-mode.
14666
14667 2002-04-10 Colin Walters <walters@verbum.org>
14668
14669 * play/snake.el (snake-score-file): Default to just "snake-scores".
14670
14671 * play/tetris.el (tetris-score-file): Likewise.
14672
14673 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
14674 use `update-game-score'.
14675
14676 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
14677 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
14678 ourselves; take it as an argument. Caller updated.
14679 (ibuffer-mode): Make mode-class special.
14680
14681 2002-04-10 Richard M. Stallman <rms@gnu.org>
14682
14683 * dired.el (dired-view-command-alist): New variable.
14684 (dired-view-file): Use external viewers for some files names.
14685
14686 * mouse.el (mouse-drag-region-1): Display region highlight
14687 only in the selected window.
14688
14689 * subr.el (remove-hook): When there are no more local hooks,
14690 kill the buffer-local value.
14691
14692 * isearch.el (isearch-mode): Don't call make-frame-visible
14693 if frame is already visible.
14694
14695 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
14696
14697 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
14698
14699 * progmodes/ada-prj.el: Add support for the new project file
14700 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
14701 Fix widget handling for Emacs 21. ada-mode now only supports a single
14702 active project file, instead of one per buffer. This is far less
14703 confusing.
14704
14705 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
14706 (ada-func-or-proc-name): Get real subprogram name, after change in
14707 ada-mode.el.
14708
14709 * progmodes/ada-xref.el: Ada-mode no longer supports a different
14710 project file per buffer. This was too complex. Instead, there is
14711 now a single active project file at any given time, and the user
14712 can switch the active one through the Ada menu. This revision
14713 also provides better handling of the Windows command line, and the
14714 various available shells on that platform. ada-mode is now fully
14715 integrated with the GNU visual debugger gvd, see
14716 http://libre.act-europe.fr.
14717 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
14718 This is only available with GNAT 3.14.
14719 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
14720 (ada-quote-cmd): New function.
14721 (ada-initialize-runtime-library): Get the location of the actual
14722 runtime the compiler will be using, including support for
14723 cross-platform environments.
14724 (ada-treat-cmd-string): Add support for the new variable
14725 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
14726 two commands to run just prior to running the debugger, and just
14727 after starting it. This provide better support for cross-platform
14728 and remote debugging.
14729 (ada-get-absolute-dir): Remove, replace with expand-file-name.
14730 (ada-gdb-application): New parameter executable-name.
14731 (ada-get-ali-file-name): Better handling of separate packages.
14732 Checkin on behalf of the ada-mode maintainer.
14733
14734 * progmodes/ada-mode.el (ada-case-exception-file)
14735 (ada-indent-handle-comment-special): New variables.
14736 (ada-case-exception-substring): New variable. Casing exceptions
14737 can now also be defined for substrings, in addition to full
14738 identifier names. This provides more flexibility.
14739 (ada-align-list): New fun, provide support for align.el in ada-mode.
14740 (ada-procedure-start-regexp): Add support for operators and
14741 generic formal subprograms and packages.
14742 (ada-imenu-comment-re): New variable.
14743 (ada-imenu-generic-expression): Add support for protected types.
14744 (ada-mode): Set comment-start only after running ada-mode-hook, so
14745 that the user can change ada-comment-start in the hook.
14746 Add support for ispell in comments. Add support for align.el.
14747 (ada-save-exception-file, ada-create-case-exception-substring)
14748 (ada-adjust-case-substring): New functions.
14749 (ada-get-current-indent): Properly handles keywords with uppercases.
14750 (ada-goto-matching-end): Rewritten, fixes problems in the handling
14751 of nested blocks.
14752 (ada-untab-hard): Do not touch the contents of comments and strings.
14753
14754 2002-04-09 Mike Williams <mdub@bigfoot.com>
14755
14756 * textmodes/sgml-mode.el (sgml-lexical-context):
14757 Use sgml-parse-tag-backward to find start point.
14758 (sgml-looking-back-at): Doc fix.
14759
14760 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14761
14762 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
14763 for prompt.
14764
14765 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
14766
14767 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
14768 Use define-minor-mode.
14769 (auto-revert-buffers): Use with-current-buffer.
14770 Avoid changing the minor modes.
14771
14772 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
14773 rather than char-to-string since last-input-char can be any event.
14774
14775 * international/titdic-cnv.el (tit-dictionary):
14776 Use defvar for non-constants.
14777
14778 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
14779 (global-cwarn-mode): Use easy-mmode-define-global-mode.
14780 (cwarn-font-lock-keywords): New function.
14781 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
14782 (cwarn-font-lock-match): New macro.
14783 (cwarn-font-lock-match-assignment-in-expression)
14784 (cwarn-font-lock-match-dangerous-semicolon)
14785 (cwarn-font-lock-match-reference): Use it.
14786
14787 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
14788 Use defvar rather than defconst since it's meant to be settable.
14789 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
14790 (cperl-fix-line-spacing): Add missing \ in [ t].
14791
14792 * loadup.el: Call ucs-unify-8859 directly rather than
14793 unify-8859-on-encoding-mode.
14794 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
14795
14796 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
14797 (sgml-mode): Use it for comment-line-break-function.
14798
14799 2002-04-08 Jason Rumney <jasonr@gnu.org>
14800
14801 * international/mule-cmds.el (reset-language-environment):
14802 Handle coding-systems not being defined yet.
14803
14804 2002-04-08 Sam Steingold <sds@gnu.org>
14805
14806 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
14807 (vc-cvs-checkin): Use it.
14808
14809 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14810
14811 * files.el (display-time-string): Fix last change.
14812
14813 2002-04-07 Sam Steingold <sds@gnu.org>
14814
14815 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
14816
14817 2002-04-07 Jason Rumney <jasonr@gnu.org>
14818
14819 * international/mule-cmds.el (set-default-coding-systems)
14820 (reset-language-environment): Preserve eols on
14821 default-process-coding-system.
14822 (coding-system-change-text-conversion): Fix case where CODING is nil.
14823
14824 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14825
14826 * subr.el (play-sound): Move here from simple.el.
14827
14828 * simple.el (play-sound): Move to subr.el.
14829
14830 2002-04-06 Richard M. Stallman <rms@gnu.org>
14831
14832 * files.el (display-time-string-forms): Mark as risky.
14833
14834 * enriched.el (enriched-decode-foreground, enriched-decode-background):
14835 Use proper format for desired elts of `face' property.
14836 Don't test display-color-p; make the properties unconditionally.
14837
14838 * progmodes/compile.el (compilation-error-regexp-alist):
14839 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
14840
14841 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
14842
14843 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
14844 for customization type.
14845 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
14846
14847 2002-04-06 Mike Williams <mdub@bigfoot.com>
14848
14849 * textmodes/xml-lite.el: Remove.
14850
14851 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14852
14853 * simple.el (play-sound): New function (uses play-sound-internal).
14854
14855 2002-04-04 Richard M. Stallman <rms@gnu.org>
14856
14857 * files.el (mode-line-format, mode-line-modified)
14858 (mode-line-mule-info, mode-line-buffer-identification)
14859 (mode-line-modes, mode-line-position): Explicitly mark as risky.
14860 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
14861
14862 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
14863
14864 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
14865 Use (syntax-table), not old-syntax-table.
14866
14867 * enriched.el (enriched-decode-foreground)
14868 (enriched-decode-background): Don't call facemenu-get-face.
14869
14870 2002-04-04 Mike Williams <mdub@bigfoot.com>
14871
14872 * textmodes/sgml-mode.el: Add missing require.
14873 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
14874
14875 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14876
14877 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
14878 spot indicated by text property `cvs-goal-column', if present.
14879
14880 * pcvs-info.el (cvs-fileinfo-pp): Use text property
14881 `cvs-goal-column' to indicate position of file name (if present).
14882
14883 2002-04-03 Richard M. Stallman <rms@gnu.org>
14884
14885 * mail/mailabbrev.el (mail-abbrev-complete-alias):
14886 Call mail-abbrev-make-syntax-table.
14887
14888 * format.el (format-deannotate-region): Doc fix.
14889
14890 * enriched.el (enriched-face-ans): Delete special treatment
14891 for fg:... and bg:... faces.
14892 (enriched-decode-foreground): Return a list that specifies
14893 the foreground color, rather than creating a face.
14894 (enriched-decode-background): Likewise.
14895
14896 * shell.el (shell-mode): Don't reinit comint-input-ring
14897 if that was already done.
14898
14899 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
14900
14901 * solar.el (solar-spring-or-summer-season): Delete.
14902 (solar-northern-spring-or-summer-season): New variable.
14903 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
14904 Rewrite.
14905
14906 * solar.el (diary-sabbath-candles-minutes): New variable.
14907 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
14908
14909 * calendar.el (update-calendar-mode-line): Force mode-line update.
14910 Make date under the cursor available as `date' in
14911 calendar-mode-line-format.
14912 Eval items in calendar-mode-line-format list.
14913
14914 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
14915 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
14916
14917 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
14918
14919 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
14920 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
14921 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14922 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
14923
14924 * cal-tex.el: Change all instances (interactive "P") to
14925 (interactive "p").
14926 (cal-tex-cursor-month): Add hfill and newline at end of month that
14927 ended on Saturday.
14928 (cal-tex-preamble): Change to LaTeX2e.
14929 (cal-tex-cursor-filofax-year): Don't use default month names in
14930 LaTeX macros in case user changes them.
14931 (cal-tex-month-name): New function. Used throughout in case user
14932 has done something funny with month names.
14933
14934 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
14935 (diary-rosh-hodesh): Spelling correction.
14936
14937 2002-04-03 Mike Williams <mdub@bigfoot.com>
14938
14939 * textmodes/sgml-mode.el (sgml-lexical-context)
14940 (sgml-parse-tag-backward): Extend support for CDATA to include
14941 conditional sections.
14942
14943 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14944
14945 * cus-start.el: Rename `autoselect-window' to
14946 `mouse-autoselect-window'.
14947
14948 2002-04-02 Richard M. Stallman <rms@gnu.org>
14949
14950 * files.el (hack-one-local-variable):
14951 Clear text props from string value.
14952
14953 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
14954
14955 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14956 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
14957 Use regexp-opt.
14958 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
14959 from F95.
14960 (f90-procedures-re): Add `null' and `cpu_time' from F95.
14961 (f90-font-lock-keywords-1): Minor reorganization so we don't need
14962 `override' any more.
14963 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
14964 (f90-indent-subprogram): Use indent-region.
14965 (f90-break-line): Use indent-according-to-mode.
14966
14967 2002-04-02 Mike Williams <mdub@bigfoot.com>
14968
14969 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
14970 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
14971 (sgml-get-context): Remove use of sgml-inside-tag-p.
14972 (sgml-inside-tag-p): Remove.
14973 (sgml-looking-back-at): Short-circuit at beg of buffer.
14974 (sgml-lexical-context, sgml-calculate-indent): Add support for
14975 CDATA sections.
14976
14977 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
14978
14979 * help.el (help-key-description): New fun.
14980 (describe-key-briefly, describe-key): Use it and
14981 this-single-command-raw-keys plus new arg `untranslated'.
14982
14983 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
14984 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
14985 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
14986 (sgml-insert-end-tag): New funs taken from xml-lite.el.
14987 (sgml-calculate-indent): Use them.
14988 (sgml-slash-matching): Rename from sgml-slash.
14989 (sgml-slash): Copied from xml-lite and changed to use
14990 sgml-slash-matching and sgml-quick-keys.
14991
14992 * international/mule-cmds.el (standard-keyboard-coding-systems):
14993 Add koi8-u and koi8-r.
14994
14995 * eshell/.cvsignore: New file.
14996
14997 * eshell/esh-groups.el: Remove.
14998
14999 * progmodes/tcl.el: Change maintainer.
15000 (tcl-electric-hash-style): Change default to nil.
15001 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
15002 (tcl-do-auto-fill): Remove.
15003 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
15004
15005 2002-04-01 Mike Williams <mdub@bigfoot.com>
15006
15007 * textmodes/sgml-mode.el: Doc fixes.
15008 (sgml-mode): Set indent-line-function to sgml-indent-line.
15009 (sgml-calculate-indent): Add an explicit check for 'text syntax,
15010 to protect against future enhancements to sgml-lexical-context.
15011 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
15012
15013 * textmodes/xml-lite.el: Removed much redundant stuff.
15014 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
15015 always start within text. Make use of sgml-unclosed-tag-p.
15016
15017 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
15018
15019 * tcl.el (tcl-imenu-generic-expression): New value.
15020 (tcl-imenu-create-index-function): Function deleted.
15021 (tcl-mode): Check for filladapt-mode.
15022 Use tcl-imenu-generic-expression instead of
15023 tcl-imenu-create-index-function.
15024 (inferior-tcl-mode): Doc fix.
15025 Change not legally significant.
15026
15027 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15028
15029 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
15030
15031 * window.el (handle-select-window): New function.
15032 Update copyright.
15033
15034 2002-04-01 Richard M. Stallman <rms@gnu.org>
15035
15036 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
15037
15038 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
15039 tool-bar-add-item, and new arg MAP.
15040 (tool-bar-add-item): Now calls tool-bar-local-item.
15041 (tool-bar-local-item-from-menu): Renamed from
15042 tool-bar-add-item-from-menu, and new arg IN-MAP.
15043 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
15044
15045 * help-fns.el (help-with-tutorial): Allow various ways
15046 to specify the text in the [...] line, in handling the <...> line.
15047
15048 * progmodes/idlw-rinfo.el (idlwave-system-routines):
15049 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
15050
15051 * subr.el (redraw-modeline): Define alias.
15052
15053 2002-03-31 Richard M. Stallman <rms@gnu.org>
15054
15055 * files.el (file-expand-wildcards): Use save-match-data.
15056
15057 * files.el (format-alist): Mark as risky.
15058
15059 * simple.el (kill-new): Doc fix.
15060
15061 * emacs-lisp/byte-opt.el (side-effect-free-fns)
15062 (side-effect-and-error-free-fns): Add many functions, remove some.
15063
15064 2002-03-30 Richard M. Stallman <rms@gnu.org>
15065
15066 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
15067
15068 2002-03-30 Eli Zaretskii <eliz@gnu.org>
15069
15070 * font-lock.el (save-buffer-state): Fix last change.
15071
15072 * files.el (auto-save-file-name-transforms): Fix last change.
15073
15074 * startup.el (command-line): Fix last change.
15075
15076 2002-03-29 Richard M. Stallman <rms@gnu.org>
15077
15078 * subr.el (play-sound-file): Moved to simple.el.
15079
15080 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
15081
15082 2002-03-29 Colin Walters <walters@verbum.org>
15083
15084 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
15085 instead of `forward-line'.
15086 (ibuffer-forward-line): Be sure to skip over special properties
15087 before moving, too.
15088
15089 * calc/calc.el (calc-was-split): Var deleted.
15090 (calc): Remove reference to it.
15091 (calc): Ditto.
15092 (calc-quit): Ditto.
15093 (calc-init-base): Ditto.
15094
15095 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
15096
15097 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
15098
15099 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
15100 instead of nil when point is outside of any tag.
15101 (sgml-beginning-of-tag): Adjust to the change.
15102 (sgml-calculate-indent): Use the new info returned by
15103 sgml-lexical-context. Try to handle unclosed tags.
15104
15105 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
15106 at unclosed tags unless it is at indentation.
15107 Kill nested unclosed tags.
15108 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
15109 (xml-lite-mode): Use sgml-indent-line instead.
15110
15111 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
15112
15113 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
15114 expand-file-name.
15115
15116 * startup.el (command-line): Recompute auto-save-file-name-transforms
15117 using the updated value of temporary-file-directory.
15118
15119 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
15120
15121 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
15122 even with an empty context. Don't save excursion any more.
15123 Don't complain about unmatched start-tags in sgml-unclosed-tags.
15124 Ignore end-tags in sgml-empty-tags.
15125 (xml-lite-get-context, xml-lite-calculate-indent)
15126 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
15127 (xml-lite-indent-line): Use back-to-indentation.
15128
15129 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
15130 (sgml-name-re, sgml-attrs-re): New consts.
15131 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
15132 (sgml-mode): Use them.
15133 (sgml-lexical-context): Default to (point-min) if nothing else works.
15134 (sgml-calculate-indent): Indent slightly differently.
15135 (sgml-indent-line): Use back-to-indentation.
15136 (sgml-parse-dtd): New function.
15137 (sgml-unclosed-tags): New var.
15138 (html-mode): Set it.
15139
15140 2002-03-29 Simon Marshall <simon.marshall@misys.com>
15141
15142 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
15143
15144 2002-03-29 Richard M. Stallman <rms@gnu.org>
15145
15146 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
15147 Use FILTER arg in dired-get-marked-files to exclude directories.
15148 (dired-nondirectory-p): New function.
15149
15150 * dired.el (dired-get-marked-files): New arg FILTER
15151 allows selection of some files.
15152
15153 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
15154
15155 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
15156
15157 * speedbar.el (speedbar-default-directory-list): Made robust
15158 against deleted directories.
15159
15160 2002-03-28 Richard M. Stallman <rms@gnu.org>
15161
15162 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
15163 Bindings changed.
15164
15165 * progmodes/compile.el (compilation-handle-exit):
15166 If compilation-window-height is 0, display status in echo area.
15167
15168 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
15169
15170 * rect.el (replace-rectangle): Add autoload.
15171
15172 * files.el: Mark many more variables as risky.
15173 (hack-one-local-variable): Recognize several additional
15174 patterns as risky.
15175
15176 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
15177
15178 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
15179
15180 * textmodes/xml-lite.el (xml-lite-in-string-p):
15181 Use sgml-lexical-context.
15182 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
15183 (xml-lite-get-context): Check that open/close tags match.
15184 Don't stop scanning while we're ignoring matching tags.
15185
15186 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
15187 (sgml-mode-syntax-table): Use it.
15188 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
15189 (sgml-tags-invisible): Use it.
15190 (sgml-lexical-context): New fun.
15191 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
15192 (sgml-quote): Accept \n as entity reference terminator.
15193 (sgml-calculate-indent, sgml-indent-line): New funs.
15194
15195 2002-03-28 Andre Spiegel <spiegel@gnu.org>
15196
15197 * vc-cvs.el (vc-cvs-global-switches): New user option.
15198 (vc-cvs-command): New function. Update all callers of
15199 `vc-do-command' in vc-cvs.el to use this instead.
15200
15201 2002-03-27 Andrew Innes <andrewi@gnu.org>
15202
15203 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
15204 relying on shell globbing.
15205
15206 2002-03-27 Colin Walters <walters@debian.org>
15207
15208 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
15209 (ibuffer-fontification-alist): Use it.
15210 (ibuffer-backward-line): Handle `ibuffer-summary' area.
15211 (ibuffer-forward-line): Ditto.
15212
15213 * ibuf-ext.el (sorter mode-name): Doc fix.
15214 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
15215 (operation query-replace): Use new `noerror' arg for
15216 `query-replace-read-args'.
15217 (operation query-replace-regexp): Ditto.
15218
15219 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
15220
15221 * textmodes/xml-lite.el: Fix copyright notice.
15222 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
15223 (xml-lite-indent-comment-offset): Remove.
15224 (xml-lite-calculate-indent): Use new name. Use natural alignment
15225 for comments.
15226 (xml-lite-in-string-p): Simplify.
15227
15228 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15229
15230 * allout.el (outline-layout): Doc fix.
15231
15232 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
15233
15234 * textmodes/xml-lite.el: Don't require `custom'.
15235 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
15236 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
15237 (xml-lite-get-context): Drop nested tags not just for comments.
15238 (xml-lite-indent-line): Be more careful about moving point.
15239 (xml-lite-insert-end-tag, xml-lite-slash):
15240 Use indent-according-to-mode instead of xml-lite-indent-line.
15241 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
15242 Set sgml-xml-mode. Don't call force-mode-line-update.
15243 (xml-lite-mode-map): Don't bind TAB.
15244
15245 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
15246
15247 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
15248 parameter value.
15249 (gud-jdb-build-source-files-list): Comment clarification.
15250 (gud-jdb-massage-args): Reworked into loop-based argument list
15251 processing in order to support -classpath and -sourcepath argument
15252 processing.
15253 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
15254 to gud-jdb-classpath to obtain search list.
15255 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
15256 directory names in classpath/sourcepath lists, update comment.
15257 (jdb): Add setting of gud-jdb-sourcepath, update comment.
15258 (gud-find-class): Add gud-jdb-sourcepath use, and correct
15259 behaviour for the case when classpath is not used--backward
15260 compatibility fix.
15261
15262 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
15263
15264 * Makefile.in (compile, compile-always): Don't try to compile
15265 non-existent files or files in empty directories.
15266
15267 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
15268
15269 * compare-w.el (compare-windows-whitespace): Match all whitespace.
15270
15271 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
15272 copy of standard Lisp directories.
15273
15274 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
15275 Support "next has longname" link type.
15276
15277 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
15278
15279 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
15280 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
15281 New functions.
15282 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
15283 (end-of-xml-tag): Remove.
15284 (xml-lite-get-context): Better handling of comments.
15285 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
15286 (xml-lite-parse-tag-backward): Rewrite.
15287
15288 2002-03-26 Juanma Barranquero <lektu@terra.es>
15289
15290 * makefile.w32-in (WINS): Add the toolbar directory.
15291
15292 2002-03-26 Richard M. Stallman <rms@gnu.org>
15293
15294 * subr.el (substring-no-properties): Function deleted (now in C).
15295
15296 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15297
15298 * mwheel.el (mouse-wheel-mode): Use global-set-key and
15299 global-unset-key.
15300
15301 2002-03-24 Richard M. Stallman <rms@gnu.org>
15302
15303 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
15304
15305 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
15306 to query-replace-read-args.
15307
15308 * progmodes/compile.el (compilation-forget-errors):
15309 Don't adjust compilation-parsing-end if it's nil.
15310
15311 * replace.el (query-replace-read-args): New optional arg NOERROR.
15312 (perform-replace): Use save-window-excursion around recursive edit.
15313
15314 2002-03-24 Colin Walters <walters@verbum.org>
15315
15316 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
15317 non-nil, then always use another window.
15318
15319 2002-03-24 Gerd Moellmann <gerd@gnu.org>
15320
15321 * subr.el (macro-declaration-function): New function. Set the
15322 variable macro-declaration-function to it.
15323
15324 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
15325 Handle declarations in macro definitions.
15326
15327 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
15328
15329 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
15330
15331 * enriched.el (enriched-face-ans): Support FACE of the form
15332 (:foreground COLOR) and (:background COLOR).
15333 (enriched-decode-foreground, enriched-decode-background): Set the
15334 fore- and background colors of the faces we create, since facemenu
15335 doesn't.
15336
15337 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15338
15339 * mwheel.el (mouse-wheel-mode): Use the result of
15340 current-global-map instead of the variable `global-map'.
15341
15342 2002-03-23 Richard M. Stallman <rms@gnu.org>
15343
15344 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
15345 broken out of sendmail-pre-abbrev-expand-hook.
15346 (sendmail-pre-abbrev-expand-hook): Use it.
15347
15348 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
15349
15350 * Makefile.in (finder-inf.el): Remove.
15351 (finder-data): Don't depend on finder-inf.el any more.
15352 (compile, compile-always): Handle the case where some files
15353 from DONTCOMPILE are missing (it tried to compile them).
15354 (bootstrap-clean): Use src/emacs only if executable.
15355 (bootstrap): Update subdirs.el and finder-inf.el.
15356
15357 * finder.el: Don't load finder-inf.el during byte-compilation.
15358
15359 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
15360 Don't consider cvs-removed files as under VC control.
15361 VC wouldn't handle them properly anyway and it confuses
15362 vc-file-not-found-hook.
15363
15364 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
15365 Add autoload cookie.
15366
15367 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
15368
15369 * calendar/calendar.el (calendar): Doc fix.
15370
15371 2002-03-22 Juanma Barranquero <lektu@terra.es>
15372
15373 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
15374 (gomoku-font-lock-X-face): Likewise.
15375 (gomoku-font-lock-keywords): Use faces instead of variables.
15376
15377 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
15378
15379 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
15380
15381 2002-03-21 Kim F. Storm <storm@cua.dk>
15382
15383 * simple.el (open-network-stream, open-network-stream-nowait)
15384 (open-network-stream-server): Use featurep to test for
15385 supported networking features.
15386
15387 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15388
15389 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
15390 directions as the last action.
15391
15392 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15393
15394 * startup.el (fancy-splash-tail, normal-splash-screen):
15395 Update copyright.
15396
15397 * novice.el (disabled-command-hook): Clarify output text to match
15398 prompt.
15399
15400 2002-03-20 Jason Rumney <jasonr@gnu.org>
15401
15402 * frame.el (display-images-p): Do not explicitly check display type.
15403
15404 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
15405
15406 * mail-utils.el:
15407 Eliminate compilation warnings due to `rfc822-addresses'.
15408 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
15409 warning free compile.
15410
15411 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
15412
15413 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
15414 Take the current highlighting style into account.
15415 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
15416 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
15417
15418 * ediff-init.el (ediff-patch-job): New macro.
15419
15420 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
15421 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
15422
15423 * ediff-ptch.el (ediff-map-patch-buffer):
15424 Use ediff-make-new-meta-list-header.
15425 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
15426
15427 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
15428 (ediff-select-difference): Take highlighting style into account.
15429 (ediff-clone-buffer-for-region-comparison): New function.
15430 (ediff-inferior-compare-regions): Added comparison of current diff
15431 regions.
15432
15433 * ediff.el (ediff-clone-buffer-for-region-comparison)
15434 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
15435
15436 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
15437
15438 * mail-utils.el (rmail-dont-reply-to):
15439 Overhaul to correctly apply the regular
15440 expressions in the variable `rmail-dont-reply-to-names' to the list of
15441 destination addresses. Contributed by lorentey@elte.hu.
15442
15443 * rmail.el (rmail-dont-reply-to-names):
15444 Modify the documentation to make it email
15445 address centric rather than login name centric. Contributed by
15446 lorentey@elte.hu.
15447
15448 2002-03-18 Colin Walters <walters@verbum.org>
15449
15450 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
15451 we don't require `cl' at runtime.
15452 (sorting mode mode-name): Don't take the symbol-name of a string.
15453
15454 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
15455 line after setting the mark.
15456 (ibuffer-insert-buffers-and-marks): Invert the test for
15457 `ibuffer-sorting-reversep'.
15458
15459 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
15460
15461 * international/ucs-tables.el (unify-8859-on-decoding-mode)
15462 (unify-8859-on-encoding-mode): Remove autoload cookie.
15463
15464 2002-03-18 Andre Spiegel <spiegel@gnu.org>
15465
15466 * vc-rcs.el (vc-rcs-register): Fix handling of
15467 vc-[rcs-]register-switches.
15468 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
15469 Variables removed, since they weren't used yet.
15470
15471 * vc-cvs.el (vc-cvs-register): Fix handling of
15472 vc-[cvs-]register-switches.
15473
15474 * vc-sccs.el (vc-sccs-register): Fix handling of
15475 vc-[sccs-]register-switches.
15476
15477 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
15478
15479 * loadup.el ("emacs-lisp/backquote"): Load earlier.
15480 ("international/ucs-tables"): Load and turn on
15481 unify-8859-on-encoding-mode unconditionally.
15482 (emacs-version): Use `defconst' rather than `setq'.
15483
15484 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
15485
15486 2002-03-18 Richard M. Stallman <rms@gnu.org>
15487
15488 * menu-bar.el (menu-bar-options-menu): Cope if
15489 text-mode-hook is not a list.
15490
15491 2002-03-17 Richard M. Stallman <rms@gnu.org>
15492
15493 * emulation/pc-select.el (pc-selection-mode):
15494 Alter the existing global map, don't replace it.
15495
15496 * files.el (list-directory): Set default-directory at the end.
15497
15498 * dabbrev.el (dabbrev--goto-start-of-abbrev):
15499 Put a limit on field-beginning search.
15500
15501 2002-03-17 Simon Josefsson <jas@extundo.com>
15502
15503 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
15504 (browse-url-mosaic): Use it.
15505
15506 * net/browse-url.el (browse-url-filename-alist): Don't begin
15507 docstring with *, you don't want to set this one with M-x set-variable.
15508
15509 * net/browse-url.el: Put * in user option doc strings.
15510
15511 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
15512
15513 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
15514 (sgml-xml-guess): Simplify.
15515 (sgml-mode-common): Remove (move into sgml-mode).
15516 (sgml-mode): Add code from sgml-mode-common.
15517 Remove redundant setting of indent-line-function.
15518 Don't set skeleton-transformation when in XML mode.
15519
15520 * international/mule-diag.el (describe-char-after):
15521 Use `internal-describe-syntax-value' again (got lost somewhere).
15522
15523 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
15524 Use unify-8859-on-decoding-mode.
15525 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
15526 (ucs-insert): Give an error if the unicode char can't be created.
15527
15528 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
15529 (cvs-parse-status): Handle the "used to have a conflict" marker.
15530
15531 2002-03-17 Kim F. Storm <storm@cua.dk>
15532
15533 The following changes are related to the enhanced network process
15534 support.
15535
15536 * simple.el: Update copyright.
15537 (clone-process): Use make-network-process to clone network
15538 processes. Get command list via (process-contact ... t).
15539 Use set-process-query-on-exit-flag and process-query-on-exit-flag
15540 instead of process-kill-without-query.
15541 (open-network-stream): Replaces C-version from process.c.
15542 (open-network-stream-nowait, open-network-stream-server): New funs.
15543 (process-kill-without-query): Replaces C-version from process.c.
15544
15545 * files.el: Update copyright.
15546 (save-buffers-kill-emacs): Also check for active server
15547 processes. Use process-query-on-exit-flag. Only list processes
15548 which has the query-on-exit flag set in connection with user query.
15549
15550 * shadowfile.el: Update copyright.
15551 (shadow-save-buffers-kill-emacs): Also check for active server
15552 processes. Use process-query-on-exit-flag.
15553
15554 2002-03-16 Simon Marshall <simon.marshall@misys.com>
15555
15556 * imenu.el (imenu-menubar-modified-tick): Renamed from
15557 imenu-update-menubar-modified-tick.
15558 (imenu-update-menubar): Update imenu-menubar-modified-tick
15559 whenever outer condition succeeds.
15560
15561 * lazy-lock.el (save-buffer-state):
15562 Bind inhibit-modification-hooks and buffer-file-truename
15563 instead of before-change-functions and after-change-functions.
15564
15565 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
15566
15567 * international/codepage.el (codepage-setup): Don't define a
15568 codepage if it is already defined.
15569
15570 * textmodes/po.el (po-content-type-charset-alist): Convert the
15571 car of each association to a string.
15572 (po-find-file-coding-system-guts): If the charset matches a name
15573 of a codepage, set up that codepage and return it as a coding
15574 system to decode the file.
15575 (po-find-charset): Search for the Charset= header even if we've
15576 read less than 4KB.
15577 <top-level>: Remove the setup for all known codepages: it seems
15578 to cause crashes in the CCL driver.
15579
15580 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15581
15582 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
15583 (bibtex-entry-field-alist): Doc fix.
15584
15585 2002-03-16 Richard M. Stallman <rms@gnu.org>
15586
15587 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
15588 Move definition above cperl-outline-regexp.
15589
15590 * bindings.el (mode-line-mule-info): In computing help-echo prop,
15591 avoid using save-window-excursion. And compile the function.
15592
15593 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
15594
15595 * files.el (load-completion): New function.
15596 (load-library): Use it.
15597
15598 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15599
15600 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
15601 to match the actual code.
15602
15603 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
15604
15605 * textmodes/po.el (po-find-file-coding-system-guts):
15606 Use with-temp-buffer instead of po-with-temp-buffer.
15607
15608 * international/mule-conf.el (file-coding-system-alist): Add an
15609 association for PO files.
15610
15611 * textmodes/po.el: New file.
15612
15613 2002-03-15 Gerd Moellmann <gerd@gnu.org>
15614
15615 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15616 Fix simple loop indentation.
15617
15618 2002-03-14 Miles Bader <miles@gnu.org>
15619
15620 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
15621
15622 2002-03-14 Richard M. Stallman <rms@gnu.org>
15623
15624 * textmodes/picture.el (picture-insert)
15625 (picture-clear-column, picture-draw-rectangle):
15626 Use move-to-column, not move-to-column-force.
15627
15628 * dired.el (dired-readin): Clear out undo list.
15629 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
15630 (dired-delete-entry): New function.
15631 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
15632 and dired-delete-entry, to update this buffer (and others).
15633
15634 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
15635
15636 * facemenu.el (facemenu-add-new-face):
15637 Pass region args to facemenu-set-face, when there is a region.
15638 (facemenu-set-foreground, facemenu-set-background)
15639 (facemenu-add-face): Doc fixes.
15640
15641 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
15642
15643 2002-03-14 Miles Bader <miles@gnu.org>
15644
15645 * emacs-lisp/debug.el: Require `button'.
15646 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
15647 to get TAB and <backtab> bindings.
15648
15649 * net/rlogin.el (rlogin-carriage-filter): Function removed.
15650 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
15651 comint removes carriage returns itself now.
15652
15653 * rfn-eshadow.el (rfn-eshadow-update-overlay):
15654 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
15655 getting hosed by our own intangible property.
15656
15657 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
15658
15659 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
15660 Add fortran-comment-line-start-skip to comment-start-skip.
15661 (fortran-comment-indent): Keep whole-line comments in column 0.
15662 (fortran-find-comment-start-skip): New arg `all'.
15663 If ALL is nil, make sure we only match comment-start-skip if we
15664 can't match fortran-comment-line-start-skip.
15665 Fix bug that made it return t but without moving point when
15666 matching '!'! (a false-comment followed by a real comment).
15667 (fortran-indent-comment): Use new `all' argument above.
15668 Be careful not to add an incorrect comment-starter like "C"
15669 in comment-column.
15670 (fortran-split-line): When splitting a comment, reuse the comment
15671 starter from the current line rather than fortran-comment-line-start.
15672 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
15673 cleaner behavior of fortran-find-comment-start-skip.
15674 (fortran-fill): Don't be confused by ! inside a comment.
15675 (fortran-break-line): Minor cleanup and simplification.
15676
15677 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
15678
15679 * progmodes/etags.el (tag-exact-file-name-match-p)
15680 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
15681 simpler regexp.
15682
15683 2002-03-12 Colin Walters <walters@debian.org>
15684
15685 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
15686 redisplaying a line.
15687
15688 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15689
15690 * term/x-win.el (emacs-session-restore): Take previous id as
15691 an argument.
15692 (emacs-session-save): Add comment that return t means cancel shutdown
15693
15694 * startup.el (command-line): Must check that x-session-previous-id
15695 is bound also, for non-X platforms.
15696
15697 2002-03-12 Gerd Moellmann <gerd@gnu.org>
15698
15699 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
15700 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
15701 New user options.
15702 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
15703 (common-lisp-indent-function-1): Renamed from
15704 common-lisp-indent-function.
15705 (common-lisp-indent-function): Handle loop forms specially.
15706 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
15707 (lisp-backquote-indentation): New user option.
15708
15709 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
15710
15711 * progmodes/etags.el (tag-exact-file-name-match-p)
15712 (tag-file-name-match-p, tag-partial-file-name-match-p):
15713 Assume that the header of a tags section has either a number
15714 or nothing after the last comma.
15715
15716 2002-03-11 Richard M. Stallman <rms@gnu.org>
15717
15718 * imenu.el (imenu-update-menubar-modified-tick): New variable.
15719 (imenu-update-menubar): Don't call imenu--make-index-alist
15720 if buffer has not changed since last time.
15721
15722 * desktop.el (desktop-buffer-handlers): Doc fix.
15723 (desktop-buffer-file): Explicitly return BUF.
15724
15725 * paren.el (show-paren-function): Move back in other direction
15726 to verify the match is correct.
15727
15728 * mail/supercite.el (sc-select-attribution): Accept whatever value
15729 we get in CHOICE; there is no value meaning "try again".
15730
15731 2002-03-11 Colin Walters <walters@verbum.org>
15732
15733 * shell.el (toplevel): Revert previous change to use pcomplete.
15734 (shell-mode): Ditto.
15735 (shell-pcomplete-setup-done): Remove.
15736 (shell-pcomplete): Ditto.
15737 (shell-pcomplete-reverse): Ditto.
15738
15739 * comint.el: Remove documentation on setting up pcomplete.
15740
15741 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15742
15743 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
15744 item. Doc fix.
15745
15746 * image.el (image-type-from-file-header): Make temporary buffer
15747 unibyte.
15748
15749 * subr.el (add-to-list): Doc fix.
15750
15751 2002-03-11 Miles Bader <miles@gnu.org>
15752
15753 * pcomplete.el (pcomplete-entries): Expand environment variables
15754 in filename.
15755
15756 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
15757
15758 * play/mpuz.el: Use defface instead of facemenu-get-face.
15759
15760 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15761
15762 * startup.el (command-line): Add call to emacs-session-restore if
15763 both x-session-id and x-session-previous-id are strings.
15764
15765 * term/x-win.el (x-handle-smid): New function.
15766 (emacs-session-filename): New function.
15767 (emacs-session-save): New function.
15768 (emacs-save-session-functions): New variable.
15769 (emacs-session-restore): New function.
15770
15771 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
15772
15773 * simple.el (shell-command-on-region): Call push-mark with
15774 non-nil second arg, to suppress the "Mark set" message.
15775
15776 2002-03-08 Richard M. Stallman <rms@gnu.org>
15777
15778 * textmodes/picture.el (picture-forward-column): New arg `interactive'
15779 is non-nil for an interactive call. Use instead of interactive-p.
15780 (picture-backward-column): Likewise.
15781
15782 * tar-mode.el (tar-untar-buffer): New function.
15783
15784 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
15785 Put the mouse-face on the entire xref, like the local keymap.
15786
15787 * find-dired.el (find-name-dired): Use shell-quote-argument.
15788
15789 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
15790
15791 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
15792 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
15793 (mpuz-allow-double-multiplicator): New options for nicer look and
15794 new features.
15795 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
15796 (mpuz-check-all-solved, mpuz-random-puzzle)
15797 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
15798 (mpuz-show-solution): Functions streamlined and removed french
15799 style space before punctuation, added face support and optional
15800 solving of trivial results.
15801
15802 2002-03-07 Colin Walters <walters@verbum.org>
15803
15804 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
15805
15806 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
15807 instead of "recency" for clarity.
15808 (ibuffer-compile-format): Document more. Handle new "summarizer"
15809 columns.
15810 (ibuffer-fontify-region-function): Ditto.
15811 (ibuffer-insert-buffer-line): Ditto.
15812 (ibuffer-map-lines): Ditto.
15813 (ibuffer-insert-buffers-and-marks): Ditto.
15814 (ibuffer-update-title-and-summary): Renamed from
15815 `ibuffer-update-title'. Handle "summarizer" columns.
15816 (ibuffer-clear-summary-columns): New function.
15817
15818 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
15819
15820 2002-03-07 Gerd Moellmann <gerd@gnu.org>
15821
15822 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
15823 Use the other-window instead of the other-frame functions when
15824 the window is dedicated.
15825
15826 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
15827
15828 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
15829 with SILENT so that a new field can be added.
15830
15831 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
15832
15833 * files.el (make-auto-save-file-name): Make sure the produced file
15834 name does not contain characters that are invalid for DOS/Windows
15835 filesystems.
15836
15837 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
15838 Remove replacement functions.
15839
15840 2002-03-06 Gerd Moellmann <gerd@gnu.org>
15841
15842 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
15843 the form `:x'.
15844
15845 * vc.el (vc-branch-part): Add autoload cookie. This function can
15846 be called from vc-rcs-find-most-recent-rev when visiting a file
15847 checked into RCS in a CVS sandbox.
15848
15849 2002-03-06 Andreas Schwab <schwab@suse.de>
15850
15851 * progmodes/hideif.el: Augment expression parser to handle
15852 conditional expressions.
15853 (hif-token-regexp): Also match `?' and `:'.
15854 (hif-tokenize): Handle `?' and ':' as tokens.
15855 (hif-expr): Parse conditional expressions.
15856 (hif-or-expr): Parse `||' expressions.
15857 (hif-and-expr): Renamed from hif-term.
15858 (hif-conditional): New function to evaluate a conditional
15859 expression.
15860
15861 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15862
15863 * language/czech.el ("Czech"): Fix the documentation.
15864
15865 * language/slovak.el ("Slovak"): Likewise.
15866
15867 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
15868
15869 * xml.el (xml-parse-attlist): Accept empty strings.
15870
15871 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
15872
15873 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
15874 all terminals now support highlighting of some kind.
15875
15876 * language/european.el (mac-roman): Fix the safe-chars property.
15877
15878 2002-03-05 Andre Spiegel <spiegel@gnu.org>
15879
15880 * vc.el (vc-transfer-file): Use `make-temp-file'.
15881 (vc-default-update-changelog): Remove conditional use of
15882 `make-temp-name'.
15883
15884 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
15885
15886 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
15887
15888 * ediff-init.el: Comments.
15889
15890 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
15891 is loaded.
15892
15893 * ediff-mult.el (ediff-intersect-directories)
15894 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
15895 Cleanup.
15896 (ediff-draw-dir-diffs): Now supports the "C" command in directory
15897 difference buffer.
15898 (ediff-dir-diff-copy-file): New function that implements copying
15899 of files from one Ediff dir to another
15900 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
15901 (ediff-append-custom-diff): Better error msgs.
15902
15903 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
15904 (ediff-inferior-compare-regions): Use
15905 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
15906
15907 * ediff.el (ediff-directories-internal): Cleanup.
15908 (ediff-clone-buffer-for-region-comparison): Better interface.
15909
15910 2002-03-04 Richard M. Stallman <rms@gnu.org>
15911
15912 * emacs-lisp/easy-mmode.el (define-minor-mode):
15913 Use "P" in interactive spec of minor mode commands.
15914
15915 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
15916
15917 * faces.el (face-spec-choose): Allow `t' to appear before the end.
15918 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
15919 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
15920 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
15921 (mode-line-inactive, header-line): Move the `t' section to the
15922 beginning so the `:inherit' setting can be shared.
15923
15924 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15925
15926 * net/snmp-mode.el: Require tempo when compiling to prevent
15927 warnings. Update copyright notice.
15928
15929 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
15930 like not defined at all.
15931
15932 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
15933
15934 * textmodes/sgml-mode.el: Change maintainer to FSF.
15935 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
15936 (sgml-tags-invisible, sgml-beginning-of-tag):
15937 Allow _ : and non-ASCII in tag names, as required for XML.
15938 (sgml-name-char): Don't assume anything about charsets handled by
15939 encode-char.
15940
15941 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
15942 where one of the buffers is narrowed.
15943
15944 * hexl.el (hexlify-command, dehexlify-command): Remove.
15945 (hexlify-buffer, dehexlify-buffer): Use call-process-region
15946 rather than shell-command-on-region.
15947
15948 * newcomment.el (comment-forward): Use forward-comment to skip
15949 over whitespace (or comments) even when comment-use-syntax is nil.
15950
15951 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
15952
15953 * textmodes/xml-lite.el: New file.
15954
15955 2002-03-03 Richard M. Stallman <rms@gnu.org>
15956
15957 * textmodes/artist.el (artist-system): Use make-temp-file.
15958
15959 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
15960
15961 * mail/sendmail.el (mail-recover-1): Increase non-random-len
15962 by 1 since we changed make-auto-save-file-name to add one
15963 fewer character to the buffer name.
15964 (mail-recover): Really show point at the right place
15965 in the *Directory* buffer.
15966
15967 * files.el (make-auto-save-file-name): Use make-temp-file.
15968
15969 * terminal.el (te-create-terminfo): Use make-temp-file
15970 to create the source file in a safe way.
15971
15972 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
15973
15974 * cus-start.el: Rename automatic-hscroll-step and
15975 automatic-hscroll-margin into hscroll-step and hscroll-margin.
15976
15977 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
15978 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
15979
15980 * mouse.el (mouse-region-delete-keys): Add deletechar.
15981
15982 2002-03-03 Sam Steingold <sds@gnu.org>
15983
15984 * play/snake.el (snake-score-file): Fixed parens (broken by the
15985 last patch).
15986 * play/tetris.el (tetris-score-file): Ditto.
15987
15988 2002-03-03 Richard M. Stallman <rms@gnu.org>
15989
15990 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
15991
15992 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
15993
15994 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
15995 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
15996
15997 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
15998
15999 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
16000 instead of `buffer-substring-no-properties' to support enriched mode.
16001
16002 2002-03-02 Richard M. Stallman <rms@gnu.org>
16003
16004 * find-dired.el (find-grep-dired): Call shell-quote-argument.
16005 Specify the -e option.
16006 Rename arg to `regexp'.
16007
16008 2002-03-02 Milan Zamazal <pdm@zamazal.org>
16009
16010 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
16011
16012 2002-03-02 Miles Bader <miles@gnu.org>
16013
16014 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
16015 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
16016 If there's no applicable modifiers entry in the alist in
16017 `mouse-wheel-scroll-amount', fall back to the default, not to
16018 nil (which causes full screen scrolls).
16019
16020 2002-03-01 Andreas Schwab <schwab@suse.de>
16021
16022 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
16023 Remove extra paren in regexp.
16024
16025 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
16026
16027 * mouse.el (mouse-show-mark): Use display-mouse-p, not
16028 display-graphic-p, to decide whether to move point or use the
16029 highlighting.
16030
16031 2002-02-28 Colin Walters <walters@verbum.org>
16032
16033 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
16034
16035 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
16036 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
16037 (calc-temp-file-name): Use `make-temp-file'.
16038
16039 2002-02-28 Richard M. Stallman <rms@gnu.org>
16040
16041 * font-lock.el (java-font-lock-extra-types):
16042 Match java.net.URL, etc.
16043
16044 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16045
16046 * hexl.el (hexl-options): Doc fix.
16047 Update Commentary section.
16048
16049 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
16050 Doc fixes.
16051
16052 2002-02-28 Andre Spiegel <spiegel@gnu.org>
16053
16054 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
16055 the user to do that first.
16056 (vc-update): New function.
16057
16058 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
16059 which calls vc-update. Use the term "Base Version" instead of
16060 "Last Version" for the entries "Revert" and "Compare".
16061
16062 2002-02-28 Kim F. Storm <storm@cua.dk>
16063
16064 * simple.el (shell-command-on-region): Report non-zero exit
16065 status in mode line instead of buffer.
16066
16067 2002-02-27 Richard M. Stallman <rms@gnu.org>
16068
16069 * comint.el (comint-preoutput-filter-functions): Doc fix.
16070 (comint-output-filter-functions, comint-input-filter-functions)
16071 (comint-redirect-filter-functions): Likewise.
16072
16073 (comint-redirect-preoutput-filter): Do the local-hook
16074 handling of t when running comint-redirect-filter-functions.
16075 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
16076
16077 2002-02-26 Richard M. Stallman <rms@gnu.org>
16078
16079 * paths.el (remote-shell-program): Add doc string.
16080
16081 2002-02-26 Colin Walters <walters@debian.org>
16082
16083 * ibuf-ext.el (sorter mode-name): New.
16084 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
16085
16086 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
16087 interactively, so they do something.
16088 (calc-scroll-right): Ditto.
16089
16090 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
16091
16092 * international/mule.el (ctext-pre-write-conversion): Handle the
16093 case when FROM is a string, and when we are called from
16094 build_annotations_2.
16095
16096 2002-02-26 Richard M. Stallman <rms@gnu.org>
16097
16098 * rect.el (clear-rectangle-line): Reindent to the same column
16099 that move-to-column reached when it tried to go to endcol.
16100
16101 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
16102
16103 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
16104
16105 * winner.el (winner-boring-buffers, winner-set): A window which
16106 displays a buffer whose name is in the list
16107 `winner-boring-buffers', will no longer be restored by `winner-undo'.
16108 (winner-sorted-window-list): Used to improve comparison between
16109 window configurations.
16110 (winner-win-data): Simplified and moved.
16111 (winner-conf): Simplified (now uses `winner-win-data').
16112 (winner-change-fun, winner-save-old-configurations)
16113 (winner-save-(un)conditionally, winner-redo): Changes made while in
16114 the minibuffer will be ignored. (Such changes are undone upon
16115 exit for the minibuffer, anyway.)
16116 (winner-set-conf): Preserve selected window whenever possible.
16117 (winner-make-point-alist): Simplified.
16118 (winner-mode, winner-save-unconditionally): Save current window
16119 configuration on entering minibuffer.
16120 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
16121 since it does not change the overall behavior of Emacs.
16122
16123 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
16124
16125 * international/mule-conf.el (compound-text): Renamed back from
16126 compound-text-no-extensions.
16127 (ctext-no-compositions): Remove the mime-charset property.
16128 (compound-text-with-extensions): Renamed from compound-text.
16129 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
16130
16131 2002-02-26 Juanma Barranquero <lektu@terra.es>
16132
16133 * faces.el (list-faces-display): Fix typo.
16134
16135 2002-02-25 Richard M. Stallman <rms@gnu.org>
16136
16137 * frame.el (focus-follows-mouse): Doc fix.
16138
16139 2002-02-26 Miles Bader <miles@gnu.org>
16140
16141 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
16142 to `define-key', since it no longer accepts the latter.
16143
16144 2002-02-25 Jason Rumney <jasonr@gnu.org>
16145
16146 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
16147 mouse-wheel-scroll-amount.
16148
16149 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
16150 mwheel.el.
16151
16152 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
16153
16154 2002-02-25 Andre Spiegel <spiegel@gnu.org>
16155
16156 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
16157 consistent with the others that take a backend name as a symbol.
16158
16159 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
16160
16161 2002-02-25 Kim F. Storm <no-spam@cua.dk>
16162
16163 * comint.el (comint-replace-by-expanded-filename): Do nothing if
16164 comint-match-partial-filename returns nil.
16165
16166 * shell.el (shell-pcomplete-setup-done): New variable.
16167 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
16168 (shell-pcomplete-reverse): Ditto.
16169
16170 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
16171
16172 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
16173
16174 2002-02-25 Juanma Barranquero <lektu@terra.es>
16175
16176 * subr.el (save-match-data): Doc fix.
16177
16178 * ielm.el (ielm-prompt): Allow customization; make it read-only.
16179
16180 2002-02-25 Kim F. Storm <storm@cua.dk>
16181
16182 * shell.el (shell-mode-map): Add "Complete" header so completion
16183 menu is shown on the menu bar in shell mode.
16184
16185 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
16186
16187 * ielm.el (ielm-match-data): New var.
16188 (inferior-emacs-lisp-mode): Make it buffer-local.
16189 (ielm-eval-input): Use it to preserve match-data between inputs.
16190
16191 2002-02-24 Juanma Barranquero <lektu@terra.es>
16192
16193 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
16194
16195 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
16196
16197 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
16198 `custom-buffer' customize group.
16199
16200 2002-02-23 Kim F. Storm <storm@cua.dk>
16201
16202 * help.el (where-is): Use remap-command.
16203
16204 * help-fns.el (describe-function-1): Use remap-command.
16205
16206 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
16207 change (no longer accept a symbol for the KEY argument).
16208
16209 2002-02-23 Colin Walters <walters@debian.org>
16210
16211 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
16212 * calc/calcalg2.el (math-solve-get-sign): Ditto.
16213
16214 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
16215 in generated function.
16216
16217 * ibuf-ext.el (ibuffer-old-time): Change to hours.
16218 (ibuffer-mark-old-buffers): Handle it.
16219
16220 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
16221 (toplevel): Bind them.
16222 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
16223 not necessary now that we use pcomplete.
16224
16225 * comint.el: Document how use new pcomplete completion facility.
16226
16227 2002-02-23 Richard M. Stallman <rms@gnu.org>
16228
16229 * mail/rmailsum.el (rmail-summary-output): Properly advance
16230 to next message, by calling rmail-summary-goto-msg.
16231
16232 * net/browse-url.el (browse-url-galeon): Specify --existing
16233 for an existing window. Use --noraise rather than --no-raise.
16234 Don't use -x.
16235
16236 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
16237
16238 * progmodes/etags.el (find-tag-noselect, find-tag)
16239 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
16240 Fix a typo in doc strings.
16241
16242 2002-02-20 Deepak Goel <deego@glue.umd.edu>
16243
16244 * play/snake.el (snake-velocity-queue, snake-update-velocity)
16245 (snake-final-x-velocity, snake-final-y-velocity):
16246 New variable and functions. Store user's keypresses
16247 into a queue and pop from the queue each subsequent turn.
16248 (snake-update-game, snake-move-left)
16249 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
16250 (snake-start-game): Use that queue.
16251 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
16252 (snake-use-color-flag): Likewise.
16253 (snake-mode): Rename uses of those variables.
16254
16255 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
16256
16257 Support for ICCCM Extended Segments in X selections:
16258
16259 * international/mule-conf.el (ctext-no-compositions): New coding
16260 system.
16261 (compount-text-no-extensions): Renamed from compound-text.
16262 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
16263 compound-text-no-extensions.
16264 (compound-text): Redefined using post-read and pre-write conversions.
16265
16266 * international/mule.el (non-standard-icccm-encodings-alist)
16267 (non-standard-designations-alist): New variables.
16268 (ctext-post-read-conversion, ctext-pre-write-conversion):
16269 New functions.
16270
16271 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
16272
16273 * vc.el (vc-default-init-version): Update documentation to
16274 indicate that the backend can override the default init version.
16275 (vc-register): Use the backend init-version function, if it
16276 exists, to determine the initial version of a file.
16277 (vc-diff-switches-list): Don't symbol-quote backend, since it's
16278 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
16279
16280 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
16281 not version-controlled. This is necessary, e.g., if the file has
16282 just been reverted, and thus was previously under version control
16283 but isn't any longer.
16284 (vc-find-file-hook): Likewise.
16285
16286 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
16287
16288 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
16289 (vc-cvs-sticky-tag-display): New variable.
16290 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
16291 (vc-cvs-checkin): If the input revision is a valid symbolic tag
16292 name, we create it as a branch, commit and switch to it.
16293 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
16294 (vc-cvs-valid-symbolic-tag-name-p): New function.
16295 (vc-cvs-parse-sticky-tag): New function.
16296 (vc-cvs-parse-entry): Added parsing of sticky tags.
16297
16298 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
16299
16300 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
16301 nil, and then explicitly set the standard-value to t.
16302
16303 2002-02-20 Sam Steingold <sds@gnu.org>
16304
16305 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
16306 since it is used in the menu bar.
16307
16308 2002-02-20 Richard M. Stallman <rms@gnu.org>
16309
16310 * simple.el (shell-command-on-region): Display the exit status
16311 when a command fails.
16312
16313 * subr.el (add-hook): Doc fix.
16314
16315 * frame.el (other-frame): Doc fix.
16316
16317 * simple.el (yank): Clear `field' property.
16318
16319 2002-02-20 Tom Tromey <tromey@cachet>
16320
16321 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
16322 natural paragraph boundaries. Don't fail at beginning of buffer.
16323
16324 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16325
16326 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
16327 call the argument "arg" to match plain next-line and
16328 previous-line. From Kevin Ryde <user42@zip.com.au>.
16329
16330 2002-02-19 Sam Steingold <sds@gnu.org>
16331
16332 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
16333 scroll amounts for different modifiers now.
16334 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
16335 format properly.
16336 (mouse-wheel-mode): Ditto.
16337
16338 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
16339
16340 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
16341 around function body.
16342
16343 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
16344 sense of the comparison, to match the doc strings of functions
16345 that use this macro.
16346
16347 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
16348
16349 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
16350
16351 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
16352 * menu-bar.el (menu-bar-mode): Ditto.
16353
16354 2002-02-18 Andreas Schwab <schwab@suse.de>
16355
16356 * replace.el (query-replace-regexp-eval): Doc fix.
16357
16358 2002-02-18 Colin Walters <walters@verbum.org>
16359
16360 * calc/calcalg2.el (math-solve-get-int): Convert return value from
16361 `math-get-from-counter' to a string before calling `concat' on it.
16362
16363 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
16364 (calc-public-autoloads): Obsolete; remove.
16365 (calc-private-autoloads): Ditto.
16366 (calc-add-autoloads): Ditto.
16367
16368 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
16369 for body.
16370
16371 2002-02-17 Jason Rumney <jasonr@gnu.org>
16372
16373 * w32-win.el (x-option-alist, x-long-option-alist)
16374 (x-switch-definitions): Remove, use command-line-x-option-alist
16375 instead to be consistent with X.
16376 (x-handle-initial-switch): New function.
16377
16378 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16379
16380 * faces.el (mode-line-inactive, header-line): Add the :inherit
16381 attribute for the tty case.
16382
16383 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
16384
16385 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
16386 invoked from Rmail with full headers displayed.
16387
16388 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16389
16390 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
16391 when repeated.
16392 * textmodes/paragraphs.el (mark-paragraph): Ditto.
16393
16394 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
16395
16396 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
16397 (menu-bar-tools-menu): Removed speedbar.
16398
16399 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
16400 and `flyspell-mode' entries.
16401
16402 * textmodes/flyspell.el (flyspell): Add to ispell group.
16403
16404 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16405
16406 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
16407 repeated.
16408 (mark-defun): Mark more if repeated.
16409
16410 2002-02-17 Colin Walters <walters@verbum.org>
16411
16412 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
16413
16414 * ibuffer.el (ibuffer-truncate-lines): New option.
16415 (ibuffer-mode): Use it.
16416
16417 2002-02-17 Kim F. Storm <storm@cua.dk>
16418
16419 * cus-start.el: Add mouse-highlight.
16420
16421 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
16422
16423 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
16424
16425 * cus-start.el: Add automatic-hscroll-margin and
16426 automatic-hscroll-step.
16427
16428 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16429
16430 * cus-start.el (x-autoselect-window): Allow customization.
16431
16432 * eshell/em-alias.el (eshell-alias-initialize): Do not use
16433 make-local-hook.
16434
16435 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
16436
16437 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
16438
16439 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
16440
16441 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
16442
16443 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
16444
16445 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
16446
16447 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
16448
16449 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
16450
16451 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
16452
16453 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
16454
16455 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
16456
16457 * eshell/esh-io.el (eshell-io-initialize): Likewise.
16458
16459 * eshell/esh-mode.el (eshell-mode): Likewise.
16460
16461 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
16462
16463 * eshell/esh-var.el (eshell-var-initialize): Likewise.
16464
16465 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
16466
16467 * progmodes/idlwave.el (idlwave-mode): Likewise.
16468
16469 * textmodes/reftex-sel.el (reftex-select-label-mode)
16470 (reftex-select-bib-mode): Likewise.
16471
16472 2002-02-16 John Wiegley <johnw@gnu.org>
16473
16474 * eshell/em-hist.el (eshell-hist-initialize): When in the
16475 minibuffer, use the global value of `eshell-history-ring', and
16476 never save it to disk, or ask to save it to disk. This allows
16477 users of session.el to control whether its global state should be
16478 persisted or not.
16479 (eshell-add-command-to-history): Don't write Eshell's history out
16480 to disk, let the governing mode control that upon exit.
16481
16482 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
16483
16484 * eshell/eshell.el (eshell-command): Before reading from the
16485 minibuffer, add eshell-add-command-to-history to
16486 minibuffer-exit-hook, and remove it after read-from-minibuffer
16487 returns.
16488
16489 * eshell/em-hist.el (eshell-add-input-to-history): New function,
16490 with most of the code from eshell-add-to-history.
16491 (eshell-add-command-to-history): New function, to record in
16492 eshell-history the commands run via eshell-command.
16493 (eshell-add-to-history): Call eshell-add-command-to-history to do
16494 most of the work.
16495
16496 2002-02-16 John Wiegley <johnw@gnu.org>
16497
16498 * eshell/esh-ext.el (eshell-external-command): Added a fix for
16499 XEmacs' new dired.el, which adds a global entry in the
16500 `file-name-handler-alist'.
16501
16502 2002-02-16 John Wiegley <johnw@gnu.org>
16503
16504 * align.el (align-region): Added a missing name argument.
16505
16506 2002-02-16 John Wiegley <johnw@gnu.org>
16507
16508 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
16509 after the #! of a shell interpretor specification.
16510
16511 2002-02-15 Richard M. Stallman <rms@gnu.org>
16512
16513 * help.el (describe-key-briefly): Make output in INSERT case
16514 look just like what is displayed in the normal case.
16515
16516 2002-02-15 Andreas Schwab <schwab@suse.de>
16517
16518 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
16519 Require non-letter after specials.
16520
16521 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
16522
16523 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
16524
16525 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16526
16527 * simple.el (mark-word): Mark more if repeated.
16528 * textmodes/paragraphs.el (mark-paragraph): Ditto.
16529 (mark-end-of-sentence): Ditto.
16530
16531 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
16532
16533 * wid-edit.el (widgetp): Made it more robust.
16534
16535 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
16536
16537 * facemenu.el (describe-text-done): New function.
16538 (describe-text-mode-map): New variable.
16539 (describe-text-mode-hook): New option.
16540 (describe-text-mode): New function.
16541 (describe-text-widget): New function.
16542 (describe-text-sexp): New function.
16543 (describe-text-properties): New function.
16544 (describe-text-category): New command.
16545 (describe-text-at): New command.
16546 (facemenu-menu): Replace `list-text-properties-at' with
16547 `describe-text-at' in the menu.
16548
16549 * wid-edit.el (widgetp): New function.
16550 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
16551
16552 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
16553
16554 * wid-browse.el: Removed version and x-url keywords.
16555
16556 2002-02-13 Kim F. Storm <storm@cua.dk>
16557
16558 * cus-start.el (mode-line-in-non-selected-windows):
16559 Allow customization.
16560
16561 2002-02-13 Richard M. Stallman <rms@gnu.org>
16562
16563 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
16564 Tell bibtex-parse-keys to output no progress messages.
16565
16566 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
16567
16568 * progmodes/pascal.el (pascal-imenu-generic-expression):
16569 Add menu-title and fix parentheses.
16570
16571 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
16572
16573 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
16574 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
16575
16576 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
16577
16578 * menu-bar.el (menu-bar-options-save): Only save
16579 `current-language-environment' and `default-input-method' when
16580 marked as customized.
16581
16582 * international/mule-cmds.el
16583 (setup-specified-language-environment):
16584 Mark `current-language-environment' as customized.
16585 (set-input-method): Mark `default-input-method' as customized when
16586 called interactively.
16587 (toggle-input-method): Ditto.
16588
16589 2002-02-11 Colin Walters <walters@verbum.org>
16590
16591 * ibuffer.el (ibuffer-switch-format): Supply required argument for
16592 `ibuffer-current-formats'.
16593
16594 2002-02-11 Miles Bader <miles@gnu.org>
16595
16596 * faces.el (mode-line-inactive): Add dark-background variant.
16597
16598 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
16599
16600 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
16601 * menu-bar.el (menu-bar-mode): Ditto.
16602 * cus-edit.el (customize-mark-to-save): Always save variables
16603 without a standard value.
16604
16605 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
16606 (menu-bar-options-save): Ditto.
16607 (menu-bar-showhide-menu): Ditto.
16608 (menu-bar-options-menu): Ditto.
16609 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
16610 (menu-bar-scroll-bar-none): Remove.
16611 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
16612 expressions instead.
16613
16614 * cus-edit.el (customize-set-value): Return value.
16615 (customize-set-variable): Ditto.
16616 (customize-save-variable): Ditto.
16617 (customize-set-variable): Load dependencies before setting value.
16618 (custom-load-symbol): Autoload it.
16619 (customize-mark-as-set): New function.
16620
16621 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
16622
16623 * cus-start.el: Don't warn about "x-*" symbols when building a
16624 non-GUI version.
16625
16626 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16627
16628 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
16629 Doc fix.
16630 (strokes-help): Do not use doubled with-output-to-temp-buffer.
16631 Fix the help string.
16632 (strokes-prompt-user-save-strokes): Fix typo.
16633 (strokes-list-strokes): Use proper exit-action argument for
16634 view-buffer. Update copyright notice.
16635
16636 * international/mule-diag.el: Various doc and message fixes.
16637 (non-iso-charset-alist): Add mac-roman. Don't add entries for
16638 codepages already present.
16639 (list-block-of-chars): Display space for null entries in
16640 translation table. Display tab specially.
16641 (list-non-iso-charset-chars): Check for null charsets. Use pop
16642 for clarity. Don't break 8-bit sets into sections between ranges.
16643 (list-charset-chars): Avoid indent-tabs-mode.
16644 (describe-char-after): Maybe use the text property for syntax
16645 table information. Maybe report char-code-property-table info.
16646 Maybe report character's unicode. Tweak printing of list info.
16647 (list-input-methods): Add xref buttons.
16648 (dump-charsets, dump-codings): Deleted (obsolete).
16649 From Dave Love <fx@gnu.org>.
16650
16651 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16652
16653 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
16654
16655 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
16656
16657 * viper-util.el (viper-read-key-sequence): Fix so it'll read
16658 fast key sequences in emacs native mode
16659 (viper-events-to-keys): Delete.
16660
16661 * viper.el (describe-key, describe-key-briefly): Get rid of
16662 viper-events-to-keys.
16663
16664 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
16665
16666 * ediff-wind.el (ediff-setup-control-frame):
16667 Use ediff-has-gutter-support.
16668
16669 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
16670 check if buff is alive.
16671
16672 * ediff.el: Typo in comment.
16673
16674 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16675
16676 * menu-bar.el (menu-bar-options-save): Take care of
16677 line-number-mode and column-number-mode variables.
16678 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
16679 "Show Column Number" in "Show/Hide" menu.
16680
16681 2002-02-09 Richard M. Stallman <rms@gnu.org>
16682
16683 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
16684
16685 2002-02-09 Kim F. Storm <storm@cua.dk>
16686
16687 * faces.el (mode-line-inactive): New face for mode-line for
16688 non-selected windows.
16689 (mode-line): Doc fix: Only used for selected window.
16690
16691 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
16692
16693 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
16694 name to "Insert Diary Entry".
16695
16696 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
16697
16698 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
16699 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
16700
16701 2002-02-08 Richard M. Stallman <rms@gnu.org>
16702
16703 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
16704
16705 2002-02-08 Andreas Schwab <schwab@suse.de>
16706
16707 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
16708 of point-min.
16709
16710 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
16711
16712 * net/ange-ftp.el (ange-ftp-process-handle-line)
16713 (ange-ftp-set-xfer-size): If the file's size is a float, divide
16714 by 1024 instead of using ash.
16715
16716 * international/mule-cmds.el (select-safe-coding-system):
16717 State the buffer's name in the message popped in the *Warning* buffer,
16718 and make sure the offending buffer is displayed.
16719
16720 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
16721
16722 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
16723
16724 2002-02-07 Richard M. Stallman <rms@gnu.org>
16725
16726 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
16727
16728 * register.el (list-registers): New command.
16729 (describe-register-1): New subroutine, taken out of view-register.
16730
16731 * emacs-lisp/copyright.el (copyright-regexp):
16732 Delete the unibyte copyright symbol; it's redundant.
16733 Fix a spazz in the multibyte encoding here.
16734
16735 2002-02-07 Dave Love <fx@gnu.org>
16736
16737 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
16738 (cyrillic-encode-alternativnyj-char): Get translation tables from
16739 symbol properties, not as variables.
16740 (standard-display-cyrillic-translit): Include unicodes.
16741
16742 2002-02-06 Kim F. Storm <storm@cua.dk>
16743
16744 * help.el (where-is): Report remapped commands.
16745
16746 * help-fns.el (describe-function-1): Ditto.
16747
16748 * subr.el (global-set-key, local-set-key): Accept a symbol for the
16749 KEY argument (like define-key).
16750
16751 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16752
16753 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
16754
16755 2002-02-06 Richard M. Stallman <rms@gnu.org>
16756
16757 * mail/mailabbrev.el: Require sendmail only at compile time.
16758 (mail-mode-header-syntax-table): Var deleted.
16759 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
16760 (sendmail-pre-abbrev-expand-hook): Only temporarily change
16761 local-abbrev-table and the syntax table.
16762 Compute mail-abbrev-syntax-table if that has not been done.
16763
16764 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
16765
16766 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
16767 (debugger-frame-number): Figure out the offset directly.
16768 (debugger-setup-buffer): Don't use debugger-frame-offset.
16769 (debugger-frame, debugger-frame-clear): Likewise.
16770 (debugger-jump): Don't alter debugger-frame-offset.
16771
16772 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16773 Replace foo-p as var name with foo-flag, not foo-p-flag.
16774
16775 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
16776 (highlight-changes-passive-string): Default to -Chg.
16777 (highlight-changes-global-modes): Doc fix.
16778
16779 * dired.el (dired-get-filename): Add /: when appropriate
16780 to avoid taking a local name as remote.
16781
16782 * files.el (file-name-non-special): Add special handling for
16783 file-name-sans-versions, file-name-completion, and
16784 file-name-all-completions.
16785
16786 * isearch.el (isearch-update): Don't update display in kbd macro.
16787 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
16788
16789 * subr.el (force-mode-line-update): Doc fix.
16790
16791 * subr.el (atomic-change-group, prepare-change-group)
16792 (activate-change-group, accept-change-group, cancel-change-group):
16793 New functions.
16794
16795 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
16796 (transpose-subr-1): Use atomic-change-group.
16797
16798 * subr.el (add-minor-mode): Include the mode's lighter string
16799 in the minor mode menu item name.
16800
16801 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
16802 rmail-count-screen-lines starting from (point-min).
16803
16804 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
16805 beyond the image height, to use the fancy splash screen.
16806
16807 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
16808 (text-mode): Set text-mode-variant here.
16809
16810 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
16811
16812 * play/pong.el (pong-height): Don't use height that exceeds the
16813 frame height.
16814 (pong-border-options): Make the border colors slightly more bright.
16815
16816 * play/gamegrid.el (gamegrid-display-type): Treat any
16817 color-capable display as color-x, if display-color-p is fboundp.
16818 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
16819 (gamegrid-make-color-tty-face): Use the value of color, not the
16820 symbol itself. Don't call gamegrid-color.
16821
16822 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
16823
16824 * gud.el (gud-refresh): Call recenter only after we are sure we
16825 are in the right window.
16826
16827 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
16828
16829 * cus-edit.el (customize-mark-to-save): New function.
16830 * menu-bar.el (menu-bar-options-save): Rewrote.
16831
16832 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16833
16834 * cus-start.el (x-use-underline-position-properties):
16835 Allow customization.
16836
16837 2002-02-04 Simon Josefsson <jas@extundo.com>
16838
16839 * dired.el (dired-load-hook, dired-mode-hook)
16840 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
16841
16842 2002-02-03 Colin Walters <walters@verbum.org>
16843
16844 * ibuf-ext.el (ibuffer-filter-format-alist)
16845 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
16846 New variables.
16847 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
16848 is now the Emacs CVS tree.
16849 (ibuffer-formats): Doc fix.
16850 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
16851 (ibuffer-current-format): Use them.
16852 (ibuffer-recompile-formats, ibuffer-check-formats)
16853 (ibuffer-switch-format, ibuffer-update-title):
16854 Add support for ibuffer-filter-format-alist.
16855 (define-ibuffer-column process): Remove unncessary consing.
16856
16857 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
16858 for a summary column.
16859
16860 2002-02-03 Andreas Schwab <schwab@suse.de>
16861
16862 * window.el (save-selected-window): Move macro before first use.
16863 (balance-windows): Fix misplaced parenthesis.
16864
16865 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16866
16867 * calculator.el (calculator-displayers): Doc fixes.
16868
16869 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16870
16871 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
16872 (menu-bar-options-save): Save also the value of `display-time-mode'.
16873 (showhide-date-time): New function.
16874 (menu-bar-showhide-menu): New menu-item "Date and time".
16875
16876 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
16877
16878 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
16879 get-file-buffer to check for rmail buffer existence.
16880
16881 * term.el (term-emulate-terminal): Extract proper command string
16882 which is supplied to term-command-hook.
16883
16884 2002-02-03 Richard M. Stallman <rms@gnu.org>
16885
16886 * international/quail.el (quail-help): Don't call help-setup-xref.
16887
16888 * international/mule-cmds.el (describe-input-method):
16889 Call help-setup-xref here.
16890 (describe-current-input-method): Doc fix.
16891
16892 * novice.el (disabled-command-hook): Clarify output text.
16893 Indent the paragraph from the command's doc string.
16894
16895 * dabbrev.el (dabbrev--goto-start-of-abbrev):
16896 Exit loop on beginning of field rather than bobp.
16897
16898 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16899
16900 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
16901 the message text into the *mail* buffer, and restore the pruned
16902 state after that.
16903
16904 * mail/rmail.el (rmail-redecode-body): Prune the headers before
16905 looking for X-Coding-System header, and restore the pruned state
16906 before returning.
16907
16908 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16909
16910 * cus-edit.el (customize-save-variable): Fix typo in prompt.
16911
16912 These changes integrate new version of flyspell.el from its
16913 maintainer, Manuel Serrano:
16914
16915 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
16916 (flyspell-mode-on, flyspell-notify-misspell)
16917 (flyspell-small-region, flyspell-external-point-words)
16918 (flyspell-large-region): Use it
16919 (flyspell-before-incorrect-word-string)
16920 (flyspell-after-incorrect-word-string): New user options.
16921 (make-flyspell-overlay): Use them.
16922 (flyspell-version): New function.
16923 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
16924 definitions to use :weight.
16925 (flyspell-insert-function): New user option.
16926 (flyspell-auto-correct-word, flyspell-correct-word)
16927 (flyspell-xemacs-correct): Use it.
16928 (flyspell-define-abbrev): New function.
16929 (flyspell-auto-correct-word, flyspell-correct-word)
16930 (flyspell-xemacs-correct): Use it.
16931 (make-flyspell-overlay): Use `evaporate' property.
16932 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
16933 (flyspell-emacs-popup): Use `session' instead of `accept'.
16934 (flyspell-auto-correct-previous-pos): New variable.
16935 (flyspell-auto-correct-previous-hook)
16936 (flyspell-auto-correct-previous-word): New functions.
16937
16938 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16939
16940 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
16941 don't alter the user's ~/.emacs.
16942 (disable-command): If user-init-file is nil or does not exist,
16943 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
16944 But don't alter the init file if Emacs was invoked as "emacs -q"
16945
16946 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
16947
16948 * mail/sendmail.el (mail-mode): Undo half of last change.
16949
16950 * indent.el (indent-for-tab-command): Remove spurious code.
16951
16952 * hi-lock.el (hi-lock-find-patterns): Save restriction.
16953
16954 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
16955
16956 * calendar/time-date.el: Moved from lisp/gnus.
16957
16958 * calendar/parse-time.el: Ditto.
16959
16960 2002-01-31 Richard M. Stallman <rms@gnu.org>
16961
16962 * international/iso-acc.el (iso-languages): Fix ", " in French.
16963
16964 * cus-start.el (history-length): Specify customization for it.
16965
16966 * emacs-lisp/debug.el (debugger-setup-buffer):
16967 When an eval-buffer frame was reading from a buffer,
16968 insert indication of the buffer position.
16969 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
16970 (debugger-frame-clear, debugger-frame): Error on non-frame line.
16971
16972 * simple.el (shell-command-on-region): Err if no mark
16973 before reading the command string.
16974
16975 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
16976 Definitions moved down after hl-line-mode var's definition.
16977
16978 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
16979 (hilit-chg-set-face-on-change): Rename arg.
16980 (hilit-chg-make-ov): Detect error earlier.
16981
16982 * ediff-hook.el: Delete autoload cookies.
16983
16984 * comint.el (comint-scroll-show-maximum-output): Default is t.
16985
16986 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
16987 (batch-byte-compile-if-not-done): New function.
16988
16989 * Makefile.in (compile): New target.
16990 (compile-always): Renamed from compile-files.
16991 (compile-after-backup): Renamed from compile.
16992 (bootstrap): Depend on compile-always, not compile-files.
16993
16994 * emulation/pc-select.el (pc-select-save-and-set-mode):
16995 Properly use MODE-VAR.
16996
16997 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16998
16999 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
17000 Version" to "About Emacs".
17001 (menu-bar-options-save): Add `default-frame-alist'
17002 to saved variables.
17003 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
17004 of the variable `scroll-bar-mode'.
17005
17006 * startup.el (normal-splash-screen, display-splash-screen):
17007 New functions (separated from command-line-1).
17008 (command-line-1): Use them.
17009
17010 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
17011
17012 * calendar/calendar.el (generate-calendar-month): Doc fix.
17013
17014 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17015
17016 * time.el (display-time-mail-directory): New option.
17017 (display-time-mail-function): Update doc-string.
17018 (display-time-mail-icon): Use XPM image when available.
17019 (display-time-string-forms): Use more descriptive text as
17020 help-echo property.
17021 (display-time-mail-check-directory): New function.
17022 (display-time-update): Use it.
17023
17024 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
17025 Quote `window-system'.
17026
17027 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
17028 Add Keywords header. Update Commentary section.
17029 Update copyright notice.
17030
17031 * menu-bar.el (menu-bar-scroll-bar-right)
17032 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
17033 (showhide-menu-bar): New functions.
17034 (menu-bar-showhide-menu): New submenu "Show/Hide".
17035 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
17036 "Show/Hide".
17037 Update copyright notice.
17038
17039 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
17040
17041 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
17042
17043 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
17044
17045 * pc-select.el (pc-selection-mode-hook)
17046 (pc-select-saved-settings-alist, pc-select-map)
17047 (pc-select-saved-global-map, pc-select-key-bindings-alist)
17048 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
17049 (pc-select-meta-moves-sexps-key-bindings)
17050 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
17051 New variables.
17052 (pc-select-define-keys, pc-select-restore-keys): New functions.
17053 (pc-select-add-to-alist, pc-select-save-and-set-var)
17054 (pc-select-save-and-set-mode, pc-select-restore-var)
17055 (pc-select-restore-mode): New macros.
17056 (pc-selection-mode): Completely rewrote the body of the function;
17057 the main goal was to make pc-selection-mode "turn-off"-able, like
17058 other minor modes. Use define-minore-mode instead of just a
17059 defun. Store the key bindings into four alists:
17060 pc-select-default-key-bindings, pc-select-extra-key-bindings,
17061 pc-select-meta-moves-sexps-key-bindings, and
17062 pc-select-tty-key-bindings; then have the pc-select-define-keys
17063 function walk those alists instead of calling define-key
17064 repeatedly. When the mode is turned on, set the
17065 keybindings in global-map and remember the old keybindings; when
17066 the mode is turned off, restore the previously-saved keybindings.
17067 (pc-selection-mode defcustom): Reflect the fact that the mode is
17068 now "turn-off"-able.
17069
17070 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
17071
17072 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
17073 returns t, don't treat that as an error.
17074
17075 2002-01-25 Jason Rumney <jasonr@gnu.org>
17076
17077 * faces.el (face-font-registry-alternatives) [windows-nt]:
17078 Add ms-oemlatin as an alternative for iso8859-1.
17079
17080 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
17081
17082 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
17083 args and the absence of an entry. Don't add -f each time.
17084
17085 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
17086
17087 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
17088
17089 Support for more than 8 colors on character terminals:
17090
17091 * term/rxvt.el: New file.
17092
17093 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
17094
17095 * term/xterm.el (xterm-standard-colors): New variable.
17096 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
17097 (xterm-rxvt-set-background-mode): New functions.
17098 (toplevel): Call xterm-register-default-colors,
17099 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
17100 Add support for more keys from xterm's terminfo entry.
17101
17102 * facemenu.el (list-colors-display): If the argument is nil, don't
17103 show more colors that the number returned by display-color-cells.
17104
17105 * term/pc-win.el (msdos-color-values): Reverse the order of the
17106 colors, since tty-color-define now preserves the registration order.
17107
17108 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
17109
17110 * term/tty-colors.el (tty-standard-colors): Reverse the order.
17111 (tty-register-default-colors): New function; code moved from
17112 startup.el's command-line.
17113 (tty-modify-color-alist): Use nconc instead of cons, to preserve
17114 the order the colors where registered.
17115
17116 * frame.el (display-color-cells): Use tty-display-color-cells.
17117
17118 * startup.el (command-line): Call tty-register-default-colors.
17119
17120 2002-01-25 Richard M. Stallman <rms@gnu.org>
17121
17122 * subr.el (remove): Doc fix.
17123
17124 2002-01-24 Richard M. Stallman <rms@gnu.org>
17125
17126 * progmodes/compile.el (compilation-handle-exit):
17127 Add a compilation-handle-exit property to the "finished" message.
17128 (compilation-parse-errors): Stop parsing when that property is seen.
17129
17130 * subr.el (substring-no-properties): New function.
17131 (copy-without-properties): Function deleted.
17132
17133 * term/x-win.el (x-handle-geometry): Put sizes on both
17134 initial-frame-alist and default-frame-alist.
17135
17136 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
17137 for saving .emacs.
17138
17139 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
17140
17141 * calendar/calendar.el (generate-calendar-month): Doc fix.
17142
17143 2002-01-23 Richard M. Stallman <rms@gnu.org>
17144
17145 * play/tetris.el (tetris): New defgroup.
17146 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
17147 (tetris-default-tick-period): Convert to defcustom.
17148 Added * in docstring to indicate user variable.
17149 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
17150 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
17151 (tetris-buffer-height, tetris-width, tetris-height)
17152 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
17153
17154 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
17155
17156 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
17157 and is already matched by adaptive-fill-regexp.
17158
17159 2002-01-22 Richard M. Stallman <rms@gnu.org>
17160
17161 * bindings.el (mode-line-copied-mode-name): New variable.
17162 (mode-line-mode-name): Don't modify mode-name itself!
17163 Instead, make a copy and reuse it.
17164
17165 * subr.el (copy-without-properties): New function.
17166
17167 * progmodes/sh-script.el (sh-set-shell): Doc fix.
17168
17169 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
17170 slash if DIR is just slash.
17171
17172 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
17173
17174 2002-01-21 Richard M. Stallman <rms@gnu.org>
17175
17176 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
17177
17178 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
17179 Move defvar up.
17180
17181 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
17182
17183 * ibuffer.el: Don't require ibuf-ext at load time.
17184 (ibuffer): Require ibuf-ext here.
17185
17186 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17187
17188 * generic-x.el (apache-conf-generic-mode): Highlight the first
17189 word in a line even if preceded by blanks.
17190
17191 2002-01-21 Richard M. Stallman <rms@gnu.org>
17192
17193 * window.el (window-body-height): Handle minibuffer window specially.
17194 Otherwise, don't return less than 1.
17195
17196 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
17197
17198 * ange-ftp.el: Added support for BS2000, and for raw ftp
17199 login commands (needed in some circumstances).
17200 (ange-ftp-raw-login): New custom var.
17201 (ange-ftp-normal-login): Perform login with raw ftp commands, if
17202 ange-ftp-raw-login is set and account password is needed.
17203 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
17204 (ange-ftp-bs2000-filename-pubset-regexp)
17205 (ange-ftp-bs2000-filename-username-regexp)
17206 (ange-ftp-bs2000-filename-prefix-regexp)
17207 (ange-ftp-bs2000-name-template): New consts.
17208 (ange-ftp-bs2000-short-filename-regexp)
17209 (ange-ftp-bs2000-fix-name-regexp-reverse)
17210 (ange-ftp-bs2000-fix-name-regexp): New consts.
17211 (ange-ftp-bs2000-special-prefix): New custom var.
17212 (ange-ftp-fix-name-for-bs2000)
17213 (ange-ftp-fix-dir-name-for-bs2000): New funs.
17214 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
17215 (ange-ftp-bs2000-posix-hook-installed): New vars.
17216 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
17217 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
17218 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
17219 (ange-ftp-bs2000-filename-regexp): New const.
17220 (ange-ftp-bs2000-additional-pubsets): New custom var.
17221 (ange-ftp-bs2000-cd-to-posix): New fun.
17222
17223 2002-01-20 Colin Walters <walters@verbum.org>
17224
17225 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
17226 with `byte-compile-dynamic'.
17227 (ibuffer-default-directory, toplevel): Doc files.
17228
17229 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17230
17231 * tempo.el (tempo-define-template): Doc fix.
17232
17233 * scroll-bar.el (scroll-bar-mode): Make argument optional.
17234
17235 2002-01-20 Jason Rumney <jasonr@gnu.org>
17236
17237 * w32-vars.el: New file.
17238
17239 * loadup.el [windows-nt]: Load it.
17240
17241 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
17242 and make them defcustoms.
17243
17244 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
17245
17246 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17247
17248 * language/tibet-util.el (tibetan-decompose-region)
17249 (tibetan-decompose-string): Fix typo in docstring.
17250
17251 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
17252
17253 2002-01-18 Richard M. Stallman <rms@gnu.org>
17254
17255 * comint.el (comint-redirect-send-command-to-process):
17256 Restore previous current buffer.
17257
17258 * window.el (window-body-height): New function.
17259
17260 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
17261
17262 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
17263 "Finish Function" menu map entries for jdb mode.
17264 (gud-jdb-use-classpath): New customization variable.
17265 (gud-jdb-command-name): Add customization.
17266 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
17267 (gud-jdb-classpath-string): New variable.
17268 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
17269 (gud-jdb-build-source-files-list): Likewise.
17270 (gud-jdb-massage-args): Record any command argument classpath
17271 string in `gud-jdb-classpath-string'.
17272 (gud-jdb-lowest-stack-level): New function, finds bottom of current
17273 java call stack in jdb output.
17274 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
17275 (gud-jdb-parse-classpath-string): New functions.
17276 (gud-jdb-marker-filter): Search/detect classpath information in
17277 jdb's output. marker regexp updated to match oldjdb and jdb output
17278 formats. Expand search for source files to include new/old methods
17279 using new functions above. Do not allow `gud-marker-acc' to grow
17280 without bound.
17281 (jdb): Set classpath information (if available) as jdb is started.
17282 Change `gud-break' and `gud-remove'
17283 to use new %c ("class") escape in format strings.
17284 Add `gud-finish', `gud-up', `gud-down' command string functions, and
17285 add them to the local menu map. Update `comint-prompt-regexp' for
17286 jdb and oldjdb. If attaching to an already running java VM and
17287 configured to use classpath, send command to query for classpath,
17288 else use previous method for finding and parsing java
17289 sources. Set `gud-jdb-find-source' function accordingly.
17290 (gud-mode): Doc fix.
17291 (gud-format-command): Add support for new %c ("class") escape.
17292 (gud-find-class): New function in support of %c escape.
17293
17294 2002-01-17 Richard M. Stallman <rms@gnu.org>
17295
17296 * ibuf-ext.el: Enable byte-compile-dynamic.
17297
17298 2002-01-17 Jason Rumney <jasonr@gnu.org>
17299
17300 * term/w32-win.el: Restore conditional require of fontset.
17301
17302 2002-01-16 Richard M. Stallman <rms@gnu.org>
17303
17304 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
17305 more or less.
17306 (mouse-drag-region): New function. For a click in the echo area,
17307 show *Messages*.
17308
17309 * ibuf-ext.el: Delete the autoloads for functions defined with
17310 ibuffer-specific commands.
17311
17312 * help.el (describe-distribution): Really call view-file.
17313
17314 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
17315 (ange-ftp-get-process): Pass that arg.
17316
17317 * comint.el (comint-simple-send): Fix previous change.
17318
17319 * net/telnet.el (telnet-simple-send): Fix previous change.
17320
17321 * progmodes/sql.el (sql-escape-newlines-and-send)
17322 (sql-query-placeholders-and-send): Fix previous change.
17323
17324 2002-01-16 Colin Walters <walters@verbum.org>
17325
17326 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
17327 URL, Compatibility headers. Update copyright notice.
17328 * ibuf-macs.el (toplevel): Require `cl' when compiling.
17329
17330 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
17331
17332 * startup.el (command-line): Set EOL mnemonics for the Mac.
17333
17334 2002-01-16 Andreas Schwab <schwab@suse.de>
17335
17336 * mail/feedmail.el (feedmail): Fix :link spec.
17337
17338 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17339
17340 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
17341 2 ldapsearch.
17342
17343 * net/eudc.el: New maintainer. Change author's address.
17344 (eudc-pre-select-window-configuration, eudc-insertion-marker):
17345 Variables removed.
17346 (eudc-insert-selected): Function removed.
17347 (eudc-select): Reimplemented.
17348 (eudc-expand-inline): Delete the strings only after its expansion
17349 is chosen not before.
17350
17351 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
17352 Minor coding style fixes.
17353
17354 * net/eudcb-ldap.el: New maintainer. Change author's address.
17355 (eudc-attribute-display-method-alist): Display mail with
17356 eudc-display-mail.
17357
17358 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
17359 * net/eudc-vars.el: New maintainer. Change author's address.
17360
17361 * net/eudc-bob.el: New maintainer. Change author's address.
17362 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
17363 (eudc-display-mail): New function.
17364 (eudc-bob-play-sound-at-point): Remove XEmacs case.
17365
17366 2002-01-15 Richard M. Stallman <rms@gnu.org>
17367
17368 * emacs-lisp/autoload.el (make-autoload):
17369 Don't handle define-ibuffer-column, define-ibuffer-filter,
17370 define-ibuffer-sorter, and define-ibuffer-op.
17371
17372 2002-01-14 Richard M. Stallman <rms@gnu.org>
17373
17374 * calendar/calendar.el (diary-date-forms): Doc fix.
17375
17376 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
17377
17378 * startup.el (command-line): Register the default tty colors even
17379 if the terminal doesn't seem to support colors.
17380 <tty-long-option-alist>: New option --color.
17381 (tty-handle-args): Parse the --color arg.
17382
17383 * term/tty-colors.el (tty-color-mode-alist): New variable.
17384
17385 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
17386
17387 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
17388 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
17389 Use it.
17390 (ange-ftp-hook-function): Preserve match-data.
17391 (ange-ftp-insert-directory): Typo.
17392 (ange-ftp-shell-command): Check if regexp matched.
17393
17394 2002-01-13 Richard M. Stallman <rms@gnu.org>
17395
17396 * international/mule-cmds.el: help-map bindings moved to help.el.
17397
17398 * help.el (view-echo-area-messages): New function.
17399 (help-map): Add `e' binding. Delete obsolete `d' binding.
17400 Change old Info bindings C-f, C-k and C-i to F, K, S.
17401 Move view-emacs-FAQ from F to C-f.
17402 Move view-emacs-problems from P to C-e.
17403 Bindings moved here from mule-cmds.el.
17404 C-l binding for describe-language-environment deleted
17405 (help-for-help): Update for all these changes.
17406
17407 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
17408
17409 2002-01-13 Dave Love <fx@gnu.org>
17410
17411 * emacs-lisp/copyright.el: Doc fixes.
17412 (copyright-regexp): Add Latin-9 copyright sign.
17413 Match comment delimiters in year lists.
17414 (copyright-current-year): Initialize to load-time year.
17415
17416 2002-01-13 Andreas Schwab <schwab@suse.de>
17417
17418 * dired-aux.el (dired-do-shell-command): Doc fix.
17419
17420 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17421
17422 * startup.el (command-line-x-option-alist): New options "-fs",
17423 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
17424
17425 * term/x-win.el (x-handle-initial-switch): New function.
17426
17427 2002-01-13 Colin Walters <walters@debian.org>
17428
17429 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
17430 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
17431
17432 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
17433
17434 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
17435
17436 2002-01-12 Richard M. Stallman <rms@gnu.org>
17437
17438 * net/browse-url.el (browse-url-grail):
17439 Use browse-url-maybe-new-window.
17440
17441 * net/telnet.el (telnet-simple-send):
17442 Handle comint-input-sender-no-newline like comint-simple-send.
17443
17444 * progmodes/sql.el (sql-query-placeholders-and-send):
17445 Handle comint-input-sender-no-newline like comint-simple-send.
17446 (sql-escape-newlines-and-send): Likewise.
17447
17448 * comint.el (comint-input-sender): Doc fix.
17449 (comint-input-sender-no-newline): New variable.
17450 (comint-simple-send): If comint-input-sender-no-newline,
17451 don't output newline, but maybe send eof.
17452 (comint-send-input): New arg NO-NEWLINE.
17453 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
17454
17455 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17456
17457 * textmodes/flyspell.el (flyspell-check-pre-word-p):
17458 Prevent delaying when executing keyboard macros.
17459
17460 2002-01-12 Richard M. Stallman <rms@gnu.org>
17461
17462 * simple.el (line-move): If we can't move enough lines,
17463 go to beginning or end of line.
17464
17465 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
17466 and proper window.
17467
17468 * help.el (describe-mode): Call help-setup-xref in the help buffer.
17469 Switch buffers only after calling `help-buffer'.
17470
17471 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
17472 only when they are surrounded by whitespace.
17473 Use dired-mark-separator when adding one file name to a command.
17474 (dired-do-shell-command): Verify that * is surrounded by whitespace.
17475 Ask for confirmation if * or ? is not surrounded by whitespace.
17476 (dired-bunch-files): Re-reverse the partial file list when it is used.
17477
17478 2002-01-12 Richard M. Stallman <rms@gnu.org>
17479
17480 * comint.el (comint-dynamic-list-completions): Repeating the command
17481 after displaying a completion list scrolls the list.
17482
17483 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
17484
17485 * files.el (find-file-noselect): Don't consider a buffer as
17486 visiting a file literally if it is in hexl-mode.
17487
17488 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
17489
17490 2002-01-11 Richard M. Stallman <rms@gnu.org>
17491
17492 * startup.el (initial-scratch-message): Fix custom type, add group.
17493
17494 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
17495 around the decode-coding-region call.
17496
17497 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
17498 after displaying a completion list scrolls the list.
17499
17500 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
17501
17502 * version.el (emacs-version): Bump to 21.2.50.
17503
17504 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
17505
17506 * play/zone.el (zone-timeout): New var.
17507 (zone-hiding-modeline): New macro.
17508 (zone-call): New func.
17509
17510 (zone): Init `modeline-hidden-level' symbol property.
17511 Use `zone-call' instead of `funcall'.
17512
17513 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
17514
17515 (zone-pgm-stress): Use `zone-hiding-modeline'.
17516
17517 (zone-pgm-stress-destress): New zone program.
17518
17519 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
17520
17521 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
17522
17523 2002-01-09 Richard M. Stallman <rms@gnu.org>
17524
17525 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
17526
17527 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
17528
17529 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
17530 flyspell-mouse-map.
17531
17532 2002-01-08 Richard M. Stallman <rms@gnu.org>
17533
17534 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
17535
17536 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
17537
17538 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
17539
17540 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17541
17542 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
17543 Do not use make-local-hook.
17544
17545 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
17546
17547 * international/quail.el (quail-start-translation)
17548 (quail-start-conversion): Bind last-command-event, last-command,
17549 and this-command in the first let. This fixes the change from
17550 2000-08-30.
17551
17552 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
17553
17554 * ediff-hook.el: Add an autoload cookie.
17555
17556 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17557
17558 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
17559 address of the author.
17560
17561 2002-01-08 Richard M. Stallman <rms@gnu.org>
17562
17563 * replace.el (occur-mode-goto-occurrence-other-window): New command.
17564 (occur-mode-map): Bind `o' to that.
17565
17566 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
17567
17568 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17569 new macro that replaces viper-emacs-p and viper-xemacs-p in many
17570 cases. Used to reduce the number of warnings.
17571
17572 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
17573 (viper-standard-value): Move here from viper.el.
17574 (viper-set-unread-command-events): Move to viper-util.el
17575 (viper-check-minibuffer-overlay): Make sure
17576 viper-minibuffer-overlay is moved to cover the entire input field.
17577
17578 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
17579 (viper-read-key-sequence, viper-set-unread-command-events)
17580 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
17581
17582 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
17583
17584 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
17585
17586 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
17587
17588 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
17589 (viper-event-vector-p): Move to viper-util.el
17590
17591 * viper.el (viper-standard-value): Move to viper-cmd.el.
17592 Use viper-cond-compile-for-xemacs-or-emacs.
17593
17594 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17595
17596 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17597
17598 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
17599 New macro designed to be used in many places where ediff-emacs-p or
17600 ediff-xemacs-p was previously used. Reduces the number of warnings.
17601 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
17602 of ediff-xemacs-p.
17603 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
17604 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
17605 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
17606 Move to ediff-util.el.
17607 (ediff-event-key): Moved here.
17608
17609 * ediff-merge.el: Got rid of unreferenced variables.
17610
17611 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17612
17613 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17614 (ediff-cleanup-mess): Improve the way windows are set up after
17615 quitting ediff.
17616 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
17617 (ediff-dispose-of-variant-according-to-user): New function
17618 designed to be smarter and also understands indirect buffers.
17619 (ediff-highlight-diff-in-one-buffer)
17620 (ediff-unhighlight-diff-in-one-buffer)
17621 (ediff-unhighlight-diffs-totally-in-one-buffer)
17622 (ediff-highlight-diff, ediff-highlight-diff)
17623 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
17624 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
17625 (ediff-get-region-contents, ediff-make-current-diff-overlay):
17626 Moved here.
17627 (ediff-format-bindings-of): New function by Hannu Koivisto
17628 <azure@iki.fi>.
17629 (ediff-setup): Make sure the merge buffer is always widened and
17630 modifiable.
17631 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
17632 result of a merge into a file visited by another buffer.
17633 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
17634 is visited by another buffer and ask to save/delete that buffer.
17635 (ediff-verify-file-merge-buffer): New function to do the above.
17636
17637 * ediff-vers.el: Load ediff-init.el at compile time.
17638
17639 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17640
17641 * ediff.el (ediff-windows, ediff-regions-wordwise)
17642 (ediff-regions-linewise): Use indirect buffers to improve
17643 robustness and make it possible to compare regions of the same
17644 buffer (even overlapping regions).
17645 (ediff-clone-buffer-for-region-comparison)
17646 (ediff-clone-buffer-for-window-comparison): New functions.
17647 (ediff-files-internal): Refuse to compare identical files.
17648 (ediff-regions-internal): Get rid of the warning about comparing
17649 regions of the same buffer.
17650
17651 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
17652 Plus the following fixes courtesy of Dave Love: Doc fixes.
17653 (ediff-word-1): Use word class and move - to the
17654 front per regexp documentation.
17655 (ediff-wordify): Bind forward-word-function outside loop.
17656 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
17657 consing buffer contents.
17658 (ediff-goto-word): Move syntax table setting outside loop.
17659
17660 2002-01-07 Richard M. Stallman <rms@gnu.org>
17661
17662 * dired.el (dired-copy-filename-as-kill): Call kill-append
17663 if following a kill command.
17664
17665 * help-fns.el (describe-variable, describe-function):
17666 Do save-excursion.
17667
17668 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17669
17670 * net/ldap.el (ldap-search-internal): Skip error message from
17671 ldapsearch. Allow listing attribute names only. Do not open
17672 non-existent files.
17673
17674 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
17675 call non-existent function.
17676
17677 * net/eudc.el (top-level): Revert previous change.
17678
17679 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
17680 variables to prevent warning from byte-compiler.
17681
17682 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
17683 string-match on emacs-version again.
17684
17685 * enriched.el (enriched-make-annotation): Fix the change from
17686 2002-01-05.
17687 (enriched-handle-display-prop): Return proper values.
17688
17689 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
17690 Use proper attribute name labeledUri instead of deprecated labeledUrl.
17691
17692 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17693
17694 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
17695 editing an empty hotlist.
17696
17697 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
17698 Use buffer-string instead of buffer-substring for the whole buffer.
17699
17700 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
17701 not free.
17702
17703 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
17704 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
17705 (eudc-bob-save-object): Make the buffer unibyte.
17706 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
17707 object to external program.
17708
17709 2002-01-05 Andre Spiegel <spiegel@gnu.org>
17710
17711 * vc.el (vc-branch-part): Return nil if there's no `.'
17712 (vc-default-previous-version): Renamed from vc-previous-version.
17713 New args BACKEND and FILE. Return nil for revision numbers
17714 without a `.'
17715 (vc-version-diff): Call vc-BACKEND-previous-version.
17716 (vc-steal-lock): Steal lock before composing mail, so that no mail
17717 is sent when the stealing goes wrong. And we'll actually see the
17718 error in that case now.
17719 (vc-finish-steal): Removed.
17720
17721 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
17722 the lock, so that we see expanded headers.
17723 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
17724 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
17725 available from vc.el. Updated all callers.
17726
17727 2002-01-05 Richard M. Stallman <rms@gnu.org>
17728
17729 * enriched.el (enriched-make-annotation): Doc fix.
17730
17731 * format.el (format-replace-strings, format-subtract-regions)
17732 (format-annotate-region, format-annotate-location)
17733 (format-annotate-atomic-property-change)
17734 (format-annotate-single-property-change): Doc fixes.
17735
17736 2002-01-05 Jason Rumney <jasonr@gnu.org>
17737
17738 * term/w32-win.el: Require fontset unconditionally.
17739 (w32-handle-scroll-bar-event): Remove.
17740
17741 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17742
17743 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
17744 copyrights to be updated.
17745
17746 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
17747
17748 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
17749 2001-10-24.
17750
17751 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
17752
17753 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17754
17755 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
17756 (ldap-ignore-attribute-codings): Change the default value to allow
17757 encoding/decoding of attributes.
17758 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
17759
17760 2002-01-03 Richard M. Stallman <rms@gnu.org>
17761
17762 * files.el (basic-save-buffer): Undo previous change.
17763
17764 * calendar/diary-lib.el (diary-block): Doc fix.
17765
17766 * custom.el (defcustom): Fix syntax of previous change.
17767
17768 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
17769
17770 * custom.el (defcustom): Documented :tag, :link and :load.
17771
17772 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17773
17774 * mail/sendmail.el (mail-recover-1): New function.
17775 (mail-recover): Switch to the *mail* buffer right away.
17776 Use buffer-auto-save-file-name instead of calling
17777 make-auto-save-file-name. Call dired-noselect instead of invoking
17778 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
17779 before reading the auto-save file. If the buffer's auto-save file
17780 does not exist, call mail-recover-1 to allow recovery from past
17781 auto-saved drafts.
17782
17783 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17784
17785 * time.el (display-time-load-average-threshold): Fix defcustom
17786 (add type and group).
17787
17788 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
17789 specification from the hostname.
17790
17791 2002-01-02 Richard M. Stallman <rms@gnu.org>
17792
17793 * facemenu.el (facemenu-active-faces):
17794 Use face-attributes-as-vector, not face-attributes-vector.
17795
17796 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
17797
17798 * xscheme.el: Eleven years of updates on a private copy.
17799
17800 Extensive changes to support multiple xscheme buffers:
17801 (run-scheme): Break up into new functions to facilitate starting
17802 processes in other buffers.
17803 (xscheme-start, xscheme-read-command-line): New functions.
17804 (start-scheme, select-scheme)
17805 (default-xscheme-runlight)
17806 (global-set-scheme-interaction-buffer)
17807 (local-set-scheme-interaction-buffer)
17808 (local-clear-scheme-interaction-buffer)
17809 (exit-scheme-interaction-mode)
17810 (verify-xscheme-buffer): New functions.
17811 (xscheme-process-name, xscheme-buffer-name)
17812 (xscheme-runlight): New internal vars.
17813 (default-xscheme-runlight): New const.
17814 (xscheme-start-process): Add args for the process/buffer names.
17815 (reset-scheme): Pass process/buffer names.
17816 (scheme-interaction-mode): Initialize new local vars.
17817 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
17818 (xscheme-select-process-buffer, xscheme-process-buffer)
17819 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
17820 (xscheme-goto-output-point, xscheme-write-message-1): Use new
17821 var xscheme-process-name.
17822 (xscheme-start-process): Initialize xscheme-process-name and
17823 xscheme-buffer-name in the process buffer. Pass buffer name to
17824 xscheme-modeline-initialize.
17825 (xscheme-modeline-initialize): Add argument to specify buffer name
17826 for mode-line vars.
17827 (xscheme-process-sentinel): Make sure sentinel is run in the
17828 process buffer so it sees its local vars.
17829 (xscheme-process-filter-initialize, xscheme-set-runlight):
17830 More elaborate logic to handle multiple-buffer mode lines.
17831
17832 (xscheme-enter-input-wait): Re-enable control-G handler upon
17833 entering input wait.
17834
17835 (scheme-interaction-mode): Add arg to preserve local vars.
17836 (xscheme-enter-interaction-mode)
17837 (xscheme-enter-debugger-mode): Preserve local vars.
17838 (xscheme-start-process): Clobber local vars.
17839
17840 (scheme-interaction-mode-commands): Allow end user to add commands
17841 to scheme-interaction-mode keymap.
17842 (scheme-interaction-mode-commands-alist): New variable.
17843
17844 (xscheme-send-string): Don't use insert-before-markers.
17845
17846 Implement a per-buffer kill ring:
17847 (xscheme-insert-expression)
17848 (xscheme-rotate-yank-pointer, xscheme-yank)
17849 (xscheme-yank-pop, xscheme-yank-push): New functions.
17850 (xscheme-expressions-ring)
17851 (xscheme-expressions-ring-yank-pointer)
17852 (xscheme-expressions-ring-max): New variables.
17853 (xscheme-send-string-1): Call xscheme-insert-expression to save
17854 expression in ring.
17855 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
17856 (xscheme-previous-send): Deleted variable.
17857
17858 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
17859 (xscheme-send-control-g-interrupt): Use process-send-string rather
17860 than send-string.
17861
17862 (xscheme-send-region): Insert a newline after an expression that
17863 is submitted in the interaction buffer, for consistency with
17864 recent changes to Edwin.
17865
17866 (xscheme-delete-output): New function mimics comint-delete-output.
17867 (xscheme-last-input-end): New internal variable.
17868 (xscheme-process-filter-output): Update xscheme-last-input-end.
17869
17870 (xscheme-send-control-g-interrupt): Make sure that
17871 xscheme-control-g-disabled-p is looked up in the right buffer.
17872
17873 (xscheme-enable-control-g): Clear C-g message if visible.
17874 (xscheme-control-g-message-string): New internal var.
17875 (xscheme-send-control-g-interrupt): Use new var.
17876
17877 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
17878 Delay after sending interrupt in order to work around race condition.
17879
17880 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
17881 (xscheme-send-char): Use xscheme-send-char rather than send-string
17882 to send single char.
17883
17884 (xscheme-process-filter, xscheme-process-filter-alist):
17885 Add support for evaluating expressions outside of the call-excursion.
17886 (xscheme-process-filter:string-action-noexcursion): New func.
17887
17888 (xscheme-write-value): Change output string to match that used by
17889 Edwin.
17890
17891 (xscheme-coerce-prompt): Don't write a space after a command
17892 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
17893 for us.
17894
17895 (reset-scheme): Delete process after killing it.
17896
17897 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17898
17899 * bindings.el (function-key-map): Don't bind shifted keypad
17900 numeric keys.
17901
17902 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17903
17904 * enriched.el (enriched-handle-display-prop): Remove unused variables.
17905 (enriched-mode): Doc fix.
17906
17907 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17908
17909 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
17910 Hebrew points.
17911
17912 2002-01-01 Richard M. Stallman <rms@gnu.org>
17913
17914 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
17915
17916 2001-12-31 Richard M. Stallman <rms@gnu.org>
17917
17918 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
17919 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
17920 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
17921 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
17922 * progmodes/cperl-mode.el, progmodes/idlwave.el:
17923 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
17924 Adapt face definitions to use :weight and :slant.
17925
17926 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
17927
17928 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
17929
17930 * font-lock.el (initializing from font-lock-face-attributes):
17931 Use :weight and :slant, not :bold and :italic.
17932
17933 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
17934
17935 * cus-edit.el (custom-face-edit-fix-value): New function.
17936 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
17937
17938 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17939
17940 * progmodes/octave-mod.el (octave-abbrev-table):
17941 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
17942 * progmodes/fortran.el (fortran-mode-abbrev-table):
17943 * progmodes/f90.el (f90-mode-abbrev-table):
17944 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
17945 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
17946 predefined abbrevs as "system" abbrevs.
17947
17948 2001-12-30 Richard M. Stallman <rms@gnu.org>
17949
17950 * info.el (Info-fontify-node): For a **** underline line, put the
17951 invisible and intangible props on the following newline, but not
17952 on the previous newline or the last char of the previous line.
17953
17954 * faces.el (face-set-after-frame-default): Don't change `default' face.
17955
17956 * faces.el (minibuffer-prompt): Adopt some default colors.
17957
17958 * replace.el (query-replace-read-args): Immediate error if read-only.
17959
17960 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
17961 Display the output buffer in a more intelligent way.
17962
17963 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
17964
17965 * ls-lisp.el (insert-directory): Modify the "total" line wording,
17966 in accordance with files.el's insert-directory.
17967
17968 2001-12-29 Richard M. Stallman <rms@gnu.org>
17969
17970 * files.el (basic-save-buffer): If a before-write hook displays
17971 an echo area message, pause before calling basic-save-buffer-1.
17972
17973 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
17974
17975 * textmodes/reftex-global.el (reftex-query-replace-document)
17976 (reftex-change-label): Doc fix.
17977
17978 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
17979
17980 * progmodes/etags.el (tags-query-replace): Doc fix.
17981
17982 2001-12-29 Richard M. Stallman <rms@gnu.org>
17983
17984 * progmodes/compile.el (compile-internal): Fix previous change.
17985
17986 2001-12-28 Richard M. Stallman <rms@gnu.org>
17987
17988 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
17989 shrink the windows above as necessary to get space.
17990 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
17991
17992 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
17993 This fixes a bug that treated all files as directories.
17994 (ange-ftp-insert-directory): Explicitly follow symlinks.
17995
17996 * international/iso-transl.el (iso-transl-char-map) Eliminate the
17997 alias symbols--put the translated sequences here directly.
17998
17999 * progmodes/cc-mode.el (c-mode-abbrev-table)
18000 (c++-mode-abbrev-table, objc-mode-abbrev-table)
18001 (java-mode-abbrev-table, pike-mode-abbrev-table):
18002 Mark all the predefined abbrevs as "system" abbrevs.
18003
18004 * mail/sendmail.el (mail-envelope-from): Fix custom type.
18005 (sendmail-send-it): Check mail-specify-envelope-from
18006 and mail-envelope-from in the mail buffer at start.
18007
18008 2001-12-28 Simon Josefsson <jas@extundo.com>
18009
18010 * mail/sendmail.el (mail-envelope-from): Fix :type.
18011 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
18012
18013 2001-12-28 Richard M. Stallman <rms@gnu.org>
18014
18015 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
18016
18017 * simple.el (line-move-invisible): New subroutine.
18018 (line-move-to-column): New subroutine--smarter about advancing over
18019 invisible parts of a line, or lines, but only as long as hpos grows.
18020 (line-move-finish): New subroutine: repeatedly processes desired
18021 column, intangibility, and fields.
18022 (line-move): Use those subroutines.
18023 When moving lines downward, skip invisible text first rather than last.
18024
18025 2001-12-27 Richard M. Stallman <rms@gnu.org>
18026
18027 * international/mule-diag.el (describe-char-after):
18028 Describe the text properties of the char after point.
18029
18030 * help.el (describe-key): Doc fix.
18031
18032 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
18033
18034 * find-dired.el (find-dired-sentinel): Precede exit message by
18035 two spaces, to match the regexp in dired-between-files.
18036
18037 2001-12-28 Miles Bader <miles@gnu.org>
18038
18039 * wid-edit.el (widget-toggle-value-create): Don't eval actual
18040 images (which are lists too).
18041
18042 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
18043
18044 * language/european.el: Fix the doc string of "Latin-5" language
18045 environment.
18046
18047 2001-12-26 Richard M. Stallman <rms@gnu.org>
18048
18049 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
18050 defined as before 2001-11-09.
18051 (add-minor-mode call): Specify the keymap.
18052
18053 * progmodes/compile.el (compile-internal):
18054 Set TERM variable in process-environment.
18055
18056 2001-12-25 Richard M. Stallman <rms@gnu.org>
18057
18058 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
18059 the buffer.
18060
18061 * startup.el (command-line): Convert command line args
18062 to Emacs internal representation using locale-coding-system.
18063
18064 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
18065
18066 * international/fontset.el: Don't require ind-util when compiling.
18067
18068 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18069
18070 * emulation/tpu-edt.el (tpu-reset-screen-size):
18071 Use set-frame-height and set-frame-width instead of set-screen-height
18072 and set-screen-width.
18073
18074 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
18075 of obsolete set-screen-width.
18076
18077 * locate.el (locate): Remove dot at the end of error argument.
18078
18079 * emerge.el (emerge-show-file-name): Use frame-height instead of
18080 obsolete screen-height.
18081
18082 * mail/mh-utils.el (mh-show-msg): Likewise.
18083 (mh-handle-process-error): Use frame-width instead of obsolete
18084 screen-width.
18085
18086 2001-12-25 Richard M. Stallman <rms@gnu.org>
18087
18088 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
18089 to enlarge-window. Use save-selected-window. Don't try
18090 to resize windows that end at the bottom "level".
18091 Retry changing the sizes until the windows get the desired sizes.
18092 Discount the minibuffer when computing total height available.
18093
18094 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
18095 (debugger-make-xrefs): Only make a button for the first symbol
18096 on any line.
18097
18098 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
18099
18100 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
18101 Call IT-setup-unicode-display here instead of adding it to
18102 dos-codepage-setup-hook, so that Unicode display tables are set
18103 before dos-codepage-setup-hook runs.
18104
18105 2001-12-24 Richard M. Stallman <rms@gnu.org>
18106
18107 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
18108 (nslookup-mode-abbrev-table): Don't define it.
18109 (smbclient-mode-abbrev-table): Don't define it.
18110 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
18111 (nslookup-mode, smbclient-mode): Likewise.
18112 (network-connection-service-abbrev-alist): Variable deleted.
18113 (network-connection-mode-setup): Don't set up abbrev table.
18114
18115 * faces.el (minibuffer-prompt): New face.
18116 (minibuffer-prompt-properties): Add `face' property.
18117
18118 * replace.el (occur-mode-display-occurrence): New function.
18119 (occur-mode-map): Bind C-o to it.
18120
18121 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
18122
18123 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
18124 (viper-special-read-and-insert-char): Make C-m work right in the r
18125 comand.
18126 (viper-buffer-search-enable): Fixed format string.
18127
18128 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
18129 instead of viper-info-on-file.
18130 (ex-set-visited-file-name): New function.
18131
18132 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
18133
18134 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
18135 action argument.
18136
18137 * ediff-init.el: Fixed some doc strings.
18138
18139 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
18140 Got rid of make-local-hook.
18141
18142 * ediff-wind.el (ediff-setup-control-frame): Got rid of
18143 make-local-hook.
18144
18145 2001-12-23 Richard M. Stallman <rms@gnu.org>
18146
18147 * term/x-win.el (x-handle-geometry): Put height and width
18148 on default-frame-alist, left and top on initial-frame-alist.
18149 * term/w32-win.el (x-handle-geometry): Likewise.
18150
18151 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
18152
18153 * play/yow.el (yow): Use an arg to distinguish interactive calls,
18154 not interactive-p.
18155
18156 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18157
18158 * emacs-lisp/elint.el (elint-unknown-builtin-args):
18159 Remove mocklisp entries.
18160
18161 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
18162 Lisp. Obsoleted.
18163
18164 * emulation/mlconvert.el: File removed.
18165
18166 * emulation/mlsupport.el: Moved to obsolete.
18167
18168 * obsolete/mlsupport.el: Moved there from lisp/emulation.
18169
18170 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
18171
18172 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18173 Remove mocklisp case.
18174
18175 * help-fns.el (describe-function-1): Remove mocklisp function case.
18176
18177 2001-12-22 Miles Bader <miles@gnu.org>
18178
18179 * textmodes/refill.el (refill-mode): Don't barf when redundantly
18180 turning refill-mode off.
18181
18182 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18183
18184 * time.el (display-time-load-average-threshold): New variable.
18185 (display-time-update): Use it.
18186
18187 These changes allow cycling through past 1, 5 and 15 minutes
18188 load-average displayed in the mode-line.
18189
18190 * time.el (display-time-default-load-average): New customizable option.
18191 (display-time-load-average): New variable.
18192 (display-time-cycle-load-average): New function.
18193 (display-time-update): Use them.
18194
18195 2001-12-21 Richard M. Stallman <rms@gnu.org>
18196
18197 * apropos.el (apropos-print): SPACING is now nil or a separator string.
18198 (apropos-documentation, apropos-value): Pass a suitable string.
18199
18200 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
18201
18202 * dired.el (dired-free-space-program, dired-free-space-args):
18203 Aliases for back-compatibility.
18204
18205 * info.el (Info-select-node): If Info-use-header-line is nil, set
18206 header-line-format to nil.
18207 (Info-fontify-node): Don't put a keymap text property on the
18208 heading if we are not going to display the header line. Remove
18209 any such text properties left over from past visits to this node.
18210
18211 * ls-lisp.el (insert-directory): Insert the amount of free disk
18212 space, like files.el's insert-directory does.
18213
18214 * files.el (directory-free-space-program):
18215 Mention file-system-info in the doc string.
18216 (get-free-disk-space): New function; code moved from insert-directory.
18217 (insert-directory): Call get-free-disk-space to get the amount of
18218 free space.
18219
18220 2001-12-21 Richard M. Stallman <rms@gnu.org>
18221
18222 * help.el (view-order-manuals, view-emacs-news, describe-copying)
18223 (describe-distribution, describe-project): Use view-file.
18224
18225 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
18226
18227 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
18228
18229 * emacs-lisp/easy-mmode.el (define-minor-mode):
18230 Make no arg by default in an interactive call,
18231 so that repeating the command toggles again.
18232
18233 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
18234
18235 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
18236
18237 * antlr-mode.el: More sophisticated indentation of cpp directive.
18238 (antlr-indent-at-bol-alist): New user option.
18239 (antlr-indent-line): Use it.
18240 (antlr-indent-style): New user option.
18241 (antlr-mode): Use it.
18242 (antlr-indent-item-regexp): Customize.
18243
18244 * antlr-mode.el: Syntax highlighting changes.
18245 (antlr-font-lock-literal-regexp): New user option.
18246 (antlr-font-lock-syntax-face): New face used for :, |, ....
18247 (antlr-font-lock-default-face): New face.
18248 (antlr-font-lock-additional-keywords): Use them.
18249
18250 * antlr-mode.el: New command to insert options -- variables.
18251 (antlr-mode-map): New binding [C-c C-o].
18252 (antlr-mode-menu): New submenus.
18253 (antlr-options-use-submenus): New user option.
18254 (antlr-tool-version): New user option.
18255 (antlr-options-auto-colon): New user option.
18256 (antlr-options-style): New user option.
18257 (antlr-options-push-mark): New user option.
18258 (antlr-options-assign-string): New user option.
18259 (antlr-options-headings): New variable.
18260
18261 * antlr-mode.el: New command to insert options -- specific.
18262 (antlr-options-alists): New variable.
18263 (antlr-read-value): New function.
18264 (antlr-read-boolean): New function.
18265 (antlr-language-option-extra): New function.
18266 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
18267 (antlr-c++-mode-extra): New function.
18268 (antlr-grammar-tokens): New function.
18269 (antlr-imenu-create-index-function): New optional argument.
18270
18271 * antlr-mode.el: New command to insert options -- functions.
18272 (antlr-insert-option): New command.
18273 (antlr-insert-option-interactive): New function.
18274 (antlr-options-menu-filter): New function.
18275 (antlr-option-kind): New function.
18276 (antlr-scan-lists): New alias.
18277 (antlr-scan-lists-internal): New function.
18278 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
18279 (antlr-option-level): New function.
18280 (antlr-syntactic-grammar-depth): New function.
18281 (antlr-option-location): New function.
18282 (antlr-insert-option-do): New function.
18283 (antlr-option-spec): New function.
18284 (antlr-version-string): New function.
18285 (antlr-insert-option-existing): New function.
18286 (antlr-insert-option-space): New function.
18287 (antlr-insert-option-area): New function.
18288
18289 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
18290 with narrowing. Menu change. Miscellaneous.
18291 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
18292 (antlr-mode-map): New bindings for characters in ":;|&(){}".
18293 (antlr-electric-character): New command.
18294 (antlr-class-header-regexp): New variable.
18295 (antlr-font-lock-additional-keywords): Use it.
18296 (antlr-imenu-create-index-function): Use it.
18297 (antlr-file-dependencies): Use it.
18298 (antlr-indent-line): Also works with restrictions.
18299 (antlr-indent-command): Interactive spec - changes the buffer.
18300 (antlr-language-for-option): Deletia.
18301 (antlr-language-option): New function, defined instead.
18302 (antlr-mode): Use it.
18303
18304 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
18305
18306 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
18307 instead of a literal /dev/null.
18308
18309 * Makefile.in (distclean): Remove Makefile in the build
18310 directory, not in the source directory.
18311
18312 2001-12-21 Simon Josefsson <jas@extundo.com>.
18313
18314 * mail/smtpmail.el (smtpmail-send-queued-mail):
18315 Use with-temp-buffer instead of find-file-noselect, and bind
18316 coding-system-for-read to no-conversion when reading the queued
18317 messages. (Simon's code modified slightly by Eli Zaretskii.)
18318
18319 2001-12-20 Werner Lemberg <wl@gnu.org>
18320
18321 * international/mule-diag.el (describe-coding-system)
18322 (print-coding-system-briefly): Make printed output have a similar
18323 format as describe-character-set.
18324
18325 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18326
18327 * play/blackbox.el (bb-member): Remove, use member instead.
18328 (bb-delete): Remove, use delete instead.
18329 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
18330 bb-score, bb-detour-count and bb-balls-placed.
18331 Propertize results of rays.
18332
18333 2001-12-19 Karl Fogel <kfogel@red-bean.com>
18334
18335 * isearch.el (isearch-forward, isearch-edit-string): Make doc
18336 strings mention keybinding for `isearch-yank-word-or-char',
18337 rather than `isearch-yank-word', since the former is bound now
18338 and the latter is not.
18339 (isearch-yank-word-or-char): Fix formatting.
18340
18341 2001-12-19 Werner Lemberg <wl@gnu.org>
18342
18343 * language/czech.el, language/european.el, language/slovak.el:
18344 More fixes for language info doc strings.
18345
18346 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
18347
18348 * loadup.el: Add "language" to the load-path.
18349
18350 2001-12-19 Richard M. Stallman <rms@gnu.org>
18351
18352 * international/mule-cmds.el (describe-language-environment):
18353 Fix calls to help-xref-button.
18354
18355 2001-12-19 Miles Bader <miles@gnu.org>
18356
18357 * international/fontset.el: Require `ind-util' when compiling.
18358
18359 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18360
18361 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
18362 instead of decompose-composite-char.
18363
18364 2001-12-18 Richard M. Stallman <rms@gnu.org>
18365
18366 * simple.el (eval-expression-print-level)
18367 (eval-expression-print-length): Doc fixes.
18368
18369 * international/mule-diag.el (describe-character-set):
18370 Fix the arg to help-xref-button.
18371
18372 * files.el (directory-free-space-program): New variable.
18373 (directory-free-space-args): New variable.
18374 (insert-directory): Use those two variables for getting free space.
18375 Use file-system-info instead, if that is defined.
18376
18377 * dired.el (dired-free-space-program): Variable deleted.
18378 (dired-free-space-args): Variable deleted.
18379 (dired-insert-directory): Don't try to determine free space.
18380
18381 * files.el (font-lock-defaults): Add risky-local-variables prop.
18382 (hack-one-local-variable): Treat various font-lock variables as risky.
18383
18384 2001-12-18 Werner Lemberg <wl@gnu.org>
18385
18386 * language/chinese.el, language/cyrillic.el:
18387 * language/czech.el, language/european.el, language/greek.el:
18388 * language/hebrew.el, language/indian.el, language/japanese.el:
18389 * language/korean.el, language/lao.el, language/slovak.el:
18390 * language/thai.el, language/tibetan.el, language/vietnamese.el:
18391 Improve documentation strings of coding systems and language infos.
18392
18393 2001-12-18 Werner LEMBERG <wl@gnu.org>
18394
18395 Add support for EUC-TW decoding/encoding.
18396
18397 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
18398 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
18399 New auxiliary functions to build `big5-to-cns'.
18400 (big5-to-cns): New translation alist.
18401
18402 * language/chinese.el: Added new coding system `euc-tw' and its
18403 alias `euc-taiwan'.
18404 Updated language `Chinese-CNS' to include euc-tw encoding also.
18405 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
18406 euc-tw.
18407
18408 2001-12-18 Dave Love <fx@gnu.org>
18409
18410 * loadup.el: Add language/utf-8-lang, language/georgian.
18411
18412 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
18413 (image-file-name-regexps): Doc fix.
18414
18415 * server.el (server-unload-hook): New function.
18416
18417 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
18418 (lm-crack-copyright): Cope with multi-line copyright `lines'.
18419
18420 * simple.el (newline): Doc fix.
18421 (eval-expression-print-level, eval-expression-print-length): Doc
18422 fix. Amend :type.
18423 (next-line, previous-line): Make arg optional.
18424 (newline): Doc fix.
18425
18426 * Makefile.in (DONTCOMPILE): Add various language files.
18427
18428 * international/quail.el (quail-input-string-to-events): Don't use
18429 string-to-list.
18430
18431 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
18432 calling `newline'.
18433
18434 2001-12-17 Richard M. Stallman <rms@gnu.org>
18435
18436 * comint.el (comint-dynamic-list-input-ring-select): New function.
18437 Switches back to the old window configuration.
18438 (comint-dynamic-list-input-ring): Bind RET to that function.
18439 (comint-dynamic-list-input-ring-window-conf): New variable.
18440
18441 2001-12-17 Werner Lemberg <wl@gnu.org>
18442
18443 * international/mule-conf.el: Improve documentation strings of
18444 character sets.
18445
18446 2001-12-16 Richard M. Stallman <rms@gnu.org>
18447
18448 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
18449 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
18450
18451 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
18452
18453 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
18454 Add a DESCRIPTION for the makefile item.
18455
18456 * find-file.el (ff-other-file-name): New function.
18457
18458 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
18459
18460 * international/quail.el (quail-input-string-to-events): Fix last
18461 change.
18462
18463 2001-12-16 Richard M. Stallman <rms@gnu.org>
18464
18465 * isearch.el (isearch-edit-string): When we set isearch-string
18466 to the default, also set isearch-message.
18467
18468 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
18469
18470 * startup.el (command-line-1): Display startup screen
18471 even if there are command line args.
18472 Add a note about how to go to editing your files.
18473 (fancy-splash-head): Add a note about how to go to your files.
18474 (fancy-splash-outer-buffer): New variable.
18475 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
18476
18477 * subr.el (with-temp-message): At the end, always discard
18478 the temp message, even by clearing the echo area.
18479
18480 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
18481
18482 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
18483
18484 * log-view.el (log-view-message-re, log-view-current-tag):
18485 Recognize Subversion's log output format.
18486
18487 * international/fontset.el: Build the list L at compile time.
18488
18489 * language/ind-util.el (mapthread): Make a closure.
18490
18491 2001-12-15 Richard M. Stallman <rms@gnu.org>
18492
18493 * isearch.el (isearch-start-hscroll): New variable.
18494 (isearch-mode): Set isearch-start-hscroll.
18495 (isearch-update): Restore original hscrolling if possible.
18496
18497 * isearch.el (isearch-edit-string):
18498 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
18499
18500 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
18501 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
18502 rather than regexp search and (2) copying text properties
18503 already set up on text unchanged from the previous backtrace.
18504
18505 * case-table.el (set-case-syntax-pair):
18506 Detect invalid calls and signal an error.
18507
18508 2001-12-15 Richard M. Stallman <rms@gnu.org>
18509
18510 * language/ind-util.el (range): Function deleted.
18511 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
18512 All calls changed.
18513
18514 * language/devan-util.el (devanagari-range): Renamed from `range'.
18515 All calls changed.
18516 (devanagari-regexp-of-hashtbl-keys):
18517 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
18518
18519 2001-12-15 Dave Love <fx@gnu.org>
18520
18521 * language/ind-util.el: Don't require cl.
18522 (indian-glyph-char, indian-glyph-max-char)
18523 (indian-char-glyph): Moved from indian.el
18524 (indian--puthash-char, mapthread): Don't quote lambda.
18525 (indian--map): New function.
18526 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
18527 (indian--puthash-cv): Use it.
18528
18529 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
18530 (indian-char-glyph): Moved to ind-util.el
18531
18532 * language/devan-util.el (devanagari-post-read-conversion):
18533 New function.
18534
18535 * language/georgian.el: New file.
18536
18537 * international/mule-cmds.el (locale-language-names): Add various
18538 entries. Remove utf-8 special case.
18539 (locale-charset-language-names, locale-preferred-coding-systems):
18540 Add utf-8 case.
18541 (set-language-environment): Process required-features earlier.
18542
18543 * international/quail.el (quail-keyboard-layout-alist):
18544 Add pc105-uk.
18545 (quail-keyboard-layout-type): Fix :type.
18546 (quail-choose-completion-string): Simplify.
18547 (quail-update-leim-list-file): Don't get fooled by commented-out code.
18548 (quail-input-string-to-events): Run events through
18549 translation-table-for-input.
18550
18551 * international/mule-conf.el (translation-table-for-input):
18552 New variable.
18553 (latin-iso8859-14): Amend description.
18554 (file-coding-system-alist): Add entry for utf-8.
18555
18556 * language/utf-8-lang.el: New file.
18557
18558 * international/code-pages.el: New file.
18559
18560 * language/hebrew.el ("Windows-1255"): New language.
18561
18562 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
18563 ("Latvian"): New languages.
18564
18565 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
18566
18567 * xml.el: Use setq rather than (set 'foo bar).
18568 Use push+nreverse rather than append.
18569 (xml-node-name, xml-node-attributes, xml-node-children):
18570 Use defsubst rather than macros.
18571 (xml-parse-region): Handle a nil return value from xml-parse-tag.
18572 (xml-parse-tag): Don't skip white space. Return nil for a comment.
18573 Concat the two strings surrounding a comment into a single string.
18574
18575 * newcomment.el (comment-indent): Jump to the middle of empty comments.
18576
18577 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18578
18579 * select.el (xselect-convert-to-class, xselect-convert-to-name):
18580 Document.
18581
18582 2001-12-14 Andre Spiegel <spiegel@gnu.org>
18583
18584 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
18585 Return nil if FILE is not registered.
18586 (vc-check-master-templates, vc-default-make-version-backups-p):
18587 Doc fix.
18588
18589 2001-12-13 David Ponce <david@dponce.com>
18590
18591 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
18592 (ruler-mode-left-fringe-cols): New macro.
18593 (ruler-mode-right-fringe-cols): New macro.
18594 (ruler-mode-left-scroll-bar-cols): New macro.
18595 (ruler-mode-right-scroll-bar-cols): New macro.
18596 (ruler-mode-ruler): Use above new macros.
18597
18598 2001-12-13 Richard M. Stallman <rms@gnu.org>
18599
18600 * files.el (set-auto-mode): Fix previous change.
18601
18602 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
18603
18604 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
18605 (easy-menu-do-define, easy-menu-convert-item-1)
18606 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
18607 (easy-menu-return-item): Only return nil if there is no binding.
18608
18609 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
18610
18611 * whitespace.el (whitespace-version): 3.2
18612 * whitespace.el (whitespace-force-mode-line-update): Replace with
18613 `whitespace-mode-line-update', which is an alias to the correct
18614 function in various emacsen.
18615 * whitespace.el (whitespace-{un,}highlight-the-space):
18616 Add colorized highlighting of the bogus whitespaces in a buffer/file,
18617 using the `whitespace-highlight-face' if
18618 `whitespace-display-spaces-in-color' is set.
18619
18620 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
18621
18622 * international/mule.el (set-auto-coding): Don't search for
18623 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
18624
18625 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18626
18627 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
18628
18629 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
18630
18631 * mail/rmailsum.el (rmail-summary-mode): Likewise.
18632
18633 2001-12-13 Richard M. Stallman <rms@gnu.org>
18634
18635 * simple.el (undo): Always set this-command to `undo',
18636 so that the next undo after an error will not begin redoing.
18637
18638 * simple.el (shell-command): Doc fix.
18639 (shell-command-on-region): If there is output an an error,
18640 add "...Shell command failed" to the output.
18641
18642 2001-12-13 David Ponce <david@dponce.com>
18643
18644 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
18645 (ruler-mode-left-fringe-cols): Function replaced by more efficient
18646 implementation `ruler-mode-extra-left-cols'.
18647 (ruler-mode-ruler): Use above new function. Take into account
18648 that the fringe areas can now be resized.
18649
18650 2001-12-12 Richard M. Stallman <rms@gnu.org>
18651
18652 * international/characters.el (Unicode): Comment out
18653 the specifications for kelvin and angstrom signs.
18654
18655 * international/mule.el (make-translation-table-from-vector):
18656 Allow null elements in VEC.
18657
18658 * international/ucs-tables.el (unify-8859-on-encoding-mode)
18659 (unify-8859-on-decoding-mode): Swap the code in their bodies.
18660 Add :version.
18661
18662 2001-12-11 Richard M. Stallman <rms@gnu.org>
18663
18664 * derived.el (derived-mode-p): Function moved to subr.el.
18665
18666 * subr.el (derived-mode-p): Moved here from derived.el.
18667
18668 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
18669
18670 * files.el (set-auto-mode-1): New subroutine, broken out of
18671 set-auto-mode.
18672 (set-auto-mode, hack-local-variables-prop-line): Use that.
18673
18674 2001-12-11 Dave Love <fx@gnu.org>
18675
18676 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
18677
18678 * language/european.el: Remove autoload cookies. Fix registration
18679 of diacritic composition function.
18680
18681 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18682
18683 * calendar/todo-mode.el: Require time-stamp.
18684
18685 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
18686
18687 2001-12-11 Richard M. Stallman <rms@gnu.org>
18688
18689 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
18690
18691 * textmodes/ispell.el (ispell-buffer-local-parsing):
18692 Match xml like sgml.
18693
18694 * emacs-lisp/advice.el (ad-compile-function):
18695 Byte compile the function under another (uninterned) name.
18696
18697 * gud.el (gdb): Define and bind gud-jump.
18698
18699 * font-lock.el (font-lock-mode):
18700 Put our function at the end of after-change-functions.
18701
18702 * ediff-diff.el (ediff-cmp-options): Doc fix.
18703
18704 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
18705
18706 2001-12-10 Richard M. Stallman <rms@gnu.org>
18707
18708 * isearch.el (isearch-yank-word-or-char): New function.
18709 (isearch-mode-map): Bind C-w to that.
18710
18711 * menu-bar.el (menu-bar-mode): Make arg optional.
18712
18713 * simple.el (line-move): Cope if next-single-property-change
18714 or previous-single-property-change returns nil.
18715
18716 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
18717 Don't use interactive-p; instead, pass the proper args
18718 in (interactive...). Clean up most of the trouble-report strings.
18719
18720 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
18721
18722 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
18723 enqueued messages literally.
18724
18725 2001-12-10 Noah Friedman <friedman@splode.com>
18726
18727 * battery.el (battery-insert-file-contents): Obsolete function
18728 removed.
18729 (battery-read-function): Obsolete function removed.
18730 (battery-linux-proc-apm): Use insert-file-contents.
18731
18732 2001-12-07 Stephen Eglen <stephen@gnu.org>
18733
18734 * iswitchb.el (iswitchb-visit-buffer):
18735 Use `select-frame-set-input-focus'--needed when window manager
18736 uses "click to focus" policy.
18737
18738 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18739
18740 * COPYING: Moved back.
18741
18742 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
18743
18744 * term/internal.el (IT-character-translations): Add entries for
18745 more points.
18746
18747 * international/characters.el: Resurrect the Hebrew category
18748 settings for all Hebrew characters removed by the last change.
18749 Add code for setting the Hebrew category of the Unicode Hebrew
18750 characters. Set syntax entries for Hebrew punctuation characters.
18751
18752 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
18753 points and directional formatting control characters.
18754
18755 2001-12-07 Dave Love <fx@gnu.org>
18756
18757 * language/lao-util.el: Add Unicode equivalents for rules.
18758 (lao-post-read-conversion): New function.
18759
18760 * language/lao.el: Add Unicode equivalents.
18761 (lao): Add post-read conversion.
18762
18763 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
18764 Use iso2022 encoding.
18765 (latin1-char-displayable-p): Doc fix.
18766 (latin1-display-ucs-per-lynx): New option.
18767 (latin1-display-ucs-per-lynx): New command.
18768 (latin1-display-reset): Special-case arabic.
18769 (ucs-tables): Require.
18770 (latin1-display-sets, latin1-display-setup): Add arabic.
18771 (latin1-display) <variable>: Use function latin1-display.
18772 (latin1-display) <function>: Add mule-unicode stuff.
18773 (latin1-display-check-font): Don't lose if `info' is nil.
18774
18775 * international/iso-transl.el: Insert Latin-1 characters, not
18776 unibyte codes.
18777
18778 * language/european.el (diacritic-composition-pattern): New constant.
18779 (diacritic-compose-region, diacritic-compose-string)
18780 (diacritic-compose-buffer, diacritic-post-read-conversion)
18781 (diacritic-composition-function): New functions.
18782
18783 * international/utf-8.el (ucs-mule-to-mule-unicode):
18784 New translation table.
18785 (ccl-encode-mule-utf-8): Use it.
18786 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
18787 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
18788 (utf-8-subst-table): New variable.
18789 (utf-8-compose-scripts): New option.
18790 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
18791
18792 * international/ucs-tables.el, international/utf-8-subst.el:
18793 New files.
18794
18795 * international/characters.el: Don't set word syntax (the default)
18796 explicitly. Add a diacritic category. Add info for Unicode
18797 equivalents of characters in various Mule charsets and for extra
18798 Unicode characters. Don't define specific categories for
18799 Indian/Devanagari, since they aren't used.
18800
18801 2001-12-06 Richard M. Stallman <rms@gnu.org>
18802
18803 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
18804 (set-justification-left, set-justification-right): Doc fix.
18805
18806 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
18807 (bug-f90-mode): Variable deleted.
18808
18809 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
18810
18811 * indent.el (indent-line-function): Default is indent-relative again.
18812
18813 2001-12-07 Miles Bader <miles@gnu.org>
18814
18815 * progmodes/compile.el (compilation-error-regexp-alist):
18816 Added regexps for RXP.
18817
18818 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
18819
18820 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
18821 Add shift-assignment operators to those highlighted, and highlight
18822 the whole operator rather than just the "=".
18823
18824 2001-12-04 Juanma Barranquero <lektu@terra.es>
18825
18826 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
18827 before saving abbrevs if `save-abbrevs' has the value `silently'.
18828
18829 2001-12-04 Andreas Schwab <schwab@suse.de>
18830
18831 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
18832
18833 2001-12-04 Colin Walters <walters@debian.org>
18834
18835 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
18836 for `defmacro*' forms.
18837
18838 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
18839 `defmacro*'.
18840
18841 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
18842
18843 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
18844
18845 2001-12-02 Richard M. Stallman <rms@gnu.org>
18846
18847 * files.el (insert-directory): If the df output does not look right,
18848 don't try to use it. Other cleanups in overall code structure.
18849
18850 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
18851
18852 * textmodes/outline.el (outline-mode-prefix-map):
18853 Add bindings for outline-promote and outline-demote.
18854 (outline-minor-mode-menu-bar-map): New var.
18855 (outline-minor-mode): Use it.
18856 (outline-heading-alist): New var (renamed from outline-level-heading).
18857 (outline-level): Use it.
18858 (outline-insert-heading, outline-promote, outline-demote):
18859 Update to use outline-heading-alist.
18860
18861 * disp-table.el (standard-display-european):
18862 Simplify since the function is not interactive any more.
18863 Don't set the existing buffers to unibyte.
18864
18865 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
18866
18867 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
18868
18869 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
18870
18871 * shell.el (shell): Use shell-file-name.
18872 Pop to buffer before calling comint to set COLUMNS properly.
18873
18874 * emacs-lisp/cl.el (svref): New alias.
18875
18876 * progmodes/antlr-mode.el (antlr-c-common-init):
18877 Don't inhibit adaptive-fill-mode any more.
18878
18879 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
18880
18881 * progmodes/etags.el (tags-with-face): Use make-symbol.
18882 (tags-search, tags-query-replace): Use backquotes.
18883
18884 * textmodes/picture.el (picture-mode-map): Don't use defconst
18885 for a variable.
18886
18887 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18888
18889 * textmodes/reftex-index.el (reftex-index-mode):
18890 Remove make-local-hook.
18891
18892 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
18893
18894 2001-12-02 Kim F. Storm <storm@cua.dk>
18895
18896 * isearch.el (isearch-resume-enabled): New variable.
18897 (isearch-done): Use that variable.
18898
18899 2001-12-01 Richard M. Stallman <rms@gnu.org>
18900
18901 * wid-edit.el (widget-button-click): Don't move point permanently:
18902 Avoid mouse-set-point--instead select the window,
18903 then do save-excursion, then move point.
18904 Specify the buffer for get-char-property.
18905 Don't use `@' in interactive.
18906
18907 * indent.el (indent-line-function):
18908 Default is indent-to-left-margin again.
18909
18910 * replace.el (query-replace-read-args): Display message
18911 if FROM contains `\n' or `\t'.
18912
18913 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
18914
18915 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
18916
18917 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
18918
18919 * emacs-lisp/regexp-opt.el (regexp-opt):
18920 Bind completion-regexp-list to nil.
18921
18922 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
18923
18924 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
18925
18926 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
18927 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
18928 Update maintainer.
18929
18930 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
18931
18932 * mail/smtpmail.el: Use with-current-buffer.
18933 (message-make-date, message-make-message-id): Autoload when needed.
18934 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
18935 headers when missing.
18936
18937 * international/encoded-kb.el (encoded-kbd-mode):
18938 Use define-minor-mode.
18939
18940 * enriched.el (enriched-mode): Use define-minor-mode.
18941 Use dolist and pop and push.
18942
18943 * info.el (Info-find-node-2): Don't call info-insert-file-contents
18944 with the `visit' argument.
18945 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
18946
18947 * progmodes/hideif.el (hide-ifdef-mode): Only modify
18948 `change-major-mode-hook' locally. Reset invisibility spec.
18949
18950 * man.el (Man-build-section-alist): Remove last Man-match-substring.
18951
18952 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18953
18954 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
18955 Clarify error message.
18956
18957 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18958
18959 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
18960
18961 2001-11-30 Andre Spiegel <spiegel@gnu.org>
18962
18963 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
18964 don't just return it.
18965
18966 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
18967
18968 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
18969 (menu-bar-read-emacs-man, search-emacs-glossary)
18970 (emacs-index-search, elisp-index-search): New functions.
18971 (apropso-documentation, apropos, apropos-value, apropos-variable)
18972 (apropos-commands): Modify menu item names and help text.
18973 (elisp-index-search, emacs-index-search, emacs-glossary):
18974 New menu items.
18975 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
18976 submenu.
18977 (info-elisp, info-elintro): New menu items.
18978 (apropos): Modify the menu item name.
18979
18980 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
18981
18982 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
18983
18984 * textmodes/outline.el (outline-promote, outline-demote): Typo.
18985
18986 * man.el (man-follow-mouse): New function.
18987 (Man-mode-map): Bind mouse-2 to it.
18988 (Man-match-substring): Remove. Replace with `match-string'.
18989 (man): Use the `default-value' argument to `read-string'.
18990 (Man-fontify-manpage): Add mouse-face to cross references.
18991
18992 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
18993
18994 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
18995
18996 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
18997 the value of require-match in minibuffer-completion-confirm.
18998 Use crm-local-completion-map.
18999
19000 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
19001 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
19002 (cl-make-type-test): Use char-valid-p for `character'.
19003
19004 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
19005 (Info-complete-menu-item): Rewrite. Add the ability to search
19006 several sequential nodes. Add a simple caching mechanism.
19007 (Info-goto-index): New function extracted from Info-index.
19008 (Info-index): Use it. Add completion to the interactive spec.
19009 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
19010
19011 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19012
19013 * COPYING: Removed.
19014
19015 2001-11-29 Dave Love <fx@gnu.org>
19016
19017 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
19018 (fortran-window-create, fortran-window-create-momentarily):
19019 Rewrite, moving error condition.
19020 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
19021 (fortran-mode-syntax-table): Revert last change.
19022
19023 * international/mule.el: Doc fixes.
19024 (map-charset-chars): New function.
19025 (register-char-codings): Use it to cope with generic chars in
19026 safe-chars.
19027
19028 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19029
19030 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
19031
19032 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
19033
19034 * play/studly.el (studlify-word, studlify-region)
19035 (studlify-buffer): Fix doc-string.
19036 (studlify-buffer): Add autoload cookie.
19037
19038 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
19039
19040 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
19041 (outline-up-heading-all): Remove.
19042 (hide-sublevels): Move to end-of-heading before calling flag-region.
19043 (outline-copy-overlay, outline-discard-overlays): Remove.
19044 (outline-flag-region): Use `remove-overlays'.
19045 Don't move to end-of-heading.
19046 (outline-next-visible-heading, outline-back-to-heading)
19047 (outline-on-heading-p): Use outline-invisible-p.
19048 (outline-font-lock-level): Use outline-up-heading's new arg.
19049 (outline-minor-mode): Simplify.
19050 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
19051 (outline): Put a `reveal-toggle-invisible' property.
19052 (outline-level-heading): New var.
19053 (outline-insert-heading, outline-promote, outline-demote)
19054 (outline-toggle-children): New commands.
19055
19056 * progmodes/hideif.el (hif-end-of-line): New function.
19057 (hide-ifdef-mode): Set line-move-ignore-invisible.
19058 (hide-ifdef-region-internal): New function.
19059 (hide-ifdef-region): Use it.
19060 (hif-defined): Return an integer.
19061 (hif-infix-to-prefix): Remove.
19062 (hif-tokenize): Parse from the buffer rather than from a string.
19063 Correctly tokenize integers. Use forward-comment.
19064 (hif-expr): Use hif-or.
19065 (hif-term): Use hif-and.
19066 (hif-factor): Use hif-not. Handle numbers properly.
19067 Don't require parenthesis around `defined's argument.
19068 (hif-and, hif-or, hif-not): New funs.
19069 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
19070 (hif-hide-line): Don't hide the \n before the line.
19071 (hif-possibly-hide): Correctly handle numeric evaluation results.
19072
19073 * progmodes/make-mode.el: Use line-(end|beginning)-position.
19074 (makefile-mode): Set indent-line-function.
19075 (makefile-browser-insert-continuation): Use with-current-buffer.
19076 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
19077
19078 2001-11-28 Karl Fogel <kfogel@red-bean.com>
19079
19080 * isearch.el (isearch-yank-internal): New helper function.
19081 (isearch-yank-char): New function.
19082 (isearch-yank-word, isearch-yank-line): Rewrite to use
19083 isearch-yank-internal.
19084
19085 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
19086
19087 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
19088 aren't supported. Print a message to that effect if invoked.
19089
19090 2001-11-27 Stephen Eglen <stephen@gnu.org>
19091
19092 * locate.el (locate): Put point at first matching file rather
19093 than top of buffer.
19094
19095 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
19096
19097 * reveal.el: New file.
19098
19099 * progmodes/hideif.el: Misc cleanup.
19100 (hide-ifdef-mode-submap): Put the def in the defvar.
19101 Use substitute-key-definition.
19102 (hide-ifdef-mode): Use define-minor-mode.
19103 (hif-outline-flag-region): Remove.
19104 (hif-show-all): Define in terms of hif-show-ifdef-region.
19105 (hif-after-revert-function): Rename from hif-before-revert-function.
19106 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
19107 (hif-tokenize): Use with-syntax-table.
19108 (hif-make-range): Use `else' also for `else-p'.
19109 (hif-range-else-p): Remove.
19110 (hif-find-range): Simplify.
19111 (hif-hide-line): Don't bother preserving buffer-modified-p.
19112 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
19113 Don't use selective-display and inhibit-read-only.
19114
19115 * subr.el (copy-overlay, remove-overlays): New funs.
19116
19117 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
19118
19119 2001-11-27 Sam Steingold <sds@gnu.org>
19120
19121 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
19122 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
19123 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
19124 * obsolete/c-mode.el, obsolete/cplus-md.el
19125 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
19126 * term/sun-mouse.el, textmodes/artist.el:
19127 Converted backquote to the new style.
19128 * mouse.el, reposition.el: Likewise (in comments).
19129 * expand.el: Likewise (in a string).
19130
19131 2001-11-27 Richard M. Stallman <rms@gnu.org>
19132
19133 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
19134
19135 2001-11-26 Richard M. Stallman <rms@gnu.org>
19136
19137 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
19138 if :on-glyph or :off-glyph is a list, eval it and store it back.
19139 (checkbox): Quote the values for :on-glyph and :off-glyph.
19140
19141 * cus-start.el (recursive-load-depth-limit): Delete item.
19142
19143 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
19144
19145 * help-fns.el (describe-categories, help-describe-category-set): New.
19146 describe-categories moved here from src/category.c.
19147
19148 2001-11-26 Sam Steingold <sds@gnu.org>
19149
19150 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
19151 arguments to `insert' are strings.
19152
19153 2001-11-26 Richard M. Stallman <rms@gnu.org>
19154
19155 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
19156
19157 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
19158
19159 * international/mule-diag.el: Require help-fns instead of
19160 help-funs.
19161
19162 * help-fns.el: Renamed from help-funs.el.
19163
19164 * startup.el (command-line-1): Don't try to call process-list if
19165 it is not fboundp.
19166
19167 2001-11-26 Sam Steingold <sds@gnu.org>
19168
19169 * frame.el (show-trailing-whitespace): Remove :set argument (the
19170 value was essentially identical to the defalt).
19171
19172 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19173
19174 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
19175
19176 * icomplete.el (icomplete-minibuffer-setup): Likewise.
19177
19178 * hilit-chg.el (hilit-chg-set): Likewise.
19179
19180 * speedbar.el (speedbar-mode): Likewise.
19181
19182 * calendar/calendar.el (calendar-mode): Likewise.
19183
19184 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
19185 insert-string.
19186
19187 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
19188
19189 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
19190
19191 * term/sun-mouse.el (sun-yank-selection): Likewise.
19192
19193 * textmodes/bib-mode.el (return-key-bib): Likewise.
19194
19195 * calendar/appt.el (appt-disp-window): Likewise.
19196
19197 * calendar/diary-lib.el (list-diary-entries): Likewise.
19198
19199 * array.el (array-reconfigure-rows): Likewise.
19200
19201 * filecache.el (file-cache-minibuffer-complete): Likewise.
19202
19203 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
19204
19205 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
19206
19207 * allout.el (outline-version, outline-open-topic)
19208 (outline-rebullet-heading, outline-insert-listified)
19209 (outline-latex-verbatim-quote-curr-line)
19210 (outline-latexify-one-item, outlineify-sticky): Likewise.
19211
19212 * vc.el (vc-next-action-on-file): Likewise.
19213 (vc-dired-mode): Remove make-local-hook.
19214
19215 2001-11-26 Andre Spiegel <spiegel@gnu.org>
19216
19217 * vc.el (vc-find-version): New function.
19218 (vc-version-other-window): Redefined in terms of the above.
19219
19220 * log-view.el (log-view-find-version): New function.
19221 (log-view-mode-map): Bind it to `f'.
19222
19223 2001-11-26 Gerd Moellmann <gerd@gnu.org>
19224
19225 * language/devan-util.el (dev-char-glyph): Escape `"' in
19226 string literals.
19227 (dev-glyph-glyph, dev-glyph-glyph-2)
19228 (devanagari-compose-syllable-region): Likewise.
19229
19230 2001-11-26 Richard M. Stallman <rms@gnu.org>
19231
19232 * window.el (save-selected-window): No error if saved window is dead.
19233
19234 * help-funs.el (describe-syntax): Put (interactive) after doc string.
19235
19236 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19237
19238 * international/quail.el (quail-help): Require help-mode in
19239 top-level instead.
19240
19241 * iswitchb.el (iswitchb-exhibit): Use insert instead of
19242 insert-string.
19243
19244 * icomplete.el (icomplete-exhibit): Likewise.
19245
19246 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
19247
19248 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
19249 (diff-hunk-kill): Simplify.
19250 (diff-post-command-hook): Only apply to a single hunk.
19251 (diff-hunk-text): Make `char-offset' non-optional.
19252 (diff-find-text): Return a cons cell.
19253 (diff-find-approx-text): New fun.
19254 (diff-find-source-location): Use it.
19255 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
19256 Adapt to new retval of diff-find-text.
19257
19258 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
19259 rather than integer- representation of dates.
19260
19261 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
19262
19263 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
19264 (syntax-after): New fun.
19265
19266 * help-funs.el (describe-syntax): New fun.
19267
19268 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
19269 (font-lock-ppss-stats, font-lock-ppss): Remove.
19270 (font-lock-fontify-syntactically-region): Remove tuning code.
19271 (font-lock-compile-keywords): Fix off-by-one bug.
19272 (font-lock-set-defaults): Don't set removed vars.
19273 (c-keywords): Add `inline'.
19274 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
19275
19276 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19277 Set syntax-begin-function.
19278 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
19279 (lisp-interaction-mode): Don't set local-abbrev-table any more.
19280 (lisp-mode-auto-fill): Use syntax-ppss and obey
19281 comment-auto-fill-only-comments.
19282 (lisp-fill-paragraph): Use syntax-ppss.
19283
19284 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
19285
19286 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
19287 version of rmail-enable-mime.
19288 (rmail-forward): Use it.
19289
19290 2001-11-25 Richard M. Stallman <rms@gnu.org>
19291
19292 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
19293
19294 * international/quail.el (quail-keyboard-layout-button):
19295 Define button type.
19296 (quail-keyboard-customize-button): Likewise.
19297 (quail-help): Use those button types. Require `help-mode'.
19298 Avoid altering the argument `package'.
19299
19300 * help-mode.el (help-function, help-variable, help-face)
19301 (help-coding-system, help-input-method, help-character-set):
19302 Define each button type with its own explicit define-button-type.
19303
19304 * language/devan-util.el: Comment out parts of the file
19305 which apparently are garbled.
19306
19307 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19308
19309 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
19310 insert-string.
19311
19312 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19313
19314 * play/snake.el (snake-mode): Remove make-local-hook.
19315
19316 * play/tetris.el (tetris-mode): Likewise.
19317
19318 * play/decipher.el (decipher-mode): Likewise.
19319
19320 * tmm.el (tmm-add-prompt): Likewise.
19321
19322 2001-11-25 Sam Steingold <sds@gnu.org>
19323
19324 * menu-bar.el (menu-bar-apropos-menu): New variable.
19325 Moved all `apropos' bindings to this menu.
19326 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
19327
19328 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
19329
19330 The following changes are for new indian languages support based
19331 on Unicode charset and CDAC fonts.
19332
19333 * international/mule-conf.el: Change indian-1-column charset to
19334 indian-glyph charset.
19335
19336 * international/characters.el: Adjusted for the change of
19337 indian-1-column -> indian-glyph.
19338
19339 * international/fontset.el: Delete the setting for indian-1-column
19340 and add the setting for indian-glyph in the default fontset.
19341
19342 * language/indian.el: Completely re-written.
19343
19344 * language/devanagari.el: Completely re-written.
19345
19346 * language/devan-util.el: Completely re-written.
19347
19348 * language/ind-util.el: New file.
19349
19350 2001-11-24 Richard M. Stallman <rms@gnu.org>
19351
19352 * startup.el (command-line-1): Don't do startup screen
19353 if a subprocess is running. Call the startup screen buffer
19354 "GNU Emacs". Make a special mode-line-format for it.
19355
19356 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
19357 (browse-url-galeon): Use that variable.
19358
19359 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
19360 eval-expression. Eval and set the variable simply.
19361
19362 * files.el (temporary-file-directory): Use defcustom.
19363 (small-temporary-file-directory): Likewise.
19364 (normal-backup-enable-predicate): Move down in file
19365 after definition of temporary-file-directory.
19366
19367 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
19368
19369 2001-11-24 Colin Walters <walters@debian.org>
19370
19371 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
19372 autoload names to match files renamed on initial calc import.
19373
19374 * calc/calc.el (Commentary): Cleanup, and add logistic curve
19375 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
19376
19377 2001-11-23 Colin Walters <walters@debian.org>
19378
19379 * Makefile.in (finder_setwins, setwins): Include Calc again.
19380
19381 * calc/calc-rules.el: Add header comment.
19382
19383 2001-11-23 Andre Spiegel <spiegel@gnu.org>
19384
19385 * vc.el (with-vc-properties): Don't bind `filename' locally.
19386 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
19387 to avoid name clashes. Fix `lisp-indent-function' property for
19388 both.
19389
19390 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19391
19392 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
19393
19394 2001-11-22 Colin Walters <walters@debian.org>
19395
19396 * calc/calc-misc.el (report-calc-bug):
19397 Use `reporter-prompt-for-summary-p'.
19398
19399 * calc/INSTALL, calc/Makefile: Remove.
19400
19401 2001-11-22 Miles Bader <miles@gnu.org>
19402
19403 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
19404 (reb-match-2, reb-match-3): Add dark-background variants.
19405
19406 2001-11-22 Colin Walters <walters@debian.org>
19407
19408 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
19409 (info "Calc").
19410 (report-calc-bug): Use reporter.el.
19411
19412 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
19413
19414 2001-11-21 Richard M. Stallman <rms@gnu.org>
19415
19416 * which-func.el (which-function): Call imenu--make-index-alist
19417 if necessary to get a list of functions.
19418 (which-function-imenu-failed): New variable.
19419 (which-func-update): Handle all visible windows.
19420 (which-func-update-1): New subroutine broken out of which-func-update.
19421
19422 * files.el (temporary-file-directory, null-device)
19423 (small-temporary-file-directory): Definitions moved up.
19424
19425 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
19426 (cperl-non-problems, cperl-praise): Doc fixes.
19427
19428 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
19429 (sh-mode-syntax-table): Function restored.
19430 Variable set up for use by function sh-mode-syntax-table.
19431 (sh-set-shell): Set the syntax table.
19432
19433 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
19434
19435 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
19436
19437 * international/encoded-kb.el: Don't alter minor-map-alist.
19438
19439 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19440
19441 * files.el (auto-save-file-name-transforms): Put remote files in
19442 temporary-file-directory rather than /tmp.
19443
19444 2001-11-21 Colin Walters <walters@debian.org>
19445
19446 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
19447 of (function ...) wrapper.
19448
19449 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
19450
19451 * derived.el (define-derived-mode): Create the abbrev-table
19452 from inside the `defvar'.
19453
19454 * jit-lock.el (jit-lock-defer-time): New var.
19455 (jit-lock-defer-timer, jit-lock-buffers): New vars.
19456 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
19457 (jit-lock-function): Defer fontification if requested.
19458 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
19459 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
19460 text property.
19461 (jit-lock-deferred-fontify): New fun.
19462
19463 2001-11-20 Richard M. Stallman <rms@gnu.org>
19464
19465 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
19466 Set local-abbrev-table to lisp-mode-abbrev-table.
19467
19468 * emacs-lisp/re-builder.el (reb-mode):
19469 Don't use define-derived-mode. Call kill-all-local-variables.
19470
19471 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
19472 Don't use define-derived-mode.
19473
19474 * help-mode.el (help-mode): Undo 2001-10-07 change.
19475
19476 * replace.el (occur-mode): Undo 2001-5-20 change.
19477
19478 2001-11-20 Jason Rumney <jasonr@gnu.org>
19479
19480 * w32-fns.el (w32-system-coding-system): Change to an alias for
19481 locale-coding-system.
19482 (set-w32-system-coding-system): Document the above change.
19483 Set locale-coding-system instead.
19484
19485 2001-11-20 Richard M. Stallman <rms@gnu.org>
19486
19487 * ruler-mode.el: Add pagination.
19488 (ruler-mode-toggle-show-tab-stops): No need to
19489 test `ruler-mode' variable.
19490
19491 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
19492
19493 * play/landmark.el: Mark lm-mode as special.
19494
19495 * play/gomoku.el: Mark gomoku-mode as special.
19496
19497 2001-11-20 Juanma Barranquero <lektu@terra.es>
19498
19499 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
19500 (top-level): Bind it to C-c C-b.
19501 (re-builder): Don't re-enter RE Builder Mode.
19502
19503 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
19504
19505 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
19506
19507 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
19508 `manual-program'.
19509
19510 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
19511 to a line without a comment.
19512
19513 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
19514
19515 * dired.el (dired-listing-switches): Mention in the doc string
19516 that some switches are not supported by ls-lisp.el
19517
19518 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19519
19520 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
19521 (imenu--create-keymap-2): Remove.
19522 (imenu--create-keymap-1): Simplify, remove third argument.
19523 (imenu--generic-function): Use dolist.
19524 (imenu-find-default): New function.
19525 (imenu--completion-buffer): Use it.
19526 (imenu--mouse-menu): Use popup-menu.
19527 (imenu--menubar-select): Return t rather than calling imenu.
19528
19529 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
19530 New functions, extracted from fill-region-as-paragraph.
19531 (fill-region-as-paragraph): Use them.
19532 Use an end marker instead of eob.
19533 Ignore whitespace-only fill-prefixes when indenting according to mode.
19534 Simplify the loop that searches for spaces backwards.
19535
19536 * textmodes/picture.el (picture-vertical-step)
19537 (picture-horizontal-step): Don't use defconst for variables.
19538
19539 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
19540 (mail-extract-address-components): Downcase domain names.
19541 (mail-extr-delete-char): Remove. Use delete-char instead.
19542
19543 * emulation/pc-select.el: Doc string fixes.
19544 (pc-selection-mode): Don't treat macos as a tty.
19545
19546 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
19547
19548 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
19549
19550 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
19551 (mouse-wheel-progessive-speed): New var.
19552 (mwheel-scroll): Use it and handle float values.
19553
19554 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
19555
19556 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
19557 (iswitchb): Fix the case where the result was selected with the mouse.
19558 (iswitchb-completion-help): Use the normal *Completions* now that
19559 mouse selection works.
19560 (iswitchb-minibuffer-setup): Simplify.
19561
19562 * newcomment.el (comment-column, comment-style, comment-multi-line)
19563 (comment-auto-fill-only-comments): Remove :group arg.
19564 (comment-padding): Add :type.
19565 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
19566 if called interactively.
19567
19568 2001-11-19 Colin Walters <walters@verbum.org>
19569
19570 * calc/calc.el (toplevel): Add comment and version header.
19571 (calc-init-base): Bump version to 2.02f, update date.
19572
19573 2001-11-19 Richard M. Stallman <rms@gnu.org>
19574
19575 * net/browse-url.el: Support Mozilla and Galeon.
19576 By default, find the installed browser whichever it is.
19577 (browse-url-mozilla): New function.
19578 (browse-url-mozilla-sentinel): New function.
19579 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
19580 (browse-url-default-browser): New function.
19581 (browse-url-process-environment): Use browse-url-browser-display.
19582 (browse-url-browser-display): Renamed from browse-url-netscape-display.
19583 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
19584 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
19585 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
19586 (browse-url-browser-function): New default, new options.
19587
19588 2001-11-19 Sam Steingold <sds@gnu.org>
19589
19590 * bindings.el (last-buffer, unbury-buffer): New function.
19591 (mode-line-unbury-buffer): Use `unbury-buffer'.
19592
19593 2001-11-18 Stephen Eglen <stephen@gnu.org>
19594
19595 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
19596 control behaviour when no further completion is possible.
19597
19598 2001-11-19 Colin Walters <walters@verbum.org>
19599
19600 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
19601 (math-showing-full-precision, math-with-extra-prec, math-working)
19602 (calc-with-default-simplification)
19603 (calc-with-trail-buffer): Use backtick.
19604 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
19605 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
19606 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
19607 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
19608 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
19609 (Math-num-integerp, Math-bignum-test, Math-equal-int)
19610 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
19611 (calc-record-compilation-date-macro): Deleted. Callers updated.
19612 (math-format-radix-digit): Move to calc-bin.el.
19613
19614 * calc/calc.el (calc-record-compilation-date): Remove.
19615 (calc-bug-address): Update.
19616 (calc-settings-file): Use `user-init-file'.
19617
19618 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
19619 Handle null `calc-settings-file'.
19620
19621 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
19622 * calc/calc-keypd.el (calc-keypad-mode): New.
19623 (calc-do-keypad): Use it.
19624 (calc-keypad-map): Move into `calc-keypad-mode'.
19625
19626 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
19627 to defalias argument.
19628
19629 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
19630 (calcFunc-floor): Ditto.
19631
19632 * calc-units.el (calcFunc-usimplify): Ditto.
19633
19634 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
19635 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
19636 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
19637 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
19638 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
19639 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
19640 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
19641 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
19642 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
19643 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
19644 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
19645 and move them before their first use. Use `when', `unless'.
19646 Remove trailing periods from error forms. Add description and
19647 headers suggested by Emacs Lisp coding conventions.
19648
19649 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19650
19651 * newcomment.el (comment-indent):
19652 Fix misindentation for comment-only lines.
19653 (comment-indent-new-line): Only obey comment-multi-line if the
19654 comment-ender is not the end-of-line.
19655
19656 2001-11-19 Richard M. Stallman <rms@gnu.org>
19657
19658 * net/net-utils.el (network-connection-service-abbrev-alist):
19659 New variable.
19660
19661 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
19662 Advance to start of 3rd sexp by moving fwd and backing over it.
19663 At first three elements, act like defun.
19664
19665 * delsel.el (delete-selection-pre-hook): Handle and resignal
19666 file-supersession errors to interact properly with userlock.el.
19667
19668 2001-11-18 Richard M. Stallman <rms@gnu.org>
19669
19670 * progmodes/fortran.el (fortran-mode-syntax-table):
19671 Specify punctuation syntax for backslash.
19672
19673 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
19674 All calls deleted.
19675
19676 * international/mule-util.el (string-to-sequence): Make it obsolete.
19677 (string-to-list, string-to-vector): Implement them directly
19678 using append and vconcat, not with string-to-sequence.
19679
19680 * startup.el (command-line): Set abbrevs-changed to nil after
19681 reading the init file and the abbrevs file.
19682
19683 * isearch.el (isearch): Use magenta2 as bg for (background light)
19684
19685 2001-11-17 Richard M. Stallman <rms@gnu.org>
19686
19687 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
19688
19689 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19690
19691 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
19692
19693 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
19694 If set and if applicable, add a regexp to highlight defun-like
19695 text inside comments and strings.
19696 (font-lock-fontify-keywords-region): Pass that new arg.
19697 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
19698 to the end and pass that new arg.
19699 (c-font-lock-keywords-2): Fix regex for labels.
19700 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
19701 Make it work when LIMIT is several lines further.
19702 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
19703 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
19704 Use backquote and make the regexes for `int a, b, c;' work on
19705 multiple lines.
19706
19707 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
19708 (font-lock-defaults-alist): Don't change it any more.
19709 (reb-subexp-mode-map): Cleanup.
19710
19711 * custom.el (custom-current-group-alist): New var.
19712 (custom-declare-group): Set it.
19713 (custom-current-group): New fun.
19714 (custom-declare-variable, custom-handle-all-keywords):
19715 Use it as a default if no :group argument is specified.
19716
19717 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
19718 (standard-keyboard-coding-systems): New var.
19719 (set-locale-environment): Use it to decide whether or not to call
19720 set-keyboard-coding-system.
19721 (locale-language-names): Use \"French\" for "fr".
19722
19723 2001-11-17 Richard M. Stallman <rms@gnu.org>
19724
19725 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
19726 (add-to-list): Delete compatibility code.
19727 (checkdoc-next-message-error): Doc fix.
19728
19729 2001-11-17 Stephen Eglen <stephen@gnu.org>
19730
19731 * locate.el (locate): Show default locate pattern within the
19732 prompt, but don't insert it into the minibuffer contents.
19733 Catch the case when pattern is the empty string.
19734
19735 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
19736
19737 * language/european.el ("French"): New language environment.
19738
19739 2001-11-16 Richard M. Stallman <rms@gnu.org>
19740
19741 * calendar/todo-mode.el (todo-save): Fix previous change.
19742
19743 * subr.el (functionp): Do use cdr-safe on object.
19744
19745 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
19746
19747 * bindings.el (mode-line-mode-name): Only put the help-echo property
19748 if the local-map property was put as well.
19749 (global-map): Bind switch-frame, delete-frame, iconify-frame
19750 and make-frame-visible events.
19751
19752 * emacs-lisp/elp.el (elp-not-profilable): New var.
19753 (elp-not-profilable-p): New function.
19754 (elp-instrument-function): Use it. Use backquotes and push.
19755
19756 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
19757 (byte-stack+-info, byte-compile-last-warned-form)
19758 (byte-compile-last-logged-file): Don't defconst a variable.
19759 (no-byte-compile): Declare.
19760 (byte-compile-file): Don't boundp-check no-byte-compile any more.
19761 (byte-compile-defvar): Leave defconst as is.
19762
19763 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
19764 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
19765 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
19766 (edebug-best-error): Don't defconst a variable.
19767 (edebug-read-syntax-table): Use a char-table.
19768 (edebug-lemacs-specific): Remove.
19769 Toplevel: Eliminate check for Lucid Emacs.
19770
19771 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
19772
19773 * rect.el (move-to-column-force): Mark obsolete.
19774 (operate-on-rectangle, delete-extract-rectangle-line)
19775 (insert-rectangle, delete-whitespace-rectangle-line)
19776 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
19777 (string-rectangle-history): New var.
19778 (string-rectangle, string-insert-rectangle): Use it.
19779 (delete-rectangle-line): Fix pos/column mixup and simplify.
19780
19781 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
19782 (normal-top-level, command-line, command-line-1): Simplify.
19783
19784 * tar-mode.el (tar-mode): Use define-derived-mode.
19785
19786 * view.el (view-mode-enable): Don't use make-local-hook.
19787
19788 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
19789
19790 2001-11-16 Richard M. Stallman <rms@gnu.org>
19791
19792 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
19793 if it doesn't make sense as anything else.
19794 Don't recognize a "telephone number" at the beginning of the name.
19795 (mail-extr-leading-garbage): Match non-word characters only.
19796
19797 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19798
19799 * startup.el (command-line-processed): Doc fix.
19800
19801 * apropos.el (apropos-next-label-button): Doc fix.
19802
19803 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
19804
19805 * comint.el (comint-mode): Simplify.
19806 (make-comint-in-buffer): Run `comint-mode' only if necessary.
19807
19808 * subr.el (eval-after-load): Make it work with features as well.
19809
19810 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
19811
19812 * international/mule-cmds.el (describe-input-method): Setup xref.
19813 (set-language-environment): Use functionp.
19814 (locale-language-names, locale-charset-language-names)
19815 (locale-preferred-coding-systems): Defconst and purecopy.
19816
19817 * language/european.el (mac-roman): Add mime-charset property.
19818
19819 2001-11-15 Richard M. Stallman <rms@gnu.org>
19820
19821 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
19822 (multiple-value-apply, nth-value): Use defsubst rather than defalias
19823 to get better doc strings.
19824
19825 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19826
19827 * derived.el: Fix autoload cookie.
19828
19829 2001-11-15 Richard M. Stallman <rms@gnu.org>
19830
19831 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
19832
19833 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
19834
19835 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
19836
19837 2001-11-15 Richard M. Stallman <rms@gnu.org>
19838
19839 * dired.el (dired-undo): Display a message to explain
19840 that this does not undo file system changes.
19841
19842 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
19843
19844 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
19845 into `unread-command-events' instead of trying keymap
19846 lookups ourselves. This makes mouse-clicks do the right
19847 thing even when keymaps of overlays are involved.
19848 (mouse-drag-drag): Likewise.
19849
19850 2001-11-15 Andreas Schwab <schwab@suse.de>
19851
19852 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
19853 characters and append anchor to pattern added to auto-mode-alist.
19854
19855 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
19856
19857 * server.el (server-process-filter): Run pre/post-comment-hook
19858 before/after visiting the file.
19859
19860 * info-look.el (makefile-mode): Add info for automake.
19861 (autoconf-mode): Fix the name of the index for automake.
19862
19863 * international/latin-9.el: Give pilcrow punctuation syntax.
19864
19865 2001-11-15 Andre Spiegel <spiegel@gnu.org>
19866
19867 * vc.el: Documentation fixes.
19868
19869 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
19870
19871 * smerge-mode.el (smerge-match-conflict): Fix typo.
19872 (smerge-diff): Be careful to read match-data early enough.
19873
19874 2001-11-14 Colin Walters <walters@verbum.org>
19875
19876 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
19877 (calcFunc-subst): Use `defalias' instead of `fset' and
19878 `symbol-function'.
19879
19880 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
19881 (calcFunc-ceil, calcFunc-round): Ditto.
19882
19883 * calc/calc-bin.el (calcFunc-clip): Ditto.
19884
19885 * calc/calc-ext.el (calcFunc-evalv): Ditto.
19886
19887 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
19888
19889 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
19890 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
19891
19892 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
19893
19894 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
19895 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
19896 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
19897 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
19898 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
19899 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
19900 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
19901 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
19902 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
19903 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
19904 * calcsel2.el: Style cleanup; don't put closing parens on their
19905 own line, add "foo.el ends here" to each file, and update
19906 copyright date.
19907
19908 * README: Update maintainer.
19909
19910 2001-11-13 Richard M. Stallman <rms@gnu.org>
19911
19912 * progmodes/compile.el (recompile): Use compilation-arguments if
19913 set, so as to be able to M-x recompile the exact command which
19914 created a compilation-mode buffer.
19915
19916 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
19917
19918 2001-11-13 Gerd Moellmann <gerd@gnu.org>
19919
19920 * mouse.el (mouse-drag-region): Don't run the up-event
19921 handler if window start changed due to the down-mouse event.
19922
19923 2001-11-13 Richard M. Stallman <rms@gnu.org>
19924
19925 * mouse.el (mouse-show-mark): Either move point to the mark
19926 or use highlighting, never both.
19927 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
19928
19929 2001-11-13 Simon Josefsson <jas@extundo.com>
19930
19931 * mail/smtpmail.el (top-level): Change maintainer to Simon
19932 Josefsson, cleanup the smtpmail.el header.
19933
19934 * mail/smtpmail.el (top-level): Don't require cl or base64.
19935 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
19936 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
19937 Defsubst instead of defmacro.
19938 (smtpmail-intersection): Return value in reverse order.
19939 (smtpmail-open-stream): Use stringp instead of string-to-list.
19940 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
19941 separated from smtpmail-via-smtp.
19942
19943 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
19944 rfc2104. Require base64 and cl.
19945 (smtpmail-smtp-service): Doc fix. :type fix.
19946 (smtpmail-debug-info): Doc fix.
19947 (smtpmail-debug-verb, smtpmail-auth-credentials)
19948 (smtpmail-starttls-credentials, smtpmail-auth-supported):
19949 New variables.
19950 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
19951 mail-utils (it is autoloaded).
19952 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
19953 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
19954 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
19955 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
19956 (smtpmail-via-smtp): Support AUTH.
19957 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
19958
19959 2001-11-13 Richard M. Stallman <rms@gnu.org>
19960
19961 * ebuff-menu.el (electric-buffer-update-highlight): New function.
19962 (electric-buffer-overlay): New variable.
19963 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
19964 (electric-buffer-list): Likewise.
19965
19966 * isearch.el (isearch-whitespace-chars): Doc fix.
19967 (isearch-mode): Handle negative search-slow-window-lines correctly.
19968
19969 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
19970
19971 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
19972
19973 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
19974 From Emmanuel Briot <briot@act-europe.fr>.
19975
19976 2001-11-13 Colin Walters <walters@debian.org>
19977
19978 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
19979
19980 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
19981 "~/.emacs"; use `read-file-name'.
19982
19983 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
19984 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
19985 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
19986 * calc/calc.el: Use `frame-width' instead of `screen-width',
19987 `frame-height' instead of `screen-height', and,
19988 `executing-kbd-macro' instead of `executing-macro'.
19989
19990 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
19991 correct number of arguments.
19992
19993 * calc/calc-aent.el (calc-do-alg-entry):
19994 Use `blink-paren-function' instead of `blink-paren-hook'.
19995
19996 2001-11-12 Richard M. Stallman <rms@gnu.org>
19997
19998 * calendar/todo-mode.el (todo-save): Add save-excursion
19999 and save-restriction.
20000
20001 * server.el (server-edit, server-done): Doc fix.
20002
20003 * simple.el (clone-indirect-buffer): Error if major mode symbol
20004 has a no-clone-indirect property.
20005 (clone-buffer): Check for obvious errors before reading clone name.
20006
20007 * info.el (Info-mode): Add a no-clone-indirect property.
20008
20009 2001-11-12 Sam Steingold <sds@gnu.org>
20010
20011 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
20012 set-buffer-modified-p to nil after `vc-exec-after'.
20013 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
20014 (log-view-mode): Make read-only.
20015 (log-view-current-file): Do final `expand-file-name' in the
20016 current `default-directory'.
20017 (log-view-current-tag): Take an optional `where' arg.
20018 (log-view-diff): New user command.
20019
20020 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20021
20022 * progmodes/cpp.el (cpp-choose-face): Fix typo.
20023
20024 2001-11-12 Sam Steingold <sds@gnu.org>
20025
20026 * emacs-lisp/cl-indent.el (toplevel): Indent properly
20027 `generic-flet', `generic-labels', `with-accessors',
20028 `with-condition-restarts'.
20029
20030 2001-11-12 Richard M. Stallman <rms@gnu.org>
20031
20032 * dired.el: Many trivial doc fixes.
20033 (dired-get-file-for-visit): New function.
20034 (dired-find-alternate-file, dired-mouse-find-file-other-window)
20035 (dired-view-file, dired-find-file-other-window, dired-display-file)
20036 (dired-find-file): Use dired-get-file-for-visit.
20037
20038 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
20039
20040 * sql.el (sql-mode): Doc change.
20041
20042 * sql.el (sql-mode-syntax-table): The backslash is no longer an
20043 escape character.
20044
20045 2001-11-12 Colin Walters <walters@debian.org>
20046
20047 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
20048 (calc-do-keypad): Don't attempt to use nonexistent global
20049 mouse-map, use calc-keypad-map.
20050 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
20051 (calc-keypad-left-click): Don't use mouse-map; update to new event
20052 interface.
20053 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
20054 (calc-keypad-press): Use `unread-command-events' instead of
20055 `unread-command-char'.
20056
20057 * calc/calc-ext.el (calc-init-extensions): Update autoload names
20058 to match files renamed on initial calc import.
20059
20060 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20061
20062 * textmodes/flyspell.el (flyspell-default-dictionary):
20063 Fix previous change.
20064
20065 2001-11-12 Richard M. Stallman <rms@gnu.org>
20066
20067 * textmodes/flyspell.el (flyspell-default-dictionary):
20068 Fix custom type.
20069
20070 2001-11-11 Richard M. Stallman <rms@gnu.org>
20071
20072 * calendar/solar.el (solar-sunrise-and-sunset):
20073 Exchange the two extreme values of day-length.
20074
20075 * progmodes/sh-script.el (sh-must-be-shell-mode):
20076 Allow modes derived from sh-mode.
20077
20078 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
20079 Turn off error in some re-search-forward calls.
20080
20081 * replace.el (query-replace-skip-read-only): New variable.
20082 (perform-replace): If that variable is non-nil, ignore matches
20083 that have a read-only property.
20084
20085 * derived.el (define-derived-mode): Doc fix.
20086
20087 * server.el (server-buffer-done): Test of server-existing-buffer
20088 was backwards.
20089 (server-existing-buffer): Doc fix.
20090
20091 * textmodes/flyspell.el (flyspell-default-dictionary):
20092 Allow nil as value, and make nil the default.
20093
20094 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
20095
20096 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
20097 it is not fboundp.
20098 (clipboard-yank): Ditto.
20099
20100 2001-11-11 Colin Walters <walters@verbum.org>
20101
20102 The following changes are based on patches from
20103 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
20104 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
20105
20106 * calc/calc.el (toplevel): Require calc-macs.
20107 (calc-minibuffer-size): New.
20108 (calcDigit-nondigit): Use it instead of `buffer-size'.
20109 (calcDigit-backspace): Likewise.
20110 (calcDigit-nondigit): Use `minibuffer-contents' instead of
20111 `buffer-string'.
20112 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
20113 `point-min'.
20114 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
20115 `save-excursion'.
20116
20117 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
20118 simple `setq' form.
20119
20120 * calc/calc-ext.el: (toplevel): Require calc.
20121 (calc-fancy-prefix-map): New.
20122 (calc-fancy-prefix): Use it.
20123 (calc-fancy-prefix-other-key): New.
20124
20125 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
20126 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
20127 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
20128 (calcAlg-enter): Likewise.
20129 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
20130
20131 2001-11-10 Richard M. Stallman <rms@gnu.org>
20132
20133 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
20134 (quietly-read-abbrev-file): Doc fix.
20135
20136 * startup.el (command-line): Read standard abbrev
20137 file (abbrev-file-name), if it exists.
20138
20139 * files.el (save-abbrevs): Default value is t.
20140
20141 * progmodes/compile.el (compile-goto-error): Fix previous change
20142 in the case where subsequent errors have not been parsed yet
20143 because they are in a different source file.
20144
20145 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
20146
20147 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
20148 Merge two regular expressions into one.
20149 (ps-mode): Make local bindings for `comment-start' and
20150 `comment-start-skip'.
20151 (ps-mode-looking-at-nested): Simplify an if-else construct;
20152 use `set-match-data' to set the result.
20153
20154 2001-11-10 Richard M. Stallman <rms@gnu.org>
20155
20156 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
20157 Function deleted.
20158 (flyspell-correct-word): Old definition deleted.
20159 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
20160 All references renamed too.
20161
20162 2001-11-10 Gerd Moellmann <gerd@gnu.org>
20163
20164 * Makefile.in (finder_setwins, setwins): Exclude Calc.
20165
20166 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
20167
20168 * wid-edit.el (checklist): Removed `:menu-tag'.
20169 (radio-button-choice): Ditto.
20170 (editable-list): Ditto.
20171
20172 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20173
20174 * play/gomoku.el: Move definitions of constants to the beginning
20175 of file, before their use.
20176
20177 2001-11-09 Richard M. Stallman <rms@gnu.org>
20178
20179 * textmodes/flyspell.el: Use the keymap property
20180 instead of local-map, and don't use a minor-mode map.
20181 (flyspell-mode-map): Variable deleted.
20182 Don't mess with minor-mode-map-alist.
20183 (calling add-minor-mode): Specify nil for keymap.
20184 And always use add-minor-mode, now that it exists.
20185 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
20186 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
20187 or flyspell-local-mouse-map.
20188 (make-flyspell-overlay): Use flyspell-mouse-map directly.
20189 (flyspell-mode): Doc fix.
20190 (flyspell-mode-on): Don't call make-local-hook.
20191
20192 2001-11-09 Sam Steingold <sds@gnu.org>
20193
20194 * emacs-lisp/debug.el (debugger-make-xrefs):
20195 Add buttons to all symbols.
20196
20197 2001-11-09 Andre Spiegel <spiegel@gnu.org>
20198
20199 * vc.el: Add John David Smith to credits.
20200
20201 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
20202
20203 * vc-hooks.el (vc-error-occured): Backquotified.
20204 (vc-file-prop-obarray): Use prime length for better efficiency.
20205
20206 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
20207
20208 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
20209
20210 * info.el (Info-file-list-for-emacs): Add entries for Calc.
20211
20212 2001-11-09 Miles Bader <miles@gnu.org>
20213
20214 * subr.el (functionp): Don't consider macros as functions.
20215
20216 2001-11-08 Miles Bader <miles@gnu.org>
20217
20218 * subr.el (functionp): Make work correctly for macros and unbound
20219 symbols.
20220
20221 * comint.el (comint-send-input): Fix description of
20222 `comint-process-echoes' in the doc-string.
20223
20224 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
20225
20226 * international/mule.el (make-translation-table): Doc fix.
20227 Suggested by Alex Schroeder <alex@gnu.org>.
20228
20229 2001-11-07 Richard M. Stallman <rms@gnu.org>
20230
20231 * info.el (Info-fontify-node): Highlight every third menu item.
20232
20233 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
20234
20235 * cus-edit.el (custom-face-value-create): Don't ignore the
20236 `customized-face' attribute when finding the current face spec.
20237
20238 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
20239
20240 * subr.el (with-local-quit): New macro.
20241 (make-syntax-table): Always inherit.
20242 (functionp): Be more careful when `object' is a symbol.
20243
20244 * dabbrev.el (dabbrev-completion): Use "*Completions*".
20245
20246 2001-11-07 Paul Eggert <eggert@twinsun.com>
20247
20248 * dired.el (dired-move-to-filename-regexp):
20249 Do not distinguish between ASCII letters and non-ASCII characters.
20250 Don't allow comma except in the form "month day, year".
20251 Don't allow space between month name and comma.
20252 Clean up the code that checks for trailing period, comma, and space.
20253 Remove now-obsolete comments, and add more commentary about
20254 Japanese dates.
20255 Always gobble up trailing spaces, instead of doing it only sometimes.
20256
20257 2001-11-07 Miles Bader <miles@gnu.org>
20258
20259 * paren.el (show-paren-match-face): Add dark-background variant.
20260
20261 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
20262
20263 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
20264 (lisp-mode-variables): Don't set paragraph-{start,separate}.
20265 Don't disable adaptive-fill-mode.
20266 (lisp-fill-paragraph): Use tab-width rather than 8.
20267 Prevent filling the first line of docstrings.
20268
20269 2001-11-06 Richard M. Stallman <rms@gnu.org>
20270
20271 * play/gomoku.el (gomoku): Doc fix.
20272
20273 * jka-compr.el (jka-compr-partial-uncompress):
20274 Support an alternative of not using dd.
20275 (jka-compr-dd-program): Use defcustom to define this.
20276 (jka-compr-load-suffixes): Use defcustom.
20277 (jka-compr-mode-alist-additions): Use defcustom.
20278
20279 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
20280
20281 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
20282 Also work when LIMIT is further than the end of line.
20283
20284 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
20285
20286 * international/quail.el (quail-update-leim-list-file): Print the
20287 offending file name if some of its quail-define-package forms is broken.
20288
20289 2001-11-05 Richard M. Stallman <rms@gnu.org>
20290
20291 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
20292 of the evaluated form.
20293
20294 2001-11-05 Paul Eggert <eggert@twinsun.com>
20295
20296 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
20297 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
20298 stamps always line up by default. Also, it uses a slightly
20299 different window to determine whether files are "recent".
20300
20301 2001-11-05 Andrew Innes <andrewi@gnu.org>
20302
20303 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20304 Don't attempt to remake autoloads before nuking .elc files.
20305
20306 2001-11-04 Richard M. Stallman <rms@gnu.org>
20307
20308 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
20309 previous-single-property-change or next-single-char-property-change
20310 returns nil.
20311
20312 * international/mule-cmds.el (set-locale-environment):
20313 Make it interactive; make arg optional.
20314
20315 * international/mule-diag.el (help-funs): Require help-funs.
20316
20317 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
20318
20319 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
20320
20321 2001-11-04 Miles Bader <miles@gnu.org>
20322
20323 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
20324 shadow of the splash image grey on a dark background instead of black.
20325
20326 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
20327
20328 * term.el (all faces): Don't (copy-face 'default <foo>).
20329
20330 * term/xterm.el (function-key-map):
20331 Add entry for `ESC [ 3 ~' -> <delete>
20332 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
20333 Use inheritance so that .emacs and terminfo take precedence.
20334
20335 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
20336
20337 * tooltip.el (tooltip-delay): Decrease to 0.7.
20338 (tooltip-hide-delay): Enlarge to 10.
20339
20340 2001-11-03 Richard M. Stallman <rms@gnu.org>
20341
20342 * startup.el (fancy-splash-tail): Explain how to recover
20343 from a crash, if there was a crash.
20344 (command-line-1): Reorganize display of startup screen,
20345 to simplify the logic. Use a temp buffer for it.
20346
20347 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
20348
20349 * frame.el (set-background-color, set-foreground-color):
20350 Call face-set-after-frame-default, to propagate the new colors to
20351 the frame's parameters alist.
20352
20353 * calendar/timeclock.el (timeclock-out): Signal an error if
20354 timeclock-last-event is nil.
20355
20356 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
20357
20358 * textmodes/fill.el (fill-context-prefix): Fix braino.
20359
20360 * international/quail.el (quail-help):
20361 Use `help-buffer' and move `help-setup-xref' to beginning.
20362
20363 * international/mule-cmds.el (describe-language-environment):
20364 Use `help-buffer' and move `help-setup-xref' to beginning.
20365
20366 * international/mule-diag.el (list-character-sets)
20367 (sort-listed-character-sets, describe-character-set)
20368 (describe-coding-system, describe-fontset, list-fontsets):
20369 Use `help-buffer' and move `help-setup-xref' to beginning.
20370 (describe-char-after): Use `internal-describe-syntax-value'.
20371
20372 2001-11-02 Richard M. Stallman <rms@gnu.org>
20373
20374 * mouse.el (popup-menu): If the user refuses to select
20375 from a menu, don't try to invoke the menu.
20376
20377 2001-11-02 Miles Bader <miles@gnu.org>
20378
20379 * help-mode.el (help-xref): New button type.
20380 (help-function, help-variable, help-face, help-coding-system)
20381 (help-input-method, help-character-set, help-type, help-symbol)
20382 (help-back, help-info, help-customize-variable, help-customize-face)
20383 (help-function-def, help-variable-def): Use it as a supertype.
20384 Remove `action' property.
20385
20386 * international/mule-diag.el (describe-character-set)
20387 (describe-coding-system): Pass correct args to `help-xref-button'.
20388 (sort-listed-character-sets): New button type.
20389 (list-character-sets): Use it.
20390 (list-charset-chars): New button type.
20391 (list-character-sets-1): Use it.
20392
20393 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
20394
20395 * indent.el (tab-always-indent, indent-for-tab-command):
20396 Remove redundant `never' setting.
20397
20398 * fill.el (fill-region-as-paragraph): Don't forget to skip
20399 over current whitespace before looking for a preceding space.
20400
20401 2001-11-01 Richard M. Stallman <rms@gnu.org>
20402
20403 * files.el (file-newest-backup): Don't pass backup file name
20404 thru file-name-sans-versions, because it never has version numbers.
20405
20406 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
20407 to avoid ambiguous nested loops.
20408
20409 * files.el (find-file-noselect): Offer to change buffer-read-only
20410 only when the file's read-only status has changed from before
20411 as well as disagreeing with the buffer's current status.
20412 (buffer-file-read-only): New var, local in all buffers.
20413
20414 * buff-menu.el (buffer-menu): Doc fix.
20415 (buffer-menu-other-window): Doc fix.
20416 (list-buffers, list-buffers-noselect): Doc fix.
20417
20418 2001-11-01 Gerd Moellmann <gerd@gnu.org>
20419
20420 * startup.el (command-line): If the terminal Emacs is running on
20421 has erase char set to ^H, use the Backspace key for deleting
20422 backward, and the Delete key for deleting forward.
20423
20424 2001-11-01 Miles Bader <miles@gnu.org>
20425
20426 * button.el (define-button-type): Make sure every user-defined
20427 button type has a supertype.
20428
20429 2001-10-31 Jason Rumney <jasonr@gnu.org>
20430
20431 * international/mule-cmds.el (locale-language-names): Add chs and
20432 cht as aliases for Chinese-GB and Chinese-BIG5.
20433
20434 2001-10-31 Richard M. Stallman <rms@gnu.org>
20435
20436 * bindings.el (mode-line-frame-identification): Add doc string.
20437 (mode-line-position, mode-line-modes): New variables.
20438 (mode-line-format): Use mode-line-position for the part
20439 that displays the position-in-buffer info.
20440 Use mode-line-modes for the part that displays major and minor modes.
20441
20442 2001-10-31 Sam Steingold <sds@gnu.org>
20443
20444 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
20445 (debugger-setup-buffer): Call it.
20446 (debugger-mode-map): Bind RET and mouse-2.
20447
20448 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20449
20450 * startup.el: Document command line option --no-window-system
20451 instead of --no-windows.
20452
20453 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
20454
20455 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
20456
20457 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
20458 (font-lock-defaults-alist): Use it.
20459 From David Ponce <david.ponce@wanadoo.fr>
20460
20461 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
20462 output of `char-after'.
20463
20464 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
20465
20466 * simple.el (reindent-then-newline-and-indent): Insert the newline
20467 before indenting the first line.
20468 (undo-get-state, undo-revert-to-state): New funs.
20469 (shell-command): Don't kill the buffer even if empty.
20470 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
20471 (transpose-subr-end2): Remove.
20472 (transpose-subr): Add `special' arg and simplify.
20473 (transpose-subr-1): Rewrite.
20474 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
20475 (rfc822-goto-eoh): Simplify.
20476
20477 2001-10-30 Richard M. Stallman <rms@gnu.org>
20478
20479 * enriched.el (enriched-face-ans): Fix previous change.
20480
20481 2001-10-30 Gerd Moellmann <gerd@gnu.org>
20482
20483 * international/iso-acc.el (iso-accents-compose): Remove a
20484 superfluous setq.
20485
20486 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
20487
20488 * buff-menu.el (list-buffers-noselect): If the buffer's name
20489 starts with a blank, but it visits a file, do show it (for files
20490 whose names start with a blank).
20491
20492 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
20493
20494 * textmodes/fill.el (sentence-end-double-space)
20495 (sentence-end-without-period): Move to paragraphs.el.
20496 (fill-indent-according-to-mode): Change default to t.
20497 (fill-context-prefix): Simplify control-flow and use a more
20498 sophisticated merge that unifies both previous checks.
20499 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
20500 (fill-nobreak-predicate): Make it into a defcustom'd hook.
20501 (fill-nobreak-p): New fun.
20502 (fill-region-as-paragraph): Use it.
20503 Handle `fill-indent-according-to-mode' slightly differently.
20504 (fill-individual-paragraphs-prefix): Simplify the control-flow.
20505 (fill-individual-paragraphs-citation): Fix.
20506
20507 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
20508 (paragraph-start): Change default to the `text-mode' value.
20509 (sentence-end-double-space, sentence-end-without-period):
20510 Move from fill.el.
20511 (forward-paragraph): Use `parstart' and `parsep' for temp variables
20512 rather than rebinding `paragraph-start' and `paragraph-separate'.
20513
20514 * indent.el (indent-line-function): Change default to indent-relative.
20515 (tab-always-indent): Add an `never' setting.
20516 (indent-according-to-mode): Handle `indent-relative' and
20517 `indent-relative-maybe' specially.
20518 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
20519 Handle the `never' case for `tab-always-indent'.
20520 Don't call indent-according-to-mode for indent-relative' and
20521 `indent-relative-maybe'.
20522 (insert-tab): Rename `prefix-arg' to `arg'.
20523 (indent-region): Indent the first line as well.
20524 (indent-relative): Don't mark the buffer modified if the indentation
20525 is unchanged.
20526
20527 * textmodes/text-mode.el (paragraph-indent-minor-mode):
20528 Don't set paragraph-separate. Set paragraph-start more carefully.
20529 Set indent-line-function.
20530 (paragraph-indent-text-mode): Use it and define-derived-mode.
20531 (text-mode-map): Remove the \t binding.
20532 (text-mode): Simplify now that the default is more favorable.
20533
20534 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
20535
20536 * emacs-lisp/find-func.el (find-function-search-for-symbol):
20537 If the regexp doesn't match, use a looser one.
20538 (find-variable-noselect): Add `file' argument.
20539
20540 * pcvs.el (cvs-mode-commit-hook): New hook.
20541 (cvs-mode-commit): Run it.
20542
20543 * log-edit.el (log-edit): Run hook after `log-edit-files'.
20544
20545 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
20546 (edebug-instrument-function): Use `find-function-noselect'.
20547
20548 2001-10-29 Richard M. Stallman <rms@gnu.org>
20549
20550 * term.el (term-if-emacs19): Macro deleted.
20551 Callers changed to use progn instead.
20552
20553 * frame.el (blink-cursor-mode): Doc fix.
20554
20555 * files.el (find-backup-file-name): Use make-backup-file-name.
20556
20557 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
20558 window-live-p.
20559 (edebug-set-conditional-breakpoint): Unconditionally use
20560 the former Emacs >=19 definition.
20561 (edebug-mark): Define unconditionally.
20562 (edebug-eval-expression): Always call read-from-minibuffer
20563 and specify history list.
20564 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
20565 edebug-set-conditional-breakpoint.
20566 (edebug-emacs-version-specific): Function deleted;
20567 do the job at top level.
20568 (edebug-emacs-19-specific): Function deleted, this is the default.
20569
20570 2001-10-29 Sam Steingold <sds@gnu.org>
20571
20572 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
20573 "/cygdrive/LETTER/" pathnames.
20574
20575 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
20576
20577 * faces.el (invert-face): Check for 'unspecified, not for nil,
20578 when testing whether face colors are not specified.
20579 From David.Kastrup@t-online.de (David Kastrup).
20580 (read-face-name): Doc fix.
20581 (make-face-bold, make-face-unbold, make-face-italic)
20582 (make-face-unitalic, make-face-bold-italic, invert-face):
20583 Remove trailing blank from the prompt passed to read-face-name.
20584
20585 2001-10-29 Sam Steingold <sds@gnu.org>
20586
20587 * emacs-lisp/bytecomp.el (byte-recompile-directory):
20588 Report numbers of files skipped and failed too.
20589 (byte-compile-file): Return 'no-byte-compile for skipped files.
20590
20591 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20592
20593 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
20594 and `M p'.
20595
20596 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20597
20598 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
20599 as is on unread-command-events instead of `(SECOND-CHAR)'.
20600
20601 2001-10-29 Andre Spiegel <spiegel@gnu.org>
20602
20603 * vc.el: Mention vc-*-switches in backend API documentation.
20604 (vc-annotate): Adapt doc string to recent change.
20605
20606 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20607
20608 * enriched.el (enriched-face-ans): Handle face attributes
20609 of the form `(FACE1 FACE2 ...)'.
20610
20611 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
20612
20613 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
20614
20615 * progmodes/sql.el (sql-mysql): Doc change by RMS.
20616
20617 * progmodes/sql.el (sql-db2): Doc change.
20618 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
20619 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
20620
20621 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20622
20623 * env.el (substitute-env-vars): Don't quote argument to `rx';
20624 it's a macro.
20625
20626 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
20627
20628 * cus-start.el (recursive-load-depth-limit): Added.
20629
20630 2001-10-28 Richard M. Stallman <rms@gnu.org>
20631
20632 * textmodes/ispell.el (version18p, version20p): Vars deleted.
20633 All uses removed--assume Emacs version is >= 20.
20634
20635 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
20636 by really checking that it is not version 18.
20637
20638 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
20639
20640 2001-10-28 Miles Bader <miles@gnu.org>
20641
20642 * faces.el (face-attribute): Add INHERIT argument, consider face
20643 inheritance if it's non-nil.
20644 (face-attribute-merged-with): New function.
20645 (face-attribute-specified-or): New macro.
20646 (face-foreground, face-background, face-stipple): Add INHERIT
20647 argument. Use `face-attribute-specified-or'.
20648
20649 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
20650
20651 * font-lock.el: Require `syntax'.
20652 (font-lock-defaults-alist): Don't define keywords for lisp languages.
20653 Use `c-font-lock-syntactic-face-function' for c languages.
20654 (font-lock-mode): Don't unset vars when turning the mode off.
20655 (font-lock-default-fontify-buffer): Don't unset vars at the end.
20656 (font-lock-extra-managed-props): New var.
20657 (font-lock-default-unfontify-region): Use it.
20658 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
20659 Don't eval the value when there's no match.
20660 (font-lock-ppss-stats): New var.
20661 (font-lock-ppss): New fun.
20662 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
20663 (font-lock-apply-highlight): Allow `highlight' to set several props.
20664 (font-lock-set-defaults): Use dolist.
20665 (font-lock-unset-defaults): Remove.
20666 (font-lock-match-c-style-declaration-item-and-skip-to-next):
20667 Try to recognize prototypes using `foo P_ ((args))'.
20668 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
20669 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
20670 (c-font-lock-syntactic-face-function): New function.
20671 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20672 (c++-keywords): Use a more sophisticated regexp to handle
20673 shallowly nested templates.
20674
20675 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
20676
20677 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
20678 (sgml-tag): Use it. Cleanup with `cond'.
20679 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
20680 Mark the overlays and only delete those that are marked.
20681 (sgml-skip-close-p): Remove.
20682 (sgml-value): Replace sgml-skip-close-p with its definition.
20683 (html-tag-alist): Use sgml-xml a bit more.
20684 (html-mode): Set sgml-empty-tags.
20685
20686 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
20687 (texinfo-update-node, texinfo-sequential-node-update):
20688 Don't bind the obsolete `auto-fill-hook'.
20689 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
20690 Use `set-buffer' rather than `switch-to-buffer'.
20691 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
20692 Use `set-buffer' rather than `switch-to-buffer'.
20693
20694 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
20695 text-mode-syntax-table.
20696 (mail-mode): Use define-derived-mode.
20697 Fix ordering of alternatives in adaptive-fill-regexp.
20698 (mail-mode-map): Don't rely on keymap's internal representation.
20699
20700 2001-10-27 Sam Steingold <sds@gnu.org>
20701
20702 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
20703 (sgml-xml-guess): Extracted from `html-mode' and generalized.
20704 (sgml-mode-common): Call it.
20705 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
20706 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
20707 (html-horizontal-rule, html-image, html-ordered-list):
20708 (html-unordered-list, html-list-item, html-paragraph):
20709 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
20710 `html-xhtml'.
20711
20712 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
20713
20714 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
20715 (ifnothtml): New alias.
20716
20717 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
20718
20719 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
20720 (toggle-text-mode-auto-fill): Use derived-mode-p.
20721
20722 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
20723
20724 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
20725 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
20726
20727 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
20728
20729 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
20730 Add make-obsolete cookies, to follow faces.el.
20731
20732 These changes avoid warnings from the byte compiler in faces.el:
20733
20734 * faces.el (internal-get-face): Use facep instead of the obsolete
20735 internal-find-face.
20736 (internal-frob-font-weight, internal-frob-font-slant):
20737 New defaliases for obsolete functions.
20738 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
20739 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
20740 (x-make-font-bold-italic): Use internal-frob-font-weight and
20741 internal-frob-font-slant aliases instead of the obsolete
20742 x-frob-... functions.
20743
20744 2001-10-26 Sam Steingold <sds@gnu.org>
20745
20746 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
20747 DOCTYPE; set `mode-name' based on it.
20748 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
20749 (sgml-tag): Close empty tags in XHTML.
20750
20751 2001-10-26 Jason Rumney <jasonr@gnu.org>
20752
20753 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
20754 when UNICODE is not defined.
20755
20756 2001-10-26 Sam Steingold <sds@gnu.org>
20757
20758 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
20759 be alone on the line.
20760
20761 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
20762
20763 * button.el (button): Special face definition for MS-DOS terminals.
20764
20765 2001-10-26 Sam Steingold <sds@gnu.org>
20766
20767 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
20768 Protect the /= test by checking that the args are non-nil.
20769 (sh-font-lock-close-heredoc): Check eof for being non-nil.
20770
20771 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
20772
20773 * textmodes/artist.el (artist-version): 1.2.4.
20774 (artist-butlast-fn): New variable.
20775 (artist-butlast): New function.
20776 (artist-ellipse-mirror-quadrant): Use it.
20777 (artist-mouse-draw-poly): Use nil for `point-list'.
20778 (artist-mouse-draw-poly): Check for point-list being nil.
20779
20780 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
20781
20782 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
20783 lambda expression.
20784 (ps-mode-menu-main): Submenu with options on/off was replaced with
20785 a toggle button.
20786 (ps-mode, ps-run-mode): Define with `define-derived-mode'
20787 (ps-mode): Autoload cookie added on same line as comment
20788 (ps-mode-tabkey, ps-mode-backward-delete-char):
20789 (ps-mode-r-balance): Replace `delete-horizontal-space' and
20790 `indent-to' with `indent-line-to'
20791 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
20792 instead of `eval'.
20793 (ps-mode-print-region): Use `with-temp-buffer'.
20794 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
20795 (numerous places): Add back-tick and tick around names in
20796 docstrings, fix punctuation in docstrings, remove trailing spaces.
20797
20798 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
20799
20800 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
20801 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
20802 (sgml-font-lock-syntactic-keywords): New var.
20803 (sgml-mode-common): Drop the two args.
20804 Don't make buffer-local variables that aren't used.
20805 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
20806 Don't set `before-string' props from sgml-display-text.
20807 (sgml-mode): Use define-derived-mode.
20808 (sgml-tags-invisible): Use sgml-display-text.
20809 (sgml-quote): New command.
20810 (html-tag-alist): Add args for `span'.
20811 (html-mode): Use define-derived-mode.
20812 Set sgml-display-text and sgml-tag-face-alist.
20813
20814 2001-10-25 Sam Steingold <sds@gnu.org>
20815
20816 * add-log.el (add-log-always-start-new-record): New user option.
20817 (add-change-log-entry): Use it.
20818
20819 2001-10-25 Richard M. Stallman <rms@gnu.org>
20820
20821 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
20822 bind case-fold-search if FROM is not all lower case.
20823
20824 2001-10-25 Gerd Moellmann <gerd@gnu.org>
20825
20826 * startup.el (normal-top-level): Check for frame-initial-frame
20827 only if it's really used.
20828
20829 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
20830
20831 * progmodes/compile.el (compilation-parse-errors-filename-function):
20832 New variable.
20833 (compilation-parse-errors): Use it.
20834
20835 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
20836
20837 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
20838 interactively so that C-u M-C-x still does edebug.
20839 (checkdoc-sentencespace-region-engine): Don't force a double-space
20840 after `.' if it doesn't look like an end-of-sentence.
20841 (debug-ignored-errors): Add `disambiguate ...'.
20842
20843 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
20844
20845 * textmodes/texinfo.el (texinfo-environments)
20846 (texinfo-environment-regexp): Hoist.
20847 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
20848 Only highlight the menu name in menu items.
20849 Setup `@foo ... @end foo' as text clones.
20850 (texinfo-clone-environment): New function.
20851 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
20852 (texinfo-insert-block): Simplify.
20853 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
20854 the command is repeated.
20855 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
20856 (texinfo-insert-@end): Simplify.
20857
20858 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
20859 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
20860 (texinfo-subsubsection-level-regexp)
20861 (texinfo-update-menu-same-level-regexps)
20862 (texinfo-update-menu-higher-regexps)
20863 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
20864
20865 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
20866 (derived-mode-p): Autoload.
20867
20868 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
20869 New vars and functions.
20870 (text-clone-maintain, text-clone-create): New functions.
20871
20872 2001-10-25 Miles Bader <miles@gnu.org>
20873
20874 * facemenu.el (facemenu-add-new-face): Fix variable names.
20875
20876 2001-10-24 Richard M. Stallman <rms@gnu.org>
20877
20878 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
20879 of t and nil values.
20880 (facemenu-set-face): Handle START and END interactively.
20881 (facemenu-set-foreground): Don't use a face; specify color directly.
20882 (facemenu-set-background): Likewise.
20883 (facemenu-set-face-from-menu): Doc fix.
20884 (facemenu-active-faces): Use face-attribute-vector
20885 to handle bare attributes not in faces.
20886 (facemenu-get-face): Don't handle face names fg:... and bg:...
20887 specially.
20888 (facemenu-add-new-face): New argument MENU.
20889 New way to handle adding colors to the color menus.
20890
20891 * env.el (substitute-env-vars): Quote the arg to rx.
20892
20893 2001-10-24 Sam Steingold <sds@gnu.org>
20894
20895 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
20896 Control" and "SGML" groups.
20897
20898 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20899
20900 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20901 Better handling of C++ template args to avoid confusion with `<'
20902 and `>' used as operators in member init expressions.
20903
20904 2001-10-24 Gerd Moellmann <gerd@gnu.org>
20905
20906 * replace.el (perform-replace): Move START and END parameters
20907 to the end of the argument list and make them optional.
20908
20909 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
20910 perform-replace.
20911
20912 * international/fontset.el (x-must-resolve-font-name): New function.
20913 (x-complement-fontset-spec): Use it.
20914
20915 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
20916
20917 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
20918
20919 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
20920 Turn caadr into caar of cdr.
20921
20922 2001-10-23 Gerd Moellmann <gerd@gnu.org>
20923
20924 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
20925 of mouse-{1,2} since dragging is on the down event.
20926
20927 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
20928
20929 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
20930 if ARG is nil.
20931
20932 * desktop.el (desktop-last-buffer): New variable.
20933 (desktop-create-buffer): Set it.
20934 (desktop-read): Bind it and switch to that buffer.
20935
20936 2001-10-22 Gerd Moellmann <gerd@gnu.org>
20937
20938 * progmodes/compile.el (compilation-set-window-height):
20939 Select old window only if it's still live.
20940
20941 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20942
20943 * help-mode.el (help-buffer): Remove debugging code.
20944 From Stefan Monnier <monnier@cs.yale.edu>.
20945
20946 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
20947
20948 * files.el (file-name-sans-extension, file-name-extension):
20949 Don't count the leading dots in file names as signaling an extension.
20950
20951 2001-10-22 Andre Spiegel <spiegel@gnu.org>
20952
20953 * vc.el (vc-diff-switches): Doc rewritten.
20954
20955 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
20956
20957 * tooltip.el (tooltip-set-param): Doc fix.
20958
20959 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
20960 127 to sgml-maybe-name-self.
20961 (sgml-name-8bit-mode): Doc fix.
20962 (sgml-char-names-table): New variable.
20963 (sgml-name-char): Support non-ASCII and mule-unicode-*
20964 characters. Doc fix.
20965 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
20966
20967 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
20968 doc string the effect of `left' and `top' parameters in
20969 tooltip-frame-parameters, the default values, and the units.
20970 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
20971 (tooltip-show): Mention in the doc string the `top' and `left'
20972 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
20973
20974 2001-10-22 Andre Spiegel <spiegel@gnu.org>
20975
20976 Add autoscaling support for vc-annotate.
20977 From J.D. Smith <jdsmith@alum.mit.edu>.
20978
20979 * vc.el (vc-annotate-display-default): Accept colormap scaling
20980 ratio (now deprecated).
20981 (vc-annotate-display-autoscale): Added.
20982 (vc-annotate-add-menu): New autoscaling menu options "Span to
20983 Oldest" and "Span Oldest->Newest". Easymenu support added for
20984 toggle menus driven by customize variable `vc-annotate-display-mode'.
20985 (vc-annotate-display-select): Added.
20986 (vc-annotate): Changed temp-buffer-show-function to
20987 `vc-annotate-display-select'.
20988 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
20989 Added argument OFFSET. Instead of backend function, calls now
20990 generic `vc-annotate-difference'.
20991 (vc-annotate-difference): Added as generic function instead of
20992 backend-specific function. No longer takes argument POINT, but
20993 instead accepts a time OFFSET.
20994 (vc-default-annotate-current-time): Added.
20995
20996 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
20997 version in vc.el, with
20998 (vc-cvs-annotate-current-time): Added, as override of default.
20999 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
21000 `vc-cvs-annotate-difference'.
21001
21002 2001-10-22 Gerd Moellmann <gerd@gnu.org>
21003
21004 * saveplace.el (save-place): Require `saveplace'.
21005
21006 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
21007 Use `sexp' for :value-type instead of `face'.
21008
21009 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
21010
21011 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
21012 regexps due to 5-digit message IDs.
21013
21014 2001-10-21 Jason Rumney <jasonr@gnu.org>
21015
21016 * term/w32-win.el (redisplay-dont-pause): Don't set.
21017
21018 2001-10-21 Miles Bader <miles@gnu.org>
21019
21020 * help-funs.el (help-manyarg-func-alist): Variable removed.
21021
21022 2001-10-21 Miles Bader <miles@gnu.org>
21023
21024 * help-funs.el (help-manyarg-func-alist): Remove entries for
21025 `insert', `insert-and-inherit', `insert-before-markers',
21026 `insert-before-markers-and-inherit', `message', `message-box',
21027 `message-or-box', `propertize', `format', `encode-time', `append',
21028 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
21029 `insert-string', `ml-if', `ml-provide-prefix-argument', and
21030 `ml-prefix-argument-loop'.
21031
21032 2001-10-21 Andre Spiegel <spiegel@gnu.org>
21033
21034 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
21035 (vc-default-diff-tree): New functions.
21036 (vc-version-diff): Use them. As a result, coding systems are now
21037 set up properly for all sorts of diffs, and tree diffs can now
21038 also be done locally.
21039 (vc-diff): With a prefix argument, don't require that it's called
21040 from a buffer under version control.
21041 (diff-switches): Remove duplicate definition.
21042
21043 * vc-cvs.el (vc-cvs-diff-tree): New function.
21044
21045 2001-10-21 Miles Bader <miles@gnu.org>
21046
21047 * help-funs.el (help-manyarg-func-alist): Remove entries for
21048 `list', `vector', `make-byte-code', `call-process',
21049 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
21050 `logand', `logior', and `logxor'.
21051
21052 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
21053 image bits to compensate. Use `make-string' instead of
21054 `make-bool-vector' (XBM apparently wants byte-aligned rows).
21055
21056 2001-10-20 Kim F. Storm <storm@cua.dk>
21057
21058 * simple.el (kill-ring-save): Don't show extent of copied region
21059 if using transient-mark-mode and region is fully visible.
21060
21061 See ChangeLog.9 for earlier changes.
21062
21063 ;; Local Variables:
21064 ;; coding: iso-2022-7bit
21065 ;; End:
21066
21067 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
21068 Copying and distribution of this file, with or without modification,
21069 are permitted provided the copyright notice and this notice are preserved.