(ispell-check-version): Fix last change.
[bpt/emacs.git] / lisp / ChangeLog
1 2005-10-09 Romain Francoise <romain@orebokech.com>
2
3 * textmodes/ispell.el (ispell-check-version): Fix last change.
4
5 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6
7 * term/x-win.el: Removed -i, --icon-type from comment.
8
9 * startup.el (command-line-x-option-alist): Removed options -i,
10 -itype, --icon-type, added -nb, --no-bitmap-icon
11
12 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13
14 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
15 instead of :active.
16
17 2005-10-08 Eric Hanchrow <offby1@blarg.net>
18
19 * textmodes/ispell.el (ispell-check-version):
20 Ignore hyphen, and all that follows, in aspell's version text.
21
22 2005-10-08 Jay Belanger <belanger@truman.edu>
23
24 * calc/calc-arith.el (math-known-square-matrixp): New function.
25 (math-pow-fancy): Check for matrices before distributing exponent
26 across products.
27
28 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
29 fullscreen keypad. Suggested by Luc Teirlinck.
30 (calc-keypad-show-input): Add space for formatting.
31
32 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
33 Add square matrix option.
34
35 * calc/calc-poly.el (math-expand-term): Check for matrices instead
36 of checking calc-matrix-mode when deciding how to expand.
37
38 * calc/calc.el (calc-set-mode-line): Add square matrix option.
39
40 2005-10-08 Lars Hansen <larsh@soem.dk>
41 * net/tramp.el (tramp-perl-directory-files-and-attributes): Add
42 error handling.
43 (tramp-handle-directory-files-and-attributes): Handle error perl
44 error message.
45
46 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
47
48 Sync with Tramp 2.0.51.
49
50 * net/tramp.el (tramp-handle-set-visited-file-modtime)
51 (tramp-handle-insert-file-contents)
52 (tramp-handle-write-region): Insert special handling for
53 `last-coding-system-used' again, it still seems to be
54 necessary (unlike stated before). Reported by Toshinori Sugita
55 <sugita@d-pad.co.jp>
56 (tramp-password-prompt-regexp): There might be other words before
57 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
58 (tramp-chunksize): Improve docstring.
59 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
60 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
61 Christian Joergensen <bugs@razor.dk>.
62
63 2005-10-07 Glenn Morris <rgm@gnu.org>
64
65 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
66 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
67 precision'.
68
69 2005-10-07 Romain Francoise <romain@orebokech.com>
70
71 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
72 (ibuffer-do-shell-command-pipe-replace)
73 (ibuffer-do-shell-command-file, ibuffer-do-eval)
74 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
75 (ibuffer-do-revert, ibuffer-do-replace-regexp)
76 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
77 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
78 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
79 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
80 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
81 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
82 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
83 Autoload file sans suffix.
84
85 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
86
87 2005-10-07 David Ponce <david@dponce.com>
88
89 * recentf.el (recentf-menu-open-all-flag): New option.
90 (recentf-digit-shortcut-command-name): New function.
91 (recentf--shortcuts-keymap): New variable.
92 (recentf-menu-shortcuts): New variable.
93 (recentf-make-menu-items): Initialize it. Replace the "More..."
94 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
95 (recentf-menu-value-shortcut): New function.
96 (recentf-make-menu-item): Use it. No more in-lined.
97 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
98 (recentf-open-most-recent-file): Rename from
99 `recentf-open-file-with-key'. Don't depend on key binding.
100 (recentf-mode-map): New variable.
101 (recentf-mode): Use it.
102
103 2005-10-06 Bill Wohler <wohler@newt.com>
104
105 * mh-e/mh-loaddefs.el: Removed. Now generated automatically.
106
107 * Makefile.in (AUTOGENEL): Added mh-e/mh-loaddefs.el.
108 (MH-E-SRC): Added. Used by mh-autoloads.
109 (mh-autoloads): Added. Builds mh-e/mh-loaddefs.el. Rebuilds if any
110 files in MH-E-SRC have been updated.
111 (compile, recompile, bootstrap): Depend on mh-autoloads.
112
113 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
114
115 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
116 gud-break and gud-remove icons when the fringe is not available.
117
118 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
119 Typo.
120
121 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
122
123 * play/zone.el (zone): Wrap body with save-window-excursion.
124
125 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
128 Use the new `list-only' arg to diary-list-entries.
129
130 * calendar/diary-lib.el: Use overlays rather than selective-display.
131 (diary-selective-display): New var.
132 (diary-header-line-format): Use it.
133 (diary-list-entries): Add argument `list-only'.
134 Put the buffer in diary-mode. Don't add \^M at beg and end.
135 Replace \^M by invisible overlays.
136 (diary-unhide-everything): Replace \^M by invisible overlays.
137 (print-diary-entries): Look for overlays rather than \^M.
138 Add a space to the temp buffer name.
139 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
140 Put the buffer in diary-mode.
141 (list-sexp-diary-entries): Replace \^M by invisible overlays.
142 (diary-anniversary): Make the year arg optional.
143 (diary-time-regexp): New const.
144 (diary-font-lock-keywords): Use it to accept a few more time formats.
145
146 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
147
148 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
149
150 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
151 Fix bug introduced 2005-07-03: Use (car (last ...))
152 to faithfully reproduce replaced artist-last.
153 (artist-set-arrow-points-for-poly): Likewise.
154 Suggested by Johan Bockg\e,Ae\e(Brd.
155
156 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
157
158 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
159 * wid-edit.el (widget):
160 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
161 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
162
163 2005-10-06 Kenichi Handa <handa@m17n.org>
164
165 * international/mule-cmds.el (set-language-environment):
166 Fix setting up of case-table for unibyte mode.
167
168 * simple.el (what-cursor-position): If the character is displayed
169 by some `display' text property, show that. Don't use
170 single-key-description for eight-bit characters in multibyte mode.
171
172 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
173
174 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
175 (gdb-ann3): Set it.
176 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
177 (gdb-info-frames-custom): Use inverse-video for first five
178 characters of selected frame only.
179 (gdb-get-frame-number): Select frame even when point is on frame
180 number.
181
182 2005-10-06 Masatake YAMATO <jet@gyve.org>
183
184 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
185 Put `font-lock-function-name-face'.
186 (gdb-info-frames-custom): Put `font-lock-function-name-face'
187 and `font-lock-variable-name-face'
188 (gdb-registers-font-lock-keywords): New font lock keywords definition.
189 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
190 (gdb-memory-font-lock-keywords): New font lock keywords definition.
191 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
192 (gdb-local-font-lock-keywords): New font lock keywords definition.
193 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
194 (gdb-threads-font-lock-keywords): New font lock keywords definition.
195 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
196
197 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
198
199 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
200 (ediff-merge-region-is-non-clash-to-skip): Previously called
201 ediff-merge-region-is-non-clash.
202
203 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
204 Use insert-buffer-substring.
205
206 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
207 selecting files to patch. Also bug fixes.
208
209 * ediff-util.el (ediff-setup): Bug fix.
210 (ediff-next-difference): Never skip clashes that differ in white
211 space only.
212
213 * ediff-wind.el (ediff-setup-control-frame)
214 (ediff-destroy-control-frame): Check the menubar feature.
215
216 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
217 (viper-refresh-mode-line): Use make-local-variable to localize
218 some vars instead of make-variable-buffer-local. Suggested by
219 Stefan Monnier.
220
221 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
222 (viper-restore-cursor-type, viper-set-insert-cursor-type):
223 Use make-local-variable instead of make-variable-buffer-local.
224 Suggested by Stefan Monnier.
225
226 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
227 (viper-comint-mode-hook): Use make-local-variable on
228 require-final-newline.
229 (viper-non-hook-settings): Don't use make-variable-buffer-local.
230
231 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
234 also the second char of a comment-start sequence.
235 (scheme-sexp-comment-syntax-table): New var.
236 (lambda, define): Set their scheme-doc-string-elt property.
237 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
238 Use lisp-font-lock-syntactic-face-function now that it properly
239 handles |...| symbols.
240 (scheme-mode-variables): Set lisp-doc-string-elt-property,
241 parse-sexp-lookup-properties and font-lock-extra-managed-props.
242
243 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
244 bit from # to |.
245 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
246
247 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
248 (lisp-doc-string-elt-property): New var.
249 (lisp-font-lock-syntactic-face-function): Use it.
250 Rewrite to recognize docstrings even for forms not at toplevel.
251
252 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
253 annotation on the | part of #| rather than on the # part.
254 (scheme-font-lock-syntactic-face-function): New function, to
255 distinguish strings from |...| symbols.
256 (scheme-mode-variables): Use it. Also fix up the font-lock-time
257 syntax-table so that #|...|# is properly highlighted.
258
259 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
260 Don't mark as docstring the 3rd elem of an unknown toplevel form.
261
262 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
265 and C-e.
266
267 * emacs-lisp/eldoc.el: Move comments into docstrings.
268 (eldoc-message-commands): Initialize in its declaration.
269 Add move-beginning-of-line and move-end-of-line.
270 (eldoc-add-command, eldoc-add-command-completions)
271 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
272
273 * outline.el (outline-mark-subtree): Activate the mark.
274
275 * calendar/appt.el (appt-time-regexp): New var.
276 (appt-add, appt-make-list): Use it.
277 (appt-convert-time): Clean up.
278
279 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
280 Don't set any syntax-table property here.
281 (tex-font-lock-verb): New function. Do it here.
282 (tex-font-lock-syntactic-keywords): Use it.
283
284 2005-10-04 Richard M. Stallman <rms@gnu.org>
285
286 * wid-edit.el (widget-file-complete): Get the widget start point
287 the right way. Default directory to `/' if file has none.
288
289 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
290
291 * textmodes/flyspell.el (flyspell-mode-on):
292 Call ispell-maybe-find-aspell-dictionaries.
293
294 * textmodes/ispell.el (ispell-word, ispell-region):
295 Call ispell-maybe-find-aspell-dictionaries.
296 (ispell-accept-buffer-local-defs):
297 Don't call ispell-maybe-find-aspell-dictionaries
298
299 2005-10-04 Richard M. Stallman <rms@gnu.org>
300
301 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
302
303 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
304
305 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
306 instead of `fboundp' in order to allow for anonymous functions.
307
308 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
309
310 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
311 case the user clicks on the link while another window is selected.
312 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
313
314 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
315 functionality.
316 (dframe-help-echo): Save point in case mouse tracking is off.
317
318 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
319
320 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
321
322 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
325 not change the global value of those vars.
326
327 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
328 make-local-variable which we do not need any more.
329
330 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
331
332 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
333 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
334 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
335 (speedbar-path-line): Define obsolete aliases.
336 (speedbar-line-directory): Doc fix.
337
338 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
339 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
340 instead of speedbar-line-path.
341
342 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
343
344 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
345 to nil if dropping on a window. Handle dropping on a minibuffer window
346 like dropping on a non-window part of Emacs.
347
348 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * net/ange-ftp.el: Use with-current-buffer.
351 (ange-ftp-insert-directory): Do not follow symlinks any more.
352
353 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
354 Remove interactive spec.
355
356 2005-10-03 Kim F. Storm <storm@cua.dk>
357
358 * ido.el (ido-mode): Use custom-initialize-set.
359
360 2005-10-02 Richard M. Stallman <rms@gnu.org>
361
362 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
363 Use insert-buffer-substring.
364
365 * net/tramp.el: Pacify byte compiler warnings in pacification code.
366 (tramp-handle-file-local-copy): Use insert-buffer-substring.
367
368 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
371 in last change.
372 (ange-ftp-insert-directory): Fix up the search for the case where
373 `file' is absolute.
374
375 2005-10-02 Romain Francoise <romain@orebokech.com>
376
377 * progmodes/compile.el (compile-goto-error): Delete extra paren.
378
379 2005-10-02 Andreas Schwab <schwab@suse.de>
380
381 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
382 directory component in the session info.
383
384 2005-10-01 Richard M. Stallman <rms@gnu.org>
385
386 * comint.el (comint-redirect-subvert-readonly): Doc fix.
387
388 * simple.el (next-error-internal): New function.
389
390 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
391 (compilation-start): Pass new arg to compilation-buffer-name.
392 (compile-goto-error): Use next-error-internal.
393
394 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
395
396 * speedbar.el: Remove RCS tag.
397 (speedbar-check-read-only): Handle non-existent files.
398
399 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
400
401 * info.el (Info-speedbar-hierarchy-buttons)
402 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
403
404 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
405
406 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
407 Do not match newline.
408 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
409 (bibtex-summary): Remove unnecessary save-excursion.
410 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
411
412 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
413
414 * term/mac-win.el: Add charset info for "iso10646-1".
415 Modify default fontset to use ATSUI-compatible fonts for some charsets
416 if available.
417
418 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
419
420 * speedbar.el: Re-apply arch tag.
421 (speedbar-version): Rename to version 1.0. Suggested by Eric
422 M. Ludlam.
423 Reapply two changes from Emacs CVS' version of speedbar lost
424 during the merge:
425 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
426 (speedbar-frame-parameters): Improve customize type.
427
428 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
431 (ange-ftp-file-directory-p): Fix the symlink case.
432 (ange-ftp-insert-directory): When listing a single file, get a list of
433 the parent buffer and extract the relevant line. Inspired from a patch
434 by Katsumi Yamaoka <yamaoka@jpl.org>.
435 (ange-ftp-file-name-sans-versions): Simplify.
436
437 2005-09-30 Bill Wohler <wohler@newt.com>
438
439 Move MH-E image files from toolbar and mail directories into
440 etc/images.
441
442 * mail/reply2.*: Move to etc/images/mail/reply*.
443
444 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
445 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
446 etc/images.
447
448 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
449 * toolbar/reply*: Move to etc/images/mail.
450
451 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
452
453 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
454
455 * speedbar.el: New version 1.0pre3.
456
457 Frame management code (including timer, and mouse click specifics)
458 moved to dframe.el:
459 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
460 (speedbar-timer): Removed. Use dframe-timer.
461 (speedbar-close-frame): Removed. Use dframe-close-frame.
462 (speedbar-activity-change-focus-flag): Removed. Use
463 dframe-activity-change-focus-flag.
464 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
465 dframe-update-speed.
466
467 (speedbar-current-frame): New macro. Use this instead of the
468 variable speedbar-frame.
469
470 (speedbar-use-images, speedbar-expand-image-button-alist)
471 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
472
473 (speedbar-find-image-on-load-path): Removed. Replaced by
474 defezimage in ezimage.el.
475 (speedbar-expand-image-button-alist): Removed. Replaced by
476 ezimage-expand-image-button-alist in ezimage.el.
477
478 (speedbar-ignored-directory-regexp)
479 (speedbar-add-ignored-directory-regexp)
480 (speedbar-ignored-directory-expressions)
481 (speedbar-line-directory, speedbar-buffers-line-directory)
482 (speedbar-directory-line, speedbar-buffers-line-directory):
483 Renamed, replacing `path' with `directory'.
484
485 (speedbar-create-directory, speedbar-expand-line-descendants)
486 (speedbar-toggle-line-expansion)
487 (speedbar-contract-line-descendants): New commands.
488
489 (speedbar-query-confirmation-method, speedbar-select-frame-method)
490 (speedbar-use-tool-tips-flag): New options.
491
492 (speedbar-check-read-only, speedbar-require-version)
493 (speedbar-insert-separator, speedbar-buffers-tail-notes)
494 (speedbar-handle-delete-frame, speedbar-try-completion)
495 (speedbar-update-localized-contents): New functions.
496
497 (speedbar-incompatible-version, speedbar-ro-to-do-point)
498 (speedbar-object-read-only-indicator): New variables.
499
500 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
501 New hooks.
502
503 (speedbar-separator-face): New face.
504
505 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
506 (speedbar-ignored-modes): Add fundamental-mode.
507 (speedbar-directory-unshown-regexp): Add . directories.
508
509 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
510 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
511 `]' for full expand/close.
512 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
513
514 (speedbar-check-vc): Support hidden files.
515 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
516 (speedbar-this-file-in-vc): Use vc-state if available. If VC
517 state is nil, it is not checked out.
518
519 (speedbar-line-text, speedbar-line-token): Support expand buttons
520 with no text.
521 (speedbar-refresh): Universal argument acts as power-click.
522 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
523 that buffer to get variable values.
524
525 And many other bugfixes.
526
527 * dframe.el, ezimage.el, sb-image.el: New files.
528
529 * sb-*.xpm: Remove files. New image files installed into
530 etc/images/ezimage.
531
532 2005-09-30 Kenichi Handa <handa@m17n.org>
533
534 * ps-mule.el (ps-mule-show-warning): If a character is in
535 ps-print-translation-table, don't treat it as non-printable.
536
537 2005-09-30 David Ponce <david@dponce.com>
538
539 * tree-widget.el (tree-widget-themes-load-path): New variable.
540 (tree-widget-themes-directory): Doc fix.
541 (tree-widget-image-formats) [Emacs]: Doc fix.
542 (tree-widget--locate-sub-directory): New function.
543 (tree-widget-themes-directory): Use it.
544
545 * recentf.el (recentf-filename-handlers): Rename from
546 `recentf-filename-handler'. Allow a list of functions.
547 (recentf-menu-items-for-commands): Fix :help strings.
548 (recentf-apply-filename-handlers): New function.
549 (recentf-expand-file-name): Use it.
550 (recentf-cleanup): Remove duplicates too.
551
552 2005-09-29 Juri Linkov <juri@jurta.org>
553
554 * faces.el: Rearrange face definitions to be in the same order as
555 their face descriptions in "(emacs)Standard Faces".
556
557 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
558
559 * tooltip.el (tooltip): Add group `basic-faces'.
560
561 * buff-menu.el (Buffer-menu-buffer): Remove group
562 `font-lock-highlighting-faces'.
563
564 * progmodes/compile.el (compilation-error, compilation-warning)
565 (compilation-info, compilation-line-number, compilation-column-number):
566 Change group from `font-lock-highlighting-faces' to `compilation'.
567
568 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
569 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
570 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
571 (vhdl-font-lock-reserved-words-face)
572 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
573 `font-lock-highlighting-faces'.
574
575 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
576
577 2005-09-28 Kim F. Storm <storm@cua.dk>
578
579 * emulation/cua-base.el: Set CUA move property on additional commands:
580 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
581 forward-sexp, backward-sexp, forward-list, backward-list.
582
583 2005-09-28 Romain Francoise <romain@orebokech.com>
584
585 * comint.el (comint-show-output): Really set point at the
586 beginning of the output when not using `comint-use-prompt-regexp'.
587
588 2005-09-27 Jay Belanger <belanger@truman.edu>
589
590 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
591 in TeX mode.
592
593 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
594
595 * textmodes/org.el (org-table-sum): Fix format string.
596
597 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
598 Quote face names.
599
600 2005-09-26 Romain Francoise <romain@orebokech.com>
601
602 * isearch.el (isearch-forward-regexp): Close doc string.
603
604 2005-09-25 Richard M. Stallman <rms@gnu.org>
605
606 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
607
608 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
609
610 * progmodes/compile.el (compilation-error-properties):
611 When getting the file from the previous error message,
612 correctly decode the new data format.
613
614 * progmodes/cc-cmds.el (c-electric-paren):
615 Call old-blink-paren only for close-paren.
616
617 2005-09-24 Andreas Schwab <schwab@suse.de>
618
619 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
620 condition.
621
622 2005-09-25 Romain Francoise <romain@orebokech.com>
623
624 * dired-aux.el (dired-copy-file-recursive):
625 * dired.el (dired-delete-file):
626 * ediff-mult.el (ediff-dir-diff-copy-file):
627 * ediff-util.el (ediff-test-save-region):
628 * forms.el (forms-mode):
629 * ido.el (ido-file-internal, ido-delete-file-at-head):
630 * log-edit.el (log-edit-done):
631 * ses.el (ses-yank-resize):
632 * play/gomoku.el (gomoku-human-plays, gomoku)
633 (gomoku-human-resigns, gomoku-prompt-for-other-game)
634 (gomoku-offer-a-draw):
635 * play/landmark.el (lm-human-resigns, lm):
636 * net/eudcb-ldap.el (eudc-ldap-check-base):
637 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
638 * progmodes/ebrowse.el (ebrowse-find-pattern):
639 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
640 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
641 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
642
643 * vc.el (vc-delete-file):
644 * play/gomoku.el (gomoku-terminate-game, gomoku)
645 (gomoku-prompt-for-move, gomoku-human-takes-back):
646 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
647 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
648
649 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
650
651 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
652 color rxvt terminals by using the code xterm.el used to use before
653 2005-04-09 in order to match the colors used by rxvt.
654
655 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
656
657 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
658 colors rxvt-unicode terminals by using the same code as xterm.el.
659
660 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * textmodes/tex-mode.el (tex-font-lock-append-prop)
663 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
664 new symbol used for the tex-verbatim face.
665
666 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
667
668 * woman.el (woman-file-name):
669 * wid-edit.el (widget-file-prompt-value)
670 (widget-coding-system-prompt-value):
671 * w32-fns.el (set-w32-system-coding-system):
672 * vc.el (vc-version-diff, vc-annotate):
673 * textmodes/reftex-auc.el (reftex-arg-cite)
674 (reftex-arg-index-tag):
675 * textmodes/refer.el (refer-get-bib-files):
676 * textmodes/artist.el (artist-figlet-choose-font):
677 * terminal.el (terminal-emulator):
678 * replace.el (occur-read-primary-args):
679 * rect.el (string-rectangle, string-insert-rectangle):
680 * ps-print.el (ps-print-preprint):
681 * progmodes/pascal.el (pascal-goto-defun):
682 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
683 * progmodes/compile.el (compilation-find-file):
684 * printing.el (pr-interactive-n-up):
685 * play/animate.el (animate-birthday-present):
686 * net/rcompile.el (remote-compile):
687 * man.el (man, Man-goto-section, Man-follow-manual-reference):
688 * mail/rmailsum.el (rmail-summary-search-backward)
689 (rmail-summary-search):
690 * mail/rmailout.el (rmail-output-read-rmail-file-name)
691 (rmail-output-read-file-name):
692 * mail/rmail.el (rmail-search, rmail-search-backwards):
693 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
694 * locate.el (locate):
695 * international/quail.el (quail-show-keyboard-layout):
696 * international/mule.el (set-buffer-file-coding-system)
697 (revert-buffer-with-coding-system, set-file-name-coding-system)
698 (set-terminal-coding-system, set-keyboard-coding-system)
699 (set-next-selection-coding-system):
700 * international/mule-diag.el (describe-coding-system)
701 (describe-font, describe-fontset):
702 * international/mule-cmds.el (universal-coding-system-argument)
703 (search-unencodable-char, describe-input-method)
704 (set-language-environment, describe-language-environment):
705 * international/codepage.el (codepage-setup):
706 * international/code-pages.el (codepage-setup):
707 * info.el (Info-search, Info-follow-reference)
708 (Info-search-backward):
709 * emacs-lisp/advice.el (ad-read-advised-function)
710 (ad-read-advice-class, ad-clear-cache, ad-activate)
711 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
712 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
713 (ad-read-regexp):
714 * ediff-util.el (ediff-toggle-regexp-match):
715 * ediff-ptch.el (ediff-prompt-for-patch-file):
716 * dired-aux.el (dired-diff):
717 * diff.el (diff):
718 * cus-edit.el (custom-variable-prompt):
719 * calendar/timeclock.el (timeclock-ask-for-project):
720 * calc/calcalg3.el (calc-get-fit-variables):
721 * calc/calc-store.el (calc-edit-variable)
722 (calc-permanent-variable):
723 * vc-mcvs.el (vc-mcvs-register):
724 * shadowfile.el (shadow-define-literal-group):
725 * woman.el (woman-file-name):
726 * vc.el (vc-version-diff, vc-merge):
727 * textmodes/reftex-index.el (reftex-index-complete-tag):
728 * format.el (format-decode-buffer, format-decode-region):
729 * emulation/viper-cmd.el (viper-read-string-with-history):
730 * emacs-lisp/debug.el (cancel-debug-on-entry):
731 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
732 * ediff.el (ediff-merge-revisions)
733 (ediff-merge-revisions-with-ancestor, ediff-revision):
734 * completion.el (interactive-completion-string-reader):
735 * calc/calc-prog.el (calc-user-define-formula):
736 Follow convention for reading with the minibuffer.
737
738 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
739
740 * progmodes/python.el (python-describe-symbol): Add globals() and
741 locals() to the arguments of emacs.ehelp.
742
743 2005-09-24 Magnus Henoch <mange@freemail.hu>
744
745 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
746 New function, code extracted from ispell-valid-dictionary-list.
747 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
748 Call it.
749
750 2005-09-24 Eli Zaretskii <eliz@gnu.org>
751
752 * subr.el (version-regexp-alist): Extend valid syntax for version
753 strings: allow any of the characters -,_,+ to separate the
754 alpha/beta/rc part from the version part. Doc fix.
755 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
756
757 2005-09-23 David Reitter <david.reitter@gmail.com>
758
759 * mail/mailclient.el: New file.
760
761 2005-09-23 Richard M. Stallman <rms@gnu.org>
762
763 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
764 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
765 Doc fixes.
766
767 * progmodes/cc-mode.el (c-font-lock-init):
768 Specify font-lock-lines-before.
769
770 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
773 whole conflict.
774
775 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
776
777 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
778 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
779 of `remap' feature when available. Additional key bindings for
780 better tty support.
781 (org-mode-restart, org-force-self-insert): New commands.
782 (org-time-stamp-inactive): New command.
783 (org-remap): New function.
784 (org-table-auto-blank-field, org-level-color-stars-only): New options.
785 (org-enable-fixed-width-editor): Move to `org-structure'
786 customization group.
787 (org-self-insert-command, orgtbl-self-insert-command): Modify to
788 blank field after field motion commands.
789
790 2005-09-23 Kenichi Handa <handa@m17n.org>
791
792 * international/mule-cmds.el (set-language-environment):
793 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
794 have to call utf-translate-cjk-load-tables.
795
796 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * mouse.el (mouse-move-drag-overlay): Fix last change.
799
800 2005-09-22 David Ponce <david@dponce.com>
801
802 * tree-widget.el (tree-widget-value-create): Fix previous change.
803
804 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
805
806 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
807
808 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * mouse.el (mouse-move-drag-overlay): New function.
811 (mouse-drag-region-1): Use it.
812 Try to simplify a bit the state handling. Handle clicks on links
813 inside intangible areas.
814 (mouse-save-then-kill): Minor simplification.
815 (mouse-secondary-overlay): Make it always non-nil instead of
816 recreating it each time.
817 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
818 (mouse-kill-secondary, mouse-secondary-save-then-kill):
819 Simplify accordingly.
820
821 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
822
823 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
824
825 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
826
827 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
828 (ediff-file-name-sans-prefix): Treat nil as an empty string.
829 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
830 to patch.
831
832 * ediff-util.el: Use insert-buffer-substring.
833
834 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
835
836 * emulation/viper-cmd.el (viper-change-state): Don't move over the
837 field boundaries in the minibuffer.
838 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
839 (viper-minibuffer-post-command-hook): New hook.
840 (viper-line): Don't move cursor at bolp.
841
842 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
843
844 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
845 avoid compiler warnings.
846
847 * emulation/viper-macs.el (ex-map): Better messages.
848
849 * emulation/viper-utils.el (viper-beginning-of-field): New function.
850
851 * emulation/viper.el: Replace make-variable-buffer-local with
852 viper-make-variable-buffer-local everywhere, to avoid warnings.
853
854 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
857 Delete unused var `old-selected-window'.
858 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
859 (mouse-drag-secondary): Delete unused var `start-frame'.
860
861 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
862
863 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
864
865 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
868 Re-indent within 80 columns. Use inhibit-read-only.
869
870 2005-09-19 Romain Francoise <romain@orebokech.com>
871
872 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
873
874 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * font-lock.el (font-lock-default-fontify-region): Don't add a line
877 unconditionally, since the after-change-function already did it.
878
879 2005-09-19 Miles Bader <miles@gnu.org>
880
881 * net/newsticker.el: Get rid of CVS keyword.
882
883 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
884
885 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
886 The prompt is formatted later.
887
888 2005-09-19 David Ponce <david@dponce.com>
889
890 * tree-widget.el (tree-widget-value-create): Save the converted
891 tree :node widget.
892
893 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
894
895 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
896 variable `message'.
897
898 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
899
900 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
901 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
902 <slawomir.nowaczyk.847@student.lu.se>.
903
904 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
905
906 * image.el (image-load-path): Use symbol `data-directory' instead
907 of its value, for backward compatibility with packages that bind
908 it during `find-image'. Suggested by Katsumi Yamaoka.
909 (image-search-load-path): Handle symbols whose values are strings.
910
911 2005-09-18 Romain Francoise <romain@orebokech.com>
912
913 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
914 with-current-buffer form in save-excursion.
915
916 2005-09-18 D Goel <deego@gnufans.org>
917
918 * apropos.el (apropos-command): Fix `message' call: first arg
919 should be a format spec. In this and all other cases that appear
920 below and elsewhere in the source code, I made a change only when
921 two conditions were satisfied: [1] I can think of a possibility
922 that the arguments would cause an error, for example, the code in
923 question relies on external variables such as filenames. [2] I
924 was sure that the arg to `message' could not have been nil in the code.
925
926 * textmodes/tildify.el (tildify-region): Ditto.
927
928 * textmodes/reftex-index.el (reftex-index-change-entry)
929 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
930 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
931 * textmodes/org.el (org-complete, org-deadline, org-schedule)
932 (org-priority, org-table-sum):
933 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
934 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
935 (flyspell-word, flyspell-display-next-corrections):
936 * textmodes/bibtex.el (bibtex-print-help-message):
937 * textmodes/artist.el (artist-key-set-point-poly):
938 * term/mac-win.el (mac-services-insert-text):
939 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
940 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
941 (vhdl-port-paste-testbench, vhdl-compose-new-component)
942 (vhdl-compose-configuration):
943 * progmodes/sh-script.el (sh-blink, sh-show-indent)
944 (sh-set-indent, sh-learn-line-indent):
945 * progmodes/ps-mode.el (ps-mode-target-column):
946 * progmodes/idlwave.el (idlwave-make-tags)
947 (idlwave-scan-library-catalogs):
948 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
949 * progmodes/gud.el (gud-jdb-analyze-source):
950 * progmodes/flymake.el (flymake-log):
951 * progmodes/ebnf2ps.el (ebnf-generate-region):
952 * progmodes/cmacexp.el (c-macro-expansion):
953 * progmodes/ada-xref.el (ada-treat-cmd-string):
954 * progmodes/ada-mode.el (ada-create-case-exception-substring)
955 (ada-justified-indent-current, ada-batch-reformat):
956 * play/zone.el (zone):
957 * play/landmark.el (lm-move):
958 * play/decipher.el (decipher-show-alphabet):
959 * net/newsticker.el (newsticker--display-jump)
960 (newsticker--display-scroll):
961 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
962 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
963 * mail/feedmail.el (feedmail-dump-message-to-queue):
964 * eshell/esh-proc.el (eshell-remove-process-entry):
965 * emulation/ws-mode.el (ws-last-error):
966 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
967 (viper-record-kbd-macro):
968 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
969 * emacs-lisp/lisp-mnt.el (lm-report-bug):
970 * emacs-lisp/find-func.el (find-function-noselect):
971 * calendar/timeclock.el (timeclock-status-string)
972 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
973 (timeclock-when-to-leave-string):
974 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
975 * calc/calc-units.el (calc-enter-units-table):
976 * calc/calc-mode.el (calc-mode-record-mode):
977 * woman.el (woman-mini-help):
978 * wdired.el (wdired-change-to-wdired-mode):
979 * vc.el (vc-retrieve-snapshot):
980 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
981 * startup.el (display-startup-echo-area-message):
982 * simple.el (set-goal-column):
983 * ses.el (ses-command-hook, ses-recalculate-cell):
984 * server.el (server-process-filter):
985 * printing.el (pr-interface-txt-print, pr-interface-printify)
986 (pr-interface-ps):
987 * pcvs.el (cvs-help):
988 * log-edit.el (log-edit, log-edit-mode-help):
989 * iswitchb.el (iswitchb-possible-new-buffer):
990 * isearch.el (isearch-edit-string):
991 * image-mode.el (image-mode, image-minor-mode):
992 * ibuf-macs.el (define-ibuffer-filter):
993 * hi-lock.el (hi-lock-find-patterns):
994 * files.el (toggle-read-only):
995 * ediff-util.el (ediff-copy-diff)
996 (ediff-write-merge-buffer-and-maybe-kill):
997 * echistory.el (Electric-history-undefined):
998 * dnd.el (dnd-insert-text):
999 * dired-aux.el (dired-query):
1000 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1001 * bookmark.el (bookmark-bmenu-locate):
1002 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1003 Fix `message' calls to ensure first arg is a format string.
1004 The change was made only when these two conditions were satisfied:
1005 [1] when there is a possibility that the arguments would cause an error
1006 for example, if the code in question relies on external variables
1007 such as filenames, and
1008 [2] if the arg to `message' could not have been nil in the code.
1009
1010 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1011 Not having a %s would be weird, though not technically wrong.
1012
1013 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1014
1015 * term/mac-win.el (mac-add-charset-info): Doc fix.
1016
1017 2005-09-17 Romain Francoise <romain@orebokech.com>
1018
1019 * shell.el (shell-resync-dirs): Handle echoing processes more
1020 reliably. Don't insert resync command if `comint-process-echoes'
1021 is non-nil.
1022
1023 2005-09-17 Magnus Henoch <mange@freemail.hu>
1024
1025 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1026 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1027 aspell versions >= 0.60.
1028 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1029 only if ispell-aspell-supports-utf8 is non-nil.
1030
1031 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1032
1033 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1034 buffer-local value to lisp-indent-function.
1035
1036 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1037
1038 * progmodes/glasses.el (glasses-make-readable): If
1039 glasses-separator differs from underscore, put appropriate
1040 overlays over underscore characters.
1041 (glasses-convert-to-unreadable): If glasses-separator differs from
1042 underscore, try to convert glasses-separator characters to
1043 underscores.
1044
1045 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1048 Use with-syntax-table and dolist.
1049
1050 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1051
1052 * textmodes/reftex-auc.el:
1053 * textmodes/reftex-cite.el:
1054 * textmodes/reftex-dcr.el:
1055 * textmodes/reftex-global.el:
1056 * textmodes/reftex-parse.el:
1057 * textmodes/reftex-ref.el:
1058 * textmodes/reftex-sel.el:
1059 * textmodes/reftex-toc.el:
1060 * textmodes/reftex-vars.el:
1061 * textmodes/reftex.el: Small changes to remove compiler warnings.
1062
1063 * textmodes/reftex-index.el: Likewise.
1064 (reftex-query-index-phrase): More efficient use of markers.
1065
1066 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * image.el (image-load-path): New variable.
1069 (image-search-load-path): New function.
1070 (find-image): Search for images in `image-load-path'.
1071
1072 2005-09-15 Richard M. Stallman <rms@gnu.org>
1073
1074 * follow.el: Change Maintainer field.
1075
1076 2005-09-15 David Ponce <david@dponce.com>
1077
1078 * recentf.el (recentf-save-file-modes): New option.
1079 (recentf-save-list): Use it.
1080
1081 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1082
1083 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1084 (mode-line-mule-info, mode-line-modified): Move bindings from
1085 mouse-3 to mouse-1.
1086
1087 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1088
1089 * simple.el (sendmail-user-agent-compose): Revert last change.
1090
1091 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1094 Use with-current-buffer.
1095 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1096 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1097 (ange-ftp-insert-directory): Remove unused var `short'.
1098 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1099
1100 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1101 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1102
1103 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1104 (check-calendar-holidays, diary-list-entries): Autoload.
1105 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1106 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1107
1108 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1109 which mistakenly removed a call to display-buffer.
1110
1111 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1112
1113 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1114
1115 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1116
1117 * progmodes/hideshow.el
1118 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1119 (hs-allow-nesting): New user var.
1120 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1121 (hs-hide-block-at-point): When nesting allowed,
1122 if there is already an overlay in place, delete it.
1123 (hs-safety-is-job-n): Delete func; remove call sites.
1124 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1125 (hs-overlay-at): New func.
1126 (hs-already-hidden-p, hs-show-block): Use it.
1127 (hs-hide-all): Don't pre-clean if nesting allowed.
1128 (hs-show-all): Temporarily disallow
1129 nesting around call to `hs-discard-overlays'.
1130
1131 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1134 Delete unused local var.
1135
1136 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1137
1138 * help-fns.el (describe-categories): "?\ " -> "?\s".
1139 (help-do-arg-highlight): Recognize also ARG-n, as in
1140 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1141
1142 * international/codepage.el (dos-unsupported-char-glyph):
1143 * net/newsticker.el (tool-bar-map, w3-mode-map)
1144 (w3m-minor-mode-map):
1145 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1146 (ent-alist):
1147 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1148
1149 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1150
1151 * custom.el (custom-push-theme): Handle the case where a symbol is
1152 bound but face properties have not yet been assigned.
1153
1154 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1155 Fix behavior if noerase is `t' and there is no mail buffer.
1156
1157 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1158 if `continue' is nil, rather than signal an error.
1159
1160 2005-09-12 Richard M. Stallman <rms@gnu.org>
1161
1162 * font-lock.el (font-lock-keywords): Add autoload.
1163
1164 * help-fns.el (describe-variable): Rearrange to put source link
1165 in a predictable place.
1166
1167 * net/newsticker.el: New file.
1168
1169 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1172 (calendar-basic-setup): Use the new nil arg.
1173 (number-of-diary-entries): Move to diary-lib.el.
1174
1175 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1176 (diary-list-entries): Use with-syntax-table and dolist.
1177 Rename from list-diary-entries.
1178 Use number-of-diary-entries if `number' is nil.
1179 (diary, diary-view-entries): Use this new name and new nil arg value.
1180 (number-of-diary-entries): Move from calendar.el.
1181 (diary-unhide-everything): New function.
1182 (include-other-diary-files, fancy-diary-display)
1183 (diary-show-all-entries, make-diary-entry): Use it.
1184 (diary-mail-entries): Use buffer-string.
1185 (mark-diary-entries): Fix long standing paren typo.
1186 (diary-sexp-entry): Use count-lines.
1187 (make-diary-entry): Avoid `previous-line'.
1188 (diary-mode-map): New var.
1189 (diary-mode): Redraw cal after saving. Setup header-line.
1190 (fancy-diary-display-mode): Use local-set-key.
1191
1192 * startup.el (command-line): Try calling various terminal-init-foo-bar
1193 functions by stripping hyphenated suffixes from $TERM.
1194
1195 * files.el (normal-mode): Check boundness of font-lock-keywords.
1196
1197 2005-09-12 Richard M. Stallman <rms@gnu.org>
1198
1199 * progmodes/compile.el: Don't decide a file's directory
1200 until the user actually tries to go there.
1201 (compilation-next-error-function):
1202 Pass compilation-find-file the directory from the file-struct.
1203 (compilation-internal-error-properties): Separate local FILE-STRUCT
1204 from FILE. Doc the args better. Rename arg FMT to FMTS.
1205 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1206 Expand it, and if nil, use default-directory.
1207 (compilation-get-file-structure): Don't mix specified directory
1208 with default directory. Put specified directory into
1209 file-struct. Don't make the file name absolute.
1210
1211 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1212 (compile-command): Add autoload.
1213 (compilation-disable-input): Add autoload.
1214
1215 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1216
1217 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1218 strings of the variables it can override.
1219 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1220 %Q and %q, for fully-qualified domain name and unqualified host name.
1221
1222 2005-09-11 Kim F. Storm <storm@cua.dk>
1223
1224 * emacs-lisp/authors.el (authors-aliases): Update list.
1225 (authors-fixed-entries): Update mldrag.el entry.
1226
1227 2005-09-10 Alan Mackenzie <acm@muc.de>
1228
1229 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1230 from the region narrowed to.
1231
1232 2005-09-10 Magnus Henoch <mange@freemail.hu>
1233
1234 * textmodes/ispell.el (ispell-check-version): Signal an error if
1235 aspell version is less than 0.60.
1236
1237 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1238
1239 * progmodes/octave-inf.el (inferior-octave-startup):
1240 Resync current dir at the end.
1241
1242 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1243
1244 * woman.el (woman-topic-at-point-default):
1245 Rename to woman-use-topic-at-point-default.
1246 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1247 (woman-file-name): Reflect renames above. Automatically use the
1248 word at point as topic if woman-use-topic-at-point is non-nil.
1249 Otherwise offer it as default but don't insert it in the
1250 minibuffer. Also use `test-completion' instead of `assoc' as
1251 suggested by Stefan Monnier.
1252
1253 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1254
1255 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1256 the attempt to do it over Tramp. This is not yet supported.
1257
1258 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1259
1260 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1261 (menu-bar-non-minibuffer-window-p): New functions.
1262 ("Split Window", "Save As..."): Use them.
1263 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1264 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1265 Use menu-bar-menu-frame-live-and-visible-p.
1266 ("Save Buffer", "Insert File", "Open Directory...")
1267 ("Open File...", "Visit New File..."):
1268 Use menu-bar-non-minibuffer-window-p.
1269 (kill-this-buffer-enabled-p, dired <menu-enable>):
1270 Use menu-bar-non-minibuffer-window-p.
1271
1272 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1273
1274 * cus-start.el (all): Don't complain about fringe-related
1275 built-ins if fringes are not supported. Ditto about
1276 selection-related built-ins. Fix the test for GTK-related built-ins.
1277
1278 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1279 ("Postscript Print Buffer", "Print Region", "Save As...")
1280 ("Save", "Insert File...", "Open Directory...")
1281 ("Open File...", "Visit New File..."")
1282 ("Truncate Long Lines in this Buffer"): Don't look at
1283 menu-updating-frame if this display does not support multiple frames.
1284
1285 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1286
1287 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1288
1289 2005-09-09 Emilio Lopes <eclig@gmx.net>
1290
1291 * woman.el: Format- and whitespace-related changes.
1292
1293 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1294
1295 * woman.el: Fix my email address.
1296
1297 2005-09-08 Richard M. Stallman <rms@gnu.org>
1298
1299 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1300 (sh-mode): Locally set skeleton-pair-default-alist.
1301
1302 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1303
1304 * progmodes/flymake.el: Require `compile' unconditionally.
1305
1306 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1307
1308 * woman.el (woman-file-name): Provide a default, not initial input.
1309
1310 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1311
1312 * font-lock.el (font-lock-support-mode): Doc fix.
1313
1314 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1315
1316 2005-09-08 Richard M. Stallman <rms@gnu.org>
1317
1318 * simple.el (blink-matching-open): Get rid of text props from
1319 the string shown in echo area. Don't permanently set point.
1320 Some rearrangements.
1321
1322 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1323
1324 * recentf.el (recentf-filename-handler): Add custom choice
1325 `abbreviate-file-name'.
1326
1327 * msb.el (msb--very-many-menus): Fix typo.
1328
1329 * disp-table.el (standard-display-european): Don't set
1330 enable-multibyte-characters to nil.
1331
1332 2005-09-08 David Ponce <david@dponce.com>
1333
1334 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1335 (recentf-expand-file-name): Doc fix.
1336 (recentf-dialog-mode-map): Define digit shortcuts.
1337 (recentf--files-with-key): New variable.
1338 (recentf-show-digit-shortcut-filter): New function.
1339 (recentf-open-files-items): New function.
1340 (recentf-open-files): Use it.
1341 (recentf-open-file-with-key): New command.
1342
1343 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1344
1345 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1346 Suggested by Kim F. Storm.
1347 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1348 (Buffer-menu-make-sort-button): Use global keymap.
1349
1350 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1351
1352 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1353 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1354 necessary any longer with the remapped command.
1355 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1356 formatting time only.
1357
1358 * net/tramp.el (tramp-action-password)
1359 (tramp-multi-action-password): Compile the password prompt from
1360 `method', `user' and `host'. Sometimes it isn't obvious which
1361 password to enter, for example with remote files offered by
1362 recentf.el, or with multiple steps. Suggested by Robert Marshall
1363 <robert@chezmarshall.freeserve.co.uk>.
1364
1365 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1368 Fix regexp for when "s///" is at the beginning of line.
1369
1370 2005-09-07 Jay Belanger <belanger@truman.edu>
1371
1372 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1373 when in matrix mode.
1374
1375 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1378 non-anonymous functions.
1379
1380 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1383 when using a header line. Otherwise, use mouse-1-click-follows-link.
1384
1385 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1386 can't be moved; don't signal an error.
1387
1388 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1389
1390 * cus-theme.el (custom-theme-write-faces): Save the current face
1391 spec, not the defface spec.
1392
1393 * custom.el (custom-known-themes): Clarify meaning of "standard".
1394 (custom-push-theme): Save old values in the standard theme.
1395 (disable-theme): Correct typo.
1396 (custom-face-theme-value) Deleted unused function.
1397 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1398
1399 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * progmodes/compile.el (compilation-goto-locus): Take into account
1402 iconified frames when determining whether the buffer is
1403 already visible.
1404 Don't reset window height if the window already existed.
1405
1406 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * custom.el (load-theme): Rename from require-theme.
1409 Add interactive spec.
1410 (enable-theme): Rename from custom-enable-theme.
1411 Add interactive spec.
1412 (disable-theme): Rename from custom-disable-theme.
1413 Add interactive spec.
1414 (custom-make-theme-feature): Doc fix.
1415 (custom-theme-directory): Doc fix.
1416 (provide-theme): Call enable-theme.
1417
1418 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * obsolete/lazy-lock.el (lazy-lock-mode):
1421 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1422 font-lock-mode if it's off. Print a warning instead.
1423
1424 * progmodes/compile.el (compilation-start): Ignore errors if the
1425 process died before we get to send-eof.
1426
1427 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1428 Undo last change. Enclosing the result in quotes broke things on Unix
1429 since tex-send-command passes it through shell-quote-argument.
1430 (tex-send-command): Pass `file' through convert-standard-filename
1431 when possible.
1432 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1433 info in a transcript.
1434
1435 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1436
1437 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1438 fix compilation warning. Reorder the key definitions to group
1439 together keys emitted by the current version of xterm.
1440
1441 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1442 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1443 Reorder predicates to correct min-color usage.
1444
1445 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1448 Kill local variables when longlines-mode is turned off.
1449
1450 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1453
1454 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1455
1456 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1457
1458 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1459 (font-lock-lines-before): Change default to being inactive.
1460 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1461 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1462
1463 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1464
1465 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1466 Deactivate temporarily advice if active (not needed for Emacs 22,
1467 but for backwards compatibility).
1468 (tramp-exists-file-name-handler): Rewrite. First implementation
1469 was too simple.
1470 (tramp-advice-make-auto-save-file-name):
1471 Call `tramp-handle-make-auto-save-file-name' (again, just for
1472 backwards compatibility).
1473
1474 2005-08-31 Reto Zimmermann <reto@gnu.org>
1475
1476 * progmodes/vhdl-mode.el
1477 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1478 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1479 (vhdl-set-default-project): New function (easier setting of default).
1480 (vhdl-port-copy): Handle extended identifiers for generics.
1481 (vhdl-compiler-alist): Better description for error message regexp.
1482 (vhdl-make): Query for target, use previous as default.
1483 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1484 (vhdl-font-lock-keywords-2): Fix fontification for record
1485 el. assign.
1486 (vhdl-speedbar-make-subpack-line): Add package body link.
1487 (vhdl-generate-makefile-1): Not include itself as dependency.
1488 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1489 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1490 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1491 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1492 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1493 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1494 (vhdl-import-project): Add string argument for `error'.
1495 (vhdl-compose-configuration)
1496 (vhdl-compose-configuration-architecture): Add configuration
1497 declaration generation.
1498 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1499 (vhdl-trailer-re): Add "record" keyword (better indentation).
1500 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1501 "[^ \t-\"]+".
1502 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1503 (vhdl-testbench-entity-file-name)
1504 (vhdl-testbench-architecture-file-name): Allow separate
1505 customization of testbench file names.
1506 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1507 (vhdl-get-visible-signals): Allow newline within alias declaration.
1508 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1509 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1510 (member-ignore-case): Alias for missing function in XEmacs.
1511 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1512 (vhdl-update-sensitivity-list): Ignore case on read signals.
1513 (vhdl-replace-string): Adjust case only for file names.
1514 (vhdl-update-sensitivity-list): Fix search for read signals.
1515 (vhdl-update-sensitivity-list): Exclude formal parameters.
1516 (vhdl-get-visible-signals): Include aliases of signals.
1517 (vhdl-get-visible-signals): Fix signal name searching.
1518 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1519 (vhdl-fixup-whitespace-region): Fix for character
1520 literals (e.g. ':').
1521
1522 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1523
1524 * ansi-color.el (comint-last-output-start):
1525 * bs.el (font-lock-verbose):
1526 * diff-mode.el (add-log-buffer-file-name-function):
1527 * dired-x.el (vm-folder-directory):
1528 * faces.el (help-xref-stack-item):
1529 * files.el (font-lock-keywords):
1530 * find-lisp.el (dired-buffers, dired-subdir-alist):
1531 * ido.el (cua-inhibit-cua-keys):
1532 * log-view.el (cvs-minor-wrap-function):
1533 * outline.el (font-lock-warning-face):
1534 * simple.el (compilation-current-error):
1535 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1536 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1537 * tooltip.el (comint-prompt-regexp):
1538 * w32-fns.el (explicit-shell-file-name):
1539 * term/mac-win.el (mac-charset-info-alist)
1540 (mac-services-selection, mac-system-script-code):
1541 * term/tty-colors.el (msdos-color-values):
1542 * term/w32-win.el (xlfd-regexp-registry-subnum):
1543 * term/x-win.el (x-keysym-table, x-selection-timeout)
1544 (x-session-id, x-session-previous-id):
1545 * textmodes/ispell.el (mail-yank-prefix):
1546 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1547 * textmodes/org.el (calc-embedded-close-formula)
1548 (calc-embedded-open-formula)
1549 (font-lock-unfontify-region-function):
1550 * textmodes/reftex-global.el (isearch-next-buffer-function)
1551 (TeX-master):
1552 * textmodes/reftex.el (font-lock-keywords):
1553 * textmodes/tex-mode.el (font-lock-comment-face)
1554 (font-lock-doc-face):
1555 * textmodes/texinfo.el (outline-heading-alist):
1556 Add defvars.
1557
1558 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1559 (artist-spray-chars, artist-mode-init, artist-replace-string)
1560 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1561 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1562 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1563
1564 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1565 (conf-align-assignments): "?\ " -> "?\s".
1566
1567 * textmodes/reftex-index.el (TeX-master): Add defvar.
1568 (reftex-index-phrases-marker): Move up defvar.
1569
1570 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1571 (reftex-toc-include-labels-indicator)
1572 (reftex-toc-include-index-indicator)
1573 (reftex-toc-max-level-indicator): Move up declarations.
1574
1575 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1576 of args to `tramp-run-real-handler', even if it's empty in this case.
1577
1578 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1579
1580 * dired.el (dired-move-to-filename-regexp): Add date format for
1581 Mac OS X 10.3 in East Asian locales.
1582
1583 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * files.el (make-auto-save-file-name): Add file name handler call
1586 if applicable.
1587
1588 * net/tramp.el (tramp-file-name-handler-alist)
1589 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1590 (tramp-handle-make-auto-save-file-name): Rename from
1591 `tramp-make-auto-save-file-name'.
1592 (tramp-exists-file-name-handler): New defun.
1593 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1594 `make-auto-save-file-name' is not a magic file name operation.
1595
1596 2005-08-30 Richard M. Stallman <rms@gnu.org>
1597
1598 * files.el (risky-local-variable-p):
1599 Match `-predicates' and `-commands.
1600
1601 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1602 (custom-save-all): Visit the file if necessary;
1603 kill the buffer if we created it.
1604 (custom-save-delete): Don't visit file or kill buffer here.
1605
1606 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1607
1608 * textmodes/org.el (org-special-keyword): New face.
1609 (org-table-copy-down, org-table-eval-formula)
1610 (org-table-recalculate, org-init-section-numbers):
1611 Use `string-to-number' instead of `string-to-int'.
1612 (org-get-location): Use `insert-buffer-substring' instead of
1613 `insert-buffer'.
1614 (org-modify-diary-entry-string): New function.
1615 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1616 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1617 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1618 active region.
1619 (org-export-as-html): Handle QUOTE keyword.
1620 (org-quote-string): New option.
1621 (org-bookmark-jump-unhide): New function, used for
1622 `bookmark-after-jump-hook'.
1623 (org-diary-default-entry): Apply only when not called through
1624 `org-agenda'.
1625
1626 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1627
1628 * net/eudc.el (mode-popup-menu):
1629 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1630 * progmodes/ada-mode.el (compile-auto-highlight)
1631 (skeleton-further-elements):
1632 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1633 * progmodes/cmacexp.el (msdos-shells):
1634 * progmodes/compile.el (font-lock-extra-managed-props)
1635 (font-lock-keywords, font-lock-maximum-size)
1636 (font-lock-support-mode):
1637 * progmodes/grep.el (font-lock-lines-before):
1638 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1639 * progmodes/mixal-mode.el (compile-command):
1640 * progmodes/perl-mode.el (font-lock-comment-face)
1641 (font-lock-doc-face, font-lock-string-face):
1642 * progmodes/prolog.el (comint-prompt-regexp):
1643 * progmodes/sh-script.el (font-lock-comment-face)
1644 (font-lock-set-defaults, font-lock-string-face):
1645 * progmodes/sql.el (font-lock-keyword-face)
1646 (font-lock-set-defaults, font-lock-string-face):
1647 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1648 (itimer-version, lazy-lock-defer-contextually)
1649 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1650 Add defvars.
1651
1652 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1653 (cperl-electric-keyword, cperl-electric-pod)
1654 (cperl-electric-backspace, cperl-forward-re)
1655 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1656 (vc-rcs-header, vc-sccs-header): Add defvars.
1657
1658 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1659 (font-lock-syntactic-keywords, gud-find-expr-function):
1660 Add defvars.
1661
1662 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1663 (gdb-frame-parameters): Declare before use.
1664
1665 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1666 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1667 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1668 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1669
1670 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1671 (idlwave-help-with-source): Use `insert-buffer-substring', not
1672 `insert-buffer'.
1673
1674 2005-08-29 Juri Linkov <juri@jurta.org>
1675
1676 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1677 Put outline-back-to-heading function call inside save-excursion.
1678
1679 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1680
1681 * man.el (Man-init-defvars, Man-translate-references)
1682 (Man-support-local-filenames, Man-highlight-references):
1683 * progmodes/sql.el (sql-interactive-mode):
1684 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1685
1686 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1687 (compilation-mode-font-lock-keywords): Add defvars.
1688 (checkdoc-interactive-loop): "?\ " -> "?\s".
1689
1690 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1691 (font-lock-doc-face, font-lock-string-face)
1692 (font-lock-keywords-case-fold-search): Add defvars.
1693 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1694
1695 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1696 Don't pass X and Y (they are ignored anyway).
1697 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1698 (mouse-delete-window): Make arguments optional.
1699
1700 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1701 (caesar-translate-table, minor-modes, news-buffer-save)
1702 (news-group-name, news-minor-modes): Add defvars.
1703
1704 * emacs-lisp/lselect.el (mouse-highlight-priority)
1705 (x-lost-selection-functions, zmacs-regions):
1706 * emacs-lisp/pp.el (font-lock-verbose):
1707 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1708 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1709 (ses-mode-map):
1710 * emacs-lisp/tcover-unsafep.el (safe-functions):
1711 * international/mule-cmds.el (mac-system-coding-system)
1712 (mac-system-locale):
1713 * language/ethio-util.el (rmail-current-message)
1714 (rmail-message-vector):
1715 * language/thai-util.el (thai-auto-composition-mode):
1716 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1717 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1718 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1719 (vm-primary-inbox, vm-spool-files):
1720 * mail/rmail.el (deleted-head, font-lock-fontified)
1721 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1722 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1723 (total-messages):
1724 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1725 (rmail-summary-mode-map):
1726 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1727 (rmail-last-label, rmail-last-multi-labels)
1728 (rmail-summary-vector, rmail-total-messages):
1729 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1730 * mail/rmailsum.el (msgnum):
1731 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1732 (rmail-current-message):
1733 * obsolete/fast-lock.el (font-lock-face-list):
1734 * obsolete/rnewspost.el (mail-reply-buffer):
1735 * obsolete/scribe.el (compile-command):
1736 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1737
1738 2005-08-28 John Paul Wallington <jpw@gnu.org>
1739
1740 * ibuf-ext.el (ibuffer-auto-update-changed):
1741 Use `frame-or-buffer-changed-p' to check whether we need to update.
1742 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1743 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
1744 as a `frame-or-buffer-changed-p' state vector instead.
1745
1746 2005-08-27 Romain Francoise <romain@orebokech.com>
1747
1748 * textmodes/makeinfo.el (makeinfo-compile):
1749 Use `compilation-start'. Set `next-error-function' according to
1750 `disable-errors'.
1751 (makeinfo-next-error): New function.
1752 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1753 (makeinfo-buffer): Likewise.
1754
1755 * progmodes/compile.el (compilation-start): Add autoload cookie.
1756
1757 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1758 * textmodes/sgml-mode.el: Likewise.
1759 * progmodes/python.el: Likewise.
1760
1761 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1762
1763 * simple.el (blink-matching-paren-distance): Document the meaning
1764 of nil value, and allow to customize to nil.
1765
1766 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1767 command.com, not command.exe.
1768
1769 2005-08-26 John Wiegley <johnw@newartisans.com>
1770
1771 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1772 code around a bit so that an extraneous nil argument is not added
1773 to a command when no args are given.
1774
1775 * eshell/esh-arg.el (eshell-parse-double-quote): If a
1776 double-quoted argument resolves to nil, return it as an empty
1777 string rather than as nil. This made it impossible to pass "" to
1778 a shell script as a null string argument.
1779
1780 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * outline.el (outline-invent-heading): New fun.
1783 (outline-promote, outline-demote): Use it.
1784 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1785 (outline-end-of-subtree): Remove unused var `opoint'.
1786
1787 2005-08-26 David Reitter <david.reitter@gmail.com>
1788
1789 * menu-bar.el (truncate-lines, write-file, print-buffer)
1790 (ps-print-buffer-faces, ps-print-buffer, split-window):
1791 Disable menu items when the frame they refer to is invisible, or when
1792 they refer to a buffer and the minibuffer is selected.
1793
1794 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1795
1796 * progmodes/flymake.el (flymake-highlight-err-lines):
1797 Use save-excursion around flymake-highlight-line to preserve point.
1798
1799 2005-08-26 Eli Zaretskii <eliz@gnu.org>
1800
1801 * progmodes/octave-mod.el: Change Author and Maintainer address.
1802 (octave-maintainer-address): Change Kurt's email address.
1803 * progmodes/octave-inf.el: Change Author and Maintainer address.
1804 * progmodes/octave-hlp.el: Change Author and Maintainer address.
1805
1806 2005-08-26 Kim F. Storm <storm@cua.dk>
1807
1808 * subr.el (version-list-<, version-list-<=, version-list-=):
1809 Renamed from integer-list-*.
1810 (version-list-not-zero): Likewise. Fix while loop.
1811 (version=): Use version-list-= instead of string-equal.
1812
1813 2005-08-26 Richard M. Stallman <rms@gnu.org>
1814
1815 * outline.el (outline-promote): Try shortening the heading.
1816 As last resort, read the heading to use.
1817 (outline-demote): As last resort, read the heading to use.
1818
1819 2005-08-26 Romain Francoise <romain@orebokech.com>
1820
1821 * progmodes/compile.el (compilation-start): Doc fix.
1822
1823 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
1824 (antlr-font-lock-additional-keywords): Fix reference to
1825 `antlr-font-lock-literal-regexp' erroneously changed during the
1826 mass face rename.
1827 (antlr-run-tool): Use `compilation-start'.
1828
1829 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
1830 instead of the obsolete `compile-internal'.
1831
1832 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
1833
1834 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
1835 (number, original-date):
1836 * calendar/cal-china.el (date):
1837 * calendar/cal-coptic.el (date):
1838 * calendar/cal-french.el (date):
1839 * calendar/cal-hebrew.el (date, entry, number, original-date):
1840 * calendar/cal-islam.el (date, number, original-date):
1841 * calendar/cal-iso.el (date):
1842 * calendar/cal-julian.el (date):
1843 * calendar/cal-mayan.el (date):
1844 * calendar/cal-menu.el (date, event):
1845 * calendar/cal-persia.el (date):
1846 * calendar/lunar.el (date):
1847 * calendar/solar.el (date): Add defvars.
1848
1849 * emerge.el:
1850 * ibuffer.el:
1851 * info-xref.el:
1852 * obsolete/bg-mouse.el:
1853 * obsolete/sun-curs.el:
1854 * obsolete/swedish.el: Move the `defvar's to the top level.
1855
1856 * smerge-mode.el (smerge-refined-change): Add :group.
1857
1858 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
1861 (smerge-keep-n): Remove props.
1862 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1863 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
1864 now that it's done in smerge-keep-n.
1865 (smerge-refined-change): New face.
1866 (smerge-refine-chopup-region, smerge-refine-highlight-change)
1867 (smerge-refine): New funs.
1868 (smerge-basic-map): Bind smerge-refine.
1869
1870 2005-08-25 Juri Linkov <juri@jurta.org>
1871
1872 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
1873 compilation-process-setup-function and compilation-disable-input
1874 in grep-mode instead of let-bindings in grep.
1875
1876 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
1877 Delete "Automatic File De/compression" (auto-compression-mode).
1878
1879 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
1880
1881 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
1882 Silence warning about non-existent variable.
1883
1884 2005-08-25 Richard M. Stallman <rms@gnu.org>
1885
1886 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
1887 Rename "Describe Key" to "Describe Key or Mouse Operation".
1888
1889 * mail/mailalias.el (build-mail-aliases): Delete comments
1890 from the contents before processing them.
1891
1892 * isearch.el (isearch-edit-string): Erase the Search prompt
1893 if user enters an empty string and there is no default.
1894
1895 * comint.el (comint-file-name-prefix): Add autoload.
1896
1897 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
1898
1899 * subr.el (play-sound): Rearrange to avoid warning.
1900
1901 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
1902
1903 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
1904 New hook.
1905 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
1906
1907 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1908
1909 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
1910
1911 * custom.el (custom-theme-set-variables): Sort minor modes last.
1912
1913 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1914
1915 * subr.el (version-separator, version-regexp-alist): New vars used by
1916 version comparison funs.
1917 (integer-list-<, integer-list-=, integer-list-<=)
1918 (integer-list-not-zero): New funs for integer list comparison.
1919 (version-to-list, version=, version<, version<=): New funs for version
1920 comparison.
1921
1922 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
1925 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
1926 time to silence the byte-compiler.
1927
1928 * ibuffer.el (ibuffer-compile-make-eliding-form)
1929 (ibuffer-check-formats): Use `with-no-warnings' to hide references
1930 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
1931 so it's silly to get warnings for it).
1932 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
1933 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
1934 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
1935 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
1936 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
1937 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
1938 Defvar at compile time.
1939 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
1940 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
1941 Declare them before use.
1942
1943 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
1944 (info-xref-good, info-xref-bad): Defvar at compile time.
1945
1946 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
1947 Use `let*' instead of `let'.
1948
1949 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
1950 (*mouse-y*, menu, char): Defvar at compile time.
1951 (sc::menu): Declare it before use.
1952 (sc::pack-one-line): Use `let', not `let*'.
1953
1954 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
1955 (mail-send-hook): Defvar at compile time.
1956
1957 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
1958 Defvar at compile time.
1959
1960 * term/sun-mouse.el (current-global-mousemap)
1961 (current-local-mousemap): Declare them before use.
1962
1963 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
1964
1965 * bookmark.el (bookmark-after-jump-hook): New hook.
1966 (bookmark-jump): Run `bookmark-after-jump-hook'.
1967
1968 2005-08-23 Juri Linkov <juri@jurta.org>
1969
1970 * faces.el (minibuffer-prompt): Doc fix.
1971
1972 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
1973
1974 * progmodes/xscheme.el: Trivial changes to silence warnings.
1975 (xscheme-previous-mode, xscheme-previous-process-state):
1976 Add defvars.
1977 (xscheme-last-input-end, xscheme-process-command-line)
1978 (xscheme-process-name, xscheme-buffer-name)
1979 (xscheme-expressions-ring-max, xscheme-expressions-ring)
1980 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
1981 (xscheme-control-g-synchronization-p)
1982 (xscheme-control-g-disabled-p, xscheme-string-receiver)
1983 (default-xscheme-runlight, xscheme-runlight)
1984 (xscheme-runlight-string, xscheme-process-filter-state)
1985 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
1986 Move to beginning of file.
1987 (scheme-interaction-mode-commands-alist)
1988 (scheme-interaction-mode-map, scheme-debugger-mode-map):
1989 Declare them before use. Note: the initialization code for the variables
1990 has not been moved because it uses functions that reference the variables.
1991 (xscheme-control-g-message-string, xscheme-process-filter-alist)
1992 (xscheme-prompt-for-expression-map): Declare them before use.
1993 (scheme-debugger-mode-commands): "?\ " -> "?\s".
1994
1995 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
1996
1997 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
1998
1999 2005-08-22 Juri Linkov <juri@jurta.org>
2000
2001 * faces.el (set-face-underline): Delete this duplicate function
2002 and make an obsolete alias to set-face-underline-p.
2003 (set-face-underline-p): Use docstring of set-face-underline.
2004 (describe-face): Create hyperlink to parent face.
2005
2006 * info.el (Info-insert-dir): Use save-excursion around
2007 insert-buffer-substring.
2008 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2009 (Info-escape-percent): Delete function.
2010 (Info-fontify-node): Replace Info-escape-percent by
2011 replace-regexp-in-string with REP arg set to lambda that
2012 duplicates `%' and preserves text properties.
2013
2014 * progmodes/compile.el (compilation-disable-input): Doc fix.
2015 (define-compilation-mode): Doc fix and refill.
2016 (kill-compilation): Use `mode-name' in the error message.
2017 (compilation-find-file): Use `compilation-error' in the
2018 read-file-name's prompt.
2019
2020 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2023 (smerge-auto-leave): Make undo re-enable the mode.
2024 (debug-ignored-errors): Add the user-error of impossible resolution.
2025 (smerge-resolve): Move things around a bit, in preparation for later.
2026 (smerge-diff): Don't fail if the buffer has no associated file.
2027 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2028 (smerge-conflict-overlay): New function.
2029 (smerge-match-conflict): Don't add text properties here.
2030 (smerge-find-conflict): Instead, add an overlay here.
2031 Also check for the case where we're inside a conflict already, so as to
2032 obviate the need for font-lock-multiline, which is unbearably slow with
2033 large conflicts and ciomplex font-lock patterns.
2034 (smerge-remove-props): Remove overlay rather than text-properties.
2035 (smerge-mode): Don't set font-lock-multiline.
2036 Remove overlays when turned off.
2037
2038 2005-08-21 Kim F. Storm <storm@cua.dk>
2039
2040 * ido.el (ido-ignore-item-p): Use save-match-data.
2041 Bind case-fold-search to ido-case-fold locally.
2042
2043 2005-08-20 Richard M. Stallman <rms@gnu.org>
2044
2045 * files.el (normal-mode): If font lock is on, turn it off and on.
2046
2047 * subr.el (replace-regexp-in-string): Doc fix.
2048
2049 * startup.el (command-line-1): Don't suppress startup screen
2050 due to existing processes.
2051
2052 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2053
2054 * progmodes/compile.el (compilation-disable-input): Default to nil.
2055
2056 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2057
2058 * progmodes/compile.el (compilation-disable-input): New defcustom.
2059 (compilation-start): If compilation-disable-input is non-nil, send
2060 EOF to the compilation process.
2061
2062 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2063
2064 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2065 Run the argument of tex-shell-cd-command through
2066 convert-standard-filename, to get the correct style of slashes on
2067 Windows, and enclose the result in quotes, in case the file name
2068 includes whitespace or other special characters.
2069
2070 2005-08-19 Andreas Schwab <schwab@suse.de>
2071
2072 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2073 process.
2074
2075 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2076
2077 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2078
2079 2005-08-18 Kim F. Storm <storm@cua.dk>
2080
2081 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2082
2083 2005-08-18 Richard M. Stallman <rms@gnu.org>
2084
2085 * scroll-lock.el: New file.
2086
2087 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2088
2089 * dired.el (dired-move-to-end-of-filename):
2090 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2091
2092 2005-08-18 Kim F. Storm <storm@cua.dk>
2093
2094 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2095 rather than toggle mode when custom value is nil.
2096 (ido-everywhere): Fix defun doc string.
2097
2098 2005-08-17 Richard M. Stallman <rms@gnu.org>
2099
2100 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2101 as tag instead of "Inviolable".
2102
2103 2005-08-17 Kim F. Storm <storm@cua.dk>
2104
2105 * windmove.el (windmove-coordinates-of-position): Remove.
2106 (windmove-coordinates-of-window-position): Remove.
2107 (windmove-reference-loc): Use posn-at-point instead.
2108
2109 * subr.el (insert-for-yank-1): Doc fix.
2110
2111 * ido.el (ido-enter-matching-directory): Rename from
2112 ido-enter-single-matching-directory. Change 'slash choice to
2113 'only. Add 'first choice.
2114 (ido-exhibit): Adapt to above changes.
2115
2116 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2117
2118 * Makefile.in: Expand comment about building loaddefs.el.
2119
2120 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2121
2122 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2123 Comment use of defadvice.
2124
2125 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2126
2127 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2128
2129 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2130 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2131 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2132 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2133 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2134 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2135 for backward compatibility for faces that did not appear in the
2136 previous Emacs release.
2137
2138 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2139
2140 2005-08-15 Kim F. Storm <storm@cua.dk>
2141
2142 * emulation/cua-base.el (cua-delete-region): Return t if
2143 deleted region was non-empty.
2144 (cua-replace-region): Inhibit overwrite-mode for
2145 self-insert-command if replaced region was non-empty.
2146 (cua--explicit-region-start, cua--status-string): Make them
2147 buffer-local at top-level...
2148 (cua-mode): ...rather than when mode is enabled.
2149
2150 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2151
2152 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2153 Set t for Emacs 21, 22, and so on.
2154
2155 2005-08-15 David Ponce <david@dponce.com>
2156
2157 * tree-widget.el: Update Commentary header.
2158 (tree-widget-theme): Doc fix.
2159 (tree-widget-space-width): New option.
2160 (tree-widget-image-properties): Look up in the default theme too.
2161 (tree-widget--cursors): Only for images with arrow pointer shape.
2162 (tree-widget-lookup-image): Pointer shape is hand by default.
2163 (tree-widget-icon): Rename generic icon widget from
2164 `tree-widget-control'.
2165 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2166 derive from `tree-widget-icon'.
2167 (tree-widget-handle): Improve default look and feel of the text
2168 representation.
2169 (tree-widget): Rename :*-control properties to :*-icon properties.
2170 Add :action and :help-echo properties.
2171 (tree-widget-after-toggle-functions): Move.
2172 (tree-widget-close-node, tree-widget-open-node): Remove.
2173 (tree-widget-before-create-icon-functions): New hook.
2174 (tree-widget-value-create): Update to allow customization of icons
2175 and nodes at run-time via that new hook.
2176 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2177 (tree-widget-icon-action, tree-widget-icon-help-echo)
2178 (tree-widget-action, tree-widget-help-echo): New functions.
2179
2180 2005-08-15 Kim F. Storm <storm@cua.dk>
2181
2182 * ido.el (ido-buffer-internal): Use with-no-warnings.
2183 (ido-make-merged-file-list): Use while-no-input.
2184
2185 2005-08-15 Richard M. Stallman <rms@gnu.org>
2186
2187 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2188 (flyspell-large-region): Fix doc and custom type.
2189
2190 2005-08-14 Richard M. Stallman <rms@gnu.org>
2191
2192 * files.el (interpreter-mode-alist): Doc fix.
2193
2194 * mail/rmail.el (rmail-nonignored-headers): New variable.
2195 (rmail-clear-headers): Use it.
2196 (rmail-reply): Better handling of mail-followup-to header.
2197
2198 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2199 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2200 don't try to refer to executable-font-lock-keywords.
2201 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2202 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2203 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2204 (sh-mode): Set comment-start-skip, local-abbrev-table,
2205 imenu-case-fold-search.
2206 (sh-set-shell): Don't set them here.
2207 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2208 Don't cache the results in the original alist; don't ever modify
2209 that alist.
2210
2211 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2212
2213 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2214 empty.
2215
2216 2005-08-15 Andreas Schwab <schwab@suse.de>
2217
2218 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2219
2220 * dired.el, info.el, mail/rmail.el: Revert last change.
2221
2222 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2223
2224 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2225 modification in `eval-after-load' form.
2226 * info.el: Likewise.
2227 * mail/rmail.el: Likewise.
2228
2229 2005-08-14 Juri Linkov <juri@jurta.org>
2230
2231 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2232 Remove highlighting of "Compilation started". Highlight only
2233 the word "finished" in "Compilation finished". Add highlighting
2234 of "interrupt", "killed", "terminated" and the exit code.
2235 (compilation-start): Add newline after header. Use exactly the
2236 same time stamp format as the finishing message.
2237 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2238
2239 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2240 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2241 Add highlighting of "interrupt", "killed", "terminated".
2242
2243 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2244 enabled and the current command is self-insert-command, call it
2245 explicitly with overwrite-mode bound to nil, to not allow it
2246 to delete the character after the selected region.
2247
2248 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2249
2250 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2251 move-end-of-line, end-of-line, and beginning-of-line to the list
2252 of commands after which the echo area is updated.
2253
2254 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2255
2256 * cus-edit.el (custom-save-all, custom-save-delete):
2257 Bind recentf-exclude to exclude custom-file.
2258
2259 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2260
2261 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2262 to go to the bottom of the mail message. Added to
2263 `rmail-summary-mode-map' with key "/".
2264 (rmail-summary-show-message): New (internal) function for use by
2265 both `rmail-summary-beginning/end-of-message'.
2266 (rmail-summary-beginning-of-message): Change to use
2267 rmail-summary-show-message.
2268
2269 * mail/rmail.el (rmail-end-of-message): New command to go to the
2270 end of the current message. Added to `rmail-mode-map' with key "/".
2271 (rmail-beginning-of-message): Fix to work as documented.
2272 (rmail-mode): Change documentation.
2273
2274 * progmodes/compile.el (compilation-start): Add the line
2275 "Compilation started" with compilation start time.
2276 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2277
2278 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2279
2280 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2281 of menu items.
2282
2283 2005-08-11 Richard M. Stallman <rms@gnu.org>
2284
2285 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2286
2287 * battery.el (battery-status-function): Don't use ignore-errors.
2288
2289 2005-08-11 Lute Kamstra <lute@gnu.org>
2290
2291 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2292 define-obsolete-variable-alias.
2293
2294 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2297 (ange-ftp-send-cmd): Revert last change, and expand
2298 the comment explaining the problem.
2299
2300 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2301
2302 * ldefs-boot.el: Update.
2303
2304 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2305 item to "Time, Load and Mail". Change help echo text.
2306
2307 * time.el (display-time-use-mail-icon, display-time-format)
2308 (display-time-string-forms): Shorten first line of docstrings.
2309
2310 2005-08-10 Lars Hansen <larsh@soem.dk>
2311
2312 * desktop.el (desktop-buffer-mode-handlers):
2313 Make non-customizable. Add autoload cookie. Change initial value to
2314 nil; add elements in respective modules instead. Fix doc string.
2315 (desktop-load-file): New function.
2316 (desktop-minor-mode-handlers): New autoloaded variable.
2317 (desktop-create-buffer): Call minor mode handlers.
2318 Use desktop-load-file to load major and minor mode modules prior to
2319 checking for a handler.
2320 (desktop-save): Don't add nil to desktop-minor-modes for minor
2321 modes with nil function in desktop-minor-mode-table. Don't delete
2322 desktop file before rewriting it.
2323 (desktop-locals-to-save): Add autoload cookie. Don't make
2324 automatically buffer-local. Add variables column-number-mode,
2325 size-indication-mode, indent-tabs-mode,
2326 indicate-buffer-boundaries, indicate-empty-lines and
2327 show-trailing-whitespace.
2328 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2329 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2330 (desktop-clear-preserve-buffers-regexp): Delete.
2331 (desktop-clear-preserve-buffers): Update initial value and docstring.
2332 (desktop-save-buffer): Fix doc string.
2333
2334 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2335 (hilit-chg-desktop-restore): New function.
2336 (highlight-changes-mode): Add highlight-changes-mode to
2337 desktop-locals-to-save.
2338
2339 * dired.el: Add handler to desktop-buffer-mode-handlers.
2340 (dired-restore-desktop-buffer): Remove autoload cookie.
2341 (dired-mode): Add autoload cookie.
2342
2343 * info.el: Add handler to desktop-buffer-mode-handlers.
2344 (Info-restore-desktop-buffer): Remove autoload cookie.
2345 (Info-mode): Add autoload cookie.
2346
2347 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2348 (mh-restore-desktop-buffer): Remove autoload cookie.
2349 (mh-folder-mode): Add autoload cookie.
2350
2351 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2352 (rmail-restore-desktop-buffer): Remove autoload cookie.
2353
2354 2005-08-11 Masatake YAMATO <jet@gyve.org>
2355
2356 * hexl.el (hexl-address-region):
2357 (hexl-ascii-region, hexl-font-lock-keywords):
2358 (hexl-highlight-line-range): Use the term "region"
2359 instead of "area" for consistency with the other symbols
2360 defined in hexl.el.
2361
2362 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2363
2364 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2365 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2366 out by Juri Linkov). Add `display-battery-mode'.
2367
2368 2005-08-09 Juri Linkov <juri@jurta.org>
2369
2370 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2371 Remove `-text' from face variable names.
2372 (compilation-error-file-name, compilation-warning-file-name)
2373 (compilation-info-file-name): Delete faces.
2374 (compilation-line-number, compilation-column-number):
2375 Remove face underlining.
2376 (compilation-message-face): Set to `underline' value by default.
2377 (compilation-error-face, compilation-warning-face)
2378 (compilation-info-face): Remove `-file-name' from face names.
2379 (compilation-error-text-face, compilation-warning-text-face)
2380 (compilation-info-text-face): Delete face variables.
2381 (compilation-text-face): Delete function.
2382
2383 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2384 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2385 (grep-error-face): Set to `compilation-error' instead of
2386 `compilation-error-face' (which is redefined to `grep-hit-face' in
2387 grep buffers).
2388 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2389 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2390
2391 * dired-aux.el (dired-do-query-replace-regexp):
2392 Use `query-replace-read-args'.
2393
2394 * replace.el (query-replace-read-from, query-replace-read-to)
2395 (query-replace-read-args): Rename arg `string' to `prompt'.
2396
2397 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2398
2399 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2400
2401 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2402 uploading files.
2403 (ange-ftp-canonize-filename): Handle file names beginning with ~
2404 correctly.
2405
2406 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2407
2408 * textmodes/fill.el (canonically-space-region)
2409 (fill-context-prefix, fill-french-nobreak-p)
2410 (fill-delete-newlines, fill-comment-paragraph)
2411 (justify-current-line): "?\ " -> "?\s".
2412
2413 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2414
2415 * textmodes/fill.el (fill-nonuniform-paragraphs):
2416 Improve argument/docstring consistency.
2417
2418 2005-08-09 Richard M. Stallman <rms@gnu.org>
2419
2420 * textmodes/ispell.el (ispell-word): More fboundp checks.
2421
2422 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2423 (find-file-noselect-1): Call it here, only if RAWFILE.
2424 (normal-mode): Always set some major mode.
2425 (save-some-buffers-action-alist): Change some explanation strings.
2426 (file-name-non-special): In the `quote' method, use unwind-protect.
2427
2428 2005-08-09 Magnus Henoch <mange@freemail.hu>
2429
2430 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2431 (ispell-have-aspell-dictionaries): New variable.
2432 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2433 (ispell-get-aspell-config-value): New function.
2434 (ispell-aspell-find-dictionary): New function.
2435 (ispell-aspell-add-aliases): New function.
2436 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2437 appropriate. Don't look for ispell dictionaries if we use aspell.
2438 (ispell-menu-map): Don't build a submenu of dictionaries.
2439
2440 2005-08-09 Richard M. Stallman <rms@gnu.org>
2441
2442 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2443 (sql-read-passwd): Use read-passwd.
2444
2445 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2446 (idlwave-toolbar-is-possible): Add defvars.
2447
2448 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2449 Avoid warnings.
2450
2451 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2452 (idlwave-system-class-info, idlwave-executive-commands-alist):
2453 Use defvar.
2454
2455 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2456
2457 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2458 Avoid warnings.
2459
2460 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2461 and content-type: headers.
2462
2463 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2464
2465 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2466 and rename some of them to be more self-explanatory.
2467
2468 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2469
2470 * startup.el (command-line-1): Implement -scriptload.
2471
2472 * replace.el (occur-engine): Initial *Occur* output not undoable.
2473
2474 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2475 and improve help strings.
2476
2477 * isearch.el (isearch-repeat): When changing direction,
2478 mark search successful.
2479
2480 * ediff-init.el: Use (featurep 'xemacs).
2481
2482 * comint.el (send-invisible): Identify buffer, if not selected.
2483
2484 * align.el: Delete autoload for c-guess-basic-syntax.
2485
2486 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2487
2488 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2489 Improve argument/docstring consistency. Doc fixes.
2490 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2491 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2492 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2493 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2494 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2495 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2496 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2497 Defvar at compile time.
2498
2499 2005-08-09 Juri Linkov <juri@jurta.org>
2500
2501 * info.el: Replace `info' with upper-case `Info' where appropriate.
2502 (info-title-1, info-title-2, info-title-3, info-title-4)
2503 (info-menu-header): Move up face definitions.
2504 (info-menu-star): Rename from `info-menu-5'.
2505 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2506 (Info-fontify-visited-nodes): Fix docstring.
2507 (Info-hide-note-references): Fix docstring.
2508 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2509 menu items in the same way as on cross-references.
2510 (info-apropos): Fix sorting order and formatting to be like in the
2511 stand-alone Info browser. Display error messages for 1 sec.
2512 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2513 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2514 from the menu bar.
2515 (Info-insert-dir): Restore point after calling
2516 `insert-buffer-substring'.
2517
2518 2005-08-08 Richard M. Stallman <rms@gnu.org>
2519
2520 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2521 (recompute-lucid-menubar): Add defvars.
2522
2523 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2524
2525 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2526
2527 * net/net-utils.el (run-dig): Rename from `dig'.
2528
2529 * play/gametree.el (gametree-mode): Use make-local-variable,
2530 not make-variable-buffer-local.
2531
2532 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2533
2534 * ansi-color.el (ansi-color-make-extent)
2535 (ansi-color-set-extent-face): Use fboundp, not functionp.
2536
2537 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2538 not make-variable-buffer-local.
2539
2540 * bookmark.el (Info-current-file): Add defvar.
2541 (bookmark-jump-noselect): Use with-no-warnings.
2542
2543 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2544
2545 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2546
2547 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2548
2549 * find-file.el (ada-procedure-start-regexp)
2550 (ada-package-start-regexp): Add defvars.
2551
2552 * info.el (Info-insert-dir): Use insert-buffer-substring.
2553
2554 * xml.el (xml-att-def-re): Add defvar.
2555
2556 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2557 calling convention.
2558
2559 * subr.el (while-no-input): Return t if there is input.
2560
2561 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2562
2563 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2564
2565 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2566
2567 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2568 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2569
2570 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2571
2572 * cmuscheme.el (scheme-start-file): Replace reference to
2573 `user-emacs-directory' by "~/.emacs.d/".
2574
2575 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2576
2577 * info.el (Info-dir-remove-duplicates): Avoid case folding
2578 in loop; instead, keep downcased strings for comparison.
2579 Suggested by Helmut Eller.
2580
2581 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2582
2583 Sync with Tramp 2.0.50.
2584
2585 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2586 XEmacs case; not necessary anymore.
2587 (tramp-user-regexp): Allow "@" as part of user name.
2588 (tramp-handle-set-visited-file-modtime)
2589 (tramp-handle-insert-file-contents)
2590 (tramp-handle-write-region): No special handling for
2591 `last-coding-system-used, because this is done in
2592 `tramp-accept-process-output' now.
2593 (tramp-accept-process-output): New defun.
2594 (tramp-process-one-action, tramp-process-one-multi-action)
2595 (tramp-wait-for-regexp, tramp-wait-for-output)
2596 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2597 Howells <dhowells@redhat.com>.
2598 (clear-visited-file-modtime): Defadvice removed. The check for
2599 unset buffer's modtime does not need to be based on
2600 `tramp-buffer-file-attributes'. Suggested by RMS.
2601 (tramp-message): Insert "\n" if not being at beginning of line.
2602 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2603 sequence with same logic.
2604 (tramp-completion-handle-expand-file-name): Discard call of
2605 `tramp-drop-volume-letter'. It is not necessary, and there have
2606 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2607 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2608 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2609 should always be visible.
2610 (tramp-handle-insert-directory, tramp-setup-complete)
2611 (tramp-set-process-query-on-exit-flag)
2612 (tramp-append-tramp-buffers): Pacify byte-compiler.
2613 (tramp-bug): Delete non-existing variables from list.
2614 Apply `tramp-load-report-modules' as pre-hook.
2615 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2616 `shell-prompt-pattern' because of non-7bit characters.
2617 Reported by Sebastian Luque <sluque@mun.ca>.
2618 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2619 (tramp-match-string-list): Remove function.
2620 (tramp-wait-for-regexp): Remove call of that function.
2621 Suggested by Kim F. Storm <storm@cua.dk>.
2622 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2623 instead of octal character code ?\600. The latter resulted in a
2624 syntax error with XEmacs.
2625
2626 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2627 XEmacs case; not necessary anymore.
2628 (tramp-smb-handle-write-region): No special handling for
2629 `last-coding-system-used, because this is done in
2630 `tramp-accept-process-output' now.
2631 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2632
2633 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2634
2635 * wid-edit.el (widget-choice-value-create):
2636 Unconditionally respect user choice. Set :explicit-choice back to nil
2637 when no longer needed.
2638 (widget-choice-action): Unconditionally respect user choice.
2639 Eliminate :explicit-choice-value.
2640
2641 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2642
2643 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2644 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2645 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2646 running new function `toggle-indicate-empty-lines'.
2647 Rename "Customize" item to "Customize fringe".
2648 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2649 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2650 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2651 Delete "Empty lines only" item.
2652 (menu-bar-showhide-fringe-ind-customize): New function.
2653 (menu-bar-showhide-fringe-ind-mixed)
2654 (menu-bar-showhide-fringe-ind-box)
2655 (menu-bar-showhide-fringe-ind-right)
2656 (menu-bar-showhide-fringe-ind-left)
2657 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2658 instead of `fringe-indicators'.
2659
2660 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2661
2662 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2663 Change the date of last update.
2664
2665 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2666
2667 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2668 (viper-exec-yank, viper-put-back): Don't display modification msg
2669 if in the minibuffer.
2670
2671 * viper-init.el (viper-replace-overlay-cursor-color)
2672 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2673 Make variables frame local.
2674
2675 * viper-util.el (viper-append-filter-alist): Use append instead of
2676 nconc.
2677
2678 * viper.el (viper-vi-state-mode-list)
2679 (viper-emacs-state-mode-list): Move help-mode and
2680 completion-list-mode from the first list to the second.
2681 (viper-mode): Docstring.
2682 (viper-go-away, viper-non-hook-settings): Don't localize
2683 minor-mode-alist in newer Emacsen. Add advice to
2684 set-cursor-color. Don't bind "\C-c\\".
2685
2686 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2687
2688 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2689 (scheme-macro-expand-command): New user options.
2690 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2691 (scheme-form-at-point, scheme-start-file)
2692 (scheme-interactively-start-process): New functions.
2693 (scheme-get-process): New function, extracted from `scheme-proc'.
2694 (run-scheme): Call `scheme-start-file' to get start file, and pass
2695 it to `make-comint'.
2696 (switch-to-scheme, scheme-proc):
2697 Call `scheme-interactively-start-process' if no Scheme buffer/process
2698 is available.
2699
2700 2005-08-06 Juri Linkov <juri@jurta.org>
2701
2702 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2703 Use `compilation-text-face', `compilation-info-text-face' and
2704 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2705 (compilation-error): New face.
2706 (compilation-error-file-name): Inherit from
2707 `compilation-error' instead of `font-lock-warning-face'.
2708 (compilation-warning-file-name): Inherit from
2709 `compilation-warning' instead of `font-lock-warning-face'.
2710 (compilation-info, compilation-error-file-name)
2711 (compilation-warning-file-name, compilation-info-file-name)
2712 (compilation-line-number, compilation-column-number): Doc fix.
2713 (compilation-error-text-face, compilation-warning-text-face)
2714 (compilation-info-text-face): New face variables.
2715 (compilation-line-face, compilation-column-face)
2716 (compilation-enter-directory-face)
2717 (compilation-leave-directory-face): Doc fix.
2718 (compilation-text-face): New function.
2719
2720 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2721 instead of 1 to display binary file names as info file links.
2722 (grep-error-face): Use `compilation-error-face' instead of
2723 `font-lock-keyword-face'.
2724 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2725 and `compilation-warning-text-face' instead of
2726 `font-lock-keyword-face'. Use `compilation-error-text-face'
2727 instead of `grep-error-face'.
2728
2729 2005-08-05 Kenichi Handa <handa@m17n.org>
2730
2731 * international/code-pages.el: Add autoload cookies for all coding
2732 systems.
2733
2734 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
2735
2736 * cus-start.el (all): Put undo.c where it alphabetically belongs.
2737
2738 2005-08-04 Juri Linkov <juri@jurta.org>
2739
2740 * progmodes/compile.el (compilation-mode-map):
2741 * progmodes/grep.el (grep-mode-map):
2742 Bind TAB to `compilation-next-error' and [backtab] to
2743 `compilation-previous-error'.
2744
2745 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2746 matching line numbers, column numbers and their ranges with regexp
2747 matching only line numbers.
2748 (grep-context-face): New face variable.
2749 (grep-mode-font-lock-keywords): Use it.
2750
2751 * faces.el (read-face-name): Delete duplicate faces.
2752
2753 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2754
2755 * thumbs.el (thumbs-find-image): Don't make variables
2756 automatically buffer local.
2757 (thumbs-current-tmp-filename, thumbs-current-image-filename)
2758 (thumbs-image-num): Make automatically buffer local.
2759 (thumbs-show-thumbs-list): Use `make-local-variable', not
2760 `make-variable-buffer-local'.
2761 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2762
2763 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2764 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2765 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2766 (bother, bye, canyou, chatlst, continue, deathlst, describe)
2767 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2768 (feelings-about, foullst, found, hello, history, howareyoulst)
2769 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2770 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2771 (neglst, obj, object, owner, please, problems, qlist)
2772 (random-adjective, relation, remlst, repetitive-shortness)
2773 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2774 (shortlst, something, sportslst, stallmanlst, states, subj)
2775 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2776 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2777 Defvar at compile time.
2778
2779 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2780 not `make-variable-buffer-local'.
2781
2782 2005-08-02 Kim F. Storm <storm@cua.dk>
2783
2784 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2785 rectangle overlay in selected window.
2786
2787 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
2788
2789 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
2790 instead of display group. Make `indicate-buffer-boundaries'
2791 customizable through Custom.
2792
2793 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
2794
2795 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
2796 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
2797 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
2798 (gdb-put-string): Fix typos in docstrings.
2799
2800 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
2801
2802 Update copyright notices of files in progmodes directory for
2803 release of Emacs 22.1.
2804
2805 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
2806
2807 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
2808 Don't barf if the GUD buffer has been killed.
2809
2810 2005-08-01 Kim F. Storm <storm@cua.dk>
2811
2812 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
2813
2814 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * simple.el (next-error-follow-minor-mode):
2817 make-variable-buffer-local -> make-local-variable.
2818
2819 * emacs-lisp/cl-extra.el: Require CL also when compiling.
2820
2821 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
2822 (byte-compile-form-make-variable-buffer-local): New functions to warn
2823 about misuses of make-variable-buffer-local where make-local-variable
2824 was meant.
2825
2826 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
2827
2828 * bs.el (bs-attributes-list): Doc fix.
2829 (bs): Update url-link.
2830
2831 * desktop.el (desktop-save-buffer): Fix typos in docstring.
2832 (desktop-load-default): Simplify.
2833
2834 * ibuffer.el (ibuffer-columnize-and-insert-list)
2835 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
2836 (ibuffer-unmark-all, ibuffer-toggle-marks)
2837 (ibuffer-unmark-forward, ibuffer-unmark-backward)
2838 (ibuffer-compile-make-format-form, ibuffer-format-column)
2839 (ibuffer-current-buffers-with-marks)
2840 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
2841 (ibuffer): Doc fix.
2842 (ibuffer-mode): Fix typo in docstring.
2843 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
2844 with `define-obsolete-variable-alias'.
2845 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
2846
2847 2005-07-29 Kenichi Handa <handa@m17n.org>
2848
2849 * international/mule-cmds.el (select-message-coding-system):
2850 Be sure to use LF for end-of-line. If no coding system is decided,
2851 return iso-8859-1-unix.
2852
2853 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
2856 (ange-ftp-pending-error-line): New vars.
2857 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
2858 to handle the non-fatal no-route-to-host messages.
2859 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
2860
2861 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
2862
2863 * isearch.el (isearch-mode-map, isearch-other-meta-char)
2864 (isearch-quote-char, isearch-printing-char)
2865 (isearch-text-char-description): "?\ " -> "?\s".
2866 (isearch-lazy-highlight-cleanup)
2867 (isearch-lazy-highlight-initial-delay)
2868 (isearch-lazy-highlight-interval)
2869 (isearch-lazy-highlight-max-at-a-time)
2870 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
2871 Declare with define-obsolete-*-alias macros.
2872 (isearch-forward): Fix typo in docstring.
2873 (search-invisible, search-ring-yank-pointer)
2874 (regexp-search-ring-yank-pointer): Doc fixes.
2875
2876 * recentf.el (recentf-menu-append-commands-p): Declare with
2877 `define-obsolete-variable-alias'.
2878 (recentf-max-saved-items, recentf-menu-filter)
2879 (recentf-arrange-by-rule-subfilter): Doc fixes.
2880 (recentf-menu-append-commands-flag)
2881 (recentf-initialize-file-name-history, recentf-expand-file-name)
2882 (recentf-clear-data): Fix typos in docstrings.
2883
2884 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
2885
2886 * progmodes/gdb-ui.el: Smarten comments.
2887 (gdb-info-breakpoints-custom): Use nowarn when finding file.
2888
2889 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2890
2891 * term/apollo.el (terminal-init-apollo): New function containing
2892 all former top level forms in the file.
2893 * term/bobcat.el (terminal-init-bobcat):
2894 * term/cygwin.el (terminal-init-cygwin):
2895 * term/iris-ansi.el (terminal-init-iris-ansi):
2896 * term/linux.el (terminal-init-linux):
2897 * term/news.el (terminal-init-news):
2898 * term/rxvt.el (terminal-init-rxvt):
2899 * term/sun.el (terminal-init-sun):
2900 * term/tvi970.el (terminal-init-tvi970):
2901 * term/vt100.el (terminal-init-vt100):
2902 * term/vt102.el (terminal-init-vt102):
2903 * term/vt125.el (terminal-init-vt125):
2904 * term/vt200.el (terminal-init-vt200):
2905 * term/vt201.el (terminal-init-vt201):
2906 * term/vt220.el (terminal-init-vt220):
2907 * term/vt240.el (terminal-init-vt240):
2908 * term/vt300.el (terminal-init-vt300):
2909 * term/vt320.el (terminal-init-vt320):
2910 * term/vt400.el (terminal-init-vt400):
2911 * term/vt420.el (terminal-init-vt420):
2912 * term/wyse50.el (terminal-init-wyse50):
2913 * term/xterm.el (terminal-init-xterm): Likewise.
2914
2915 * term/README: Describe the terminal-init-* functionality.
2916
2917 * startup.el (command-line): After loading the terminal initialization
2918 file call the corresponding terminal initialization function.
2919
2920 2005-07-27 Kenichi Handa <handa@m17n.org>
2921
2922 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
2923 negative.
2924
2925 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2926 (ps-mule-composition-prologue): Fix for the case that
2927 RelativeCompose is false.
2928
2929 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
2932
2933 * descr-text.el (describe-char): Handle the case where the list of
2934 chars is displayed in a separate frame.
2935 Be a bit more discriminating when looking for the char.
2936
2937 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
2938
2939 * bookmark.el (bookmark-automatically-show-annotations)
2940 (bookmark-read-annotation-text-func): Doc fixes.
2941 (bookmark-save): Improve argument/docstring consistency.
2942 (bookmark-get-bookmark, bookmark-get-bookmark-record)
2943 (bookmark-alist-from-buffer)
2944 (bookmark-upgrade-file-format-from-0)
2945 (bookmark-grok-file-format-version)
2946 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
2947 (bookmark-read-annotation-mode)
2948 (bookmark-insert-current-bookmark, bookmark-jump)
2949 (bookmark-exit-hook): Fix typos in docstrings.
2950 (bookmark-exit-hooks): Define as obsolete alias.
2951 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
2952 not `bookmark-exit-hooks'. Fix docstring.
2953 (bookmark-bmenu-select): "?\ " -> "?\s".
2954
2955 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
2956
2957 * startup.el (command-line): Fix typo.
2958
2959 2005-07-24 Richard M. Stallman <rms@gnu.org>
2960
2961 * tooltip.el (tooltip-mode): Test emacs-basic-display,
2962 not emacs-quick-startup.
2963
2964 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
2965
2966 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
2967 (reb-next-match, reb-show-subexp): Use `with-selected-window'
2968 instead of `reb-with-current-window'.
2969 (reb-prev-match): Likewise. Also, don't move left if the search
2970 was unsuccessful.
2971 (reb-initialize-buffer): New function.
2972 (re-builder, reb-change-syntax): Use it.
2973
2974 * man.el (Man-goto-page): Make second argument NOERROR optional.
2975
2976 2005-07-23 Richard M. Stallman <rms@gnu.org>
2977
2978 * man.el (Man-bgproc-sentinel): Check here for failure to find
2979 any man page in the output, and report the error here.
2980 (Man-arguments): Make it permanent local.
2981 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
2982 (Man-mode): Pass t for NOERROR.
2983
2984 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
2985 (grep-mode-font-lock-keywords):
2986 Don't use compilation-...-face for messages that are not file names.
2987
2988 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2989 Don't use compilation-...-face for messages that are not file names.
2990
2991 2005-07-22 Juri Linkov <juri@jurta.org>
2992
2993 * startup.el (normal-splash-screen): Update menu name.
2994
2995 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
2996
2997 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2998
2999 * term/xterm.el: Load term/rxvt if the terminal is actually an
3000 rxvt terminal.
3001 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3002
3003 * term/rxvt.el (function-key-map): Use substitute-key-definition
3004 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3005
3006 * term/cygwin.el: New file.
3007
3008 2005-07-22 Kim F. Storm <storm@cua.dk>
3009
3010 * image-file.el (insert-image-file, image-file-yank-handler):
3011 Fix last change to maintain a (unique) yank-handler on yanked images.
3012
3013 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3014
3015 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3016 of the file size (as in "177B" for 177 bytes). This happens with
3017 "ls -lh" on FreeBSD.
3018
3019 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3020
3021 * hilit-chg.el (highlight-changes-global-initial-state)
3022 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3023 (hilit-chg-fixup, highlight-changes-mode):
3024 Fix typos in docstrings.
3025 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3026 Doc fixes.
3027
3028 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3029
3030 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3031 mode function using `eval-after-load'.
3032
3033 2005-07-21 Kim F. Storm <storm@cua.dk>
3034
3035 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3036 included when reporting an emacs crash, and tell about the DEBUG file.
3037
3038 * image-file.el (insert-image-file): Add yank-handler.
3039 (image-file-yank-handler): Yank handler to make unique copies of
3040 images when they are yanked into a buffer next to each other.
3041
3042 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3043
3044 * comint.el (comint-use-prompt-regexp, comint-send-input)
3045 (comint-source-default, comint-extract-string)
3046 (comint-get-source, comint-word, comint-completion)
3047 (comint-source, comint-prompt-read-only, comint-update-fence):
3048 Fix typos in docstrings.
3049 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3050 Declare with define-obsolete-*-alias macros.
3051 (comint-previous-matching-input-from-input)
3052 (comint-next-matching-input-from-input)
3053 (comint-previous-matching-input, comint-next-matching-input)
3054 (comint-forward-matching-input):
3055 Improve argument/docstring consistency.
3056
3057 * desktop.el (desktop-clear-preserve-buffers-regexp):
3058 Also preserve the *server* buffer.
3059
3060 * simple.el (clone-indirect-buffer): Doc fix.
3061 (fixup-whitespace, just-one-space)
3062 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3063 (next-error, next-error-highlight)
3064 (next-error-highlight-no-select, next-error-last-buffer)
3065 (next-error-buffer-p, next-error-find-buffer, next-error)
3066 (previous-error, next-error-no-select, previous-error-no-select)
3067 (open-line, split-line, minibuffer-prompt-width, kill-new)
3068 (binary-overwrite-mode): Fix typos in docstrings.
3069 (set-fill-column): Fix typo in message.
3070
3071 * skeleton.el (skeleton-proxy-new): Doc fix.
3072
3073 * strokes.el (strokes-load-hook): Doc fix.
3074 (strokes-grid-resolution, strokes-get-grid-position)
3075 (strokes-renormalize-to-grid, strokes-read-stroke)
3076 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3077 (strokes-global-map): Fix typos in docstrings.
3078 (strokes-help): Doc fix. Fix help message and pass it through
3079 `substitute-command-keys'.
3080
3081 * tempo.el (tempo-insert-prompt, tempo-interactive)
3082 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3083 (tempo-insert-string-functions, tempo-local-tags)
3084 (tempo-define-template, tempo-insert-template)
3085 (tempo-insert-prompt-compat, tempo-is-user-element)
3086 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3087 Fix typos in docstrings.
3088
3089 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3090 (vcursor-key-bindings, vcursor-use-vcursor-map)
3091 (vcursor-find-window, vcursor-scroll-down)
3092 (vcursor-disable, vcursor-beginning-of-buffer)
3093 (vcursor-end-of-buffer): Fix typos in docstrings.
3094 (vcursor-relative-move, vcursor-get-char-count):
3095 Improve argument/docstring consistency.
3096
3097 * version.el: "?\ " -> "?\s".
3098
3099 * wid-edit.el (widget-default-create, widget-after-change)
3100 (widget-default-format-handler, widget-checklist-add-item)
3101 (widget-radio-add-item, widget-choose, widget-specify-secret)
3102 (widget-field-value-create, widget-field-value-get)
3103 (widget-editable-list-format-handler)
3104 (widget-editable-list-entry-create, widget-group-value-create)
3105 (widget-documentation-link-add)
3106 (widget-documentation-string-value-create): "?\ " -> "?\s".
3107 (widget-convert-text): Doc fix.
3108 (widget-narrow-to-field, widget-field-find)
3109 (widget-url-link-action, widget-emacs-library-link-action)
3110 (widget-color-notify): Fix typos in docstrings.
3111
3112 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3113 (x-select-text, set-w32-system-coding-system)
3114 (w32-add-charset-info): Fix typos in docstrings.
3115
3116 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3117 (cua-enable-cua-keys, cua-use-hyper-key)
3118 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3119 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3120
3121 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3122
3123 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3124 `defalias' instead of faking it.
3125
3126 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3127 (eshell-ls-missing, eshell-ls-dired-initial-args)
3128 (eshell-ls-use-in-dired): Fix typos in docstrings.
3129
3130 2005-07-20 Kim F. Storm <storm@cua.dk>
3131
3132 * emulation/cua-base.el (cua-mode): Improve doc string.
3133
3134 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * abbrev.el (expand-region-abbrevs): Doc fix.
3137 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3138 Improve argument/docstring consistency.
3139
3140 * arc-mode.el (archive-get-descr, archive-alternate-display):
3141 Doc fixes.
3142 (archive-l-e): Improve argument/docstring consistency.
3143 (archive-tmpdir, archive-unixdate, archive-unixtime)
3144 (archive-chmod-entry): Fix typos in docstrings.
3145 (archive-unflag, archive-unflag-backwards)
3146 (archive-unmark-all-files): "?\ " -> "?\s".
3147
3148 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3149 (Buffer-menu-not-modified, Buffer-menu-execute)
3150 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3151 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3152
3153 * composite.el (compose-string, encode-composition-rule)
3154 (compose-last-chars): Fix typos in docstrings.
3155
3156 * desktop.el (desktop-enable, desktop-basefilename):
3157 Declare with `define-obsolete-variable-alias'.
3158 (desktop-internal-v2s): Don't quote keywords.
3159 (desktop-clear): "?\ " -> "?\s".
3160
3161 * dired.el (dired-align-file, dired-flag-backup-files)
3162 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3163 (dired-listing-switches, dired-ls-F-marks-symlinks)
3164 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3165 (dired-directory, dired-faces, dired, dired-revert)
3166 (dired-mode, dired-summary, dired-view-file)
3167 (dired-copy-filename-as-kill, dired-delete-file)
3168 (dired-no-confirm, dired-unmark-all-marks)
3169 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3170 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3171 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3172 Fix typos in message strings.
3173
3174 * dired-x.el (virtual-dired): Declare with `defalias'.
3175 (dired-mark-unmarked-files, dired-local-variables-file)
3176 (dired-omit-here-always): Doc fix.
3177 (dired-omit-mode, dired-find-subdir)
3178 (dired-enable-local-variables, dired-clean-up-buffers-too)
3179 (dired-extra-startup, dired-mark-extension, dired-jump)
3180 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3181 (dired-smart-shell-command, dired-guess-shell-alist-user)
3182 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3183 (dired-x-bind-find-file, dired-x-submit-report):
3184 Fix typos in docstrings.
3185 (dired-mark-unmarked-files): "?\ " -> "?\s".
3186
3187 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3188
3189 * faces.el (describe-face): "?\ " -> "?\s".
3190 (read-all-face-attributes, read-face-font, modify-face)
3191 (face-attr-construct, italic): Fix typos in docstrings.
3192 (frame-update-face-colors): Declare with
3193 `define-obsolete-function-alias'.
3194
3195 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3196 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3197 (magic-mode-alist, buffer-file-numbers-unique)
3198 (write-file-functions, get-free-disk-space):
3199 Fix typos in docstrings.
3200 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3201 (write-contents-hooks, write-file-hooks):
3202 Declare with `define-obsolete-variable-alias'.
3203
3204 * forms-d2.el (arch-rj): Fix typo in docstrings.
3205 (arch-tocol): Likewise. "?\ " -> "?\s".
3206
3207 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3208 Fix typo in docstring.
3209 (set-screen-width, set-screen-height): Delete redundant info in
3210 doctrings.
3211 (new-frame, screen-height, screen-width): Declare with
3212 `define-obsolete-function-alias'.
3213 (delete-frame-hook, blink-cursor): Declare with
3214 `define-obsolete-variable-alias'.
3215
3216 * paths.el (prune-directory-list): Fix typos in docstring.
3217
3218 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3219 (cvs-prefix-get): Fix typos in docstrings.
3220
3221 * ps-print.el (ps-extend-face-list, ps-extend-face)
3222 (ps-print-background-image): Fix typos in docstrings.
3223 (ps-default-fg, ps-default-bg): Doc fixes.
3224
3225 * s-region.el (s-region-bind): Doc fix.
3226 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3227
3228 * textmodes/org.el (org-table-formula-substitute-names)
3229 (org-table-get-vertical-vector): Doc fixes.
3230 (org-table-recalculate): Remove unused argument to `message'.
3231
3232 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3233
3234 * textmodes/org.el (org-table-column-names)
3235 (org-table-column-name-regexp)
3236 (org-table-named-field-locations): New variables.
3237 (org-archive-subtree): Protect `this-command' when calling
3238 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3239 the kill buffer.
3240 (org-complete): Remove fixed-formula completion.
3241 (org-edit-formulas-map): New variable.
3242 (org-table-edit-formulas): New command.
3243 (org-finish-edit-formulas, org-abort-edit-formulas)
3244 (org-show-variable, org-table-get-vertical-vector): New functions.
3245 (org-table-maybe-eval-formula): Handle `:=' fields.
3246 (org-table-get-stored-formulas, org-table-store-formulas)
3247 (org-table-get-formula, org-table-modify-formulas)
3248 (org-table-replace-in-formulas): Handle named field formulas.
3249 (org-table-get-specials): Store locations of named fields.
3250
3251 2005-07-19 Juri Linkov <juri@jurta.org>
3252
3253 * progmodes/grep.el (grep-regexp-alist)
3254 (grep-mode-font-lock-keywords, grep-process-setup):
3255 Use default GNU grep match color "01;31m" instead of "01;41m".
3256 (grep-regexp-alist, grep-mode-font-lock-keywords):
3257 Use `\\[[0-9]*m' instead of `\\[00m'.
3258 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3259 sgr_start where its handling is more important. Use the real
3260 length of sgr_start instead of constant 8.
3261 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3262 specially. Delete all remaining escape sequences.
3263 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3264 (grep-regexp-alist): Make hyperlink only for binary file name
3265 instead of the whole line.
3266 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3267 (grep-mode): Add autoload.
3268
3269 * emacs-lisp/find-func.el (find-function-regexp):
3270 Add `define-compilation-mode'.
3271
3272 2005-07-19 Juri Linkov <juri@jurta.org>
3273
3274 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3275 (compare-windows-sync-string-size, compare-windows-recenter)
3276 (compare-windows-highlight, compare-windows): Add version 22.1.
3277 (compare-windows) <defface>: Inherit from lazy-highlight instead
3278 of duplicating its default value.
3279
3280 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3281 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3282
3283 * descr-text.el (describe-char): Create link buttons for `charset'
3284 and `code point'. Add the current input method name with a link
3285 button to `to input' field. Print face names of display table
3286 characters in `The display table entry is displayed by' section
3287 instead of printing face-id in the `display' field.
3288 Guess hardcoded faces and create a link button for them.
3289 Skip empty fields when calculating max-width.
3290 Treat `widget-create' specially while inserting strings from the
3291 collected field list.
3292 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3293
3294 * diff-mode.el (diff-file-header): Change foreground color from
3295 yellow to green on light backgrounds.
3296 (diff-context): Inherit from `shadow' only for color/grayscale
3297 with more than 88 colors.
3298 (diff-indicator-removed, diff-indicator-added)
3299 (diff-indicator-changed): New faces.
3300 (diff-font-lock-keywords): Use new faces. Regroup rules.
3301 Add "^---$" for `normal' diff format. Fontify `#' lines with
3302 font-lock-comment-delimiter-face and font-lock-comment-face.
3303 Add `#' to ^[^...] in the rule for `diff-context-face'.
3304
3305 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3306 a button-like box. Inherit from `highlight' on low colors.
3307 (shadow): Use shades of gray only for color/grayscale with
3308 more than 88 colors. Use green for light backgrounds with
3309 8 colors, and yellow for dark backgrounds with 8 colors.
3310
3311 * font-lock.el (font-lock-regexp-grouping-backslash):
3312 Don't inherit from escape-glyph (use bold for all cases).
3313
3314 * info.el (info-xref-visited): Use light foreground color `violet'
3315 for dark backgrounds instead of dark color `magenta3'.
3316 (info-title-1): Use `yellow' color for dark backgrounds.
3317
3318 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3319 too-light magenta2.
3320
3321 * replace.el (match): Use slightly more light RoyalBlue3 instead
3322 of dark RoyalBlue4.
3323
3324 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3325
3326 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3327
3328 * novice.el (disabled-command-hook): Declare it with
3329 `define-obsolete-variable-alias'.
3330
3331 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3332 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3333 (desktop-load-default): Add release to obsolescence info.
3334 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3335 (desktop-append-buffer-args, desktop-read):
3336 Fix typos in docstrings.
3337 (desktop-kill): Fix typo in message.
3338 (desktop-save): Doc fix.
3339
3340 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3341
3342 * viper-cmd.el (viper-escape-to-state): Bug fix.
3343 (viper-envelop-ESC-key): Change the definition of fast
3344 keysequence so it'll work with keyboard macros.
3345
3346 * ediff.el (ediff-patch-buffer): Change the docstring.
3347
3348 2005-07-19 Kenichi Handa <handa@m17n.org>
3349
3350 * international/mule-cmds.el (select-safe-coding-system): Try to
3351 use an auto-coding (if any) before anything else. If the found
3352 auto-coding is invalid, show a warning message.
3353
3354 * international/mule.el (find-auto-coding): New function created
3355 by modifying the body of set-auto-coding.
3356 (set-auto-coding): Use find-auto-coding to find a coding.
3357
3358 2005-07-18 Richard M. Stallman <rms@gnu.org>
3359
3360 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3361 not isearch-mode-end-hook-error.
3362 (allout-before-change-protect): Fix error message.
3363
3364 2005-07-18 Juri Linkov <juri@jurta.org>
3365
3366 * allout.el (allout-mode):
3367 * calculator.el (calculator-copy):
3368 * custom.el (custom-known-themes):
3369 * dired.el (dired-desktop-buffer-misc-data)
3370 (dired-restore-desktop-buffer):
3371 * dired-x.el (dired-omit-marker-char):
3372 * files.el (basic-save-buffer):
3373 * font-core.el (font-lock-mode):
3374 * calendar/calendar.el (calendar-goto-hebrew-date)
3375 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3376 (calendar-goto-persian-date):
3377 * language/ethio-util.el (ethio-sera-to-fidel-region):
3378 * textmodes/picture.el (picture-mode):
3379 Delete duplicate duplicate words.
3380
3381 2005-07-18 Juri Linkov <juri@jurta.org>
3382
3383 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3384 chars * ? } |.
3385 (isearch-fallback): Don't call `isearch-process-search-char'.
3386 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3387 (isearch-process-search-char): Call `isearch-fallback' for regexp
3388 chars * ? } |.
3389 (isearch-return-char): Make obsolete with `make-obsolete' instead
3390 of simply documenting it as obsolete in the docstring.
3391 (isearch-fallback): Refill docstring.
3392
3393 * international/isearch-x.el
3394 (isearch-process-search-multibyte-characters): Remove unneeded
3395 `concat'. Add intermediate values to `junk-hist' instead of
3396 `minibuffer-history'. Test the length of `str'.
3397
3398 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3399
3400 * allout.el (allout-resolve-xref): Fix typos in error strings.
3401 (allout-before-change-protect): Remove unneeded `concat'.
3402
3403 * array.el (array-mode, array-reconfigure-rows)
3404 (untabify-backward): Fix typos in docstrings.
3405 (array-reconfigure-rows): Use `insert-buffer-substring', not
3406 `insert-buffer'.
3407
3408 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3409 * progmodes/ada-mode.el (ada-make-body):
3410 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3411
3412 * dired.el (dired-log):
3413 * tar-mode.el (tar-subfile-save-buffer):
3414 * play/zone.el (zone-pgm-stress-destress):
3415 Use `insert-buffer-substring', not `insert-buffer'.
3416
3417 2005-07-17 Simon Josefsson <jas@extundo.com>
3418
3419 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3420
3421 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3422
3423 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3424 Add plain auth method.
3425 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3426
3427 2005-07-17 Kim F. Storm <storm@cua.dk>
3428
3429 * ido.el (dired-other-window): Add ido property.
3430
3431 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3432
3433 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3434 Fix typo in docstring.
3435 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3436 `insert-file-literally'.
3437
3438 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3439 info and delete redundant message. Doc fix.
3440 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3441 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3442
3443 2005-07-16 Richard M. Stallman <rms@gnu.org>
3444
3445 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3446 (byte-compile-and): Use byte-compile-and-recursion.
3447 (byte-compile-or-recursion): New function.
3448 (byte-compile-or): Use that.
3449 (byte-compile-if): Guard the else-clause too.
3450 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3451
3452 * isearch.el (isearch-mode-end-hook-quit): New variable.
3453 (isearch-done): Bind it.
3454 (isearch-mode-end-hook): Doc fix.
3455
3456 * allout.el (allout-isearch-did-quit): Variable deleted.
3457 (allout-real-isearch-abort): Function name no longer used.
3458 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3459 (allout-isearch-rectification): isearch-mode always exists.
3460 Don't set allout-isearch-did-quit.
3461 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3462 allout-isearch-did-quit.
3463 (allout-enwrap-isearch): Just add the hook.
3464 (allout-isearch-abort): Function deleted.
3465 (allout-pre-command-business): Avoid warning.
3466
3467 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3468 Correctly avoid warnings.
3469 (pascal-outline): Likewise.
3470
3471 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3472
3473 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3474
3475 * play/tetris.el (tetris-mode): Avoid warning.
3476
3477 * play/snake.el (snake-mode): Avoid warning.
3478
3479 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3480 (gamegrid-set-display-table): Avoid warning.
3481 (gamegrid-set-timer): Likewise.
3482 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3483 (gamegrid-add-score-with-update-game-score-1): Take FILE
3484 as argument.
3485 (gamegrid-add-score-with-update-game-score): Pass that argument.
3486 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3487
3488 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3489
3490 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3491 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3492
3493 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3494 and insert-file.
3495
3496 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3497 (sc-ask): Avoid warnings.
3498
3499 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3500 (eshell-hist-initialize): Use that var the natural way.
3501
3502 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3503
3504 * emacs-lisp/re-builder.el (reb-cook-regexp):
3505 Avoid warning calling lre-compile-string.
3506 (reb-color-display-p): Avoid warning.
3507
3508 * calculator.el (calculator-last-input): Guard uses
3509 of event-key and key-press-event-p.
3510 (event-key, key-press-event-p): Delete definitions.
3511
3512 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3513 (find-gc-source-directory, find-gc-subrs-callers)
3514 (find-gc-noreturn-list, find-gc-source-files)
3515 (find-gc-subrs-called): Vars renamed and defvar'd.
3516
3517 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3518 (checkdoc-overlay-put, checkdoc-delete-overlay)
3519 (checkdoc-overlay-start, checkdoc-overlay-end)
3520 (checkdoc-mode-line-update, checkdoc-char=):
3521 Define such that compiler knows they are defined.
3522 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3523 (checkdoc-read-event): Delete. Use read-event directly.
3524
3525 * whitespace.el (whitespace-make-overlay)
3526 (whitespace-overlay-put, whitespace-delete-overlay)
3527 (whitespace-overlay-start, whitespace-overlay-end):
3528 Define such that compiler knows they are defined.
3529 (whitespace): Move conditional inside.
3530
3531 * tempo.el (tempo-insert-template): Suppress warning.
3532
3533 * ediff-diff.el (longlines-mode): Add defvar.
3534
3535 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3536
3537 * server.el: Bind "C-x #" in a way that works even if C-x is
3538 redefined to a command key, not a prefix key.
3539
3540 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3541
3542 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3543 cl-make-type-test till execution time.
3544
3545 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3546
3547 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3548 arg ARG and use it.
3549
3550 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3551
3552 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3553
3554 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3555
3556 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3557 a defcustom with two :set or :type keywords.
3558
3559 2005-07-15 Richard M. Stallman <rms@gnu.org>
3560
3561 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3562 Don't give ^M comment-end syntax.
3563
3564 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3565
3566 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3567 Don't consider gdbmi (gdb-mi.el has its own update functions).
3568 (gdb-var-delete): Make it work for gdbmi as well.
3569 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3570
3571 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3572 (gud-speedbar-menu-items): Correct logic for enabling items.
3573
3574 2005-07-15 Kim F. Storm <storm@cua.dk>
3575
3576 * ido.el: Fix commentary.
3577 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3578 Use with-no-warnings around ffap-guesser.
3579 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3580 Let bind minibuffer-completing-file-name to t.
3581
3582 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3583
3584 * startup.el (site-run-file, keyboard-type): Doc fixes.
3585 (command-line): Check for "--basic-display" argument; also for
3586 "--quick", not "--bare-bones" (which was renamed).
3587 (fancy-splash-text): Add missing item "Getting New Versions".
3588 (normal-splash-screen): Fix typos and improve consistency with
3589 `fancy-splash-text'. Update copyright year.
3590
3591 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3592 valid binding for `help-char'.
3593
3594 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3595
3596 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3597
3598 * term.el (term-mode): Disable cua-mode for term buffers.
3599
3600 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3601
3602 * add-log.el (add-log-mailing-address, change-log-merge):
3603 Doc fixes.
3604 (change-log-get-method-definition): Fix typo in docstring.
3605
3606 2005-07-14 Kim F. Storm <storm@cua.dk>
3607
3608 * emulation/cua-base.el:
3609 (cua--pre-command-handler-1, cua--pre-command-handler)
3610 (cua--post-command-handler-1, cua--post-command-handler):
3611 Split in two. Check (buffer local) value of cua-mode.
3612 (cua-selection-mode): New command.
3613
3614 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3615
3616 * custom.el (custom-initialize-safe-set)
3617 (custom-initialize-safe-default): Doc fixes.
3618
3619 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3620 and simplify :init-value again.
3621
3622 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3623 and simplify :init-value again. Delete autoload.
3624
3625 * startup.el (command-line): Use `custom-reevaluate-setting' again
3626 for tooltip-mode.
3627
3628 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3629 a defcustom with two :initialize keywords.
3630
3631 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3634 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3635 (allout-post-command-business, allout-flag-region)
3636 (isearch-reenable-font-lock, allout-yank)
3637 (allout-insert-latex-header, allout-insert-latex-trailer)
3638 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3639 (allout-latex-verb-quote): Fix typos in docstrings.
3640 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3641 (allout-unprotected, allout-prefix-data):
3642 Improve argument/docstring consistency.
3643 (allout-chart-subtree): Fix argument spec.
3644 (allout-open-topic): Rename `use_sib_bullet' argument to
3645 `use-sib-bullet'. Doc fix.
3646
3647 * whitespace.el (whitespace-check-buffer-leading)
3648 (whitespace-check-buffer-trailing)
3649 (whitespace-check-buffer-indent)
3650 (whitespace-check-buffer-spacetab)
3651 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3652 (whitespace-check-leading-whitespace)
3653 (whitespace-check-trailing-whitespace)
3654 (whitespace-check-spacetab-whitespace)
3655 (whitespace-check-indent-whitespace)
3656 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3657 (whitespace-modes): Fix typos in docstrings.
3658 (defgroup, defcustom): Doc fixes.
3659
3660 * winner.el (winner-mode, winner-boring-buffers)
3661 (winner-pending-undo-ring): Doc fixes.
3662 (winner-ring): Remove unneeded `progn'.
3663 (winner-equal): `defsubst' it.
3664 (winner-redo): Fix message.
3665
3666 2005-07-13 Kim F. Storm <storm@cua.dk>
3667
3668 * simple.el (line-move-1): Always use vertical-motion to
3669 do the last (or only) line move to ensure some movement.
3670 Undo 2005-06-23 change--don't check for overlays.
3671
3672 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3673
3674 * term/mac-win.el (ccl-encode-mac-roman-font)
3675 (ccl-encode-mac-centraleurroman-font)
3676 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3677 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3678 Change charset-id boundary of dimension to ?\xef.
3679 (mac-char-fontspec-list): New constant.
3680 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3681 argument. Nil uses itself as family in font-spec. Previous
3682 behavior for nil is now provided by non-nil non-string argument.
3683 All callers changed. Add font-specs for Mac fonts to
3684 "fontset-default" unless iso8859-1 fonts are installed.
3685
3686 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3689 a continuation line if the \ is preceded by SPC or TAB.
3690 (sh-get-indent-info): Simplify.
3691 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3692 Use with-current-buffer.
3693
3694 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3695 when the matched text is empty.
3696
3697 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3698
3699 * startup.el (command-line): Revert to previous handling of
3700 tooltip-mode. Explain in comment why the complexity is needed.
3701
3702 * tooltip.el (tooltip-mode): Revert to previous implementation of
3703 its defcustom.
3704
3705 * frame.el (blink-cursor-mode): Revert to previous implementation
3706 of its defcustom. Update comment.
3707
3708 2005-07-12 Lars Hansen <larsh@soem.dk>
3709
3710 * desktop.el: Update e-mail address.
3711
3712 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3713
3714 * term/mac-win.el (mac-services-mail-selection)
3715 (mac-services-mail-to): New functions.
3716 (mac-application-menu-map): Bind them.
3717
3718 2005-07-12 wulei <milton@wulei.net> (tiny change)
3719
3720 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3721
3722 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
3723
3724 * custom.el (custom-reevaluate-setting): Doc fix.
3725
3726 2005-07-11 Jay Belanger <belanger@truman.edu>
3727
3728 * calc/calc.el (calc-embedded-announce-formula-alist)
3729 (calc-embedded-open-close-plain-alist)
3730 (calc-embedded-open-close-mode-alist): Add checks for additional
3731 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3732
3733 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
3734
3735 * custom.el (custom-enable-theme): Don't add theme to
3736 `custom-enabled-themes' with `push' because there is no
3737 setf-method for `delq'.
3738
3739 2005-07-11 Richard M. Stallman <rms@gnu.org>
3740
3741 * custom.el (custom-declare-variable): Doc fix.
3742
3743 * dired-aux.el (dired-compare-directories): Remove "." and ".."
3744 from the alists.
3745
3746 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3747 Do nothing if edebug-active.
3748
3749 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3750 (edebug-display): Do it here instead.
3751
3752 2005-07-10 Richard M. Stallman <rms@gnu.org>
3753
3754 * cus-face.el (custom-theme-set-faces): Make it work.
3755 (custom-reset-faces): Doc fix.
3756 (custom-theme-reset-internal-face, custom-theme-face-value):
3757 Functions deleted.
3758
3759 * custom.el (custom-push-theme): Maintain list of the settings
3760 of a given theme in its theme-settings property.
3761 Maintain position of old settings in the theme-value
3762 or theme-face property.
3763 (custom-enabled-themes): New variable.
3764 (custom-theme-enabled-p): New function.
3765 (provide-theme): Update custom-enabled-themes.
3766 Disable and reenable the `user' theme.
3767 (require-theme): Doc fix.
3768 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3769 (custom-theme-value, custom-theme-variable-value): Likewise.
3770 (custom-theme-reset-internal): Likewise.
3771 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3772 (custom-enable-theme, custom-disable-theme): New functions.
3773 (custom-variable-theme-value, custom-face-theme-value): Likewise.
3774 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3775 (custom-theme-reset-variables): Simplify.
3776 (deftheme, custom-declare-theme, custom-make-theme-feature):
3777 Definitions moved.
3778
3779 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
3780
3781 * longlines.el (longlines-show-region)
3782 (longlines-unshow-hard-newlines): Recognize hard newlines by
3783 non-nil hard property, instead of t.
3784
3785 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
3786
3787 * viper-cmd.el (viper--key-maps): New variable.
3788 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
3789 emulation-mode-map-alists.
3790 (viper-envelop-ESC-key): Use viper-subseq.
3791 (viper-search-forward/backward/next): Disable debug-on-error.
3792
3793 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3794 (viper-ESC-key): New defcustoms.
3795
3796 * viper-macs.el (ex-map-read-args): Use viper-subseq.
3797
3798 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
3799 (viper-subseq): Copy of subseq from cl.el.
3800
3801 * viper.el (viper-go-away, viper-set-hooks): Use
3802 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
3803
3804 * viper-mous.el (viper-current-frame-saved): Use defvar.
3805
3806 * viper-init.el: Get rid of -face in face names.
3807
3808 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3809 Make it work with longlines mode
3810
3811 * ediff-mult.el (ediff-meta-mode-hook): New variable.
3812
3813 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
3814
3815 * ediff-init.el: Get rid of -face in face names.
3816
3817 2005-07-10 Richard M. Stallman <rms@gnu.org>
3818
3819 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
3820 and with-timeout-unsuspend.
3821
3822 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
3823 and with-timeout-unsuspend.
3824
3825 * emacs-lisp/timer.el (with-timeout-timers): New variable.
3826 (with-timeout): Bind that variable to record timers.
3827 (with-timeout-suspend, with-timeout-unsuspend): New functions.
3828
3829 * emacs-lisp/debug.el (debug-help-follow): New function.
3830 (debugger-mode-map): Use that instead of help-follow.
3831 (debugger-setup-buffer): Use eval-buffer-list
3832 to handle eval-buffer frames.
3833
3834 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
3835
3836 * timezone.el (timezone-parse-date): Change first regexp
3837 so it will not mistakenly match dates with no time zone.
3838
3839 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
3840
3841 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
3842
3843 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
3844
3845 * custom.el (custom-initialize-safe-set)
3846 (custom-initialize-safe-default): New functions.
3847
3848 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3849 and simplify :init-value.
3850
3851 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3852 and simplify :init-value. Delete obsolete comment.
3853
3854 * startup.el (command-line): Use `custom-reevaluate-setting' to
3855 handle `tooltip-mode'. Delete obsolete comment.
3856
3857 * files.el (set-visited-file-name): Avoid calling
3858 `file-name-nondirectory' with a nil argument.
3859
3860 2005-07-09 Richard M. Stallman <rms@gnu.org>
3861
3862 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
3863 was called with nil for the buffer, handle the read position right.
3864 Handle read position for eval-region, too.
3865
3866 2005-07-09 Juri Linkov <juri@jurta.org>
3867
3868 * fringe.el (fringe-mode): Add period in docstring.
3869 (fringe-query-style): Build prompt depending on `all-frames' arg.
3870
3871 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
3872 to not create links to unrelated functions in the Help buffer.
3873
3874 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
3875 Doc fix.
3876
3877 * simple.el (next-error-hook): New variable.
3878 (next-error): Use it. Doc fix.
3879
3880 * textmodes/ispell.el (ispell-command-loop): Add current
3881 dictionary name and program name to mode-line-format.
3882 (ispell-region, ispell-process-line): Add current dictionary name
3883 and program name to messages.
3884
3885 2005-07-08 Jay Belanger <belanger@truman.edu>
3886
3887 * calc/calc.el (calc-embedded-announce-formula-alist)
3888 (calc-embedded-open-close-formula-alist)
3889 (calc-embedded-open-close-word-alist)
3890 (calc-embedded-open-close-plain-alist)
3891 (calc-embedded-open-close-new-formula-alist)
3892 (calc-embedded-open-close-mode-alist)
3893 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
3894 (calc-embedded-mode-hook): New variables.
3895
3896 * calc/calc-embed.el (calc-embedded-firsttime)
3897 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
3898 New variables.
3899 (calc-do-embedded): Use calc-embedded-firsttime,
3900 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
3901 determine whether or not to run hooks.
3902 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
3903 calc-embedded-firsttime-formula appropriately.
3904 Set calc-embedded delimiter variables according to mode.
3905
3906 2005-07-08 Richard M. Stallman <rms@gnu.org>
3907
3908 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
3909 Check for "emacs", etc., as entire symbol, not just as word.
3910 (checkdoc-file-comments-engine): Use regexp-quote on FN.
3911
3912 * files.el (set-visited-file-name): Report the error
3913 for "empty filename" earlier.
3914 (kill-some-buffers): Ignore buffers already dead.
3915
3916 * fringe.el (fringe-mode): Doc fix.
3917
3918 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3919 Check for (featurep 'xemacs) and turn off warnings in what it guards.
3920 Use unwind-protect to ensure byte-compile-unresolved-functions
3921 is updated.
3922
3923 * whitespace.el (whitespace-buffer-leading-cleanup):
3924 Simplify w/ skip-chars-forward.
3925 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
3926
3927 * mail/rmail.el (rmail-only-expunge): Fix paren error.
3928 Unconditionally try to leave point at the same old place.
3929
3930 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
3931
3932 * comint.el (comint-postoutput-scroll-to-bottom)
3933 (comint-show-maximum-output): Take scroll-margin into consideration.
3934
3935 2005-07-08 Kim F. Storm <storm@cua.dk>
3936
3937 * ido.el (ido-use-filename-at-point): New choice `guess'.
3938 (ido-file-internal): Try ffap-guesser if selected.
3939
3940 * ido.el (ido-before-fallback-functions): New hook.
3941 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
3942 (ido-read-file-name): Run it.
3943
3944 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
3947 strings rather than a list of symbols to the completion function.
3948
3949 2005-07-07 Jay Belanger <belanger@truman.edu>
3950
3951 * calc/calc-units.el (math-apply-units): Change the places in
3952 which units are simplified.
3953
3954 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3955
3956 * cus-edit.el (customize-option, customize-option-other-window):
3957 Make them handle aliases.
3958
3959 * custom.el (custom-variable-p): Make it recursively follow
3960 aliases. Mention that in the docstring.
3961
3962 2005-07-07 Richard M. Stallman <rms@gnu.org>
3963
3964 * cus-start.el (exec-path): Use `directory' instead of `file'.
3965 Fix tag for nil.
3966
3967 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
3968
3969 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
3970 when called non-interactively. Doc fix.
3971
3972 2005-07-07 Lute Kamstra <lute@gnu.org>
3973
3974 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
3975 new address as well.
3976
3977 2005-07-07 Kenichi Handa <handa@m17n.org>
3978
3979 * international/mule.el (make-coding-system):
3980 Describe `ascii-incompatible' property in the docstring.
3981 (set-file-name-coding-system): Signal an error if coding-system is
3982 ascii-incompatible.
3983 (set-keyboard-coding-system): Likewise.
3984
3985 * international/mule-cmds.el (set-default-coding-systems):
3986 Don't set default-file-name-coding-system and
3987 default-keyboard-coding-system if coding-system is ASCII-incompatible.
3988
3989 * international/utf-16.el: Declare that all UTF-16-based coding
3990 systems are ASCII-incompatible.
3991
3992 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
3993
3994 * progmodes/gud.el: Require font-lock for displaying errors.
3995 Used by gdb-ui.el.
3996
3997 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
3998
3999 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4000 values for the pattern lists which are `read'able but not
4001 `append'able (like symbols).
4002
4003 2005-07-06 Richard M. Stallman <rms@gnu.org>
4004
4005 * progmodes/flymake.el (flymake-float-time): Instead of
4006 with-no-warnings, test for xemacs.
4007 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4008 to avoid warning.
4009
4010 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4011
4012 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4013
4014 2005-07-05 Lute Kamstra <lute@gnu.org>
4015
4016 * battery.el: Add support for Darwin (with much debugging help
4017 from Samuel Lauber <sam124@operamail.com>).
4018 (battery-status-function, battery-echo-area-format)
4019 (battery-mode-line-format): Add support for pmset on Darwin.
4020 (battery-load-low, battery-load-critical): New user options.
4021 (battery-pmset): New function.
4022
4023 2005-07-05 Lute Kamstra <lute@gnu.org>
4024
4025 Update FSF's address in GPL notices.
4026
4027 * textmodes/page-ext.el: Update FSF's address.
4028
4029 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4032 filling from using prefix when filling a single-line docstring.
4033
4034 * progmodes/flymake.el: Remove useless eval-when-compile.
4035
4036 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4037
4038 2005-07-04 Richard M. Stallman <rms@gnu.org>
4039
4040 * textmodes/org.el (org-file-apps-defaults-gnu):
4041 Rename from org-file-apps-defaults-linux.
4042 (org-default-apps): Don't test system-type for `linux'.
4043 (org-file-apps): Doc fix.
4044
4045 2005-07-04 David Ponce <david@dponce.com>
4046
4047 * tree-widget.el: Improve header Commentary section.
4048 (tree-widget) [defgroup]
4049 (tree-widget-image-enable, tree-widget-themes-directory)
4050 (tree-widget-theme, tree-widget-image-properties-emacs)
4051 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4052 (tree-widget-image-formats, tree-widget-control)
4053 (tree-widget-empty-control, tree-widget-leaf-control
4054 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4055 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4056 (tree-widget-keep, tree-widget-after-toggle-functions)
4057 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4058 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4059 :help-echo message.
4060 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4061 (tree-widget-image-properties): Doc fix. Clearer implementation.
4062 (tree-widget--cursors): New constant.
4063 (tree-widget-lookup-image): New function split from
4064 `tree-widget-find-image'. Clearer implementation.
4065 (tree-widget-find-image): Use it.
4066 (tree-widget-button-keymap): Use `set-keymap-parent'.
4067 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4068 Define the sub-widgets here.
4069 (tree-widget-node): Check that :node is not a tree-widget.
4070 (tree-widget-get-super, tree-widget-open-control)
4071 (tree-widget-close-control, tree-widget-empty-control)
4072 (tree-widget-leaf-control, tree-widget-guide)
4073 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4074 (tree-widget-no-handle, tree-widget-value-delete)
4075 (tree-widget-map): Remove.
4076 (tree-widget-children-value-save): Doc fix. Simplified.
4077 (tree-widget-value-create): Update according to previous changes.
4078
4079 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4080
4081 * textmodes/org.el: Leading space replaced by TABS.
4082 (org-recalc-marks, org-table-rotate-recalc-marks)
4083 (org-table-get-specials): Treat "^" and "_" marks.
4084 (org-table-justify-field-maybe): Optional argument NEW.
4085 (org-table-eval-formula): Parsing of the format simplified.
4086 New modes C,I. Honor the %= parameter in the current table.
4087 Avoid unnecessary re-align by using the NEW argument to
4088 `org-table-justify-field-maybe'.
4089 (org-calc-default-modes): Default for date-format mimicks org-mode.
4090 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4091
4092 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4093
4094 * cus-face.el (custom-theme-set-faces): Make it handle face
4095 aliases whose alias declarations are pre- or autoloaded.
4096
4097 2005-07-04 Juri Linkov <juri@jurta.org>
4098
4099 * faces.el (read-face-name): Put the code for getting a face name
4100 from the buffer before adding the faces from the `face' property.
4101 Use `completing-read-multiple' instead of `completing-read'.
4102 Require `crm'. Add default value and post-process the returned
4103 list of faces.
4104
4105 * emacs-lisp/crm.el (crm-find-current-element)
4106 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4107
4108 * emacs-lisp/lisp-mode.el (eval-defun-1):
4109 * emacs-lisp/edebug.el (edebug-eval-defun):
4110 Remove unnecessary quotes.
4111
4112 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4115 (prolog-indent-level): Fix typo in docstring.
4116
4117 * info.el (Info-history, Info-history-forward)
4118 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4119
4120 * add-log.el (add-change-log-entry):
4121 * comint.el (comint-dynamic-list-input-ring)
4122 (comint-dynamic-list-completions):
4123 * dabbrev.el (dabbrev-expand):
4124 * delim-col.el (delimit-columns-rectangle-line):
4125 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4126 (diff-unified->context):
4127 * ediff-init.el (ediff-abbrev-jobname):
4128 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4129 (ediff-replace-session-activity-marker-in-meta-buffer):
4130 * info.el (Info-summary):
4131 * lpr.el (printify-region):
4132 * printing.el (pr-create-interface):
4133 * ps-print.el (ps-print-quote):
4134 * ses.el (ses-column-widths, ses-print-cell)
4135 (ses-adjust-print-width, ses-center):
4136 * shell.el (shell-file-name-quote-list):
4137 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4138 (strokes-fill-current-buffer-with-whitespace)
4139 (strokes-xpm-for-stroke, strokes-list-strokes)
4140 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4141 * term.el (term-dynamic-list-input-ring)
4142 (term-dynamic-list-completions):
4143 * calc/calc.el (math-format-stack-value):
4144 * emacs-lisp/edebug.el (edebug-display-freq-count):
4145 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4146 (delphi-new-comment-line):
4147 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4148 * progmodes/executable.el (executable-set-magic):
4149 * progmodes/python.el (inferior-python-mode):
4150 * progmodes/scheme.el (scheme-mode-syntax-table):
4151 * progmodes/sh-script.el (sh-maybe-here-document):
4152 * progmodes/sql.el (sql-copy-column):
4153 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4154 * textmodes/bibtex.el (bibtex-mode):
4155 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4156 (sgml-auto-attributes):
4157 * textmodes/table.el (table-insert, table-shorten-cell)
4158 (table--generate-source-scan-lines, table-delete-row)
4159 (*table--cell-delete-char, table--spacify-frame)
4160 (table--horizontally-shift-above-and-below)
4161 (table--cell-insert-char, table--cell-blank-str)
4162 (table--fill-region-strictly):
4163 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4164 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4165
4166 * add-log.el (change-log):
4167 * apropos.el (apropos):
4168 * comint.el (comint-completion, comint-source):
4169 * dabbrev.el (dabbrev):
4170 * delim-col.el (columns):
4171 * diff-mode.el (diff-mode):
4172 * ediff.el (ediff):
4173 * ediff-diff.el (ediff-diff):
4174 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4175 * ediff-mult.el (ediff-mult):
4176 * ediff-ptch.el (ediff-ptch):
4177 * ediff-wind.el (ediff-window):
4178 * facemenu.el (facemenu):
4179 * indent.el (indent):
4180 * info.el (info):
4181 * jka-cmpr-hook.el (compression, jka-compr):
4182 * lpr.el (lpr):
4183 * outline.el (outlines):
4184 * pcmpl-cvs.el (pcmpl-cvs):
4185 * pcmpl-rpm.el (pcmpl-rpm):
4186 * printing.el (printing):
4187 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4188 (ps-print-vertical, ps-print-headers, ps-print-font)
4189 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4190 (ps-print-background, ps-print-printer, ps-print-page)
4191 (ps-print-miscellany):
4192 * ses.el (ses):
4193 * shell.el (shell, shell-directories, shell-faces):
4194 * startup.el (initialization):
4195 * strokes.el (strokes):
4196 * term.el (term):
4197 * uniquify.el (uniquify):
4198 * w32-vars.el (w32):
4199 * calc/calc.el (calc):
4200 * emacs-lisp/bytecomp.el (bytecomp):
4201 * emacs-lisp/cl-indent.el (lisp-indent):
4202 * emacs-lisp/edebug.el (edebug):
4203 * emacs-lisp/elp.el (elp):
4204 * emacs-lisp/testcover.el (testcover):
4205 * emacs-lisp/trace.el (trace):
4206 * emulation/viper-ex.el (viper-ex):
4207 * emulation/viper-mous.el (viper-mouse):
4208 * mail/mailalias.el (mailalias):
4209 * mail/supercite.el (supercite, supercite-frames)
4210 (supercite-attr, supercite-cite, supercite-hooks):
4211 * net/rcompile.el (remote-compile):
4212 * net/rlogin.el (rlogin):
4213 * obsolete/ooutline.el (outlines):
4214 * progmodes/delphi.el (delphi):
4215 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4216 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4217 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4218 (ebnf-optimization):
4219 * progmodes/etags.el (etags):
4220 * progmodes/executable.el (executable):
4221 * progmodes/idlwave.el (idlwave):
4222 * progmodes/pascal.el (pascal):
4223 * progmodes/prolog.el (prolog):
4224 * progmodes/python.el (python):
4225 * progmodes/scheme.el (scheme):
4226 * progmodes/sh-script.el (sh, sh-script):
4227 * progmodes/sql.el (SQL):
4228 * progmodes/tcl.el (tcl):
4229 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4230 * textmodes/enriched.el (enriched):
4231 * textmodes/makeinfo.el (makeinfo):
4232 * textmodes/sgml-mode.el (sgml):
4233 * textmodes/table.el (table-hooks):
4234 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4235 * textmodes/texinfo.el (texinfo):
4236 * textmodes/two-column.el (two-column):
4237 Finish `defgroup' description with period.
4238
4239 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4240 * eshell/esh-var.el (eshell-var):
4241 * progmodes/vhdl-mode.el (vhdl-testbench):
4242 * textmodes/org.el (org): Fix typos in docstrings.
4243
4244 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4245 consistency.
4246
4247 * progmodes/flymake.el (flymake-find-file): Remove.
4248 (flymake-float-time): Use `with-no-warnings'.
4249 (flymake-check-start-time, flymake-check-was-interrupted)
4250 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4251 (flymake-new-err-info): `defvar' at compile time.
4252
4253 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4254
4255 * replace.el (occur-hook): Doc fix.
4256 (occur-1): Don't call `occur-hook' if there are no matches.
4257
4258 2005-07-03 Richard M. Stallman <rms@gnu.org>
4259
4260 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4261 global-map, save the same map.
4262 (global-map): Don't alter it at top level.
4263 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4264 Then alter it here instead.
4265 (tpu-edt-off): Set global-map to the saved one.
4266
4267 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4268 All references simplified.
4269 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4270 (zmacs-regions): Add defvar.
4271 (repeat-complex-command-map): Everything about that deleted.
4272
4273 * textmodes/artist.el (artist-key-is-drawing)
4274 (artist-key-endpoint1, artist-key-poly-point-list)
4275 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4276 (artist-key-compl-table, artist-rb-save-data)
4277 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4278 Don't put them in eval-when-compile.
4279 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4280
4281 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4282 Use with-no-warnings.
4283
4284 * net/browse-url.el (dos-windows-version): Add defvar.
4285
4286 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4287
4288 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4289 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4290 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4291 Add defvar.
4292 (rmail-summary-beginning-of-message): Use with-no-warnings.
4293 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4294
4295 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4296 Use with-no-warnings.
4297
4298 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4299 (c-mark-function): Add point-moving-unit property.
4300 (vi-goto-line): Use with-no-warnings.
4301
4302 * emulation/edt.el (edt-last-copied-word): Add defvar.
4303 (zmacs-region-stays): Likewise.
4304 (edt-mark-section-wisely): Use c-mark-function for C.
4305 Use makr-defun for Fortran.
4306 (time-string): defvar deleted.
4307 (edt-display-the-time): Don't set time-string.
4308
4309 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4310
4311 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4312 Don't warn when name is not constant
4313 or for defining the group `emacs'.
4314
4315 * tooltip.el (gud-tooltip-mode): Add defvar.
4316
4317 * startup.el (default-frame-background-mode): Add defvar.
4318
4319 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4320
4321 * info.el (tool-bar-map): Add defvar.
4322
4323 * dired.el (dnd-protocol-alist): Add defvar.
4324
4325 * dired-aux.el (dired-query): Display question with answer, when
4326 the user answers.
4327
4328 * custom.el (custom-add-option): Doc fix.
4329
4330 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4331
4332 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4333
4334 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4335 bogus name from the last change.
4336
4337 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4338
4339 * custom.el (custom-declare-variable): Fix typos in comment.
4340 (custom-known-themes): Doc fix.
4341 (custom-theme-directory): New defcustom.
4342 (require-theme): Make it check `custom-theme-directory'.
4343
4344 * cus-theme.el (custom-new-theme-mode): New function.
4345 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4346 (custom-theme-description): Add compiler defvars.
4347 (customize-create-theme): Add doc to the "*New Custom Theme*"
4348 buffer. Use `custom-new-theme-mode'.
4349 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4350 and save it to the `custom-theme-directory'. Make this the
4351 default directory of the buffer.
4352
4353 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4354
4355 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4356 Fix unbalanced parentheses.
4357
4358 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4361 into flymake-mode and delegate to flymake-mode.
4362
4363 * find-file.el (ff-which-function-are-we-in): Clean up.
4364
4365 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4366
4367 * replace.el (occur-rename-buffer): Fix docstring.
4368
4369 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4370 (edt-last-copied-word, edt-learn-macro-count)
4371 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4372 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4373 (time-string, zmacs-region-stays):
4374 * emulation/edt-mapper.el (edt-save-function-key-map)
4375 (EDT-key-name): `defvar' to silence the byte-compiler.
4376
4377 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4378
4379 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4380 font-lock-regexp-backslash. Doc fix.
4381 (font-lock-regexp-backslash-grouping-construct): Rename from
4382 font-lock-regexp-backslash-construct. Doc fix.
4383 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4384 grouping constructs.
4385
4386 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4387
4388 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4389 updating all the prerequisites.
4390
4391 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4392
4393 * textmodes/org.el (org-agenda-start-on-weekday)
4394 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4395 (org-agenda-use-time-grid, org-archive-location)
4396 (org-allow-space-in-links, org-usenet-links-prefer-google)
4397 (org-enable-table-editor, org-export-default-language)
4398 (org-export-html-show-new-buffer, org-fill-paragraph)
4399 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4400 (org-goto-quit, org-occur, org-eval-in-calendar)
4401 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4402 (org-agenda-diary-entry, org-remember-help)
4403 (org-table-convert-region, org-at-table-p)
4404 (org-table-move-row-down, org-table-move-row-up)
4405 (org-table-copy-region, org-table-toggle-vline-visibility)
4406 (org-table-get-stored-formulas, org-table-get-specials)
4407 (org-recalc-commands, org-table-eval-formula)
4408 (org-table-formula-substitute-names, orgtbl-make-binding)
4409 (org-format-org-table-html, org-format-table-table-html)
4410 (org-format-table-table-html-using-table-generate-source)
4411 (org-customize): Fix typos in docstrings.
4412 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4413 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4414 (org-back-to-heading): Doc fixes.
4415 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4416 (org-agenda-change-all-lines, org-get-header):
4417 Improve argument/docstring consistency.
4418 (orgtbl-error): Fix error message.
4419
4420 * progmodes/flymake.el (flymake-find-possible-master-files)
4421 (flymake-master-file-compare, flymake-get-line-err-count)
4422 (flymake-highlight-line, flymake-gui-warnings-enabled):
4423 Fix typos in docstrings.
4424 (flymake-parse-line, flymake-get-project-include-dirs-function)
4425 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4426 Doc fixes.
4427 (flymake-get-project-include-dirs-function)
4428 (flymake-make-err-menu-data):
4429 Improve argument/docstring consistency.
4430
4431 2005-07-01 Lute Kamstra <lute@gnu.org>
4432
4433 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4434 Catch errors with ignore-errors. Use temporary buffer.
4435 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4436
4437 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4438 background color faces.
4439 (facemenu-set-foreground, facemenu-set-background):
4440 Use facemenu-set-face-from-menu.
4441 (facemenu-set-face-from-menu): Treat face names that start with
4442 "fg:" or "bg:" as special.
4443 (facemenu-add-new-color): Don't create faces. Simplify.
4444
4445 2005-06-30 Richard M. Stallman <rms@gnu.org>
4446
4447 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4448 (crm-find-current-element): Likewise.
4449
4450 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4451
4452 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4453
4454 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4457 (archive-mouse-extract): Make it an obsolete alias.
4458 (archive-mode-map): Don't use archive-mouse-extract any more.
4459 (archive-mode, archive-extract): write-contents-hooks ->
4460 write-contents-functions.
4461 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4462 first arg.
4463 (archive-rename-entry): Update the call.
4464 (archive-zip-summarize): Remove unused var `method'.
4465 (archive-lzh-summarize): Remove unused var `creator'.
4466
4467 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4468 dedicated frame upon exit.
4469
4470 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4471 (archive-zip-extract, archive-zip-expunge)
4472 (archive-zip-update, archive-zip-update-case): Use executable-find.
4473 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4474 Use restore-buffer-modified-p.
4475 (archive-extract, archive-add-new-member, archive-write-file-member):
4476 Use with-current-buffer.
4477 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4478
4479 2005-06-30 Andreas Schwab <schwab@suse.de>
4480
4481 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4482
4483 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4484
4485 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4486
4487 2005-06-30 Juri Linkov <juri@jurta.org>
4488
4489 * faces.el (vertical-border): Inherit from mode-line-inactive
4490 only on tty.
4491
4492 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4493
4494 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4495 example, -NLINES in the `occur' docstring).
4496
4497 * replace.el (occur-1): When no matches are found, do not set the
4498 `buffer-read-only' and modified flags for the occur buffer,
4499 because it is deleted.
4500
4501 * emulation/cua-base.el (cua-check-pending-input)
4502 (cua-repeat-replace-region, cua-mode, cua-debug)
4503 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4504 Fix typos in docstrings.
4505
4506 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4507 (cua-cut-region-to-global-mark)
4508 (cua--cut-rectangle-to-global-mark):
4509 Remove period from end of messages.
4510
4511 * emulation/cua-rect.el (cua-do-rectangle-padding):
4512 Remove period from end of messages.
4513 (cua--rectangle-seq-format): Fix typo in docstring.
4514 (cua-sequence-rectangle, cua-fill-char-rectangle):
4515 Improve argument/docstring consistency.
4516
4517 2005-06-29 Juri Linkov <juri@jurta.org>
4518
4519 * faces.el (default-frame-background-mode): New internal variable.
4520 (frame-set-background-mode): Use it.
4521
4522 * startup.el (normal-top-level): Set default-frame-background-mode
4523 instead of frame-background-mode. Before setting it, test for its
4524 nil value. Remove tests for frame-background-mode and frame
4525 parameter `reverse'. Add test for "unspecified-fg".
4526
4527 * term/xterm.el (xterm-rxvt-set-background-mode):
4528 * term/rxvt.el (rxvt-set-background-mode):
4529 Set default-frame-background-mode instead of frame-background-mode.
4530
4531 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4532
4533 * simple.el (set-variable): Warn about obsolete user variables.
4534
4535 * imenu.el (imenu--completion-buffer):
4536 * mouse.el (mouse-buffer-menu-alist):
4537 * msb.el (msb-invisible-buffer-p):
4538 * calendar/diary-lib.el (diary-header-line-format):
4539 * emacs-lisp/pp.el (pp-buffer):
4540 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4541 * textmodes/picture.el (picture-replace-match):
4542 Change space constants followed by a sexp to "?\s ".
4543
4544 * play/decipher.el (decipher-loop-with-breaks):
4545 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4546 constants "protected" from end of line by a comment to "?\s".
4547
4548 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * font-lock.el (save-buffer-state): Use `declare'.
4551
4552 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4553 reset the syntax-table to cperl-mode-syntax-table.
4554 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4555 "foo_print_bar" is not matched as a reserved keyword.
4556
4557 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4558
4559 * textmodes/org.el (orgtbl-setup): New function, for delayed
4560 setup for the orgtbl commands.
4561 (org-calc-default-modes): New option.
4562 (orgtbl-make-binding): Use `defun' to get better help display.
4563 (org-diary): Call `org-compile-prefix-format'.
4564 (org-table-formula-substitute-names): New function.
4565 (org-agenda-day-view, org-agenda-week-view): New commands.
4566 (org-agenda-toggle-week-view): Command removed.
4567 (org-tbl-menu): Split off from org-org-menu.
4568 (org-mode): Move removal of outline-mode menus to here.
4569 (org-table-formula-debug): New option.
4570 (org-table-insert-row): Keep first field if just "#" or "*".
4571 (org-mode): Paragraph regexps fixed.
4572 (org-table-recalculate-regexp): New constant.
4573 (org-table-justify-field-maybe): Avoid replace if not necessary.
4574 (org-copy-special, org-cut-special): Use `call-interactively'.
4575 (org-table-copy-region): Take region from `interactive' call.
4576 (org-trim): Return string even if no match.
4577 (org-formula): New face.
4578 (org-set-font-lock-defaults): No longer highlight "FIXME".
4579 But highlight formula-related fields in table.
4580 (org-table-p): Use regexp, not fontification.
4581 (org-table-align): Handle white space at end of line.
4582 (org-table-formula-evaluate-inline): New option.
4583 (org-mode): Auto-wrapping in comment lines turned off.
4584 (org-table-copy-down): Evaluate only in copied field, not in
4585 destination.
4586 (org-table-current-formula): Variable removed.
4587 (org-table-store-formulas, org-table-get-stored-formulas)
4588 (org-table-modify-formulas, org-table-replace-in-formulas)
4589 (org-table-maybe-eval-formula): New functions.
4590 (org-table-get-formula): Modify to use stored formulas.
4591 (org-table-insert-column, org-table-delete-column)
4592 (org-table-move-column): Call `org-table-modify-formulas'.
4593 (org-complete): Add completion for keyword formulas.
4594 (orgtbl-mode): Pull orgtbl-mode-map to start of
4595 minor-mode-map-alist.
4596
4597 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * progmodes/python.el (python-check): Require `compile' before
4600 modifying its variables.
4601
4602 * newcomment.el (comment-indent-default): Don't get fooled by an early
4603 end of buffer.
4604
4605 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4606
4607 * ps-print.el (ps-print-version): Fix version number.
4608
4609 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4610
4611 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4612
4613 2005-06-28 Richard M. Stallman <rms@gnu.org>
4614
4615 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4616 (flyspell-local-mouse-map): Declaration deleted.
4617 (flyspell-mouse-map): Bind only mouse-2.
4618 (flyspell-mode-map): Don't test flyspell-use-local-map.
4619 (flyspell-overlay-keymap-property-name): Var deleted.
4620 (flyspell-mode-on): Don't make local bindings for
4621 flyspell-mouse-map and flyspell-mode-map.
4622 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4623
4624 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4625
4626 * progmodes/compile.el (compilation-next-error-function):
4627 Don't switch buffers; operate on the current buffer.
4628
4629 * progmodes/compile.el (compilation-error-file-name)
4630 (compilation-warning-file-name, compilation-info-file-name)
4631 (compilation-line-number, compilation-column-number): New faces.
4632 (compilation-error-face, compilation-warning-face)
4633 (compilation-info-face, compilation-line-face)
4634 (compilation-column-face): Use them.
4635
4636 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4637
4638 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4639
4640 * bindings.el (global-map): Bind insertchar and its variants.
4641
4642 2005-06-27 Richard M. Stallman <rms@gnu.org>
4643
4644 * textmodes/artist.el (artist-text-overwrite)
4645 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4646
4647 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4648
4649 * ps-print.el: It was not working the page selection for printing.
4650 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4651 (ps-print-version): New version 6.6.7.
4652 (ps-end-sheet): New fun.
4653 (ps-header-sheet, ps-end-job): Call it.
4654
4655 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4656
4657 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4658
4659 2005-06-27 Lute Kamstra <lute@gnu.org>
4660
4661 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4662 background color faces.
4663 (facemenu-get-face): Delete function.
4664 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4665 (facemenu-add-new-color): Make second argument mandatory.
4666 Create the appropriate face and return it. Simplify.
4667 (facemenu-set-foreground, facemenu-set-background): Don't check if
4668 color is defined. Use return value of facemenu-add-new-color.
4669
4670 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4671
4672 * progmodes/gud.el (gud-filter): Add missing argument to
4673 with-selected-window.
4674
4675 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4678 a :require to the defcustom.
4679
4680 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4681 defcustoms corresponding to minor modes.
4682
4683 2005-06-26 David Ponce <david@dponce.com>
4684
4685 * recentf.el: Require tree-widget instead of wid-edit.
4686 (recentf-filename-handler): Fix widget :type.
4687 (recentf-cancel-dialog, recentf-open-more-files)
4688 (recentf-open-files-action): Doc fix.
4689 (recentf-dialog-goto-first): New function.
4690 (recentf-dialog-mode-map): Set parent keymap first.
4691 (recentf-dialog-mode): Define with define-derived-mode.
4692 Don't display continuation lines in dialogs.
4693 (recentf-edit-list): Rename from recentf-edit-selected-items.
4694 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4695 Simplify.
4696 (recentf-edit-list-validate): New function.
4697 (recentf-edit-list): Update accordingly.
4698 (recentf-open-files-item-shift): Remove.
4699 (recentf-open-files-item): Convert menu elements into tree and
4700 link widgets. Don't create the widgets.
4701 (recentf-open-files): Update accordingly.
4702 (recentf-save-list): Untabify.
4703
4704 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4705
4706 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4707 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4708 partially contained in the active region. Do not take active
4709 region into account when called from Lisp, unless INTERACTIVE arg
4710 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4711 avoid trouble with fields. Make marker point nowhere when no
4712 longer used. Always return nil. Doc fix.
4713 (flush-lines): Add INTERACTIVE arg. Do not take active region
4714 into account when called from Lisp, unless INTERACTIVE arg is
4715 non-nil. Use `forward-line' instead of `beginning-of-line' to
4716 avoid trouble with fields. Make marker point nowhere when no
4717 longer used. Always return nil. Doc fix.
4718 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4719 interchangeable. Do not take active region into account when
4720 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4721 message in echo area when called from Lisp, unless INTERACTIVE arg
4722 is non-nil. Avoid saying "1 occurrences". Do not use markers.
4723 Return the number of matches. Doc fix.
4724 (occur): Doc fix.
4725 (perform-replace): Make comment follow double space convention for
4726 the sake of `outline-minor-mode'.
4727
4728 * faces.el (facep): Doc fix.
4729
4730 2005-06-25 Richard M. Stallman <rms@gnu.org>
4731
4732 * facemenu.el (facemenu-enable-faces-p): New function.
4733 (facemenu-background-menu, facemenu-foreground-menu)
4734 (facemenu-face-menu): Add menu-enable property.
4735
4736 * jka-compr.el (jka-compr-insert-file-contents):
4737 Special handling if cannot find the uncompression program.
4738
4739 * cus-face.el (custom-face-attributes): Add autoload.
4740
4741 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4742 Bind comment-indent-function locally.
4743
4744 * window.el (save-selected-window): Use save-current-buffer.
4745
4746 * subr.el (with-selected-window): Use save-current-buffer.
4747
4748 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4749 and with-current-buffer.
4750
4751 2005-06-24 Richard M. Stallman <rms@gnu.org>
4752
4753 * simple.el (line-move-1): Fix previous change.
4754
4755 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
4756
4757 * replace.el (occur-1): Set `buffer-read-only' and the
4758 buffer-modified flag before running `occur-hook' to protect
4759 against unintentional buffer switches that can lead to data loss.
4760
4761 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
4762
4763 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4764 (gud-gdb-marker-filter): Use font-lock-warning-face for any
4765 initial error.
4766
4767 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4768 after fresh input.
4769 (gdb-var-create-handler): Put name of expression in quotes.
4770
4771 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4772
4773 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4774 elements of RING in order, and without bogus nil elements.
4775
4776 2005-06-23 Richard M. Stallman <rms@gnu.org>
4777
4778 * simple.el (set-variable): Args renamed; doc fix.
4779 (line-move-1): When there are overlays around, use vertical-motion.
4780
4781 * faces.el (escape-glyph): Use brown against light background.
4782 (nobreak-space): Rename from no-break-space.
4783 Fix previous change.
4784
4785 * dired-aux.el (dired-do-copy): Fix arg prompt.
4786
4787 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
4788
4789 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4790
4791 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
4792 rather than "Distributor".
4793
4794 2005-06-23 Lute Kamstra <lute@gnu.org>
4795
4796 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
4797 (debug-on-entry): Use it. New interactive declaration that uses
4798 function-called-at-point.
4799
4800 2005-06-23 Kim F. Storm <storm@cua.dk>
4801
4802 * subr.el (save-match-data): Add comment about using evaporate arg
4803 to set-match-data.
4804
4805 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4806
4807 * cus-edit.el (customize-face)
4808 (customize-face-other-window): Handle face aliases.
4809
4810 * faces.el (face-documentation, set-face-attribute)
4811 (face-spec-set): Handle face aliases.
4812
4813 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
4814
4815 * help-mode.el (help-make-xrefs): If a symbol representing a face
4816 name is not followed by the word "face", it could still be a
4817 function or variable name, so don't bypass other checks.
4818
4819 2005-06-22 Juri Linkov <juri@jurta.org>
4820
4821 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4822 Replace aliased functions with calls where second arg `inherit' is t.
4823
4824 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
4825
4826 * progmodes/gdb-ui.el (gdb-error): New variable.
4827 (gdb-error): New function.
4828 (gdb-annotation-rules): Act on error-begin and error annotations.
4829 (gdb-concat-output): Use font-lock-warning-face for errors.
4830
4831 2005-06-22 Miles Bader <miles@gnu.org>
4832
4833 * bindings.el (propertized-buffer-identification): Use renamed
4834 `Buffer-menu-buffer' face.
4835
4836 * faces.el (vertical-border): Rename from `vertical-divider'.
4837 (escape-glyph): Change dark-background color back to `cyan'.
4838
4839 2005-06-21 Juri Linkov <juri@jurta.org>
4840
4841 * faces.el (face-user-default-spec): Try getting `customized-face'
4842 prior to `saved-face'.
4843 (frame-background-mode): Refill docstring.
4844
4845 * emacs-lisp/lisp-mode.el (eval-defun-1):
4846 * emacs-lisp/edebug.el (edebug-eval-defun):
4847 Set `saved-face' temporarily to nil before calling form.
4848 Set `customized-face' to the new spec after that.
4849
4850 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
4851
4852 * subr.el (1value, lambda, key-substitution-in-progress):
4853 Doc fixes.
4854
4855 * autoinsert.el (auto-insert-alist):
4856 * ses.el (ses-call-printer):
4857 * subr.el (noreturn):
4858 * emacs-lisp/lisp.el (check-parens):
4859 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
4860 * net/browse-url.el (browse-url-mosaic):
4861 * progmodes/cc-defs.el (c-safe-scan-lists):
4862 * progmodes/ebnf-abn.el (ebnf-abn-lex):
4863 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
4864 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
4865 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
4866 * progmodes/ebnf-iso.el (ebnf-iso-lex):
4867 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
4868
4869 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4870
4871 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
4872
4873 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
4874
4875 * calendar/appt.el (appt-make-list): Activate the package, if
4876 not already active (for backwards compatibility).
4877
4878 2005-06-20 Kim F. Storm <storm@cua.dk>
4879
4880 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
4881
4882 2005-06-20 Miles Bader <miles@gnu.org>
4883
4884 * faces.el (vertical-divider): New face.
4885
4886 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * simple.el (kill-whole-line): Doc fix.
4889 (next-error-buffer-p, next-error-find-buffer)
4890 (clone-indirect-buffer): Fix typos in docstrings.
4891 (comment-line-break-function): Doc fix: don't say variable
4892 is automatically buffer-local (it isn't).
4893
4894 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
4895
4896 * net/tramp-ftp.el (top):
4897 * net/tramp-smb.el (top):
4898 * net/tramp-util.el (top):
4899 * net/tramp-uu.el (top):
4900 * net/tramp-vc.el (top):
4901 * net/tramp.el (top): Revert copyright years back to original
4902 ones. Tramp has a life outside GNU Emacs.
4903
4904 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
4905
4906 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
4907
4908 2005-06-18 Juri Linkov <juri@jurta.org>
4909
4910 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
4911 end of first regexp to limit the match to the position between
4912 line number and source line with same separator character as used
4913 between file name and line number. In the second regexp limit
4914 mouse-face area to file name and line number by adding new group
4915 for them and referring it in HYPERLINK arg.
4916 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
4917 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
4918 previous line where grep markers may be already removed.
4919
4920 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
4921
4922 * progmodes/ps-mode.el: Update version and maintainer's email address.
4923
4924 2005-06-18 Steve Youngs <steve@xemacs.org>
4925
4926 * net/browse-url.el (browse-url-browser-function)
4927 (browse-url-default-browser): Add firefox.
4928 (browse-url-firefox-program, browse-url-firefox-arguments)
4929 (browse-url-firefox-startup-arguments)
4930 (browse-url-firefox-new-window-is-tab): New defcustoms.
4931 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
4932
4933 2005-06-17 Richard M. Stallman <rms@gnu.org>
4934
4935 * startup.el (command-line): Warn if specified user name has
4936 no home directory.
4937
4938 * term.el (term-get-old-input, term-input-filter, term-input-sender)
4939 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
4940
4941 * longlines.el (longlines-mode, longlines-show-hard-newlines):
4942 Doc fixes.
4943
4944 * faces.el (underline): Try bold if terminal doesn't support underline.
4945
4946 * mail/sendmail.el (mail-setup-with-from): New variable.
4947 (mail-insert-from-field): New function.
4948 (sendmail-send-it): Call it.
4949 (mail-setup): Optionally call it here.
4950
4951 * term/linux.el: Call tty-no-underline.
4952
4953 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4954
4955 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
4956
4957 2005-06-17 Miles Bader <miles@gnu.org>
4958
4959 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
4960 (ediff-current-diff-C, ediff-current-diff-Ancestor)
4961 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
4962 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
4963 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
4964 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
4965 Remove "-face" suffix from face names.
4966 (ediff-current-diff-face-A, ediff-current-diff-face-B)
4967 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
4968 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4969 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4970 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4971 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4972 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4973 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4974 New backward-compatibility aliases for renamed faces.
4975 (ediff-current-diff-face-A, ediff-current-diff-face-B)
4976 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
4977 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4978 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4979 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4980 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4981 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4982 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4983 Use renamed ediff faces.
4984
4985 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
4986 Remove "-face" suffix from face names.
4987 (eshell-test-ok-face, eshell-test-failed-face):
4988 New backward-compatibility aliases for renamed faces.
4989 (eshell-run-test): Use renamed eshell-test faces.
4990
4991 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
4992 face name.
4993 (eshell-prompt-face): New backward-compatibility alias for renamed
4994 face.
4995 (eshell-emit-prompt): Use renamed eshell-prompt face.
4996
4997 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
4998 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
4999 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5000 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5001 Remove "-face" suffix from face names.
5002 (eshell-ls-directory-face, eshell-ls-symlink-face)
5003 (eshell-ls-executable-face, eshell-ls-readonly-face)
5004 (eshell-ls-unreadable-face, eshell-ls-special-face)
5005 (eshell-ls-missing-face, eshell-ls-archive-face)
5006 (eshell-ls-backup-face, eshell-ls-product-face)
5007 (eshell-ls-clutter-face):
5008 New backward-compatibility aliases for renamed faces.
5009 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5010
5011 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5012 Remove "-face" suffix from face name.
5013 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5014 instead of literal face.
5015
5016 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5017
5018 * emacs-lisp/warnings.el (display-warning, lwarn)
5019 (warning-minimum-log-level): Doc fixes.
5020 (warning-minimum-level, warning-minimum-log-level):
5021 Add :debug to :type choices.
5022
5023 * progmodes/ada-mode.el (ada-format-paramlist)
5024 (ada-get-indent-case, ada-check-matching-start)
5025 (ada-check-defun-name, ada-goto-matching-decl-start)
5026 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5027 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5028 (ada-make-subprogram-body): Follow error conventions.
5029 (ada-case-exception-file, ada-indent-comment-as-code)
5030 (ada-indent-handle-comment-special, ada-indent-renames)
5031 (ada-indent-return, ada-search-directories-internal)
5032 (ada-tab-policy, ada-case-exception-substring)
5033 (ada-other-file-alist, ada-matching-start-re)
5034 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5035 (ada-imenu-generic-expression, ada-compile-goto-error)
5036 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5037 (ada-popup-menu, ada-add-extensions, ada-mode)
5038 (ada-region-selected, ada-create-case-exception)
5039 (ada-create-case-exception-substring, ada-after-keyword-p)
5040 (ada-activate-keys-for-case, ada-adjust-case-region)
5041 (ada-adjust-case-buffer, ada-format-paramlist)
5042 (ada-scan-paramlist, ada-insert-paramlist)
5043 (ada-indent-newline-indent)
5044 (ada-indent-newline-indent-conditional)
5045 (ada-justified-indent-current, ada-goto-previous-word)
5046 (ada-indent-current, ada-get-indent-open-paren)
5047 (ada-get-indent-paramlist, ada-get-indent-end)
5048 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5049 (ada-get-indent-block-start, ada-get-indent-subprog)
5050 (ada-get-indent-noindent, ada-get-indent-label)
5051 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5052 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5053 (ada-goto-stmt-end, ada-goto-next-word)
5054 (ada-check-matching-start, ada-check-defun-name)
5055 (ada-goto-matching-decl-start, ada-goto-matching-start)
5056 (ada-goto-matching-end, ada-search-ignore-string-comment)
5057 (ada-in-decl-p, ada-looking-at-semi-or)
5058 (ada-looking-at-semi-private, ada-in-paramlist-p)
5059 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5060 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5061 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5062 (ada-previous-package, ada-create-menu)
5063 (ada-fill-comment-paragraph-justify)
5064 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5065 (ada-other-file-name, ada-last-which-function-line)
5066 (ada-last-which-function-subprog, ada-which-function)
5067 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5068 (ada-gen-treat-proc, ada-check-emacs-version)
5069 (ada-continuation-indent, ada-align-region-separate):
5070 Fix typos in docstrings.
5071 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5072
5073 2005-06-16 Lute Kamstra <lute@gnu.org>
5074
5075 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5076 conditionally.
5077
5078 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * comint.el (comint-replace-by-expanded-filename)
5081 (comint-prompt-regexp, comint-delimiter-argument-list)
5082 (comint-preinput-scroll-to-bottom):
5083 * info.el (Info-hide-cookies-node):
5084 * ls-lisp.el (ls-lisp-classify):
5085 * find-file.el (ff-search-directories, ff-special-constructs)
5086 (ff-find-other-file):
5087 * font-lock.el (font-lock-keywords):
5088 * shell.el (shell-prompt-pattern)
5089 (shell-dynamic-complete-functions, shell-mode)
5090 (shell-delimiter-argument-list):
5091 * term.el (term-replace-by-expanded-filename)
5092 (term-prompt-regexp, term-delimiter-argument-list):
5093 * woman.el (woman-ignore, woman0-if):
5094 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5095 * emacs-lisp/elint.el (elint-init-env):
5096 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5097 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5098 * language/ethio-util.el (ethio-tilde-escape)
5099 (ethio-use-three-dot-question):
5100 * net/zone-mode.el (zone-mode-load-time-setup):
5101 * progmodes/cc-align.el (c-lineup-argcont):
5102 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5103 * progmodes/cperl-mode.el (cperl-set-style-back):
5104 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5105 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5106 Fix spellings in docstrings.
5107
5108 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5109 * progmodes/modula2.el (m2-for): Fix spellings.
5110
5111 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5112
5113 * simple.el (undo-more): Don't use `format' on `error' arguments.
5114 Improve argument/docstring consistency.
5115 (pending-undo-list): Doc fix.
5116
5117 * smerge-mode.el (smerge-ensure-match):
5118 * emulation/vip.el (vip-ex):
5119 * net/zone-mode.el (zone-mode-update-serial):
5120 * progmodes/idlwave.el (idlwave-complete):
5121 * progmodes/vhdl-mode.el (vhdl-visit-file)
5122 (vhdl-compose-wire-components):
5123 Don't use `format' on `error' arguments.
5124
5125 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5126 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5127 (tooltip-help-tips): Fix typos in docstrings.
5128
5129 2005-06-16 David Ponce <david@dponce.com>
5130
5131 * tree-widget.el (tree-widget-value-create): Simplify last change.
5132
5133 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5134
5135 * ido.el (ido-incomplete-regexp): New variable.
5136 (ido-set-matches-1): Handle invalid-regexp error and set
5137 ido-incomplete-regexp.
5138 (ido-incomplete-regexp): New face.
5139 (ido-completions): Use it.
5140 (ido-complete, ido-exit-minibuffer, ido-completions):
5141 Handle incomplete regexps.
5142 (ido-completions): Add check for complete match when entering a regexp.
5143
5144 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5147
5148 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5149
5150 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5151 by field delimiters.
5152
5153 2005-06-15 David Ponce <david@dponce.com>
5154
5155 * tree-widget.el: eval-and-compile inlined functions so they will
5156 be available at run-time too.
5157 (tree-widget-super-format-handler)
5158 (tree-widget-format-handler): Remove.
5159 (tree-widget-value-create): Handle the :indent property.
5160
5161 2005-06-15 Miles Bader <miles@gnu.org>
5162
5163 * progmodes/which-func.el (which-func): Only inherit
5164 `font-lock-function-name-face' when that makes sense against the
5165 default mode-line face, otherwise set the face color explicitly.
5166
5167 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5168 faces instead of (non-existent) variables.
5169
5170 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5173 (iswitchb-get-matched-buffers): Likewise. Simplify.
5174
5175 2005-06-14 Miles Bader <miles@gnu.org>
5176
5177 * progmodes/ld-script.el (ld-script-location-counter):
5178 Remove "-face" suffix from face name.
5179 (ld-script-location-counter-face):
5180 New backward-compatibility alias for renamed face.
5181 (ld-script-location-counter-face): Use renamed face.
5182
5183 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5184 (cperl-hash): Remove "-face" suffix from face names.
5185 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5186 New backward-compatibility aliases for renamed faces.
5187 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5188 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5189
5190 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5191 name.
5192 (which-func-face): New backward-compatibility alias for renamed face.
5193 (which-func-format): Use renamed which-func face.
5194
5195 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5196 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5197 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5198 names.
5199 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5200 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5201 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5202 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5203 (vhdl-speedbar-architecture-selected)
5204 (vhdl-speedbar-configuration-selected)
5205 (vhdl-speedbar-package-selected)
5206 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5207 names.
5208 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5209 Use renamed faces.
5210 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5211 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5212 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5213 Use renamed faces.
5214 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5215 names.
5216 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5217 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5218 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5219 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5220 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5221 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5222
5223 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5224 face name.
5225 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5226 (sh-heredoc-face): Use renamed sh-heredoc face.
5227
5228 * progmodes/idlw-help.el (idlwave-help-link):
5229 Remove "-face" suffix from face name.
5230 (idlwave-help-link-face):
5231 New backward-compatibility alias for renamed face.
5232 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5233
5234 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5235 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5236 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5237 New backward-compatibility aliases for renamed faces.
5238 (idlwave-shell-disabled-breakpoint-face)
5239 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5240
5241 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5242 Remove "-face" suffix from face names.
5243 (flymake-errline-face, flymake-warnline-face):
5244 New backward-compatibility aliases for renamed faces.
5245 (flymake-highlight-line): Use renamed flymake faces.
5246
5247 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5248 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5249 (ebrowse-member-class, ebrowse-progress):
5250 Remove "-face" suffix from face names.
5251 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5252 (ebrowse-file-name-face, ebrowse-default-face)
5253 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5254 (ebrowse-progress-face):
5255 New backward-compatibility aliases for renamed faces.
5256 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5257 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5258 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5259 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5260
5261 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5262 antlr-syntax)
5263 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5264 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5265 names.
5266 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5267 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5268 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5269 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5270 backward-compatibility aliases for renamed faces.
5271 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5272 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5273 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5274 remove "font-lock-". Use renamed antlr-mode faces.
5275 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5276 literal face-names with face variable references.
5277
5278 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5279 face name.
5280 (Buffer-menu-buffer-face): New backward-compatibility alias for
5281 renamed face.
5282 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5283
5284 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5285
5286 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5287 Eliminate "-face" suffix.
5288 (makefile-targets): Inherit from font-lock-function-name-face and
5289 eliminate "-face" suffix.
5290 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5291 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5292 actions, instead of prepending, to make it less visible.
5293 (makefile-previous-dependency, makefile-match-dependency):
5294 Don't match a target on a continuation line.
5295
5296 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5297
5298 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5299
5300 * progmodes/gdb-ui.el (menu): Re-order menu items.
5301 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5302
5303 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5304 Define in tooltip.el.
5305 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5306 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5307 gud-tooltip-echo-area.
5308
5309 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5310 backward compatibility and make obsolete.
5311 (tooltip-help-tips): Use tooltip-use-echo-area.
5312 (tooltip-show-help-function): Rename to...
5313 (tooltip-show-help): ...this, because it is a function.
5314 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5315
5316 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5317
5318 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5319 (edebug-print-length, edebug-print-level, edebug-print-circle)
5320 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5321 (edebug-eval-print-last-sexp): Doc fixes.
5322
5323 2005-06-14 Kim F. Storm <storm@cua.dk>
5324
5325 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5326 as the coverage buffer/file/both may change.
5327
5328 2005-06-14 Lute Kamstra <lute@gnu.org>
5329
5330 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5331 and run-mode-hooks. Simplify.
5332
5333 * mail/rmailedit.el (rmail-edit-mode):
5334 * progmodes/octave-inf.el (inferior-octave-mode):
5335 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5336
5337 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5338 and run-mode-hooks.
5339 (recentf-edit-list, recentf-open-files): Don't call
5340 kill-all-local-variables directly.
5341
5342 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5343
5344 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5345
5346 * emacs-lisp/byte-run.el (make-obsolete)
5347 (define-obsolete-function-alias): Rename arguments FUNCTION and
5348 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5349 (make-obsolete-variable, define-obsolete-variable-alias):
5350 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5351 respectively.
5352
5353 * isearchb.el (isearchb-activate):
5354 * pcvs.el (cvs-mode):
5355 * ses.el (ses-load):
5356 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5357 * net/tramp.el (tramp-find-file-exists-command)
5358 (tramp-find-shell):
5359 * progmodes/ada-mode.el (ada-create-case-exception)
5360 (ada-create-case-exception-substring, ada-make-subprogram-body):
5361 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5362 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5363 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5364 * textmodes/org.el (org-promote, org-evaluate-time-range)
5365 (org-agenda-next-date-line, org-agenda-previous-date-line)
5366 (org-agenda-error, org-open-at-point, org-table-move-row)
5367 (org-format-table-table-html-using-table-generate-source)
5368 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5369 * textmodes/reftex.el (reftex-access-scan-info):
5370 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5371 (reftex-toc-promote-prepare): Follow error conventions.
5372
5373 * diff-mode.el (diff-mode): Fix typo in docstring.
5374
5375 * forms.el (forms--intuit-from-file): Fix reference to
5376 `forms-number-of-fields' in error message.
5377 (forms-print): Fix quoting in error message.
5378
5379 * forms.el (forms-mode):
5380 * emulation/vi.el (vi-goto-insert-state):
5381 * progmodes/flymake.el (flymake-new-err-info)
5382 (flymake-start-syntax-check-for-current-buffer)
5383 (flymake-simple-cleanup):
5384 * eshell/esh-var.el (eshell/export):
5385 * progmodes/gud.el (xdb):
5386 * textmodes/flyspell.el (flyspell-incorrect-hook)
5387 (flyspell-maybe-correct-transposition)
5388 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5389
5390 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5391
5392 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5393 minibuffer prompt.
5394
5395 2005-06-13 Kim F. Storm <storm@cua.dk>
5396
5397 * subr.el (add-to-ordered-list): New defun.
5398
5399 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5400 add cua--keymap-alist to emulation-mode-map-alists.
5401
5402 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * subr.el (complete-in-turn): New macro.
5405 (dynamic-completion-table, lazy-completion-table): Add debug info.
5406
5407 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5408 in preference to face aliases.
5409
5410 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5411 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5412 Remove unused vars `start' and `firstline'.
5413 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5414 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5415
5416 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5417
5418 * cus-start.el (all): Don't complain about missing GTK-related
5419 variables, unless either `gtk' is boundp or this isn't a
5420 `windows-nt' build.
5421
5422 2005-06-13 Lute Kamstra <lute@gnu.org>
5423
5424 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5425 run-mode-hooks.
5426
5427 * ediff-mult.el (ediff-meta-mode):
5428 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5429
5430 * ledit.el (ledit-mode): Use delay-mode-hooks.
5431
5432 * woman.el (woman-mode-line-format): Delete constant.
5433 (woman-mode-map): Initialize it properly.
5434 (woman-mode): Set mode-class property to special.
5435 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5436 Set major-mode and mode-name. Don't set mode-line-format directly.
5437 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5438
5439 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5440 string argument obsolete.
5441
5442 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5443
5444 * textmodes/org.el (org-CUA-compatible): New option.
5445 (org-disputed-keys): New variable.
5446 (org-key): New function.
5447 (orgtbl-make-binding): Add docstring to the created function.
5448 (org-mode): Set paragraph start/separate regexps.
5449 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5450 (org-archive-location, org-archive-mark-done)
5451 (org-archive-stamp-time): New options.
5452 (org-archive-subtree): New command.
5453 (org-fill-paragraph): New function.
5454 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5455 (org-fake-empty-table-line): Function removed.
5456 (org-format-org-table-html): Do not create empty table lines at
5457 separator lines. Improved table header treatment.
5458 (org-link-format): New option.
5459 (org-make-link): New function.
5460 (org-insert-link, org-store-link): Use org-make-link.
5461 (org-open-file): Quote file name for shell command, to allow
5462 spaces in file names.
5463 (org-link-regexp): Fix bug with mailto link.
5464 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5465 New constants.
5466 (org-export-as-html): Deal with the optional angles around a link.
5467 Better treatment of file: links.
5468 (org-open-at-point): Replace @{ and @} with < and >.
5469 (org-run-mode-hooks): Function removed.
5470 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5471
5472 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5473
5474 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5475 MI command -data-list-register-values.
5476 (gdb-post-prompt): Indent properly.
5477
5478 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5479
5480 * hilit-chg.el (highlight-changes-colors): Rename from
5481 `highlight-changes-colours'.
5482 (highlight-changes-colours): Keep as obsolete alias.
5483 (highlight-changes-face-list): Doc fix.
5484 (hilit-chg-make-list): Use `highlight-changes-colors'.
5485
5486 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5487
5488 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5489 defun-prompt-regexp.
5490
5491 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5492
5493 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5494 and cygwin.
5495
5496 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5497 Don't use an old loaddefs.el, as in Makefile.in.
5498
5499 2005-06-12 Lute Kamstra <lute@gnu.org>
5500
5501 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5502
5503 * man.el (Man-mode-map): Initialize it properly.
5504 (Man-mode): Set mode-class property to special.
5505
5506 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5507
5508 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5509
5510 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5511 A newline is needed in the docstring there.
5512
5513 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5514 Doc fixes.
5515
5516 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5517
5518 * printing.el: Doc fix. The menubar is no more changed when printing
5519 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5520 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5521 (pr-version): New version number (6.8.4).
5522 (pr-menu-bind): New command.
5523 (pr-update-menus): Docstring and code fix.
5524 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5525 Docstring fix.
5526 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5527 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5528
5529 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5530
5531 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5532 "Returns" to "return", document useful return values, etc.
5533
5534 2005-06-11 Alan Mackenzie <acm@muc.de>
5535
5536 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5537 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5538 (adaptive-file-function): Minor amendment to doc-string.
5539
5540 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5541
5542 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5543 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5544 Fix :type--it is `integer', not `string'.
5545
5546 * faces.el (modeline-highlight): Rename from (the erroneous)
5547 `modeline-higilight'.
5548
5549 2005-06-11 Lute Kamstra <lute@gnu.org>
5550
5551 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5552 lisp-interaction-mode-map but make it the parent.
5553 (edebug-eval-mode): Use define-derived-mode.
5554
5555 2005-06-11 Andreas Schwab <schwab@suse.de>
5556
5557 * bindings.el: Add binding of `ESC functionkey' for every
5558 `M-functionkey'.
5559 * hexl.el (hexl-mode-map): Likewise.
5560
5561 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5562
5563 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5564 [msft]: update regexp for newer msft compilers.
5565
5566 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5567
5568 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5569 ATTLIST portions of included DTDs.
5570 (xml-parse-dtd): Eliminate use of inefficient match-data.
5571
5572 2005-06-10 Miles Bader <miles@gnu.org>
5573
5574 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5575 (mpuz-text): Remove "-face" suffix from face names.
5576 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5577 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5578 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5579
5580 * play/gomoku.el (gomoku-O, gomoku-X):
5581 Remove "-face" suffix from face names.
5582 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5583 New backward-compatibility aliases for renamed faces.
5584 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5585
5586 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5587
5588 * thumbs.el: Fixes for changes of 2005-06-09.
5589 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5590 as a directory.
5591 (thumbs-thumbname): Remove directory separator from format string;
5592 `thumbs-thumbsdir' now returns a valid directory name.
5593 (thumbs-temp-dir): New defsubst.
5594 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5595 Use it.
5596
5597 * cus-edit.el (minibuffer):
5598 * files.el (make-backup-file-name-function):
5599 * filesets.el (filesets-external-viewers):
5600 * hilit-chg.el (highlight-changes-colours)
5601 (highlight-changes-face-list, highlight-changes-rotate-faces):
5602 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5603 * kmacro.el (kmacro-call-macro):
5604 * log-edit.el (log-edit-changelog-full-paragraphs):
5605 * mouse.el (mouse-1-click-follows-link):
5606 * skeleton.el (skeleton-autowrap):
5607 * subr.el (insert-for-yank-1):
5608 * tempo.el (tempo-insert-region):
5609 * terminal.el (terminal-emulator):
5610 * time.el (display-time-mail-face):
5611 * vc.el (vc-annotate):
5612 * vcursor.el (vcursor-copy-line):
5613 * woman.el (woman-bold-headings, woman-ignore)
5614 (woman-default-faces, woman-monochrome-faces):
5615 * calendar/todo-mode.el (todo-insert-threshold):
5616 * emulation/pc-select.el (pc-select-selection-keys-only)
5617 (pc-selection-mode):
5618 * emulation/vip.el (vip-find-char-forward):
5619 * emulation/viper-cmd.el (viper-find-char-forward):
5620 * international/mule-cmds.el
5621 (select-safe-coding-system-accept-default-p)
5622 (input-method-exit-on-invalid-key):
5623 * international/mule-diag.el (describe-coding-system):
5624 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5625 * net/browse-url.el (browse-url-xterm-program):
5626 * obsolete/lazy-lock.el (lazy-lock-mode):
5627 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5628 (cperl-mode):
5629 * progmodes/cpp.el (cpp-face-light-name-list)
5630 (cpp-face-dark-name-list):
5631 * progmodes/delphi.el (delphi-newline-always-indents):
5632 Fix spellings in docstrings.
5633
5634 * ido.el (ido-mode, ido-file-extensions-order)
5635 (ido-default-file-method, ido-default-buffer-method)
5636 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5637 (ido-decorations, ido-read-file-name-as-directory-commands)
5638 (ido-read-file-name-non-ido, ido-work-directory-list)
5639 (ido-ignore-item-temp-list, ido-current-directory)
5640 (ido-magic-forward-char, ido-enter-find-file)
5641 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5642 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5643
5644 2005-06-10 Lute Kamstra <lute@gnu.org>
5645
5646 * play/dunnet.el (dun-mode): Use define-derived-mode.
5647 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5648 obsolete alias.
5649
5650 * play/doctor.el (doctor-mode-map): Remove defvar.
5651 (doctor-mode): Use define-derived-mode.
5652
5653 * mail/mspools.el (mspools-mode):
5654 * net/eudc-hotlist.el (eudc-hotlist-mode):
5655 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5656
5657 2005-06-10 Miles Bader <miles@gnu.org>
5658
5659 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5660 Remove "-face" suffix from face names.
5661 (flyspell-incorrect-face, flyspell-duplicate-face):
5662 New backward-compatibility aliases for renamed faces.
5663 (flyspell-mode-on, make-flyspell-overlay)
5664 (flyspell-highlight-incorrect-region)
5665 (flyspell-highlight-duplicate-region)
5666 (flyspell-display-next-corrections)
5667 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5668
5669 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5670 from face name.
5671 (texinfo-heading-face): New backward-compatibility alias for
5672 renamed face.
5673 (texinfo-heading-face): Use renamed texinfo-heading face.
5674
5675 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5676 suffix from face names.
5677 (tex-math-face, tex-verbatim-face):
5678 New backward-compatibility aliases for renamed faces.
5679 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5680 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5681 literal face name.
5682
5683 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5684 name.
5685 (table-cell-face): New backward-compatibility alias for renamed face.
5686 (table--put-cell-face-property, table--update-cell-face):
5687 Use renamed table-cell face.
5688
5689 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5690 from face name.
5691 (sgml-namespace-face): New backward-compatibility alias for
5692 renamed face.
5693 (sgml-namespace-face): Use renamed sgml-namespace face.
5694
5695 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5696 (org-level-4, org-level-5, org-level-6, org-level-7)
5697 (org-level-8, org-warning, org-headline-done)
5698 (org-deadline-announce, org-scheduled-today)
5699 (org-scheduled-previously, org-link, org-done, org-table)
5700 (org-time-grid): Remove "-face" suffix from face names.
5701 (org-level-1-face, org-level-2-face, org-level-3-face)
5702 (org-level-4-face, org-level-5-face, org-level-6-face)
5703 (org-level-7-face, org-level-8-face, org-warning-face)
5704 (org-headline-done-face, org-deadline-announce-face)
5705 (org-scheduled-today-face, org-scheduled-previously-face)
5706 (org-link-face, org-done-face, org-table-face)
5707 (org-time-grid-face):
5708 New backward-compatibility aliases for renamed faces.
5709 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5710 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5711 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5712 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5713
5714 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5715 (viper-minibuffer-emacs, viper-minibuffer-insert)
5716 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5717 (viper-search-face, viper-replace-overlay-face)
5718 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5719 (viper-minibuffer-vi-face):
5720 New backward-compatibility aliases for renamed faces.
5721 (viper-search-face, viper-replace-overlay-face)
5722 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5723 (viper-minibuffer-vi-face): Use renamed viper faces.
5724
5725 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5726 Remove "-face" suffix from face names.
5727 (testcover-nohits-face, testcover-1value-face):
5728 New backward-compatibility aliases for renamed faces.
5729 (testcover-mark): Use renamed testcover faces.
5730
5731 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5732 face name.
5733 (diary-button-face): New backward-compatibility alias for renamed face.
5734 (diary-entry): Use renamed diary-button face.
5735
5736 * calendar/calendar.el (diary, calendar-today, holiday)
5737 (mark-visible-calendar-date): Remove "-face" suffix from face names.
5738 (diary-face, calendar-today-face, holiday-face):
5739 New backward-compatibility aliases for renamed faces.
5740 (eval-after-load "facemenu", diary-entry-marker)
5741 (calendar-today-marker, calendar-holiday-marker, diary-face):
5742 Use renamed calendar faces.
5743
5744 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5745 (compare-windows-face): New backward-compatibility alias for
5746 renamed face.
5747 (compare-windows-highlight): Use renamed compare-windows face.
5748
5749 * strokes.el (strokes-char): Remove "-face" suffix from face name.
5750 (strokes-char-face): New backward-compatibility alias for renamed face.
5751 (strokes-encode-buffer): Use renamed strokes-char face.
5752
5753 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5754 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5755 Remove "-face" suffix from face names.
5756 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5757 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5758 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5759 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5760 Use renamed pcvs faces.
5761 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5762 * pcvs-defs.el (cvs-mode-map): Likewise.
5763 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5764
5765 * info.el (info-title-1, info-title-2, info-title-3)
5766 (info-title-4): Remove "-face" suffix from and downcase face names.
5767 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5768 (Info-title-4-face):
5769 New backward-compatibility aliases for renamed faces.
5770 (Info-fontify-node): Use renamed info faces.
5771
5772 * hilit-chg.el (highlight-changes, highlight-changes-delete):
5773 Remove "-face" suffix from face names.
5774 (highlight-changes-face, highlight-changes-delete-face):
5775 New backward-compatibility aliases for renamed faces.
5776 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5777 (hilit-chg-make-list): Use renamed highlight-changes faces.
5778
5779 * generic-x.el (show-tabs-tab, show-tabs-space):
5780 Remove "-face" suffix from face names.
5781 (show-tabs-tab-face, show-tabs-space-face):
5782 New backward-compatibility aliases for renamed faces.
5783 (show-tabs-generic-mode-font-lock-defaults-1)
5784 (show-tabs-generic-mode-font-lock-defaults-2):
5785 Use renamed show-tabs faces.
5786
5787 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
5788 (smerge-markers): Remove "-face" suffix from face names.
5789 (smerge-mine-face, smerge-other-face, smerge-base-face)
5790 (smerge-markers-face):
5791 New backward-compatibility aliases for renamed faces.
5792 (smerge-mine-face, smerge-other-face, smerge-base-face)
5793 (smerge-markers-face): Use renamed smerge faces.
5794
5795 * log-view.el (log-view-file, log-view-message): Remove "-face"
5796 suffix from face names.
5797 (log-view-file-face, log-view-message-face): New
5798 backward-compatibility aliases for renamed faces.
5799 (log-view-file-face, log-view-message-face): Use renamed log-view
5800 faces.
5801
5802 * paren.el (show-paren-match, show-paren-mismatch):
5803 Remove "-face" suffix from face names.
5804 (show-paren-match-face, show-paren-mismatch-face):
5805 New backward-compatibility aliases for renamed faces.
5806 (show-paren-function): Use renamed show-paren faces.
5807
5808 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
5809 (ruler-mode-margins, ruler-mode-fringes)
5810 (ruler-mode-column-number, ruler-mode-fill-column)
5811 (ruler-mode-comment-column, ruler-mode-goal-column)
5812 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
5813 suffix from face names.
5814 (ruler-mode-default-face, ruler-mode-pad-face)
5815 (ruler-mode-margins-face, ruler-mode-fringes-face)
5816 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
5817 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
5818 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
5819 backward-compatibility aliases for renamed faces.
5820 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
5821 (ruler-mode-column-number, ruler-mode-fill-column)
5822 (ruler-mode-comment-column, ruler-mode-goal-column)
5823 (ruler-mode-tab-stop, ruler-mode-current-column)
5824 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
5825 faces.
5826
5827 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
5828 face name.
5829 (whitespace-highlight-the-space): Use renamed face.
5830 (whitespace-highlight-face): New backward-compatibility alias for
5831 renamed face.
5832
5833 * woman.el (woman-italic, woman-bold, woman-unknown)
5834 (woman-addition, woman-symbol-face):
5835 Remove "-face" suffix from face names.
5836 (woman-italic-face, woman-bold-face, woman-unknown-face)
5837 (woman-addition-face):
5838 New backward-compatibility aliases for renamed faces.
5839 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
5840 (woman-decode-region, woman-replace-match)
5841 (woman-display-extended-fonts, woman-special-characters)
5842 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
5843 Use renamed woman faces.
5844
5845 * longlines.el (longlines-visible-face): Face removed.
5846
5847 * diff-mode.el (diff-header, diff-file-header, diff-index)
5848 (diff-hunk-header, diff-removed, diff-added, diff-changed)
5849 (diff-function, diff-context, diff-nonexistent): Remove "-face"
5850 suffix from face names.
5851 (diff-header-face, diff-file-header-face, diff-index-face)
5852 (diff-hunk-header-face, diff-removed-face, diff-added-face)
5853 (diff-changed-face, diff-function-face, diff-context-face)
5854 (diff-nonexistent-face): New backward-compatibility aliases for
5855 renamed faces.
5856 (diff-header-face, diff-file-header-face)
5857 (diff-index, diff-index-face, diff-hunk-header)
5858 (diff-hunk-header-face, diff-removed, diff-removed-face)
5859 (diff-added, diff-added-face, diff-changed-face, diff-function)
5860 (diff-function-face, diff-context-face, diff-nonexistent)
5861 (diff-nonexistent-face): Use renamed diff-mode faces.
5862
5863 * progmodes/compile.el (compilation-warning-face)
5864 (compilation-info-face): Remove "-face" suffix from face names.
5865 (compilation-warning-face, compilation-info-face):
5866 New backward-compatibility aliases for renamed faces.
5867 (compilation-warning-face, compilation-info-face):
5868 Use renamed compilation faces.
5869
5870 * add-log.el (change-log-date, change-log-name)
5871 (change-log-email, change-log-file, change-log-list)
5872 (change-log-conditionals, change-log-function)
5873 (change-log-acknowledgement): Remove "-face" suffix from face names.
5874 (change-log-date-face, change-log-name-face)
5875 (change-log-email-face, change-log-file-face)
5876 (change-log-list-face, change-log-conditionals-face)
5877 (change-log-function-face, change-log-acknowledgement-face):
5878 New backward-compatibility aliases for renamed faces.
5879 (change-log-font-lock-keywords): Use renamed change-log faces.
5880
5881 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
5882 (custom-set, custom-changed, custom-saved, custom-button)
5883 (custom-button-pressed, custom-documentation, custom-state)
5884 (custom-comment, custom-comment-tag, custom-variable-tag)
5885 (custom-variable-button, custom-face-tag, custom-group-tag-1)
5886 (custom-group-tag): Remove "-face" suffix from face names.
5887 (custom-magic-alist, custom-magic-value-create)
5888 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
5889 (custom-invalid-face, custom-rogue-face, custom-modified-face)
5890 (custom-set-face, custom-changed-face, custom-saved-face)
5891 (custom-button-face, custom-button-pressed-face)
5892 (custom-documentation-face, custom-state-face)
5893 (custom-comment-face, custom-comment-tag-face)
5894 (custom-variable-tag-face, custom-variable-button-face)
5895 (custom-face-tag-face, custom-group-tag-face-1)
5896 (custom-group-tag-face):
5897 New backward-compatibility aliases for renamed faces.
5898
5899 * wid-edit.el (widget-documentation, widget-button)
5900 (widget-field, widget-single-line-field, widget-inactive)
5901 (widget-button-pressed): "-face" suffix removed from face names.
5902 (widget-documentation-face, widget-button-face)
5903 (widget-field-face, widget-single-line-field-face)
5904 (widget-inactive-face, widget-button-pressed-face):
5905 New backward-compatibility aliases for renamed faces.
5906 (widget-documentation-face, widget-button-face)
5907 (widget-button-pressed-face, widget-specify-field)
5908 (widget-specify-inactive): Use renamed widget faces.
5909
5910 2005-06-10 Kenichi Handa <handa@m17n.org>
5911
5912 * term/x-win.el (x-clipboard-yank): Remove condition-case
5913 wrapping.
5914
5915 2005-06-11 Kenichi Handa <handa@m17n.org>
5916
5917 * add-log.el (change-log-font-lock-keywords): Make the regexp for
5918 date lines stricter.
5919
5920 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
5921
5922 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
5923 of x-get-selection.
5924
5925 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5926
5927 * comint.el (comint-mode, comint-snapshot-last-prompt):
5928 * frame.el (frame-current-scroll-bars):
5929 * term.el (term-mode, term-check-proc, term-input-sender)
5930 (term-simple-send, term-extract-string, term-word)
5931 (term-match-partial-filename):
5932 * window.el (window-current-scroll-bars):
5933 * emulation/cua-base.el (cua-normal-cursor-color)
5934 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
5935 (cua-global-mark-cursor-color):
5936 * mail/undigest.el (rmail-forward-separator-regex):
5937 Fix typos in docstrings.
5938
5939 * comint.el (comint-check-proc, make-comint-in-buffer)
5940 (comint-source-default): Doc fixes.
5941
5942 * term.el (term-send-string): Improve argument/docstring
5943 consistency.
5944
5945 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
5946
5947 * comint.el (comint-send-input): Bind `inhibit-read-only' around
5948 call to `delete-region'.
5949 (comint-mode-hook): Do not enable Font Lock by default.
5950
5951 2005-06-09 Lute Kamstra <lute@gnu.org>
5952
5953 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
5954 could be void.
5955
5956 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * emacs-lisp/debug.el (debugger-will-be-back): New var.
5959 (debug): Use it.
5960 (debugger-step-through, debugger-continue, debugger-jump)
5961 (debugger-return-value): Set it when needed.
5962 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
5963 Use inhibit-read-only.
5964
5965 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
5966
5967 * window.el (shrink-window-if-larger-than-buffer)
5968 (window-size-fixed): Fix typo in docstring.
5969
5970 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
5971 thumbnails directory on loading.
5972 (thumbs-conversion-program): Use `eq' to check the system type,
5973 not `equal'.
5974 (thumbs-temp-dir): Initialize to `temporary-file-directory',
5975 not "/tmp". Fix docstring.
5976 (thumbs-thumbsdir): New function to return the thumbnails
5977 directory, creating it if needed.
5978 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
5979 (thumbs-temp-file): Delete variable and make it into a function.
5980 (thumbs-resize-image, thumbs-modify-image): Use it.
5981 (thumbs-kill-buffer): Simplify.
5982 (thumbs-gensym): Defalias or duplicate CL `gensym'.
5983 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
5984 docstrings.
5985
5986 2005-06-09 Kim F. Storm <storm@cua.dk>
5987
5988 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
5989 set-match-data to free markers in match-data.
5990
5991 * replace.el (replace-match-data): Pass RESEAT arg `t' to
5992 match-data to unchain markers in match-data.
5993
5994 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
5997 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
5998 unnecessary now.
5999
6000 2005-06-08 Richard M. Stallman <rms@gnu.org>
6001
6002 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6003 give the variable a doc string that doesn't say don't set it directly.
6004
6005 * textmodes/ispell.el (ispell-check-version):
6006 Use match-string-no-properties.
6007 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6008 (ispell-buffer-local-words): Likewise.
6009
6010 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6011 except on terminals with enough colors to really display it.
6012 (makefile-dependency-regex): Delete spurious `bb'.
6013
6014 * faces.el (escape-glyph): Use blue once again in last case.
6015 (no-break-space): Redefine so that it isn't invisible on a tty.
6016
6017 2005-06-08 Kim F. Storm <storm@cua.dk>
6018
6019 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6020 also when reading directory name.
6021
6022 2005-06-08 Lute Kamstra <lute@gnu.org>
6023
6024 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6025 (flyspell-mode-line-string): Remove autoload cookie.
6026 (flyspell-mode): Remove defvar.
6027
6028 2005-06-07 Lute Kamstra <lute@gnu.org>
6029
6030 * textmodes/org.el (org-run-mode-hooks): New function.
6031 (org-agenda-mode): Use it.
6032
6033 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6034
6035 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6036
6037 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6038
6039 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6040
6041 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6042
6043 * font-lock.el (font-lock-add-keywords): Doc fix.
6044
6045 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6048 (tex-compile-default): In the absence of any history, use the order in
6049 tex-compile-alist to choose the preferred command.
6050 (tex-compile-commands): Reorder a bit.
6051
6052 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6053 (flyspell-incorrect-face, flyspell-duplicate-face):
6054 Use (X)Emacs-agnostic code.
6055 (flyspell-mode-map): Don't overwrite at each load. Remove code
6056 redundant with the subsequent add-minor-mode. Merge Emacs and
6057 XEmacs code.
6058 (flyspell-word): Minor simplification.
6059 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6060 (flyspell-external-point-words): Remove unused vars `size' and
6061 `start'.
6062 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
6063 the corresponding Emacs code.
6064 (flyspell-correct-word, flyspell-xemacs-popup): Use
6065 flyspell-do-correct.
6066
6067 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6068 a dedicated window.
6069
6070 * international/latexenc.el (latexenc-find-file-coding-system):
6071 Undo part of last patch, to turn off a compiler warning.
6072
6073 2005-06-06 Juri Linkov <juri@jurta.org>
6074
6075 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6076 Rename `tmm-inactive-face' to `tmm-inactive'.
6077
6078 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6079
6080 * iswitchb.el: Rename faces.
6081
6082 2005-06-06 Kim F. Storm <storm@cua.dk>
6083
6084 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6085 (cua-global-mark): Remove -face suffix from face names.
6086
6087 * emulation/cua-gmrk.el (cua--init-global-mark):
6088 Remove cua-global-mark face setup.
6089
6090 2005-06-06 Richard M. Stallman <rms@gnu.org>
6091
6092 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6093 just like other allowed characters.
6094 (makefile-match-dependency): Exclude leading and training whitespace
6095 from the range of regexp subexp 1.
6096 (makefile-macroassign-regex): Don't try to match the body,
6097 just the name of the macro being defined.
6098
6099 * info.el (Info-read-node-name-2): New function.
6100 (Info-read-node-name-1): Use that.
6101 Add a completion-base-size-function property.
6102
6103 * simple.el (completion-setup-function): Look for
6104 completion-base-size-function property of
6105 minibuffer-completion-table.
6106
6107 * files.el (locate-file-completion): Doc fix.
6108
6109 * printing.el: Don't call pr-update-menus; user must do that.
6110
6111 * emacs-lisp/debug.el (debugger-window): New variable.
6112 (debug): Use debugger-window if it is set and still alive.
6113 Record debugger-window for next entry.
6114
6115 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6116
6117 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6118
6119 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6120 (hack-one-local-variable, hack-local-variables)
6121 (hack-local-variables-prop-line): Pass that arg.
6122
6123 2005-06-06 Kim F. Storm <storm@cua.dk>
6124
6125 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6126 (ido-indicator): Remove -face suffix from face names.
6127
6128 2005-06-06 Juri Linkov <juri@jurta.org>
6129
6130 * font-lock.el (font-lock-regexp-backslash)
6131 (font-lock-regexp-backslash-construct): New faces.
6132 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6133 after `('. Add `while-no-input' to control structures.
6134
6135 * faces.el (no-break-space, shadow): New faces.
6136 (escape-glyph): Use less loud colors pink2 and red4.
6137
6138 * diff-mode.el (diff-context-face)
6139 * dired.el (dired-ignored)
6140 * rfn-eshadow.el (file-name-shadow)
6141 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6142
6143 * info.el (Info-title-1-face): Use green instead of yellow because
6144 bold yellow is not readable on light backgrounds.
6145
6146 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6147 before selecting the desired mode to not spend time fontifying
6148 old contents.
6149
6150 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6153 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6154
6155 * ps-print.el (ps-default-fg, ps-default-bg):
6156 Fix typos in docstrings.
6157
6158 * isearchb.el (isearchb): Don't pass a spurious second argument to
6159 `iswitchb-completions'.
6160
6161 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6162
6163 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6164 to preserve point.
6165 (gdb-find-file-hook): Add doc string.
6166
6167 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6168 C dereferenced pointer expression.
6169 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6170
6171 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6172
6173 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6174 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6175 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6176 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6177 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6178 Make background transparent.
6179
6180 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6181
6182 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6183 (font-lock-remove-keywords): Doc fix.
6184 (font-lock-mode-major-mode): Compiler defvar.
6185 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6186
6187 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6188 (font-lock-mode): Update `font-lock-mode-major-mode'.
6189 (font-lock-set-defaults): Compiler defvar.
6190 (font-lock-default-function): Take `font-lock-mode-major-mode'
6191 into account.
6192
6193 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6194 keep track of which major mode it enabled the minor mode for.
6195 Use find-file-hook again. Update docstring.
6196
6197 * simple.el (eval-expression-print-level)
6198 (eval-expression-print-length, eval-expression-debug-on-error):
6199 Doc fixes.
6200
6201 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6202
6203 * iswitchb.el (iswitchb-single-match-face)
6204 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6205 (iswitchb-invalid-regexp-face): New faces.
6206 (iswitchb-completions): Use them.
6207 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6208 now marked as an obsolete alias.
6209 (iswitchb-read-buffer): Remove check for bound font variables.
6210 (iswitchb-invalid-regexp): New free variable.
6211 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6212 set iswitchb-invalid-regexp.
6213 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6214 invalid regexps.
6215 (iswitchb-completions): Add check for complete match when entering
6216 a regexp.
6217 (iswitchb-completions): Remove require-match argument.
6218 (iswitchb-exhibit): Fix caller.
6219 (iswitchb-common-match-inserted): New variable.
6220 (iswitchb-complete, iswitchb-completion-help): Use it.
6221
6222 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6223
6224 * url-http.el (url-http-chunked-encoding-after-change-function):
6225 Use `url-http-debug' instead of `message'.
6226
6227 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6228
6229 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6230 callback argument.
6231
6232 2005-06-04 Kim F. Storm <storm@cua.dk>
6233
6234 * simple.el (line-move): Only call sit-for when moving backwards.
6235
6236 * ido.el (ido-make-merged-file-list-1): New defun split from
6237 ido-make-merged-file-list.
6238 (ido-make-merged-file-list): Bind throw-on-input around call to
6239 ido-make-merged-file-list-1. Return input-pending-p if
6240 interrupted by more input available.
6241 (ido-read-internal): Handle input-pending-p return value from
6242 ido-make-merged-file-list.
6243
6244 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6247 compatibility code.
6248
6249 * international/latexenc.el (latexenc-find-file-coding-system):
6250 Don't inherit the EOL part of the coding-system from the
6251 tex-main buffer. Fit within 80 columns.
6252
6253 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6254
6255 * tmm.el (tmm-inactive-face): New face.
6256 (tmm-remove-inactive-mouse-face): New function.
6257 (tmm-prompt, tmm-add-one-shortcut)
6258 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6259 but not selectable.
6260
6261 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6262
6263 * faces.el (face-equal): Improve argument/docstring consistency.
6264
6265 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6266
6267 * progmodes/make-mode.el (makefile-targets-face)
6268 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6269 (makefile-bsdmake-dependency-regex)
6270 (makefile-makepp-rule-action-regex)
6271 (makefile-bsdmake-rule-action-regex): New constants.
6272 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6273
6274 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6275 Allow (...) within `...' for makepp messages.
6276
6277 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6278
6279 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6280
6281 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6282 "." files are deleted from all file lists before comparison.
6283
6284 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6285 (viper-ESC-key): Made them customizable.
6286
6287 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6288
6289 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * autorevert.el (auto-revert-buffers): Use save-match-data.
6292
6293 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6296 menu items with a nil command binding.
6297
6298 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6299
6300 * emacs-lisp/cl-macs.el (defsetf):
6301 Improve argument/docstring consistency.
6302
6303 * faces.el (list-faces-display): Improve the formatting by
6304 computing the maximum length required for any face-name (reworked
6305 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6306 (internal-find-face): Remove redundant info in docstring.
6307
6308 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6309
6310 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6311 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6312 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6313 (gdb-assembler-custom): Improve regexps.
6314 (def-gdb-auto-update-handler): Use window point to preserve point.
6315
6316 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6319
6320 2005-05-31 Jay Belanger <belanger@truman.edu>
6321
6322 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6323 to calc-embedded.
6324 (calc-embedded-make-info): Have plain prefix argument select
6325 entire line.
6326
6327 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6328
6329 * faces.el (list-faces-display): Signal error if passed a regexp
6330 that matches no face name.
6331
6332 * simple.el (filter-buffer-substring): Fix typo in docstring.
6333
6334 2005-05-31 Richard M. Stallman <rms@gnu.org>
6335
6336 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6337 (vhdl-emacs-21): Doc fix.
6338 (vhdl-mode): Unconditionally set comment-padding.
6339 (vhdl-fixup-whitespace-region): Insert spaces only where
6340 there are none.
6341 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6342
6343 2005-05-30 John Wiegley <johnw@newartisans.com>
6344
6345 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6346 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6347 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6348 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6349 `string-to-number'.
6350
6351 2005-05-30 Jay Belanger <belanger@truman.edu>
6352
6353 * calc/calc.el (calc-bug-address): Fix docstring.
6354 (calc-window-hook, calc-trail-window-hook): New variables.
6355 (calc-trail-display): Restore use of calc-trail-window-hook.
6356 (calc): Restore use of calc-window-hook.
6357
6358 2005-05-31 Masatake YAMATO <jet@gyve.org>
6359
6360 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6361
6362 * help-fns.el (help-C-file-name): Add autoload mark for
6363 `find-function-noselect'.
6364
6365 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6368 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6369
6370 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6371
6372 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6373 included diary buffer if it was not already being visited.
6374 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6375
6376 * calendar/icalendar.el (top-level): Do not require 'appt.
6377
6378 * mail/supercite.el (sc-select-attribution): Only use a list
6379 element from sc-attrib-selection-list if it returns a string.
6380 Reported by Davide G. M. Salvetti <salve@debian.org>.
6381
6382 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6383
6384 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6385 includes a hash value to improve its uniqueness, and has a ".jpg"
6386 extension. Also, it is now a valid filename on all systems.
6387 (thumbs-make-thumb): Use `let', not `let*'.
6388 (thumbs-show-thumbs-list): Check for JPEG availability.
6389
6390 2005-05-30 Richard M. Stallman <rms@gnu.org>
6391
6392 * filesets.el (filesets-menu-ensure-use-cached):
6393 Prevent warning when emacs-version>= is undefined.
6394
6395 * printing.el (pr-interactive-n-up): Use string-to-number.
6396
6397 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6398
6399 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6400 Warn only when name to be defined is quoted.
6401
6402 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6403
6404 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6405 Make regexp more robust.
6406 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6407 Force regeneration of disassembly.
6408
6409 2005-05-29 Jay Belanger <belanger@truman.edu>
6410
6411 * calc/calc.el (calc-user-invocation): Check if
6412 calc-invocation-macro is non-nil.
6413
6414 2005-05-29 Juri Linkov <juri@jurta.org>
6415
6416 * add-log.el (change-log-font-lock-keywords):
6417 Add `+' to e-mail regexp to accept mail address with keywords.
6418
6419 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6420
6421 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6422
6423 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6424
6425 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6426
6427 2005-05-29 Richard M. Stallman <rms@gnu.org>
6428
6429 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6430 Undo the change that moves to end of the current word.
6431
6432 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6433
6434 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6435 Throw error when count <= 0 to ensure input is a number.
6436 (gdb-read-memory-custom): Pick up address from buffer.
6437 (gdb-memory-mode): Allow user to increment and decrement
6438 memory address from header line.
6439
6440 2005-05-29 Richard M. Stallman <rms@gnu.org>
6441
6442 * flyspell.el (flyspell-version): Function deleted.
6443 (flyspell-auto-correct-previous-hook): Doc fix.
6444
6445 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6446 Do nothing if memory is full.
6447
6448 * font-lock.el (font-lock-fontify-syntactically-region):
6449 Pass t for GREEDY to looking-back.
6450
6451 * saveplace.el (save-place-alist-to-file): Write the file
6452 using write-region.
6453
6454 * subr.el (looking-back): New argument GREEDY.
6455
6456 * progmodes/compile.el (compilation-start): Set the mode
6457 before inserting the initial text.
6458
6459 * progmodes/which-func.el (which-func-update-1): Turn the mode
6460 off in case of error by setting which-func-mode.
6461
6462 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6463
6464 * flyspell.el (flyspell-auto-correct-previous-word):
6465 Narrow down to what's on the screen, and recenter overlays
6466 at the end of the next word.
6467
6468 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6469
6470 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6471 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6472 (flyspell-abbrev-p): Default to nil.
6473 (flyspell-use-global-abbrev-table-p): Doc fix.
6474 (flyspell-large-region): Allow nil as value.
6475 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6476
6477 (mail-mode-flyspell-verify): More robust handling
6478 of `mail-header-separator'. More efficient signature detection.
6479 Allow for regexp metacharacters in message-header-separator.
6480 Adding `To' not to be checked in mail-mode-flyspell-verify.
6481
6482 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6483 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6484 Bind flyspell-auto-correct-binding.
6485 Bind C-. and C-, .
6486 (flyspell-mode-map): Likewise.
6487 (flyspell-mode): Doc fix.
6488 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6489 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6490 (flyspell-word-cache-result): New var, always local.
6491 (flyspell-check-pre-word-p): Doc fix.
6492 (flyspell-check-changed-word-p): Handle spc like newline.
6493 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6494 (flyspell-word-search-backward, flyspell-word-search-forward):
6495 New functions.
6496 (flyspell-word): Return t if nothing to check.
6497 When parsing TeX code, check for after } or \.
6498 Use flyspell-word-search-backward to find previous word.
6499 Return nil if duplicated word.
6500 For word already checked, return same value as last time.
6501 Set flyspell-word-cache-result after checking.
6502 Don't clobber the return value.
6503 (flyspell-get-word): Major rewrite.
6504 (flyspell-external-point-words): New locals pword, pcount.
6505 Fix size used in progress message.
6506 Find the proper corresponding word in flyspell-large-region-buffer.
6507 (flyspell-region): Check for flyspell-large-region = nil.
6508 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6509 (flyspell-auto-correct-word): Check that WORD is a cons.
6510 (flyspell-correct-word): Likewise.
6511
6512 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6513
6514 * progmodes/make-mode.el (makefile-rule-action-regex)
6515 (makefile-macroassign-regex, makefile-makepp-mode)
6516 (makefile-bsdmake-mode): Continuation lines may be empty.
6517 Reported by Joshua Varner.
6518 (makefile-makepp-font-lock-keywords): Add $(stem).
6519
6520 2005-05-28 Karl Berry <karl@gnu.org>
6521
6522 * textmodes/tex-mode.el: Now that tex-send-command calls
6523 shell-quote-argument (2005-03-31 change), remove all calls to
6524 shell-quote-argument; they all end up invoking tex-send-command.
6525 The double quoting loses on filenames with non-safe characters,
6526 such as "@". Reported by Frederik Fouvry.
6527
6528 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6529
6530 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6531 about preserving point.
6532
6533 2005-05-27 Jay Belanger <belanger@truman.edu>
6534
6535 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6536 Info-goto-node.
6537
6538 * calc/calc-embed.el (calc-embed-arg): New variable.
6539 (calc-do-embedded-activate, calc-embedded-activate-formula)
6540 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6541 variable by new variable.
6542 (calc-embedded-make-info): Replace undeclared variable by new
6543 variable. When selecting region with positive prefix
6544 argument, use end of previous line instead of beginning of line.
6545
6546 * calc/calc-aent.el (calc-arg-values): Declare it.
6547
6548 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6549 Declare them.
6550
6551 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6552
6553 * calc/calc.el (calc-alg-map): Declare it.
6554
6555 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6556
6557 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6558
6559 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6560 (gdb-registers-buffer, toggle-gdb-all-registers):
6561 Toggle display of floating point registers.
6562 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6563
6564 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6565 (toggle-gud-tooltip-dereference):
6566 Rename from gud-toggle-tooltip-dereference.
6567
6568 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6571
6572 2005-05-27 Jay Belanger <belanger@truman.edu>
6573
6574 * calc/calc-prog.el (calc-kbd-report): Remove.
6575 (calc-kbd-query): Rewrite.
6576
6577 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6578
6579 * image.el (image-library-alist): Move to image.c.
6580 (image-type-available-p): Doc fix.
6581
6582 2005-05-27 Lute Kamstra <lute@gnu.org>
6583
6584 * calc/calc.el (calc):
6585 * outline.el (outline-1, outline-2, outline-3, outline-4)
6586 (outline-5, outline-6, outline-7, outline-8):
6587 * textmodes/dns-mode.el (dns-mode):
6588 * textmodes/sgml-mode.el (sgml-namespace-face):
6589 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6590 (tex-verbatim-face, tex-use-reftex):
6591 * textmodes/texinfo.el (texinfo-heading-face):
6592 Specify customization group.
6593
6594 * longlines.el: Don't require easy-mmode.
6595 (longlines-visible-face): Specify customization group.
6596
6597 2005-05-27 Kenichi Handa <handa@m17n.org>
6598
6599 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6600 encoding table of windows-1251.
6601
6602 * international/ucs-tables.el (ucs-set-table-for-input):
6603 If translation-table-for-input of a coding system is a symbol, get
6604 its translation-table property.
6605
6606 * international/code-pages.el: Don't register a coding system into
6607 non-iso-charset-alist more than once.
6608 (cp-make-coding-system): Likewise.
6609
6610 2005-05-26 John Wiegley <johnw@newartisans.com>
6611
6612 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6613 `eshell-resume-eval' is wrapped in a list, it indicates that the
6614 command was run asynchronously. In that case, unwrap the value
6615 before checking the delimiter value.
6616
6617 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6618 character before a space at the end of a line is \, assume the space
6619 is part of the last argument rather than a final argument separator.
6620
6621 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6622 is in use, and the target is `t' or `nil' (which are the most common
6623 values), don't assume that the symbol target is a buffer.
6624
6625 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6626
6627 * calendar/calendar.el (calendar-mode-line-format):
6628 Use mode-line-highlight as mouse-face.
6629
6630 * time.el (display-time-string-forms, display-time-update):
6631 Use mode-line-highlight as mouse-face.
6632
6633 2005-05-26 Jay Belanger <belanger@truman.edu>
6634
6635 * calc/calc.el (calc-language-alist): Remove extra defvar.
6636
6637 2005-05-26 Lute Kamstra <lute@gnu.org>
6638
6639 * arc-mode.el (archive-mode):
6640 * bookmark.el (bookmark-read-annotation-mode)
6641 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6642 * bs.el (bs-mode):
6643 * calc/calc-yank.el (calc-edit-mode):
6644 * calc/calc.el (calc-mode, calc-trail-mode):
6645 * calculator.el (calculator-mode):
6646 * chistory.el (command-history-mode):
6647 * comint.el:
6648 * cus-edit.el (custom-mode):
6649 * descr-text.el (describe-text-mode):
6650 * ebuff-menu.el (Electric-buffer-menu-mode):
6651 * ediff-util.el (ediff-mode):
6652 * emacs-lisp/re-builder.el (reb-mode):
6653 * emulation/vi.el (vi-mode-setup):
6654 * emulation/ws-mode.el (wordstar-mode):
6655 * eshell/esh-mode.el (eshell-mode):
6656 * forms.el (forms-mode):
6657 * help-mode.el (help-mode):
6658 * hexl.el (hexl-mode):
6659 * ibuffer.el (ibuffer-mode):
6660 * ielm.el (inferior-emacs-lisp-mode):
6661 * info.el (Info-mode, Info-edit-mode):
6662 * international/swedish.el:
6663 * ledit.el (ledit-from-lisp-mode):
6664 * locate.el (locate-mode):
6665 * mail/rmail.el (rmail-mode):
6666 * mail/rmailedit.el (rmail-edit-mode):
6667 * mail/rmailsum.el (rmail-summary-mode):
6668 * mail/supercite.el (sc-electric-mode):
6669 * net/eudc.el (eudc-mode):
6670 * net/quickurl.el (quickurl-list-mode):
6671 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6672 * obsolete/ooutline.el (outline-mode):
6673 * obsolete/options.el (Edit-options-mode):
6674 * obsolete/rnews.el (news-mode):
6675 * obsolete/rnewspost.el (news-reply-mode):
6676 * play/5x5.el (5x5-mode):
6677 * play/decipher.el (decipher-mode, decipher-stats-mode):
6678 * play/gomoku.el (gomoku-mode):
6679 * play/snake.el (snake-mode):
6680 * play/solitaire.el (solitaire-mode):
6681 * play/tetris.el (tetris-mode):
6682 * progmodes/ada-mode.el (ada-mode):
6683 * progmodes/antlr-mode.el (antlr-mode):
6684 * progmodes/autoconf.el (autoconf-mode):
6685 * progmodes/dcl-mode.el (dcl-mode):
6686 * progmodes/delphi.el (delphi-mode):
6687 * progmodes/ebrowse.el (ebrowse-tree-mode)
6688 (ebrowse-electric-list-mode, ebrowse-member-mode)
6689 (ebrowse-electric-position-mode):
6690 * progmodes/f90.el (f90-mode):
6691 * progmodes/fortran.el (fortran-mode):
6692 * progmodes/icon.el (icon-mode):
6693 * progmodes/idlw-help.el (idlwave-help-mode):
6694 * progmodes/idlw-shell.el (idlwave-shell-mode):
6695 * progmodes/idlwave.el (idlwave-mode):
6696 * progmodes/inf-lisp.el (inferior-lisp-mode):
6697 * progmodes/m4-mode.el (m4-mode):
6698 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6699 * progmodes/modula2.el (modula-2-mode):
6700 * progmodes/octave-inf.el (inferior-octave-mode):
6701 * progmodes/octave-mod.el (octave-mode):
6702 * progmodes/pascal.el (pascal-mode):
6703 * progmodes/sh-script.el (sh-mode):
6704 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6705 * progmodes/vhdl-mode.el (vhdl-mode):
6706 * progmodes/xscheme.el (scheme-interaction-mode):
6707 * replace.el (occur-mode):
6708 * ses.el (ses-mode):
6709 * simple.el (completion-list-mode):
6710 * skeleton.el:
6711 * speedbar.el (speedbar-mode):
6712 * term.el (term-mode):
6713 * terminal.el (terminal-edit-mode):
6714 * textmodes/reftex-index.el (reftex-index-mode)
6715 (reftex-index-phrases-mode):
6716 * textmodes/reftex-sel.el (reftex-select-label-mode)
6717 (reftex-select-bib-mode):
6718 * textmodes/reftex-toc.el (reftex-toc-mode):
6719 * wdired.el (wdired-change-to-wdired-mode):
6720 * wid-browse.el (widget-browse-mode):
6721 Use run-mode-hooks.
6722
6723 * array.el (array-mode):
6724 * calendar/todo-mode.el (todo-mode):
6725 * man.el (Man-mode):
6726 * play/landmark.el (lm-mode):
6727 * play/mpuz.el (mpuz-mode):
6728 Use kill-all-local-variables and run-mode-hooks.
6729
6730 * subr.el (delay-mode-hooks): Specify indentation.
6731
6732 2005-05-26 Mark A. Hershberger <mah@everybody.org>
6733
6734 * xml.el (xml-substitute-special): Don't die for undefined xml
6735 entities.
6736
6737 2005-05-26 Jay Belanger <belanger@truman.edu>
6738
6739 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6740 of nil.
6741
6742 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6743
6744 * progmodes/gdb-ui.el (gdb-frame-address):
6745 Rename from gdb-current-address.
6746 (gdb-previous-frame-address): Rename from gdb-previous-address.
6747 (gdb-selected-frame): Rename from gdb-current-frame.
6748 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6749 (gdb-frame-number): Rename from gdb-current-stack-level.
6750 (gdb-ann3): Match new mode-name for disassembly buffer.
6751 Extend initialization of variables.
6752 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6753 (gdb-memory-mode): Use mouse-face in header line.
6754 (gdb-assembler-buffer-name): Call it disassembly and give frame
6755 in mode line.
6756 (gdb-source-spec-regexp, gdb-assembler-custom)
6757 (gdb-invalidate-assembler, gdb-frame-handler):
6758 Make robust to leading zeroes in address format.
6759
6760 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
6761
6762 * textmodes/org.el (org-mode): Use `define-derived-mode' to
6763 define `org-mode'.
6764 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6765
6766 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * log-edit.el (log-edit-changelog-entries): Distinguish between
6769 filenames like xfns.c and fns.c.
6770
6771 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
6772
6773 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6774 point after reverting.
6775 (Buffer-menu-make-sort-button): Handle the case where
6776 `Buffer-menu-use-header-line' is nil.
6777
6778 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6779
6780 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6781 New funcs. In minibuffer-local-completion-map bind `]', `/'
6782 and `:' to them.
6783
6784 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * startup.el (normal-top-level): Allow modification of load-path while
6787 we're iterating over it.
6788
6789 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
6790
6791 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
6792 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
6793 (thumbs-resize-interactive, thumbs-insert-image)
6794 (thumbs-insert-thumb, thumbs-dired-show-marked)
6795 (thumbs-find-image-at-point, thumbs-delete-images)
6796 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
6797 (thumbs-increment-image-size, thumbs-decrement-image-size):
6798 Fix typos in docstrings.
6799
6800 2005-05-24 Andre Spiegel <spiegel@gnu.org>
6801
6802 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
6803 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
6804 (cperl-mode): Use them.
6805
6806 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
6807
6808 * window.el (quit-window, shrink-window-if-larger-than-buffer):
6809 Doc fixes.
6810
6811 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6812
6813 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
6814 Bind C-d to gdb-inferior-io-eof.
6815
6816 * dired.el (dired-dnd-popup-notice): Use message-box.
6817
6818 2005-05-23 Masatake YAMATO <jet@gyve.org>
6819
6820 * bindings.el (mode-line-major-mode-keymap):
6821 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
6822
6823 * faces.el (mode-line-highlight): New face.
6824
6825 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
6826 as mouse-face.
6827
6828 * bindings.el (top-level, help-echo, mode-line-modified)
6829 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
6830 as mouse-face.
6831
6832 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
6833
6834 * progmodes/cc-engine.el (c-guess-basic-syntax):
6835 Remove spurious call to `zerop'.
6836
6837 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
6838
6839 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
6840
6841 CC Mode update to 5.30.10:
6842
6843 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
6844 could go past the limit in decoration level 2, thereby causing
6845 errors during interactive fontification.
6846
6847 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
6848 the file is evaluated interactively.
6849
6850 * cc-engine.el (c-guess-basic-syntax): Handle operator
6851 declarations somewhat better in C++.
6852
6853 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
6854 make use of `run-mode-hooks' which has been added in Emacs 21.1.
6855 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6856 (awk-mode): Use it.
6857 (make-local-hook): Suppress warning about obsoleteness.
6858
6859 * cc-engine.el, cc-align.el, cc-cmds.el
6860 (c-append-backslashes-forward, c-delete-backslashes-forward)
6861 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
6862 Compensate for return value from `forward-line' when it has moved
6863 but not to a different line due to eob.
6864
6865 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
6866 `objc-method-intro' and `objc-method-args-cont'.
6867
6868 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
6869
6870 CC Mode update to 5.30.10:
6871
6872 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
6873 in the copyright statement. Incidentally, change "along with GNU
6874 Emacs" to "along with this program" where it occurs.
6875
6876 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
6877 so that it is interactive, hence can be found by M-x awk-mode
6878 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
6879 <gmorris+emacs@ast.cam.ac.uk>.
6880
6881 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
6882 Mode's regexps.
6883
6884 2005-05-23 Kevin Ryde <user42@zip.com.au>
6885
6886 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
6887 c-parse-state, to avoid a lisp error (on bad code).
6888
6889 2005-05-23 Lute Kamstra <lute@gnu.org>
6890
6891 * subr.el (font-lock-defaults): Remove defvar as it's already
6892 defined in font-core.el.
6893
6894 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
6895
6896 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
6897
6898 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
6899 more general and work when GDB variable "print pretty" is on,
6900 as with Emacs, for example.
6901
6902 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
6903
6904 * font-core.el: Update comment.
6905
6906 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6907 Use `after-change-major-mode-hook' instead of `find-file-hook'.
6908
6909 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
6910
6911 2005-05-22 Eli Zaretskii <eliz@gnu.org>
6912
6913 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
6914 and `yank-handler' in the doc strings.
6915
6916 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
6919
6920 2005-05-22 Richard M. Stallman <rms@gnu.org>
6921
6922 * help.el (describe-key): Move print-help-return-message call
6923 out of conditional.
6924
6925 * progmodes/etags.el (list-tags): Use with-no-warnings.
6926
6927 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
6928 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
6929 (starttls-extra-args, starttls-extra-arguments): Add defvars.
6930
6931 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
6932
6933 * language/viet-util.el (viet-viscii-nonascii-translation-table):
6934 Add defvar.
6935
6936 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
6937 Use defvar, not defconst.
6938
6939 * hexl.el (hexl-follow-line): Use with-no-warnings.
6940
6941 * emulation/tpu-extras.el: Use write-file-functions instead of
6942 write-file-hooks.
6943
6944 * dired.el (dired-font-lock-keywords): Fontify files with junk
6945 extensions even if marked by -F.
6946
6947 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
6948
6949 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
6950 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
6951 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
6952 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
6953 (concatenate, list-length, get*, getf, cl-remprop):
6954 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
6955 (etypecase, progv, lexical-let, lexical-let*)
6956 (multiple-value-bind, multiple-value-setq, shiftf):
6957 Improve argument/docstring consistency.
6958
6959 * subr.el (focus-frame, unfocus-frame):
6960 Revert deletion on 2005-05-01.
6961
6962 2005-05-22 Andre Spiegel <spiegel@gnu.org>
6963
6964 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
6965 doesn't exist.
6966
6967 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
6968 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
6969
6970 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
6971
6972 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
6973 already deleted variables: auto-fill-hook, blink-paren-hook,
6974 lisp-indent-hook, inhibit-local-variables, unread-command-event,
6975 suspend-hooks, comment-indent-hook, meta-flag,
6976 before-change-function, after-change-function,
6977 font-lock-doc-string-face.
6978
6979 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6980
6981 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6982
6983 2005-05-21 Eli Zaretskii <eliz@gnu.org>
6984
6985 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
6986 rmail-dont-reply-to.
6987
6988 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6989
6990 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
6991 literal blank when splitting new-header-values.
6992
6993 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
6994
6995 * calendar/cal-menu.el (cal-menu-update): Add separator as a
6996 string so that tmm doesn't create a completion entry for it.
6997
6998 * textmodes/table.el (table-disable-menu): Ditto.
6999
7000 2005-05-21 Richard M. Stallman <rms@gnu.org>
7001
7002 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7003
7004 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7005
7006 * net/rcompile.el (remote-compile): Use compilation-start.
7007
7008 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7009
7010 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7011
7012 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7013 Default to makefile-bsdmake-mode on BSD systems.
7014
7015 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7016 REGEXP may also be a search function now. The part of doc-string
7017 for describing the structure was 95% identical to that of
7018 `imenu--generic-function'. Unify it there.
7019
7020 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7021 Use function to find dependencies, because regexp alone is so complex,
7022 it easily goes into an endless loop.
7023 (makefile-makepp-mode): Also add submenu for Perl functions
7024 defined in the makefile.
7025 (makefile-bsdmake-mode): Special imenu-generic-expression no
7026 longer needed, due to function call.
7027 (makefile-match-dependency): Take BOUND into account when checking
7028 if we're through.
7029
7030 2005-05-20 Jay Belanger <belanger@truman.edu>
7031
7032 * calc/calc-units.el (calc-invalidate-units-table):
7033 Use inhibit-read-only.
7034 (math-build-units-table-buffer): Use view-mode.
7035
7036 2005-05-20 David Kastrup <dak@gnu.org>
7037
7038 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7039 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7040
7041 2005-05-20 Lute Kamstra <lute@gnu.org>
7042
7043 * diff-mode.el (diff-header-face, diff-file-header-face)
7044 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7045 (diff-added-face, diff-changed-face, diff-function-face)
7046 (diff-context-face, diff-nonexistent-face): Put them in the
7047 diff-mode customization group.
7048
7049 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7052
7053 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7054
7055 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7056 Minor regexp-optimization.
7057
7058 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7059
7060 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7061 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7062 (org-agenda-add-time-grid-maybe): New function.
7063 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7064 (org-table-create): `dotimes' instead of `mapcar'.
7065 (org-xor): Simplify implementation.
7066 (org-agenda): `inhibit-redisplay' turned on.
7067 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7068 a consistent line after a state change.
7069 (org-agenda-remove-times-when-in-prefix): New option.
7070 (org-prefix-has-time): New variable.
7071 (org-parse-time-string): Optional argument NODEFAULT.
7072 (org-format-agenda-item): Parse items for time-of-day
7073 specifications and move these into the prefix if possible.
7074 (org-agenda-priority): Get current heading, not previous heading
7075 during agenda remote editing.
7076
7077 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7080 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7081 (remove-duplicates, delete-duplicates, substitute)
7082 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7083 (nsubstitute-if-not, find, find-if, find-if-not, position)
7084 (position-if, position-if-not, count, count-if, count-if-not)
7085 (mismatch, search, sort*, stable-sort, merge, member*)
7086 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7087 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7088 (intersection, nintersection, set-difference, nset-difference)
7089 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7090 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7091 (nsublis, tree-equal): Improve argument/docstring consistency.
7092
7093 * subr.el (send-string, send-region):
7094 Remove obsolescence declaration.
7095 (window-dot, set-window-dot, read-input, show-buffer)
7096 (eval-current-buffer, string-to-int):
7097 Add release number to obsolescence declarations.
7098
7099 2005-05-19 Kim F. Storm <storm@cua.dk>
7100
7101 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7102 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7103
7104 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7105
7106 * faces.el (list-faces-display): Make back button respect optional
7107 regexp arg.
7108
7109 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7110
7111 * calculator.el (calculator-radix-grouping-mode)
7112 (calculator-radix-grouping-digits, calculator-displayer)
7113 (calculator-radix-grouping-separator, calculator-copy-displayer):
7114 * dabbrev.el (dabbrev-search-these-buffers-only):
7115 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7116 (diff-advance-after-apply-hunk, diff-mode-hook)
7117 (diff-minor-mode-prefix):
7118 * imenu.el (imenu-use-popup-menu):
7119 * jit-lock.el (jit-lock-context-time):
7120 * newcomment.el (comment-fill-column, comment-column)
7121 (comment-style, comment-padding, comment-multi-line)
7122 (comment-empty-lines, comment-auto-fill-only-comments):
7123 * reveal.el (reveal-around-mark):
7124 * uniquify.el (uniquify-buffer-name-style)
7125 (uniquify-after-kill-buffer-p)
7126 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7127 (uniquify-min-dir-content, uniquify-separator)
7128 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7129 * w32-vars.el (w32-fixed-font-alist):
7130 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7131 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7132 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7133 * progmodes/perl-mode.el (perl-indent-level)
7134 (perl-continued-statement-offset, perl-continued-brace-offset)
7135 (perl-brace-offset, perl-brace-imaginary-offset)
7136 (perl-label-offset, perl-indent-continued-arguments)
7137 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7138 * progmodes/tcl.el (tcl-indent-level)
7139 (tcl-continued-indent-level, tcl-auto-newline)
7140 (tcl-tab-always-indent, tcl-electric-hash-style)
7141 (tcl-help-directory-list, tcl-use-smart-word-finder)
7142 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7143 (inferior-tcl-source-command):
7144 * textmodes/fill.el (enable-kinsoku):
7145 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7146 * textmodes/table.el (table-yank-handler):
7147 Specify missing group (and type, if simple) in defcustom.
7148
7149 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7150
7151 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7152
7153 2005-05-19 Richard M. Stallman <rms@gnu.org>
7154
7155 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7156
7157 * subr.el (event-basic-type): Don't get an error.
7158 (left-fringe-p): Function deleted.
7159
7160 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7161 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7162
7163 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7164 in recursive copy.
7165
7166 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7167
7168 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7169
7170 * emacs-lisp/bytecomp.el
7171 (byte-compile-file-form-custom-declare-variable): Call
7172 byte-compile-nogroup-warn if appropriate.
7173
7174 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7175 (compilation-set-window): Don't call left-fringe-p; do it directly.
7176
7177 2005-05-19 Jay Belanger <belanger@truman.edu>
7178
7179 * calc/calc-graph.el (calc-graph-format-data): Make sure
7180 var-PlotRejects is bound before trying to check its value.
7181
7182 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7183
7184 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7185 definition of this variable from reftex-global.el to reftex.el,
7186 because it is needed in the menu.
7187
7188 2005-05-19 Lute Kamstra <lute@gnu.org>
7189
7190 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7191 years are fixed. Don't insert a space after a dash.
7192
7193 2005-05-19 Kim F. Storm <storm@cua.dk>
7194
7195 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7196
7197 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7198
7199 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7200 strings, because (eq ... ?\\) is fairly frequent.
7201
7202 * progmodes/make-mode.el (makefile-add-this-line-targets):
7203 Simplify and integrate into `makefile-pickup-targets'.
7204 (makefile-add-this-line-macro): Simplify and integrate into
7205 `makefile-pickup-macros.
7206 (makefile-pickup-filenames-as-targets): Simplify.
7207 (makefile-previous-dependency, makefile-match-dependency):
7208 Don't stumble over `::'.
7209
7210 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7211
7212 * subr.el (post-command-idle-hook, post-command-idle-delay):
7213 Remove obsoletion of post-command-idle-hook and
7214 post-command-idle-delay.
7215
7216 * faces.el (list-faces-display): Provide button when describe-face
7217 is called to take user back to the list of faces.
7218
7219 * help-fns.el (describe-variable): Remove hyperlinks in a
7220 variable's value as these are quite frequently inappropriate.
7221
7222 * follow.el (follow-submit-feedback, follow-mode):
7223 Remove references to post-command-idle-hook.
7224
7225 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7226
7227 * progmodes/make-mode.el (makefile-previous-dependency)
7228 (makefile-match-dependency): Check for := (and in bsd mode also
7229 !=) to give a better result, even when font-lock is not on.
7230
7231 2005-05-18 Jay Belanger <belanger@truman.edu>
7232
7233 * calc/calc-help.el (calc-s-prefix-help):
7234 Add `calc-copy-special-constant' to help string.
7235
7236 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7237
7238 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7239
7240 2005-05-18 Jay Belanger <belanger@truman.edu>
7241
7242 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7243 in linear factors are in proper order.
7244
7245 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7246
7247 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7248 Support for jurabib.
7249
7250 * textmodes/reftex.el (featurep): Define aliases for overlay
7251 commands, for XEmacs compatibility, and use these aliases in
7252 overlay initializations.
7253 (reftex-highlight): Use `reftex-move-overlay'.
7254 (reftex-unhighlight): Use `reftex-delete-overlay'.
7255 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7256 (reftex-access-search-path): Use `reftex-uniquify' instead of
7257 `reftex-uniq'
7258
7259 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7260 `before-string' property modification enables for Emacs as well.
7261 (reftex-select-item): Use `reftex-delete-overlay'.
7262 (reftex-select-mark): Use `reftex-make-overlay' and
7263 `reftex-overlay-put'.
7264 (reftex-select-unmark): Use `reftex-delete-overlay' and
7265 `reftex-overlay-put'.
7266
7267 2005-05-18 Lute Kamstra <lute@gnu.org>
7268
7269 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7270
7271 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7272
7273 * add-log.el (add-change-log-entry):
7274 * array.el (array-make-template, array-reconfigure-rows)
7275 (array-init-max-row, array-init-max-column)
7276 (array-init-columns-per-line, array-init-field-width):
7277 * replace.el (replace-match-maybe-edit, perform-replace):
7278 * textmodes/spell.el (spell-region):
7279 Replace `read-input' by `read-string'.
7280
7281 * forms.el (forms-mode):
7282 * finder.el (finder-compile-keywords):
7283 * shadowfile.el (shadow-read-files):
7284 Replace `eval-current-buffer' by `eval-buffer'.
7285
7286 * terminal.el (te-pass-through):
7287 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7288 (ange-ftp-raw-send-cmd):
7289 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7290 (send-process-next-char, telnet-initial-filter, telnet):
7291 Replace `send-string' by `process-send-string'.
7292
7293 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7294 (prolog-consult-region): Replace `send-string' by
7295 `process-send-string'; replace `send-region' by `process-send-region'.
7296
7297 * progmodes/delphi.el (delphi-log-msg):
7298 Replace `set-window-dot' by `set-window-point'.
7299
7300 * subr.el (window-dot, set-window-dot, read-input, send-string)
7301 (send-region, show-buffer, eval-current-buffer):
7302 Make really obsolete, as the comment says.
7303
7304 2005-05-17 Kim F. Storm <storm@cua.dk>
7305
7306 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7307 (cua--init-keymaps): Bind C-return instead of S-return to set
7308 rectangle mark.
7309
7310 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7311 instead of S-return to toggle/clear rectangle mark.
7312
7313 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7314
7315 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7316 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7317 Also fontify plain strings assigned to variables, mostly so that a
7318 colon has a face and is thus not taken as a dependency separator.
7319 (makefile-previous-dependency): Inline the new matcher, because it
7320 is too complex to work in both directions.
7321 (makefile-match-dependency): Eliminate `backward' arg (see above).
7322 Completely reimplemented so as to not sometimes go into an endless
7323 loop. It should also be more efficient, because first it only
7324 searches for `:', instead of applying the very complex regexp.
7325 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7326 to be fontified in one piece can be too long for JIT.
7327 Makefiles are never *that* big.
7328
7329 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7330
7331 * dired.el (dired-mode): Simplify.
7332
7333 2005-05-17 Lute Kamstra <lute@gnu.org>
7334
7335 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7336 defcustom for the mode hook variable.
7337
7338 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7339 Emacs Lisp Reference Manual.
7340
7341 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7342
7343 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7344 (evenp, list*):
7345 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7346 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7347
7348 * net/tramp-smb.el (tramp-smb-open-connection):
7349 Pass `tramp-chunksize' as fifth (required) argument.
7350
7351 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7352
7353 * font-lock.el (lisp-font-lock-keywords-1):
7354 Set `font-lock-negation-char-face' for [^...] char group.
7355 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7356
7357 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7358 a var, and refine it to mask one more level of nested vars.
7359 (makefile-rule-action-regex): Turn it into a var, and refine it so
7360 it recognizes backslashed continuation lines as belonging to the
7361 same command.
7362 (makefile-macroassign-regex): Refine it so it recognizes
7363 backslashed continuation lines as belonging to the same command.
7364 (makefile-var-use-regex): Don't look at the next char, because it
7365 might be the same one to be skipped by the initial [^$], leading
7366 to an overlooked variable use.
7367 (makefile-make-font-lock-keywords): Remove two parameters, which
7368 are now variables that some of the modes set locally.
7369 Handle dependency and rule action matching through functions, because
7370 regexps alone match too often. Dependency matching now comes
7371 last, so it can check, whether a colon already matched something else.
7372 (makefile-mode): Inform that font-lock improves makefile parsing
7373 capabilities.
7374 (makefile-match-dependency, makefile-match-action): New functions.
7375
7376 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7377
7378 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7379
7380 * align.el (align-regexp):
7381 * ansi-color.el (ansi-color-get-face):
7382 * array.el (array-reconfigure-rows, array-init-max-row)
7383 (array-init-max-column, array-init-columns-per-line)
7384 (array-init-field-width):
7385 * dired-aux.el (dired-trample-file-versions):
7386 * dired-x.el (dired-mark-sexp):
7387 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7388 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7389 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7390 * faces.el (face-read-integer):
7391 * files.el (backup-extract-version, insert-directory):
7392 * hexl.el (hexl-insert-decimal-char):
7393 * server.el (server-process-filter):
7394 * shell.el (shell-extract-num):
7395 * startup.el (command-line-1):
7396 * term.el (term-command-hook):
7397 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7398 (time-stamp-do-number):
7399 * time.el (display-time-update):
7400 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7401 (timezone-fix-time):
7402 * vms-patch.el (vms-suspend-resume-hook):
7403 * calendar/appt.el (appt-convert-time):
7404 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7405 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7406 * calendar/cal-islam.el (mark-islamic-diary-entries):
7407 * calendar/calendar.el (calendar-cursor-to-date)
7408 (calendar-star-date):
7409 * calendar/diary-lib.el (diary-attrtype-convert)
7410 (mark-diary-entries, diary-entry-time):
7411 * calendar/solar.el (solar-get-number):
7412 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7413 * emacs-lisp/re-builder.el (reb-display-subexp):
7414 * emulation/edt.el (edt-set-scroll-margins):
7415 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7416 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7417 (vip-get-ex-count):
7418 * emulation/viper-ex.el (viper-get-ex-token)
7419 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7420 * international/fontset.el (fontset-plain-name):
7421 * mail/feedmail.el (feedmail-look-at-queue-directory):
7422 * mail/mailalias.el (mail-get-names):
7423 * mail/rmail.el (rmail-convert-to-babyl-format):
7424 * mail/rmailsum.el (rmail-make-basic-summary-line)
7425 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7426 (rmail-summary-goto-msg):
7427 * mail/smtpmail.el (smtpmail-read-response):
7428 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7429 (ange-ftp-vms-add-file-entry):
7430 * play/gametree.el (gametree-looking-at-ply)
7431 (gametree-current-branch-score):
7432 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7433 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7434 * progmodes/cperl-mode.el (condition-case):
7435 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7436 (ebrowse-set-member-buffer-column-width)
7437 (ebrowse-select-1st-to-9nth):
7438 * progmodes/etags.el (etags-snarf-tag):
7439 * progmodes/flymake.el (flymake-parse-line):
7440 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7441 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7442 (idlwave-shell-menu-def):
7443 * progmodes/ps-mode.el (ps-run-goto-error):
7444 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7445 (vhdl-speedbar-contract-level):
7446 * term/mac-win.el (x-handle-numeric-switch):
7447 * term/sun-mouse.el (sun-get-frame-data):
7448 * term/w32-win.el (x-handle-numeric-switch):
7449 * term/x-win.el (x-handle-numeric-switch):
7450 * textmodes/ispell.el (ispell-parse-output):
7451 * textmodes/nroff-mode.el (nroff-outline-level):
7452 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7453 (reftex-bib-sort-year-reverse, reftex-format-citation):
7454 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7455 (reftex-section-number):
7456 * textmodes/texinfmt.el (texinfo-paragraphindent):
7457 Replace `string-to-int' by `string-to-number'.
7458
7459 * international/latexenc.el: Add page marker to force the "Local
7460 Variables:" string out of the last page.
7461
7462 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7463
7464 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7465 tooltip-change-major-mode.
7466 (gud-tooltip-print-command): Remove case where gud-minor-mode
7467 is gdb ("--fullname").
7468 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7469 explain to user.
7470
7471 2005-05-16 Jay Belanger <belanger@truman.edu>
7472
7473 * calc/calc-store.el (calc-copy-special-constant): New function.
7474
7475 * calc/calc-ext.el (calc-init-extensions): Add binding for
7476 `calc-copy-special-constant'.
7477
7478 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7479 for the `calc-copy-special-constant' command.
7480
7481 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7482
7483 * subr.el (left-fringe-p): New function.
7484
7485 * progmodes/compile.el (compilation-setup): Set local value of
7486 overlay-arrow-string to "" always.
7487 (compilation-set-window): Left fringe then don't scroll.
7488 No left fringe then no arrow and scroll message to top.
7489 (compilation-context-lines): Adjust doc string accordingly.
7490
7491 2005-05-16 Kim F. Storm <storm@cua.dk>
7492
7493 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7494 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7495 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7496 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7497 (ido-read-file-name): Handle commands with ido property value
7498 equal to find-file as reading a file name, to allow C-d to enter dired.
7499 (ibuffer-find-file): Add ido property with value find-file.
7500
7501 2005-05-15 Kim F. Storm <storm@cua.dk>
7502
7503 * subr.el (open-network-stream-nowait): Remove.
7504 (open-network-stream-server): Remove.
7505
7506 2005-05-15 Richard M. Stallman <rms@gnu.org>
7507
7508 * faces.el (describe-face): Output a definition link button.
7509
7510 * help-mode.el (help-face-def): New button type.
7511
7512 * emacs-lisp/copyright.el (copyright-fix-years):
7513 Match properly if the first year is 2-digit.
7514 Don't mess up the whitespace after the years by filling.
7515
7516 * dired-aux.el (dired-mark-confirm):
7517 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7518
7519 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7520 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7521 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7522
7523 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7524 Set font-lock-comment-start-skip.
7525
7526 * font-lock.el (font-lock-comment-start-skip): New variable.
7527 (font-lock-comment-end-skip): New variable.
7528 (font-lock-fontify-syntactically-region): Use them if non-nil.
7529
7530 2005-05-15 Jay Belanger <belanger@truman.edu>
7531
7532 * calc/calc-store.el (calc-store-value): Return a string rather
7533 than display it as a message.
7534 Use calc-var-name for variable name.
7535 (calc-store-into): Add the result of calc-store-value to message.
7536 (calc-copy-variable): Add a message.
7537 (calc-store-exchange): Improve error messages.
7538 (calc-store-binary, calc-store-map): Don't reset the values of
7539 special constants.
7540
7541 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7542
7543 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7544 manual to docstring.
7545
7546 * files.el (hack-local-variables-confirm): Add STRING argument.
7547 Make the function handle non file visiting buffers correctly.
7548 (hack-local-variables-prop-line, hack-local-variables)
7549 (hack-one-local-variable): Use STRING arg of
7550 `hack-local-variables-confirm'.
7551
7552 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7553
7554 Sync with Tramp 2.0.49.
7555
7556 * net/tramp.el (tramp-handle-dired-call-process)
7557 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7558 because the contents of the Tramp buffer is changed before
7559 insertion (`expand-file' and alike).
7560 (tramp-handle-insert-directory): If `localname' has an empty
7561 nondirectory name, it must not be quoted.
7562 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7563 variable `tramp-chunksize'. Change callees.
7564 (tramp-open-connection-setup-interactive-shell): Check remote host
7565 for buggy `send-process-string' implementation.
7566 Set `tramp-chunksize' if found. Reported by Michael Kifer
7567 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7568 (tramp-handle-shell-command): `insert-buffer' cannot be used
7569 because the contents of the Tramp buffer is changed before
7570 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7571 <frederic.bothamy@free.fr>.
7572 (tramp-set-auto-save): Actions should be done for Tramp file name
7573 handler only. Ange-FTP has its own auto-save mechanism.
7574 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7575 (tramp-set-auto-save-file-modes): Set file modes of
7576 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7577 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7578 (tramp-bug): Remove obsolete variable.
7579 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7580 for presence of `mml-mode'. Make it running for older Emacsen as well.
7581
7582 2005-05-14 John Paul Wallington <jpw@pobox.com>
7583
7584 * ibuf-ext.el (define-ibuffer-filter filename):
7585 If `dired-directory' is a list, use its car.
7586
7587 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7588
7589 * ibuffer.el (define-ibuffer-column filename):
7590 If `dired-directory' is a list, use its car.
7591
7592 2005-05-14 Richard M. Stallman <rms@gnu.org>
7593
7594 * subr.el (symbol-file): Doc fix.
7595
7596 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7597 (byte-compile-form): Call byte-compile-nogroup-warn.
7598 (byte-compile-warning-types): Doc fix.
7599
7600 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7601
7602 * progmodes/cc-engine.el (c-literal-faces):
7603 Add font-lock-comment-delimiter-face.
7604
7605 * net/net-utils.el (dig): Use with-no-warnings.
7606
7607 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7608 (sc-recite-frame-alist, sc-default-cite-frame)
7609 (sc-default-uncite-frame, sc-default-recite-frame)
7610 (sc-attrib-selection-list, sc-rewrite-header-list):
7611 Mark as risky-local-variable.
7612
7613 * international/ogonek.el (ogonek-jak, ogonek-how):
7614 Don't use beginning-of-buffer.
7615
7616 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7617
7618 * calendar/solar.el (solar-data-list): Move definition up.
7619
7620 * dnd.el (dnd-protocol-alist): Add autoload.
7621
7622 * progmodes/sh-script.el: Many doc usage fixes.
7623 (sh-indent-after-do): Change default to match common styles.
7624
7625 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7626
7627 * files.el (interpreter-mode-alist)
7628 (auto-mode-interpreter-regexp): Doc fixes.
7629
7630 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7631
7632 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7633
7634 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7635
7636 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7637
7638 * dired.el (dired-mode): make-variable-buffer-local =>
7639 make-local-variable.
7640
7641 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7642
7643 * term/mac-win.el (mac-select-convert-to-string): Try coding
7644 systems in mac-script-code-coding-systems if specified one cannot
7645 encode string for `com.apple.traditional-mac-plain-text'.
7646
7647 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7648
7649 * progmodes/make-mode.el (makefile-targets-face)
7650 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7651 (makefile-dependency-regex): Fix it to not make the colon in
7652 $(var:a=b) special.
7653 (makefile-rule-action-regex): New regexp for highlighting embedded
7654 Shell strings.
7655 (makefile-macroassign-regex): Handle != for highlighting as
7656 embedded Shell strings.
7657 (makefile-var-use-regex): New const.
7658 (makefile-statements, makefile-automake-statements)
7659 (makefile-gmake-statements, makefile-makepp-statements)
7660 (makefile-bsdmake-statements): New consts.
7661 (makefile-make-font-lock-keywords): New function.
7662 (makefile-automake-font-lock-keywords)
7663 (makefile-gmake-font-lock-keywords)
7664 (makefile-makepp-font-lock-keywords)
7665 (makefile-bsdmake-font-lock-keywords): New consts.
7666 (makefile-mode-map): Add switchers between the various submodes.
7667 (makefile-mode): Document the availability of the variants.
7668 (makefile-automake-mode, makefile-gmake-mode)
7669 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7670
7671 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7672 new variants of makefile-mode.
7673
7674 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7677 the inheritance.
7678
7679 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7682 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7683
7684 * files.el (normal-mode): Extend the scope of the
7685 `enable-local-variables' binding to include the `set-auto-mode' call.
7686 (magic-mode-alist): Doc fix.
7687
7688 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7691 font-lock-comment-face rather than copying its setting.
7692
7693 2005-05-12 Andreas Schwab <schwab@suse.de>
7694
7695 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7696
7697 2005-05-12 Lute Kamstra <lute@gnu.org>
7698
7699 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7700 defcustom for the mode hook variable. Delete the last argument.
7701 * generic-x.el: Fix callers of define-generic-mode.
7702 (generic-x-modes): Delete group.
7703 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7704 generic-x customization group.
7705
7706 2005-05-12 Kim F. Storm <storm@cua.dk>
7707
7708 * font-lock.el (font-lock-negation-char-face): Default to "off".
7709
7710 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7711 font-lock-negation-char-face to ! in !=.
7712
7713 2005-05-12 Masatake YAMATO <jet@gyve.org>
7714
7715 * add-log.el (find-change-log): Fix typos in the docstring
7716 of function.
7717
7718 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7719
7720 * international/latexenc.el (latexenc-find-file-coding-system):
7721 Avoid `re-search-forward' when looking for input encoding because
7722 of speed and safety. Better regular expressions for recognizing
7723 input encoding. Limit a search for TeX-master/tex-main-file to
7724 the local variable section.
7725
7726 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
7727
7728 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7729 syntax of $ to "'" (quote).
7730
7731 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7732
7733 * dnd.el (dnd-protocol-alist): Improve custom type.
7734
7735 * dired.el (dired-dnd-protocol-alist): New variable.
7736 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
7737 `dired-mode-hook' to the end.
7738
7739 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7742 comment-end if comment-start-skip is not set.
7743 Obey the font-lock-comment-delimiter-face variables.
7744
7745 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * files.el (executable-find): Move from executable.el. Use
7748 locate-file.
7749 * progmodes/executable.el (executable-find): Move to files.el.
7750
7751 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7752 when trying to ensure forward progress.
7753
7754 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
7755
7756 * mouse-sel.el (mouse-sel-follow-link-p): New function.
7757 (mouse-select, mouse-select-internal, mouse-extend-internal):
7758 Use it to implement mouse-1-click-follows-link functionality.
7759
7760 2005-05-11 Richard M. Stallman <rms@gnu.org>
7761
7762 * font-lock.el (font-lock-fontify-syntactically-region):
7763 Use font-lock-comment-delimiter-face for comment delimiters.
7764
7765 2005-05-10 Jay Belanger <belanger@truman.edu>
7766
7767 * calc/calc-help.el (calc-m-prefix-help): Add mention of
7768 preserving embedded modes.
7769
7770 2005-05-10 Richard M. Stallman <rms@gnu.org>
7771
7772 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7773
7774 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7775 Move from ada-stmt.el.
7776 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7777
7778 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7779 Move to ada-mode.el.
7780 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7781
7782 * cus-edit.el (custom-file): Call file-chase-links.
7783
7784 * files.el (read-directory-name): Fix previous change.
7785 (hack-local-variables-confirm): New function.
7786 (hack-local-variables-prop-line, hack-local-variables)
7787 (hack-one-local-variable): Use it.
7788
7789 2005-05-10 Lute Kamstra <lute@gnu.org>
7790
7791 * font-lock.el (font-lock-keywords-alist)
7792 (font-lock-removed-keywords-alist): Clarify docstrings.
7793
7794 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
7795
7796 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
7797 (gdb-source-info): Check for preprocessor info.
7798 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
7799 a macro for a function.
7800 (gdb-info-breakpoints-custom): Try to find file again if not already
7801 found (user might have used GDB dir command).
7802 (gdb-get-location): Update gdb-location-alist correctly for change
7803 to gdb-info-breakpoints-custom.
7804
7805 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
7806 (gud-tooltip-print-command): Add gdbmi case.
7807 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
7808 preprocessor info.
7809
7810 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7811
7812 * startup.el (fancy-splash-insert): Fix typo in doc string.
7813
7814 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7815
7816 * obsolete/float.el (string-to-float):
7817 * obsolete/hilit19.el (hilit-add-pattern):
7818 * obsolete/rnews.el (news-parse-range, news-select-message)
7819 (news-get-pruned-list-of-files): Replace `string-to-int' by
7820 `string-to-number'.
7821
7822 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
7823 `find-file-not-found-hooks'; use `add-hook'.
7824 (uncompress-while-visiting): Set `write-file-functions', not
7825 `write-file-hooks'; use `add-hook'.
7826
7827 2005-05-09 Kim F. Storm <storm@cua.dk>
7828
7829 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
7830 (cua-paste): Handle clipboard action.
7831 (cua--init-keymaps): Remap clipboard-kill-region and
7832 clipboard-kill-ring-save.
7833
7834 2005-05-08 Eli Zaretskii <eliz@gnu.org>
7835
7836 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7837 Improve commentary.
7838
7839 * simple.el (next-error-overlay-arrow-position): Revert the change
7840 made on 2005-04-30.
7841
7842 2005-05-07 Jay Belanger <belanger@truman.edu>
7843
7844 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
7845 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
7846 `calc-sel-reselect'.
7847
7848 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
7849 Calc is in embedded mode.
7850
7851 2005-05-07 Eli Zaretskii <eliz@gnu.org>
7852
7853 * progmodes/compile.el (compilation-setup):
7854 Set overlay-arrow-string to an empty string on text terminals.
7855
7856 * textmodes/ispell.el (ispell-program-name): Try looking for
7857 "aspell" along exec-path, and if found, use it as the default
7858 speller program.
7859
7860 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
7861
7862 * international/mule.el (sgml-xml-auto-coding-function):
7863 Recognize encoding='FOO' in single quotes as well as in double quotes.
7864
7865 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7866
7867 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
7868 as well as `interactive', so that defmacro* would recognize
7869 `declare' forms.
7870
7871 2005-05-07 Eli Zaretskii <eliz@gnu.org>
7872
7873 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7874 Explain more about the LIGHTER arg's usage in the doc string.
7875 Add commentary to clarify what the code does. Fix the regexp that
7876 strips whitespace from LIGHTER. Quote LIGHTER before using it,
7877 since it could have characters special to regular expressions.
7878
7879 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
7880
7881 * replace.el (occur-1): Bind inhibit-read-only so that
7882 erase-buffer doesn't barf on read-only text properties (likewise
7883 for add-text-properties in occur-engine). Mark buffer as unmodified.
7884 (occur-engine): Don't set buffer-read-only here.
7885
7886 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
7889 list-buffers-directory. This caused the *cvs-commit* buffer to be
7890 sometimes mistakenly reused as a *cvs* buffer.
7891
7892 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
7893
7894 * tooltip.el: Move code for GUD tooltips into gud.el.
7895 (require): CL no longer needed to compile case.
7896 (tooltip-mode): Do not toggle functions for GUD tooltips.
7897 (tooltip-gud-tips-p): Remove. Replace with minor mode
7898 gud-tooltip-mode in gud.el.
7899 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
7900 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
7901 tooltip-gud prefix with gud-tooltip and obsolete.
7902 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
7903 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
7904 (tooltip-mouse-motion): Mouse movement functions/variable.
7905 Rename in gud.el by adding gud prefix.
7906 (tooltip-gud-original-filter, tooltip-gud-dereference)
7907 (tooltip-gud-event, tooltip-toggle-gud-tips)
7908 (tooltip-gud-process-output, tooltip-gud-print-command)
7909 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
7910 gud.el by replacing tooltip-gud prefix with gud-tooltip.
7911 (gdb-tooltip-print): Move to gdb-ui.el.
7912
7913 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
7914 (require): CL needed to compile case.
7915 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
7916 tooltip-gud-tips-p. Make it a minor-mode.
7917 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
7918 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
7919 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
7920 (gud-tooltip-change-major-mode)
7921 (gud-tooltip-activate-mouse-motions-if-enabled)
7922 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
7923 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
7924 (gud-tooltip-original-filter, gud-tooltip-dereference)
7925 (gud-tooltip-event, tooltip-toggle-gud-tips)
7926 (gud-tooltip-process-output, gud-tooltip-print-command)
7927 (gud-tooltip-tips): Move from tooltip.el.
7928
7929 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
7930 (gdb-cpp-define-alist-flags): Doc fix.
7931 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
7932 gud-tooltip-mode is t.
7933
7934 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7935
7936 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
7937 evaporate if their text is deleted.
7938 (goto-address-at-point): Make it work as a mouse binding as well.
7939 (goto-address-at-mouse): Obsolete it. Update users.
7940
7941 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
7942
7943 * calendar/appt.el (top-level): No longer activate on load.
7944
7945 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
7946
7947 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7948 * net/webjump.el (webjump):
7949 * progmodes/idlw-help.el (idlwave-do-context-help1)
7950 (idlwave-highlight-linked-completions):
7951 * textmodes/po.el (po-find-file-coding-system-guts):
7952 Replace `assoc-ignore-case' by `assoc-string'.
7953
7954 2005-05-06 Eli Zaretskii <eliz@gnu.org>
7955
7956 * files.el (locate-file): Doc fix.
7957
7958 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
7959 Remove the redundant test for ms-dos.
7960
7961 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
7962 look for the preprocessor with exec-suffixes. If not found in
7963 standard places, look in exec-path. Remove most of the tests that
7964 used system-type.
7965
7966 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
7967
7968 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
7969
7970 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
7971 file-name clash with jka-compr.el on 8+3 filesystems.
7972
7973 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7974
7975 * term/mac-win.el: Don't define or bind scroll bar functions if
7976 x-toolkit-scroll-bars is t.
7977 (x-select-text, x-get-selection-value): Clear
7978 x-last-selected-text-clipboard if x-select-enable-clipboard is
7979 nil.
7980 (PRIMARY): Put mac-scrap-name property.
7981 (mac-select-convert-to-file-url): New function.
7982 (public.file-url): New selection target type. Add to
7983 selection-converter-alist.
7984 (x-get-selection, x-selection-value): Handle it.
7985 (x-cut-buffer-or-selection-value): New alias.
7986
7987 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7988
7989 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
7990 entry to avoid calling bibtex-find-entry with arg global
7991 being t. Remove arg key.
7992 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
7993 (bibtex-copy-summary-as-kill): Change accordingly.
7994
7995 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
7998 (org-agenda-date-later): Use with-current-buffer.
7999
8000 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8001
8002 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8003 (define-obsolete-variable-alias): Doc Fixes.
8004
8005 2005-05-06 Kim F. Storm <storm@cua.dk>
8006
8007 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8008 vertical-motion when selective-display is active.
8009
8010 * ido.el (ido-setup-hook): New hook.
8011 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8012 (ido-input-stack): New var.
8013 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8014 ido-next-work-file binding to M-O.
8015 Bind M-f to ido-wide-find-file-or-pop-dir.
8016 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8017 (ido-read-internal): Run ido-setup-hook.
8018 Catch quit in read-file-name and read-string to cancel edit.
8019 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8020 Automatically pop-all when completing a directory name (RET).
8021 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8022 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8023 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8024 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8025 New functions for M-b/M-f to move among the directory components.
8026 (ido-make-merged-file-list): Catch quit to cancel merge.
8027 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8028 (ido-completion-help): No warnings for ido-completion-buffer-full.
8029
8030 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8031
8032 * font-lock.el (font-lock-negation-char-face): New face and variable.
8033 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8034 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8035 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8036 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8037
8038 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8039
8040 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8041 Fix typo in docstring.
8042
8043 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8044 (ebrowse-print-statistics-line)
8045 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8046
8047 * term/w32-win.el (image-library-alist): Add additional name for
8048 Xpm library.
8049
8050 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8053 use gcc instead of cpp.
8054
8055 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8056 (gdb-create-define-alist): Use it.
8057 (gdb-cpp-define-alist-program): Update for MS-DOS.
8058
8059 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8060
8061 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8062
8063 2005-05-04 Richard M. Stallman <rms@gnu.org>
8064
8065 * help.el (describe-key): No error when UNTRANSLATED is nil.
8066
8067 * simple.el (line-move-1): Fix previous change to signal errors
8068 appropriately.
8069
8070 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8071
8072 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8073 (icalendar-duration-correction): Remove.
8074 (icalendar--get-event-properties): Split result at commas.
8075 (icalendar--decode-isoduration): New optional argument
8076 DURATION-CORRECTION.
8077 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8078 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8079 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8080 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8081 (icalendar--convert-anniversary-to-ical): New functions, extracted
8082 from icalendar-export-region, with bug fixes.
8083 (icalendar-export-region): Use the above functions.
8084 (icalendar-import-buffer): Check before saving diary file.
8085 (icalendar--convert-recurring-to-diary)
8086 (icalendar--convert-non-recurring-all-day-to-diary)
8087 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8088 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8089 (icalendar--convert-ical-to-diary): Use the above functions.
8090
8091 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8092
8093 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8094 Remove these recent additions.
8095 (c-mode): Restore to before 2005-04-28.
8096
8097 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8098 recent addition.
8099
8100 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8101 (gdb-define-alist): New variables.
8102 (gdb-create-define-alist): New function.
8103 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8104 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8105 with string-to-number.
8106 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8107
8108 * progmodes/gud.el: Replace string-to-int with string-to-number.
8109 (gud-find-file): Handle gdb-define-alist.
8110
8111 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8112
8113 2005-05-02 Jay Belanger <belanger@truman.edu>
8114
8115 * calc/calc-aent.el (math-read-token):
8116 * calc/calc-bin.el (calc-word-size):
8117 * calc/calc-ext.el (calc-read-number-fancy):
8118 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8119 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8120 * calc/calc-frac.el (calc-over-notation):
8121 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8122 (calc-graph-num-points, calc-graph-init):
8123 * calc/calc-prog.el (calc-read-parse-table-part)
8124 (calc-edit-macro-repeats):
8125 * calc/calc-yank.el (calc-do-grab-rectangle):
8126 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8127 Replace `string-to-int' by `string-to-number'.
8128
8129 2005-05-02 Kim F. Storm <storm@cua.dk>
8130
8131 * kmacro.el: Use executing-kbd-macro-index variable.
8132
8133 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8134
8135 * net/rlogin.el (rlogin-parse-words): Delete func.
8136 (rlogin): Use split-string, not rlogin-parse-words.
8137 Also, if there are option-like elements in the parsed args,
8138 take the host to be the first arg immediately following them.
8139 Suggested by Michael Mauger.
8140
8141 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8142
8143 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8144
8145 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8146
8147 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8148 (cc-mode-cpp-program): Rename to cc-define-list-program and
8149 move to cc-vars.el.
8150
8151 * progmodes/cc-vars.el (cc-define-list-program):
8152 Change to "gcc -E -dM -". Make customizable.
8153
8154 2005-05-02 Kim F. Storm <storm@cua.dk>
8155
8156 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8157
8158 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8159
8160 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8161
8162 * international/mule-util.el (truncate-string): Remove alias and
8163 obsolete declaration.
8164
8165 * international/mule-cmds.el (update-iso-coding-systems):
8166 Remove alias and obsolete declaration.
8167
8168 * international/mule.el (coding-system-parent): Remove alias and
8169 obsolete declaration.
8170
8171 * subr.el (define-function, sref): Remove aliases and obsolete
8172 declarations.
8173 (chars-in-region): Remove obsolete declaration.
8174
8175 2005-05-01 Richard M. Stallman <rms@gnu.org>
8176
8177 * info.el (Info-mode): Set widen-automatically to nil, locally.
8178
8179 * simple.el (widen-automatically): New variable.
8180 (pop-global-mark): Obey widen-automatically.
8181
8182 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8183
8184 * term/xterm.el (function-key-map): Call substitute-key-definition
8185 before the keymap size is increased by a lot of define-key calls.
8186
8187 2005-05-01 Richard M. Stallman <rms@gnu.org>
8188
8189 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8190 Rename ARG to ELEMENT. Doc fix.
8191
8192 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8193
8194 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8195 Remove references to allout-exposure/change to allout-new-exposure.
8196
8197 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8198 bytecode symbols.
8199
8200 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8201 (compiled-function-p, focus-frame, unfocus-frame):
8202 Remove aliases and obsolete declarations.
8203 Back out inadvertent changes from previous commit.
8204
8205 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8206
8207 * files.el (require-final-newline): Make Custom tags consistent
8208 with mode-require-final-newline.
8209 (mode-require-final-newline): Doc fix.
8210
8211 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * international/latexenc.el (latexenc-find-file-coding-system):
8214 Fix regular expressions.
8215
8216 2005-05-01 David Kastrup <dak@gnu.org>
8217
8218 * international/latexenc.el (latexenc-find-file-coding-system):
8219 Fix regular expressions.
8220
8221 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8222
8223 * subr.el (string-to-int): Make obsolete.
8224
8225 2005-04-30 Richard M. Stallman <rms@gnu.org>
8226
8227 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8228
8229 * loadup.el: load jka-comp-hook.
8230
8231 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8232 (jka-compr-handler): Add autoload. `put' calls moved
8233 to jka-comp-hook.el.
8234 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8235 (jka-compr-inhibit): Autoload.
8236
8237 * jka-comp-hook.el: New file.
8238 Enable the mode by default.
8239
8240 * files.el (backup-buffer-copy): Use copy-file instead
8241 of write-region, and put back the 'excl.
8242
8243 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8244
8245 * progmodes/flymake.el (flymake-split-string)
8246 (flymake-split-string, flymake-log, flymake-pid-to-names)
8247 (flymake-reg-names, flymake-get-source-buffer-name)
8248 (flymake-unreg-names, flymake-add-line-err-info)
8249 (flymake-add-err-info): Clarify docstrings.
8250 (flymake-popup-menu, flymake-make-emacs-menu)
8251 (flymake-make-xemacs-menu): Add docstrings.
8252 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8253 Set variables directly throughout.
8254
8255 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8256
8257 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8258 exists. Initialize cc-define-alist.
8259 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8260 If there is no file (Macroexpansion) don't create an alist.
8261
8262 2005-04-29 Sam Steingold <sds@gnu.org>
8263
8264 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8265 (cc-create-define-alist): Use it instead of the hard-coded string.
8266
8267 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8270 for latexenc.
8271
8272 2005-04-29 Lute Kamstra <lute@gnu.org>
8273
8274 * emacs-lisp/generic.el: Improve commentary section.
8275 (define-generic-mode): Improve docstring.
8276
8277 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8278
8279 * textmodes/org.el (many places): Change to quiet the byte compiler.
8280 (org-prefix-format-compiled): New variable.
8281 (org-compile-prefix-format): New function.
8282 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8283 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8284 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8285 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8286 consistency with entries from `org-mode' files.
8287 (org-get-time-of-day): Fix bug with partial matches early in a line.
8288 (org-non-link-chars): New constant.
8289 (org-link-regexp): Respect `org-non-link-chars'.
8290 (org-agenda-day-view): Remove command.
8291 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8292 (org-follow-bbdb-link, org-store-link): Search also company field.
8293 (org-highlight-overlay): New variable.
8294 (org-highlight, org-unhighlight): New functions.
8295 (org-agenda-mode): Add pre-command-hook to remove highlight.
8296 (org-evaluate-time-range): Behavior depends upon whether time stamp
8297 contains a time or not.
8298 (org-show-subtree, org-show-entry): New functions.
8299 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8300
8301 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8302
8303 * comint.el (comint-output-filter-functions): Add autoload cookie.
8304
8305 2005-04-28 Kim F. Storm <storm@cua.dk>
8306
8307 * ido.el (ido-everywhere): Fix last change.
8308
8309 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8310
8311 * international/latexenc.el: New file.
8312 * international/mule-conf.el (file-coding-system-alist): For .tex,
8313 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8314
8315 2005-04-28 Lute Kamstra <lute@gnu.org>
8316
8317 * font-lock.el (font-lock-add-keywords)
8318 (font-lock-remove-keywords): Clarify docstring.
8319 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8320 Don't start docstrings with a `*'.
8321 (font-lock-update-removed-keyword-alist): Give it a docstring.
8322
8323 * generic-x.el: Update commentary section.
8324 Only require font-lock when compiling.
8325 Define all modes conditionally.
8326 Place all generic modes in the generic-x-modes customization group.
8327 (generic-x-modes): New customization group.
8328 (generic-default-modes, generic-mswindows-modes)
8329 (generic-unix-modes, generic-other-modes): New constants.
8330 (generic-define-mswindows-modes, generic-define-unix-modes):
8331 Update docstrings. Make them obsolete.
8332 (generic-extras-enable-list): New default value. Update docstring.
8333 Improve :type. Change :set function.
8334 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8335 Fix docstring.
8336
8337 * emacs-lisp/generic.el (generic-mode-internal):
8338 Simplify font-lock-defaults.
8339 (define-generic-mode): Fix docstring.
8340
8341 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8344 font-lock-face property to highlight matches.
8345
8346 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8347
8348 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8349 (cc-define-alist): New variable.
8350 (c-mode): Make it local and initialize it.
8351
8352 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8353 (gdb-exited): New function.
8354 (gdb-annotation-rules): Use it.
8355 (gdb-starting): Set gdb-active-process to t.
8356 (gdb-stopping): Amend doc string.
8357 (gdb-reset): Set gdb-active-process to nil.
8358
8359 * tooltip.el (tooltip-gud-tips): Show the associated #define
8360 directives when a C program under GDB is not executing.
8361
8362 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8365 font-lock-fontify-syntactic-keywords.
8366
8367 * font-lock.el (font-lock-default-fontify-region): Don't force
8368 parse-sexp-lookup-properties to nil.
8369
8370 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8371
8372 * man.el (man-mode-syntax-table): Set up `:' to have
8373 word-constituent syntax.
8374
8375 2005-04-27 Lute Kamstra <lute@gnu.org>
8376
8377 * novice.el (disable-command): Don't add spurious newlines to the
8378 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8379
8380 2005-04-26 Jay Belanger <belanger@truman.edu>
8381
8382 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8383 than one window before deleting window.
8384
8385 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8386
8387 * shell.el (shell-prompt-pattern): Doc fix.
8388 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8389
8390 * comint.el (comint-prompt-regexp, comint-get-old-input)
8391 (comint-use-prompt-regexp)
8392 (comint-use-prompt-regexp-instead-of-fields)
8393 (comint-replace-by-expanded-history, comint-send-input)
8394 (comint-output-filter, comint-get-old-input-default)
8395 (comint-line-beginning-position, comint-bol, comint-show-output)
8396 (comint-backward-matching-input, comint-forward-matching-input)
8397 (comint-next-prompt, comint-previous-prompt):
8398 Rename `comint-use-prompt-regexp-instead-of-fields' to
8399 `comint-use-prompt-regexp'. Keep old name as alias and declare
8400 obsolete.
8401 (comint-use-prompt-regexp): Shorten first line of doc string.
8402
8403 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8404 Set paragraph-separate buffer locally to "\\'".
8405
8406 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8407 Adapt to above name change.
8408
8409 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8410 (smbclient-prompt-regexp): Ditto.
8411
8412 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8413
8414 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8415
8416 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8417 gdb-location-list.
8418 Break lines that are over 80 characters wide.
8419
8420 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8423 New fun and var, to preserve compatibility.
8424
8425 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8426
8427 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8428
8429 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8430 name to file-newer-than-file-p.
8431
8432 2005-04-26 Richard M. Stallman <rms@gnu.org>
8433
8434 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8435
8436 * progmodes/python.el (python-mode):
8437 Use new name eldoc-documentation-function.
8438
8439 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8440
8441 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8442 (eldoc-documentation-function):
8443 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8444
8445 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8446
8447 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8448
8449 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8450
8451 * term/xterm.el (function-key-map): Fix strings for
8452 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8453 {C,S,A,C-S}-{f1-f12}.
8454
8455 2005-04-26 Kenichi Handa <handa@m17n.org>
8456
8457 * international/mule-cmds.el (select-safe-coding-system):
8458 Fix previous change.
8459
8460 2005-04-26 Lute Kamstra <lute@gnu.org>
8461
8462 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8463
8464 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8465 (font-lock-comment-delimiter-face): Ditto.
8466
8467 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8468
8469 2005-04-25 Jay Belanger <belanger@truman.edu>
8470
8471 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8472 to t while inserting information; use help-mode.
8473
8474 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8475
8476 * term.el (ansi-term-color-vector): Use the xterm colors.
8477 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8478
8479 2005-04-25 Lute Kamstra <lute@gnu.org>
8480
8481 * font-core.el (font-lock-defaults): Fix docstring.
8482
8483 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8484
8485 2005-04-25 Kenichi Handa <handa@m17n.org>
8486
8487 * international/mule-cmds.el (select-safe-coding-system):
8488 Don't check consistency with coding: spec, etc if raw-text or
8489 no-conversion was found to be safe.
8490
8491 2005-04-24 Richard M. Stallman <rms@gnu.org>
8492
8493 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8494 citation markers at start of each line.
8495
8496 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8497 citation markers at start of each line.
8498
8499 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8500
8501 * files.el (mode-require-final-newline): Fix previous change.
8502 (require-final-newline): Fix type label.
8503
8504 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8505
8506 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8507 statement in buffer (broken by 2004-11-24 change).
8508
8509 2005-04-24 Kim F. Storm <storm@cua.dk>
8510
8511 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8512 and read-file-name-function values. Don't overwrite existing
8513 non-nil values if ido-mode is enabled without ido-everywhere.
8514
8515 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8516
8517 * files.el (mode-require-final-newline): Minor doc fix.
8518
8519 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8520
8521 * subr.el (syntax-after): Doc fix.
8522 (syntax-class): If argument is nil, return nil. Mask off upper 16
8523 bits, not 8 bits.
8524
8525 * files.el (mode-require-final-newline): Doc fix.
8526 (backup-buffer-copy): Fix last change.
8527
8528 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8529
8530 * term/mac-win.el: Require select. Set selection-coding-system to
8531 mac-system-coding-system. Call menu-bar-enable-clipboard.
8532 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8533 (x-select-enable-clipboard): New variables.
8534 (x-select-text, x-get-selection, x-selection-value)
8535 (x-get-selection-value, mac-select-convert-to-string)
8536 (mac-services-open-file, mac-services-open-selection)
8537 (mac-services-insert-text): New functions.
8538 (CLIPBOARD, FIND): Put mac-scrap-name property.
8539 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8540 (public.tiff): Put mac-ostype property.
8541 (selection-converter-alist): Add entries for them.
8542 (mac-application-menu-map): New keymap.
8543 (interprogram-cut-function, interprogram-paste-function): Set to
8544 x-select-text and x-get-selection-value, respectively.
8545 (split-window-keep-point): Set to t.
8546
8547 2005-04-23 Richard M. Stallman <rms@gnu.org>
8548
8549 * files.el (read-directory-name): Always pass non-nil
8550 DEFAULT-FILENAME arg to read-file-name.
8551 (backup-buffer-copy, basic-save-buffer-2): Take care against
8552 writing thru an unexpected existing symlink.
8553 (revert-buffer): In indirect buffer, revert the base buffer.
8554 (magic-mode-alist): Doc fix.
8555 (buffer-stale-function): Doc fix.
8556 (minibuffer-with-setup-hook): Avoid warning.
8557 (mode-require-final-newline): Doc and custom fix.
8558
8559 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8560
8561 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8562 use the default appearance.
8563 (font-lock-comment-delimiter-face): New face, new variable.
8564
8565 * imenu.el (imenu--generic-function): The official position of a
8566 definition is the start of the line that BEG is in.
8567
8568 * midnight.el (midnight-timer): Move defvar up.
8569
8570 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8571
8572 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8573
8574 * startup.el (command-line): Use with-no-warnings.
8575
8576 * window.el (window-size-fixed): New defvar.
8577
8578 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8579
8580 * mail/rmail.el (rmail-font-lock-keywords):
8581 Use font-lock-comment-delimiter-face.
8582
8583 * mail/sendmail.el (mail-font-lock-keywords):
8584 Use font-lock-comment-delimiter-face.
8585
8586 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8587
8588 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8589
8590 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8591 Specify t for LAXMATCH when matching directories.
8592 Save match data around compilation-compat-error-properties form.
8593
8594 2005-04-23 David Kastrup <dak@gnu.org>
8595
8596 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8597 Mention that the autoloaded aliases should be kept for AUCTeX.
8598
8599 2005-04-23 Andreas Schwab <schwab@suse.de>
8600
8601 * isearch.el (isearch-forward): Doc fix.
8602
8603 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8604
8605 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8606 (jit-lock-stealth-nice): Change default value to 0.5.
8607
8608 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8609
8610 * abbrev.el (write-abbrev-file): Write table entries in
8611 alphabetical order by table name.
8612
8613 2005-04-22 Kim F. Storm <storm@cua.dk>
8614
8615 * ido.el (ido-read-internal): Fix `list' completion.
8616
8617 2005-04-22 Kenichi Handa <handa@m17n.org>
8618
8619 * recentf.el (recentf-save-file-coding-system): New variable.
8620 (recentf-save-list): Encode the file by
8621 recentf-save-file-coding-system and add coding: tag.
8622
8623 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8624
8625 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8626
8627 2005-04-21 Lute Kamstra <lute@gnu.org>
8628
8629 * loadhist.el (unload-feature): Don't remove a function from hooks
8630 if it is about to be restored to an autoload . Remove functions
8631 that will become unbound from auto-mode-alist. Simplify the code.
8632
8633 * subr.el (assq-delete-all): New implementation that is linear,
8634 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8635 (rassq-delete-all): New function.
8636
8637 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8638 Add size-indication-mode.
8639
8640 2005-04-21 Kenichi Handa <handa@m17n.org>
8641
8642 * international/mule-cmds.el: Add autoload for widget-value in
8643 eval-when-compile.
8644
8645 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8646
8647 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8648 Add tooltip-mode.
8649
8650 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8651
8652 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8653
8654 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8655 (inferior-lisp-filter-regexp, inferior-lisp-program)
8656 (inferior-lisp-load-command, inferior-lisp-prompt)
8657 (inferior-lisp-mode-hook, lisp-source-modes)
8658 (inferior-lisp-load-hook): defvar->defcustom.
8659 (inferior-lisp-program, inferior-lisp-prompt)
8660 (inferior-lisp-load-hook): Doc fixes.
8661 (inferior-lisp-install-letter-bindings): Small change in
8662 introductory comment.
8663
8664 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8665
8666 * vc.el (vc-annotate-color-map): Change some colors so that text
8667 using them as foreground is readable on both white and black
8668 backgrounds.
8669
8670 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8671
8672 * international/mule-conf.el (translation-table-for-input):
8673 Remove redundant declaration.
8674
8675 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8676
8677 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8678
8679 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8680 (tooltip-toggle-gud-tips): New function.
8681
8682 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8683
8684 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8685 right angle brackets.
8686
8687 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8688
8689 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8690
8691 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8692
8693 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8694 Remove. Update callers to use expand-file-name instead.
8695
8696 * subr.el (syntax-class): New function.
8697
8698 * simple.el (blink-matching-open): Use it.
8699
8700 * paren.el (show-paren-function): Use it to recognize parens that are
8701 also used in 2-char comment markers.
8702
8703 2005-04-19 Lute Kamstra <lute@gnu.org>
8704
8705 * loadhist.el (unload-feature): Update for new format of
8706 load-history. Simplify the code.
8707
8708 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8709
8710 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8711 (mac-add-charset-info): New function. Initialize variable
8712 mac-charset-info-alist using it.
8713 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8714 for translation.
8715 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8716 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8717 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8718 New CCL programs.
8719
8720 2005-04-19 Kim F. Storm <storm@cua.dk>
8721
8722 * simple.el (next-buffer, prev-buffer, next-error)
8723 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8724 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8725
8726 * bindings.el (next-buffer, prev-buffer, next-error)
8727 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8728 (clone-indirect-buffer-other-window): Move bindings from simple.el.
8729 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8730 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8731
8732 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * isearch.el (isearch-edit-string): Make the search-ring available for
8735 minibuffer history commands.
8736 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8737 the default history commands now work just as well.
8738 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8739
8740 2005-04-18 Kim F. Storm <storm@cua.dk>
8741
8742 * emulation/cua-base.el (cua--pre-command-handler): Add more
8743 elaborate check for shift modifier on non-window systems.
8744
8745 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8746
8747 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8748
8749 2005-04-18 Kim F. Storm <storm@cua.dk>
8750
8751 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8752 and make it optional. Don't test tooltip-gud-echo-area here.
8753 (tooltip-gud-process-output, gdb-tooltip-print):
8754 Pass tooltip-gud-echo-area to tooltip-show.
8755 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8756
8757 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8758
8759 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8760 `display-graphic-p' may not be bound yet.
8761
8762 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8763
8764 * startup.el (command-line): No longer enable Xterm Mouse mode by
8765 default in terminals compatible with xterm.
8766
8767 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8768
8769 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8770
8771 * tooltip.el (tooltip-gud-echo-area): Rename from
8772 tooltip-use-echo-area.
8773 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8774 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8775 area independently of where help tooltips are displayed.
8776
8777 2005-04-17 David Kastrup <dak@gnu.org>
8778
8779 * cus-theme.el (custom-theme-write-variables): Quote variables
8780 where necessary.
8781
8782 2005-04-17 Richard M. Stallman <rms@gnu.org>
8783
8784 * simple.el (yank-excluded-properties): Add follow-link to value.
8785
8786 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
8787
8788 * startup.el (fancy-splash-max-time): Just 30 seconds.
8789 (fancy-splash-delay): Just 7.
8790 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8791
8792 * loadhist.el (unload-feature): Update for new format of load-history.
8793 Simplify the code.
8794
8795 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
8796 (rmail-font-lock-keywords): Don't fontify the text of a citation.
8797
8798 * mail/sendmail.el (mail-font-lock-keywords):
8799 Don't fontify subject text.
8800 Don't fontify the text of a citation.
8801
8802 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
8803
8804 * comint.el (comint-output-filter): Run comint-output-filter-functions
8805 with point where the user had it.
8806
8807 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * international/ucs-tables.el (ucs-set-table-for-input):
8810 Disable when using unify-on-decoding.
8811
8812 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
8813
8814 * emulation/cua-base.el (cua-global-mark-face): Add special case
8815 for displays supporting a high number of colors.
8816
8817 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8818
8819 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
8820
8821 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
8822
8823 * filesets.el (filesets-add-buffer): If user supplies a name of a
8824 non-existing fileset, create a new fileset.
8825
8826 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
8827
8828 * textmodes/org.el (org-up-heading-all): Fix bug with
8829 `outline-up-heading-all'.
8830
8831 2005-04-16 Andreas Schwab <schwab@suse.de>
8832
8833 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
8834 /etc/permissions.d/* and /etc/aliases.d/*.
8835
8836 2005-04-16 Kenichi Handa <handa@m17n.org>
8837
8838 * international/code-pages.el (cp-make-coding-system):
8839 Set `translation-table-for-input' property value to the symbol
8840 ucs-mule-to-mule-unicode, not to that value.
8841 (pt154): Escape guillemet by `\'.
8842
8843 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
8844
8845 * loadup.el: Load tooltip if x-show-tip is fboundp.
8846
8847 * startup.el (command-line): Add comment.
8848
8849 * tooltip.el (tooltip-mode): Specify correct standard value for
8850 Custom in init-value.
8851
8852 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
8853
8854 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
8855 possible.
8856
8857 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
8858
8859 * textmodes/org.el (org-agenda-date-prompt): Rename from
8860 `org-agenda-date-today'.
8861 (org-evaluate-time-range): Insert at point instead of directly
8862 after time range.
8863 (org-first-headline-recenter, org-subtree-end-visible-p)
8864 (org-optimize-window-after-visibility-change): New functions
8865 (org-agenda-post-command-hook): Don't allow point at end of line,
8866 to make sure it always hits the text properties.
8867 (org-agenda-next-date-line, org-agenda-previous-date-line):
8868 New commands.
8869 (org-set-regexps-and-options): Category may contain white space.
8870 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8871 Improve marker positions.
8872 (org-agenda-new-marker): Argument POS made optional.
8873 (org-agenda-get-timestamps): Deadlines which are done are listed
8874 in org-done-face now.
8875 (org-agenda-get-todos, org-agenda-get-timestamps)
8876 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8877 Set `undone-face' and `done-face' properties.
8878 (org-last-todo-state-is-todo): New variable.
8879 (org-todo): Set `org-last-todo-state-is-todo'.
8880 (org-agenda-todo): Change face according to
8881 `org-last-todo-state-is-todo'. And change other lines referring to
8882 the same entry.
8883 (org-calendar-goto-agenda): New command.
8884 (org-calendar-to-agenda-key): New option.
8885 (org-startup-folded): New allowed value `content'.
8886 (org-set-regexps-and-options): Accept new value `content' for
8887 `org-startup-folded'.
8888 (org-get-current-options): Handle new value `content' for
8889 `org-startup-folded'.
8890 (org-insert-todo-heading): New command.
8891 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
8892 interactively in empty file and option
8893 `org-insert-mode-line-in-empty-file' has been set.
8894 (org-agenda-todo,org-agenda-priority): Modify to use
8895 `org-agenda-change-all-lines'.
8896 (org-warning-face): Change color on dark background
8897
8898 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8899
8900 * international/mule-cmds.el (set-locale-environment): On Mac OS,
8901 use preferences AppleLocale and AppleLanguages, and variable
8902 mac-system-locale for default locale. On Mac OS Classic, use
8903 mac-system-coding-system for default coding systems.
8904
8905 * term/mac-win.el: Don't set file-name-coding-system.
8906 Decode variables system-name, emacs-build-system, user-login-name, and
8907 user-full-name by mac-system-coding-system on Mac OS Classic.
8908 (mac-system-coding-system): New variable.
8909
8910 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
8911
8912 * startup.el (command-line): Handle `xterm-mouse-mode' before
8913 reading init file.
8914
8915 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
8916
8917 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
8918
8919 * progmodes/sh-script.el (sh-here-document-word): Make it a
8920 defcustom. Doc fix.
8921 (sh-add): Bash uses $(( )) for arithmetic.
8922 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
8923 (sh-maybe-here-document): Remove quotes and leading whitespace
8924 from heredoc word when closing. Indent heredoc with tabs if word
8925 starts with "-".
8926
8927 2005-04-13 Richard M. Stallman <rms@gnu.org>
8928
8929 * simple.el (undo): Fix previous change.
8930
8931 * custom.el (defface): Doc fix.
8932
8933 2005-04-13 Lute Kamstra <lute@gnu.org>
8934
8935 * Makefile.in (DONTCOMPILE): Remove list.
8936 (compile, compile-always): Don't use DONTCOMPILE.
8937 (update-authors): Load the library in which batch-update-authors
8938 is defined.
8939 * makefile.w32-in (DONTCOMPILE): Remove list.
8940 (compile, compile-always): Fix comments.
8941 (update-authors): Load the library in which batch-update-authors
8942 is defined.
8943
8944 * generic-x.el (generic-mode-ini-file-find-file-hook):
8945 Rename to ini-generic-mode-find-file-hook.
8946 Keep generic-mode-ini-file-find-file-hook as an alias.
8947 (ini-generic-mode-find-file-hook): Rename from
8948 generic-mode-ini-file-find-file-hook. Fix docstring.
8949 (ini-generic-mode): Docstring change.
8950 (bat-generic-mode-run-as-comint): Silence the byte compiler.
8951
8952 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
8953 called from lisp.
8954
8955 * generic.el: Move to the emacs-lisp subdir.
8956
8957 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
8958
8959 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
8960 and C-S- function and cursor motion keys.
8961
8962 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
8963
8964 * startup.el (command-line): Enable Xterm Mouse mode by default.
8965 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
8966 for Custom. No longer show "Mouse" in mode line when enabled.
8967 Doc fix.
8968
8969 2005-04-12 Kim F. Storm <storm@cua.dk>
8970
8971 * emulation/cua-base.el (cua-rectangle-face)
8972 (cua-rectangle-noselect-face): Define face attributes here.
8973
8974 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
8975
8976 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8977
8978 * startup.el (command-line): Turn off blinking cursor if
8979 cursorBlink in resources is off or false.
8980
8981 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8982
8983 * term/mac-win.el (dnd): Require dnd.
8984 (mac-drag-n-drop): Call dnd-handle-one-url.
8985 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
8986 (kTextEncodingISOLatin2): Remove constants.
8987 (mac-script-code-coding-systems): New constant.
8988 (mac-handle-language-change): New function.
8989 (special-event-map): Bind it to `language-change' event.
8990 (mac-centraleurroman, mac-cyrillic): New coding systems.
8991 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
8992 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
8993 and mac-cyrillic-encoder to encode-mac-centraleurroman and
8994 encode-mac-cyrillic, respectively.
8995
8996 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
8997
8998 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
8999 Don't set overlay-arrow-string to "=>" as this is done
9000 globally in C now.
9001
9002 2005-04-12 Lute Kamstra <lute@gnu.org>
9003
9004 * generic-x.el (rc-generic-mode, rul-generic-mode):
9005 Fix auto-mode-alist entries.
9006 (etc-fstab-generic-mode): Tweak fontification.
9007
9008 * generic.el (generic-make-keywords-list): Fix docstring.
9009 (generic-mode-internal): Simplify generic-font-lock-keywords.
9010
9011 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9012
9013 * whitespace.el (whitespace-buffer-leading)
9014 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9015 However, fix the highlight area for the leading and
9016 trailing whitespaces to show space.
9017
9018 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9019
9020 * whitespace.el (whitespace-version): Bump to 3.5
9021
9022 (whitespace-buffer-leading, whitespace-buffer-trailing):
9023 Invert sense of the test to highlight the whitespace.
9024
9025 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9026
9027 * progmodes/gud.el (gud-display-line): GUD uses its own
9028 overlay arrow now so don't set overlay-arrow-string.
9029 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9030
9031 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9032
9033 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9034 (term-ansi-current-reverse, term-ansi-current-invisible)
9035 (term-ansi-face-already-done): Change to boolean.
9036 (term-reset-terminal, term-handle-colors-array): Handle the above
9037 vars accordingly.
9038 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9039 (term-emulate-terminal): Use the new name.
9040
9041 * faces.el (secondary-selection): Use yellow1, not yellow.
9042 (trailing-whitespace): Use red1, not red.
9043
9044 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9045
9046 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9047 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9048 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9049
9050 * cus-edit.el (dnd): New group.
9051
9052 * term/w32-win.el (dnd): Require dnd
9053 (w32-drag-n-drop): Call dnd-handle-one-url.
9054
9055 * x-dnd.el: Require dnd.
9056 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9057 Call dnd-handle-one-url.
9058 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9059 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9060 to dnd-insert-text.
9061 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9062 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9063 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9064 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9065
9066 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9067
9068 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9069
9070 * wdired.el: Doc fixes.
9071 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9072 (wdired-use-dired-vertical-movement): Rename from
9073 wdired-always-move-to-filename-beginning.
9074 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9075 (wdired-change-to-wdired-mode): Change mode name.
9076 (wdired-newline): Delete.
9077
9078 2005-04-11 Richard M. Stallman <rms@gnu.org>
9079
9080 * whitespace.el (whitespace-highlight-the-space):
9081 Don't call whitespace-unhighlight-the-space here.
9082
9083 * simple.el (undo): Record t in undo-equiv-table
9084 for the redo record made by an undo-in-region.
9085
9086 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9087
9088 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9089 (gdb-frame-inferior-io-buffer): New Functions to control
9090 display of separate IO buffer.
9091 (menu): Add them to menu-bar.
9092 (gdb-display-buffer): Check for buffer another frame.
9093 Protect GUD buffer.
9094 (gdb-setup-windows): Create IO buffer if not already there.
9095 (gdb-memory-mode): Remove purecopy noops.
9096
9097 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9098
9099 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9100 and pass to self-insert-command.
9101
9102 2005-04-11 Lute Kamstra <lute@gnu.org>
9103
9104 * generic.el: Commentary section cleanup.
9105 (generic): Delete.
9106 (generic-use-find-file-hook, generic-lines-to-scan)
9107 (generic-find-file-regexp, generic-ignore-files-regexp)
9108 (default-generic-mode, generic-mode-find-file-hook)
9109 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9110 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9111 (generic-use-find-file-hook, generic-lines-to-scan)
9112 (generic-find-file-regexp, generic-ignore-files-regexp)
9113 (default-generic-mode, generic-mode-find-file-hook)
9114 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9115
9116 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9117
9118 * bookmark.el (bookmark-write-file): Catch errors writing file.
9119 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9120
9121 2005-04-10 Richard M. Stallman <rms@gnu.org>
9122
9123 * startup.el (fancy-splash-tail): Update copyright year.
9124 (command-line): Split part of -Q into -D.
9125 (emacs-basic-display): New defvar.
9126 (fancy-splash-text): Correct name of menu item.
9127
9128 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9129
9130 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9131 lines in one node.
9132
9133 * comint.el (comint-send-input): New arg ARTIFICIAL.
9134 Callers in this file changed.
9135
9136 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9137
9138 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9139
9140 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9141
9142 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9143 `ldap-search-internal'.
9144
9145 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9146
9147 * files.el (set-auto-mode-1): Use line-end-position.
9148
9149 * international/latin-1.el:
9150 * international/latin-2.el:
9151 * international/latin-3.el:
9152 * international/latin-4.el:
9153 * international/latin-5.el:
9154 * international/latin-8.el:
9155 * international/latin-9.el: Give punctuation syntax to NBSP.
9156
9157 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9158 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9159 Use char-classes to accept non-ascii letters, accepted in some recent
9160 bibtex implementations.
9161
9162 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9163
9164 * custom.el (custom-set-minor-mode): Any non-nil value for the
9165 variable should enable the mode when set through Custom.
9166
9167 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9170 TAB binding so tab-always-indent is obeyed.
9171 (vhdl-minibuffer-local-map): Move initialization into declaration.
9172 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9173 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9174 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9175 (vhdl-current-line): Use line-beginning-position.
9176 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9177 with-output-to-temp-buffer, so the current position can be recorded.
9178
9179 2005-04-10 Masatake YAMATO <jet@gyve.org>
9180
9181 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9182 Add regexp for gcov.
9183
9184 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9185
9186 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9187 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9188 syntax which Emacs 20 doesn't support.
9189
9190 2005-04-09 Richard M. Stallman <rms@gnu.org>
9191
9192 * help.el (describe-key-briefly, describe-key):
9193 Replace strings as event types with "(any string)".
9194
9195 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * arc-mode.el (archive-mode-map): Move initialization into
9198 the declaration. Override *all* bindings of `undo'.
9199 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9200
9201 2005-04-09 Jay Belanger <belanger@truman.edu>
9202
9203 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9204
9205 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9206
9207 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9208 (xterm-register-default-colors): Update color values computation
9209 to match xterm-200.
9210
9211 2005-04-09 Kenichi Handa <handa@m17n.org>
9212
9213 * international/code-pages.el (iso-latin-7): Fix the map.
9214
9215 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9216
9217 * emacs-lisp/lisp.el (defun-prompt-regexp)
9218 (parens-require-spaces, buffer-end, end-of-defun)
9219 (insert-parentheses): Doc fixes.
9220
9221 2005-04-08 Kim F. Storm <storm@cua.dk>
9222
9223 * comint.el (comint-highlight-prompt): Fix face spec.
9224 * hi-lock.el (hi-green): Likewise.
9225
9226 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9227
9228 * cus-edit.el (custom-modified-face):
9229 * comint.el (comint-highlight-input): Fix previous changes.
9230 * term.el (term-handle-ansi-escape): Add a comment.
9231
9232 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9235 in the buffer and in whitespace-highlighted-space.
9236 (whitespace-unhighlight-the-space): Simplify.
9237 (whitespace-buffer): Simplify.
9238
9239 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9240
9241 * textmodes/table.el (table-cell-face): Add special case for
9242 displays supporting a high number of colors.
9243 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9244 (vhdl-font-lock-reserved-words-face)
9245 (vhdl-speedbar-architecture-face)
9246 (vhdl-speedbar-instantiation-face)
9247 (vhdl-speedbar-architecture-selected-face)
9248 (vhdl-speedbar-instantiation-selected-face): Likewise.
9249 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9250 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9251 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9252 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9253 (ebrowse-progress-face): Likewise.
9254 * progmodes/compile.el (compilation-info-face): Likewise.
9255 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9256 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9257 * calendar/calendar.el (diary-face): Likewise.
9258 * woman.el (woman-italic-face, woman-bold-face)
9259 (woman-unknown-face): Likewise.
9260 * wid-edit.el (widget-button-pressed-face): Likewise.
9261 * whitespace.el (whitespace-highlight-face): Likewise.
9262 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9263 * pcvs-info.el (cvs-marked-face): Likewise.
9264 * info.el (info-xref): Likewise.
9265 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9266 * hilit-chg.el (highlight-changes-face)
9267 (highlight-changes-delete-face): Likewise.
9268 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9269 (hi-red-b): Likewise.
9270 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9271 * font-lock.el (font-lock-keyword-face)
9272 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9273 * cus-edit.el (custom-invalid-face, custom-modified-face)
9274 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9275 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9276 * comint.el (comint-highlight-prompt): Likewise.
9277
9278 2005-04-08 Lute Kamstra <lute@gnu.org>
9279
9280 * font-lock.el (font-lock-keywords): Docstring fixes.
9281
9282 2005-04-08 Kenichi Handa <handa@m17n.org>
9283
9284 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9285 chars are more than a limit, print " and more..." at the tail.
9286
9287 2005-04-08 Kim F. Storm <storm@cua.dk>
9288
9289 * emacs-lisp/authors.el (authors-aliases): Update list.
9290 (authors-ignored-files): New list.
9291 (authors-fixed-entries): Fix typo.
9292 (authors-renamed-files-alist): Update list.
9293 (authors-add): Check authors-ignored-files.
9294
9295 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9296
9297 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9298 optional, to ensure backward compatibility.
9299
9300 2005-04-08 Stephen Eglen <stephen@gnu.org>
9301
9302 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9303
9304 2005-04-08 Kim F. Storm <storm@cua.dk>
9305
9306 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9307
9308 * mouse.el (mouse-on-link-p): Doc fix.
9309
9310 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9311
9312 * ielm.el (ielm-prompt-read-only): Doc fix.
9313
9314 * comint.el (comint-prompt-read-only): Doc fix.
9315
9316 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9317
9318 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9319 ensure dired always handles wildcards passed to ffap.
9320 (find-file-at-point): Use it.
9321 (ffap-dired-wildcards): Doc fix.
9322
9323 2005-04-07 Juri Linkov <juri@jurta.org>
9324
9325 * simple.el (next-error-overlay-arrow-position): New defvar.
9326 Put "=>" on its property `overlay-arrow-string'. Add it to
9327 `overlay-arrow-variable-list'.
9328
9329 * progmodes/compile.el (compilation-setup):
9330 Set `next-error-overlay-arrow-position' to nil. Also set it to
9331 nil in the local hook `kill-buffer-hook'. Make local variable
9332 `overlay-arrow-string' and set it to "=>".
9333 (compilation-goto-locus): Set BOL position to
9334 `next-error-overlay-arrow-position' instead of
9335 `overlay-arrow-position'.
9336
9337 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9338 locally instead of adding it to the global hook.
9339 (Info-kill-buffer): Move up.
9340
9341 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9342
9343 * term/xterm.el (xterm-standard-colors): Update color values from
9344 xterm-200.
9345
9346 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9349
9350 * fast-lock.el:
9351 * lazy-lock.el: Move them to the obsolete subdir.
9352
9353 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9354
9355 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9356 (wdired-add-replace-advice): Remove.
9357 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9358
9359 2005-04-06 Kim F. Storm <storm@cua.dk>
9360
9361 * startup.el (command-line): Add --bare-bones alias for -Q.
9362
9363 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9364
9365 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9366 create the startup fontset if a font specification ends with
9367 `mac-roman'.
9368
9369 2005-04-06 Lute Kamstra <lute@gnu.org>
9370
9371 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9372 change.
9373
9374 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9375 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9376
9377 2005-04-05 Lute Kamstra <lute@gnu.org>
9378
9379 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9380 (define-generic-mode): Ditto. Fix debug declaration.
9381
9382 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9383 Put them in the generic-x group.
9384
9385 * calendar/timeclock.el (timeclock): Doc fix.
9386
9387 * generic.el (define-generic-mode): Don't use custom-current-group.
9388 Document default :group value.
9389 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9390 (define-global-minor-mode): Don't use custom-current-group.
9391
9392 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9393
9394 * startup.el (command-line-1): Display startup-echo-area-message
9395 when fancy splash screen is in use.
9396
9397 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9398 (sh-escaped-newline): New face.
9399 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9400 newline, and use sh-escaped-newline face.
9401
9402 * progmodes/tcl.el (tcl-escaped-newline): New face.
9403 (tcl-builtin-list): New variable.
9404 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9405 newlines. Fix keywords subexpression number.
9406
9407 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9408
9409 * textmodes/org.el (org-diary-default-entry): Fix call to
9410 `add-to-diary-entry'.
9411
9412 2005-04-05 Kim F. Storm <storm@cua.dk>
9413
9414 * ediff-init.el: Use (featurep 'xemacs).
9415
9416 2005-04-05 David Ponce <david@dponce.com>
9417
9418 * cus-edit.el (face): Derive from symbol widget. Display sample
9419 of the current face on the fly.
9420 (widget-face-sample-face-get, widget-face-notify): New functions.
9421 (widget-face-value-create): Remove.
9422
9423 * wid-edit.el (widget-field-end): Temporarily remove field
9424 narrowing before to call `get-char-property'.
9425
9426 2005-04-04 Jay Belanger <belanger@truman.edu>
9427
9428 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9429 (math-read-subscripts): New variable.
9430 (math-read-preprocess-string): Process subscripts.
9431
9432 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9433
9434 * comint.el (comint-prompt-read-only): Doc fix.
9435
9436 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9437 `-1'. Doc fix.
9438
9439 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9440
9441 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9442 Change default value to nil.
9443
9444 2005-04-04 Lute Kamstra <lute@gnu.org>
9445
9446 * autorevert.el (auto-revert-mode): Specify :group.
9447 * battery.el (display-battery-mode): Specify :group.
9448 * diff-mode.el (diff-minor-mode): Specify :group.
9449 * font-core.el (font-lock-mode): Specify :group.
9450 * hl-line.el (hl-line-mode): Specify :group.
9451 * iimage.el (iimage): New customization group.
9452 (iimage-mode): Specify :group.
9453 * longlines.el (longlines-mode): Specify :group.
9454 * master.el: Don't require easy-mmode.
9455 (master): New customization group.
9456 (master-mode): Specify :group.
9457 * msb.el (msb-mode): Specify :group.
9458 * reveal.el (reveal-mode): Specify :group.
9459 * simple.el (next-error-follow-minor-mode): Specify :group.
9460 * smerge-mode.el (smerge-mode): Specify :group.
9461 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9462 * emulation/cua-base.el (cua-mode): Specify :group.
9463 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9464 * language/thai-util.el (thai-auto-composition-mode)
9465 (thai-word-mode): Specify :group.
9466 * mail/supercite.el (sc-minor-mode): Specify :group.
9467 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9468 * progmodes/flymake.el (flymake-mode): Specify :group.
9469 * progmodes/glasses.el (glasses-mode): Specify :group.
9470 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9471 * textmodes/enriched.el (enriched-mode): Specify :group.
9472 * textmodes/refill.el (refill-mode): Specify :group.
9473
9474 * add-log.el (change-log-font-lock-keywords): Names in
9475 parenthesized lists can contain spaces.
9476
9477 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9478
9479 * startup.el (fancy-splash-text): Shorten default text of
9480 "Emacs Tutorial" line. Also, if the current language env
9481 indicates an available tutorial file other than TUTORIAL,
9482 extract its title and append it to the line in parentheses.
9483 (fancy-splash-insert): If arg is a thunk, funcall it.
9484
9485 2005-04-04 Jay Belanger <belanger@truman.edu>
9486
9487 * calc.el (calc-language-alist): Add tags to customization type.
9488
9489 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9490
9491 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9492 Doc fix.
9493
9494 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9495
9496 * add-log.el (change-log-font-lock-keywords): The manual
9497 describing a Change Log entry, says: (...) "Aside from these
9498 header lines, every line in the change log starts with a space or
9499 a tab.". The font-lock was not highlighting lines started with
9500 spaces, added support for it.
9501
9502 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9503
9504 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9505 (bibtex-generate-url-list): Update docstring accordingly. Put the
9506 complex example in the docstring.
9507 (bibtex-font-lock-url): Use pop.
9508
9509 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9510
9511 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9512
9513 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9514
9515 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9516
9517 * filesets.el (filesets-set-default): Doc fix.
9518
9519 2005-04-03 Lute Kamstra <lute@gnu.org>
9520
9521 * generic.el (define-generic-mode): Add argument to specify
9522 keywords for defcustom.
9523 (default-generic-mode): Specify :group.
9524
9525 * generic-x.el: Specify :group for all generic modes.
9526
9527 * desktop.el (desktop-no-desktop-file-hook)
9528 (desktop-after-read-hook): Doc fix.
9529
9530 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9531
9532 * simple.el (visible-mode): Use explicit :group keyword.
9533 This changes the group of `visible-mode-hook' from paren-blinking
9534 to editing-basics.
9535
9536 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9537
9538 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9539 mailbox specifications as well as URLs.
9540 (rmail-insert-inbox-text): Remove unused conditional branches.
9541
9542 2005-04-01 Jay Belanger <belanger@truman.edu>
9543
9544 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9545 (calc-gnuplot-print-command): Move definitions to calc.el.
9546
9547 * calc/calc-embed.el (calc-embedded-announce-formula)
9548 (calc-embedded-open-formula, calc-embedded-close-formula)
9549 (calc-embedded-open-word, calc-embedded-close-word)
9550 (calc-embedded-open-plain, calc-embedded-close-plain)
9551 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9552 (calc-embedded-open-mode, calc-embedded-close-mode):
9553 Move definitions to calc.el.
9554
9555 * calc/calc.el (calc-settings-file, calc-language-alist):
9556 Make customizable.
9557 (calc-embedded-announce-formula, calc-embedded-open-formula)
9558 (calc-embedded-close-formula, calc-embedded-open-word)
9559 (calc-embedded-close-word, calc-embedded-open-plain)
9560 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9561 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9562 (calc-embedded-close-mode, calc-gnuplot-name)
9563 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9564 from other files and make customizable.
9565
9566 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9569 Use buffer-live-p.
9570 (cvs-mode-run): Don't call cvs-update-header here.
9571 (cvs-run-process): Call cvs-update-header.
9572 Use process properties for cvs-postprocess and cvs-buffer so that
9573 the sentinel can behave better if the temp buffer is killed.
9574 Use a pipe rather than a tty, to better handle unexpected prompts.
9575 (cvs-sentinel): Rewrite. Call cvs-update-header.
9576
9577 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9578
9579 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9580 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9581
9582 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9583
9584 * generic.el (define-generic-mode): Add indentation rule.
9585
9586 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9587
9588 * files.el (mode-require-final-newline): Make Custom correctly
9589 report a nil value and allow to set it to nil via Custom.
9590 Doc fix.
9591
9592 2005-04-01 Kenichi Handa <handa@m17n.org>
9593
9594 * international/characters.el: Enable the correct case setting for
9595 dotless-i and dotted-I.
9596
9597 2005-04-01 Kim F. Storm <storm@cua.dk>
9598
9599 * ido.el (ido-file-internal): Fall back to non-ido command if
9600 initial directory is on slow ftp (or tramp) host.
9601
9602 2005-03-31 Richard M. Stallman <rms@gnu.org>
9603
9604 * emacs-lisp/autoload.el (make-autoload):
9605 Handle define-global-minor-mode.
9606
9607 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9608 Rename from easy-mmode-define-global-mode.
9609 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9610
9611 * progmodes/scheme.el (scheme-mode-syntax-table):
9612 Update syntax of | and # for two-character comment syntax.
9613
9614 2005-03-31 Lute Kamstra <lute@gnu.org>
9615
9616 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9617 (define-minor-mode): Call custom-current-group at load-time.
9618
9619 * generic.el (define-generic-mode): Add debug declaration.
9620 Add defcustom for the mode hook.
9621 (generic-mode-internal): Use run-mode-hooks.
9622
9623 2005-03-31 Kim F. Storm <storm@cua.dk>
9624
9625 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9626 (mouse-fixup-help-message): New defun called by show_help_echo
9627 to fixup mouse-2 prefix in help messages when applicable.
9628
9629 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9630
9631 2005-03-31 Kenichi Handa <handa@m17n.org>
9632
9633 * language/thai-word.el (thai-find-word-ends): Pay attention to
9634 the case that we reach the end of buffer.
9635
9636 * textmodes/fill.el (fill-text-properties-at): New function.
9637 (fill-newline): Use fill-text-properties-at instead of
9638 text-properties-at.
9639
9640 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9641
9642 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9643 not comint-quote-filename.
9644
9645 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9646
9647 * help-fns.el (help-with-tutorial): Revert last change.
9648
9649 2005-03-31 Kim F. Storm <storm@cua.dk>
9650
9651 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9652
9653 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9654
9655 * calendar/cal-china.el: Update reference to "Calendrical
9656 Calculations" book; there's a new edition.
9657 * calendar/cal-coptic.el: Likewise.
9658 * calendar/cal-french.el: Likewise.
9659 * calendar/cal-hebrew.el: Likewise.
9660 * calendar/cal-islam.el: Likewise.
9661 * calendar/cal-iso.el: Likewise.
9662 * calendar/cal-julian.el: Likewise.
9663 * calendar/cal-mayan.el: Likewise.
9664 * calendar/cal-persia.el: Likewise.
9665 * calendar/calendar.el: Likewise.
9666 * calendar/holidays.el: Likewise.
9667 * calendar/lunar.el: Likewise.
9668 * calendar/solar.el: Likewise.
9669
9670 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9671 white space from doc string.
9672
9673 2005-03-30 Jay Belanger <belanger@truman.edu>
9674
9675 * calc/calc-help.el (calc-full-help): Remove email address.
9676
9677 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9678
9679 * help-fns.el (help-with-tutorial): Delete title line.
9680
9681 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9682
9683 * calendar/cal-x.el (calendar-one-frame-setup)
9684 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9685 rather than 'symbol for set-window-dedicated-p.
9686
9687 * calendar/appt.el (appt-buffer-name): Make it a constant.
9688 (appt-add): Doc fix.
9689
9690 * filesets.el (filesets-menu-path, filesets-menu-before)
9691 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9692 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9693 (filesets-add-submenu): Delete and use add-submenu instead.
9694
9695 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9696
9697 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9698 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9699 (org-diary-default-entry): New function.
9700 (org-get-entries-from-diary): Better parsing of diary entries.
9701 (org-agenda-check-no-diary): New function.
9702 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9703 linking to diary entries.
9704 (org-agenda-execute-calendar-command): New function.
9705 (org-agenda): Improve visible section in window.
9706 Use `org-fit-agenda-window'.
9707 (org-fit-agenda-window): New option.
9708 (org-move-subtree-down): Better handling of empty lines
9709 at end of subtree.
9710 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9711 levels up.
9712 (org-fontify-done-headline): New option.
9713 (org-headline-done-face): New face.
9714 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9715 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9716 When current field is non-empty, it is copied to next row.
9717 (org-table-copy-from-above): Fix bug which made it
9718 impossible to copy fields containing only a single non-white character.
9719
9720 2005-03-30 Kim F. Storm <storm@cua.dk>
9721
9722 * kmacro.el (kmacro-end-macro): Isearch may store this command
9723 into the macro -- so ignore it when executing keyboard macro.
9724
9725 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9726
9727 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9728
9729 2005-03-29 Kenichi Handa <handa@m17n.org>
9730
9731 * language/thai.el ("Thai"): Set setup-function and exit-function
9732 for Thai language environment.
9733
9734 * language/thai-util.el: Require thai-word.
9735 (thai-word-mode-map): New variable.
9736 (thai-word-mode): New minor mode.
9737 (setup-thai-language-environment-internal): New function.
9738 (exit-thai-language-environment-internal): New function.
9739
9740 * language/thai-word.el (thai-word-table): Declare it by defvar,
9741 use dolist to initialize it.
9742 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9743 (thai-fill-find-break-point): New functions.
9744
9745 2005-03-29 Richard M. Stallman <rms@gnu.org>
9746
9747 * simple.el (idle-update-delay): Move definition up.
9748 (set-mark): Doc fix.
9749
9750 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9751
9752 * longlines.el: New file.
9753
9754 * simple.el (buffer-substring-filters): New variable.
9755 (filter-buffer-substring): New function.
9756 (kill-region, copy-region-as-kill): Use it.
9757
9758 * register.el (copy-to-register, append-to-register)
9759 (prepend-to-register): Use filter-buffer-substring.
9760
9761 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9762
9763 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9764 (gud-filter-pending-text): Move in front of gdb.
9765 (gud-overlay-arrow-position): New variable.
9766 (gud-sentinel, gud-display-line): Use it in place of
9767 overlay-arrow-position.
9768
9769 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9770
9771 * progmodes/fortran.el (fortran-if-indent): Doc fix.
9772 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9773 (fortran-font-lock-keywords-4): New variable.
9774 (fortran-blocks-re, fortran-end-block-re)
9775 (fortran-start-block-re): New constants, for hideshow.
9776 (hs-special-modes-alist): Add a Fortran entry.
9777 (fortran-mode-map): Bind fortran-end-of-block,
9778 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9779 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
9780 (fortran-looking-at-if-then, fortran-end-of-block)
9781 (fortran-beginning-of-block): New functions, for hideshow.
9782
9783 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9784 Doc fix. Tweak regexp.
9785 (f90-beginning-of-block): Push mark first.
9786
9787 2005-03-29 Jay Belanger <belanger@truman.edu>
9788
9789 * calc/calc.el: Update copyright date.
9790 (calc-version): Increase to 2.1.
9791 (calc-version-date): Remove.
9792
9793 * calc/calc-help.el: Update copyright date.
9794 (calc-full-help): Remove reference to calc-version-date.
9795 Update copyright date.
9796
9797 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * vc.el (vc-do-command): Use a pipe for async processes, so password
9800 prompts don't show up at places where the user can't reply.
9801
9802 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9803
9804 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
9805 on the file name we pass to the inferior shell.
9806
9807 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9808
9809 * progmodes/which-func.el (which-function): Be robust in the face of an
9810 imenu--make-index-alist failure.
9811
9812 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9813
9814 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
9815
9816 * progmodes/python.el (python-preoutput-filter): Fix last change.
9817
9818 2005-03-29 Lute Kamstra <lute@gnu.org>
9819
9820 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
9821 functions and compiled macros.
9822 (debug-convert-byte-code): Handle macros too.
9823 (debug-on-entry-1): Don't signal an error when trying to clear a
9824 function that is not set to debug on entry.
9825
9826 2005-03-29 Jay Belanger <belanger@truman.edu>
9827
9828 * calc/calc-lang.el: Add functions to math-function-table
9829 properties of tex and math.
9830
9831 2005-03-29 Kenichi Handa <handa@m17n.org>
9832
9833 * ps-mule.el (ps-mule-plot-string): Translate characters by
9834 ps-print-translation-table.
9835 (ps-mule-begin-job): Call find-charset-region/string with
9836 ps-print-translation-table.
9837 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
9838
9839 * ps-print.el (ps-print-translation-table): New variable.
9840 (ps-plot-region): Translate characters by ps-print-translation-table.
9841
9842 2005-03-29 Juri Linkov <juri@jurta.org>
9843
9844 * simple.el (next-error-highlight-timer): New variable.
9845
9846 * progmodes/compile.el (compilation-goto-locus):
9847 Use `next-error-highlight-timer' instead of `sit-for'.
9848
9849 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * mail/supercite.el (sc-mail-field): Use assoc-string.
9852 (sc-get-address): Simplify regexps.
9853
9854 * files.el (minibuffer-with-setup-hook): New macro.
9855 (find-file-read-args): Use it to avoid let-binding
9856 minibuffer-with-setup-hook (which breaks turning on/off
9857 file-name-shadow-mode while in the prompt).
9858
9859 * complete.el (PC-read-include-file-name-internal): Use
9860 test-completion.
9861
9862 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
9863
9864 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
9865
9866 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * window.el (window-buffer-height): Use count-screen-lines.
9869
9870 * progmodes/python.el (python-preoutput-leftover): New var.
9871 (python-preoutput-filter): Use it.
9872 (python-send-receive): Loop until all the result has been received.
9873
9874 2005-03-28 Juri Linkov <juri@jurta.org>
9875
9876 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
9877
9878 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
9879 "Recover Crashed Session".
9880 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
9881 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
9882 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
9883 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
9884 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
9885 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
9886 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
9887 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
9888
9889 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
9890 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
9891 Ediff Sessions", "Toggle use of separate control buffer frame",
9892 "Use separate frame for Ediff control buffer".
9893
9894 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
9895 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
9896 "Rename Bookmark", "Delete Bookmark".
9897
9898 * info.el (Info-mode-menu): Remove ellipsis from "Index".
9899 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
9900 Add `:active Info-index-alternatives' to "Next Matching Item".
9901
9902 * wdired.el (wdired-change-to-wdired-mode):
9903 Mention `wdired-abort-changes' key in the initial message.
9904
9905 * international/mule.el (auto-coding-alist): Associate non-ascii
9906 image filename extensions with `no-conversion'.
9907
9908 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9909
9910 * international/iso-acc.el:
9911 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
9912
9913 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
9914
9915 * textmodes/sgml-mode.el (html-mode): Doc update.
9916
9917 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
9918
9919 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
9920
9921 * term.el (term-move-columns): Fix face after extending a line.
9922 (term-insert-spaces): Likewise.
9923 (term-reset-terminal): Fix off by one error.
9924
9925 2005-03-26 Eli Zaretskii <eliz@gnu.org>
9926
9927 * international/mule.el (auto-coding-alist): Add .xpi files.
9928
9929 * files.el (auto-mode-alist): Add .xpi files.
9930
9931 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
9932
9933 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
9934
9935 2005-03-26 Eli Zaretskii <eliz@gnu.org>
9936
9937 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
9938
9939 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9940
9941 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
9942 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
9943
9944 * calendar/cal-move.el (calendar-beginning-of-year): Move the
9945 cursor to Jan 1 when needed.
9946 (calendar-end-of-year): Fix -/+ typo.
9947 Reported by Chong Yidong <cyd@stupidchicken.com>.
9948
9949 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
9952
9953 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
9954 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
9955
9956 2005-03-25 Richard M. Stallman <rms@gnu.org>
9957
9958 * filesets.el (filesets-init): Add autoload.
9959
9960 * mail/mailalias.el (mail-directory): Doc fix.
9961
9962 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9963
9964 * mail/mailalias.el (mail-directory-process): Do nothing if
9965 mail-directory-process is an atom.
9966 (mail-get-names): Ignore mail-directory-names if it is an atom.
9967 (mail-directory-process defvar): Doc fix.
9968 (mail-names): Doc fix.
9969
9970 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
9971
9972 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
9973
9974 2005-03-26 Kenichi Handa <handa@m17n.org>
9975
9976 * international/mule-util.el (detect-coding-with-priority):
9977 Call update-coding-systems-internal before detect-coding-region.
9978
9979 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
9980
9981 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9982 (gdb-frames-mode-map): Add follow-link property.
9983
9984 2005-03-25 Jay Belanger <belanger@truman.edu>
9985
9986 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
9987 for variables.
9988
9989 2005-03-25 Juri Linkov <juri@jurta.org>
9990
9991 * image-mode.el: Optimize image filename extension regexps in
9992 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
9993 in `auto-mode-alist'.
9994 (image-mode): Add `image-toggle-display-text' to local hook
9995 `change-major-mode-hook'. Display the image as an image by
9996 default. Set `cursor-type' and `truncate-lines' if the image
9997 is already displayed. Take into account the current mode (image
9998 or text) in message.
9999 (image-minor-mode): New minor mode.
10000 (image-mode-maybe, image-toggle-display-text): New functions.
10001 (image-toggle-display): Use called-interactively-p.
10002 Let-bind `inhibit-read-only' to t.
10003
10004 * image-mode.el (image-minor-mode): Set `cursor-type' and
10005 `truncate-lines' if the image is already displayed. Add turning
10006 image-minor-mode off to `change-major-mode-hook'. Add message.
10007 Call `image-toggle-display-text' after turning image-minor-mode off.
10008
10009 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10012 Terminal.app, use utf-8.
10013 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10014 (set-locale-environment): Use it.
10015
10016 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10017
10018 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10019
10020 * progmodes/python.el (python-close-block-statement-p)
10021 (python-outdent-p, python-current-defun): Use symbol-end.
10022
10023 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10024
10025 * files.el (save-some-buffers): Doc fix.
10026
10027 2005-03-25 Werner Lemberg <wl@gnu.org>
10028
10029 * complete.el, thumbs.el: Replace `legal' with `valid'.
10030 * calendar/calendar.el: Replace `legal' with `valid'.
10031 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10032 * mail/supercite.el: Replace `legal' with `valid'.
10033 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10034 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10035 Replace `legal' with `valid'.
10036 * textmodes/reftex-vars.el, textmodes/reftex.el:
10037 Replace `legal' with `valid'.
10038
10039 2005-03-25 Werner Lemberg <wl@gnu.org>
10040
10041 * calc/calc-forms.el, calc/calc-sel.el:
10042 * midnight.el, vc-cvs.el:
10043 * emacs-lisp/cl-macs.el:
10044 * emulation/vip.el:
10045 * eshell/esh-io.el, eshell/esh-var.el:
10046 * mail/supercite.el:
10047 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10048 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10049 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10050 * progmodes/sh-script.el, progmodes/xscheme.el:
10051 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10052 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10053 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10054 * textmodes/reftex.el, textmodes/org.el:
10055 Replace `illegal' with `invalid'.
10056
10057 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10060 (flymake-find-buildfile, flymake-find-possible-master-files)
10061 (flymake-check-include, flymake-parse-line): Replace loops over the
10062 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10063
10064 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10065 Substitute file-name-as-directory in the rest of the file.
10066 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10067 (flymake-replace-region): Remove unused arg `buffer'.
10068 (flymake-check-patch-master-file-buffer): Update calls to it.
10069 (flymake-add-err-info): Remove unused var `count'.
10070 (flymake-mode): Use define-minor-mode.
10071
10072 * progmodes/flymake.el: Use with-current-buffer.
10073 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10074 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10075 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10076 Avoid testing for `xemacs'.
10077 (flymake-nop): Move.
10078 (flymake-region-has-flymake-overlays): Return the computed value.
10079 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10080 Remove unused var `endline'.
10081 (flymake-get-line-count): Remove unused function.
10082 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10083
10084 * emulation/vi.el:
10085 * generic.el:
10086 * hilit-chg.el (global-highlight-changes):
10087 * hi-lock.el (hi-lock-mode):
10088 * follow.el: find-file-hooks -> find-file-hook.
10089
10090 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10091
10092 2005-03-24 Juri Linkov <juri@jurta.org>
10093
10094 * dired.el (dired-mode-map): Add menu item "Compare directories"
10095 for dired-compare-directories.
10096
10097 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10098 Doc fix. Replace `read-file-name' with `read-directory-name'.
10099
10100 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10101
10102 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10103
10104 2005-03-24 Jay Belanger <belanger@truman.edu>
10105
10106 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10107 relevant mode settings in calc-embedded-original-modes when modes
10108 are permanently changed.
10109
10110 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * autoinsert.el: find-file-hooks -> find-file-hook.
10113
10114 2005-03-24 Lute Kamstra <lute@gnu.org>
10115
10116 * generic.el (generic-font-lock-defaults): Make it obsolete.
10117 (generic-font-lock-keywords): New variable to replace
10118 generic-font-lock-defaults.
10119 (generic-mode-set-font-lock): Delete it.
10120 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10121 (generic-bracket-support): Add docstring.
10122
10123 * generic-x.el: Rename generic-font-lock-defaults to
10124 generic-font-lock-keywords throughout.
10125 (mailagent-rules-setup-function): Delete it.
10126 (mailagent-rules-generic-mode): Use anonymous function instead.
10127 (show-tabs-generic-mode-font-lock-defaults-1)
10128 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10129 Quote faces.
10130 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10131 not foreground.
10132
10133 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10134 Recognize define-generic-mode.
10135
10136 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10139 if there's no completion table.
10140
10141 2005-03-23 Miles Bader <miles@gnu.org>
10142
10143 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10144 Remove tty-specific variants, as they're no longer needed.
10145
10146 2005-03-23 Lute Kamstra <lute@gnu.org>
10147
10148 * generic-x.el: Code cleanup: make args constant whenever possible.
10149 (installshield-statement-keyword-list)
10150 (installshield-system-functions-list)
10151 (installshield-system-variables-list, installshield-types-list)
10152 (installshield-funarg-constants-list): Make them constants.
10153
10154 * generic.el (generic-make-keywords-list): Add autoload cookie.
10155
10156 * calendar/time-date.el: Add comment on time value formats.
10157 Don't require parse-time.
10158 (with-decoded-time-value): New macro.
10159 (encode-time-value): New function.
10160 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10161 (days-to-time): Return a valid time value when arg is huge.
10162 (time-since): Use time-subtract.
10163 (time-to-number-of-days): Use time-to-seconds.
10164
10165 2005-03-23 David Ponce <david@dponce.com>
10166
10167 * recentf.el: (recentf-keep): New option.
10168 (recentf-menu-action): Default to `find-file'.
10169 (recentf-keep-non-readable-files-flag)
10170 (recentf-keep-non-readable-files-p)
10171 (recentf-file-readable-p, recentf-find-file)
10172 (recentf-cleanup-remote): Remove.
10173 (recentf-include-p): More robust.
10174 (recentf-keep-p): New function.
10175 (recentf-remove-if-non-kept): Rename from
10176 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10177 All callers updated.
10178 (recentf-menu-items-for-commands): Fix help string.
10179 (recentf-track-closed-file): Update. Doc fix.
10180 (recentf-cleanup): Update. Count removed files. Doc fix.
10181
10182 2005-03-23 Kim F. Storm <storm@cua.dk>
10183
10184 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10185 Don't inherit from fringe face (now happens automatically).
10186
10187 2005-03-22 Kim F. Storm <storm@cua.dk>
10188
10189 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10190 position values.
10191
10192 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10193
10194 * menu-bar.el (showhide-date-time): Remove.
10195 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10196 (menu-bar-make-mm-toggle): Simplify.
10197
10198 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10199
10200 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10201 Accept qualified variable and function names.
10202
10203 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10204
10205 * bindings.el (completion-ignored-extensions):
10206 Remove ".lis" for `vax-vms'.
10207
10208 2005-03-22 Andreas Schwab <schwab@suse.de>
10209
10210 * generic-x.el: Revert last change.
10211 * ldefs-boot.el: Update.
10212
10213 2005-03-22 Jay Belanger <belanger@truman.edu>
10214
10215 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10216 (calc-embedded-save-original-modes)
10217 (calc-embedded-restore-original-modes): New functions.
10218 (calc-do-embedded): Save original modes when entering embedded mode
10219 and restore when leaving embedded mode.
10220 (calc-embedded-modes-change): Change the value of
10221 calc-embedded-original-modes to reflect permanent changes.
10222
10223 2005-03-22 Lute Kamstra <lute@gnu.org>
10224
10225 * generic-x.el: Require generic again.
10226
10227 2005-03-22 Miles Bader <miles@gnu.org>
10228
10229 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10230 Tweak details to look good on both ttys and bitmap displays, light
10231 or dark background, etc.
10232
10233 2005-03-21 Kim F. Storm <storm@cua.dk>
10234
10235 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10236 mouse position.
10237
10238 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * icomplete.el: Don't forcibly turn on the mode upon load.
10241 (icomplete-mode): Use define-minor-mode.
10242 (icomplete-eoinput): Default to nil.
10243 (icomplete-minibuffer-setup): Remove autoload.
10244 (icomplete-tidy): Simplify.
10245 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10246 in the initial state or if the user has modified the field.
10247 Fix handling of icomplete-max-delay-chars.
10248 Remove code that handles the oddball case where
10249 minibuffer-completion-table is an integer.
10250 Wrap icomplete-completions in while-no-input in case building
10251 completions takes more time than expected.
10252 (icomplete-completions): Simplify.
10253
10254 2005-03-21 Richard M. Stallman <rms@gnu.org>
10255
10256 * jka-compr.el (jka-compr-really-do-compress):
10257 Make variable buffer-local.
10258
10259 * image-mode.el: Handle .xpm files too.
10260 (image-toggle-display): Preserve modification flag.
10261
10262 * help.el (where-is): Don't mention aliases with no key bindings.
10263
10264 2005-03-21 Lute Kamstra <lute@gnu.org>
10265
10266 * generic.el: Fix commentary section. Don't require cl for
10267 compilation.
10268 (generic-mode-list): Add autoload cookie.
10269 (generic-use-find-file-hook, generic-lines-to-scan)
10270 (generic-find-file-regexp, generic-ignore-files-regexp)
10271 (generic-mode, generic-mode-find-file-hook)
10272 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10273 (define-generic-mode): Make it a defmacro. Fix docstring.
10274 (generic-mode-internal): Code cleanup. Add autoload cookie.
10275 (generic-mode-set-comments): Code cleanup.
10276 * generic-x.el: Don't prevent compilation. Don't require generic.
10277 Follow coding conventions. Minor code cleanup.
10278 (etc-fstab-generic-mode): Add some keywords.
10279 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10280 define-generic-mode like a function declaration.
10281
10282 2005-03-21 Jay Belanger <belanger@truman.edu>
10283
10284 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10285 changing modes.
10286
10287 2005-03-21 Sam Steingold <sds@gnu.org>
10288
10289 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10290
10291 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10292
10293 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10294 Add underscore to "f$ lexicals" regexp.
10295
10296 2005-03-20 Juri Linkov <juri@jurta.org>
10297
10298 * subr.el (progress-reporter-do-update): When `min-value' is equal
10299 to `max-value', set `percentage' to 0 and prevent division by zero.
10300
10301 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10302
10303 Sync with Tramp 2.0.48.
10304
10305 * net/tramp.el (all): Change all addresses to .gnu.org.
10306 (tramp-append-tramp-buffers): New defun.
10307 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10308 Catch `dont-send' signal.
10309 (tramp-set-auto-save-file-modes): Set always permissions, because
10310 there might be an old auto-saved file belonging to another
10311 original file. This could be a security threat. Reported by
10312 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10313 Check for Emacs 21.3.50 removed.
10314
10315 * net/tramp-smb.el (all): Remove debug construct for
10316 `with-parsed-tramp-file-name'.
10317 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10318 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10319 No error message if DIRECTORY or FILENAME doesn't exist.
10320 (tramp-smb-open-connection): Check existence of
10321 `tramp-smb-program'.
10322
10323 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10326 Properly handle the case where the `m' or `s' command's argument is not
10327 yet terminated.
10328 (perl-indent-new-calculate): New function.
10329 (perl-indent-line): Use it.
10330
10331 2005-03-20 Miles Bader <miles@gnu.org>
10332
10333 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10334 in text-mode too. Change to new face names.
10335 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10336 Add `:weight bold' attribute.
10337 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10338
10339 2005-03-19 Juri Linkov <juri@jurta.org>
10340
10341 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10342
10343 * international/mule.el (auto-coding-alist): Sync with
10344 `auto-mode-alist' by adding upper case archive file extensions
10345 and adding ear/war to jar extension.
10346
10347 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10348
10349 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10350 running, restart it.
10351
10352 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10353
10354 * finder.el (finder-current-item): Throw an error on an empty line.
10355
10356 * man.el (Man-follow-manual-reference): If current-word returns
10357 nil, use "".
10358
10359 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10360
10361 * simple.el (goto-line): Doc fix.
10362
10363 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10364
10365 * files.el (save-buffer): Doc fix.
10366
10367 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10368
10369 * recentf.el (recentf-cleanup-remote): New variable.
10370 (recentf-cleanup): Use it to conditionally check availability of
10371 remote files.
10372
10373 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10374
10375 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10376 function names.
10377
10378 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10379
10380 * language/thai-word.el: New file.
10381
10382 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10383
10384 * files.el (backup-buffer): If the file's directory is not
10385 writable, use copy instead of move to backup the file.
10386
10387 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10388
10389 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10390
10391 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10392
10393 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10394 Use functionp instead of symbolp and fboundp. Reported by Drkm
10395 <darkman_spam@yahoo.fr>.
10396 (ps-print-version): New version 6.6.6.
10397
10398 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10399
10400 * textmodes/table.el (table--line-column-position): New idiom.
10401 (table--row-column-insertion-point-p): New function to test
10402 validity of row and column insertion operation at a location.
10403 (table-global-menu, table-cell-menu): Use above functions for
10404 deterministic test operation.
10405 (table--editable-cell-p): Behave in deterministic fashion.
10406
10407 2005-03-18 Juri Linkov <juri@jurta.org>
10408
10409 * isearch.el (isearch-lazy-highlight-new-loop):
10410 Make arguments beg and end optional.
10411 (isearch-update): Remove optional arguments nil from
10412 isearch-lazy-highlight-new-loop.
10413 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10414 isearch-lazy-highlight-case-fold-search instead of
10415 isearch-case-fold-search, and let-bind isearch-regexp to
10416 isearch-lazy-highlight-regexp.
10417 Use isearch-lazy-highlight-last-string instead of isearch-string.
10418
10419 * replace.el (perform-replace): Remove bindings of global
10420 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10421 Add three new arguments to `replace-highlight'.
10422 (replace-highlight): Add arguments string, regexp, case-fold.
10423 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10424 to allow isearch-lazy-highlight-new-loop to use these values
10425 to set corresponding isearch-lazy-highlight-* internal
10426 variables whose values lazy highlighting will use regardless of
10427 changes to global variables isearch-string, isearch-regexp,
10428 isearch-case-fold-search during lazy highlighting loop.
10429 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10430 to `lazy-highlight-cleanup'.
10431
10432 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10433 (ispell-highlight-face): Set default face to `isearch' when
10434 lazy highlighting is enabled.
10435 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10436 priority to 1. Add lazy highlighting.
10437 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10438 from `isearch-dehighlight'.
10439
10440 2005-03-18 David Ponce <david@dponce.com>
10441
10442 * files.el (hack-local-variables): Do a case-insensitive search
10443 for End.
10444
10445 2005-03-18 Juri Linkov <juri@jurta.org>
10446
10447 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10448 `isearch-lazy-highlight-cleanup', add alias to old name and
10449 declare obsolete. Add release numbers to other obsolete vars.
10450 (isearch-done, isearch-lazy-highlight-new-loop):
10451 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10452 (lazy-highlight-cleanup) <variable>: Doc fix.
10453 (isearch-lazy-highlight-update): Rename obsolete
10454 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10455
10456 2005-03-18 Kenichi Handa <handa@m17n.org>
10457
10458 * language/thai-util.el: Fix categorization of Thai characters in
10459 thai-category-table.
10460 (thai-composition-pattern): Adjust it for the above change.
10461 (thai-self-insert-command, thai-compose-syllable): New functions.
10462 (thai-compose-region): Use thai-compose-syllable.
10463 (thai-compose-string): Likewise.
10464 (thai-composition-function): Likewise.
10465 (thai-auto-composition): New function.
10466 (thai-auto-composition-mode): New minor mode.
10467
10468 * language/thai.el: Fix patterns to be registered in
10469 composition-function-table.
10470
10471 * international/quail.el (quail-input-method): Locally bind
10472 inhibit-modification-hooks to t.
10473
10474 2005-03-17 Richard M. Stallman <rms@gnu.org>
10475
10476 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10477 (perl-mode): Use run-mode-hooks.
10478
10479 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10480 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10481 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10482
10483 * mail/sendmail.el (sendmail-send-it): Reenable the code
10484 to compute resend-to-address and use it.
10485
10486 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10487
10488 * image-mode.el: New file.
10489
10490 * image.el (insert-sliced-image): Add autoload cookie.
10491
10492 * font-lock.el (font-lock-lines-before): New user option.
10493 (font-lock-after-change-function): Obey it.
10494
10495 * bindings.el (esc-map): Make M-g a prefix.
10496 Bind M-g g and M-g M-g to goto-line.
10497
10498 * faces.el (face-id): Doc fix.
10499
10500 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10501
10502 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10503 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10504 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10505
10506 * mail/sendmail.el (mail-yank-ignored-headers)
10507 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10508 Add Mail-Followup-To and Mail-Reply-To headers.
10509 (mail-citation-hook): Add autoload cookie.
10510 (mail-mode): Doc fix.
10511 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10512 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10513 (mail-mode-fill-paragraph): Handle those headers.
10514 (mail-mailing-lists): New variable.
10515 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10516
10517 2005-03-17 Juri Linkov <juri@jurta.org>
10518
10519 * isearch.el (isearch-fallback): Check for `(car previous)'
10520 before calling `isearch-other-end-state'.
10521
10522 2005-03-17 Kim F. Storm <storm@cua.dk>
10523
10524 * simple.el (move-beginning-of-line): Move to beginning of buffer
10525 line, as well as beginning of screen line.
10526
10527 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10528
10529 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10530 argument REDRAW rather than calendar-redrawing variable.
10531 * calendar/calendar.el (calendar-redrawing): Delete.
10532 (redraw-calendar): Do not bind calendar-redrawing.
10533
10534 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10535
10536 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10537 diary-file buffer.
10538
10539 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * help.el (describe-mode): Allow a :minor-mode-function property to
10542 specify a different minor mode toggle function than the variable.
10543 * simple.el (auto-fill-function):
10544 * subr.el (add-minor-mode): Use it.
10545
10546 2005-03-16 Kenichi Handa <handa@m17n.org>
10547
10548 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10549 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10550 (ethio-fidel-to-sera-buffer): Likewise.
10551
10552 2005-03-16 Juri Linkov <juri@jurta.org>
10553
10554 * emacs-lisp/find-func.el (find-function-regexp):
10555 Add defun-emitting macro `menu-bar-make-toggle'.
10556
10557 * isearch.el: Put `isearch-scroll' property to
10558 `split-window-horizontally'.
10559
10560 * info.el: Update error messages for `debug-ignored-errors'.
10561 (Info-isearch-search): Doc fix.
10562 (Info-find-node): Move up code to go into info buffer before
10563 recording the node to the history.
10564 (Info-fontify-node): Fontify titles only if the next line
10565 has two or more `*', `=', `-', `.'.
10566 Display "go to this node" for empty (match-string 3).
10567
10568 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10569
10570 * term/mac-win.el: Add mouse pointer shape constants.
10571
10572 2005-03-15 Kim F. Storm <storm@cua.dk>
10573
10574 * simple.el (move-beginning-of-line): Use vertical-motion.
10575
10576 2005-03-15 Juri Linkov <juri@jurta.org>
10577
10578 * isearch.el (isearch-error): New variable.
10579 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10580 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10581 (isearch-within-brackets-state): Remove.
10582 (isearch-case-fold-search-state, isearch-pop-fun-state):
10583 Decrease frame index.
10584 (isearch-mode, isearch-top-state, isearch-push-state)
10585 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10586 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10587 (isearch-search, isearch-lazy-highlight-new-loop):
10588 Replace `isearch-invalid-regexp' with `isearch-error'.
10589 Remove `isearch-within-brackets'.
10590 (isearch-search): Add `search-failed' handler to `condition-case'.
10591 (isearch-lazy-highlight-search): Add `condition-case' to catch
10592 errors and allow `isearch-lazy-highlight-update' to try
10593 highlighting from the beginning of the window.
10594 (isearch-repeat): Move up code to set isearch-wrapped to t
10595 before calling isearch-wrap-function.
10596
10597 * info.el (Info-isearch-initial-node): New internal variable.
10598 (Info-search): Signal an error in isearch mode when search leaves
10599 the initial node. Signal an error when `bound' is non-nil and
10600 nothing was found in the current subfile.
10601 (Info-isearch-search): Remove `condition-case'.
10602 (Info-isearch-wrap): Don't wrap when search failed during leaving
10603 the initial node. If `Info-isearch-search' is nil, wrap around
10604 the current node.
10605 (Info-isearch-start): New fun.
10606 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10607 `isearch-mode-hook'.
10608
10609 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10610
10611 * simple.el (normal-erase-is-backspace): Set default to t if
10612 running on Mac.
10613
10614 * term/mac-win.el (function-key-map): Sync with x-win.el.
10615
10616 2005-03-15 Kenichi Handa <handa@m17n.org>
10617
10618 * international/mule-cmds.el (locale-language-names): Modify the
10619 format of elements and add more entries.
10620 (locale-preferred-coding-systems): Add more entries.
10621 (set-locale-environment): Adjust for the change of
10622 locale-language-names.
10623
10624 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * pcvs.el (smerge-ediff): Remove bogus autoload.
10627
10628 2005-03-14 Lute Kamstra <lute@gnu.org>
10629
10630 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10631 Ignore a `*' at the beginning of a line.
10632
10633 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10634 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10635 subr.el.
10636 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10637 to specify indentation.
10638
10639 * generic.el (define-generic-mode): Let generic-mode-list be a
10640 list of strings; test membership with equal.
10641
10642 2005-03-14 Kim F. Storm <storm@cua.dk>
10643
10644 * simple.el (next-line, previous-line): Add optional try-vscroll
10645 arg to recognize interactive use. Pass it on to line-move.
10646 (line-move): Don't perform auto-window-vscroll when defining or
10647 executing keyboard macro to ensure consistent behavior.
10648
10649 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10650
10651 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10652
10653 2005-03-13 Lute Kamstra <lute@gnu.org>
10654
10655 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10656 debugger-setup-buffer so that backtrace marks the frames set to
10657 debug-on-exit and we don't have to do it manually. Set an extra
10658 debug-on-exit for macro's.
10659 (debugger-setup-buffer): Don't mark the top frame manually.
10660
10661 2005-03-12 Lute Kamstra <lute@gnu.org>
10662
10663 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10664 lisp-indent-function throughout.
10665 (with-no-warnings): Set lisp-indent-function property.
10666
10667 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10668
10669 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10670 Add entry for backslash.
10671
10672 2005-03-12 Juri Linkov <juri@jurta.org>
10673
10674 * info.el (Info-search): Four fixes for backward search.
10675
10676 2005-03-11 Jay Belanger <belanger@truman.edu>
10677
10678 * calc/calc.el (calc-language-alist): New variable.
10679 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10680 (calc-embedded-find-modes): Use calc-language-alist instead of
10681 calc-embedded-language-alist.
10682
10683 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10684
10685 * calendar/calendar.el (calendar-redrawing): New internal
10686 variable.
10687 (redraw-calendar): Remove bogus save-excursion from previous
10688 change. Bind calendar-redrawing to t for mark-diary-entries.
10689 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10690 calendar if that is why we were called.
10691
10692 2005-03-11 Kenichi Handa <handa@m17n.org>
10693
10694 * international/mule.el (make-coding-system): Set property
10695 coding-system-define-form to nil.
10696 (define-coding-system-alias): Likewise.
10697
10698 2005-03-11 Kenichi Handa <handa@m17n.org>
10699
10700 These changes are suggested by Dave Love <fx@gnu.org>.
10701
10702 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10703 coding: tag.
10704 (adaptive-fill-regexp): Add more bullets.
10705 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10706 regexps.
10707
10708 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * help.el (describe-mode): Properly handle non-trivial lighters.
10711 Don't ignore minor modes that are not listed in minor-mode-list.
10712
10713 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10714 feature ON when the user requests to turn it OFF.
10715
10716 2005-03-10 Lute Kamstra <lute@gnu.org>
10717
10718 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10719 (implement-debug-on-entry): New function to replace debug-entry-code.
10720 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10721 second argument as the 2005-03-07 change makes it obsolete.
10722 (debug-on-entry, cancel-debug-on-entry): Update call to
10723 debug-on-entry-1.
10724 (debug, debugger-setup-buffer): Comment update.
10725 (debugger-frame-number): Update to work with implement-debug-on-entry.
10726
10727 2005-03-10 Jay Belanger <belanger@truman.edu>
10728
10729 * calc/calc-embed.el (math-ms-args): Declare it.
10730 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10731 math-ms-args.
10732 (calc-embedded-subst): Use math-multi-subst-rec to substitute
10733 variables.
10734
10735 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
10736
10737 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10738 Use message-box.
10739
10740 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10741 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10742 (tooltip-gud-tips): Simplify.
10743 (tooltip-gud-tips-p): Remove superfluous :set.
10744 (tooltip-gud-modes): Add fortran-mode.
10745 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10746
10747 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10748
10749 2005-03-09 Kim F. Storm <storm@cua.dk>
10750
10751 * play/animate.el (animate-place-char): Use forward-line instead
10752 of next-line to improve performance.
10753
10754 2005-03-09 Simon Josefsson <jas@extundo.com>
10755
10756 * net/browse-url.el (browse-url-default-browser): Doc fix.
10757
10758 2005-03-09 Miles Bader <miles@gnu.org>
10759
10760 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10761 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10762
10763 2005-03-09 Kenichi Handa <handa@m17n.org>
10764
10765 * international/latin-1.el: Set case and syntax for 255 only if
10766 set-case-syntax-set-multibyte is nil.
10767
10768 * textmodes/ispell.el (ispell-insert-word): New function.
10769 (ispell-word): Use ispell-insert-word to insert a new word.
10770 (ispell-process-line): Likewise.
10771 (ispell-complete-word): Likewise.
10772
10773 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10774
10775 * calendar/calendar.el (redraw-calendar): Preserve point.
10776 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10777 (calendar-week-start-day): Move after definition of
10778 redraw-calendar. Delete buffer test, since redraw-calendar has
10779 that now.
10780
10781 * calendar/diary-lib.el (mark-diary-entries): Only call
10782 redraw-calendar in the first of any recursive calls.
10783 Reported by Alan Shutko <ats@acm.org>.
10784
10785 2005-03-08 Juri Linkov <juri@jurta.org>
10786
10787 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
10788 (html-horizontal-rule, html-line, html-image, html-checkboxes)
10789 (html-radio-buttons): Add a space before the trailing `/>' where
10790 sgml-xml-mode is non-nil.
10791 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
10792 the subsequent tag of the empty XML tag.
10793 (html-href-anchor): Don't set initial input to "http:".
10794 (html-image): Ask for the image URL and set point inside alt="".
10795 (html-name-anchor): Duplicate the name in the `id' attribute when
10796 sgml-xml-mode is non-nil.
10797 (html-paragraph): Remove \n before <p>.
10798 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
10799 instead of `checked' when sgml-xml-mode is non-nil.
10800
10801 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
10802 Remove 1 space before #RRGGBB to not truncate it on terminal
10803 windows w/o fringes. Remove 1 space between bg and fg examples
10804 to get more space.
10805 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
10806 avoid byte-compile warnings.
10807
10808 * image-file.el (image-file-handler): Put `safe-magic' property to
10809 `image-file-handler'.
10810
10811 * info.el (Info-isearch-search): Emulate word search in
10812 isearching through multiple Info nodes with Info-search.
10813 (Info-isearch-wrap): Allow isearch-word.
10814
10815 2005-03-08 Lute Kamstra <lute@gnu.org>
10816
10817 * emacs-lisp/debug.el (debugger-step-through): Make sure that
10818 stepping into the debugger's code is not possible.
10819 (debugger-jumping-flag): Docstring update.
10820
10821 2005-03-08 Jay Belanger <belanger@truman.edu>
10822
10823 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
10824 embedded mode begins.
10825 (calc-embedded-language-alist): New variable.
10826 (calc-embedded-find-modes): Use calc-embedded-language-alist to
10827 set default language mode.
10828
10829 2005-03-08 Kenichi Handa <handa@m17n.org>
10830
10831 * international/ccl.el (define-ccl-program): Fix docstring about
10832 extra 256 bytes assured for the output buffer.
10833
10834 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10835 Fix BUFFER_MAGNIFICATION to 2.
10836 (ccl-encode-mule-utf-16be-with-signature): Likewise.
10837
10838 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
10839
10840 * align.el (align-rules-list): Added an alignment rule for CSS
10841 declarations (applies to css-mode and html-mode buffers).
10842
10843 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
10846
10847 2005-03-07 Kim F. Storm <storm@cua.dk>
10848
10849 * simple.el (move-beginning-of-line): New command.
10850
10851 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
10852
10853 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
10854
10855 * emulation/cua-base.el: Put CUA move property on move-end-of-line
10856 and move-beginning-of-line.
10857
10858 * apropos.el (apropos-print): Omit command from M-x ... RET.
10859
10860 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
10861
10862 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
10863 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
10864
10865 2005-03-06 Richard M. Stallman <rms@gnu.org>
10866
10867 * bindings.el (esc-map): Bind M-g to goto-line.
10868
10869 * facemenu.el (global-map): Bind M-o, not M-g.
10870
10871 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10872
10873 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
10874 "Open Directory" as for "Open File".
10875
10876 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
10877
10878 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
10879 (push-mark-command): Run activate-mark-hook.
10880
10881 2005-03-06 Richard M. Stallman <rms@gnu.org>
10882
10883 * help-mode.el (help-mode-finish): Don't alter the element
10884 in view-return-to-alist if there already is one.
10885
10886 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
10887 make sure the current buffer is the expected one.
10888
10889 * novice.el (disabled-command-function): Output in *Disabled Command*.
10890 Explicitly ignore non-keyboard events, and explicitly handle C-g.
10891
10892 * textmodes/flyspell.el (flyspell-large-region):
10893 Pass args differently for aspell.
10894
10895 * files.el (mode-require-final-newline): Doc fix.
10896
10897 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10898
10899 * progmodes/which-func.el (which-function):
10900 Specify NOERROR when calling imenu--make-index-alist.
10901
10902 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * simple.el (normal-erase-is-backspace): Define default value.
10905
10906 * custom.el (custom-theme-set-variables): Remove unused var
10907 `immediate'.
10908 (custom-reevaluate-setting): Simple function to handle variables
10909 that are defined before their default value can really be
10910 computed.
10911
10912 * startup.el (command-line): Use it for temporary-file-directory,
10913 small-emporary-file-directory, auto-save-file-name-transforms,
10914 blink-cursor-mode, and normal-erase-is-backspace.
10915
10916 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
10917 progress, even with buggy anchored keywords.
10918
10919 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
10920
10921 * simple.el (goto-line): Remove unbalanced final parenthesis.
10922
10923 2005-03-05 Richard M. Stallman <rms@gnu.org>
10924
10925 * simple.el (goto-line): Use a number at point as the default.
10926 With C-u as arg, switch buffers.
10927
10928 2005-03-05 Juri Linkov <juri@jurta.org>
10929
10930 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
10931 with `no-blinking-cursor'.
10932
10933 * startup.el (no-blinking-cursor): New defvar.
10934 (command-line): Add `--no-blinking-cursor' to longopts.
10935 Set `no-blinking-cursor' to t for command line arguments
10936 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
10937 with `no-blinking-cursor' in the condition for calling
10938 `blink-cursor-mode'.
10939
10940 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
10941
10942 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
10943 (menu-bar-options-save): Add blink-cursor-mode.
10944 (menu-bar-options-menu): Add blink-cursor-mode.
10945
10946 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
10947
10948 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
10949 (icalendar-export-file, icalendar-export-region)
10950 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
10951 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
10952
10953 2005-03-04 Lute Kamstra <lute@gnu.org>
10954
10955 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
10956 (debug-function-list): Ditto.
10957
10958 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
10959
10960 * textmodes/texinfmt.el (texinfo-append-refill):
10961 Redefine the types of line to which @refill
10962 is not appended by replacing a search for `@refill\\|@bye' with
10963 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
10964 itemize@refill' bug and the unfilled long lines bug.
10965 (texinfmt-version): Update number and date.
10966
10967 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
10968
10969 * international/code-pages.el (windows-1250, windows-125[2-8])
10970 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
10971
10972 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
10975 bound yet.
10976
10977 2005-03-02 Romain Francoise <romain@orebokech.com>
10978
10979 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
10980 buffer after removing limits.
10981 (ibuffer-pop-filter): Ditto.
10982 Update copyright.
10983
10984 2005-03-02 Miles Bader <miles@gnu.org>
10985
10986 * button.el (make-text-button): If the user doesn't specify a
10987 type, use the default. Rewrite to use `add-text-properties' and
10988 plist functions.
10989
10990 2005-03-01 Lute Kamstra <lute@gnu.org>
10991
10992 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
10993 (debugger-jumping-flag): New var.
10994 (debug-entry-code): Use it.
10995 (debugger-jump): Use debugger-jumping-flag and add
10996 debugger-reenable to post-command-hook.
10997 (debugger-reenable): Use debugger-jumping-flag and remove itself
10998 from post-command-hook.
10999 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11000 debugger-reenable.
11001
11002 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11003
11004 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11005 inclusion of "itemize\\|", which may be unnecessary, is certainly
11006 inelegant, and stops refilling in itemize lists when formatting
11007 Japanese Texinfo files to Info.
11008 Update copyright to 2005.
11009
11010 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11011
11012 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11013 of an error if GDB can't find the source file.
11014
11015 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11016
11017 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11018 not just the calendar.
11019
11020 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11021 first.
11022 (diary-redraw-calendar): New function.
11023 (make-diary-entry): Add diary-redraw-calendar to local
11024 write-contents-functions. Turn off selective display before
11025 inserting in diary.
11026
11027 2005-03-01 Kim F. Storm <storm@cua.dk>
11028
11029 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11030
11031 2005-03-01 Lute Kamstra <lute@gnu.org>
11032
11033 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11034 that debug-entry-code can be safely removed from a function while
11035 this code is being evaluated. Revert the 2005-02-27 change as the
11036 new implementation no longer requires it. Make sure that a
11037 function body containing just a string is not mistaken for a docstring.
11038 (debug): Skip one more frame in case of debug on entry.
11039 (debugger-setup-buffer): Delete one more frame line in case of
11040 debug on entry.
11041 (debugger-frame-number): Update to use the new text introduced by
11042 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11043
11044 2005-02-28 Kim F. Storm <storm@cua.dk>
11045
11046 * double.el (double-translate-key): Call force-window-update after
11047 read-event to avoid crash in redisplay.
11048
11049 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11052 (debug): Use it. Move the inhibit-trace earlier.
11053 (debug-entry-code): New const.
11054 (debug-on-entry-1): Use it.
11055
11056 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11057
11058 * international/utf-16.el (ccl-encode-mule-utf-16le):
11059 Fix BUFFER_MAGNIFICATION to 2.
11060 (ccl-encode-mule-utf-16be): Likewise.
11061
11062 2005-02-28 Kenichi Handa <handa@m17n.org>
11063
11064 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11065 Fix BUFFER_MAGNIFICATION to 4.
11066 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11067
11068 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11069
11070 * speedbar.el (speedbar-update-flag): Doc fix.
11071 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11072 argument.
11073
11074 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11077 have a non-nil `invisible' property but are actually visible.
11078
11079 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11080 for perldoc sections.
11081 (perl-outline-regexp, perl-outline-level): New var and function.
11082 (perl-mode): Use them.
11083
11084 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11085
11086 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11087 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11088
11089 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11090
11091 * cus-edit.el: Comment change.
11092 (custom-buffer-create-internal): Slightly reword text at top of
11093 Custom buffers. Mention there that saving an option edits the
11094 init file. Add link to Emacs manual node on `custom-file'.
11095 (custom-magic-alist): Rewrite individual State messages to use
11096 capitalized keywords. Doc fix.
11097
11098 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11099
11100 * calendar/calendar.el (calendar-buffer): Move above
11101 calendar-week-start-day.
11102 (calendar-week-start-day): Doc fix. Add :set function.
11103 (calendar-minimum-window-height): New variable.
11104 (generate-calendar-window): Only resize window if selected-window
11105 is displaying the calendar buffer. Use new variable
11106 calendar-minimum-window-height.
11107 (generate-calendar): Reword error message.
11108 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11109
11110 2005-02-27 Andreas Schwab <schwab@suse.de>
11111
11112 * vc.el (vc-do-command): Don't run command asynchronously when
11113 operating in a remote directory.
11114
11115 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11116 change from sync with Tramp 2.0.47.
11117
11118 2005-02-27 Richard M. Stallman <rms@gnu.org>
11119
11120 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11121
11122 * textmodes/flyspell.el (flyspell-mode-on):
11123 Call ispell-change-dictionary only if necessary.
11124
11125 * emacs-lisp/re-builder.el (regexp-builder): New function.
11126
11127 * register.el (describe-register-1): Explicitly handle
11128 yank-excluded-properties = t.
11129
11130 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11131 (custom-magic-alist): Change the status descriptions again.
11132 (face widget-type): Total rewrite based on `restricted-sexp'
11133 to eliminate the confusing double hiding levels.
11134
11135 * emacs-lisp/debug.el (debug-on-entry-1):
11136 If function body is empty, add nil as body form.
11137
11138 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11139
11140 * emacs-lisp/trace.el (inhibit-trace): New var.
11141 (trace-make-advice): Use it.
11142
11143 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11144
11145 2005-02-26 Kim F. Storm <storm@cua.dk>
11146
11147 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11148 (mouse-on-link-p, mouse-drag-region-1): Use it.
11149
11150 2005-02-25 Lute Kamstra <lute@gnu.org>
11151
11152 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11153
11154 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11155
11156 * frame.el (blink-cursor-mode): Add :group keyword.
11157
11158 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11159
11160 * calendar/icalendar.el (icalendar--decode-isodatetime):
11161 New optional argument DAY-SHIFT.
11162 (icalendar-export-region): Fix coding-system-for-write.
11163 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11164 events by one.
11165
11166 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11167
11168 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11169
11170 2005-02-24 Kim F. Storm <storm@cua.dk>
11171
11172 * international/iso-acc.el (iso-accents-compose): Fix crash
11173 during redisplay. Call force-window-update after read-event
11174 and delete-region to signal that window is not accurate.
11175
11176 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11177
11178 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11179 Remove unused and inexistent var `inhibit-trace'.
11180 (debugger-mode): Use run-mode-hooks.
11181 (debugger-list-functions): Add buttons; setup xref stack.
11182
11183 2005-02-23 Richard M. Stallman <rms@gnu.org>
11184
11185 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11186 appointment says it was explicitly made.
11187 (appt-add): Set the 3rd element.
11188 (appt-make-list): Preserve explicit appointments.
11189
11190 * subr.el (find-tag-default): Catch errors in forward-sexp.
11191
11192 2005-02-23 Juri Linkov <juri@jurta.org>
11193
11194 * info.el (Info-isearch-search): New defcustom.
11195 (Info-isearch-search): Call the default isearch function
11196 when Info-isearch-search is nil.
11197 (Info-isearch-wrap): Use variable Info-isearch-search.
11198
11199 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11200
11201 * cus-edit.el: Comment change.
11202
11203 2005-02-22 Kim F. Storm <storm@cua.dk>
11204
11205 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11206 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11207
11208 2005-02-22 Simon Josefsson <jas@extundo.com>
11209
11210 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11211 New variable.
11212 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11213 Oskarsson" <myrkraverk@users.sourceforget.net>.
11214
11215 2005-02-22 Kim F. Storm <storm@cua.dk>
11216
11217 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11218 check that window of that event is the selected window.
11219 (mouse-drag-region-1): Compare mouse event window to selected
11220 window before setting point.
11221
11222 * tooltip.el (tooltip-show-help-function): Pass event to
11223 mouse-on-link-p so it can check selected window.
11224
11225 2005-02-22 Kenichi Handa <handa@m17n.org>
11226
11227 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11228 (ps-mule-show-warning): New function.
11229 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11230 characters are found.
11231
11232 * ps-print.el (ps-header-footer-string): Return a list of header
11233 and footer strings.
11234
11235 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11236
11237 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11238
11239 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11240
11241 * frame.el (blink-cursor-mode): Use define-minor-mode.
11242
11243 * term/mac-win.el (function-key-map): Use char-names more consistently.
11244 (file-name-coding-system): Only set it for MacOS-9. The other case is
11245 already handled in mule-cmds.el (where it also works when mac-win.el
11246 is not used).
11247
11248 2005-02-21 Kenichi Handa <handa@m17n.org>
11249
11250 * international/mule.el (ctext-pre-write-conversion): Always use
11251 " *code-converting-work*" buffer for work.
11252
11253 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11254
11255 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11256
11257 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11258
11259 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11260
11261 * ses.el (undo-more): Restore defadvice, but only the part that
11262 allows changes outside the restricted area of the buffer.
11263
11264 2005-02-20 Kim F. Storm <storm@cua.dk>
11265
11266 * simple.el (line-move): Add fourth optional arg try-vscroll which
11267 must be set to perform auto-window-vscroll.
11268 When moving backwards and doing auto-window-vscroll, automatically
11269 vscroll to the last part of lines which are taller than the window.
11270 (next-line, previous-line): Set try-vscroll arg on line-move.
11271
11272 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11273
11274 * replace.el (query-replace, query-replace-regexp)
11275 (replace-string, replace-regexp): When operating on region, make
11276 the minibuffer prompt say so.
11277
11278 * isearch.el (isearch-forward): Document isearch-query-replace and
11279 isearch-query-replace-regexp keybindings.
11280
11281 2005-02-19 Jay Belanger <belanger@truman.edu>
11282
11283 * calc/calc-aent.el (math-read-token): Add local variable.
11284
11285 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11286 (calc-edit-top): Move declaration to earlier in file.
11287 (calc-edit-macro-repeats): Add local variables.
11288
11289 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11290 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11291 calcFunc-tanh.
11292 Adjust integration rule for calcFunc-tan.
11293
11294 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11295
11296 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11297 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11298 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11299 (viper-skip-separators): Bug fix.
11300 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11301 particular major mode.
11302 (viper-del-backward-char-in-replace): Don't put deleted char on the
11303 kill ring.
11304
11305 * viper-ex.el (viper-color-display-p): New function.
11306 (viper-has-face-support-p): Use viper-color-display-p.
11307
11308 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11309
11310 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11311
11312 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11313 (viper-file-remote-p): Make equivalent to file-remote-p.
11314
11315 * viper.el (viper-major-mode-modifier-list):
11316 Use viper-gnus-modifier-map.
11317
11318 2005-02-19 David Kastrup <dak@gnu.org>
11319
11320 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11321 quoting.
11322
11323 2005-02-19 Jay Belanger <belanger@truman.edu>
11324
11325 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11326 Remove extra definitions.
11327 (calc-coth): New function.
11328 (calcFunc-cot): Fix `let'.
11329
11330 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11331
11332 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11333 the reasons we use "type pc" in these faces.
11334
11335 * button.el (button): Ditto.
11336
11337 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11338
11339 * replace.el (query-replace-read-from): Set the value of
11340 query-replace-from-history-variable to handle the case of an empty
11341 string entered to accept the suggested default.
11342
11343 * net/tramp.el (tramp-file-name-for-operation):
11344 Use dired-call-process instead of dired-call-process-command.
11345
11346 2005-02-19 Jay Belanger <belanger@truman.edu>
11347
11348 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11349 (math-div-non-trig): New variables.
11350 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11351 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11352 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11353 trig expressions.
11354
11355 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11356
11357 * progmodes/gdb-ui.el (gdb-var-update-handler)
11358 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11359 for watch expressions,
11360 (gdb-var-create-handler): Don't set speedbar-update-flag.
11361 (gdb-post-prompt): Simplify test for speedbar.
11362
11363 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11364
11365 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11366 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11367 we use the syntax table of the correct buffer.
11368 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11369 Felix Gatzemeier.
11370
11371 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11372 (ediff-file-remote-p): Make synonymous with file-remote-p.
11373 In all deffaces ediff-*-face-*, use min-colors.
11374
11375 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11376 ediff-recurse-to-subdirectories.
11377 (ediff-mark-if-equal): Check that the arguments are strings, use
11378 ediff-same-contents (after to Felix Gatzemeier).
11379
11380 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11381 nil.
11382
11383 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11384
11385 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11386
11387 2005-02-18 David Kastrup <dak@gnu.org>
11388
11389 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11390 use `mark-active' when defined.
11391
11392 2005-02-18 Kenichi Handa <handa@m17n.org>
11393
11394 * ps-print.el (ps-font-info-database): New entry
11395 ZapfChancery-MediumItalic with correct font name. Fix font name
11396 of the entry Zapf-Chancery-MediumItalic.
11397
11398 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11399
11400 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11401
11402 2005-02-16 Kim F. Storm <storm@cua.dk>
11403
11404 * ido.el (ido-fallback-command): Pass user input to fallback command.
11405
11406 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11407
11408 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11409 (gdb-find-file-hook): Add server prefix.
11410
11411 2005-02-16 Richard M. Stallman <rms@gnu.org>
11412
11413 * replace.el (perform-replace): Pass new args to replace-highlight.
11414 (replace-highlight): Take region args,
11415 and pass them to isearch-lazy-highlight-new-loop.
11416
11417 * novice.el (disabled-command-hook): Autoload the defalias
11418 and the make-obsolete-variable call.
11419
11420 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11421
11422 * isearch.el (isearch-lazy-highlight-start-limit)
11423 (isearch-lazy-highlight-end-limit): New variables limit
11424 the region for highlighting.
11425 (isearch-lazy-highlight-new-loop): New args BEG and END.
11426 (isearch-lazy-highlight-search): Use the new vars.
11427 (isearch-lazy-highlight-update): Likewise.
11428
11429 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11430
11431 * cus-start.el (all): Use default-boundp.
11432
11433 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11434
11435 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11436
11437 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11438
11439 * autorevert.el (auto-revert-stop-on-user-input)
11440 (auto-revert-verbose): Doc fixes.
11441
11442 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11443
11444 * international/mule-cmds.el (set-locale-environment): Remove call
11445 to set-selection-coding-system on Windows.
11446
11447 2005-02-15 Jay Belanger <belanger@truman.edu>
11448
11449 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11450 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11451 calcFunc-coth.
11452 (math-simplify-sqrt): Add simplifications.
11453
11454 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11455 to list.
11456
11457 * calc/calc-ext.el: Add functions to autoloads.
11458
11459 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11460 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11461 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11462 (math-csc-raw, math-cot-raw): New functions.
11463
11464 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11465
11466 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11467 the variable name in a message.
11468
11469 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11470 calcFunc-csc, calcFunc-cot.
11471
11472 * calc/calcalg2.el: Add derivative and integration rules for
11473 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11474 calcFunc-csch, calcFunc-coth.
11475 (math-do-integral-methods): Add to checks for when to use
11476 substitutions.
11477
11478 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11479
11480 2005-02-15 Lute Kamstra <lute@gnu.org>
11481
11482 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11483 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11484 <monnier@iro.umontreal.ca>
11485 (lisp-outline-level): Improve efficiency. Suggested by David
11486 Kastrup <dak@gnu.org>.
11487
11488 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11489
11490 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11491 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11492 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11493 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11494 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11495
11496 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11497
11498 * cus-start.el (all): Comment change.
11499
11500 2005-02-14 Lute Kamstra <lute@gnu.org>
11501
11502 * cus-start.el (all): Check if symbol is void.
11503
11504 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11505
11506 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11507 optional argument to \cite.
11508
11509 2005-02-14 Richard M. Stallman <rms@gnu.org>
11510
11511 * cus-edit.el (custom-buffer-create-internal): Update help message.
11512 (custom-magic-alist): Update help messages.
11513
11514 * cus-start.el (all): Allow a var to specify a standard value.
11515
11516 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11517
11518 * custom.el (custom-theme-set-variables): Handle variable aliases.
11519
11520 * frame.el (blink-cursor-timer): Doc fix.
11521 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11522 declare obsolete.
11523 (blink-cursor-mode): Define with defcustom and use correct
11524 standard expression in that defcustom.
11525 * startup.el (command-line): Adapt to above changes in frame.el.
11526
11527 2005-02-11 Lute Kamstra <lute@gnu.org>
11528
11529 * apropos.el (apropos-score-doc): Prevent division by zero.
11530
11531 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11532
11533 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11534 (icalendar--get-event-property-attributes)
11535 (icalendar--get-event-properties)
11536 (icalendar--datetime-to-diary-date): New functions.
11537 (icalendar--split-value): Doc fix.
11538 (icalendar--datetime-to-noneuropean-date)
11539 (icalendar--datetime-to-european-date): New optional argument
11540 SEPARATOR. Return result as a string instead of a list.
11541 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11542 (icalendar--convert-string-for-export): Rename arg S to STRING.
11543 (icalendar-export-region): Doc fix. Change name of error buffer.
11544 Save output buffer.
11545 (icalendar-import-file): Add blank at end of prompt.
11546 (icalendar-import-buffer): Doc fix. Do not switch to error
11547 buffer. Indicate status in return value.
11548 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11549 buffer. Save output buffer. Handle exception from recurrence
11550 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11551 events. Fix problems with weekly all-day events.
11552
11553 2005-02-10 Richard M. Stallman <rms@gnu.org>
11554
11555 * simple.el (eval-expression-print-format):
11556 Avoid warning about edebug-active.
11557
11558 * help.el (help-for-help-internal): Rename from help-for-help.
11559 (help-for-help): Define with defalias.
11560
11561 * font-core.el (font-lock-default-function): Use with-no-warnings.
11562
11563 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11564
11565 * custom.el (defface): Doc fix.
11566
11567 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11568
11569 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11570 width 0" to prevent word wrapping problems.
11571
11572 2005-02-09 Kim F. Storm <storm@cua.dk>
11573
11574 * ido.el (ido-file-extensions-order): New defcustom.
11575 (ido-file-extension-lessp, ido-file-extension-aux)
11576 (ido-file-extension-order): New advanced file ordering.
11577 (ido-file-lessp): New simple file ordering.
11578 (ido-sort-list): Remove.
11579 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11580 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11581
11582 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11583
11584 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11585 that some versions of grep produce.
11586 (grep-mode-font-lock-keywords): Likewise.
11587
11588 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11589
11590 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11591 (gdb-cdir): Delete.
11592 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11593 (gdb-source-info): Treat case when source file is in another
11594 directory properly.
11595 (gdb-get-location): New function.
11596
11597 2005-02-07 Jay Belanger <belanger@truman.edu>
11598
11599 * calc/calc-prog.el (calc-write-parse-table-part)
11600 (calc-fix-token-name): Fix a check for language type.
11601
11602 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11603
11604 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11605
11606 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11607 as directory not writable.
11608
11609 2005-02-07 Kim F. Storm <storm@cua.dk>
11610
11611 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11612 (cua--standard-movement-commands): Remove list.
11613 Instead, set CUA property value to move for movement commands.
11614 (cua-movement-commands): Remove. Users must set CUA prop instead.
11615 (cua--pre-command-handler): Check CUA property.
11616 (cua--init-keymaps): Don't remap undo commands.
11617 (cua-mode): Don't call cua--rectangle-on-off.
11618
11619 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11620 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11621 (cua--rect-undo-set-point): New var.
11622 (cua--rectangle-undo-boundary): Setup undo apply entry.
11623 (cua--rect-undo-handler): New function for rectangle undo.
11624 (cua--rect-start-position, cua--rect-end-position): Add.
11625 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11626 for restored rectangle. Set point if cua--rect-undo-set-point.
11627
11628 2005-02-06 Jay Belanger <belanger@truman.edu>
11629
11630 * calc/calc-lang.el (calc-tex-language): Display more information
11631 in messages.
11632
11633 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11634 in TeX mode.
11635
11636 2005-02-06 Richard M. Stallman <rms@gnu.org>
11637
11638 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11639
11640 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11641
11642 * net/ldap.el (ldap-search-internal): Support attributes with
11643 optional descriptions separated by a semi-colon, as in
11644 "userCertificate;binary".
11645
11646 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11647
11648 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11649 isn't a cons (i.e. the version is 0).
11650
11651 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11652
11653 * help.el (help-for-help): Doc fix.
11654
11655 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11656
11657 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11658 GDB-Windows on the menu-bar as this works better.
11659
11660 2005-02-04 Jay Belanger <belanger@truman.edu>
11661
11662 * calc/calc-embed.el (calc-embedded-update): Don't put in
11663 unnecessary newlines. Adjust the end of formula marker.
11664
11665 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11666 (math-latex-parse-two-args): New function.
11667
11668 2005-02-03 Lute Kamstra <lute@gnu.org>
11669
11670 * help-fns.el (help-with-tutorial): Make sure that users cannot
11671 remove the entire text of the tutorial by means of `undo'.
11672
11673 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11676 in recent changes, where the ispell process was repeatedly
11677 killed & restarted.
11678
11679 * international/mule-cmds.el (set-locale-environment): Set file-name
11680 coding system to utf-8 on Darwin systems.
11681 (set-default-coding-systems): Don't set default-file-name-coding-system
11682 on Darwin systems.
11683
11684 2005-02-03 Richard M. Stallman <rms@gnu.org>
11685
11686 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11687
11688 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11689
11690 * faces.el (list-faces-display): Add optional argument.
11691
11692 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11693
11694 * font-core.el (font-lock-default-function): Handle the rare case where
11695 only font-lock-keywords is set.
11696
11697 2005-02-02 Kenichi Handa <handa@m17n.org>
11698
11699 * international/characters.el: Cancel previous change for
11700 I-WITH-DOT-ABOVE and DOTLESS-i.
11701
11702 * international/latin-5.el: Cancel previous change.
11703
11704 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11705
11706 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11707
11708 2005-02-02 Kenichi Handa <handa@m17n.org>
11709
11710 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11711 DOTLESS-i.
11712
11713 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11714 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11715
11716 * case-table.el (get-upcase-table): New function.
11717 (copy-case-table): Copy upcaes table too if non-nil.
11718 (set-case-syntax-delims): Maintain upcase table too.
11719 (set-case-syntax-pair): Likewise.
11720 (set-upcase-syntax, set-downcase-syntax): New functions.
11721 (set-case-syntax): Maintain upcase table too.
11722
11723 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11724
11725 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11726
11727 * progmodes/gud.el (gud-goto-info): New function.
11728 (gud-tool-bar-map): Use correct icon.
11729
11730 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11731
11732 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11733 When delegating, order args in the funcall correctly.
11734
11735 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11736
11737 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11738
11739 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
11740
11741 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11742 buffer not visiting a file.
11743
11744 2005-01-31 Jay Belanger <belanger@truman.edu>
11745
11746 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11747 bound on the line with the formula.
11748
11749 2005-01-31 Kim F. Storm <storm@cua.dk>
11750
11751 * ses.el (ses-create-cell-variable-range)
11752 (ses-destroy-cell-variable-range, ses-reset-header-string)
11753 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11754 (ses-insert-row): Fix format of apply undo entries.
11755
11756 2005-01-31 Jay Belanger <belanger@truman.edu>
11757
11758 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11759 parts.
11760
11761 * calc/calc-embed.el (calc-embedded-open-formula)
11762 (calc-embedded-close-formula): Ignore matrix environments.
11763
11764 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11765 TeX mode.
11766
11767 * calc/calc-lang.el (math-function-table, math-oper-table)
11768 (math-variable-table): Adjust the LaTeX portions.
11769
11770 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11771 (math-latex-ignore-words): New constant.
11772
11773 2005-01-31 Richard M. Stallman <rms@gnu.org>
11774
11775 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11776 (ispell-local-dictionary): Doc fix.
11777 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11778 Don't reinitialize at run time. Don't defcustom.
11779 All uses changed to append ispell-local-dictionary-alist,
11780 or check it first.
11781 (ispell-current-dictionary): New variable for dictionary in use.
11782 (ispell-dictionary): Now used only for global default.
11783 (ispell-start-process): Set ispell-current-dictionary,
11784 not ispell-dictionary.
11785 (ispell-change-dictionary): Use this only for setting
11786 user preferences.
11787 (ispell-internal-change-dictionary): New function
11788 to change the current dictionary in use.
11789 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
11790 Use ispell-current-dictionary.
11791 Handle ispell-local-dictionary-overridden.
11792 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
11793
11794 2005-01-31 Jay Belanger <belanger@truman.edu>
11795
11796 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
11797
11798 * calc/calc-ext.el: Add calc-latex-language to autoloads.
11799 (calc-mode-map): Add calc-latex-language.
11800
11801 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
11802 (math-latex-print-frac): New functions.
11803 (math-oper-table, math-function-table, math-variable-table)
11804 (math-complex-format, math-input-filter): Add latex properties.
11805 (calc-set-language): Set math-expr-special-function-mapping.
11806
11807 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
11808 (calc-write-parse-table-part): Add LaTeX support.
11809
11810 * calc/calc.el (calc-language): Adjust docstring.
11811 (calc-set-mode-line): Add LaTeX support.
11812 (math-expr-special-function-mapping): New variable.
11813 (math-tex-ignore-words): Add to list.
11814
11815 * calc/calccomp.el (math-compose-expr, math-compose-rows):
11816 Add LaTeX support.
11817 (math-compose-expr): Add support for special functions.
11818
11819 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
11820
11821 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
11822
11823 * progmodes/gdb-ui.el (gdb-memory-address)
11824 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
11825 (gdb-memory-mode-map, gdb-memory-format-keymap)
11826 (gdb-memory-format-menu, gdb-memory-unit-keymap)
11827 (gdb-memory-unit-menu): New variables for a buffer
11828 that lets the user examine program memory.
11829 (gdb-memory-set-address, gdb-memory-set-repeat-count)
11830 (gdb-memory-format-binary, gdb-memory-format-octal)
11831 (gdb-memory-format-unsigned, gdb-memory-format-signed)
11832 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
11833 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
11834 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11835 (gdb-memory-unit-byte, gdb-memory-unit-menu)
11836 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
11837 (gdb-memory-mode, gdb-memory-buffer-name)
11838 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
11839 New functions for above buffer.
11840
11841 2005-01-30 Richard M. Stallman <rms@gnu.org>
11842
11843 * cus-edit.el (custom-bury-buffer): Function deleted.
11844 (custom-buffer-done-function): Option deleted.
11845 (custom-buffer-done-kill): New (replacement option.
11846 (Custom-buffer-done): Call quit-window.
11847 (custom-buffer-create-internal): Update for above changes.
11848
11849 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
11850
11851 * simple.el (undo-ask-before-discard): New var.
11852 (undo-outer-limit-truncate): Implement it.
11853 (undo-extra-outer-limit): Doc update.
11854
11855 2005-01-29 Richard M. Stallman <rms@gnu.org>
11856
11857 * ses.el (undo-more): Delete defadvice.
11858 (ses-begin-change): Doc fix.
11859
11860 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
11861 instead of rebinding C-x u and C-_.
11862
11863 * files.el (normal-backup-enable-predicate): Return nil for files
11864 in /tmp, regardless of temporary-file-directory.
11865
11866 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
11867
11868 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
11869 (open-rectangle, delete-whitespace-rectangle-line)
11870 (clear-rectangle-line): If FILL, pass t instead of FILL
11871 for move-to-column's 2nd arg.
11872
11873 * simple.el (undo): Fix the test for continuing a series of undos.
11874 (undo-more): Set pending-undo-list to t when we reach end.
11875 (pending-undo-list): Move up defvar.
11876
11877 * wid-edit.el (widget-button-click):
11878 Shorten the range of the track-mouse binding.
11879
11880 * comint.el (comint-insert-input): Undo previous changes;
11881 use last-input-event in interactive spec.
11882
11883 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11884
11885 * progmodes/compile.el (compilation-start): Bind buffer-read-only
11886 to nil before invoking call-process. Reset buffer's modified flag
11887 after fontifying it in the no-async branch.
11888
11889 * wid-edit.el (widget-specify-button): If mouse pointer shape
11890 cannot be changed, use mouse face instead.
11891
11892 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
11893
11894 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11895 (gdb-goto-breakpoint): Make breakpoint handling work on template
11896 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
11897 (gdb-assembler-custom): Update to recognize breakpoint information
11898 added on 2005-01-19.
11899
11900 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
11901
11902 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
11903 (dsssl-mode): Use define-derived-mode.
11904 (scheme-mode-initialize): Remove.
11905 (scheme-mode): Use run-mode-hooks.
11906
11907 * cus-edit.el (customize-group-other-window)
11908 (custom-buffer-create-other-window): Don't override special-display-*.
11909 (custom-mode-map): Make it dense.
11910
11911 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
11912 sets the default value.
11913
11914 2005-01-28 Eli Zaretskii <eliz@gnu.org>
11915
11916 * descr-text.el: Add more keywords.
11917
11918 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * speedbar.el: Avoid unnecessary use of locate-library.
11921
11922 * international/mule-cmds.el (standard-display-european-internal):
11923 Don't fiddle with latin-1 non-break space any more since it's now
11924 special cased in the C code.
11925 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
11926
11927 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
11928
11929 * cus-start.el (all): Add `undo-outer-limit'.
11930
11931 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11932
11933 * textmodes/bibtex.el (bibtex-format-entry):
11934 Use `bibtex-empty-field-re' only on the text of fields, not on entire
11935 field lines.
11936 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
11937 not on part of a buffer.
11938
11939 2005-01-25 Lute Kamstra <lute@gnu.org>
11940
11941 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
11942 nonempty field text strings like "{letters\\macro{}more letters}".
11943 Clarify docstring.
11944 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
11945 (bibtex-entry-offset, bibtex-parse-association)
11946 (bibtex-parse-field-name): Fix typos in docstrings.
11947 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
11948
11949 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
11950
11951 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
11952 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
11953 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
11954 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
11955
11956 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
11957 isearch minor mode.
11958
11959 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
11960
11961 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
11962
11963 2005-01-24 Lute Kamstra <lute@gnu.org>
11964
11965 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
11966 CASECHARS and NOT-CASECHARS regular expressions of the
11967 "nederlands" and "nederlands8" dictionaries to prevent a "Range
11968 striding over charsets" error.
11969
11970 2005-01-24 Jay Belanger <belanger@truman.edu>
11971
11972 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
11973 display variable name.
11974
11975 2005-01-24 Kenichi Handa <handa@m17n.org>
11976
11977 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
11978 Fix setting of the element of encoded-kbd-iso2022-invocations.
11979
11980 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
11981
11982 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11983 (gdb-threads-select): Change to also accept mouse events.
11984 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
11985 (gdb-threads-mouse-select): Delete.
11986
11987 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
11988
11989 * files.el (insert-directory): Take care of empty directory,
11990 listed without -a switch.
11991
11992 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * textmodes/refill.el (refill-post-command-function):
11995 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
11996 to the list of functions that we should be careful not to undo.
11997 (refill-late-fill-paragraph-function): Remove.
11998 (refill-saved-state): New var.
11999 (refill-mode): Use it to save fill-paragraph-function.
12000 Save also the value of auto-fill-function.
12001
12002 * term/w32-win.el: Simplify code.
12003
12004 2005-01-23 Kim F. Storm <storm@cua.dk>
12005
12006 * simple.el (line-move): Adapt to new return value from
12007 pos-visible-in-window-p.
12008
12009 * simple.el (line-move): Fix last change. Check partial
12010 visibility at point rather than at window-start.
12011
12012 2005-01-22 Jason Rumney <jasonr@gnu.org>
12013
12014 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12015
12016 2005-01-22 David Kastrup <dak@gnu.org>
12017
12018 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12019
12020 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12021
12022 * type-break.el (type-break-mode): Add a test for
12023 type-break-file-name being non-nil.
12024
12025 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12026
12027 * net/eudc.el (top level): Call (message "") via progn, so that
12028 eudc-options-file is loaded.
12029
12030 2005-01-22 Kim F. Storm <storm@cua.dk>
12031
12032 * simple.el (line-move-1): Rename from line-move.
12033 (line-move): New function that adjusts vscroll for partially
12034 visible rows, and calls line-move-1 otherwise.
12035
12036 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12037
12038 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12039 since it's not a complete read-event implementation
12040
12041 2005-01-20 Jay Belanger <belanger@truman.edu>
12042
12043 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12044 for called function.
12045
12046 2005-01-20 Steven Tamm <steventamm@mac.com>
12047
12048 * term/mac-win.el (process-connection-type): Remove.
12049 Controlled now by s/darwin.h:PTY_ITERATION.
12050
12051 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12052
12053 * window.el (handle-select-window): Don't switch window when we're
12054 in the minibuffer.
12055
12056 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12057
12058 * subr.el (dotimes-with-progress-reporter): New macro.
12059
12060 * ses.el (ses-dotimes-msg): Remove macro.
12061 Use `dotimes-with-progress-reporter' instead.
12062
12063 2005-01-19 Steven Tamm <steventamm@mac.com>
12064
12065 * term/mac-win.el (process-connection-type): Use new
12066 operating-system-release variable to use ptys on Darwin 7 (OS X
12067 10.3) when using carbon build.
12068
12069 2005-01-19 Jay Belanger <belanger@truman.edu>
12070
12071 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12072 flags if the last command was a tab or M-tab.
12073
12074 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12075 in formula editing buffer.
12076
12077 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12078
12079 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12080 breakpoint image symbol in margin.
12081
12082 2005-01-19 Jay Belanger <belanger@truman.edu>
12083
12084 * calc/calc-prog.el (calc-execute-kbd-macro):
12085 Ignore calc-keep-arg-flag.
12086
12087 2005-01-19 Kenichi Handa <handa@m17n.org>
12088
12089 * textmodes/ispell.el (ispell-looking-at): New function.
12090 (ispell-process-line): Use ispell-looking-at to compare the ispell
12091 output and the buffer contents.
12092
12093 2005-01-18 Jay Belanger <belanger@truman.edu>
12094
12095 * calc/calc.el (calc-display-raw): Fix docstring.
12096
12097 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12098
12099 * simple.el (blink-matching-open): Strip extra info from syntax.
12100
12101 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12102 funny chars in the end-of-here-doc marker.
12103
12104 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12105
12106 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12107 that enable/disabled state of breakpoints is shown correctly in
12108 fringe and on ttys.
12109 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12110 Add breakpoint information as text properties.
12111 (gdb-mouse-toggle-breakpoint):
12112 Rename to gdb-mouse-set-clear-breakpoint.
12113 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12114 breakpoints in the margin.
12115 (gdb-remove-strings): Simplify.
12116
12117 2005-01-17 Jay Belanger <belanger@truman.edu>
12118
12119 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12120 erasing buffer.
12121
12122 2005-01-17 Richard M. Stallman <rms@gnu.org>
12123
12124 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12125 for calling grep-compute-defaults.
12126
12127 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12128 if buffer is empty.
12129
12130 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12131
12132 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12135
12136 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12137 non-preloaded variables.
12138
12139 2005-01-17 Steven Tamm <steventamm@mac.com>
12140
12141 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12142 tex-shell cause to force interactivity when using pipes.
12143
12144 2005-01-17 Kim F. Storm <storm@cua.dk>
12145
12146 * simple.el (just-one-space): Make arg optional.
12147
12148 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12149
12150 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12151 posn-at-x-y to t to access left-margin.
12152
12153 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12154
12155 Sync with Tramp 2.0.47.
12156
12157 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12158 catching keep-date problems in cp/scp operations.
12159 (tramp-handle-copy-file): Don't call `set-file-modes'
12160 unconditionally. Specialized functions should know better what is
12161 necessary. This improves performance a little bit, and the
12162 functions could catch errors with `cp -p' and `scp -p'.
12163 (tramp-do-copy-or-rename-file-via-buffer)
12164 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12165 when appropriate.
12166 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12167 Call `set-file-modes' when appropriate.
12168 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12169 Johnsson <isak@hypergene.com>
12170 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12171 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12172 <joakim@verona.se>
12173 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12174 Emacs only.
12175
12176 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12177 `find-file-hooks' and `dired-mode-hook'.
12178 (tramp-minor-mode-map): Respective map. Add remapping for
12179 `compile' and `recompile'.
12180 (tramp-remap-command, tramp-recompile): New defuns.
12181 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12182 in buffer "*Compilation*". Call the commands asynchronously.
12183
12184 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12185 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12186 `shell-command', because it isn't magic in XEmacs. Reported by
12187 Adrian Aichner <adrian@xemacs.org>.
12188
12189 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12190 `substitute-in-file-name.
12191 (tramp-smb-handle-substitute-in-file-name): New defun.
12192 (tramp-smb-advice-PC-do-completion): Delete advice.
12193
12194 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12195
12196 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12197 Fix error in deleting region.
12198
12199 2005-01-15 Richard M. Stallman <rms@gnu.org>
12200
12201 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12202 In non-temp buffer, switch syntax table temporarily.
12203
12204 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12205
12206 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12207
12208 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12209
12210 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12211 (imenu--generic-function): Use START, not BEG, as pos of definition.
12212
12213 * simple.el (just-one-space): Argument specifies number of spaces.
12214
12215 * simple.el (eval-expression-print-format): Avoid warning
12216 about edebug-active.
12217
12218 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12219
12220 * progmodes/sh-script.el: Code copied from make-mode.el
12221 with small changes,
12222 (sh-mode-map): Bind C-c C-\.
12223 (sh-backslash-column, sh-backslash-align): New variables.
12224 (sh-backslash-region, sh-append-backslash): New functions.
12225
12226 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12227
12228 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12229 (rmail-pop-password, rmail-pop-password-required): Move to
12230 rmail-obsolete group.
12231 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12232 All callers updated.
12233 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12234 Take an argument specifying whether it is POP or IMAP mailbox we
12235 are using. All callers updated.
12236 (rmail-pop-password-error): Rename to
12237 rmail-remote-password-error. Added mailutils-specific error message.
12238 (rmail-movemail-search-path)
12239 (rmail-movemail-variant-in-use): New variables.
12240 (rmail-remote-password, rmail-remote-password-required):
12241 New customization variables.
12242 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12243 (rmail-parse-url): New function.
12244 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12245 with GNU mailutils movemail.
12246
12247 2005-01-15 Kevin Ryde <user42@zip.com.au>
12248
12249 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12250 suffix to space, $ or '$, to correctly position point when going
12251 to @table style constants like DBL_MAX.
12252
12253 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12254
12255 * type-break.el (type-break-mode, type-break-file-time)
12256 (type-break-file-keystroke-count, type-break-choose-file):
12257 Don't store data in or load data from the file if type-break-file-name
12258 is nil.
12259 (type-break-file-name): Doc update as per the above.
12260
12261 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12262
12263 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12264 lookup-key might return nil; handle that.
12265
12266 2005-01-15 Alan Mackenzie <acm@muc.de>
12267
12268 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12269 rather than the element found, thus enabling the tree to be setcar'd.
12270
12271 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12272
12273 * textmodes/org.el (org-show-following-heading): New option.
12274 (org-show-hierarchy-above): Use `org-show-following-heading'.
12275 (org-cycle): Documentation fix.
12276
12277 * textmodes/org.el (orgtbl-optimized): New option
12278 (orgtbl-mode): New command, a minor mode.
12279 (orgtbl-mode-map): New variable.
12280 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12281 (orgtbl-error, orgtbl-self-insert-command)
12282 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12283
12284 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12285 a local variable in each org-mode buffer.
12286
12287 * textmodes/org.el (org-set-regexps-and-options): Rename from
12288 `org-set-regexps'. Added checking for STARTUP keyword.
12289 (org-get-current-options): Add STARTUP options.
12290 (org-table-insert-row): Make mode intelligent about when
12291 realignment is needed.
12292 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12293 New commands.
12294 (org-enable-table-editor): New default value `optimized'.
12295 (org-table-blank-field): Support blanking regions if active.
12296
12297 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12298
12299 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12300 if the year is not given.
12301
12302 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12303 Add new escapes %m and %M, fixed bug with %F by adding
12304 save-match-data.
12305 (reftex-reference): Remove ?. from list of spaces.
12306 (reftex-label-info): Add automatic label prefix recognition.
12307
12308 * textmodes/reftex-index.el (reftex-index-next-phrase):
12309 Add slave parameter to call of `reftex-index-this-phrase'.
12310 (reftex-index-this-phrase): New optional argument.
12311 (reftex-index-region-phrases): Add slave parameter to call of
12312 `reftex-index-this-phrase'.
12313 (reftex-display-index): New argument redo.
12314 (reftex-index-rescan): Add 'redo to arguments of
12315 `reftex-display-index'.
12316 (reftex-index-Rescan, reftex-index-revert)
12317 (reftex-index-switch-index-tag): Add 'redo to arguments of
12318 `reftex-display-index'.
12319 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12320 indexing. Fix bug with matching is there is a quote before or
12321 after the word.
12322
12323 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12324 Fix bug when collecting citation keys in lines with comments.
12325 (reftex-citation): Prefix argument no longer rescans the document,
12326 but forces prompting for optional arguments of cite macros.
12327 (reftex-do-citation): Prompting for optional arguments implemented.
12328
12329 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12330 Add optional arguments to most cite commands.
12331 (reftex-cite-cleanup-optional-args): New option
12332 (reftex-cite-prompt-optional-args): New option.
12333 (reftex-trust-label-prefix): New option.
12334
12335 * textmodes/reftex-toc.el (reftex-toc-find-section):
12336 Add push-mark before changing the position in the buffer.
12337
12338 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12339 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12340
12341 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12342
12343 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12344 more carefully.
12345
12346 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12347
12348 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12349 (sgml-mode): Use it.
12350 (sgml-get-context): Better keep track of implicitly closed tags.
12351
12352 2005-01-13 Kenichi Handa <handa@m17n.org>
12353
12354 * textmodes/ispell.el: These changes are to fix misalignment error
12355 caused by equivalent characters of different Emacs charsets.
12356 (ispell-unified-chars-table): New variable.
12357 (ispell-get-decoded-string): New function.
12358 (ispell-get-casechars, ispell-get-not-casechars)
12359 (ispell-get-otherchars): Call ispell-get-decoded-string.
12360
12361 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12362
12363 * custom.el (custom-declare-variable): Just put symbol instead
12364 of (defvar . symbol) in `current-load-list'.
12365
12366 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12367
12368 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12369
12370 2005-01-12 Jay Belanger <belanger@truman.edu>
12371
12372 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12373 to create a Calc summary.
12374
12375 2005-01-12 Kim F. Storm <storm@cua.dk>
12376
12377 * mouse.el (mouse-on-link-p): Change functionality and doc
12378 string to comply with latest description in lisp ref.
12379
12380 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12381
12382 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12383 Enable mouse clicks on mode-line, header-line and margin.
12384 (event-type): Give mouse event symbols an 'event-kind property
12385 with value 'mouse-click.
12386
12387 2005-01-12 Juri Linkov <juri@jurta.org>
12388
12389 * facemenu.el (list-colors-display): Add new arg buffer-name.
12390 Use it. Fix docstring. Replace code for identifying duplicate
12391 colors by the name with call to `list-colors-duplicates' which
12392 identifies duplicate colors by the value unless the color
12393 is one of special Windows colors. Set truncate-lines to t.
12394 Print sorted duplicate color names on each line. Indent to 22
12395 \(the longest color name in rgb.txt) instead of 20. Optimize.
12396 (list-colors-duplicates): New function.
12397 (facemenu-color-name-equal): Delete function.
12398
12399 * facemenu.el (list-colors-print): New function created from code
12400 in list-colors-display. Print #RRGGBB at the window right edge.
12401 (list-colors-display): When temp-buffer-show-function is not
12402 defined, call list-colors-print from temp-buffer-show-hook
12403 to get the right value of window-width in list-colors-print
12404 after the buffer is displayed.
12405
12406 * simple.el (pop-mark): Move deactivate-mark out of conditional
12407 part to deactivate the active mark regardless of the state of the
12408 mark ring.
12409
12410 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12411 variables line in desktop files.
12412
12413 2005-01-12 Juri Linkov <juri@jurta.org>
12414
12415 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12416 Bring together isearch highlight related options.
12417 (lazy-highlight): Replace group `replace' by `matching'.
12418 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12419 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12420 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12421 and declare them obsolete.
12422 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12423 (isearch-faces): Remove defgroup.
12424 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12425 Move isearch highlighting code closer to lazy highlighting code.
12426
12427 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12428 (query-replace-highlight, query-replace-lazy-highlight)
12429 (query-replace): Move definitions to the beginning of the file.
12430
12431 2005-01-11 Juri Linkov <juri@jurta.org>
12432
12433 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12434 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12435 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12436
12437 * info.el (Info-history-forward): New variable.
12438 (Info-select-node): Reset Info-history-forward to nil.
12439 (Info-last): Turn into defalias.
12440 (Info-history-back): Rename from Info-last.
12441 Add current node to Info-history-forward.
12442 (Info-history-forward): New fun.
12443 (Info-mode-map): Replace Info-last by Info-history-back.
12444 Bind Info-history-forward to "r".
12445 (Info-mode-menu): Replace Info-last by Info-history-back.
12446 Fix menu item text. Add menu item for Info-history-forward.
12447 (info-tool-bar-map): Replace Info-last by Info-history-back.
12448 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12449 for Info-history-forward.
12450 (Info-mode): Replace Info-last by Info-history-back in docstring.
12451 Add local variable Info-history-forward.
12452 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12453
12454 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12455
12456 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12457 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12458 Ignore select-window events rather than fiddle with
12459 mouse-autoselect-window.
12460
12461 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12462
12463 * type-break.el (type-break-mode): Fix previous change.
12464
12465 2005-01-10 Jay Belanger <belanger@truman.edu>
12466
12467 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12468 calculator; only reset when point is inside a calculator.
12469 Don't adjust the window height if the window takes up the whole height
12470 of the frame.
12471
12472 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12473
12474 * ebuff-menu.el (Electric-buffer-menu-mode):
12475 Preserve value of buffer-local var header-line-format.
12476
12477 2005-01-09 Jay Belanger <belanger@truman.edu>
12478
12479 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12480 Make sure settings file exists before accessing it.
12481
12482 * calc/calc-embed.el (calc-embedded-subst):
12483 Replace math-multi-subst-rec, which is only supposed to be called
12484 by math-multi-subst, by math-multi-subst.
12485
12486 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12487
12488 * vc.el (vc-allow-async-revert): New user option.
12489 (vc-disable-async-diff): New internal variable.
12490 (vc-revert-buffer): Use them to disable asynchronous diff.
12491
12492 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12493 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12494 asynchronously if vc-disable-async-diff is t.
12495
12496 2005-01-09 Jay Belanger <belanger@truman.edu>
12497
12498 * calc/calc.el (defcalcmodevar): New macro.
12499 (calc-mode-var-list-restore-default-values)
12500 (calc-mode-var-list-restore-saved-values): New functions.
12501 (calc-mode-var-list): Use defcalcmodevar to define it.
12502 (calc-always-load-extensions, calc-line-numbering)
12503 (calc-line-breaking, calc-display-just, calc-display-origin)
12504 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12505 (calc-group-char, calc-point-char, calc-frac-format)
12506 (calc-prefer-frac, calc-hms-format, calc-date-format)
12507 (calc-float-format, calc-full-float-format, calc-complex-format)
12508 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12509 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12510 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12511 (calc-matrix-brackets, calc-language, calc-language-option)
12512 (calc-left-label, calc-right-label, calc-word-size)
12513 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12514 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12515 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12516 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12517 (calc-window-height, calc-display-trail, calc-show-selections)
12518 (calc-use-selections, calc-assoc-selections)
12519 (calc-display-working-message, calc-auto-why, calc-timing)
12520 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12521 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12522 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12523 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12524 (calc-gnuplot-geometry, calc-graph-default-resolution)
12525 (calc-graph-default-resolution-3d, calc-invocation-macro)
12526 (calc-show-banner): Use defcalcmodevar to declare them and set
12527 their default values.
12528
12529 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12530 instead of default values (but restore default values if there is
12531 an argument of 0).
12532
12533 2005-01-09 David Kastrup <dak@gnu.org>
12534
12535 * desktop.el (desktop-restore-eager): Fix typo in type.
12536
12537 2005-01-08 Richard M. Stallman <rms@gnu.org>
12538
12539 * cus-edit.el (customize): Delete :link.
12540
12541 2005-01-08 Jay Belanger <belanger@truman.edu>
12542
12543 * calc/calc.el (calc-mode): Remove the extension from the
12544 `calc-settings-file' file name when loading it.
12545
12546 2005-01-08 Kim F. Storm <storm@cua.dk>
12547
12548 * info.el (Info-mode-map, Info-next-link-keymap)
12549 (Info-prev-link-keymap, Info-up-link-keymap):
12550 Map follow-link to mouse-face.
12551 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12552
12553 2005-01-08 Jay Belanger <belanger@truman.edu>
12554
12555 * calc/calc.el (calc-settings-file): Change default value.
12556 Suggested by cgw in a comment in calc-mode.el.
12557
12558 * calc/calc-mode.el (calc-settings-file-name):
12559 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12560 Replace ~/.emacs in a prompt by calc-settings-file.
12561
12562 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12563
12564 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12565 (desktop-lazy-idle-delay): New customizable variables.
12566 (desktop-buffer-args-list): New variable.
12567 (desktop-append-buffer-args): New function.
12568 (desktop-save): Call desktop-append-buffer-args for some buffers.
12569 (desktop-lazy-create-buffer): New function.
12570 (desktop-idle-create-buffers): New function.
12571 (desktop-read): Add message about buffers to restore lazily.
12572 (desktop-lazy-abort): New command.
12573 (desktop-clear): Call desktop-lazy-abort.
12574 (desktop-lazy-complete): New command.
12575
12576 2005-01-06 Richard M. Stallman <rms@gnu.org>
12577
12578 * emacs-lisp/find-func.el (find-face-definition):
12579 Rename from find-face.
12580
12581 2005-01-06 Kim F. Storm <storm@cua.dk>
12582
12583 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12584
12585 * man.el (Man-xref-man-page, Man-xref-header-file)
12586 (Man-xref-normal-file): Add follow-link property.
12587
12588 2005-01-06 Jay Belanger <belanger@truman.edu>
12589
12590 * calc/calc-units.el: Make sure the proper macro definitions are
12591 available when compiling.
12592
12593 2005-01-06 Juri Linkov <juri@jurta.org>
12594
12595 * isearch.el (isearch-lazy-highlight-update):
12596 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12597
12598 2005-01-06 Miles Bader <miles@gnu.org>
12599
12600 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12601 (isearch-lazy-highlight-face): Use new name.
12602
12603 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12604
12605 * uniquify.el (uniquify-rationalize-file-buffer-names):
12606 Re-add an interactive spec.
12607 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12608 to the same name.
12609
12610 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12611 (isearch-update, isearch-done): Adjust calls accordingly.
12612
12613 2005-01-05 Richard M. Stallman <rms@gnu.org>
12614
12615 * custom.el (custom-set-variables, custom-theme-set-variables):
12616 Clarify documentation.
12617
12618 * emacs-lisp/find-func.el (find-variable)
12619 (find-variable-other-window, find-variable-other-frame):
12620 Fix the TYPE args to find-function-read and find-function-do-it.
12621 (find-function): Doc fix.
12622 (find-function-at-point): Replace function-at-point alias.
12623
12624 2005-01-04 Richard M. Stallman <rms@gnu.org>
12625
12626 * cus-face.el (custom-declare-face):
12627 Record defface in current-load-list.
12628
12629 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12630
12631 * emacs-lisp/find-func.el: Doc fixes.
12632 (find-face-regexp): New variable.
12633 (find-function-regexp-alist): New variable.
12634 (find-function-C-source): Third arg is now TYPE.
12635 (find-function-search-for-symbol): Handle general TYPE.
12636 (find-function-read, find-function-do-it): Handle general TYPE.
12637 (find-definition-noselect, find-face): New functions.
12638 (function-at-point): Alias deleted.
12639
12640 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12641
12642 * battery.el (display-battery-mode): Rename from display-battery.
12643 Handle the case where it gets turned off.
12644
12645 2005-01-04 Richard M. Stallman <rms@gnu.org>
12646
12647 * cus-edit.el (customize): Make :link point to user doc.
12648
12649 * man.el (Man-fontify-manpage): Turn off undo generation.
12650
12651 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12652
12653 2005-01-04 Andreas Schwab <schwab@suse.de>
12654
12655 * files.el (insert-directory): Only look for error lines in
12656 inserted text. Don't move too far after processing --dired markers.
12657
12658 2005-01-04 Richard M. Stallman <rms@gnu.org>
12659
12660 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12661 Don't expand if the character is @, period, dash, etc.
12662 (define-mail-abbrev): Quote names that contain problem characters.
12663
12664 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12665
12666 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12667
12668 2005-01-03 Richard M. Stallman <rms@gnu.org>
12669
12670 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12671 (query-replace-highlight, query-replace-lazy-highlight)
12672 (query-replace): Definitions moved up. Doc fix.
12673
12674 2005-01-03 Richard M. Stallman <rms@gnu.org>
12675
12676 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12677 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12678 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12679 (lazy-highlight-face): Rename from isearch-lazy-...
12680 Change all references to them.
12681
12682 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12683
12684 * cus-edit.el (custom-file): Doc fix for defcustom.
12685 (custom-file): The function no longer sets the variable
12686 `custom-file' to its return value.
12687
12688 * startup.el (command-line): No longer load `custom-file'.
12689
12690 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12691
12692 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12693
12694 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12695 Don't confuse module-prefixed identifiers for labels.
12696 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12697
12698 2005-01-02 Richard M. Stallman <rms@gnu.org>
12699
12700 * files.el (basic-save-buffer-1): Fix previous change.
12701
12702 * loadhist.el (file-loadhist-lookup): New function.
12703 (file-provides, file-requires): Use it.
12704
12705 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12706 instead of calculating the right size.
12707
12708 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12709
12710 * vc-svn.el (vc-svn-diff): Stay local if possible.
12711
12712 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12713
12714 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12715
12716 * files.el (hack-local-variables): Fix last change.
12717
12718 2005-01-02 Jay Belanger <belanger@truman.edu>
12719
12720 * calc/calc-yank.el (calc-edit-top): New variable.
12721 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12722 object. Change header properties.
12723 (calc-edit-finish, calc-edit-finish-stack-object)
12724 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12725 edited object.
12726 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12727 for the beginning of the edited object.
12728 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12729 for the beginning of the edited object.
12730 * calc/calc-prog.el (calc-edit-macro-finish-edit)
12731 (calc-finish-formula-edit, calc-macro-repeats)
12732 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12733 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12734 beginning of the edited object.
12735 (calc-user-define-edit): Change the header for editing macros.
12736 Remove unnecessary variable.
12737
12738 2005-01-01 Jay Belanger <belanger@truman.edu>
12739
12740 * calc/calc-yank.el (calc-edit-mode): Change default header.
12741 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12742 * calc/calc-store.el (calc-edit-variable): Change title to match new
12743 header.
12744 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12745 mode to match new header.
12746 (calc-user-define-edit): Change titles to include names of commands.
12747 (calc-finish-formula-edit): Adjust to handle new header.
12748 (calc-finish-macro-edit): Remove.
12749 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12750 (calc-edit-macro-command, calc-edit-macro-command-type)
12751 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12752 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12753 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12754 (calc-edit-macro-finish-edit): New functions.
12755 (calc-user-define-edit): Use new functions to edit named calc macros.
12756
12757 2005-01-01 Stefan <monnier@iro.umontreal.ca>
12758
12759 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12760
12761 * ses.el (copy-region-as-kill): Deactivate mark.
12762
12763 2005-01-01 Richard M. Stallman <rms@gnu.org>
12764
12765 * replace.el (occur-1): If the output buffer is also an input,
12766 don't kill it, rename it.
12767
12768 * faces.el (set-face-background, set-face-foreground): Doc fix.
12769
12770 * cus-face.el (custom-face-attributes): Fix :help-echo strings
12771 for :foreground and :background.
12772
12773 * dired.el (dired-view-command-alist): Variable deleted.
12774 (dired-view-file, dired-mouse-find-file-other-window):
12775 Delete the code to use it.
12776
12777 2005-01-01 Kim F. Storm <storm@cua.dk>
12778
12779 * image.el (insert-sliced-image): Use t for line-height property.
12780
12781 See ChangeLog.11 for earlier changes.
12782
12783 ;; Local Variables:
12784 ;; coding: iso-2022-7bit
12785 ;; End:
12786
12787 Copyright (C) 2005 Free Software Foundation, Inc.
12788 Copying and distribution of this file, with or without modification,
12789 are permitted provided the copyright notice and this notice are preserved.
12790
12791 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1