]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2003-05-13 Nick Roberts <nick@nick.uklinux.net>
2
3 * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
4 correctly when frame changes.
5 (gdb-info-threads-custom, gdb-threads-buffer-name)
6 (gdb-display-threads-buffer, gdb-frame-threads-buffer)
7 (gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number)
8 (gdb-threads-select, gdb-threads-mouse-select): New functions and
9 variable for a buffer that provides a selectable threads list.
10
11 2003-05-11 Kevin Ryde <user42@zip.com.au>
12
13 * info-look.el (info-lookup-make-completions): Allow colons in index
14 entries by looking for ": " to terminate, as per latest info.el.
15
16 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
17
18 * vc-mcvs.el (vc-mcvs-command): Filter output of `status'.
19 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
20 Change dir so that the filtered output of `mcvs makes sense.
21 (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
22 (vc-mcvs-diff-tree): Don't bother with the local-diff code.
23 (vc-mcvs-create-snapshot): Use `branch' and `switch'.
24
25 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
26
27 * newcomment.el (comment-indent): Try to align to adjacent comments.
28 (comment-with-narrowing): Actually use the arguments.
29 (comment-valid-prefix-p): Rename from comment-valid-prefix
30 and fix to actually use its argument.
31
32 * tex-mode (tex-mode-syntax-table): ~ is not whitespace.
33 (tex-guess-mode): Add `renewcommand'.
34 (tex-mode): Move the autoload to get the correct docstring and usage.
35
36 * uniquify.el (uniquify-rationalize-file-buffer-names):
37 Refresh the dirname in the case that rename-buffer was skipped.
38 (uniquify-buffer-file-name): Return a dirname with no trailing slash.
39
40 * mail/smtpmail.el (smtpmail-send-queued-mail): Use point-at-bol
41 instead of forward-line.
42
43 2003-05-10 Oliver Scholz <alkibiades@gmx.de>
44
45 * startup.el (fancy-splash-default-action): Fix docstring.
46
47 2003-05-09 Sam Steingold <sds@gnu.org>
48
49 * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
50
51 2003-05-09 Stefan Monnier <monnier@cs.yale.edu>
52
53 * newcomment.el (comment-indent): Be more careful when inserting
54 the space, and insert it before setting `begpos'.
55
56 * vc.el: New backend functions `delete-file' and `repository-hostname'.
57 (vc-stay-local): New var. Mostly taken from vc-cvs-stay-local.
58 (vc-stay-local-p): New fun. Adapted from vc-cvs-stay-local-p.
59 (vc-diff-switches-list): Revert to the Emacs-21.[123] semantics.
60 Mark as obsolete.
61 (vc-delete-file): New command.
62 (vc-default-rename-file): New function.
63 (vc-rename-file): Use it.
64 Be careful to disallow renaming if the file is locked or out-of-date.
65 (vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers)
66 (vc-cancel-version, vc-annotate): Use buffer-file-name variable.
67
68 * vc-mcvs.el (vc-mcvs-stay-local): Remove unused var.
69 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff)
70 (vc-mcvs-diff-tree, vc-mcvs-annotate-command)
71 (vc-mcvs-make-version-backups-p): Use vc-stay-local-p.
72 (vc-mcvs-checkin): Disallow commits to a numbered rev.
73 (vc-mcvs-repository-hostname): New function.
74 (vc-mcvs-stay-local-p): Remove.
75
76 * vc-cvs.el (vc-cvs-mode-line-string): Use vc-default-mode-line-string.
77 (vc-cvs-delete-file, vc-cvs-rename-file): New functions.
78
79 * vc-svn.el (vc-svn-rename-file): New fun.
80 (vc-svn-diff): Correctly check svn's return status.
81 (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
82 (vc-svn-diff-tree): Use vc-stay-local-p.
83 (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
84 (vc-svn-use-edit): Fix the :version property.
85 (vc-svn-stay-local): Remove unused var.
86 (vc-svn-mode-line-string): Remove, use the default instead.
87 (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
88 (vc-svn-stay-local-p): Remove.
89
90 * uniquify.el: Use the original buffer-name as `base' in place of the
91 nondirectory part of the file name.
92 (uniquify-rationalize-file-buffer-names):
93 Split the `newbuffile' arg into `base' and `dirname'.
94 Reuse old uniquify-items to avoid recomputing their base&dirname.
95 (uniquify-buffer-file-name): Only return the directory part.
96 (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
97 (rename-buffer): Use the `newname' arg as base.
98 (create-file-buffer): Split the file name into base and dirname.
99
100 2003-05-09 Jesper Harder <harder@ifa.au.dk> (tiny change)
101
102 * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
103
104 2003-05-08 Stefan Monnier <monnier@cs.yale.edu>
105
106 * uniquify.el (uniquify-after-kill-buffer-p): Fix misleading docstring.
107 (uniquify-make-item): Make `proposed' optional.
108 (uniquify-rationalize-file-buffer-names): Don't compute the
109 initial proposed name.
110 (uniquify-buffer-file-name): Remove dead code.
111 (uniquify-strip-common-suffix): New var.
112 (uniquify-rationalize): Always recompute initial proposed name.
113 Strip common suffix if requested.
114
115 * vc-rcs.el (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
116 (vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
117
118 * vc-sccs.el (vc-sccs-register, vc-sccs-find-version)
119 (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-diff): Use vc-switches.
120 (vc-sccs-register): Remove unused var `|'.
121
122 * vc-mcvs.el (vc-mcvs-read): Don't require `file' to exist.
123 (vc-mcvs-diff): Don't return 0 for newly added empty files.
124 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
125 (vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
126
127 * vc-cvs.el (vc-cvs-dired-state-info): Use `added' for added files and
128 don't use `concat' unnecessarily. Remove impossible cases.
129 (vc-cvs-diff): Don't return 0 for newly added empty files.
130 (vc-cvs-stay-local-p): Simplify.
131 (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
132 (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches.
133
134 * vc-svn.el (vc-svn-dired-state-info): Use `added' for added files and
135 don't use `concat' unnecessarily. Remove impossible cases.
136 (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
137 Use vc-switches.
138 (vc-svn-checkin): Use vc-switches. Fix up regexp.
139 (vc-svn-diff): Use vc-switches.
140 Don't return 0 for newly added empty files.
141 Don't use svn's return status.
142 (vc-svn-parse-status): Recognize copied files as well.
143 Use the last-modified revision for workfile-version.
144
145 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass nil
146 rather than (vc-workfile-version file) to diff.
147
148 * vc.el (with-vc-properties, with-vc-file, edit-vc-file):
149 Add `declare's for debugging and indentation.
150 (vc-do-command): Use `remq'.
151 (vc-buffer-context): Remove unused var `curbuf'.
152 (vc-next-action-dired): Remove unused var `dired-dir'.
153 (vc-switches): New fun.
154 (vc-diff-switches-list): Use it.
155 (vc-dired-hook): Remove unused var `cvs-dir'.
156 (vc-dired-purge): Remove unused var `subdir'.
157 (vc-cancel-version): Remove unused var `config'.
158 (vc-rename-master): Use dolist iso mapcar.
159 (vc-rename-file): Remove redundant tests.
160 Clear the properties of the old file name.
161 (vc-annotate): Pass the complete filename to `annotate-command'.
162 (vc-annotate-lines): Remove unused var `overlay'.
163
164 2003-05-08 Glenn Morris <gmorris@ast.cam.ac.uk>
165
166 * calendar/diary-lib.el (diary-pull-attrs): Make `ret-attr',
167 `attr' local.
168 (list-diary-entries): Make `temp' local.
169 (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
170 (diary-mail-entries): There is no fancy-diary-buffer if there are
171 no diary entries. Use call-interactively.
172 (mark-diary-entries): Make `temp' local.
173 (mark-sexp-diary-entries): Make `marks' local, remove `temp'.
174 (list-sexp-diary-entries): Make `temp' local.
175 (add-to-diary-list): Make `prefix' local.
176
177 2003-05-08 Dave Love <fx@gnu.org>
178
179 * international/utf-7.el: New file.
180
181 2003-05-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
182
183 * files.el (insert-file-contents-literally): Allow it to be called
184 within a magic file name handler.
185
186 2003-05-07 Stefan Monnier <monnier@cs.yale.edu>
187
188 * uniquify.el (uniquify-rationalize-file-buffer-names):
189 Don't uniquify if there is no filename.
190
191 * vc-hooks.el: Use buffer-file-name variable rather than function.
192 (vc-handled-backends): Add SVN and MCVS.
193 (vc-mode-line): Call vc-backend only once.
194 (find-file-hook, find-file-not-found-hook): Use the new
195 names rather than ...-hooks.
196
197 * uniquify.el (uniquify-item, uniquify-get-proposed-name)
198 (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.
199 (uniquify-rationalize): New fun. Set uniquify-managed to the fix-list.
200 (uniquify-rationalize-file-buffer-names): Use it and make the args
201 non-optional (i.e. don't support "re-rationalize all" any more).
202 (uniquify-rerationalize-w/o-cb): New fun.
203 (uniquify-maybe-rerationalize-w/o-cb): Use it to rerationalize
204 immediately and only the relevant buffers.
205 Merged from uniquify-delay-rationalize-file-buffer-names and
206 uniquify-delayed-rationalize-file-buffer-names.
207 (kill-buffer-hook, rename-buffer): Use it.
208
209 2003-05-06 Jesper Harder <harder@ifa.au.dk>
210
211 * progmodes/compile.el (compile-internal): Don't quote nil and t in
212 docstrings.
213
214 * emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p): Likewise.
215
216 * emacs-lisp/cl-macs.el (case, typecase): Likewise.
217
218 * allout.el (allout-auto-activation)
219 (allout-use-mode-specific-leader, allout-reindent-bodies)
220 (allout-unprotected): Likewise.
221
222 * progmodes/tcl.el (tcl-explain-indentation): Likewise.
223
224 * progmodes/idlwave.el (idlwave-complete-special): Likewise.
225
226 * progmodes/cpp.el (cpp-edit-list): Likewise.
227
228 * progmodes/cperl-mode.el (cperl-lineup): Likewise.
229
230 * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
231 Likewise.
232
233 * play/mpuz.el (mpuz-silent): Likewise.
234
235 * play/decipher.el (decipher-ignore-spaces): Likewise.
236
237 * net/rlogin.el (rlogin-process-connection-type): Likewise.
238
239 * mail/rmail.el (rmail-primary-inbox-list): Likewise.
240
241 * mail/mailalias.el (mail-directory-function)
242 (mail-directory-requery, mail-directory): Likewise.
243
244 * emacs-lisp/lucid.el (buffer-syntactic-context): Likewise.
245
246 * emacs-lisp/lmenu.el (popup-dialog-box): Likewise.
247
248 * type-break.el (type-break-good-rest-interval)
249 (type-break-query-mode, type-break-query-function)
250 (type-break-mode-line-message-mode): Likewise.
251
252 * skeleton.el (skeleton-autowrap, skeleton-untabify)
253 (skeleton-newline-indent-rigidly, skeleton-insert)
254 (skeleton-read): Likewise.
255
256 * simple.el (newline): Likewise.
257
258 * ps-print.el (ps-zebra-stripe-follow): Likewise.
259
260 * mwheel.el (mouse-wheel-scroll-amount): Likewise.
261
262 * env.el (setenv): Likewise.
263
264 2003-05-06 Stefan Monnier <monnier@cs.yale.edu>
265
266 * imenu.el (imenu--generic-function): Use font-lock-defaults
267 case setting if imenu-case-fold-search is not locally set.
268
269 * uniquify.el (uniquify-managed): New var.
270 (uniquify-rationalize-file-buffer-names, rename-buffer): Use it and set
271 it to prevent accidental renaming of unrelated buffers.
272 (uniquify-delay-rationalize-file-buffer-names): Use it to avoid
273 the cost of uniquify when killing unrelated buffers.
274
275 * newcomment.el (comment-set-column, comment-kill)
276 (comment-or-uncomment-region): Call comment-normalize-vars
277 since these functions are autoloaded.
278
279 * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
280 * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
281
282 2003-05-06 Lute Kamstra <lute@occarina.pna.cwi.nl>
283
284 * hl-line.el: Removed an erroneous comment.
285 (hl-line-mode): Use buffer local hooks.
286 (global-hl-line-mode): Turn local modes on unconditionally.
287 (hl-line-highlight): Comment fix.
288
289 2003-05-06 Richard M. Stallman <rms@gnu.org>
290
291 * newcomment.el (comment-search-forward): Delete autoload cookie.
292
293 2003-05-06 Kenichi Handa <handa@m17n.org>
294
295 * arc-mode.el (archive-set-buffer-as-visiting-file):
296 Use after-insert-file-set-coding, not
297 after-insert-file-set-buffer-file-coding-system.
298
299 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
300
301 * uniquify.el (uniquify-buffer-name-style)
302 (uniquify-after-kill-buffer-p, uniquify-ask-about-buffer-names-p)
303 (uniquify-ignore-buffers-re, uniquify-min-dir-content)
304 (uniquify-separator, uniquify-trailing-separator-p): Remove redundant
305 group specification.
306 (uniquify-file-name-nondirectory): Delete.
307 (uniquify-rationalize-file-buffer-names): Simplify.
308 Use directory names as `filename' component of uniquify-item.
309 (uniquify-get-proposed-name): Adjust now that `filename' does not
310 include `base'.
311
312 * vc-svn.el: New file.
313
314 2003-05-05 John Paul Wallington <jpw@gnu.org>
315
316 * emacs-lisp/autoload.el (batch-update-autoloads):
317 Call `update-directory-autoloads'.
318
319 2003-05-04 Dan Nicolaescu <dann@ics.uci.edu>
320
321 * dired.el (dired-find-file): Bind find-file-run-dired around
322 the call to find-file.
323
324 2003-05-04 Stefan Monnier <monnier@cs.yale.edu>
325
326 * uniquify.el: Move provide to end of file.
327 (uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
328 (uniquify-ref-proposed, uniquify-set-proposed): Remove.
329 (uniquify-item): New struct. Update users of uniquify-ref-*.
330 (uniquify-get-proposed-name, uniquify-rationalize-a-list):
331 Make `depth' optional.
332 (uniquify-non-file-buffer-names): Remove.
333 (uniquify-rationalize-file-buffer-names): Don't set it up.
334 Use uniquify-make-item and don't pass the now-optional depth.
335 (uniquify-rationalize-conflicting-sublist): Check the new buffer
336 name directly instead of relying on uniquify-non-file-buffer-names.
337 (uniquify-rename-buffer): Use with-current-buffer and pass
338 the `unique' arg to rename-buffer.
339
340 * vc-mcvs.el (vc-mcvs-mode-line-string): Fix thinko.
341 (vc-mcvs-rename-file): New function.
342
343 2003-05-04 Emmanuel Briot <briot@gnat.com>
344
345 * progmodes/ada-mode.el
346 * progmodes/ada-prj.el
347 * progmodes/ada-stmt.el
348 * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's
349 better to use (featurep 'xemacs).
350 Removed warnings generated with Emacs 21.3.x (mostly by adding
351 needed `require' statements).
352
353 2003-05-04 Nick Roberts <nick@nick.uklinux.net>
354
355 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
356 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-until.pbm,
357 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
358 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
359 Correct size for cleaner bitmaps.
360
361 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
362
363 * emacs-lisp/cl-extra.el (cl-map-keymap): Redefine as alias.
364 (cl-map-keymap-recursively): Use map-keymap.
365 (cl-macroexpand-all): Don't quote functions.
366
367 * emacs-lisp/lucid.el (cl-map-keymap): Be careful with aliases.
368
369 * emacs-lisp/advice.el (ad-get-enabled-advices, ad-special-forms)
370 (ad-arglist, ad-subr-arglist): Use push and match-string.
371 (ad-make-advised-docstring): Extract & reinsert the usage info.
372
373 * help-fns.el (help-add-fundoc-usage): Allow arglist to be a string.
374
375 2003-05-03 Nick Roberts <nick@nick.uklinux.net>
376
377 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
378 Include bitmap data for monochrome display.
379 (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
380 New constants.
381
382 2003-05-03 Richard M. Stallman <rms@gnu.org>
383
384 * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
385 update-autoloads-from-directories.
386
387 * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
388
389 * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional.
390
391 * view.el (Helper-return-blurb): Add defvar. (Also rearrange defuns.)
392
393 * uniquify.el (uniquify-ignore-buffers-re): Change default
394 to match some Gnus buffers.
395
396 * newcomment.el (comment-search-forward): Add autoload cookie.
397
398 * isearch.el (isearch-complete): Update isearch-message.
399
400 * filesets.el (filesets-data): Add another defvar.
401 (filesets-verbosity): Doc fix.
402
403 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
404
405 * recentf.el (recentf-cleanup): Swap tests for exclusion and
406 accessibility.
407
408 2003-05-01 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
409
410 * ls-lisp.el (ls-lisp-format-file-size): New function to implement
411 "-h" switch.
412 (ls-lisp-format): Use it.
413
414 2003-05-01 Kenichi Handa <handa@m17n.org>
415
416 * international/utf-8.el (utf-translate-cjk-mode): Update the
417 second extra slot of the translation table
418 utf-translation-table-for-encode.
419 (mule-utf-8): Set the property translation-table-for-encode.
420
421 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
422
423 * pcvs.el (cvs-vc-command-advice): Don't parse "cvs update -p" output.
424 (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
425
426 * textmodes/fill.el (text-property-default-nonsticky): Add fill-space.
427 (fill-delete-newlines): Respect the new property.
428 (fill-newline): Use the property instead of leaving "spurious" spaces.
429
430 * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
431 non-submap bindings.
432
433 2003-04-30 Emmanuel Briot <briot@gnat.com>
434
435 * progmodes/ada-mode.el (ada-search-directories): Take into account
436 ADA_INCLUDE_PATH for better compatibility with GNAT.
437 (ada-contextual-menu): Menu defined through `easy-menu-define'
438 instead. Various adjustments to the indentation engine (handling of
439 subtypes, begin blocks, etc.).
440 (ada-create-menu): Major rewrite of the handling of menus to use
441 `easy-menu-define' for cleaner code and better compatibility with
442 XEmacs. All menus that were previously in ada-xref.el and
443 ada-prj.el are now defined in this package, which makes it easier to
444 edit menus.
445 (ada-narrow-to-defun): Add support for `narrow-to-region'.
446 No longer explicitely load ada-xref.el and ada-prj.el. Use autoload
447 statements instead.
448
449 * progmodes/ada-xref.el (ada-gnatls-args): New variable.
450 Add support for specifying arguments to gnatls.
451 (ada-initialize-runtime-library): Properly parse "." in the output
452 of gnatls.
453 (ada-add-keymap): Remove since this is now done in ada-mode.el itself.
454 (ada-add-ada-menu): Likewise.
455 (ada-set-default-project-file): New parameter KEEP-EXISTING.
456 (ada-prj-find-prj-file): New parameter FILE.
457 (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
458 ADA_OBJECTS_PATH environment variables. Minor reorganization of the
459 code
460 (ada-get-all-references): Add support for GNAT 3.16 cross-references.
461
462 * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
463 directly. Add dependency on ada-xref.el to avoid compilation
464 warnings.
465 (ada-prj-get-prj-dir): Remove, no longer needed.
466
467 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):
468 Move to ada-mode.el.
469 (ada-template-map): Merge with the keymap handling in ada-mode.el.
470
471 2003-04-29 Stefan Monnier <monnier@cs.yale.edu>
472
473 * isearch.el (isearch-complete1): Don't allocate unnecessarily.
474 (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
475 (isearch-update-ring): Use push.
476
477 2003-04-29 Oliver Scholz <epameinondas@gmx.de>
478
479 * play/gamegrid.el: Added a comment explaining the various ways to
480 save a game score on POSIX systems.
481 (gamegrid-add-score-with-update-game-score): Use `cond' instead of
482 `if'. Provide for the case that FILE is an absolute filename.
483 Create the directory "$HOME/.emacs.d/games", if necessary.
484
485 2003-04-29 John Paul Wallington <jpw@gnu.org>
486
487 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.
488
489 2003-04-28 Dave Love <fx@gnu.org>
490
491 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Avoid cl warnings
492 from caaar & al.
493
494 2003-04-28 Kenichi Handa <handa@m17n.org>
495
496 * international/mule-cmds.el (reset-language-environment):
497 Raise the priority of mule-utf-8, mule-utf-16-be-with-signature and
498 mule-utf-16-le-with-signature.
499
500 * international/mule-conf.el: Set coding-category-utf-16-be to
501 mule-utf-16-be-with-signature, coding-category-utf-16-le to
502 mule-utf-16-le-with-signature. Raise the priority of
503 coding-category-utf-8, coding-category-utf-16-be, and
504 coding-category-utf-16-le
505
506 2003-04-27 Luc Teirlinck <teirllm@mail.auburn.edu>
507
508 * scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
509 vertical-motion.
510
511 2003-04-27 David Ponce <david@dponce.com>
512
513 * recentf.el
514
515 Major rewrite. The code is reordered, cleaner and faster.
516 Introduce new options to automatically cleanup the recent list,
517 and to handle filename transformation (for example to use true
518 filenames).
519
520 (recentf-version): New constant.
521 (recentf-save-file-header): Move.
522 (recentf-data-cache): New variable.
523 (recentf-update-menu-p, recentf-initialized-p): Remove.
524 (recentf-menu-customization-changed): Move. Doc fix.
525 (recentf-max-saved-items): Doc fix.
526 (recentf-save-file): Doc fix. No more expand filename here.
527 (recentf-exclude, recentf-menu-action)
528 (recentf-menu-filter): Doc fix.
529 (recentf-menu-append-commands-flag): Rename from...
530 (recentf-menu-append-commands-p): Make obsolete.
531 (recentf-keep-non-readable-files-flag): Rename from...
532 (recentf-keep-non-readable-files-p): Make obsolete.
533 (recentf-auto-cleanup, recentf-filename-handler): New options.
534 (recentf-string-equal, recentf-string-lessp)
535 (recentf-string-member): New functions.
536 (recentf-trunc-list): Move.
537 (recentf-dump-variable): Move. Better code and output format.
538 (recentf-auto-cleanup-timer): New variable.
539 (recentf-auto-cleanup): New function.
540 (recentf-push, recentf-expand-file-name): New functions.
541 (recentf-add-file): In-line. Use above functions.
542 (recentf-remove-if-non-readable): In-line. Expand file name.
543 (recentf-find-file): Use `recentf-remove-if-non-readable'.
544 (recentf-directory-compare): Move. Use `recentf-string-equal'
545 and `recentf-string-lessp' to do comparisons.
546 (recentf-menu-items-for-commands)
547 (recentf-menu-filter-commands): Move.
548 (recentf-elements, recentf-make-menu-element)
549 (recentf-menu-element-item, recentf-menu-element-value)
550 (recentf-set-menu-element-item, recentf-set-menu-element-value)
551 (recentf-sub-menu-element-p, recentf-make-default-menu-element)
552 (recentf-menu-elements): In-line. Some doc fix.
553 (recentf-apply-menu-filter): Better code.
554 (recentf-make-menu-items): Doc fix.
555 Use `recentf-menu-append-commands-flag'.
556 (recentf-make-menu-item): In-lined. Better code.
557 (recentf-clear-data): New function.
558 (recentf-sort-ascending, recentf-sort-descending)
559 (recentf-sort-basenames-ascending)
560 (recentf-sort-basenames-descending)
561 (recentf-sort-directories-ascending)
562 (recentf-sort-directories-descending)
563 (recentf-show-basenames-ascending)
564 (recentf-show-basenames-descending: In-line. Better code. Doc fix.
565 (recentf-show-basenames)
566 (recentf-relative-filter): Better code. Doc fix.
567 (recentf-arrange-by-rule-subfilter): Doc fix. Improve :set code.
568 (recentf-match-rule-p): Use filename instead of file-path.
569 (recentf-arrange-by-rule, recentf-build-mode-rules)
570 (recentf-arrange-by-mode, recentf-build-dir-rules)
571 (recentf-file-name-nondir)
572 (recentf-filter-changer-alist): Some doc fix and code cleanup.
573 (recentf-filter-changer-goto-next): Doc fix.
574 Call `recentf-clear-data'.
575 (recentf-filter-changer-get-current)
576 (recentf-filter-changer-get-next): In-line. Doc fix and better code.
577 (recentf-filter-changer): Doc fix and better code.
578 (recentf-cancel-dialog): Doc fix.
579 (recentf-dialog-mode-map): Initialize in defvar.
580 (recentf-dialog-mode): Doc fix.
581 (recentf-track-opened-file): Rename from...
582 (recentf-add-file-hook): Remove.
583 (recentf-track-closed-file): Rename from...
584 (recentf-remove-file-hook): Remove.
585 (recentf-update-menu-hook): Remove. Replace by...
586 (recentf-update-menu): New. Better catch unnecessary updates.
587 Display a message on error.
588 (recentf-used-hooks): New constant.
589 (recentf-enabled-p): New function.
590 (recentf-edit-selected-items)
591 (recentf-open-files-action)
592 (recentf-open-files-item-shift): Doc fix.
593 (recentf-edit-list-action)
594 (recentf-open-files-item): Doc fix. Code cleanup.
595 (recentf-edit-list, recentf-open-files)
596 (recentf-open-more-files): Likewise. Remove autoload cookie.
597 (recentf-save-list, recentf-cleanup): Likewise. Move.
598 (recentf-load-list): New command.
599 (recentf-mode): Better code. Does nothing if enabling the already
600 enabled mode.
601
602 2003-04-27 Alan Mackenzie <acm@muc.de>
603
604 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Don't count a "//("
605 which appears inside a character set.
606 (regexp-opt-not-groupie*-re): New constant.
607
608 2003-04-26 John Paul Wallington <jpw@gnu.org>
609
610 * ibuffer.el (ibuffer-name-map, ibuffer-mode-name-map)
611 (ibuffer-mode-filter-group-map): Initialize in `defvar'.
612 (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
613
614 2003-04-25 Jan Nieuwenhuizen <janneke@gnu.org>
615
616 * info.el (Info-unescape-quotes, Info-split-parameter-string)
617 (Info-display-images-node): New functions for displaying images.
618 (Info-select-node): Call Info-display-images-node.
619
620 2003-04-25 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
621
622 * files.el (file-relative-name): Recognize "c:/foo" as absolute
623 file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
624
625 2003-04-24 Sam Steingold <sds@gnu.org>
626
627 * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
628 `quit-window' in the fancy diary buffer.
629
630 * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let',
631 not `multiple-value-bind'.
632
633 2003-04-24 Lars Hansen <larsh@math.ku.dk>
634
635 * subr.el (assq-delete-all): Ignore non-cons elements.
636
637 2003-04-24 John Paul Wallington <jpw@gnu.org>
638
639 * help-mode.el (help-make-xrefs): Remove extra paren.
640
641 2003-04-23 Stefan Monnier <monnier@cs.yale.edu>
642
643 * newcomment.el (comment-normalize-vars): Prompt the user for
644 the comment-start to use rather than signalling an error. Fix regexp.
645 (uncomment-region): Don't leave half-removed comment markers.
646
647 2003-04-23 Richard M. Stallman <rms@gnu.org>
648
649 * mail/sendmail.el (mail-send-and-exit): Make arg optional.
650
651 * files.el (view-read-only): Doc fix.
652
653 * simple.el (back-to-indentation): Call backward-prefix-chars.
654
655 * help-mode.el (help-make-xrefs): Clean up the loop that scans
656 over a keymap inserted by \\{...}; it now stops at end of buffer.
657
658 * filesets.el: Don't call filesets-init.
659
660 * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
661 compile a defalias form, unless byte-compile-compatibility.
662
663 * progmodes/scheme.el (scheme-mode-syntax-table):
664 Use prefix syntax for ', `, comma, @ and #.
665
666 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
667 Give @ prefix syntax.
668
669 2003-04-23 Andre Spiegel <spiegel@gnu.org>
670
671 * vc-cvs.el (vc-cvs-stay-local): Keep the old default.
672 Simplify doc string.
673
674 2003-04-23 Wolfgang Scherer <wolfgang.scherer@gmx.de>
675
676 * vc-cvs.el (vc-cvs-stay-local): Allow lists of host regexps.
677 (vc-cvs-stay-local-p): Handle them.
678 (vc-cvs-parse-root): New function, used by the above.
679
680 2003-04-22 Stefan Monnier <monnier@cs.yale.edu>
681
682 * vc-mcvs.el (vc-mcvs-root): Cache the result.
683 (vc-mcvs-registered): Simplify. Use file-relative-name.
684 (vc-mcvs-register): Simplify. Don't burp if MCVS/TYPES doesn't exist.
685 (vc-mcvs-command): Filter F-NN names in the output for diff and log.
686
687 2003-04-21 Stefan Monnier <monnier@cs.yale.edu>
688
689 * info.el (Info-default-dirs): New fun extracted from Info-initialize.
690 (info-initialize): Use it. Obey the "final :" convention for INFOPATH.
691
692 * textmodes/fill.el (fill-region-as-paragraph):
693 Fix "last line goes to fill-column+1" problem.
694
695 * emacs-lisp/bytecomp.el (byte-compile-defvar): Improve message.
696
697 2003-04-20 Richard M. Stallman <rms@gnu.org>
698
699 * simple.el (kill-line): Doc fix.
700
701 2003-04-20 Sam Steingold <sds@gnu.org>
702
703 * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
704
705 2003-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
706
707 * which-func.el (which-func-modes): Add f90-mode.
708 (which-function): Handle imenu submenus.
709
710 * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs compatible.
711
712 * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
713 font-lock-variable-name-face in declarations.
714 Highlight continuation characters.
715 (f90-indent-new-line): Remove direct call to f90-indent-line-no,
716 f90-update-line.
717 (f90-abbrev-start): Fix XEmacs compatibility.
718
719 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
720
721 * vc-mcvs.el: New file.
722
723 * vc-cvs.el (vc-cvs-dir-state): Use vc-cvs-command.
724 (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
725 (vc-cvs-merge-news): Simplify.
726 (vc-cvs-diff): Remove unused var `options'.
727 (vc-cvs-parse-entry): Use the same algorithm as cvs does.
728
729 2003-04-19 Richard M. Stallman <rms@gnu.org>
730
731 * desktop.el (desktop-buffer-mh): Don't require mh-e;
732 it causes trouble in compilation.
733
734 * add-log.el (add-log-current-defun-function): Add autoload cookie.
735
736 * newcomment.el (comment-use-syntax): Add autoload cookie.
737
738 * emacs-lisp/bytecomp.el (byte-compile-log-file)
739 (byte-recompile-directory): Don't use byte-goto-log-buffer.
740 Instead, set default-directory and then call compilation-mode.
741 (byte-compile-from-buffer): Force byte-compile-last-position
742 to end of buffer before issuing final warnings.
743
744 2003-04-18 Stefan Monnier <monnier@cs.yale.edu>
745
746 * emulation/cua-base.el (cua-mode): Use define-minor-mode.
747 (cua-global-mark-face): Fix face format.
748
749 * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
750 if the body didn't do so already.
751 (easy-mmode-define-keymap): Remove unused var `suppress'.
752
753 * view.el (view-read-only): Move to files.el.
754 * files.el (view-read-only): Move from view.el.
755
756 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
757
758 * files.el (view-read-only): Don't declare a second time.
759 (find-file-read-only, find-file-read-only-other-window)
760 (find-file-read-only-other-frame): Check that file does exist.
761 (large-file-warning-threshold): New custom.
762 (find-file-noselect): Use it.
763 (report-errors): New macro.
764 (normal-mode): Use it.
765 (toggle-read-only): Really toggle, even if view-mode is on.
766 (parse-colon-path): Remove unused `cd-prefix' var.
767 (make-backup-file-name-1): Remove unused `failed' var.
768 (basic-save-buffer): Remove unused `tempsetmodes' var.
769 (basic-save-buffer-2): Remove unused `temp' var.
770 (insert-directory): Remove unused `available' var.
771
772 2003-04-17 John Paul Wallington <jpw@gnu.org>
773
774 * hexl.el (hexl-find-file): Bind `default-major-mode' to
775 `fundamental-mode'.
776
777 2003-04-16 Stefan Monnier <monnier@cs.yale.edu>
778
779 * reveal.el (reveal-post-command): Use overlay-get for overlays.
780
781 2003-04-16 Kenichi Handa <handa@m17n.org>
782
783 * international/mule-cmds.el (describe-language-environment):
784 At first, require all necessary features.
785
786 2003-04-16 Dave Love <fx@gnu.org>
787
788 * progmodes/xscheme.el: Moved from lisp directory.
789
790 2003-04-16 Glenn Morris <gmorris@ast.cam.ac.uk>
791
792 * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
793 (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
794 (f90-comment-region, f90-indent-line, f90-indent-region)
795 (f90-find-breakpoint, f90-block-match): Trivial simplifications.
796 (f90-looking-at-do, f90-looking-at-select-case)
797 (f90-looking-at-if-then, f90-looking-at-where-or-forall):
798 Drop XEmacs 19 support and simplify.
799 (f90-indent-new-line): No need for case-fold-search. Simplify.
800 (f90-fill-region): Make marker nil when done. Simplify.
801
802 * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
803
804 2003-04-16 Richard M. Stallman <rms@gnu.org>
805
806 * man.el (Man-follow-manual-reference): Don't require match
807 when calling completing-read.
808
809 2003-04-15 Glenn Morris <gmorris@ast.cam.ac.uk>
810
811 * progmodes/fortran.el: Whitespace changes, some re-ordering of
812 code, trivial commentary change.
813 (fortran, fortran-indent, fortran-comment)
814 (fortran-tab-mode-default, fortran-continuation-indent)
815 (fortran-comment-indent-style, fortran-blink-matching-if)
816 (fortran-continuation-string, fortran-electric-line-number)
817 (fortran-break-before-delimiters, fortran-mode-hook)
818 (fortran-end-prog-re, fortran-imenu-generic-expression):
819 Minor doc changes.
820 (fortran-tab-mode-minor-mode-string): New variable.
821 (fortran-tab-mode-string): Now customization is meaningful.
822 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
823 (fortran-analyze-depth): Use defcustom.
824 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
825 (fortran-break-line, fortran-prepare-abbrev-list-buffer)
826 (fortran-auto-fill): Add doc string.
827 (fortran-type-types): New constant (was local to let binding).
828 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
829 (fortran-font-lock-syntactic-keywords): Initialize in defvar.
830 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now
831 depth of fortran-type-types has changed. Remove extra and.
832 (fortran-mode-menu): Minor re-organization. Use lookup-key.
833 (fortran-mode): Doc changes. Some re-organization.
834 Use fortran-tab-mode-minor-mode-string.
835 (fortran-comment-indent): Add doc string. Move save-excursion.
836 Use 1+.
837 (fortran-indent-comment, fortran-fill-statement):
838 Change interactive spec. Use unless.
839 (fortran-comment-region): Doc change. Reverse logic of arg
840 test. Use zerop.
841 (fortran-abbrev-start, fortran-split-line)
842 (fortran-electric-line-number, fortran-indent-subprogram)
843 (fortran-strip-sequence-nos): Change interactive spec.
844 (fortran-remove-continuation): Add doc string. Use when.
845 (fortran-numerical-continuation-char): Doc change. Use 1+.
846 (fortran-previous-statement, fortran-next-statement)
847 (fortran-beginning-do, fortran-calculate-indent)
848 (fortran-end-do, fortran-end-if, fortran-beginning-if):
849 Use zerop, 1+, 1-.
850 (fortran-blink-match, fortran-check-for-matching-do): Use when.
851 (fortran-indent-line): Change interactive spec. Remove un-needed
852 if. Use when.
853 (fortran-indent-to-column): Doc change. Use when, unless.
854 (fortran-find-comment-start-skip): No longer interactive.
855 (fortran-analyze-file-format): Minor doc change.
856 Remove un-needed setq.
857 (minor-mode-alist): Use add-to-list.
858 (fortran-fill-paragraph): Change interactive spec, doc string.
859
860 * progmodes/f90.el: Whitespace changes, trivial commentary changes.
861 (f90, f90-indent, f90-program-indent, f90-continuation-indent)
862 (f90-indented-comment-re, f90-imenu-generic-expression)
863 (f90-mark-subprogram, f90-join-lines): Minor doc changes.
864 (f90-menu): Shift definition to initialization of f90-mode-map.
865 Add customization section.
866 (f90-mode): Minor doc change. Do not call easy-menu-add.
867 Set `beginning-of-defun-function' and `end-of-defun-function' to
868 appropriate F90 functions.
869 (f90-indent-line, f90-indent-line, f90-indent-subprogram)
870 (f90-break-line, f90-do-auto-fill, f90-insert-end)
871 (f90-upcase-keywords, f90-capitalize-keywords)
872 (f90-downcase-keywords): Change interactive spec.
873
874 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
875
876 * font-lock.el (font-lock-multiline, font-lock-fontified)
877 (font-lock-set-defaults): Move back from font-core.el and merge
878 it back with font-lock-set-defaults-1.
879 (font-lock-mode-internal): New function (basically the body of
880 the old font-lock-mode minor mode).
881
882 * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
883 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
884 Move back to font-lock.el
885 (font-lock-default-function): Use font-lock-mode-internal.
886
887 * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
888 (recover-file): Abbreviate file name in messages.
889
890 * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
891 (tex-font-lock-keywords-2): Comment out unused var `type'.
892 (tex-guess-mode): New name for old `tex-mode'.
893 (tex-mode): Make it a derived mode of text-mode.
894 (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
895 (tex-common-initialization): Don't setup syntax-table any more.
896 (tex-validate-buffer): Remove unused var `oend'.
897 Use with-current-buffer and line-beginning-position.
898 (tex-recenter-output-buffer): Remove unused var `old-buffer'.
899 (latex-indent): Return `noindent' if no indentation can happen.
900 (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
901 (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
902 (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
903
904 * font-lock.el (font-lock-preprocessor-face): New var and face.
905
906 2003-04-14 Andrew Choi <akochoi@shaw.ca>
907
908 * term/mac-win.el: Unconditionally set process-connection-type to nil.
909
910 2003-04-14 Richard M. Stallman <rms@gnu.org>
911
912 * derived.el (define-derived-mode): Make generated code work in
913 Emacs versions that do not have run-mode-hooks.
914
915 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
916 At end of buffer, run the global binding of the same key.
917
918 * international/mule.el (after-insert-file-set-coding):
919 Properly treat INSERTED as number of characters, for both
920 for both the argument and the value.
921
922 * desktop.el (desktop-base-file-name):
923 Renamed from desktop-basefilename. Add defvaralias.
924
925 2003-04-14 John Paul Wallington <jpw@gnu.org>
926
927 * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
928 (x-must-resolve-font-name): Fix error message typo.
929
930 2003-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
931
932 * progmodes/fortran.el (fortran-previous-statement): Check for
933 fortran-continuation-string.
934 (fortran-calculate-indent): Do not add extra whitespace to
935 strings broken over lines.
936 (fortran-fill): Handle long strings that must be broken.
937
938 2003-04-13 Michael Albinus <Michael.Albinus@alcatel.de> (tiny change)
939
940 * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
941 expansion is a symlink, expand again.
942 (ange-ftp-file-symlink-p): Return target of symlink literally.
943
944 2003-04-13 Masatake YAMATO <jet@gyve.org>
945
946 * bindings.el (toplevel): Don't change the face
947 of major-mode on the mode line. Setting the face on
948 the mode line code is installed by my mistake in
949 my last change.
950
951 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
952
953 * add-log.el (change-log-version-number-search): Fix old bug.
954 (add-change-log-entry): Avoid inserting the same funname again.
955 (add-log-indent-text): New var.
956 (add-log-indent): New fun.
957 (change-log-mode): Use it.
958
959 * net/browse-url.el: Don't autoload all these defcustoms.
960 (browse-url-default-macosx-browser): New fun.
961 (browse-url-browser-function): Use it for system-type = darwin.
962 (browse-url-usr1-signal): Remove.
963 (browse-url-mosaic): Use SIGUSR1 directly instead.
964 (browse-url-gnome-moz-program): New var.
965 (browse-url-gnome-moz, browse-url-default-browser): Use it.
966
967 * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
968 (byte-compile-const-variables): New var.
969 (byte-compile-close-variables): Reset it.
970 (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
971 (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
972 (byte-compile-variable-ref): Use it and improve warning message.
973 (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
974 (byte-compile-lapcode): Remove unused vars.
975 (byte-compile-eval): Fix thinko in handling of old-autoloads.
976 (byte-recompile-directory): Use the expanded form for directory.
977 (byte-compile-track-mouse): Use modern backquote syntax.
978 (byte-compile-defvar): Detect and properly handle (defconst a).
979 (byte-compile-defalias-warn): Remove unused arg `alias'.
980 (byte-compile-defalias): Update call.
981
982 2003-04-13 Masatake YAMATO <jet@gyve.org>
983
984 * help.el (describe-minor-mode): New function implementation.
985 Accept both minor mode string and minor mode indicator.
986 (describe-minor-mode-completion-table-for-indicator)
987 (describe-minor-mode-completion-table-for-symbol): New functions.
988 minor-mode-list is used here.
989 (describe-minor-mode-from-symbol):
990 Renamed from (old) describe-minor-mode.
991 Use describe-minor-mode-completion-table-for-symbol.
992 Don't use eval. Just use symbol-name.
993 (describe-minor-mode-from-indicator): Document is updated.
994 Use `format-mode-line'.
995 Use describe-minor-mode-from-symbol instead of describe-minor-mode.
996 Use describe-minor-mode-completion-table-for-indicator.
997 (expand-minor-mode-indicator-object): Remove.
998 (lookup-minor-mode-from-indicator): Remove the fist white
999 space from both indicator and anindicator before comparing them.
1000
1001 * bindings.el (mode-line-major-mode-keymap)
1002 (mode-line-minor-mode-keymap): Define keys for the maps
1003 here in `defvar'.
1004
1005 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1006
1007 * server.el (server-socket-name): Use new safe location for socket.
1008 (server-ensure-safe-dir): New fun.
1009 (server-start): Use it and letf.
1010 (server-process-filter): Re-enable the -eval feature.
1011
1012 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1013
1014 * play/gomoku.el (gomoku-buffer-name): New constant.
1015 (gomoku-mode): Doc fix. Add call to kill-all-local-variables.
1016 (gomoku): Do not call gomoku-switch-to-window directly.
1017 (gomoku-prompt-for-other-game): Throw an error if no new game.
1018 (gomoku-switch-to-window): Use gomoku-buffer-name.
1019
1020 * progmodes/f90.el (f90-abbrev-start): Only offer help if
1021 abbrev-mode is active.
1022 (f90-join-lines): Make it behave more like standard join-line.
1023 (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
1024
1025 * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
1026 abbrev-mode is active.
1027
1028 2003-04-12 John Paul Wallington <jpw@gnu.org>
1029
1030 * help-fns.el (help-add-fundoc-usage): Pass an empty string to
1031 `format' if no newlines are necessary.
1032
1033 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
1034
1035 * bindings.el (global-map): Bind [select-window].
1036
1037 2003-04-11 John Paul Wallington <jpw@gnu.org>
1038
1039 * type-break.el (type-break-warning-countdown-string): Doc fix.
1040
1041 2003-04-11 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
1042
1043 * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
1044 place of parenthesis.
1045
1046 2003-04-11 Masatake YAMATO <jet@gyve.org>
1047
1048 * progmodes/etags.el (select-tags-table-mode-map):
1049 Don't create new keymap. Instead copy from button-buffer-map.
1050 Bind push-button to `t' instead of binding
1051 select-tags-table-select directly
1052 (tags-select-tags-table): New button.
1053 (select-tags-table): Put a button for each selections.
1054
1055 2003-04-11 Kenichi Handa <handa@m17n.org>
1056
1057 * international/mule.el:
1058 Don't set after-insert-file-adjust-coding-function.
1059 (after-insert-file-set-coding):
1060 Renamed from after-insert-file-set-buffer-file-coding-system.
1061
1062 2003-04-11 Kenichi Handa <handa@m17n.org>
1063
1064 * international/quail.el (quail-guidance-str)
1065 (quail-guidance-frame): New variables.
1066 (quail-guidance-win): Delete this variable.
1067 (quail-setup-overlays): Make overlay not rear-advancing.
1068 (quail-kill-guidance-buf): Delete this function.
1069 (quail-activate): Add/remove quail-show-guidance to/from
1070 post-command-hook.
1071 (quail-input-method): Don't setup quail-guidance-buf.
1072 Initialize quail-guidance-str to "".
1073 (quail-start-translation): Call quail-show-guidance at first.
1074 (quail-start-conversion): Likewise.
1075 (quail-terminate-translation): Don't erase quail-guidance-buf.
1076 (quail-update-translation): Stretch overlays if their starting and
1077 ending positions are same.
1078 (quail-update-current-translations): Check the width of the
1079 current window, not the width of quail-guidance-win.
1080 (quail-make-guidance-frame): Delete the arg BUF. Fix position
1081 calculation. Don't set the window buffer, just return the new frame.
1082 (quail-minibuffer-message): New function.
1083 (quail-show-guidance): Renamed from quail-show-guidance-buf.
1084 Use message and quail-minibuffer-message to display the guidance.
1085 (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
1086 Only delete quail-guidance-frame.
1087 (quail-update-guidance): Just update quail-guidance-str, not
1088 display it.
1089 (quail-get-translations): Renamed from quail-show-translations.
1090 Return a string instead of inserting it in quail-guaidance-buf.
1091
1092 2003-04-11 Kenichi Handa <handa@m17n.org>
1093
1094 * international/mule-cmds.el (sort-coding-systems): Set lower
1095 priority to a utf-16 base coding system. Set higher priority to a
1096 coding system listed in coding-category-list.
1097
1098 2003-04-10 Juanma Barranquero <lektu@terra.es>
1099
1100 * frame.el (modify-all-frames-parameters): Deleted.
1101
1102 2003-04-10 Sebastian Tennant <seb@albert.vcisp.net> (tiny change)
1103
1104 * desktop.el (desktop-buffer-file): Restore major-mode if it is
1105 different from the normal mode.
1106
1107 2003-04-10 Kenichi Handa <handa@m17n.org>
1108
1109 * international/mule.el:
1110 Set after-insert-file-adjust-coding-function to
1111 after-insert-file-set-buffer-file-coding-system instead of adding
1112 it to after-insert-file-functions.
1113
1114 * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
1115 the case of replacing multibyte characters.
1116
1117 2003-04-09 Richard M. Stallman <rms@gnu.org>
1118
1119 * files.el (file-chase-links): Fix previous change.
1120
1121 2003-04-09 Juanma Barranquero <lektu@terra.es>
1122
1123 * frame.el (new-frame): Add obsolescence declaration.
1124
1125 2003-04-09 Ehud Karni <ehud@unix.mvs.co.il>
1126
1127 * frame.el (set-frame-font): Allow keeping frame size after
1128 changing font.
1129 (modify-all-frames-parameters): New function to change parameters
1130 in all existing and future frames.
1131
1132 2003-04-09 Thien-Thi Nguyen <ttn@gnu.org>
1133
1134 * man.el (Man-heading-regexp): Accept hyphen.
1135
1136 2003-04-09 Kenichi Handa <handa@m17n.org>
1137
1138 * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
1139
1140 * international/mule-conf.el: Register ?\221 and ?\226 in
1141 latin-extra-code-table.
1142
1143 2003-04-08 Richard M. Stallman <rms@gnu.org>
1144
1145 * subr.el (minor-mode-list): New variable.
1146 (add-minor-mode): Add to it.
1147
1148 * files.el (file-chase-links): New arg LIMIT.
1149 After that many iterations, just return what we've got.
1150
1151 * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
1152 use single-key-description.
1153
1154 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1155 At end of buffer, just call `newline'.
1156
1157 * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
1158 no From field, still try to use the To field.
1159
1160 2003-04-09 Kenichi Handa <handa@m17n.org>
1161
1162 * international/mule-diag.el (print-coding-system-briefly):
1163 If DOC-STRING is `tightly', print the doc-string tightly.
1164 (list-coding-systems-1): Sort coding systems.
1165 Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
1166
1167 2003-04-08 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1168
1169 * net/tramp.el: Version 2.0.33 released.
1170 Change coding cookie to `iso-2022-7bit' for XEmacs
1171 compatibility. (From Steve Youngs <youngs@xemacs.org>.)
1172
1173 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
1174
1175 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1176 Do not disable file name handlers for `file-exists-p' and
1177 `file-directory-p'.
1178
1179 2003-04-08 Kenichi Handa <handa@m17n.org>
1180
1181 * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
1182
1183 * international/utf-16.el (utf-16-le-decode-loop)
1184 (utf-16-be-decode-loop): New temporary variables.
1185 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
1186 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
1187 (ccl-decode-mule-utf-16-le-with-signature)
1188 (ccl-decode-mule-utf-16-be-with-signature)
1189 (ccl-decode-mule-utf-16): New CCL programs.
1190 (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
1191 variables.
1192 (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
1193 (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
1194 (ccl-encode-mule-utf-16-le-with-signature)
1195 (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
1196 (mule-utf-16-post-read-conversion): New function.
1197 (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
1198 (mule-utf-16): New coding systems.
1199 (utf-16-le-with-signature, utf-16-be-with-signature),
1200 (utf-16): Aliases of the above coding systems.
1201
1202 2003-04-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1203
1204 * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
1205 to match symbols. This makes CC Mode cope with the full range
1206 of identifier characters in e.g. Java.
1207
1208 2003-04-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
1209
1210 * xt-mouse.el (xterm-mouse-event-read): New function.
1211 (xterm-mouse-event): Use it to get xterm sequences above #x7f.
1212 Suggested by Aman Bhargava <emacs-bug@amanb.net>.
1213
1214 2003-04-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1215
1216 * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
1217 all cases, whether or not start-process is fboundp.
1218
1219 2003-04-06 Richard M. Stallman <rms@gnu.org>
1220
1221 * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
1222 rather than easy-menu-change.
1223
1224 * dired.el (dired-view-file): Let viewer program run asynchronously.
1225
1226 2003-04-06 Ben North <ben@redfrontdoor.org> (tiny change)
1227
1228 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1229 Correct the starting point for previous-single-property-change.
1230
1231 2003-04-06 Lars Hansen <larsh@math.ku.dk>
1232
1233 * desktop.el: Handle multiple desktop files in different dirs.
1234 Other cleanups.
1235 Command line option --no-desktop introduced.
1236 (desktop-read): Record buffers in the desktop file in
1237 the same order as that in the buffer list,
1238 (desktop-save): Put buffers in the order given in desktop file,
1239 regardless of what handlers do.
1240 (desktop-file-version): New variable. Version number of desktop
1241 file format.
1242 (desktop-create-buffer-form): Variable deleted.
1243 (desktop-save): New customizable variable.
1244 (desktop-kill): Use `desktop-save'.
1245 (desktop-file-name-format): New option: format in
1246 which desktop file names should be saved.
1247 (desktop-file-name): New function to convert a filename to the
1248 format specified in `desktop-file-name-format'.
1249 (desktop-create-buffer): Parameters renamed to descriptive
1250 systematic names. These parameters are visible to handlers.
1251 Renames:
1252 ver -> desktop-file-version
1253 mim -> desktop-buffer-minor-modes
1254 pt -> desktop-buffer-point
1255 mk -> desktop-buffer-mark
1256 ro -> desktop-buffer-read-only
1257 locals -> desktop-buffer-locals
1258 (desktop-buffer-major-mode, desktop-buffer-file-name)
1259 (desktop-buffer-name): Delete unused customizable variables.
1260 (desktop-buffer-misc): Delete unused variable.
1261 (desktop-save, desktop-buffer-dired-misc-data):
1262 Use `desktop-file-name'.
1263 (desktop-path): New customizable variable. List of directories in
1264 which to lookup the desktop file. Replaces hardcoded list.
1265 (desktop-globals-to-clear): New variable replaces hardcoded list.
1266 (desktop-clear-preserve-buffers-regexp): New customizable variable.
1267 (desktop-after-read-hook): New hook run after a desktop is read.
1268 (desktop-no-desktop-file-hook): New hook when no desktop file found.
1269 (desktop-change-dir): New function.
1270 (desktop-save-in-load-dir): New function. Save desktop in
1271 directory from which it was loaded.
1272 (desktop-revert): New function. Revert to the last loaded desktop.
1273
1274 2003-04-06 Masatake YAMATO <jet@gyve.org>
1275
1276 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
1277 find-file-of-tag to avoid name space pollution.
1278 (tag-find-file-of-tag-noselect): Likewise.
1279 (etags-list-tags, etags-tags-apropos):
1280 Use tag-find-file-of-tag instead of find-file-of-tag.
1281
1282 2003-04-06 Masatake YAMATO <jet@gyve.org>
1283
1284 * info.el (Info-goto-emacs-command-node): If command
1285 is given as a string, convert it to a symbol.
1286
1287 2003-04-05 Kevin Ryde <user42@zip.com.au>
1288
1289 * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
1290
1291 2003-04-05 Andre Spiegel <spiegel@gnu.org>
1292
1293 * vc-cvs.el (vc-cvs-get-entries): New function that uses the
1294 right coding system for accessing CVS/Entries.
1295 (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
1296
1297 2003-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1298
1299 * subr.el (number-sequence): Adjust code.
1300
1301 2003-04-04 Stefan Monnier <monnier@cs.yale.edu>
1302
1303 * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
1304 (refill-fill-paragraph-at): Don't skip prefix since markers work right.
1305
1306 * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
1307 (fill-paragraph): Don't skip prefix now that markers work right.
1308
1309 2003-04-04 John Paul Wallington <jpw@gnu.org>
1310
1311 * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
1312 property dynamically respects `tooltip-mode'.
1313 (define-ibuffer-column name): Likewise.
1314
1315 * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
1316
1317 2003-04-04 Masatake YAMATO <jet@gyve.org>
1318
1319 * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
1320 New helper functions.
1321 (snarf-tag-function): Doc string is changed. Explained about new
1322 optional argument, `use-explicit'.
1323 (etags-snarf-tag): Add one optional argument `use-explicit'.
1324 (file-of-tag-function): Doc string is changed. Explained about new
1325 optional argument, `relative'.
1326 (file-of-tag): Doc string is changed. Explained about new optional
1327 argument, `relative'. Pass `relative' to `file-of-tag-function'.
1328 (etags-file-of-tag): Add new argument `relative`.
1329 (list-tags): Set `buffer-read-only' to t after making the major mode
1330 apropos-mode.
1331 (etags-list-tags): Use `make-text-button' instead of
1332 `add-text-properties'. Used `snarf-tag-function',
1333 `goto-tag-location-function' and `find-file-of-tag' instead of
1334 `find-tag-other-window' (it's too simple).
1335 (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
1336 `find-file'.
1337 (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
1338 `find-file'. Do not use `etags-goto-tag-location` directly; use
1339 `goto-tag-location-function' instead. Print relative file paths
1340 instead of complete ones in *Tags List* buffer, so lines in the
1341 buffer become shorter.
1342 (etags-tags-apropos-additional): Use `make-text-button' instead of
1343 `add-text-properties'.
1344
1345 2003-04-04 Andreas Schwab <schwab@suse.de>
1346
1347 * net/tramp.el (tramp-send-string): Handle empty string.
1348
1349 2003-04-03 Richard M. Stallman <rms@gnu.org>
1350
1351 * emacs-lisp/easymenu.el (easy-menu-define):
1352 Don't make a defvar for nil.
1353 (easy-menu-convert-item-1): Doc fix.
1354 (easy-menu-change): Call easy-menu-create-menu.
1355
1356 * subr.el (read-quoted-char): Remember the input char
1357 before translation thru function-key-map, and use that for unreading.
1358
1359 * shadowfile.el (shadow-parse-fullname):
1360 Renamed from shadow-parse-fullpath.
1361 (shadow-parse-name): Renamed from shadow-parse-path.
1362 (shadow-make-fullname): Renamed from shadow-make-fullpath.
1363 (shadow-replace-name-component): Was shadow-replace-path-component.
1364 Callers of the above functions changed.
1365 (shadow-expand-cluster-in-file-name): Doc fix.
1366 (shadow-same-site, shadow-file-match): Doc fix.
1367 (shadow-define-literal-group): Doc fix.
1368
1369 * kmacro.el (kmacro-end-and-call-macro): Doc fix.
1370
1371 * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
1372
1373 * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
1374 (hack-local-variables): When MODE-ONLY is set, pass it along to
1375 hack-local-variables-prop-line.
1376
1377 * delsel.el (delete-active-region): Don't explicitly deactivate mark.
1378
1379 2003-04-03 Masatake YAMATO <jet@gyve.org>
1380
1381 * progmodes/etags.el: Require button.el.
1382 (etags-tags-apropos): Use `make-text-button' instead of
1383 `add-text-properties'. Use `snarf-tag-function' and
1384 `etags-goto-tag-location' instead of `find-tag-other-window' (it's
1385 too simple).
1386
1387 * man.el (Man-xref-header-file): Fix previous change.
1388
1389 2003-04-03 Kenichi Handa <handa@m17n.org>
1390
1391 * subr.el (number-sequence): New function.
1392
1393 2003-04-02 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
1394
1395 * sort.el (sort-reorder-buffer): Fix saving of markers at the end
1396 of the sorted region.
1397
1398 2003-04-02 Masatake YAMATO <jet@gyve.org>
1399
1400 * woman.el (woman-xref): Removed.
1401 (woman-mode): Use `Man-highlight-references' instead of
1402 `WoMan-highlight-references'.
1403 (WoMan-highlight-references): Removed.
1404
1405 * man.el (toplevel): Require button.
1406 (Man-header-file-path): New option.
1407 (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
1408 (Man-file-name-regexp, Man-normal-file-prefix-regexp)
1409 (Man-header-regexp, Man-normal-file-regexp): New variables.
1410 (Man-mode-map): Inherit from `button-buffer-map'. Don't define
1411 "\r" and mouse-2 directly. These key are defined in
1412 `button-buffer-map'.
1413 (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
1414 New buttons. `Man-xref-man-page' comes from woman.el.
1415 (man-follow-mouse): Removed.
1416 (Man-fontify-manpage): Use `Man-highlight-references' instead of
1417 calling `add-text-properties' directly.
1418 (Man-highlight-references, Man-highlight-references0): New functions.
1419 (Man-view-header-file): New function.
1420
1421 2003-04-02 Stefan Monnier <monnier@cs.yale.edu>
1422
1423 * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
1424 the trailing space since fill.el doesn't remove it anymore.
1425 (refill-mode): Reset fill-paragraph-function even if it was nil.
1426
1427 * textmodes/fill.el (fill-region-as-paragraph):
1428 Don't remove space at end of paragraph: it makes refill.el unusable.
1429 Remove obsolete `save-restriction'.
1430 (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
1431 (fill-delete-newlines): Don't add a trailing space.
1432 (fill-newline): Don't leave markers before the prefix.
1433
1434 * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
1435 New functions.
1436 (asm-mode): Use them in indent-line-function.
1437 Set tab-always-indent to nil to stay closer to previous tab behavior.
1438 Set comment-add. Remove space at end of comment-add.
1439 (asm-newline): Obsolete. Use newline-and-indent instead.
1440 (asm-mode-map): Remove TAB binding.
1441 (asm-code-level-empty-comment-pattern)
1442 (asm-flush-left-empty-comment-pattern)
1443 (asm-inline-empty-comment-pattern): Remove.
1444 (asm-comment): Use newcomment functions instead.
1445 (asm-colon): Don't tab if colon is not after a label.
1446 (asm-line-matches, asm-pop-comment-level): Remove.
1447
1448 2003-04-02 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1449
1450 * emulation/crisp.el (top-level): Quote second arg to
1451 `eval-after-load'.
1452
1453 2003-04-02 Miles Bader <miles@gnu.org>
1454
1455 * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
1456
1457 2003-04-01 Stefan Monnier <monnier@cs.yale.edu>
1458
1459 * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
1460 that do not depend on asm-comment-char.
1461 (asm-mode-map): Declare and init at the same time.
1462 (asm-code-level-empty-comment-pattern)
1463 (asm-flush-left-empty-comment-pattern)
1464 (asm-inline-empty-comment-pattern): Use \s< so they do not depend
1465 on asm-comment-char. Turn them into constants.
1466 (asm-mode): Simplify.
1467 (asm-line-matches): Remove unused arg.
1468
1469 2003-04-01 Dave Love <fx@gnu.org>
1470
1471 * time.el: Doc fixes.
1472 (display-time-mail-face): Change :type and default to nil.
1473 (display-time-mail-icon): Use pbm, not xbm.
1474 (display-time-mail-string): New.
1475 (display-time-string-forms): Use display-time-mail-string.
1476 Add checks in display property.
1477
1478 2003-04-01 Kenichi Handa <handa@m17n.org>
1479
1480 * language/indian.el (indian-font-char-index-table): Fix the
1481 order of CDAC fonts.
1482
1483 2003-04-01 Kim F. Storm <storm@cua.dk>
1484
1485 * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
1486 (set-mark-command): Unconditionally repeat pop-global-mark without
1487 C-x prefix. Fix doc.
1488
1489 * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
1490 pop-global-mark without C-x prefix. Fix doc.
1491
1492 2003-03-31 Stefan Monnier <monnier@cs.yale.edu>
1493
1494 * reveal.el (reveal-post-command): Better error handling.
1495
1496 2003-03-31 Nick Roberts <nick@nick.uklinux.net>
1497
1498 * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
1499 so that it can run on NT also.
1500
1501 2003-03-31 Masatake YAMATO <jet@gyve.org>
1502
1503 * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
1504 comments.
1505
1506 * bindings.el (mode-line-major-mode-keymap): New variable.
1507 (mode-line-minor-mode-help): New function, bound to
1508 mode-line-minor-mode-keymap.
1509 (mode-line-modes): Split mode-line-mode definitions to
1510 mode-name, mode-line-process and minor-mode-alist.
1511 For mode-name, mode-line-major-mode-keymap is used.
1512
1513 * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
1514 (lookup-minor-mode-from-indicator): New functions.
1515
1516 2003-03-31 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1517
1518 * files.el (file-relative-name): Remove superfluous `and'.
1519 Clarify docstring. From Lars Hansen.
1520
1521 2003-03-31 Kenichi Handa <handa@m17n.org>
1522
1523 * international/utf-16.el (ccl-decode-mule-utf-16-le):
1524 Don't assume the signature bytes.
1525 (ccl-decode-mule-utf-16-be): Likewise.
1526 (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
1527 (ccl-encode-mule-utf-16-be): Likewise.
1528
1529 2003-03-30 Kevin Ryde <user42@zip.com.au>
1530
1531 * info-look.el (sh-mode): Add doc-specs for commands and variables.
1532
1533 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1534
1535 * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
1536 replaces variable utf-translate-cjk which must be set via Custom.
1537
1538 * files.el (file-relative-name): If FILENAME and DIRECTORY are on
1539 different drives (on DOS/Windows) or use different handlers, do
1540 like `expand-file-name' on FILENAME and return an absolute name.
1541 From Lars Hansen <larsh@math.ku.dk>.
1542
1543 * tramp.el: Version 2.0.31 released.
1544 (tramp-handle-expand-file-name): Do not allow ".." to
1545 cross file handler boundaries, so that "/user@host:/../foo"
1546 expands to itself, rather than "/foo". This is intended to work
1547 in conjunction with a change in `file-relative-name' which makes
1548 sure to use absolute file names if FILE and DIRECTORY have
1549 different handlers.
1550 (tramp-handle-insert-directory): Comment out XEmacs
1551 kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
1552
1553 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
1554
1555 * trampver.el: New file, to support Autoconf in Tramp CVS repository.
1556 * tramp.el (tramp-version, tramp-bug-report-address): Move to
1557 trampver.el, which is required now.
1558 (tramp-chunksize): Type can be nil as well.
1559 Reported by Markus Rost <rost@math.ohio-state.edu>.
1560 * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
1561 listing entry more robust. Ranges from 10 chars (Samba 1) to 7-9
1562 chars (Samba 2).
1563
1564 2003-03-29 John Paul Wallington <jpw@gnu.org>
1565
1566 * international/mule.el (with-category-table): Use `make-symbol'
1567 to avoid variable capture. Set table within `unwind-protect'.
1568 Ensure table is restored in correct buffer. Add docstring.
1569
1570 2003-03-29 Kenichi Handa <handa@m17n.org>
1571
1572 * language/japan-util.el: If system-type is not for Windows,
1573 prefer japanese-iso-8bit.
1574
1575 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change)
1576
1577 * term/mac-win.el (iconify-or-deiconify-frame): Define for
1578 compatibility with packages that use it.
1579
1580 2003-03-28 Lute Kamstra <Lute.Kamstra@cwi.nl>
1581
1582 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
1583 Fix docstring.
1584 (checkdoc-interactive, checkdoc-message-interactive): Make them
1585 perform spell checking when appropriate.
1586 (checkdoc-interactive-loop): Fix docstring and a few typos.
1587 (checkdoc-interactive-ispell-loop)
1588 (checkdoc-message-interactive-ispell-loop): New functions.
1589 (checkdoc-next-error): Fix docstring.
1590 (checkdoc-this-string-valid-engine): Fix typo.
1591 (checkdoc-ispell-docstring-engine): Do test for
1592 checkdoc-autofix-flag = nil.
1593
1594 2003-03-28 Jonathan Yavner <jyavner@engineer.com>
1595
1596 * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
1597 top-level macros that put functions as properties.
1598 (testcover-mark): No error for functions that just return a constant.
1599
1600 2003-03-27 Andreas Schwab <schwab@suse.de>
1601
1602 * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
1603 is marked as edited.
1604
1605 2003-03-26 Kenichi Handa <handa@m17n.org>
1606
1607 * files.el (recode-file-name): New function.
1608
1609 * international/characters.el: Setup categories for Indian characters.
1610
1611 2003-03-26 Steve Youngs <youngs@xemacs.org>
1612
1613 * em-unix.el (eshell-plain-locate-behavior): Make the default
1614 nil on Emacs, t on XEmacs.
1615
1616 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
1617
1618 * emacs-lisp/byte-opt.el (byte-optimize-set): New.
1619 Turn `set' into `setq' when applicable.
1620
1621 2003-03-24 Stefan Monnier <monnier@cs.yale.edu>
1622
1623 * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
1624 args blindly to defcustom. Use custom-set-minor-mode.
1625
1626 2003-03-24 Kim F. Storm <storm@cua.dk>
1627
1628 * simple.el: Rework last change so C-x C-SPC C-SPC does not
1629 repeat pop-global-mark by default.
1630 (pop-global-mark-quick-repeat): New user option.
1631 (set-mark-command): Use it.
1632
1633 * emulation/cua-base.el (cua-set-mark):
1634 Check pop-global-mark-quick-repeat.
1635
1636 2003-03-24 John Paul Wallington <jpw@gnu.org>
1637
1638 * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
1639 the global map.
1640
1641 * emerge.el (emerge-show-file-name): Read event irrespective of
1642 whether minibuffer window is resized. Clear minibuffer when done.
1643
1644 * cus-theme.el (customize-create-theme): Rename from
1645 `custom-theme-create'.
1646
1647 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
1648
1649 * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
1650
1651 2003-03-23 Peter Breton <pbreton@attbi.com>
1652
1653 * net/net-utils.el (dns-lookup-host): New function.
1654
1655 2003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1656
1657 * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
1658 an infinite loop when Emacs' open-paren-in-column-zero rule
1659 kicks in and causes the sexp functions to misbehave.
1660
1661 2003-03-22 Peter Breton <pbreton@cs.umb.edu>
1662
1663 * filecache.el (file-cache-add-directory-recursively)
1664 (file-cache-complete, file-cache-display): New functions.
1665
1666 * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
1667 (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
1668
1669 * dirtrack.el (dirtrack-cygwin-directory-function): New function.
1670 Remove timestamp.
1671
1672 2003-03-22 Kim F. Storm <storm@cua.dk>
1673
1674 * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string
1675 accordingly.
1676 (ido-define-mode-map): Bind C-l for both file and dir modes.
1677 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
1678 Let-bind enable-recursive-minibuffers to t around read-string.
1679
1680 2003-03-22 Kenichi Handa <handa@m17n.org>
1681
1682 * international/fontset.el (setup-default-fontset):
1683 Use indian-font-char-range for specifying ranges of indian-glyph
1684 chars. Setup for AKRUTI fonts.
1685
1686 * language/indian.el (indian-font-foundry): New variable.
1687 (indian-script-language-alist): New variable.
1688 (indian-font-char-index-table): New variable.
1689 (indian-font-char): New function.
1690 (indian-font-char-range): New function.
1691 (font-ccl-encoder-alist): Add entry for AKRUTI font.
1692
1693 2003-03-22 Kim F. Storm <storm@cua.dk>
1694
1695 * progmodes/cperl-mode.el (cperl-electric-backspace):
1696 Add delete-selection property.
1697
1698 * simple.el (set-mark-command): Doc fixes.
1699 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
1700 C-u C-u C-SPC now unconditionally sets the mark.
1701
1702 * emulation/cua-base.el (cua-set-mark): Doc fixes.
1703 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
1704 C-u C-u C-SPC now unconditionally sets the mark.
1705
1706 2003-03-20 Mark A. Hershberger <mah@everybody.org>
1707
1708 * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
1709
1710 2003-03-20 Kenichi Handa <handa@m17n.org>
1711
1712 * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
1713 handling invalid 5 to 6 bytes sequence.
1714
1715 2003-03-19 Simon Marshall <simon@gnu.org>
1716
1717 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
1718 New variable.
1719 (makefile-mode): Use it for value of font-lock-syntactic-keywords.
1720
1721 2003-03-19 John Paul Wallington <jpw@gnu.org>
1722
1723 * cus-theme.el (custom-theme-create): Add autoload cookie.
1724
1725 2003-03-19 Kenichi Handa <handa@m17n.org>
1726
1727 * dired.el (dired-get-filename): Pay attention to the case that
1728 `read' returns a unibyte string. Don't encode the file name by
1729 buffer-file-coding-system.
1730
1731 2003-03-18 Kenichi Handa <handa@m17n.org>
1732
1733 * language/european.el ("Latin-6"): Fix input-method.
1734 ("Latin-7"): Fix input-method.
1735
1736 * international/utf-8.el (utf-fragment-on-decoding):
1737 Don't call register-char-codings.
1738 (utf-fragment-on-decoding): Don't update char-coding-system-table.
1739 (utf-translate-cjk): Don't call register-char-codings nor
1740 optimize-char-coding-system-table. Don't update
1741 char-coding-system-table.
1742
1743 * international/ucs-tables.el (ucs-unify-8859): Don't call
1744 register-char-codings.
1745 (ucs-unify-8859): Don't call optimize-char-coding-system-table.
1746 (ucs-fragment-8859): Don't update char-coding-system-table.
1747 Don't call register-char-codings nor optimize-char-coding-system-table.
1748
1749 * international/mule.el (optimize-char-coding-system-table):
1750 Remove this function.
1751 (register-char-codings): Make it obsolete.
1752 (char-coding-system-table): Defconst it here.
1753 (make-coding-system): Don't call register-char-codings, call
1754 define-coding-system-internal.
1755
1756 * international/mule-conf.el (no-conversion):
1757 Call define-coding-system-internal on this coding system instead of
1758 calling register-char-codings.
1759
1760 * international/mule-cmds.el (find-coding-systems-for-charsets):
1761 Use find-coding-systems-string instead of looking up
1762 char-coding-system-table.
1763
1764 * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
1765 (cp-make-coding-system): Don't call cp-fix-safe-chars.
1766
1767 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
1768
1769 * startup.el (command-line-1): Use command-execute for any command.
1770
1771 2003-03-17 Stefan Monnier <monnier@cs.yale.edu>
1772
1773 * buff-menu.el (list-buffers-noselect): Use the display property
1774 to properly align header-line text with the buffer's contents.
1775
1776 2003-03-17 Kenichi Handa <handa@m17n.org>
1777
1778 * international/mule.el (ctext-post-read-conversion): Convert the
1779 search pattern to multibyte by string-to-multibyte.
1780
1781 2003-03-16 Deepak Goel <deego@gnufans.org>
1782
1783 * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
1784 for GMT. Suggested by bob@rattlesnake.com.
1785
1786 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
1787
1788 * pcvs.el (cvs-mode!): Remove unused argument.
1789
1790 * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
1791 that member-ignore-case might signal.
1792 (easy-menu-add-item): Default to the global map, as documented.
1793 (easy-menu-convert-item-1): Use match-string.
1794
1795 2003-03-15 Mark A. Hershberger <mah@everybody.org>
1796
1797 * xml.el (xml-ucs-to-string): New function to convert Unicode
1798 codepoints to strings. Uses decode-char (mule.el) if available.
1799 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
1800 (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
1801 (xml-parse-attlist): Add attribute normalization.
1802 (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
1803
1804 2003-03-14 John Paul Wallington <jpw@gnu.org>
1805
1806 * files.el (recover-session): Error if there are no previous
1807 sessions to recover.
1808
1809 * subr.el (posn-col-row): Simplify.
1810
1811 * arc-mode.el (archive-subtype, archive-file-list-start)
1812 (archive-file-list-end, archive-proper-file-start)
1813 (archive-read-only, archive-local-name, archive-mode-map)
1814 (archive-file-name-indent, archive-remote)
1815 (archive-alternate-display, archive-superior-buffer)
1816 (archive-subfile-mode): Doc fixes.
1817
1818 2003-03-14 Stefan Monnier <monnier@cs.yale.edu>
1819
1820 * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
1821 and the user hits TAB a second time, just insert a tab.
1822
1823 * textmodes/texinfo.el (texinfo-outline-level): Remove.
1824 (texinfo-mode): Set outline-heading-alist instead.
1825 (texinfo-section-list): Reorder for the needs of outline-heading-alist.
1826 (texinfo-insert-block): Don't cons needlessly.
1827 (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
1828 (texinfo-insert-quote): Use them.
1829
1830 * textmodes/outline.el (outline-level): Demote it to defvar.
1831 (outline-heading-alist): Document extended semantics.
1832 (outline-head-from-level): New fun.
1833 (outline-promote, outline-demote): Use it.
1834 (outline-show-heading): New fun.
1835 (hide-sublevels, show-children):
1836 Use it together with outline-map-region.
1837 (outline-get-next-sibling): Don't call outline-level at eob.
1838
1839 2003-03-14 Simon Josefsson <jas@extundo.com>
1840
1841 * fringe.el (fringe-mode): Autoload so that
1842 Options->Show/Hide->Fringe->Customize works.
1843
1844 2003-03-13 Stefan Monnier <monnier@cs.yale.edu>
1845
1846 * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
1847 (outline-mode-prefix-map): Match new bindings to those of allout.
1848 (outline-map-region): New fun.
1849 (outline-map-tree): Remove.
1850 (outline-promote, outline-demote): Apply to region if active.
1851 Change the default to apply to the subtree.
1852 (outline-move-subtree-up, outline-move-subtree-down): New funs.
1853 (outline-invisible-p): Add optional `pos' argument.
1854 (outline-next-visible-heading, outline-toggle-children): Use it.
1855 (outline-get-next-sibling): Don't call outline-level at eob.
1856
1857 * custom.el (custom-set-minor-mode): New fun.
1858
1859 2003-03-13 Dave Love <fx@gnu.org>
1860
1861 * international/latin1-disp.el (ucs-tables): Don't require.
1862 (latin1-display-face): New.
1863 (latin1-display-char): Use it.
1864
1865 2003-03-13 Kenichi Handa <handa@m17n.org>
1866
1867 * international/mule-cmds.el (reset-language-environment):
1868 Set default-file-name-coding-system to iso-latin-1.
1869
1870 * language/european.el (iso-latin-1): Definition of this coding
1871 system moved to mule-conf.el.
1872
1873 * international/mule-conf.el (iso-latin-1): Moved from
1874 european.el.
1875
1876 * term/x-win.el (x-select-text): Don't set a text containing
1877 eight-bit-control/graphic into the cut buffer.
1878
1879 2003-03-12 Kenichi Handa <handa@m17n.org>
1880
1881 * files.el (insert-directory): Decode by what specified.
1882
1883 * language/japan-util.el (setup-japanese-environment-internal):
1884 By defalt, use japanese-iso-8bit for file names, and prefer
1885 japanese-shift-jis on DOS and Windows.
1886
1887 * international/quail.el (quail-show-guidance-buf): Make the quail
1888 guidance buffer inherit the current value of quail-current-package.
1889
1890 * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
1891 on handling an invalid byte sequence.
1892
1893 2003-03-11 Jason Rumney <jasonr@gnu.org>
1894
1895 * files.el (auto-mode-alist): Add .xsl for sgml-mode.
1896
1897 2003-03-11 Mark A. Hershberger <mah@everybody.org>
1898
1899 * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
1900
1901 2003-03-11 John Paul Wallington <jpw@gnu.org>
1902
1903 * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
1904 `default-line-spacing', rather than buffer-local `line-spacing'.
1905
1906 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
1907
1908 * cus-edit.el (customize-rogue): New command.
1909
1910 2003-03-10 Andreas Schwab <schwab@suse.de>
1911
1912 * info.el (Info-extract-menu-node-name)
1913 (Info-following-node-name): Revert last change.
1914
1915 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org>
1916
1917 * progmodes/scheme.el (scheme-mode-syntax-table):
1918 Construct w/o using `with-syntax-table'.
1919
1920 2003-03-10 John Paul Wallington <jpw@gnu.org>
1921
1922 * subr.el (posn-col-row): Take into account `line-spacing'.
1923
1924 * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
1925 if major mode isn't `Electric-buffer-menu-mode'.
1926
1927 * term/x-win.el (vendor-specific-keysyms)
1928 (x-last-selected-text-primary): Doc fixes.
1929 (x-win-suspend-error): Use proper noun in error message.
1930
1931 2003-03-09 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1932
1933 * man.el (Man-getpage-in-background): Always use `setenv' for
1934 environment variables, instead of modifying process-environment
1935 directly. The previous version let-bound process-environment --
1936 the let-binding is skipped for GROFF_NO_SGR because there is
1937 already a let-binding in effect in some outer scope.
1938
1939 * emulation/crisp.el (top-level): Interoperate with cua.
1940
1941 2003-03-08 Kim F. Storm <storm@cua.dk>
1942
1943 * emulation/cua-base.el: Provide `cua' feature.
1944
1945 2003-03-08 Juanma Barranquero <lektu@terra.es>
1946
1947 * emulation/cua-base.el (cua--standard-movement-commands):
1948 Fix docstring.
1949
1950 2003-03-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1951
1952 * man.el (Man-getpage-in-background): Only change
1953 default-directory if necessary.
1954
1955 2003-03-07 Andreas Schwab <schwab@suse.de>
1956
1957 * info.el (Info-following-node-name): Skip trailing period.
1958 (Info-extract-menu-node-name): Allow period in node name.
1959
1960 2003-03-07 Kevin Rodgers <kevin.rodgers@ihs.com>
1961
1962 * dired-x.el (dired-guess-shell-case-fold-search): New user option.
1963 (dired-guess-default): Use it.
1964
1965 2003-03-07 Thien-Thi Nguyen <ttn@gnu.org>
1966
1967 * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
1968 (dcl-font-lock-defaults): New var.
1969 (dcl-mode): Make and init local var `font-lock-defaults'.
1970
1971 2003-03-06 Kevin Rodgers <kevin.rodgers@ihs.com>
1972
1973 * ffap.el (dired-at-point): Check whether the user can create a
1974 directory before asking about creating it.
1975
1976 2003-03-06 John Paul Wallington <jpw@gnu.org>
1977
1978 * ebuff-menu.el (electric-buffer-list):
1979 Respect `Buffer-menu-use-header-line'.
1980 (electric-buffer-menu-looper): Likewise.
1981
1982 * buff-menu.el (Buffer-menu-mode-map): Add docstring.
1983 (Buffer-menu-buffer): Fix indentation.
1984 (list-buffers-noselect): Calculate header-line spacing to take
1985 into account width of left fringe and left scrollbar.
1986
1987 2003-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1988
1989 * ps-print.el (ps-print-version): New version number (6.6).
1990 (ps-begin-job): If background and foreground color are the same, give
1991 an error.
1992 (ps-default-fg, ps-default-bg): Better doc.
1993 (ps-rgb-color): Became a defun, check RGB value list.
1994 (ps-default-background): New internal var.
1995 (ps-begin-file): Code fix.
1996
1997 2003-03-05 Richard M. Stallman <rms@gnu.org>
1998
1999 * replace.el (query-replace-read-args): Use save-excursion.
2000 (map-query-replace-regexp): Use prefix-numeric-value.
2001
2002 2003-03-05 Juanma Barranquero <lektu@terra.es>
2003
2004 * term/w32-win.el (x-handle-geometry): Put sizes on
2005 `initial-frame-alist' too.
2006
2007 * startup.el (command-line-x-option-alist): Make --border-color set
2008 the border-color frame parameter, not border-width.
2009
2010 * faces.el (frame-set-background-mode): Fix reference to attribute
2011 "backgroundMode".
2012
2013 2003-03-05 Reto Zimmermann <reto@gnu.org>
2014
2015 * progmodes/vhdl-mode.el: Version 3.32.12 released.
2016 Modifications for displaying all projects in hierarchy browser and case
2017 insensitive hierarchy browsing. Change Rod's email address.
2018 Include `itimer.el' patch for XEmacs. Backquote fix. Change some
2019 documentation strings. Add "ERROR: " prefix to all error
2020 messages. Enhanced usage of hideshow.
2021 (vhdl-in-literal): Remove unused argument LIM.
2022 (vhdl-compiler-alist): Enhance customization for compilers; add
2023 "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
2024 "Savant", "ProVHDL" and "VeriBest" compilers.
2025 Add new error message syntax for Modelsim.
2026 Add Synplify, column no in error regexp.
2027 Include library name in library command.
2028 Add unit-to-file name mapping for Savant.
2029 Add library option in Makefile generation command.
2030 Add command to create library directory.
2031 Built-in Makefile generation is always default.
2032 (vhdl-create-mode-menu): Split menues for compilers, projects, models.
2033 Add customization for `global-font-lock-mode'.
2034 Fix `customize-group' entries for XEmacs and
2035 change "Gen." to "Generate". Get *Messages* buffer.
2036 Fix "Auto Load Setup File" menu entry.
2037 Add faces customization to "Options". Add "Options" entry.
2038 Include `speedbar-indentation-width'.
2039 (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
2040 (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
2041 Fix template abortion.
2042 (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
2043 in package.
2044 (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
2045 Better treat comments and strings. Fix "=> ," alignment.
2046 (vhdl-port-paste-testbench): Print file names created.
2047 Better handling when file exist/open. Additional comments in code.
2048 Replace keywords in testbench entity and architecture file headers.
2049 Adjust case in testbench configuration.
2050 (vhdl-port-paste-instance): Special case: no number in instance name.
2051 (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
2052 (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
2053 highlight instantiations without map.
2054 Highlight quantity declaration names. Highlight formal parameters.
2055 Fix label highlighting for signal asst.
2056 (vhdl-mode): `comment-padding' for Emacs 21 only.
2057 Remove forced `turn-on-font-lock'.
2058 Remove `hippie-expand-only-buffers' setting.
2059 Update online documentation and web address.
2060 (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
2061 Change ARG for uncommenting.
2062 (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
2063 (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
2064 (vhdl-port-list): Add context clause.
2065 (vhdl-port-paste-signals): Include direction comments.
2066 (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
2067 (vhdl-port-*): Include name in status messages.
2068 (vhdl-package-alist): Scan for and display subprogram body.
2069 Change key to lower case, add original case identifier.
2070 Scan for packages used by package body.
2071 (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
2072 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
2073 Message "No VHDL design units!".
2074 (vhdl-compile-init): Allow fourth element (column no) in error regexp.
2075 Fix `nconc' bug. Eliminate redundant regexps.
2076 (vhdl-minibuffer-tab): No indentation.
2077 Use `hippie-expand-only-buffers' to take
2078 expansions from VHDL buffers only; don't overwrite non-nil default of
2079 `hippie-expand-only-buffers'; check whether
2080 `hippie-expand-only-buffers' is bound.
2081 (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
2082 `nature_pkg' package.
2083 (vhdl-align-alist): Fix "when/else ... =>" case.
2084 Align declaration keywords only at beg. of line.
2085 Align <=, := and == among each other.
2086 (vhdl-port-copy): Extended identifiers for signal names.
2087 Fix on empty generic/port clause.
2088 Fix parsing of comment on first line.
2089 Allow generic clause begin on first line.
2090 Add "inout" and "linkage" to direction modes.
2091 (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
2092 (vhdl-file-header): Insert VHDL language standard string.
2093 (vhdl-instance-name): Unique numbers in instance names.
2094 (vhdl-compile): Check for existing compile directory.
2095 Print out file name if compiler does not; put it in
2096 quotes if contains spaces. Check compiler name.
2097 (vhdl-compiler): Change empty value from "" to nil.
2098 (vhdl-make): Check for existing compile directory.
2099 Fix missing options if there is a target. Check compiler name.
2100 (vhdl-template-field): Fix case on all VHDL words.
2101 (vhdl-template-others): Re-electrified "others".
2102 (vhdl-speedbar-expand-architecture): Give user control over displayed
2103 hierarchy depth.
2104 (vhdl-project-alist): Insert library name in Makefile name.
2105 Sources exclude regexp. Add file-specific compile exceptions.
2106 Enhance customization of projects.
2107 (vhdl-get-hierarchy): Include configurations in hierarchy list.
2108 Fix bug with configurations.
2109 Consider configurations; also at lower levels.
2110 (vhdl-speedbar-item-info): Enhance displaying.
2111 (vhdl-scan-file-contents): Fix skipping of comments in scanning.
2112 Sources exclude regexp.
2113 Allow comment lines in instantiations.
2114 Fix used packages in package body scanning.
2115 Allow code before first block configuration.
2116 Scan also for "is" keyword of design units.
2117 Scan configuration specification.
2118 Clear directory alists first.
2119 Consistency check.
2120 Check for multiply scanned design units.
2121 Scan components/subprograms in package.
2122 Scan library clauses and subconfigurations.
2123 Limit file size for scanning.
2124 (vhdl-entity-alist): Change key to lower case, add original case
2125 identifier.
2126 (vhdl-electric-tab): Not overwrite non-nil default of
2127 `hippie-expand-only-buffers'.
2128 (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
2129 bound; use it to take expansions from VHDL buffers only.
2130 (vhdl-electric-tab): Toggle comment indent.
2131 (vhdl-generate-makefile): Check compiler name.
2132 Add library option in Makefile generation command.
2133 (vhdl-generate-makefile): Add dependencies for components in package.
2134 (vhdl-template-elsif): No expansion in concurrent part (except AMS).
2135 (vhdl-insert-string-or-file): Resolve environment variables.
2136 (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
2137 (vhdl-submit-bug-report): Prompt for summary.
2138 (vhdl-resolve-paths): Rearrange environment variable resolution.
2139 (vhdl-scan-project-contents): Rearrange environment variable
2140 resolution.
2141 (vhdl-scan-project-contents): Allow absolute paths.
2142 (vhdl-doc-coding-style): Update RMM URL.
2143 (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
2144 (vhdl-model-insert): Replace header prompts too.
2145 (vhdl-template-header): New argument `is-model'.
2146 (vhdl-template-generate-body): Remove "begin" for VHDL'93.
2147 (vhdl-actual-port-name): Change default value (no "_i" extension).
2148 (vhdl-template-modify): Delete date instead of kill.
2149 (vhdl-get-source-files): Don't match source files beginning with ".".
2150 (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
2151 (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
2152 (vhdl-speedbar-expand-*): Display used packages.
2153 (vhdl-sequential-statement-p): Better algorithm.
2154 (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
2155 (vhdl-electric-...): No stuttering within literals.
2156 (vhdl-template-footer): Replace keywords in footer as in header.
2157 (vhdl-align-...): Enhance alignment, add progress reporting.
2158 (vhdl-beautify-region): Bug fix.
2159 (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
2160 (vhdl-testbench-configuration-name)
2161 (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
2162 (vhdl-prepare-search-[12]): Fix search within hidden code.
2163 (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
2164 (vhdl-template-for): Fix sequential statement part detection.
2165 (vhdl-electric-space): Fix wrapping for non-word characters.
2166 (vhdl-template-standard-package): Don't insert "std" library.
2167 (vhdl-template-architecture): Code optimization.
2168 (vhdl-template-package): Search for existing package name.
2169 (vhdl-template-component-decl, vhdl-port-paste-declaration):
2170 Insert "is" in VHDL'93.
2171 (match-string-no-properties, vhdl-forward-comment): New aliases.
2172 (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
2173 (file-expand-wildcards, regexp-opt, subst-char-in-string)
2174 (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
2175 (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
2176 (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
2177 (vhdl-backward-same-indent, vhdl-beginning-of-block)
2178 (vhdl-character-to-event, vhdl-compile-directory)
2179 (vhdl-compile-print-file-name, vhdl-compose-components-package)
2180 (vhdl-compose-insert-generic, vhdl-compose-insert-port)
2181 (vhdl-compose-insert-signal, vhdl-compose-new-component)
2182 (vhdl-compose-place-component, vhdl-compose-wire-components)
2183 (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
2184 (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
2185 (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
2186 (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
2187 (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
2188 (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
2189 (vhdl-forward-same-indent, vhdl-generate-makefile-1)
2190 (vhdl-get-compile-options, vhdl-get-components-package-name)
2191 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
2192 (vhdl-get-visible-signals, vhdl-goto-marker)
2193 (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
2194 (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
2195 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
2196 (vhdl-parse-group-comment, vhdl-paste-group-comment)
2197 (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
2198 (vhdl-port-reverse-direction, vhdl-process-command-line-option)
2199 (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
2200 (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
2201 (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
2202 (vhdl-save-caches, vhdl-scan-context-clause)
2203 (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
2204 (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
2205 (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
2206 (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
2207 (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
2208 (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
2209 (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
2210 (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
2211 (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
2212 (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
2213 (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
2214 (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
2215 (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
2216 (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
2217 (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
2218 (vhdl-subprog-paste-specification, vhdl-template-others-hook)
2219 (vhdl-template-replace-header-keywords, vhdl-toggle-project)
2220 (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
2221 (vhdl-update-progress-info, vhdl-update-sensitivity-list)
2222 (vhdl-update-sensitivity-list-buffer)
2223 (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
2224 (vhdl-warning, vhdl-warning-when-idle)
2225 (vhdl-widget-directory-validate, vhdl-work-library)
2226 (vhdl-write-file-hooks-init): New functions.
2227 (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
2228 (vhdl-align-noindent-region, vhdl-create-customize-menu)
2229 (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
2230 (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
2231 (vhdl-speedbar-toggle-hierarchy): Functions deleted.
2232 (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
2233 functions, not defsubsts.
2234 (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
2235 Delete defsubsts.
2236 (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
2237 (vhdl-testbench): New customization groups.
2238 (vhdl-electric): Customization group deleted.
2239 (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
2240 (vhdl-imenu-generic-expression): Define as constants instead of
2241 variables.
2242 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
2243 (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
2244 (vhdl-font-lock-keywords-0): Constants deleted.
2245 (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
2246 New macros.
2247 (vhdl-ext-syntax-table): Macro deleted.
2248 (vhdl-align-group-separate, vhdl-align-same-indent)
2249 (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
2250 (vhdl-components-package-name, vhdl-compose-architecture-name)
2251 (vhdl-compose-create-files, vhdl-compose-include-header)
2252 (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
2253 (vhdl-entity-file-name, vhdl-file-name-case)
2254 (vhdl-include-group-comments, vhdl-include-type-comments)
2255 (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
2256 (vhdl-package-file-name, vhdl-project-auto-load)
2257 (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
2258 (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
2259 (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
2260 (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
2261 (vhdl-testbench-configuration-name)
2262 (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
2263 (vhdl-testbench-include-library, vhdl-use-components-package)
2264 (vhdl-use-direct-instantiation): New options.
2265 (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
2266 (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
2267 (vhdl-testbench-entity-header): Options deleted.
2268 (speedbar-indentation-width, vhdl-compile-file-name)
2269 (vhdl-config-alist, vhdl-directive-keywords-regexp)
2270 (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
2271 (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
2272 (vhdl-port-flattened, vhdl-port-reversed-direction)
2273 (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
2274 (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
2275 (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
2276 (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
2277 (vhdl-warnings): New variables.
2278 (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
2279 (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
2280 (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
2281
2282 2003-03-04 Rob Kaut <rob@siworks.com> (tiny change)
2283
2284 * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
2285 Remove two comment characters at start of line instead of one.
2286
2287 2003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2288
2289 * printing.el (pr-get-symbol): Move it to next eval-and-compile.
2290
2291 2003-03-03 John Paul Wallington <jpw@gnu.org>
2292
2293 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
2294 `gensym' in case user calls macro at runtime.
2295 (ibuffer-save-marks): Likewise.
2296
2297 2003-03-03 Kenichi Handa <handa@m17n.org>
2298
2299 * language/japan-util.el (japanese-symbol-table): Add two entries
2300 to make it complete.
2301
2302 2003-03-03 Andreas Schwab <schwab@suse.de>
2303
2304 * info.el (Info-fontify-node): Don't hide indentation before the
2305 reference name. Don't process a reference twice when a new tag is
2306 inserted.
2307 (Info-hide-note-references): Fix doc and customize type.
2308
2309 2003-03-02 Matt Swift <swift@alum.mit.edu>
2310
2311 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2312 New custom variable.
2313 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
2314 that first docstring lines ending with a comma are respected.
2315 Add "`(" to same so that function and macro bodies beginning with a
2316 backquote do not get disturbed. Revise the comments.
2317
2318 2003-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2319
2320 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
2321
2322 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
2323 and initialize as for tool-bar-mode.
2324
2325 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2326
2327 * net/tramp.el: Version 2.0.30 released.
2328 Replace term "path" with "localname" unless it is used for a
2329 search path.
2330 (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
2331 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
2332 addition to setting $PS1 when starting the Bourne-ish shell.
2333 Some sh implementations (eg, bash when called as sh) read the file
2334 named there on startup, which could clobber $PS1.
2335 (tramp-do-copy-or-rename-file-one-local): New function.
2336 Not implemented. Not used. Should invoke rcp or scp directly to keep
2337 the time.
2338
2339 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
2340
2341 * net/tramp-smb.el: Replace term `path' with `localname'
2342 unless it is used for a search path. In GNU, the word `path' is
2343 reserved for search paths.
2344
2345 * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
2346 (tramp-send-string): New function. Takes over the role of the
2347 functions above, in order to have a unique place handling
2348 `tramp-chunksize'. Same implementation as `tramp-send-region'.
2349 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
2350 only known to have a buggy `process-send-string' implementation.
2351 First black-listed constellation is GNU Emacs/ hpux.
2352 (tramp-send-region): Correct debug message.
2353 (tramp-bug): Add `tramp-chunksize'.
2354
2355 2003-02-26 Matt Swift <swift@alum.mit.edu>
2356
2357 * startup.el: Streamline code in several functions for efficiency
2358 and readability. Rephrase booleans to avoid `(not noninteractive)'.
2359 Clarify several booleans expressions using De Morgan's laws.
2360
2361 (command-line): Fix barf when first command-line option handled by
2362 `command-line-1' is in the form --OPT=VAL.
2363 (command-line-1): Restore intended behavior of the --directory/-L
2364 command-line option: "-L a -L b -L c" on the command-line now puts
2365 '(a b c) at the front of `load-path'.
2366
2367 2003-02-26 Oliver Scholz <alkibiades@gmx.de>
2368
2369 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
2370 (gamegrid-add-score-with-update-game-score-1): New function,
2371 factored out of `gamegrid-add-score-with-update-game-score'.
2372 (gamegrid-add-score-with-update-game-score): Use it. Fall back on
2373 `gamegrid-add-score-insecure' if the requested file does not exist
2374 in $(gamedir), in case the user has installed a game on his own.
2375 (gamegrid-add-score-insecure): Accept optional directory argument.
2376
2377 2003-02-25 Andreas Schwab <schwab@suse.de>
2378
2379 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
2380 variable references by requireing that $ is not preceded by another $.
2381
2382 2003-02-25 Kenichi Handa <handa@m17n.org>
2383
2384 * env.el (setenv): Fix previous change.
2385
2386 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
2387
2388 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
2389
2390 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
2391
2392 * progmodes/simula.el: Move abbrev loading to after the fun it uses.
2393 (simula-install-standard-abbrevs): Use dolist.
2394 Use system-flag when calling define-abbrev.
2395
2396 2003-02-24 Dave Love <fx@gnu.org>
2397
2398 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
2399
2400 * env.el (read-envvar-name): Decode names.
2401 (substitute-env-vars): Use eval-when-compile and char class.
2402 (setenv): Doc fix. Encode the data (after checking that's possible).
2403 (getenv): Encode the name and decode the result.
2404
2405 2003-02-24 Ken Manheimer <klm@zope.com>
2406
2407 * allout.el (allout-pre-command-business): Fix docstring.
2408
2409 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
2410
2411 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
2412
2413 2003-02-24 Kenichi Handa <handa@m17n.org>
2414
2415 * international/characters.el: Fix syntaxes of gb2312 and big5.
2416
2417 * language/japan-util.el (sentence-end-save): Variable deleted.
2418 (setup-japanese-environment-internal): Don't setup sentence-end.
2419 (exit-japanese-environment): Function deleted.
2420
2421 * language/japanese.el ("Japanese"): Delete `exit-function'.
2422
2423 * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
2424 characters.
2425
2426 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
2427
2428 * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
2429 rakar + halant" and "halant + rrakar + halant".
2430
2431 2003-02-23 Richard M. Stallman <rms@gnu.org>
2432
2433 * replace.el (query-replace-read-args): Return just 3 values.
2434 (query-replace, query-replace-regexp)
2435 (query-replace-regexp-eval, map-query-replace-regexp)
2436 (replace-string, replace-regexp): Read the start and end args
2437 separately so that the expressions are recorded in command-history.
2438
2439 * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
2440
2441 * startup.el (inhibit-startup-hooks): New variable.
2442 (normal-top-level): Obey that variable.
2443 (command-line-1): Run emacs-startup-hook before term-setup-hook.
2444 Set inhibit-startup-hooks too.
2445
2446 * files.el (revert-buffer): Different error message
2447 for reverting a nonexistent file.
2448
2449 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
2450
2451 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
2452 (toplevel): Require man.
2453 Don't autoload tmm-prompt (it's in loaddefs.el).
2454 (cperl-electric-backspace-untabify): New var.
2455 (cperl-electric-backspace): Use it.
2456 (cperl-vc-header-alist): Extract numeric version from the Id.
2457 (cperl-build-manpage): New fun.
2458 (cperl-menu): Use it. Add toggle-autohelp.
2459 (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
2460 (cperl-electric-brace): Use `cperl-after-block-p' for detection.
2461 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
2462 '(' after keyword would insert a doubled paren.
2463 (cperl-calculate-indent): Update syntaxification before checks.
2464 Fix wrong indent of blocks starting with POD.
2465 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
2466 of buffer. This enables recognition of end of HERE-doc "as one types".
2467 Require "\n" after trailing tag of HERE-doc.
2468 \( made non-quoting outside of string/comment (gdj-contributed).
2469 Likewise for \$. Remove `here-doc-group' text property at start
2470 (makes this property reliable).
2471 Text property `first-format-line' ==> t.
2472 Do not recognize $opt_s and $opt::s as s///.
2473 (cperl-after-block-p): Optional arg pre-block to check for a pre-block
2474 Recognize `continue' blocks too.
2475 (cperl-after-expr-p): Update syntaxification before checks. Work after
2476 here-docs, formats, and PODs too (affects many electric constructs).
2477 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
2478 (cperl-perldoc): Use case-sensitive search.
2479
2480 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
2481 (cperl-xemacs-p): Move.
2482 (cperl-can-font-lock): New var to replace window-system.
2483 (cperl-enable-font-lock): Use it.
2484 (cperl-use-major-mode): New var.
2485 (cperl-mode): Use it.
2486 (cperl-calculate-indent): Remove code whose removal was missed
2487 in some earlier merge.
2488 (cperl-tags-hier-init): Use display-popup-menus-p.
2489
2490 2003-02-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2491
2492 * files.el (abbreviate-file-name): Shorten docstring: variables
2493 are now hyperlinks and `C-h v' need not be mentioned explicitly.
2494
2495 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2496
2497 * files.el (abbreviate-file-name): Document removal of
2498 automounter prefixes. Reported by Lars Hansen.
2499
2500 2003-02-21 Kim F. Storm <storm@cua.dk>
2501
2502 * emulation/cua-base.el: Add run-time check to catch users trying
2503 to use older versions of CUA-mode, rather than the version
2504 distributed with Emacs. Use autoload cookies and eval-after-load.
2505
2506 * startup.el (command-line): Clarify and tidy up the message
2507 printed when there are errors in the user-init-file.
2508 Do not encapsulate the error data; it's read by humans here.
2509 Do not split windows when displaying the *Message* buffer.
2510
2511 2003-02-20 Stefan Monnier <monnier@cs.yale.edu>
2512
2513 * subr.el (with-syntax-table): Don't copy the table any more.
2514
2515 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
2516
2517 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
2518 work on cygwin systems too.
2519
2520 2003-02-20 Juanma Barranquero <lektu@terra.es>
2521
2522 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2523 Remove useless check.
2524
2525 2003-02-20 Andreas Schwab <schwab@suse.de>
2526
2527 * info.el (Info-extract-menu-node-name): Stop if colon is
2528 followed by open paren.
2529
2530 2003-02-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2531
2532 * mail/undigest.el (unforward-rmail-message): Allow nested
2533 unforwarding, that is, preserve old Forwarded-From/Date headers.
2534
2535 2003-02-20 Kenichi Handa <handa@m17n.org>
2536
2537 * term/w32-win.el: Call set-fontset-font with NAME nil.
2538
2539 * international/mule-diag.el (print-fontset): If FONTSET is nil,
2540 use the default fontset.
2541 (describe-fontset): If the current frame is not using a fontset,
2542 call print-fontset with nil.
2543
2544 2003-02-19 Andre Spiegel <spiegel@gnu.org>
2545
2546 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
2547 were accidentally left over during the VC redesign in 2000.
2548
2549 2003-02-18 Juanma Barranquero <lektu@terra.es>
2550
2551 * help-macro.el (make-help-screen): Fix character constant.
2552
2553 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
2554
2555 * calc/calc-graph.el (calc-graph-plot): Likewise.
2556
2557 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
2558
2559 * emacs-lisp/edebug.el: Likewise.
2560
2561 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
2562
2563 * language/cyril-util.el (standard-display-cyrillic-translit):
2564 Likewise.
2565
2566 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
2567
2568 * progmodes/cperl-mode.el (cperl-electric-keyword)
2569 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
2570
2571 * textmodes/reftex-ref.el (reftex-reference): Likewise.
2572
2573 * textmodes/table.el (table-generate-source): Use ?\\ instead of
2574 space in "work in progress" message.
2575
2576 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
2577
2578 2003-02-17 Dave Love <fx@gnu.org>
2579
2580 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
2581
2582 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
2583
2584 * calendar/calendar.el (diary-file-name-prefix-function):
2585 Fix custom type.
2586
2587 2003-02-17 Andre Spiegel <spiegel@gnu.org>
2588
2589 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
2590 under CVS control. Suggested by Masanobu UMEDA.
2591
2592 2003-02-17 Kenichi Handa <handa@m17n.org>
2593
2594 * files.el (insert-directory): Add workaround for the case that we
2595 can't trust ls's output as to byte positions of filenames.
2596
2597 2003-02-15 Richard M. Stallman <rms@gnu.org>
2598
2599 * ffap.el: Many doc fixes.
2600 (ffap-replace-file-component):
2601 Renamed from ffap-replace-path-component. Callers changed.
2602 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
2603
2604 * international/iso-ascii.el (iso-ascii-display-table): New variable.
2605 (iso-ascii-standard-display-table): New variable.
2606 (iso-ascii-display): Define in iso-ascii-display-table.
2607 (iso-ascii-mode): New command.
2608
2609 * tar-mode.el (tar-header-block-summarize):
2610 Use l for symlink, h for hard link.
2611
2612 2003-02-15 David Kastrup <dak@gnu.org>
2613
2614 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
2615 failure returning nil, as documented.
2616
2617 2003-02-14 Dave Love <fx@gnu.org>
2618
2619 * international/code-pages.el: Undo `Trailing whitepace deleted.'
2620 damage.
2621 (cp1125, mik): Nullify mime-charset.
2622
2623 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
2624 ("Russian"): New.
2625 ("Bulgarian"): Add tutorial.
2626
2627 * international/mule-cmds.el (locale-language-names): Use Italian,
2628 Russian, Turkish, Chinese-EUC-TW.
2629 (set-locale-environment): Set ps-paper-type.
2630
2631 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
2632
2633 * time.el (display-time-string-forms): Add face property to mail
2634 string.
2635
2636 2003-02-14 Juanma Barranquero <lektu@terra.es>
2637
2638 * international/mule-cmds.el (view-hello-file): Use `view-file'
2639 instead of `find-file-read-only'.
2640
2641 * dired-aux.el (dired-query-alist): Fix use of character constant.
2642
2643 * simple.el (backward-delete-char-untabify): Likewise.
2644
2645 * strokes.el (strokes-read-complex-stroke): Likewise.
2646
2647 * wid-edit.el (widget-choose): Likewise.
2648
2649 * xml.el (xml-parse-elem-type): Likewise.
2650
2651 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
2652
2653 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
2654
2655 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
2656
2657 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
2658
2659 * international/mule-cmds.el (sort-coding-systems): Use \'.
2660 (select-safe-coding-system): Remove redundant assq check.
2661 Remove raw-text, emacs-mule and no-conversion from the list of
2662 proposed encodings unless there's nothing else.
2663
2664 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
2665
2666 * files.el (find-alternate-file): Undo last change.
2667
2668 * dired.el (dired-directory): Add autoload cookie.
2669
2670 2003-02-13 Juanma Barranquero <lektu@terra.es>
2671
2672 * international/characters.el: Use new ?\s syntax instead of "? "
2673 followed by a comment.
2674
2675 * ruler-mode.el (ruler-mode-margins-char): Likewise.
2676
2677 2003-02-13 Dave Love <fx@gnu.org>
2678
2679 * newcomment.el (comment-indent): Ensure space before added comment.
2680
2681 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2682
2683 * ps-print.el: Change the policy of background/foreground default
2684 color.
2685 (ps-print-version): New version number (6.5.9).
2686 (ps-default-fg, ps-default-bg): Adjust default value.
2687 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
2688 variables now use `t' to indicate the use of Emacs session
2689 background/foreground color.
2690 (ps-output-string-prim): If index out of range, insert hexadecimal
2691 representation of character.
2692
2693 2003-02-13 Kim F. Storm <storm@cua.dk>
2694
2695 * help.el (where-is): Rename remap-command to command-remapping.
2696 * help-fns.el (describe-function-1): Likewise.
2697
2698 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2699
2700 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
2701 comments.
2702
2703 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
2704
2705 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
2706 (fortran-fill-paragraph): Use fill-comment-paragraph.
2707
2708 2003-02-12 Juanma Barranquero <lektu@terra.es>
2709
2710 * files.el (file-truename): Revert change from 2002-11-27.
2711
2712 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
2713
2714 * help-fns.el (describe-function-1): Change output for keyboard macros.
2715
2716 2003-02-12 Andreas Schwab <schwab@suse.de>
2717
2718 * progmodes/sh-script.el (sh-mode-map): Don't remap
2719 beginning-of-defun to the non-existing command
2720 sh-beginning-of-compound-command.
2721
2722 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2723
2724 * files.el (find-alternate-file): Check whether `dired-directory'
2725 is bound.
2726
2727 2003-02-12 Simon Marshall <simon@gnu.org>
2728
2729 * progmodes/make-mode.el (makefile-font-lock-keywords):
2730 Fontify single character variable references, but protect shell
2731 variables references.
2732 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
2733
2734 2003-02-12 Ami Fischman <ami@fischman.org>
2735
2736 Face markup of calendar and diary displays: Any entry line that
2737 ends with [foo:value] where foo is a face attribute (except :box
2738 :stipple) or with [face:blah] tags, will have these values applied
2739 to the calendar and fancy diary displays. These attributes "stack"
2740 on calendar displays. File-wide attributes can be defined as
2741 follows: the first line matching "^# [tag:value]" defines the
2742 value for that particular tag. All of the tags' regexps can be
2743 customized.
2744
2745 * calendar/calendar.el (diary-face-attrs): New custom.
2746 (diary-file-name-prefix-function): New custom.
2747 (diary-glob-file-regexp-prefix): New custom.
2748 (diary-file-name-prefix): New custom.
2749 (generate-calendar-window): Check that font-lock-mode is bound
2750 before checking value.
2751 (mark-visible-calendar-date): Add the ability to pass face
2752 attribute/value pairs in the mark argument. Handle the mark.
2753
2754 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
2755 attribute value string to the desired type.
2756 (diary-pull-attrs): New function that pulls the attributes off a
2757 diary entry, merges with file-global attributes, and returns
2758 the (possibly modified) entry and a list of attribute/values using
2759 diary-attrtype-convert.
2760 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
2761 (mark-diary-entries, mark-sexp-diary-entries)
2762 (list-sexp-diary-entries): Add handling of file-global attributes;
2763 add handling of entry attributes using diary-pull-attrs.
2764 (mark-calendar-days-named, mark-calendar-days-named)
2765 (mark-calendar-date-pattern, mark-calendar-month)
2766 (add-to-diary-list): Add optional paramater `color' for passing
2767 face attribute info through the callchain. Pass this parameter around.
2768
2769 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
2770
2771 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
2772 `:' in the prompt.
2773 (find-tag): Make sure we move point in the proper window.
2774
2775 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
2776 (meta-common-initialization): Don't set fill-paragraph-function
2777 now that fill-paragraph takes care of comments.
2778
2779 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
2780 the current buffer's syntax-table.
2781
2782 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
2783 (simula-font-lock-keywords-1): Simplify.
2784 (simula-font-lock-keywords-2): Use regexp-opt.
2785 (simula-emacs-features): Remove.
2786 (simula-mode-syntax-table): Setup %...\n as comment style b.
2787 (simula-mode-map): Remove compatibility cruft.
2788 (simula-keep-region-active): Remove.
2789 (simula-popup-menu): Simplify.
2790 (simula-mode): Move abbrev-table setup to top-level.
2791 (simula-match-string-or-comment): Remove.
2792
2793 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
2794 like `proc foo {a {b c} d} {'.
2795 (tcl-mode): Make comment-start-skip more selective.
2796
2797 * info-xref.el (info-xref-check): Use line-beginning-position.
2798 (info-xref-all-info-files): Cons a bit less.
2799 (info-xref-check-buffer): Use push and replace-regexp-in-string.
2800 (info-xref-output): Call insert only once.
2801 (info-xref-whitespace): Remove.
2802
2803 2003-02-11 John Paul Wallington <jpw@gnu.org>
2804
2805 * ibuffer.el (toplevel): Don't require `font-lock';
2806 require `font-core' instead, even though it is dumped.
2807
2808 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
2809 (ibuffer-add-to-tmp-show): Doc fixes.
2810
2811 * language/tamil.el ("Tamil"): Doc fix.
2812
2813 2003-02-11 Juanma Barranquero <lektu@terra.es>
2814
2815 * language/vietnamese.el ("Vietnamese"): Fix typos.
2816
2817 * info-xref.el (info-xref-check-buffer): Fix typo.
2818
2819 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
2820
2821 2003-02-11 Kenichi Handa <handa@m17n.org>
2822
2823 * loadup.el: Load "language/malayalam" and "language/tamil".
2824
2825 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
2826
2827 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
2828
2829 * language/devan-util.el: Maintainer's mail address changed.
2830 (devanagari-composable-pattern): Add DANDA character.
2831 (dev-char-glyph): Add an entry for DANDA.
2832
2833 * language/devanagari.el: Maintainer's mail address changed.
2834
2835 * language/indian.el: Maintainer's mail address changed.
2836
2837 * language/ind-util.el (indian-dev-base-table): Table fixed.
2838 (indian-pnj-base-table): Table contents defined.
2839 (indian-gjr-base-table): Likewise.
2840 (indian-ori-base-table): Likewise.
2841 (indian-bng-base-table): Likewise.
2842 (indian-asm-base-table): Likewise.
2843 (indian-tlg-base-table): Likewise.
2844 (indian-knd-base-table): Likewise.
2845 (indian-mlm-base-table): Likewise.
2846 (indian-tml-base-table): Likewise.
2847 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
2848 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
2849 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
2850 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
2851 (indian-tml-itrans-v5-hash): New variables.
2852
2853 * language/malayalam.el: New file.
2854 * language/mlm-util.el: New file.
2855 * language/tamil.el: New file.
2856 * language/tml-util.el: New file.
2857
2858 2003-02-11 Kevin Ryde <user42@zip.com.au>
2859
2860 * info-xref.el: New file.
2861
2862 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
2863
2864 * textmodes/page-ext.el (pages-directory-mode-map): New.
2865 (pages-directory-map): Redefine as an varalias.
2866 (pages-directory-mode): Use new map var and run mode hook.
2867 (pages-directory-address-mode): Use define-derived-mode.
2868
2869 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
2870 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
2871 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
2872 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
2873 (texinfo-if-clear): Use re-search-forward's return value.
2874 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
2875 (texinfo-format-region): Use line-{end,beginning}-position.
2876 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
2877
2878 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
2879 (eldoc-use-idle-timer-p): Remove.
2880 (timer): Never require. It only works in current Emacs anyway.
2881 (eldoc-mode, eldoc-message, eldoc-display-message-p)
2882 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
2883
2884 * ffap.el (ffap-complete-as-file-p):
2885 Use minibuffer-completing-file-name.
2886
2887 * international/mule.el (load-with-code-conversion): Use push.
2888
2889 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
2890
2891 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
2892 Use with-current-buffer and simplify.
2893
2894 * help-mode.el (help-xref-on-pp): Only add xref if the text
2895 is less than 5K.
2896
2897 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
2898 make the file dead if we used the -n arg.
2899
2900 * emacs-lisp/cl-macs.el (process-get): Add setf method.
2901
2902 * server.el (server-previous-strings): Remove.
2903 (server-process-filter): Use (process-get 'previous-string) instead.
2904 (server-sentinel): Remove code made superfluous.
2905
2906 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
2907
2908 * info.el (Info-follow-nearest-node): Implement new behavior.
2909
2910 2003-02-10 Juanma Barranquero <lektu@terra.es>
2911
2912 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
2913
2914 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
2915 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
2916 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
2917 (ebnf-terminal-regexp, ebnf-case-fold-search)
2918 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
2919 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
2920 "ebnf-syntatic".
2921 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
2922 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
2923 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
2924 (ebnf-generate-region): Fix typo.
2925
2926 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
2927
2928 * language/ind-util.el (indian-itrans-v5-table): Add entries for
2929 "E" and "O".
2930
2931 2003-02-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2932
2933 * progmodes/cc-styles.el (c-set-offset): Don't find a default
2934 syntactic element through syntactic analysis if called outside
2935 a CC Mode buffer.
2936
2937 2003-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2938
2939 * progmodes/cc-mode.el (c-basic-common-init):
2940 Install `c-fill-paragraph' on `fill-paragraph-function'.
2941 Although it's not the normal way to call it in a CC Mode buffer it
2942 makes a direct call to `fill-paragraph' work better.
2943
2944 2003-02-08 Kim F. Storm <storm@cua.dk>
2945
2946 * printing.el (pr-get-symbol): Define during compile.
2947
2948 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2949
2950 * printing.el: New file.
2951
2952 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
2953
2954 * language/european.el ("French", "Slovenian"): Fix doc strings.
2955
2956 2003-02-06 John Paul Wallington <jpw@gnu.org>
2957
2958 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
2959 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
2960 (rmail-summary-next-labeled-message, rmail-summary-resend)
2961 (rmail-summary-override-mail-send-and-exit): Doc fixes.
2962
2963 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
2964
2965 * language/european.el ("Italian"): New.
2966
2967 2003-02-06 Matthew Swift <swift@alum.mit.edu>
2968
2969 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
2970 "ls -alh" output.
2971
2972 2003-02-05 Juanma Barranquero <lektu@terra.es>
2973
2974 * font-lock.el (font-lock-reference-face): Add obsolescence
2975 declaration and remove redundant info from docstring.
2976
2977 * log-edit.el (cvs-commit-buffer-require-final-newline)
2978 (cvs-changelog-full-paragraphs): Likewise.
2979
2980 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2981 (mouse-wheel-click-button): Likewise.
2982
2983 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
2984
2985 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
2986
2987 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2988 (vc-header-alist): Likewise.
2989
2990 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
2991
2992 * textmodes/outline.el (outline-visible): Likewise.
2993
2994 2003-02-05 Kim F. Storm <storm@cua.dk>
2995
2996 * ido.el (ido-define-mode-map):
2997 Undo last change (duplicates part of 2003-02-04 change).
2998 Remap `viper' delete commands only in file or dir mode.
2999
3000 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3001
3002 * ido.el (ido-define-mode-map): Interact with Viper.
3003
3004 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3005
3006 * net/tramp.el: Version 2.0.29 released.
3007 (tramp-send-region): Protect against tramp-chunksize being nil.
3008 (tramp-chunksize): Set default to 500 as workaround for some ssh
3009 connections.
3010 (tramp-handle-directory-file-name): New implementation. Not sure
3011 if it works.
3012 (tramp-md5-function): Require md5 before checking function md5.
3013 If using md5-encode, put wrapper around it that converts vector of
3014 bytes to ascii text.
3015 (top-level): Avoid byte-compiler warnings of unused variables if
3016 the byte-compiler supports this. This is for the
3017 with-parsed-tramp-file-name macro which is wont to produce such stuff.
3018
3019 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
3020
3021 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
3022 PATH is "".
3023 (tramp-completion-handle-file-name-all-completions):
3024 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
3025 (tramp-parse-passwd): For su-alike methods it would be desirable
3026 to return "root@localhost" as default. Unfortunately, we have no
3027 information whether any user name has been typed already. So we
3028 (mis-)use tramp-current-user as indication, assuming it is set in
3029 `tramp-completion-handle-file-name-all-completions'.
3030 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
3031 I did it accidently. Infinite loop ...
3032 (tramp-get-device): `tramp-make-tramp-file-name' must not be
3033 called with NIL path. It fails in case of multi-method.
3034 (tramp-file-name-for-operation): Apply `expand-file-name' for
3035 relative file names only. Otherwise there might be problems if
3036 the default directory is another Tramp directory as the directory
3037 the file is based on.
3038 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
3039 a Tramp file name. It isn't if it comes from an expanded file
3040 name (like "/xx:yy//zz").
3041 (tramp-devices): New variable. Keeps virtual device numbers.
3042 Devices must distinguish physical file systems. The device
3043 numbers provided by "lstat" aren't unique, because we operate on
3044 different hosts. So we use virtual device numbers, generated by
3045 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
3046 In order to be different, we use device number (-1 x), whereby "x"
3047 is unique for a given (multi-method method user host).
3048 Suggested by Kai.
3049 (tramp-perl-file-attributes): Always return device number -1.
3050 There will be a virtual device number set in
3051 `tramp-handle-file-attributes', which replaces this one.
3052 (tramp-handle-file-attributes): Set virtual device number.
3053 (tramp-get-device): New function. Returns the virtual device
3054 number. If it doesn't exist, generate a new one.
3055 (tramp-handle-file-regular-p): Use Emacs file name primitives
3056 instead of calling tramp-handle-* equivalents directly.
3057 Needed for tramp-smb.
3058 (tramp-completion-function-alist-ssh): Add parsing of
3059 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
3060 (tramp-completion-function-alist, tramp-set-completion-function):
3061 Doc string update.
3062 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
3063 Provide parsing of "~/.ssh/config" style files.
3064 (tramp-completion-handle-expand-file-name):
3065 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
3066 on W32 systems.
3067 (tramp-completion-mode): Perform check (integerp last-input-event)
3068 before (event-modifiers last-input-event) -- there might be
3069 problems if `last-input-event' is a mouse event.
3070 (tramp-parse-rhosts, tramp-parse-shosts)
3071 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
3072 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
3073 functions might block. Reported by <kin@neoscale.com>.
3074
3075 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
3076 '(tramp-disable-ange-ftp). Suggested by Kai.
3077 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
3078 any longer.
3079 (top-level): Defaults for `tramp-default-method-alist' must be a list.
3080
3081 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3082 Apply `tramp-handle-directory-file-name'.
3083 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
3084 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
3085 (tramp-smb-handle-make-directory): Use Emacs file name primitives
3086 instead of calling tramp-smb-handle-* equivalents directly.
3087 (tramp-smb-read-file-entry): Return size as a number, not a string.
3088 (top-level): Defaults for `tramp-default-method-alist' must be a list.
3089
3090 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
3091
3092 * completion.el (eval-when-compile-load-eval, completion-eval-when)
3093 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
3094 (completion-min-length, completion-max-length)
3095 (completion-prefix-min-length): Don't hard-code the default value
3096 when byte-compiling.
3097 (complete): Inline minibuffer-window-selected-p.
3098
3099 2003-02-04 Richard M. Stallman <rms@gnu.org>
3100
3101 * term.el (term-raw-map): Set it up at load time.
3102 (term-char-mode): Don't set up term-raw-map here.
3103 (term-set-escape-char): Don't set up C-x subcommand.
3104 (term-ansi-face-already-done): Renamed from
3105 term-ansi-face-alredy-done.
3106 (term-command-hook): Avoid error if STRING is empty.
3107 (term, term-mode): Doc fixes.
3108
3109 * term.el: Redesign handling of colors and faces.
3110 Delete all the faces that this mode used to make.
3111 (ansi-term-color-vector): New variable.
3112 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
3113 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
3114 Variables deleted.
3115 (term-default-fg-color, term-default-bg-color): Use defcustom.
3116 (term-handle-colors-array): Use ansi-term-color-vector,
3117 and specify face attributes rather than faces in `face' property.
3118
3119 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
3120 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
3121 (term-ansi-reverse-faces-vector): Delete unused variables.
3122 (term-ignore-error): Delete macro.
3123
3124 * simple.el (back-to-indentation): Skip all whitespace
3125 except for newlines.
3126
3127 * files.el (find-alternate-file): Handle dired-directory
3128 like buffer-file-name.
3129
3130 * dired.el (dired-find-buffer-nocreate): Avoid error if
3131 dired-directory is nil.
3132
3133 2003-02-04 Juanma Barranquero <lektu@terra.es>
3134
3135 * image.el (image-type-regexps): Fix typo.
3136
3137 * international/characters.el: Restore missing space and put a
3138 comment to protect it from being deleted as trailing whitespace.
3139
3140 * ruler-mode.el (ruler-mode-margins-char): Likewise.
3141
3142 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
3143
3144 * mail/rmailout.el (rmail-output): If preserving MIME-version,
3145 preserve Content-type too.
3146
3147 2003-02-04 Kim F. Storm <storm@cua.dk>
3148
3149 * ido.el (ido-define-mode-map): Remap viper delete char/word
3150 commands to their ido specific equivalents. Disable ESC in
3151 viper mode (to avoid exiting insert mode), since ido doesn't
3152 work in viper command mode.
3153 (ido-delete-backward-updir, ido-delete-backward-word-updir):
3154 Handle remapped viper commands.
3155
3156 2003-02-03 Juanma Barranquero <lektu@terra.es>
3157
3158 * calculator.el (calculator): Don't use the minibuffer even in
3159 electric mode; use a private buffer and display it in the minibuffer
3160 window using `set-window-buffer'.
3161
3162 2003-02-03 Dave Love <fx@gnu.org>
3163
3164 * emacs-lisp/benchmark.el: New.
3165
3166 2003-02-02 Andreas Schwab <schwab@suse.de>
3167
3168 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
3169 words separated by dots. Match optional parenthesized word at
3170 start of line.
3171
3172 * font-lock.el
3173 (font-lock-match-c-style-declaration-item-and-skip-to-next):
3174 Don't require underscore in word before double open-paren.
3175
3176 2003-02-02 John Paul Wallington <jpw@gnu.org>
3177
3178 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
3179
3180 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
3181
3182 * time-stamp.el: Tweak doc strings and preamble commentary.
3183 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
3184 regexp subpattern 5)
3185 (time-stamp-pattern): Initialize to nil to avoid regexp work in
3186 default case.
3187 (time-stamp-string): Call set-time-zone-rule instead of setenv
3188 (time-stamp-hhmmss): Remove (not needed after all).
3189 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
3190 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3191 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
3192 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
3193
3194 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
3195
3196 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
3197 (custom-save-variables): Use dolist, simplify.
3198 Output a message if a `requests' entry looks suspicious.
3199 (custom-save-faces): Use dolist, simplify.
3200
3201 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
3202
3203 * antlr-mode.el: Bug fixes, miscellaneous.
3204 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
3205 make it more rubust against changes in cc-mode's style variables
3206 by using `boundp' and function `c-init-language-vars' if defined.
3207 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
3208 (antlr-read-value): With completion, ignore case.
3209 (antlr-run-tool-interactive): New function.
3210 (antlr-run-tool): Use it for `interactive' specification.
3211
3212 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
3213 (cond-emacs-xemacs): New compile-time macro.
3214 (defunx): New compile-time macro.
3215 (ignore-errors-x): New compile-time macro.
3216 (save-buffer-state-x): New compile-time macro.
3217
3218 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
3219 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
3220 (antlr-simple-default-directory): Deletia.
3221 (antlr-default-directory): Define directly.
3222 (antlr-simple-read-shell-command): Deletia.
3223 (antlr-read-shell-command): Define directly.
3224 (antlr-simple-with-displaying-help-buffer): Deletia.
3225 (antlr-with-displaying-help-buffer): Define directly.
3226 (antlr-fast-invalidate-context-cache): Deletia.
3227 (antlr-slow-invalidate-context-cache): Deletia.
3228 (antlr-invalidate-context-cache): Define directly.
3229 (antlr-fast-syntactic-context): Deletia.
3230 (antlr-slow-syntactic-context): Deletia.
3231 (antlr-syntactic-context): Define directly.
3232
3233 (antlr-mode-menu): Use new macros.
3234 (antlr-font-lock-additional-keywords): Ditto.
3235 (antlr-skip-sexps): Ditto.
3236 (antlr-end-of-rule): Ditto.
3237 (antlr-beginning-of-rule): Ditto.
3238 (antlr-end-of-body): Ditto.
3239 (antlr-beginning-of-body): Ditto.
3240 (antlr-hide-actions): Ditto.
3241 (antlr-option-kind): Ditto.
3242
3243 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
3244 (antlr-font-lock-keyword-face): Use new macros.
3245 (antlr-font-lock-syntax-face): Ditto.
3246 (antlr-font-lock-ruledef-face): Ditto.
3247 (antlr-font-lock-tokendef-face): Ditto.
3248 (antlr-font-lock-literal-face): Ditto.
3249
3250 Changes from 2002-05-24:
3251
3252 * antlr-mode.el: Version 2.2a.
3253
3254 Changes from 2002-05-03:
3255
3256 * antlr-mode.el: Make context parsing faster on Emacs, for faster
3257 syntax highlighting, indentation and imenu support.
3258 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
3259 (antlr-slow-context-cache): New variable.
3260 (antlr-slow-syntactic-context): Use cache.
3261 (antlr-slow-cache-enabling-symbol): New internal variable.
3262 (antlr-slow-cache-diff-threshold): New variable.
3263 (antlr-fast-invalidate-context-cache): Renamed from
3264 antlr-xemacs-bug-workaround.
3265 (antlr-imenu-create-index-function): Search from beginning.
3266
3267 * antlr-mode.el: More sophisticated indentation, i.e., use the
3268 indentation engine of cc-mode for most actions.
3269 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
3270 (antlr-indent-line): Use indentation engine of cc-mode more often.
3271 (antlr-indent-at-bol-alist): Only used for header actions.
3272 (antlr-disabling-cc-syntactic-symbols): New variable.
3273 (antlr-indent-item-regexp): Delete stuff for actions.
3274 (antlr-indent-at-bol-alist): With language "Java", indent
3275 "package" and "import" at column 0 in header part.
3276
3277 * antlr-mode.el (antlr-simple-default-directory): Define.
3278 (antlr-simple-read-shell-command): Define.
3279 (antlr-simple-with-displaying-help-buffer): Define.
3280 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
3281 Renamed from antlr-scan-{sexps,lists}-internal.
3282
3283 Changes from 2002-02-28:
3284
3285 * antlr-mode: Version 2.2 is released.
3286
3287 * antlr-mode.el (antlr): Moved to SourceForge.net
3288
3289 * antlr-mode.el: Minor bug fixes: insert options and indentation.
3290 (antlr-option-location): Don't use point as position where to
3291 insert options if point is in comment.
3292 (antlr-mode): Don't set style here.
3293 (antlr-c-common-init): Set style here. If boundp, set
3294 `c-current-comment-prefix' to not break indentation in comments.
3295 Hm, I should probably split `c-common-init' from cc-mode into two
3296 parts, one of which I could use for antlr-mode.el.
3297
3298 Changes from 2002-01-31:
3299
3300 * antlr-mode.el (antlr-font-lock-additional-keywords):
3301 Also hightlight `~' with `antlr-font-lock-syntax-face'.
3302 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
3303
3304 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3305
3306 * comint.el:
3307 * dired-aux.el:
3308 * dired.el:
3309 * dirtrack.el:
3310 * dos-w32.el:
3311 * fast-lock.el:
3312 * filecache.el:
3313 * files.el:
3314 * hippie-exp.el:
3315 * international/mule.el:
3316 * net/browse-url.el:
3317 * pcomplete.el:
3318 * recentf.el:
3319 * shell.el:
3320 * woman.el: Added cygwin to system-type comparisons.
3321
3322 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
3323
3324 * mail/undigest.el (rmail-forward-separator-regex): New custom
3325 variable.
3326 (unforward-rmail-message): Use it.
3327
3328 2003-01-30 Dave Love <fx@gnu.org>
3329
3330 * textmodes/ispell.el (lookup-words): Fix last change.
3331
3332 2003-01-29 John Paul Wallington <jpw@gnu.org>
3333
3334 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
3335
3336 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3337 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
3338 `define-ibuffer-sorter'.
3339 (lisp-imenu-generic-expression): Add `deftheme' to types.
3340
3341 * custom.el (customize-mark-to-save, customize-mark-as-set)
3342 (custom-remove-theme): Doc fixes.
3343
3344 2003-01-29 Didier Verna <didier@xemacs.org>
3345
3346 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
3347 * cus-edit.el (custom-save-faces): Ditto.
3348
3349 2003-01-29 Juanma Barranquero <lektu@terra.es>
3350
3351 * composite.el (decompose-composite-char): Fix docstring.
3352
3353 * select.el (x-set-cut-buffer): Fix docstring. Check type with
3354 `stringp' instead of `substring'.
3355
3356 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
3357 file name if no other master file is located.
3358
3359 * progmodes/cperl-mode.el (cperl-beautify-level)
3360 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
3361 (cperl-calculate-indent): Fix typo.
3362
3363 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
3364
3365 * arc-mode.el (archive-lzh-summarize): Fix previous change.
3366
3367 2003-01-29 Kim F. Storm <storm@cua.dk>
3368
3369 * emacs-lisp/authors.el: New format of AUTHORS file; list each
3370 author name once followed by contributed and changed files.
3371 Improve selection of entries to include in list, and generate list
3372 of unrecognized entries indicating syntax errors in ChangeLog files.
3373 (authors-coding-system): New variable.
3374 (authors-many-files): Update doc string.
3375 (authors-aliases): Change format. Now one entry with multiple
3376 aliases per author.
3377 (authors-valid-file-names, authors-renamed-files-alist)
3378 (authors-renamed-files-regexps): New variables.
3379 (authors-canonical-file-name): New function. Validates that file
3380 exists or occurs in one of the above lists. Record unrecognized
3381 file names in global authors-invalid-file-names list.
3382 (authors-add): Change to record per-change counts.
3383 (authors-canonical-author-name): Handle new format of
3384 authors-aliases list.
3385 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
3386 Change doc string to describe new entry format.
3387 Only add author entries for valid file names.
3388 (authors-print): Replace by authors-add-to-author-list.
3389 (authors-add-to-author-list): New function which reorders
3390 per-file entries and adds them to global authors-author-list.
3391 (authors): Instead of authors-print to insert in *Authors* buffer,
3392 use authors-add-to-author-list to reorder the list and then
3393 insert result in *Authors* buffer with new format.
3394 Generate *Authors Errors* compilation-mode buffer listing
3395 unrecognized ChangeLog entries.
3396
3397 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
3398
3399 * term/mac-win.el: Add entries in function-key-map for
3400 [tab], [backspace], [escape].
3401
3402 2003-01-28 Kim F. Storm <storm@cua.dk>
3403
3404 * info.el (Info-extract-menu-node-name): Another fix for
3405 2003-01-24 change. Also stop search if : is followed by TAB.
3406
3407 2003-01-28 John Paul Wallington <jpw@gnu.org>
3408
3409 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
3410 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
3411
3412 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
3413
3414 * progmodes/cc-vars.el, progmodes/cc-mode.el
3415 (c-require-final-newline): Made this variable an alist to
3416 specify a value for each language. The default value causes
3417 `require-final-newline' to be set to t only in languages where
3418 the standard requires a final newline.
3419
3420 2003-01-27 Kim F. Storm <storm@cua.dk>
3421
3422 * simple.el (kill-new): Improve doc string for yank-handler.
3423 Signal args-out-of-range error if yank-handler is specified for
3424 an empty string.
3425
3426 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
3427
3428 2003-01-27 Dave Love <fx@gnu.org>
3429
3430 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
3431
3432 * thingatpt.el (thing-at-point-file-name-chars):
3433 Include non-ASCII again and re-write the filename ops.
3434
3435 2003-01-27 David Ponce <david@dponce.com>
3436
3437 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
3438
3439 2003-01-27 Juanma Barranquero <lektu@terra.es>
3440
3441 * filesets.el (filesets-file-open): Fix typo.
3442
3443 * vcursor.el (vcursor-disable): Likewise.
3444
3445 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
3446
3447 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
3448
3449 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
3450
3451 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
3452
3453 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
3454
3455 * progmodes/cc-vars.el, progmodes/cc-mode.el
3456 (c-require-final-newline): Add a variable to make the
3457 initialization of `require-final-newline' more configurable.
3458
3459 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3460
3461 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
3462 Set iso-2022-7bit coding: cookie.
3463
3464 2003-01-26 Kim F. Storm <storm@cua.dk>
3465
3466 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
3467 Don't search for next colon if current colon is followed by
3468 one of ".", ",", ";", or ")".
3469 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
3470 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
3471
3472 2003-01-26 Richard M. Stallman <rms@gnu.org>
3473
3474 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
3475
3476 2003-01-25 Bill Wohler <wohler@newt.com>
3477
3478 * mh-e: Created directory. ChangeLog will appear in a week when we
3479 release version 7.2.
3480
3481 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
3482 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
3483 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
3484 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
3485 mail/mh-xemacs-compat.el: Moved to mh-e directory.
3486 Note that reply2.pbm and reply2.xpm, which were created by the
3487 MH-E package, were left in mail since they can probably be used by
3488 other mail packages.
3489
3490 * makefile.w32-in (WINS): Add mh-e.
3491
3492 * makefile.nt (WINS): Add mh-e.
3493
3494 2003-01-25 Richard M. Stallman <rms@gnu.org>
3495
3496 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3497 Compile any lambda-expressions among the args.
3498
3499 * view.el (view-mode): Doc fix.
3500
3501 * ido.el: Many doc fixes.
3502 (ido-complete): Fix message.
3503
3504 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
3505
3506 * arc-mode.el (archive-unixdate): Correct the date field string.
3507 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
3508 type (which is most prevalent now), in addition to the already
3509 supported level 0 and 1 header types.
3510
3511 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
3512
3513 * international/mule-cmds.el (set-language-info)
3514 (current-language-environment): Simplify setting the type of
3515 current-language-environment.
3516
3517 2003-01-25 Kim F. Storm <storm@cua.dk>
3518
3519 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
3520 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
3521 only needed when the region is active. This also makes the output
3522 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
3523
3524 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
3525
3526 * ediff.el (ediff-revision): Better defaults.
3527
3528 * ediff-vers.el (ediff-vc-latest-version): New function.
3529 (ediff-vc-internal): Use latest version instead of working version.
3530
3531 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
3532
3533 * info.el (Info-extract-menu-node-name): When looking for end of menu
3534 item, don't stop at first ":"; instead, continue until trailing
3535 context is either a space or newline.
3536 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
3537 (Info-menu): Likewise, for regexp used in backwards search.
3538 (Info-try-follow-nearest-node): Remove case added in previous edit.
3539 Change regexp in the following case to allow ":" in menu item.
3540 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
3541 point-max as "hasn't already been done".
3542
3543 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
3544
3545 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
3546 terminated by ": " as an index entry.
3547
3548 2003-01-24 Juanma Barranquero <lektu@terra.es>
3549
3550 * isearch.el (isearch-forward): Fix typo.
3551
3552 2003-01-24 Kenichi Handa <handa@m17n.org>
3553
3554 * international/mule.el (decode-coding-inserted-region):
3555 Rename from decode-coding-region-as-inserted-from-file to make it fit
3556 well in the Lisp manual.
3557
3558 * jka-compr.el (jka-compr-insert-file-contents):
3559 Call docode-coding-inserted-region.
3560
3561 2003-01-24 John Paul Wallington <jpw@gnu.org>
3562
3563 * ibuffer.el (ibuffer-window-list): Remove.
3564 (ibuffer-confirm-operation-on): Use `window-list' instead.
3565 (ibuffer-load-hook): New customizable variable.
3566 (toplevel): Run it.
3567 (ibuffer-customize): New command.
3568 (ibuffer-mode-map): Bind it.
3569 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
3570 (ibuffer-mode): Tidy.
3571 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
3572 (ibuffer-default-directory, ibuffer-default-sorting-mode)
3573 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
3574 (ibuffer-map-lines): Doc fixes.
3575
3576 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
3577 filenames. Use `kill-new'.
3578
3579 2003-01-23 Dave Love <fx@gnu.org>
3580
3581 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
3582 in the file.
3583
3584 2003-01-23 Masatake YAMATO <jet@gyve.org>
3585
3586 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
3587 /* */ comments.
3588
3589 2003-01-23 Kenichi Handa <handa@m17n.org>
3590
3591 * files.el (insert-directory): Read the output of "ls" by
3592 no-conversion, and decode it later while preserving
3593 `dired-filename' property.
3594
3595 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
3596
3597 * descr-text.el (describe-text-mode-hook): Add a group.
3598
3599 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
3600
3601 * term/mac-win.el (interprogram-paste-function): Handle empty
3602 clipboard.
3603
3604 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
3605
3606 * info.el (Info-index): Change pattern so that index entries with
3607 colons can be read properly; also, require at least one space
3608 after the colons, which makeinfo puts in.
3609
3610 2003-01-22 Andreas Schwab <schwab@suse.de>
3611
3612 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
3613 change.
3614
3615 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
3616
3617 * Makefile.in (bootstrap-after): New target.
3618 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
3619
3620 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3621
3622 * info.el (Info-index-next): Use "(`,' tries to find next)" for
3623 more matches for consistency with standalone info browser.
3624
3625 2003-01-22 Kenichi Handa <handa@m17n.org>
3626
3627 * international/mule.el
3628 (decode-coding-region-as-inserted-from-file): New function.
3629
3630 * jka-compr.el (jka-compr-insert-file-contents): Read a process
3631 output without decoding. Decode the result by
3632 decode-coding-region-as-inserted-from-file.
3633
3634 2003-01-22 Kim F. Storm <storm@cua.dk>
3635
3636 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
3637 visited directories to end of list; it's the wrong thing to do if
3638 we want to find a file or directory in such directories.
3639
3640 * simple.el: Doc fixes.
3641 * subr.el: Doc fixes.
3642
3643 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
3644
3645 * gud.el (gud-display-line): If the current file is newer than its
3646 buffer, offer to reread the file.
3647 (gud-keep-buffer): New buffer local variable. Ensures offer to
3648 reread file is made just once.
3649
3650 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
3651
3652 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
3653 Fix the docstring instead.
3654
3655 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
3656
3657 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
3658
3659 2003-01-20 Richard M. Stallman <rms@gnu.org>
3660
3661 * simple.el (completion-setup-function): Set default-directory
3662 in the minibuffer, so it'll be copied into the completion list buffer.
3663
3664 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
3665
3666 * loadup.el (load-path): Rename `path' local var.
3667
3668 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
3669 to C-c C-i. Duplicate its bindings with last char a ctl char.
3670 Also change C-c f to C-c C-f.
3671
3672 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
3673
3674 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
3675 value system dependent.
3676 (ls-lisp-support-shell-wildcards): Add autoload cookie.
3677
3678 2003-01-19 Kim F. Storm <storm@cua.dk>
3679
3680 * msb.el: Use `dir' instead of `path' everywhere.
3681
3682 2003-01-18 Kim F. Storm <storm@cua.dk>
3683
3684 * simple.el (kill-new, kill-append, kill-region):
3685 New optional parameter yank-handler.
3686 (yank-excluded-properties): Add yank-handler to list.
3687 (yank-undo-function): New variable.
3688 (yank): Use it to undo previous yank or yank-pop command.
3689 Allow insert-for-yank to override this-command.
3690
3691 * subr.el (insert-for-yank): Arg list changed; now only accepts one
3692 string rather than any number of strings; no callers needed change.
3693 Use yank-handler text property on the arg string.
3694 Set yank-undo-function variable appropriately for yank-pop.
3695
3696 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
3697
3698 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
3699 regexp-concatenation.
3700
3701 * add-log.el (add-change-log-entry): Don't leave space at eol.
3702 (add-log-current-defun): Perl functions names can't have (or {.
3703
3704 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
3705 (sh-non-closing-paren): New const.
3706 (sh-case, sh-while-getopts): Use it to make props non-sticky.
3707 (sh-add-completer): Use test-completion.
3708
3709 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
3710
3711 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
3712
3713 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
3714
3715 * cus-edit.el (customize-changed-options): Undo last doc change.
3716
3717 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
3718
3719 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
3720 Don't treat \n specially in sub-skeletons.
3721
3722 2003-01-17 Dave Love <fx@gnu.org>
3723
3724 * international/ucs-tables.el: Redo 8859-6 change in the right place.
3725
3726 2003-01-17 Kenichi Handa <handa@m17n.org>
3727
3728 * international/fontset.el: Don't setup the default fontset and
3729 font-encoding-alist at the top level.
3730 (setup-default-fontset): New function.
3731 (create-fontset-from-fontset-spec): Delete autoload cookie.
3732
3733 * term/x-win.el: Require fontset unconditionally again.
3734 Call setup-default-fontset at the top level.
3735
3736 * term/w32-win.el: Call setup-default-fontset.
3737
3738 * term/mac-win.el: Require fontset and call setup-default-fontset.
3739
3740 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
3741
3742 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
3743 property until end-of-paragraph.
3744
3745 2003-01-16 Kenichi Handa <handa@m17n.org>
3746
3747 * international/ucs-tables.el: Undo the last change.
3748
3749 2003-01-15 Dave Love <fx@gnu.org>
3750
3751 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
3752 and use documented treatment of -.
3753
3754 * dired-x.el (dired-filename-at-point): Fix filename-chars.
3755
3756 * international/ucs-tables.el: Set up tables for 8859-6.
3757
3758 * server.el (server-window): Customize.
3759 (server-mode): New.
3760 (server-unload-hook): Call server-start.
3761
3762 2003-01-15 John Wiegley <johnw@gnu.org>
3763
3764 * eshell/em-hist.el (eshell-save-history-on-exit):
3765 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
3766 because the former name is somewhat unrelated to the variables'
3767 possible values.
3768
3769 2003-01-15 Deepak Goel <deego@gnufans.org>
3770
3771 * calc/README: Add new maintainer.
3772
3773 * calc/*: Ditto.
3774
3775 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
3776
3777 2003-01-15 Andrew Innes <andrewi@gnu.org>
3778
3779 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
3780 using appropriate rule for build environment.
3781 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
3782 of autoloads and defvars, sufficient to dump bootstrap emacs.
3783 (update-subdirs-SH): Use hard-coded list of top-level lisp
3784 subdirs, because find program on Windows is not compatible with
3785 Unix find.
3786 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
3787 Explicitly load loaddefs.el so that bootstrap emacs can compile
3788 properly.
3789 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
3790 minimal stub sufficient for dumping bootstrap emacs is available.
3791
3792 * loadup.el: Include lisp/textmodes in load-path for bootstrap
3793 emacs, to resolve ispell menu reference.
3794
3795 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
3796
3797 * international/mule.el (optimize-char-coding-system-table):
3798 Optimize it.
3799
3800 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
3801
3802 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
3803
3804 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
3805 occasional use of "05" rather than " 5" for day-of-month.
3806
3807 * log-view.el (log-view-message-re): The rev might be locked.
3808
3809 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
3810
3811 * gdb-ui.el: Improve commentary.
3812 (gdb-window-height, gdb-window-width, gdb-display-number-end):
3813 Customize the dimensions of frames for displayed expressions.
3814 (gdb-error-begin): Comment out because it is not used because of
3815 bug/quirk in annotations.
3816 (gdb-reset): Use with-current-buffer.
3817
3818 2003-01-14 Kim F. Storm <storm@cua.dk>
3819
3820 * ido.el (ido-read-internal, ido-file-internal)
3821 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
3822 Don't use `path' as name of local variables holding a file name.
3823
3824 * arc-mode.el (archive-arc-rename-entry): Fix error message.
3825 (archive-lzh-summarize): Rename local var `path' to `dir'.
3826 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
3827
3828 * dired.el: Doc fixes.
3829 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
3830 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
3831 * dired-x.el: Doc fixes.
3832
3833 * fast-lock.el (fast-lock-cache-name): Doc fix.
3834
3835 * net/browse-url.el (browse-url-filename-alist): Doc fix.
3836
3837 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
3838
3839 * apropos.el (apropos): Restore autoload cookie. Fix typo in
3840 "error retrieving function documentation" output.
3841
3842 2003-01-14 Kim F. Storm <storm@cua.dk>
3843
3844 * subr.el (process-put, process-get): New functions.
3845
3846 * simple.el (clone-process): Copy process' plist to new process.
3847
3848 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
3849
3850 * cus-dep.el (custom-make-dependencies): Don't set standard-value
3851 and version numbers for variables. Handle faces.
3852
3853 * cus-edit.el (customize-changed-options): Doc addition. Load the
3854 version deps earlier. Use other tests for groups and variables.
3855 Handle faces.
3856
3857 2003-01-14 Kim F. Storm <storm@cua.dk>
3858
3859 * ido.el: Doc fixes.
3860 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
3861 (ido-rewrite-file-prompt-functions): Rename from
3862 ido-make-file-prompt-hook. Directory name is now in dynamic
3863 variable `dirname' (instead of `path').
3864 (ido-rewrite-file-prompt-rules): Rename from
3865 ido-rewrite-prompt-path-rules.
3866 (ido-make-prompt): Directory name now in `dirname' var.
3867 (ido-complete): Fix error message.
3868
3869 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
3870
3871 * server.el (server-process-filter): Use `minibufferp' to test
3872 whether we are inside a minibuffer.
3873 (server-process, server-kill-new-buffers): Doc fixes.
3874
3875 2003-01-13 Dave Love <fx@gnu.org>
3876
3877 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
3878 Remove pre-write-conversion.
3879
3880 2003-01-13 Kim F. Storm <storm@cua.dk>
3881
3882 * hexl.el (hexl-mode-map): Don't quote remapped command names.
3883
3884 2003-01-13 David Ponce <david@dponce.com>
3885
3886 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
3887 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
3888
3889 2003-01-13 Masatake YAMATO <jet@gyve.org>
3890
3891 * ruler-mode.el (ruler-mode-comment-column-char)
3892 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
3893 (ruler-mode-mouse-current-grab-object): New variables.
3894 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
3895 New faces.
3896 (ruler-mode-mouse-set-fill-column): Removed.
3897 (ruler-mode-mouse-grab-any-column)
3898 (ruler-mode-mouse-drag-any-column-iteration)
3899 (ruler-mode-mouse-drag-any-column): New functions.
3900 (ruler-mode-map): [header-line down-mouse-2] Bound to
3901 `ruler-mode-mouse-grab-any-column' instead of
3902 `ruler-mode-mouse-set-fill-column'.
3903 (ruler-mode-ruler-help-echo): Update its value.
3904 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
3905 when goal-column is already set.
3906 (ruler-mode-ruler-help-echo-tab): Rename to...
3907 (ruler-mode-ruler-help-echo-when-tab-stops): New.
3908 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
3909 (ruler-mode-goal-column-help-echo): New help strings.
3910 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
3911 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
3912 Show `comment-column' and `goal-column'. Echo the different help
3913 string for each *-column characters on the ruler.
3914
3915 2003-01-13 Richard M. Stallman <rms@gnu.org>
3916
3917 * apropos.el (apropos-documentation-property): New function.
3918 (apropos): Use apropos-documentation-property.
3919
3920 * files.el (mode-line-process): Mark as risky.
3921
3922 * help.el (where-is): Catch errors in indirect-function.
3923
3924 * server.el (server-process-filter): Comment out -eval.
3925 Don't switch buffers if inside isearch or minibuffer.
3926
3927 * progmodes/compile.el (compilation-revert-buffer):
3928 If buffer has a file, revert it in the normal way.
3929
3930 * term/x-win.el: Require fontset conditionally again.
3931
3932 2003-01-13 Kim F. Storm <storm@cua.dk>
3933
3934 * ido.el (ido-enable-tramp-completion): New defcustom.
3935 (ido-enter-single-matching-directory): Change default to 'slash.
3936 (ido-is-tramp-root): New defun.
3937 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
3938 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
3939 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
3940 Handle tramp completion.
3941 (ido-file-name-all-completions1): New defun for tramp completion.
3942 (ido-file-name-all-completions): Use it.
3943 (ido-set-matches1): Relax matching of text with trailing slash.
3944 (ido-exhibit): Handle tramp completion.
3945 Simplified code using nested cond forms using new `refresh' var.
3946 Fixed handling of /~user/ paths.
3947
3948 2003-01-12 Andreas Schwab <schwab@suse.de>
3949
3950 * arc-mode.el (archive-mode-map): Use command remapping instead of
3951 substitute-key-definition.
3952 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
3953 * msb.el (msb-mode-map): Likewise.
3954 * forms.el (forms--change-commands): Likewise.
3955 * hexl.el (hexl-mode-map): Likewise.
3956 * mail/mailabbrev.el (Commentary): Likewise.
3957 * play/decipher.el (decipher-mode-map): Likewise.
3958 * play/gomoku.el (gomoku-mode-map): Likewise.
3959 * play/landmark.el (lm-mode-map): Likewise.
3960 * play/solitaire.el (solitaire-mode-map): Likewise.
3961 * progmodes/sh-script.el (sh-mode-map): Likewise.
3962 * textmodes/picture.el (picture-substitute): Likewise.
3963
3964 * ielm.el (inferior-emacs-lisp-mode):
3965 Bind comint-dynamic-complete-functions locally.
3966
3967 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
3968
3969 2003-01-11 Andreas Schwab <schwab@suse.de>
3970
3971 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
3972 merge with existing fontification.
3973
3974 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
3975
3976 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
3977 (gud-reset): New function. Reset environment at end of debugging.
3978 (gud-sentinel): Call gud-reset or gdb-reset.
3979 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
3980
3981 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
3982 to find out if variable shuld be dereferenced.
3983 (gud-display1): Exit if there is `No symbol'.
3984 (gdb-expressions-mode-map): Correction to key-binding.
3985 (gdb-reset): New function. Reset environment at end of debugging.
3986 (gdb-quit): Remove.
3987
3988 2003-01-10 Dave Love <fx@gnu.org>
3989
3990 * international/code-pages.el (cp-make-coding-system): Fix last change.
3991
3992 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3993
3994 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
3995 use regexp-opt for readability.
3996
3997 2003-01-10 Mark A. Hershberger <mah@everybody.org>
3998
3999 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
4000 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
4001 empty elements.
4002
4003 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
4004
4005 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
4006 shell.
4007
4008 2003-01-09 John Wiegley <johnw@gnu.org>
4009
4010 * pcomplete.el (pcomplete-termination-string): Add a variable
4011 for modifying the string which is inserted after a completion or
4012 expansion using pcomplete.
4013
4014 2003-01-09 Karl Berry <karl@gnu.org>
4015
4016 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
4017 so that we don't fail if no records match record-regexp.
4018
4019 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
4020
4021 * cus-edit.el (customize-group, customize-group-other-window):
4022 Remove unnecessary calls to custom-load-symbol.
4023 (custom-group-value-create):
4024 Load widget deps if state is not hidden. If widget deps are
4025 loaded, load them in advance.
4026 (custom-menu-create): If widget deps are loaded, load them earlier.
4027
4028 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
4029
4030 * language/ethio-util.el (ethio-gemination)
4031 (exit-ethiopic-environment): Doc fixes.
4032
4033 * language/viet-util.el (viet-encode-viqr-region)
4034 (viet-decode-viqr-region, viet-encode-viqr-buffer)
4035 (viet-decode-viqr-buffer): Doc fixes.
4036
4037 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
4038
4039 * paths.el: Remove gnus-startup-file.
4040
4041 2003-01-08 Bill Wohler <wohler@newt.com>
4042
4043 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
4044 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
4045
4046 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4047 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
4048 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
4049 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
4050
4051 2003-01-08 Kim F. Storm <storm@cua.dk>
4052
4053 * mail/undigest.el (unforward-rmail-message): Don't use global
4054 variable `n'.
4055
4056 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
4057
4058 * mail/undigest.el (unforward-rmail-message): Simplified.
4059 No functional change.
4060
4061 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
4062
4063 * custom.el (custom-autoload, custom-variable-p): New functions.
4064
4065 * emacs-lisp/autoload.el (make-autoload):
4066 Generate custom-autoload for autoloaded defcustoms.
4067
4068 * help-fns.el (describe-variable): Use custom-variable-p.
4069
4070 * simple.el (set-variable): Load deps of custom variables without type.
4071
4072 * cus-edit.el (custom-variable-prompt): Doc change.
4073 Use custom-variable-p.
4074 (customize-option): Remove search in loaddefs.el.
4075 (customize-apropos): Use custom-variable-p.
4076 (custom-save-variables): Use custom-variable-p to detect
4077 non-rogue variables.
4078
4079 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
4080
4081 * mail/undigest.el (unforward-rmail-message): Skip all newlines
4082 after the initial separator.
4083 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
4084 instead of Forwarded-from: and Forwarded-date:.
4085
4086 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4087
4088 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
4089 produced by TeX.
4090
4091 2003-01-07 Andre Spiegel <spiegel@gnu.org>
4092
4093 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
4094 branch.
4095
4096 2003-01-06 Dave Love <fx@gnu.org>
4097
4098 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
4099
4100 * language/chinese.el ("Chinese-EUC-TW"): New.
4101
4102 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
4103
4104 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
4105
4106 2003-01-05 Richard M. Stallman <rms@gnu.org>
4107
4108 * obsolete/uncompress.el: Display message that this pkg is obsolete.
4109
4110 * isearch.el (isearch-repeat): Error if try to repeat search and
4111 there was no previous search.
4112
4113 * dired.el (dired-recursive-deletes): Fix custom type.
4114
4115 * dabbrev.el (dabbrev--substitute-expansion):
4116 Convert all whitespace to single spaces,
4117 except when it's carried over from the existing text.
4118
4119 * simple.el (split-line): Clean up implementation.
4120
4121 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
4122 both cases.
4123 (rmail-variables): Specify case-insensitive matching for font-lock.
4124
4125 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4126
4127 * mail/sendmail.el (mail-font-lock-keywords):
4128 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
4129 In-Reply-To and X-*.
4130
4131 2003-01-05 Mark A. Hershberger <mah@everybody.org>
4132
4133 * xml.el (xml-substitute-special): Check for &amp last.
4134
4135 2003-01-05 Dave Love <fx@gnu.org>
4136
4137 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
4138
4139 2003-01-05 Dave Love <fx@gnu.org>
4140
4141 * international/mule-diag.el (non-iso-charset-alist):
4142 Add vietnamese-tcvn.
4143
4144 * international/mule-cmds.el (locale-language-names):
4145 Use Croatian, Swedish.
4146
4147 2003-01-05 Andreas Schwab <schwab@suse.de>
4148
4149 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
4150
4151 2003-01-05 Dave Love <fx@gnu.org>
4152
4153 * language/european.el ("Latin-6", "Croatian"): New.
4154 ("Latin-7"): Fix nonascii-translation. Add input method.
4155 ("Lithuanian", "Latvian"): Add nonascii-translation.
4156 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
4157 Fix nonascii-translation.
4158
4159 * language/georgian.el ("Georgian"): Fix nonascii-translation.
4160
4161 * international/mule-cmds.el (set-locale-environment):
4162 Ignore empty values of environment variables.
4163
4164 * emacs-lisp/byte-opt.el (byte-optimize-nth)
4165 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
4166
4167 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
4168
4169 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
4170 Use let construction to bind buffer-read-only to nil.
4171 (gdba): 'set height 0' in GDB.
4172 (gdb-display-end, gdb-frame-handler): Corrections to forming
4173 full expression name for header-line in display frame.
4174 (gdb-info-breakpoints-custom): Highlight breakpoints since
4175 they may be clicked on with mouse-2.
4176 (gdb-quit): Delete frames of displayed expressions when quitting.
4177 (gdb-delete-frames): New function.
4178 (gdb-source-info): Don't create stack buffer automatically.
4179
4180 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
4181
4182 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
4183
4184 2003-01-04 Kim F. Storm <storm@cua.dk>
4185
4186 * simple.el (split-line): If present, copy fill-prefix from
4187 current line to new line. Don't copy if prefix arg.
4188 From Lisp, arg may be an alternative prefix string to copy.
4189 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
4190
4191 * mail/sendmail.el (mail-split-line): New function.
4192 (mail-mode-map): Remap split-line to mail-split-line.
4193
4194 2003-01-03 Dave Love <fx@gnu.org>
4195
4196 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
4197 with new load-history format.
4198
4199 * international/mule-cmds.el (sort-coding-systems):
4200 Adjust priority of utf-16 and x-ctext.
4201
4202 * international/utf-8.el (utf-translate-cjk):
4203 Call optimize-char-coding-system-table.
4204
4205 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
4206 Call optimize-char-coding-system-table.
4207
4208 * international/mule.el (register-char-codings): Don't call
4209 optimize-char-coding-system-table here.
4210 (keyboard-coding-system): Doc fix. Update :version.
4211
4212 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
4213 (nroff-imenu-expression): New.
4214 (nroff-mode): Use it.
4215
4216 * autoinsert.el (auto-insert-alist): Add man page skeleton.
4217
4218 2003-01-03 Andre Spiegel <spiegel@gnu.org>
4219
4220 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
4221 the lock.
4222
4223 2003-01-03 Kim F. Storm <storm@cua.dk>
4224
4225 * emulation/cua-base.el (cua--pre-command-handler):
4226 Corrected handling of delete-selection properties.
4227
4228 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
4229
4230 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
4231 documentation string when `sym' is non-nil.
4232
4233 2003-01-02 Steven Tamm <steventamm@mac.com>
4234
4235 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
4236 Have scroll bars correctly default to being on the right for Mac
4237 Carbon port by testing "mac-carbon" feature, not window-system.
4238
4239 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
4240
4241 * cus-edit.el (customize-group, customize-group-other-window):
4242 Call custom-load-symbol unconditionally.
4243 (customize-face, customize-face-other-window): Fix format arg.
4244
4245 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
4246
4247 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
4248 to `left'.
4249
4250 2003-01-01 Richard M. Stallman <rms@gnu.org>
4251
4252 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
4253
4254 * files.el (backup-buffer): Cope if file-modes returns nil.
4255
4256 2002-12-30 Steven Tamm <steventamm@mac.com>
4257
4258 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
4259 Have scroll bars correctly default to being on the right for Mac
4260 Carbon port
4261
4262 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
4263
4264 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
4265 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
4266 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
4267 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
4268 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
4269 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
4270 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
4271 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
4272 (gdb-frames-mouse-select): Simplify.
4273 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
4274 consistent with other modes in emacs.
4275 (gdb-display-source-buffer): Return window of source buffer
4276 for (gud-display-line).
4277
4278 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
4279
4280 * button.el (defface button): Add group.
4281
4282 * cus-edit.el (customize-browse): Call `widget-setup'.
4283
4284 2002-12-29 Andreas Schwab <schwab@suse.de>
4285
4286 * Makefile.in: Generate cus-load.el and finder-inf.el in the
4287 source directory. Change dependencies on lisp files to explicitly
4288 use $(lisp).
4289 (compile-calc): Fix command substitution.
4290 * cus-dep.el (generated-custom-dependencies-file): New variable.
4291 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
4292 * finder.el (generated-finder-keywords-file): New variable.
4293 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
4294
4295 2002-12-28 Richard M. Stallman <rms@gnu.org>
4296
4297 * info-look.el (info-lookup): Fix error message typo.
4298
4299 * comint.el (comint-mode): Locally set scroll-conservatively.
4300 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
4301 is active only when point is at end.
4302
4303 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
4304 Fix error message.
4305
4306 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
4307
4308 * simple.el (repeat-complex-command): Signal real error on failure.
4309
4310 2002-12-28 Andreas Schwab <schwab@suse.de>
4311
4312 * progmodes/make-mode.el (makefile-font-lock-keywords):
4313 Highlight automatic variable references enclosed in parens and
4314 optionally suffixed by F or D.
4315
4316 2002-12-27 Miles Bader <miles@gnu.org>
4317
4318 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
4319 buffer-local variable.
4320
4321 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
4322
4323 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
4324 the same way as `custom-buffer-create-other-window'.
4325 (customize-variable-other-window, customize-option-other-window):
4326 Definitions moved up.
4327
4328 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4329
4330 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
4331 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
4332 tramp.el. From Michael Albinus.
4333 * net/tramp-smb.el: New file for using smbclient to access
4334 Windows shares with Tramp. From Michael Albinus.
4335
4336 2002-12-26 Andreas Schwab <schwab@suse.de>
4337
4338 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
4339
4340 2002-12-26 Andre Spiegel <spiegel@gnu.org>
4341
4342 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
4343 order to get the latest version on the current branch.
4344 Update documentation of vc-BACKEND-checkout to explain this.
4345
4346 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
4347 (vc-rcs-checkin): By default, specify the current workfile
4348 branch as the check-in revision.
4349
4350 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
4351
4352 * vc-sccs.el (vc-sccs-checkout): Likewise.
4353
4354 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
4355
4356 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
4357 of displayed expressions are deleted when the displayed expressions
4358 are deleted.
4359 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
4360 deletion is handled by gdb-info-display-custom now.
4361 (gdb-source-info): Undo earlier change (do create display buffer
4362 automatically).
4363
4364 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
4365
4366 * cus-edit.el (custom-save-faces): Fix typo.
4367
4368 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
4369
4370 * mail/undigest.el (unforward-rmail-message): Do not assume that
4371 the forwarded message's Date: header comes after From:. Use a
4372 Forwarded-from: rather than a Forwarded-by: header. Add a
4373 Forwarded-date: header.
4374
4375 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
4376
4377 * gdb-ui.el (gdb-display-number-end): Make auto-display of
4378 expressions in GDB work on text-only terminals.
4379 (gdb-post-prompt): Compute current frame properly.
4380 (gdb-get-current-frame, gdb-frame-handler): New functions.
4381 (gdb-source-info): Move last statement into if clause.
4382 Tidy, improve documentation.
4383
4384 2002-12-23 Richard M. Stallman <rms@gnu.org>
4385
4386 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
4387
4388 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
4389 (easy-menu-define): Doc fix, say SYMBOL can be nil.
4390
4391 * window.el (save-selected-window): Save and restore
4392 selected windows of all frames.
4393
4394 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
4395 Update custom types.
4396
4397 2002-12-23 Alex Schroeder <alex@emacswiki.org>
4398
4399 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
4400 Alex Schroeder's adaptation of Jan Vroonhof
4401 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
4402
4403 * cus-edit.el (customize-save-variable): Take themes into account.
4404 (custom-variable-save): Take themes into account.
4405 (custom-variable-reset-saved): Add comment-widget.
4406 (custom-variable-reset-standard): Add comment-widget.
4407 (custom-variable-reset-standard): Take themes into account.
4408 (custom-face-save): Take themes into account.
4409 (custom-face-reset-standard): Take themes into account.
4410 (custom-save-variables): Take themes into account.
4411 (custom-save-faces): Take themes into account.
4412 (custom-save-resets): New function.
4413 (custom-save-loaded-themes): New function.
4414 (customize-save-customized): Take themes into account.
4415
4416 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
4417 (custom-theme-set-faces): New function.
4418 (custom-theme-face-value): New function.
4419 (custom-theme-reset-internal-face): New function.
4420 (custom-theme-reset-faces): New function.
4421 (custom-reset-faces): New function.
4422
4423 * custom.el (custom-known-themes): New variable.
4424 (custom-declare-theme): New function.
4425 (deftheme): New macro.
4426 (custom-make-theme-feature): New function.
4427 (custom-theme-p): New function.
4428 (custom-check-theme): New function.
4429 (custom-push-theme): New function.
4430 (custom-theme-set-variables): Take themes into account.
4431 (custom-loaded-themes): New variable.
4432 (custom-theme-loaded-p): New function.
4433 (provide-theme): New function.
4434 (require-theme): New function.
4435 (custom-remove-theme): New function.
4436 (custom-do-theme-reset): New function.
4437 (custom-theme-load-themes): New function.
4438 (custom-load-themes): New function.
4439 (custom-theme-value): New function.
4440 (custom-theme-variable-value): New function.
4441 (custom-theme-reset-internal): New function.
4442 (custom-theme-reset-variables): New function.
4443 (custom-reset-variables): New function.
4444
4445 * cus-theme.el: New file.
4446
4447 2002-12-23 Matthew Swift <swift@alum.mit.edu>
4448
4449 * emacs-lisp/rx.el (rx-and): Generate a shy group.
4450 Specify `no-group' when calling rx-to-string.
4451 (rx-submatch): Specify `no-group' when calling rx-to-string.
4452 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
4453 (rx-atomic-p): New function.
4454
4455 2002-12-23 Kevin Ryde <user42@zip.com.au>
4456
4457 * info-look.el (info-lookup): For ease of use try item
4458 case-insensitive if not found case-sensitive.
4459 Do case sensitive search in index nodes, so items differing only in
4460 case go correctly to their respective nodes.
4461
4462 2002-12-22 Richard M. Stallman <rms@gnu.org>
4463
4464 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
4465
4466 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
4467 Add defvars.
4468
4469 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
4470 on the file name.
4471
4472 * textmodes/outline.el (outline-next-visible-heading):
4473 When going forward, test outline-invisible-p at start of header.
4474
4475 2002-12-22 Kevin Ryde <user42@zip.com.au>
4476
4477 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
4478 Info-mode.
4479 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
4480 New functions.
4481 (makeinfo-compile): Add a sentinel parameter.
4482 (makeinfo-compilation-sentinel-region): Renamed from
4483 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
4484 (makeinfo-region): Use this.
4485 * info.el (Info-revert-find-node): New function.
4486
4487 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
4488
4489 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
4490 process filter (gdba in gdb-ui.el only).
4491 (gdb-tooltip-print): New function.
4492 (tooltip-gud-process-output): Undo previous change.
4493 (tooltip-strip-annotations): Remove.
4494
4495 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
4496
4497 * gud.el (gud-menu-map): Add jdb support for "run".
4498 (gud-jdb-find-source-using-classpath): Use 'identity.
4499 (gud-jdb-marker-filter): Marker regexp and filename filtering
4500 change to support a backwards-incompatible change in Sun's jdb
4501 line number display in SDK versions 1.4.
4502 (gud-format-command): gud-find-class now requires two
4503 parameters (file and linenumber).
4504 (gud-find-class): Bulk of the change related to using c-syntactic
4505 symbols to locate nested class declarations in java sources
4506 visited by java-mode (cc-mode).
4507
4508 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
4509
4510 * gdb-ui.el: Remove the concept of an instance. This means that
4511 a lot of functions have been renamed. Accessors are prefixed with
4512 gdb-get, setters with gdb-set and the word instance has been
4513 removed from many function and variable names.
4514 (gdb-display-buffer): Protect source buffer as well
4515 as GUD buffer when requesting new buffers.
4516 (gdb-source-info): Two changes : Don't create display buffer
4517 automatically, compute source window correctly.
4518
4519 2002-12-21 Richard M. Stallman <rms@gnu.org>
4520
4521 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
4522
4523 * ls-lisp.el (original-insert-directory): Make this a variable,
4524 don't set its function definition.
4525 (insert-directory): Use funcall to call that function.
4526
4527 * bindings.el (help-echo): Change tooltip string.
4528
4529 * chistory.el (command-history-map): Move definition up.
4530
4531 * faces.el (help-xref-stack): Add defvar to avoid warning.
4532
4533 2002-12-21 Andreas Schwab <schwab@suse.de>
4534
4535 * dired.el (dired-insert-directory): Preserve text properties
4536 when quoting.
4537
4538 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
4539
4540 * mail/undigest.el (rmail-mail-separator): Renamed from
4541 rmail-digest-mail-separator. All users changed.
4542 (unforward-rmail-message): Rewritten to be more robust and to
4543 additionally account for the common style of forwarding messages
4544 by citing them entirely with headers.
4545
4546 2002-12-18 Dave Love <fx@gnu.org>
4547
4548 * international/utf-8-subst.el: Deleted.
4549
4550 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
4551 char-coding-system-table elements destructively.
4552 Use optimize-char-coding-system-table.
4553
4554 * international/mule.el (optimize-char-coding-system-table): New.
4555 (register-char-codings): Use it.
4556
4557 * international/utf-8.el (ucs-mule-cjk-to-unicode)
4558 (ucs-unicode-to-mule-cjk): Revert last change.
4559 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
4560 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
4561 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
4562 char-coding-system-table elements destructively.
4563 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
4564 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
4565
4566 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
4567
4568 * info.el (Info-dir-remove-duplicates): Avoid infloop when
4569 deleting last entry.
4570
4571 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
4572
4573 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
4574 rename gud-gdba-marker-filter.
4575 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
4576 (gdb-make-instance): Remove (put into gdba).
4577 Use gdb-instance-enqueue-input instead of
4578 gdb-instance-enqueue-idle-input for user functions.
4579 (gdb-instance-target-string): Simplify.
4580 (in-gdb-instance-context): Remove.
4581 Expand Commentary.
4582
4583 2002-12-17 Kenichi Handa <handa@m17n.org>
4584
4585 * international/mule.el (set-file-name-coding-system): New function.
4586
4587 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
4588 Add bindings for set-file-name-coding-system.
4589
4590 2002-12-17 Kenichi Handa <handa@m17n.org>
4591
4592 * international/mule-cmds.el (universal-coding-system-argument):
4593 Bind coding-system-require-warning to t.
4594 (select-safe-coding-system): Handle t in the arg
4595 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
4596 coding-system to allow users to specify unsafe coding system on
4597 their risk.
4598
4599 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
4600
4601 * mail/undigest.el (rmail-digest-methods)
4602 (rmail-digest-mail-separator): New variables.
4603 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
4604 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
4605 (rmail-digest-parse-rfc934): New functions.
4606 (undigestify-rmail-message): Completely rewritten.
4607
4608 2002-12-16 Kim F. Storm <storm@cua.dk>
4609
4610 * ido.el (ido-read-file-name): Remove debug message.
4611
4612 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
4613
4614 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
4615 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
4616 (Buffer-menu-mode-width): New customization.
4617 (Buffer-menu-sort-column): New var.
4618 (Buffer-menu-no-header): New function for not changing header line and
4619 recognizing swapped M&R columns, used by modifying commands in Buffer
4620 Menu.
4621 (Buffer-menu-buffer+size): New function for variable width buffer name.
4622 (list-buffers-noselect): Rewritten for nicer menu.
4623
4624 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
4625
4626 * filesets.el (filesets-build-menu-now): Don't clear messages.
4627
4628 * allout.el: Avoid name conflicts with outline.el.
4629 Replace globally string "outline-" with string "allout-".
4630 Replaced 1446 occurrences; there was no string "allout-" before the
4631 change and there seems to be no dependency on outline.el.
4632 Put `quotes' around many function and variable names.
4633 Doc changes to adjust to the change to prefix "allout-".
4634 Don't provide `outline'. Use " Allout" as mode line string,
4635 not " Outl". Put group `allout' in group `editing'.
4636 Update Copyright notice. Autoload `allout-init'.
4637 (allout-init): Give report also in case auto-activation was inhibited.
4638 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
4639
4640 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
4641
4642 * xml.el (xml-parse-tag): Allow spaces between / and >.
4643
4644 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
4645
4646 * emacs-lisp/autoload.el (autoload-ensure-default-file):
4647 Insert missing space in file end comment.
4648
4649 2002-12-15 Simon Josefsson <jas@extundo.com>
4650
4651 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
4652 user-mail-address as sender.
4653
4654 2002-12-15 Dave Love <fx@gnu.org>
4655
4656 * international/mule-cmds.el (standard-keyboard-coding-systems):
4657 Delete.
4658 (set-locale-environment): Don't use it.
4659
4660 * international/utf-8.el (ucs-mule-cjk-to-unicode)
4661 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
4662 (utf-subst-table-for-decode): Specify :size, :rehash-size.
4663 (utf-translate-cjk): :set rewritten to load subst-... files.
4664 Add :set-after.
4665 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
4666
4667 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
4668
4669 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
4670 buffer as modified unless it really is.
4671
4672 2002-12-14 Andreas Schwab <schwab@suse.de>
4673
4674 * wid-edit.el (widget-move): Don't loop infinitely when there is
4675 no field or button.
4676
4677 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
4678
4679 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
4680 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
4681 Undo 2002/09/27 change because kill-buffer-hook is not
4682 permanent-local.
4683
4684 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4685 Optimize the remaining part of for-effect and/or expressions.
4686
4687 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
4688
4689 * emacs-lisp/easy-mmode.el (define-minor-mode):
4690 Use `custom-current-group'. Pass all groups to the hook.
4691 (easy-mmode-define-global-mode): Use `custom-current-group'.
4692
4693 * international/mule-cmds.el (current-language-environment):
4694 Set type according to `language-info-alist' also here.
4695
4696 * progmodes/compile.el (compilation-menu-map):
4697 Use `kill-compilation' to stop compilation.
4698
4699 2002-12-13 Kenichi Handa <handa@m17n.org>
4700
4701 * language/european.el (encode-mac-roman): Fix last change.
4702
4703 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
4704 (ccl-encode-alternativnyj): Fix last change.
4705
4706 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
4707
4708 * gdb-ui.el: Improve documentation strings.
4709 (gdb-many-windows): Set default value to nil.
4710
4711 2002-12-12 Dave Love <fx@gnu.org>
4712
4713 * international/subst-big5.el, international/subst-gb2312.el:
4714 * international/subst-jis.el, international/subst-ksc.el: New.
4715
4716 * custom.el (defcustom, custom-set-variables): Doc fix.
4717
4718 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
4719 things protected by `(if (fboundp ...' or `(if (boundp ...'.
4720
4721 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
4722
4723 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
4724
4725 * progmodes/fortran.el (fortran-mode-abbrev-table):
4726 Handle `define-abbrev' with either 5 or 6 arguments.
4727
4728 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
4729
4730 * international/mule-cmds.el (set-language-info):
4731 Update custom-type of `current-language-environment'.
4732 (current-language-environment): Fix custom type.
4733
4734 2002-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4735
4736 * progmodes/antlr-mode.el (antlr): New URL.
4737
4738 2002-12-10 R. Bernstein <rocky@panix.com>
4739
4740 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
4741 Fix erroneous print expression command, and fix typos.
4742 (perldb): Undo previous change in prompt regexp.
4743
4744 2002-12-10 Steven Tamm <steventamm@mac.com>
4745
4746 * generic-x.el (javascript-generic-mode): Added C style block
4747 comments as used in ECMA-262 standard.
4748
4749 2002-12-10 Kenichi Handa <handa@m17n.org>
4750
4751 * language/european.el ("Swedish"): Change tutorial file name to
4752 TUTORIAL.sv in this langauge environment..
4753
4754 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
4755
4756 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
4757 disable it buffer-locally.
4758 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
4759 `eventpt' and point.
4760
4761 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
4762 (ibuffer-set-filter-groups-by-mode): Use it instead of
4763 `delete-duplicates' so we don't require cl library at runtime.
4764 (ibuffer-insert-filter-group-before): Don't use `position' so we
4765 don't require cl library at runtime.
4766
4767 * chistory.el (command-history-mode): Add interactive spec.
4768 Improve doc string.
4769
4770 2002-12-09 Richard M. Stallman <rms@gnu.org>
4771
4772 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
4773
4774 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
4775
4776 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
4777 customize type 'float is now defined.
4778
4779 2002-12-09 Dave Love <fx@gnu.org>
4780
4781 * international/code-pages.el (mik, pt154): New coding systems.
4782
4783 * international/ucs-tables.el: Fix properly.
4784
4785 2002-12-09 Andreas Schwab <schwab@suse.de>
4786
4787 * international/ucs-tables.el: Fix last change.
4788
4789 2002-12-09 Kenichi Handa <handa@m17n.org>
4790
4791 * international/titdic-cnv.el (titdic-convert): Process the
4792 header part in multibyte mode.
4793
4794 2002-12-08 Dave Love <fx@gnu.org>
4795
4796 * international/code-pages.el (mule-diag): Move where it's required.
4797
4798 * international/ucs-tables.el: Add latin-jisx0201 characters.
4799 Fix translation-table-for-input for lao, thai, tibetan.
4800
4801 2002-12-08 Andreas Schwab <schwab@suse.de>
4802
4803 * files.el (insert-directory): Insert free space only when
4804 listing a full directory.
4805
4806 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
4807
4808 * gdb-ui.el : Remove inappropriate key-bindings.
4809 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
4810 Parse correctly when breakpoint has no line number.
4811 (def-gdb-auto-update-handler, gdb-info-locals-handler),
4812 (gdb-display-end): Avoid using insert-buffer.
4813 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
4814
4815 2002-12-07 Richard M. Stallman <rms@gnu.org>
4816
4817 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
4818 (compilation-leave-directory-regexp-alist): Match byte compiler output.
4819
4820 * emacs-lisp/cl-macs.el: Add local variable list
4821 to turn off cl-function warnings.
4822
4823 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
4824 elements in load-history.
4825 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
4826 and cl-struct-setf-expander.
4827
4828 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
4829 New variable.
4830 (autoload-print-form): Use autoload-print-form-outbuf.
4831 (generate-file-autoloads): Bind autoload-print-form-outbuf.
4832
4833 * calendar/calendar.el (calendar-day-name): Move defn down.
4834
4835 * speedbar.el (speedbar-directory-buttons-follow):
4836 Don't use directory-sep-char.
4837
4838 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
4839
4840 * register.el (describe-register-1): Use window-width
4841 to truncate string in a register. Check whether the string
4842 in a register is an empty string or a sequence of white spaces.
4843
4844 2002-12-07 Andreas Schwab <schwab@suse.de>
4845
4846 * faces.el (face-font-selection-order)
4847 (face-font-family-alternatives, face-font-registry-alternatives):
4848 Remove period from :tag value.
4849
4850 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
4851 to :inverse-video.
4852
4853 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
4854
4855 * wid-edit.el (define-widget number): Clarify doc and error message.
4856 (define-widget float): New widget.
4857
4858 2002-12-07 Andreas Schwab <schwab@suse.de>
4859
4860 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
4861
4862 * files.el (find-file-read-args): Reenable wildcard processing
4863 unconditionally.
4864
4865 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
4866
4867 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
4868 functions for copyright notice and copying permissions.
4869 (texinfo-copying, texinfo-insertcopying): New functions.
4870
4871 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
4872
4873 * textmodes/texinfmt.el (texinfo-format-ifxml)
4874 (texinfo-format-xml): New function.
4875 (ifxml, ifnotxml): New aliases.
4876
4877 2002-12-06 Dave Love <fx@gnu.org>
4878
4879 * international/utf-8-subst.el: Revert last change.
4880
4881 2002-12-06 Miles Bader <miles@gnu.org>
4882
4883 * info.el (Info-insert-dir): Make dir-node-cache variables
4884 buffer-local, so that killing the *info* buffer forces the
4885 dir-node to be rebuilt.
4886
4887 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
4888
4889 * finder.el (finder-compile-keywords): Don't insert a keyword to
4890 the generated file.
4891
4892 2002-12-05 Andreas Schwab <schwab@suse.de>
4893
4894 * speedbar.el (speedbar-highlight-face): Fix face spec.
4895
4896 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
4897
4898 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
4899 gdb-proc with gud-comint-buffer instead.
4900 (gdb-proc): Remove.
4901 (def-gdb-var): Simplify.
4902 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
4903 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
4904 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
4905 (gdb-info-locals-handler): Avoid replace-regexp.
4906
4907 * calendar/calendar.el (facemenu-unlisted-faces): Only update
4908 after facemenu is loaded.
4909 (calendar-font-lock-keywords): Accept non-ASCII month names.
4910 Use regexp-opt.
4911
4912 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
4913 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
4914 (gdba): Call `gdb' and then make modifications.
4915 Always call gdb-clear-inferior-io rather than just "the first time".
4916 (gud-break, gud-remove): Definitions moved to inside gdba.
4917 (gdb-target-name): Remove. Use gud-target-name instead.
4918 (gdba-complete-filter, gdba-common-init): Remove.
4919 The changes were integrated into the generic code.
4920
4921 * gud.el: Use match-string.
4922 (gud-menu-map): Re-fix gdb-running to gud-running.
4923 Activate up/down and finish for pdb.
4924 (gud-def): Use backquotes.
4925 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
4926 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
4927 (gud-gdb-complete-break, gud-gdb-complete-list):
4928 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
4929 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
4930 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
4931 Add a `filter' argument and run it on `string'.
4932 (gud-gdb-run-command-fetch-lines): Use it instead of
4933 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
4934 Return the fetched lines.
4935 (gud-gdb-complete-command): Use it instead of cooking up
4936 something by hand using gud-gdb-complete-filter.
4937 (gud-gdb-get-stackframe): Use the new calling convention of
4938 gud-gdb-run-command-fetch-lines.
4939 (gud-gdb-fetched-stack-frame-list): Remove.
4940 (gud-gdb-speedbar-stack-filter): Remove.
4941 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
4942 (gud-bashdb-command-name): Add "--debugger" argument here.
4943 (bashdb): Use default gud-find-file and don't bother with
4944 a massage-args function now that --debugger is make explicit.
4945 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
4946 (bashdb): Don't provide.
4947 (gud-target-name): New var.
4948 (gud-common-init): Set it.
4949 Also reset gud-running and gud-last-last-frame.
4950
4951 2002-12-05 Dave Love <fx@gnu.org>
4952
4953 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
4954 mule-utf-16-le, mule-utf-16-be.
4955
4956 2002-12-05 Richard M. Stallman <rms@gnu.org>
4957
4958 * textmodes/outline.el (outline-mode): Doc fix.
4959
4960 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
4961
4962 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
4963
4964 2002-12-05 Kenichi Handa <handa@m17n.org>
4965
4966 * international/titdic-cnv.el (quail-misc-package-ext-info):
4967 Remove duplicate entry for chinese-b5-quick.
4968 (batch-miscdic-convert): Don't try to call miscdic-convert on
4969 files in the directory just following the arg "-dir".
4970
4971 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
4972
4973 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
4974 corresponding defvar.
4975 (gdb-inferior-io-mode-map): New var.
4976 Add bindings to it rather than to comint-mode-map.
4977 (gdb-display-number-end): Use dolist. Remove always-true test.
4978 (gdb-delete-line): Move and simplify.
4979 (gdb-display-end): Don't bother going to beg-of-line since we're there.
4980 (gdb-array-format1): Use dolist.
4981 (gdb-make-windows-menu, gdb-make-frames-menu):
4982 Move to top-level code. Move the menus to within the GUD menu.
4983 Make the menus only appear in gdba mode.
4984
4985 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
4986 (gdb-inferior-io-mode): Use define-minor-mode.
4987 (gdb-source-info): Don't burp if there's no source file.
4988 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
4989 (gdb-inferior-io-stop, gdb-inferior-io-eof)
4990 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
4991 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
4992 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
4993 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
4994 (gdb-display-display-buffer, gdb-frame-display-buffer)
4995 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
4996 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4997 Remove the spurious left over arg from the "big reorg".
4998
4999 2002-12-04 Richard M. Stallman <rms@gnu.org>
5000
5001 * gud.el (gud-menu-map): Update for bashdb.
5002 (perldb): Change prompt regexp.
5003 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
5004 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
5005
5006 * progmodes/cc-vars.el: Simply require wid-edit and custom
5007 in eval-when-compile.
5008
5009 * progmodes/cc-menus.el: Don't require imenu.
5010
5011 * progmodes/cc-langs.el: Don't require cl.
5012 (c-delete-duplicates): New function. Use instead of delete-duplicates.
5013
5014 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
5015 Add an else-clause to the if to avoid confused compiler warning.
5016
5017 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
5018
5019 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
5020
5021 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
5022
5023 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
5024 Update gdb-running -> gud-running.
5025 (gdba): Use the default for gud-find-file.
5026 (def-gdb-variable): Remove: fold into def-gdb-var.
5027 (def-gdb-var): Use buffer-local-value and with-current-buffer.
5028
5029 * gud.el (gud-running): Rename from gdb-running. Update uses.
5030 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
5031 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
5032 which fails if tool-bar.el is loaded in the mean time.
5033 (gud-file-name): New fun.
5034 (gud-find-file): Use it as default value for gud-find-file.
5035 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
5036 on gud-find-file.
5037 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
5038 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
5039 (gud-pdb-find-file, gud-jdb-find-file): Remove.
5040 (gud-query-cmdline): Don't stuff the whole cwd in the command.
5041 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
5042 (gud-mipsdbx-massage-args): Remove.
5043 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
5044 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
5045 (gud-jdb-command-name): New var.
5046 (gud-common-init): Re-instate RMS code of 11/13.
5047
5048 2002-12-03 Dave Love <fx@gnu.org>
5049
5050 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
5051 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
5052 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
5053
5054 2002-12-03 Andreas Schwab <schwab@suse.de>
5055
5056 * cus-edit.el (custom-display): Add checkbox for type mac.
5057
5058 * whitespace.el (whitespace-highlight-face): Fix face spec.
5059
5060 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
5061
5062 * simple.el (completion-setup-function): Fix last change to use
5063 minibuffer-completing-file-name instead.
5064
5065 * add-log.el (change-log-mode): Set indent-line-function explicitly
5066 to what it was before indent-line-function's default was changed.
5067
5068 2002-12-02 Richard M. Stallman <rms@gnu.org>
5069
5070 * textmodes/ispell.el (ispell-dict-map): Move specific
5071 dictionary selection into a submenu.
5072
5073 * textmodes/fill.el (fill-indent-to-left-margin): New function.
5074 (fill-newline, fill-region-as-paragraph): Use that.
5075
5076 * simple.el (completion-setup-function):
5077 Handle ffap-read-file-or-url-internal specially like
5078 read-file-name-internal.
5079
5080 2002-12-02 Simon Marshall <marshals@perth>
5081
5082 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
5083
5084 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
5085
5086 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
5087 more make keywords: defined, endef, override, export, unexport
5088 and vpath.
5089
5090 2002-12-02 Dave Love <fx@gnu.org>
5091
5092 * autoarg.el (autoarg-kp-mode): Give it a :group.
5093
5094 2002-12-02 Noah Friedman <friedman@splode.com>
5095
5096 * complete.el (PC-do-completion): Do not add wildcards to pattern
5097 unless filename is non-nil.
5098
5099 2002-12-02 Andreas Schwab <schwab@suse.de>
5100
5101 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
5102
5103 * paren.el (show-paren-mismatch-face): Fix face spec.
5104
5105 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
5106
5107 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
5108 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
5109
5110 * tooltip.el (tooltip-gud-process-output): Handle annotations that
5111 are output with gdba in gdb-ui.el.
5112 (tooltip-strip-annotations): New function.
5113
5114 2002-11-29 Dave Love <fx@gnu.org>
5115
5116 * autoarg.el (autoarg-mode): Give it a :group.
5117
5118 2002-11-29 Bill Wohler <wohler@newt.com>
5119
5120 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
5121 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
5122 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
5123 version 7.0.
5124
5125 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
5126 searches and speedbar support in MH-E version 7.0.
5127
5128 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
5129 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
5130 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
5131 MH-E version 7.0.
5132
5133 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
5134
5135 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
5136
5137 2002-11-29 Richard M. Stallman <rms@gnu.org>
5138
5139 * mail/rmail.el (rmail-convert-to-babyl-format):
5140 Make search for message delimiter case-sensitive.
5141
5142 * simple.el (yank-window-start): New variable.
5143 (yank): Record yank-window-start
5144 (yank-pop): Use yank-window-start.
5145
5146 * info.el (Info-additional-directory-list): Doc fix.
5147
5148 * indent.el (indent-according-to-mode, indent-region): Doc fix.
5149
5150 * tooltip.el (tooltip-gud-tips-p): Doc fix.
5151
5152 * eshell/em-script.el: Require eshell.
5153
5154 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
5155
5156 2002-11-29 Kim F. Storm <storm@cua.dk>
5157
5158 * mwheel.el: Avoid accidental yanking of text while scrolling with
5159 the mouse wheel. This adds a short period after each mouse wheel
5160 scroll event where a click on the mouse wheel button is ignored.
5161 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
5162 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
5163 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
5164 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
5165 Start mwheel-inhibit-click-event-timer with timeout handler
5166 mwheel-inhibit-click-timeout.
5167
5168 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
5169
5170 * tooltip.el (tooltip-gud-tips-setup): Remove.
5171 (tooltip-gud-debugger): Remove.
5172 (tooltip-gud-print-command): Use gud-minor mode instead of
5173 tooltip-gud-tips-setup and tooltip-gud-debugger.
5174
5175 * gdb-ui.el (gdb-starting): Set gdb-running to t.
5176 (gdb-stopped): Set gdb-running to nil.
5177 (gdb-quit): Reset some variables including tool-bar-map.
5178
5179 * gud.el (gdb-running): New variable.
5180 (gud-menu-map): Use gdb-running to grey out toolbar buttons
5181 with gdba in gdb-ui.el.
5182 (gud-tool-bar-map): Move to avoid byte compiler warning.
5183
5184 2002-11-27 Jason Rumney <jasonr@gnu.org>
5185
5186 * files.el (file-truename): Canonicalize non-existent names on w32.
5187
5188 2002-11-28 Kim F. Storm <storm@cua.dk>
5189
5190 * ido.el (ido-xemacs): Remove defvar. All uses changed to
5191 check (featurep 'xemacs) instead.
5192 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
5193
5194 2002-11-27 Dave Love <fx@gnu.org>
5195
5196 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
5197 forms' block to top (before uses).
5198 (help-fns): Don't require at top level. (Recursively.)
5199 (cl-transform-lambda): Require help-fns.
5200
5201 2002-11-26 Dave Love <fx@gnu.org>
5202
5203 * language/european.el (encode-mac-roman): Deal with unencodable
5204 characters.
5205
5206 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
5207 (ccl-encode-alternativnyj): Deal with unencodable characters.
5208
5209 * international/code-pages.el (cp-make-coding-system): Deal with
5210 unencodable characters.
5211
5212 2002-11-24 Richard M. Stallman <rms@gnu.org>
5213
5214 * mail/sendmail.el (mail-signature): Handle case where
5215 value of mail-signature is a string.
5216
5217 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
5218
5219 * faces.el (face-set-after-frame-default): Ignore errors
5220 in face-spec-face-set.
5221
5222 * cus-face.el (custom-declare-face): Add face-defface-spec
5223 prop after applying the face spec.
5224
5225 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
5226
5227 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
5228 print command for gdb to keep it out of the command history.
5229
5230 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
5231 code to allow only one gdb process.
5232
5233 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
5234
5235 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
5236 place. Add groups.
5237
5238 2002-11-22 Simon Marshall <marshals@perth>
5239
5240 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
5241
5242 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
5243
5244 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
5245
5246 2002-11-20 Simon Josefsson <jas@extundo.com>
5247
5248 * play/morse.el (morse-code): Add non-ASCII characters, according
5249 to table at http://www.soton.ac.uk/~scp93ch/morse/.
5250
5251 2002-11-21 Richard M. Stallman <rms@gnu.org>
5252
5253 * dired.el (dired-sort-inhibit): New variable.
5254 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
5255
5256 * find-dired.el (find-dired): Set dired-sort-inhibit to t
5257 buffer-locally.
5258
5259 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
5260
5261 * progmodes/sql.el: Added LINTER support.
5262 (sql-linter-program): New variable.
5263 (sql-linter-options): New variable.
5264 (sql-mode-menu): Added Linter keywords.
5265 (sql-mode-linter-font-lock-keywords): New variable.
5266 (sql-highlight-linter-keywords): New function.
5267 (sql-linter): New function.
5268 (sql-ms-options): New variable.
5269 (sql-ms): Use it.
5270
5271 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
5272
5273 * ibuffer.el (ibuffer-formats): Change default value; bump width
5274 of size column in first format to 7.
5275
5276 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
5277
5278 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
5279 load-history since `defvar' now uses this format.
5280
5281 * custom.el (custom-declare-variable): Use push.
5282 Use the (defvar . <sym>) format in load-history like `defvar' does.
5283
5284 * subr.el (symbol-file): Accept a non-atomic `function' arg.
5285 (with-local-quit): Add debug and indentation info.
5286
5287 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
5288
5289 * subr.el (symbol-file): Remove unused variable `functions'.
5290
5291 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
5292
5293 * Makefile.in (setwins_almost): Renamed from finder_setwins.
5294 (custom-deps): Use it.
5295 (finder-data): Adjust to that name change.
5296
5297 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
5298
5299 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5300 Turn errors into messages so they don't get ignored.
5301 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
5302 (eldoc-beginning-of-sexp): Simplify.
5303 (eldoc-function-arglist): Remove.
5304 (eldoc-function-argstring): Use help-function-arglist instead.
5305 (eldoc-function-argstring-from-docstring-method-table)
5306 (eldoc-function-argstring-from-docstring): Remove.
5307
5308 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
5309
5310 2002-11-19 Dave Love <fx@gnu.org>
5311
5312 * emacs-lisp/bytecomp.el (maphash, map-char-table):
5313 Use byte-compile-funarg.
5314
5315 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
5316
5317 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
5318
5319 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
5320 members here rather than with custom-add-to-group. This is the
5321 intended way of using defgroup and also lets
5322 custom-make-dependencies do its job.
5323 (defgroup vhdl-highlight-faces): Ditto.
5324
5325 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
5326 Previous group name shadow is used in shadowfile.el.
5327 (shadows-compare-text-p): Use group lisp-shadow.
5328
5329 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
5330
5331 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
5332
5333 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
5334
5335 * register.el (describe-register-1): Don't assign to val the value
5336 returned by `remove-list-of-text-properties'.
5337
5338 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
5339
5340 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
5341 Grok month numbers, too.
5342
5343 2002-11-18 Juanma Barranquero <lektu@terra.es>
5344
5345 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
5346
5347 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
5348
5349 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
5350
5351 * textmodes/refill.el (defgroup refill): New group.
5352
5353 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
5354
5355 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
5356
5357 * textmodes/paragraphs.el (use-hard-newlines): Add group.
5358
5359 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
5360 (compilation-minor-mode): Add group.
5361
5362 * reveal.el (global-reveal-mode): Add group.
5363
5364 * bookmark.el (bookmark-menu-length): Fix group name.
5365
5366 2002-11-17 Richard M. Stallman <rms@gnu.org>
5367
5368 * mail/rmail.el (rmail-ignored-headers): Add more headers.
5369
5370 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
5371 (parse-time-val): Var renamed from `val'. All uses changed.
5372
5373 * files.el (parse-time-rules): Mark it as risky.
5374
5375 * finder.el (finder-commentary): Use buffer *Finder-package*.
5376
5377 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
5378
5379 * simple.el (indicate-unused-lines)
5380 (default-indicate-unused-lines): New variable aliases.
5381
5382 2002-11-18 Kenichi Handa <handa@m17n.org>
5383
5384 * progmodes/cc-vars.el: Undo previous change.
5385
5386 2002-11-18 Kenichi Handa <handa@m17n.org>
5387
5388 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
5389
5390 * language/european.el (iso-latin-1): Make it safe.
5391 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
5392 (iso-latin-9): Likewise.
5393
5394 * language/greek.el (greek-iso-8bit): Make it safe.
5395
5396 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
5397
5398 * language/lao.el (lao): Make it safe.
5399
5400 * language/thai.el (thai-tis620): Make it safe.
5401
5402 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
5403
5404 * speedbar.el (defgroup speedbar): Use group 'etags instead of
5405 nonexisting group 'tags.
5406
5407 * emacs-lisp/re-builder.el: Add provide call.
5408
5409 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
5410 (feedmail-fiddle-plex-user-list): Fix typo in group name.
5411
5412 * progmodes/make-mode.el (makefile-space-face): Fix group name.
5413
5414 * textmodes/ispell.el (defgroup ispell): Arrange that definition
5415 starts at beginning of line.
5416
5417 * textmodes/table.el (defgroup table-hooks): New group.
5418 (table-cell-map-hook): Fix typo in group name.
5419
5420 * calendar/diary-lib.el (diary-button-face): Add group and version
5421 number.
5422
5423 * warnings.el (defgroup warnings): New group.
5424
5425 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
5426
5427 * emacs-lisp/autoload.el (update-autoloads-from-directories):
5428 Sort the list of files with no autoloads.
5429
5430 2002-11-16 Alan Shutko <ats@acm.org>
5431
5432 * calendar/diary-lib.el (list-diary-entries): Pass a marker
5433 indicating source of entry to add-to-diary-list.
5434 (diary-button-face, diary-entry, diary-goto-entry): New, to
5435 support click to diary file.
5436 (fancy-diary-display): Buttonize diary entries.
5437 (list-sexp-diary-entries): Pass a marker indicating source of
5438 entry to add-to-diary-list.
5439 (diary-date): Return mark as well as entry.
5440
5441 * calendar/calendar.el (diary-face): New.
5442 (european-calendar-display-form, describe-calendar-mode)
5443 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
5444 (calendar-make-alist): New.
5445 (calendar-mode): Set up font-lock mode.
5446 (generate-calendar-window): Fontify if font-lock-mode is on.
5447
5448 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
5449
5450 * international/codepage.el (cp866-decode-table): Fix the
5451 translation table.
5452
5453 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
5454
5455 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
5456 caused existing function definitions to be overridden by
5457 phonies when the bytecomp environment is restored.
5458
5459 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
5460
5461 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
5462 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
5463 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
5464 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
5465 Icons for debugger (pbm files).
5466
5467 2002-11-15 Richard M. Stallman <rms@gnu.org>
5468
5469 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
5470
5471 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
5472
5473 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
5474 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
5475 (ibuffer-mode-hooks): Remove spurious defvar.
5476 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
5477 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
5478 `ibuffer-mode-hooks'.
5479
5480 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
5481
5482 * mail/rmailedit.el: Add provide call.
5483
5484 * play/bruce.el: Add provide call.
5485
5486 * emacs-lisp/gulp.el: Add provide call.
5487
5488 2002-11-14 Richard M. Stallman <rms@gnu.org>
5489
5490 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
5491
5492 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
5493
5494 * custom.el (custom-declare-group): Remove unnecessary line of code.
5495
5496 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
5497
5498 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
5499
5500 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
5501 at end of diary file.
5502
5503 2002-11-14 Kim F. Storm <storm@cua.dk>
5504
5505 * files.el (mode-name): Mark it as risky-local-variable like the
5506 other mode-line elements (moved from bindings.el).
5507
5508 * bindings.el (mode-name): Moved mark as risky-local-variable to
5509 files.el.
5510
5511 2002-11-14 Juanma Barranquero <lektu@terra.es>
5512
5513 * gud.el: Fix feature name in `provide'.
5514
5515 * gdb-ui.el: Fix feature name in `require'.
5516
5517 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5518
5519 * progmodes/etags.el (find-tag-default): Copy text at point without
5520 properties.
5521
5522 2002-11-14 Kenichi Handa <handa@m17n.org>
5523
5524 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
5525
5526 2002-11-14 Kim F. Storm <storm@cua.dk>
5527
5528 * textmodes/fill.el (fill-nobreak-invisible): New var.
5529 (fill-nobreak-p): Test it; return t if set and point invisible.
5530 (fill-newline): Test it; remove invisible prop on newline if set.
5531
5532 * info.el (Info-fontify-node): New local list paragraph-markers.
5533 Record markers for mangled *note references on that list.
5534 When done, go back through those markers and fill each mangled
5535 paragraph with `fill-nobreak-invisible' let-bound to t.
5536 Don't use `display' property; insert "see" directly in buffer.
5537
5538 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
5539
5540 * gdb-ui.el: New file, User Interface for running GDB
5541
5542 * gud.el:(gud-find-file): Set up GDB tool bar.
5543 (gud-menu-map): New commands: run, goto.
5544 Enable some commands for gdba.
5545 (gud-query-cmdline): Pass default directory to gdba.
5546 (gdb): Defune gud-goto and gud-run.
5547 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
5548 (gud-mode): Set up local tool bar.
5549 (gud-display-line): For gdba, call gdb-display-source-buffer.
5550 (gud-basic-call): For gdba, maybe delete the current prompt.
5551 (gud-tool-bar-map): New variable.
5552 (gud-read-address): Correction.
5553
5554 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
5555 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
5556 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
5557 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
5558 Icons for debugger.
5559
5560 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
5561
5562 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
5563
5564 2002-11-13 Andre Spiegel <spiegel@gnu.org>
5565
5566 * vc-rcs.el (vc-rcs-registered): Improve comment.
5567
5568 * vc-sccs.el (vc-sccs-registered): Improve comment.
5569
5570 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5571
5572 * progmodes/compile.el (compilation-error-regexp-alist):
5573 Don't include colon and space after a file name as part of the name.
5574
5575 2002-11-13 Richard M. Stallman <rms@gnu.org>
5576
5577 * gud.el (gdb): Undo 10-26 change.
5578
5579 2002-11-13 Kenichi Handa <handa@m17n.org>
5580
5581 * replace.el (occur-engine): Set buffer-file-coding-system of
5582 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
5583
5584 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
5585
5586 * custom.el (custom-handle-all-keywords): Fix arg passed to
5587 custom-add-to-group.
5588
5589 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
5590
5591 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
5592 (cvs-minor-mode-map): Add e binding in log-view-mode.
5593
5594 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
5595 (perl-indent-line): Look at the open-paren to indent a close-paren.
5596 (perl-calculate-indent): Try to better indent args after hanging paren.
5597 Remove special code for open-paren-in-column-0.
5598
5599 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
5600 (sgml-name-char): Use it.
5601 (sgml-tag-last, sgml-tag-history): New vars.
5602 (sgml-tag): Use them.
5603 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
5604 (sgml-delete-tag): Remove resulting empty lines.
5605 (sgml-tag) <symbol-plist>: Don't make intangible.
5606 (sgml-parse-tag-backward): Add limit argument.
5607 (html-autoview-mode): Use define-minor-mode.
5608
5609 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
5610
5611 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
5612 that the definition is found by `find-function-search-for-symbol'
5613 and etags.
5614
5615 * vc-sccs.el (vc-sccs-registered): Ditto.
5616
5617 * emulation/edt.el (defgroup edt): Arrange that definition starts
5618 at beginning of line.
5619
5620 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
5621
5622 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
5623 Remove autoload cookie.
5624
5625 * newcomment.el (defgroup comment): Remove autoload cookie.
5626
5627 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
5628
5629 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
5630 Declare with defvar, not with defcustom.
5631
5632 * cus-dep.el: Don't require 'autoload.
5633 (custom-make-dependencies): Handle :version also for autoloaded
5634 options.
5635
5636 * winner.el (defgroup winner): Arrange that definition starts at
5637 beginning of line.
5638
5639 * emulation/edt.el: Simplify Emacs 19 compatibility.
5640
5641 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
5642
5643 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
5644 escape any format-like sequences it could contain.
5645
5646 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
5647
5648 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
5649
5650 2002-11-11 Juanma Barranquero <lektu@terra.es>
5651
5652 * bindings.el (mode-name): Mark it as risky-local-variable.
5653
5654 2002-11-09 Dave Love <fx@gnu.org>
5655
5656 * international/mule-cmds.el (current-language-environment):
5657 Fix :type.
5658
5659 * international/ucs-tables.el: Revert to using
5660 translation-table-for-input instead of keyboard-translate-table.
5661
5662 * international/quail.el (quail-input-string-to-events):
5663 Revert last change.
5664
5665 * simple.el (quoted-insert): Bind translation-table-for-input,
5666 not keyboard-translate-table.
5667
5668 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
5669
5670 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
5671
5672 * complete.el (PC-do-completion): Make partial-completion work
5673 with incomplete directory names.
5674
5675 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
5676 standard-latex-block-names.
5677 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
5678 and renewtheorem. Highlight \it and \bf separately since they
5679 may overlap.
5680 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
5681 (tex-font-lock-keywords-3, tex-verbatim-environments)
5682 (tex-font-lock-syntactic-keywords): New vars.
5683 (superscript, subscript, tex-verbatim-face): New faces.
5684 (tex-font-lock-syntactic-face-function): Handle \verb construct.
5685 (tex-common-initialization): Update font-lock-defaults setting.
5686 (tex-insert-braces): Make it into a skeleton.
5687 (latex-fill-nobreak-predicate): Don't break after \.
5688 (latex-insert-block): Rename from tex-latex-block.
5689 (latex-down-list): Use tex-mode-syntax-table when skipping parens
5690 rather than the indentation syntax-table.
5691 (latex-close-block): Rename from tex-close-latex-block.
5692 (latex-split-block): New fun.
5693 (latex-indent): Don't indent inside a verbatim block.
5694 (latex-find-indent): Stick \begin{verbatim} to the margin.
5695
5696 2002-11-08 John Wiegley <johnw@gnu.org>
5697
5698 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
5699 well as memq to find `global-mode-string' within
5700 `mode-line-format'. The structure of that variable has changed in
5701 21.3.
5702
5703 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
5704
5705 * format.el (format-decode): Be careful with the order in `format'.
5706
5707 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
5708
5709 * eshell/em-glob.el: Require esh-util.
5710 (eshell-glob-initialize): Don't assume
5711 eshell-special-chars-outside-quoting is available.
5712
5713 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
5714 a paragraph starter when filling non-comments.
5715 (fill-comment-paragraph): Don't narrow while doing the fill.
5716 Recognize paragraph starters and separators within comments.
5717 Use adaptive-fill-prefix when it works. Use comment-search-forward.
5718
5719 * progmodes/compile.el (grep-default-command): New fun.
5720 (grep): Use it.
5721 (compilation-menu-map): New var.
5722 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
5723 (compilation-mode-map): Simplify.
5724 (compilation-shell-minor-mode, compilation-minor-mode):
5725 Use define-minor-mode.
5726
5727 * elide-head.el (elide-head): Don't make intangible.
5728
5729 * help.el (where-is): Rename map to defs (a list of syms is not a map).
5730 Test fboundp first, to speed things up. Use push.
5731
5732 * isearch.el (isearch-hidden): New var.
5733 (isearch-search-and-update): Test it.
5734 (isearch-range-invisible): Set it.
5735
5736 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
5737 paragraph-separate, comment-column, and fill-paragraph-function.
5738 Simplify outline-regexp.
5739 (tcl-do-fill-paragraph): Remove.
5740
5741 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
5742
5743 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
5744
5745 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
5746 Definition moved down.
5747 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
5748 Do not declare :get property.
5749 (grep-use-null-device): Fix type. Do not declare :get property.
5750
5751 * emacs-lisp/checkdoc.el (checkdoc-find-error):
5752 Use get-file-buffer instead of get-buffer.
5753
5754 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
5755 cus-load.el.
5756
5757 2002-11-07 Juanma Barranquero <lektu@terra.es>
5758
5759 * help.el (where-is): Report also aliases of the passed command.
5760
5761 2002-11-06 Dave Love <fx@gnu.org>
5762
5763 * simple.el (quoted-insert): Bind keyboard-translate-table around
5764 read-char.
5765
5766 * international/ucs-tables.el: Use keyboard-translate-table coding
5767 system property, not translation-table-for-input, for
5768 vietnamese-viscii & al.
5769 (translation-table-for-input): Set,
5770 don't defvar, and make permanent-local.
5771 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
5772 set-buffer-major-mode-hook, not quail-activate-hook.
5773 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
5774 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
5775 Setup keyboard-translate-table, not translation-table-for-input.
5776 Modify set-buffer-major-mode-hook, not quail-activate-hook.
5777 (ucs-fragment-8859): Don't use translation-table-for-input coding
5778 system property.
5779 (ucs-quail-activate): Deleted.
5780 (ucs-set-table-for-input): New.
5781 (ucs-minibuffer-setup): Use it.
5782
5783 * international/quail.el (quail-input-string-to-events):
5784 Use keyboard-translate-table, not translation-table-for-input.
5785
5786 * files.el (normal-mode): Call ucs-set-table-for-input.
5787
5788 * international/mule.el (set-buffer-file-coding-system):
5789 Call ucs-set-table-for-input.
5790
5791 2002-11-06 Richard M. Stallman <rms@gnu.org>
5792
5793 * replace.el (query-replace, query-replace-regexp): Doc fixes.
5794
5795 * emacs-lisp/bytecomp.el (byte-compile-lambda):
5796 Handle progn like let, inside interactive spec.
5797
5798 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
5799 Initialize to a suitable sexp.
5800 (tex-view): Evaluate tex-dvi-view-command and use the value.
5801
5802 2002-11-06 Kenichi Handa <handa@m17n.org>
5803
5804 * international/mule.el (coding-system-eol-type-mnemonic):
5805 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
5806
5807 2002-11-06 Kim F. Storm <storm@cua.dk>
5808
5809 * info.el (Info-fontify-node): Fixed hiding of *note references
5810 with embedded file names like (xxx.yyy).
5811 Avoid making any lines visibly longer if hiding newlines inside
5812 note references by wrapping line after references if it contained
5813 a newline (unfortunaly this makes more lines appear "shorter").
5814 Properly reindent multi-line menu entry descriptions.
5815
5816 2002-11-05 Juanma Barranquero <lektu@terra.es>
5817
5818 * language/cyrillic.el ("Bulgarian"): Fix typo.
5819
5820 * international/mule.el (coding-system-eol-type-mnemonic):
5821 Move from mule-util.el.
5822
5823 * international/mule-util.el (coding-system-eol-type-mnemonic):
5824 Move to mule.el.
5825
5826 2002-11-04 Juanma Barranquero <lektu@terra.es>
5827
5828 * files.el (find-buffer-visiting): Accept new optional PREDICATE
5829 argument to return only a buffer that satisfies the predicate.
5830 (insert-file-1): New function.
5831 (insert-file-literally): Use it.
5832 (insert-file): Use it.
5833
5834 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
5835
5836 * desktop.el (desktop-relative-file-names): New variable.
5837 (desktop-save): Use it.
5838
5839 2002-11-03 Andre Spiegel <spiegel@gnu.org>
5840
5841 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
5842 its current version in dired.el.
5843
5844 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
5845
5846 * emacs-lisp/autoload.el (generate-file-autoloads)
5847 (update-file-autoloads): Strip .gz and other such extensions.
5848 (update-autoloads-from-directories): Also consider compressed files.
5849
5850 * info.el (Info-streamline-headings): New var.
5851 (Info-dir-remove-duplicates): New fun.
5852 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
5853 (Info-select-node): Simplify handling of Info-header-line.
5854 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
5855 (Info-mode): Set header-line-format once and for all.
5856 (Info-fontify-node): Accept bogus first line with `File:' missing.
5857 Only make first line invisible if Info-use-header-line.
5858 Don't use `intangible': it's evil. Use inhibit-read-only.
5859 (Info-follow-reference, Info-next-reference, Info-prev-reference)
5860 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
5861 since we don't use intangible any more.
5862
5863 * image.el (insert-image): Don't make intangible since
5864 adjust_point_for_property should be sufficient by default.
5865
5866 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
5867
5868 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
5869 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
5870 (fill-paragraph): Use them.
5871
5872 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5873 Use fill-comment-paragraph.
5874
5875 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
5876
5877 * bindings.el (mode-line-change-eol)
5878 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
5879 (mode-line-mule-info): Use them for the EOL part of the modeline.
5880
5881 * server.el (server-sentinel): Kill buffers if applicable.
5882 (server-temp-file-p): Make arg optional.
5883 (server-done): Use it to simplify.
5884 (server-switch-buffer): If server-window is a function, use it.
5885
5886 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
5887 (undigestify-rmail-message): Fix paren-bug and simplify.
5888
5889 2002-11-02 Kim F. Storm <storm@cua.dk>
5890
5891 * info.el (Info-hide-note-references): nil value now does no
5892 reformatting at all. New choice 'tag reformats tag but shows
5893 the section reference.
5894 (Info-fontify-node): Use it.
5895
5896 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * textmodes/tex-mode.el (tex-common-initialization):
5899 comment-start-skip shouldn't match on the next line.
5900
5901 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
5902 Don't bother making paragraph-start a superset of paragraph-separate.
5903 Use line-beginning-position.
5904
5905 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
5906 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
5907
5908 2002-11-01 Kim F. Storm <storm@cua.dk>
5909
5910 * info.el (Info-hide-note-references): New defcustom.
5911 (Info-fontify-node): Use it.
5912
5913 2002-10-31 Kim F. Storm <storm@cua.dk>
5914
5915 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
5916 --noediting option; added run-time check to exclude it.
5917
5918 * info.el (Info-follow-reference, Info-next-reference)
5919 (Info-prev-reference, Info-try-follow-nearest-node):
5920 Bind inhibit-point-motion-hooks to t while parsing reference.
5921 (Info-fontify-node): When font-lock-mode is enabled, display
5922 "*note" and "* menu" references in a more user friendly format.
5923
5924 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
5925
5926 * textmodes/fill.el (fill-move-to-break-point): Skip white space
5927 _before_ checking to see if we're hitting the margin.
5928 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
5929 it's now done by the C primitives. Don't use narrowing.
5930 Reorganize the line-breaking part of the code to simplify the control
5931 flow and make it work in the absence of narrowing.
5932 (fill-region): Don't use narrowing.
5933
5934 2002-10-30 Dave Love <fx@gnu.org>
5935
5936 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
5937 (po-find-charset): Doc fix. Remove interactive spec.
5938 (po): Provide.
5939 (po-find-file-coding-system-guts): Re-written to use
5940 coding-system-alist, and code-pages, not codepage stuff.
5941
5942 * term/x-win.el: Remove some ancient compatibility code.
5943 Populate x-keysym-table.
5944
5945 2002-10-30 Andreas Schwab <schwab@suse.de>
5946
5947 * subr.el (replace-regexp-in-string): Doc fix.
5948
5949 2002-10-29 Dave Love <fx@gnu.org>
5950
5951 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
5952
5953 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
5954
5955 * international/mule-conf.el: Doc fixes.
5956
5957 2002-10-29 Richard M. Stallman <rms@gnu.org>
5958
5959 * server.el (server-switch-buffer): Say when no server buffers remain.
5960
5961 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
5962
5963 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
5964
5965 * progmodes/make-mode.el (makefile-warn-continuations):
5966 Call re-search-forward with NOERROR t.
5967
5968 2002-10-29 Kim F. Storm <storm@cua.dk>
5969
5970 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
5971 incomplete list of matches to be returned.
5972
5973 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
5974
5975 * textmodes/texinfo.el (texinfo-environments): Add environment;
5976 copying, documentdescription, ifplaintext, ifnotplaintext, and
5977 verbatim.
5978
5979 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
5980 (ifplaintext, ifnotplaintext)
5981 (afourpaper, afivepaper, afourlatex, afourwide)
5982 (documentlanguage, documentencoding): New aliases.
5983
5984 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
5985
5986 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
5987 up filter groups menu. Preserve point unless a menu command has
5988 moved it from point clicked.
5989
5990 2002-10-29 David Kastrup <dak@lola.goethe.zz>
5991
5992 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
5993 calc-refresh-evaltos appears to need this.
5994
5995 2002-10-28 Dave Love <fx@gnu.org>
5996
5997 * international/mule-diag.el (non-iso-charset-alist): Move to
5998 avoid compilation warning.
5999 (mule-diag): Provide.
6000
6001 * international/code-pages.el (cp-make-coding-system):
6002 Use utf-translation-table-for-decode, not
6003 utf-8-translation-table-for-decode.
6004 (mule-diag): Require.
6005
6006 * language/thai-util.el (thai-composition-function): Don't use prog1.
6007
6008 * language/lao-util.el (lao-composition-function): Don't use prog1.
6009
6010 * language/european.el (diacritic-composition-function):
6011 Modify confused prog1 form.
6012
6013 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
6014 (quail-keyboard-layout): Customize.
6015 Move after quail-keyboard-layout-alist.
6016
6017 2002-10-28 Miles Bader <miles@gnu.org>
6018
6019 * progmodes/make-mode.el (makefile-warn-continuations):
6020 Don't barf when there _aren't_ any suspicious continuations.
6021
6022 2002-10-28 Matthew Swift <swift@alum.mit.edu>
6023
6024 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
6025
6026 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
6027
6028 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
6029
6030 2002-10-27 Andreas Schwab <schwab@suse.de>
6031
6032 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
6033 end-of-comment syntax.
6034
6035 2002-10-27 Kim F. Storm <storm@cua.dk>
6036
6037 * ido.el (ido-cannot-complete-command): New defcustom, default to
6038 ido-completion-help (similar to iswitchb-cannot-complete-hook).
6039 (ido-complete): Call value of ido-cannot-complete-command rather
6040 than ido-completion-help when no common completion.
6041
6042 2002-10-27 Dave Love <fx@gnu.org>
6043
6044 * international/code-pages.el (iso-8859-11): New.
6045
6046 2002-10-27 Kim F. Storm <storm@cua.dk>
6047
6048 * pcvs.el (cvs-checkout): Use read-directory-name.
6049 (cvs-query-directory): Likewise.
6050
6051 2002-10-26 Richard M. Stallman <rms@gnu.org>
6052
6053 * progmodes/make-mode.el (makefile-cleanup-continuations):
6054 Default for variable is nil.
6055 (makefile-warn-continuations): New function.
6056 (makefile-mode): Put it on write-file-functions.
6057
6058 * international/mule-cmds.el (select-safe-coding-system):
6059 Delete debugging setq.
6060
6061 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
6062 after looking in ~.
6063
6064 * startup.el (command-line): Look for .emacs under ~/.emacs.d
6065 after looking in ~.
6066
6067 * simple.el (toggle-truncate-lines): When turning off truncation,
6068 clear out the hscroll value in this buffer's windows.
6069
6070 * simple.el (display-message-or-buffer): Don't display empty
6071 output in the echo area.
6072
6073 * man.el (Man-default-man-entry): Don't look for all word chars,
6074 look only for characters that are normally part of a shell command.
6075
6076 * gud.el (gdb): Pass default-directory to GDB via -cd option.
6077
6078 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
6079
6080 * find-file.el (ff-find-related-file): Fix autoload cookie.
6081
6082 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
6083 risky-local-variable-p.
6084
6085 * files.el (risky-local-variable-p): VAL=nil has special meaning.
6086
6087 * Makefile.in (compile-always): Avoid error in old Bash versions.
6088
6089 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
6090
6091 * textmodes/picture.el (picture-mouse-set-point): New command.
6092 (picture-mode-map): Bind it.
6093 (picture-motion-reverse): Doc fix.
6094
6095 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
6096
6097 * textmodes/outline.el (outline-next-heading): Make sure the match-data
6098 is really correct where returning.
6099
6100 2002-10-24 Matthew Swift <swift@alum.mit.edu>
6101
6102 * textmodes/outline.el (outline-minor-mode): Add customization group.
6103
6104 2002-10-23 Richard M. Stallman <rms@gnu.org>
6105
6106 * files.el (risky-local-variable-p): New arg VAL.
6107 (compile-command): Use `stringp' for `safe-local-variable' prop.
6108 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
6109
6110 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6111
6112 * woman.el (woman-version): Update to 0.551 (beta).
6113 (woman-parse-colon-path): Add support for current Cygwin mount
6114 conventions.
6115 (woman-Cyg-to-Win): New function to convert absolute filename from
6116 Cygwin to Windows form by executing external program cygpath if
6117 possible.
6118 (woman-man.conf-path): Update default to current common locations
6119 and to support Cygwin; update documentation.
6120 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
6121 match possible names of man.conf file; tidy code and documentation.
6122 (woman-manpath): Simplify default and documentation; essentially
6123 move code that was here into `woman-parse-colon-path'.
6124 (woman-default-indent): Change Linux to GNU in documentation.
6125 (woman-addition-face): Make documentation consistent with other
6126 WoMan faces.
6127 (woman-emulate-tbl): New variable, determines whether tbl
6128 emulation is required.
6129 (woman-decode-region): Add check for preprocessor requests.
6130 (woman0-process-escapes, woman-special-characters)
6131 (woman-get-next-char, woman-parse-numeric-value): Add support for
6132 long groff names of the form [xxx].
6133 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
6134 (woman2-PD, woman2-na): Doc fix.
6135 (woman-match-name): New function.
6136 (woman2-TS): New function.
6137 (woman2-TE): New alias for `woman2-fi'.
6138
6139 2002-10-23 Kim F. Storm <storm@cua.dk>
6140
6141 * ido.el (ido-restrict-to-matches): New command.
6142 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
6143
6144 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
6145
6146 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
6147 multiple redirection can work.
6148
6149 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
6150
6151 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
6152 Don't hardcode point-min == 1.
6153
6154 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
6155 (hexl-mode, hexl-current-address, hexl-address-to-marker)
6156 (hexl-insert-char): Don't hardcode point-min == 1.
6157 (hexl-isearch-search-function): New fun.
6158 (hexl-mode-old-isearch-search-fun-function): New var.
6159 (hexl-mode): Use them.
6160 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
6161 Use write-contents-functions rather then write-contents-hooks.
6162
6163 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
6164 (paragraph-indent-text-mode-abbrev-table)
6165 (paragraph-indent-text-mode-syntax-table): Remove.
6166 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
6167
6168 2002-10-21 Juanma Barranquero <lektu@terra.es>
6169
6170 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
6171 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
6172
6173 2002-10-20 Andreas Schwab <schwab@suse.de>
6174
6175 * apropos.el (apropos-group): Use customize-group-other-window.
6176
6177 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
6178
6179 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
6180 to just "/" instead of "/ p".
6181 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
6182
6183 2002-10-18 Juanma Barranquero <lektu@terra.es>
6184
6185 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
6186 ELSE expression on IF.
6187
6188 2002-10-17 Juanma Barranquero <lektu@terra.es>
6189
6190 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
6191
6192 * subr.el (remq): Likewise.
6193
6194 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
6195
6196 * vc-hooks.el (vc-insert-file): Likewise.
6197
6198 * vcursor.el (vcursor-other-window): Likewise.
6199
6200 * wid-edit.el (widget-choose): Likewise.
6201
6202 * calendar/diary-lib.el (diary-name-pattern): Likewise.
6203
6204 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
6205
6206 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
6207
6208 * emulation/edt-mapper.el (top-level): Likewise.
6209
6210 * eshell/esh-var.el (eshell/define): Likewise.
6211
6212 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
6213 (feedmail-queue-draft-directory): Likewise.
6214
6215 * net/netrc.el (netrc-parse): Likewise.
6216
6217 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
6218
6219 * progmodes/ebrowse.el (ebrowse-ts)
6220 (ebrowse-view/find-file-and-search-pattern)
6221 (ebrowse-draw-file-member-info): Likewise.
6222
6223 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
6224
6225 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
6226
6227 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
6228
6229 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
6230
6231 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
6232
6233 2002-10-17 Dave Love <fx@gnu.org>
6234
6235 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
6236
6237 * international/code-pages.el (cp-make-translation-table): Use
6238 ucs-mule-to-mule-unicode.
6239 (cp-fix-safe-chars): Fix typo.
6240 (non-iso-charset-alist): Don't define.
6241 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
6242 Define translation-table-for-input.
6243 (cp866): Reinstate.
6244 (alternativnj): Don't define alias.
6245 (koi8-u): Deleted.
6246
6247 * language/european.el ("Slovenian"): Use slovenian input-method.
6248 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
6249
6250 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
6251 the table.
6252 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
6253 (cp866): Delete this alias.
6254 ("Bulgarian"): Fix the value of `input-method'.
6255
6256 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
6257
6258 * dired-aux.el (dired-add-entry): Put point in correct position
6259 before inserting marker char.
6260
6261 2002-10-16 Andreas Schwab <schwab@suse.de>
6262
6263 * dired.el (dired-readin-insert): Expand dired-directory.
6264
6265 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
6266
6267 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
6268
6269 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
6270 reftex.el. Move the provide call to end of file.
6271
6272 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
6273
6274 2002-10-15 Dave Love <fx@gnu.org>
6275
6276 * man.el (Man-getpage-in-background): Set width in environment.
6277
6278 2002-10-15 Kenichi Handa <handa@m17n.org>
6279
6280 * mail/sendmail.el (sendmail-send-it): Call
6281 select-message-coding-system before changing the current bufer to
6282 " sendmail temp".
6283
6284 2002-10-14 Andre Spiegel <spiegel@gnu.org>
6285
6286 * files.el (insert-directory): Handle //SUBDIRED// lines in
6287 recursive listings from ls --dired.
6288
6289 * vc.el (vc-dired-reformat-line): Simplified. Handles text
6290 properties correctly now.
6291
6292 2002-10-14 Juanma Barranquero <lektu@terra.es>
6293
6294 * international/mule.el (set-selection-coding-system): Fix spacing.
6295
6296 2002-10-13 Richard M. Stallman <rms@gnu.org>
6297
6298 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6299 Treat `ignore' specially--prevent warnings about functions
6300 called for effect, in its args.
6301 Don't warn when `pop' is used for effect.
6302
6303 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
6304
6305 * uniquify.el (uniquify-get-proposed-name):
6306 Don't use directory-sep-char.
6307
6308 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
6309
6310 * find-file.el (ff-related-file-alist): New alias.
6311 (ff-find-related-file): New alias.
6312
6313 2002-10-13 Andreas Schwab <schwab@suse.de>
6314
6315 * dired.el (dired-insert-directory): When looking for existing
6316 indentation, goto OPOINT instead of beginning of buffer.
6317
6318 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
6319
6320 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
6321
6322 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
6323
6324 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
6325
6326 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
6327
6328 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
6329 frame from frame of selected window.
6330 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
6331 changing selected windows.
6332 (ediff-setup-control-frame): Make sure auto-rase is properly set for
6333 the control frame.
6334
6335 2002-10-10 Simon Josefsson <jas@extundo.com>
6336
6337 * browse-url.el (browse-url-mozilla): Doc fix.
6338
6339 2002-10-10 Steve Youngs <youngs@xemacs.org>
6340
6341 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
6342 (browse-url-mozilla): Use it.
6343
6344 2002-10-11 Miles Bader <miles@gnu.org>
6345
6346 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
6347 files contains an invalid timestamp.
6348
6349 2002-10-11 Simon Josefsson <jas@extundo.com>
6350
6351 * mail/sendmail.el (mail-envelope-from): New option `header' to
6352 use RFC 2822 From: header as the envelope address.
6353 (mail-envelope-from): New function, this should be used instead of
6354 looking at the `mail-envelope-from' variable.
6355 (sendmail-send-it): Use it.
6356
6357 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
6358
6359 2002-10-11 Andre Spiegel <spiegel@gnu.org>
6360
6361 * dired.el (dired-insert-directory): Fix check for indentation
6362 from ls --dired.
6363
6364 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
6365 properties from the reformatted line.
6366
6367 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
6368
6369 * textmodes/paragraphs.el (forward-paragraph): Keep track of
6370 remaining paragraphs to skip more carefully.
6371
6372 * add-log.el (add-change-log-entry): Don't call find-file at all
6373 if we're already in the proper buffer.
6374 (change-log-resolve-conflict): New fun.
6375 (change-log-mode): Use it and use define-derived-mode.
6376 (change-log-merge): Allow other-log to be a buffer.
6377 Don't add a \n if there are already enough \n's.
6378
6379 * finder-inf.el, subdirs.el, cus-load.el: Remove.
6380
6381 * finder.el ("finder-inf"): Don't fail if the file is absent.
6382
6383 * cus-dep.el (custom-make-dependencies): Don't use find-file.
6384 Use feature names rather than file names if applicable.
6385
6386 * cus-edit.el (customize-mode): New command.
6387
6388 * custom.el (custom-group-of-mode): New fun.
6389 (custom-load-symbol): Don't use preloaded-file-list now that
6390 load-history is always complete. Don't look up the expanded file
6391 name in load-history (looked like an XEmacsism).
6392
6393 * smerge-mode.el (smerge-ediff): Autoload.
6394 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
6395 (smerge-resolve-function): New var.
6396 (smerge-resolve): New command.
6397 (smerge-basic-map): Bind it.
6398
6399 2002-10-10 Andre Spiegel <spiegel@gnu.org>
6400
6401 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
6402 CVS/Entries, rather than comparing it textually.
6403
6404 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
6405
6406 * international/encoded-kb.el: Add `provide' call.
6407
6408 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
6409
6410 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
6411 ln(-1) should be i*pi, not pi.
6412
6413 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
6414
6415 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
6416 instead of require to avoid loops when loaddefs.el is loaded after
6417 vc-cvs.el.
6418
6419 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
6420 (Custom-reset-saved): Don't test for saved-value.
6421
6422 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
6423
6424 * vc.el (vc-find-version): Use the new backend op `find-version'.
6425 (vc-default-find-version): Provide the new backend op `find-version'
6426 in terms of the old `checkout' op.
6427
6428 * vc-rcs.el (vc-rcs-find-version): New fun.
6429 (vc-rcs-checkout): Remove `workfile' arg and simplify.
6430
6431 * vc-sccs.el (vc-sccs-find-version): New fun.
6432 (vc-sccs-checkout): Remove `workfile' arg and simplify.
6433
6434 * vc-cvs.el (vc-cvs-find-version): New fun.
6435
6436 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
6437
6438 * info.el (Info-next-menu-item, Info-last-menu-item)
6439 (info-emacs-manual): Add docstrings.
6440 (Info-index): Use `string-to-number' instead of `string-to-int'.
6441
6442 2002-10-08 Kenichi Handa <handa@m17n.org>
6443
6444 * international/ucs-tables.el (ucs-translation-table-for-decode):
6445 Define it as a translation-table.
6446
6447 2002-10-07 Richard M. Stallman <rms@gnu.org>
6448
6449 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6450
6451 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
6452 properties of the variables being initialized.
6453
6454 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
6455
6456 2002-10-07 Kim F. Storm <storm@cua.dk>
6457
6458 * emulation/cua-base.el (cua-normal-cursor-color):
6459 Fixed initialization to make "Erase Customization" work.
6460
6461 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
6462
6463 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
6464 in case some other package redefined it.
6465 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
6466
6467 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
6468 forward-paragraph to make sure its return value is meaningful.
6469
6470 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6471
6472 * net/tramp.el: Version 2.0.25 released.
6473 (tramp-handle-file-truename): If it's a directory,
6474 append slash only if result doesn't end in a slash already.
6475 (tramp-handle-file-truename): Restructure logic. If list of steps
6476 is nil, return "/" as the real name.
6477 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
6478 `match-string' doesn't make sense. From Michael Albinus.
6479 (tramp-host-with-port-regexp): New defcustom. Equal to previous
6480 `tramp-host-regexp'. From Michael Albinus.
6481 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
6482 scanning files like .rhosts would take comments as host names.
6483 From Michael Albinus.
6484 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
6485 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
6486 From Michael Albinus.
6487 (tramp-action-terminal): New function.
6488 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
6489 (tramp-actions-before-shell): Use them.
6490 (tramp-handle-shell-command): Logic error. From Ivan
6491 Zakharyaschev <imz@altlinux.org>.
6492
6493 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
6494
6495 * thingatpt.el (thing-at-point-uri-schemes): New variable.
6496 (thing-at-point-url-regexp): Use it.
6497
6498 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
6499
6500 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
6501 loops.
6502
6503 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
6504
6505 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
6506 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
6507 (vc-print-log): Don't check log-view-mode.
6508 (vc-default-show-log-entry): Don't check log-view-goto-rev.
6509 (vc-log-mode): Remove.
6510 (vc-log-edit): Don't check log-edit.
6511
6512 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
6513
6514 * vc-cvs.el (vc-cvs-show-log-entry):
6515 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
6516
6517 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
6518
6519 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
6520
6521 * vc.el (vc-default-show-log-entry): Fix typo.
6522
6523 2002-10-04 Steven Tamm <steventamm@mac.com>
6524
6525 * term/mac-win.el: Add lines to handle the new [return] event.
6526
6527 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
6528
6529 * textmodes/fill.el (fill-paragraph): Give up if there's no
6530 paragraph at or after point.
6531
6532 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
6533
6534 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
6535 (vc-default-show-log-entry): New fun.
6536
6537 * subr.el (read-key-auxiliary-map, read-key): Remove.
6538 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
6539
6540 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
6541
6542 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
6543 menu pseudo-keys generated by easymenu which are lowercase in
6544 Emacs 21.4.
6545
6546 * progmodes/ada-xref.el
6547 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
6548
6549 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
6550
6551 * frame.el (delete-frame-hook): Variable alias for
6552 `delete-frame-functions'. Mark obsolete.
6553
6554 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
6555
6556 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
6557 (outline-5, outline-6, outline-7, outline-8): New faces.
6558 (outline-font-lock-faces, outline-font-lock-levels): New vars.
6559 (outline-font-lock-face): New fun.
6560 (outline-font-lock-keywords): Use it.
6561 (outline-font-lock-level): Remove.
6562 (outline-mode, outline-next-preface, outline-next-heading)
6563 (outline-previous-heading, outline-next-visible-heading):
6564 Use shy group.
6565 (outline-level) <var>: Update calling convention.
6566 (outline-level) <fun>: Take advantage of it.
6567 (outline-demote): Don't assume the match-data is still uptodate.
6568 (outline-up-heading): Simplify and make sure the match data is
6569 properly set at the end.
6570
6571 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
6572
6573 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
6574 nconc.
6575
6576 * startup.el (normal-top-level): Reset standard-value property of
6577 `user-full-name' here.
6578
6579 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
6580
6581 * wid-edit.el (widget-default-get): Change to return external
6582 value.
6583 (widget-choice-action): Update caller.
6584 (widget-editable-list-entry-create): Update caller.
6585
6586 * wid-edit.el (widget-types-copy): New function.
6587 (default): Added :copy keyword.
6588 (menu-choice): Ditto.
6589 (checklist): Ditto.
6590 (radio-button-choice): Ditto.
6591 (editable-list): Ditto.
6592 (group): Ditto.
6593 (widget-copy): New function.
6594 (widget-create-child): Use it.
6595 (widget-create-child-value): Use it.
6596
6597 2002-10-01 Bill Wohler <wohler@newt.com>
6598
6599 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
6600 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
6601 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
6602 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
6603 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
6604 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
6605 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
6606 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
6607 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
6608 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
6609 There were no user-visible changes in 6.1.1 from 6.1--only the
6610 section of the Makefile that installs the files into Emacs was changed.
6611
6612 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
6613
6614 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
6615 works when font-lock is turned off.
6616
6617 * jit-lock.el (jit-lock-fontify-now): Don't widen.
6618 Let the jit-lock-functions do it if they want to.
6619
6620 2002-10-01 Juanma Barranquero <lektu@terra.es>
6621
6622 * eshell/esh-module.el (eshell-load-defgroups):
6623 Add "no-byte-compile: t" to subdirs.el.
6624
6625 * makefile.w32-in (update-subdirs-CMD): Likewise.
6626
6627 * forms-d2.el:
6628 * forms-pass.el:
6629 * generic-x.el:
6630 * patcomp.el:
6631 * paths.el:
6632 * version.el:
6633 * international/mule-conf.el:
6634 * language/czech.el:
6635 * language/devanagari.el:
6636 * language/english.el:
6637 * language/georgian.el:
6638 * language/greek.el:
6639 * language/hebrew.el:
6640 * language/japanese.el:
6641 * language/korean.el:
6642 * language/lao.el:
6643 * language/misc-lang.el:
6644 * language/romanian.el:
6645 * language/slovak.el:
6646 * language/thai.el:
6647 * language/utf-8-lang.el:
6648 * emacs-lisp/cl-specs.el:
6649 * eshell/esh-maint.el:
6650 * mail/blessmail.el:
6651 * play/bruce.el:
6652 * term/apollo.el:
6653 * term/AT386.el:
6654 * term/bobcat.el:
6655 * term/internal.el:
6656 * term/iris-ansi.el:
6657 * term/keyswap.el:
6658 * term/linux.el:
6659 * term/lk201.el:
6660 * term/news.el:
6661 * term/vt102.el:
6662 * term/vt125.el:
6663 * term/vt200.el:
6664 * term/vt201.el:
6665 * term/vt220.el:
6666 * term/vt240.el:
6667 * term/vt300.el:
6668 * term/vt320.el:
6669 * term/vt400.el:
6670 * term/vt420.el:
6671 * term/wyse50.el: Add "no-byte-compile: t" in first line.
6672
6673 2002-10-01 Kenichi Handa <handa@m17n.org>
6674
6675 * international/utf-16.el: Don't provide utf-16.
6676
6677 * international/utf-8.el (ccl-decode-mule-utf-8):
6678 Remove unnecessary line.
6679
6680 2002-09-30 Kenichi Handa <handa@m17n.org>
6681
6682 * language/thai.el (thai-tis620): Add `mime-charset' property.
6683
6684 * language/indian.el: Don't register "ISO10646.*-1" in
6685 font-ccl-encoder-alist.
6686
6687 * language/cyrillic.el (ccl-decode-koi8): Refer to
6688 ucs-translation-table-for-decode.
6689 (ccl-decode-koi8-u): Likewise.
6690 (ccl-decode-alternativnyj): Likewise.
6691 (cyrillic-koi8): Put `dependency' property.
6692 (koi8-u): Likewise.
6693 (cyrillic-alternativnyj): Likewise.
6694
6695 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
6696 this translation-table name here.
6697 (utf-translation-table-for-encode): New translation-table name.
6698 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
6699 (utf-defragmentation-table): New variable.
6700 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
6701 (utf-subst-table-for-encode): New translation-table name.
6702 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
6703 (utf-subst-table-for-decode): New translation-table name.
6704 (utf-fragment-on-decoding): Renamed from
6705 utf-8-fragment-on-decoding. Correctly handle the case that
6706 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
6707 mule-utf-16-be too.
6708 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
6709 Handle mule-utf-16-le and mule-utf-16-be too.
6710 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
6711 and utf-subst-table-for-decode.
6712 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
6713 and utf-subst-table-for-encode.
6714 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
6715
6716 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
6717 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
6718 utf-8-subst-rev-table.
6719
6720 * international/utf-16.el (utf-16-decode-ucs): Look up
6721 utf-subst-table-for-decode. Fix for the case that the looking up
6722 succeeds.
6723 (ccl-decode-mule-utf-16-le): Translate characters by
6724 utf-translation-table-for-decode.
6725 (ccl-decode-mule-utf-16-be): Likewise.
6726 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
6727 at first. Translate characters by utf-translation-table-for-encode.
6728 (ccl-encode-mule-utf-16-be): Likewise.
6729 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
6730
6731 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
6732
6733 * international/ucs-tables.el: Don't bind
6734 utf-8-translation-table-for-decode while setting up
6735 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
6736 iso-8859-* coding systems.
6737 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
6738 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
6739 populate the translation table named
6740 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
6741 ucs-mule-to-mule-unicode populates the translation table named
6742 utf-translation-table-for-encode. Call register-char-codings for
6743 mule-utf-16-be and mule-utf-16-le too.
6744 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
6745 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
6746 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
6747 non-nil, make a proper char-table populates the translation table
6748 name utf-translation-table-for-encode. Call register-char-codings
6749 for all mule-utf-* to to reset their status to the origianl.
6750 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
6751 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
6752 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
6753 (ccl-encode-unicode-font): Delete.
6754 (ucs-tables-unload-hook): Delete.
6755
6756 * international/mule.el (decode-char): Refer to the translation
6757 hash table named utf-subst-table-for-decode. Refer to the
6758 translation table named utf-translation-table-for-decode instead
6759 of utf-8-translation-table-for-decode.
6760 (encode-char): Refer to the translation hash table named
6761 utf-subst-table-for-encode. Refer to the translation table named
6762 utf-translation-table-for-encode instead of
6763 utf-8-translation-table-for-encode.
6764
6765 * international/mule-diag.el (describe-coding-system):
6766 Describe `dependency' property.
6767
6768 * international/mule-conf.el (emacs-mule): Add property `composition'.
6769
6770 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
6771 translation table name here.
6772 (ucs-mule-cjk-to-unicode): New translation table name.
6773 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
6774 (font-ccl-encoder-alist): Change the font registry pattern to
6775 "ISO10646.*-*".
6776
6777 2002-09-30 Colin Walters <walters@gnu.org>
6778
6779 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
6780 `inhibit-msg'.
6781
6782 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
6783 `executing-kbd-macro' and `defining-kbd-macro'.
6784
6785 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
6786 Call `calc-flush-caches' with inhibit-msg arg.
6787 (calc-change-mode): Remove extra arg for `calc-save-modes'.
6788
6789 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
6790 Don't bind `executing-kbd-macro'.
6791
6792 2002-09-29 Noah Friedman <friedman@splode.com>
6793
6794 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
6795
6796 2002-09-29 Richard M. Stallman <rms@gnu.org>
6797
6798 * startup.el (user-mail-address): Initialize to a useful value
6799 once Emacs is started up; initialize to "" at loadup time.
6800 (command-line): "", not nil, means user-mail-address not set yet.
6801
6802 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6803
6804 * net/tramp.el: Version 2.0.24 released.
6805 (tramp-methods, tramp-completion-function-alist):
6806 Rename "*-old" methods to "*_old". From Michael Albinus.
6807 (tramp-completion-function-alist):
6808 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
6809 From Michael Albinus.
6810 (tramp-default-method-alist): Use "su" for "root@localhost".
6811 (tramp-host-regexp): Allow "#" for "host#port" kludge.
6812 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
6813 default method. Require additional args USER and HOST for this.
6814 Callers changed.
6815 (tramp-handle-file-local-copy): More local bindings. Bind results
6816 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
6817 "are you awake" problem.
6818 (tramp-action-password): Protect against clobbered match data.
6819 (tramp-open-connection-setup-interactive-shell): Explicitly set
6820 tramp-last-cmd-time before invoking tramp-send-command the first
6821 time. Otherwise, tramp-send-command would issue "echo are you
6822 awake" right at the first time, which is not what we want.
6823 Reported by Douglas Gray Stephens.
6824 (tramp-find-inline-encoding): Don't redirect stdout to
6825 /dev/null to avoid "chmode go-rwx" operation from "mimencode
6826 >/dev/null" as root(!), and to check the output of the decoding
6827 command.
6828 (tramp-maybe-open-connection): Don't send "are you awake" if
6829 process has died.
6830
6831 2002-09-29 Colin Walters <walters@gnu.org>
6832
6833 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
6834
6835 2002-09-29 Mike Williams <mdub@bigfoot.com>
6836
6837 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
6838
6839 2002-09-29 Richard M. Stallman <rms@gnu.org>
6840
6841 * custom.el (defcustom): Doc fix.
6842
6843 2002-09-28 Richard M. Stallman <rms@gnu.org>
6844
6845 * loadhist.el (unload-feature): When undefining a variable,
6846 delete its buffer-local bindings.
6847
6848 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
6849
6850 * subr.el (remove-yank-excluded-properties): Fix bugs in
6851 handling of category properties.
6852
6853 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6854
6855 * ps-print.el (ps-print-emacs-type): Error if ps-print is
6856 activated in Epoch, inLucid or in Emacs v19 or lesser.
6857 Value can no longer be `lucid'.
6858 (ps-print-version): New version number (6.5.8).
6859 (faces): Never do (require 'faces).
6860
6861 2002-09-28 Simon Josefsson <jas@extundo.com>
6862
6863 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
6864 streams that were opened using starttls.
6865
6866 2002-09-28 Paul Reilly <pmr@pajato.com>
6867
6868 * files.el (auto-mode-alist): Add support for Java Enterprise
6869 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
6870
6871 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
6872
6873 * progmodes/m4-mode.el (m4-font-lock-keywords)
6874 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
6875 (m4-m4-region): Doc fixes.
6876
6877 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
6878
6879 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
6880 (cl-push, cl-pop): Remove.
6881 Use pop and push throughout the file instead.
6882 (cl-transform-lambda): Add usage info to docstring if the arglist
6883 is complex.
6884
6885 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
6886 (autoload-print-form): Also quote open-[-in-column 0.
6887
6888 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
6889 (help-split-fundoc): Don't support old syntax any more.
6890 (help-add-fundoc-usage): New fun.
6891
6892 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
6893 Use pop and push throughout the file instead.
6894 (cl-hash-lookup): Remove.
6895 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
6896 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
6897
6898 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
6899 Use pop and push throughout the file instead.
6900
6901 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
6902 loading since the current keymaps might be all weird.
6903
6904 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
6905 to the name since they're added by mode-line-format already.
6906 (define-minor-mode): Run (,mode -1) when needed.
6907
6908 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
6909 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
6910 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
6911 Don't hardcode 1 == point-min.
6912
6913 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
6914
6915 * subr.el (read-key-auxiliary-map): New var.
6916 (read-key): Use it.
6917 (make-temp-file): Make the file have mode 600.
6918 (add-minor-mode): Don't add properties to the name since it's
6919 added by mode-line-format already.
6920 Be more careful with the mode-line-menu entry name.
6921
6922 * userlock.el (ask-user-about-supersession-threat): Don't abort
6923 when the user hits mouse-2.
6924
6925 * register.el (set-register): Use push.
6926 (point-to-register): Set kill-buffer-hook in this buffer.
6927 (register-swap-out): Use dolist.
6928 (kill-buffer-hook): Don't change globally.
6929
6930 * server.el (server-select-display): New function.
6931 (server-process-filter): Add support for `-display' and `-eval' args.
6932 (server-visit-files): Use save-current-buffer, push, and dolist.
6933 Add server-kill-buffer to kill-buffer-hook.
6934 (kill-buffer-hook): Don't modify globally.
6935 (server-switch-buffer): Be a bit more careful with multiple displays.
6936 (server-socket-name): Always use /tmp and non-qualified hostname.
6937
6938 * uniquify.el (uniquify-rationalize-file-buffer-names):
6939 Add to kill-buffer-hook for buffers with conflict.
6940 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
6941 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
6942 (kill-buffer-hook): Don't change globally.
6943
6944 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
6945
6946 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
6947 (calc-stack-top, calc-always-load-extensions)
6948 (calc-line-numbering, calc-line-breaking, calc-display-just)
6949 (calc-display-origin, calc-number-radix, calc-leading-zeros)
6950 (calc-group-digits, calc-group-char, calc-point-char)
6951 (calc-frac-format, calc-prefer-frac, calc-hms-format)
6952 (calc-date-format, calc-float-format, calc-complex-format)
6953 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
6954 (calc-display-strings, calc-matrix-just, calc-break-vectors)
6955 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
6956 (calc-vector-brackets, calc-matrix-brackets, calc-language)
6957 (calc-language-option, calc-function-open, calc-function-open)
6958 (calc-function-close, calc-language-output-filter)
6959 (calc-language-input-filter, calc-radix-formatter)
6960 (calc-left-label, calc-right-label, calc-word-size)
6961 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6962 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
6963 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
6964 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6965 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6966 (calc-window-height, calc-display-trail, calc-show-selections)
6967 (calc-use-selections, calc-assoc-selections)
6968 (calc-display-working-message, calc-auto-why, calc-timing)
6969 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
6970 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
6971 Make into real defvars.
6972 (calc-mode-var-list): Delete.
6973 (calc-mode-save-mode, calc-standard-date-formats)
6974 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6975 (calc-user-parse-tables, calc-gnuplot-default-device)
6976 (calc-gnuplot-default-output, calc-gnuplot-print-device)
6977 (calc-gnuplot-print-output, calc-gnuplot-geometry)
6978 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6979 (calc-invocation-macro, calc-show-banner): Make into defvars,
6980 taken from `calc-mode-var-list'.
6981 (calc-emacs-type-epoch, calc-emacs-type-19)
6982 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
6983 (calc-version, calc-version-date, calc-trail-pointer)
6984 (calc-trail-overlay, calc-undo-list, calc-redo-list)
6985 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
6986 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
6987 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
6988 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
6989 (calc-said-hello, calc-executing-macro, calc-any-selections)
6990 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
6991 (calc-display-dirty, calc-prepared-composition)
6992 (calc-selection-cache-default-entry, calc-embedded-info)
6993 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
6994 (math-eval-rules-cache-tag, math-radix-explicit-format)
6995 (math-expr-function-mapping, math-expr-variable-mapping)
6996 (math-read-expr-quotes, math-working-step, math-working-step-2)
6997 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
6998 defvars, from toplevel setq.
6999 (calc-mode-map): Set up keymap in more modern fashion.
7000 (calc-dispatch-map): Ditto.
7001 (calc-command-flags, calc-final-point-line)
7002 (calc-final-point-column): Defvar.
7003 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
7004 (sel-mode): Defvar.
7005 (calc-any-evaltos): Ditto.
7006 (calc-buffer, calc-prev-char, calc-prev-prev-char)
7007 (calc-digit-value): Ditto.
7008 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
7009 (math-sub-bignum): Bind `diff'.
7010 (calc-selection-cache-entry): Defvar.
7011 (calc-count-lines): Reference `pos' instead of `newpos'.
7012
7013 2002-09-27 Simon Josefsson <jas@extundo.com>
7014
7015 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
7016
7017 2002-09-26 Richard M. Stallman <rms@gnu.org>
7018
7019 * mail/unrmail.el (unrmail): Do the work directly,
7020 without actually selecting the messages in the from file.
7021 (unrmail-unprune): New subroutine.
7022
7023 * files.el (backup-buffer): Bind local var MODES.
7024 Don't use renaming for a suid or sgid file.
7025 Use backup-buffer-copy to do copying.
7026 (backup-buffer-copy): New subroutine.
7027 Clear suid and sgid bits for the copy.
7028
7029 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
7030
7031 * calendar/solar.el (solar-equinoxes-solstices):
7032 Use time properly adjusted for DST in the result.
7033
7034 2002-09-26 Richard M. Stallman <rms@gnu.org>
7035
7036 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
7037 Bind inhibit-read-only; don't mess with buffer-read-only.
7038
7039 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
7040
7041 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
7042
7043 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
7044 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7045
7046 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
7047
7048 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
7049 instead of within `with-current-buffer'.
7050
7051 2002-09-26 Stephen Eglen <stephen@gnu.org>
7052
7053 * iswitchb.el (iswitchb-completions): Test that
7054 iswitchb-common-match-string is a string, before printing common
7055 completions.
7056
7057 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
7058
7059 * server.el: Use built-in network primitives.
7060 (server-program, server-previous-string): Remove.
7061 (server-previous-strings): New var.
7062 (server-socket-name): New var.
7063 (server-log): Minor change to the output format.
7064 (server-sentinel): Clean up global state when a client disconnects.
7065 (server-unquote-arg): New fun.
7066 (server-start): Use server-socket-name and make-network-process.
7067 (server-process-filter): Now talks to the clients directly.
7068 Normalize file name after unquoting and decoding.
7069 (server-buffer-done): Just close the connection.
7070 (server-switch-buffer): Handle the case where all windows are
7071 dedicated or minibuffers.
7072
7073 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
7074 Don't bind them variables.
7075 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
7076 (font-lock-after-unfontify-buffer): Check that the vars are bound.
7077 (font-lock-dont-widen): New var.
7078 (font-lock-default-fontify-region): Use it.
7079
7080 * emacs-lisp/find-func.el (find-library-name):
7081 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
7082
7083 2002-09-25 Kenichi Handa <handa@etl.go.jp>
7084
7085 * international/mule-cmds.el (select-safe-coding-system):
7086 Handle safe but rejected default coding systems and unsafe default
7087 coding systems differently.
7088
7089 * international/mule-diag.el (list-character-sets): Use the buffer
7090 name "*Character Set List*", not "*Help*". List also indirectly
7091 supported character sets.
7092 (list-charset-chars): Use the buffer name "*Character List*", not
7093 "*Help*". Display the current charset name in the modeline.
7094 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
7095 (sort-listed-character-sets): Don't alter the region showing
7096 indirectly supported charsets.
7097
7098 2002-09-24 Simon Josefsson <jas@extundo.com>
7099
7100 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
7101 (mail-extract-address-components): Doc fix.
7102
7103 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
7104
7105 * simple.el (edit-and-eval-command): Protect command-history.
7106 (repeat-complex-command): Protect command-history.
7107
7108 2002-09-24 Juanma Barranquero <lektu@terra.es>
7109
7110 * replace.el (occur-find-match): New function.
7111 (occur-next, occur-prev): Use it.
7112
7113 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
7114 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
7115 instead of 'occur and 'occur-point.
7116
7117 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
7118 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
7119
7120 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
7121
7122 * descr-text.el (describe-text-category): Use *Help*.
7123 Don't kill-buffer.
7124 (describe-text-properties, describe-char):
7125 Delay self-inspection test. Use *Help*.
7126 Use syntax-after. Use `pos' rather than (point).
7127 Distinguish the before/after part of a composition.
7128
7129 2002-09-23 Kenichi Handa <handa@etl.go.jp>
7130
7131 * international/quail.el (quail-completion): Be sure to scroll
7132 quail-completion-buf.
7133
7134 2002-09-23 Richard M. Stallman <rms@gnu.org>
7135
7136 * ielm.el (*1): Fix previous change.
7137
7138 2002-09-23 Juanma Barranquero <lektu@terra.es>
7139
7140 * net/tramp.el (tramp-unified-filenames): Autoload it.
7141
7142 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
7143
7144 * ediff-init.el (ediff-get-next-window): Bug fix.
7145
7146 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
7147
7148 * play/gamegrid.el (gamegrid-face): New variable to emulate a
7149 buffer-local default face.
7150 (gamegrid-xbm): New variable; XBM image as a replacement for
7151 `gamegrid-xpm' on Emacsen compiled without XPM-support.
7152 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
7153 of images to Emacs.
7154 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
7155 convert XEmacs-type image descriptors.
7156 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
7157 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
7158 image descriptors.
7159 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
7160 functions to check for display capabilities. Fix the recognition
7161 of image-support in Emacs 21 by this way.
7162 (gamegrid-hide-cursor): Removed.
7163 (gamegrid-setup-default-font): Ported the code from XEmacs to
7164 Emacs: create a new face and assign the variable `gamegrid-face'
7165 to it. Make sure that the face is not higher than the smallest
7166 image used by the game.
7167 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
7168 instead of `gamegrid-hide-cursor'.
7169 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
7170 image in the buffer, instead of applying a face. [This is because
7171 Emacs display-tables are not as capable as the display-tables in
7172 XEmacs. Maybe this function should be renamed to reflect the change?]
7173 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
7174 the face held by `gamegrid-face' in an overlay over the whole
7175 buffer to emulate a buffer-local default-face.
7176
7177 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
7178
7179 * play/doctor.el (doctor-doc): Add 2 question words.
7180 (doctor-getnoun): Parse and save the complete object phrase.
7181
7182 2002-09-22 Richard M. Stallman <rms@gnu.org>
7183
7184 * international/mule-cmds.el (select-safe-coding-system): Cope if
7185 default-coding-system gives nil which was then used in `min'.
7186
7187 * mail/sendmail.el (sendmail-send-it): If user's buffer
7188 is unibyte, make tembuf unibyte.
7189
7190 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7191
7192 * net/tramp.el: Version 2.0.22 released.
7193 (tramp-parse-rhosts, tramp-parse-shosts)
7194 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
7195 `add-to-list' for performance reasons.
7196 (tramp-get-completion-user-host): Return `nil' in case both `user'
7197 and 'host' are empty (not necessarily `nil'.
7198 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
7199 (tramp-user-regexp): " \t" are not user regexp characters.
7200 (tramp-completion-handle-file-name-all-completions):
7201 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
7202 completely, and it returns local completions as well.
7203 (tramp-completion-function-alist-ftp): New constant.
7204 (tramp-completion-function-alist): Add completion function for "ftp".
7205 From Michael Albinus <Michael.Albinus@alcatel.de>.
7206
7207 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7208
7209 * net/tramp.el: Version 2.0.21 released.
7210 (tramp-handle-file-newer-than-file-p): If mtime of both files is
7211 known, return a useful result. Better error message in case one
7212 is a Tramp file and one isn't.
7213 (tramp-handle-file-local-copy, tramp-handle-write-region)
7214 (tramp-find-shell, tramp-open-connection-telnet)
7215 (tramp-open-connection-rsh, tramp-open-connection-su)
7216 (tramp-open-connection-setup-interactive-shell)
7217 (tramp-post-connection, tramp-maybe-open-connection)
7218 (tramp-method-out-of-band-p): Correct number of args for
7219 `tramp-get-rsh-program' and similar functions.
7220
7221 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7222
7223 * net/tramp.el: Version 2.0.20 released.
7224
7225 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7226
7227 * net/tramp.el (tramp-completion-function-alist): Escape open
7228 paren in docstring.
7229 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
7230 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
7231 instead of tramp-message.
7232 (tramp-open-connection-rsh): Handle empty string as user name.
7233 (tramp-open-connection-su): Handle empty string as host name.
7234 Handle nil user name.
7235 (tramp-handle-file-local-copy, tramp-handle-write-region)
7236 (tramp-completion-handle-file-name-all-completions)
7237 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7238 (tramp-open-connection-su, tramp-post-connection)
7239 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
7240 (tramp-get-connection-function, tramp-get-remote-sh)
7241 (tramp-get-rsh-program, tramp-get-rsh-args)
7242 (tramp-get-rcp-program, tramp-get-rcp-args)
7243 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
7244 (tramp-get-su-args, tramp-get-telnet-program)
7245 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
7246 additional args USER, HOST.
7247 (tramp-action-password, tramp-open-connection-telnet)
7248 (tramp-open-connection-su, tramp-open-connection-multi)
7249 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
7250 takes USER and HOST arguments, to be able to use
7251 `tramp-find-method'. Update callers.
7252 (tramp-find-method): New function.
7253
7254 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7255
7256 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7257 in SWITCHES (by removing it).
7258
7259 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7260
7261 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
7262
7263 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7264
7265 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
7266
7267 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7268
7269 * net/tramp.el (tramp-bug): Add tramp-methods.
7270
7271 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7272
7273 * net/tramp.el (tramp-methods): Update docstring:
7274 tramp-encoding-command, tramp-decoding-command,
7275 tramp-encoding-function and tramp-decoding-function are not
7276 parameters anymore.
7277 (tramp-uuencode-region): Autoload it.
7278
7279 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7280
7281 * net/tramp.el: Version 2.0.19 released.
7282
7283 * net/tramp-uu.el: New file, implements uuencode in Lisp.
7284
7285 * net/tramp.el (tramp-coding-commands):
7286 Use `tramp-uuencode-region' as local encoder for the uuencode based
7287 entries.
7288
7289 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7290
7291 * net/tramp.el (tramp-handle-write-region): Wrong parens.
7292
7293 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7294
7295 * net/tramp.el: Version 2.0.18 released.
7296
7297 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
7298 older versions of Perl. Now tested with 5.004. Suggestion from
7299 Michael Albinus.
7300
7301 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7302
7303 * net/tramp.el (tramp-find-inline-encoding):
7304 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
7305 (tramp-call-local-coding-command): OUTPUT equals nil means to
7306 discard the output. INPUT equals nil means /dev/null.
7307
7308 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7309
7310 * net/tramp.el (tramp-encoding-shell): Default to environment
7311 variable COMSPEC on Windows.
7312 (tramp-handle-write-region): More debugging output.
7313 (tramp-find-inline-encoding): Ditto.
7314
7315 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
7316
7317 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
7318 Define `result1'.
7319 (tramp-parse-hosts-group): Discard IPv6 entries.
7320
7321 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7322
7323 * net/tramp.el (tramp-post-connection): Only send Perl
7324 mime-encode/decode implementations when using inline method.
7325 (tramp-handle-file-local-copy)
7326 (tramp-handle-write-region, tramp-post-connection)
7327 (tramp-coding-commands, tramp-find-inline-encoding): For the
7328 inline encodings, distinguish between local and remote commands,
7329 instead of between commands and functions. (The local commands
7330 can be functions, too.) If the local host is a Windows machine,
7331 we can't expect the same commands to work there as on the remote host.
7332 (tramp-call-local-coding-command): New function for calling local
7333 encoding and decoding commands.
7334 (tramp-set-remote-encoding, tramp-get-remote-encoding)
7335 (tramp-set-remote-decoding, tramp-get-remote-decoding)
7336 (tramp-set-local-encoding, tramp-get-local-encoding)
7337 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
7338 (tramp-get-encoding-command, tramp-set-encoding-command)
7339 (tramp-get-decoding-command, tramp-set-decoding-command)
7340 (tramp-get-encoding-function, tramp-set-encoding-function)
7341 (tramp-get-decoding-function, tramp-set-decoding-function):
7342 Old functions, removed.
7343
7344 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7345
7346 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7347 Change command to invoke /bin/sh slightly to make it compatible
7348 with the `rc' shell. Suggested by Daniel Pittman.
7349
7350 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
7351
7352 * net/tramp.el (tramp-handle-write-region): Added missing
7353 `)'. Hope it's the right place.
7354
7355 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7356
7357 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7358 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
7359 order to get a sane shell prompt. If people have ${CWD}, say, in
7360 their shell prompt, then the default login shell might display
7361 something harmless, but the /bin/sh will display a dollar sign
7362 which confused the subsequent prompt recognition.
7363 (tramp-multi-action-password): More debugging output.
7364 (tramp-encoding-shell): Renamed from tramp-sh-program.
7365 More documentation. Default to cmd.exe on Windows NT.
7366 (tramp-encoding-command-switch): New variable. Use instead of
7367 hard-wired "-c" which is only good for /bin/sh.
7368 (tramp-encoding-reads-stdin): New variable. If t, commands are
7369 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
7370 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
7371 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
7372 (tramp-handle-file-local-copy, tramp-handle-write-region):
7373 Respect tramp-encoding-shell and friends.
7374 (tramp-find-inline-encoding): Use new-style calls for checking if
7375 the local commands work.
7376
7377 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
7378
7379 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
7380 entries. They are handled now by `tramp-completion-function-alist'.
7381 (tramp-completion-function): Defvar removed. I've never used
7382 it. Hmm.
7383 (tramp-get-completion-function)
7384 (tramp-get-completion-rsh, tramp-get-completion-ssh)
7385 (tramp-get-completion-telnet, tramp-get-completion-su):
7386 Functions removed as well. Not necessary any longer due to extended
7387 customization means.
7388 (tramp-completion-function-alist): New defcustom. Holds all
7389 FUNCTION FILE pairs used for user and host name completion
7390 relevant for METHOD.
7391 (tramp-completion-function-alist-rsh)
7392 (tramp-completion-function-alist-ssh)
7393 (tramp-completion-function-alist-telnet)
7394 (tramp-completion-function-alist-su): Defconst for initializing
7395 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
7396 values are known for me until now. Needs to be completed for at
7397 least VMS++ like operating systems.
7398 (tramp-set-completion-function)
7399 (tramp-get-completion-function): New functions for configuration
7400 of `tramp-completion-function-alist'. The old definition of
7401 `tramp-get-completion-function' has been discarded.
7402 (tramp-completion-handle-file-name-all-completions):
7403 Change function call for user/host completion according to definition
7404 in `tramp-completion-function-alist'.
7405 (tramp-parse-passwd): Added exception handling for "root", because
7406 `tramp-get-completion-su' (the previous place for this stuff)
7407 doesn't exist any longer.
7408
7409 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7410
7411 * net/tramp.el (tramp-enter-password):
7412 Use `tramp-password-end-of-line' to terminate the line.
7413 (tramp-bug): Include new variable `tramp-password-end-of-line'.
7414 (tramp-password-end-of-line): New variable. People who use plink
7415 under Windows might have to issue "\r\n" after the password, but
7416 they need to send just "\n" after the other commands. So this
7417 variable was introduced to complement `tramp-rsh-end-of-line'.
7418 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
7419 of line of the output delimiter.
7420
7421 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7422
7423 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
7424 (tramp-open-connection-setup-interactive-shell): Add some comments
7425 about Douglas Grey Stephen's suggestions to make Tramp work better
7426 with plink under Windows. I'm not sure what to think of them, but
7427 now I have a guinea pig to try it out on. Said guinea pig is
7428 having other problems, though... Also remove some commented-out code.
7429
7430 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
7431
7432 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
7433 tuned.
7434 (tramp-get-completion-user-host): Accept user names as they are if
7435 typed until "@".
7436 (tramp-completion-mode): Replace `last-input-char' by modern
7437 `last-input-event'. Check for `event-modifiers'.
7438
7439 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7440
7441 * net/tramp.el (file-expand-wildcards): Corrected check to see if
7442 advising is necessary.
7443
7444 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
7445
7446 * net/tramp.el (tramp-postfix-single-method-format)
7447 (tramp-postfix-multi-method-format)
7448 (tramp-postfix-multi-hop-format)
7449 (tramp-postfix-user-format): New format strings.
7450 (tramp-postfix-single-method-regexp)
7451 (tramp-postfix-multi-method-regexp)
7452 (tramp-postfix-multi-hop-regexp)
7453 (tramp-postfix-user-regexp)
7454 (tramp-make-multi-tramp-file-format)
7455 (tramp-make-tramp-file-name): Apply them.
7456 (tramp-completion-handle-file-name-all-completions): Fix for
7457 invoking ange-ftp in case of "/ftp:xxx" file names.
7458
7459 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
7460
7461 * net/tramp.el (tramp-prefix-format)
7462 (tramp-postfix-host-format): New format strings.
7463 (tramp-prefix-regexp, tramp-method-regexp)
7464 (tramp-postfix-single-method-regexp)
7465 (tramp-postfix-multi-method-regexp)
7466 (tramp-postfix-multi-hop-regexp)
7467 (tramp-user-regexp, tramp-postfix-user-regexp)
7468 (tramp-host-regexp, tramp-postfix-host-regexp)
7469 (tramp-path-regexp): New atomar regular expressions.
7470 If corresponding format strings exist, derived from them.
7471 (tramp-file-name-structure)
7472 (tramp-multi-file-name-structure)
7473 (tramp-multi-file-name-hop-structure)
7474 (tramp-make-multi-tramp-file-format)
7475 (tramp-completion-mode)
7476 (tramp-completion-dissect-file-name)
7477 (tramp-parse-rhosts-group)
7478 (tramp-parse-shosts-group)
7479 (tramp-parse-hosts-group)
7480 (tramp-parse-passwd-group): Apply these expressions.
7481 (tramp-file-name-structure-unified)
7482 (tramp-file-name-structure-separate)
7483 (tramp-make-tramp-file-format-unified)
7484 (tramp-make-tramp-file-format-separate)
7485 (tramp-make-tramp-file-format)
7486 (tramp-make-tramp-file-user-nil-format-unified)
7487 (tramp-make-tramp-file-user-nil-format-separate)
7488 (tramp-make-tramp-file-user-nil-format)
7489 (tramp-multi-file-name-structure-unified)
7490 (tramp-multi-file-name-structure-separate)
7491 (tramp-multi-file-name-hop-structure-unified)
7492 (tramp-multi-file-name-hop-structure-separate)
7493 (tramp-make-multi-tramp-file-format-unified)
7494 (tramp-make-multi-tramp-file-format-separate): Removed.
7495 (tramp-make-tramp-file-name): Allow partial tramp file
7496 names. Generate tramp file format on-the-fly depending on
7497 parameters. Apply atomar format strings resp expressions.
7498 (tramp-get-completion-methods)
7499 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
7500 (tramp-parse-hosts-group): Take all host names and IP addresses
7501 into account.
7502 (tramp-bug): Remove `tramp-make-tramp-file-format'.
7503
7504 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
7505
7506 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
7507 for "su" and "sudo".
7508 (tramp-get-completion-telnet): Implement it.
7509 (tramp-parse-hosts)
7510 (tramp-parse-hosts-group)
7511 (tramp-get-completion-su)
7512 (tramp-parse-passwd)
7513 (tramp-parse-passwd-group): New functions.
7514
7515 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
7516
7517 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
7518 (tramp-completion-file-name-handler-alist): Add handler for
7519 `file-exists-p.
7520 (tramp-completion-handle-file-exists-p): New function.
7521 (tramp-completion-handle-file-name-completion): Simplified.
7522 (tramp-completion-dissect-file-name): Regexp's reorganised.
7523 (tramp-completion-handle-file-name-all-completions):
7524 Call completion-function only if `user' or `host' is given.
7525 (tramp-get-completion-user-host): New function.
7526 (tramp-get-completion-rsh)
7527 (tramp-get-completion-ssh): Apply it.
7528
7529 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
7530
7531 * net/tramp.el (tramp-completion-file-name-handler-alist):
7532 Add handler for `expand-file-name'.
7533 (tramp-completion-handle-expand-file-name): New function.
7534
7535 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
7536
7537 * net/tramp.el (tramp-completion-mode): New function.
7538 (tramp-completion-handle-file-name-directory)
7539 (tramp-completion-handle-file-name-all-completions): Apply it.
7540 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
7541 (tramp-point-at-eol): New defalias.
7542 (tramp-parse-rhosts-group)
7543 (tramp-parse-shosts-group):: Apply it.
7544
7545 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
7546
7547 * net/tramp.el (tramp-get-completion-methods)
7548 (tramp-get-completion-rsh)
7549 (tramp-get-completion-ssh): Add "[" for Xemacs.
7550 (tramp-completion-file-name-regexp-separate): Expression adapted.
7551 (tramp-completion-file-name-handler-alist): Add handler for
7552 `file-name-directory' and `file-name-nondirectory'.
7553 (tramp-completion-handle-file-name-directory)
7554 (tramp-completion-handle-file-name-nondirectory)
7555 (tramp-completion-run-real-handler): New functions.
7556 (tramp-completion-file-name-handler)
7557 (tramp-completion-handle-file-name-all-completions):
7558 Apply `tramp-completion-run-real-handler'.
7559 (tramp-parse-rhosts)
7560 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
7561 `res' (otherwise side effects in XEmacs).
7562
7563 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
7564
7565 * net/tramp.el (tramp-completion-file-name-regexp)
7566 (tramp-completion-file-name-handler-alist)
7567 (tramp-flatten-list)
7568 (tramp-completion-dissect-file-name)
7569 (tramp-get-completion-rsh)
7570 (tramp-parse-rhosts)
7571 (tramp-parse-rhosts-group)
7572 (tramp-get-completion-ssh): Doc string tuned.
7573 (tramp-methods): Doc string and custom type extended for
7574 `tramp-completion-function'.
7575 (tramp-completion-function): Variable added. Is it really used?
7576 Other variables like `tramp-completion-function' aren't used.
7577 (tramp-completion-file-name-handler-alist): Add handler for
7578 `file-name-completion'.
7579 (tramp-completion-handle-file-name-completion): New function.
7580
7581 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
7582
7583 * net/tramp.el (tramp-parse-rhosts)
7584 (tramp-parse-rhosts-group)
7585 (tramp-parse-shosts)
7586 (tramp-parse-shosts-group): New functions.
7587
7588 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
7589
7590 * net/tramp.el (tramp-completion-dissect-file-name)
7591 (tramp-completion-dissect-file-name1): New functions.
7592
7593 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
7594
7595 * net/tramp.el (tramp-get-completion-function)
7596 (tramp-get-completion-rsh)
7597 (tramp-get-completion-ssh)
7598 (tramp-get-completion-telnet): New functions.
7599 (tramp-methods): Add `tramp-completion-function' for all methods.
7600
7601 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
7602
7603 * net/tramp.el (tramp-get-completion-methods): New function.
7604 (tramp-find-default-method): Allow host to be nil (like user).
7605
7606 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
7607
7608 * net/tramp.el (tramp-completion-file-name-regexp-unified)
7609 (tramp-completion-file-name-regexp-separate)
7610 (tramp-completion-file-name-regexp)
7611 (tramp-completion-file-name-handler-alist): New defcustoms.
7612 (tramp-completion-file-name-handler): New function.
7613 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
7614 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
7615 to `inhibit-file-name-handlers'.
7616 (tramp-completion-handle-file-name-all-completions)
7617 (tramp-completion-handle-file-name-completion): New functions.
7618
7619 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
7620
7621 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
7622 must be called again after activating `ange-ftp'.
7623 (tramp-ange-ftp-file-name-p): Check for Xemacs.
7624
7625 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
7626
7627 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
7628 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
7629 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
7630 tramp-invoke-ange-ftp 'write-region.
7631 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
7632 passing to tramp-invoke-ange-ftp 'set-file-modes.
7633 (tramp-flatten-list): New function. Maybe this functionality does
7634 exist already elsewhere in the libraries.
7635 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
7636 list in order to avoid nested lists, f.e. when invoked from
7637 `tramp-handle-dired-call-process'.
7638
7639 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7640
7641 * net/tramp.el (tramp-chunksize): New kluge variable.
7642 (tramp-send-region): If tramp-chunksize is non-nil, send region in
7643 parts and sleep 0.1 seconds between chunks.
7644
7645 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7646
7647 * net/tramp.el (tramp-handle-insert-directory):
7648 Use `insert-buffer-substring' instead of `insert-buffer', which is not
7649 supposed to be used from Lisp. Remember old point in a variable
7650 instead of using `mark'. Suggestion from Stefan Monnier.
7651 (tramp-unified-filenames): New variable. Use it in default value
7652 of other filename variables.
7653 (file-expand-wildcards): Don't advise unless "[" and "]" are used
7654 in the filename format.
7655
7656 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7657
7658 * net/tramp.el (tramp-methods): Remove duplicate definition of
7659 ssh1-old and ssh2-old.
7660
7661 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7662
7663 * dired.el (dired-insert-directory): Always add "--dired" to to
7664 SWITCHES for remote files.
7665 * files.el (insert-directory): Comment saying that "--dired"
7666 might be in the SWITCHES.
7667 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
7668 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
7669
7670 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
7671
7672 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
7673 word constituent syntax.
7674
7675 2002-09-21 Richard M. Stallman <rms@gnu.org>
7676
7677 * cus-dep.el (custom-make-dependencies): Bind to t
7678 around evaluating the def-form.
7679
7680 * custom.el (custom-dont-initialize): New variable.
7681 (custom-declare-variable): Don't init the variable
7682 if custom-dont-initialize is non-nil.
7683
7684 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
7685
7686 * net/eudc.el (eudc-install-menu): Use `define-key' and
7687 `easy-menu-create-menu' to avoid duplication of menu.
7688
7689 2002-09-20 Kim F. Storm <storm@cua.dk>
7690
7691 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
7692 macro and terminate editing.
7693 (kmacro-step-edit-macro): Push previous macro onto ring if changed
7694 by step editing.
7695
7696 2002-09-19 Tom Tromey <tromey@redhat.com>
7697
7698 * play/blackbox.el (bb-right): Respect prefix argument.
7699 (bb-left, bb-up, bb-down): Likewise.
7700
7701 2002-09-19 Richard M. Stallman <rms@gnu.org>
7702
7703 * cus-dep.el (custom-make-dependencies): Fix previous change.
7704
7705 2002-09-19 Juanma Barranquero <lektu@terra.es>
7706
7707 * ielm.el (ielm-eval-input): Call `error-message-string' instead
7708 of the non-existent `ielm-format-error'.
7709
7710 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
7711
7712 * emacs-lisp/easymenu.el (easy-menu-remove):
7713 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
7714
7715 * international/mule-diag.el (describe-coding-system):
7716 Remove unused `coding-spec' variable.
7717 (list-input-methods): Be more careful when setting up the help buffer.
7718
7719 * international/ucs-tables.el (unify-8859-on-encoding-mode):
7720 Set init value to t to reflect reality.
7721 (ucs-minibuffer-setup): Use minibuffer-selected-window.
7722
7723 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
7724
7725 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
7726 Rename to makefile-cleanup-continuations.
7727 (makefile-mode): Use write-file-functions.
7728 (makefile-fill-paragraph): Use match-string-no-properties.
7729 (makefile-fill-paragraph): Use line-end-position.
7730 (makefile-add-log-defun): Simplify.
7731
7732 2002-09-18 Richard M. Stallman <rms@gnu.org>
7733
7734 * dired.el (dired-mark-pop-up): Doc fix.
7735
7736 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
7737 definition straight into loaddefs.el as well as executing it here.
7738
7739 2002-09-18 Colin Walters <walters@debian.org>
7740
7741 * calc/calc.el (calc-mode): Add font-lock-defontify to
7742 change-major-mode-hook.
7743
7744 2002-09-18 Richard M. Stallman <rms@gnu.org>
7745
7746 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
7747 Don't ignore errors in rm line.
7748
7749 * menu-bar.el (menu-bar-search-menu): Nicer help string.
7750
7751 * replace.el (occur-engine-add-prefix): Use 7 spaces.
7752 (occur-engine): Use 7 digits to align tabs in the data.
7753
7754 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7755 Don't make the definition dynamic if it shares structure
7756 with the arg list.
7757
7758 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
7759 (pdb): In gud-remove, pass down the file name.
7760
7761 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
7762
7763 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7764
7765 * ielm.el: (*1, *2, *3): New variables.
7766 (ielm-eval-input): Make temporary buffers current on entry and
7767 exit to the let bindings for *, ** and ***.
7768 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
7769 Do not overrule global bindings for *, ** and ***.
7770
7771 2002-09-18 Tom Tromey <tromey@redhat.com>
7772
7773 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
7774 boundaries before filling.
7775
7776 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
7777
7778 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
7779 (server-switch-buffer): Only select a different window if
7780 next-buffer is non-nil. Don't switch in a dedicated window.
7781 If next-buffer is already displayed, reuse that window.
7782
7783 * diff-mode.el (diff-mode): Use compilation-minor-mode.
7784 Don't unbind compilation-last-buffer after autoloading compile.el.
7785 Hide the compilation-minor-mode bindings altogether.
7786
7787 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7788
7789 * dired.el (dired-insert-directory): Never add "--dired" when
7790 listing remote directories.
7791
7792 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7793
7794 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
7795
7796 * ediff-init.el: Use defalias instead of fset.
7797
7798 * ediff-util.el: Use defalias instead of fset.
7799
7800 * viper-util.el (viper-chars-in-region): Simplification.
7801
7802 * viper.el (viper-emacs-state-mode-list): Added modes.
7803
7804 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
7805
7806 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
7807 module of code, with graphical display of poor-coverage spots.
7808
7809 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
7810 testcover on a interactive module like ses.
7811
7812 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
7813 testcover on a noninteractive module like unsafep.
7814
7815 2002-09-18 Miles Bader <miles@gnu.org>
7816
7817 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
7818 unless it's bound.
7819
7820 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
7821
7822 * server.el (server-log): Add `client' arg.
7823 (server-start): Don't bother canceling the sentinel.
7824 (server-process-filter): Use replace-regexp-in-string and
7825 handle the new &n quoting. Use push. Use server-log's new arg.
7826 Don't output the C-x # message if `nowait'.
7827 (server-buffer-done): Use server-log's new arg.
7828
7829 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
7830
7831 * ses.el: New file.
7832
7833 * emacs-lisp/unsafep.el: New file.
7834
7835 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
7836 (inhibit-quit): This is risky for unsafep, doesn't matter much for
7837 anybody else.
7838 (risky-local-variable-p): New function. Split off from
7839 hack-one-local-variable so unsafep can use it. Add \|-history$ to
7840 the list of disallowed local variable names (malicious user could
7841 stuff a `display' property in there that would be activated when
7842 na\e,Ao\e(Bve user called up the history).
7843
7844 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
7845
7846 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
7847
7848 2002-09-16 Richard M. Stallman <rms@gnu.org>
7849
7850 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
7851 Use forward-line and move-to-column.
7852
7853 * cus-edit.el (custom-variable-backup-value): New function.
7854 (custom-variable-reset-backup): New function.
7855 (custom-variable-menu): Add item for custom-variable-reset-backup.
7856 (custom-variable-set, custom-variable-reset-saved)
7857 (custom-variable-reset-standard): Call custom-variable-backup-value.
7858
7859 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
7860
7861 * dired.el (dired-font-lock-keywords): Use regexp-opt.
7862 (dired-move-to-filename): Better message when we fail to find the file.
7863 (dired-sort-toggle): Minor optimization.
7864
7865 2002-09-16 Juanma Barranquero <lektu@terra.es>
7866
7867 * dired-aux.el (dired-add-entry): Add missing argument to
7868 `dired-mark'.
7869
7870 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
7871
7872 * xscheme.el (scheme-interaction-mode): Doc fix.
7873
7874 * net/eudc.el (eudc-plist-get): Doc fix.
7875
7876 2002-09-16 Kim F. Storm <storm@cua.dk>
7877
7878 * menu-bar.el (menu-bar-last-search-type): New var.
7879 (nonincremental-repeat-search-forward)
7880 (nonincremental-repeat-search-backward): Repeat string or
7881 regexp search depending on menu-bar-last-search-type.
7882 (nonincremental-search-forward, nonincremental-re-search-forward)
7883 (nonincremental-search-backward, nonincremental-re-search-backward):
7884 Set menu-bar-last-search-type to string or regexp.
7885 (nonincremental-repeat-re-search-forward): Removed.
7886 (nonincremental-repeat-re-search-backward): Removed.
7887 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
7888 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
7889 (menu-bar-adv-search-menu): Removed.
7890 (menu-bar-search-menu): Reorganized.
7891 (menu-bar-edit-menu): Added "Replace" submenu.
7892
7893 2002-09-15 Richard M. Stallman <rms@gnu.org>
7894
7895 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
7896
7897 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
7898 when it's not being evaluated.
7899
7900 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
7901
7902 * dired.el (dired-move-to-filename): Fix previous change.
7903
7904 2002-09-14 Kim F. Storm <storm@cua.dk>
7905
7906 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
7907 (keypad-numlock-setup, keypad-numlock-shifted-setup):
7908 Change `Remove Binding' option to `Unspecified/User-defined'.
7909 (keypad-setup): Enhance explanation of setup type `none'.
7910
7911 2002-09-14 Richard M. Stallman <rms@gnu.org>
7912
7913 * time.el (display-time-mode): Set display-time-load-average here.
7914 (display-time-load-average): Initialize to nil.
7915 (display-time-default-load-average): Add "None" alternative.
7916 (display-time-update): Handle "None" alternative for load-average.
7917
7918 * dired-aux.el (dired-bunch-files): Put the arg FILES
7919 back as it was after temporary destrucive mods.
7920 (dired-add-entry): Use dired-insert-directory to handle indentation.
7921 Explicitly restore the line's marker character.
7922 Preserve the old file name's text properties.
7923 (dired-add-entry-do-indentation): Function deleted.
7924 (dired-relist-file): Doc fix.
7925 (dired-rename-file): Change argument names.
7926 (foo-rename-file): New function.
7927 (dired-do-hardlink): Use dired-hardlink.
7928 (dired-hardlink): New function.
7929 (dired-insert-subdir-doinsert): Use dired-insert-directory;
7930 that handles indentation, text props and header line.
7931 dired-readin-insert gets no args.
7932 Use `last' instead of `reverse'.
7933
7934 * dired.el (dired-use-ls-dired): New variable.
7935 (dired-directory): Document the rules better.
7936
7937 * dired.el (dired-insert-headerline): Function deleted.
7938 (dired-revert): Pass no args to dired-readin.
7939 (dired-move-to-filename): First try using dired-filename property.
7940 (dired-move-to-end-of-filename): Likewise.
7941 (dired-why): Try to show the start of this page of warnings.
7942 (dired-log): Insert the buffer name at start of page, not end.
7943 (dired-log-summary): If just one failure, explain it in echo area.
7944
7945 * dired.el (dired-internal-noselect):
7946 Always set dired-directory, when buffer is not new.
7947 Pass dir-or-list, not dirname, to dired-mode.
7948 Call dired-readin with no args.
7949 Don't call dired-after-readin-hook here.
7950 (dired-find-buffer-nocreate): Expand dirname.
7951 Expand the dir from dired-directory to compare with dirname.
7952
7953 (dired-readin): Take no args. Get the directory from dired-directory.
7954 Run dired-before-reading hook inside save-excursion.
7955 Run dired-after-readin-hook here.
7956 Don't make undo entries at all.
7957 Call dired-readin-insert with no args.
7958 Don't change indentation here.
7959 Don't insert headerline here.
7960
7961 (dired-readin-insert): Take no args.
7962 Get dir and file-list from dired-directory.
7963 Call dired-insert-directory the new way.
7964 Don't insert "wildcard" info here.
7965
7966 (dired-insert-directory): New arg FILE-LIST.
7967 First arg now DIR, always just the directory.
7968 This function fully handles setting up the buffer text:
7969 update indentation, insert headerline and "wildcard" info.
7970 Pass --dired arg if appropriate; put info in dired-filename props.
7971 Don't expand file names here.
7972
7973 * warnings.el (display-warning): In batch mode,
7974 exclude the final newline from the arg to `message'.
7975
7976 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
7977
7978 * files.el (diff-buffer-with-file): Check whether associated file
7979 exists. Display message for 1 second. Always return nil.
7980
7981 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
7982
7983 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
7984 support again, but more carefully this time.
7985
7986 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
7987 such that backward-sexp correctly skips them.
7988 (perl-font-lock-keywords-2): Use regexp-opt.
7989 (perl-font-lock-syntactic-keywords)
7990 (perl-font-lock-syntactic-face-function): Better handle PODs.
7991 Handle package names with ' in them and ($$) in `sub' declarations.
7992 Handle format staements. Handle regexp and quote-like ops.
7993 (perl-empty-syntax-table): New var.
7994 (perl-quote-syntax-table): New fun.
7995
7996 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
7997 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
7998
7999 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
8000
8001 * derived.el (define-derived-mode): Properly ignore unknown args.
8002
8003 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
8004 Don't call the function during init if mode is on by default.
8005
8006 * simple.el: Provide `simple'.
8007 (transient-mark-mode, line-number-mode, column-number-mode):
8008 Pass an explicit `:require nil' argument.
8009
8010 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
8011
8012 * play/tetris.el (tetris-blank-options, tetris-cell-options):
8013 Remove various redundant `(t nil)'.
8014
8015 * play/snake.el (snake-border-options): Use color on tty if available.
8016
8017 * play/tetris.el (tetris-border-options): Likewise.
8018
8019 * play/pong.el (pong-border-options): Likewise, plus reset
8020 color on tty to be [0.5 0.5 0.5].
8021
8022 2002-09-13 Kim F. Storm <storm@cua.dk>
8023
8024 * kmacro.el (kmacro-start-macro): Doc fix.
8025
8026 2002-09-13 Juanma Barranquero <lektu@terra.es>
8027
8028 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
8029 to `idlwave-idlwave_routine_info-compiled'.
8030
8031 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
8032 three arguments, not four.
8033
8034 2002-09-13 Kim F. Storm <storm@cua.dk>
8035
8036 * kmacro.el (kmacro-keymap): Changed bindings:
8037 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
8038
8039 2002-09-12 Richard M. Stallman <rms@gnu.org>
8040
8041 * international/mule-cmds.el (universal-coding-system-argument):
8042 Read the coding system inside `interactive' spec, for command-history.
8043
8044 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
8045
8046 * emacs-lisp/find-func.el (find-library-name): Don't forget
8047 the empty suffix. Fix stale variable name.
8048
8049 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
8050 (gud-pdb-massage-args): Delete.
8051 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
8052 (gud-gdb-command-name): New var. Put "--fullname" in there.
8053 (gud-query-cmdline): Use the most recent executable as the default.
8054 Don't add "--fullname" (it's only valid/meaningful for GDB).
8055 (gud-xdb-marker-filter): Use match-string.
8056 (gud-perldb-massage-args): Don't add "-d".
8057 (gud-perldb-command-name): Add "-d".
8058 (gud-common-init): If `massage-args' is nil, don't call it.
8059 (gud-format-command): Don't hardcode point-min==1.
8060
8061 * derived.el: Require CL when compiling.
8062
8063 2002-09-12 Simon Josefsson <jas@extundo.com>
8064
8065 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
8066 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
8067 Use expand-file-name. Also don't require time-stamp.
8068
8069 2002-09-11 Richard M. Stallman <rms@gnu.org>
8070
8071 * derived.el (define-derived-mode): When making new abbrev table,
8072 don't try to copy the parent's abbrev table.
8073
8074 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
8075 Always round scroll-bar-width parameter up.
8076 If it is nil, use 14.
8077
8078 * abbrev.el (copy-abbrev-table): New function.
8079
8080 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8081
8082 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
8083 ps-default-bg setting.
8084 (ps-print-version): New version number (6.5.7).
8085 (ps-mark-active-p): New fun.
8086 (ps-print-preprint-region): Adjust code.
8087
8088 2002-09-11 Dave Love <fx@gnu.org>
8089
8090 * international/mule.el (non-standard-designations-alist)
8091 (ctext-pre-write-conversion): Don't generate invalid extended
8092 segments for iso8859.
8093
8094 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
8095 (cyrillic-alternativnyj-decode-table): Fix some entries.
8096
8097 * international/ucs-tables.el: Fix last change.
8098
8099 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
8100 change.
8101
8102 2002-09-11 Kim F. Storm <storm@cua.dk>
8103
8104 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
8105 kmacro-end-and-call-macro.
8106
8107 2002-09-11 Juanma Barranquero <lektu@terra.es>
8108
8109 * newcomment.el (uncomment-region): Fix let/let* use.
8110
8111 2002-09-11 Simon Josefsson <jas@extundo.com>
8112
8113 * time-stamp.el (time-stamp-hhmmss): New function.
8114
8115 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
8116 (gud-query-cmdline): Add --fullname to the user cmdline.
8117
8118 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
8119
8120 2002-09-11 Kim F. Storm <storm@cua.dk>
8121
8122 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
8123 (kmacro-step-edit-map): Bind "A" to `append-end'.
8124 (kmacro-step-edit-prompt): Fix prompt.
8125 (kmacro-step-edit-query): Handle `append-end' response.
8126 (kmacro-step-edit-pre-command): Activate `append-end' at end of
8127 macro when required.
8128
8129 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8130
8131 * derived.el (define-derived-mode): Fix typo.
8132
8133 * menu-bar.el (line-number-mode, column-number-mode)
8134 (transient-mark-mode): Use minor mode directly.
8135 (menu-bar-make-toggle): Remove `props' arg.
8136 Move customize-mark-as-set directly into the toggle function.
8137
8138 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
8139 Use the new file hook names.
8140 (whitespace-describe): Remove. Move the text to `Commentary:'.
8141 (whitespace-unload-hook): Use the new file hook names.
8142
8143 * finder.el (finder-find-library): Remove.
8144 (finder-commentary): Use find-library-name and add completion.
8145
8146 * simple.el (transient-mark-mode, line-number-mode)
8147 (column-number-mode): Use define-minor-mode.
8148 (define-mail-user-agent): Delete. Moved to subr.el.
8149
8150 * loadup.el ("simple.el"): Move to after loaddefs.el.
8151
8152 * subr.el (define-mail-user-agent): Moved from simple.el.
8153
8154 2002-09-10 Richard M. Stallman <rms@gnu.org>
8155
8156 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
8157 (boolp): Function deleted.
8158
8159 2002-09-10 Dave Love <fx@gnu.org>
8160
8161 * international/utf-8.el (ucs-mule-to-mule-unicode):
8162 Define unconditionally.
8163 (utf-8-fragmentation-table): New. Use it in top-level mapc.
8164 (utf-8-fragment-on-decoding): Use it to keep
8165 utf-8-translation-table-for-decode variable and translation table
8166 in sync.
8167
8168 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
8169 when setting up tables and remove useless optimize-char-table.
8170 (ucs-mule-to-mule-unicode): Deleted.
8171 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
8172
8173 * international/utf-16.el (utf-16-le-pre-write-conversion)
8174 (utf-16-be-pre-write-conversion): Deleted.
8175 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
8176
8177 2002-09-10 Richard M. Stallman <rms@gnu.org>
8178
8179 * files.el (diff-buffer-with-file): Simplify.
8180 Don't signal an error if buffer has no file.
8181 Call sit-for after `diff' returns.
8182
8183 * play/gamegrid.el (gamegrid-make-color-tty-face):
8184 Handle string as COLOR arg.
8185 (gamegrid-display-type): Don't assume display-color-p
8186 implies a color-x terminal.
8187 (gamegrid-hide-cursor): Set `cursor-type' local variable.
8188
8189 * descr-text.el (describe-text-mode): Add font-lock-defontify to
8190 change-major-mode-hook.
8191
8192 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
8193 change-major-mode-hook.
8194
8195 * comint.el (comint-mode): Add font-lock-defontify to
8196 change-major-mode-hook.
8197
8198 * info.el (Info-mode): Add font-lock-defontify to
8199 change-major-mode-hook.
8200
8201 * replace.el (occur-mode): Add font-lock-defontify to
8202 change-major-mode-hook.
8203
8204 * font-core.el (font-lock-defontify): New function.
8205
8206 2002-09-10 Richard M. Stallman <rms@gnu.org>
8207
8208 * ps-print.el (ps-printer-name-option): Doc fix.
8209
8210 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8211
8212 * ps-print.el: Adjust ps-postscript-code-directory setting.
8213 XEmacs version check was adjusted.
8214 (ps-print-version): New version number (6.5.6).
8215 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
8216 (ps-print-code, ps-print-preprint-region): Adjust code.
8217
8218 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8219
8220 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
8221 emacs-lisp-mode, like ~/.emacs.
8222
8223 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
8224
8225 * newcomment.el (uncomment-region): Be more careful with `='.
8226
8227 2002-09-10 Deepak Goel <deego@glue.umd.edu>
8228
8229 * play/doctor.el (doc//): Rename from `//'. Update callers.
8230 (doc$): Rename from `$'. Update callers.
8231
8232 2002-09-10 Miles Bader <miles@gnu.org>
8233
8234 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
8235 variable, not a function.
8236
8237 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
8238
8239 2002-09-10 Kim F. Storm <storm@cua.dk>
8240
8241 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
8242 nil while executing macro to avoid triggering delete-selection-mode.
8243
8244 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
8245 cancel defining keyboard macro when applicable.
8246
8247 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8248
8249 * simple.el (transient-mark-mode, line-number-mode)
8250 (column-number-mode): Undo previous change because of bootstrapping.
8251
8252 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
8253
8254 * derived.el (define-derived-mode): Add keyword arguments.
8255 (derived-mode-make-docstring): Take abbrev and syntax table names.
8256
8257 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
8258 (font-lock-default-function): Change arg name.
8259
8260 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
8261
8262 * paren.el (show-paren-function): Use syntax-after.
8263
8264 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
8265
8266 * subr.el (symbol-file): Also work for autoloaded funcs.
8267 (syntax-after): New fun moved from syntax.el.
8268
8269 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
8270 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
8271 Update callers (but still run the old hooks as well).
8272
8273 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
8274 (find-library): New funs.
8275 (find-function-search-for-symbol): Use it.
8276
8277 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
8278
8279 * isearch.el (isearch-cmds): Add docstring.
8280 (isearch-mouse-2): Lookup binding in the proper buffer.
8281 Use call-interactively and remove the now useless `arg'.
8282 (isearch-search-fun-function): New var.
8283 (isearch-search-fun): New fun.
8284 (isearch-search, isearch-lazy-highlight-search): Use it.
8285
8286 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
8287
8288 * simple.el (what-line): Don't hard-code 1.
8289 (transient-mark-mode, line-number-mode, column-number-mode):
8290 Use define-minor-mode.
8291 (do-auto-fill): Only ignore prefix if it's really empty.
8292
8293 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8294
8295 * files.el (save-some-buffers-action-alist): Use lower case for
8296 help string of diff-buffer-with-file.
8297
8298 2002-09-09 Richard M. Stallman <rms@gnu.org>
8299
8300 * calendar/calendar.el (mouse-scroll-calendar-left)
8301 (mouse-scroll-calendar-right, mouse-calendar-other-month):
8302 New commands.
8303 (calendar-mode-line-format): Use them.
8304
8305 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8306 Set and then bind default-directory.
8307
8308 * startup.el (fancy-splash-head, normal-splash-screen):
8309 Change the messages that explain about GNU or GNU/Linux.
8310
8311 * info.el (Info-search): Add (point-min) to subfile positions
8312 to get them right. Skip the current subfile using forward-line.
8313
8314 * files.el (make-backup-file-name-1): When make-directory fails,
8315 ignore backup-directory-alist.
8316 (make-directory): Expand DIR before looking for handler.
8317
8318 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
8319
8320 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
8321 In addition to RCS, exclude CVS directories.
8322
8323 * ls-lisp.el (ls-lisp-format-time-list): New variable.
8324 (ls-lisp-format-time): Use it.
8325
8326 * files.el (auto-mode-alist): Use sh-mode for .bash files.
8327
8328 2002-09-09 Dave Love <d.love@dl.ac.uk>
8329
8330 * ps-print.el: Many doc fixes.
8331
8332 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
8333
8334 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
8335 Update callers.
8336
8337 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
8338
8339 * diff.el (diff): Doc fix.
8340
8341 2002-09-08 Richard M. Stallman <rms@gnu.org>
8342
8343 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
8344
8345 * simple.el (undo-elt-in-region): Fix one-off error at END.
8346 (forward-visible-line): Handle invisibility by ignoring
8347 invisible newlines. Also include entire invisible lines beyond
8348 the stopping point.
8349
8350 * cus-edit.el (custom-save-variables, custom-save-faces):
8351 Clarify the comments written into .emacs.
8352
8353 2002-09-08 Markus Triska <triska@gmx.at>
8354
8355 * play/doctor.el (doctor-doc): Recognize question words
8356 and use qlist. Use doctor-shorten's return value.
8357 (doctor-shorten): Compute a return value, don't alter `sent'.
8358 (doctor-hates1): Add a question mark.
8359 (doctor-strangelove): Unused function deleted.
8360
8361 2002-09-08 Kim F. Storm <storm@cua.dk>
8362
8363 * kmacro.el (kmacro-end-and-call-macro): New command to end and
8364 call keyboard macro in one step. Bind it to C-x e by default.
8365 (kmacro-call-macro): Use format-kbd-macro.
8366 (kmacro-step-edit-macro): New command to interactively step edit
8367 and execute last keyboard macro.
8368 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
8369 (kmacro-step-edit-mini-window-height): New custom var.
8370 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
8371 (kmacro-step-edit-prefix-commands): New var.
8372 (kmacro-step-edit-prompt, kmacro-step-edit-query)
8373 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
8374 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
8375 New aux functions for step editing keyboard macros.
8376
8377 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
8378 returned by this-single-command-raw-keys before appending it to
8379 unread-command-event.
8380
8381 2002-09-07 Colin Walters <walters@debian.org>
8382
8383 * progmodes/compile.el (compile-internal): Add optional argument
8384 no-async.
8385
8386 * diff.el (diff): Add optional argument no-async, and use the
8387 above argument.
8388
8389 * files.el (diff-buffer-with-file): Call diff synchronously, so we
8390 don't delete the temporary file before diff has a chance to read
8391 it.
8392
8393 * ibuf-ext.el (ibuffer-diff-with-file): Just call
8394 `diff-buffer-with-file'.
8395
8396 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
8397
8398 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
8399
8400 * emacs-lisp/find-func.el (find-function-recenter-line):
8401 Add custom type. Doc fix.
8402
8403 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
8404
8405 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
8406 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
8407 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
8408 Remove. Use the minor mode function directly instead.
8409 (menu-bar-mode): Add message and customize-mark-as-set and return
8410 the new value as do other minor modes.
8411
8412 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
8413
8414 2002-09-06 Simon Marshall <simon@gnu.org>
8415
8416 * progmodes/etags.el (find-tag-tag, complete-tag):
8417 Bind completion-ignore-case based on tags-case-fold-search, so that
8418 case-sensitivity of tag completion matches that of tag search.
8419
8420 2002-09-06 Juanma Barranquero <lektu@terra.es>
8421
8422 * calendar/solar.el (calendar-time-display-form): Fix spacing.
8423
8424 * double.el (double-prefix-only): Likewise.
8425
8426 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
8427
8428 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8429
8430 * emacs-lisp/float.el (string-to-float): Likewise.
8431
8432 * emacs-lisp/rx.el (rx): Likewise.
8433
8434 * faces.el (copy-face): Likewise.
8435
8436 * hilit-chg.el (highlight-changes-colours)
8437 (highlight-changes-active-string)
8438 (highlight-changes-passive-string)
8439 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
8440
8441 * international/mule.el (decode-char): Likewise.
8442
8443 * progmodes/idlwave.el (idlwave-support-inheritance)
8444 (idlwave-routine-entry-compare): Likewise.
8445
8446 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
8447 Likewise.
8448
8449 * progmodes/pascal.el (pascal-start-keywords): Likewise.
8450
8451 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
8452 Likewise.
8453
8454 * progmodes/vhdl-mode.el (vhdl-progress-interval)
8455 (vhdl-corresponding-begin): Likewise.
8456
8457 * simple.el (choose-completion-string-functions): Likewise.
8458
8459 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
8460
8461 * textmodes/fill.el (fill-nonuniform-paragraphs)
8462 (fill-individual-paragraphs): Likewise.
8463
8464 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
8465
8466 * warnings.el (warning-level-aliases): Likewise.
8467
8468 * speedbar.el (speedbar-mode): Fix spacing and typos.
8469
8470 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
8471
8472 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
8473
8474 * textmodes/table.el (table-command-prefix): Fix type.
8475
8476 2002-09-05 Andre Spiegel <spiegel@gnu.org>
8477
8478 * vc-hooks.el: Don't require vc.el at compile-time; it causes
8479 recursive requirements during bootstrap.
8480
8481 2002-09-05 Kenichi Handa <handa@etl.go.jp>
8482
8483 * international/mule.el (decode-char): Cancel the previous change.
8484
8485 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
8486
8487 * language/european.el ("Swedish"): New set-language-info-alist call.
8488
8489 2002-09-04 Richard M. Stallman <rms@gnu.org>
8490
8491 * help-fns.el (help-with-tutorial): Properly set up
8492 completion-reference-buffer in the *Completion* buffer.
8493
8494 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
8495
8496 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
8497 returns nil, return nil.
8498
8499 2002-09-04 Andre Spiegel <spiegel@gnu.org>
8500
8501 * vc-hooks.el: Require vc.el at compile-time.
8502 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
8503 Moved here from vc.el.
8504
8505 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
8506 Moved to vc-hooks.el.
8507
8508 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
8509
8510 2002-09-04 Kenichi Handa <handa@etl.go.jp>
8511
8512 * international/mule.el (decode-char): Translate a character by
8513 utf-8-translation-table-for-decode only when
8514 utf-8-fragment-on-decoding is non-nil.
8515
8516 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
8517
8518 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
8519 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
8520 Use text-mode's syntax-table and abbrev-table.
8521 (text-mode): Set require-final-newline to t.
8522
8523 * newcomment.el (comment-make-extra-lines): Only use the
8524 dummy `=' char when there's really nothing else.
8525 Don't remove spaces if it leads to an incorrect comment.
8526
8527 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
8528 around the cvs/ssh/libc bug.
8529 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
8530 (defun-cvs-mode): Use the new `declare' thingy.
8531 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
8532 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
8533 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
8534
8535 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
8536 node rather than a message for new directories.
8537 (cvs-parse-status): Add support for `Entry Invalid'.
8538
8539 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
8540 (smerge-combine-with-next): New function.
8541 (smerge-diff): Don't output `wrote /tmp/foo' messages.
8542 Insert message if no diffs were found.
8543
8544 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
8545 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
8546
8547 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8548
8549 * net/tramp.el: Version 2.0.15 released.
8550 (require 'base64): Most modern Emacsen have the base64
8551 encode/decode functions built in, so test to see if they are bound
8552 before we go blindly requiring base64.el.
8553 From Steve Youngs <youngs@xemacs.org>.
8554 (tramp-feature-write-region-fix): XEmacs doesn't have a
8555 'find-operation-coding-system' and this variable doesn't seem to
8556 be used anywhere so wrap it in (unless (featurep 'xemacs)).
8557 From Steve Youngs <youngs@xemacs.org>.
8558 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
8559 (tramp-open-connection-su): Use user name "root" if no user name
8560 is given.
8561
8562 From Michael Albinus <Michael.Albinus@alcatel.de>:
8563 * net/tramp.el (tramp-invoke-ange-ftp):
8564 (tramp-ange-ftp-file-name-p): Check for Xemacs.
8565 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
8566 tramp-invoke-ange-ftp 'rename.
8567 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
8568 tramp-invoke-ange-ftp 'write-region.
8569 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
8570 passing to tramp-invoke-ange-ftp 'set-file-modes.
8571 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
8572 again after activating `ange-ftp'.
8573
8574 2002-09-02 Kim F. Storm <storm@cua.dk>
8575
8576 * ido.el (ido-ignore-item-temp-list): New variable.
8577 (ido-read-internal): Don't set ido-default-item if the default is
8578 member of ido-ignore-item-temp-list.
8579 Don't return first match for C-j if no text is entered.
8580 (ido-buffer-internal): Check for empty string return.
8581 (ido-make-buffer-list1): Use member instead of memq.
8582 (ido-window-buffer-p): Likewise.
8583 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
8584 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
8585
8586 * replace.el (multi-occur): Made "ido-aware":
8587 Changed prompt to use C-j instead of RET to end.
8588 Set ido-ignore-item-temp-list to the selected buffers so far, so
8589 they are automatically excluded from the list of choices.
8590 Use add-to-list instead of push.
8591
8592 2002-09-01 Richard M. Stallman <rms@gnu.org>
8593
8594 * term/x-win.el (function-key-map): Define S-iso-lefttab.
8595
8596 2002-09-01 Kim F. Storm <storm@cua.dk>
8597
8598 * edmacro.el (edit-kbd-macro): Recognize new default binding for
8599 C-x e in addition to old binding.
8600
8601 2002-09-01 Mario Lang <mlang@debian.org>
8602
8603 * files.el (save-some-buffers-action-alist): New variable.
8604 (save-some-buffers): Use that.
8605 (diff-buffer-with-file): New function.
8606
8607 2002-09-01 Richard M. Stallman <rms@gnu.org>
8608
8609 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
8610
8611 * dired.el (defgroup dired): Use `files' as parent.
8612 (dired-get-filename): Ignore handler if it has safe-magic prop.
8613
8614 * jka-compr.el (jka-compr-handler): Add safe-magic property.
8615
8616 2002-08-31 Richard M. Stallman <rms@gnu.org>
8617
8618 * simple.el (kill-line): Use end-of-visible-line to determine
8619 if rest of line is blank.
8620 (end-of-visible-line): Cope if end-of-line moved back over
8621 invisible intangible chars at end of line.
8622
8623 * simple.el (completion-setup-function): Don't use directory-sep-char.
8624
8625 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8626
8627 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
8628 needed.
8629 (f90-menu, f90-add-imenu-menu): Use lookup-key.
8630 Remove (eval-when-compile) for free variables.
8631
8632 2002-08-31 Andreas Schwab <schwab@suse.de>
8633
8634 * font-core.el (font-lock-change-mode): Avoid changing buffer
8635 state in any way.
8636
8637 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
8638
8639 * emacs-lisp/easymenu.el (easy-menu-filter-return):
8640 Handle the case where the filter returns a single menu entry.
8641 (easy-menu-add): Improve docstring.
8642 (easy-menu-current-active-maps): Remove.
8643 (easy-menu-get-map): Use current-active-maps.
8644
8645 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
8646 the -p prefix from variables since they shouldn't have it anyway.
8647 (custom-group-menu-create, customize-menu-create):
8648 Only cdr if applicable, since custom-menu-create might return
8649 a vector (i.e. a single menu entry).
8650
8651 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
8652
8653 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
8654 user's value of diary-list-include-blanks, but generate message
8655 instead if there are no entries.
8656
8657 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
8658
8659 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
8660
8661 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
8662
8663 * menu-bar.el (menu-bar-read-mail): Doc fix.
8664
8665 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
8666
8667 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
8668 (ibuffer-fontification-alist): Check hidden buffer case isn't
8669 visiting a file and change its face to italic.
8670
8671 2002-08-30 Juanma Barranquero <lektu@terra.es>
8672
8673 * replace.el (occur-mode): Add interactive declaration.
8674
8675 * bs.el (bs-message-without-log): Fix typo.
8676
8677 * font-core.el (font-lock-defaults): Likewise.
8678
8679 * font-lock.el (font-lock-add-keywords): Likewise.
8680
8681 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
8682
8683 * textmodes/bibtex.el (bibtex-mode): Likewise.
8684
8685 * emulation/viper-ex.el (ex-compile-command): Likewise.
8686
8687 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
8688 Likewise.
8689
8690 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
8691
8692 * allout.el (my-mark-marker): Likewise.
8693
8694 2002-08-30 Simon Josefsson <jas@extundo.com>
8695
8696 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
8697 unless s-debug-info is enabled.
8698
8699 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
8700
8701 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
8702
8703 * mwheel.el (mouse-wheel-up-button): Doc fix.
8704
8705 2002-08-29 Juanma Barranquero <lektu@terra.es>
8706
8707 * replace.el (occur-mode-hook): New hook.
8708 (occur-mode): Use it.
8709 (occur-hook): Set default to nil.
8710
8711 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
8712
8713 * net/ange-ftp.el: Use match-string and drop useless `function's.
8714 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
8715 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
8716 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
8717 (ange-ftp-parse-dired-listing): Update the calls.
8718 (dired-local-variables-file): Declare to shut quieten the compiler.
8719 (ange-ftp-file-entry-active-p): Remove.
8720 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
8721 Don't exclude dangling symlinks.
8722 (ange-ftp-file-name-completion-1): Make predicate optional.
8723 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
8724 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
8725 (ange-ftp-bs2000-posix-hook-installed): Remove.
8726 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
8727 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
8728 `ange-ftp-this-host' instead of `user' and `host'.
8729
8730 2002-08-29 Richard M. Stallman <rms@gnu.org>
8731
8732 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8733 Decide here whether to print which form we're compiling.
8734 If we do that, still print file and line. Make file name
8735 relative to default-directory. Print fewer newlines.
8736 (byte-compile-log-file): Print something even if no file.
8737 Print messages for entering and leaving directories,
8738 and set default-directory.
8739 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
8740 (byte-compile-warning-series): New function.
8741 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
8742 (byte-compile-display-log-head-p): Function deleted.
8743
8744 * warnings.el (warning-series): Now can be a marker, not an integer.
8745 (display-warning): Handle new value for warning-series.
8746
8747 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
8748 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
8749 to don't-warn list.
8750
8751 2002-08-29 Kim F. Storm <storm@cua.dk>
8752
8753 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
8754 Change default binding of C-x e to kmacro-end-or-call-macro.
8755 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
8756 variables.
8757 (kmacro-get-prefix-arg): New function.
8758 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
8759 improve. Callers changed.
8760 (kmacro-call-macro): Repeat macro by repeating last key or
8761 key defined in kmacro-call-repeat-key. New third arg non-nil
8762 means to end current macro.
8763 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
8764 to get repeat last key functionality.
8765 (kmacro-start-macro-or-insert-counter): Improve doc string.
8766
8767 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
8768
8769 * files.el (find-buffer-visiting): Compare file attributes
8770 using buffer-file-truename.
8771
8772 2002-08-28 Richard M. Stallman <rms@gnu.org>
8773
8774 * files.el (make-auto-save-file-name, make-backup-file-name-1):
8775 Don't use directory-sep-char.
8776
8777 2002-08-28 Juanma Barranquero <lektu@terra.es>
8778
8779 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
8780 (occur-mode): Remove call to `occur-mode-hook'.
8781 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
8782 (occur-1): Add call to `occur-hook'.
8783
8784 * subr.el (make-variable-frame-localizable): Alias for
8785 `make-variable-frame-local'.
8786
8787 2002-08-28 Miles Bader <miles@gnu.org>
8788
8789 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
8790 (read-file-name-electric-shadow-tty-properties)
8791 (read-file-name-electric-shadow-mode): Remove compatibility defs.
8792
8793 * comint.el (comint-carriage-motion): Start at START.
8794
8795 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
8796
8797 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
8798 given by vsFTPd when accessed with a kerberised FTP client.
8799
8800 2002-08-27 Richard M. Stallman <rms@gnu.org>
8801
8802 * files.el (find-alternate-file):
8803 Bind kill-buffer-query-functions locally, don't set it.
8804
8805 2002-08-27 Andreas Schwab <schwab@suse.de>
8806
8807 * kmacro.el (kmacro-start-macro): Doc fix.
8808
8809 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
8810
8811 * textfile/reftex-ref.el (reftex-goto-label): New command.
8812
8813 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
8814
8815 * textfile/reftex-parse.el (reftex-roman-number): New function.
8816 (reftex-section-number): Better handling of parts: No chapter
8817 counter resets.
8818
8819 * textfile/reftex.el (reftex-highlight-overlays): Added a third
8820 overlay.
8821 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
8822 Also moved `reftex-reset-mode' to top level.
8823
8824 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
8825 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
8826 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
8827
8828 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
8829 document pointer *before* position, not after.
8830 (reftex-insert-docstruct): Get offset of document pointer *before*
8831 position, not after.
8832
8833 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
8834 match over section title match.
8835
8836 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
8837 which determines on a per-file-basis if BibTeX is being used
8838 locally for citations.
8839 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
8840 cooperation with chapterbib.
8841 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
8842 better cooperation with chapterbib.
8843
8844 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
8845 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
8846
8847 2002-08-26 Kim F. Storm <storm@cua.dk>
8848
8849 * subr.el (suppress-keymap): Use command remapping instead of
8850 substitute-key-definition to undefine self-inserting keys.
8851
8852 2002-08-26 Juanma Barranquero <lektu@terra.es>
8853
8854 * makefile.w32-in (WINS): Add calc and obsolete.
8855
8856 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
8857
8858 * emacs-lisp/easy-mmode.el (define-minor-mode):
8859 Use customize-mark-as-set for global minor modes.
8860
8861 2002-08-25 Miles Bader <miles@gnu.org>
8862
8863 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
8864 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
8865 Change name of face.
8866 (file-name-shadow-properties): Renamed from
8867 `read-file-name-electric-shadow-properties'.
8868 (file-name-shadow-tty-properties): Renamed from
8869 `read-file-name-electric-shadow-tty-properties'.
8870 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
8871 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
8872 (file-name-shadow-mode): Renamed from
8873 `read-file-name-electric-shadow-mode'. Update references to
8874 renamed variables.
8875
8876 2002-08-24 Sam Steingold <sds@gnu.org>
8877
8878 * subr.el (eval-after-load): Do not call
8879 load-symbol-file-load-history (deleted yesterday).
8880
8881 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
8882
8883 * startup.el (normal-splash-screen): Ensure splash buffer is
8884 killed. Use tabs in output. Fix test whether previous buffer was
8885 *scratch* buffer.
8886
8887 * progmodes/simula.el (simula-abbrev-keyword-default)
8888 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
8889 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
8890
8891 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
8892
8893 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
8894
8895 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8896
8897 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
8898 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
8899 (f90-font-lock-off, f90-font-lock-menu): Delete.
8900 Use easy-menu-define instead.
8901 (f90-mode): Use easy-menu-add.
8902 No longer (require 'imenu) when compiling.
8903 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
8904 (f90-abbrev-start): Use fboundp.
8905 (f90-imenu-flag): Delete - use imenu--index-alist instead.
8906
8907 2002-08-23 Richard M. Stallman <rms@gnu.org>
8908
8909 * loadhist.el (unload-feature): Distinguish functions from
8910 variables in load-history.
8911 (feature-symbols): Doc fix.
8912
8913 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
8914
8915 * subr.el (symbol-file-load-history-loaded)
8916 (load-symbol-file-load-history): Deleted.
8917 (symbol-file): Don't call load-symbol-file-load-history.
8918
8919 2002-08-23 Andre Spiegel <spiegel@gnu.org>
8920
8921 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
8922
8923 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8924
8925 * frame.el (select-frame-by-name, select-frame-set-input-focus):
8926 Always call x-focus-frame, if using x.
8927 Use set-mouse-position on all systems, if focus-follows-mouse.
8928
8929 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8930
8931 * net/tramp.el: Version 2.0.14 released.
8932 (tramp-shell-prompt-pattern): New variable.
8933 (tramp-actions-before-shell, tramp-multi-actions)
8934 (tramp-find-shell, tramp-open-connection-multi)
8935 (tramp-open-connection-setup-interactive-shell): Use it.
8936 (tramp-open-connection-telnet, tramp-open-connection-rsh)
8937 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
8938 in the docstring.
8939 (tramp-bug): Report `tramp-shell-prompt-pattern'.
8940 (tramp-process-one-multi-action, tramp-process-one-action):
8941 Make message clearer so people don't confuse it with Emacs asking
8942 them a question if the regexp happens to end with "?".
8943 (tramp-verbose): Change default value from 10 to 9. Also change
8944 some logging levels so that 10 is reserved for stuff which is
8945 needed for debugging only, but 9 catches everything that people
8946 might like to see in order to see that Tramp is actually working.
8947
8948 2002-08-22 Kim F. Storm <storm@cua.dk>
8949
8950 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
8951 Corrected spelling mistakes (for Joseph Arceneaux).
8952
8953 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
8954
8955 * progmodes/f90.el: eval-when-compile a few defvars.
8956 (f90-xemacs-flag): Wrap in eval-and-compile.
8957 (f90-font-lock-keywords): Doc fix.
8958 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
8959 (f90-mark-subprogram-overlay): Variable deleted.
8960 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
8961 pushing mark.
8962 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
8963
8964 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8965
8966 * net/tramp.el: Version 2.0.13 released.
8967 (tramp-handle-write-region): Don't check to see if remote end is
8968 awake after sending data to remote host: we want to send "EOF" not
8969 "echo are you awake"...
8970 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
8971 (tramp-yn-prompt-regexp): New variable.
8972 (tramp-action-yn): New function, using it.
8973 (tramp-feature-write-region-fix): New internal variable. Not yet
8974 used. Should be used in `tramp-handle-write-region'.
8975
8976 2002-08-21 Kim F. Storm <storm@cua.dk>
8977
8978 * bindings.el (mode-line-format): Moved global-mode-string last.
8979 (mode-line-position): Moved %p first. Added padding to %l/%c to
8980 eliminate jumpyness in modeline. Use (%l,%c) format if both
8981 line-number-mode and column-number-mode are enabled.
8982
8983 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
8984
8985 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
8986 that could cause an infinite loop if something that looks like
8987 a macro begins in the middle of a line.
8988
8989 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
8990 could cause `c-state-cache' to contain two conses in sequence
8991 when there's an unbalanced open paren in a macro.
8992
8993 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8994
8995 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
8996
8997 * imenu.el (imenu--generic-function): Use mapc.
8998 (imenu-syntax-alist): Doc fix.
8999
9000 2002-08-20 Richard M. Stallman <rms@gnu.org>
9001
9002 * font-core.el (font-lock-change-mode): New function.
9003 (font-lock-mode): Use font-lock-change-mode instead of
9004 font-lock-unfontify-buffer.
9005 (font-lock-maximum-size, font-lock-verbose): Add defvars.
9006
9007 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
9008
9009 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
9010 which determines on a per-file-basis if BibTeX is being used
9011 locally for citations.
9012 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
9013 cooperation with chapterbib.
9014 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
9015 better cooperation with chapterbib.
9016
9017 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
9018 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
9019
9020 2002-08-20 Kim F. Storm <storm@cua.dk>
9021
9022 * kmacro.el: Major rework based on discussions with RMS.
9023 Most important change is that C-x C-k is now bound to a keymap
9024 with keyboard macro related commands. The original binding on
9025 C-x C-k is moved to C-x C-k e.
9026
9027 * binding.el: Remove macro related bindings (now in kmacro.el).
9028
9029 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
9030
9031 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
9032
9033 * help-fns.el (help-split-fundoc): Replace the function name
9034 from the docstring with the one that should be displayed.
9035 (help-make-usage): Understand CL style arglists.
9036 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
9037 (describe-variable): Use delete-region.
9038
9039 2002-08-19 Kenichi Handa <handa@etl.go.jp>
9040
9041 * international/mule.el (sgml-xml-auto-coding-function):
9042 Call re-search-forward with NOERROR t.
9043
9044 2002-08-19 Miles Bader <miles@gnu.org>
9045
9046 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
9047 * comint.el (comint-inhibit-carriage-motion): New variable.
9048 (comint-carriage-motion): Argument STRING removed. New arguments
9049 START and END; interpret characters between START and END rather
9050 than using special comint state.
9051 (comint-output-filter): Call `comint-carriage-motion'.
9052 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
9053 * ielm.el (inferior-emacs-lisp-mode):
9054 Give `comint-inhibit-carriage-motion' a local value of t.
9055
9056 2002-08-18 Richard M. Stallman <rms@gnu.org>
9057
9058 * textmodes/table.el: New file.
9059
9060 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
9061
9062 2002-08-18 Andreas Schwab <schwab@suse.de>
9063
9064 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
9065
9066 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
9067
9068 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
9069 (reftex-syntax-table): Set a default in case this is being used
9070 outside a LaTeX file.
9071 (reftex-syntax-table-for-bib): Set a default in case this is being
9072 used outside a LaTeX file.
9073
9074 2002-08-17 Richard M. Stallman <rms@gnu.org>
9075
9076 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
9077 and use write-file-functions instead of local-write-file-hooks.
9078 (tar-untar-buffer): Don't try to extract directories.
9079
9080 * menu-bar.el (fringe-mode): Set to nil.
9081
9082 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
9083
9084 2002-08-15 Richard M. Stallman <rms@gnu.org>
9085
9086 * calendar/appt.el (appt-delete): Use substring-no-properties.
9087 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
9088
9089 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
9090
9091 * server.el (server-process-filter): Simplify code.
9092 (server-goto-line-column): New function.
9093 (server-visit-files): Use server-goto-line-column.
9094 Offer to revert only if file has changed.
9095
9096 2002-08-15 Richard M. Stallman <rms@gnu.org>
9097
9098 * files.el (recover-this-file): New function.
9099 (after-find-file): Recommend recover-this-file.
9100
9101 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
9102 to change-major-mode-hook when font lock is enabled.
9103
9104 * simple.el (toggle-truncate-lines): Force redisplay.
9105 Display status message.
9106
9107 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
9108
9109 * textmodes/reftex.el (reftex-mode): Moved the creation of special
9110 syntax tables to top-level.
9111
9112 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
9113
9114 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
9115 use `hash-table-size' instead of `length'.
9116
9117 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
9118
9119 * help-fns.el (locate-library): Use locate-file(-completion).
9120 (help-split-fundoc): Tighten the regexp and recognize a usage-info
9121 where the function name is `fn'.
9122 (help-function-arglist): Follow aliases and macros.
9123 (describe-function-1): Use keymapp.
9124 If the docstring contains a usage info, use it even if the function is
9125 not a subroutine. Find usage info in aliases' docstring if necessary.
9126 (describe-variable): Get the value before setting up the *Help* buffer.
9127
9128 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
9129 Use find-file-hook instead of find-file-hooks.
9130 (define-minor-mode): Get rid of this silly `togglep'.
9131 Add an explicit `toggle' argument (used for interactive calls).
9132 Emit a warning when a nil argument turns the mode off.
9133
9134 * language/ethio-util.el (setup-ethiopic-environment-internal)
9135 (exit-ethiopic-environment): Use find-file-hook and
9136 write-file-functions instead of find-file-hooks and write-file-hooks.
9137
9138 * window.el (handle-select-window): Don't do anything if the window
9139 has disappeared since the event was generated.
9140 (split-window-save-restore-data): Use push and with-current-buffer.
9141
9142 * saveplace.el:
9143 * play/meese.el:
9144 * obsolete/hilit19.el:
9145 * completion.el (dynamic-completion-mode):
9146 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9147 Use find-file-hook instead of find-file-hooks.
9148
9149 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
9150 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
9151 (imenu-space-replacement): Allow nil value.
9152 (imenu--completion-buffer): Use new vars and simplify.
9153 Fix handling of minibuffer-setup-hook.
9154 Use minibuffer-completion-help instead of rolling our own.
9155 (imenu-choose-buffer-index): Use the new var.
9156
9157 * startup.el (command-line): Load custom-file if not done yet.
9158
9159 2002-08-14 Kenichi Handa <handa@etl.go.jp>
9160
9161 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
9162 the selection data string. Always return cons of type and string.
9163 (selection-converter-alist): Add (UTF8_STRING .
9164 xselect-convert-to-string).
9165
9166 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
9167
9168 * newcomment.el (comment-region): Force `lines' when `block' is set.
9169
9170 2002-08-12 Richard M. Stallman <rms@gnu.org>
9171
9172 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
9173 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
9174 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
9175 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
9176 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
9177 (menu-bar-text-mode-auto-fill): New commands, used
9178 in menu bar menus instead of lambda expressions.
9179
9180 (menu-bar-showhide-fringe-menu-customize-left)
9181 (menu-bar-showhide-fringe-menu-customize-right)
9182 (menu-bar-showhide-fringe-menu-customize-disable)
9183 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
9184
9185 (menu-bar-options-menu): Use toggle-truncate-lines.
9186 (showhide-date-time): Call customize-mark-as-set.
9187
9188 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9189 Obey `definition-name' properties.
9190
9191 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
9192 Put `definition-name' properties on the functions whose
9193 names are constructed.
9194
9195 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
9196 Renamed from target-buffer.
9197 (pages-directory, pages-copy-header-and-position): Uses changed.
9198
9199 * calendar/appt.el (appt-make-list): Correct the parsing of
9200 each appointment from time-string.
9201
9202 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
9203
9204 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
9205 (scroll-all-mode) <defcustom>: Delete.
9206 (running-xemacs): Delete.
9207 (minor-mode-alist): Don't manipulate it directly.
9208
9209 2002-08-10 Kenichi Handa <handa@etl.go.jp>
9210
9211 * international/mule-cmds.el (search-unencodable-char): New function.
9212 (select-safe-coding-system): Show unencodable characters.
9213 (unencodable-char-position): Deleted, and implemented in C in coding.c.
9214
9215 2002-04-09 John Wiegley <johnw@gnu.org>
9216
9217 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
9218 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
9219 * em-dirs.el (eshell/cd): Ditto.
9220 * em-glob.el (eshell-glob-case-insensitive): Ditto.
9221 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
9222 * esh-ext.el (eshell-binary-suffixes): Ditto.
9223
9224 2002-08-09 Richard M. Stallman <rms@gnu.org>
9225
9226 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
9227
9228 * simple.el (set-variable): Give locality status in prompt.
9229
9230 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
9231
9232 * simple.el (set-variable): If given a prefix argument, set
9233 variable buffer-locally.
9234
9235 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
9236
9237 * font-core.el (font-lock-function): Make it buffer-local.
9238
9239 2002-08-08 Richard M. Stallman <rms@gnu.org>
9240
9241 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
9242 (checkdoc-message-interactive, checkdoc-interactive-loop)
9243 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
9244 (checkdoc-defun):
9245 Update checkdoc-spellcheck-documentation-flag correctly.
9246 (checkdoc-ispell-docstring-engine): Don't test for
9247 checkdoc-autofix-flag = nil.
9248
9249 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
9250
9251 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
9252
9253 * wid-browse.el (widget-minor-mode): Fix doc typo.
9254
9255 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9256
9257 * net/tramp.el: Version 2.0.12 released.
9258 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9259 Comment out possibly obsolete "echo hello" commands.
9260 (tramp-run-real-handler): If operation is
9261 `ange-ftp-hook-function', use first arg as the real operation.
9262 (tramp-check-ls-commands): Use / instead of \ as directory
9263 separator. (Relevant for XEmacs on Windows.)
9264 (tramp-maybe-open-connection): Use tramp-wait-for-output when
9265 waiting for the "are you awake" command. Use a different string
9266 for the "are you awake" command.
9267 (tramp-send-command): New optional arg NEVEROPEN means to never
9268 invoke tramp-maybe-open-connection.
9269 (tramp-maybe-open-connection): Use it
9270
9271 2002-08-07 Richard M. Stallman <rms@gnu.org>
9272
9273 * warnings.el (warning-prefix-function, warning-series)
9274 (warning-fill-prefix, warning-group-format): Add autoload cookies.
9275
9276 2002-08-07 Kenichi Handa <handa@etl.go.jp>
9277
9278 * international/mule-cmds.el (select-safe-coding-system):
9279 Call pop-to-buffer inside save-window-excursion and save-excursion.
9280
9281 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
9282
9283 * help-fns.el (describe-function-1): Skip arglist note if
9284 function's definition is a keymap.
9285
9286 2002-08-06 Sam Steingold <sds@gnu.org>
9287
9288 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
9289 and `mail-user-agent' instead of straight sendmail.
9290 (diary-modified, diary-entries-list, displayed-year)
9291 (displayed-month, entry, date, number, date-string, d-file)
9292 (original-date): Defvar without binding to avoid compiler warnings.
9293
9294 2002-08-05 Alan Shutko <ats@acm.org>
9295
9296 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
9297 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
9298 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
9299
9300 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
9301 (ibuffer-filter-by-used-mode): New.
9302
9303 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
9304
9305 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
9306 `fset' and `symbol-function'.
9307
9308 2002-08-05 John Wiegley <johnw@gnu.org>
9309
9310 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
9311 value unless pcomplete-cycle-cutoff-length is non-nil.
9312
9313 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
9314
9315 * esh-util.el (eshell-under-cygwin-p): New function.
9316 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
9317 * em-dirs.el (eshell/cd): Ditto.
9318 * em-glob.el (eshell-glob-case-insensitive): Ditto.
9319 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
9320 * esh-ext.el (eshell-binary-suffixes): Ditto.
9321
9322 2002-08-05 Richard M. Stallman <rms@gnu.org>
9323
9324 * international/mule-cmds.el (select-safe-coding-system): Check for
9325 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
9326
9327 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
9328
9329 2002-08-05 Gerd Moellmann <gerd@gnu.org>
9330
9331 * image.el (image-jpeg-p): Accept "Exif" marker.
9332
9333 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9334
9335 * net/tramp.el: Version 2.0.11 released.
9336 (tramp-perl-file-attributes): Print uid and gid as signed integers.
9337 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
9338 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
9339 calling Tramp again.
9340 (tramp-find-file-exists-command): Check for `ls -d' last, after
9341 all the variants on `test -e'.
9342 (tramp-post-connection): Erase buffer before finding a command to
9343 check if file exists.
9344
9345 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
9346
9347 * calc/calc.el (math-format-stack-value): Revert a broken
9348 if->when replacement and reformat so that this does not happen
9349 again. Fixes a pretty lethal line formatting/yanking bug.
9350
9351 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
9352
9353 * startup.el (fancy-splash-frame): Check selected frame last.
9354
9355 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9356
9357 * net/tramp.el: Version 2.0.10 released.
9358 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
9359 standard output even if `uudecode -p' and `uudecode -o -' don't work.
9360 (tramp-post-connection): After finding the right shell, wait a
9361 bit. This is a kludge to avoid a race condition, even though I
9362 don't understand why there is a race condition in the first place.
9363 (tramp-post-connection): Install the `tramp_uudecode' shell
9364 function on the remote host.
9365 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
9366 (tramp-bug): Include more variables in the report.
9367
9368 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9369
9370 * net/tramp.el: Version 2.0.9 released.
9371 (tramp-bug): Add wording about additional info to include in bug
9372 report.
9373 (tramp-find-shell): Set $PS1 for invocation of second shell (for
9374 tilde expansion).
9375 (tramp-find-shell): Shell prompt must match at end of buffer.
9376 Do this also for fallback shell prompt.
9377 (tramp-find-shell): More debugging output.
9378 (tramp-find-inline-encoding): When checking the decoding command,
9379 some commands fail when reading from /dev/null. So we pass a
9380 known string through the encoding command and pass that through
9381 the decoding command. So we know whether the decoding command can
9382 deal with some real input.
9383
9384 2002-08-04 Andreas Schwab <schwab@suse.de>
9385
9386 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
9387
9388 2002-08-03 Andrew Choi <akochoi@shaw.ca>
9389
9390 * term/mac-win.el: Set keys to enable mouse wheel support.
9391
9392 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9393
9394 * net/tramp.el: Version 2.0.8.
9395 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
9396
9397 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9398
9399 * net/tramp.el: Version 2.0.7.
9400 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
9401 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
9402 because of `format' and say so in the docstring.
9403
9404 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9405
9406 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
9407 `type' forms.
9408 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
9409 (f90-type-def-re): Fix value.
9410
9411 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9412
9413 * net/tramp.el: Version 2.0.6.
9414 (tramp-default-method): Change to "ssh" from "sm".
9415 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
9416 (tramp-su-program): New internal variable for method parameter.
9417 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
9418 New variables. Very short Perl one-liner, but requires Perl
9419 module MIME::Base64 to be installed on the remote site.
9420 (tramp-perl-encode, tramp-perl-decode): New base64
9421 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
9422 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
9423 though Ange-FTP doesn't do anything for this operation).
9424 (tramp-handle-set-visited-file-modtime): Comment change.
9425 (tramp-handle-make-directory): Save-excursion.
9426 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
9427 twice, once is enough.
9428 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
9429 user knows what's wrong.
9430 (tramp-post-connection): Support the two Perl encoders and decoders.
9431 (tramp-coding-commands): Ditto. Add some todo items.
9432
9433 2002-08-02 Richard M. Stallman <rms@gnu.org>
9434
9435 * international/mule.el (merge-coding-systems): New function.
9436 (set-buffer-file-coding-system): Use merge-coding-systems.
9437 Change prompt for args.
9438 (revert-buffer-with-coding-system): New command.
9439
9440 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
9441 Add bindings for revert-buffer-with-coding-system.
9442 (set-coding-system-map): Clarify menu item info for
9443 set-buffer-file-coding-system.
9444 (set-coding-system-map): Reorder and add separators.
9445
9446 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
9447 Use eval-expression.
9448
9449 * subr.el (atomic-change-group): Doc fix.
9450
9451 2002-07-31 Colin Walters <walters@debian.org>
9452
9453 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
9454 defvaralias for compatibility.
9455 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
9456 defvaralias for compatibility.
9457
9458 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
9459
9460 * ibuffer.el (ibuffer-fontification-alist):
9461 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
9462
9463 2002-07-31 John Wiegley <johnw@gnu.org>
9464
9465 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
9466 prevent adding the symbol `pcomplete' to
9467 shell-dynamic-complete-functions to many times.
9468
9469 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
9470
9471 * help-fns.el (describe-function-1): Test function for
9472 obsolescence only if it is a symbol.
9473
9474 * ediff.el (ediff-backup): New autoloaded command.
9475
9476 2002-07-31 Richard M. Stallman <rms@gnu.org>
9477
9478 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
9479 Use `compile-always'.
9480 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
9481 (compile): Renamed from `compile-files'.
9482 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
9483
9484 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9485 Check that (car elt) is a string.
9486
9487 * pcomplete.el (pcomplete-entries): Doc fix.
9488
9489 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
9490
9491 2002-07-31 Andreas Schwab <schwab@suse.de>
9492
9493 * dired.el: Hide disabling of dired-find-alternate-file behind
9494 autoload-cookie.
9495
9496 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9497
9498 * makefile.w32-in: Revert some changes from 2002-07-23 because they
9499 don't work on MSVC/nmake builds.
9500 (update-subdirs-CMD): Generate the right list of subdirectories.
9501
9502 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9503
9504 * net/tramp.el: New version 2.0.5.
9505 (tramp-methods): Remove inline encoding method parameters.
9506 The encoding is now autodetected. Also shorten the list of
9507 methods (u/m distinction gone) and rename the remaining methods to
9508 have longer, but more mnemonic, names.
9509 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
9510 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
9511 matched at end of buffer anyway.
9512 (tramp-yesno-prompt-regexp): New variable, for questions where the
9513 user should say "yes" or "no".
9514 (tramp-file-name-structure-unified)
9515 (tramp-file-name-structure-separate): Allow dash in method names.
9516 (tramp-actions-before-shell): New variable, contains list of
9517 pattern/action pairs. Output sent by remote end is scanned for
9518 the patterns, then the actions are executed.
9519 (tramp-multi-actions): Like `tramp-actions-before-shell', but
9520 executed for each hop in a multi-hop connection.
9521 (tramp-last-cmd-time): New variable. If nothing has been sent to
9522 remote end for 60 seconds, look to see if the remote end is still
9523 alive.
9524 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
9525 It didn't work.
9526 (tramp-perl-encode, tramp-perl-decode): New variables, these
9527 require the MIME::Base64 module on the remote end.
9528 (tramp-handle-file-attributes): Restructure logic.
9529 (tramp-handle-file-attributes-with-ls)
9530 (tramp-handle-file-attributes-with-perl): More debugging.
9531 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
9532 (tramp-handle-make-directory, tramp-handle-delete-directory)
9533 (tramp-handle-delete-file, tramp-handle-insert-directory):
9534 Expand file name.
9535 (tramp-handle-shell-command): Use `when', not `if'.
9536 (tramp-handle-file-local-copy, tramp-handle-write-region):
9537 Adapt to autodetection of inline encoding.
9538 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
9539 variable ange-ftp-name-format is defined before binding it.
9540 (tramp-action-login, tramp-action-password, tramp-action-succeed)
9541 (tramp-action-permission-denied, tramp-action-yesno):
9542 Functions called from `tramp-actions-before-shell'.
9543 (tramp-multi-action-login, tramp-multi-action-password)
9544 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
9545 Functions called from `tramp-multi-actions'.
9546 (tramp-process-one-action, tramp-process-actions):
9547 Pattern matching and action invocation code for
9548 `tramp-actions-before-shell'.
9549 (tramp-process-one-multi-action, tramp-process-multi-actions):
9550 Same for `tramp-multi-actions'.
9551 (tramp-open-connection-telnet, tramp-open-connection-rsh)
9552 (tramp-open-connection-su): Process actions instead of hardwired logic.
9553 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
9554 (tramp-multi-connect-su): Ditto.
9555 (tramp-post-connection): New method for tramp_encode and
9556 tramp_decode scripts.
9557 (tramp-post-connection): Invoke inline autodetection code.
9558 (tramp-coding-commands): List of inline codings.
9559 (tramp-find-inline-encoding): This is the inline autodetection code.
9560 (tramp-maybe-open-connection): If nothing was sent to connection
9561 for 60 seconds, look if it connection is still alive.
9562 (tramp-send-command): Remember that something was sent to the
9563 connection.
9564 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
9565 Use backticks for constructing alist.
9566 (tramp-get-encoding-command, tramp-set-encoding-command)
9567 (tramp-get-decoding-command, tramp-set-decoding-command)
9568 (tramp-get-encoding-function, tramp-set-encoding-function)
9569 (tramp-get-decoding-function, tramp-set-decoding-function):
9570 Use for results of inline autodetection.
9571 (tramp-get-encoding-command, tramp-get-decoding-command)
9572 (tramp-get-encoding-function, tramp-get-decoding-function):
9573 Remove these old functions.
9574
9575 2002-07-30 Kenichi Handa <handa@etl.go.jp>
9576
9577 * language/indian.el (in-is13194): Give correct `safe-chars' property.
9578 (devanagari): Define it as an alias of in-is13194.
9579
9580 * international/mule.el (safe-chars):
9581 Put `char-table-extra-slots' property with value 0.
9582
9583 * files.el (revert-buffer): Fix previous change.
9584
9585 2002-07-29 Richard M. Stallman <rms@gnu.org>
9586
9587 * bindings.el (help-echo): If global-mode-string is non-nil,
9588 display some spaces after it.
9589
9590 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9591 Don't call string-match on non-string.
9592
9593 * textmodes/ispell.el (check-ispell-version): Bind default-directory
9594 to avoid errors. Kill the old temp buffer at the beginning.
9595
9596 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9597
9598 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
9599
9600 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
9601
9602 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
9603 instead of `cond'.
9604
9605 2002-07-29 Kenichi Handa <handa@etl.go.jp>
9606
9607 * international/mule.el (ctext-post-read-conversion): Add support
9608 for embedded utf-8 encoding (ESC % G ... ESC % @).
9609
9610 2002-07-28 Kenichi Handa <handa@etl.go.jp>
9611
9612 * files.el (revert-buffer): Before calling insert-file-contents,
9613 kill the local variable buffer-file-coding-system.
9614
9615 2002-07-28 Richard M. Stallman <rms@gnu.org>
9616
9617 * bindings.el (mode-line-format): Handle vc-mode specially.
9618 Move mode-line-position to after global-mode-string.
9619 (mode-line-modes): Move the starting 3 spaces out of here.
9620 (mode-line-position): Separate with a space, not dashes.
9621
9622 * vc-hooks.el: Don't add to minor-mode-alist.
9623
9624 * emacs-lisp/edebug.el (edebug-debugger):
9625 If inside redisplay, just return.
9626
9627 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
9628
9629 * info.el (Info-find-index-name): Improve last change.
9630
9631 2002-07-27 Richard M. Stallman <rms@gnu.org>
9632
9633 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
9634
9635 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
9636 in the third case.
9637
9638 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
9639
9640 * ps-print.el: Update copyright year.
9641 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
9642
9643 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9644
9645 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
9646 to the session with that number. Old behavior still available
9647 with nonumeric prefix args.
9648
9649 2002-07-08 Simon Josefsson <jas@extundo.com>
9650
9651 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
9652
9653 2002-07-26 Juanma Barranquero <lektu@terra.es>
9654
9655 * warnings.el (lwarn, warn, warning-levels): Doc fix.
9656 (warning-suppress-log-types): Fix typo.
9657 (display-warning): Fix typo. Remove useless assignment to free variable
9658 `group-string'.
9659
9660 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
9661
9662 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
9663
9664 2002-07-25 Sam Steingold <sds@gnu.org>
9665
9666 * replace.el (occur-rename-buffer): New command.
9667 (occur-mode-map): Bind "r" to it. Added keybindings for
9668 `kill-this-buffer', `clone-buffer' and `quit-window'.
9669
9670 2002-07-25 Kevin Ryde <user42@zip.com.au>
9671
9672 * info.el (Info-find-index-name): Search for a function definition
9673 with a return type.
9674
9675 2002-07-25 David Ponce <david@dponce.com>
9676
9677 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
9678 Don't recompute `entry' on each iteration.
9679 (byte-compile-delete-first): Make it defsubst.
9680
9681 2002-07-25 Sam Steingold <sds@gnu.org>
9682
9683 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
9684 When `search-end' is a cons, use its car.
9685
9686 2002-07-25 Dave Love <fx@gnu.org>
9687
9688 * obsolete/c-mode.el: Deleted.
9689
9690 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
9691
9692 * textmodes/reftex.el (reftex-compile-variables):
9693 Simplified regular expression.
9694
9695 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9696 Simplified the regexp.
9697
9698 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
9699 (reftex-extract-bib-entries-from-thebibliography):
9700 Use `reftex-get-bibkey-default' to get a default regex.
9701 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
9702 get a default regex.
9703
9704 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
9705 XEmacs compatibility (got OK from RMS).
9706
9707 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
9708
9709 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
9710 (reftex-select-bib-mode): Likewise.
9711
9712 2002-07-25 Colin Walters <walters@debian.org>
9713
9714 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
9715 by menu functions.
9716
9717 2002-07-24 Dave Love <fx@gnu.org>
9718
9719 * international/mule.el (set-auto-coding): Doc fix.
9720
9721 * international/utf-16.el: New file.
9722
9723 * language/european.el ("German", "French", "Spanish", "Turkish"):
9724 Add alternative coding systems.
9725 ("Dutch"): Likewise. Add input method.
9726 ("Welsh", "Latin-7"): Add nonascii-translation.
9727
9728 * language/georgian.el ("Georgian"): Add nonascii-translation.
9729
9730 * international/titdic-cnv.el: Doc fixes.
9731 (tit-process-header): Add coding cookie.
9732 (titdic-convert): Force writing as iso-2022-7bit.
9733
9734 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
9735
9736 * international/mule-cmds.el: Doc fixes.
9737 (unencodable-char-position): New.
9738 (select-safe-coding-system): Use it to indicate problematic
9739 characters and add extra explanation. Avoid checking auto-coding
9740 for compressed files.
9741 (leim-list-header): Add coding cookie.
9742 (input-method-verbose-flag): Modify :type.
9743 (locale-language-names): Add bs, wa. Modify cy.
9744
9745 2002-07-24 Richard M. Stallman <rms@gnu.org>
9746
9747 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9748 Bind warning-group-format.
9749
9750 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
9751 (byte-compile-cl-warn): Use that variable.
9752 (byte-compile-find-cl-functions): New function.
9753 (displaying-byte-compile-warnings):
9754 Call byte-compile-find-cl-functions.
9755
9756 * warnings.el (warning-levels): Add %s to the strings.
9757 (warning-group-format): New variable.
9758 (warning-suppress-log-types): Renamed from warning-suppress-log.
9759 (warning-suppress-types): Renamed from warning-suppress.
9760 (display-warning): Implement those changes.
9761
9762 2002-07-23 Richard M. Stallman <rms@gnu.org>
9763
9764 * warnings.el: Add `provide' call.
9765
9766 * files.el (basic-save-buffer-2): If there's an error writing the file,
9767 unrename the backup file if it was just made.
9768 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
9769 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
9770 when a backup was just made by renaming. Otherwise it's nil.
9771
9772 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
9773 Recognize explicit :args specification.
9774
9775 * international/mule-cmds.el (select-safe-coding-system):
9776 Don't ask for confirmation of mismatch if find-file-literally was used.
9777
9778 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
9779
9780 * add-log.el (add-log-current-defun): Fix typo in documentation.
9781
9782 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
9783
9784 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
9785
9786 * ido.el (ido-separator): Fix type.
9787
9788 2002-07-23 Andrew Innes <andrewi@gnu.org>
9789
9790 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
9791 (DONTCOMPILE): Add various language files.
9792 (DONTCOMPILE): Remove term/xterm.el.
9793 (finder-inf.el): Remove.
9794 (update-authors): New target.
9795 (TAGS-LISP): Remove $(lispsource).
9796 (compile-always): Renamed from `compile-files'.
9797 (compile): New target, adapted from `compile-files'.
9798 (compile-calc): New target.
9799 (recompile): Change `.' to $(lisp).
9800 (bootstrap): Add update-subdirs and finder-data
9801 to dependencies; change compile-files to compile.
9802
9803 2002-07-22 Andre Spiegel <spiegel@gnu.org>
9804
9805 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
9806
9807 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9808
9809 * simple.el (undo, undo-more): Adjust messages when undoing in a
9810 region.
9811
9812 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
9813
9814 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
9815 (browse-url-lynx-input-delay): Add custom type and group.
9816
9817 * cus-start.el (double-click-fuzz): Added.
9818
9819 2002-07-22 Alan Shutko <ats@acm.org>
9820
9821 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
9822 parameter, specifying what face or character to use in the
9823 calendar display. These will now return (MARK . ENTRY).
9824
9825 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
9826 parameter, specifying what face or character to use in the
9827 calendar display. These will now return (MARK . ENTRY).
9828
9829 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
9830 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
9831 MARK parameter, specifying what face or character to use in the
9832 calendar display. These will now return (MARK . ENTRY).
9833
9834 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
9835 from diary-sexp-entry and pass it to mark-visible-calendar-date.
9836 (list-sexp-diary-entries): Update doc string for new docs for ....
9837 If diary-sexp-entry returns a cons, only add the text to the diary
9838 list.
9839 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
9840 . STRING) to specify what face or character mark should be used in
9841 the calendar display.
9842 (diary-date, diary-block, diary-float, diary-anniversary)
9843 (diary-cyclic): Add optional MARK parameter, specifying what face
9844 or character to use in the calendar display. These will now
9845 return (MARK . ENTRY).
9846
9847 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
9848 (calendar-holiday-list, diary-french-date, diary-mayan-date)
9849 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
9850 (diary-islamic-date, list-islamic-diary-entries)
9851 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
9852 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
9853 (diary-rosh-hodesh, list-hebrew-diary-entries)
9854 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
9855 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
9856 (diary-sunrise-sunset, diary-sabbath-candles):
9857 Remove interactive flag from autoloads.
9858
9859 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
9860
9861 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
9862 (reftex-bibliography-commands): New option.
9863 (reftex-toc-split-windows-horizontally): New option
9864 (reftex-toc-split-windows-horizontally-fraction): New option
9865 (reftex-include-file-commands): New option.
9866 (reftex-cite-format-builtin): Added ?n for nocite.
9867
9868 * textmodes/reftex-index.el (reftex-query-index-phrase):
9869 Use `reftex-index-verify-function'.
9870
9871 * textmodes/reftex-toc.el (reftex-re-enlarge):
9872 Handle horizontal splitting.
9873 (reftex-toc): Handle horizontal splitting
9874 (reftex-last-window-width): New variable.
9875
9876 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9877 Use `reftex-bibliography-commands'.
9878 (reftex-locate-bibliography-files): Regexp relaxed to allow for
9879 cases where \bibliography is not the first thing on the line.
9880
9881 * textmodes/reftex.el (reftex-compile-variables):
9882 Use `reftex-include-file-commands'.
9883 (reftex-type-query-prompt): Changed defconst to defvar.
9884 (reftex-type-query-help, reftex-typekey-to-format-alist)
9885 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
9886 (reftex-special-env-parsers, reftex-label-mac-list)
9887 (reftex-label-env-list, reftex-typekey-list)
9888 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
9889 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
9890 (reftex-no-follow-message, reftex-no-info-message): Likewise.
9891 (reftex-mode): Define systax table for bibtex parsing.
9892 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
9893
9894 * textmodes/reftex-cite.el (reftex-format-names): %a as name
9895 format lists all names.
9896 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
9897 (reftex-with-special-syntax-for-bib): New macro.
9898
9899 2002-07-21 Richard M. Stallman <rms@gnu.org>
9900
9901 * international/ucs-tables.el (ucs-quail-activate):
9902 Cope if buffer-file-coding-system is nil.
9903
9904 * bindings.el (last-buffer): Use buffer-list with frame arg.
9905 Create *scratch* if no other choice exists. Fix bugs.
9906
9907 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9908
9909 * net/tramp.el: Bump version to 2.0.2.
9910 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
9911 longer names. Use old names "sm1", "sm2" and so on for methods
9912 invoking "ssh -1" or "ssh -2".
9913 (tramp-multi-file-name-structure-separate): Typo, its name was set
9914 to "tramp-file-name-structure-separate". Trivial patch.
9915 From Steve Youngs <youngs@xemacs.org>.
9916 (tramp-multi-sh-program): New variable.
9917 (tramp-open-connection-multi): Use it. Now you can use multi
9918 methods from Windows (at least in principle).
9919 (tramp-do-copy-or-rename-via-buffer): New function.
9920 (tramp-do-copy-or-rename-file): Use it. Change and simplify
9921 logic. Omit special case of invoking rcp directly to copy the files.
9922 (tramp-open-connection-su, tramp-multi-connect-telnet)
9923 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
9924 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
9925 Use backticks in format-spec for brevity and to avoid
9926 character/number confusion in XEmacs.
9927
9928 2002-07-20 Richard M. Stallman <rms@gnu.org>
9929
9930 * wid-edit.el (widget-documentation-string-value-create):
9931 Say "Hide Rest", not just "Hide".
9932
9933 * cus-edit.el (custom-variable-value-create):
9934 Say "Show Value", not just "Show". Also "Hide Value".
9935 Output a newline before the doc string.
9936 (custom-face-value-create): Say "Show Face" and "Hide Face".
9937
9938 * files.el (toggle-read-only): Clean up the hint message.
9939
9940 * emacs-lisp/bytecomp.el: Use warnings.el.
9941 (byte-compile-warning-prefix): New function.
9942 (byte-compile-log-file): Return page start position.
9943 (byte-compile-log-warning): New function.
9944 (byte-compile-warn): Use byte-compile-log-warning.
9945 (byte-compile-report-error): Likewise. Also use error-message-string.
9946 (displaying-byte-compile-warnings): Bind warning-series.
9947 Don't bind or use byte-compile-warnings-point-max.
9948 Don't display the log buffer at the end.
9949 (byte-compile-warnings-point-max): Variable deleted.
9950 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
9951 (byte-compile-last-warned-form, byte-compile-last-logged-file):
9952 Defvars moved.
9953
9954 * warnings.el: New file.
9955
9956 2002-07-19 Richard M. Stallman <rms@gnu.org>
9957
9958 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
9959 and `values-list' from list of CL functions.
9960
9961 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
9962
9963 * emacs-lisp/bytecomp.el (compile-defun):
9964 Bind `read-with-symbol-positions' to current buffer.
9965
9966 2002-07-19 Andre Spiegel <spiegel@gnu.org>
9967
9968 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
9969 delete anything that comes after LIMIT from the buffer.
9970
9971 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
9972 if this is really an RCS master file.
9973
9974 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
9975
9976 2002-07-19 Juanma Barranquero <lektu@terra.es>
9977
9978 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
9979 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
9980 (unread-command-char, executing-macro, post-command-idle-hook)
9981 (post-command-idle-delay): Move obsolescence declarations to subr.el.
9982
9983 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
9984 (baud-rate, compiled-function-p, define-function, unread-command-char)
9985 (executing-macro, post-command-idle-hook, post-command-idle-delay):
9986 Move obsolescence declarations from emacs-lisp/bytecomp.el.
9987 (directory-sep-char, mode-line-inverse-video):
9988 Add obsolescence declaration.
9989
9990 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
9991
9992 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
9993 changes to list them here.
9994
9995 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
9996 Too many changes to list them here.
9997
9998 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
9999 Too many changes to list them here.
10000
10001 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
10002 only minor documentation changes.
10003
10004 2002-07-18 Dave Love <fx@gnu.org>
10005
10006 * info-look.el: Support current auto{conf,make} manuals.
10007
10008 2002-07-18 Juanma Barranquero <lektu@terra.es>
10009
10010 * bindings.el (last-buffer): Add missing frame argument.
10011
10012 2002-07-18 Richard M. Stallman <rms@gnu.org>
10013
10014 * timer.el (timer-inc-time): Doc fix.
10015
10016 * replace.el (keep-lines, flush-lines): Interactively report
10017 read-only error before reading regexp argument.
10018
10019 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
10020
10021 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
10022 frame parameters like bury-buffer.
10023
10024 * simple.el (choose-completion-delete-max-match):
10025 Handle minibuffer prompts explicitly.
10026
10027 2002-07-18 Juanma Barranquero <lektu@terra.es>
10028
10029 * international/mule-util.el (string-to-sequence, truncate-string):
10030 Add autoload cookie to obsolescence declaration.
10031
10032 * rect.el (move-to-column-force): Likewise.
10033
10034 * composite.el (decompose-composite-char): Likewise; also remove
10035 redundant info.
10036
10037 2002-07-18 Kim F. Storm <storm@cua.dk>
10038
10039 * loadup.el: Load international/utf-8 before international/characters.
10040
10041 2002-07-17 Dave Love <fx@gnu.org>
10042
10043 * international/ucs-tables.el: Optimize tables. Deal with some
10044 non-8859 charsets.
10045 (ucs-mule-to-mule-unicode): New.
10046 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
10047 translation.
10048 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
10049 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
10050 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
10051 version. Add custom dependencies.
10052 (ucs-insert): Check for null from decode-char.
10053 (translation-table-for-input, ucs-quail-activate)
10054 (ucs-minibuffer-setup, ccl-encode-unicode-font)
10055 (ucs-tables-unload-hook): New.
10056
10057 * international/mule.el (define-translation-hash-table): New.
10058 (decode-char): Use utf-8-translation-table-for-decode.
10059 (encode-char): Use ucs-mule-to-mule-unicode.
10060
10061 * international/characters.el: Fix settings of U+2000-U+2027.
10062 Remove \e$(C'Y\e(B.
10063
10064 * international/mule-cmds.el (locale-language-names): Fix be, add
10065 sr_YU@cyrillic, modify tg.
10066 (locale-charset-language-names): Put @euro last.
10067
10068 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
10069 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
10070 (cyrillic-koi8-r-decode-table): Make unbound after use.
10071 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
10072 factor. Use utf-8-translation-table-for-decode.
10073 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
10074 (cyrillic-unify-encoding): New function.
10075 (cyrillic-koi8): Modify safe-chars, valid-codes.
10076 Remove charset-origin-alist.
10077 (Cp878, cp866): New alias.
10078 (ccl-encode-8859-5-font): New.
10079 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
10080 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
10081 Remove redundant parens.
10082 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
10083 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
10084 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
10085 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
10086 ("Cyrillic-ALT"): Change input method.
10087 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
10088
10089 * international/utf-8.el (utf-8-subst-table)
10090 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
10091 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
10092 (utf-8-ccl-regs, utf-8-translate-cjk): New.
10093 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
10094 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
10095 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
10096 (mule-utf-8): Remove pre-write-conversion.
10097 (utf-8-post-read-conversion): Comment out.
10098
10099 * international/ccl.el (ccl-command-table): Add lookup-integer,
10100 lookup-character.
10101 (ccl-extended-code-table): Add lookup-int-const-tbl,
10102 lookup-char-const-tbl.
10103 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
10104 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
10105 New functions.
10106 (define-ccl-program): Doc update.
10107
10108 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
10109 (utf-8-subst-table): Don't set.
10110
10111 2002-07-17 Kenichi Handa <handa@etl.go.jp>
10112
10113 * international/mule.el (define-coding-system-alias):
10114 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
10115 eol-type is not auto-detection.
10116
10117 * international/mule-diag.el (print-coding-system-briefly):
10118 Fix the handling of an alias of which eol-type is not auto-detection.
10119
10120 * international/mule-conf.el (us-ascii): Define it as an alias of
10121 iso-safe.
10122
10123 2002-07-17 Juanma Barranquero <lektu@terra.es>
10124
10125 * help-fns.el (describe-function-1): Put empty line before "Not
10126 documented" text.
10127
10128 * timer.el (timer-set-time-with-usecs): Mark obsolete.
10129
10130 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
10131
10132 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10133 Make sure to change the global tool-bar-map.
10134
10135 * vc.el (vc-default-comment-history): Hard code *vc*.
10136 This is because print-log always prints there now.
10137 (vc-annotate-font-lock-keywords): New var.
10138 (vc-annotate-mode): Use it. Set truncate-lines as well.
10139 (vc-annotate-display-select): Unify the two error reports.
10140 (vc-annotate-offset): New var.
10141 (vc-annotate-lines): New fun extracted from vc-annotate-display.
10142 (vc-annotate-display): Use it, via font-lock.
10143
10144 * help-fns.el (help-split-fundoc, help-function-arglist)
10145 (help-make-usage): New funs, extracted from describe-function-1.
10146 (describe-function-1): Use them.
10147
10148 * help.el (help-key-description): Show the untranslated keys
10149 when they start with ESC and the ESC was not translated.
10150
10151 * help-mode.el (view): Always require.
10152 (help-xref-mule-regexp): Don't use defconst for variables.
10153 (help-setup-xref): Keep the last 10 elements of the stack.
10154 (help-xref-override-view-map): New var.
10155 (help-make-xrefs): Use it instead of building a new map each time.
10156 (help-function-def): Allow help-fun to take a buffer as arg.
10157
10158 * diff-mode.el (diff-reverse-direction): Simplify.
10159 (diff-after-change-function): Fix typo.
10160 (diff-post-command-hook): Take care of edge cases.
10161 (diff-current-defun): Do `goto-char' after setting the mode.
10162
10163 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
10164 Fold mouse-sel-bindings into it.
10165 (mouse-sel-bound-events): Turn it into an alist.
10166 (mouse-insert-selection): Delegate to mouse-yank-at-click if
10167 mouse-sel-default-bindings asks for it.
10168
10169 2002-07-16 Andre Spiegel <spiegel@gnu.org>
10170
10171 * files.el: Bind toggle-read-only to C-x C-q.
10172 (toggle-read-only): Display a warning message if the file is under
10173 version control.
10174
10175 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
10176 (vc-toggle-read-only): Explain in the doc string that users can bind
10177 this to C-x C-q.
10178 (vc-checkout-model): Change doc string to refer to vc-next-action,
10179 not vc-toggle-read-only.
10180
10181 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
10182 comparing to file on disk. Fix the case when claiming the lock
10183 on a file that has unlocked changes.
10184 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
10185
10186 2002-07-16 Richard M. Stallman <rms@gnu.org>
10187
10188 * simple.el (choose-completion-string): Doc fix.
10189
10190 * cus-edit.el: New operation :custom-standard-value.
10191 (Custom-reset-standard): Use it.
10192 (custom-variable, custom-face): Define it.
10193 (custom-variable-standard-value, custom-face-standard-value): New fns.
10194 (custom-face-save): Don't save a face whose value is standard.
10195 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
10196
10197 * cus-edit.el (custom-face-edit-fix-value):
10198 If VALUE is not a list, pass it thru.
10199
10200 * compare-w.el (compare-windows-whitespace): Always allow newline
10201 even if it does not have whitespace syntax.
10202
10203 2002-07-16 Juanma Barranquero <lektu@terra.es>
10204
10205 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
10206
10207 2002-07-15 Juanma Barranquero <lektu@terra.es>
10208
10209 * help-fns.el (describe-variable): Show documentation for aliased
10210 variable if alias does not have its own.
10211
10212 2002-07-15 Mike Williams <mdub@bigfoot.com>
10213
10214 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
10215 cut/paste functions.
10216
10217 2002-07-14 Richard M. Stallman <rms@gnu.org>
10218
10219 * files.el (find-alternate-file): Offer to save a modified buffer.
10220 Handle kill-buffer-query-functions better.
10221
10222 * startup.el (normal-splash-screen, fancy-splash-text):
10223 Update name of help menu item for ordering printed manuals.
10224
10225 * emacs-lisp/checkdoc.el: Fix doc typos.
10226
10227 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
10228
10229 * textmodes/tex-mode.el: Set encoding to utf-8.
10230 (tex-start-options): Make it into always-a-string.
10231 Remove silly custom options that are covered by the other var.
10232 (tex-start-commands): Fix docstring.
10233 (tex-open-quote, tex-close-quote): Add options.
10234 (tex-command): Provide default.
10235 (tex-font-lock-keywords-1): Highlight $$...$$.
10236 (tex-font-lock-keywords-2): Fix latin-1 chars.
10237 (tex-mode-map): Remove redundant \t binding.
10238 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
10239 (latex-mode): Use add-hook for fill-nobreak-predicate.
10240 (tex-common-initialization): Set indent-tabs-mode to nil.
10241 (tex-insert-quote): Undo magic if invoked twice in a row.
10242 (latex-fill-nobreak-predicate): Don't use narrowing.
10243 (tex-latex-block): Don't cons uselessly.
10244 (tex-last-unended-begin): Signal user-friendlier error.
10245 (tex-goto-last-unclosed-latex-block): Don't catch signal.
10246 (tex-start-tex): Switch order of tex-start-options and
10247 tex-start-commands to make it obey docstrings.
10248
10249 2002-07-14 Mike Williams <mdub@bigfoot.com>
10250
10251 * mouse-sel.el (mouse-sel-bound-events): New constant.
10252 (mouse-sel-bindings): Save/restore original mouse-bindings.
10253
10254 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
10255
10256 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
10257 (cl-hack-byte-compiler): Avoid infinite require loop.
10258
10259 * net/ange-ftp.el: Use hash-tables.
10260 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
10261 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
10262 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
10263 Replace with make-hash-table, maphash, gethash, puthash and remhash.
10264 (ange-ftp-hash-entry-exists-p): Rewrite.
10265 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
10266 Change mapatom -> maphash.
10267 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
10268 Update to new calling mode.
10269
10270 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
10271 (ebrowse-hash-table-to-alist): Delete.
10272 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
10273 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
10274
10275 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
10276 Improve the regexp used when unquoting.
10277 (sgml-pretty-print): New function.
10278 (sgml-get-context): Better handling of improperly nested tags.
10279 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
10280
10281 2002-07-13 Andreas Schwab <schwab@suse.de>
10282
10283 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
10284 inherited table entry.
10285
10286 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
10287
10288 * calendar/timeclock.el (timeclock-in): Handle the case where no
10289 log file exists (ie the very first call).
10290
10291 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10292
10293 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
10294 is done by Tramp.
10295
10296 * net/tramp.el (tramp-multi-file-name-structure-unified):
10297 Add missing slash and move colon from start to end of each hop.
10298 (tramp-multi-file-name-hop-structure-unified): Move colon from
10299 start to end of each hop.
10300
10301 2002-07-13 Kim F. Storm <storm@cua.dk>
10302
10303 * progmodes/compile.el (grep-tree): Fixed autoload.
10304 Corrected use of undefined variable `match-files-aliases'.
10305
10306 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
10307
10308 * calendar/timeclock.el (timeclock-get-workday-function):
10309 `timeclock-workday' is not a valid option, rather a possible
10310 return value.
10311
10312 2002-07-12 Richard M. Stallman <rms@gnu.org>
10313
10314 * net/ange-ftp.el (ange-ftp-write-region):
10315 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
10316 to ange-ftp-real-write-region.
10317
10318 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
10319
10320 * help-fns.el (help-with-tutorial): Display completion list right away.
10321
10322 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
10323
10324 * startup.el (command-line): Set memory-signal-data.
10325 (fancy-splash-text, normal-splash-screen):
10326 Mention "Read the Emacs Manual" or C-h r.
10327 Rearrange the initial help to put the help cmds on left
10328 and the actions (exit, undo) on the right. Other small
10329 text clarifications.
10330 (fancy-splash-text, actions page): Add blank line to balance help page.
10331
10332 * help.el (help-map): Add binding for info-emacs-manual.
10333 (print-help-return-message): Doc fix.
10334
10335 * strokes.el (strokes-help): Call print-help-return-message
10336 while inside with-output-to-temp-buffer.
10337
10338 * info.el (info-emacs-manual): New function.
10339 (Info-use-header-line): Doc fix.
10340
10341 * emacs-lisp/cl.el (multiple-value-call): Add alias.
10342
10343 * progmodes/compile.el (compilation-normalize-filename):
10344 New subroutine, taken out of compilation-parse-errors.
10345 (compilation-parse-errors): Use that, and for directories too.
10346 Don't check whether a directory really exists.
10347
10348 2002-07-12 Juanma Barranquero <lektu@terra.es>
10349
10350 * help-fns.el (describe-variable): Remove useless "Documentation:"
10351 string.
10352
10353 * timer.el (timer-set-time-with-usecs): Fix documentation.
10354 Simplify extraction of time data.
10355
10356 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
10357
10358 * help-fns.el (describe-variable): Mention if the variable is an
10359 alias. Put `defvaralias' info before the documentation.
10360
10361 2002-07-12 Kenichi Handa <handa@etl.go.jp>
10362
10363 * international/mule-cmds.el (locale-language-names): Change "mk"
10364 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
10365 alphabet) to "Cyrillic-ISO".
10366
10367 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10368
10369 * net/tramp.el (tramp-default-method): New default method "sm"
10370 which I guess to be good for most people.
10371 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
10372 Ange-FTP) for some user/host combinations.
10373 (tramp-file-name-structure, tramp-file-name-regexp)
10374 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
10375 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
10376 (tramp-make-multi-tramp-file-format): New default value which
10377 unifies the filename syntax between Tramp and Ange-FTP. The new
10378 syntax is "/method:user@host:path". Note the colon after the method.
10379 (tramp-handle-file-name-directory): Don't return "/" when
10380 completing a remote root directory (where the filename looks like
10381 "/method:user@host:/").
10382 (tramp-handle-ange-ftp): Deleted.
10383 (tramp-disable-ange-ftp): New function, called at toplevel,
10384 deletes Ange-FTP from file-name-handler-alist.
10385 (tramp-handle-make-symbolic-link): Implement.
10386
10387 2002-07-10 Juanma Barranquero <lektu@terra.es>
10388
10389 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
10390
10391 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
10392 (speedbar-vc-do-check): Likewise.
10393 (speedbar-obj-do-check): Likewise.
10394 (speedbar-mouse-hscroll): Likewise.
10395 (speedbar-file-lists): Likewise.
10396
10397 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
10398
10399 2002-07-09 Ole Aamot <ole@gnu.org>
10400
10401 * compile.el (compilation-error-regexp-alist):
10402 Recognize Valgrind messages.
10403
10404 2002-07-09 Juanma Barranquero <lektu@terra.es>
10405
10406 * faces.el (face-id): Fix typo.
10407
10408 * hexl.el (hexl-mode): Likewise.
10409
10410 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
10411
10412 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
10413
10414 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
10415 (speedbar-desired-buffer): Likewise.
10416 (speedbar-line-file): Likewise.
10417 (speedbar-special-mode-key-map): Fix typo.
10418 (speedbar-dynamic-tags-function-list): Likewise.
10419 (speedbar-use-images): Likewise.
10420 (speedbar-up-directory): Likewise.
10421 (speedbar-item-info): Likewise.
10422 (speedbar-set-timer): Likewise.
10423 (speedbar-insert-button): Likewise.
10424 (speedbar-make-button): Likewise.
10425 (speedbar-make-tag-line): Likewise.
10426 (speedbar-insert-files-at-point): Likewise.
10427 (speedbar-update-special-contents): Likewise.
10428 (speedbar-find-selected-file): Likewise.
10429 (speedbar-add-indicator): Likewise.
10430 (speedbar-do-function-pointer): Likewise.
10431 (speedbar-goto-this-file): Likewise.
10432 (speedbar-line-path): Likewise.
10433 (speedbar-mouse-event-p): Likewise.
10434 (speedbar-dir-follow): Likewise.
10435 (speedbar-tag-find): Likewise.
10436 (speedbar-fetch-etags-command): Likewise.
10437 (speedbar-fetch-etags-arguments): Likewise.
10438 (speedbar-toggle-etags): Likewise.
10439 (speedbar-extract-one-symbol): Likewise.
10440 (speedbar-parse-c-or-c++tag): Likewise.
10441 (speedbar-unhighlight-one-tag-line): Likewise.
10442 (speedbar-directory-face): Likewise.
10443 (defimage-speedbar): Likewise.
10444 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
10445
10446 2002-07-09 Miles Bader <miles@gnu.org>
10447
10448 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
10449 to nil when prompting for a filename.
10450
10451 2002-07-09 Kenichi Handa <handa@etl.go.jp>
10452
10453 * files.el (insert-directory): Be sure to bind
10454 coding-system-for-write to the just decided coding-system-for-read.
10455
10456 2002-07-09 Kim F. Storm <storm@cua.dk>
10457
10458 * ido.el (ido-make-merged-file-list): Move fully matching item to
10459 head of list.
10460 (ido-find-common-substring): Return substring instead of t.
10461
10462 2002-07-08 Juanma Barranquero <lektu@terra.es>
10463
10464 * info.el (Info-directory-list): Fix docstring.
10465
10466 2002-07-08 Miles Bader <miles@gnu.org>
10467
10468 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
10469 before first use.
10470
10471 2002-07-08 Kim F. Storm <storm@cua.dk>
10472
10473 * files.el (after-find-file): Don't check for read-only status
10474 of files just created (and not yet saved on disk).
10475
10476 * ido.el (ido-completion-help): Changed xemacs specific code to
10477 avoid byte compiler warning in GNU emacs.
10478 (ido-set-matches1): Use regexp-quote instead of identity.
10479 (ido-complete-space): New function.
10480 (ido-define-mode-map): Bind it to SPACE.
10481
10482 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
10483
10484 * font-lock.el (font-lock-default-unfontify-region):
10485 Use remove-list-of-text-properties.
10486 (font-lock-extra-managed-props): Doc fix.
10487
10488 * facemenu.el: Move `provide' to the end.
10489 (facemenu-read-color): Don't cons unnecessarily.
10490
10491 * language/ind-util.el (indian-make-hash):
10492 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
10493 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
10494
10495 * subr.el (insert-string): Update the obsolete info.
10496 (makehash): Move from C and mark obsolete.
10497
10498 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
10499 aliases to also work for interactive functions.
10500 Use the same wrapper for subroutines.
10501 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
10502 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
10503
10504 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
10505 automatic environment name update.
10506 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
10507
10508 2002-07-07 Richard M. Stallman <rms@gnu.org>
10509
10510 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
10511
10512 * emacs-lisp/advice.el (ad-compile-function):
10513 Disable cl-function warnings if cl is loaded.
10514
10515 * files.el (safe-local-eval-forms): New user option.
10516 (hack-one-local-variable-eval-safep): Support it.
10517 Also allow `safe-local-eval-function' property to be a function
10518 or a list of functions.
10519 (c-add-style): Delete `safe-local-eval-function' property.
10520
10521 * files.el (after-find-file): Make buffer read-only if file is
10522 marked that way, even for root.
10523
10524 * files.el (save-some-buffers): Doc fix.
10525
10526 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
10527
10528 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
10529
10530 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
10531 .sx[dmicw] file suffixes for Open office data files.
10532
10533 * files.el (auto-mode-alist): Likewise.
10534
10535 * international/mule.el (auto-coding-alist): Likewise.
10536
10537 2002-07-05 Kim F. Storm <storm@cua.dk>
10538
10539 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
10540 FCT if current column is outside rectangle.
10541 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
10542
10543 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
10544
10545 * net/ange-ftp.el: Use add-hook and find-file-hook.
10546 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
10547 (ange-ftp-ls-parser): Make it into a function.
10548 Ignore trailing @ in symlink targets.
10549 (ange-ftp-file-entry-p): Ignore FTP errors.
10550 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
10551 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
10552
10553 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
10554
10555 * simple.el (toggle-truncate-lines): New command.
10556
10557 2002-07-04 Miles Bader <miles@gnu.org>
10558
10559 * comint.el (comint-displayed-dynamic-completions): New variable.
10560 (comint-dynamic-list-completions): Be more careful about choosing
10561 when to scroll an existing completions window.
10562
10563 2002-07-03 Andreas Schwab <schwab@suse.de>
10564
10565 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
10566 after doc string.
10567
10568 2002-07-03 Juanma Barranquero <lektu@terra.es>
10569
10570 * net/tramp.el (tramp-send-eof): Fix typo.
10571 (tramp-kill-process): Likewise.
10572
10573 * play/dunnet.el (dun-physobj-desc): Likewise.
10574
10575 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
10576
10577 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
10578 (timeclock-workday-elapsed): Likewise.
10579
10580 * allout.el (outline-goto-prefix): Likewise.
10581
10582 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
10583 (tpu-delete-to-bol): Likewise.
10584
10585 * subr.el (chars-in-region): Add obsolescence declaration for
10586 `chars-in-region'.
10587
10588 2002-07-03 Miles Bader <miles@gnu.org>
10589
10590 * faces.el (header-line): Don't use a `common' clause for
10591 inheriting from the mode-line face, since we can't override it,
10592 and we don't want it for ttys.
10593
10594 2002-07-02 Richard M. Stallman <rms@gnu.org>
10595
10596 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
10597
10598 * files.el (hack-one-local-variable-constantp): New function.
10599 (hack-one-local-variable-eval-safep): New function.
10600 Check for `eval:' calling fn with `safe-local-eval-function' property.
10601 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
10602 (c-add-style, c-set-style): Add safe-local-eval-function property.
10603
10604 * files.el (insert-directory): Handle --dired option to ls.
10605
10606 * files.el (file-remote-p): New function.
10607
10608 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
10609
10610 * startup.el (fancy-splash-screens): Switch to a chosen frame.
10611 (fancy-splash-frame): Choose the right frame to use.
10612 (use-fancy-splash-screens-p): Check dimensions of the right frame
10613 in order to decide.
10614
10615 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10616 Rename cl-func to cl-functions. Enable it by default.
10617 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
10618 if the file loads cl.
10619 (byte-compile-initial-macro-environment): For eval-and-compile,
10620 use byte-compile-eval-before-compile to eval.
10621 (byte-compile-eval-before-compile): New function to turn off
10622 cl-functions when appropriate, for eval-and-compile.
10623 (byte-compile-warnings): Doc fix.
10624
10625 2002-07-02 Dave Love <fx@gnu.org>
10626
10627 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
10628 (byte-compile-cl-warn): New function.
10629 (byte-compile-form): Use it, to warn about calling cl functions.
10630 (byte-compile-warning-types): Doc fix.
10631
10632 2002-07-02 Juanma Barranquero <lektu@terra.es>
10633
10634 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
10635
10636 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
10637
10638 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
10639 Fix typo.
10640
10641 2002-07-02 Kim F. Storm <storm@cua.dk>
10642
10643 * emacs-lisp/bindat.el: New file.
10644
10645 2002-07-01 Sam Steingold <sds@gnu.org>
10646
10647 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
10648 before `tex-main-file' because if the current buffer is new, its
10649 file might not exist yet, and then `tex-main-file' will
10650 incorrectly return "foo.tex.tex".
10651
10652 2002-07-01 Juanma Barranquero <lektu@terra.es>
10653
10654 * ido.el (ido-minibuffer-setup-hook): Doc fix.
10655
10656 2002-07-01 Dave Love <fx@gnu.org>
10657
10658 Make strokes a proper minor mode, and don't try to overload
10659 mouse-2, which doesn't work satisfactorily.
10660
10661 * strokes.el: Doc fixes.
10662 (strokes-mode): Defcustom deleted; replaced by minor mode def with
10663 re-written function.
10664 (strokes-while-inhibiting-garbage-collector): Comment out.
10665 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
10666 (strokes-insinuate, global-set-stroke, describe-stroke)
10667 (load-user-strokes, save-strokes, strokes-bug-address)
10668 (strokes-click-command): Deleted.
10669 (strokes-execute-stroke): Remove strokes-click-p case.
10670 (strokes-describe-stroke): Remove strokes-click-p stuff.
10671 (strokes-help): Fix.
10672 (strokes-report-bug): Alias to report-emacs-bug.
10673 (strokes-prompt-user-save-strokes): Modify format of the file.
10674 (strokes-mode-map, strokes-unload-hook): New.
10675 (strokes-buffer-name): Don't customize.
10676
10677 2002-07-01 Richard M. Stallman <rms@gnu.org>
10678
10679 * info.el (Info-index): Get immediate error if used in `dir'.
10680
10681 * textmodes/picture.el (picture-forward-column)
10682 (picture-move-down): Never deactivate the mark.
10683
10684 2002-06-30 Simon Josefsson <jas@extundo.com>
10685
10686 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
10687 menu entry into balloon help.
10688
10689 2002-06-30 Andreas Schwab <schwab@suse.de>
10690
10691 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
10692 * term/mac-win.el: Don't set it here.
10693
10694 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
10695
10696 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
10697
10698 2002-06-29 Andreas Schwab <schwab@suse.de>
10699
10700 * term/mac-win.el: Use directory-free-space-program instead of
10701 obsolete variable dired-free-space-program. On Darwin, don't set
10702 directory-free-space-program, shell-file-name and
10703 process-connection-type; set directory-free-space-args to not
10704 include `-P' and use utf-8 for file name coding system.
10705
10706 * simple.el (shell-command-on-region): Handle errors and signals
10707 from shell command execution.
10708 (display-message-or-buffer): Fix last change.
10709 (shell-command-default-error-buffer): Doc fix.
10710
10711 * dired.el (dired-view-file): Quote file name for
10712 dired-run-shell-command.
10713
10714 2002-06-29 Kim F. Storm <storm@cua.dk>
10715
10716 * kmacro.el: New file.
10717
10718 2002-06-28 John Wiegley <johnw@gnu.org>
10719
10720 * pcmpl-cvs.el: Added my name as the maintainer of this file.
10721
10722 2002-06-28 Andreas Schwab <schwab@suse.de>
10723
10724 * shell.el (explicit-bash-args): New user option.
10725
10726 2002-06-28 Kim F. Storm <storm@cua.dk>
10727
10728 * ido.el: New file.
10729
10730 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
10731
10732 * derived.el (define-derived-mode): Preserve the `mode-class' rather
10733 than the `special' symbol property.
10734 (derived-mode-class): Make it obsolete.
10735
10736 2002-06-27 Andreas Schwab <schwab@suse.de>
10737
10738 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
10739
10740 2002-06-27 Juanma Barranquero <lektu@terra.es>
10741
10742 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
10743 (meta-flag): Likewise.
10744
10745 * international/mule-util.el (string-to-sequence): Likewise.
10746
10747 * subr.el (char-bytes): Likewise.
10748 (make-local-hook): Likewise.
10749 (baud-rate): Remove redundant info from docstring.
10750
10751 * faces.el (frame-update-faces): Fix obsolescence declaration.
10752 (internal-get-face): Remove redundant info from docstring and
10753 fix obsolescence declaration.
10754
10755 * rect.el (move-to-column-force): Likewise.
10756
10757 * help-fns.el (describe-function-1): Use semicolon instead of dot.
10758 (describe-variable): Likewise.
10759
10760 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
10761
10762 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
10763 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
10764 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
10765 (mouse-wheel-follow-mouse): Change default to t.
10766 (mwheel-event-button): Return the basic event symbol.
10767 (mwheel-scroll): Work with non-mouse events.
10768 (mouse-wheel-mode): Use the new vars.
10769 (mwheel-install): Obey `uninstall'.
10770
10771 * term/xterm.el (function-key-map): Add some bindings.
10772
10773 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
10774 Rename from delay-uniquify-rationalize-file-buffer-names.
10775 Only rationalize if the buffer is under uniquify control.
10776 (uniquify-delayed-rationalize-file-buffer-names):
10777 Rename from delayed-uniquify-rationalize-file-buffer-names.
10778
10779 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10780
10781 * net/tramp.el (tramp-file-name-structure)
10782 (tramp-multi-file-name-hop-structure): Split for easier readability.
10783 (tramp-handle-make-symbolic-link): Use user/host/method/... from
10784 LINKNAME, not FILENAME.
10785 (tramp-handle-verify-visited-file-modtime):
10786 Call tramp-ange-ftp-file-name-p with right parameters.
10787 (tramp-handle-verify-visited-file-modtime): `insert' does not
10788 work for integers, convert them to strings first.
10789 (tramp-handle-ange-ftp): New function to perform setup for
10790 replacing Ange-FTP with Tramp.
10791 (tramp-repair-jka-compr): New function to factor out some
10792 previously top-level code. Call the function at top-level.
10793
10794 2002-06-27 Juanma Barranquero <lektu@terra.es>
10795
10796 * composite.el (decompose-composite-char): Fix docstring.
10797
10798 * faces.el (describe-face): Capitalize "not documented" message.
10799
10800 * help-fns.el (describe-variable): Likewise.
10801 (describe-function-1): Likewise. Also, document the obsolescence
10802 of the function, if applicable.
10803
10804 2002-06-26 Juanma Barranquero <lektu@terra.es>
10805
10806 * info.el (info-menu-5): Fix documentation.
10807 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
10808
10809 2002-06-26 Richard M. Stallman <rms@gnu.org>
10810
10811 * emacs-lisp/cl.el (values): Simplify definition.
10812
10813 * simple.el (shell-command): Match & only at end of whole command.
10814 (display-message-or-buffer): Don't use the echo area
10815 if output buffer is visible.
10816
10817 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
10818
10819 * progmodes/cperl-mode.el: Many trivial doc fixes.
10820 (cperl-non-problems): Definition deleted.
10821 (cperl-menu): Don't refer to cperl-non-problems.
10822 (cperl-word-at-point): Add doc string.
10823 (cperl-beautify-regexp-piece): Fix error message.
10824 (cperl-invert-if-unless): Fix error message.
10825
10826 * dired.el (dired-find-alternate-file): Mark as disabled.
10827
10828 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10829
10830 * net/tramp.el (tramp-ftp-method): New user option.
10831 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
10832 (with-parsed-tramp-file-name): New macro for the usual big `let'
10833 statement to dissect a file-name.
10834 (tramp-handle-make-symbolic-link, tramp-handle-load)
10835 (tramp-handle-file-name-directory)
10836 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
10837 (tramp-handle-file-truename, tramp-handle-file-directory-p)
10838 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
10839 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
10840 Use the new macro and forward call to Ange-FTP if applicable.
10841 (tramp-make-ange-ftp-file-name): New helper function to convert a
10842 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
10843 (tramp-default-method-alist): New user option.
10844 (tramp-find-default-method): Use it.
10845 (tramp-sh-extra-args): New variable.
10846 (tramp-find-shell): Use it.
10847 (tramp-open-connection-rsh): Support a kludgy feature for the
10848 "-p" option to ssh. If host name is given as "host#42", uses the
10849 "-p 42" option.
10850
10851 2002-06-25 Andreas Schwab <schwab@suse.de>
10852
10853 * replace.el (occur-1): Avoid invalid message format string.
10854
10855 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
10856
10857 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
10858 Check for `noruntime' even if the function has a known sig.
10859 (byte-compile-file, byte-compile-output-docform):
10860 Don't hard code point-min = 1.
10861
10862 * pcvs.el (cvs-parse-process): Don't save/restore point.
10863 Fix last change not to introduce spurious dir FIs.
10864 (cvs-move-to-goal-column): New function extracted from
10865 cvs-mode-previous-line.
10866 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
10867 (cvs-addto-collection): Use it to preserve point.
10868 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
10869
10870 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
10871 Don't require the first element to be modifier-free.
10872
10873 * pcvs-parse.el (cvs-parse-table):
10874 Handle `nothing known about' with more care.
10875
10876 * pcvs.el (cvs-fileinfo-kill): Remove.
10877 (cvs-parse-process): Add `old-fis' argument.
10878 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
10879
10880 * descr-text.el (describe-property-list): Make sure there's
10881 a space between the property name and its value.
10882 (describe-text-properties): Don't kill a pre-existing buffer.
10883
10884 * mwheel.el: Undo last patch from Stephen Gildea for now.
10885
10886 2002-06-24 Kim F. Storm <storm@cua.dk>
10887
10888 * emulation/keypad.el: Added :require 'keypad to defcustoms.
10889
10890 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
10891
10892 * subr.el (event-start, event-end, event-click-count):
10893 Accept non-mouse events as well.
10894 (read-key): New function.
10895 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
10896
10897 * files.el: Rename (and mark as obsolete)
10898 find-file-hooks to find-file-hook,
10899 find-file-not-found-hooks to find-file-not-found-functions,
10900 write-file-hooks to write-file-functions,
10901 write-contents-hooks to write-contents-functions.
10902 Mark local-write-file-hooks as obsolete.
10903 (locate-file-completion): Don't cons uselessly. Use test-completion.
10904 (basic-save-buffer): Use (point-min) rather than 1.
10905 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
10906
10907 * help-fns.el (describe-variable): Only use `buffer' is still live.
10908 Use `delete-region' instead of save-excursion + delete-char.
10909 Document the obsolescence of the variable, if applicable.
10910
10911 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10912
10913 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
10914 comment-auto-fill-only-comments.
10915
10916 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10917
10918 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
10919 This is not a handled operation.
10920
10921 2002-06-21 Kim F. Storm <storm@cua.dk>
10922
10923 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
10924 work again. Corrected error in check for C-u initiated prefix.
10925
10926 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
10927
10928 2002-06-21 Richard M. Stallman <rms@gnu.org>
10929
10930 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
10931 to browse-url-at-point.
10932
10933 * play/zone.el (zone-idle): Var deleted.
10934
10935 * international/iso-acc.el (iso-languages) <french>:
10936 `~ ' now generates `~', `~,' definition deleted.
10937
10938 * format.el (format-annotate-function): Copy multibyte flag
10939 and selective-display into the new temp buffer.
10940
10941 * edmacro.el (edmacro-fix-menu-commands):
10942 Discard `help-echo' events. Handle (menu-bar) events.
10943 Simplify by converting key sequence to a list and then back to vector.
10944
10945 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
10946
10947 * mwheel.el: Allow arbitrary keys for scrolling, add a third
10948 scrolling speed, fix an unwind-protect.
10949 (mouse-wheel-scroll-amount): Now a three-element list.
10950 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
10951 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
10952 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
10953 New functions.
10954
10955 2002-06-21 Andreas Schwab <schwab@suse.de>
10956
10957 * files.el (find-file-read-args): Add new argument `mustmatch' and
10958 pass it down to read-file-name.
10959 (find-file, find-file-other-window, find-file-other-frame)
10960 (find-file-read-only, find-file-read-only-other-window)
10961 (find-file-read-only-other-frame): Use it and fix prompts.
10962
10963 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
10964
10965 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
10966
10967 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
10968
10969 * progmodes/ada-mode.el: Update copyright notice.
10970 Synchronize with GNAT release 3.15a1.
10971 Do not attempt to load ada-support, which is only for compatibility
10972 with older Emacs versions, and is not needed for Emacs 21.
10973 Fix various calls to count-lines, that didn't work correctly when the
10974 buffer was narrowed.
10975 (ada-continuation-indent): New variable.
10976 (ada-contextual-menu): New entry "List local references", faster than
10977 "List References".
10978 (ada-mode): New alignment rules provided by S. Leake.
10979 Add support for which-function-mode.
10980 (ada-get-current-indent): Fix indentation of named parameter lists and
10981 nested boolean expressions.
10982 (ada-indent-on-previous-lines): Fix indentation of labels.
10983 (ada-search-prev-end-stmt): Fix searching of the previous
10984 end-statement, specially with regards to nested subprograms.
10985 (comment-region advice): Initially disabled, for better compatibility
10986 with other modes.
10987 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
10988
10989 * progmodes/ada-xref.el: Update copyright notice.
10990 (ada-xref-create-ali): The default is now not to create automatically
10991 the ALI files by compiling the unit, since this isn't always reliable
10992 and requires an up-to-date project file.
10993 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
10994 a file, but use gnatmake instead, since this gives access to the GNAT
10995 project files.
10996 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
10997 (ada-load-project-hook): New variable, for support of GNAT
10998 project files.
10999 (ada-update-project-menu): Fix the detection of the project file name.
11000 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
11001 with another binding in ada-mode.el.
11002 (ada-add-menu): New menu "List Local References", to list the reference
11003 to the entity only in the current file, instead of looking in the whole
11004 project. Much faster.
11005 (ada-find-references): New parameters arg and local-only.
11006 (ada-find-any-references): New parameters local-only and append.
11007 (ada-goto-declaration): Fix handling of predefined entities in xref.
11008 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
11009 still compatible with GNAT 3.14 of course. Fix various calls to
11010 count-lines, that didn't work correctly when the buffer was narrowed.
11011
11012 * progmodes/ada-prj.el: Update copyright.
11013 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
11014 21 dialogs to select the file, since we want a directory name only.
11015 (ada-customize): Add support for the new GNAT project files.
11016
11017 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
11018
11019 * progmodes/etags.el (tag-implicit-name-match-p): New function.
11020 (etags-recognize-tags-table): Use it for implicit tag names.
11021
11022 2002-06-20 Miles Bader <miles@gnu.org>
11023
11024 * comint.el (comint-get-old-input-default): Strip text properties
11025 for fields too.
11026
11027 * comint.el (comint-output-filter): Run output-filter functions
11028 before setting up the prompt.
11029
11030 * international/characters.el: Re-enable code giving word syntax
11031 to certain japanese-jisx0208 characters.
11032
11033 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11034
11035 * progmodes/f90.el (f90-type-def-re): Fix value.
11036 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
11037
11038 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
11039
11040 * international/quail.el (quail-help): Don't assume the buffer
11041 is displayed in the same frame.
11042
11043 * emacs-lisp/debug.el (cancel-debug-on-entry):
11044 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
11045
11046 * pcvs.el (cvs-vc-command-advice): Handle the case where args
11047 are passed to `cvs' before the command name.
11048 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
11049
11050 * pcvs-info.el (cvs-add-face): Minor rewrite.
11051 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
11052
11053 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
11054 regexp when they don't match comment-foo any more.
11055
11056 2002-06-18 Juanma Barranquero <lektu@terra.es>
11057
11058 * filesets.el (filesets-update-pre010505): Fix typo.
11059
11060 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
11061
11062 * emulation/edt.el (edt-substitute): Fix typo.
11063
11064 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
11065
11066 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
11067
11068 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
11069
11070 2002-06-17 Richard M. Stallman <rms@gnu.org>
11071
11072 * facemenu.el (facemenu-map): Rename to Describe Text
11073 to Describe Properties and use describe-text-properties.
11074
11075 * simple.el (what-cursor-position): Use describe-char.
11076
11077 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
11078 from describe-char-after. Now calls describe-text-properties.
11079 (describe-property-list): Renamed from describe-text-properties.
11080 (describe-text-properties): Renamed from describe-text-at.
11081 New arg OUTPUT-BUFFER.
11082 (describe-text-properties-1):
11083 New subroutine, broken out from describe-text-properties.
11084 Output a newline before each section of the output.
11085
11086 * international/mule-diag.el (describe-char-after):
11087 Moved to descr-text.el.
11088
11089 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
11090
11091 * international/mule.el (ctext-pre-write-conversion): Fix the values
11092 of FROM and TO if we create a new buffer.
11093
11094 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
11095
11096 * comint.el (comint-insert-clicked-input): Insert clicked-on
11097 previous input without properties.
11098
11099 2002-06-16 Andrew Choi <akochoi@shaw.ca>
11100
11101 * term/mac-win.el (scalable-fonts-allowed): Set to t.
11102
11103 2002-06-15 Colin Walters <walters@debian.org>
11104
11105 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
11106 Delete defvars.
11107 (cvs-highlight): Delete.
11108 (cvs-add-face): Use `font-lock-face'. Always add properties.
11109
11110 * ibuffer.el (ibuffer-movement-cycle): New variable.
11111 (ibuffer-backward-line, ibuffer-forward-line): Use it.
11112
11113 2002-06-15 Richard M. Stallman <rms@gnu.org>
11114
11115 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
11116 (batch-byte-recompile-directory): Undo previous change.
11117
11118 * comint.el (comint-skip-input): New function.
11119 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
11120 (comint-stop-subjob): Use comint-skip-input.
11121
11122 * ielm.el (ielm-eval-input): Use error-message-string.
11123 (ielm-format-error, ielm-format-errors): Functions deleted.
11124
11125 2002-06-14 Kim F. Storm <storm@cua.dk>
11126
11127 * progmodes/compile.el (grep-tree): Doc fixes.
11128 Added SUBDIRS arg for non-interactive use.
11129
11130 2002-06-14 Juanma Barranquero <lektu@terra.es>
11131
11132 * comint.el (comint-snapshot-last-prompt):
11133 Bind `inhibit-read-only' to t to support read-only prompts.
11134 (comint-output-filter): Likewise.
11135
11136 2002-06-14 Miles Bader <miles@gnu.org>
11137
11138 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
11139 (pop): Move the call to `car' outside the prog1, as the compiler
11140 then generates better code.
11141
11142 2002-06-13 Richard M. Stallman <rms@gnu.org>
11143
11144 * play/zone.el (zone-timer): New variable holds the idle timer.
11145 (zone): Don't fiddle with the idle timer at all.
11146 (zone-when-idle): Put the idle timer in zone-timer.
11147 If one is already set up, cancel it and make a new one.
11148 (zone-leave-me-alone): Likewise.
11149
11150 2002-06-13 Jason Rumney <jasonr@gnu.org>
11151
11152 * w32-fns.el (w32-charset-info-alist): Reorder.
11153
11154 2002-06-13 Andreas Schwab <schwab@suse.de>
11155
11156 * files.el (auto-mode-alist): Move entry for ".in" to the end.
11157
11158 2002-06-13 Miles Bader <miles@gnu.org>
11159
11160 * comint.el (comint-mode): Don't set `font-lock-defaults'.
11161 (comint-mode-hook): Turn on font-lock by default.
11162
11163 2002-06-12 Karl Fogel <kfogel@red-bean.com>
11164
11165 * bookmark.el (bookmark-file-or-variation-thereof):
11166 Restore vc-backend check, thanks to Robert Thorpe for noticing.
11167
11168 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
11169
11170 * textmodes/bibtex.el: Change the maintainer to "none".
11171
11172 2002-06-12 Juanma Barranquero <lektu@terra>
11173
11174 * term/w32-win.el (x-handle-switch): Fix handling of
11175 x-invocation-args for switches with arguments.
11176
11177 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
11178
11179 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
11180 without first making sure it's bound.
11181
11182 2002-06-12 Richard M. Stallman <rms@gnu.org>
11183
11184 * info.el (Info-fontify-node): Compute header line specially
11185 if node has no next, previous or up links.
11186 Hide the part of the first line that is used in the header.
11187 Use Info-next-link-keymap, etc.
11188 (Info-next-link-keymap, Info-prev-link-keymap)
11189 (Info-up-link-keymap): New variables.
11190
11191 * international/mule-diag.el (describe-char-after): Doc fix.
11192
11193 * view.el (view-mode-enter): Clarify echo area message.
11194
11195 * info.el (Info-select-node): Turn header line on or off here.
11196 (Info-setup-header-line): Function deleted.
11197 (Info-mode): Make Info-header-line local.
11198 (Info-fontify-node): Ignore Info-use-header-line.
11199 Unconditionally compute what the header line should be, and
11200 store it on the `header-line' property of the node's first char.
11201 Bind [header-line down-mouse-1].
11202 Use `keymap' property, not `local-map'.
11203 Bind [mouse-2] for mouse clicks on the node line in the text.
11204
11205 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
11206
11207 2002-06-12 Miles Bader <miles@gnu.org>
11208
11209 * comint.el (comint-send-input): Properly handle empty and
11210 no-newline input regions.
11211
11212 2002-06-12 Colin Walters <walters@gnu.org>
11213
11214 * calc/calc.el: Use `when', `unless'.
11215 (calc-trail-mode): Use an italic `font-lock-face'.
11216 (calc-refresh): Ditto.
11217
11218 2002-06-12 Colin Walters <walters@debian.org>
11219
11220 * font-core.el (font-lock-core-only): Variable deleted.
11221 All uses removed.
11222 (font-lock-set-defaults): Variable alist settings moved back into
11223 font-lock-set-defaults-1.
11224 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
11225 is specifically excluded by the user.
11226
11227 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
11228
11229 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
11230
11231 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
11232
11233 * info.el (Info-mode): Don't set `font-lock-defaults'.
11234
11235 * replace.el (occur-mode): Don't set `font-lock-defaults'.
11236
11237 * help-mode.el (help-highlight-p, help-highlight-face):
11238 Variable was unused; delete.
11239 (help-make-xrefs): Doc fix.
11240
11241 2002-06-11 Richard M. Stallman <rms@gnu.org>
11242
11243 * format.el (format-alist): Document new element PRESERVE.
11244 (format-write-file): Implement PRESERVE elt for a format.
11245
11246 * files.el (make-auto-save-file-name): Rename local `filename' to
11247 `file-name'.
11248
11249 2002-06-10 Richard M. Stallman <rms@gnu.org>
11250
11251 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
11252 (ebrowse-copy-list): Function deleted.
11253
11254 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
11255
11256 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
11257
11258 * eshell/esh-util.el (eshell-copy-list): Function deleted.
11259 (eshell-sublist): Use copy-sequence.
11260 (eshell-copy-tree): Make it an alias for copy-tree.
11261
11262 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
11263
11264 * subr.el (copy-list): Moved to cl.el.
11265 (copy-tree): Don't use copy-list or cl-pop.
11266
11267 2002-06-10 Miles Bader <miles@gnu.org>
11268
11269 Make comint use text properties for highlighting instead of overlays:
11270 * comint.el (comint-last-output-overlay): Variable removed.
11271 (comint-send-input, comint-output-filter): Use text properties
11272 instead of overlays.
11273 (comint-insert-clicked-input): Rewrite to work with text
11274 properties as well as overlays
11275 (comint-snapshot-last-prompt): Snapshot using text properties.
11276 (comint-get-old-input-default, comint-extract-string): Don't copy
11277 text properties.
11278
11279 * simple.el (line-move-finish): Inhibit field motion when
11280 computing `line-end'.
11281
11282 * files.el (revert-buffer): Correct typo: variable name is
11283 `buffer-file-format', not `buffer-file-formats'.
11284
11285 * comint.el (comint-send-input, comint-output-filter): Use the
11286 `font-lock-face' property instead of `face'. Don't check the
11287 highlight-enabling variables anymore.
11288 (comint-highlight-input, comint-highlight-prompt): Variables removed.
11289
11290 * faces.el (display-supports-face-attributes-p): New function.
11291 (face-spec-set-match-display): Support `supports' predicate.
11292 (italic): Try underlining for displays that don't support real italics.
11293 * cus-edit.el (custom-display): Add support for `supports' predicate.
11294 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
11295 instead of 8-bit, for consistency with the rest of emacs.
11296 (tty-color-canonicalize): Only copy COLOR if we need to change it.
11297 (tty-color-approximate): Scale values from `color-name-rgb-alist'
11298 appropriately. Return the whole color description, rather than
11299 just the RGB values.
11300 (tty-color-standard-values): New function. Code mostly taken from
11301 `tty-color-translate'.
11302 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
11303 do all the work.
11304 (tty-color-desc): Do color lookup here instead of calling
11305 `tty-color-translate' and `tty-color-by-index'; this is now the
11306 main place to do it.
11307
11308 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
11309
11310 * progmodes/cc-style.el (c-set-style, c-set-style-1):
11311 Add another state for the `dont-override' flag where it only keeps
11312 globally set variables.
11313
11314 2002-06-08 Colin Walters <walters@gnu.org>
11315
11316 * descr-text.el (describe-text-properties): Sort the output by the
11317 size of the values. Put `font-lock-face' property on property names.
11318 (toplevel): Provide `descr-text'.
11319
11320 * international/mule-diag.el (describe-char-after): When there are
11321 text properties, require `descr-text', and just call
11322 `describe-text-properties'.
11323
11324 * international/mule.el (sgml-html-meta-auto-coding-function):
11325 New function.
11326 (auto-coding-from-file-contents): Delete; merge functionality into
11327 `set-auto-coding'.
11328 (set-auto-coding): Move tests from `auto-coding-functions' so that
11329 they have a lower priority than coding: tags.
11330 Put `auto-coding-regexp-alist' tests before coding: tag tests.
11331 (sgml-xml-auto-coding-function): Simply `intern' the match, and
11332 test if it's a valid coding system.
11333 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
11334
11335 2002-06-08 Colin Walters <walters@verbum.org>
11336
11337 * subr.el (copy-list): Moved here from cl.el.
11338 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
11339
11340 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
11341 subr.el. Add a defalias with the old name.
11342
11343 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
11344
11345 * replace.el (occur-mode): Don't set up categories. Do set
11346 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11347 (occur-1): Pass `list-matching-lines-face' and
11348 `list-matching-lines-buffer-name-face'.
11349 (occur-engine): Use `font-lock-face' instead of categories.
11350
11351 * info.el (Info-mode): Don't set up categories. Do set
11352 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11353 (Info-fontify-menu-headers): Use `font-lock-face' instead of
11354 categories.
11355 (Info-fontify-node): Ditto.
11356
11357 * ibuffer.el (ibuffer-category-alist): Delete.
11358 (ibuffer-get-category): Delete.
11359 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
11360 of categories.
11361 (ibuffer-compile-format): Don't treat `name' category specially.
11362 (ibuffer-column name): Use `font-lock-face'.
11363 (filename-and-process): Ditto.
11364 (ibuffer-buffer-name-category): Renamed to
11365 `ibuffer-buffer-name-face'. Don't use categories.
11366 (ibuffer-update-title-and-summary): Use `font-lock-face'.
11367 (ibuffer-insert-filter-group): Ditto.
11368 (ibuffer-mode): Don't set up categories. Do set
11369 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11370 (ibuffer-compile-format): Don't pass third argument
11371 to column functions.
11372 (filename-and-process): Ditto.
11373
11374 * ibuf-macs.el (define-ibuffer-column): Don't create a third
11375 argument for the generated function.
11376
11377 * font-core.el (font-lock-category-alist): Delete.
11378 (turn-on-font-lock-if-enabled): Don't use it.
11379 (font-lock-symbol-category-alist): Delete.
11380 (font-lock-default-function): Use new `char-property-alias-alist'
11381 to make `font-lock-face' an alias for `face' when font-lock mode
11382 is enabled.
11383 (font-lock-core-only): New variable.
11384 (font-lock-set-defaults): Use it.
11385
11386 2002-06-08 Richard M. Stallman <rms@gnu.org>
11387
11388 * files.el (find-file-noselect-1): Undo previous change.
11389
11390 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
11391
11392 2002-06-07 Karl Fogel <kfogel@red-bean.com>
11393
11394 * bookmark.el (bookmark-file-or-variation-thereof): Just use
11395 Info-suffix-list, as suggested by Stefan Monnier.
11396
11397 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
11398
11399 * select.el (xselect-convert-to-string): If VALUE is a string,
11400 return a cons of TYPE and the string.
11401
11402 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11403
11404 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
11405 Fix the table to contain correct characters.
11406
11407 2002-06-04 Richard M. Stallman <rms@gnu.org>
11408
11409 * simple.el: Don't require cl.
11410
11411 2002-06-03 Richard M. Stallman <rms@gnu.org>
11412
11413 * dired.el (dired-do-shell-command): Doc fix in autoload.
11414
11415 * info.el (Info-extract-pointer): Ignore Info-header-line.
11416
11417 * progmodes/cc-mode.el (c-postprocess-file-styles):
11418 Do nothing except in CC modes.
11419
11420 * international/mule-cmds.el (select-safe-coding-system):
11421 When computing auto-cs, narrow to FROM...TO.
11422 Put save-excursion outside save-restriction.
11423 New arg FILE; use that for set-auto-coding.
11424
11425 2002-06-01 Richard M. Stallman <rms@gnu.org>
11426
11427 * simple.el (choose-completion-string-functions): Doc fix.
11428 (choose-completion-string): Add doc string.
11429
11430 2002-06-01 Kim F. Storm <storm@cua.dk>
11431
11432 * simple.el: Reworked previous change.
11433 (choose-completion-string1): Merged back into choose-completion-string.
11434 (choose-completion-string): Run choose-completion-string-functions
11435 after checking for proper minibuffer window. Added mini-p arg to
11436 the hook functions. Insert choice if all hook functions return nil.
11437 (choose-completion-string-functions): Doc update.
11438
11439 2002-06-01 Sam Steingold <sds@gnu.org>
11440
11441 * files.el (auto-mode-alist): Strip trailing ".in" from the file
11442 name when deciding the mode (for config.h.in, Makefile.in etc).
11443
11444 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
11445
11446 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
11447 ?/ and ?* entries to support /* */ style comments.
11448 (prolog-font-lock-keywords): New var.
11449 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
11450
11451 2002-06-01 Kim F. Storm <storm@cua.dk>
11452
11453 * simple.el (choose-completion-string-functions): New special hook.
11454 (choose-completion-string1): Renamed from choose-completion-string.
11455 (choose-completion-string): Run choose-completion-string-functions
11456 until success, and only call choose-completion-string1 if it fails.
11457
11458 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
11459
11460 * textmodes/ispell.el (autoloaded toplevel): Don't use
11461 ispell-library-directory without checking that it's bound.
11462
11463 2002-05-31 Kim F. Storm <storm@cua.dk>
11464
11465 * emulation/cua-base.el (cua--last-deleted-region-pos)
11466 (cua--last-deleted-region-text): New aux variables.
11467 (cua-delete-region): Set them.
11468 (cua-repeat-replace-region): Use them to find the replacement text.
11469
11470 2002-05-31 Juanma Barranquero <lektu@terra.es>
11471
11472 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
11473 Fix typos.
11474
11475 2002-05-31 Kim F. Storm <storm@cua.dk>
11476
11477 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
11478 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
11479 New custom variables.
11480 (grep-compute-defaults): Compute grep-tree-command's default value.
11481 (grep-expand-command-macros): New aux function.
11482 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
11483 (grep-tree): New command like grep-find but extended prompting.
11484
11485 2002-05-30 Richard M. Stallman <rms@gnu.org>
11486
11487 * files.el (find-file-default): Add defvar for var already used.
11488
11489 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
11490
11491 * subr.el (open-network-stream, open-network-stream-nowait)
11492 (open-network-stream-server, process-kill-without-query):
11493 Moved from simple.el.
11494
11495 * simple.el (open-network-stream, open-network-stream-nowait)
11496 (open-network-stream-server, process-kill-without-query):
11497 Moved to subr.el.
11498
11499 * simple.el (byte-compiling-files-p): Function deleted.
11500
11501 * textmodes/ispell.el (ispell-library-directory): Renamed from
11502 ispell-library-path. If Ispell is not installed, init to nil.
11503 (check-ispell-version): Doc fix.
11504 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
11505 initialize this unconditionally when ispell-menu-map-needed is t.
11506 Local `path' renamed to `dir'.
11507
11508 2002-05-30 Miles Bader <miles@gnu.org>
11509
11510 * calc/calc.el (calc-show-banner): New variable.
11511 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
11512 (calc-mode-var-list): Add `calc-show-banner'.
11513 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
11514 (calc-toggle-banner): New function.
11515 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
11516
11517 2002-05-29 Richard M. Stallman <rms@gnu.org>
11518
11519 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
11520 When recognizing a def... construct, make that indentation
11521 tentative, so that it can be overridden if the list in question
11522 is not actually an expression.
11523 (common-lisp-indent-call-method): New subroutine.
11524
11525 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
11526 Delete the output file if we get a file-error.
11527
11528 * tooltip.el (tooltip-mouse-motions-active): New variable.
11529 (tooltip-activate-mouse-motions): Don't kill track-mouse local
11530 if it was not made by us.
11531
11532 * mouse.el (mouse-set-font): Avoid misleading error message
11533 if user makes no selection.
11534
11535 * info.el (Info-setup-header-line): Don't hide the links line.
11536
11537 * files.el (find-file-noselect-1): Return the buffer we created
11538 even if it has been killed within `after-find-file'.
11539
11540 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
11541
11542 2002-05-29 Kim F. Storm <storm@cua.dk>
11543
11544 * simple.el (open-network-stream-server): Pass on optional args
11545 sentinel and filter to make-network-process (from Luke Gorrie).
11546
11547 2002-05-28 Colin Walters <walters@gnu.org>
11548
11549 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
11550
11551 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
11552 (byte-compile-delete-first): New function.
11553 (byte-compile-read-position): New variable.
11554 (byte-compile-last-position): New variable.
11555 (byte-compile-current-buffer): New variable.
11556 (byte-compile-log-1): Use it.
11557 (byte-compile-set-symbol-position): New function.
11558 (byte-compile-obsolete, byte-compile-callargs-warn)
11559 (byte-compile-arglist-warn, byte-compile-arglist-warn)
11560 (byte-compile-print-syms, byte-compile-file-form-defmumble)
11561 (byte-compile-check-lambda-list, byte-compile-lambda)
11562 (byte-compile-form, byte-compile-variable-ref)
11563 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
11564 (byte-compile-condition-case, byte-compile-defun)
11565 (byte-compile-defvar, byte-compile-autoload)
11566 (byte-compile-lambda-form): Use it.
11567 (byte-compile-from-buffer): Set it, and bind
11568 `read-with-symbol-positions' and `read-symbol-positions-list'.
11569
11570 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
11571
11572 2002-05-28 Kim F. Storm <storm@cua.dk>
11573
11574 * files.el (read-directory-name): New function.
11575 (cd): Use it instead of read-file-name.
11576
11577 2002-05-27 Kim F. Storm <storm@cua.dk>
11578
11579 * simple.el (push-mark-command): Added optional NOMSG arg.
11580
11581 * emulation/cua-base.el (cua-set-mark): Align pop to mark
11582 behaviour with standard set-mark-command.
11583 (cua--pre-command-handler): Use push-mark-command.
11584 (cua-repeat-replace-region): Improve functionality when
11585 repeated after moving point or changing buffer.
11586
11587 2002-05-26 Colin Walters <walters@verbum.org>
11588
11589 * startup.el (command-line): Use `when', `unless'.
11590 (command-line-1): New argument "--nosplash". Handle it.
11591
11592 * startup.el (inhibit-splash-screen): New variable alias for
11593 `inhibit-startup-message'.
11594
11595 * replace.el (perform-replace): Document return value. Use `pop'.
11596
11597 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
11598
11599 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
11600 and slightly changed behaviour, for `f90-previous-block-start' and
11601 `f90-next-block-end'.
11602 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
11603
11604 2002-05-26 Simon Josefsson <jas@extundo.com>
11605
11606 * fringe.el (set-fringe-mode): Work when updating
11607 `default-frame-alist'.
11608
11609 2002-05-26 Kim F. Storm <storm@cua.dk>
11610
11611 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
11612 (cua-repeat-replace-region): New command.
11613 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
11614 Misc improvements to the commentary.
11615
11616 2002-05-26 Simon Josefsson <jas@extundo.com>
11617
11618 * fringe.el (fringe-query-style): New fringe style "minimal".
11619
11620 2002-05-24 Simon Josefsson <jas@extundo.com>
11621
11622 * rot13.el (rot13-translate-table): New variable.
11623 (rot13, rot13-string, rot13-region): New functions.
11624
11625 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
11626
11627 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
11628 of wrong anchoring, e.g. for else-if compounds.
11629
11630 2002-05-25 Miles Bader <miles@gnu.org>
11631
11632 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
11633 (menu-bar-showhide-fringe-menu-customize-right)
11634 (menu-bar-showhide-fringe-menu-customize-disable):
11635 Use proper calling convention for `customize-set-value'.
11636 Require `fringe' before setting variable.
11637
11638 2002-05-25 Kim F. Storm <storm@cua.dk>
11639
11640 * emulation/cua-base.el (cua--self-insert-char-p): New function.
11641
11642 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
11643 binding in cua--global-mark-keymap using cua--self-insert-char-p
11644 to handle all global self inserting characters in gmark mode.
11645
11646 * emulation/cua-rect.el (cua--init-rectangles): Install default
11647 binding in cua--rectangle-keymap using cua--self-insert-char-p
11648 to handle all global self inserting characters in rectangle mode.
11649
11650 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
11651
11652 * net/ange-ftp.el (read-file-name-internal): Remove the
11653 `ange-ftp' property.
11654 (ange-ftp-real-read-file-name-internal): Remove.
11655
11656 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11657
11658 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
11659 `forward-line'.
11660 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
11661 (f90-previous-block-start): New navigation commands.
11662
11663 2002-05-20 Simon Josefsson <jas@extundo.com>
11664
11665 * fringe.el: New file.
11666
11667 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
11668 (menu-bar-showhide-fringe-menu): New menu.
11669 (menu-bar-showhide-menu): Add Fringe sub-menu.
11670
11671 2002-05-23 Colin Walters <walters@verbum.org>
11672
11673 * replace.el (occur-engine): Include all text properties except
11674 mouse-face on the newline at the end of occurences.
11675
11676 2002-05-23 Kim F. Storm <storm@cua.dk>
11677
11678 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
11679 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
11680 (apropos-command, apropos-value, apropos-documentation-internal)
11681 (apropos-documentation-check-doc-file)
11682 (apropos-documentation-check-elc-file): Use them to filter out
11683 false matches where only one keyword matches, but more than once.
11684
11685 * apropos.el (apropos-show-scores, apropos-orig-regexp)
11686 (apropos-all-regexp, apropos-synonyms, apropos-words)
11687 (apropos-all-words): New variables.
11688 (aprpos-words-to-regexp, apropos-rewrite-regexp)
11689 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
11690 (apropos-score-symbol): New functions.
11691 (apropos-command, apropos, apropos-value, apropos-documentation):
11692 Allow keywords in addition to regexp. Added scoring.
11693 (apropos-documentation-check-doc-file)
11694 (apropos-documentation-check-elc-file): Added scoring.
11695 (apropos-print): Sort according to score.
11696
11697 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
11698
11699 * info.el (Info-mode-hook): Change `font-lock-mode' to
11700 `turn-on-font-lock'.
11701
11702 * font-core.el (font-lock-function): New variable.
11703 (font-lock-default-function): New function, created from
11704 `font-lock-mode'.
11705 (font-lock-mode): Just funcall `font-lock-function'.
11706 (font-lock-symbol-category-alist): New variable.
11707
11708 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
11709
11710 * files.el (file-newest-backup): Use file-name-sans-versions.
11711
11712 * diff.el (diff-latest-backup-file): Replace the main code by
11713 a call of file-newest-backup.
11714
11715 2002-05-22 Mike Williams <mdub@bigfoot.com>
11716
11717 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
11718 the buffer.
11719
11720 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
11721
11722 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
11723 the last patch works around the wu-ftpd misfeature that prompted
11724 the disabling of this optimization.
11725
11726 2002-05-21 Colin Walters <walters@gnu.org>
11727
11728 * international/mule.el (make-coding-system): Doc fixes.
11729
11730 * international/mule.el (auto-coding-functions): New variable.
11731 (auto-coding-from-file-contents): Use it.
11732 (set-auto-coding): Update docs.
11733 (sgml-xml-auto-coding-function): New function.
11734
11735 * international/mule-util.el (truncate-string-to-width):
11736 New optional argument `ellipsis'. Add commented-out test suite, and
11737 change coding to iso-2022-7bit.
11738
11739 2002-05-21 Colin Walters <walters@verbum.org>
11740
11741 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
11742 (font-lock-multiline, font-lock-fontified, font-lock-mode)
11743 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
11744 (font-lock-global-modes): Moved to font-core.el.
11745 (font-lock-set-defaults-1): Partially moved to font-core.el.
11746
11747 * font-core.el: New file, with functions taken from font-lock.el.
11748 (font-lock-category-alist): New variable.
11749 (font-lock-mode): Use it.
11750 (font-lock-set-defaults): Partially taken from font-lock.el.
11751 Only load font-lock.el when necessary.
11752
11753 * loadup.el: Add font-core.el.
11754
11755 * replace.el (occur-mode-hook): New variable.
11756 (occur-fontify-region-function): Deleted.
11757 (occur-mode): Don't use it. Set up `font-lock-category-alist'
11758 instead.
11759 (occur-fontify-on-property): Deleted.
11760 (occur-engine): Use categories from `font-lock-category-alist'.
11761
11762 * info.el (Info-fontify): Deleted.
11763 (Info-select-node): Don't use it.
11764 (Info-mode-hook): New variable.
11765 (Info-mode): Set up categories.
11766 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
11767
11768 * ibuffer.el (ibuffer-formats): Update docs.
11769 (ibuffer-category-alist): New variable.
11770 (ibuffer-get-category): New function.
11771 (ibuffer-compile-make-eliding-form): Use category property instead
11772 of face.
11773 (ibuffer-compile-format): Pass current ibuffer buffer to column
11774 functions too.
11775 (ibuffer-buffer-name-category): New function.
11776 (ibuffer-compile-format): If the current column is a `name'
11777 column, figure out the appropriate category to put on it.
11778 (filename-and-process): Use category property.
11779 (ibuffer-fontify-region-function): Deleted.
11780 (ibuffer-unfontify-region-function): Deleted.
11781 (ibuffer-update-title-and-summary): Use category properties.
11782 (ibuffer-insert-filter-group): Ditto.
11783 (ibuffer-mode): Set up category properties.
11784
11785 2002-05-21 Colin Walters <walters@debian.org>
11786
11787 * replace.el (occur-engine): Increment globalcount all at once
11788 after searching a buffer.
11789 (occur-mode-map): Don't escape plain "o".
11790
11791 * ibuf-macs.el (define-ibuffer-column): Add third argument
11792 `ibuffer-buf'.
11793
11794 * ibuffer.el (toplevel): Require font-lock, to get the face
11795 definitions.
11796 (ibuffer-use-fontification): Deleted.
11797 (column filename-and-process): New column.
11798 (ibuffer-formats): Use it by default.
11799 (ibuffer-name-map, ibuffer-mode-name-map)
11800 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
11801 (ibuffer-do-save, ibuffer-do-toggle-modified)
11802 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
11803 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
11804 (ibuffer): New optional argument `formats'.
11805
11806 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
11807
11808 * indent.el (indent-rigidly): Mention how to remove all indentation.
11809
11810 2002-05-21 Colin Walters <walters@gnu.org>
11811
11812 * international/mule-diag.el (describe-char-after): Order display
11813 of text properties by the size of their value, for clarity.
11814
11815 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
11816
11817 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
11818 (ange-ftp-file-name-completion): Don't cons unnecessarily.
11819 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
11820
11821 * wid-edit.el (widget-color-complete):
11822 * progmodes/etags.el (tags-complete-tags-table-file):
11823 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
11824
11825 * textmodes/outline.el (outline-reveal-toggle-invisible):
11826 Reverse the meaning of the second arg.
11827
11828 * reveal.el (reveal-post-command): Reverse the semantics of
11829 reveal-toggle-invisible and support isearch-open-invisible-temporary.
11830
11831 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
11832
11833 * mail/sendmail.el (mail-recover-1): Remove (debug).
11834 (mail-signature): Fix :type.
11835 (mail-default-directory): New user option.
11836 (mail, mail-recover): Use that option.
11837
11838 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11839
11840 * international/mule.el (auto-coding-alist): Use emacs-mule
11841 for auto-save files.
11842
11843 2002-05-20 Miles Bader <miles@gnu.org>
11844
11845 * files.el (find-file-read-args): Don't trash existing value of
11846 `minibuffer-setup-hook', just add our hook to it.
11847
11848 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
11849
11850 * international/ucs-tables.el (unify-8859-on-encoding-mode)
11851 (unify-8859-on-decoding-mode): Change :version attributes to strings.
11852
11853 * simple.el (yank-excluded-properties): Change :version attribute
11854 to a string.
11855
11856 * dired.el (dired-view-command-alist): Change :version attribute
11857 to a string.
11858
11859 * xscheme.el (xscheme-start-hook): Change :version attribute to a
11860 string.
11861
11862 * find-dired.el (find-dired): Implement revert-buffer-function.
11863
11864 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
11865
11866 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11867
11868 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
11869 (f90-get-present-comment-type): Fix earlier change.
11870 (f90-comment-indent): Doc fix.
11871 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
11872 (f90-looking-at-if-then): Remove lets.
11873 (f90-looking-at-where-or-forall): Handle if split over lines.
11874 (f90-change-keywords): Doc fix.
11875
11876 2002-05-19 Richard M. Stallman <rms@gnu.org>
11877
11878 * indent.el (indent-region): Make COLUMN arg optional.
11879
11880 * files.el (find-file-read-args): New function.
11881 (find-file, find-file-other-window, find-file-other-frame)
11882 (find-file-read-only, find-file-read-only-other-window)
11883 (find-file-read-only-other-frame): Use it.
11884
11885 * custom.el (custom-load-symbol): Verify that LOADED is a string.
11886
11887 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
11888 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
11889 (archive-zip-update-case): Use locate-file to decide whether
11890 to use pkzip.
11891 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
11892
11893 * files.el (locate-file): Doc fix.
11894
11895 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
11896
11897 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
11898 as an option.
11899
11900 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
11901
11902 * uniquify.el (uniquify-rationalize-file-buffer-names):
11903 Always strip the trailing / even if the file is not a directory.
11904
11905 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
11906
11907 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
11908 initialization in the defvar.
11909 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
11910 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
11911 (f90-font-lock-4): Move the doc strings.
11912 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
11913 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
11914 (f90-mode-abbrev-table): Initialize in the defvar, with
11915 define-abbrev-table.
11916
11917 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
11918
11919 * tar-mode.el (tar-octal-time): Fix last change.
11920
11921 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
11922
11923 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
11924 (report-emacs-bug): Store the prompt in
11925 `report-emacs-bug-text-prompt'. Move Configuration/Important
11926 settings information after the user's report.
11927 (report-emacs-bug-hook): Unclutter by deleting the content of
11928 `report-emacs-bug-text-prompt'.
11929
11930 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
11931
11932 * forms.el (forms-jump-record, forms-insert-record)
11933 (forms-delete-record): Calculate lines from the beginning of the
11934 accessible portion rather than from the beginning of the buffer.
11935
11936 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
11937
11938 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
11939 possibly missing encode-char.
11940 (ps-mule-font-info-database-bdf): Add associations for Unicode
11941 fonts. Doc fix.
11942 (ps-mule-font-info-database-ps-bdf): Doc fix.
11943 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
11944
11945 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
11946
11947 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
11948
11949 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11950 Find funs defined with defun-cvs-mode.
11951 (find-function-space-re): New const. Skips comments as well.
11952 (find-function-regexp, find-variable-regexp): Use it.
11953
11954 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
11955 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
11956 (cvs-mode-set-flags): Don't cons unnecessarily.
11957
11958 2002-05-16 Colin Walters <walters@debian.org>
11959
11960 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
11961 "Simple Calculator".
11962 (menu-bar-tools-menu) <calc>: New.
11963
11964 2002-05-16 Juanma Barranquero <lektu@terra.es>
11965
11966 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
11967
11968 * filesets.el (filesets-ormap): Fix typo.
11969
11970 * faces.el (describe-face): Fix typo.
11971
11972 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
11973
11974 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
11975 Don't treat (lambda () ...) as an expression.
11976
11977 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
11978
11979 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
11980
11981 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11982
11983 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
11984
11985 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
11986
11987 * progmodes/fortran.el (fortran-directive-re): New name for
11988 fortran-preprocessor-re. All usage updated.
11989 (fortran-calculate-indent): Give directives zero indentation.
11990
11991 2002-05-14 Jason Rumney <jasonr@gnu.org>
11992
11993 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
11994 displayed text and internal name as string.
11995
11996 2002-05-14 Kim F. Storm <storm@cua.dk>
11997
11998 * emulation/cua-rect.el (cua--rectangle-operation):
11999 Don't highlight empty lines in rectangles.
12000
12001 * emulation/keypad.el: Improved commentary.
12002 (keypad-setup, keypad-shifted-setup): Added choice to setup
12003 Numeric keypad with decimal key; value is selected character.
12004 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
12005 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
12006 (keypad-setup): Arg list changed to support the new options.
12007
12008 2002-05-14 Richard M. Stallman <rms@gnu.org>
12009
12010 * dabbrev.el (dabbrev-case-distinction): New option.
12011 (dabbrev--try-find): Handle dabbrev-case-distinction.
12012 (dabbrev--search): Clean up the code.
12013 (dabbrev-upcase-means-case-search): Doc fix.
12014 (dabbrev-case-replace): Fix custom tags and docs.
12015
12016 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
12017
12018 * calc/calc-units.el (math-standard-units): Update from CODATA.
12019
12020 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
12021
12022 * skeleton.el (skeleton-transformation): Default to `identity'.
12023 (skeleton-insert): Use `move-after' markers and `insert' rather
12024 than rely on insert-before-markers.
12025 (skeleton-internal-1): Handle `> \n' specially so that the newline
12026 is inserted before the first line is indented.
12027
12028 2002-05-14 Mike Williams <mdub@bigfoot.com>
12029
12030 * textmodes/sgml-mode.el (sgml-tag):
12031 Default skeleton-transformation to `identity'.
12032
12033 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
12034
12035 * shell.el (shell-mode): Make second part of initialisation
12036 depend on whether comint-input-ring is empty, rather than depend
12037 on it being nil.
12038
12039 2002-05-14 Richard M. Stallman <rms@gnu.org>
12040
12041 * files.el (make-auto-save-file-name):
12042 Delete the auto-save file after make-temp-file creates it.
12043
12044 2002-05-13 Kim F. Storm <storm@cua.dk>
12045
12046 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
12047 (cua-mode): Print Enabled/Disabled messages if interactive.
12048 Disable delete-selection-mode and pc-selection-mode when cua-mode
12049 is enabled; reenable if cua-mode is turned off.
12050 Remember setting of transient-mark-mode when cua-mode is enabled;
12051 restore if cua-mode is disabled.
12052
12053 2002-05-13 Richard M. Stallman <rms@gnu.org>
12054
12055 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
12056
12057 2002-05-13 Colin Walters <walters@gnu.org>
12058
12059 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
12060
12061 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
12062 (ibuffer-redisplay-engine): Handle it.
12063
12064 * add-log.el (add-log-mailing-address): Can be a list, too.
12065 (add-change-log-entry): If `add-log-mailing-address' is a list,
12066 then handle it.
12067
12068 2002-05-12 Colin Walters <walters@debian.org>
12069
12070 * replace.el (occur-1): New optional argument `buf-name'.
12071 (occur-revert-function): Use it.
12072
12073 (occur-1): Handle plurals.
12074
12075 (occur-engine): If there are no more matches, then finish
12076 searching the current buffer.
12077
12078 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12079
12080 * net/ange-ftp.el (ange-ftp-try-passive-mode)
12081 (ange-ftp-passive-host-alist): Change :version attributes to be
12082 strings.
12083
12084 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
12085
12086 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
12087 define-minor-mode.
12088
12089 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12090 Handle more whitespace/newline combinations in symbol definitions.
12091
12092 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
12093
12094 * w32-vars.el (w32)
12095 * vc-cvs.el (vc-cvs-global-switches)
12096 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
12097 * textmodes/sgml-mode.el (sgml-xml-mode)
12098 * ruler-mode.el (ruler-mode)
12099 * replace.el (query-replace-skip-read-only)
12100 * progmodes/fortran.el (fortran-preprocessor-re)
12101 * net/ange-ftp.el (ange-ftp-passive-host-alist)
12102 * mail/sendmail.el (mail-use-dsn)
12103 * faces.el (mode-line-inactive, minibuffer-prompt)
12104 * add-log.el (add-log-always-start-new-record): Change all
12105 post-21.1 :version attributes to 21.4.
12106
12107 2002-05-12 Richard M. Stallman <rms@gnu.org>
12108
12109 * mail/smtpmail.el (smtpmail-mail-address): New variable.
12110 (smtpmail-send-it): Bind and use that instead of `mail-address'.
12111 (smtpmail-via-smtp): Likewise.
12112
12113 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
12114 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
12115
12116 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
12117
12118 * subr.el (functionp): Catch errors in indirect-function.
12119
12120 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12121
12122 * net/ldap.el (ldap-search-internal): Unfold folded lines before
12123 parsing.
12124
12125 * cus-edit.el (customize-set-value): Rename `var' to `variable'
12126 and `val' to `value'.
12127 (customize-save-variable): Rename `var' to `'variable.
12128
12129 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
12130
12131 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
12132 Use it for font-locking and indentation.
12133 (fortran-previous-statement, fortran-next-statement): Make them
12134 skip over preprocessor lines.
12135 (fortran-calculate-indent): Use fortran-preprocessor-re.
12136
12137 2002-05-10 Kim F. Storm <storm@cua.dk>
12138
12139 * emulation/cua-base.el (cua-enable-cua-keys)
12140 (cua-enable-register-prefix): Added value for `other' choice.
12141
12142 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
12143
12144 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
12145 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
12146 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
12147 Run a named function.
12148 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
12149 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
12150 Fix help text.
12151
12152 2002-05-10 Kim F. Storm <storm@cua.dk>
12153
12154 * emulation/cua-base.el (cua-mode): Misc. changes to use
12155 emulation-mode-map-alists instead of minor-mode-map-alist.
12156
12157 2002-05-09 Richard M. Stallman <rms@gnu.org>
12158
12159 * mail/rmail.el (rmail-show-message):
12160 Catch error in check-coding-system.
12161
12162 * progmodes/compile.el (compilation-error-regexp-alist):
12163 New element to recognize Python error messages.
12164
12165 * shell.el (shell-replace-by-expanded-directory):
12166 If there's already a / at the end, don't add one.
12167
12168 2002-05-09 Colin Walters <walters@verbum.org>
12169
12170 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
12171 `ibuffer-filter-disable', `ibuffer-pop-filter',
12172 `ibuffer-or-filter', `ibuffer-negate-filter',
12173 `ibuffer-decompose-filter', `ibuffer-save-filters',
12174 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
12175 `ibuffer-save-filter-groups',
12176 `ibuffer-switch-to-saved-filter-groups',
12177 `ibuffer-delete-saved-filter-groups'.
12178
12179 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
12180
12181 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
12182
12183 * woman.el (woman-menu): Move symbol before the comment so that
12184 find-function-search-for-symbol finds it.
12185
12186 2002-05-10 Miles Bader <miles@gnu.org>
12187
12188 * facemenu.el (list-colors-display): Don't use
12189 `display-color-cells' unless the display class is one for which
12190 that info is relevant.
12191
12192 2002-05-09 Simon Josefsson <jas@extundo.com>
12193
12194 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
12195 calling buffer.
12196 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
12197 have the patch).
12198
12199 2002-05-09 Kim F. Storm <storm@cua.dk>
12200
12201 * wid-edit.el (checkbox): New check-mark image.
12202
12203 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12204
12205 * filesets.el (filesets-running-xemacs): Fix last change.
12206
12207 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
12208
12209 * help-fns.el (describe-function-1): If the source is
12210 `loaddefs.el', look for the real source. This is necessary only
12211 for defaliases.
12212
12213 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12214 Add autoload cookie.
12215 (find-function-regexp): Include
12216 "\(quote " to match the defaliases in loaddefs.el.
12217
12218 * filesets.el (filesets-conditional-sort): Use copy-sequence,
12219 not copy-list.
12220 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
12221 Defvar them to nil if running in Emacs.
12222
12223 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12224
12225 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
12226 to flyspell overlays.
12227
12228 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
12229
12230 2002-05-08 Richard M. Stallman <rms@gnu.org>
12231
12232 * diff.el (diff-regexp-alist): Doc fix.
12233
12234 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
12235
12236 2002-05-08 Simon Marshall <simon@gnu.org>
12237
12238 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
12239 the frame name as the car of a menu entry, rather than the frame.
12240
12241 2002-05-08 Juanma Barranquero <lektu@terra.es>
12242
12243 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
12244 in docstring.
12245
12246 2002-05-07 Colin Walters <walters@verbum.org>
12247
12248 * replace.el (occur-unfontify-region-function): Delete.
12249 (occur-mode): Don't use it.
12250 (occur-engine): Respect `keep-props'.
12251 (occur-accumulate-lines): If we're moving forward, decrement;
12252 don't increment, and vice versa.
12253
12254 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
12255
12256 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
12257 (tibetan-canonicalize-for-unicode-regexp): New variables.
12258 (tibetan-canonicalize-for-unicode-region): New function.
12259 (tibetan-strict-unicode): New variable.
12260 (tibetan-pre-write-canonicalize-for-unicode): New function.
12261
12262 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
12263
12264 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
12265 the autoload-cookie. Remove comment.
12266
12267 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
12268
12269 * rect.el (close-rectangle): Don't hide it behind the
12270 autoload-cookie.
12271
12272 2002-05-07 Juanma Barranquero <lektu@terra.es>
12273
12274 * windmove.el (windmove-default-keybindings): Add optional
12275 parameter to allow using a modifier other than 'shift.
12276
12277 2002-05-07 Thomas Link <t.link@gmx.at>
12278
12279 * filesets.el:
12280 (filesets-external-viewers): Fix customization problem.
12281 (filesets-some): Replaces cl's `some'. Calls changed.
12282 (filesets-member): Replaces cl's `member*'. Calls changed.
12283 (filesets-ormap): New function.
12284
12285 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
12286
12287 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
12288 menu items.
12289
12290 2002-05-07 Colin Walters <walters@gnu.org>
12291
12292 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
12293 (ibuffer-clear-filter-groups): Likewise.
12294 (ibuffer-kill-filter-group): Likewise.
12295 (ibuffer-kill-line): Likewise.
12296 (ibuffer-read-filter-group-name): New function.
12297 (ibuffer-jump-to-filter-group): Use it.
12298 (ibuffer-kill-filter-group): Likewise.
12299 (ibuffer-yank-filter-group): Likewise.
12300 (ibuffer-decompose-filter-group): New function.
12301
12302 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
12303 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
12304 guards for `ibuffer-pop-filter-group' and
12305 `ibuffer-clear-filter-groups'.
12306
12307 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
12308
12309 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12310 Use with-syntax-table.
12311
12312 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
12313
12314 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
12315
12316 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
12317
12318 * time-stamp.el (time-stamp-format): Doc fix: escape open
12319 parenthesis in column 0.
12320
12321 2002-05-04 Richard M. Stallman <rms@gnu.org>
12322
12323 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
12324 Handle both cases: when the menu item has cached info
12325 and when it doesn't.
12326
12327 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
12328 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
12329 (filesets-tree-max-level): Doc fix.
12330 (filesets-commands, filesets-external-viewers)
12331 (filesets-ingroup-patterns): Mark as risky.
12332 (filesets-cache-hostname-flag): Doc fix.
12333 (filesets-menu-cache-file): Doc fix. Mark as risky.
12334 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
12335 Don't defcustom them if running in Emacs.
12336
12337 2002-05-04 Thomas Link <t.link@gmx.at>
12338
12339 * filesets.el (filesets-ingroup-collect-files):
12340 Fix problem with inclusion groups' :scan-depth property.
12341
12342 2002-05-04 Colin Walters <walters@verbum.org>
12343
12344 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
12345 "Default" group earlier. Push killed group on
12346 `ibuffer-filter-group-kill-ring'.
12347 (ibuffer-kill-line): Document. Don't push killed group ourselves.
12348 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
12349 (ibuffer-insert-filter-group-before): New function, broken out
12350 from `ibuffer-yank'.
12351 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
12352
12353 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
12354 (ibuffer-mode-view-menu): Unused variables; deleted.
12355 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
12356
12357 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
12358
12359 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
12360 (toplevel): Bind filter group menu entries in it. Add :enable
12361 forms for some menu items.
12362 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
12363 to `ibuffer-mouse-popup-menu'.
12364 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
12365 group name, and if so, pop up a filter group menu.
12366
12367 2002-05-04 Jason Rumney <jasonr@gnu.org>
12368
12369 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
12370 (mwheel-scroll): Recognize nil scroll amount as documented.
12371
12372 * term/w32-win.el (mouse-wheel-scroll-line)
12373 (mouse-wheel-scroll-screen): Remove.
12374 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
12375
12376 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
12377
12378 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
12379
12380 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12381 Bind case-fold-search when searching.
12382
12383 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12384
12385 * apropos.el (apropos-print): Fix the reference to mouse-2.
12386
12387 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
12388
12389 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
12390
12391 2002-05-04 Kim F. Storm <storm@cua.dk>
12392
12393 * cus-edit.el (custom-buffer-verbose-help): New variable.
12394 (custom-buffer-create-internal): Remove verbose introduction
12395 in customization buffer when it is nil.
12396
12397 2002-05-03 Dave Love <fx@gnu.org>
12398
12399 * international/mule-cmds.el (select-safe-coding-system):
12400 Don't offer coding systems that use locking shift.
12401 Ask for confirmation if chosen coding system disagrees with
12402 a `coding:' spec in the file.
12403
12404 2002-05-03 John Wiegley <johnw@gnu.org>
12405
12406 * eshell/esh-var.el (eshell-modify-global-environment): Added this
12407 customization variable, which will cause any "export" commands
12408 within any eshell buffer to modify the global Emacs environment.
12409 It defaults to nil, which means that such commands will only
12410 modify that Eshell buffer's environment.
12411 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
12412
12413 * eshell/em-cmpl.el (eshell-command-completions-alist):
12414 Improve default completion targets for objdump, nm and readelf.
12415
12416 2002-05-03 Colin Walters <walters@verbum.org>
12417
12418 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
12419 (gamegrid-add-score-with-update-game-score):
12420 Use `shared-game-score-directory'. Correctly handle non-setuid case.
12421
12422 2002-05-02 Colin Walters <walters@verbum.org>
12423
12424 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
12425 (occur-1): If one of the buffers we're searching is the *Occur*
12426 buffer itself, handle it by creating a temporary buffer. If any
12427 of the buffers being searched are killed, note that in the search
12428 result message. Also, set local variables before we possibly kill
12429 the buffer.
12430
12431 2002-05-02 Kim F. Storm <storm@cua.dk>
12432
12433 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
12434 (menu-bar-options-save): Added cua-mode.
12435 (menu-bar-options-menu): Added toggle for cua-mode.
12436 Disable toggle for transient-mark-mode if cua-mode is enabled.
12437
12438 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
12439 variable.
12440
12441 2002-05-01 Richard M. Stallman <rms@gnu.org>
12442
12443 * help.el (view-todo): New function.
12444 (help-map): Bind C-h C-t to view-todo.
12445 (help-for-help): Change the text.
12446
12447 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12448
12449 * progmodes/f90.el: Yet more doc string, commment and whitespace
12450 changes.
12451 (f90-imenu-flag): New name for internal variable f90-imenu.
12452 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
12453 (f90-no-break-re): Use regexp-opt.
12454 (f90-end-type-re): Add closing "\\>".
12455 (f90-indent-region): Correctly indent comments embedded in
12456 continued lines.
12457 (f90-indent-new-line): Make it indent the current line, as it should.
12458 (f90-line-continued, f90-get-present-comment-type)
12459 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
12460 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
12461 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
12462 (f90-change-keywords): Minor code tidying.
12463
12464 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
12465 typo `fortran-strip-sqeuence-nos'.
12466
12467 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
12468
12469 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
12470 pop-up-window.
12471
12472 2002-05-01 Kim F. Storm <storm@cua.dk>
12473
12474 * emulation/cua-base.el (cua--pre-command-handler):
12475 Only interpret delete-selection property if mark-active.
12476 (cua-mode): Fixed require in defcustom.
12477
12478 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12479
12480 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
12481 error call.
12482
12483 2002-05-01 Colin Walters <walters@verbum.org>
12484
12485 * textmodes/tex-mode.el (tex-validate-buffer):
12486 Use `occur-revert-arguments' instead of setting `occur-nlines' and
12487 `occur-buffer'. Don't test for `input-pending-p' in loop.
12488 Set text property `occur-target' instead of `occur'.
12489
12490 2002-04-30 John Wiegley <johnw@gnu.org>
12491
12492 * align.el (align-region): Fixed the fix to align-region, because
12493 the "name" argument was appearing twice.
12494
12495 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
12496
12497 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
12498 to handle protection labels, one which doesn't get confused by
12499 inherit colons.
12500
12501 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
12502 functions that have "class" or "struct" in the return type as
12503 classes or structs.
12504
12505 2002-04-30 Kim F. Storm <storm@cua.dk>
12506
12507 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
12508 Options" to "New Options..."; rephrase tooltip.
12509 Rephrase tooltip for "Specific Option...".
12510 Added "Saved Options" item. [from Simon Marshall]
12511
12512 2002-04-30 Richard M. Stallman <rms@gnu.org>
12513
12514 * time.el (display-time-mail-directory)
12515 (display-time-mail-function): Doc fixes.
12516
12517 * ediff-hook.el: Remove autoload cookies.
12518
12519 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
12520
12521 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
12522
12523 * align.el (align-region): Fix call to `message'.
12524 Check that (car rule) is a symbol.
12525
12526 * autoinsert.el (auto-insert-directory): Doc fix.
12527
12528 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
12529
12530 * descr-text.el: New file, broken out of facemenu.el.
12531
12532 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
12533
12534 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
12535
12536 * mail/emacsbug.el (report-emacs-bug-hook):
12537 Use replace-match only if search was successful.
12538
12539 2002-04-29 Richard M. Stallman <rms@gnu.org>
12540
12541 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
12542
12543 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
12544 if the user edits the Emacs version number in the text.
12545
12546 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
12547 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
12548 (filesets-error): Simplify definition and make conditional
12549 on filesets-running-xemacs.
12550 (filesets-find-file-using): Renamed from fsfind-file-using.
12551
12552 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
12553
12554 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
12555 (Info-read-node-name-1): Complete file names.
12556 (Info-complete-menu-item): Don't cons unnecessarily.
12557
12558 * files.el (locate-file): New fun.
12559 (locate-file-completion): Rename from load-completion and generalize.
12560 (load-library): Use it.
12561 (make-auto-save-file-name): Expand caddr.
12562
12563 * newcomment.el (comment-fill-column): New var.
12564 (comment-indent): Use it.
12565 (comment-or-uncomment-region): New fun.
12566 (comment-dwim): Use it.
12567
12568 2002-04-29 Colin Walters <walters@verbum.org>
12569
12570 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
12571 (ibuffer-kill-line): Copy the filter group data structure when killing.
12572 (ibuffer-yank): Handle case where we're yanking on the default
12573 group correctly.
12574 (ibuffer-delete-saved-filter-groups): Doc fix.
12575
12576 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12577 Test whether or not update-game-score is setuid, and do the right
12578 thing.
12579
12580 2002-04-29 Kim F. Storm <storm@cua.dk>
12581
12582 * subr.el (remove-yank-excluded-properties): New helper function.
12583 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
12584
12585 * simple.el (yank-excluded-properties): Added help-echo to list.
12586
12587 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12588
12589 * autoinsert.el (auto-insert-directory): Doc fix.
12590
12591 * progmodes/f90.el: Add/change doc strings for many inline
12592 functions. Whitespace changes.
12593 (f90-indent-line-no, f90-update-line): Minor code changes.
12594
12595 2002-04-29 Kim F. Storm <storm@cua.dk>
12596
12597 * emulation/cua-base.el: New file.
12598
12599 * emulation/cua-rect.el: New file.
12600
12601 * emulation/cua-gmrk.el: New file.
12602
12603 * emulation/keypad.el: New file.
12604
12605 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
12606
12607 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
12608 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
12609 New Vietnamese coding system.
12610
12611 * language/viet-util.el: Update Commentary section.
12612
12613 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12614
12615 * filesets.el (filesets-data): Doc fix.
12616 (filesets-running-xemacs): Define even when compiling.
12617
12618 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
12619 sentence.
12620
12621 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
12622
12623 * textmodes/fill.el (fill-context-prefix): Fix last change with
12624 yet-another-approach.
12625
12626 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
12627
12628 * net/ange-ftp.el (ange-ftp-passive-host-alist)
12629 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
12630
12631 * files.el (small-temporary-file-directory): Fix custom type.
12632
12633 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
12634
12635 * progmodes/f90.el (f90-xemacs-flag): New variable.
12636 (f90-mark-subprogram-overlay): New variable.
12637 (f90-mark-subprogram): Now it highlights the subprogram.
12638 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12639 Fix highlighting of various "type" forms.
12640
12641 2002-04-28 Colin Walters <walters@verbum.org>
12642
12643 * ibuffer.el (ibuffer-mode): Additional documentation on filter
12644 groups.
12645
12646 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
12647
12648 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
12649 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
12650
12651 2002-04-28 Richard M. Stallman <rms@gnu.org>
12652
12653 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
12654 by 1 for the newly-readded #.
12655
12656 * files.el (make-auto-save-file-name): Specify # as suffix
12657 in the non-file-visiting case.
12658
12659 * subr.el (make-temp-file): New arg SUFFIX.
12660
12661 * filesets.el: New file.
12662
12663 * replace.el (occur-accumulate-lines): Avoid incf and decf.
12664 (occur-engine-add-prefix): New function.
12665 (occur-engine): Avoid using macrolet, incf and decf.
12666 Use occur-engine-add-prefix instead.
12667 Rename `l' to `lines' and `c' to `matches'.
12668
12669 * replace.el (occur-engine, occur-mode-mouse-goto)
12670 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
12671 (occur-mode-goto-occurrence-other-window)
12672 (occur-mode-display-occurrence): A position is just a marker,
12673 not a list.
12674
12675 * replace.el (occur-revert-arguments):
12676 Renamed from occur-revert-properties. All uses changed.
12677
12678 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12679
12680 * recentf.el (recentf-menu-before): Use string to specify path in
12681 the menu.
12682
12683 * international/mule-cmds.el (read-language-name): Take care of
12684 non-list values.
12685
12686 2002-04-27 Richard M. Stallman <rms@gnu.org>
12687
12688 * custom.el (custom-load-symbol): Moved from cus-edit.el.
12689 (custom-load-recursion): Likewise.
12690
12691 * cus-edit.el (custom-load-symbol): Moved to custom.el.
12692 (custom-load-recursion): Likewise.
12693
12694 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
12695 generated by easymenu are now lowercase.
12696
12697 2002-04-27 Richard M. Stallman <rms@gnu.org>
12698
12699 * menu-bar.el (menu-bar-update-buffers): Add menu items
12700 Next Buffer and Previous Buffer.
12701
12702 * simple.el (next-buffer, prev-buffer): New commands.
12703 Bind C-x left and C-x right to them.
12704
12705 * info.el (Info-header-line): Mark it as risky-local-variable.
12706
12707 * subr.el (insert-for-yank): Replace `category' property
12708 with whatever properties it stands for.
12709
12710 * subr.el (member-ignore-case): Ignore non-strings in LIST.
12711
12712 2002-04-27 Miles Bader <miles@gnu.org>
12713
12714 * faces.el (read-face-name): Format the prompt correctly when
12715 there's no default.
12716
12717 2002-04-26 Andrew Choi <akochoi@shaw.ca>
12718
12719 * term/mac-win.el: Don't call ediff-toggle-multiframe.
12720 Set default directory. Set process-connection-type to nil.
12721
12722 2002-04-26 Richard M. Stallman <rms@gnu.org>
12723
12724 * loadup.el: Explicitly load cus-face and timer.
12725
12726 * isearch.el: Don't require timer.
12727
12728 * faces.el: Don't require cus-face.
12729
12730 * cus-edit.el (customize-face): Use read-face-name
12731 and handle multiple faces.
12732 (customize-face-other-window): Make it work similarly.
12733
12734 * faces.el (read-face-name): New defaulting features.
12735 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
12736 (list-faces-display): Use the face, not its name string,
12737 as arg when running customize-face.
12738 Put a `read-face-name' prop on the entire line.
12739 (describe-face): Handle multiple faces via read-face-name.
12740
12741 * textmodes/tex-mode.el (tex-start-options): New variable.
12742 (tex-start-commands): New variable.
12743 (tex-start-options-string): Variable deleted.
12744 (tex-start-tex): Use tex-start-options and tex-start-commands,
12745 not tex-start-options-string.
12746 (tex-command): Doc fix.
12747
12748 2002-04-26 Sam Steingold <sds@gnu.org>
12749
12750 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
12751 not in the authinfo/netrc, keep `cred' at nil.
12752
12753 2002-04-26 Gerd Moellmann <gerd@gnu.org>
12754
12755 * find-file.el: Remove Ada-specific example code.
12756
12757 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
12758
12759 * ediff-hooks.el: Put back the autoloads.
12760
12761 2002-04-25 Colin Walters <walters@verbum.org>
12762
12763 * ibuffer.el (define column process): Use `ibuffer-aif'.
12764
12765 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
12766 defaults.
12767 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
12768 (ibuffer-save-filter-groups): Correctly structure filter groups.
12769 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
12770 groups.
12771
12772 2002-04-25 Simon Josefsson <jas@extundo.com>
12773
12774 * mail/sendmail.el (mail-use-dsn): New variable to request
12775 delivery status notification from MTA.
12776 (sendmail-send-it): Use it.
12777
12778 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
12779 (smtpmail-send-it): Use it to construct new queue filenames
12780 (needed if you send more than one message per second, which is
12781 possible if you use Gnus Agent).
12782
12783 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
12784 files as well.
12785 (smtpmail-try-auth-methods): Support netrc data.
12786 (netrc-parse): Autoload netrc.
12787
12788 2002-04-25 Colin Walters <walters@verbum.org>
12789
12790 * replace.el (multi-occur-by-filename-regexp): Doc fix.
12791 (occur-engine): Go to `point-min'. Make nlines argument actually
12792 mean number of context lines. Handle it. Pad digits to the right.
12793
12794 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
12795 `ibuffer-filter-groups'. All users updated.
12796 (ibuffer-show-empty-filter-groups): New variable.
12797 (ibuffer-saved-filter-groups): New variable.
12798 (ibuffer-maybe-save-stuff): Renamed from
12799 `ibuffer-maybe-save-saved-filters'. Callers updated.
12800 Handle `ibuffer-saved-filter-groups'.
12801 (ibuffer-hidden-filtering-groups): Renamed to
12802 `ibuffer-hidden-filter-groups'.
12803 (ibuffer-filter-group-kill-ring): New variable.
12804 (ibuffer-save-with-custom): Doc fix.
12805 (ibuffer-set-filter-groups-by-mode): New function.
12806 (ibuffer-clear-filter-groups): New function.
12807 (ibuffer-current-filter-groups-with-position): Renamed from
12808 `ibuffer-current-filter-groups'. Callers updated.
12809 (ibuffer-kill-filter-group): New function.
12810 (ibuffer-kill-line): New function.
12811 (ibuffer-yank): New function.
12812 (ibuffer-save-filter-groups): New function.
12813 (ibuffer-delete-saved-filter-groups): New function.
12814 (ibuffer-switch-to-saved-filter-groups): New function.
12815 (ibuffer-mark-on-buffer): Add optional arguments for adding a
12816 specific mark, and marking on a specific group.
12817
12818 * ibuffer.el (ibuffer-formats): Doc fix.
12819 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
12820 Bind new functions from ibuf-ext.el. Add menu entries for them.
12821 Remove superfluous tooltips.
12822 (ibuffer-toggle-marks): If on a group name, then toggle marks just
12823 in that group.
12824 (ibuffer-mark-interactive): Handle filter groups.
12825 (ibuffer-mark-forward, ibuffer-unmark-forward)
12826 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
12827 (ibuffer-mark-for-delete-backwards): Update docs.
12828 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
12829 to `ibuffer-current-filter-groups-with-position'.
12830 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
12831 (ibuffer-mode): Add some documentation about filter groups.
12832
12833 2002-04-25 Andreas Schwab <schwab@suse.de>
12834
12835 * find-dired.el (find-name-dired): Don't quote pattern twice.
12836
12837 2002-04-26 Miles Bader <miles@gnu.org>
12838
12839 * cus-edit.el (customize-face, customize-face-other-window):
12840 Use default instead of initial-input for suggested face.
12841
12842 2002-04-25 Gerd Moellmann <gerd@gnu.org>
12843
12844 * cus-edit.el (customize-face-other-window, customize-face):
12845 Interactively, when point is on text with a face, suggest to
12846 customize that face.
12847
12848 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12849
12850 * progmodes/f90.el: General tidy-up of commentary and some doc
12851 strings.
12852
12853 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12854
12855 * scroll-all.el (scroll-all-function-all) New function to do the
12856 actual work.
12857 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
12858 scroll-all-page-down-all, scroll-all-page-up-all,
12859 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
12860 Make them use scroll-all-function-all.
12861
12862 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
12863 with line-beginning-position.
12864 (f90-get-end-of-line): Removed and replaced with line-end-position.
12865 (f90-match-piece): Removed and replaced with match-string.
12866 (f90-current-indentation): Remove `current-column'.
12867 (f90-get-present-comment-type): Use match-string rather than
12868 buffer-substring.
12869 (f90-match-end): Use line-beginning-position, line-end-position
12870 rather than beginning-of-line, end-of-line.
12871 (f90-startup-message): Variable removed.
12872
12873 2002-04-24 Colin Walters <walters@verbum.org>
12874
12875 * replace.el (occur-accumulate-lines): Add optional argument
12876 `no-props'. Handle it.
12877 (occur-engine): Use it.
12878
12879 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
12880 up autoloads manually.
12881 (ibuffer-split-list): New function.
12882 (ibuffer-filtering-groups): New variable.
12883 (ibuffer-hidden-filtering-groups): New variable.
12884 (ibuffer-mouse-toggle-filter-group): New function.
12885 (ibuffer-toggle-filter-group): New function.
12886 (ibuffer-toggle-filter-group-1): New function.
12887 (ibuffer-forward-filter-group): New function.
12888 (ibuffer-backward-filter-group): New funtion.
12889 (ibuffer-generate-filter-groups): New function.
12890 (ibuffer-filters-to-filter-group): New function.
12891 (ibuffer-pop-filter-group): New function.
12892 (ibuffer-jump-to-filter-group): New function.
12893 (ibuffer-do-occur): Just use `occur-read-primary-args'
12894
12895 * ibuffer.el (ibuffer-filter-group-name-face): New.
12896 (ibuffer-mode-map): Bind and add menu entries for most new
12897 functions; also, bind the arrow keys to the movement functions.
12898 (ibuffer-mode-filter-group-map): New.
12899 (ibuffer-mouse-toggle-mark): Handle group names.
12900 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
12901 (ibuffer-skip-properties): New function.
12902 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
12903 group names. Also, handle new properties.
12904 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
12905 Move error handling to `ibuffer-current-buffer'.
12906 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
12907 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
12908 (ibuffer-toggle-marks): Add optional group argument.
12909 (ibuffer-mark-interactive): Skip group names.
12910 (ibuffer-current-buffer): Clean up error handling.
12911 (ibuffer-fontify-region-function): Fontify group names.
12912 (ibuffer-map-lines): Add extra group argument. Handle it.
12913 (ibuffer-current-filter-groups): New function.
12914 (ibuffer-redisplay): Handle hidden filtering groups.
12915 (ibuffer-sort-bufferlist): New function, taken from
12916 `ibuffer-insert-buffers-and-marks'.
12917 (ibuffer-insert-filter-group): New function.
12918 (ibuffer-redisplay-engine): Renamed from
12919 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
12920 (ibuffer): Add filter-groups argument. Handle it.
12921 Use `save-selected-window'.
12922 (ibuffer-mode): Make `ibuffer-filtering-groups' and
12923 `ibuffer-hidden-filtering-groups' buffer-local.
12924
12925 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
12926
12927 2002-04-24 Richard M. Stallman <rms@gnu.org>
12928
12929 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
12930 (easy-menu-define-key-intern): Function deleted; callers intern
12931 and then call easy-menu-define-key.
12932 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
12933 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
12934 (easy-menu-name-match): New function.
12935 (add-submenu): New function.
12936 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
12937
12938 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
12939
12940 * menu-bar.el (menu-bar-adv-search-menu)
12941 (menu-bar-adv-search-menu): Improve the help text.
12942
12943 2002-04-24 Simon Josefsson <jas@extundo.com>
12944
12945 * net/netrc.el: New file.
12946
12947 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
12948
12949 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
12950 Check if any of the available selection sources has new content
12951 and if so it will return that content.
12952
12953 2002-04-24 Miles Bader <miles@gnu.org>
12954
12955 * menu-bar.el (buffers-menu-show-directories)
12956 (buffers-menu-show-status): New variables.
12957 (menu-bar-update-buffers-1): Use them.
12958
12959 2002-04-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12960
12961 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
12962 from `c-do-auto-fill' and point is at or near the limit of the
12963 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
12964 is longer than the text on the first line of the comment when
12965 it's masked.
12966
12967 2002-04-24 Miles Bader <miles@gnu.org>
12968
12969 * menu-bar.el (menu-bar-update-buffers-1): Make sure
12970 `uniquify-buffer-name-style' is bound.
12971
12972 2002-04-23 Colin Walters <walters@verbum.org>
12973
12974 * replace.el (toplevel): Require `cl' while compiling.
12975 (occur-buffer, occur-nlines): Delete.
12976 (occur-revert-properties): Rename to `occur-revert-properties'.
12977 (occur-mode): Handle it. Set up font lock.
12978 (occur-revert-function): Simply apply `occur-1'.
12979 (occur-mode-find-occurence, occur-mode-mouse-goto)
12980 (occur-mode-goto-occurrence-other-window)
12981 (occur-mode-display-occurrence): Handle buffer property.
12982 (list-matching-lines-face): Use defcustom.
12983 (list-matching-lines-buffer-name-face): New variable.
12984 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
12985 in ibuffer.el.
12986 (occur-read-primary-args): Move out of `occur'.
12987 (occur): Delete. Now simply call `occur-1'.
12988 (multi-occur, multi-occur-by-filename-regexp): New functions.
12989 (occur-1): New function.
12990 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
12991 previous implementation of `occur'; taken from ibuf-ext.el.
12992 (occur-fontify-on-property): New function.
12993 (occur-fontify-region-function, occur-unfontify-region-function):
12994 New functions.
12995
12996 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
12997
12998 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
12999 (ibuffer-occur-match-face): Delete.
13000 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
13001 (ibuffer-occur-mouse-display-occurence): Delete.
13002 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
13003 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
13004 (ibuffer-occur-engine): Moved to replace.el.
13005 (ibuffer-do-occur): Simply call `occur-1'.
13006
13007 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13008 Handle the case where we're already viewing the score file.
13009
13010 2002-04-23 Andreas Schwab <schwab@suse.de>
13011
13012 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
13013 next-tag-otherw.
13014
13015 2002-04-23 Miles Bader <miles@gnu.org>
13016
13017 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
13018 directory separator if there's no directory. Don't display
13019 directories at all if uniquify is active. Some code cleanup.
13020 (uniquify-buffer-name-style): Declare (but don't initialize).
13021
13022 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
13023 for command menu entries, since the low-level menu code modifies
13024 them. Cache the resulting list.
13025 (menu-bar-buffers-menu-command-entries): New variable.
13026
13027 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
13028 Add separator line before commands
13029 Remove old crufty code that tried to line things up by adding
13030 spaces to entries (it doesn't work).
13031 Move `Frames' submenu after the normal buffers, and add a
13032 separator line before it.
13033 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
13034
13035 2002-04-22 Richard M. Stallman <rms@gnu.org>
13036
13037 * files.el (after-find-file): Use %s to output MSG.
13038
13039 * dired.el (dired-mouse-find-file-other-window):
13040 Handle events that move out of the window.
13041
13042 2002-04-23 Martin Stjernholm <bug-cc-mode@gnu.org>
13043
13044 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
13045 was moved to the following line when it was at the first line
13046 of a block comment where comment-start-skip matched to eol.
13047
13048 2002-04-22 Richard M. Stallman <rms@gnu.org>
13049
13050 * simple.el (line-move-finish): Find beg and end of line
13051 before calling line-move-to-column. Do consider intangible
13052 when finding the end. Take more care in analyzing the results
13053 of intangibility after line-move-to-column.
13054
13055 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13056
13057 * international/mule-diag.el (list-input-methods-1): Doc fix
13058 (LEIM is now part of the standard distribution).
13059
13060 * tmm.el (tmm-completion-prompt): Doc fix.
13061
13062 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
13063
13064 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
13065
13066 * diary-lib.el (include-other-diary-files): Allow modifying
13067 included buffer, to turn off selective display.
13068
13069 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13070
13071 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
13072 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
13073 emacsen that doesn't support it.
13074
13075 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13076
13077 * progmodes/cc-align.el, progmodes/cc-engine.el,
13078 progmodes/cc-styles.el, progmodes/cc-vars.el
13079 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
13080 Find correct anchor for statement-cont in top level constructs.
13081 Analyze variable initializations in top level constructs as
13082 topmost-intro-cont instead of statement-cont. That is an
13083 incompatible change but it gives better consistency. The new
13084 lineup function c-lineup-topmost-intro-cont' compensates for
13085 it and is now put on topmost-intro-cont by default.
13086
13087 * progmodes/cc-align.el, progmodes/cc-engine.el,
13088 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
13089 contributed by Kevin Ryde.
13090
13091 (c-in-gcc-asm-p): Function to recognize asm statements.
13092 Contributed by Kevin Ryde.
13093
13094 (c-opt-asm-stmt-key): New language variable to recognize the
13095 beginning of asm statements.
13096
13097 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13098
13099 * progmodes/cc-engine.el (c-guess-basic-syntax):
13100 Detect variable declarations after class and struct declarations
13101 correctly. Fixed limit error when finding the anchor for
13102 template-args-cont and topmost-intro-cont.
13103
13104 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13105
13106 * progmodes/cc-cmds.el (c-beginning-of-defun)
13107 (c-declaration-limits): Find the "line oriented" declaration
13108 start too, just like the "line oriented" end is found.
13109
13110 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13111
13112 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
13113 for `inexpr-statement'. This is not compatible, though.
13114 I think the benefit of a good default style outweights that in
13115 this case. Besides, `inexpr-statement' is not very common.
13116
13117 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13118
13119 * progmodes/cc-cmds.el (c-electric-delete-forward):
13120 Fix silly bug that caused it to delete backwards in hungry delete
13121 mode. (It's amazing that this bug hasn't been reported.)
13122
13123 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
13124 Extracted the code to get the declaration limits from
13125 `c-mark-function' to a new `c-declaration-limits'.
13126
13127 (c-indent-defun): Use the same method to get the limits of the
13128 declaration or macro as `c-mark-function'.
13129
13130 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
13131 list initializers correctly (but costly; it ought to be
13132 integrated into `c-beginning-of-statement-1').
13133
13134 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13135
13136 * progmodes/cc-cmds.el, progmodes/cc-engine.el
13137 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
13138 Rewritten to detect the declaration limits better.
13139 Now handles K&R argdecls, class definitions followed by variables etc.
13140
13141 (c-in-knr-argdecl): Broke out the K&R argdecl test in
13142 `c-beginning-of-decl-1' to this new function.
13143
13144 (c-end-of-statement-1, c-end-of-decl-1):
13145 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
13146 handles declarations that continue after the block.
13147
13148 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13149 Added an option to restrict matching to the top level of the
13150 current paren sexp.
13151
13152 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
13153 New regexp to recognize declarations that continue after the block.
13154
13155 (c-syntactic-eol): New regexp to match a "syntactic" eol.
13156
13157 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13158
13159 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
13160 that often caused the backward limit to be lost at the top
13161 level. This improves performance a bit.
13162
13163 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13164 New function that works like `re-search-forward' but only returns
13165 matches in syntactically significant text.
13166
13167 * progmodes/cc-engine.el: Fixed a faster and more accurate way
13168 to recognize K&R argdecls.
13169
13170 (c-beginning-of-decl-1): New function that put point at the
13171 beginning of the declaration. It handles K&R argdecl blocks.
13172
13173 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
13174 code with one that doesn't depend on the current indentation.
13175 The anchor position for `knr-argdecl' has also changed, but in
13176 a way that is unlikely to cause compatibility problems.
13177
13178 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13179
13180 * progmodes/cc-defs.el, progmodes/cc-engine.el
13181 (c-forward-comment): `forward-comment' in XEmacs skips over
13182 line continuations in the backward direction. Correct for
13183 that. Also made this a defun since it has grown too large now
13184 to be a defsubst.
13185
13186 * progmodes/cc-langs.el: More convenient and decentralized
13187 setup of the language specific variables. The regexp-opt
13188 mangling is also done at compile time now.
13189
13190 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13191
13192 * progmodes/cc-cmds.el (c-indent-line-or-region):
13193 Call `c-indent-line' directly instead of through
13194 `indent-according-to-mode' so that this function always
13195 indents syntactically.
13196
13197 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
13198 where a class beginning with a nested class could cause an
13199 infinite loop (the state outside the narrowed out class is
13200 never used now).
13201
13202 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13203
13204 * progmodes/cc-align.el, progmodes/cc-cmds.el,
13205 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
13206 the context sensitive analysis inside macros is restricted to
13207 the bodies of #define's; other things, like #if expressions,
13208 never have anything in common with their surroundings.
13209 The old `cpp-macro-cont' syntax is now used in situations where
13210 the syntactic analysis isn't applicable, and a new syntactic
13211 element `cpp-define-intro' is used to add indentation in
13212 #define bodies.
13213
13214 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
13215 better reflect its use.
13216
13217 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
13218 continuation backslashes in the detection of `arglist-cont-nonempty'.
13219
13220 * progmodes/cc-align.el: Use the vector form in the return
13221 value in all cases where lineup functions return absolute columns.
13222
13223 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13224
13225 * progmodes/cc-engine.el (c-add-stmt-syntax)
13226 (c-guess-basic-syntax): Anchor `brace-list-intro' and
13227 `bracec-list-close' better for brace lists nested inside expressions.
13228
13229 * progmodes/cc-engine.el, progmodes/cc-langs.el,
13230 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
13231 various language specific variables and their initialization.
13232 The keyword regexps are now lists that are combined with
13233 regexp-opt. Some variables have changed names to fit better
13234 with the naming convention.
13235
13236 * progmodes/cc-defs.el, progmodes/cc-vars.el
13237 (c-buffer-is-cc-mode): The value is the mode symbol of the
13238 original CC Mode mode.
13239
13240 (c-major-mode-is): Compare against the buffer local variable
13241 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
13242
13243 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13244
13245 * progmodes/cc-engine.el (c-forward-syntactic-ws)
13246 (c-backward-syntactic-ws, c-forward-token-1)
13247 (c-backward-token-1, c-in-literal, c-literal-limits)
13248 (c-collect-line-comments, c-literal-type, c-on-identifier)
13249 (c-guess-basic-syntax): These functions are now considered part
13250 of the "CC Mode API" and may be used by other code.
13251 That's signified by making their documentation into docstrings.
13252
13253 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
13254 Removed these internal functions since they aren't used.
13255
13256 (c-forward-to-cpp-expression): Classified this function as internal.
13257
13258 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13259
13260 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
13261 Simplified these regexps; the class keywords they contain
13262 ought to be enough to avoid false matches, so checking for
13263 following identifiers etc is just unnecessary (and might also
13264 fail for oddly formatted code).
13265
13266 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13267
13268 * progmodes/cc-engine.el, progmodes/cc-cmds.el
13269 (c-forward-comment-lc): New function that behaves like
13270 `c-forward-comment', with the exception that line
13271 continuations are treated as whitespace.
13272
13273 (c-beginning-of-statement): Use `c-forward-comment-lc', to
13274 work correctly in macros and other places where line
13275 continuations should be treated as whitespace.
13276
13277 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
13278 normal label in a switch block as a case label, to get
13279 consistent lineup with the case labels.
13280
13281 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
13282 in skipping over a macro that ends with an empty line.
13283
13284 * progmodes/cc-styles.el: Require cc-align since styles added
13285 with `c-add-style' often contains references to functions
13286 defined there, and so the `c-valid-offset' check might
13287 otherwise complain on them.
13288
13289 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13290
13291 * progmodes/cc-align.el, progmodes/cc-mode.texi,
13292 progmodes/cc-vars.el: Added two new lineup functions:
13293
13294 (c-lineup-knr-region-comment): A new lineup function to get
13295 (what most people think is) better indentation of comments in
13296 the "K&R region" between the function header and its body.
13297
13298 (c-lineup-gcc-asm-reg): New lineup function for better
13299 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
13300
13301 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
13302 `c-lineup-knr-region-comment' in the default offset
13303 configuration, since these two functions have little impact
13304 outside their intended use, and they generally do the right
13305 thing when they kick in.
13306
13307 * progmodes/cc-engine.el (c-guess-continued-construct)
13308 (c-guess-basic-syntax): Handle nested functions in all
13309 languages, not just Pike. In C and C++ there's a gcc
13310 extension for this, and it also gives better treatment of
13311 macros that are followed by blocks.
13312
13313 * progmodes/cc-langs.el (c-symbol-key): Made this variable
13314 mode specific, to handle Pike special symbols like `== better.
13315
13316 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13317
13318 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
13319 progmodes/cc-vars.el (c-report-syntactic-errors): A new
13320 variable to control the syntactic error messages. It defaults
13321 to off; since CC Mode ignores most syntactic errors it might
13322 as well ignore them all for the sake of consistency.
13323
13324 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13325
13326 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13327 Optimization. Can give a noticeable speedup if there's a
13328 large preceding function or class body.
13329
13330 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13331
13332 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
13333 efficient and correct insertion functions in many places.
13334 Always inherit text properties correctly if the text is
13335 permanent. Also do it for speed in temporary insertions,
13336 since I figure it's less work to continue the surrounding text
13337 properties than to break them.
13338
13339 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
13340 completion to make it easier to enter lists.
13341
13342 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13343
13344 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
13345 c-state-cache was clobbered.
13346
13347 * progmodes/cc-cmds.el, progmodes/cc-engine.el
13348 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
13349 to dependency.
13350
13351 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13352
13353 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
13354 open parens in macros (if point isn't in the same one).
13355
13356 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13357
13358 * progmodes/cc-cmds.el (c-context-open-line): New function
13359 that is the `open-line' equivalent to `c-context-line-break'.
13360
13361 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
13362 for Emacs 21 since `indent-new-comment-line' has been changed
13363 to `comment-indent-new-line' there.
13364
13365 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13366
13367 * progmodes/cc-engine.el, progmodes/cc-langs.el
13368 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
13369 New variables containing the character sets used to recognize
13370 statement/declaration boundaries. These variables might help
13371 to support languages like javascript and awk, where newlines
13372 sometimes delimits statements.
13373
13374 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
13375 the set of statement delimiting characters, to allow it to be
13376 changed dynamically and per-mode.
13377
13378 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13379
13380 * progmodes/cc-engine.el (c-looking-at-bos)
13381 (c-looking-at-inexpr-block, c-add-stmt-syntax)
13382 (c-guess-basic-syntax): Treat blocks directly inside function
13383 calls like "bare" statements inside function calls, and not
13384 like in-expression statements. This to make indentation of
13385 such blocks consistent with other statements inside macro calls.
13386
13387 * progmodes/cc-engine.el (c-guess-basic-syntax):
13388 Made arglist-cont anchor correctly in arglists that contain statements.
13389
13390 * progmodes/cc-engine.el (c-guess-basic-syntax):
13391 Fixed consistent anchoring of defun-block-intro in defuns in code
13392 blocks (can only occur in Pike).
13393
13394 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13395 (c-looking-at-inexpr-block-backward): Changed the arguments to
13396 require containing sexps and paren state, for better efficiency.
13397
13398 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13399
13400 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
13401 progmodes/cc-vars.el: Improved anchoring of statement and
13402 handling of labels in front of substatements.
13403
13404 (c-guess-continued-construct, c-guess-basic-syntax):
13405 Improved and unified anchoring at statements. Statements beginning
13406 with comments or labels are now avoided, by going out of
13407 blocks and containing statements if necessary. This nesting
13408 handling also fixes the case when there's a statement after a
13409 block open brace. Added the syntactic symbol `substatement-label'.
13410
13411 (c-electric-colon): Map the new `substatement-label' to
13412 `label' when consulting `c-hanging-colons-alist'.
13413
13414 (c-offsets-alist): Added substatement-label. Updated the
13415 comments for the new anchoring positions at statements.
13416
13417 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
13418 anchor points for knr-argdecl-intro and access-label.
13419 They used to refer to some point on the same line, a bug which was
13420 neutralized by a kludge in `c-get-syntactic-indentation' which
13421 ignored such anchor points.
13422
13423 (c-get-syntactic-indentation): Removed the kludge that was
13424 necessary due to buggy anchor points.
13425
13426 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
13427 the absence of a comma before arglist-close (case 7A) in any
13428 language, since there's nothing better to do that case anyway.
13429 Added special case to make in-expression statements be
13430 recognized as normal arglist-cont if we're directly in a macro
13431 arglist, for consistency with other "bare" statements.
13432
13433 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
13434 limit arg for backward searches.
13435
13436 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13437 Anchor gcc in-expression statements at the surrounding open
13438 parenthesis. Treat a class body as an in-expression class if
13439 it's used in an object clone expression in Pike.
13440
13441 * progmodes/cc-engine.el (c-get-offset)
13442 (c-get-syntactic-indentation): Allow several anchor positions
13443 in the list of syntactic symbols. Only the first is used as
13444 the base for the offset calculation.
13445
13446 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13447
13448 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
13449 macro if inside one at the top level. Do not throw an error
13450 if used at the top level outside a macro.
13451
13452 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
13453 alignment only if the backslashes can't be aligned with
13454 surrounding backslashes.
13455
13456 * progmodes/cc-engine.el (c-end-of-macro): New function.
13457
13458 * progmodes/cc-engine.el (c-least-enclosing-brace):
13459 Rewritten to not be destructive.
13460
13461 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13462
13463 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
13464 line break when point is inside the content of it; if it's in
13465 the cpp keyword a normal line break is done.
13466
13467 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
13468 cpp-macro-cont inside the argument list to a #define.
13469
13470 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13471
13472 * progmodes/cc-defs.el (c-forward-comment): Implemented a
13473 kludge to avoid the problem most forward-comment incarnations
13474 have with `\' together with comment parsing.
13475
13476 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13477
13478 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
13479 which could cause the state returned by `c-parse-state' to
13480 lack a closed paren element. That in turn could result in
13481 very long searches, since it's common that they start from the
13482 last preceding close brace.
13483
13484 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13485
13486 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
13487 treat else-if as a single continuation, since that'd make it
13488 hard to get the right anchor point when there's a line break
13489 between the two keywords. This change causes else-clause to
13490 be anchored on the closest preceding else-if and not always on
13491 the starting if, but that doesn't affect the indentation for
13492 any reasonably sane style. Also introduced a noerror flag.
13493
13494 (c-beginning-of-closest-statement): Removed;
13495 c-beginning-of-statement-1 now avoids the problem this one solved.
13496
13497 * progmodes/cc-engine.el (c-guess-continued-construct)
13498 (c-guess-basic-syntax): Better and more uniform anchor points
13499 for 'statement-cont and 'substatement. The effect is
13500 noticeable mostly when there's a label on the same line as the
13501 beginning of the statement, or when there are more stuff
13502 before the start of the statement.
13503
13504 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13505 Added flag to disable looking at the type of the surrounding paren
13506 since that confuses c-beginning-of-statement-1 and a couple of
13507 other places.
13508
13509 * progmodes/cc-engine.el (c-guess-basic-syntax):
13510 Avoid stepping to the previous statement in case 18.
13511 Improvements in recognition of statement blocks on the top level.
13512
13513 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13514
13515 * progmodes/cc-engine.el (c-beginning-of-statement-1)
13516 (c-crosses-statement-barrier-p): Rewritten to get a well
13517 defined and documented behavior. This fixes some tricky cases
13518 in recognition of do-while constructs.
13519
13520 (c-backward-to-start-of-do, c-backward-to-start-of-if):
13521 Removed; use c-beginning-of-statement-1 instead.
13522
13523 (c-guess-continued-construct, c-guess-basic-syntax):
13524 Various fixes to not depend on the bugs previously in
13525 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
13526 use the new behavior of c-beginning-of-statement-1 better.
13527 Fixed recognition of catch blocks inside macros.
13528
13529 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
13530 in skipping over a macro.
13531
13532 * progmodes/cc-langs.el (c-label-kwds): New variable to
13533 contain the appropriate c-*-label-kwds value.
13534
13535 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
13536 evaluation bug that caused the widget for
13537 c-block-comment-prefix to bug out.
13538
13539 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13540
13541 * progmodes/cc-engine.el (c-guess-basic-syntax):
13542 Improved recognition of statements: They are now recognized in
13543 contexts where they normally can't occur, e.g. on the top level or
13544 in function call arguments. This is mainly useful to recognize
13545 statements in macros at the top level, and in arguments to
13546 macros. The cases has been moved around quite a bit, and case
13547 10 has been copied to case 18. (The cases has not been
13548 renumbered because of this.)
13549
13550 (c-guess-continued-construct): New function which has the
13551 rules which are common between cases 10 and 18.
13552
13553 * progmodes/cc-engine.el (c-beginning-of-statement-1)
13554 (c-backward-to-start-of-do, c-backward-to-start-of-if):
13555 Fixes so that they really obey the passed limits.
13556
13557 (c-safe-position): Return nil if the state doesn't contain a
13558 suitable position.
13559
13560 (c-guess-basic-syntax): Fixes some too short limits in calls
13561 to c-beginning-of-statement-1. Some fixes for top level
13562 analysis in ObjC mode.
13563
13564 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13565 Fixed bug in do-while statements where the body is not a block.
13566
13567 * progmodes/cc-styles.el (c-set-style):
13568 Reset c-special-indent-hook to its global value if in override mode.
13569 Fixes problem where functions on that hook remained after
13570 style switch.
13571
13572 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
13573 Use c-benign-error to report the c-strict-syntax-p error.
13574
13575 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13576
13577 * progmodes/cc-align.el, progmodes/cc-defs.el,
13578 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
13579 Several fixes to treat macros as code and not literals and to
13580 handle line continuations transparently.
13581
13582 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
13583 through whitespace and line continuations, but not comments
13584 and macros.
13585
13586 (c-in-literal): No longer recognizes macros as literals by
13587 default. An extra flag argument is required to do that.
13588
13589 (c-macro-start, c-query-macro-start)
13590 (c-query-and-set-macro-start): Added a cache for the macro
13591 start position.
13592
13593 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
13594 more speed when limits are given. Workaround for bad behavior
13595 in forward-comment in some emacsen when it hits a buffer limit
13596 with a large repeat count.
13597
13598 (c-lineup-macro-cont): Improved behavior when
13599 c-syntactic-indentation-in-macros is nil.
13600
13601 (c-syntactic-indentation-in-macros, c-backslash-max-column)
13602 (c-auto-align-backslashes): New customization variables to
13603 control macro handling.
13604
13605 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
13606 Fixes to handle line continuations.
13607
13608 * progmodes/cc-defs.el, progmodes/cc-styles.el
13609 (c-get-style-variables, c-set-offset): Report style errors
13610 with message and ding instead of error signal. This to avoid
13611 interrupted mode init if there's some style problem.
13612
13613 (c-benign-error): New macro to report errors that doesn't need
13614 to interrupt the operation.
13615
13616 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
13617
13618 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13619
13620 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
13621 Removed most of the c-state-cache fiddling, since the global
13622 state cache now handles this.
13623
13624 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
13625 when there's an open paren at the very first char of the
13626 visible buffer region.
13627
13628 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
13629 Cache the state globally and invalidate it below every buffer
13630 change with the new after change function
13631 `c-check-state-cache'. This gives a considerable performance
13632 boost when editing large functions or classes.
13633
13634 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
13635
13636 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13637
13638 * progmodes/cc-engine.el, progmodes/cc-langs.el,
13639 progmodes/cc-align.el: Improvements to syntactic analysis
13640 inside macros:
13641
13642 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
13643 by `c-guess-basic-syntax'.
13644
13645 (c-parse-state): Fixed bug with braces inside macros when
13646 using cached state info.
13647
13648 (c-forward-to-cpp-expression): New function to aid in
13649 syntactic analysis inside macros.
13650
13651 (c-beginning-of-statement-1, c-backward-syntactic-ws):
13652 Fixes to work better inside macros.
13653
13654 (c-forward-syntactic-ws): Whitespace between the # and the
13655 command should be allowed in preprocessor directives.
13656
13657 (c-lineup-macro-cont): New lineup function to get context
13658 sensitive indentation inside macros.
13659
13660 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
13661 cpp-macro-cont.
13662
13663 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13664
13665 * progmodes/cc-engine.el (c-beginning-of-statement-1)
13666 (c-forward-syntactic-ws): Fixes to handle continued lines.
13667
13668 (c-backward-to-start-of-if, c-guess-basic-syntax):
13669 Do syntactic analysis inside macros.
13670
13671 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13672
13673 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
13674 possible by the more flexible state cache.
13675
13676 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
13677 (c-whack-state-after, c-hack-state)
13678 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
13679 Improved the state cache system. It now can use partial info from
13680 an old cached state to calculate a new one at a different
13681 position. Removed some kludges to avoid the state cache.
13682 The new functions `c-whack-state-before' and `c-whack-state-after'
13683 replace the now obsolete `c-whack-state'.
13684
13685 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13686 Optimized backing through a macro. This can speed things up
13687 quite a bit when there are long macros before point.
13688
13689 (c-beginning-of-macro): Do not ignore the limit.
13690
13691 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13692
13693 * progmodes/cc-cmds.el (c-electric-continued-statement):
13694 Fixed a bug where the keyword wasn't reindented correctly if
13695 followed by another keyword or identifier.
13696
13697 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
13698 pairs that are in macros. Fixes some cases where e.g. the
13699 second of two "do { } while (0)" macros after each other
13700 indented differently.
13701
13702 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13703
13704 * progmodes/cc-engine.el (c-beginning-of-macro)
13705 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
13706 directive when it begins a line, to allow for script
13707 interpreter lines like "#!/usr/bin/pike" at the beginning of
13708 the file.
13709
13710 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13711
13712 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13713 Recognize brace blocks inside a parenthesis expression as
13714 inexpr-statement. Useful when writing statements as macro arguments.
13715
13716 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13717
13718 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
13719 (c-mask-comment): Broke out the comment masking code from
13720 `c-fill-paragraph' to a new function `c-mask-comment', to be
13721 able to do the same thing in `c-do-auto-fill'. This should
13722 make auto-fill-mode behave better.
13723
13724 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13725
13726 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
13727 Check `executing-macro' to avoid blinking parens when macros
13728 are executed.
13729
13730 * progmodes/cc-mode.el, progmodes/cc-styles.el
13731 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
13732 consistency with `c-setup-paragraph-variables' (which was
13733 placed there due to the dependency from `c-set-style').
13734
13735 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
13736 incomplete initialization from the style variable fallbacks if
13737 there already is a style called "user" defined when CC Mode
13738 starts up for the first time.
13739
13740 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13741
13742 * progmodes/cc-cmds.el, progmodes/cc-vars.el
13743 (c-comment-indent, c-indent-comment-alist): Added new variable
13744 `c-indent-comment-alist' to allow better control over
13745 `c-comment-indent'.
13746
13747 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13748
13749 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
13750 both `comment-start-skip' and the comment prefix on the
13751 current line with the comment starter, so that we line up
13752 comments which matches `c-comment-prefix-regexp' on the first
13753 line (after the `/') without the need to make
13754 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
13755
13756 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
13757 (c-set-style-1, c-setup-paragraph-variables): Moved the
13758 variable initialization based on `c-comment-prefix-regexp' to
13759 a new function `c-setup-paragraph-variables', which is now
13760 used both at mode init and when a style that sets
13761 `c-comment-prefix-regexp' is activated.
13762
13763 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13764
13765 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13766 Better handling of C++ template args to avoid confusion with
13767 `<' and `>' used as operators in member init expressions.
13768
13769 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13770
13771 * progmodes/cc-engine.el (c-most-enclosing-brace)
13772 (c-least-enclosing-brace): Added optional second arg to limit
13773 the search to before a certain point.
13774
13775 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
13776 which could cause incorrect analysis if a cached state is used
13777 (usually only happens when an electric key reindents a line).
13778
13779 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13780
13781 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
13782 insulation. This time for XEmacs 21.
13783
13784 * progmodes/cc-engine.el, progmodes/cc-langs.el:
13785 Improved handling of inheritance lists:
13786
13787 (c-beginning-of-inheritance-list): Rewritten to use a more
13788 syntactically correct method that doesn't get confused by
13789 badly placed linebreaks and comments.
13790
13791 (c-guess-basic-syntax): Several fixes to the handling of
13792 inheritance lists in combination with templates. 'inher-intro
13793 is now anchored on the start of the class declaration and not
13794 the indentation of the current line. Switched places on cases
13795 5D.3 and 5D.4 and made them use more syntactically correct methods.
13796
13797 (c-inher-key): Removed since the code in
13798 `c-guess-basic-syntax' now uses token-based search.
13799
13800 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
13801 Added a submenu to access some toggles.
13802
13803 (c-toggle-syntactic-indentation): New function to toggle the
13804 variable `c-syntactic-indentation'.
13805
13806 * progmodes/cc-styles.el (c-set-style): Improved the error
13807 message for incorrect offsets a bit.
13808
13809 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13810
13811 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
13812 sexp follows point immediately, instead find the closest
13813 following open paren that ends on another line.
13814
13815 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13816
13817 * progmodes/cc-align.el (c-lineup-cascaded-calls):
13818 New indentation function.
13819
13820 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
13821 directives with whitespace between the '#' and the name.
13822
13823 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13824
13825 * progmodes/cc-engine.el (c-forward-syntactic-ws)
13826 (c-backward-syntactic-ws): Handle line continuations as
13827 whitespace. Don't move past a macro if that'd take us past
13828 the limit.
13829
13830 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13831
13832 * progmodes/cc-engine.el (c-beginning-of-macro)
13833 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
13834 Pike, and that shouldn't be confused with a preprocessor directive.
13835
13836 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13837
13838 * progmodes/cc-cmds.el: Extended the kludge to interoperate
13839 with the delsel and pending-del packages wrt to the new
13840 function `c-electric-delete-forward'.
13841
13842 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13843
13844 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
13845 the block itself, i.e. only indent the contents in it.
13846
13847 * progmodes/cc-styles.el (c-set-style): Use the default
13848 argument to completing-read instead of initial-contents, if
13849 the function is recent enough to support it.
13850
13851 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13852
13853 * progmodes/cc-mode.el (c-mode-help-address):
13854 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
13855 I've almost never seen a bug reported this way that should go
13856 to that list, but it's rather common that the reports concern
13857 the combination CC Mode and XEmacs instead.
13858
13859 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13860
13861 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
13862 brace-elseif-brace and brace-catch-brace are active and
13863 there's a "else if"-block before the catch block.
13864
13865 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
13866 Detect function headers that span lines.
13867
13868 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13869
13870 * progmodes/cc-cmds.el (c-electric-brace)
13871 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13872 Check for last on line only for doing the auto-newline-mode
13873 stuff, not for the reindentation.
13874
13875 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
13876 handling of c-syntactic-indentation: When it's nil, indent the
13877 new lines but don't reindent the current one. Reindent the
13878 line only when the inserted brace comes first on it, instead
13879 of last.
13880
13881 * progmodes/cc-cmds.el (c-electric-brace)
13882 (c-electric-semi&comma): Fixed two places where
13883 c-syntactic-indentation wasn't heeded.
13884
13885 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
13886 inside a macro.
13887
13888 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
13889 little harder to find a fallback position when an orphan else
13890 is found. Fixed case where an else following a do-while
13891 statement could be associated with an if inside the do-while.
13892
13893 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13894
13895 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
13896 for the fallback to add a single space after the comment prefix.
13897
13898 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
13899 behavior in some special cases, especially for single-line comments.
13900 Avoid breaking up a comment starter or ender.
13901
13902 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13903
13904 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
13905 the Emacs sources to make this work in invisible text.
13906
13907 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
13908 not be confused by a later ':' on the same line as the label.
13909
13910 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13911
13912 * progmodes/cc-cmds.el, progmodes/cc-mode.el
13913 (c-electric-delete, c-electric-delete-forward):
13914 Split `c-electric-delete' into two functions where
13915 `c-electric-delete-forward' always deletes forward and
13916 `c-electric-delete' only contains the code necessary for
13917 XEmacs to choose between backward and forward deletion.
13918 `c-electric-delete-forward' is now bound to C-d to get the
13919 electric behavior on that key too.
13920
13921 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13922
13923 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
13924 use of c-comment-prefix-regexp, which caused an error when
13925 it's a list.
13926
13927 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13928
13929 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
13930 (c-default-style): Removed the hardcoded switch to "java" style
13931 in Java mode. It's instead taken care of by the default value
13932 for c-default-style.
13933
13934 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13935
13936 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
13937 was triggered by equal signs in string literals.
13938
13939 2002-04-21 Kim F. Storm <storm@cua.dk>
13940
13941 * subr.el (insert-buffer-substring-no-properties): New function.
13942 (insert-buffer-substring-as-yank): New function.
13943
13944 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13945
13946 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
13947 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
13948 prefix from scroll commands. Ignore end-of-buffer errors from
13949 other windows.
13950 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
13951 commands.
13952 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
13953 New functions.
13954
13955 * files.el: (auto-mode-alist): .f95 files in f90-mode.
13956
13957 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
13958 a DO statement irrespective of numeric label.
13959
13960 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
13961
13962 * files.el (auto-save-file-name-transforms): Doc fix.
13963 Add third element to "uniquify" filenames.
13964 (make-auto-save-file-name): Use new element of
13965 auto-save-file-name-transforms.
13966 * startup.el (command-line): Add third element to
13967 auto-save-file-name-transforms.
13968
13969 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
13970
13971 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
13972 return value of file-name-completion and file-name-all-completions.
13973
13974 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
13975
13976 * progmodes/f90.el: Update maintainer.
13977 (f90-line-continued): Recognize blank/comment lines embedded in
13978 continuation lines.
13979 (f90-looking-at-program-block-start): No extra indentation after
13980 function or subroutine keyword appears in single quotes.
13981
13982 2002-04-19 Miles Bader <miles@gnu.org>
13983
13984 * custom.el (customize-mark-to-save, customize-mark-as-set)
13985 (custom-quote): Moved here from `cus-edit.el'.
13986 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
13987 (custom-quote): Moved to `custom.el'.
13988
13989 2002-04-18 Richard M. Stallman <rms@gnu.org>
13990
13991 * facemenu.el (list-text-properties-at): Command deleted.
13992
13993 * rect.el (insert-rectangle): Use insert-for-yank.
13994
13995 * register.el (insert-register): Use insert-for-yank.
13996 (describe-register-1): Discard text props in yank-excluded-properties.
13997
13998 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
13999 Fix parts in construction of `menu-item' item at end.
14000
14001 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
14002
14003 * subr.el (insert-for-yank): New function.
14004
14005 * simple.el (yank-excluded-properties): New user option.
14006 (yank-pop, yank): Use insert-for-yank.
14007
14008 2002-04-19 Kim F. Storm <storm@cua.dk>
14009
14010 * simple.el (pop-to-mark-command): Do not set this-command.
14011 (set-mark-command): Always jump to mark when called with arg.
14012
14013 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
14014
14015 * comint.el (comint-watch-for-password-prompt): Remove whitespace
14016 at the beginning of password prompts.
14017
14018 2002-04-18 Andrew Innes <andrewi@gnu.org>
14019
14020 * facemenu.el: Remove require of wid-edit.
14021
14022 2002-04-17 Colin Walters <walters@verbum.org>
14023
14024 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
14025 one window.
14026 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
14027 (ibuffer-current-state-list): Reinstate optional argument; now
14028 just call `point' inside the mapping function.
14029
14030 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
14031
14032 * dired-aux.el (dired-star-subst-regexp)
14033 (dired-quark-subst-regexp): New constants.
14034 (dired-do-shell-command, dired-shell-stuff-it): Use them.
14035 (dired-do-shell-command): Raise an error if both `*' and `?'
14036 substitution marks are used in the same command.
14037 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
14038 in a command given via dired-do-shell-command.
14039
14040 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
14041
14042 2002-04-16 Jason Rumney <jasonr@gnu.org>
14043
14044 * international/mule-cmds.el (locale-preferred-coding-systems):
14045 Add "jpn".
14046
14047 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
14048
14049 * term.el (term-emulate-terminal): Fix last change.
14050
14051 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14052
14053 * bindings.el (mode-line-mode-menu): Update names to reflect
14054 latest changes.
14055
14056 2002-04-16 Mike Williams <mdub@bigfoot.com>
14057
14058 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
14059 compilation error.
14060
14061 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
14062
14063 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
14064 (viper-ex-print-buf-name): New variable.
14065 (viper-ex-print-buf): New variable.
14066 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
14067 (ex-g-marks): New variable.
14068 (ex-print): New function.
14069 (ex-print-display-lines): New function.
14070
14071 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
14072 the cursor color.
14073
14074 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
14075 when the window is not in its own frame.
14076 (ediff-clone-buffer-for-region-comparison): More robust window
14077 arrangement while prompting for regions to compare.
14078 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
14079 (ediff-inferior-compare-regions): Deleted unused vars
14080 ctl-buf and quit-now.
14081
14082 2002-04-15 Richard M. Stallman <rms@gnu.org>
14083
14084 * facemenu.el (facemenu-add-new-face): Use this only for faces.
14085 Delete arg MENU.
14086 (facemenu-add-new-color): New function.
14087 (facemenu-set-foreground, facemenu-set-background):
14088 Use facemenu-add-new-color.
14089
14090 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
14091
14092 * ediff-init.el (ediff-current-diff-face-A)
14093 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14094 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
14095 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
14096 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
14097 (ediff-even-diff-face-B, ediff-even-diff-face-C)
14098 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
14099 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
14100 (ediff-odd-diff-face-Ancestor): Add special color definitions for
14101 tty and MS-DOS displays.
14102
14103 2002-04-15 Andrew Innes <andrewi@gnu.org>
14104
14105 * facemenu.el: Require wid-edit.
14106
14107 2002-04-15 Miles Bader <miles@gnu.org>
14108
14109 * faces.el (highlight): Force foreground to be black on a tty, so
14110 this face is readable on a dark-background tty.
14111 * wid-edit.el (widget-field-face, widget-single-line-field-face):
14112 Likewise.
14113
14114 2002-04-14 Kim F. Storm <storm@cua.dk>
14115
14116 * simple.el (pop-to-mark-command, push-mark-command): New commands.
14117 (set-mark-command): Use them.
14118 Enhanced functionality when command is repeated:
14119 - If first command set the mark (no prefix arg), repeat temporarily
14120 enables transient-mark-mode.
14121 - If first command jumped to mark off ring (with argument),
14122 repeat (with or without arg) jump to next mark off ring.
14123 - Use C-u C-u prefix to set mark after jump.
14124 (exchange-point-and-mark): Temporarily enable transient-mark-mode
14125 if prefix arg.
14126
14127 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14128
14129 * speedbar.el (speedbar-tag-hierarchy-method)
14130 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
14131
14132 2002-04-14 Mike Williams <mdub@bigfoot.com>
14133
14134 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
14135 beginning of buffer.
14136
14137 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14138
14139 * speedbar.el (speedbar-generic-item-info)
14140 (speedbar-sort-tags): Doc fix.
14141 (speedbar-add-supported-extension): Fix typo in interactive spec.
14142
14143 2002-04-13 Colin Walters <walters@verbum.org>
14144
14145 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
14146 only moving one line forward.
14147 (ibuffer-map-lines): Preserve point position even if we delete
14148 lines. Only call mapping functions with buffer and mark
14149 arguments; the other two were unused.
14150 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
14151
14152 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
14153
14154 * calc/calc-bin.el (math-format-radix-float): Use `when'.
14155
14156 * calc/calc.el (math-format-number): Load `calc-ext' before we
14157 call `math-group-float'.
14158
14159 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14160 Renamed from `gamegrid-add-score'.
14161 (gamegrid-add-score-insecure): Restored from the old
14162 `gamegrid-add-score'.
14163 (gamegrid-add-score): Just dispatch on `system-type' to one of the
14164 previous two functions.
14165
14166 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14167
14168 * iswitchb.el: Update commentary to include new function
14169 iswitchb-exclude-nonmatching.
14170
14171 2002-04-12 John Wiegley <johnw@gnu.org>
14172
14173 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
14174 operating systems to the regexp used to detect a script's interpreter.
14175
14176 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
14177
14178 * frame.el (frames-on-display-list): Use `equal' to compare the
14179 `display' frame parameter to the argument DISPLAY.
14180
14181 2002-04-12 Dave Love <fx@gnu.org>
14182
14183 * help.el (string-key-binding): Deal with margin events.
14184
14185 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
14186
14187 * comint.el (comint-password-prompt-regexp): Match " SMB password".
14188
14189 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
14190
14191 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
14192
14193 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
14194
14195 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
14196 (buffer-syntactic-context-depth): New funs.
14197
14198 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
14199 on variables.
14200
14201 * emacs-lisp/debug.el (debug-on-entry): Use push.
14202 (debugger-make-xrefs): Don't assume point-min == 1.
14203
14204 * progmodes/cc-engine.el (c-backward-to-start-of-if):
14205 Don't assume point-min == 1.
14206
14207 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
14208 (etags-list-tags, etags-tags-apropos, select-tags-table):
14209 Don't assume point-min == 1.
14210
14211 2002-04-12 Mike Williams <mdub@bigfoot.com>
14212
14213 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
14214
14215 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
14216
14217 * textmodes/fill.el (fill-context-prefix): Fix up last change.
14218
14219 * simple.el (line-move): Use memq rather than or.
14220 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
14221 (do-auto-fill): Use fill-move-to-break-point.
14222 (syntax-code-table): Remove.
14223
14224 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
14225 Don't add spaces at end of sentences at end of line.
14226 (fill-move-to-break-point): Make sure the result is always greater
14227 than linebeg, so we ensure forward progress.
14228 (fill-region-as-paragraph): Compare to `to' rather than eobp.
14229 (fill-paragraph): Don't rebind fill-paragraph-function.
14230
14231 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14232
14233 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
14234
14235 2002-04-11 Andreas Schwab <schwab@suse.de>
14236
14237 * files.el (file-name-non-special): Handle return value of t from
14238 `file-name-completion'.
14239
14240 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
14241
14242 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
14243 differently to avoid pathological exponential-time case.
14244 (adaptive-fill-regexp): Add ! and %.
14245 (fill-delete-prefix): Remove indentation while removing prefix.
14246 (fill-delete-newlines): Obey sentence-end.
14247 (fill-move-to-break-point, fill-newline): New functions extracted
14248 from fill-region-as-paragraph.
14249 (fill-region-as-paragraph): Use them.
14250 Don't fiddle with fill-indent-according-to-mode.
14251
14252 2002-04-10 Colin Walters <walters@verbum.org>
14253
14254 * play/snake.el (snake-score-file): Default to just "snake-scores".
14255
14256 * play/tetris.el (tetris-score-file): Likewise.
14257
14258 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
14259 use `update-game-score'.
14260
14261 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
14262 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
14263 ourselves; take it as an argument. Caller updated.
14264 (ibuffer-mode): Make mode-class special.
14265
14266 2002-04-10 Richard M. Stallman <rms@gnu.org>
14267
14268 * dired.el (dired-view-command-alist): New variable.
14269 (dired-view-file): Use external viewers for some files names.
14270
14271 * mouse.el (mouse-drag-region-1): Display region highlight
14272 only in the selected window.
14273
14274 * subr.el (remove-hook): When there are no more local hooks,
14275 kill the buffer-local value.
14276
14277 * isearch.el (isearch-mode): Don't call make-frame-visible
14278 if frame is already visible.
14279
14280 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
14281
14282 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
14283
14284 * progmodes/ada-prj.el: Add support for the new project file
14285 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
14286 Fix widget handling for Emacs 21. ada-mode now only supports a single
14287 active project file, instead of one per buffer. This is far less
14288 confusing.
14289
14290 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
14291 (ada-func-or-proc-name): Get real subprogram name, after change in
14292 ada-mode.el.
14293
14294 * progmodes/ada-xref.el: Ada-mode no longer supports a different
14295 project file per buffer. This was too complex. Instead, there is
14296 now a single active project file at any given time, and the user
14297 can switch the active one through the Ada menu. This revision
14298 also provides better handling of the Windows command line, and the
14299 various available shells on that platform. ada-mode is now fully
14300 integrated with the GNU visual debugger gvd, see
14301 http://libre.act-europe.fr.
14302 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
14303 This is only available with GNAT 3.14.
14304 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
14305 (ada-quote-cmd): New function.
14306 (ada-initialize-runtime-library): Get the location of the actual
14307 runtime the compiler will be using, including support for
14308 cross-platform environments.
14309 (ada-treat-cmd-string): Add support for the new variable
14310 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
14311 two commands to run just prior to running the debugger, and just
14312 after starting it. This provide better support for cross-platform
14313 and remote debugging.
14314 (ada-get-absolute-dir): Remove, replace with expand-file-name.
14315 (ada-gdb-application): New parameter executable-name.
14316 (ada-get-ali-file-name): Better handling of separate packages.
14317 Checkin on behalf of the ada-mode maintainer.
14318
14319 * progmodes/ada-mode.el (ada-case-exception-file)
14320 (ada-indent-handle-comment-special): New variables.
14321 (ada-case-exception-substring): New variable. Casing exceptions
14322 can now also be defined for substrings, in addition to full
14323 identifier names. This provides more flexibility.
14324 (ada-align-list): New fun, provide support for align.el in ada-mode.
14325 (ada-procedure-start-regexp): Add support for operators and
14326 generic formal subprograms and packages.
14327 (ada-imenu-comment-re): New variable.
14328 (ada-imenu-generic-expression): Add support for protected types.
14329 (ada-mode): Set comment-start only after running ada-mode-hook, so
14330 that the user can change ada-comment-start in the hook.
14331 Add support for ispell in comments. Add support for align.el.
14332 (ada-save-exception-file, ada-create-case-exception-substring)
14333 (ada-adjust-case-substring): New functions.
14334 (ada-get-current-indent): Properly handles keywords with uppercases.
14335 (ada-goto-matching-end): Rewritten, fixes problems in the handling
14336 of nested blocks.
14337 (ada-untab-hard): Do not touch the contents of comments and strings.
14338
14339 2002-04-09 Mike Williams <mdub@bigfoot.com>
14340
14341 * textmodes/sgml-mode.el (sgml-lexical-context):
14342 Use sgml-parse-tag-backward to find start point.
14343 (sgml-looking-back-at): Doc fix.
14344
14345 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14346
14347 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
14348 for prompt.
14349
14350 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
14351
14352 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
14353 Use define-minor-mode.
14354 (auto-revert-buffers): Use with-current-buffer.
14355 Avoid changing the minor modes.
14356
14357 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
14358 rather than char-to-string since last-input-char can be any event.
14359
14360 * international/titdic-cnv.el (tit-dictionary):
14361 Use defvar for non-constants.
14362
14363 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
14364 (global-cwarn-mode): Use easy-mmode-define-global-mode.
14365 (cwarn-font-lock-keywords): New function.
14366 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
14367 (cwarn-font-lock-match): New macro.
14368 (cwarn-font-lock-match-assignment-in-expression)
14369 (cwarn-font-lock-match-dangerous-semicolon)
14370 (cwarn-font-lock-match-reference): Use it.
14371
14372 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
14373 Use defvar rather than defconst since it's meant to be settable.
14374 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
14375 (cperl-fix-line-spacing): Add missing \ in [ t].
14376
14377 * loadup.el: Call ucs-unify-8859 directly rather than
14378 unify-8859-on-encoding-mode.
14379 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
14380
14381 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
14382 (sgml-mode): Use it for comment-line-break-function.
14383
14384 2002-04-08 Jason Rumney <jasonr@gnu.org>
14385
14386 * international/mule-cmds.el (reset-language-environment):
14387 Handle coding-systems not being defined yet.
14388
14389 2002-04-08 Sam Steingold <sds@gnu.org>
14390
14391 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
14392 (vc-cvs-checkin): Use it.
14393
14394 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14395
14396 * files.el (display-time-string): Fix last change.
14397
14398 2002-04-07 Sam Steingold <sds@gnu.org>
14399
14400 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
14401
14402 2002-04-07 Jason Rumney <jasonr@gnu.org>
14403
14404 * international/mule-cmds.el (set-default-coding-systems)
14405 (reset-language-environment): Preserve eols on
14406 default-process-coding-system.
14407 (coding-system-change-text-conversion): Fix case where CODING is nil.
14408
14409 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14410
14411 * subr.el (play-sound): Move here from simple.el.
14412
14413 * simple.el (play-sound): Move to subr.el.
14414
14415 2002-04-06 Richard M. Stallman <rms@gnu.org>
14416
14417 * files.el (display-time-string-forms): Mark as risky.
14418
14419 * enriched.el (enriched-decode-foreground, enriched-decode-background):
14420 Use proper format for desired elts of `face' property.
14421 Don't test display-color-p; make the properties unconditionally.
14422
14423 * progmodes/compile.el (compilation-error-regexp-alist):
14424 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
14425
14426 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
14427
14428 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
14429 for customization type.
14430 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
14431
14432 2002-04-06 Mike Williams <mdub@bigfoot.com>
14433
14434 * textmodes/xml-lite.el: Remove.
14435
14436 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14437
14438 * simple.el (play-sound): New function (uses play-sound-internal).
14439
14440 2002-04-04 Richard M. Stallman <rms@gnu.org>
14441
14442 * files.el (mode-line-format, mode-line-modified)
14443 (mode-line-mule-info, mode-line-buffer-identification)
14444 (mode-line-modes, mode-line-position): Explicitly mark as risky.
14445 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
14446
14447 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
14448
14449 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
14450 Use (syntax-table), not old-syntax-table.
14451
14452 * enriched.el (enriched-decode-foreground)
14453 (enriched-decode-background): Don't call facemenu-get-face.
14454
14455 2002-04-04 Mike Williams <mdub@bigfoot.com>
14456
14457 * textmodes/sgml-mode.el: Add missing require.
14458 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
14459
14460 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14461
14462 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
14463 spot indicated by text property `cvs-goal-column', if present.
14464
14465 * pcvs-info.el (cvs-fileinfo-pp): Use text property
14466 `cvs-goal-column' to indicate position of file name (if present).
14467
14468 2002-04-03 Richard M. Stallman <rms@gnu.org>
14469
14470 * mail/mailabbrev.el (mail-abbrev-complete-alias):
14471 Call mail-abbrev-make-syntax-table.
14472
14473 * format.el (format-deannotate-region): Doc fix.
14474
14475 * enriched.el (enriched-face-ans): Delete special treatment
14476 for fg:... and bg:... faces.
14477 (enriched-decode-foreground): Return a list that specifies
14478 the foreground color, rather than creating a face.
14479 (enriched-decode-background): Likewise.
14480
14481 * shell.el (shell-mode): Don't reinit comint-input-ring
14482 if that was already done.
14483
14484 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
14485
14486 * solar.el (solar-spring-or-summer-season): Delete.
14487 (solar-northern-spring-or-summer-season): New variable.
14488 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
14489 Rewrite.
14490
14491 * solar.el (diary-sabbath-candles-minutes): New variable.
14492 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
14493
14494 * calendar.el (update-calendar-mode-line): Force mode-line update.
14495 Make date under the cursor available as `date' in
14496 calendar-mode-line-format.
14497 Eval items in calendar-mode-line-format list.
14498
14499 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
14500 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
14501
14502 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
14503
14504 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
14505 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
14506 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14507 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
14508
14509 * cal-tex.el: Change all instances (interactive "P") to
14510 (interactive "p").
14511 (cal-tex-cursor-month): Add hfill and newline at end of month that
14512 ended on Saturday.
14513 (cal-tex-preamble): Change to LaTeX2e.
14514 (cal-tex-cursor-filofax-year): Don't use default month names in
14515 LaTeX macros in case user changes them.
14516 (cal-tex-month-name): New function. Used throughout in case user
14517 has done something funny with month names.
14518
14519 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
14520 (diary-rosh-hodesh): Spelling correction.
14521
14522 2002-04-03 Mike Williams <mdub@bigfoot.com>
14523
14524 * textmodes/sgml-mode.el (sgml-lexical-context)
14525 (sgml-parse-tag-backward): Extend support for CDATA to include
14526 conditional sections.
14527
14528 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14529
14530 * cus-start.el: Rename `autoselect-window' to
14531 `mouse-autoselect-window'.
14532
14533 2002-04-02 Richard M. Stallman <rms@gnu.org>
14534
14535 * files.el (hack-one-local-variable):
14536 Clear text props from string value.
14537
14538 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
14539
14540 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14541 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
14542 Use regexp-opt.
14543 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
14544 from F95.
14545 (f90-procedures-re): Add `null' and `cpu_time' from F95.
14546 (f90-font-lock-keywords-1): Minor reorganization so we don't need
14547 `override' any more.
14548 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
14549 (f90-indent-subprogram): Use indent-region.
14550 (f90-break-line): Use indent-according-to-mode.
14551
14552 2002-04-02 Mike Williams <mdub@bigfoot.com>
14553
14554 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
14555 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
14556 (sgml-get-context): Remove use of sgml-inside-tag-p.
14557 (sgml-inside-tag-p): Remove.
14558 (sgml-looking-back-at): Short-circuit at beg of buffer.
14559 (sgml-lexical-context, sgml-calculate-indent): Add support for
14560 CDATA sections.
14561
14562 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
14563
14564 * help.el (help-key-description): New fun.
14565 (describe-key-briefly, describe-key): Use it and
14566 this-single-command-raw-keys plus new arg `untranslated'.
14567
14568 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
14569 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
14570 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
14571 (sgml-insert-end-tag): New funs taken from xml-lite.el.
14572 (sgml-calculate-indent): Use them.
14573 (sgml-slash-matching): Rename from sgml-slash.
14574 (sgml-slash): Copied from xml-lite and changed to use
14575 sgml-slash-matching and sgml-quick-keys.
14576
14577 * international/mule-cmds.el (standard-keyboard-coding-systems):
14578 Add koi8-u and koi8-r.
14579
14580 * eshell/.cvsignore: New file.
14581
14582 * eshell/esh-groups.el: Remove.
14583
14584 * progmodes/tcl.el: Change maintainer.
14585 (tcl-electric-hash-style): Change default to nil.
14586 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
14587 (tcl-do-auto-fill): Remove.
14588 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
14589
14590 2002-04-01 Mike Williams <mdub@bigfoot.com>
14591
14592 * textmodes/sgml-mode.el: Doc fixes.
14593 (sgml-mode): Set indent-line-function to sgml-indent-line.
14594 (sgml-calculate-indent): Add an explicit check for 'text syntax,
14595 to protect against future enhancements to sgml-lexical-context.
14596 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
14597
14598 * textmodes/xml-lite.el: Removed much redundant stuff.
14599 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
14600 always start within text. Make use of sgml-unclosed-tag-p.
14601
14602 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
14603
14604 * tcl.el (tcl-imenu-generic-expression): New value.
14605 (tcl-imenu-create-index-function): Function deleted.
14606 (tcl-mode): Check for filladapt-mode.
14607 Use tcl-imenu-generic-expression instead of
14608 tcl-imenu-create-index-function.
14609 (inferior-tcl-mode): Doc fix.
14610 Change not legally significant.
14611
14612 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14613
14614 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
14615
14616 * window.el (handle-select-window): New function.
14617 Update copyright.
14618
14619 2002-04-01 Richard M. Stallman <rms@gnu.org>
14620
14621 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
14622
14623 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
14624 tool-bar-add-item, and new arg MAP.
14625 (tool-bar-add-item): Now calls tool-bar-local-item.
14626 (tool-bar-local-item-from-menu): Renamed from
14627 tool-bar-add-item-from-menu, and new arg IN-MAP.
14628 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
14629
14630 * help-fns.el (help-with-tutorial): Allow various ways
14631 to specify the text in the [...] line, in handling the <...> line.
14632
14633 * progmodes/idlw-rinfo.el (idlwave-system-routines):
14634 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
14635
14636 * subr.el (redraw-modeline): Define alias.
14637
14638 2002-03-31 Richard M. Stallman <rms@gnu.org>
14639
14640 * files.el (file-expand-wildcards): Use save-match-data.
14641
14642 * files.el (format-alist): Mark as risky.
14643
14644 * simple.el (kill-new): Doc fix.
14645
14646 * emacs-lisp/byte-opt.el (side-effect-free-fns)
14647 (side-effect-and-error-free-fns): Add many functions, remove some.
14648
14649 2002-03-30 Richard M. Stallman <rms@gnu.org>
14650
14651 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
14652
14653 2002-03-30 Eli Zaretskii <eliz@gnu.org>
14654
14655 * font-lock.el (save-buffer-state): Fix last change.
14656
14657 * files.el (auto-save-file-name-transforms): Fix last change.
14658
14659 * startup.el (command-line): Fix last change.
14660
14661 2002-03-29 Richard M. Stallman <rms@gnu.org>
14662
14663 * subr.el (play-sound-file): Moved to simple.el.
14664
14665 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
14666
14667 2002-03-29 Colin Walters <walters@verbum.org>
14668
14669 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
14670 instead of `forward-line'.
14671 (ibuffer-forward-line): Be sure to skip over special properties
14672 before moving, too.
14673
14674 * calc/calc.el (calc-was-split): Var deleted.
14675 (calc): Remove reference to it.
14676 (calc): Ditto.
14677 (calc-quit): Ditto.
14678 (calc-init-base): Ditto.
14679
14680 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
14681
14682 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
14683
14684 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
14685 instead of nil when point is outside of any tag.
14686 (sgml-beginning-of-tag): Adjust to the change.
14687 (sgml-calculate-indent): Use the new info returned by
14688 sgml-lexical-context. Try to handle unclosed tags.
14689
14690 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
14691 at unclosed tags unless it is at indentation.
14692 Kill nested unclosed tags.
14693 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
14694 (xml-lite-mode): Use sgml-indent-line instead.
14695
14696 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
14697
14698 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
14699 expand-file-name.
14700
14701 * startup.el (command-line): Recompute auto-save-file-name-transforms
14702 using the updated value of temporary-file-directory.
14703
14704 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
14705
14706 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
14707 even with an empty context. Don't save excursion any more.
14708 Don't complain about unmatched start-tags in sgml-unclosed-tags.
14709 Ignore end-tags in sgml-empty-tags.
14710 (xml-lite-get-context, xml-lite-calculate-indent)
14711 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
14712 (xml-lite-indent-line): Use back-to-indentation.
14713
14714 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
14715 (sgml-name-re, sgml-attrs-re): New consts.
14716 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
14717 (sgml-mode): Use them.
14718 (sgml-lexical-context): Default to (point-min) if nothing else works.
14719 (sgml-calculate-indent): Indent slightly differently.
14720 (sgml-indent-line): Use back-to-indentation.
14721 (sgml-parse-dtd): New function.
14722 (sgml-unclosed-tags): New var.
14723 (html-mode): Set it.
14724
14725 2002-03-29 Simon Marshall <simon.marshall@misys.com>
14726
14727 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
14728
14729 2002-03-29 Richard M. Stallman <rms@gnu.org>
14730
14731 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
14732 Use FILTER arg in dired-get-marked-files to exclude directories.
14733 (dired-nondirectory-p): New function.
14734
14735 * dired.el (dired-get-marked-files): New arg FILTER
14736 allows selection of some files.
14737
14738 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
14739
14740 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
14741
14742 * speedbar.el (speedbar-default-directory-list): Made robust
14743 against deleted directories.
14744
14745 2002-03-28 Richard M. Stallman <rms@gnu.org>
14746
14747 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
14748 Bindings changed.
14749
14750 * progmodes/compile.el (compilation-handle-exit):
14751 If compilation-window-height is 0, display status in echo area.
14752
14753 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
14754
14755 * rect.el (replace-rectangle): Add autoload.
14756
14757 * files.el: Mark many more variables as risky.
14758 (hack-one-local-variable): Recognize several additional
14759 patterns as risky.
14760
14761 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
14762
14763 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
14764
14765 * textmodes/xml-lite.el (xml-lite-in-string-p):
14766 Use sgml-lexical-context.
14767 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
14768 (xml-lite-get-context): Check that open/close tags match.
14769 Don't stop scanning while we're ignoring matching tags.
14770
14771 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
14772 (sgml-mode-syntax-table): Use it.
14773 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
14774 (sgml-tags-invisible): Use it.
14775 (sgml-lexical-context): New fun.
14776 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
14777 (sgml-quote): Accept \n as entity reference terminator.
14778 (sgml-calculate-indent, sgml-indent-line): New funs.
14779
14780 2002-03-28 Andre Spiegel <spiegel@gnu.org>
14781
14782 * vc-cvs.el (vc-cvs-global-switches): New user option.
14783 (vc-cvs-command): New function. Update all callers of
14784 `vc-do-command' in vc-cvs.el to use this instead.
14785
14786 2002-03-27 Andrew Innes <andrewi@gnu.org>
14787
14788 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
14789 relying on shell globbing.
14790
14791 2002-03-27 Colin Walters <walters@debian.org>
14792
14793 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
14794 (ibuffer-fontification-alist): Use it.
14795 (ibuffer-backward-line): Handle `ibuffer-summary' area.
14796 (ibuffer-forward-line): Ditto.
14797
14798 * ibuf-ext.el (sorter mode-name): Doc fix.
14799 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
14800 (operation query-replace): Use new `noerror' arg for
14801 `query-replace-read-args'.
14802 (operation query-replace-regexp): Ditto.
14803
14804 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
14805
14806 * textmodes/xml-lite.el: Fix copyright notice.
14807 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
14808 (xml-lite-indent-comment-offset): Remove.
14809 (xml-lite-calculate-indent): Use new name. Use natural alignment
14810 for comments.
14811 (xml-lite-in-string-p): Simplify.
14812
14813 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14814
14815 * allout.el (outline-layout): Doc fix.
14816
14817 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
14818
14819 * textmodes/xml-lite.el: Don't require `custom'.
14820 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
14821 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
14822 (xml-lite-get-context): Drop nested tags not just for comments.
14823 (xml-lite-indent-line): Be more careful about moving point.
14824 (xml-lite-insert-end-tag, xml-lite-slash):
14825 Use indent-according-to-mode instead of xml-lite-indent-line.
14826 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
14827 Set sgml-xml-mode. Don't call force-mode-line-update.
14828 (xml-lite-mode-map): Don't bind TAB.
14829
14830 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
14831
14832 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
14833 parameter value.
14834 (gud-jdb-build-source-files-list): Comment clarification.
14835 (gud-jdb-massage-args): Reworked into loop-based argument list
14836 processing in order to support -classpath and -sourcepath argument
14837 processing.
14838 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
14839 to gud-jdb-classpath to obtain search list.
14840 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
14841 directory names in classpath/sourcepath lists, update comment.
14842 (jdb): Add setting of gud-jdb-sourcepath, update comment.
14843 (gud-find-class): Add gud-jdb-sourcepath use, and correct
14844 behaviour for the case when classpath is not used--backward
14845 compatibility fix.
14846
14847 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
14848
14849 * Makefile.in (compile, compile-always): Don't try to compile
14850 non-existent files or files in empty directories.
14851
14852 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
14853
14854 * compare-w.el (compare-windows-whitespace): Match all whitespace.
14855
14856 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
14857 copy of standard Lisp directories.
14858
14859 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
14860 Support "next has longname" link type.
14861
14862 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
14863
14864 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
14865 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
14866 New functions.
14867 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
14868 (end-of-xml-tag): Remove.
14869 (xml-lite-get-context): Better handling of comments.
14870 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
14871 (xml-lite-parse-tag-backward): Rewrite.
14872
14873 2002-03-26 Juanma Barranquero <lektu@terra.es>
14874
14875 * makefile.w32-in (WINS): Add the toolbar directory.
14876
14877 2002-03-26 Richard M. Stallman <rms@gnu.org>
14878
14879 * subr.el (substring-no-properties): Function deleted (now in C).
14880
14881 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14882
14883 * mwheel.el (mouse-wheel-mode): Use global-set-key and
14884 global-unset-key.
14885
14886 2002-03-24 Richard M. Stallman <rms@gnu.org>
14887
14888 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
14889
14890 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
14891 to query-replace-read-args.
14892
14893 * progmodes/compile.el (compilation-forget-errors):
14894 Don't adjust compilation-parsing-end if it's nil.
14895
14896 * replace.el (query-replace-read-args): New optional arg NOERROR.
14897 (perform-replace): Use save-window-excursion around recursive edit.
14898
14899 2002-03-24 Colin Walters <walters@verbum.org>
14900
14901 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
14902 non-nil, then always use another window.
14903
14904 2002-03-24 Gerd Moellmann <gerd@gnu.org>
14905
14906 * subr.el (macro-declaration-function): New function. Set the
14907 variable macro-declaration-function to it.
14908
14909 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14910 Handle declarations in macro definitions.
14911
14912 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
14913
14914 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
14915
14916 * enriched.el (enriched-face-ans): Support FACE of the form
14917 (:foreground COLOR) and (:background COLOR).
14918 (enriched-decode-foreground, enriched-decode-background): Set the
14919 fore- and background colors of the faces we create, since facemenu
14920 doesn't.
14921
14922 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14923
14924 * mwheel.el (mouse-wheel-mode): Use the result of
14925 current-global-map instead of the variable `global-map'.
14926
14927 2002-03-23 Richard M. Stallman <rms@gnu.org>
14928
14929 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
14930 broken out of sendmail-pre-abbrev-expand-hook.
14931 (sendmail-pre-abbrev-expand-hook): Use it.
14932
14933 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
14934
14935 * Makefile.in (finder-inf.el): Remove.
14936 (finder-data): Don't depend on finder-inf.el any more.
14937 (compile, compile-always): Handle the case where some files
14938 from DONTCOMPILE are missing (it tried to compile them).
14939 (bootstrap-clean): Use src/emacs only if executable.
14940 (bootstrap): Update subdirs.el and finder-inf.el.
14941
14942 * finder.el: Don't load finder-inf.el during byte-compilation.
14943
14944 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
14945 Don't consider cvs-removed files as under VC control.
14946 VC wouldn't handle them properly anyway and it confuses
14947 vc-file-not-found-hook.
14948
14949 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
14950 Add autoload cookie.
14951
14952 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
14953
14954 * calendar/calendar.el (calendar): Doc fix.
14955
14956 2002-03-22 Juanma Barranquero <lektu@terra.es>
14957
14958 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
14959 (gomoku-font-lock-X-face): Likewise.
14960 (gomoku-font-lock-keywords): Use faces instead of variables.
14961
14962 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
14963
14964 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
14965
14966 2002-03-21 Kim F. Storm <storm@cua.dk>
14967
14968 * simple.el (open-network-stream, open-network-stream-nowait)
14969 (open-network-stream-server): Use featurep to test for
14970 supported networking features.
14971
14972 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
14973
14974 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
14975 directions as the last action.
14976
14977 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14978
14979 * startup.el (fancy-splash-tail, normal-splash-screen):
14980 Update copyright.
14981
14982 * novice.el (disabled-command-hook): Clarify output text to match
14983 prompt.
14984
14985 2002-03-20 Jason Rumney <jasonr@gnu.org>
14986
14987 * frame.el (display-images-p): Do not explicitly check display type.
14988
14989 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
14990
14991 * mail-utils.el:
14992 Eliminate compilation warnings due to `rfc822-addresses'.
14993 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
14994 warning free compile.
14995
14996 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
14997
14998 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
14999 Take the current highlighting style into account.
15000 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
15001 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
15002
15003 * ediff-init.el (ediff-patch-job): New macro.
15004
15005 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
15006 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
15007
15008 * ediff-ptch.el (ediff-map-patch-buffer):
15009 Use ediff-make-new-meta-list-header.
15010 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
15011
15012 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
15013 (ediff-select-difference): Take highlighting style into account.
15014 (ediff-clone-buffer-for-region-comparison): New function.
15015 (ediff-inferior-compare-regions): Added comparison of current diff
15016 regions.
15017
15018 * ediff.el (ediff-clone-buffer-for-region-comparison)
15019 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
15020
15021 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
15022
15023 * mail-utils.el (rmail-dont-reply-to):
15024 Overhaul to correctly apply the regular
15025 expressions in the variable `rmail-dont-reply-to-names' to the list of
15026 destination addresses. Contributed by lorentey@elte.hu.
15027
15028 * rmail.el (rmail-dont-reply-to-names):
15029 Modify the documentation to make it email
15030 address centric rather than login name centric. Contributed by
15031 lorentey@elte.hu.
15032
15033 2002-03-18 Colin Walters <walters@verbum.org>
15034
15035 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
15036 we don't require `cl' at runtime.
15037 (sorting mode mode-name): Don't take the symbol-name of a string.
15038
15039 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
15040 line after setting the mark.
15041 (ibuffer-insert-buffers-and-marks): Invert the test for
15042 `ibuffer-sorting-reversep'.
15043
15044 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
15045
15046 * international/ucs-tables.el (unify-8859-on-decoding-mode)
15047 (unify-8859-on-encoding-mode): Remove autoload cookie.
15048
15049 2002-03-18 Andre Spiegel <spiegel@gnu.org>
15050
15051 * vc-rcs.el (vc-rcs-register): Fix handling of
15052 vc-[rcs-]register-switches.
15053 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
15054 Variables removed, since they weren't used yet.
15055
15056 * vc-cvs.el (vc-cvs-register): Fix handling of
15057 vc-[cvs-]register-switches.
15058
15059 * vc-sccs.el (vc-sccs-register): Fix handling of
15060 vc-[sccs-]register-switches.
15061
15062 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
15063
15064 * loadup.el ("emacs-lisp/backquote"): Load earlier.
15065 ("international/ucs-tables"): Load and turn on
15066 unify-8859-on-encoding-mode unconditionally.
15067 (emacs-version): Use `defconst' rather than `setq'.
15068
15069 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
15070
15071 2002-03-18 Richard M. Stallman <rms@gnu.org>
15072
15073 * menu-bar.el (menu-bar-options-menu): Cope if
15074 text-mode-hook is not a list.
15075
15076 2002-03-17 Richard M. Stallman <rms@gnu.org>
15077
15078 * emulation/pc-select.el (pc-selection-mode):
15079 Alter the existing global map, don't replace it.
15080
15081 * files.el (list-directory): Set default-directory at the end.
15082
15083 * dabbrev.el (dabbrev--goto-start-of-abbrev):
15084 Put a limit on field-beginning search.
15085
15086 2002-03-17 Simon Josefsson <jas@extundo.com>
15087
15088 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
15089 (browse-url-mosaic): Use it.
15090
15091 * net/browse-url.el (browse-url-filename-alist): Don't begin
15092 docstring with *, you don't want to set this one with M-x set-variable.
15093
15094 * net/browse-url.el: Put * in user option doc strings.
15095
15096 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
15097
15098 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
15099 (sgml-xml-guess): Simplify.
15100 (sgml-mode-common): Remove (move into sgml-mode).
15101 (sgml-mode): Add code from sgml-mode-common.
15102 Remove redundant setting of indent-line-function.
15103 Don't set skeleton-transformation when in XML mode.
15104
15105 * international/mule-diag.el (describe-char-after):
15106 Use `internal-describe-syntax-value' again (got lost somewhere).
15107
15108 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
15109 Use unify-8859-on-decoding-mode.
15110 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
15111 (ucs-insert): Give an error if the unicode char can't be created.
15112
15113 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
15114 (cvs-parse-status): Handle the "used to have a conflict" marker.
15115
15116 2002-03-17 Kim F. Storm <storm@cua.dk>
15117
15118 The following changes are related to the enhanced network process
15119 support.
15120
15121 * simple.el: Update copyright.
15122 (clone-process): Use make-network-process to clone network
15123 processes. Get command list via (process-contact ... t).
15124 Use set-process-query-on-exit-flag and process-query-on-exit-flag
15125 instead of process-kill-without-query.
15126 (open-network-stream): Replaces C-version from process.c.
15127 (open-network-stream-nowait, open-network-stream-server): New funs.
15128 (process-kill-without-query): Replaces C-version from process.c.
15129
15130 * files.el: Update copyright.
15131 (save-buffers-kill-emacs): Also check for active server
15132 processes. Use process-query-on-exit-flag. Only list processes
15133 which has the query-on-exit flag set in connection with user query.
15134
15135 * shadowfile.el: Update copyright.
15136 (shadow-save-buffers-kill-emacs): Also check for active server
15137 processes. Use process-query-on-exit-flag.
15138
15139 2002-03-16 Simon Marshall <simon.marshall@misys.com>
15140
15141 * imenu.el (imenu-menubar-modified-tick): Renamed from
15142 imenu-update-menubar-modified-tick.
15143 (imenu-update-menubar): Update imenu-menubar-modified-tick
15144 whenever outer condition succeeds.
15145
15146 * lazy-lock.el (save-buffer-state):
15147 Bind inhibit-modification-hooks and buffer-file-truename
15148 instead of before-change-functions and after-change-functions.
15149
15150 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
15151
15152 * international/codepage.el (codepage-setup): Don't define a
15153 codepage if it is already defined.
15154
15155 * textmodes/po.el (po-content-type-charset-alist): Convert the
15156 car of each association to a string.
15157 (po-find-file-coding-system-guts): If the charset matches a name
15158 of a codepage, set up that codepage and return it as a coding
15159 system to decode the file.
15160 (po-find-charset): Search for the Charset= header even if we've
15161 read less than 4KB.
15162 <top-level>: Remove the setup for all known codepages: it seems
15163 to cause crashes in the CCL driver.
15164
15165 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15166
15167 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
15168 (bibtex-entry-field-alist): Doc fix.
15169
15170 2002-03-16 Richard M. Stallman <rms@gnu.org>
15171
15172 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
15173 Move definition above cperl-outline-regexp.
15174
15175 * bindings.el (mode-line-mule-info): In computing help-echo prop,
15176 avoid using save-window-excursion. And compile the function.
15177
15178 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
15179
15180 * files.el (load-completion): New function.
15181 (load-library): Use it.
15182
15183 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15184
15185 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
15186 to match the actual code.
15187
15188 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
15189
15190 * textmodes/po.el (po-find-file-coding-system-guts):
15191 Use with-temp-buffer instead of po-with-temp-buffer.
15192
15193 * international/mule-conf.el (file-coding-system-alist): Add an
15194 association for PO files.
15195
15196 * textmodes/po.el: New file.
15197
15198 2002-03-15 Gerd Moellmann <gerd@gnu.org>
15199
15200 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15201 Fix simple loop indentation.
15202
15203 2002-03-14 Miles Bader <miles@gnu.org>
15204
15205 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
15206
15207 2002-03-14 Richard M. Stallman <rms@gnu.org>
15208
15209 * textmodes/picture.el (picture-insert)
15210 (picture-clear-column, picture-draw-rectangle):
15211 Use move-to-column, not move-to-column-force.
15212
15213 * dired.el (dired-readin): Clear out undo list.
15214 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
15215 (dired-delete-entry): New function.
15216 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
15217 and dired-delete-entry, to update this buffer (and others).
15218
15219 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
15220
15221 * facemenu.el (facemenu-add-new-face):
15222 Pass region args to facemenu-set-face, when there is a region.
15223 (facemenu-set-foreground, facemenu-set-background)
15224 (facemenu-add-face): Doc fixes.
15225
15226 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
15227
15228 2002-03-14 Miles Bader <miles@gnu.org>
15229
15230 * emacs-lisp/debug.el: Require `button'.
15231 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
15232 to get TAB and <backtab> bindings.
15233
15234 * net/rlogin.el (rlogin-carriage-filter): Function removed.
15235 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
15236 comint removes carriage returns itself now.
15237
15238 * rfn-eshadow.el (rfn-eshadow-update-overlay):
15239 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
15240 getting hosed by our own intangible property.
15241
15242 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
15243
15244 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
15245 Add fortran-comment-line-start-skip to comment-start-skip.
15246 (fortran-comment-indent): Keep whole-line comments in column 0.
15247 (fortran-find-comment-start-skip): New arg `all'.
15248 If ALL is nil, make sure we only match comment-start-skip if we
15249 can't match fortran-comment-line-start-skip.
15250 Fix bug that made it return t but without moving point when
15251 matching '!'! (a false-comment followed by a real comment).
15252 (fortran-indent-comment): Use new `all' argument above.
15253 Be careful not to add an incorrect comment-starter like "C"
15254 in comment-column.
15255 (fortran-split-line): When splitting a comment, reuse the comment
15256 starter from the current line rather than fortran-comment-line-start.
15257 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
15258 cleaner behavior of fortran-find-comment-start-skip.
15259 (fortran-fill): Don't be confused by ! inside a comment.
15260 (fortran-break-line): Minor cleanup and simplification.
15261
15262 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
15263
15264 * progmodes/etags.el (tag-exact-file-name-match-p)
15265 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
15266 simpler regexp.
15267
15268 2002-03-12 Colin Walters <walters@debian.org>
15269
15270 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
15271 redisplaying a line.
15272
15273 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15274
15275 * term/x-win.el (emacs-session-restore): Take previous id as
15276 an argument.
15277 (emacs-session-save): Add comment that return t means cancel shutdown
15278
15279 * startup.el (command-line): Must check that x-session-previous-id
15280 is bound also, for non-X platforms.
15281
15282 2002-03-12 Gerd Moellmann <gerd@gnu.org>
15283
15284 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
15285 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
15286 New user options.
15287 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
15288 (common-lisp-indent-function-1): Renamed from
15289 common-lisp-indent-function.
15290 (common-lisp-indent-function): Handle loop forms specially.
15291 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
15292 (lisp-backquote-indentation): New user option.
15293
15294 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
15295
15296 * progmodes/etags.el (tag-exact-file-name-match-p)
15297 (tag-file-name-match-p, tag-partial-file-name-match-p):
15298 Assume that the header of a tags section has either a number
15299 or nothing after the last comma.
15300
15301 2002-03-11 Richard M. Stallman <rms@gnu.org>
15302
15303 * imenu.el (imenu-update-menubar-modified-tick): New variable.
15304 (imenu-update-menubar): Don't call imenu--make-index-alist
15305 if buffer has not changed since last time.
15306
15307 * desktop.el (desktop-buffer-handlers): Doc fix.
15308 (desktop-buffer-file): Explicitly return BUF.
15309
15310 * paren.el (show-paren-function): Move back in other direction
15311 to verify the match is correct.
15312
15313 * mail/supercite.el (sc-select-attribution): Accept whatever value
15314 we get in CHOICE; there is no value meaning "try again".
15315
15316 2002-03-11 Colin Walters <walters@verbum.org>
15317
15318 * shell.el (toplevel): Revert previous change to use pcomplete.
15319 (shell-mode): Ditto.
15320 (shell-pcomplete-setup-done): Remove.
15321 (shell-pcomplete): Ditto.
15322 (shell-pcomplete-reverse): Ditto.
15323
15324 * comint.el: Remove documentation on setting up pcomplete.
15325
15326 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15327
15328 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
15329 item. Doc fix.
15330
15331 * image.el (image-type-from-file-header): Make temporary buffer
15332 unibyte.
15333
15334 * subr.el (add-to-list): Doc fix.
15335
15336 2002-03-11 Miles Bader <miles@gnu.org>
15337
15338 * pcomplete.el (pcomplete-entries): Expand environment variables
15339 in filename.
15340
15341 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
15342
15343 * play/mpuz.el: Use defface instead of facemenu-get-face.
15344
15345 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15346
15347 * startup.el (command-line): Add call to emacs-session-restore if
15348 both x-session-id and x-session-previous-id are strings.
15349
15350 * term/x-win.el (x-handle-smid): New function.
15351 (emacs-session-filename): New function.
15352 (emacs-session-save): New function.
15353 (emacs-save-session-functions): New variable.
15354 (emacs-session-restore): New function.
15355
15356 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
15357
15358 * simple.el (shell-command-on-region): Call push-mark with
15359 non-nil second arg, to suppress the "Mark set" message.
15360
15361 2002-03-08 Richard M. Stallman <rms@gnu.org>
15362
15363 * textmodes/picture.el (picture-forward-column): New arg `interactive'
15364 is non-nil for an interactive call. Use instead of interactive-p.
15365 (picture-backward-column): Likewise.
15366
15367 * tar-mode.el (tar-untar-buffer): New function.
15368
15369 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
15370 Put the mouse-face on the entire xref, like the local keymap.
15371
15372 * find-dired.el (find-name-dired): Use shell-quote-argument.
15373
15374 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
15375
15376 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
15377 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
15378 (mpuz-allow-double-multiplicator): New options for nicer look and
15379 new features.
15380 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
15381 (mpuz-check-all-solved, mpuz-random-puzzle)
15382 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
15383 (mpuz-show-solution): Functions streamlined and removed french
15384 style space before punctuation, added face support and optional
15385 solving of trivial results.
15386
15387 2002-03-07 Colin Walters <walters@verbum.org>
15388
15389 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
15390
15391 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
15392 instead of "recency" for clarity.
15393 (ibuffer-compile-format): Document more. Handle new "summarizer"
15394 columns.
15395 (ibuffer-fontify-region-function): Ditto.
15396 (ibuffer-insert-buffer-line): Ditto.
15397 (ibuffer-map-lines): Ditto.
15398 (ibuffer-insert-buffers-and-marks): Ditto.
15399 (ibuffer-update-title-and-summary): Renamed from
15400 `ibuffer-update-title'. Handle "summarizer" columns.
15401 (ibuffer-clear-summary-columns): New function.
15402
15403 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
15404
15405 2002-03-07 Gerd Moellmann <gerd@gnu.org>
15406
15407 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
15408 Use the other-window instead of the other-frame functions when
15409 the window is dedicated.
15410
15411 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
15412
15413 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
15414 with SILENT so that a new field can be added.
15415
15416 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
15417
15418 * files.el (make-auto-save-file-name): Make sure the produced file
15419 name does not contain characters that are invalid for DOS/Windows
15420 filesystems.
15421
15422 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
15423 Remove replacement functions.
15424
15425 2002-03-06 Gerd Moellmann <gerd@gnu.org>
15426
15427 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
15428 the form `:x'.
15429
15430 * vc.el (vc-branch-part): Add autoload cookie. This function can
15431 be called from vc-rcs-find-most-recent-rev when visiting a file
15432 checked into RCS in a CVS sandbox.
15433
15434 2002-03-06 Andreas Schwab <schwab@suse.de>
15435
15436 * progmodes/hideif.el: Augment expression parser to handle
15437 conditional expressions.
15438 (hif-token-regexp): Also match `?' and `:'.
15439 (hif-tokenize): Handle `?' and ':' as tokens.
15440 (hif-expr): Parse conditional expressions.
15441 (hif-or-expr): Parse `||' expressions.
15442 (hif-and-expr): Renamed from hif-term.
15443 (hif-conditional): New function to evaluate a conditional
15444 expression.
15445
15446 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15447
15448 * language/czech.el ("Czech"): Fix the documentation.
15449
15450 * language/slovak.el ("Slovak"): Likewise.
15451
15452 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
15453
15454 * xml.el (xml-parse-attlist): Accept empty strings.
15455
15456 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
15457
15458 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
15459 all terminals now support highlighting of some kind.
15460
15461 * language/european.el (mac-roman): Fix the safe-chars property.
15462
15463 2002-03-05 Andre Spiegel <spiegel@gnu.org>
15464
15465 * vc.el (vc-transfer-file): Use `make-temp-file'.
15466 (vc-default-update-changelog): Remove conditional use of
15467 `make-temp-name'.
15468
15469 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
15470
15471 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
15472
15473 * ediff-init.el: Comments.
15474
15475 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
15476 is loaded.
15477
15478 * ediff-mult.el (ediff-intersect-directories)
15479 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
15480 Cleanup.
15481 (ediff-draw-dir-diffs): Now supports the "C" command in directory
15482 difference buffer.
15483 (ediff-dir-diff-copy-file): New function that implements copying
15484 of files from one Ediff dir to another
15485 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
15486 (ediff-append-custom-diff): Better error msgs.
15487
15488 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
15489 (ediff-inferior-compare-regions): Use
15490 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
15491
15492 * ediff.el (ediff-directories-internal): Cleanup.
15493 (ediff-clone-buffer-for-region-comparison): Better interface.
15494
15495 2002-03-04 Richard M. Stallman <rms@gnu.org>
15496
15497 * emacs-lisp/easy-mmode.el (define-minor-mode):
15498 Use "P" in interactive spec of minor mode commands.
15499
15500 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
15501
15502 * faces.el (face-spec-choose): Allow `t' to appear before the end.
15503 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
15504 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
15505 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
15506 (mode-line-inactive, header-line): Move the `t' section to the
15507 beginning so the `:inherit' setting can be shared.
15508
15509 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15510
15511 * net/snmp-mode.el: Require tempo when compiling to prevent
15512 warnings. Update copyright notice.
15513
15514 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
15515 like not defined at all.
15516
15517 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
15518
15519 * textmodes/sgml-mode.el: Change maintainer to FSF.
15520 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
15521 (sgml-tags-invisible, sgml-beginning-of-tag):
15522 Allow _ : and non-ASCII in tag names, as required for XML.
15523 (sgml-name-char): Don't assume anything about charsets handled by
15524 encode-char.
15525
15526 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
15527 where one of the buffers is narrowed.
15528
15529 * hexl.el (hexlify-command, dehexlify-command): Remove.
15530 (hexlify-buffer, dehexlify-buffer): Use call-process-region
15531 rather than shell-command-on-region.
15532
15533 * newcomment.el (comment-forward): Use forward-comment to skip
15534 over whitespace (or comments) even when comment-use-syntax is nil.
15535
15536 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
15537
15538 * textmodes/xml-lite.el: New file.
15539
15540 2002-03-03 Richard M. Stallman <rms@gnu.org>
15541
15542 * textmodes/artist.el (artist-system): Use make-temp-file.
15543
15544 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
15545
15546 * mail/sendmail.el (mail-recover-1): Increase non-random-len
15547 by 1 since we changed make-auto-save-file-name to add one
15548 fewer character to the buffer name.
15549 (mail-recover): Really show point at the right place
15550 in the *Directory* buffer.
15551
15552 * files.el (make-auto-save-file-name): Use make-temp-file.
15553
15554 * terminal.el (te-create-terminfo): Use make-temp-file
15555 to create the source file in a safe way.
15556
15557 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
15558
15559 * cus-start.el: Rename automatic-hscroll-step and
15560 automatic-hscroll-margin into hscroll-step and hscroll-margin.
15561
15562 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
15563 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
15564
15565 * mouse.el (mouse-region-delete-keys): Add deletechar.
15566
15567 2002-03-03 Sam Steingold <sds@gnu.org>
15568
15569 * play/snake.el (snake-score-file): Fixed parens (broken by the
15570 last patch).
15571 * play/tetris.el (tetris-score-file): Ditto.
15572
15573 2002-03-03 Richard M. Stallman <rms@gnu.org>
15574
15575 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
15576
15577 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
15578
15579 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
15580 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
15581
15582 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
15583
15584 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
15585 instead of `buffer-substring-no-properties' to support enriched mode.
15586
15587 2002-03-02 Richard M. Stallman <rms@gnu.org>
15588
15589 * find-dired.el (find-grep-dired): Call shell-quote-argument.
15590 Specify the -e option.
15591 Rename arg to `regexp'.
15592
15593 2002-03-02 Milan Zamazal <pdm@zamazal.org>
15594
15595 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
15596
15597 2002-03-02 Miles Bader <miles@gnu.org>
15598
15599 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
15600 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
15601 If there's no applicable modifiers entry in the alist in
15602 `mouse-wheel-scroll-amount', fall back to the default, not to
15603 nil (which causes full screen scrolls).
15604
15605 2002-03-01 Andreas Schwab <schwab@suse.de>
15606
15607 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
15608 Remove extra paren in regexp.
15609
15610 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
15611
15612 * mouse.el (mouse-show-mark): Use display-mouse-p, not
15613 display-graphic-p, to decide whether to move point or use the
15614 highlighting.
15615
15616 2002-02-28 Colin Walters <walters@verbum.org>
15617
15618 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
15619
15620 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
15621 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
15622 (calc-temp-file-name): Use `make-temp-file'.
15623
15624 2002-02-28 Richard M. Stallman <rms@gnu.org>
15625
15626 * font-lock.el (java-font-lock-extra-types):
15627 Match java.net.URL, etc.
15628
15629 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15630
15631 * hexl.el (hexl-options): Doc fix.
15632 Update Commentary section.
15633
15634 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
15635 Doc fixes.
15636
15637 2002-02-28 Andre Spiegel <spiegel@gnu.org>
15638
15639 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
15640 the user to do that first.
15641 (vc-update): New function.
15642
15643 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
15644 which calls vc-update. Use the term "Base Version" instead of
15645 "Last Version" for the entries "Revert" and "Compare".
15646
15647 2002-02-28 Kim F. Storm <storm@cua.dk>
15648
15649 * simple.el (shell-command-on-region): Report non-zero exit
15650 status in mode line instead of buffer.
15651
15652 2002-02-27 Richard M. Stallman <rms@gnu.org>
15653
15654 * comint.el (comint-preoutput-filter-functions): Doc fix.
15655 (comint-output-filter-functions, comint-input-filter-functions)
15656 (comint-redirect-filter-functions): Likewise.
15657
15658 (comint-redirect-preoutput-filter): Do the local-hook
15659 handling of t when running comint-redirect-filter-functions.
15660 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
15661
15662 2002-02-26 Richard M. Stallman <rms@gnu.org>
15663
15664 * paths.el (remote-shell-program): Add doc string.
15665
15666 2002-02-26 Colin Walters <walters@debian.org>
15667
15668 * ibuf-ext.el (sorter mode-name): New.
15669 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
15670
15671 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
15672 interactively, so they do something.
15673 (calc-scroll-right): Ditto.
15674
15675 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
15676
15677 * international/mule.el (ctext-pre-write-conversion): Handle the
15678 case when FROM is a string, and when we are called from
15679 build_annotations_2.
15680
15681 2002-02-26 Richard M. Stallman <rms@gnu.org>
15682
15683 * rect.el (clear-rectangle-line): Reindent to the same column
15684 that move-to-column reached when it tried to go to endcol.
15685
15686 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
15687
15688 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
15689
15690 * winner.el (winner-boring-buffers, winner-set): A window which
15691 displays a buffer whose name is in the list
15692 `winner-boring-buffers', will no longer be restored by `winner-undo'.
15693 (winner-sorted-window-list): Used to improve comparison between
15694 window configurations.
15695 (winner-win-data): Simplified and moved.
15696 (winner-conf): Simplified (now uses `winner-win-data').
15697 (winner-change-fun, winner-save-old-configurations)
15698 (winner-save-(un)conditionally, winner-redo): Changes made while in
15699 the minibuffer will be ignored. (Such changes are undone upon
15700 exit for the minibuffer, anyway.)
15701 (winner-set-conf): Preserve selected window whenever possible.
15702 (winner-make-point-alist): Simplified.
15703 (winner-mode, winner-save-unconditionally): Save current window
15704 configuration on entering minibuffer.
15705 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
15706 since it does not change the overall behavior of Emacs.
15707
15708 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
15709
15710 * international/mule-conf.el (compound-text): Renamed back from
15711 compound-text-no-extensions.
15712 (ctext-no-compositions): Remove the mime-charset property.
15713 (compound-text-with-extensions): Renamed from compound-text.
15714 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
15715
15716 2002-02-26 Juanma Barranquero <lektu@terra.es>
15717
15718 * faces.el (list-faces-display): Fix typo.
15719
15720 2002-02-25 Richard M. Stallman <rms@gnu.org>
15721
15722 * frame.el (focus-follows-mouse): Doc fix.
15723
15724 2002-02-26 Miles Bader <miles@gnu.org>
15725
15726 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
15727 to `define-key', since it no longer accepts the latter.
15728
15729 2002-02-25 Jason Rumney <jasonr@gnu.org>
15730
15731 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
15732 mouse-wheel-scroll-amount.
15733
15734 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
15735 mwheel.el.
15736
15737 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
15738
15739 2002-02-25 Andre Spiegel <spiegel@gnu.org>
15740
15741 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
15742 consistent with the others that take a backend name as a symbol.
15743
15744 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
15745
15746 2002-02-25 Kim F. Storm <no-spam@cua.dk>
15747
15748 * comint.el (comint-replace-by-expanded-filename): Do nothing if
15749 comint-match-partial-filename returns nil.
15750
15751 * shell.el (shell-pcomplete-setup-done): New variable.
15752 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
15753 (shell-pcomplete-reverse): Ditto.
15754
15755 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
15756
15757 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
15758
15759 2002-02-25 Juanma Barranquero <lektu@terra.es>
15760
15761 * subr.el (save-match-data): Doc fix.
15762
15763 * ielm.el (ielm-prompt): Allow customization; make it read-only.
15764
15765 2002-02-25 Kim F. Storm <storm@cua.dk>
15766
15767 * shell.el (shell-mode-map): Add "Complete" header so completion
15768 menu is shown on the menu bar in shell mode.
15769
15770 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
15771
15772 * ielm.el (ielm-match-data): New var.
15773 (inferior-emacs-lisp-mode): Make it buffer-local.
15774 (ielm-eval-input): Use it to preserve match-data between inputs.
15775
15776 2002-02-24 Juanma Barranquero <lektu@terra.es>
15777
15778 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
15779
15780 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
15781
15782 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
15783 `custom-buffer' customize group.
15784
15785 2002-02-23 Kim F. Storm <storm@cua.dk>
15786
15787 * help.el (where-is): Use remap-command.
15788
15789 * help-fns.el (describe-function-1): Use remap-command.
15790
15791 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
15792 change (no longer accept a symbol for the KEY argument).
15793
15794 2002-02-23 Colin Walters <walters@debian.org>
15795
15796 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
15797 * calc/calcalg2.el (math-solve-get-sign): Ditto.
15798
15799 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
15800 in generated function.
15801
15802 * ibuf-ext.el (ibuffer-old-time): Change to hours.
15803 (ibuffer-mark-old-buffers): Handle it.
15804
15805 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
15806 (toplevel): Bind them.
15807 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
15808 not necessary now that we use pcomplete.
15809
15810 * comint.el: Document how use new pcomplete completion facility.
15811
15812 2002-02-23 Richard M. Stallman <rms@gnu.org>
15813
15814 * mail/rmailsum.el (rmail-summary-output): Properly advance
15815 to next message, by calling rmail-summary-goto-msg.
15816
15817 * net/browse-url.el (browse-url-galeon): Specify --existing
15818 for an existing window. Use --noraise rather than --no-raise.
15819 Don't use -x.
15820
15821 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
15822
15823 * progmodes/etags.el (find-tag-noselect, find-tag)
15824 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
15825 Fix a typo in doc strings.
15826
15827 2002-02-20 Deepak Goel <deego@glue.umd.edu>
15828
15829 * play/snake.el (snake-velocity-queue, snake-update-velocity)
15830 (snake-final-x-velocity, snake-final-y-velocity):
15831 New variable and functions. Store user's keypresses
15832 into a queue and pop from the queue each subsequent turn.
15833 (snake-update-game, snake-move-left)
15834 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
15835 (snake-start-game): Use that queue.
15836 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
15837 (snake-use-color-flag): Likewise.
15838 (snake-mode): Rename uses of those variables.
15839
15840 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
15841
15842 Support for ICCCM Extended Segments in X selections:
15843
15844 * international/mule-conf.el (ctext-no-compositions): New coding
15845 system.
15846 (compount-text-no-extensions): Renamed from compound-text.
15847 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
15848 compound-text-no-extensions.
15849 (compound-text): Redefined using post-read and pre-write conversions.
15850
15851 * international/mule.el (non-standard-icccm-encodings-alist)
15852 (non-standard-designations-alist): New variables.
15853 (ctext-post-read-conversion, ctext-pre-write-conversion):
15854 New functions.
15855
15856 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
15857
15858 * vc.el (vc-default-init-version): Update documentation to
15859 indicate that the backend can override the default init version.
15860 (vc-register): Use the backend init-version function, if it
15861 exists, to determine the initial version of a file.
15862 (vc-diff-switches-list): Don't symbol-quote backend, since it's
15863 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
15864
15865 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
15866 not version-controlled. This is necessary, e.g., if the file has
15867 just been reverted, and thus was previously under version control
15868 but isn't any longer.
15869 (vc-find-file-hook): Likewise.
15870
15871 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
15872
15873 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
15874 (vc-cvs-sticky-tag-display): New variable.
15875 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
15876 (vc-cvs-checkin): If the input revision is a valid symbolic tag
15877 name, we create it as a branch, commit and switch to it.
15878 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
15879 (vc-cvs-valid-symbolic-tag-name-p): New function.
15880 (vc-cvs-parse-sticky-tag): New function.
15881 (vc-cvs-parse-entry): Added parsing of sticky tags.
15882
15883 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
15884
15885 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
15886 nil, and then explicitly set the standard-value to t.
15887
15888 2002-02-20 Sam Steingold <sds@gnu.org>
15889
15890 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
15891 since it is used in the menu bar.
15892
15893 2002-02-20 Richard M. Stallman <rms@gnu.org>
15894
15895 * simple.el (shell-command-on-region): Display the exit status
15896 when a command fails.
15897
15898 * subr.el (add-hook): Doc fix.
15899
15900 * frame.el (other-frame): Doc fix.
15901
15902 * simple.el (yank): Clear `field' property.
15903
15904 2002-02-20 Tom Tromey <tromey@cachet>
15905
15906 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
15907 natural paragraph boundaries. Don't fail at beginning of buffer.
15908
15909 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15910
15911 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
15912 call the argument "arg" to match plain next-line and
15913 previous-line. From Kevin Ryde <user42@zip.com.au>.
15914
15915 2002-02-19 Sam Steingold <sds@gnu.org>
15916
15917 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
15918 scroll amounts for different modifiers now.
15919 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
15920 format properly.
15921 (mouse-wheel-mode): Ditto.
15922
15923 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
15924
15925 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
15926 around function body.
15927
15928 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
15929 sense of the comparison, to match the doc strings of functions
15930 that use this macro.
15931
15932 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
15933
15934 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
15935
15936 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
15937 * menu-bar.el (menu-bar-mode): Ditto.
15938
15939 2002-02-18 Andreas Schwab <schwab@suse.de>
15940
15941 * replace.el (query-replace-regexp-eval): Doc fix.
15942
15943 2002-02-18 Colin Walters <walters@verbum.org>
15944
15945 * calc/calcalg2.el (math-solve-get-int): Convert return value from
15946 `math-get-from-counter' to a string before calling `concat' on it.
15947
15948 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
15949 (calc-public-autoloads): Obsolete; remove.
15950 (calc-private-autoloads): Ditto.
15951 (calc-add-autoloads): Ditto.
15952
15953 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
15954 for body.
15955
15956 2002-02-17 Jason Rumney <jasonr@gnu.org>
15957
15958 * w32-win.el (x-option-alist, x-long-option-alist)
15959 (x-switch-definitions): Remove, use command-line-x-option-alist
15960 instead to be consistent with X.
15961 (x-handle-initial-switch): New function.
15962
15963 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15964
15965 * faces.el (mode-line-inactive, header-line): Add the :inherit
15966 attribute for the tty case.
15967
15968 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
15969
15970 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
15971 invoked from Rmail with full headers displayed.
15972
15973 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15974
15975 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
15976 when repeated.
15977 * textmodes/paragraphs.el (mark-paragraph): Ditto.
15978
15979 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
15980
15981 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
15982 (menu-bar-tools-menu): Removed speedbar.
15983
15984 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
15985 and `flyspell-mode' entries.
15986
15987 * textmodes/flyspell.el (flyspell): Add to ispell group.
15988
15989 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15990
15991 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
15992 repeated.
15993 (mark-defun): Mark more if repeated.
15994
15995 2002-02-17 Colin Walters <walters@verbum.org>
15996
15997 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
15998
15999 * ibuffer.el (ibuffer-truncate-lines): New option.
16000 (ibuffer-mode): Use it.
16001
16002 2002-02-17 Kim F. Storm <storm@cua.dk>
16003
16004 * cus-start.el: Add mouse-highlight.
16005
16006 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
16007
16008 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
16009
16010 * cus-start.el: Add automatic-hscroll-margin and
16011 automatic-hscroll-step.
16012
16013 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16014
16015 * cus-start.el (x-autoselect-window): Allow customization.
16016
16017 * eshell/em-alias.el (eshell-alias-initialize): Do not use
16018 make-local-hook.
16019
16020 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
16021
16022 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
16023
16024 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
16025
16026 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
16027
16028 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
16029
16030 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
16031
16032 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
16033
16034 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
16035
16036 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
16037
16038 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
16039
16040 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
16041
16042 * eshell/esh-io.el (eshell-io-initialize): Likewise.
16043
16044 * eshell/esh-mode.el (eshell-mode): Likewise.
16045
16046 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
16047
16048 * eshell/esh-var.el (eshell-var-initialize): Likewise.
16049
16050 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
16051
16052 * progmodes/idlwave.el (idlwave-mode): Likewise.
16053
16054 * textmodes/reftex-sel.el (reftex-select-label-mode)
16055 (reftex-select-bib-mode): Likewise.
16056
16057 2002-02-16 John Wiegley <johnw@gnu.org>
16058
16059 * eshell/em-hist.el (eshell-hist-initialize): When in the
16060 minibuffer, use the global value of `eshell-history-ring', and
16061 never save it to disk, or ask to save it to disk. This allows
16062 users of session.el to control whether its global state should be
16063 persisted or not.
16064 (eshell-add-command-to-history): Don't write Eshell's history out
16065 to disk, let the governing mode control that upon exit.
16066
16067 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
16068
16069 * eshell/eshell.el (eshell-command): Before reading from the
16070 minibuffer, add eshell-add-command-to-history to
16071 minibuffer-exit-hook, and remove it after read-from-minibuffer
16072 returns.
16073
16074 * eshell/em-hist.el (eshell-add-input-to-history): New function,
16075 with most of the code from eshell-add-to-history.
16076 (eshell-add-command-to-history): New function, to record in
16077 eshell-history the commands run via eshell-command.
16078 (eshell-add-to-history): Call eshell-add-command-to-history to do
16079 most of the work.
16080
16081 2002-02-16 John Wiegley <johnw@gnu.org>
16082
16083 * eshell/esh-ext.el (eshell-external-command): Added a fix for
16084 XEmacs' new dired.el, which adds a global entry in the
16085 `file-name-handler-alist'.
16086
16087 2002-02-16 John Wiegley <johnw@gnu.org>
16088
16089 * align.el (align-region): Added a missing name argument.
16090
16091 2002-02-16 John Wiegley <johnw@gnu.org>
16092
16093 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
16094 after the #! of a shell interpretor specification.
16095
16096 2002-02-15 Richard M. Stallman <rms@gnu.org>
16097
16098 * help.el (describe-key-briefly): Make output in INSERT case
16099 look just like what is displayed in the normal case.
16100
16101 2002-02-15 Andreas Schwab <schwab@suse.de>
16102
16103 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
16104 Require non-letter after specials.
16105
16106 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
16107
16108 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
16109
16110 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16111
16112 * simple.el (mark-word): Mark more if repeated.
16113 * textmodes/paragraphs.el (mark-paragraph): Ditto.
16114 (mark-end-of-sentence): Ditto.
16115
16116 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
16117
16118 * wid-edit.el (widgetp): Made it more robust.
16119
16120 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
16121
16122 * facemenu.el (describe-text-done): New function.
16123 (describe-text-mode-map): New variable.
16124 (describe-text-mode-hook): New option.
16125 (describe-text-mode): New function.
16126 (describe-text-widget): New function.
16127 (describe-text-sexp): New function.
16128 (describe-text-properties): New function.
16129 (describe-text-category): New command.
16130 (describe-text-at): New command.
16131 (facemenu-menu): Replace `list-text-properties-at' with
16132 `describe-text-at' in the menu.
16133
16134 * wid-edit.el (widgetp): New function.
16135 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
16136
16137 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
16138
16139 * wid-browse.el: Removed version and x-url keywords.
16140
16141 2002-02-13 Kim F. Storm <storm@cua.dk>
16142
16143 * cus-start.el (mode-line-in-non-selected-windows):
16144 Allow customization.
16145
16146 2002-02-13 Richard M. Stallman <rms@gnu.org>
16147
16148 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
16149 Tell bibtex-parse-keys to output no progress messages.
16150
16151 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
16152
16153 * progmodes/pascal.el (pascal-imenu-generic-expression):
16154 Add menu-title and fix parentheses.
16155
16156 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
16157
16158 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
16159 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
16160
16161 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
16162
16163 * menu-bar.el (menu-bar-options-save): Only save
16164 `current-language-environment' and `default-input-method' when
16165 marked as customized.
16166
16167 * international/mule-cmds.el
16168 (setup-specified-language-environment):
16169 Mark `current-language-environment' as customized.
16170 (set-input-method): Mark `default-input-method' as customized when
16171 called interactively.
16172 (toggle-input-method): Ditto.
16173
16174 2002-02-11 Colin Walters <walters@verbum.org>
16175
16176 * ibuffer.el (ibuffer-switch-format): Supply required argument for
16177 `ibuffer-current-formats'.
16178
16179 2002-02-11 Miles Bader <miles@gnu.org>
16180
16181 * faces.el (mode-line-inactive): Add dark-background variant.
16182
16183 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
16184
16185 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
16186 * menu-bar.el (menu-bar-mode): Ditto.
16187 * cus-edit.el (customize-mark-to-save): Always save variables
16188 without a standard value.
16189
16190 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
16191 (menu-bar-options-save): Ditto.
16192 (menu-bar-showhide-menu): Ditto.
16193 (menu-bar-options-menu): Ditto.
16194 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
16195 (menu-bar-scroll-bar-none): Remove.
16196 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
16197 expressions instead.
16198
16199 * cus-edit.el (customize-set-value): Return value.
16200 (customize-set-variable): Ditto.
16201 (customize-save-variable): Ditto.
16202 (customize-set-variable): Load dependencies before setting value.
16203 (custom-load-symbol): Autoload it.
16204 (customize-mark-as-set): New function.
16205
16206 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
16207
16208 * cus-start.el: Don't warn about "x-*" symbols when building a
16209 non-GUI version.
16210
16211 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16212
16213 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
16214 Doc fix.
16215 (strokes-help): Do not use doubled with-output-to-temp-buffer.
16216 Fix the help string.
16217 (strokes-prompt-user-save-strokes): Fix typo.
16218 (strokes-list-strokes): Use proper exit-action argument for
16219 view-buffer. Update copyright notice.
16220
16221 * international/mule-diag.el: Various doc and message fixes.
16222 (non-iso-charset-alist): Add mac-roman. Don't add entries for
16223 codepages already present.
16224 (list-block-of-chars): Display space for null entries in
16225 translation table. Display tab specially.
16226 (list-non-iso-charset-chars): Check for null charsets. Use pop
16227 for clarity. Don't break 8-bit sets into sections between ranges.
16228 (list-charset-chars): Avoid indent-tabs-mode.
16229 (describe-char-after): Maybe use the text property for syntax
16230 table information. Maybe report char-code-property-table info.
16231 Maybe report character's unicode. Tweak printing of list info.
16232 (list-input-methods): Add xref buttons.
16233 (dump-charsets, dump-codings): Deleted (obsolete).
16234 From Dave Love <fx@gnu.org>.
16235
16236 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16237
16238 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
16239
16240 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
16241
16242 * viper-util.el (viper-read-key-sequence): Fix so it'll read
16243 fast key sequences in emacs native mode
16244 (viper-events-to-keys): Delete.
16245
16246 * viper.el (describe-key, describe-key-briefly): Get rid of
16247 viper-events-to-keys.
16248
16249 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
16250
16251 * ediff-wind.el (ediff-setup-control-frame):
16252 Use ediff-has-gutter-support.
16253
16254 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
16255 check if buff is alive.
16256
16257 * ediff.el: Typo in comment.
16258
16259 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16260
16261 * menu-bar.el (menu-bar-options-save): Take care of
16262 line-number-mode and column-number-mode variables.
16263 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
16264 "Show Column Number" in "Show/Hide" menu.
16265
16266 2002-02-09 Richard M. Stallman <rms@gnu.org>
16267
16268 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
16269
16270 2002-02-09 Kim F. Storm <storm@cua.dk>
16271
16272 * faces.el (mode-line-inactive): New face for mode-line for
16273 non-selected windows.
16274 (mode-line): Doc fix: Only used for selected window.
16275
16276 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
16277
16278 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
16279 name to "Insert Diary Entry".
16280
16281 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
16282
16283 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
16284 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
16285
16286 2002-02-08 Richard M. Stallman <rms@gnu.org>
16287
16288 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
16289
16290 2002-02-08 Andreas Schwab <schwab@suse.de>
16291
16292 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
16293 of point-min.
16294
16295 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
16296
16297 * net/ange-ftp.el (ange-ftp-process-handle-line)
16298 (ange-ftp-set-xfer-size): If the file's size is a float, divide
16299 by 1024 instead of using ash.
16300
16301 * international/mule-cmds.el (select-safe-coding-system):
16302 State the buffer's name in the message popped in the *Warning* buffer,
16303 and make sure the offending buffer is displayed.
16304
16305 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
16306
16307 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
16308
16309 2002-02-07 Richard M. Stallman <rms@gnu.org>
16310
16311 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
16312
16313 * register.el (list-registers): New command.
16314 (describe-register-1): New subroutine, taken out of view-register.
16315
16316 * emacs-lisp/copyright.el (copyright-regexp):
16317 Delete the unibyte copyright symbol; it's redundant.
16318 Fix a spazz in the multibyte encoding here.
16319
16320 2002-02-07 Dave Love <fx@gnu.org>
16321
16322 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
16323 (cyrillic-encode-alternativnyj-char): Get translation tables from
16324 symbol properties, not as variables.
16325 (standard-display-cyrillic-translit): Include unicodes.
16326
16327 2002-02-06 Kim F. Storm <storm@cua.dk>
16328
16329 * help.el (where-is): Report remapped commands.
16330
16331 * help-fns.el (describe-function-1): Ditto.
16332
16333 * subr.el (global-set-key, local-set-key): Accept a symbol for the
16334 KEY argument (like define-key).
16335
16336 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16337
16338 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
16339
16340 2002-02-06 Richard M. Stallman <rms@gnu.org>
16341
16342 * mail/mailabbrev.el: Require sendmail only at compile time.
16343 (mail-mode-header-syntax-table): Var deleted.
16344 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
16345 (sendmail-pre-abbrev-expand-hook): Only temporarily change
16346 local-abbrev-table and the syntax table.
16347 Compute mail-abbrev-syntax-table if that has not been done.
16348
16349 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
16350
16351 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
16352 (debugger-frame-number): Figure out the offset directly.
16353 (debugger-setup-buffer): Don't use debugger-frame-offset.
16354 (debugger-frame, debugger-frame-clear): Likewise.
16355 (debugger-jump): Don't alter debugger-frame-offset.
16356
16357 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16358 Replace foo-p as var name with foo-flag, not foo-p-flag.
16359
16360 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
16361 (highlight-changes-passive-string): Default to -Chg.
16362 (highlight-changes-global-modes): Doc fix.
16363
16364 * dired.el (dired-get-filename): Add /: when appropriate
16365 to avoid taking a local name as remote.
16366
16367 * files.el (file-name-non-special): Add special handling for
16368 file-name-sans-versions, file-name-completion, and
16369 file-name-all-completions.
16370
16371 * isearch.el (isearch-update): Don't update display in kbd macro.
16372 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
16373
16374 * subr.el (force-mode-line-update): Doc fix.
16375
16376 * subr.el (atomic-change-group, prepare-change-group)
16377 (activate-change-group, accept-change-group, cancel-change-group):
16378 New functions.
16379
16380 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
16381 (transpose-subr-1): Use atomic-change-group.
16382
16383 * subr.el (add-minor-mode): Include the mode's lighter string
16384 in the minor mode menu item name.
16385
16386 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
16387 rmail-count-screen-lines starting from (point-min).
16388
16389 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
16390 beyond the image height, to use the fancy splash screen.
16391
16392 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
16393 (text-mode): Set text-mode-variant here.
16394
16395 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
16396
16397 * play/pong.el (pong-height): Don't use height that exceeds the
16398 frame height.
16399 (pong-border-options): Make the border colors slightly more bright.
16400
16401 * play/gamegrid.el (gamegrid-display-type): Treat any
16402 color-capable display as color-x, if display-color-p is fboundp.
16403 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
16404 (gamegrid-make-color-tty-face): Use the value of color, not the
16405 symbol itself. Don't call gamegrid-color.
16406
16407 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
16408
16409 * gud.el (gud-refresh): Call recenter only after we are sure we
16410 are in the right window.
16411
16412 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
16413
16414 * cus-edit.el (customize-mark-to-save): New function.
16415 * menu-bar.el (menu-bar-options-save): Rewrote.
16416
16417 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16418
16419 * cus-start.el (x-use-underline-position-properties):
16420 Allow customization.
16421
16422 2002-02-04 Simon Josefsson <jas@extundo.com>
16423
16424 * dired.el (dired-load-hook, dired-mode-hook)
16425 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
16426
16427 2002-02-03 Colin Walters <walters@verbum.org>
16428
16429 * ibuf-ext.el (ibuffer-filter-format-alist)
16430 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
16431 New variables.
16432 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
16433 is now the Emacs CVS tree.
16434 (ibuffer-formats): Doc fix.
16435 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
16436 (ibuffer-current-format): Use them.
16437 (ibuffer-recompile-formats, ibuffer-check-formats)
16438 (ibuffer-switch-format, ibuffer-update-title):
16439 Add support for ibuffer-filter-format-alist.
16440 (define-ibuffer-column process): Remove unncessary consing.
16441
16442 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
16443 for a summary column.
16444
16445 2002-02-03 Andreas Schwab <schwab@suse.de>
16446
16447 * window.el (save-selected-window): Move macro before first use.
16448 (balance-windows): Fix misplaced parenthesis.
16449
16450 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16451
16452 * calculator.el (calculator-displayers): Doc fixes.
16453
16454 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16455
16456 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
16457 (menu-bar-options-save): Save also the value of `display-time-mode'.
16458 (showhide-date-time): New function.
16459 (menu-bar-showhide-menu): New menu-item "Date and time".
16460
16461 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
16462
16463 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
16464 get-file-buffer to check for rmail buffer existence.
16465
16466 * term.el (term-emulate-terminal): Extract proper command string
16467 which is supplied to term-command-hook.
16468
16469 2002-02-03 Richard M. Stallman <rms@gnu.org>
16470
16471 * international/quail.el (quail-help): Don't call help-setup-xref.
16472
16473 * international/mule-cmds.el (describe-input-method):
16474 Call help-setup-xref here.
16475 (describe-current-input-method): Doc fix.
16476
16477 * novice.el (disabled-command-hook): Clarify output text.
16478 Indent the paragraph from the command's doc string.
16479
16480 * dabbrev.el (dabbrev--goto-start-of-abbrev):
16481 Exit loop on beginning of field rather than bobp.
16482
16483 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16484
16485 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
16486 the message text into the *mail* buffer, and restore the pruned
16487 state after that.
16488
16489 * mail/rmail.el (rmail-redecode-body): Prune the headers before
16490 looking for X-Coding-System header, and restore the pruned state
16491 before returning.
16492
16493 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16494
16495 * cus-edit.el (customize-save-variable): Fix typo in prompt.
16496
16497 These changes integrate new version of flyspell.el from its
16498 maintainer, Manuel Serrano:
16499
16500 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
16501 (flyspell-mode-on, flyspell-notify-misspell)
16502 (flyspell-small-region, flyspell-external-point-words)
16503 (flyspell-large-region): Use it
16504 (flyspell-before-incorrect-word-string)
16505 (flyspell-after-incorrect-word-string): New user options.
16506 (make-flyspell-overlay): Use them.
16507 (flyspell-version): New function.
16508 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
16509 definitions to use :weight.
16510 (flyspell-insert-function): New user option.
16511 (flyspell-auto-correct-word, flyspell-correct-word)
16512 (flyspell-xemacs-correct): Use it.
16513 (flyspell-define-abbrev): New function.
16514 (flyspell-auto-correct-word, flyspell-correct-word)
16515 (flyspell-xemacs-correct): Use it.
16516 (make-flyspell-overlay): Use `evaporate' property.
16517 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
16518 (flyspell-emacs-popup): Use `session' instead of `accept'.
16519 (flyspell-auto-correct-previous-pos): New variable.
16520 (flyspell-auto-correct-previous-hook)
16521 (flyspell-auto-correct-previous-word): New functions.
16522
16523 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16524
16525 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
16526 don't alter the user's ~/.emacs.
16527 (disable-command): If user-init-file is nil or does not exist,
16528 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
16529 But don't alter the init file if Emacs was invoked as "emacs -q"
16530
16531 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
16532
16533 * mail/sendmail.el (mail-mode): Undo half of last change.
16534
16535 * indent.el (indent-for-tab-command): Remove spurious code.
16536
16537 * hi-lock.el (hi-lock-find-patterns): Save restriction.
16538
16539 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
16540
16541 * calendar/time-date.el: Moved from lisp/gnus.
16542
16543 * calendar/parse-time.el: Ditto.
16544
16545 2002-01-31 Richard M. Stallman <rms@gnu.org>
16546
16547 * international/iso-acc.el (iso-languages): Fix ", " in French.
16548
16549 * cus-start.el (history-length): Specify customization for it.
16550
16551 * emacs-lisp/debug.el (debugger-setup-buffer):
16552 When an eval-buffer frame was reading from a buffer,
16553 insert indication of the buffer position.
16554 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
16555 (debugger-frame-clear, debugger-frame): Error on non-frame line.
16556
16557 * simple.el (shell-command-on-region): Err if no mark
16558 before reading the command string.
16559
16560 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
16561 Definitions moved down after hl-line-mode var's definition.
16562
16563 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
16564 (hilit-chg-set-face-on-change): Rename arg.
16565 (hilit-chg-make-ov): Detect error earlier.
16566
16567 * ediff-hook.el: Delete autoload cookies.
16568
16569 * comint.el (comint-scroll-show-maximum-output): Default is t.
16570
16571 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
16572 (batch-byte-compile-if-not-done): New function.
16573
16574 * Makefile.in (compile): New target.
16575 (compile-always): Renamed from compile-files.
16576 (compile-after-backup): Renamed from compile.
16577 (bootstrap): Depend on compile-always, not compile-files.
16578
16579 * emulation/pc-select.el (pc-select-save-and-set-mode):
16580 Properly use MODE-VAR.
16581
16582 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16583
16584 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
16585 Version" to "About Emacs".
16586 (menu-bar-options-save): Add `default-frame-alist'
16587 to saved variables.
16588 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
16589 of the variable `scroll-bar-mode'.
16590
16591 * startup.el (normal-splash-screen, display-splash-screen):
16592 New functions (separated from command-line-1).
16593 (command-line-1): Use them.
16594
16595 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
16596
16597 * calendar/calendar.el (generate-calendar-month): Doc fix.
16598
16599 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16600
16601 * time.el (display-time-mail-directory): New option.
16602 (display-time-mail-function): Update doc-string.
16603 (display-time-mail-icon): Use XPM image when available.
16604 (display-time-string-forms): Use more descriptive text as
16605 help-echo property.
16606 (display-time-mail-check-directory): New function.
16607 (display-time-update): Use it.
16608
16609 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
16610 Quote `window-system'.
16611
16612 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
16613 Add Keywords header. Update Commentary section.
16614 Update copyright notice.
16615
16616 * menu-bar.el (menu-bar-scroll-bar-right)
16617 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
16618 (showhide-menu-bar): New functions.
16619 (menu-bar-showhide-menu): New submenu "Show/Hide".
16620 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
16621 "Show/Hide".
16622 Update copyright notice.
16623
16624 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
16625
16626 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
16627
16628 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
16629
16630 * pc-select.el (pc-selection-mode-hook)
16631 (pc-select-saved-settings-alist, pc-select-map)
16632 (pc-select-saved-global-map, pc-select-key-bindings-alist)
16633 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
16634 (pc-select-meta-moves-sexps-key-bindings)
16635 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
16636 New variables.
16637 (pc-select-define-keys, pc-select-restore-keys): New functions.
16638 (pc-select-add-to-alist, pc-select-save-and-set-var)
16639 (pc-select-save-and-set-mode, pc-select-restore-var)
16640 (pc-select-restore-mode): New macros.
16641 (pc-selection-mode): Completely rewrote the body of the function;
16642 the main goal was to make pc-selection-mode "turn-off"-able, like
16643 other minor modes. Use define-minore-mode instead of just a
16644 defun. Store the key bindings into four alists:
16645 pc-select-default-key-bindings, pc-select-extra-key-bindings,
16646 pc-select-meta-moves-sexps-key-bindings, and
16647 pc-select-tty-key-bindings; then have the pc-select-define-keys
16648 function walk those alists instead of calling define-key
16649 repeatedly. When the mode is turned on, set the
16650 keybindings in global-map and remember the old keybindings; when
16651 the mode is turned off, restore the previously-saved keybindings.
16652 (pc-selection-mode defcustom): Reflect the fact that the mode is
16653 now "turn-off"-able.
16654
16655 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
16656
16657 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
16658 returns t, don't treat that as an error.
16659
16660 2002-01-25 Jason Rumney <jasonr@gnu.org>
16661
16662 * faces.el (face-font-registry-alternatives) [windows-nt]:
16663 Add ms-oemlatin as an alternative for iso8859-1.
16664
16665 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
16666
16667 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
16668 args and the absence of an entry. Don't add -f each time.
16669
16670 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
16671
16672 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
16673
16674 Support for more than 8 colors on character terminals:
16675
16676 * term/rxvt.el: New file.
16677
16678 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
16679
16680 * term/xterm.el (xterm-standard-colors): New variable.
16681 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
16682 (xterm-rxvt-set-background-mode): New functions.
16683 (toplevel): Call xterm-register-default-colors,
16684 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
16685 Add support for more keys from xterm's terminfo entry.
16686
16687 * facemenu.el (list-colors-display): If the argument is nil, don't
16688 show more colors that the number returned by display-color-cells.
16689
16690 * term/pc-win.el (msdos-color-values): Reverse the order of the
16691 colors, since tty-color-define now preserves the registration order.
16692
16693 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
16694
16695 * term/tty-colors.el (tty-standard-colors): Reverse the order.
16696 (tty-register-default-colors): New function; code moved from
16697 startup.el's command-line.
16698 (tty-modify-color-alist): Use nconc instead of cons, to preserve
16699 the order the colors where registered.
16700
16701 * frame.el (display-color-cells): Use tty-display-color-cells.
16702
16703 * startup.el (command-line): Call tty-register-default-colors.
16704
16705 2002-01-25 Richard M. Stallman <rms@gnu.org>
16706
16707 * subr.el (remove): Doc fix.
16708
16709 2002-01-24 Richard M. Stallman <rms@gnu.org>
16710
16711 * progmodes/compile.el (compilation-handle-exit):
16712 Add a compilation-handle-exit property to the "finished" message.
16713 (compilation-parse-errors): Stop parsing when that property is seen.
16714
16715 * subr.el (substring-no-properties): New function.
16716 (copy-without-properties): Function deleted.
16717
16718 * term/x-win.el (x-handle-geometry): Put sizes on both
16719 initial-frame-alist and default-frame-alist.
16720
16721 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
16722 for saving .emacs.
16723
16724 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
16725
16726 * calendar/calendar.el (generate-calendar-month): Doc fix.
16727
16728 2002-01-23 Richard M. Stallman <rms@gnu.org>
16729
16730 * play/tetris.el (tetris): New defgroup.
16731 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
16732 (tetris-default-tick-period): Convert to defcustom.
16733 Added * in docstring to indicate user variable.
16734 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
16735 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
16736 (tetris-buffer-height, tetris-width, tetris-height)
16737 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
16738
16739 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
16740
16741 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
16742 and is already matched by adaptive-fill-regexp.
16743
16744 2002-01-22 Richard M. Stallman <rms@gnu.org>
16745
16746 * bindings.el (mode-line-copied-mode-name): New variable.
16747 (mode-line-mode-name): Don't modify mode-name itself!
16748 Instead, make a copy and reuse it.
16749
16750 * subr.el (copy-without-properties): New function.
16751
16752 * progmodes/sh-script.el (sh-set-shell): Doc fix.
16753
16754 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
16755 slash if DIR is just slash.
16756
16757 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
16758
16759 2002-01-21 Richard M. Stallman <rms@gnu.org>
16760
16761 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
16762
16763 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
16764 Move defvar up.
16765
16766 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
16767
16768 * ibuffer.el: Don't require ibuf-ext at load time.
16769 (ibuffer): Require ibuf-ext here.
16770
16771 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16772
16773 * generic-x.el (apache-conf-generic-mode): Highlight the first
16774 word in a line even if preceded by blanks.
16775
16776 2002-01-21 Richard M. Stallman <rms@gnu.org>
16777
16778 * window.el (window-body-height): Handle minibuffer window specially.
16779 Otherwise, don't return less than 1.
16780
16781 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
16782
16783 * ange-ftp.el: Added support for BS2000, and for raw ftp
16784 login commands (needed in some circumstances).
16785 (ange-ftp-raw-login): New custom var.
16786 (ange-ftp-normal-login): Perform login with raw ftp commands, if
16787 ange-ftp-raw-login is set and account password is needed.
16788 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
16789 (ange-ftp-bs2000-filename-pubset-regexp)
16790 (ange-ftp-bs2000-filename-username-regexp)
16791 (ange-ftp-bs2000-filename-prefix-regexp)
16792 (ange-ftp-bs2000-name-template): New consts.
16793 (ange-ftp-bs2000-short-filename-regexp)
16794 (ange-ftp-bs2000-fix-name-regexp-reverse)
16795 (ange-ftp-bs2000-fix-name-regexp): New consts.
16796 (ange-ftp-bs2000-special-prefix): New custom var.
16797 (ange-ftp-fix-name-for-bs2000)
16798 (ange-ftp-fix-dir-name-for-bs2000): New funs.
16799 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
16800 (ange-ftp-bs2000-posix-hook-installed): New vars.
16801 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
16802 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
16803 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
16804 (ange-ftp-bs2000-filename-regexp): New const.
16805 (ange-ftp-bs2000-additional-pubsets): New custom var.
16806 (ange-ftp-bs2000-cd-to-posix): New fun.
16807
16808 2002-01-20 Colin Walters <walters@verbum.org>
16809
16810 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
16811 with `byte-compile-dynamic'.
16812 (ibuffer-default-directory, toplevel): Doc files.
16813
16814 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16815
16816 * tempo.el (tempo-define-template): Doc fix.
16817
16818 * scroll-bar.el (scroll-bar-mode): Make argument optional.
16819
16820 2002-01-20 Jason Rumney <jasonr@gnu.org>
16821
16822 * w32-vars.el: New file.
16823
16824 * loadup.el [windows-nt]: Load it.
16825
16826 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
16827 and make them defcustoms.
16828
16829 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
16830
16831 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16832
16833 * language/tibet-util.el (tibetan-decompose-region)
16834 (tibetan-decompose-string): Fix typo in docstring.
16835
16836 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
16837
16838 2002-01-18 Richard M. Stallman <rms@gnu.org>
16839
16840 * comint.el (comint-redirect-send-command-to-process):
16841 Restore previous current buffer.
16842
16843 * window.el (window-body-height): New function.
16844
16845 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
16846
16847 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
16848 "Finish Function" menu map entries for jdb mode.
16849 (gud-jdb-use-classpath): New customization variable.
16850 (gud-jdb-command-name): Add customization.
16851 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
16852 (gud-jdb-classpath-string): New variable.
16853 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
16854 (gud-jdb-build-source-files-list): Likewise.
16855 (gud-jdb-massage-args): Record any command argument classpath
16856 string in `gud-jdb-classpath-string'.
16857 (gud-jdb-lowest-stack-level): New function, finds bottom of current
16858 java call stack in jdb output.
16859 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
16860 (gud-jdb-parse-classpath-string): New functions.
16861 (gud-jdb-marker-filter): Search/detect classpath information in
16862 jdb's output. marker regexp updated to match oldjdb and jdb output
16863 formats. Expand search for source files to include new/old methods
16864 using new functions above. Do not allow `gud-marker-acc' to grow
16865 without bound.
16866 (jdb): Set classpath information (if available) as jdb is started.
16867 Change `gud-break' and `gud-remove'
16868 to use new %c ("class") escape in format strings.
16869 Add `gud-finish', `gud-up', `gud-down' command string functions, and
16870 add them to the local menu map. Update `comint-prompt-regexp' for
16871 jdb and oldjdb. If attaching to an already running java VM and
16872 configured to use classpath, send command to query for classpath,
16873 else use previous method for finding and parsing java
16874 sources. Set `gud-jdb-find-source' function accordingly.
16875 (gud-mode): Doc fix.
16876 (gud-format-command): Add support for new %c ("class") escape.
16877 (gud-find-class): New function in support of %c escape.
16878
16879 2002-01-17 Richard M. Stallman <rms@gnu.org>
16880
16881 * ibuf-ext.el: Enable byte-compile-dynamic.
16882
16883 2002-01-17 Jason Rumney <jasonr@gnu.org>
16884
16885 * term/w32-win.el: Restore conditional require of fontset.
16886
16887 2002-01-16 Richard M. Stallman <rms@gnu.org>
16888
16889 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
16890 more or less.
16891 (mouse-drag-region): New function. For a click in the echo area,
16892 show *Messages*.
16893
16894 * ibuf-ext.el: Delete the autoloads for functions defined with
16895 ibuffer-specific commands.
16896
16897 * help.el (describe-distribution): Really call view-file.
16898
16899 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
16900 (ange-ftp-get-process): Pass that arg.
16901
16902 * comint.el (comint-simple-send): Fix previous change.
16903
16904 * net/telnet.el (telnet-simple-send): Fix previous change.
16905
16906 * progmodes/sql.el (sql-escape-newlines-and-send)
16907 (sql-query-placeholders-and-send): Fix previous change.
16908
16909 2002-01-16 Colin Walters <walters@verbum.org>
16910
16911 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
16912 URL, Compatibility headers. Update copyright notice.
16913 * ibuf-macs.el (toplevel): Require `cl' when compiling.
16914
16915 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
16916
16917 * startup.el (command-line): Set EOL mnemonics for the Mac.
16918
16919 2002-01-16 Andreas Schwab <schwab@suse.de>
16920
16921 * mail/feedmail.el (feedmail): Fix :link spec.
16922
16923 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16924
16925 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
16926 2 ldapsearch.
16927
16928 * net/eudc.el: New maintainer. Change author's address.
16929 (eudc-pre-select-window-configuration, eudc-insertion-marker):
16930 Variables removed.
16931 (eudc-insert-selected): Function removed.
16932 (eudc-select): Reimplemented.
16933 (eudc-expand-inline): Delete the strings only after its expansion
16934 is chosen not before.
16935
16936 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
16937 Minor coding style fixes.
16938
16939 * net/eudcb-ldap.el: New maintainer. Change author's address.
16940 (eudc-attribute-display-method-alist): Display mail with
16941 eudc-display-mail.
16942
16943 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
16944 * net/eudc-vars.el: New maintainer. Change author's address.
16945
16946 * net/eudc-bob.el: New maintainer. Change author's address.
16947 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
16948 (eudc-display-mail): New function.
16949 (eudc-bob-play-sound-at-point): Remove XEmacs case.
16950
16951 2002-01-15 Richard M. Stallman <rms@gnu.org>
16952
16953 * emacs-lisp/autoload.el (make-autoload):
16954 Don't handle define-ibuffer-column, define-ibuffer-filter,
16955 define-ibuffer-sorter, and define-ibuffer-op.
16956
16957 2002-01-14 Richard M. Stallman <rms@gnu.org>
16958
16959 * calendar/calendar.el (diary-date-forms): Doc fix.
16960
16961 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
16962
16963 * startup.el (command-line): Register the default tty colors even
16964 if the terminal doesn't seem to support colors.
16965 <tty-long-option-alist>: New option --color.
16966 (tty-handle-args): Parse the --color arg.
16967
16968 * term/tty-colors.el (tty-color-mode-alist): New variable.
16969
16970 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
16971
16972 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
16973 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
16974 Use it.
16975 (ange-ftp-hook-function): Preserve match-data.
16976 (ange-ftp-insert-directory): Typo.
16977 (ange-ftp-shell-command): Check if regexp matched.
16978
16979 2002-01-13 Richard M. Stallman <rms@gnu.org>
16980
16981 * international/mule-cmds.el: help-map bindings moved to help.el.
16982
16983 * help.el (view-echo-area-messages): New function.
16984 (help-map): Add `e' binding. Delete obsolete `d' binding.
16985 Change old Info bindings C-f, C-k and C-i to F, K, S.
16986 Move view-emacs-FAQ from F to C-f.
16987 Move view-emacs-problems from P to C-e.
16988 Bindings moved here from mule-cmds.el.
16989 C-l binding for describe-language-environment deleted
16990 (help-for-help): Update for all these changes.
16991
16992 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
16993
16994 2002-01-13 Dave Love <fx@gnu.org>
16995
16996 * emacs-lisp/copyright.el: Doc fixes.
16997 (copyright-regexp): Add Latin-9 copyright sign.
16998 Match comment delimiters in year lists.
16999 (copyright-current-year): Initialize to load-time year.
17000
17001 2002-01-13 Andreas Schwab <schwab@suse.de>
17002
17003 * dired-aux.el (dired-do-shell-command): Doc fix.
17004
17005 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17006
17007 * startup.el (command-line-x-option-alist): New options "-fs",
17008 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
17009
17010 * term/x-win.el (x-handle-initial-switch): New function.
17011
17012 2002-01-13 Colin Walters <walters@debian.org>
17013
17014 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
17015 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
17016
17017 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
17018
17019 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
17020
17021 2002-01-12 Richard M. Stallman <rms@gnu.org>
17022
17023 * net/browse-url.el (browse-url-grail):
17024 Use browse-url-maybe-new-window.
17025
17026 * net/telnet.el (telnet-simple-send):
17027 Handle comint-input-sender-no-newline like comint-simple-send.
17028
17029 * progmodes/sql.el (sql-query-placeholders-and-send):
17030 Handle comint-input-sender-no-newline like comint-simple-send.
17031 (sql-escape-newlines-and-send): Likewise.
17032
17033 * comint.el (comint-input-sender): Doc fix.
17034 (comint-input-sender-no-newline): New variable.
17035 (comint-simple-send): If comint-input-sender-no-newline,
17036 don't output newline, but maybe send eof.
17037 (comint-send-input): New arg NO-NEWLINE.
17038 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
17039
17040 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17041
17042 * textmodes/flyspell.el (flyspell-check-pre-word-p):
17043 Prevent delaying when executing keyboard macros.
17044
17045 2002-01-12 Richard M. Stallman <rms@gnu.org>
17046
17047 * simple.el (line-move): If we can't move enough lines,
17048 go to beginning or end of line.
17049
17050 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
17051 and proper window.
17052
17053 * help.el (describe-mode): Call help-setup-xref in the help buffer.
17054 Switch buffers only after calling `help-buffer'.
17055
17056 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
17057 only when they are surrounded by whitespace.
17058 Use dired-mark-separator when adding one file name to a command.
17059 (dired-do-shell-command): Verify that * is surrounded by whitespace.
17060 Ask for confirmation if * or ? is not surrounded by whitespace.
17061 (dired-bunch-files): Re-reverse the partial file list when it is used.
17062
17063 2002-01-12 Richard M. Stallman <rms@gnu.org>
17064
17065 * comint.el (comint-dynamic-list-completions): Repeating the command
17066 after displaying a completion list scrolls the list.
17067
17068 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
17069
17070 * files.el (find-file-noselect): Don't consider a buffer as
17071 visiting a file literally if it is in hexl-mode.
17072
17073 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
17074
17075 2002-01-11 Richard M. Stallman <rms@gnu.org>
17076
17077 * startup.el (initial-scratch-message): Fix custom type, add group.
17078
17079 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
17080 around the decode-coding-region call.
17081
17082 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
17083 after displaying a completion list scrolls the list.
17084
17085 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
17086
17087 * version.el (emacs-version): Bump to 21.2.50.
17088
17089 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
17090
17091 * play/zone.el (zone-timeout): New var.
17092 (zone-hiding-modeline): New macro.
17093 (zone-call): New func.
17094
17095 (zone): Init `modeline-hidden-level' symbol property.
17096 Use `zone-call' instead of `funcall'.
17097
17098 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
17099
17100 (zone-pgm-stress): Use `zone-hiding-modeline'.
17101
17102 (zone-pgm-stress-destress): New zone program.
17103
17104 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
17105
17106 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
17107
17108 2002-01-09 Richard M. Stallman <rms@gnu.org>
17109
17110 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
17111
17112 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
17113
17114 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
17115 flyspell-mouse-map.
17116
17117 2002-01-08 Richard M. Stallman <rms@gnu.org>
17118
17119 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
17120
17121 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
17122
17123 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
17124
17125 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17126
17127 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
17128 Do not use make-local-hook.
17129
17130 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
17131
17132 * international/quail.el (quail-start-translation)
17133 (quail-start-conversion): Bind last-command-event, last-command,
17134 and this-command in the first let. This fixes the change from
17135 2000-08-30.
17136
17137 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
17138
17139 * ediff-hook.el: Add an autoload cookie.
17140
17141 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17142
17143 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
17144 address of the author.
17145
17146 2002-01-08 Richard M. Stallman <rms@gnu.org>
17147
17148 * replace.el (occur-mode-goto-occurrence-other-window): New command.
17149 (occur-mode-map): Bind `o' to that.
17150
17151 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
17152
17153 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17154 new macro that replaces viper-emacs-p and viper-xemacs-p in many
17155 cases. Used to reduce the number of warnings.
17156
17157 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
17158 (viper-standard-value): Move here from viper.el.
17159 (viper-set-unread-command-events): Move to viper-util.el
17160 (viper-check-minibuffer-overlay): Make sure
17161 viper-minibuffer-overlay is moved to cover the entire input field.
17162
17163 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
17164 (viper-read-key-sequence, viper-set-unread-command-events)
17165 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
17166
17167 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
17168
17169 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
17170
17171 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
17172
17173 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
17174 (viper-event-vector-p): Move to viper-util.el
17175
17176 * viper.el (viper-standard-value): Move to viper-cmd.el.
17177 Use viper-cond-compile-for-xemacs-or-emacs.
17178
17179 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17180
17181 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17182
17183 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
17184 New macro designed to be used in many places where ediff-emacs-p or
17185 ediff-xemacs-p was previously used. Reduces the number of warnings.
17186 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
17187 of ediff-xemacs-p.
17188 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
17189 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
17190 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
17191 Move to ediff-util.el.
17192 (ediff-event-key): Moved here.
17193
17194 * ediff-merge.el: Got rid of unreferenced variables.
17195
17196 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17197
17198 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17199 (ediff-cleanup-mess): Improve the way windows are set up after
17200 quitting ediff.
17201 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
17202 (ediff-dispose-of-variant-according-to-user): New function
17203 designed to be smarter and also understands indirect buffers.
17204 (ediff-highlight-diff-in-one-buffer)
17205 (ediff-unhighlight-diff-in-one-buffer)
17206 (ediff-unhighlight-diffs-totally-in-one-buffer)
17207 (ediff-highlight-diff, ediff-highlight-diff)
17208 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
17209 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
17210 (ediff-get-region-contents, ediff-make-current-diff-overlay):
17211 Moved here.
17212 (ediff-format-bindings-of): New function by Hannu Koivisto
17213 <azure@iki.fi>.
17214 (ediff-setup): Make sure the merge buffer is always widened and
17215 modifiable.
17216 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
17217 result of a merge into a file visited by another buffer.
17218 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
17219 is visited by another buffer and ask to save/delete that buffer.
17220 (ediff-verify-file-merge-buffer): New function to do the above.
17221
17222 * ediff-vers.el: Load ediff-init.el at compile time.
17223
17224 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17225
17226 * ediff.el (ediff-windows, ediff-regions-wordwise)
17227 (ediff-regions-linewise): Use indirect buffers to improve
17228 robustness and make it possible to compare regions of the same
17229 buffer (even overlapping regions).
17230 (ediff-clone-buffer-for-region-comparison)
17231 (ediff-clone-buffer-for-window-comparison): New functions.
17232 (ediff-files-internal): Refuse to compare identical files.
17233 (ediff-regions-internal): Get rid of the warning about comparing
17234 regions of the same buffer.
17235
17236 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
17237 Plus the following fixes courtesy of Dave Love: Doc fixes.
17238 (ediff-word-1): Use word class and move - to the
17239 front per regexp documentation.
17240 (ediff-wordify): Bind forward-word-function outside loop.
17241 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
17242 consing buffer contents.
17243 (ediff-goto-word): Move syntax table setting outside loop.
17244
17245 2002-01-07 Richard M. Stallman <rms@gnu.org>
17246
17247 * dired.el (dired-copy-filename-as-kill): Call kill-append
17248 if following a kill command.
17249
17250 * help-fns.el (describe-variable, describe-function):
17251 Do save-excursion.
17252
17253 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17254
17255 * net/ldap.el (ldap-search-internal): Skip error message from
17256 ldapsearch. Allow listing attribute names only. Do not open
17257 non-existent files.
17258
17259 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
17260 call non-existent function.
17261
17262 * net/eudc.el (top-level): Revert previous change.
17263
17264 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
17265 variables to prevent warning from byte-compiler.
17266
17267 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
17268 string-match on emacs-version again.
17269
17270 * enriched.el (enriched-make-annotation): Fix the change from
17271 2002-01-05.
17272 (enriched-handle-display-prop): Return proper values.
17273
17274 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
17275 Use proper attribute name labeledUri instead of deprecated labeledUrl.
17276
17277 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17278
17279 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
17280 editing an empty hotlist.
17281
17282 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
17283 Use buffer-string instead of buffer-substring for the whole buffer.
17284
17285 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
17286 not free.
17287
17288 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
17289 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
17290 (eudc-bob-save-object): Make the buffer unibyte.
17291 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
17292 object to external program.
17293
17294 2002-01-05 Andre Spiegel <spiegel@gnu.org>
17295
17296 * vc.el (vc-branch-part): Return nil if there's no `.'
17297 (vc-default-previous-version): Renamed from vc-previous-version.
17298 New args BACKEND and FILE. Return nil for revision numbers
17299 without a `.'
17300 (vc-version-diff): Call vc-BACKEND-previous-version.
17301 (vc-steal-lock): Steal lock before composing mail, so that no mail
17302 is sent when the stealing goes wrong. And we'll actually see the
17303 error in that case now.
17304 (vc-finish-steal): Removed.
17305
17306 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
17307 the lock, so that we see expanded headers.
17308 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
17309 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
17310 available from vc.el. Updated all callers.
17311
17312 2002-01-05 Richard M. Stallman <rms@gnu.org>
17313
17314 * enriched.el (enriched-make-annotation): Doc fix.
17315
17316 * format.el (format-replace-strings, format-subtract-regions)
17317 (format-annotate-region, format-annotate-location)
17318 (format-annotate-atomic-property-change)
17319 (format-annotate-single-property-change): Doc fixes.
17320
17321 2002-01-05 Jason Rumney <jasonr@gnu.org>
17322
17323 * term/w32-win.el: Require fontset unconditionally.
17324 (w32-handle-scroll-bar-event): Remove.
17325
17326 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17327
17328 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
17329 copyrights to be updated.
17330
17331 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
17332
17333 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
17334 2001-10-24.
17335
17336 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
17337
17338 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17339
17340 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
17341 (ldap-ignore-attribute-codings): Change the default value to allow
17342 encoding/decoding of attributes.
17343 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
17344
17345 2002-01-03 Richard M. Stallman <rms@gnu.org>
17346
17347 * files.el (basic-save-buffer): Undo previous change.
17348
17349 * calendar/diary-lib.el (diary-block): Doc fix.
17350
17351 * custom.el (defcustom): Fix syntax of previous change.
17352
17353 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
17354
17355 * custom.el (defcustom): Documented :tag, :link and :load.
17356
17357 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17358
17359 * mail/sendmail.el (mail-recover-1): New function.
17360 (mail-recover): Switch to the *mail* buffer right away.
17361 Use buffer-auto-save-file-name instead of calling
17362 make-auto-save-file-name. Call dired-noselect instead of invoking
17363 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
17364 before reading the auto-save file. If the buffer's auto-save file
17365 does not exist, call mail-recover-1 to allow recovery from past
17366 auto-saved drafts.
17367
17368 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17369
17370 * time.el (display-time-load-average-threshold): Fix defcustom
17371 (add type and group).
17372
17373 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
17374 specification from the hostname.
17375
17376 2002-01-02 Richard M. Stallman <rms@gnu.org>
17377
17378 * facemenu.el (facemenu-active-faces):
17379 Use face-attributes-as-vector, not face-attributes-vector.
17380
17381 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
17382
17383 * xscheme.el: Eleven years of updates on a private copy.
17384
17385 Extensive changes to support multiple xscheme buffers:
17386 (run-scheme): Break up into new functions to facilitate starting
17387 processes in other buffers.
17388 (xscheme-start, xscheme-read-command-line): New functions.
17389 (start-scheme, select-scheme)
17390 (default-xscheme-runlight)
17391 (global-set-scheme-interaction-buffer)
17392 (local-set-scheme-interaction-buffer)
17393 (local-clear-scheme-interaction-buffer)
17394 (exit-scheme-interaction-mode)
17395 (verify-xscheme-buffer): New functions.
17396 (xscheme-process-name, xscheme-buffer-name)
17397 (xscheme-runlight): New internal vars.
17398 (default-xscheme-runlight): New const.
17399 (xscheme-start-process): Add args for the process/buffer names.
17400 (reset-scheme): Pass process/buffer names.
17401 (scheme-interaction-mode): Initialize new local vars.
17402 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
17403 (xscheme-select-process-buffer, xscheme-process-buffer)
17404 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
17405 (xscheme-goto-output-point, xscheme-write-message-1): Use new
17406 var xscheme-process-name.
17407 (xscheme-start-process): Initialize xscheme-process-name and
17408 xscheme-buffer-name in the process buffer. Pass buffer name to
17409 xscheme-modeline-initialize.
17410 (xscheme-modeline-initialize): Add argument to specify buffer name
17411 for mode-line vars.
17412 (xscheme-process-sentinel): Make sure sentinel is run in the
17413 process buffer so it sees its local vars.
17414 (xscheme-process-filter-initialize, xscheme-set-runlight):
17415 More elaborate logic to handle multiple-buffer mode lines.
17416
17417 (xscheme-enter-input-wait): Re-enable control-G handler upon
17418 entering input wait.
17419
17420 (scheme-interaction-mode): Add arg to preserve local vars.
17421 (xscheme-enter-interaction-mode)
17422 (xscheme-enter-debugger-mode): Preserve local vars.
17423 (xscheme-start-process): Clobber local vars.
17424
17425 (scheme-interaction-mode-commands): Allow end user to add commands
17426 to scheme-interaction-mode keymap.
17427 (scheme-interaction-mode-commands-alist): New variable.
17428
17429 (xscheme-send-string): Don't use insert-before-markers.
17430
17431 Implement a per-buffer kill ring:
17432 (xscheme-insert-expression)
17433 (xscheme-rotate-yank-pointer, xscheme-yank)
17434 (xscheme-yank-pop, xscheme-yank-push): New functions.
17435 (xscheme-expressions-ring)
17436 (xscheme-expressions-ring-yank-pointer)
17437 (xscheme-expressions-ring-max): New variables.
17438 (xscheme-send-string-1): Call xscheme-insert-expression to save
17439 expression in ring.
17440 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
17441 (xscheme-previous-send): Deleted variable.
17442
17443 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
17444 (xscheme-send-control-g-interrupt): Use process-send-string rather
17445 than send-string.
17446
17447 (xscheme-send-region): Insert a newline after an expression that
17448 is submitted in the interaction buffer, for consistency with
17449 recent changes to Edwin.
17450
17451 (xscheme-delete-output): New function mimics comint-delete-output.
17452 (xscheme-last-input-end): New internal variable.
17453 (xscheme-process-filter-output): Update xscheme-last-input-end.
17454
17455 (xscheme-send-control-g-interrupt): Make sure that
17456 xscheme-control-g-disabled-p is looked up in the right buffer.
17457
17458 (xscheme-enable-control-g): Clear C-g message if visible.
17459 (xscheme-control-g-message-string): New internal var.
17460 (xscheme-send-control-g-interrupt): Use new var.
17461
17462 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
17463 Delay after sending interrupt in order to work around race condition.
17464
17465 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
17466 (xscheme-send-char): Use xscheme-send-char rather than send-string
17467 to send single char.
17468
17469 (xscheme-process-filter, xscheme-process-filter-alist):
17470 Add support for evaluating expressions outside of the call-excursion.
17471 (xscheme-process-filter:string-action-noexcursion): New func.
17472
17473 (xscheme-write-value): Change output string to match that used by
17474 Edwin.
17475
17476 (xscheme-coerce-prompt): Don't write a space after a command
17477 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
17478 for us.
17479
17480 (reset-scheme): Delete process after killing it.
17481
17482 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17483
17484 * bindings.el (function-key-map): Don't bind shifted keypad
17485 numeric keys.
17486
17487 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17488
17489 * enriched.el (enriched-handle-display-prop): Remove unused variables.
17490 (enriched-mode): Doc fix.
17491
17492 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17493
17494 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
17495 Hebrew points.
17496
17497 2002-01-01 Richard M. Stallman <rms@gnu.org>
17498
17499 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
17500
17501 2001-12-31 Richard M. Stallman <rms@gnu.org>
17502
17503 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
17504 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
17505 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
17506 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
17507 * progmodes/cperl-mode.el, progmodes/idlwave.el:
17508 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
17509 Adapt face definitions to use :weight and :slant.
17510
17511 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
17512
17513 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
17514
17515 * font-lock.el (initializing from font-lock-face-attributes):
17516 Use :weight and :slant, not :bold and :italic.
17517
17518 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
17519
17520 * cus-edit.el (custom-face-edit-fix-value): New function.
17521 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
17522
17523 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17524
17525 * progmodes/octave-mod.el (octave-abbrev-table):
17526 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
17527 * progmodes/fortran.el (fortran-mode-abbrev-table):
17528 * progmodes/f90.el (f90-mode-abbrev-table):
17529 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
17530 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
17531 predefined abbrevs as "system" abbrevs.
17532
17533 2001-12-30 Richard M. Stallman <rms@gnu.org>
17534
17535 * info.el (Info-fontify-node): For a **** underline line, put the
17536 invisible and intangible props on the following newline, but not
17537 on the previous newline or the last char of the previous line.
17538
17539 * faces.el (face-set-after-frame-default): Don't change `default' face.
17540
17541 * faces.el (minibuffer-prompt): Adopt some default colors.
17542
17543 * replace.el (query-replace-read-args): Immediate error if read-only.
17544
17545 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
17546 Display the output buffer in a more intelligent way.
17547
17548 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
17549
17550 * ls-lisp.el (insert-directory): Modify the "total" line wording,
17551 in accordance with files.el's insert-directory.
17552
17553 2001-12-29 Richard M. Stallman <rms@gnu.org>
17554
17555 * files.el (basic-save-buffer): If a before-write hook displays
17556 an echo area message, pause before calling basic-save-buffer-1.
17557
17558 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
17559
17560 * textmodes/reftex-global.el (reftex-query-replace-document)
17561 (reftex-change-label): Doc fix.
17562
17563 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
17564
17565 * progmodes/etags.el (tags-query-replace): Doc fix.
17566
17567 2001-12-29 Richard M. Stallman <rms@gnu.org>
17568
17569 * progmodes/compile.el (compile-internal): Fix previous change.
17570
17571 2001-12-28 Richard M. Stallman <rms@gnu.org>
17572
17573 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
17574 shrink the windows above as necessary to get space.
17575 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
17576
17577 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
17578 This fixes a bug that treated all files as directories.
17579 (ange-ftp-insert-directory): Explicitly follow symlinks.
17580
17581 * international/iso-transl.el (iso-transl-char-map) Eliminate the
17582 alias symbols--put the translated sequences here directly.
17583
17584 * progmodes/cc-mode.el (c-mode-abbrev-table)
17585 (c++-mode-abbrev-table, objc-mode-abbrev-table)
17586 (java-mode-abbrev-table, pike-mode-abbrev-table):
17587 Mark all the predefined abbrevs as "system" abbrevs.
17588
17589 * mail/sendmail.el (mail-envelope-from): Fix custom type.
17590 (sendmail-send-it): Check mail-specify-envelope-from
17591 and mail-envelope-from in the mail buffer at start.
17592
17593 2001-12-28 Simon Josefsson <jas@extundo.com>
17594
17595 * mail/sendmail.el (mail-envelope-from): Fix :type.
17596 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
17597
17598 2001-12-28 Richard M. Stallman <rms@gnu.org>
17599
17600 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
17601
17602 * simple.el (line-move-invisible): New subroutine.
17603 (line-move-to-column): New subroutine--smarter about advancing over
17604 invisible parts of a line, or lines, but only as long as hpos grows.
17605 (line-move-finish): New subroutine: repeatedly processes desired
17606 column, intangibility, and fields.
17607 (line-move): Use those subroutines.
17608 When moving lines downward, skip invisible text first rather than last.
17609
17610 2001-12-27 Richard M. Stallman <rms@gnu.org>
17611
17612 * international/mule-diag.el (describe-char-after):
17613 Describe the text properties of the char after point.
17614
17615 * help.el (describe-key): Doc fix.
17616
17617 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
17618
17619 * find-dired.el (find-dired-sentinel): Precede exit message by
17620 two spaces, to match the regexp in dired-between-files.
17621
17622 2001-12-28 Miles Bader <miles@gnu.org>
17623
17624 * wid-edit.el (widget-toggle-value-create): Don't eval actual
17625 images (which are lists too).
17626
17627 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
17628
17629 * language/european.el: Fix the doc string of "Latin-5" language
17630 environment.
17631
17632 2001-12-26 Richard M. Stallman <rms@gnu.org>
17633
17634 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
17635 defined as before 2001-11-09.
17636 (add-minor-mode call): Specify the keymap.
17637
17638 * progmodes/compile.el (compile-internal):
17639 Set TERM variable in process-environment.
17640
17641 2001-12-25 Richard M. Stallman <rms@gnu.org>
17642
17643 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
17644 the buffer.
17645
17646 * startup.el (command-line): Convert command line args
17647 to Emacs internal representation using locale-coding-system.
17648
17649 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
17650
17651 * international/fontset.el: Don't require ind-util when compiling.
17652
17653 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17654
17655 * emulation/tpu-edt.el (tpu-reset-screen-size):
17656 Use set-frame-height and set-frame-width instead of set-screen-height
17657 and set-screen-width.
17658
17659 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
17660 of obsolete set-screen-width.
17661
17662 * locate.el (locate): Remove dot at the end of error argument.
17663
17664 * emerge.el (emerge-show-file-name): Use frame-height instead of
17665 obsolete screen-height.
17666
17667 * mail/mh-utils.el (mh-show-msg): Likewise.
17668 (mh-handle-process-error): Use frame-width instead of obsolete
17669 screen-width.
17670
17671 2001-12-25 Richard M. Stallman <rms@gnu.org>
17672
17673 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
17674 to enlarge-window. Use save-selected-window. Don't try
17675 to resize windows that end at the bottom "level".
17676 Retry changing the sizes until the windows get the desired sizes.
17677 Discount the minibuffer when computing total height available.
17678
17679 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
17680 (debugger-make-xrefs): Only make a button for the first symbol
17681 on any line.
17682
17683 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
17684
17685 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
17686 Call IT-setup-unicode-display here instead of adding it to
17687 dos-codepage-setup-hook, so that Unicode display tables are set
17688 before dos-codepage-setup-hook runs.
17689
17690 2001-12-24 Richard M. Stallman <rms@gnu.org>
17691
17692 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
17693 (nslookup-mode-abbrev-table): Don't define it.
17694 (smbclient-mode-abbrev-table): Don't define it.
17695 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
17696 (nslookup-mode, smbclient-mode): Likewise.
17697 (network-connection-service-abbrev-alist): Variable deleted.
17698 (network-connection-mode-setup): Don't set up abbrev table.
17699
17700 * faces.el (minibuffer-prompt): New face.
17701 (minibuffer-prompt-properties): Add `face' property.
17702
17703 * replace.el (occur-mode-display-occurrence): New function.
17704 (occur-mode-map): Bind C-o to it.
17705
17706 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
17707
17708 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
17709 (viper-special-read-and-insert-char): Make C-m work right in the r
17710 comand.
17711 (viper-buffer-search-enable): Fixed format string.
17712
17713 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
17714 instead of viper-info-on-file.
17715 (ex-set-visited-file-name): New function.
17716
17717 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
17718
17719 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
17720 action argument.
17721
17722 * ediff-init.el: Fixed some doc strings.
17723
17724 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
17725 Got rid of make-local-hook.
17726
17727 * ediff-wind.el (ediff-setup-control-frame): Got rid of
17728 make-local-hook.
17729
17730 2001-12-23 Richard M. Stallman <rms@gnu.org>
17731
17732 * term/x-win.el (x-handle-geometry): Put height and width
17733 on default-frame-alist, left and top on initial-frame-alist.
17734 * term/w32-win.el (x-handle-geometry): Likewise.
17735
17736 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
17737
17738 * play/yow.el (yow): Use an arg to distinguish interactive calls,
17739 not interactive-p.
17740
17741 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17742
17743 * emacs-lisp/elint.el (elint-unknown-builtin-args):
17744 Remove mocklisp entries.
17745
17746 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
17747 Lisp. Obsoleted.
17748
17749 * emulation/mlconvert.el: File removed.
17750
17751 * emulation/mlsupport.el: Moved to obsolete.
17752
17753 * obsolete/mlsupport.el: Moved there from lisp/emulation.
17754
17755 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
17756
17757 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17758 Remove mocklisp case.
17759
17760 * help-fns.el (describe-function-1): Remove mocklisp function case.
17761
17762 2001-12-22 Miles Bader <miles@gnu.org>
17763
17764 * textmodes/refill.el (refill-mode): Don't barf when redundantly
17765 turning refill-mode off.
17766
17767 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17768
17769 * time.el (display-time-load-average-threshold): New variable.
17770 (display-time-update): Use it.
17771
17772 These changes allow cycling through past 1, 5 and 15 minutes
17773 load-average displayed in the mode-line.
17774
17775 * time.el (display-time-default-load-average): New customizable option.
17776 (display-time-load-average): New variable.
17777 (display-time-cycle-load-average): New function.
17778 (display-time-update): Use them.
17779
17780 2001-12-21 Richard M. Stallman <rms@gnu.org>
17781
17782 * apropos.el (apropos-print): SPACING is now nil or a separator string.
17783 (apropos-documentation, apropos-value): Pass a suitable string.
17784
17785 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
17786
17787 * dired.el (dired-free-space-program, dired-free-space-args):
17788 Aliases for back-compatibility.
17789
17790 * info.el (Info-select-node): If Info-use-header-line is nil, set
17791 header-line-format to nil.
17792 (Info-fontify-node): Don't put a keymap text property on the
17793 heading if we are not going to display the header line. Remove
17794 any such text properties left over from past visits to this node.
17795
17796 * ls-lisp.el (insert-directory): Insert the amount of free disk
17797 space, like files.el's insert-directory does.
17798
17799 * files.el (directory-free-space-program):
17800 Mention file-system-info in the doc string.
17801 (get-free-disk-space): New function; code moved from insert-directory.
17802 (insert-directory): Call get-free-disk-space to get the amount of
17803 free space.
17804
17805 2001-12-21 Richard M. Stallman <rms@gnu.org>
17806
17807 * help.el (view-order-manuals, view-emacs-news, describe-copying)
17808 (describe-distribution, describe-project): Use view-file.
17809
17810 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
17811
17812 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
17813
17814 * emacs-lisp/easy-mmode.el (define-minor-mode):
17815 Make no arg by default in an interactive call,
17816 so that repeating the command toggles again.
17817
17818 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
17819
17820 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
17821
17822 * antlr-mode.el: More sophisticated indentation of cpp directive.
17823 (antlr-indent-at-bol-alist): New user option.
17824 (antlr-indent-line): Use it.
17825 (antlr-indent-style): New user option.
17826 (antlr-mode): Use it.
17827 (antlr-indent-item-regexp): Customize.
17828
17829 * antlr-mode.el: Syntax highlighting changes.
17830 (antlr-font-lock-literal-regexp): New user option.
17831 (antlr-font-lock-syntax-face): New face used for :, |, ....
17832 (antlr-font-lock-default-face): New face.
17833 (antlr-font-lock-additional-keywords): Use them.
17834
17835 * antlr-mode.el: New command to insert options -- variables.
17836 (antlr-mode-map): New binding [C-c C-o].
17837 (antlr-mode-menu): New submenus.
17838 (antlr-options-use-submenus): New user option.
17839 (antlr-tool-version): New user option.
17840 (antlr-options-auto-colon): New user option.
17841 (antlr-options-style): New user option.
17842 (antlr-options-push-mark): New user option.
17843 (antlr-options-assign-string): New user option.
17844 (antlr-options-headings): New variable.
17845
17846 * antlr-mode.el: New command to insert options -- specific.
17847 (antlr-options-alists): New variable.
17848 (antlr-read-value): New function.
17849 (antlr-read-boolean): New function.
17850 (antlr-language-option-extra): New function.
17851 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
17852 (antlr-c++-mode-extra): New function.
17853 (antlr-grammar-tokens): New function.
17854 (antlr-imenu-create-index-function): New optional argument.
17855
17856 * antlr-mode.el: New command to insert options -- functions.
17857 (antlr-insert-option): New command.
17858 (antlr-insert-option-interactive): New function.
17859 (antlr-options-menu-filter): New function.
17860 (antlr-option-kind): New function.
17861 (antlr-scan-lists): New alias.
17862 (antlr-scan-lists-internal): New function.
17863 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
17864 (antlr-option-level): New function.
17865 (antlr-syntactic-grammar-depth): New function.
17866 (antlr-option-location): New function.
17867 (antlr-insert-option-do): New function.
17868 (antlr-option-spec): New function.
17869 (antlr-version-string): New function.
17870 (antlr-insert-option-existing): New function.
17871 (antlr-insert-option-space): New function.
17872 (antlr-insert-option-area): New function.
17873
17874 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
17875 with narrowing. Menu change. Miscellaneous.
17876 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
17877 (antlr-mode-map): New bindings for characters in ":;|&(){}".
17878 (antlr-electric-character): New command.
17879 (antlr-class-header-regexp): New variable.
17880 (antlr-font-lock-additional-keywords): Use it.
17881 (antlr-imenu-create-index-function): Use it.
17882 (antlr-file-dependencies): Use it.
17883 (antlr-indent-line): Also works with restrictions.
17884 (antlr-indent-command): Interactive spec - changes the buffer.
17885 (antlr-language-for-option): Deletia.
17886 (antlr-language-option): New function, defined instead.
17887 (antlr-mode): Use it.
17888
17889 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
17890
17891 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
17892 instead of a literal /dev/null.
17893
17894 * Makefile.in (distclean): Remove Makefile in the build
17895 directory, not in the source directory.
17896
17897 2001-12-21 Simon Josefsson <jas@extundo.com>.
17898
17899 * mail/smtpmail.el (smtpmail-send-queued-mail):
17900 Use with-temp-buffer instead of find-file-noselect, and bind
17901 coding-system-for-read to no-conversion when reading the queued
17902 messages. (Simon's code modified slightly by Eli Zaretskii.)
17903
17904 2001-12-20 Werner Lemberg <wl@gnu.org>
17905
17906 * international/mule-diag.el (describe-coding-system)
17907 (print-coding-system-briefly): Make printed output have a similar
17908 format as describe-character-set.
17909
17910 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17911
17912 * play/blackbox.el (bb-member): Remove, use member instead.
17913 (bb-delete): Remove, use delete instead.
17914 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
17915 bb-score, bb-detour-count and bb-balls-placed.
17916 Propertize results of rays.
17917
17918 2001-12-19 Karl Fogel <kfogel@red-bean.com>
17919
17920 * isearch.el (isearch-forward, isearch-edit-string): Make doc
17921 strings mention keybinding for `isearch-yank-word-or-char',
17922 rather than `isearch-yank-word', since the former is bound now
17923 and the latter is not.
17924 (isearch-yank-word-or-char): Fix formatting.
17925
17926 2001-12-19 Werner Lemberg <wl@gnu.org>
17927
17928 * language/czech.el, language/european.el, language/slovak.el:
17929 More fixes for language info doc strings.
17930
17931 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
17932
17933 * loadup.el: Add "language" to the load-path.
17934
17935 2001-12-19 Richard M. Stallman <rms@gnu.org>
17936
17937 * international/mule-cmds.el (describe-language-environment):
17938 Fix calls to help-xref-button.
17939
17940 2001-12-19 Miles Bader <miles@gnu.org>
17941
17942 * international/fontset.el: Require `ind-util' when compiling.
17943
17944 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17945
17946 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
17947 instead of decompose-composite-char.
17948
17949 2001-12-18 Richard M. Stallman <rms@gnu.org>
17950
17951 * simple.el (eval-expression-print-level)
17952 (eval-expression-print-length): Doc fixes.
17953
17954 * international/mule-diag.el (describe-character-set):
17955 Fix the arg to help-xref-button.
17956
17957 * files.el (directory-free-space-program): New variable.
17958 (directory-free-space-args): New variable.
17959 (insert-directory): Use those two variables for getting free space.
17960 Use file-system-info instead, if that is defined.
17961
17962 * dired.el (dired-free-space-program): Variable deleted.
17963 (dired-free-space-args): Variable deleted.
17964 (dired-insert-directory): Don't try to determine free space.
17965
17966 * files.el (font-lock-defaults): Add risky-local-variables prop.
17967 (hack-one-local-variable): Treat various font-lock variables as risky.
17968
17969 2001-12-18 Werner Lemberg <wl@gnu.org>
17970
17971 * language/chinese.el, language/cyrillic.el:
17972 * language/czech.el, language/european.el, language/greek.el:
17973 * language/hebrew.el, language/indian.el, language/japanese.el:
17974 * language/korean.el, language/lao.el, language/slovak.el:
17975 * language/thai.el, language/tibetan.el, language/vietnamese.el:
17976 Improve documentation strings of coding systems and language infos.
17977
17978 2001-12-18 Werner LEMBERG <wl@gnu.org>
17979
17980 Add support for EUC-TW decoding/encoding.
17981
17982 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
17983 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
17984 New auxiliary functions to build `big5-to-cns'.
17985 (big5-to-cns): New translation alist.
17986
17987 * language/chinese.el: Added new coding system `euc-tw' and its
17988 alias `euc-taiwan'.
17989 Updated language `Chinese-CNS' to include euc-tw encoding also.
17990 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
17991 euc-tw.
17992
17993 2001-12-18 Dave Love <fx@gnu.org>
17994
17995 * loadup.el: Add language/utf-8-lang, language/georgian.
17996
17997 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
17998 (image-file-name-regexps): Doc fix.
17999
18000 * server.el (server-unload-hook): New function.
18001
18002 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
18003 (lm-crack-copyright): Cope with multi-line copyright `lines'.
18004
18005 * simple.el (newline): Doc fix.
18006 (eval-expression-print-level, eval-expression-print-length): Doc
18007 fix. Amend :type.
18008 (next-line, previous-line): Make arg optional.
18009 (newline): Doc fix.
18010
18011 * Makefile.in (DONTCOMPILE): Add various language files.
18012
18013 * international/quail.el (quail-input-string-to-events): Don't use
18014 string-to-list.
18015
18016 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
18017 calling `newline'.
18018
18019 2001-12-17 Richard M. Stallman <rms@gnu.org>
18020
18021 * comint.el (comint-dynamic-list-input-ring-select): New function.
18022 Switches back to the old window configuration.
18023 (comint-dynamic-list-input-ring): Bind RET to that function.
18024 (comint-dynamic-list-input-ring-window-conf): New variable.
18025
18026 2001-12-17 Werner Lemberg <wl@gnu.org>
18027
18028 * international/mule-conf.el: Improve documentation strings of
18029 character sets.
18030
18031 2001-12-16 Richard M. Stallman <rms@gnu.org>
18032
18033 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
18034 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
18035
18036 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
18037
18038 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
18039 Add a DESCRIPTION for the makefile item.
18040
18041 * find-file.el (ff-other-file-name): New function.
18042
18043 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
18044
18045 * international/quail.el (quail-input-string-to-events): Fix last
18046 change.
18047
18048 2001-12-16 Richard M. Stallman <rms@gnu.org>
18049
18050 * isearch.el (isearch-edit-string): When we set isearch-string
18051 to the default, also set isearch-message.
18052
18053 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
18054
18055 * startup.el (command-line-1): Display startup screen
18056 even if there are command line args.
18057 Add a note about how to go to editing your files.
18058 (fancy-splash-head): Add a note about how to go to your files.
18059 (fancy-splash-outer-buffer): New variable.
18060 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
18061
18062 * subr.el (with-temp-message): At the end, always discard
18063 the temp message, even by clearing the echo area.
18064
18065 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
18066
18067 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
18068
18069 * log-view.el (log-view-message-re, log-view-current-tag):
18070 Recognize Subversion's log output format.
18071
18072 * international/fontset.el: Build the list L at compile time.
18073
18074 * language/ind-util.el (mapthread): Make a closure.
18075
18076 2001-12-15 Richard M. Stallman <rms@gnu.org>
18077
18078 * isearch.el (isearch-start-hscroll): New variable.
18079 (isearch-mode): Set isearch-start-hscroll.
18080 (isearch-update): Restore original hscrolling if possible.
18081
18082 * isearch.el (isearch-edit-string):
18083 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
18084
18085 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
18086 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
18087 rather than regexp search and (2) copying text properties
18088 already set up on text unchanged from the previous backtrace.
18089
18090 * case-table.el (set-case-syntax-pair):
18091 Detect invalid calls and signal an error.
18092
18093 2001-12-15 Richard M. Stallman <rms@gnu.org>
18094
18095 * language/ind-util.el (range): Function deleted.
18096 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
18097 All calls changed.
18098
18099 * language/devan-util.el (devanagari-range): Renamed from `range'.
18100 All calls changed.
18101 (devanagari-regexp-of-hashtbl-keys):
18102 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
18103
18104 2001-12-15 Dave Love <fx@gnu.org>
18105
18106 * language/ind-util.el: Don't require cl.
18107 (indian-glyph-char, indian-glyph-max-char)
18108 (indian-char-glyph): Moved from indian.el
18109 (indian--puthash-char, mapthread): Don't quote lambda.
18110 (indian--map): New function.
18111 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
18112 (indian--puthash-cv): Use it.
18113
18114 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
18115 (indian-char-glyph): Moved to ind-util.el
18116
18117 * language/devan-util.el (devanagari-post-read-conversion):
18118 New function.
18119
18120 * language/georgian.el: New file.
18121
18122 * international/mule-cmds.el (locale-language-names): Add various
18123 entries. Remove utf-8 special case.
18124 (locale-charset-language-names, locale-preferred-coding-systems):
18125 Add utf-8 case.
18126 (set-language-environment): Process required-features earlier.
18127
18128 * international/quail.el (quail-keyboard-layout-alist):
18129 Add pc105-uk.
18130 (quail-keyboard-layout-type): Fix :type.
18131 (quail-choose-completion-string): Simplify.
18132 (quail-update-leim-list-file): Don't get fooled by commented-out code.
18133 (quail-input-string-to-events): Run events through
18134 translation-table-for-input.
18135
18136 * international/mule-conf.el (translation-table-for-input):
18137 New variable.
18138 (latin-iso8859-14): Amend description.
18139 (file-coding-system-alist): Add entry for utf-8.
18140
18141 * language/utf-8-lang.el: New file.
18142
18143 * international/code-pages.el: New file.
18144
18145 * language/hebrew.el ("Windows-1255"): New language.
18146
18147 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
18148 ("Latvian"): New languages.
18149
18150 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
18151
18152 * xml.el: Use setq rather than (set 'foo bar).
18153 Use push+nreverse rather than append.
18154 (xml-node-name, xml-node-attributes, xml-node-children):
18155 Use defsubst rather than macros.
18156 (xml-parse-region): Handle a nil return value from xml-parse-tag.
18157 (xml-parse-tag): Don't skip white space. Return nil for a comment.
18158 Concat the two strings surrounding a comment into a single string.
18159
18160 * newcomment.el (comment-indent): Jump to the middle of empty comments.
18161
18162 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18163
18164 * select.el (xselect-convert-to-class, xselect-convert-to-name):
18165 Document.
18166
18167 2001-12-14 Andre Spiegel <spiegel@gnu.org>
18168
18169 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
18170 Return nil if FILE is not registered.
18171 (vc-check-master-templates, vc-default-make-version-backups-p):
18172 Doc fix.
18173
18174 2001-12-13 David Ponce <david@dponce.com>
18175
18176 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
18177 (ruler-mode-left-fringe-cols): New macro.
18178 (ruler-mode-right-fringe-cols): New macro.
18179 (ruler-mode-left-scroll-bar-cols): New macro.
18180 (ruler-mode-right-scroll-bar-cols): New macro.
18181 (ruler-mode-ruler): Use above new macros.
18182
18183 2001-12-13 Richard M. Stallman <rms@gnu.org>
18184
18185 * files.el (set-auto-mode): Fix previous change.
18186
18187 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
18188
18189 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
18190 (easy-menu-do-define, easy-menu-convert-item-1)
18191 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
18192 (easy-menu-return-item): Only return nil if there is no binding.
18193
18194 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
18195
18196 * whitespace.el (whitespace-version): 3.2
18197 * whitespace.el (whitespace-force-mode-line-update): Replace with
18198 `whitespace-mode-line-update', which is an alias to the correct
18199 function in various emacsen.
18200 * whitespace.el (whitespace-{un,}highlight-the-space):
18201 Add colorized highlighting of the bogus whitespaces in a buffer/file,
18202 using the `whitespace-highlight-face' if
18203 `whitespace-display-spaces-in-color' is set.
18204
18205 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
18206
18207 * international/mule.el (set-auto-coding): Don't search for
18208 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
18209
18210 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18211
18212 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
18213
18214 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
18215
18216 * mail/rmailsum.el (rmail-summary-mode): Likewise.
18217
18218 2001-12-13 Richard M. Stallman <rms@gnu.org>
18219
18220 * simple.el (undo): Always set this-command to `undo',
18221 so that the next undo after an error will not begin redoing.
18222
18223 * simple.el (shell-command): Doc fix.
18224 (shell-command-on-region): If there is output an an error,
18225 add "...Shell command failed" to the output.
18226
18227 2001-12-13 David Ponce <david@dponce.com>
18228
18229 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
18230 (ruler-mode-left-fringe-cols): Function replaced by more efficient
18231 implementation `ruler-mode-extra-left-cols'.
18232 (ruler-mode-ruler): Use above new function. Take into account
18233 that the fringe areas can now be resized.
18234
18235 2001-12-12 Richard M. Stallman <rms@gnu.org>
18236
18237 * international/characters.el (Unicode): Comment out
18238 the specifications for kelvin and angstrom signs.
18239
18240 * international/mule.el (make-translation-table-from-vector):
18241 Allow null elements in VEC.
18242
18243 * international/ucs-tables.el (unify-8859-on-encoding-mode)
18244 (unify-8859-on-decoding-mode): Swap the code in their bodies.
18245 Add :version.
18246
18247 2001-12-11 Richard M. Stallman <rms@gnu.org>
18248
18249 * derived.el (derived-mode-p): Function moved to subr.el.
18250
18251 * subr.el (derived-mode-p): Moved here from derived.el.
18252
18253 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
18254
18255 * files.el (set-auto-mode-1): New subroutine, broken out of
18256 set-auto-mode.
18257 (set-auto-mode, hack-local-variables-prop-line): Use that.
18258
18259 2001-12-11 Dave Love <fx@gnu.org>
18260
18261 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
18262
18263 * language/european.el: Remove autoload cookies. Fix registration
18264 of diacritic composition function.
18265
18266 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18267
18268 * calendar/todo-mode.el: Require time-stamp.
18269
18270 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
18271
18272 2001-12-11 Richard M. Stallman <rms@gnu.org>
18273
18274 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
18275
18276 * textmodes/ispell.el (ispell-buffer-local-parsing):
18277 Match xml like sgml.
18278
18279 * emacs-lisp/advice.el (ad-compile-function):
18280 Byte compile the function under another (uninterned) name.
18281
18282 * gud.el (gdb): Define and bind gud-jump.
18283
18284 * font-lock.el (font-lock-mode):
18285 Put our function at the end of after-change-functions.
18286
18287 * ediff-diff.el (ediff-cmp-options): Doc fix.
18288
18289 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
18290
18291 2001-12-10 Richard M. Stallman <rms@gnu.org>
18292
18293 * isearch.el (isearch-yank-word-or-char): New function.
18294 (isearch-mode-map): Bind C-w to that.
18295
18296 * menu-bar.el (menu-bar-mode): Make arg optional.
18297
18298 * simple.el (line-move): Cope if next-single-property-change
18299 or previous-single-property-change returns nil.
18300
18301 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
18302 Don't use interactive-p; instead, pass the proper args
18303 in (interactive...). Clean up most of the trouble-report strings.
18304
18305 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
18306
18307 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
18308 enqueued messages literally.
18309
18310 2001-12-10 Noah Friedman <friedman@splode.com>
18311
18312 * battery.el (battery-insert-file-contents): Obsolete function
18313 removed.
18314 (battery-read-function): Obsolete function removed.
18315 (battery-linux-proc-apm): Use insert-file-contents.
18316
18317 2001-12-07 Stephen Eglen <stephen@gnu.org>
18318
18319 * iswitchb.el (iswitchb-visit-buffer):
18320 Use `select-frame-set-input-focus'--needed when window manager
18321 uses "click to focus" policy.
18322
18323 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18324
18325 * COPYING: Moved back.
18326
18327 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
18328
18329 * term/internal.el (IT-character-translations): Add entries for
18330 more points.
18331
18332 * international/characters.el: Resurrect the Hebrew category
18333 settings for all Hebrew characters removed by the last change.
18334 Add code for setting the Hebrew category of the Unicode Hebrew
18335 characters. Set syntax entries for Hebrew punctuation characters.
18336
18337 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
18338 points and directional formatting control characters.
18339
18340 2001-12-07 Dave Love <fx@gnu.org>
18341
18342 * language/lao-util.el: Add Unicode equivalents for rules.
18343 (lao-post-read-conversion): New function.
18344
18345 * language/lao.el: Add Unicode equivalents.
18346 (lao): Add post-read conversion.
18347
18348 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
18349 Use iso2022 encoding.
18350 (latin1-char-displayable-p): Doc fix.
18351 (latin1-display-ucs-per-lynx): New option.
18352 (latin1-display-ucs-per-lynx): New command.
18353 (latin1-display-reset): Special-case arabic.
18354 (ucs-tables): Require.
18355 (latin1-display-sets, latin1-display-setup): Add arabic.
18356 (latin1-display) <variable>: Use function latin1-display.
18357 (latin1-display) <function>: Add mule-unicode stuff.
18358 (latin1-display-check-font): Don't lose if `info' is nil.
18359
18360 * international/iso-transl.el: Insert Latin-1 characters, not
18361 unibyte codes.
18362
18363 * language/european.el (diacritic-composition-pattern): New constant.
18364 (diacritic-compose-region, diacritic-compose-string)
18365 (diacritic-compose-buffer, diacritic-post-read-conversion)
18366 (diacritic-composition-function): New functions.
18367
18368 * international/utf-8.el (ucs-mule-to-mule-unicode):
18369 New translation table.
18370 (ccl-encode-mule-utf-8): Use it.
18371 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
18372 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
18373 (utf-8-subst-table): New variable.
18374 (utf-8-compose-scripts): New option.
18375 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
18376
18377 * international/ucs-tables.el, international/utf-8-subst.el:
18378 New files.
18379
18380 * international/characters.el: Don't set word syntax (the default)
18381 explicitly. Add a diacritic category. Add info for Unicode
18382 equivalents of characters in various Mule charsets and for extra
18383 Unicode characters. Don't define specific categories for
18384 Indian/Devanagari, since they aren't used.
18385
18386 2001-12-06 Richard M. Stallman <rms@gnu.org>
18387
18388 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
18389 (set-justification-left, set-justification-right): Doc fix.
18390
18391 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
18392 (bug-f90-mode): Variable deleted.
18393
18394 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
18395
18396 * indent.el (indent-line-function): Default is indent-relative again.
18397
18398 2001-12-07 Miles Bader <miles@gnu.org>
18399
18400 * progmodes/compile.el (compilation-error-regexp-alist):
18401 Added regexps for RXP.
18402
18403 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
18404
18405 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
18406 Add shift-assignment operators to those highlighted, and highlight
18407 the whole operator rather than just the "=".
18408
18409 2001-12-04 Juanma Barranquero <lektu@terra.es>
18410
18411 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
18412 before saving abbrevs if `save-abbrevs' has the value `silently'.
18413
18414 2001-12-04 Andreas Schwab <schwab@suse.de>
18415
18416 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
18417
18418 2001-12-04 Colin Walters <walters@debian.org>
18419
18420 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
18421 for `defmacro*' forms.
18422
18423 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
18424 `defmacro*'.
18425
18426 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
18427
18428 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
18429
18430 2001-12-02 Richard M. Stallman <rms@gnu.org>
18431
18432 * files.el (insert-directory): If the df output does not look right,
18433 don't try to use it. Other cleanups in overall code structure.
18434
18435 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
18436
18437 * textmodes/outline.el (outline-mode-prefix-map):
18438 Add bindings for outline-promote and outline-demote.
18439 (outline-minor-mode-menu-bar-map): New var.
18440 (outline-minor-mode): Use it.
18441 (outline-heading-alist): New var (renamed from outline-level-heading).
18442 (outline-level): Use it.
18443 (outline-insert-heading, outline-promote, outline-demote):
18444 Update to use outline-heading-alist.
18445
18446 * disp-table.el (standard-display-european):
18447 Simplify since the function is not interactive any more.
18448 Don't set the existing buffers to unibyte.
18449
18450 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
18451
18452 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
18453
18454 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
18455
18456 * shell.el (shell): Use shell-file-name.
18457 Pop to buffer before calling comint to set COLUMNS properly.
18458
18459 * emacs-lisp/cl.el (svref): New alias.
18460
18461 * progmodes/antlr-mode.el (antlr-c-common-init):
18462 Don't inhibit adaptive-fill-mode any more.
18463
18464 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
18465
18466 * progmodes/etags.el (tags-with-face): Use make-symbol.
18467 (tags-search, tags-query-replace): Use backquotes.
18468
18469 * textmodes/picture.el (picture-mode-map): Don't use defconst
18470 for a variable.
18471
18472 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18473
18474 * textmodes/reftex-index.el (reftex-index-mode):
18475 Remove make-local-hook.
18476
18477 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
18478
18479 2001-12-02 Kim F. Storm <storm@cua.dk>
18480
18481 * isearch.el (isearch-resume-enabled): New variable.
18482 (isearch-done): Use that variable.
18483
18484 2001-12-01 Richard M. Stallman <rms@gnu.org>
18485
18486 * wid-edit.el (widget-button-click): Don't move point permanently:
18487 Avoid mouse-set-point--instead select the window,
18488 then do save-excursion, then move point.
18489 Specify the buffer for get-char-property.
18490 Don't use `@' in interactive.
18491
18492 * indent.el (indent-line-function):
18493 Default is indent-to-left-margin again.
18494
18495 * replace.el (query-replace-read-args): Display message
18496 if FROM contains `\n' or `\t'.
18497
18498 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
18499
18500 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
18501
18502 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
18503
18504 * emacs-lisp/regexp-opt.el (regexp-opt):
18505 Bind completion-regexp-list to nil.
18506
18507 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
18508
18509 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
18510
18511 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
18512 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
18513 Update maintainer.
18514
18515 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
18516
18517 * mail/smtpmail.el: Use with-current-buffer.
18518 (message-make-date, message-make-message-id): Autoload when needed.
18519 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
18520 headers when missing.
18521
18522 * international/encoded-kb.el (encoded-kbd-mode):
18523 Use define-minor-mode.
18524
18525 * enriched.el (enriched-mode): Use define-minor-mode.
18526 Use dolist and pop and push.
18527
18528 * info.el (Info-find-node-2): Don't call info-insert-file-contents
18529 with the `visit' argument.
18530 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
18531
18532 * progmodes/hideif.el (hide-ifdef-mode): Only modify
18533 `change-major-mode-hook' locally. Reset invisibility spec.
18534
18535 * man.el (Man-build-section-alist): Remove last Man-match-substring.
18536
18537 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18538
18539 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
18540 Clarify error message.
18541
18542 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18543
18544 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
18545
18546 2001-11-30 Andre Spiegel <spiegel@gnu.org>
18547
18548 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
18549 don't just return it.
18550
18551 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
18552
18553 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
18554 (menu-bar-read-emacs-man, search-emacs-glossary)
18555 (emacs-index-search, elisp-index-search): New functions.
18556 (apropso-documentation, apropos, apropos-value, apropos-variable)
18557 (apropos-commands): Modify menu item names and help text.
18558 (elisp-index-search, emacs-index-search, emacs-glossary):
18559 New menu items.
18560 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
18561 submenu.
18562 (info-elisp, info-elintro): New menu items.
18563 (apropos): Modify the menu item name.
18564
18565 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
18566
18567 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
18568
18569 * textmodes/outline.el (outline-promote, outline-demote): Typo.
18570
18571 * man.el (man-follow-mouse): New function.
18572 (Man-mode-map): Bind mouse-2 to it.
18573 (Man-match-substring): Remove. Replace with `match-string'.
18574 (man): Use the `default-value' argument to `read-string'.
18575 (Man-fontify-manpage): Add mouse-face to cross references.
18576
18577 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
18578
18579 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
18580
18581 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
18582 the value of require-match in minibuffer-completion-confirm.
18583 Use crm-local-completion-map.
18584
18585 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
18586 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
18587 (cl-make-type-test): Use char-valid-p for `character'.
18588
18589 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
18590 (Info-complete-menu-item): Rewrite. Add the ability to search
18591 several sequential nodes. Add a simple caching mechanism.
18592 (Info-goto-index): New function extracted from Info-index.
18593 (Info-index): Use it. Add completion to the interactive spec.
18594 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
18595
18596 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18597
18598 * COPYING: Removed.
18599
18600 2001-11-29 Dave Love <fx@gnu.org>
18601
18602 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
18603 (fortran-window-create, fortran-window-create-momentarily):
18604 Rewrite, moving error condition.
18605 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
18606 (fortran-mode-syntax-table): Revert last change.
18607
18608 * international/mule.el: Doc fixes.
18609 (map-charset-chars): New function.
18610 (register-char-codings): Use it to cope with generic chars in
18611 safe-chars.
18612
18613 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18614
18615 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
18616
18617 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
18618
18619 * play/studly.el (studlify-word, studlify-region)
18620 (studlify-buffer): Fix doc-string.
18621 (studlify-buffer): Add autoload cookie.
18622
18623 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
18624
18625 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
18626 (outline-up-heading-all): Remove.
18627 (hide-sublevels): Move to end-of-heading before calling flag-region.
18628 (outline-copy-overlay, outline-discard-overlays): Remove.
18629 (outline-flag-region): Use `remove-overlays'.
18630 Don't move to end-of-heading.
18631 (outline-next-visible-heading, outline-back-to-heading)
18632 (outline-on-heading-p): Use outline-invisible-p.
18633 (outline-font-lock-level): Use outline-up-heading's new arg.
18634 (outline-minor-mode): Simplify.
18635 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
18636 (outline): Put a `reveal-toggle-invisible' property.
18637 (outline-level-heading): New var.
18638 (outline-insert-heading, outline-promote, outline-demote)
18639 (outline-toggle-children): New commands.
18640
18641 * progmodes/hideif.el (hif-end-of-line): New function.
18642 (hide-ifdef-mode): Set line-move-ignore-invisible.
18643 (hide-ifdef-region-internal): New function.
18644 (hide-ifdef-region): Use it.
18645 (hif-defined): Return an integer.
18646 (hif-infix-to-prefix): Remove.
18647 (hif-tokenize): Parse from the buffer rather than from a string.
18648 Correctly tokenize integers. Use forward-comment.
18649 (hif-expr): Use hif-or.
18650 (hif-term): Use hif-and.
18651 (hif-factor): Use hif-not. Handle numbers properly.
18652 Don't require parenthesis around `defined's argument.
18653 (hif-and, hif-or, hif-not): New funs.
18654 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
18655 (hif-hide-line): Don't hide the \n before the line.
18656 (hif-possibly-hide): Correctly handle numeric evaluation results.
18657
18658 * progmodes/make-mode.el: Use line-(end|beginning)-position.
18659 (makefile-mode): Set indent-line-function.
18660 (makefile-browser-insert-continuation): Use with-current-buffer.
18661 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
18662
18663 2001-11-28 Karl Fogel <kfogel@red-bean.com>
18664
18665 * isearch.el (isearch-yank-internal): New helper function.
18666 (isearch-yank-char): New function.
18667 (isearch-yank-word, isearch-yank-line): Rewrite to use
18668 isearch-yank-internal.
18669
18670 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
18671
18672 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
18673 aren't supported. Print a message to that effect if invoked.
18674
18675 2001-11-27 Stephen Eglen <stephen@gnu.org>
18676
18677 * locate.el (locate): Put point at first matching file rather
18678 than top of buffer.
18679
18680 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
18681
18682 * reveal.el: New file.
18683
18684 * progmodes/hideif.el: Misc cleanup.
18685 (hide-ifdef-mode-submap): Put the def in the defvar.
18686 Use substitute-key-definition.
18687 (hide-ifdef-mode): Use define-minor-mode.
18688 (hif-outline-flag-region): Remove.
18689 (hif-show-all): Define in terms of hif-show-ifdef-region.
18690 (hif-after-revert-function): Rename from hif-before-revert-function.
18691 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
18692 (hif-tokenize): Use with-syntax-table.
18693 (hif-make-range): Use `else' also for `else-p'.
18694 (hif-range-else-p): Remove.
18695 (hif-find-range): Simplify.
18696 (hif-hide-line): Don't bother preserving buffer-modified-p.
18697 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
18698 Don't use selective-display and inhibit-read-only.
18699
18700 * subr.el (copy-overlay, remove-overlays): New funs.
18701
18702 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
18703
18704 2001-11-27 Sam Steingold <sds@gnu.org>
18705
18706 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
18707 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
18708 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
18709 * obsolete/c-mode.el, obsolete/cplus-md.el
18710 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
18711 * term/sun-mouse.el, textmodes/artist.el:
18712 Converted backquote to the new style.
18713 * mouse.el, reposition.el: Likewise (in comments).
18714 * expand.el: Likewise (in a string).
18715
18716 2001-11-27 Richard M. Stallman <rms@gnu.org>
18717
18718 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
18719
18720 2001-11-26 Richard M. Stallman <rms@gnu.org>
18721
18722 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
18723 if :on-glyph or :off-glyph is a list, eval it and store it back.
18724 (checkbox): Quote the values for :on-glyph and :off-glyph.
18725
18726 * cus-start.el (recursive-load-depth-limit): Delete item.
18727
18728 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
18729
18730 * help-fns.el (describe-categories, help-describe-category-set): New.
18731 describe-categories moved here from src/category.c.
18732
18733 2001-11-26 Sam Steingold <sds@gnu.org>
18734
18735 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
18736 arguments to `insert' are strings.
18737
18738 2001-11-26 Richard M. Stallman <rms@gnu.org>
18739
18740 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
18741
18742 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
18743
18744 * international/mule-diag.el: Require help-fns instead of
18745 help-funs.
18746
18747 * help-fns.el: Renamed from help-funs.el.
18748
18749 * startup.el (command-line-1): Don't try to call process-list if
18750 it is not fboundp.
18751
18752 2001-11-26 Sam Steingold <sds@gnu.org>
18753
18754 * frame.el (show-trailing-whitespace): Remove :set argument (the
18755 value was essentially identical to the defalt).
18756
18757 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18758
18759 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
18760
18761 * icomplete.el (icomplete-minibuffer-setup): Likewise.
18762
18763 * hilit-chg.el (hilit-chg-set): Likewise.
18764
18765 * speedbar.el (speedbar-mode): Likewise.
18766
18767 * calendar/calendar.el (calendar-mode): Likewise.
18768
18769 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
18770 insert-string.
18771
18772 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
18773
18774 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
18775
18776 * term/sun-mouse.el (sun-yank-selection): Likewise.
18777
18778 * textmodes/bib-mode.el (return-key-bib): Likewise.
18779
18780 * calendar/appt.el (appt-disp-window): Likewise.
18781
18782 * calendar/diary-lib.el (list-diary-entries): Likewise.
18783
18784 * array.el (array-reconfigure-rows): Likewise.
18785
18786 * filecache.el (file-cache-minibuffer-complete): Likewise.
18787
18788 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
18789
18790 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
18791
18792 * allout.el (outline-version, outline-open-topic)
18793 (outline-rebullet-heading, outline-insert-listified)
18794 (outline-latex-verbatim-quote-curr-line)
18795 (outline-latexify-one-item, outlineify-sticky): Likewise.
18796
18797 * vc.el (vc-next-action-on-file): Likewise.
18798 (vc-dired-mode): Remove make-local-hook.
18799
18800 2001-11-26 Andre Spiegel <spiegel@gnu.org>
18801
18802 * vc.el (vc-find-version): New function.
18803 (vc-version-other-window): Redefined in terms of the above.
18804
18805 * log-view.el (log-view-find-version): New function.
18806 (log-view-mode-map): Bind it to `f'.
18807
18808 2001-11-26 Gerd Moellmann <gerd@gnu.org>
18809
18810 * language/devan-util.el (dev-char-glyph): Escape `"' in
18811 string literals.
18812 (dev-glyph-glyph, dev-glyph-glyph-2)
18813 (devanagari-compose-syllable-region): Likewise.
18814
18815 2001-11-26 Richard M. Stallman <rms@gnu.org>
18816
18817 * window.el (save-selected-window): No error if saved window is dead.
18818
18819 * help-funs.el (describe-syntax): Put (interactive) after doc string.
18820
18821 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18822
18823 * international/quail.el (quail-help): Require help-mode in
18824 top-level instead.
18825
18826 * iswitchb.el (iswitchb-exhibit): Use insert instead of
18827 insert-string.
18828
18829 * icomplete.el (icomplete-exhibit): Likewise.
18830
18831 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
18832
18833 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
18834 (diff-hunk-kill): Simplify.
18835 (diff-post-command-hook): Only apply to a single hunk.
18836 (diff-hunk-text): Make `char-offset' non-optional.
18837 (diff-find-text): Return a cons cell.
18838 (diff-find-approx-text): New fun.
18839 (diff-find-source-location): Use it.
18840 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
18841 Adapt to new retval of diff-find-text.
18842
18843 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
18844 rather than integer- representation of dates.
18845
18846 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
18847
18848 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
18849 (syntax-after): New fun.
18850
18851 * help-funs.el (describe-syntax): New fun.
18852
18853 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
18854 (font-lock-ppss-stats, font-lock-ppss): Remove.
18855 (font-lock-fontify-syntactically-region): Remove tuning code.
18856 (font-lock-compile-keywords): Fix off-by-one bug.
18857 (font-lock-set-defaults): Don't set removed vars.
18858 (c-keywords): Add `inline'.
18859 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
18860
18861 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18862 Set syntax-begin-function.
18863 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
18864 (lisp-interaction-mode): Don't set local-abbrev-table any more.
18865 (lisp-mode-auto-fill): Use syntax-ppss and obey
18866 comment-auto-fill-only-comments.
18867 (lisp-fill-paragraph): Use syntax-ppss.
18868
18869 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
18870
18871 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
18872 version of rmail-enable-mime.
18873 (rmail-forward): Use it.
18874
18875 2001-11-25 Richard M. Stallman <rms@gnu.org>
18876
18877 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
18878
18879 * international/quail.el (quail-keyboard-layout-button):
18880 Define button type.
18881 (quail-keyboard-customize-button): Likewise.
18882 (quail-help): Use those button types. Require `help-mode'.
18883 Avoid altering the argument `package'.
18884
18885 * help-mode.el (help-function, help-variable, help-face)
18886 (help-coding-system, help-input-method, help-character-set):
18887 Define each button type with its own explicit define-button-type.
18888
18889 * language/devan-util.el: Comment out parts of the file
18890 which apparently are garbled.
18891
18892 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18893
18894 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
18895 insert-string.
18896
18897 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18898
18899 * play/snake.el (snake-mode): Remove make-local-hook.
18900
18901 * play/tetris.el (tetris-mode): Likewise.
18902
18903 * play/decipher.el (decipher-mode): Likewise.
18904
18905 * tmm.el (tmm-add-prompt): Likewise.
18906
18907 2001-11-25 Sam Steingold <sds@gnu.org>
18908
18909 * menu-bar.el (menu-bar-apropos-menu): New variable.
18910 Moved all `apropos' bindings to this menu.
18911 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
18912
18913 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
18914
18915 The following changes are for new indian languages support based
18916 on Unicode charset and CDAC fonts.
18917
18918 * international/mule-conf.el: Change indian-1-column charset to
18919 indian-glyph charset.
18920
18921 * international/characters.el: Adjusted for the change of
18922 indian-1-column -> indian-glyph.
18923
18924 * international/fontset.el: Delete the setting for indian-1-column
18925 and add the setting for indian-glyph in the default fontset.
18926
18927 * language/indian.el: Completely re-written.
18928
18929 * language/devanagari.el: Completely re-written.
18930
18931 * language/devan-util.el: Completely re-written.
18932
18933 * language/ind-util.el: New file.
18934
18935 2001-11-24 Richard M. Stallman <rms@gnu.org>
18936
18937 * startup.el (command-line-1): Don't do startup screen
18938 if a subprocess is running. Call the startup screen buffer
18939 "GNU Emacs". Make a special mode-line-format for it.
18940
18941 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
18942 (browse-url-galeon): Use that variable.
18943
18944 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
18945 eval-expression. Eval and set the variable simply.
18946
18947 * files.el (temporary-file-directory): Use defcustom.
18948 (small-temporary-file-directory): Likewise.
18949 (normal-backup-enable-predicate): Move down in file
18950 after definition of temporary-file-directory.
18951
18952 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
18953
18954 2001-11-24 Colin Walters <walters@debian.org>
18955
18956 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
18957 autoload names to match files renamed on initial calc import.
18958
18959 * calc/calc.el (Commentary): Cleanup, and add logistic curve
18960 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
18961
18962 2001-11-23 Colin Walters <walters@debian.org>
18963
18964 * Makefile.in (finder_setwins, setwins): Include Calc again.
18965
18966 * calc/calc-rules.el: Add header comment.
18967
18968 2001-11-23 Andre Spiegel <spiegel@gnu.org>
18969
18970 * vc.el (with-vc-properties): Don't bind `filename' locally.
18971 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
18972 to avoid name clashes. Fix `lisp-indent-function' property for
18973 both.
18974
18975 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
18976
18977 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
18978
18979 2001-11-22 Colin Walters <walters@debian.org>
18980
18981 * calc/calc-misc.el (report-calc-bug):
18982 Use `reporter-prompt-for-summary-p'.
18983
18984 * calc/INSTALL, calc/Makefile: Remove.
18985
18986 2001-11-22 Miles Bader <miles@gnu.org>
18987
18988 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
18989 (reb-match-2, reb-match-3): Add dark-background variants.
18990
18991 2001-11-22 Colin Walters <walters@debian.org>
18992
18993 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
18994 (info "Calc").
18995 (report-calc-bug): Use reporter.el.
18996
18997 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
18998
18999 2001-11-21 Richard M. Stallman <rms@gnu.org>
19000
19001 * which-func.el (which-function): Call imenu--make-index-alist
19002 if necessary to get a list of functions.
19003 (which-function-imenu-failed): New variable.
19004 (which-func-update): Handle all visible windows.
19005 (which-func-update-1): New subroutine broken out of which-func-update.
19006
19007 * files.el (temporary-file-directory, null-device)
19008 (small-temporary-file-directory): Definitions moved up.
19009
19010 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
19011 (cperl-non-problems, cperl-praise): Doc fixes.
19012
19013 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
19014 (sh-mode-syntax-table): Function restored.
19015 Variable set up for use by function sh-mode-syntax-table.
19016 (sh-set-shell): Set the syntax table.
19017
19018 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
19019
19020 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
19021
19022 * international/encoded-kb.el: Don't alter minor-map-alist.
19023
19024 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19025
19026 * files.el (auto-save-file-name-transforms): Put remote files in
19027 temporary-file-directory rather than /tmp.
19028
19029 2001-11-21 Colin Walters <walters@debian.org>
19030
19031 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
19032 of (function ...) wrapper.
19033
19034 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
19035
19036 * derived.el (define-derived-mode): Create the abbrev-table
19037 from inside the `defvar'.
19038
19039 * jit-lock.el (jit-lock-defer-time): New var.
19040 (jit-lock-defer-timer, jit-lock-buffers): New vars.
19041 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
19042 (jit-lock-function): Defer fontification if requested.
19043 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
19044 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
19045 text property.
19046 (jit-lock-deferred-fontify): New fun.
19047
19048 2001-11-20 Richard M. Stallman <rms@gnu.org>
19049
19050 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
19051 Set local-abbrev-table to lisp-mode-abbrev-table.
19052
19053 * emacs-lisp/re-builder.el (reb-mode):
19054 Don't use define-derived-mode. Call kill-all-local-variables.
19055
19056 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
19057 Don't use define-derived-mode.
19058
19059 * help-mode.el (help-mode): Undo 2001-10-07 change.
19060
19061 * replace.el (occur-mode): Undo 2001-5-20 change.
19062
19063 2001-11-20 Jason Rumney <jasonr@gnu.org>
19064
19065 * w32-fns.el (w32-system-coding-system): Change to an alias for
19066 locale-coding-system.
19067 (set-w32-system-coding-system): Document the above change.
19068 Set locale-coding-system instead.
19069
19070 2001-11-20 Richard M. Stallman <rms@gnu.org>
19071
19072 * ruler-mode.el: Add pagination.
19073 (ruler-mode-toggle-show-tab-stops): No need to
19074 test `ruler-mode' variable.
19075
19076 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
19077
19078 * play/landmark.el: Mark lm-mode as special.
19079
19080 * play/gomoku.el: Mark gomoku-mode as special.
19081
19082 2001-11-20 Juanma Barranquero <lektu@terra.es>
19083
19084 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
19085 (top-level): Bind it to C-c C-b.
19086 (re-builder): Don't re-enter RE Builder Mode.
19087
19088 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
19089
19090 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
19091
19092 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
19093 `manual-program'.
19094
19095 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
19096 to a line without a comment.
19097
19098 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
19099
19100 * dired.el (dired-listing-switches): Mention in the doc string
19101 that some switches are not supported by ls-lisp.el
19102
19103 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19104
19105 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
19106 (imenu--create-keymap-2): Remove.
19107 (imenu--create-keymap-1): Simplify, remove third argument.
19108 (imenu--generic-function): Use dolist.
19109 (imenu-find-default): New function.
19110 (imenu--completion-buffer): Use it.
19111 (imenu--mouse-menu): Use popup-menu.
19112 (imenu--menubar-select): Return t rather than calling imenu.
19113
19114 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
19115 New functions, extracted from fill-region-as-paragraph.
19116 (fill-region-as-paragraph): Use them.
19117 Use an end marker instead of eob.
19118 Ignore whitespace-only fill-prefixes when indenting according to mode.
19119 Simplify the loop that searches for spaces backwards.
19120
19121 * textmodes/picture.el (picture-vertical-step)
19122 (picture-horizontal-step): Don't use defconst for variables.
19123
19124 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
19125 (mail-extract-address-components): Downcase domain names.
19126 (mail-extr-delete-char): Remove. Use delete-char instead.
19127
19128 * emulation/pc-select.el: Doc string fixes.
19129 (pc-selection-mode): Don't treat macos as a tty.
19130
19131 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
19132
19133 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
19134
19135 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
19136 (mouse-wheel-progessive-speed): New var.
19137 (mwheel-scroll): Use it and handle float values.
19138
19139 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
19140
19141 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
19142 (iswitchb): Fix the case where the result was selected with the mouse.
19143 (iswitchb-completion-help): Use the normal *Completions* now that
19144 mouse selection works.
19145 (iswitchb-minibuffer-setup): Simplify.
19146
19147 * newcomment.el (comment-column, comment-style, comment-multi-line)
19148 (comment-auto-fill-only-comments): Remove :group arg.
19149 (comment-padding): Add :type.
19150 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
19151 if called interactively.
19152
19153 2001-11-19 Colin Walters <walters@verbum.org>
19154
19155 * calc/calc.el (toplevel): Add comment and version header.
19156 (calc-init-base): Bump version to 2.02f, update date.
19157
19158 2001-11-19 Richard M. Stallman <rms@gnu.org>
19159
19160 * net/browse-url.el: Support Mozilla and Galeon.
19161 By default, find the installed browser whichever it is.
19162 (browse-url-mozilla): New function.
19163 (browse-url-mozilla-sentinel): New function.
19164 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
19165 (browse-url-default-browser): New function.
19166 (browse-url-process-environment): Use browse-url-browser-display.
19167 (browse-url-browser-display): Renamed from browse-url-netscape-display.
19168 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
19169 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
19170 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
19171 (browse-url-browser-function): New default, new options.
19172
19173 2001-11-19 Sam Steingold <sds@gnu.org>
19174
19175 * bindings.el (last-buffer, unbury-buffer): New function.
19176 (mode-line-unbury-buffer): Use `unbury-buffer'.
19177
19178 2001-11-18 Stephen Eglen <stephen@gnu.org>
19179
19180 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
19181 control behaviour when no further completion is possible.
19182
19183 2001-11-19 Colin Walters <walters@verbum.org>
19184
19185 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
19186 (math-showing-full-precision, math-with-extra-prec, math-working)
19187 (calc-with-default-simplification)
19188 (calc-with-trail-buffer): Use backtick.
19189 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
19190 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
19191 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
19192 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
19193 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
19194 (Math-num-integerp, Math-bignum-test, Math-equal-int)
19195 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
19196 (calc-record-compilation-date-macro): Deleted. Callers updated.
19197 (math-format-radix-digit): Move to calc-bin.el.
19198
19199 * calc/calc.el (calc-record-compilation-date): Remove.
19200 (calc-bug-address): Update.
19201 (calc-settings-file): Use `user-init-file'.
19202
19203 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
19204 Handle null `calc-settings-file'.
19205
19206 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
19207 * calc/calc-keypd.el (calc-keypad-mode): New.
19208 (calc-do-keypad): Use it.
19209 (calc-keypad-map): Move into `calc-keypad-mode'.
19210
19211 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
19212 to defalias argument.
19213
19214 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
19215 (calcFunc-floor): Ditto.
19216
19217 * calc-units.el (calcFunc-usimplify): Ditto.
19218
19219 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
19220 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
19221 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
19222 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
19223 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
19224 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
19225 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
19226 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
19227 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
19228 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
19229 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
19230 and move them before their first use. Use `when', `unless'.
19231 Remove trailing periods from error forms. Add description and
19232 headers suggested by Emacs Lisp coding conventions.
19233
19234 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19235
19236 * newcomment.el (comment-indent):
19237 Fix misindentation for comment-only lines.
19238 (comment-indent-new-line): Only obey comment-multi-line if the
19239 comment-ender is not the end-of-line.
19240
19241 2001-11-19 Richard M. Stallman <rms@gnu.org>
19242
19243 * net/net-utils.el (network-connection-service-abbrev-alist):
19244 New variable.
19245
19246 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
19247 Advance to start of 3rd sexp by moving fwd and backing over it.
19248 At first three elements, act like defun.
19249
19250 * delsel.el (delete-selection-pre-hook): Handle and resignal
19251 file-supersession errors to interact properly with userlock.el.
19252
19253 2001-11-18 Richard M. Stallman <rms@gnu.org>
19254
19255 * progmodes/fortran.el (fortran-mode-syntax-table):
19256 Specify punctuation syntax for backslash.
19257
19258 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
19259 All calls deleted.
19260
19261 * international/mule-util.el (string-to-sequence): Make it obsolete.
19262 (string-to-list, string-to-vector): Implement them directly
19263 using append and vconcat, not with string-to-sequence.
19264
19265 * startup.el (command-line): Set abbrevs-changed to nil after
19266 reading the init file and the abbrevs file.
19267
19268 * isearch.el (isearch): Use magenta2 as bg for (background light)
19269
19270 2001-11-17 Richard M. Stallman <rms@gnu.org>
19271
19272 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
19273
19274 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19275
19276 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
19277
19278 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
19279 If set and if applicable, add a regexp to highlight defun-like
19280 text inside comments and strings.
19281 (font-lock-fontify-keywords-region): Pass that new arg.
19282 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
19283 to the end and pass that new arg.
19284 (c-font-lock-keywords-2): Fix regex for labels.
19285 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
19286 Make it work when LIMIT is several lines further.
19287 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
19288 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
19289 Use backquote and make the regexes for `int a, b, c;' work on
19290 multiple lines.
19291
19292 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
19293 (font-lock-defaults-alist): Don't change it any more.
19294 (reb-subexp-mode-map): Cleanup.
19295
19296 * custom.el (custom-current-group-alist): New var.
19297 (custom-declare-group): Set it.
19298 (custom-current-group): New fun.
19299 (custom-declare-variable, custom-handle-all-keywords):
19300 Use it as a default if no :group argument is specified.
19301
19302 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
19303 (standard-keyboard-coding-systems): New var.
19304 (set-locale-environment): Use it to decide whether or not to call
19305 set-keyboard-coding-system.
19306 (locale-language-names): Use \"French\" for "fr".
19307
19308 2001-11-17 Richard M. Stallman <rms@gnu.org>
19309
19310 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
19311 (add-to-list): Delete compatibility code.
19312 (checkdoc-next-message-error): Doc fix.
19313
19314 2001-11-17 Stephen Eglen <stephen@gnu.org>
19315
19316 * locate.el (locate): Show default locate pattern within the
19317 prompt, but don't insert it into the minibuffer contents.
19318 Catch the case when pattern is the empty string.
19319
19320 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
19321
19322 * language/european.el ("French"): New language environment.
19323
19324 2001-11-16 Richard M. Stallman <rms@gnu.org>
19325
19326 * calendar/todo-mode.el (todo-save): Fix previous change.
19327
19328 * subr.el (functionp): Do use cdr-safe on object.
19329
19330 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
19331
19332 * bindings.el (mode-line-mode-name): Only put the help-echo property
19333 if the local-map property was put as well.
19334 (global-map): Bind switch-frame, delete-frame, iconify-frame
19335 and make-frame-visible events.
19336
19337 * emacs-lisp/elp.el (elp-not-profilable): New var.
19338 (elp-not-profilable-p): New function.
19339 (elp-instrument-function): Use it. Use backquotes and push.
19340
19341 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
19342 (byte-stack+-info, byte-compile-last-warned-form)
19343 (byte-compile-last-logged-file): Don't defconst a variable.
19344 (no-byte-compile): Declare.
19345 (byte-compile-file): Don't boundp-check no-byte-compile any more.
19346 (byte-compile-defvar): Leave defconst as is.
19347
19348 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
19349 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
19350 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
19351 (edebug-best-error): Don't defconst a variable.
19352 (edebug-read-syntax-table): Use a char-table.
19353 (edebug-lemacs-specific): Remove.
19354 Toplevel: Eliminate check for Lucid Emacs.
19355
19356 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
19357
19358 * rect.el (move-to-column-force): Mark obsolete.
19359 (operate-on-rectangle, delete-extract-rectangle-line)
19360 (insert-rectangle, delete-whitespace-rectangle-line)
19361 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
19362 (string-rectangle-history): New var.
19363 (string-rectangle, string-insert-rectangle): Use it.
19364 (delete-rectangle-line): Fix pos/column mixup and simplify.
19365
19366 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
19367 (normal-top-level, command-line, command-line-1): Simplify.
19368
19369 * tar-mode.el (tar-mode): Use define-derived-mode.
19370
19371 * view.el (view-mode-enable): Don't use make-local-hook.
19372
19373 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
19374
19375 2001-11-16 Richard M. Stallman <rms@gnu.org>
19376
19377 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
19378 if it doesn't make sense as anything else.
19379 Don't recognize a "telephone number" at the beginning of the name.
19380 (mail-extr-leading-garbage): Match non-word characters only.
19381
19382 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19383
19384 * startup.el (command-line-processed): Doc fix.
19385
19386 * apropos.el (apropos-next-label-button): Doc fix.
19387
19388 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
19389
19390 * comint.el (comint-mode): Simplify.
19391 (make-comint-in-buffer): Run `comint-mode' only if necessary.
19392
19393 * subr.el (eval-after-load): Make it work with features as well.
19394
19395 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
19396
19397 * international/mule-cmds.el (describe-input-method): Setup xref.
19398 (set-language-environment): Use functionp.
19399 (locale-language-names, locale-charset-language-names)
19400 (locale-preferred-coding-systems): Defconst and purecopy.
19401
19402 * language/european.el (mac-roman): Add mime-charset property.
19403
19404 2001-11-15 Richard M. Stallman <rms@gnu.org>
19405
19406 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
19407 (multiple-value-apply, nth-value): Use defsubst rather than defalias
19408 to get better doc strings.
19409
19410 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19411
19412 * derived.el: Fix autoload cookie.
19413
19414 2001-11-15 Richard M. Stallman <rms@gnu.org>
19415
19416 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
19417
19418 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
19419
19420 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
19421
19422 2001-11-15 Richard M. Stallman <rms@gnu.org>
19423
19424 * dired.el (dired-undo): Display a message to explain
19425 that this does not undo file system changes.
19426
19427 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
19428
19429 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
19430 into `unread-command-events' instead of trying keymap
19431 lookups ourselves. This makes mouse-clicks do the right
19432 thing even when keymaps of overlays are involved.
19433 (mouse-drag-drag): Likewise.
19434
19435 2001-11-15 Andreas Schwab <schwab@suse.de>
19436
19437 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
19438 characters and append anchor to pattern added to auto-mode-alist.
19439
19440 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
19441
19442 * server.el (server-process-filter): Run pre/post-comment-hook
19443 before/after visiting the file.
19444
19445 * info-look.el (makefile-mode): Add info for automake.
19446 (autoconf-mode): Fix the name of the index for automake.
19447
19448 * international/latin-9.el: Give pilcrow punctuation syntax.
19449
19450 2001-11-15 Andre Spiegel <spiegel@gnu.org>
19451
19452 * vc.el: Documentation fixes.
19453
19454 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
19455
19456 * smerge-mode.el (smerge-match-conflict): Fix typo.
19457 (smerge-diff): Be careful to read match-data early enough.
19458
19459 2001-11-14 Colin Walters <walters@verbum.org>
19460
19461 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
19462 (calcFunc-subst): Use `defalias' instead of `fset' and
19463 `symbol-function'.
19464
19465 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
19466 (calcFunc-ceil, calcFunc-round): Ditto.
19467
19468 * calc/calc-bin.el (calcFunc-clip): Ditto.
19469
19470 * calc/calc-ext.el (calcFunc-evalv): Ditto.
19471
19472 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
19473
19474 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
19475 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
19476
19477 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
19478
19479 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
19480 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
19481 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
19482 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
19483 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
19484 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
19485 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
19486 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
19487 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
19488 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
19489 * calcsel2.el: Style cleanup; don't put closing parens on their
19490 own line, add "foo.el ends here" to each file, and update
19491 copyright date.
19492
19493 * README: Update maintainer.
19494
19495 2001-11-13 Richard M. Stallman <rms@gnu.org>
19496
19497 * progmodes/compile.el (recompile): Use compilation-arguments if
19498 set, so as to be able to M-x recompile the exact command which
19499 created a compilation-mode buffer.
19500
19501 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
19502
19503 2001-11-13 Gerd Moellmann <gerd@gnu.org>
19504
19505 * mouse.el (mouse-drag-region): Don't run the up-event
19506 handler if window start changed due to the down-mouse event.
19507
19508 2001-11-13 Richard M. Stallman <rms@gnu.org>
19509
19510 * mouse.el (mouse-show-mark): Either move point to the mark
19511 or use highlighting, never both.
19512 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
19513
19514 2001-11-13 Simon Josefsson <jas@extundo.com>
19515
19516 * mail/smtpmail.el (top-level): Change maintainer to Simon
19517 Josefsson, cleanup the smtpmail.el header.
19518
19519 * mail/smtpmail.el (top-level): Don't require cl or base64.
19520 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
19521 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
19522 Defsubst instead of defmacro.
19523 (smtpmail-intersection): Return value in reverse order.
19524 (smtpmail-open-stream): Use stringp instead of string-to-list.
19525 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
19526 separated from smtpmail-via-smtp.
19527
19528 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
19529 rfc2104. Require base64 and cl.
19530 (smtpmail-smtp-service): Doc fix. :type fix.
19531 (smtpmail-debug-info): Doc fix.
19532 (smtpmail-debug-verb, smtpmail-auth-credentials)
19533 (smtpmail-starttls-credentials, smtpmail-auth-supported):
19534 New variables.
19535 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
19536 mail-utils (it is autoloaded).
19537 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
19538 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
19539 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
19540 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
19541 (smtpmail-via-smtp): Support AUTH.
19542 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
19543
19544 2001-11-13 Richard M. Stallman <rms@gnu.org>
19545
19546 * ebuff-menu.el (electric-buffer-update-highlight): New function.
19547 (electric-buffer-overlay): New variable.
19548 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
19549 (electric-buffer-list): Likewise.
19550
19551 * isearch.el (isearch-whitespace-chars): Doc fix.
19552 (isearch-mode): Handle negative search-slow-window-lines correctly.
19553
19554 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
19555
19556 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
19557
19558 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
19559 From Emmanuel Briot <briot@act-europe.fr>.
19560
19561 2001-11-13 Colin Walters <walters@debian.org>
19562
19563 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
19564
19565 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
19566 "~/.emacs"; use `read-file-name'.
19567
19568 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
19569 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
19570 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
19571 * calc/calc.el: Use `frame-width' instead of `screen-width',
19572 `frame-height' instead of `screen-height', and,
19573 `executing-kbd-macro' instead of `executing-macro'.
19574
19575 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
19576 correct number of arguments.
19577
19578 * calc/calc-aent.el (calc-do-alg-entry):
19579 Use `blink-paren-function' instead of `blink-paren-hook'.
19580
19581 2001-11-12 Richard M. Stallman <rms@gnu.org>
19582
19583 * calendar/todo-mode.el (todo-save): Add save-excursion
19584 and save-restriction.
19585
19586 * server.el (server-edit, server-done): Doc fix.
19587
19588 * simple.el (clone-indirect-buffer): Error if major mode symbol
19589 has a no-clone-indirect property.
19590 (clone-buffer): Check for obvious errors before reading clone name.
19591
19592 * info.el (Info-mode): Add a no-clone-indirect property.
19593
19594 2001-11-12 Sam Steingold <sds@gnu.org>
19595
19596 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
19597 set-buffer-modified-p to nil after `vc-exec-after'.
19598 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
19599 (log-view-mode): Make read-only.
19600 (log-view-current-file): Do final `expand-file-name' in the
19601 current `default-directory'.
19602 (log-view-current-tag): Take an optional `where' arg.
19603 (log-view-diff): New user command.
19604
19605 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19606
19607 * progmodes/cpp.el (cpp-choose-face): Fix typo.
19608
19609 2001-11-12 Sam Steingold <sds@gnu.org>
19610
19611 * emacs-lisp/cl-indent.el (toplevel): Indent properly
19612 `generic-flet', `generic-labels', `with-accessors',
19613 `with-condition-restarts'.
19614
19615 2001-11-12 Richard M. Stallman <rms@gnu.org>
19616
19617 * dired.el: Many trivial doc fixes.
19618 (dired-get-file-for-visit): New function.
19619 (dired-find-alternate-file, dired-mouse-find-file-other-window)
19620 (dired-view-file, dired-find-file-other-window, dired-display-file)
19621 (dired-find-file): Use dired-get-file-for-visit.
19622
19623 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
19624
19625 * sql.el (sql-mode): Doc change.
19626
19627 * sql.el (sql-mode-syntax-table): The backslash is no longer an
19628 escape character.
19629
19630 2001-11-12 Colin Walters <walters@debian.org>
19631
19632 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
19633 (calc-do-keypad): Don't attempt to use nonexistent global
19634 mouse-map, use calc-keypad-map.
19635 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
19636 (calc-keypad-left-click): Don't use mouse-map; update to new event
19637 interface.
19638 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
19639 (calc-keypad-press): Use `unread-command-events' instead of
19640 `unread-command-char'.
19641
19642 * calc/calc-ext.el (calc-init-extensions): Update autoload names
19643 to match files renamed on initial calc import.
19644
19645 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19646
19647 * textmodes/flyspell.el (flyspell-default-dictionary):
19648 Fix previous change.
19649
19650 2001-11-12 Richard M. Stallman <rms@gnu.org>
19651
19652 * textmodes/flyspell.el (flyspell-default-dictionary):
19653 Fix custom type.
19654
19655 2001-11-11 Richard M. Stallman <rms@gnu.org>
19656
19657 * calendar/solar.el (solar-sunrise-and-sunset):
19658 Exchange the two extreme values of day-length.
19659
19660 * progmodes/sh-script.el (sh-must-be-shell-mode):
19661 Allow modes derived from sh-mode.
19662
19663 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
19664 Turn off error in some re-search-forward calls.
19665
19666 * replace.el (query-replace-skip-read-only): New variable.
19667 (perform-replace): If that variable is non-nil, ignore matches
19668 that have a read-only property.
19669
19670 * derived.el (define-derived-mode): Doc fix.
19671
19672 * server.el (server-buffer-done): Test of server-existing-buffer
19673 was backwards.
19674 (server-existing-buffer): Doc fix.
19675
19676 * textmodes/flyspell.el (flyspell-default-dictionary):
19677 Allow nil as value, and make nil the default.
19678
19679 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
19680
19681 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
19682 it is not fboundp.
19683 (clipboard-yank): Ditto.
19684
19685 2001-11-11 Colin Walters <walters@verbum.org>
19686
19687 The following changes are based on patches from
19688 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
19689 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
19690
19691 * calc/calc.el (toplevel): Require calc-macs.
19692 (calc-minibuffer-size): New.
19693 (calcDigit-nondigit): Use it instead of `buffer-size'.
19694 (calcDigit-backspace): Likewise.
19695 (calcDigit-nondigit): Use `minibuffer-contents' instead of
19696 `buffer-string'.
19697 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
19698 `point-min'.
19699 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
19700 `save-excursion'.
19701
19702 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
19703 simple `setq' form.
19704
19705 * calc/calc-ext.el: (toplevel): Require calc.
19706 (calc-fancy-prefix-map): New.
19707 (calc-fancy-prefix): Use it.
19708 (calc-fancy-prefix-other-key): New.
19709
19710 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
19711 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
19712 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
19713 (calcAlg-enter): Likewise.
19714 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
19715
19716 2001-11-10 Richard M. Stallman <rms@gnu.org>
19717
19718 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
19719 (quietly-read-abbrev-file): Doc fix.
19720
19721 * startup.el (command-line): Read standard abbrev
19722 file (abbrev-file-name), if it exists.
19723
19724 * files.el (save-abbrevs): Default value is t.
19725
19726 * progmodes/compile.el (compile-goto-error): Fix previous change
19727 in the case where subsequent errors have not been parsed yet
19728 because they are in a different source file.
19729
19730 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
19731
19732 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
19733 Merge two regular expressions into one.
19734 (ps-mode): Make local bindings for `comment-start' and
19735 `comment-start-skip'.
19736 (ps-mode-looking-at-nested): Simplify an if-else construct;
19737 use `set-match-data' to set the result.
19738
19739 2001-11-10 Richard M. Stallman <rms@gnu.org>
19740
19741 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
19742 Function deleted.
19743 (flyspell-correct-word): Old definition deleted.
19744 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
19745 All references renamed too.
19746
19747 2001-11-10 Gerd Moellmann <gerd@gnu.org>
19748
19749 * Makefile.in (finder_setwins, setwins): Exclude Calc.
19750
19751 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
19752
19753 * wid-edit.el (checklist): Removed `:menu-tag'.
19754 (radio-button-choice): Ditto.
19755 (editable-list): Ditto.
19756
19757 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19758
19759 * play/gomoku.el: Move definitions of constants to the beginning
19760 of file, before their use.
19761
19762 2001-11-09 Richard M. Stallman <rms@gnu.org>
19763
19764 * textmodes/flyspell.el: Use the keymap property
19765 instead of local-map, and don't use a minor-mode map.
19766 (flyspell-mode-map): Variable deleted.
19767 Don't mess with minor-mode-map-alist.
19768 (calling add-minor-mode): Specify nil for keymap.
19769 And always use add-minor-mode, now that it exists.
19770 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
19771 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
19772 or flyspell-local-mouse-map.
19773 (make-flyspell-overlay): Use flyspell-mouse-map directly.
19774 (flyspell-mode): Doc fix.
19775 (flyspell-mode-on): Don't call make-local-hook.
19776
19777 2001-11-09 Sam Steingold <sds@gnu.org>
19778
19779 * emacs-lisp/debug.el (debugger-make-xrefs):
19780 Add buttons to all symbols.
19781
19782 2001-11-09 Andre Spiegel <spiegel@gnu.org>
19783
19784 * vc.el: Add John David Smith to credits.
19785
19786 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
19787
19788 * vc-hooks.el (vc-error-occured): Backquotified.
19789 (vc-file-prop-obarray): Use prime length for better efficiency.
19790
19791 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
19792
19793 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
19794
19795 * info.el (Info-file-list-for-emacs): Add entries for Calc.
19796
19797 2001-11-09 Miles Bader <miles@gnu.org>
19798
19799 * subr.el (functionp): Don't consider macros as functions.
19800
19801 2001-11-08 Miles Bader <miles@gnu.org>
19802
19803 * subr.el (functionp): Make work correctly for macros and unbound
19804 symbols.
19805
19806 * comint.el (comint-send-input): Fix description of
19807 `comint-process-echoes' in the doc-string.
19808
19809 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
19810
19811 * international/mule.el (make-translation-table): Doc fix.
19812 Suggested by Alex Schroeder <alex@gnu.org>.
19813
19814 2001-11-07 Richard M. Stallman <rms@gnu.org>
19815
19816 * info.el (Info-fontify-node): Highlight every third menu item.
19817
19818 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
19819
19820 * cus-edit.el (custom-face-value-create): Don't ignore the
19821 `customized-face' attribute when finding the current face spec.
19822
19823 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
19824
19825 * subr.el (with-local-quit): New macro.
19826 (make-syntax-table): Always inherit.
19827 (functionp): Be more careful when `object' is a symbol.
19828
19829 * dabbrev.el (dabbrev-completion): Use "*Completions*".
19830
19831 2001-11-07 Paul Eggert <eggert@twinsun.com>
19832
19833 * dired.el (dired-move-to-filename-regexp):
19834 Do not distinguish between ASCII letters and non-ASCII characters.
19835 Don't allow comma except in the form "month day, year".
19836 Don't allow space between month name and comma.
19837 Clean up the code that checks for trailing period, comma, and space.
19838 Remove now-obsolete comments, and add more commentary about
19839 Japanese dates.
19840 Always gobble up trailing spaces, instead of doing it only sometimes.
19841
19842 2001-11-07 Miles Bader <miles@gnu.org>
19843
19844 * paren.el (show-paren-match-face): Add dark-background variant.
19845
19846 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
19847
19848 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
19849 (lisp-mode-variables): Don't set paragraph-{start,separate}.
19850 Don't disable adaptive-fill-mode.
19851 (lisp-fill-paragraph): Use tab-width rather than 8.
19852 Prevent filling the first line of docstrings.
19853
19854 2001-11-06 Richard M. Stallman <rms@gnu.org>
19855
19856 * play/gomoku.el (gomoku): Doc fix.
19857
19858 * jka-compr.el (jka-compr-partial-uncompress):
19859 Support an alternative of not using dd.
19860 (jka-compr-dd-program): Use defcustom to define this.
19861 (jka-compr-load-suffixes): Use defcustom.
19862 (jka-compr-mode-alist-additions): Use defcustom.
19863
19864 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
19865
19866 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
19867 Also work when LIMIT is further than the end of line.
19868
19869 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
19870
19871 * international/quail.el (quail-update-leim-list-file): Print the
19872 offending file name if some of its quail-define-package forms is broken.
19873
19874 2001-11-05 Richard M. Stallman <rms@gnu.org>
19875
19876 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
19877 of the evaluated form.
19878
19879 2001-11-05 Paul Eggert <eggert@twinsun.com>
19880
19881 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
19882 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
19883 stamps always line up by default. Also, it uses a slightly
19884 different window to determine whether files are "recent".
19885
19886 2001-11-05 Andrew Innes <andrewi@gnu.org>
19887
19888 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19889 Don't attempt to remake autoloads before nuking .elc files.
19890
19891 2001-11-04 Richard M. Stallman <rms@gnu.org>
19892
19893 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
19894 previous-single-property-change or next-single-char-property-change
19895 returns nil.
19896
19897 * international/mule-cmds.el (set-locale-environment):
19898 Make it interactive; make arg optional.
19899
19900 * international/mule-diag.el (help-funs): Require help-funs.
19901
19902 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
19903
19904 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
19905
19906 2001-11-04 Miles Bader <miles@gnu.org>
19907
19908 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
19909 shadow of the splash image grey on a dark background instead of black.
19910
19911 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
19912
19913 * term.el (all faces): Don't (copy-face 'default <foo>).
19914
19915 * term/xterm.el (function-key-map):
19916 Add entry for `ESC [ 3 ~' -> <delete>
19917 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
19918 Use inheritance so that .emacs and terminfo take precedence.
19919
19920 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
19921
19922 * tooltip.el (tooltip-delay): Decrease to 0.7.
19923 (tooltip-hide-delay): Enlarge to 10.
19924
19925 2001-11-03 Richard M. Stallman <rms@gnu.org>
19926
19927 * startup.el (fancy-splash-tail): Explain how to recover
19928 from a crash, if there was a crash.
19929 (command-line-1): Reorganize display of startup screen,
19930 to simplify the logic. Use a temp buffer for it.
19931
19932 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
19933
19934 * frame.el (set-background-color, set-foreground-color):
19935 Call face-set-after-frame-default, to propagate the new colors to
19936 the frame's parameters alist.
19937
19938 * calendar/timeclock.el (timeclock-out): Signal an error if
19939 timeclock-last-event is nil.
19940
19941 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
19942
19943 * textmodes/fill.el (fill-context-prefix): Fix braino.
19944
19945 * international/quail.el (quail-help):
19946 Use `help-buffer' and move `help-setup-xref' to beginning.
19947
19948 * international/mule-cmds.el (describe-language-environment):
19949 Use `help-buffer' and move `help-setup-xref' to beginning.
19950
19951 * international/mule-diag.el (list-character-sets)
19952 (sort-listed-character-sets, describe-character-set)
19953 (describe-coding-system, describe-fontset, list-fontsets):
19954 Use `help-buffer' and move `help-setup-xref' to beginning.
19955 (describe-char-after): Use `internal-describe-syntax-value'.
19956
19957 2001-11-02 Richard M. Stallman <rms@gnu.org>
19958
19959 * mouse.el (popup-menu): If the user refuses to select
19960 from a menu, don't try to invoke the menu.
19961
19962 2001-11-02 Miles Bader <miles@gnu.org>
19963
19964 * help-mode.el (help-xref): New button type.
19965 (help-function, help-variable, help-face, help-coding-system)
19966 (help-input-method, help-character-set, help-type, help-symbol)
19967 (help-back, help-info, help-customize-variable, help-customize-face)
19968 (help-function-def, help-variable-def): Use it as a supertype.
19969 Remove `action' property.
19970
19971 * international/mule-diag.el (describe-character-set)
19972 (describe-coding-system): Pass correct args to `help-xref-button'.
19973 (sort-listed-character-sets): New button type.
19974 (list-character-sets): Use it.
19975 (list-charset-chars): New button type.
19976 (list-character-sets-1): Use it.
19977
19978 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
19979
19980 * indent.el (tab-always-indent, indent-for-tab-command):
19981 Remove redundant `never' setting.
19982
19983 * fill.el (fill-region-as-paragraph): Don't forget to skip
19984 over current whitespace before looking for a preceding space.
19985
19986 2001-11-01 Richard M. Stallman <rms@gnu.org>
19987
19988 * files.el (file-newest-backup): Don't pass backup file name
19989 thru file-name-sans-versions, because it never has version numbers.
19990
19991 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
19992 to avoid ambiguous nested loops.
19993
19994 * files.el (find-file-noselect): Offer to change buffer-read-only
19995 only when the file's read-only status has changed from before
19996 as well as disagreeing with the buffer's current status.
19997 (buffer-file-read-only): New var, local in all buffers.
19998
19999 * buff-menu.el (buffer-menu): Doc fix.
20000 (buffer-menu-other-window): Doc fix.
20001 (list-buffers, list-buffers-noselect): Doc fix.
20002
20003 2001-11-01 Gerd Moellmann <gerd@gnu.org>
20004
20005 * startup.el (command-line): If the terminal Emacs is running on
20006 has erase char set to ^H, use the Backspace key for deleting
20007 backward, and the Delete key for deleting forward.
20008
20009 2001-11-01 Miles Bader <miles@gnu.org>
20010
20011 * button.el (define-button-type): Make sure every user-defined
20012 button type has a supertype.
20013
20014 2001-10-31 Jason Rumney <jasonr@gnu.org>
20015
20016 * international/mule-cmds.el (locale-language-names): Add chs and
20017 cht as aliases for Chinese-GB and Chinese-BIG5.
20018
20019 2001-10-31 Richard M. Stallman <rms@gnu.org>
20020
20021 * bindings.el (mode-line-frame-identification): Add doc string.
20022 (mode-line-position, mode-line-modes): New variables.
20023 (mode-line-format): Use mode-line-position for the part
20024 that displays the position-in-buffer info.
20025 Use mode-line-modes for the part that displays major and minor modes.
20026
20027 2001-10-31 Sam Steingold <sds@gnu.org>
20028
20029 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
20030 (debugger-setup-buffer): Call it.
20031 (debugger-mode-map): Bind RET and mouse-2.
20032
20033 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20034
20035 * startup.el: Document command line option --no-window-system
20036 instead of --no-windows.
20037
20038 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
20039
20040 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
20041
20042 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
20043 (font-lock-defaults-alist): Use it.
20044 From David Ponce <david.ponce@wanadoo.fr>
20045
20046 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
20047 output of `char-after'.
20048
20049 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
20050
20051 * simple.el (reindent-then-newline-and-indent): Insert the newline
20052 before indenting the first line.
20053 (undo-get-state, undo-revert-to-state): New funs.
20054 (shell-command): Don't kill the buffer even if empty.
20055 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
20056 (transpose-subr-end2): Remove.
20057 (transpose-subr): Add `special' arg and simplify.
20058 (transpose-subr-1): Rewrite.
20059 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
20060 (rfc822-goto-eoh): Simplify.
20061
20062 2001-10-30 Richard M. Stallman <rms@gnu.org>
20063
20064 * enriched.el (enriched-face-ans): Fix previous change.
20065
20066 2001-10-30 Gerd Moellmann <gerd@gnu.org>
20067
20068 * international/iso-acc.el (iso-accents-compose): Remove a
20069 superfluous setq.
20070
20071 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
20072
20073 * buff-menu.el (list-buffers-noselect): If the buffer's name
20074 starts with a blank, but it visits a file, do show it (for files
20075 whose names start with a blank).
20076
20077 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
20078
20079 * textmodes/fill.el (sentence-end-double-space)
20080 (sentence-end-without-period): Move to paragraphs.el.
20081 (fill-indent-according-to-mode): Change default to t.
20082 (fill-context-prefix): Simplify control-flow and use a more
20083 sophisticated merge that unifies both previous checks.
20084 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
20085 (fill-nobreak-predicate): Make it into a defcustom'd hook.
20086 (fill-nobreak-p): New fun.
20087 (fill-region-as-paragraph): Use it.
20088 Handle `fill-indent-according-to-mode' slightly differently.
20089 (fill-individual-paragraphs-prefix): Simplify the control-flow.
20090 (fill-individual-paragraphs-citation): Fix.
20091
20092 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
20093 (paragraph-start): Change default to the `text-mode' value.
20094 (sentence-end-double-space, sentence-end-without-period):
20095 Move from fill.el.
20096 (forward-paragraph): Use `parstart' and `parsep' for temp variables
20097 rather than rebinding `paragraph-start' and `paragraph-separate'.
20098
20099 * indent.el (indent-line-function): Change default to indent-relative.
20100 (tab-always-indent): Add an `never' setting.
20101 (indent-according-to-mode): Handle `indent-relative' and
20102 `indent-relative-maybe' specially.
20103 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
20104 Handle the `never' case for `tab-always-indent'.
20105 Don't call indent-according-to-mode for indent-relative' and
20106 `indent-relative-maybe'.
20107 (insert-tab): Rename `prefix-arg' to `arg'.
20108 (indent-region): Indent the first line as well.
20109 (indent-relative): Don't mark the buffer modified if the indentation
20110 is unchanged.
20111
20112 * textmodes/text-mode.el (paragraph-indent-minor-mode):
20113 Don't set paragraph-separate. Set paragraph-start more carefully.
20114 Set indent-line-function.
20115 (paragraph-indent-text-mode): Use it and define-derived-mode.
20116 (text-mode-map): Remove the \t binding.
20117 (text-mode): Simplify now that the default is more favorable.
20118
20119 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
20120
20121 * emacs-lisp/find-func.el (find-function-search-for-symbol):
20122 If the regexp doesn't match, use a looser one.
20123 (find-variable-noselect): Add `file' argument.
20124
20125 * pcvs.el (cvs-mode-commit-hook): New hook.
20126 (cvs-mode-commit): Run it.
20127
20128 * log-edit.el (log-edit): Run hook after `log-edit-files'.
20129
20130 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
20131 (edebug-instrument-function): Use `find-function-noselect'.
20132
20133 2001-10-29 Richard M. Stallman <rms@gnu.org>
20134
20135 * term.el (term-if-emacs19): Macro deleted.
20136 Callers changed to use progn instead.
20137
20138 * frame.el (blink-cursor-mode): Doc fix.
20139
20140 * files.el (find-backup-file-name): Use make-backup-file-name.
20141
20142 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
20143 window-live-p.
20144 (edebug-set-conditional-breakpoint): Unconditionally use
20145 the former Emacs >=19 definition.
20146 (edebug-mark): Define unconditionally.
20147 (edebug-eval-expression): Always call read-from-minibuffer
20148 and specify history list.
20149 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
20150 edebug-set-conditional-breakpoint.
20151 (edebug-emacs-version-specific): Function deleted;
20152 do the job at top level.
20153 (edebug-emacs-19-specific): Function deleted, this is the default.
20154
20155 2001-10-29 Sam Steingold <sds@gnu.org>
20156
20157 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
20158 "/cygdrive/LETTER/" pathnames.
20159
20160 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
20161
20162 * faces.el (invert-face): Check for 'unspecified, not for nil,
20163 when testing whether face colors are not specified.
20164 From David.Kastrup@t-online.de (David Kastrup).
20165 (read-face-name): Doc fix.
20166 (make-face-bold, make-face-unbold, make-face-italic)
20167 (make-face-unitalic, make-face-bold-italic, invert-face):
20168 Remove trailing blank from the prompt passed to read-face-name.
20169
20170 2001-10-29 Sam Steingold <sds@gnu.org>
20171
20172 * emacs-lisp/bytecomp.el (byte-recompile-directory):
20173 Report numbers of files skipped and failed too.
20174 (byte-compile-file): Return 'no-byte-compile for skipped files.
20175
20176 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20177
20178 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
20179 and `M p'.
20180
20181 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20182
20183 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
20184 as is on unread-command-events instead of `(SECOND-CHAR)'.
20185
20186 2001-10-29 Andre Spiegel <spiegel@gnu.org>
20187
20188 * vc.el: Mention vc-*-switches in backend API documentation.
20189 (vc-annotate): Adapt doc string to recent change.
20190
20191 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20192
20193 * enriched.el (enriched-face-ans): Handle face attributes
20194 of the form `(FACE1 FACE2 ...)'.
20195
20196 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
20197
20198 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
20199
20200 * progmodes/sql.el (sql-mysql): Doc change by RMS.
20201
20202 * progmodes/sql.el (sql-db2): Doc change.
20203 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
20204 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
20205
20206 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20207
20208 * env.el (substitute-env-vars): Don't quote argument to `rx';
20209 it's a macro.
20210
20211 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
20212
20213 * cus-start.el (recursive-load-depth-limit): Added.
20214
20215 2001-10-28 Richard M. Stallman <rms@gnu.org>
20216
20217 * textmodes/ispell.el (version18p, version20p): Vars deleted.
20218 All uses removed--assume Emacs version is >= 20.
20219
20220 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
20221 by really checking that it is not version 18.
20222
20223 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
20224
20225 2001-10-28 Miles Bader <miles@gnu.org>
20226
20227 * faces.el (face-attribute): Add INHERIT argument, consider face
20228 inheritance if it's non-nil.
20229 (face-attribute-merged-with): New function.
20230 (face-attribute-specified-or): New macro.
20231 (face-foreground, face-background, face-stipple): Add INHERIT
20232 argument. Use `face-attribute-specified-or'.
20233
20234 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
20235
20236 * font-lock.el: Require `syntax'.
20237 (font-lock-defaults-alist): Don't define keywords for lisp languages.
20238 Use `c-font-lock-syntactic-face-function' for c languages.
20239 (font-lock-mode): Don't unset vars when turning the mode off.
20240 (font-lock-default-fontify-buffer): Don't unset vars at the end.
20241 (font-lock-extra-managed-props): New var.
20242 (font-lock-default-unfontify-region): Use it.
20243 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
20244 Don't eval the value when there's no match.
20245 (font-lock-ppss-stats): New var.
20246 (font-lock-ppss): New fun.
20247 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
20248 (font-lock-apply-highlight): Allow `highlight' to set several props.
20249 (font-lock-set-defaults): Use dolist.
20250 (font-lock-unset-defaults): Remove.
20251 (font-lock-match-c-style-declaration-item-and-skip-to-next):
20252 Try to recognize prototypes using `foo P_ ((args))'.
20253 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
20254 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
20255 (c-font-lock-syntactic-face-function): New function.
20256 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20257 (c++-keywords): Use a more sophisticated regexp to handle
20258 shallowly nested templates.
20259
20260 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
20261
20262 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
20263 (sgml-tag): Use it. Cleanup with `cond'.
20264 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
20265 Mark the overlays and only delete those that are marked.
20266 (sgml-skip-close-p): Remove.
20267 (sgml-value): Replace sgml-skip-close-p with its definition.
20268 (html-tag-alist): Use sgml-xml a bit more.
20269 (html-mode): Set sgml-empty-tags.
20270
20271 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
20272 (texinfo-update-node, texinfo-sequential-node-update):
20273 Don't bind the obsolete `auto-fill-hook'.
20274 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
20275 Use `set-buffer' rather than `switch-to-buffer'.
20276 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
20277 Use `set-buffer' rather than `switch-to-buffer'.
20278
20279 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
20280 text-mode-syntax-table.
20281 (mail-mode): Use define-derived-mode.
20282 Fix ordering of alternatives in adaptive-fill-regexp.
20283 (mail-mode-map): Don't rely on keymap's internal representation.
20284
20285 2001-10-27 Sam Steingold <sds@gnu.org>
20286
20287 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
20288 (sgml-xml-guess): Extracted from `html-mode' and generalized.
20289 (sgml-mode-common): Call it.
20290 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
20291 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
20292 (html-horizontal-rule, html-image, html-ordered-list):
20293 (html-unordered-list, html-list-item, html-paragraph):
20294 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
20295 `html-xhtml'.
20296
20297 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
20298
20299 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
20300 (ifnothtml): New alias.
20301
20302 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
20303
20304 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
20305 (toggle-text-mode-auto-fill): Use derived-mode-p.
20306
20307 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
20308
20309 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
20310 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
20311
20312 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
20313
20314 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
20315 Add make-obsolete cookies, to follow faces.el.
20316
20317 These changes avoid warnings from the byte compiler in faces.el:
20318
20319 * faces.el (internal-get-face): Use facep instead of the obsolete
20320 internal-find-face.
20321 (internal-frob-font-weight, internal-frob-font-slant):
20322 New defaliases for obsolete functions.
20323 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
20324 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
20325 (x-make-font-bold-italic): Use internal-frob-font-weight and
20326 internal-frob-font-slant aliases instead of the obsolete
20327 x-frob-... functions.
20328
20329 2001-10-26 Sam Steingold <sds@gnu.org>
20330
20331 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
20332 DOCTYPE; set `mode-name' based on it.
20333 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
20334 (sgml-tag): Close empty tags in XHTML.
20335
20336 2001-10-26 Jason Rumney <jasonr@gnu.org>
20337
20338 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
20339 when UNICODE is not defined.
20340
20341 2001-10-26 Sam Steingold <sds@gnu.org>
20342
20343 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
20344 be alone on the line.
20345
20346 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
20347
20348 * button.el (button): Special face definition for MS-DOS terminals.
20349
20350 2001-10-26 Sam Steingold <sds@gnu.org>
20351
20352 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
20353 Protect the /= test by checking that the args are non-nil.
20354 (sh-font-lock-close-heredoc): Check eof for being non-nil.
20355
20356 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
20357
20358 * textmodes/artist.el (artist-version): 1.2.4.
20359 (artist-butlast-fn): New variable.
20360 (artist-butlast): New function.
20361 (artist-ellipse-mirror-quadrant): Use it.
20362 (artist-mouse-draw-poly): Use nil for `point-list'.
20363 (artist-mouse-draw-poly): Check for point-list being nil.
20364
20365 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
20366
20367 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
20368 lambda expression.
20369 (ps-mode-menu-main): Submenu with options on/off was replaced with
20370 a toggle button.
20371 (ps-mode, ps-run-mode): Define with `define-derived-mode'
20372 (ps-mode): Autoload cookie added on same line as comment
20373 (ps-mode-tabkey, ps-mode-backward-delete-char):
20374 (ps-mode-r-balance): Replace `delete-horizontal-space' and
20375 `indent-to' with `indent-line-to'
20376 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
20377 instead of `eval'.
20378 (ps-mode-print-region): Use `with-temp-buffer'.
20379 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
20380 (numerous places): Add back-tick and tick around names in
20381 docstrings, fix punctuation in docstrings, remove trailing spaces.
20382
20383 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
20384
20385 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
20386 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
20387 (sgml-font-lock-syntactic-keywords): New var.
20388 (sgml-mode-common): Drop the two args.
20389 Don't make buffer-local variables that aren't used.
20390 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
20391 Don't set `before-string' props from sgml-display-text.
20392 (sgml-mode): Use define-derived-mode.
20393 (sgml-tags-invisible): Use sgml-display-text.
20394 (sgml-quote): New command.
20395 (html-tag-alist): Add args for `span'.
20396 (html-mode): Use define-derived-mode.
20397 Set sgml-display-text and sgml-tag-face-alist.
20398
20399 2001-10-25 Sam Steingold <sds@gnu.org>
20400
20401 * add-log.el (add-log-always-start-new-record): New user option.
20402 (add-change-log-entry): Use it.
20403
20404 2001-10-25 Richard M. Stallman <rms@gnu.org>
20405
20406 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
20407 bind case-fold-search if FROM is not all lower case.
20408
20409 2001-10-25 Gerd Moellmann <gerd@gnu.org>
20410
20411 * startup.el (normal-top-level): Check for frame-initial-frame
20412 only if it's really used.
20413
20414 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
20415
20416 * progmodes/compile.el (compilation-parse-errors-filename-function):
20417 New variable.
20418 (compilation-parse-errors): Use it.
20419
20420 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
20421
20422 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
20423 interactively so that C-u M-C-x still does edebug.
20424 (checkdoc-sentencespace-region-engine): Don't force a double-space
20425 after `.' if it doesn't look like an end-of-sentence.
20426 (debug-ignored-errors): Add `disambiguate ...'.
20427
20428 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
20429
20430 * textmodes/texinfo.el (texinfo-environments)
20431 (texinfo-environment-regexp): Hoist.
20432 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
20433 Only highlight the menu name in menu items.
20434 Setup `@foo ... @end foo' as text clones.
20435 (texinfo-clone-environment): New function.
20436 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
20437 (texinfo-insert-block): Simplify.
20438 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
20439 the command is repeated.
20440 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
20441 (texinfo-insert-@end): Simplify.
20442
20443 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
20444 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
20445 (texinfo-subsubsection-level-regexp)
20446 (texinfo-update-menu-same-level-regexps)
20447 (texinfo-update-menu-higher-regexps)
20448 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
20449
20450 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
20451 (derived-mode-p): Autoload.
20452
20453 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
20454 New vars and functions.
20455 (text-clone-maintain, text-clone-create): New functions.
20456
20457 2001-10-25 Miles Bader <miles@gnu.org>
20458
20459 * facemenu.el (facemenu-add-new-face): Fix variable names.
20460
20461 2001-10-24 Richard M. Stallman <rms@gnu.org>
20462
20463 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
20464 of t and nil values.
20465 (facemenu-set-face): Handle START and END interactively.
20466 (facemenu-set-foreground): Don't use a face; specify color directly.
20467 (facemenu-set-background): Likewise.
20468 (facemenu-set-face-from-menu): Doc fix.
20469 (facemenu-active-faces): Use face-attribute-vector
20470 to handle bare attributes not in faces.
20471 (facemenu-get-face): Don't handle face names fg:... and bg:...
20472 specially.
20473 (facemenu-add-new-face): New argument MENU.
20474 New way to handle adding colors to the color menus.
20475
20476 * env.el (substitute-env-vars): Quote the arg to rx.
20477
20478 2001-10-24 Sam Steingold <sds@gnu.org>
20479
20480 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
20481 Control" and "SGML" groups.
20482
20483 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20484
20485 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20486 Better handling of C++ template args to avoid confusion with `<'
20487 and `>' used as operators in member init expressions.
20488
20489 2001-10-24 Gerd Moellmann <gerd@gnu.org>
20490
20491 * replace.el (perform-replace): Move START and END parameters
20492 to the end of the argument list and make them optional.
20493
20494 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
20495 perform-replace.
20496
20497 * international/fontset.el (x-must-resolve-font-name): New function.
20498 (x-complement-fontset-spec): Use it.
20499
20500 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
20501
20502 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
20503
20504 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
20505 Turn caadr into caar of cdr.
20506
20507 2001-10-23 Gerd Moellmann <gerd@gnu.org>
20508
20509 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
20510 of mouse-{1,2} since dragging is on the down event.
20511
20512 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
20513
20514 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
20515 if ARG is nil.
20516
20517 * desktop.el (desktop-last-buffer): New variable.
20518 (desktop-create-buffer): Set it.
20519 (desktop-read): Bind it and switch to that buffer.
20520
20521 2001-10-22 Gerd Moellmann <gerd@gnu.org>
20522
20523 * progmodes/compile.el (compilation-set-window-height):
20524 Select old window only if it's still live.
20525
20526 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20527
20528 * help-mode.el (help-buffer): Remove debugging code.
20529 From Stefan Monnier <monnier@cs.yale.edu>.
20530
20531 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
20532
20533 * files.el (file-name-sans-extension, file-name-extension):
20534 Don't count the leading dots in file names as signaling an extension.
20535
20536 2001-10-22 Andre Spiegel <spiegel@gnu.org>
20537
20538 * vc.el (vc-diff-switches): Doc rewritten.
20539
20540 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
20541
20542 * tooltip.el (tooltip-set-param): Doc fix.
20543
20544 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
20545 127 to sgml-maybe-name-self.
20546 (sgml-name-8bit-mode): Doc fix.
20547 (sgml-char-names-table): New variable.
20548 (sgml-name-char): Support non-ASCII and mule-unicode-*
20549 characters. Doc fix.
20550 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
20551
20552 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
20553 doc string the effect of `left' and `top' parameters in
20554 tooltip-frame-parameters, the default values, and the units.
20555 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
20556 (tooltip-show): Mention in the doc string the `top' and `left'
20557 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
20558
20559 2001-10-22 Andre Spiegel <spiegel@gnu.org>
20560
20561 Add autoscaling support for vc-annotate.
20562 From J.D. Smith <jdsmith@alum.mit.edu>.
20563
20564 * vc.el (vc-annotate-display-default): Accept colormap scaling
20565 ratio (now deprecated).
20566 (vc-annotate-display-autoscale): Added.
20567 (vc-annotate-add-menu): New autoscaling menu options "Span to
20568 Oldest" and "Span Oldest->Newest". Easymenu support added for
20569 toggle menus driven by customize variable `vc-annotate-display-mode'.
20570 (vc-annotate-display-select): Added.
20571 (vc-annotate): Changed temp-buffer-show-function to
20572 `vc-annotate-display-select'.
20573 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
20574 Added argument OFFSET. Instead of backend function, calls now
20575 generic `vc-annotate-difference'.
20576 (vc-annotate-difference): Added as generic function instead of
20577 backend-specific function. No longer takes argument POINT, but
20578 instead accepts a time OFFSET.
20579 (vc-default-annotate-current-time): Added.
20580
20581 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
20582 version in vc.el, with
20583 (vc-cvs-annotate-current-time): Added, as override of default.
20584 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
20585 `vc-cvs-annotate-difference'.
20586
20587 2001-10-22 Gerd Moellmann <gerd@gnu.org>
20588
20589 * saveplace.el (save-place): Require `saveplace'.
20590
20591 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
20592 Use `sexp' for :value-type instead of `face'.
20593
20594 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
20595
20596 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
20597 regexps due to 5-digit message IDs.
20598
20599 2001-10-21 Jason Rumney <jasonr@gnu.org>
20600
20601 * term/w32-win.el (redisplay-dont-pause): Don't set.
20602
20603 2001-10-21 Miles Bader <miles@gnu.org>
20604
20605 * help-funs.el (help-manyarg-func-alist): Variable removed.
20606
20607 2001-10-21 Miles Bader <miles@gnu.org>
20608
20609 * help-funs.el (help-manyarg-func-alist): Remove entries for
20610 `insert', `insert-and-inherit', `insert-before-markers',
20611 `insert-before-markers-and-inherit', `message', `message-box',
20612 `message-or-box', `propertize', `format', `encode-time', `append',
20613 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
20614 `insert-string', `ml-if', `ml-provide-prefix-argument', and
20615 `ml-prefix-argument-loop'.
20616
20617 2001-10-21 Andre Spiegel <spiegel@gnu.org>
20618
20619 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
20620 (vc-default-diff-tree): New functions.
20621 (vc-version-diff): Use them. As a result, coding systems are now
20622 set up properly for all sorts of diffs, and tree diffs can now
20623 also be done locally.
20624 (vc-diff): With a prefix argument, don't require that it's called
20625 from a buffer under version control.
20626 (diff-switches): Remove duplicate definition.
20627
20628 * vc-cvs.el (vc-cvs-diff-tree): New function.
20629
20630 2001-10-21 Miles Bader <miles@gnu.org>
20631
20632 * help-funs.el (help-manyarg-func-alist): Remove entries for
20633 `list', `vector', `make-byte-code', `call-process',
20634 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
20635 `logand', `logior', and `logxor'.
20636
20637 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
20638 image bits to compensate. Use `make-string' instead of
20639 `make-bool-vector' (XBM apparently wants byte-aligned rows).
20640
20641 2001-10-20 Kim F. Storm <storm@cua.dk>
20642
20643 * simple.el (kill-ring-save): Don't show extent of copied region
20644 if using transient-mark-mode and region is fully visible.
20645
20646 See ChangeLog.9 for earlier changes.
20647
20648 ;; Local Variables:
20649 ;; coding: iso-2022-7bit
20650 ;; End:
20651
20652 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
20653 Copying and distribution of this file, with or without modification,
20654 are permitted provided the copyright notice and this notice are preserved.