]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(MH_E_SRC): Renamed from MH-E-SRC per NMAKE restrictions. Suggested by
[gnu-emacs] / lisp / ChangeLog
1 2005-10-13 Bill Wohler <wohler@newt.com>
2
3 * makefile.w32-in (MH_E_SRC): Renamed from MH-E-SRC per NMAKE
4 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
5
6 2005-10-13 Kenichi Handa <handa@m17n.org>
7
8 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9 byte with `escape-glyph' face.
10
11 * international/fontset.el (ccl-encode-unicode-font): Lookup
12 utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode. Handle
13 the case that ucs-mule-to-mule-unicode translates a character to
14 ASCII (usually for IPA characters).
15
16 2005-10-12 Bill Wohler <wohler@newt.com>
17
18 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
19 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20 files in MH-E-SRC have been updated.
21 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22
23 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
26 (mixal-mode-syntax-table): Add \n as end-comment.
27 (mixal-operation-codes-alist): Immediately initialize to full value.
28 (mixal-add-operation-code): Remove.
29 (mixal-describe-operation-code): Make the arg non-optional.
30 Use the interactive spec instead.
31 Use mixal-operation-codes-alist rather than mixal-operation-codes.
32 (mixal-font-lock-keywords): Don't highlight comments here any more.
33 (mixal-font-lock-syntactic-keywords): New var.
34 (mixal-mode): Use it. Fix comment-start-skip.
35
36 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
37
38 * startup.el (command-line-x-option-alist): -nb => -nbi
39
40 2005-10-12 Kim F. Storm <storm@cua.dk>
41
42 * startup.el (fancy-splash-default-action): Discard mouse click in
43 the spash screen window, as it has no sensible meaning in the
44 next window to be selected. Fixes error reported by Jan D.
45
46 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
47
48 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
49
50 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
53 Try to fix up minor layout issues like indentation, line break, etc...
54 (mixal-mode-syntax-table): Don't try to specify comment syntax,
55 because it doesn't work.
56 (mixal-operation-codes): Add some more codes.
57 (mixal-font-lock-keywords): Process comments here.
58 (mixal-mode): mixasm no longer needs -g option.
59
60 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
61
62 * progmodes/sh-script.el (sh-tmp-file):
63 Use mktemp -t. Finish support for es and rc shells.
64
65 2005-10-11 Jay Belanger <belanger@truman.edu>
66
67 * calc/calcalg2.el (calc-integral): With an argument, compute the
68 definite integral.
69
70 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
71
72 * mouse.el (mouse-drag-region-1): Don't try to catch a
73 double-click when doing follow-link (it's overridden anyway).
74
75 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
76
77 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
78 (autoload-print-form-outbuf): Add docstring.
79
80 2005-10-11 Juri Linkov <juri@jurta.org>
81
82 * info.el (Info-mode-menu): Delete menu item "Edit".
83 (Info-mode): Delete description of Info-edit from docstring,
84 and rearrange descriptions of Info commands in the order
85 they are documented in the Info manual.
86
87 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * calendar/appt.el (appt-check): Use diary-selective-display var.
90
91 2005-10-10 Richard M. Stallman <rms@gnu.org>
92
93 * net/newsticker.el (newsticker-start, newsticker-show-news):
94 Add autoload cookies.
95
96 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
97
98 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
99
100 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
101
102 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
103
104 2005-10-10 Jay Belanger <belanger@truman.edu>
105
106 * calc/calc-arith.el (math-check-known-scalarp)
107 (math-check-known-matrixp): Check the values of arguments that are
108 variables.
109 (math-check-known-square-matrixp): New function.
110 (math-known-square-matrixp): Use math-check-known-square-matrixp.
111 (math-super-types): Add sqmatrix type.
112
113 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
114 mode name `square' to 'sqmatrix'.
115
116 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
117 mode name `square' to 'sqmatrix'.
118
119 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * progmodes/etags.el (select-tags-table-mode): Don't use
122 selective-display.
123 (tags-select-tags-table): Pass `button' to the action function.
124 (select-tags-table): Place the side-info on button properties rather
125 than in hidden text. Abbreviate file names.
126 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
127 (select-tags-table-select): Add `button' argument.
128 Get side-info from the button property rather than from hidden text.
129
130 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
131
132 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
133 (gud-speedbar-buttons): Preserve point if possible.
134 (gud-sentinel): Restore previous speedbar display type.
135
136 * progmodes/gdb-ui.el (gdba): Improve diagram.
137 (def-gdb-auto-update-handler, gdb-info-locals-handler)
138 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
139 Call get-buffer-window once.
140
141 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
144 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
145 (pascal-indent-command): Remove unused var `ind'.
146 (pascal-indent-case): Remove unused var `oldpos'.
147 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
148 since it's now used as a proper minor mode map.
149 (pascal-outline): Rename to pascal-outline-mode.
150 (pascal-outline-mode): Use define-minor-mode.
151 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
152 selective-display.
153
154 2005-10-10 Andreas Schwab <schwab@suse.de>
155
156 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
157 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
158
159 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
160 outside source directory.
161
162 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
163
164 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
165 C-x' as a prefix.
166 (orgtbl-mode-map): Full keymap instead of sparse, because all
167 `self-insert-command' keys are redefined in this map.
168 (org-export-as-html): Specify charset for HTML file, by taking it
169 from the coding system.
170
171 2005-10-10 Kenichi Handa <handa@m17n.org>
172
173 * textmodes/flyspell.el (flyspell-check-word-p):
174 If unread-command-events is non-empty, don't call sit-for.
175
176 2005-10-09 Richard M. Stallman <rms@gnu.org>
177
178 * font-lock.el (font-lock-syntactic-keywords)
179 (font-lock-keywords): Doc fixes.
180
181 * textmodes/flyspell.el (flyspell-external-point-words):
182 Simplify logic, and don't try to check for consecutive appearances
183 of one incorrect word.
184
185 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
186
187 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
188 separator.
189
190 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
191 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
192 (gud-expansion-speedbar-buttons): New function.
193 (gud-speedbar-buttons): Check for gud-comint-buffer.
194
195 2005-10-09 Bill Wohler <wohler@newt.com>
196
197 * Makefile.in (updates): Add mh-loaddefs dependency.
198
199 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
200
201 * speedbar.el (speedbar-file-key-map): Fix typo.
202
203 2005-10-09 Daniel Brockman <daniel@brockman.se>
204
205 * cus-start.el (line-spacing): Add custom spec.
206
207 2005-10-09 Romain Francoise <romain@orebokech.com>
208
209 * textmodes/ispell.el (ispell-check-version): Fix last change.
210
211 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
212
213 * term/x-win.el: Remove -i, --icon-type from comment.
214
215 * startup.el (command-line-x-option-alist): Remove options -i,
216 -itype, --icon-type, added -nb, --no-bitmap-icon
217
218 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
219
220 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
221 instead of :active.
222
223 2005-10-08 Eric Hanchrow <offby1@blarg.net>
224
225 * textmodes/ispell.el (ispell-check-version):
226 Ignore hyphen, and all that follows, in aspell's version text.
227
228 2005-10-08 Jay Belanger <belanger@truman.edu>
229
230 * calc/calc-arith.el (math-known-square-matrixp): New function.
231 (math-pow-fancy): Check for matrices before distributing exponent
232 across products.
233
234 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
235 fullscreen keypad. Suggested by Luc Teirlinck.
236 (calc-keypad-show-input): Add space for formatting.
237
238 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
239 Add square matrix option.
240
241 * calc/calc-poly.el (math-expand-term): Check for matrices instead
242 of checking calc-matrix-mode when deciding how to expand.
243
244 * calc/calc.el (calc-set-mode-line): Add square matrix option.
245
246 2005-10-08 Lars Hansen <larsh@soem.dk>
247
248 * net/tramp.el (tramp-perl-directory-files-and-attributes):
249 Add error handling.
250 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
251
252 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
253
254 Sync with Tramp 2.0.51.
255
256 * net/tramp.el (tramp-handle-set-visited-file-modtime)
257 (tramp-handle-insert-file-contents, tramp-handle-write-region):
258 Insert special handling for `last-coding-system-used', again
259 it still seems to be necessary (unlike stated before).
260 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
261 (tramp-password-prompt-regexp): There might be other words before
262 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
263 (tramp-chunksize): Improve docstring.
264 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
265 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
266 Christian Joergensen <bugs@razor.dk>.
267
268 2005-10-07 Glenn Morris <rgm@gnu.org>
269
270 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
271 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
272 precision'.
273
274 2005-10-07 Romain Francoise <romain@orebokech.com>
275
276 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
277 (ibuffer-do-shell-command-pipe-replace)
278 (ibuffer-do-shell-command-file, ibuffer-do-eval)
279 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
280 (ibuffer-do-revert, ibuffer-do-replace-regexp)
281 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
282 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
283 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
284 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
285 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
286 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
287 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
288 Autoload file sans suffix.
289
290 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
291
292 2005-10-07 David Ponce <david@dponce.com>
293
294 * recentf.el (recentf-menu-open-all-flag): New option.
295 (recentf-digit-shortcut-command-name): New function.
296 (recentf--shortcuts-keymap): New variable.
297 (recentf-menu-shortcuts): New variable.
298 (recentf-make-menu-items): Initialize it. Replace the "More..."
299 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
300 (recentf-menu-value-shortcut): New function.
301 (recentf-make-menu-item): Use it. No more in-lined.
302 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
303 (recentf-open-most-recent-file): Rename from
304 `recentf-open-file-with-key'. Don't depend on key binding.
305 (recentf-mode-map): New variable.
306 (recentf-mode): Use it.
307
308 2005-10-06 Bill Wohler <wohler@newt.com>
309
310 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
311
312 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
313 (MH-E-SRC): New. Used by mh-autoloads.
314 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
315 files in MH-E-SRC have been updated.
316 (compile, recompile, bootstrap): Depend on mh-autoloads.
317
318 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
319
320 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
321 gud-break and gud-remove icons when the fringe is not available.
322
323 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
324 Typo.
325
326 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
327
328 * play/zone.el (zone): Wrap body with save-window-excursion.
329
330 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
333 Use the new `list-only' arg to diary-list-entries.
334
335 * calendar/diary-lib.el: Use overlays rather than selective-display.
336 (diary-selective-display): New var.
337 (diary-header-line-format): Use it.
338 (diary-list-entries): Add argument `list-only'.
339 Put the buffer in diary-mode. Don't add \^M at beg and end.
340 Replace \^M by invisible overlays.
341 (diary-unhide-everything): Replace \^M by invisible overlays.
342 (print-diary-entries): Look for overlays rather than \^M.
343 Add a space to the temp buffer name.
344 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
345 Put the buffer in diary-mode.
346 (list-sexp-diary-entries): Replace \^M by invisible overlays.
347 (diary-anniversary): Make the year arg optional.
348 (diary-time-regexp): New const.
349 (diary-font-lock-keywords): Use it to accept a few more time formats.
350
351 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
352
353 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
354
355 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
356 Fix bug introduced 2005-07-03: Use (car (last ...))
357 to faithfully reproduce replaced artist-last.
358 (artist-set-arrow-points-for-poly): Likewise.
359 Suggested by Johan Bockg\e,Ae\e(Brd.
360
361 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
362
363 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
364 * wid-edit.el (widget):
365 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
366 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
367
368 2005-10-06 Kenichi Handa <handa@m17n.org>
369
370 * international/mule-cmds.el (set-language-environment):
371 Fix setting up of case-table for unibyte mode.
372
373 * simple.el (what-cursor-position): If the character is displayed
374 by some `display' text property, show that. Don't use
375 single-key-description for eight-bit characters in multibyte mode.
376
377 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
378
379 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
380 (gdb-ann3): Set it.
381 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
382 (gdb-info-frames-custom): Use inverse-video for first five
383 characters of selected frame only.
384 (gdb-get-frame-number): Select frame even when point is on frame
385 number.
386
387 2005-10-06 Masatake YAMATO <jet@gyve.org>
388
389 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
390 Put `font-lock-function-name-face'.
391 (gdb-info-frames-custom): Put `font-lock-function-name-face'
392 and `font-lock-variable-name-face'
393 (gdb-registers-font-lock-keywords): New font lock keywords definition.
394 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
395 (gdb-memory-font-lock-keywords): New font lock keywords definition.
396 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
397 (gdb-local-font-lock-keywords): New font lock keywords definition.
398 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
399 (gdb-threads-font-lock-keywords): New font lock keywords definition.
400 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
401
402 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
403
404 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
405 (ediff-merge-region-is-non-clash-to-skip): Previously called
406 ediff-merge-region-is-non-clash.
407
408 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
409 Use insert-buffer-substring.
410
411 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
412 selecting files to patch. Also bug fixes.
413
414 * ediff-util.el (ediff-setup): Bug fix.
415 (ediff-next-difference): Never skip clashes that differ in white
416 space only.
417
418 * ediff-wind.el (ediff-setup-control-frame)
419 (ediff-destroy-control-frame): Check the menubar feature.
420
421 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
422 (viper-refresh-mode-line): Use make-local-variable to localize
423 some vars instead of make-variable-buffer-local. Suggested by
424 Stefan Monnier.
425
426 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
427 (viper-restore-cursor-type, viper-set-insert-cursor-type):
428 Use make-local-variable instead of make-variable-buffer-local.
429 Suggested by Stefan Monnier.
430
431 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
432 (viper-comint-mode-hook): Use make-local-variable on
433 require-final-newline.
434 (viper-non-hook-settings): Don't use make-variable-buffer-local.
435
436 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
439 also the second char of a comment-start sequence.
440 (scheme-sexp-comment-syntax-table): New var.
441 (lambda, define): Set their scheme-doc-string-elt property.
442 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
443 Use lisp-font-lock-syntactic-face-function now that it properly
444 handles |...| symbols.
445 (scheme-mode-variables): Set lisp-doc-string-elt-property,
446 parse-sexp-lookup-properties and font-lock-extra-managed-props.
447
448 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
449 bit from # to |.
450 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
451
452 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
453 (lisp-doc-string-elt-property): New var.
454 (lisp-font-lock-syntactic-face-function): Use it.
455 Rewrite to recognize docstrings even for forms not at toplevel.
456
457 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
458 annotation on the | part of #| rather than on the # part.
459 (scheme-font-lock-syntactic-face-function): New function, to
460 distinguish strings from |...| symbols.
461 (scheme-mode-variables): Use it. Also fix up the font-lock-time
462 syntax-table so that #|...|# is properly highlighted.
463
464 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
465 Don't mark as docstring the 3rd elem of an unknown toplevel form.
466
467 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
470 and C-e.
471
472 * emacs-lisp/eldoc.el: Move comments into docstrings.
473 (eldoc-message-commands): Initialize in its declaration.
474 Add move-beginning-of-line and move-end-of-line.
475 (eldoc-add-command, eldoc-add-command-completions)
476 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
477
478 * outline.el (outline-mark-subtree): Activate the mark.
479
480 * calendar/appt.el (appt-time-regexp): New var.
481 (appt-add, appt-make-list): Use it.
482 (appt-convert-time): Clean up.
483
484 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
485 Don't set any syntax-table property here.
486 (tex-font-lock-verb): New function. Do it here.
487 (tex-font-lock-syntactic-keywords): Use it.
488
489 2005-10-04 Richard M. Stallman <rms@gnu.org>
490
491 * wid-edit.el (widget-file-complete): Get the widget start point
492 the right way. Default directory to `/' if file has none.
493
494 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
495
496 * textmodes/flyspell.el (flyspell-mode-on):
497 Call ispell-maybe-find-aspell-dictionaries.
498
499 * textmodes/ispell.el (ispell-word, ispell-region):
500 Call ispell-maybe-find-aspell-dictionaries.
501 (ispell-accept-buffer-local-defs):
502 Don't call ispell-maybe-find-aspell-dictionaries
503
504 2005-10-04 Richard M. Stallman <rms@gnu.org>
505
506 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
507
508 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
509
510 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
511 instead of `fboundp' in order to allow for anonymous functions.
512
513 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
514
515 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
516 case the user clicks on the link while another window is selected.
517 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
518
519 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
520 functionality.
521 (dframe-help-echo): Save point in case mouse tracking is off.
522
523 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
524
525 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
526
527 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
530 not change the global value of those vars.
531
532 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
533 make-local-variable which we do not need any more.
534
535 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
536
537 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
538 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
539 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
540 (speedbar-path-line): Define obsolete aliases.
541 (speedbar-line-directory): Doc fix.
542
543 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
544 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
545 instead of speedbar-line-path.
546
547 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
548
549 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
550 to nil if dropping on a window. Handle dropping on a minibuffer window
551 like dropping on a non-window part of Emacs.
552
553 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * net/ange-ftp.el: Use with-current-buffer.
556 (ange-ftp-insert-directory): Do not follow symlinks any more.
557
558 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
559 Remove interactive spec.
560
561 2005-10-03 Kim F. Storm <storm@cua.dk>
562
563 * ido.el (ido-mode): Use custom-initialize-set.
564
565 2005-10-02 Richard M. Stallman <rms@gnu.org>
566
567 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
568 Use insert-buffer-substring.
569
570 * net/tramp.el: Pacify byte compiler warnings in pacification code.
571 (tramp-handle-file-local-copy): Use insert-buffer-substring.
572
573 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
576 in last change.
577 (ange-ftp-insert-directory): Fix up the search for the case where
578 `file' is absolute.
579
580 2005-10-02 Romain Francoise <romain@orebokech.com>
581
582 * progmodes/compile.el (compile-goto-error): Delete extra paren.
583
584 2005-10-02 Andreas Schwab <schwab@suse.de>
585
586 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
587 directory component in the session info.
588
589 2005-10-01 Richard M. Stallman <rms@gnu.org>
590
591 * comint.el (comint-redirect-subvert-readonly): Doc fix.
592
593 * simple.el (next-error-internal): New function.
594
595 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
596 (compilation-start): Pass new arg to compilation-buffer-name.
597 (compile-goto-error): Use next-error-internal.
598
599 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
600
601 * speedbar.el: Remove RCS tag.
602 (speedbar-check-read-only): Handle non-existent files.
603
604 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
605
606 * info.el (Info-speedbar-hierarchy-buttons)
607 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
608
609 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
610
611 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
612 Do not match newline.
613 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
614 (bibtex-summary): Remove unnecessary save-excursion.
615 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
616
617 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
618
619 * term/mac-win.el: Add charset info for "iso10646-1".
620 Modify default fontset to use ATSUI-compatible fonts for some charsets
621 if available.
622
623 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
624
625 * speedbar.el: Re-apply arch tag.
626 (speedbar-version): Rename to version 1.0. Suggested by Eric
627 M. Ludlam.
628 Reapply two changes from Emacs CVS' version of speedbar lost
629 during the merge:
630 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
631 (speedbar-frame-parameters): Improve customize type.
632
633 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
636 (ange-ftp-file-directory-p): Fix the symlink case.
637 (ange-ftp-insert-directory): When listing a single file, get a list of
638 the parent buffer and extract the relevant line. Inspired from a patch
639 by Katsumi Yamaoka <yamaoka@jpl.org>.
640 (ange-ftp-file-name-sans-versions): Simplify.
641
642 2005-09-30 Bill Wohler <wohler@newt.com>
643
644 Move MH-E image files from toolbar and mail directories into
645 etc/images.
646
647 * mail/reply2.*: Move to etc/images/mail/reply*.
648
649 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
650 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
651 etc/images.
652
653 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
654 * toolbar/reply*: Move to etc/images/mail.
655
656 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
657
658 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
659
660 * speedbar.el: New version 1.0pre3.
661
662 Frame management code (including timer, and mouse click specifics)
663 moved to dframe.el:
664 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
665 (speedbar-timer): Removed. Use dframe-timer.
666 (speedbar-close-frame): Removed. Use dframe-close-frame.
667 (speedbar-activity-change-focus-flag): Removed. Use
668 dframe-activity-change-focus-flag.
669 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
670 dframe-update-speed.
671
672 (speedbar-current-frame): New macro. Use this instead of the
673 variable speedbar-frame.
674
675 (speedbar-use-images, speedbar-expand-image-button-alist)
676 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
677
678 (speedbar-find-image-on-load-path): Removed. Replaced by
679 defezimage in ezimage.el.
680 (speedbar-expand-image-button-alist): Removed. Replaced by
681 ezimage-expand-image-button-alist in ezimage.el.
682
683 (speedbar-ignored-directory-regexp)
684 (speedbar-add-ignored-directory-regexp)
685 (speedbar-ignored-directory-expressions)
686 (speedbar-line-directory, speedbar-buffers-line-directory)
687 (speedbar-directory-line, speedbar-buffers-line-directory):
688 Renamed, replacing `path' with `directory'.
689
690 (speedbar-create-directory, speedbar-expand-line-descendants)
691 (speedbar-toggle-line-expansion)
692 (speedbar-contract-line-descendants): New commands.
693
694 (speedbar-query-confirmation-method, speedbar-select-frame-method)
695 (speedbar-use-tool-tips-flag): New options.
696
697 (speedbar-check-read-only, speedbar-require-version)
698 (speedbar-insert-separator, speedbar-buffers-tail-notes)
699 (speedbar-handle-delete-frame, speedbar-try-completion)
700 (speedbar-update-localized-contents): New functions.
701
702 (speedbar-incompatible-version, speedbar-ro-to-do-point)
703 (speedbar-object-read-only-indicator): New variables.
704
705 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
706 New hooks.
707
708 (speedbar-separator-face): New face.
709
710 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
711 (speedbar-ignored-modes): Add fundamental-mode.
712 (speedbar-directory-unshown-regexp): Add . directories.
713
714 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
715 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
716 `]' for full expand/close.
717 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
718
719 (speedbar-check-vc): Support hidden files.
720 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
721 (speedbar-this-file-in-vc): Use vc-state if available. If VC
722 state is nil, it is not checked out.
723
724 (speedbar-line-text, speedbar-line-token): Support expand buttons
725 with no text.
726 (speedbar-refresh): Universal argument acts as power-click.
727 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
728 that buffer to get variable values.
729
730 And many other bugfixes.
731
732 * dframe.el, ezimage.el, sb-image.el: New files.
733
734 * sb-*.xpm: Remove files. New image files installed into
735 etc/images/ezimage.
736
737 2005-09-30 Kenichi Handa <handa@m17n.org>
738
739 * ps-mule.el (ps-mule-show-warning): If a character is in
740 ps-print-translation-table, don't treat it as non-printable.
741
742 2005-09-30 David Ponce <david@dponce.com>
743
744 * tree-widget.el (tree-widget-themes-load-path): New variable.
745 (tree-widget-themes-directory): Doc fix.
746 (tree-widget-image-formats) [Emacs]: Doc fix.
747 (tree-widget--locate-sub-directory): New function.
748 (tree-widget-themes-directory): Use it.
749
750 * recentf.el (recentf-filename-handlers): Rename from
751 `recentf-filename-handler'. Allow a list of functions.
752 (recentf-menu-items-for-commands): Fix :help strings.
753 (recentf-apply-filename-handlers): New function.
754 (recentf-expand-file-name): Use it.
755 (recentf-cleanup): Remove duplicates too.
756
757 2005-09-29 Juri Linkov <juri@jurta.org>
758
759 * faces.el: Rearrange face definitions to be in the same order as
760 their face descriptions in "(emacs)Standard Faces".
761
762 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
763
764 * tooltip.el (tooltip): Add group `basic-faces'.
765
766 * buff-menu.el (Buffer-menu-buffer): Remove group
767 `font-lock-highlighting-faces'.
768
769 * progmodes/compile.el (compilation-error, compilation-warning)
770 (compilation-info, compilation-line-number, compilation-column-number):
771 Change group from `font-lock-highlighting-faces' to `compilation'.
772
773 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
774 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
775 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
776 (vhdl-font-lock-reserved-words-face)
777 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
778 `font-lock-highlighting-faces'.
779
780 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
781
782 2005-09-28 Kim F. Storm <storm@cua.dk>
783
784 * emulation/cua-base.el: Set CUA move property on additional commands:
785 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
786 forward-sexp, backward-sexp, forward-list, backward-list.
787
788 2005-09-28 Romain Francoise <romain@orebokech.com>
789
790 * comint.el (comint-show-output): Really set point at the
791 beginning of the output when not using `comint-use-prompt-regexp'.
792
793 2005-09-27 Jay Belanger <belanger@truman.edu>
794
795 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
796 in TeX mode.
797
798 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
799
800 * textmodes/org.el (org-table-sum): Fix format string.
801
802 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
803 Quote face names.
804
805 2005-09-26 Romain Francoise <romain@orebokech.com>
806
807 * isearch.el (isearch-forward-regexp): Close doc string.
808
809 2005-09-25 Richard M. Stallman <rms@gnu.org>
810
811 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
812
813 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
814
815 * progmodes/compile.el (compilation-error-properties):
816 When getting the file from the previous error message,
817 correctly decode the new data format.
818
819 * progmodes/cc-cmds.el (c-electric-paren):
820 Call old-blink-paren only for close-paren.
821
822 2005-09-24 Andreas Schwab <schwab@suse.de>
823
824 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
825 condition.
826
827 2005-09-25 Romain Francoise <romain@orebokech.com>
828
829 * dired-aux.el (dired-copy-file-recursive):
830 * dired.el (dired-delete-file):
831 * ediff-mult.el (ediff-dir-diff-copy-file):
832 * ediff-util.el (ediff-test-save-region):
833 * forms.el (forms-mode):
834 * ido.el (ido-file-internal, ido-delete-file-at-head):
835 * log-edit.el (log-edit-done):
836 * ses.el (ses-yank-resize):
837 * play/gomoku.el (gomoku-human-plays, gomoku)
838 (gomoku-human-resigns, gomoku-prompt-for-other-game)
839 (gomoku-offer-a-draw):
840 * play/landmark.el (lm-human-resigns, lm):
841 * net/eudcb-ldap.el (eudc-ldap-check-base):
842 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
843 * progmodes/ebrowse.el (ebrowse-find-pattern):
844 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
845 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
846 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
847
848 * vc.el (vc-delete-file):
849 * play/gomoku.el (gomoku-terminate-game, gomoku)
850 (gomoku-prompt-for-move, gomoku-human-takes-back):
851 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
852 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
853
854 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
855
856 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
857 color rxvt terminals by using the code xterm.el used to use before
858 2005-04-09 in order to match the colors used by rxvt.
859
860 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
861
862 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
863 colors rxvt-unicode terminals by using the same code as xterm.el.
864
865 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * textmodes/tex-mode.el (tex-font-lock-append-prop)
868 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
869 new symbol used for the tex-verbatim face.
870
871 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
872
873 * woman.el (woman-file-name):
874 * wid-edit.el (widget-file-prompt-value)
875 (widget-coding-system-prompt-value):
876 * w32-fns.el (set-w32-system-coding-system):
877 * vc.el (vc-version-diff, vc-annotate):
878 * textmodes/reftex-auc.el (reftex-arg-cite)
879 (reftex-arg-index-tag):
880 * textmodes/refer.el (refer-get-bib-files):
881 * textmodes/artist.el (artist-figlet-choose-font):
882 * terminal.el (terminal-emulator):
883 * replace.el (occur-read-primary-args):
884 * rect.el (string-rectangle, string-insert-rectangle):
885 * ps-print.el (ps-print-preprint):
886 * progmodes/pascal.el (pascal-goto-defun):
887 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
888 * progmodes/compile.el (compilation-find-file):
889 * printing.el (pr-interactive-n-up):
890 * play/animate.el (animate-birthday-present):
891 * net/rcompile.el (remote-compile):
892 * man.el (man, Man-goto-section, Man-follow-manual-reference):
893 * mail/rmailsum.el (rmail-summary-search-backward)
894 (rmail-summary-search):
895 * mail/rmailout.el (rmail-output-read-rmail-file-name)
896 (rmail-output-read-file-name):
897 * mail/rmail.el (rmail-search, rmail-search-backwards):
898 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
899 * locate.el (locate):
900 * international/quail.el (quail-show-keyboard-layout):
901 * international/mule.el (set-buffer-file-coding-system)
902 (revert-buffer-with-coding-system, set-file-name-coding-system)
903 (set-terminal-coding-system, set-keyboard-coding-system)
904 (set-next-selection-coding-system):
905 * international/mule-diag.el (describe-coding-system)
906 (describe-font, describe-fontset):
907 * international/mule-cmds.el (universal-coding-system-argument)
908 (search-unencodable-char, describe-input-method)
909 (set-language-environment, describe-language-environment):
910 * international/codepage.el (codepage-setup):
911 * international/code-pages.el (codepage-setup):
912 * info.el (Info-search, Info-follow-reference)
913 (Info-search-backward):
914 * emacs-lisp/advice.el (ad-read-advised-function)
915 (ad-read-advice-class, ad-clear-cache, ad-activate)
916 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
917 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
918 (ad-read-regexp):
919 * ediff-util.el (ediff-toggle-regexp-match):
920 * ediff-ptch.el (ediff-prompt-for-patch-file):
921 * dired-aux.el (dired-diff):
922 * diff.el (diff):
923 * cus-edit.el (custom-variable-prompt):
924 * calendar/timeclock.el (timeclock-ask-for-project):
925 * calc/calcalg3.el (calc-get-fit-variables):
926 * calc/calc-store.el (calc-edit-variable)
927 (calc-permanent-variable):
928 * vc-mcvs.el (vc-mcvs-register):
929 * shadowfile.el (shadow-define-literal-group):
930 * woman.el (woman-file-name):
931 * vc.el (vc-version-diff, vc-merge):
932 * textmodes/reftex-index.el (reftex-index-complete-tag):
933 * format.el (format-decode-buffer, format-decode-region):
934 * emulation/viper-cmd.el (viper-read-string-with-history):
935 * emacs-lisp/debug.el (cancel-debug-on-entry):
936 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
937 * ediff.el (ediff-merge-revisions)
938 (ediff-merge-revisions-with-ancestor, ediff-revision):
939 * completion.el (interactive-completion-string-reader):
940 * calc/calc-prog.el (calc-user-define-formula):
941 Follow convention for reading with the minibuffer.
942
943 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
944
945 * progmodes/python.el (python-describe-symbol): Add globals() and
946 locals() to the arguments of emacs.ehelp.
947
948 2005-09-24 Magnus Henoch <mange@freemail.hu>
949
950 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
951 New function, code extracted from ispell-valid-dictionary-list.
952 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
953 Call it.
954
955 2005-09-24 Eli Zaretskii <eliz@gnu.org>
956
957 * subr.el (version-regexp-alist): Extend valid syntax for version
958 strings: allow any of the characters -,_,+ to separate the
959 alpha/beta/rc part from the version part. Doc fix.
960 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
961
962 2005-09-23 David Reitter <david.reitter@gmail.com>
963
964 * mail/mailclient.el: New file.
965
966 2005-09-23 Richard M. Stallman <rms@gnu.org>
967
968 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
969 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
970 Doc fixes.
971
972 * progmodes/cc-mode.el (c-font-lock-init):
973 Specify font-lock-lines-before.
974
975 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
978 whole conflict.
979
980 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
981
982 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
983 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
984 of `remap' feature when available. Additional key bindings for
985 better tty support.
986 (org-mode-restart, org-force-self-insert): New commands.
987 (org-time-stamp-inactive): New command.
988 (org-remap): New function.
989 (org-table-auto-blank-field, org-level-color-stars-only): New options.
990 (org-enable-fixed-width-editor): Move to `org-structure'
991 customization group.
992 (org-self-insert-command, orgtbl-self-insert-command): Modify to
993 blank field after field motion commands.
994
995 2005-09-23 Kenichi Handa <handa@m17n.org>
996
997 * international/mule-cmds.el (set-language-environment):
998 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
999 have to call utf-translate-cjk-load-tables.
1000
1001 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * mouse.el (mouse-move-drag-overlay): Fix last change.
1004
1005 2005-09-22 David Ponce <david@dponce.com>
1006
1007 * tree-widget.el (tree-widget-value-create): Fix previous change.
1008
1009 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1010
1011 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1012
1013 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * mouse.el (mouse-move-drag-overlay): New function.
1016 (mouse-drag-region-1): Use it.
1017 Try to simplify a bit the state handling. Handle clicks on links
1018 inside intangible areas.
1019 (mouse-save-then-kill): Minor simplification.
1020 (mouse-secondary-overlay): Make it always non-nil instead of
1021 recreating it each time.
1022 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1023 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1024 Simplify accordingly.
1025
1026 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1027
1028 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1029
1030 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1031
1032 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1033 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1034 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1035 to patch.
1036
1037 * ediff-util.el: Use insert-buffer-substring.
1038
1039 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1040
1041 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1042 field boundaries in the minibuffer.
1043 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1044 (viper-minibuffer-post-command-hook): New hook.
1045 (viper-line): Don't move cursor at bolp.
1046
1047 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1048
1049 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1050 avoid compiler warnings.
1051
1052 * emulation/viper-macs.el (ex-map): Better messages.
1053
1054 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1055
1056 * emulation/viper.el: Replace make-variable-buffer-local with
1057 viper-make-variable-buffer-local everywhere, to avoid warnings.
1058
1059 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1062 Delete unused var `old-selected-window'.
1063 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1064 (mouse-drag-secondary): Delete unused var `start-frame'.
1065
1066 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1067
1068 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1069
1070 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1073 Re-indent within 80 columns. Use inhibit-read-only.
1074
1075 2005-09-19 Romain Francoise <romain@orebokech.com>
1076
1077 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1078
1079 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1082 unconditionally, since the after-change-function already did it.
1083
1084 2005-09-19 Miles Bader <miles@gnu.org>
1085
1086 * net/newsticker.el: Get rid of CVS keyword.
1087
1088 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1089
1090 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1091 The prompt is formatted later.
1092
1093 2005-09-19 David Ponce <david@dponce.com>
1094
1095 * tree-widget.el (tree-widget-value-create): Save the converted
1096 tree :node widget.
1097
1098 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1099
1100 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1101 variable `message'.
1102
1103 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1104
1105 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1106 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1107 <slawomir.nowaczyk.847@student.lu.se>.
1108
1109 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * image.el (image-load-path): Use symbol `data-directory' instead
1112 of its value, for backward compatibility with packages that bind
1113 it during `find-image'. Suggested by Katsumi Yamaoka.
1114 (image-search-load-path): Handle symbols whose values are strings.
1115
1116 2005-09-18 Romain Francoise <romain@orebokech.com>
1117
1118 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1119 with-current-buffer form in save-excursion.
1120
1121 2005-09-18 D Goel <deego@gnufans.org>
1122
1123 * apropos.el (apropos-command): Fix `message' call: first arg
1124 should be a format spec. In this and all other cases that appear
1125 below and elsewhere in the source code, I made a change only when
1126 two conditions were satisfied: [1] I can think of a possibility
1127 that the arguments would cause an error, for example, the code in
1128 question relies on external variables such as filenames. [2] I
1129 was sure that the arg to `message' could not have been nil in the code.
1130
1131 * textmodes/tildify.el (tildify-region): Ditto.
1132
1133 * textmodes/reftex-index.el (reftex-index-change-entry)
1134 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1135 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1136 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1137 (org-priority, org-table-sum):
1138 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1139 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1140 (flyspell-word, flyspell-display-next-corrections):
1141 * textmodes/bibtex.el (bibtex-print-help-message):
1142 * textmodes/artist.el (artist-key-set-point-poly):
1143 * term/mac-win.el (mac-services-insert-text):
1144 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1145 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1146 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1147 (vhdl-compose-configuration):
1148 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1149 (sh-set-indent, sh-learn-line-indent):
1150 * progmodes/ps-mode.el (ps-mode-target-column):
1151 * progmodes/idlwave.el (idlwave-make-tags)
1152 (idlwave-scan-library-catalogs):
1153 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1154 * progmodes/gud.el (gud-jdb-analyze-source):
1155 * progmodes/flymake.el (flymake-log):
1156 * progmodes/ebnf2ps.el (ebnf-generate-region):
1157 * progmodes/cmacexp.el (c-macro-expansion):
1158 * progmodes/ada-xref.el (ada-treat-cmd-string):
1159 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1160 (ada-justified-indent-current, ada-batch-reformat):
1161 * play/zone.el (zone):
1162 * play/landmark.el (lm-move):
1163 * play/decipher.el (decipher-show-alphabet):
1164 * net/newsticker.el (newsticker--display-jump)
1165 (newsticker--display-scroll):
1166 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1167 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1168 * mail/feedmail.el (feedmail-dump-message-to-queue):
1169 * eshell/esh-proc.el (eshell-remove-process-entry):
1170 * emulation/ws-mode.el (ws-last-error):
1171 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1172 (viper-record-kbd-macro):
1173 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1174 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1175 * emacs-lisp/find-func.el (find-function-noselect):
1176 * calendar/timeclock.el (timeclock-status-string)
1177 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1178 (timeclock-when-to-leave-string):
1179 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1180 * calc/calc-units.el (calc-enter-units-table):
1181 * calc/calc-mode.el (calc-mode-record-mode):
1182 * woman.el (woman-mini-help):
1183 * wdired.el (wdired-change-to-wdired-mode):
1184 * vc.el (vc-retrieve-snapshot):
1185 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1186 * startup.el (display-startup-echo-area-message):
1187 * simple.el (set-goal-column):
1188 * ses.el (ses-command-hook, ses-recalculate-cell):
1189 * server.el (server-process-filter):
1190 * printing.el (pr-interface-txt-print, pr-interface-printify)
1191 (pr-interface-ps):
1192 * pcvs.el (cvs-help):
1193 * log-edit.el (log-edit, log-edit-mode-help):
1194 * iswitchb.el (iswitchb-possible-new-buffer):
1195 * isearch.el (isearch-edit-string):
1196 * image-mode.el (image-mode, image-minor-mode):
1197 * ibuf-macs.el (define-ibuffer-filter):
1198 * hi-lock.el (hi-lock-find-patterns):
1199 * files.el (toggle-read-only):
1200 * ediff-util.el (ediff-copy-diff)
1201 (ediff-write-merge-buffer-and-maybe-kill):
1202 * echistory.el (Electric-history-undefined):
1203 * dnd.el (dnd-insert-text):
1204 * dired-aux.el (dired-query):
1205 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1206 * bookmark.el (bookmark-bmenu-locate):
1207 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1208 Fix `message' calls to ensure first arg is a format string.
1209 The change was made only when these two conditions were satisfied:
1210 [1] when there is a possibility that the arguments would cause an error
1211 for example, if the code in question relies on external variables
1212 such as filenames, and
1213 [2] if the arg to `message' could not have been nil in the code.
1214
1215 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1216 Not having a %s would be weird, though not technically wrong.
1217
1218 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1219
1220 * term/mac-win.el (mac-add-charset-info): Doc fix.
1221
1222 2005-09-17 Romain Francoise <romain@orebokech.com>
1223
1224 * shell.el (shell-resync-dirs): Handle echoing processes more
1225 reliably. Don't insert resync command if `comint-process-echoes'
1226 is non-nil.
1227
1228 2005-09-17 Magnus Henoch <mange@freemail.hu>
1229
1230 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1231 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1232 aspell versions >= 0.60.
1233 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1234 only if ispell-aspell-supports-utf8 is non-nil.
1235
1236 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1237
1238 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1239 buffer-local value to lisp-indent-function.
1240
1241 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1242
1243 * progmodes/glasses.el (glasses-make-readable): If
1244 glasses-separator differs from underscore, put appropriate
1245 overlays over underscore characters.
1246 (glasses-convert-to-unreadable): If glasses-separator differs from
1247 underscore, try to convert glasses-separator characters to
1248 underscores.
1249
1250 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1253 Use with-syntax-table and dolist.
1254
1255 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1256
1257 * textmodes/reftex-auc.el:
1258 * textmodes/reftex-cite.el:
1259 * textmodes/reftex-dcr.el:
1260 * textmodes/reftex-global.el:
1261 * textmodes/reftex-parse.el:
1262 * textmodes/reftex-ref.el:
1263 * textmodes/reftex-sel.el:
1264 * textmodes/reftex-toc.el:
1265 * textmodes/reftex-vars.el:
1266 * textmodes/reftex.el: Small changes to remove compiler warnings.
1267
1268 * textmodes/reftex-index.el: Likewise.
1269 (reftex-query-index-phrase): More efficient use of markers.
1270
1271 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1272
1273 * image.el (image-load-path): New variable.
1274 (image-search-load-path): New function.
1275 (find-image): Search for images in `image-load-path'.
1276
1277 2005-09-15 Richard M. Stallman <rms@gnu.org>
1278
1279 * follow.el: Change Maintainer field.
1280
1281 2005-09-15 David Ponce <david@dponce.com>
1282
1283 * recentf.el (recentf-save-file-modes): New option.
1284 (recentf-save-list): Use it.
1285
1286 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1287
1288 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1289 (mode-line-mule-info, mode-line-modified): Move bindings from
1290 mouse-3 to mouse-1.
1291
1292 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * simple.el (sendmail-user-agent-compose): Revert last change.
1295
1296 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1299 Use with-current-buffer.
1300 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1301 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1302 (ange-ftp-insert-directory): Remove unused var `short'.
1303 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1304
1305 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1306 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1307
1308 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1309 (check-calendar-holidays, diary-list-entries): Autoload.
1310 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1311 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1312
1313 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1314 which mistakenly removed a call to display-buffer.
1315
1316 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1317
1318 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1319
1320 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1321
1322 * progmodes/hideshow.el
1323 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1324 (hs-allow-nesting): New user var.
1325 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1326 (hs-hide-block-at-point): When nesting allowed,
1327 if there is already an overlay in place, delete it.
1328 (hs-safety-is-job-n): Delete func; remove call sites.
1329 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1330 (hs-overlay-at): New func.
1331 (hs-already-hidden-p, hs-show-block): Use it.
1332 (hs-hide-all): Don't pre-clean if nesting allowed.
1333 (hs-show-all): Temporarily disallow
1334 nesting around call to `hs-discard-overlays'.
1335
1336 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1337
1338 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1339 Delete unused local var.
1340
1341 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * help-fns.el (describe-categories): "?\ " -> "?\s".
1344 (help-do-arg-highlight): Recognize also ARG-n, as in
1345 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1346
1347 * international/codepage.el (dos-unsupported-char-glyph):
1348 * net/newsticker.el (tool-bar-map, w3-mode-map)
1349 (w3m-minor-mode-map):
1350 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1351 (ent-alist):
1352 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1353
1354 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * custom.el (custom-push-theme): Handle the case where a symbol is
1357 bound but face properties have not yet been assigned.
1358
1359 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1360 Fix behavior if noerase is `t' and there is no mail buffer.
1361
1362 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1363 if `continue' is nil, rather than signal an error.
1364
1365 2005-09-12 Richard M. Stallman <rms@gnu.org>
1366
1367 * font-lock.el (font-lock-keywords): Add autoload.
1368
1369 * help-fns.el (describe-variable): Rearrange to put source link
1370 in a predictable place.
1371
1372 * net/newsticker.el: New file.
1373
1374 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1377 (calendar-basic-setup): Use the new nil arg.
1378 (number-of-diary-entries): Move to diary-lib.el.
1379
1380 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1381 (diary-list-entries): Use with-syntax-table and dolist.
1382 Rename from list-diary-entries.
1383 Use number-of-diary-entries if `number' is nil.
1384 (diary, diary-view-entries): Use this new name and new nil arg value.
1385 (number-of-diary-entries): Move from calendar.el.
1386 (diary-unhide-everything): New function.
1387 (include-other-diary-files, fancy-diary-display)
1388 (diary-show-all-entries, make-diary-entry): Use it.
1389 (diary-mail-entries): Use buffer-string.
1390 (mark-diary-entries): Fix long standing paren typo.
1391 (diary-sexp-entry): Use count-lines.
1392 (make-diary-entry): Avoid `previous-line'.
1393 (diary-mode-map): New var.
1394 (diary-mode): Redraw cal after saving. Setup header-line.
1395 (fancy-diary-display-mode): Use local-set-key.
1396
1397 * startup.el (command-line): Try calling various terminal-init-foo-bar
1398 functions by stripping hyphenated suffixes from $TERM.
1399
1400 * files.el (normal-mode): Check boundness of font-lock-keywords.
1401
1402 2005-09-12 Richard M. Stallman <rms@gnu.org>
1403
1404 * progmodes/compile.el: Don't decide a file's directory
1405 until the user actually tries to go there.
1406 (compilation-next-error-function):
1407 Pass compilation-find-file the directory from the file-struct.
1408 (compilation-internal-error-properties): Separate local FILE-STRUCT
1409 from FILE. Doc the args better. Rename arg FMT to FMTS.
1410 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1411 Expand it, and if nil, use default-directory.
1412 (compilation-get-file-structure): Don't mix specified directory
1413 with default directory. Put specified directory into
1414 file-struct. Don't make the file name absolute.
1415
1416 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1417 (compile-command): Add autoload.
1418 (compilation-disable-input): Add autoload.
1419
1420 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1421
1422 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1423 strings of the variables it can override.
1424 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1425 %Q and %q, for fully-qualified domain name and unqualified host name.
1426
1427 2005-09-11 Kim F. Storm <storm@cua.dk>
1428
1429 * emacs-lisp/authors.el (authors-aliases): Update list.
1430 (authors-fixed-entries): Update mldrag.el entry.
1431
1432 2005-09-10 Alan Mackenzie <acm@muc.de>
1433
1434 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1435 from the region narrowed to.
1436
1437 2005-09-10 Magnus Henoch <mange@freemail.hu>
1438
1439 * textmodes/ispell.el (ispell-check-version): Signal an error if
1440 aspell version is less than 0.60.
1441
1442 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1443
1444 * progmodes/octave-inf.el (inferior-octave-startup):
1445 Resync current dir at the end.
1446
1447 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1448
1449 * woman.el (woman-topic-at-point-default):
1450 Rename to woman-use-topic-at-point-default.
1451 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1452 (woman-file-name): Reflect renames above. Automatically use the
1453 word at point as topic if woman-use-topic-at-point is non-nil.
1454 Otherwise offer it as default but don't insert it in the
1455 minibuffer. Also use `test-completion' instead of `assoc' as
1456 suggested by Stefan Monnier.
1457
1458 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1459
1460 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1461 the attempt to do it over Tramp. This is not yet supported.
1462
1463 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1464
1465 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1466 (menu-bar-non-minibuffer-window-p): New functions.
1467 ("Split Window", "Save As..."): Use them.
1468 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1469 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1470 Use menu-bar-menu-frame-live-and-visible-p.
1471 ("Save Buffer", "Insert File", "Open Directory...")
1472 ("Open File...", "Visit New File..."):
1473 Use menu-bar-non-minibuffer-window-p.
1474 (kill-this-buffer-enabled-p, dired <menu-enable>):
1475 Use menu-bar-non-minibuffer-window-p.
1476
1477 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1478
1479 * cus-start.el (all): Don't complain about fringe-related
1480 built-ins if fringes are not supported. Ditto about
1481 selection-related built-ins. Fix the test for GTK-related built-ins.
1482
1483 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1484 ("Postscript Print Buffer", "Print Region", "Save As...")
1485 ("Save", "Insert File...", "Open Directory...")
1486 ("Open File...", "Visit New File..."")
1487 ("Truncate Long Lines in this Buffer"): Don't look at
1488 menu-updating-frame if this display does not support multiple frames.
1489
1490 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1491
1492 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1493
1494 2005-09-09 Emilio Lopes <eclig@gmx.net>
1495
1496 * woman.el: Format- and whitespace-related changes.
1497
1498 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1499
1500 * woman.el: Fix my email address.
1501
1502 2005-09-08 Richard M. Stallman <rms@gnu.org>
1503
1504 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1505 (sh-mode): Locally set skeleton-pair-default-alist.
1506
1507 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1508
1509 * progmodes/flymake.el: Require `compile' unconditionally.
1510
1511 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1512
1513 * woman.el (woman-file-name): Provide a default, not initial input.
1514
1515 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1516
1517 * font-lock.el (font-lock-support-mode): Doc fix.
1518
1519 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1520
1521 2005-09-08 Richard M. Stallman <rms@gnu.org>
1522
1523 * simple.el (blink-matching-open): Get rid of text props from
1524 the string shown in echo area. Don't permanently set point.
1525 Some rearrangements.
1526
1527 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1528
1529 * recentf.el (recentf-filename-handler): Add custom choice
1530 `abbreviate-file-name'.
1531
1532 * msb.el (msb--very-many-menus): Fix typo.
1533
1534 * disp-table.el (standard-display-european): Don't set
1535 enable-multibyte-characters to nil.
1536
1537 2005-09-08 David Ponce <david@dponce.com>
1538
1539 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1540 (recentf-expand-file-name): Doc fix.
1541 (recentf-dialog-mode-map): Define digit shortcuts.
1542 (recentf--files-with-key): New variable.
1543 (recentf-show-digit-shortcut-filter): New function.
1544 (recentf-open-files-items): New function.
1545 (recentf-open-files): Use it.
1546 (recentf-open-file-with-key): New command.
1547
1548 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1551 Suggested by Kim F. Storm.
1552 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1553 (Buffer-menu-make-sort-button): Use global keymap.
1554
1555 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1556
1557 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1558 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1559 necessary any longer with the remapped command.
1560 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1561 formatting time only.
1562
1563 * net/tramp.el (tramp-action-password)
1564 (tramp-multi-action-password): Compile the password prompt from
1565 `method', `user' and `host'. Sometimes it isn't obvious which
1566 password to enter, for example with remote files offered by
1567 recentf.el, or with multiple steps. Suggested by Robert Marshall
1568 <robert@chezmarshall.freeserve.co.uk>.
1569
1570 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1573 Fix regexp for when "s///" is at the beginning of line.
1574
1575 2005-09-07 Jay Belanger <belanger@truman.edu>
1576
1577 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1578 when in matrix mode.
1579
1580 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1583 non-anonymous functions.
1584
1585 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1586
1587 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1588 when using a header line. Otherwise, use mouse-1-click-follows-link.
1589
1590 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1591 can't be moved; don't signal an error.
1592
1593 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * cus-theme.el (custom-theme-write-faces): Save the current face
1596 spec, not the defface spec.
1597
1598 * custom.el (custom-known-themes): Clarify meaning of "standard".
1599 (custom-push-theme): Save old values in the standard theme.
1600 (disable-theme): Correct typo.
1601 (custom-face-theme-value) Deleted unused function.
1602 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1603
1604 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * progmodes/compile.el (compilation-goto-locus): Take into account
1607 iconified frames when determining whether the buffer is
1608 already visible.
1609 Don't reset window height if the window already existed.
1610
1611 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1612
1613 * custom.el (load-theme): Rename from require-theme.
1614 Add interactive spec.
1615 (enable-theme): Rename from custom-enable-theme.
1616 Add interactive spec.
1617 (disable-theme): Rename from custom-disable-theme.
1618 Add interactive spec.
1619 (custom-make-theme-feature): Doc fix.
1620 (custom-theme-directory): Doc fix.
1621 (provide-theme): Call enable-theme.
1622
1623 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * obsolete/lazy-lock.el (lazy-lock-mode):
1626 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1627 font-lock-mode if it's off. Print a warning instead.
1628
1629 * progmodes/compile.el (compilation-start): Ignore errors if the
1630 process died before we get to send-eof.
1631
1632 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1633 Undo last change. Enclosing the result in quotes broke things on Unix
1634 since tex-send-command passes it through shell-quote-argument.
1635 (tex-send-command): Pass `file' through convert-standard-filename
1636 when possible.
1637 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1638 info in a transcript.
1639
1640 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1641
1642 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1643 fix compilation warning. Reorder the key definitions to group
1644 together keys emitted by the current version of xterm.
1645
1646 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1647 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1648 Reorder predicates to correct min-color usage.
1649
1650 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1653 Kill local variables when longlines-mode is turned off.
1654
1655 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1658
1659 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1660
1661 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1662
1663 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1664 (font-lock-lines-before): Change default to being inactive.
1665 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1666 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1667
1668 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1669
1670 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1671 Deactivate temporarily advice if active (not needed for Emacs 22,
1672 but for backwards compatibility).
1673 (tramp-exists-file-name-handler): Rewrite. First implementation
1674 was too simple.
1675 (tramp-advice-make-auto-save-file-name):
1676 Call `tramp-handle-make-auto-save-file-name' (again, just for
1677 backwards compatibility).
1678
1679 2005-08-31 Reto Zimmermann <reto@gnu.org>
1680
1681 * progmodes/vhdl-mode.el
1682 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1683 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1684 (vhdl-set-default-project): New function (easier setting of default).
1685 (vhdl-port-copy): Handle extended identifiers for generics.
1686 (vhdl-compiler-alist): Better description for error message regexp.
1687 (vhdl-make): Query for target, use previous as default.
1688 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1689 (vhdl-font-lock-keywords-2): Fix fontification for record
1690 el. assign.
1691 (vhdl-speedbar-make-subpack-line): Add package body link.
1692 (vhdl-generate-makefile-1): Not include itself as dependency.
1693 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1694 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1695 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1696 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1697 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1698 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1699 (vhdl-import-project): Add string argument for `error'.
1700 (vhdl-compose-configuration)
1701 (vhdl-compose-configuration-architecture): Add configuration
1702 declaration generation.
1703 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1704 (vhdl-trailer-re): Add "record" keyword (better indentation).
1705 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1706 "[^ \t-\"]+".
1707 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1708 (vhdl-testbench-entity-file-name)
1709 (vhdl-testbench-architecture-file-name): Allow separate
1710 customization of testbench file names.
1711 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1712 (vhdl-get-visible-signals): Allow newline within alias declaration.
1713 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1714 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1715 (member-ignore-case): Alias for missing function in XEmacs.
1716 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1717 (vhdl-update-sensitivity-list): Ignore case on read signals.
1718 (vhdl-replace-string): Adjust case only for file names.
1719 (vhdl-update-sensitivity-list): Fix search for read signals.
1720 (vhdl-update-sensitivity-list): Exclude formal parameters.
1721 (vhdl-get-visible-signals): Include aliases of signals.
1722 (vhdl-get-visible-signals): Fix signal name searching.
1723 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1724 (vhdl-fixup-whitespace-region): Fix for character
1725 literals (e.g. ':').
1726
1727 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1728
1729 * ansi-color.el (comint-last-output-start):
1730 * bs.el (font-lock-verbose):
1731 * diff-mode.el (add-log-buffer-file-name-function):
1732 * dired-x.el (vm-folder-directory):
1733 * faces.el (help-xref-stack-item):
1734 * files.el (font-lock-keywords):
1735 * find-lisp.el (dired-buffers, dired-subdir-alist):
1736 * ido.el (cua-inhibit-cua-keys):
1737 * log-view.el (cvs-minor-wrap-function):
1738 * outline.el (font-lock-warning-face):
1739 * simple.el (compilation-current-error):
1740 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1741 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1742 * tooltip.el (comint-prompt-regexp):
1743 * w32-fns.el (explicit-shell-file-name):
1744 * term/mac-win.el (mac-charset-info-alist)
1745 (mac-services-selection, mac-system-script-code):
1746 * term/tty-colors.el (msdos-color-values):
1747 * term/w32-win.el (xlfd-regexp-registry-subnum):
1748 * term/x-win.el (x-keysym-table, x-selection-timeout)
1749 (x-session-id, x-session-previous-id):
1750 * textmodes/ispell.el (mail-yank-prefix):
1751 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1752 * textmodes/org.el (calc-embedded-close-formula)
1753 (calc-embedded-open-formula)
1754 (font-lock-unfontify-region-function):
1755 * textmodes/reftex-global.el (isearch-next-buffer-function)
1756 (TeX-master):
1757 * textmodes/reftex.el (font-lock-keywords):
1758 * textmodes/tex-mode.el (font-lock-comment-face)
1759 (font-lock-doc-face):
1760 * textmodes/texinfo.el (outline-heading-alist):
1761 Add defvars.
1762
1763 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1764 (artist-spray-chars, artist-mode-init, artist-replace-string)
1765 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1766 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1767 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1768
1769 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1770 (conf-align-assignments): "?\ " -> "?\s".
1771
1772 * textmodes/reftex-index.el (TeX-master): Add defvar.
1773 (reftex-index-phrases-marker): Move up defvar.
1774
1775 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1776 (reftex-toc-include-labels-indicator)
1777 (reftex-toc-include-index-indicator)
1778 (reftex-toc-max-level-indicator): Move up declarations.
1779
1780 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1781 of args to `tramp-run-real-handler', even if it's empty in this case.
1782
1783 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1784
1785 * dired.el (dired-move-to-filename-regexp): Add date format for
1786 Mac OS X 10.3 in East Asian locales.
1787
1788 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1789
1790 * files.el (make-auto-save-file-name): Add file name handler call
1791 if applicable.
1792
1793 * net/tramp.el (tramp-file-name-handler-alist)
1794 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1795 (tramp-handle-make-auto-save-file-name): Rename from
1796 `tramp-make-auto-save-file-name'.
1797 (tramp-exists-file-name-handler): New defun.
1798 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1799 `make-auto-save-file-name' is not a magic file name operation.
1800
1801 2005-08-30 Richard M. Stallman <rms@gnu.org>
1802
1803 * files.el (risky-local-variable-p):
1804 Match `-predicates' and `-commands.
1805
1806 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1807 (custom-save-all): Visit the file if necessary;
1808 kill the buffer if we created it.
1809 (custom-save-delete): Don't visit file or kill buffer here.
1810
1811 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1812
1813 * textmodes/org.el (org-special-keyword): New face.
1814 (org-table-copy-down, org-table-eval-formula)
1815 (org-table-recalculate, org-init-section-numbers):
1816 Use `string-to-number' instead of `string-to-int'.
1817 (org-get-location): Use `insert-buffer-substring' instead of
1818 `insert-buffer'.
1819 (org-modify-diary-entry-string): New function.
1820 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1821 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1822 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1823 active region.
1824 (org-export-as-html): Handle QUOTE keyword.
1825 (org-quote-string): New option.
1826 (org-bookmark-jump-unhide): New function, used for
1827 `bookmark-after-jump-hook'.
1828 (org-diary-default-entry): Apply only when not called through
1829 `org-agenda'.
1830
1831 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1832
1833 * net/eudc.el (mode-popup-menu):
1834 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1835 * progmodes/ada-mode.el (compile-auto-highlight)
1836 (skeleton-further-elements):
1837 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1838 * progmodes/cmacexp.el (msdos-shells):
1839 * progmodes/compile.el (font-lock-extra-managed-props)
1840 (font-lock-keywords, font-lock-maximum-size)
1841 (font-lock-support-mode):
1842 * progmodes/grep.el (font-lock-lines-before):
1843 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1844 * progmodes/mixal-mode.el (compile-command):
1845 * progmodes/perl-mode.el (font-lock-comment-face)
1846 (font-lock-doc-face, font-lock-string-face):
1847 * progmodes/prolog.el (comint-prompt-regexp):
1848 * progmodes/sh-script.el (font-lock-comment-face)
1849 (font-lock-set-defaults, font-lock-string-face):
1850 * progmodes/sql.el (font-lock-keyword-face)
1851 (font-lock-set-defaults, font-lock-string-face):
1852 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1853 (itimer-version, lazy-lock-defer-contextually)
1854 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1855 Add defvars.
1856
1857 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1858 (cperl-electric-keyword, cperl-electric-pod)
1859 (cperl-electric-backspace, cperl-forward-re)
1860 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1861 (vc-rcs-header, vc-sccs-header): Add defvars.
1862
1863 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1864 (font-lock-syntactic-keywords, gud-find-expr-function):
1865 Add defvars.
1866
1867 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1868 (gdb-frame-parameters): Declare before use.
1869
1870 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1871 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1872 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1873 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1874
1875 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1876 (idlwave-help-with-source): Use `insert-buffer-substring', not
1877 `insert-buffer'.
1878
1879 2005-08-29 Juri Linkov <juri@jurta.org>
1880
1881 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1882 Put outline-back-to-heading function call inside save-excursion.
1883
1884 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1885
1886 * man.el (Man-init-defvars, Man-translate-references)
1887 (Man-support-local-filenames, Man-highlight-references):
1888 * progmodes/sql.el (sql-interactive-mode):
1889 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1890
1891 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1892 (compilation-mode-font-lock-keywords): Add defvars.
1893 (checkdoc-interactive-loop): "?\ " -> "?\s".
1894
1895 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1896 (font-lock-doc-face, font-lock-string-face)
1897 (font-lock-keywords-case-fold-search): Add defvars.
1898 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1899
1900 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1901 Don't pass X and Y (they are ignored anyway).
1902 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1903 (mouse-delete-window): Make arguments optional.
1904
1905 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1906 (caesar-translate-table, minor-modes, news-buffer-save)
1907 (news-group-name, news-minor-modes): Add defvars.
1908
1909 * emacs-lisp/lselect.el (mouse-highlight-priority)
1910 (x-lost-selection-functions, zmacs-regions):
1911 * emacs-lisp/pp.el (font-lock-verbose):
1912 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1913 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1914 (ses-mode-map):
1915 * emacs-lisp/tcover-unsafep.el (safe-functions):
1916 * international/mule-cmds.el (mac-system-coding-system)
1917 (mac-system-locale):
1918 * language/ethio-util.el (rmail-current-message)
1919 (rmail-message-vector):
1920 * language/thai-util.el (thai-auto-composition-mode):
1921 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1922 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1923 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1924 (vm-primary-inbox, vm-spool-files):
1925 * mail/rmail.el (deleted-head, font-lock-fontified)
1926 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1927 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1928 (total-messages):
1929 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1930 (rmail-summary-mode-map):
1931 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1932 (rmail-last-label, rmail-last-multi-labels)
1933 (rmail-summary-vector, rmail-total-messages):
1934 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1935 * mail/rmailsum.el (msgnum):
1936 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1937 (rmail-current-message):
1938 * obsolete/fast-lock.el (font-lock-face-list):
1939 * obsolete/rnewspost.el (mail-reply-buffer):
1940 * obsolete/scribe.el (compile-command):
1941 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1942
1943 2005-08-28 John Paul Wallington <jpw@gnu.org>
1944
1945 * ibuf-ext.el (ibuffer-auto-update-changed):
1946 Use `frame-or-buffer-changed-p' to check whether we need to update.
1947 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1948 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
1949 as a `frame-or-buffer-changed-p' state vector instead.
1950
1951 2005-08-27 Romain Francoise <romain@orebokech.com>
1952
1953 * textmodes/makeinfo.el (makeinfo-compile):
1954 Use `compilation-start'. Set `next-error-function' according to
1955 `disable-errors'.
1956 (makeinfo-next-error): New function.
1957 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1958 (makeinfo-buffer): Likewise.
1959
1960 * progmodes/compile.el (compilation-start): Add autoload cookie.
1961
1962 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1963 * textmodes/sgml-mode.el: Likewise.
1964 * progmodes/python.el: Likewise.
1965
1966 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1967
1968 * simple.el (blink-matching-paren-distance): Document the meaning
1969 of nil value, and allow to customize to nil.
1970
1971 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1972 command.com, not command.exe.
1973
1974 2005-08-26 John Wiegley <johnw@newartisans.com>
1975
1976 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1977 code around a bit so that an extraneous nil argument is not added
1978 to a command when no args are given.
1979
1980 * eshell/esh-arg.el (eshell-parse-double-quote): If a
1981 double-quoted argument resolves to nil, return it as an empty
1982 string rather than as nil. This made it impossible to pass "" to
1983 a shell script as a null string argument.
1984
1985 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * outline.el (outline-invent-heading): New fun.
1988 (outline-promote, outline-demote): Use it.
1989 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1990 (outline-end-of-subtree): Remove unused var `opoint'.
1991
1992 2005-08-26 David Reitter <david.reitter@gmail.com>
1993
1994 * menu-bar.el (truncate-lines, write-file, print-buffer)
1995 (ps-print-buffer-faces, ps-print-buffer, split-window):
1996 Disable menu items when the frame they refer to is invisible, or when
1997 they refer to a buffer and the minibuffer is selected.
1998
1999 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2000
2001 * progmodes/flymake.el (flymake-highlight-err-lines):
2002 Use save-excursion around flymake-highlight-line to preserve point.
2003
2004 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2005
2006 * progmodes/octave-mod.el: Change Author and Maintainer address.
2007 (octave-maintainer-address): Change Kurt's email address.
2008 * progmodes/octave-inf.el: Change Author and Maintainer address.
2009 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2010
2011 2005-08-26 Kim F. Storm <storm@cua.dk>
2012
2013 * subr.el (version-list-<, version-list-<=, version-list-=):
2014 Renamed from integer-list-*.
2015 (version-list-not-zero): Likewise. Fix while loop.
2016 (version=): Use version-list-= instead of string-equal.
2017
2018 2005-08-26 Richard M. Stallman <rms@gnu.org>
2019
2020 * outline.el (outline-promote): Try shortening the heading.
2021 As last resort, read the heading to use.
2022 (outline-demote): As last resort, read the heading to use.
2023
2024 2005-08-26 Romain Francoise <romain@orebokech.com>
2025
2026 * progmodes/compile.el (compilation-start): Doc fix.
2027
2028 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2029 (antlr-font-lock-additional-keywords): Fix reference to
2030 `antlr-font-lock-literal-regexp' erroneously changed during the
2031 mass face rename.
2032 (antlr-run-tool): Use `compilation-start'.
2033
2034 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2035 instead of the obsolete `compile-internal'.
2036
2037 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2038
2039 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2040 (number, original-date):
2041 * calendar/cal-china.el (date):
2042 * calendar/cal-coptic.el (date):
2043 * calendar/cal-french.el (date):
2044 * calendar/cal-hebrew.el (date, entry, number, original-date):
2045 * calendar/cal-islam.el (date, number, original-date):
2046 * calendar/cal-iso.el (date):
2047 * calendar/cal-julian.el (date):
2048 * calendar/cal-mayan.el (date):
2049 * calendar/cal-menu.el (date, event):
2050 * calendar/cal-persia.el (date):
2051 * calendar/lunar.el (date):
2052 * calendar/solar.el (date): Add defvars.
2053
2054 * emerge.el:
2055 * ibuffer.el:
2056 * info-xref.el:
2057 * obsolete/bg-mouse.el:
2058 * obsolete/sun-curs.el:
2059 * obsolete/swedish.el: Move the `defvar's to the top level.
2060
2061 * smerge-mode.el (smerge-refined-change): Add :group.
2062
2063 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2066 (smerge-keep-n): Remove props.
2067 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2068 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2069 now that it's done in smerge-keep-n.
2070 (smerge-refined-change): New face.
2071 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2072 (smerge-refine): New funs.
2073 (smerge-basic-map): Bind smerge-refine.
2074
2075 2005-08-25 Juri Linkov <juri@jurta.org>
2076
2077 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2078 compilation-process-setup-function and compilation-disable-input
2079 in grep-mode instead of let-bindings in grep.
2080
2081 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2082 Delete "Automatic File De/compression" (auto-compression-mode).
2083
2084 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2085
2086 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2087 Silence warning about non-existent variable.
2088
2089 2005-08-25 Richard M. Stallman <rms@gnu.org>
2090
2091 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2092 Rename "Describe Key" to "Describe Key or Mouse Operation".
2093
2094 * mail/mailalias.el (build-mail-aliases): Delete comments
2095 from the contents before processing them.
2096
2097 * isearch.el (isearch-edit-string): Erase the Search prompt
2098 if user enters an empty string and there is no default.
2099
2100 * comint.el (comint-file-name-prefix): Add autoload.
2101
2102 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2103
2104 * subr.el (play-sound): Rearrange to avoid warning.
2105
2106 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2107
2108 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2109 New hook.
2110 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2111
2112 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2115
2116 * custom.el (custom-theme-set-variables): Sort minor modes last.
2117
2118 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2119
2120 * subr.el (version-separator, version-regexp-alist): New vars used by
2121 version comparison funs.
2122 (integer-list-<, integer-list-=, integer-list-<=)
2123 (integer-list-not-zero): New funs for integer list comparison.
2124 (version-to-list, version=, version<, version<=): New funs for version
2125 comparison.
2126
2127 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2130 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2131 time to silence the byte-compiler.
2132
2133 * ibuffer.el (ibuffer-compile-make-eliding-form)
2134 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2135 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2136 so it's silly to get warnings for it).
2137 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2138 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2139 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2140 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2141 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2142 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2143 Defvar at compile time.
2144 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2145 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2146 Declare them before use.
2147
2148 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2149 (info-xref-good, info-xref-bad): Defvar at compile time.
2150
2151 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2152 Use `let*' instead of `let'.
2153
2154 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2155 (*mouse-y*, menu, char): Defvar at compile time.
2156 (sc::menu): Declare it before use.
2157 (sc::pack-one-line): Use `let', not `let*'.
2158
2159 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2160 (mail-send-hook): Defvar at compile time.
2161
2162 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2163 Defvar at compile time.
2164
2165 * term/sun-mouse.el (current-global-mousemap)
2166 (current-local-mousemap): Declare them before use.
2167
2168 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2169
2170 * bookmark.el (bookmark-after-jump-hook): New hook.
2171 (bookmark-jump): Run `bookmark-after-jump-hook'.
2172
2173 2005-08-23 Juri Linkov <juri@jurta.org>
2174
2175 * faces.el (minibuffer-prompt): Doc fix.
2176
2177 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2178
2179 * progmodes/xscheme.el: Trivial changes to silence warnings.
2180 (xscheme-previous-mode, xscheme-previous-process-state):
2181 Add defvars.
2182 (xscheme-last-input-end, xscheme-process-command-line)
2183 (xscheme-process-name, xscheme-buffer-name)
2184 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2185 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2186 (xscheme-control-g-synchronization-p)
2187 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2188 (default-xscheme-runlight, xscheme-runlight)
2189 (xscheme-runlight-string, xscheme-process-filter-state)
2190 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2191 Move to beginning of file.
2192 (scheme-interaction-mode-commands-alist)
2193 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2194 Declare them before use. Note: the initialization code for the variables
2195 has not been moved because it uses functions that reference the variables.
2196 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2197 (xscheme-prompt-for-expression-map): Declare them before use.
2198 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2199
2200 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2201
2202 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2203
2204 2005-08-22 Juri Linkov <juri@jurta.org>
2205
2206 * faces.el (set-face-underline): Delete this duplicate function
2207 and make an obsolete alias to set-face-underline-p.
2208 (set-face-underline-p): Use docstring of set-face-underline.
2209 (describe-face): Create hyperlink to parent face.
2210
2211 * info.el (Info-insert-dir): Use save-excursion around
2212 insert-buffer-substring.
2213 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2214 (Info-escape-percent): Delete function.
2215 (Info-fontify-node): Replace Info-escape-percent by
2216 replace-regexp-in-string with REP arg set to lambda that
2217 duplicates `%' and preserves text properties.
2218
2219 * progmodes/compile.el (compilation-disable-input): Doc fix.
2220 (define-compilation-mode): Doc fix and refill.
2221 (kill-compilation): Use `mode-name' in the error message.
2222 (compilation-find-file): Use `compilation-error' in the
2223 read-file-name's prompt.
2224
2225 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2226
2227 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2228 (smerge-auto-leave): Make undo re-enable the mode.
2229 (debug-ignored-errors): Add the user-error of impossible resolution.
2230 (smerge-resolve): Move things around a bit, in preparation for later.
2231 (smerge-diff): Don't fail if the buffer has no associated file.
2232 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2233 (smerge-conflict-overlay): New function.
2234 (smerge-match-conflict): Don't add text properties here.
2235 (smerge-find-conflict): Instead, add an overlay here.
2236 Also check for the case where we're inside a conflict already, so as to
2237 obviate the need for font-lock-multiline, which is unbearably slow with
2238 large conflicts and ciomplex font-lock patterns.
2239 (smerge-remove-props): Remove overlay rather than text-properties.
2240 (smerge-mode): Don't set font-lock-multiline.
2241 Remove overlays when turned off.
2242
2243 2005-08-21 Kim F. Storm <storm@cua.dk>
2244
2245 * ido.el (ido-ignore-item-p): Use save-match-data.
2246 Bind case-fold-search to ido-case-fold locally.
2247
2248 2005-08-20 Richard M. Stallman <rms@gnu.org>
2249
2250 * files.el (normal-mode): If font lock is on, turn it off and on.
2251
2252 * subr.el (replace-regexp-in-string): Doc fix.
2253
2254 * startup.el (command-line-1): Don't suppress startup screen
2255 due to existing processes.
2256
2257 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2258
2259 * progmodes/compile.el (compilation-disable-input): Default to nil.
2260
2261 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2262
2263 * progmodes/compile.el (compilation-disable-input): New defcustom.
2264 (compilation-start): If compilation-disable-input is non-nil, send
2265 EOF to the compilation process.
2266
2267 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2268
2269 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2270 Run the argument of tex-shell-cd-command through
2271 convert-standard-filename, to get the correct style of slashes on
2272 Windows, and enclose the result in quotes, in case the file name
2273 includes whitespace or other special characters.
2274
2275 2005-08-19 Andreas Schwab <schwab@suse.de>
2276
2277 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2278 process.
2279
2280 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2281
2282 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2283
2284 2005-08-18 Kim F. Storm <storm@cua.dk>
2285
2286 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2287
2288 2005-08-18 Richard M. Stallman <rms@gnu.org>
2289
2290 * scroll-lock.el: New file.
2291
2292 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2293
2294 * dired.el (dired-move-to-end-of-filename):
2295 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2296
2297 2005-08-18 Kim F. Storm <storm@cua.dk>
2298
2299 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2300 rather than toggle mode when custom value is nil.
2301 (ido-everywhere): Fix defun doc string.
2302
2303 2005-08-17 Richard M. Stallman <rms@gnu.org>
2304
2305 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2306 as tag instead of "Inviolable".
2307
2308 2005-08-17 Kim F. Storm <storm@cua.dk>
2309
2310 * windmove.el (windmove-coordinates-of-position): Remove.
2311 (windmove-coordinates-of-window-position): Remove.
2312 (windmove-reference-loc): Use posn-at-point instead.
2313
2314 * subr.el (insert-for-yank-1): Doc fix.
2315
2316 * ido.el (ido-enter-matching-directory): Rename from
2317 ido-enter-single-matching-directory. Change 'slash choice to
2318 'only. Add 'first choice.
2319 (ido-exhibit): Adapt to above changes.
2320
2321 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2322
2323 * Makefile.in: Expand comment about building loaddefs.el.
2324
2325 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2326
2327 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2328 Comment use of defadvice.
2329
2330 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2331
2332 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2333
2334 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2335 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2336 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2337 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2338 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2339 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2340 for backward compatibility for faces that did not appear in the
2341 previous Emacs release.
2342
2343 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2344
2345 2005-08-15 Kim F. Storm <storm@cua.dk>
2346
2347 * emulation/cua-base.el (cua-delete-region): Return t if
2348 deleted region was non-empty.
2349 (cua-replace-region): Inhibit overwrite-mode for
2350 self-insert-command if replaced region was non-empty.
2351 (cua--explicit-region-start, cua--status-string): Make them
2352 buffer-local at top-level...
2353 (cua-mode): ...rather than when mode is enabled.
2354
2355 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2356
2357 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2358 Set t for Emacs 21, 22, and so on.
2359
2360 2005-08-15 David Ponce <david@dponce.com>
2361
2362 * tree-widget.el: Update Commentary header.
2363 (tree-widget-theme): Doc fix.
2364 (tree-widget-space-width): New option.
2365 (tree-widget-image-properties): Look up in the default theme too.
2366 (tree-widget--cursors): Only for images with arrow pointer shape.
2367 (tree-widget-lookup-image): Pointer shape is hand by default.
2368 (tree-widget-icon): Rename generic icon widget from
2369 `tree-widget-control'.
2370 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2371 derive from `tree-widget-icon'.
2372 (tree-widget-handle): Improve default look and feel of the text
2373 representation.
2374 (tree-widget): Rename :*-control properties to :*-icon properties.
2375 Add :action and :help-echo properties.
2376 (tree-widget-after-toggle-functions): Move.
2377 (tree-widget-close-node, tree-widget-open-node): Remove.
2378 (tree-widget-before-create-icon-functions): New hook.
2379 (tree-widget-value-create): Update to allow customization of icons
2380 and nodes at run-time via that new hook.
2381 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2382 (tree-widget-icon-action, tree-widget-icon-help-echo)
2383 (tree-widget-action, tree-widget-help-echo): New functions.
2384
2385 2005-08-15 Kim F. Storm <storm@cua.dk>
2386
2387 * ido.el (ido-buffer-internal): Use with-no-warnings.
2388 (ido-make-merged-file-list): Use while-no-input.
2389
2390 2005-08-15 Richard M. Stallman <rms@gnu.org>
2391
2392 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2393 (flyspell-large-region): Fix doc and custom type.
2394
2395 2005-08-14 Richard M. Stallman <rms@gnu.org>
2396
2397 * files.el (interpreter-mode-alist): Doc fix.
2398
2399 * mail/rmail.el (rmail-nonignored-headers): New variable.
2400 (rmail-clear-headers): Use it.
2401 (rmail-reply): Better handling of mail-followup-to header.
2402
2403 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2404 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2405 don't try to refer to executable-font-lock-keywords.
2406 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2407 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2408 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2409 (sh-mode): Set comment-start-skip, local-abbrev-table,
2410 imenu-case-fold-search.
2411 (sh-set-shell): Don't set them here.
2412 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2413 Don't cache the results in the original alist; don't ever modify
2414 that alist.
2415
2416 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2417
2418 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2419 empty.
2420
2421 2005-08-15 Andreas Schwab <schwab@suse.de>
2422
2423 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2424
2425 * dired.el, info.el, mail/rmail.el: Revert last change.
2426
2427 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2428
2429 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2430 modification in `eval-after-load' form.
2431 * info.el: Likewise.
2432 * mail/rmail.el: Likewise.
2433
2434 2005-08-14 Juri Linkov <juri@jurta.org>
2435
2436 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2437 Remove highlighting of "Compilation started". Highlight only
2438 the word "finished" in "Compilation finished". Add highlighting
2439 of "interrupt", "killed", "terminated" and the exit code.
2440 (compilation-start): Add newline after header. Use exactly the
2441 same time stamp format as the finishing message.
2442 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2443
2444 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2445 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2446 Add highlighting of "interrupt", "killed", "terminated".
2447
2448 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2449 enabled and the current command is self-insert-command, call it
2450 explicitly with overwrite-mode bound to nil, to not allow it
2451 to delete the character after the selected region.
2452
2453 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2454
2455 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2456 move-end-of-line, end-of-line, and beginning-of-line to the list
2457 of commands after which the echo area is updated.
2458
2459 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2460
2461 * cus-edit.el (custom-save-all, custom-save-delete):
2462 Bind recentf-exclude to exclude custom-file.
2463
2464 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2465
2466 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2467 to go to the bottom of the mail message. Added to
2468 `rmail-summary-mode-map' with key "/".
2469 (rmail-summary-show-message): New (internal) function for use by
2470 both `rmail-summary-beginning/end-of-message'.
2471 (rmail-summary-beginning-of-message): Change to use
2472 rmail-summary-show-message.
2473
2474 * mail/rmail.el (rmail-end-of-message): New command to go to the
2475 end of the current message. Added to `rmail-mode-map' with key "/".
2476 (rmail-beginning-of-message): Fix to work as documented.
2477 (rmail-mode): Change documentation.
2478
2479 * progmodes/compile.el (compilation-start): Add the line
2480 "Compilation started" with compilation start time.
2481 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2482
2483 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2484
2485 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2486 of menu items.
2487
2488 2005-08-11 Richard M. Stallman <rms@gnu.org>
2489
2490 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2491
2492 * battery.el (battery-status-function): Don't use ignore-errors.
2493
2494 2005-08-11 Lute Kamstra <lute@gnu.org>
2495
2496 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2497 define-obsolete-variable-alias.
2498
2499 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2502 (ange-ftp-send-cmd): Revert last change, and expand
2503 the comment explaining the problem.
2504
2505 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2506
2507 * ldefs-boot.el: Update.
2508
2509 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2510 item to "Time, Load and Mail". Change help echo text.
2511
2512 * time.el (display-time-use-mail-icon, display-time-format)
2513 (display-time-string-forms): Shorten first line of docstrings.
2514
2515 2005-08-10 Lars Hansen <larsh@soem.dk>
2516
2517 * desktop.el (desktop-buffer-mode-handlers):
2518 Make non-customizable. Add autoload cookie. Change initial value to
2519 nil; add elements in respective modules instead. Fix doc string.
2520 (desktop-load-file): New function.
2521 (desktop-minor-mode-handlers): New autoloaded variable.
2522 (desktop-create-buffer): Call minor mode handlers.
2523 Use desktop-load-file to load major and minor mode modules prior to
2524 checking for a handler.
2525 (desktop-save): Don't add nil to desktop-minor-modes for minor
2526 modes with nil function in desktop-minor-mode-table. Don't delete
2527 desktop file before rewriting it.
2528 (desktop-locals-to-save): Add autoload cookie. Don't make
2529 automatically buffer-local. Add variables column-number-mode,
2530 size-indication-mode, indent-tabs-mode,
2531 indicate-buffer-boundaries, indicate-empty-lines and
2532 show-trailing-whitespace.
2533 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2534 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2535 (desktop-clear-preserve-buffers-regexp): Delete.
2536 (desktop-clear-preserve-buffers): Update initial value and docstring.
2537 (desktop-save-buffer): Fix doc string.
2538
2539 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2540 (hilit-chg-desktop-restore): New function.
2541 (highlight-changes-mode): Add highlight-changes-mode to
2542 desktop-locals-to-save.
2543
2544 * dired.el: Add handler to desktop-buffer-mode-handlers.
2545 (dired-restore-desktop-buffer): Remove autoload cookie.
2546 (dired-mode): Add autoload cookie.
2547
2548 * info.el: Add handler to desktop-buffer-mode-handlers.
2549 (Info-restore-desktop-buffer): Remove autoload cookie.
2550 (Info-mode): Add autoload cookie.
2551
2552 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2553 (mh-restore-desktop-buffer): Remove autoload cookie.
2554 (mh-folder-mode): Add autoload cookie.
2555
2556 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2557 (rmail-restore-desktop-buffer): Remove autoload cookie.
2558
2559 2005-08-11 Masatake YAMATO <jet@gyve.org>
2560
2561 * hexl.el (hexl-address-region):
2562 (hexl-ascii-region, hexl-font-lock-keywords):
2563 (hexl-highlight-line-range): Use the term "region"
2564 instead of "area" for consistency with the other symbols
2565 defined in hexl.el.
2566
2567 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2568
2569 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2570 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2571 out by Juri Linkov). Add `display-battery-mode'.
2572
2573 2005-08-09 Juri Linkov <juri@jurta.org>
2574
2575 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2576 Remove `-text' from face variable names.
2577 (compilation-error-file-name, compilation-warning-file-name)
2578 (compilation-info-file-name): Delete faces.
2579 (compilation-line-number, compilation-column-number):
2580 Remove face underlining.
2581 (compilation-message-face): Set to `underline' value by default.
2582 (compilation-error-face, compilation-warning-face)
2583 (compilation-info-face): Remove `-file-name' from face names.
2584 (compilation-error-text-face, compilation-warning-text-face)
2585 (compilation-info-text-face): Delete face variables.
2586 (compilation-text-face): Delete function.
2587
2588 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2589 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2590 (grep-error-face): Set to `compilation-error' instead of
2591 `compilation-error-face' (which is redefined to `grep-hit-face' in
2592 grep buffers).
2593 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2594 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2595
2596 * dired-aux.el (dired-do-query-replace-regexp):
2597 Use `query-replace-read-args'.
2598
2599 * replace.el (query-replace-read-from, query-replace-read-to)
2600 (query-replace-read-args): Rename arg `string' to `prompt'.
2601
2602 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2603
2604 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2605
2606 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2607 uploading files.
2608 (ange-ftp-canonize-filename): Handle file names beginning with ~
2609 correctly.
2610
2611 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * textmodes/fill.el (canonically-space-region)
2614 (fill-context-prefix, fill-french-nobreak-p)
2615 (fill-delete-newlines, fill-comment-paragraph)
2616 (justify-current-line): "?\ " -> "?\s".
2617
2618 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2619
2620 * textmodes/fill.el (fill-nonuniform-paragraphs):
2621 Improve argument/docstring consistency.
2622
2623 2005-08-09 Richard M. Stallman <rms@gnu.org>
2624
2625 * textmodes/ispell.el (ispell-word): More fboundp checks.
2626
2627 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2628 (find-file-noselect-1): Call it here, only if RAWFILE.
2629 (normal-mode): Always set some major mode.
2630 (save-some-buffers-action-alist): Change some explanation strings.
2631 (file-name-non-special): In the `quote' method, use unwind-protect.
2632
2633 2005-08-09 Magnus Henoch <mange@freemail.hu>
2634
2635 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2636 (ispell-have-aspell-dictionaries): New variable.
2637 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2638 (ispell-get-aspell-config-value): New function.
2639 (ispell-aspell-find-dictionary): New function.
2640 (ispell-aspell-add-aliases): New function.
2641 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2642 appropriate. Don't look for ispell dictionaries if we use aspell.
2643 (ispell-menu-map): Don't build a submenu of dictionaries.
2644
2645 2005-08-09 Richard M. Stallman <rms@gnu.org>
2646
2647 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2648 (sql-read-passwd): Use read-passwd.
2649
2650 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2651 (idlwave-toolbar-is-possible): Add defvars.
2652
2653 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2654 Avoid warnings.
2655
2656 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2657 (idlwave-system-class-info, idlwave-executive-commands-alist):
2658 Use defvar.
2659
2660 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2661
2662 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2663 Avoid warnings.
2664
2665 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2666 and content-type: headers.
2667
2668 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2669
2670 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2671 and rename some of them to be more self-explanatory.
2672
2673 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2674
2675 * startup.el (command-line-1): Implement -scriptload.
2676
2677 * replace.el (occur-engine): Initial *Occur* output not undoable.
2678
2679 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2680 and improve help strings.
2681
2682 * isearch.el (isearch-repeat): When changing direction,
2683 mark search successful.
2684
2685 * ediff-init.el: Use (featurep 'xemacs).
2686
2687 * comint.el (send-invisible): Identify buffer, if not selected.
2688
2689 * align.el: Delete autoload for c-guess-basic-syntax.
2690
2691 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2692
2693 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2694 Improve argument/docstring consistency. Doc fixes.
2695 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2696 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2697 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2698 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2699 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2700 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2701 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2702 Defvar at compile time.
2703
2704 2005-08-09 Juri Linkov <juri@jurta.org>
2705
2706 * info.el: Replace `info' with upper-case `Info' where appropriate.
2707 (info-title-1, info-title-2, info-title-3, info-title-4)
2708 (info-menu-header): Move up face definitions.
2709 (info-menu-star): Rename from `info-menu-5'.
2710 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2711 (Info-fontify-visited-nodes): Fix docstring.
2712 (Info-hide-note-references): Fix docstring.
2713 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2714 menu items in the same way as on cross-references.
2715 (info-apropos): Fix sorting order and formatting to be like in the
2716 stand-alone Info browser. Display error messages for 1 sec.
2717 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2718 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2719 from the menu bar.
2720 (Info-insert-dir): Restore point after calling
2721 `insert-buffer-substring'.
2722
2723 2005-08-08 Richard M. Stallman <rms@gnu.org>
2724
2725 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2726 (recompute-lucid-menubar): Add defvars.
2727
2728 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2729
2730 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2731
2732 * net/net-utils.el (run-dig): Rename from `dig'.
2733
2734 * play/gametree.el (gametree-mode): Use make-local-variable,
2735 not make-variable-buffer-local.
2736
2737 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2738
2739 * ansi-color.el (ansi-color-make-extent)
2740 (ansi-color-set-extent-face): Use fboundp, not functionp.
2741
2742 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2743 not make-variable-buffer-local.
2744
2745 * bookmark.el (Info-current-file): Add defvar.
2746 (bookmark-jump-noselect): Use with-no-warnings.
2747
2748 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2749
2750 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2751
2752 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2753
2754 * find-file.el (ada-procedure-start-regexp)
2755 (ada-package-start-regexp): Add defvars.
2756
2757 * info.el (Info-insert-dir): Use insert-buffer-substring.
2758
2759 * xml.el (xml-att-def-re): Add defvar.
2760
2761 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2762 calling convention.
2763
2764 * subr.el (while-no-input): Return t if there is input.
2765
2766 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2767
2768 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2769
2770 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2771
2772 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2773 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2774
2775 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2776
2777 * cmuscheme.el (scheme-start-file): Replace reference to
2778 `user-emacs-directory' by "~/.emacs.d/".
2779
2780 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2781
2782 * info.el (Info-dir-remove-duplicates): Avoid case folding
2783 in loop; instead, keep downcased strings for comparison.
2784 Suggested by Helmut Eller.
2785
2786 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2787
2788 Sync with Tramp 2.0.50.
2789
2790 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2791 XEmacs case; not necessary anymore.
2792 (tramp-user-regexp): Allow "@" as part of user name.
2793 (tramp-handle-set-visited-file-modtime)
2794 (tramp-handle-insert-file-contents)
2795 (tramp-handle-write-region): No special handling for
2796 `last-coding-system-used, because this is done in
2797 `tramp-accept-process-output' now.
2798 (tramp-accept-process-output): New defun.
2799 (tramp-process-one-action, tramp-process-one-multi-action)
2800 (tramp-wait-for-regexp, tramp-wait-for-output)
2801 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2802 Howells <dhowells@redhat.com>.
2803 (clear-visited-file-modtime): Defadvice removed. The check for
2804 unset buffer's modtime does not need to be based on
2805 `tramp-buffer-file-attributes'. Suggested by RMS.
2806 (tramp-message): Insert "\n" if not being at beginning of line.
2807 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2808 sequence with same logic.
2809 (tramp-completion-handle-expand-file-name): Discard call of
2810 `tramp-drop-volume-letter'. It is not necessary, and there have
2811 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2812 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2813 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2814 should always be visible.
2815 (tramp-handle-insert-directory, tramp-setup-complete)
2816 (tramp-set-process-query-on-exit-flag)
2817 (tramp-append-tramp-buffers): Pacify byte-compiler.
2818 (tramp-bug): Delete non-existing variables from list.
2819 Apply `tramp-load-report-modules' as pre-hook.
2820 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2821 `shell-prompt-pattern' because of non-7bit characters.
2822 Reported by Sebastian Luque <sluque@mun.ca>.
2823 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2824 (tramp-match-string-list): Remove function.
2825 (tramp-wait-for-regexp): Remove call of that function.
2826 Suggested by Kim F. Storm <storm@cua.dk>.
2827 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2828 instead of octal character code ?\600. The latter resulted in a
2829 syntax error with XEmacs.
2830
2831 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2832 XEmacs case; not necessary anymore.
2833 (tramp-smb-handle-write-region): No special handling for
2834 `last-coding-system-used, because this is done in
2835 `tramp-accept-process-output' now.
2836 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2837
2838 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2839
2840 * wid-edit.el (widget-choice-value-create):
2841 Unconditionally respect user choice. Set :explicit-choice back to nil
2842 when no longer needed.
2843 (widget-choice-action): Unconditionally respect user choice.
2844 Eliminate :explicit-choice-value.
2845
2846 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2847
2848 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2849 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2850 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2851 running new function `toggle-indicate-empty-lines'.
2852 Rename "Customize" item to "Customize fringe".
2853 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2854 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2855 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2856 Delete "Empty lines only" item.
2857 (menu-bar-showhide-fringe-ind-customize): New function.
2858 (menu-bar-showhide-fringe-ind-mixed)
2859 (menu-bar-showhide-fringe-ind-box)
2860 (menu-bar-showhide-fringe-ind-right)
2861 (menu-bar-showhide-fringe-ind-left)
2862 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2863 instead of `fringe-indicators'.
2864
2865 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2866
2867 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2868 Change the date of last update.
2869
2870 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2871
2872 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2873 (viper-exec-yank, viper-put-back): Don't display modification msg
2874 if in the minibuffer.
2875
2876 * viper-init.el (viper-replace-overlay-cursor-color)
2877 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2878 Make variables frame local.
2879
2880 * viper-util.el (viper-append-filter-alist): Use append instead of
2881 nconc.
2882
2883 * viper.el (viper-vi-state-mode-list)
2884 (viper-emacs-state-mode-list): Move help-mode and
2885 completion-list-mode from the first list to the second.
2886 (viper-mode): Docstring.
2887 (viper-go-away, viper-non-hook-settings): Don't localize
2888 minor-mode-alist in newer Emacsen. Add advice to
2889 set-cursor-color. Don't bind "\C-c\\".
2890
2891 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2892
2893 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2894 (scheme-macro-expand-command): New user options.
2895 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2896 (scheme-form-at-point, scheme-start-file)
2897 (scheme-interactively-start-process): New functions.
2898 (scheme-get-process): New function, extracted from `scheme-proc'.
2899 (run-scheme): Call `scheme-start-file' to get start file, and pass
2900 it to `make-comint'.
2901 (switch-to-scheme, scheme-proc):
2902 Call `scheme-interactively-start-process' if no Scheme buffer/process
2903 is available.
2904
2905 2005-08-06 Juri Linkov <juri@jurta.org>
2906
2907 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2908 Use `compilation-text-face', `compilation-info-text-face' and
2909 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2910 (compilation-error): New face.
2911 (compilation-error-file-name): Inherit from
2912 `compilation-error' instead of `font-lock-warning-face'.
2913 (compilation-warning-file-name): Inherit from
2914 `compilation-warning' instead of `font-lock-warning-face'.
2915 (compilation-info, compilation-error-file-name)
2916 (compilation-warning-file-name, compilation-info-file-name)
2917 (compilation-line-number, compilation-column-number): Doc fix.
2918 (compilation-error-text-face, compilation-warning-text-face)
2919 (compilation-info-text-face): New face variables.
2920 (compilation-line-face, compilation-column-face)
2921 (compilation-enter-directory-face)
2922 (compilation-leave-directory-face): Doc fix.
2923 (compilation-text-face): New function.
2924
2925 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2926 instead of 1 to display binary file names as info file links.
2927 (grep-error-face): Use `compilation-error-face' instead of
2928 `font-lock-keyword-face'.
2929 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2930 and `compilation-warning-text-face' instead of
2931 `font-lock-keyword-face'. Use `compilation-error-text-face'
2932 instead of `grep-error-face'.
2933
2934 2005-08-05 Kenichi Handa <handa@m17n.org>
2935
2936 * international/code-pages.el: Add autoload cookies for all coding
2937 systems.
2938
2939 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
2940
2941 * cus-start.el (all): Put undo.c where it alphabetically belongs.
2942
2943 2005-08-04 Juri Linkov <juri@jurta.org>
2944
2945 * progmodes/compile.el (compilation-mode-map):
2946 * progmodes/grep.el (grep-mode-map):
2947 Bind TAB to `compilation-next-error' and [backtab] to
2948 `compilation-previous-error'.
2949
2950 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2951 matching line numbers, column numbers and their ranges with regexp
2952 matching only line numbers.
2953 (grep-context-face): New face variable.
2954 (grep-mode-font-lock-keywords): Use it.
2955
2956 * faces.el (read-face-name): Delete duplicate faces.
2957
2958 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2959
2960 * thumbs.el (thumbs-find-image): Don't make variables
2961 automatically buffer local.
2962 (thumbs-current-tmp-filename, thumbs-current-image-filename)
2963 (thumbs-image-num): Make automatically buffer local.
2964 (thumbs-show-thumbs-list): Use `make-local-variable', not
2965 `make-variable-buffer-local'.
2966 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2967
2968 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2969 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2970 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2971 (bother, bye, canyou, chatlst, continue, deathlst, describe)
2972 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2973 (feelings-about, foullst, found, hello, history, howareyoulst)
2974 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2975 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2976 (neglst, obj, object, owner, please, problems, qlist)
2977 (random-adjective, relation, remlst, repetitive-shortness)
2978 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2979 (shortlst, something, sportslst, stallmanlst, states, subj)
2980 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2981 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2982 Defvar at compile time.
2983
2984 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2985 not `make-variable-buffer-local'.
2986
2987 2005-08-02 Kim F. Storm <storm@cua.dk>
2988
2989 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2990 rectangle overlay in selected window.
2991
2992 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
2995 instead of display group. Make `indicate-buffer-boundaries'
2996 customizable through Custom.
2997
2998 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
2999
3000 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3001 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3002 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3003 (gdb-put-string): Fix typos in docstrings.
3004
3005 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3006
3007 Update copyright notices of files in progmodes directory for
3008 release of Emacs 22.1.
3009
3010 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3011
3012 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3013 Don't barf if the GUD buffer has been killed.
3014
3015 2005-08-01 Kim F. Storm <storm@cua.dk>
3016
3017 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3018
3019 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * simple.el (next-error-follow-minor-mode):
3022 make-variable-buffer-local -> make-local-variable.
3023
3024 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3025
3026 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3027 (byte-compile-form-make-variable-buffer-local): New functions to warn
3028 about misuses of make-variable-buffer-local where make-local-variable
3029 was meant.
3030
3031 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3032
3033 * bs.el (bs-attributes-list): Doc fix.
3034 (bs): Update url-link.
3035
3036 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3037 (desktop-load-default): Simplify.
3038
3039 * ibuffer.el (ibuffer-columnize-and-insert-list)
3040 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3041 (ibuffer-unmark-all, ibuffer-toggle-marks)
3042 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3043 (ibuffer-compile-make-format-form, ibuffer-format-column)
3044 (ibuffer-current-buffers-with-marks)
3045 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3046 (ibuffer): Doc fix.
3047 (ibuffer-mode): Fix typo in docstring.
3048 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3049 with `define-obsolete-variable-alias'.
3050 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3051
3052 2005-07-29 Kenichi Handa <handa@m17n.org>
3053
3054 * international/mule-cmds.el (select-message-coding-system):
3055 Be sure to use LF for end-of-line. If no coding system is decided,
3056 return iso-8859-1-unix.
3057
3058 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3061 (ange-ftp-pending-error-line): New vars.
3062 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3063 to handle the non-fatal no-route-to-host messages.
3064 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3065
3066 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3067
3068 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3069 (isearch-quote-char, isearch-printing-char)
3070 (isearch-text-char-description): "?\ " -> "?\s".
3071 (isearch-lazy-highlight-cleanup)
3072 (isearch-lazy-highlight-initial-delay)
3073 (isearch-lazy-highlight-interval)
3074 (isearch-lazy-highlight-max-at-a-time)
3075 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3076 Declare with define-obsolete-*-alias macros.
3077 (isearch-forward): Fix typo in docstring.
3078 (search-invisible, search-ring-yank-pointer)
3079 (regexp-search-ring-yank-pointer): Doc fixes.
3080
3081 * recentf.el (recentf-menu-append-commands-p): Declare with
3082 `define-obsolete-variable-alias'.
3083 (recentf-max-saved-items, recentf-menu-filter)
3084 (recentf-arrange-by-rule-subfilter): Doc fixes.
3085 (recentf-menu-append-commands-flag)
3086 (recentf-initialize-file-name-history, recentf-expand-file-name)
3087 (recentf-clear-data): Fix typos in docstrings.
3088
3089 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3090
3091 * progmodes/gdb-ui.el: Smarten comments.
3092 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3093
3094 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3095
3096 * term/apollo.el (terminal-init-apollo): New function containing
3097 all former top level forms in the file.
3098 * term/bobcat.el (terminal-init-bobcat):
3099 * term/cygwin.el (terminal-init-cygwin):
3100 * term/iris-ansi.el (terminal-init-iris-ansi):
3101 * term/linux.el (terminal-init-linux):
3102 * term/news.el (terminal-init-news):
3103 * term/rxvt.el (terminal-init-rxvt):
3104 * term/sun.el (terminal-init-sun):
3105 * term/tvi970.el (terminal-init-tvi970):
3106 * term/vt100.el (terminal-init-vt100):
3107 * term/vt102.el (terminal-init-vt102):
3108 * term/vt125.el (terminal-init-vt125):
3109 * term/vt200.el (terminal-init-vt200):
3110 * term/vt201.el (terminal-init-vt201):
3111 * term/vt220.el (terminal-init-vt220):
3112 * term/vt240.el (terminal-init-vt240):
3113 * term/vt300.el (terminal-init-vt300):
3114 * term/vt320.el (terminal-init-vt320):
3115 * term/vt400.el (terminal-init-vt400):
3116 * term/vt420.el (terminal-init-vt420):
3117 * term/wyse50.el (terminal-init-wyse50):
3118 * term/xterm.el (terminal-init-xterm): Likewise.
3119
3120 * term/README: Describe the terminal-init-* functionality.
3121
3122 * startup.el (command-line): After loading the terminal initialization
3123 file call the corresponding terminal initialization function.
3124
3125 2005-07-27 Kenichi Handa <handa@m17n.org>
3126
3127 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3128 negative.
3129
3130 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3131 (ps-mule-composition-prologue): Fix for the case that
3132 RelativeCompose is false.
3133
3134 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3137
3138 * descr-text.el (describe-char): Handle the case where the list of
3139 chars is displayed in a separate frame.
3140 Be a bit more discriminating when looking for the char.
3141
3142 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3143
3144 * bookmark.el (bookmark-automatically-show-annotations)
3145 (bookmark-read-annotation-text-func): Doc fixes.
3146 (bookmark-save): Improve argument/docstring consistency.
3147 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3148 (bookmark-alist-from-buffer)
3149 (bookmark-upgrade-file-format-from-0)
3150 (bookmark-grok-file-format-version)
3151 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3152 (bookmark-read-annotation-mode)
3153 (bookmark-insert-current-bookmark, bookmark-jump)
3154 (bookmark-exit-hook): Fix typos in docstrings.
3155 (bookmark-exit-hooks): Define as obsolete alias.
3156 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3157 not `bookmark-exit-hooks'. Fix docstring.
3158 (bookmark-bmenu-select): "?\ " -> "?\s".
3159
3160 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3161
3162 * startup.el (command-line): Fix typo.
3163
3164 2005-07-24 Richard M. Stallman <rms@gnu.org>
3165
3166 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3167 not emacs-quick-startup.
3168
3169 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3170
3171 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3172 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3173 instead of `reb-with-current-window'.
3174 (reb-prev-match): Likewise. Also, don't move left if the search
3175 was unsuccessful.
3176 (reb-initialize-buffer): New function.
3177 (re-builder, reb-change-syntax): Use it.
3178
3179 * man.el (Man-goto-page): Make second argument NOERROR optional.
3180
3181 2005-07-23 Richard M. Stallman <rms@gnu.org>
3182
3183 * man.el (Man-bgproc-sentinel): Check here for failure to find
3184 any man page in the output, and report the error here.
3185 (Man-arguments): Make it permanent local.
3186 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3187 (Man-mode): Pass t for NOERROR.
3188
3189 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3190 (grep-mode-font-lock-keywords):
3191 Don't use compilation-...-face for messages that are not file names.
3192
3193 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3194 Don't use compilation-...-face for messages that are not file names.
3195
3196 2005-07-22 Juri Linkov <juri@jurta.org>
3197
3198 * startup.el (normal-splash-screen): Update menu name.
3199
3200 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3201
3202 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3203
3204 * term/xterm.el: Load term/rxvt if the terminal is actually an
3205 rxvt terminal.
3206 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3207
3208 * term/rxvt.el (function-key-map): Use substitute-key-definition
3209 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3210
3211 * term/cygwin.el: New file.
3212
3213 2005-07-22 Kim F. Storm <storm@cua.dk>
3214
3215 * image-file.el (insert-image-file, image-file-yank-handler):
3216 Fix last change to maintain a (unique) yank-handler on yanked images.
3217
3218 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3219
3220 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3221 of the file size (as in "177B" for 177 bytes). This happens with
3222 "ls -lh" on FreeBSD.
3223
3224 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3225
3226 * hilit-chg.el (highlight-changes-global-initial-state)
3227 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3228 (hilit-chg-fixup, highlight-changes-mode):
3229 Fix typos in docstrings.
3230 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3231 Doc fixes.
3232
3233 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3234
3235 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3236 mode function using `eval-after-load'.
3237
3238 2005-07-21 Kim F. Storm <storm@cua.dk>
3239
3240 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3241 included when reporting an emacs crash, and tell about the DEBUG file.
3242
3243 * image-file.el (insert-image-file): Add yank-handler.
3244 (image-file-yank-handler): Yank handler to make unique copies of
3245 images when they are yanked into a buffer next to each other.
3246
3247 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3248
3249 * comint.el (comint-use-prompt-regexp, comint-send-input)
3250 (comint-source-default, comint-extract-string)
3251 (comint-get-source, comint-word, comint-completion)
3252 (comint-source, comint-prompt-read-only, comint-update-fence):
3253 Fix typos in docstrings.
3254 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3255 Declare with define-obsolete-*-alias macros.
3256 (comint-previous-matching-input-from-input)
3257 (comint-next-matching-input-from-input)
3258 (comint-previous-matching-input, comint-next-matching-input)
3259 (comint-forward-matching-input):
3260 Improve argument/docstring consistency.
3261
3262 * desktop.el (desktop-clear-preserve-buffers-regexp):
3263 Also preserve the *server* buffer.
3264
3265 * simple.el (clone-indirect-buffer): Doc fix.
3266 (fixup-whitespace, just-one-space)
3267 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3268 (next-error, next-error-highlight)
3269 (next-error-highlight-no-select, next-error-last-buffer)
3270 (next-error-buffer-p, next-error-find-buffer, next-error)
3271 (previous-error, next-error-no-select, previous-error-no-select)
3272 (open-line, split-line, minibuffer-prompt-width, kill-new)
3273 (binary-overwrite-mode): Fix typos in docstrings.
3274 (set-fill-column): Fix typo in message.
3275
3276 * skeleton.el (skeleton-proxy-new): Doc fix.
3277
3278 * strokes.el (strokes-load-hook): Doc fix.
3279 (strokes-grid-resolution, strokes-get-grid-position)
3280 (strokes-renormalize-to-grid, strokes-read-stroke)
3281 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3282 (strokes-global-map): Fix typos in docstrings.
3283 (strokes-help): Doc fix. Fix help message and pass it through
3284 `substitute-command-keys'.
3285
3286 * tempo.el (tempo-insert-prompt, tempo-interactive)
3287 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3288 (tempo-insert-string-functions, tempo-local-tags)
3289 (tempo-define-template, tempo-insert-template)
3290 (tempo-insert-prompt-compat, tempo-is-user-element)
3291 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3292 Fix typos in docstrings.
3293
3294 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3295 (vcursor-key-bindings, vcursor-use-vcursor-map)
3296 (vcursor-find-window, vcursor-scroll-down)
3297 (vcursor-disable, vcursor-beginning-of-buffer)
3298 (vcursor-end-of-buffer): Fix typos in docstrings.
3299 (vcursor-relative-move, vcursor-get-char-count):
3300 Improve argument/docstring consistency.
3301
3302 * version.el: "?\ " -> "?\s".
3303
3304 * wid-edit.el (widget-default-create, widget-after-change)
3305 (widget-default-format-handler, widget-checklist-add-item)
3306 (widget-radio-add-item, widget-choose, widget-specify-secret)
3307 (widget-field-value-create, widget-field-value-get)
3308 (widget-editable-list-format-handler)
3309 (widget-editable-list-entry-create, widget-group-value-create)
3310 (widget-documentation-link-add)
3311 (widget-documentation-string-value-create): "?\ " -> "?\s".
3312 (widget-convert-text): Doc fix.
3313 (widget-narrow-to-field, widget-field-find)
3314 (widget-url-link-action, widget-emacs-library-link-action)
3315 (widget-color-notify): Fix typos in docstrings.
3316
3317 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3318 (x-select-text, set-w32-system-coding-system)
3319 (w32-add-charset-info): Fix typos in docstrings.
3320
3321 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3322 (cua-enable-cua-keys, cua-use-hyper-key)
3323 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3324 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3325
3326 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3327
3328 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3329 `defalias' instead of faking it.
3330
3331 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3332 (eshell-ls-missing, eshell-ls-dired-initial-args)
3333 (eshell-ls-use-in-dired): Fix typos in docstrings.
3334
3335 2005-07-20 Kim F. Storm <storm@cua.dk>
3336
3337 * emulation/cua-base.el (cua-mode): Improve doc string.
3338
3339 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3340
3341 * abbrev.el (expand-region-abbrevs): Doc fix.
3342 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3343 Improve argument/docstring consistency.
3344
3345 * arc-mode.el (archive-get-descr, archive-alternate-display):
3346 Doc fixes.
3347 (archive-l-e): Improve argument/docstring consistency.
3348 (archive-tmpdir, archive-unixdate, archive-unixtime)
3349 (archive-chmod-entry): Fix typos in docstrings.
3350 (archive-unflag, archive-unflag-backwards)
3351 (archive-unmark-all-files): "?\ " -> "?\s".
3352
3353 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3354 (Buffer-menu-not-modified, Buffer-menu-execute)
3355 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3356 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3357
3358 * composite.el (compose-string, encode-composition-rule)
3359 (compose-last-chars): Fix typos in docstrings.
3360
3361 * desktop.el (desktop-enable, desktop-basefilename):
3362 Declare with `define-obsolete-variable-alias'.
3363 (desktop-internal-v2s): Don't quote keywords.
3364 (desktop-clear): "?\ " -> "?\s".
3365
3366 * dired.el (dired-align-file, dired-flag-backup-files)
3367 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3368 (dired-listing-switches, dired-ls-F-marks-symlinks)
3369 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3370 (dired-directory, dired-faces, dired, dired-revert)
3371 (dired-mode, dired-summary, dired-view-file)
3372 (dired-copy-filename-as-kill, dired-delete-file)
3373 (dired-no-confirm, dired-unmark-all-marks)
3374 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3375 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3376 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3377 Fix typos in message strings.
3378
3379 * dired-x.el (virtual-dired): Declare with `defalias'.
3380 (dired-mark-unmarked-files, dired-local-variables-file)
3381 (dired-omit-here-always): Doc fix.
3382 (dired-omit-mode, dired-find-subdir)
3383 (dired-enable-local-variables, dired-clean-up-buffers-too)
3384 (dired-extra-startup, dired-mark-extension, dired-jump)
3385 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3386 (dired-smart-shell-command, dired-guess-shell-alist-user)
3387 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3388 (dired-x-bind-find-file, dired-x-submit-report):
3389 Fix typos in docstrings.
3390 (dired-mark-unmarked-files): "?\ " -> "?\s".
3391
3392 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3393
3394 * faces.el (describe-face): "?\ " -> "?\s".
3395 (read-all-face-attributes, read-face-font, modify-face)
3396 (face-attr-construct, italic): Fix typos in docstrings.
3397 (frame-update-face-colors): Declare with
3398 `define-obsolete-function-alias'.
3399
3400 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3401 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3402 (magic-mode-alist, buffer-file-numbers-unique)
3403 (write-file-functions, get-free-disk-space):
3404 Fix typos in docstrings.
3405 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3406 (write-contents-hooks, write-file-hooks):
3407 Declare with `define-obsolete-variable-alias'.
3408
3409 * forms-d2.el (arch-rj): Fix typo in docstrings.
3410 (arch-tocol): Likewise. "?\ " -> "?\s".
3411
3412 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3413 Fix typo in docstring.
3414 (set-screen-width, set-screen-height): Delete redundant info in
3415 doctrings.
3416 (new-frame, screen-height, screen-width): Declare with
3417 `define-obsolete-function-alias'.
3418 (delete-frame-hook, blink-cursor): Declare with
3419 `define-obsolete-variable-alias'.
3420
3421 * paths.el (prune-directory-list): Fix typos in docstring.
3422
3423 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3424 (cvs-prefix-get): Fix typos in docstrings.
3425
3426 * ps-print.el (ps-extend-face-list, ps-extend-face)
3427 (ps-print-background-image): Fix typos in docstrings.
3428 (ps-default-fg, ps-default-bg): Doc fixes.
3429
3430 * s-region.el (s-region-bind): Doc fix.
3431 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3432
3433 * textmodes/org.el (org-table-formula-substitute-names)
3434 (org-table-get-vertical-vector): Doc fixes.
3435 (org-table-recalculate): Remove unused argument to `message'.
3436
3437 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3438
3439 * textmodes/org.el (org-table-column-names)
3440 (org-table-column-name-regexp)
3441 (org-table-named-field-locations): New variables.
3442 (org-archive-subtree): Protect `this-command' when calling
3443 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3444 the kill buffer.
3445 (org-complete): Remove fixed-formula completion.
3446 (org-edit-formulas-map): New variable.
3447 (org-table-edit-formulas): New command.
3448 (org-finish-edit-formulas, org-abort-edit-formulas)
3449 (org-show-variable, org-table-get-vertical-vector): New functions.
3450 (org-table-maybe-eval-formula): Handle `:=' fields.
3451 (org-table-get-stored-formulas, org-table-store-formulas)
3452 (org-table-get-formula, org-table-modify-formulas)
3453 (org-table-replace-in-formulas): Handle named field formulas.
3454 (org-table-get-specials): Store locations of named fields.
3455
3456 2005-07-19 Juri Linkov <juri@jurta.org>
3457
3458 * progmodes/grep.el (grep-regexp-alist)
3459 (grep-mode-font-lock-keywords, grep-process-setup):
3460 Use default GNU grep match color "01;31m" instead of "01;41m".
3461 (grep-regexp-alist, grep-mode-font-lock-keywords):
3462 Use `\\[[0-9]*m' instead of `\\[00m'.
3463 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3464 sgr_start where its handling is more important. Use the real
3465 length of sgr_start instead of constant 8.
3466 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3467 specially. Delete all remaining escape sequences.
3468 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3469 (grep-regexp-alist): Make hyperlink only for binary file name
3470 instead of the whole line.
3471 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3472 (grep-mode): Add autoload.
3473
3474 * emacs-lisp/find-func.el (find-function-regexp):
3475 Add `define-compilation-mode'.
3476
3477 2005-07-19 Juri Linkov <juri@jurta.org>
3478
3479 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3480 (compare-windows-sync-string-size, compare-windows-recenter)
3481 (compare-windows-highlight, compare-windows): Add version 22.1.
3482 (compare-windows) <defface>: Inherit from lazy-highlight instead
3483 of duplicating its default value.
3484
3485 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3486 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3487
3488 * descr-text.el (describe-char): Create link buttons for `charset'
3489 and `code point'. Add the current input method name with a link
3490 button to `to input' field. Print face names of display table
3491 characters in `The display table entry is displayed by' section
3492 instead of printing face-id in the `display' field.
3493 Guess hardcoded faces and create a link button for them.
3494 Skip empty fields when calculating max-width.
3495 Treat `widget-create' specially while inserting strings from the
3496 collected field list.
3497 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3498
3499 * diff-mode.el (diff-file-header): Change foreground color from
3500 yellow to green on light backgrounds.
3501 (diff-context): Inherit from `shadow' only for color/grayscale
3502 with more than 88 colors.
3503 (diff-indicator-removed, diff-indicator-added)
3504 (diff-indicator-changed): New faces.
3505 (diff-font-lock-keywords): Use new faces. Regroup rules.
3506 Add "^---$" for `normal' diff format. Fontify `#' lines with
3507 font-lock-comment-delimiter-face and font-lock-comment-face.
3508 Add `#' to ^[^...] in the rule for `diff-context-face'.
3509
3510 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3511 a button-like box. Inherit from `highlight' on low colors.
3512 (shadow): Use shades of gray only for color/grayscale with
3513 more than 88 colors. Use green for light backgrounds with
3514 8 colors, and yellow for dark backgrounds with 8 colors.
3515
3516 * font-lock.el (font-lock-regexp-grouping-backslash):
3517 Don't inherit from escape-glyph (use bold for all cases).
3518
3519 * info.el (info-xref-visited): Use light foreground color `violet'
3520 for dark backgrounds instead of dark color `magenta3'.
3521 (info-title-1): Use `yellow' color for dark backgrounds.
3522
3523 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3524 too-light magenta2.
3525
3526 * replace.el (match): Use slightly more light RoyalBlue3 instead
3527 of dark RoyalBlue4.
3528
3529 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3530
3531 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3532
3533 * novice.el (disabled-command-hook): Declare it with
3534 `define-obsolete-variable-alias'.
3535
3536 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3537 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3538 (desktop-load-default): Add release to obsolescence info.
3539 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3540 (desktop-append-buffer-args, desktop-read):
3541 Fix typos in docstrings.
3542 (desktop-kill): Fix typo in message.
3543 (desktop-save): Doc fix.
3544
3545 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3546
3547 * viper-cmd.el (viper-escape-to-state): Bug fix.
3548 (viper-envelop-ESC-key): Change the definition of fast
3549 keysequence so it'll work with keyboard macros.
3550
3551 * ediff.el (ediff-patch-buffer): Change the docstring.
3552
3553 2005-07-19 Kenichi Handa <handa@m17n.org>
3554
3555 * international/mule-cmds.el (select-safe-coding-system): Try to
3556 use an auto-coding (if any) before anything else. If the found
3557 auto-coding is invalid, show a warning message.
3558
3559 * international/mule.el (find-auto-coding): New function created
3560 by modifying the body of set-auto-coding.
3561 (set-auto-coding): Use find-auto-coding to find a coding.
3562
3563 2005-07-18 Richard M. Stallman <rms@gnu.org>
3564
3565 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3566 not isearch-mode-end-hook-error.
3567 (allout-before-change-protect): Fix error message.
3568
3569 2005-07-18 Juri Linkov <juri@jurta.org>
3570
3571 * allout.el (allout-mode):
3572 * calculator.el (calculator-copy):
3573 * custom.el (custom-known-themes):
3574 * dired.el (dired-desktop-buffer-misc-data)
3575 (dired-restore-desktop-buffer):
3576 * dired-x.el (dired-omit-marker-char):
3577 * files.el (basic-save-buffer):
3578 * font-core.el (font-lock-mode):
3579 * calendar/calendar.el (calendar-goto-hebrew-date)
3580 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3581 (calendar-goto-persian-date):
3582 * language/ethio-util.el (ethio-sera-to-fidel-region):
3583 * textmodes/picture.el (picture-mode):
3584 Delete duplicate duplicate words.
3585
3586 2005-07-18 Juri Linkov <juri@jurta.org>
3587
3588 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3589 chars * ? } |.
3590 (isearch-fallback): Don't call `isearch-process-search-char'.
3591 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3592 (isearch-process-search-char): Call `isearch-fallback' for regexp
3593 chars * ? } |.
3594 (isearch-return-char): Make obsolete with `make-obsolete' instead
3595 of simply documenting it as obsolete in the docstring.
3596 (isearch-fallback): Refill docstring.
3597
3598 * international/isearch-x.el
3599 (isearch-process-search-multibyte-characters): Remove unneeded
3600 `concat'. Add intermediate values to `junk-hist' instead of
3601 `minibuffer-history'. Test the length of `str'.
3602
3603 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3604
3605 * allout.el (allout-resolve-xref): Fix typos in error strings.
3606 (allout-before-change-protect): Remove unneeded `concat'.
3607
3608 * array.el (array-mode, array-reconfigure-rows)
3609 (untabify-backward): Fix typos in docstrings.
3610 (array-reconfigure-rows): Use `insert-buffer-substring', not
3611 `insert-buffer'.
3612
3613 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3614 * progmodes/ada-mode.el (ada-make-body):
3615 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3616
3617 * dired.el (dired-log):
3618 * tar-mode.el (tar-subfile-save-buffer):
3619 * play/zone.el (zone-pgm-stress-destress):
3620 Use `insert-buffer-substring', not `insert-buffer'.
3621
3622 2005-07-17 Simon Josefsson <jas@extundo.com>
3623
3624 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3625
3626 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3627
3628 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3629 Add plain auth method.
3630 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3631
3632 2005-07-17 Kim F. Storm <storm@cua.dk>
3633
3634 * ido.el (dired-other-window): Add ido property.
3635
3636 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3637
3638 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3639 Fix typo in docstring.
3640 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3641 `insert-file-literally'.
3642
3643 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3644 info and delete redundant message. Doc fix.
3645 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3646 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3647
3648 2005-07-16 Richard M. Stallman <rms@gnu.org>
3649
3650 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3651 (byte-compile-and): Use byte-compile-and-recursion.
3652 (byte-compile-or-recursion): New function.
3653 (byte-compile-or): Use that.
3654 (byte-compile-if): Guard the else-clause too.
3655 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3656
3657 * isearch.el (isearch-mode-end-hook-quit): New variable.
3658 (isearch-done): Bind it.
3659 (isearch-mode-end-hook): Doc fix.
3660
3661 * allout.el (allout-isearch-did-quit): Variable deleted.
3662 (allout-real-isearch-abort): Function name no longer used.
3663 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3664 (allout-isearch-rectification): isearch-mode always exists.
3665 Don't set allout-isearch-did-quit.
3666 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3667 allout-isearch-did-quit.
3668 (allout-enwrap-isearch): Just add the hook.
3669 (allout-isearch-abort): Function deleted.
3670 (allout-pre-command-business): Avoid warning.
3671
3672 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3673 Correctly avoid warnings.
3674 (pascal-outline): Likewise.
3675
3676 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3677
3678 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3679
3680 * play/tetris.el (tetris-mode): Avoid warning.
3681
3682 * play/snake.el (snake-mode): Avoid warning.
3683
3684 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3685 (gamegrid-set-display-table): Avoid warning.
3686 (gamegrid-set-timer): Likewise.
3687 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3688 (gamegrid-add-score-with-update-game-score-1): Take FILE
3689 as argument.
3690 (gamegrid-add-score-with-update-game-score): Pass that argument.
3691 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3692
3693 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3694
3695 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3696 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3697
3698 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3699 and insert-file.
3700
3701 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3702 (sc-ask): Avoid warnings.
3703
3704 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3705 (eshell-hist-initialize): Use that var the natural way.
3706
3707 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3708
3709 * emacs-lisp/re-builder.el (reb-cook-regexp):
3710 Avoid warning calling lre-compile-string.
3711 (reb-color-display-p): Avoid warning.
3712
3713 * calculator.el (calculator-last-input): Guard uses
3714 of event-key and key-press-event-p.
3715 (event-key, key-press-event-p): Delete definitions.
3716
3717 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3718 (find-gc-source-directory, find-gc-subrs-callers)
3719 (find-gc-noreturn-list, find-gc-source-files)
3720 (find-gc-subrs-called): Vars renamed and defvar'd.
3721
3722 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3723 (checkdoc-overlay-put, checkdoc-delete-overlay)
3724 (checkdoc-overlay-start, checkdoc-overlay-end)
3725 (checkdoc-mode-line-update, checkdoc-char=):
3726 Define such that compiler knows they are defined.
3727 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3728 (checkdoc-read-event): Delete. Use read-event directly.
3729
3730 * whitespace.el (whitespace-make-overlay)
3731 (whitespace-overlay-put, whitespace-delete-overlay)
3732 (whitespace-overlay-start, whitespace-overlay-end):
3733 Define such that compiler knows they are defined.
3734 (whitespace): Move conditional inside.
3735
3736 * tempo.el (tempo-insert-template): Suppress warning.
3737
3738 * ediff-diff.el (longlines-mode): Add defvar.
3739
3740 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3741
3742 * server.el: Bind "C-x #" in a way that works even if C-x is
3743 redefined to a command key, not a prefix key.
3744
3745 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3746
3747 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3748 cl-make-type-test till execution time.
3749
3750 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3751
3752 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3753 arg ARG and use it.
3754
3755 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3756
3757 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3758
3759 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3760
3761 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3762 a defcustom with two :set or :type keywords.
3763
3764 2005-07-15 Richard M. Stallman <rms@gnu.org>
3765
3766 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3767 Don't give ^M comment-end syntax.
3768
3769 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3770
3771 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3772 Don't consider gdbmi (gdb-mi.el has its own update functions).
3773 (gdb-var-delete): Make it work for gdbmi as well.
3774 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3775
3776 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3777 (gud-speedbar-menu-items): Correct logic for enabling items.
3778
3779 2005-07-15 Kim F. Storm <storm@cua.dk>
3780
3781 * ido.el: Fix commentary.
3782 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3783 Use with-no-warnings around ffap-guesser.
3784 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3785 Let bind minibuffer-completing-file-name to t.
3786
3787 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3788
3789 * startup.el (site-run-file, keyboard-type): Doc fixes.
3790 (command-line): Check for "--basic-display" argument; also for
3791 "--quick", not "--bare-bones" (which was renamed).
3792 (fancy-splash-text): Add missing item "Getting New Versions".
3793 (normal-splash-screen): Fix typos and improve consistency with
3794 `fancy-splash-text'. Update copyright year.
3795
3796 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3797 valid binding for `help-char'.
3798
3799 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3800
3801 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3802
3803 * term.el (term-mode): Disable cua-mode for term buffers.
3804
3805 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3806
3807 * add-log.el (add-log-mailing-address, change-log-merge):
3808 Doc fixes.
3809 (change-log-get-method-definition): Fix typo in docstring.
3810
3811 2005-07-14 Kim F. Storm <storm@cua.dk>
3812
3813 * emulation/cua-base.el:
3814 (cua--pre-command-handler-1, cua--pre-command-handler)
3815 (cua--post-command-handler-1, cua--post-command-handler):
3816 Split in two. Check (buffer local) value of cua-mode.
3817 (cua-selection-mode): New command.
3818
3819 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3820
3821 * custom.el (custom-initialize-safe-set)
3822 (custom-initialize-safe-default): Doc fixes.
3823
3824 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3825 and simplify :init-value again.
3826
3827 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3828 and simplify :init-value again. Delete autoload.
3829
3830 * startup.el (command-line): Use `custom-reevaluate-setting' again
3831 for tooltip-mode.
3832
3833 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3834 a defcustom with two :initialize keywords.
3835
3836 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3837
3838 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3839 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3840 (allout-post-command-business, allout-flag-region)
3841 (isearch-reenable-font-lock, allout-yank)
3842 (allout-insert-latex-header, allout-insert-latex-trailer)
3843 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3844 (allout-latex-verb-quote): Fix typos in docstrings.
3845 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3846 (allout-unprotected, allout-prefix-data):
3847 Improve argument/docstring consistency.
3848 (allout-chart-subtree): Fix argument spec.
3849 (allout-open-topic): Rename `use_sib_bullet' argument to
3850 `use-sib-bullet'. Doc fix.
3851
3852 * whitespace.el (whitespace-check-buffer-leading)
3853 (whitespace-check-buffer-trailing)
3854 (whitespace-check-buffer-indent)
3855 (whitespace-check-buffer-spacetab)
3856 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3857 (whitespace-check-leading-whitespace)
3858 (whitespace-check-trailing-whitespace)
3859 (whitespace-check-spacetab-whitespace)
3860 (whitespace-check-indent-whitespace)
3861 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3862 (whitespace-modes): Fix typos in docstrings.
3863 (defgroup, defcustom): Doc fixes.
3864
3865 * winner.el (winner-mode, winner-boring-buffers)
3866 (winner-pending-undo-ring): Doc fixes.
3867 (winner-ring): Remove unneeded `progn'.
3868 (winner-equal): `defsubst' it.
3869 (winner-redo): Fix message.
3870
3871 2005-07-13 Kim F. Storm <storm@cua.dk>
3872
3873 * simple.el (line-move-1): Always use vertical-motion to
3874 do the last (or only) line move to ensure some movement.
3875 Undo 2005-06-23 change--don't check for overlays.
3876
3877 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3878
3879 * term/mac-win.el (ccl-encode-mac-roman-font)
3880 (ccl-encode-mac-centraleurroman-font)
3881 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3882 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3883 Change charset-id boundary of dimension to ?\xef.
3884 (mac-char-fontspec-list): New constant.
3885 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3886 argument. Nil uses itself as family in font-spec. Previous
3887 behavior for nil is now provided by non-nil non-string argument.
3888 All callers changed. Add font-specs for Mac fonts to
3889 "fontset-default" unless iso8859-1 fonts are installed.
3890
3891 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3892
3893 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3894 a continuation line if the \ is preceded by SPC or TAB.
3895 (sh-get-indent-info): Simplify.
3896 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3897 Use with-current-buffer.
3898
3899 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3900 when the matched text is empty.
3901
3902 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3903
3904 * startup.el (command-line): Revert to previous handling of
3905 tooltip-mode. Explain in comment why the complexity is needed.
3906
3907 * tooltip.el (tooltip-mode): Revert to previous implementation of
3908 its defcustom.
3909
3910 * frame.el (blink-cursor-mode): Revert to previous implementation
3911 of its defcustom. Update comment.
3912
3913 2005-07-12 Lars Hansen <larsh@soem.dk>
3914
3915 * desktop.el: Update e-mail address.
3916
3917 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3918
3919 * term/mac-win.el (mac-services-mail-selection)
3920 (mac-services-mail-to): New functions.
3921 (mac-application-menu-map): Bind them.
3922
3923 2005-07-12 wulei <milton@wulei.net> (tiny change)
3924
3925 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3926
3927 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
3928
3929 * custom.el (custom-reevaluate-setting): Doc fix.
3930
3931 2005-07-11 Jay Belanger <belanger@truman.edu>
3932
3933 * calc/calc.el (calc-embedded-announce-formula-alist)
3934 (calc-embedded-open-close-plain-alist)
3935 (calc-embedded-open-close-mode-alist): Add checks for additional
3936 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3937
3938 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
3939
3940 * custom.el (custom-enable-theme): Don't add theme to
3941 `custom-enabled-themes' with `push' because there is no
3942 setf-method for `delq'.
3943
3944 2005-07-11 Richard M. Stallman <rms@gnu.org>
3945
3946 * custom.el (custom-declare-variable): Doc fix.
3947
3948 * dired-aux.el (dired-compare-directories): Remove "." and ".."
3949 from the alists.
3950
3951 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3952 Do nothing if edebug-active.
3953
3954 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3955 (edebug-display): Do it here instead.
3956
3957 2005-07-10 Richard M. Stallman <rms@gnu.org>
3958
3959 * cus-face.el (custom-theme-set-faces): Make it work.
3960 (custom-reset-faces): Doc fix.
3961 (custom-theme-reset-internal-face, custom-theme-face-value):
3962 Functions deleted.
3963
3964 * custom.el (custom-push-theme): Maintain list of the settings
3965 of a given theme in its theme-settings property.
3966 Maintain position of old settings in the theme-value
3967 or theme-face property.
3968 (custom-enabled-themes): New variable.
3969 (custom-theme-enabled-p): New function.
3970 (provide-theme): Update custom-enabled-themes.
3971 Disable and reenable the `user' theme.
3972 (require-theme): Doc fix.
3973 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3974 (custom-theme-value, custom-theme-variable-value): Likewise.
3975 (custom-theme-reset-internal): Likewise.
3976 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3977 (custom-enable-theme, custom-disable-theme): New functions.
3978 (custom-variable-theme-value, custom-face-theme-value): Likewise.
3979 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3980 (custom-theme-reset-variables): Simplify.
3981 (deftheme, custom-declare-theme, custom-make-theme-feature):
3982 Definitions moved.
3983
3984 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
3985
3986 * longlines.el (longlines-show-region)
3987 (longlines-unshow-hard-newlines): Recognize hard newlines by
3988 non-nil hard property, instead of t.
3989
3990 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
3991
3992 * viper-cmd.el (viper--key-maps): New variable.
3993 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
3994 emulation-mode-map-alists.
3995 (viper-envelop-ESC-key): Use viper-subseq.
3996 (viper-search-forward/backward/next): Disable debug-on-error.
3997
3998 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3999 (viper-ESC-key): New defcustoms.
4000
4001 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4002
4003 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4004 (viper-subseq): Copy of subseq from cl.el.
4005
4006 * viper.el (viper-go-away, viper-set-hooks): Use
4007 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4008
4009 * viper-mous.el (viper-current-frame-saved): Use defvar.
4010
4011 * viper-init.el: Get rid of -face in face names.
4012
4013 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4014 Make it work with longlines mode
4015
4016 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4017
4018 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4019
4020 * ediff-init.el: Get rid of -face in face names.
4021
4022 2005-07-10 Richard M. Stallman <rms@gnu.org>
4023
4024 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4025 and with-timeout-unsuspend.
4026
4027 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4028 and with-timeout-unsuspend.
4029
4030 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4031 (with-timeout): Bind that variable to record timers.
4032 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4033
4034 * emacs-lisp/debug.el (debug-help-follow): New function.
4035 (debugger-mode-map): Use that instead of help-follow.
4036 (debugger-setup-buffer): Use eval-buffer-list
4037 to handle eval-buffer frames.
4038
4039 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4040
4041 * timezone.el (timezone-parse-date): Change first regexp
4042 so it will not mistakenly match dates with no time zone.
4043
4044 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4045
4046 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4047
4048 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4049
4050 * custom.el (custom-initialize-safe-set)
4051 (custom-initialize-safe-default): New functions.
4052
4053 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4054 and simplify :init-value.
4055
4056 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4057 and simplify :init-value. Delete obsolete comment.
4058
4059 * startup.el (command-line): Use `custom-reevaluate-setting' to
4060 handle `tooltip-mode'. Delete obsolete comment.
4061
4062 * files.el (set-visited-file-name): Avoid calling
4063 `file-name-nondirectory' with a nil argument.
4064
4065 2005-07-09 Richard M. Stallman <rms@gnu.org>
4066
4067 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4068 was called with nil for the buffer, handle the read position right.
4069 Handle read position for eval-region, too.
4070
4071 2005-07-09 Juri Linkov <juri@jurta.org>
4072
4073 * fringe.el (fringe-mode): Add period in docstring.
4074 (fringe-query-style): Build prompt depending on `all-frames' arg.
4075
4076 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4077 to not create links to unrelated functions in the Help buffer.
4078
4079 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4080 Doc fix.
4081
4082 * simple.el (next-error-hook): New variable.
4083 (next-error): Use it. Doc fix.
4084
4085 * textmodes/ispell.el (ispell-command-loop): Add current
4086 dictionary name and program name to mode-line-format.
4087 (ispell-region, ispell-process-line): Add current dictionary name
4088 and program name to messages.
4089
4090 2005-07-08 Jay Belanger <belanger@truman.edu>
4091
4092 * calc/calc.el (calc-embedded-announce-formula-alist)
4093 (calc-embedded-open-close-formula-alist)
4094 (calc-embedded-open-close-word-alist)
4095 (calc-embedded-open-close-plain-alist)
4096 (calc-embedded-open-close-new-formula-alist)
4097 (calc-embedded-open-close-mode-alist)
4098 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4099 (calc-embedded-mode-hook): New variables.
4100
4101 * calc/calc-embed.el (calc-embedded-firsttime)
4102 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4103 New variables.
4104 (calc-do-embedded): Use calc-embedded-firsttime,
4105 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4106 determine whether or not to run hooks.
4107 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4108 calc-embedded-firsttime-formula appropriately.
4109 Set calc-embedded delimiter variables according to mode.
4110
4111 2005-07-08 Richard M. Stallman <rms@gnu.org>
4112
4113 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4114 Check for "emacs", etc., as entire symbol, not just as word.
4115 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4116
4117 * files.el (set-visited-file-name): Report the error
4118 for "empty filename" earlier.
4119 (kill-some-buffers): Ignore buffers already dead.
4120
4121 * fringe.el (fringe-mode): Doc fix.
4122
4123 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4124 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4125 Use unwind-protect to ensure byte-compile-unresolved-functions
4126 is updated.
4127
4128 * whitespace.el (whitespace-buffer-leading-cleanup):
4129 Simplify w/ skip-chars-forward.
4130 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4131
4132 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4133 Unconditionally try to leave point at the same old place.
4134
4135 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4136
4137 * comint.el (comint-postoutput-scroll-to-bottom)
4138 (comint-show-maximum-output): Take scroll-margin into consideration.
4139
4140 2005-07-08 Kim F. Storm <storm@cua.dk>
4141
4142 * ido.el (ido-use-filename-at-point): New choice `guess'.
4143 (ido-file-internal): Try ffap-guesser if selected.
4144
4145 * ido.el (ido-before-fallback-functions): New hook.
4146 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4147 (ido-read-file-name): Run it.
4148
4149 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4150
4151 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4152 strings rather than a list of symbols to the completion function.
4153
4154 2005-07-07 Jay Belanger <belanger@truman.edu>
4155
4156 * calc/calc-units.el (math-apply-units): Change the places in
4157 which units are simplified.
4158
4159 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4160
4161 * cus-edit.el (customize-option, customize-option-other-window):
4162 Make them handle aliases.
4163
4164 * custom.el (custom-variable-p): Make it recursively follow
4165 aliases. Mention that in the docstring.
4166
4167 2005-07-07 Richard M. Stallman <rms@gnu.org>
4168
4169 * cus-start.el (exec-path): Use `directory' instead of `file'.
4170 Fix tag for nil.
4171
4172 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4173
4174 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4175 when called non-interactively. Doc fix.
4176
4177 2005-07-07 Lute Kamstra <lute@gnu.org>
4178
4179 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4180 new address as well.
4181
4182 2005-07-07 Kenichi Handa <handa@m17n.org>
4183
4184 * international/mule.el (make-coding-system):
4185 Describe `ascii-incompatible' property in the docstring.
4186 (set-file-name-coding-system): Signal an error if coding-system is
4187 ascii-incompatible.
4188 (set-keyboard-coding-system): Likewise.
4189
4190 * international/mule-cmds.el (set-default-coding-systems):
4191 Don't set default-file-name-coding-system and
4192 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4193
4194 * international/utf-16.el: Declare that all UTF-16-based coding
4195 systems are ASCII-incompatible.
4196
4197 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4198
4199 * progmodes/gud.el: Require font-lock for displaying errors.
4200 Used by gdb-ui.el.
4201
4202 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4203
4204 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4205 values for the pattern lists which are `read'able but not
4206 `append'able (like symbols).
4207
4208 2005-07-06 Richard M. Stallman <rms@gnu.org>
4209
4210 * progmodes/flymake.el (flymake-float-time): Instead of
4211 with-no-warnings, test for xemacs.
4212 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4213 to avoid warning.
4214
4215 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4216
4217 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4218
4219 2005-07-05 Lute Kamstra <lute@gnu.org>
4220
4221 * battery.el: Add support for Darwin (with much debugging help
4222 from Samuel Lauber <sam124@operamail.com>).
4223 (battery-status-function, battery-echo-area-format)
4224 (battery-mode-line-format): Add support for pmset on Darwin.
4225 (battery-load-low, battery-load-critical): New user options.
4226 (battery-pmset): New function.
4227
4228 2005-07-05 Lute Kamstra <lute@gnu.org>
4229
4230 Update FSF's address in GPL notices.
4231
4232 * textmodes/page-ext.el: Update FSF's address.
4233
4234 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4237 filling from using prefix when filling a single-line docstring.
4238
4239 * progmodes/flymake.el: Remove useless eval-when-compile.
4240
4241 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4242
4243 2005-07-04 Richard M. Stallman <rms@gnu.org>
4244
4245 * textmodes/org.el (org-file-apps-defaults-gnu):
4246 Rename from org-file-apps-defaults-linux.
4247 (org-default-apps): Don't test system-type for `linux'.
4248 (org-file-apps): Doc fix.
4249
4250 2005-07-04 David Ponce <david@dponce.com>
4251
4252 * tree-widget.el: Improve header Commentary section.
4253 (tree-widget) [defgroup]
4254 (tree-widget-image-enable, tree-widget-themes-directory)
4255 (tree-widget-theme, tree-widget-image-properties-emacs)
4256 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4257 (tree-widget-image-formats, tree-widget-control)
4258 (tree-widget-empty-control, tree-widget-leaf-control
4259 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4260 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4261 (tree-widget-keep, tree-widget-after-toggle-functions)
4262 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4263 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4264 :help-echo message.
4265 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4266 (tree-widget-image-properties): Doc fix. Clearer implementation.
4267 (tree-widget--cursors): New constant.
4268 (tree-widget-lookup-image): New function split from
4269 `tree-widget-find-image'. Clearer implementation.
4270 (tree-widget-find-image): Use it.
4271 (tree-widget-button-keymap): Use `set-keymap-parent'.
4272 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4273 Define the sub-widgets here.
4274 (tree-widget-node): Check that :node is not a tree-widget.
4275 (tree-widget-get-super, tree-widget-open-control)
4276 (tree-widget-close-control, tree-widget-empty-control)
4277 (tree-widget-leaf-control, tree-widget-guide)
4278 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4279 (tree-widget-no-handle, tree-widget-value-delete)
4280 (tree-widget-map): Remove.
4281 (tree-widget-children-value-save): Doc fix. Simplified.
4282 (tree-widget-value-create): Update according to previous changes.
4283
4284 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4285
4286 * textmodes/org.el: Leading space replaced by TABS.
4287 (org-recalc-marks, org-table-rotate-recalc-marks)
4288 (org-table-get-specials): Treat "^" and "_" marks.
4289 (org-table-justify-field-maybe): Optional argument NEW.
4290 (org-table-eval-formula): Parsing of the format simplified.
4291 New modes C,I. Honor the %= parameter in the current table.
4292 Avoid unnecessary re-align by using the NEW argument to
4293 `org-table-justify-field-maybe'.
4294 (org-calc-default-modes): Default for date-format mimicks org-mode.
4295 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4296
4297 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4298
4299 * cus-face.el (custom-theme-set-faces): Make it handle face
4300 aliases whose alias declarations are pre- or autoloaded.
4301
4302 2005-07-04 Juri Linkov <juri@jurta.org>
4303
4304 * faces.el (read-face-name): Put the code for getting a face name
4305 from the buffer before adding the faces from the `face' property.
4306 Use `completing-read-multiple' instead of `completing-read'.
4307 Require `crm'. Add default value and post-process the returned
4308 list of faces.
4309
4310 * emacs-lisp/crm.el (crm-find-current-element)
4311 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4312
4313 * emacs-lisp/lisp-mode.el (eval-defun-1):
4314 * emacs-lisp/edebug.el (edebug-eval-defun):
4315 Remove unnecessary quotes.
4316
4317 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4318
4319 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4320 (prolog-indent-level): Fix typo in docstring.
4321
4322 * info.el (Info-history, Info-history-forward)
4323 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4324
4325 * add-log.el (add-change-log-entry):
4326 * comint.el (comint-dynamic-list-input-ring)
4327 (comint-dynamic-list-completions):
4328 * dabbrev.el (dabbrev-expand):
4329 * delim-col.el (delimit-columns-rectangle-line):
4330 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4331 (diff-unified->context):
4332 * ediff-init.el (ediff-abbrev-jobname):
4333 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4334 (ediff-replace-session-activity-marker-in-meta-buffer):
4335 * info.el (Info-summary):
4336 * lpr.el (printify-region):
4337 * printing.el (pr-create-interface):
4338 * ps-print.el (ps-print-quote):
4339 * ses.el (ses-column-widths, ses-print-cell)
4340 (ses-adjust-print-width, ses-center):
4341 * shell.el (shell-file-name-quote-list):
4342 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4343 (strokes-fill-current-buffer-with-whitespace)
4344 (strokes-xpm-for-stroke, strokes-list-strokes)
4345 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4346 * term.el (term-dynamic-list-input-ring)
4347 (term-dynamic-list-completions):
4348 * calc/calc.el (math-format-stack-value):
4349 * emacs-lisp/edebug.el (edebug-display-freq-count):
4350 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4351 (delphi-new-comment-line):
4352 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4353 * progmodes/executable.el (executable-set-magic):
4354 * progmodes/python.el (inferior-python-mode):
4355 * progmodes/scheme.el (scheme-mode-syntax-table):
4356 * progmodes/sh-script.el (sh-maybe-here-document):
4357 * progmodes/sql.el (sql-copy-column):
4358 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4359 * textmodes/bibtex.el (bibtex-mode):
4360 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4361 (sgml-auto-attributes):
4362 * textmodes/table.el (table-insert, table-shorten-cell)
4363 (table--generate-source-scan-lines, table-delete-row)
4364 (*table--cell-delete-char, table--spacify-frame)
4365 (table--horizontally-shift-above-and-below)
4366 (table--cell-insert-char, table--cell-blank-str)
4367 (table--fill-region-strictly):
4368 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4369 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4370
4371 * add-log.el (change-log):
4372 * apropos.el (apropos):
4373 * comint.el (comint-completion, comint-source):
4374 * dabbrev.el (dabbrev):
4375 * delim-col.el (columns):
4376 * diff-mode.el (diff-mode):
4377 * ediff.el (ediff):
4378 * ediff-diff.el (ediff-diff):
4379 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4380 * ediff-mult.el (ediff-mult):
4381 * ediff-ptch.el (ediff-ptch):
4382 * ediff-wind.el (ediff-window):
4383 * facemenu.el (facemenu):
4384 * indent.el (indent):
4385 * info.el (info):
4386 * jka-cmpr-hook.el (compression, jka-compr):
4387 * lpr.el (lpr):
4388 * outline.el (outlines):
4389 * pcmpl-cvs.el (pcmpl-cvs):
4390 * pcmpl-rpm.el (pcmpl-rpm):
4391 * printing.el (printing):
4392 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4393 (ps-print-vertical, ps-print-headers, ps-print-font)
4394 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4395 (ps-print-background, ps-print-printer, ps-print-page)
4396 (ps-print-miscellany):
4397 * ses.el (ses):
4398 * shell.el (shell, shell-directories, shell-faces):
4399 * startup.el (initialization):
4400 * strokes.el (strokes):
4401 * term.el (term):
4402 * uniquify.el (uniquify):
4403 * w32-vars.el (w32):
4404 * calc/calc.el (calc):
4405 * emacs-lisp/bytecomp.el (bytecomp):
4406 * emacs-lisp/cl-indent.el (lisp-indent):
4407 * emacs-lisp/edebug.el (edebug):
4408 * emacs-lisp/elp.el (elp):
4409 * emacs-lisp/testcover.el (testcover):
4410 * emacs-lisp/trace.el (trace):
4411 * emulation/viper-ex.el (viper-ex):
4412 * emulation/viper-mous.el (viper-mouse):
4413 * mail/mailalias.el (mailalias):
4414 * mail/supercite.el (supercite, supercite-frames)
4415 (supercite-attr, supercite-cite, supercite-hooks):
4416 * net/rcompile.el (remote-compile):
4417 * net/rlogin.el (rlogin):
4418 * obsolete/ooutline.el (outlines):
4419 * progmodes/delphi.el (delphi):
4420 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4421 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4422 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4423 (ebnf-optimization):
4424 * progmodes/etags.el (etags):
4425 * progmodes/executable.el (executable):
4426 * progmodes/idlwave.el (idlwave):
4427 * progmodes/pascal.el (pascal):
4428 * progmodes/prolog.el (prolog):
4429 * progmodes/python.el (python):
4430 * progmodes/scheme.el (scheme):
4431 * progmodes/sh-script.el (sh, sh-script):
4432 * progmodes/sql.el (SQL):
4433 * progmodes/tcl.el (tcl):
4434 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4435 * textmodes/enriched.el (enriched):
4436 * textmodes/makeinfo.el (makeinfo):
4437 * textmodes/sgml-mode.el (sgml):
4438 * textmodes/table.el (table-hooks):
4439 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4440 * textmodes/texinfo.el (texinfo):
4441 * textmodes/two-column.el (two-column):
4442 Finish `defgroup' description with period.
4443
4444 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4445 * eshell/esh-var.el (eshell-var):
4446 * progmodes/vhdl-mode.el (vhdl-testbench):
4447 * textmodes/org.el (org): Fix typos in docstrings.
4448
4449 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4450 consistency.
4451
4452 * progmodes/flymake.el (flymake-find-file): Remove.
4453 (flymake-float-time): Use `with-no-warnings'.
4454 (flymake-check-start-time, flymake-check-was-interrupted)
4455 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4456 (flymake-new-err-info): `defvar' at compile time.
4457
4458 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4459
4460 * replace.el (occur-hook): Doc fix.
4461 (occur-1): Don't call `occur-hook' if there are no matches.
4462
4463 2005-07-03 Richard M. Stallman <rms@gnu.org>
4464
4465 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4466 global-map, save the same map.
4467 (global-map): Don't alter it at top level.
4468 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4469 Then alter it here instead.
4470 (tpu-edt-off): Set global-map to the saved one.
4471
4472 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4473 All references simplified.
4474 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4475 (zmacs-regions): Add defvar.
4476 (repeat-complex-command-map): Everything about that deleted.
4477
4478 * textmodes/artist.el (artist-key-is-drawing)
4479 (artist-key-endpoint1, artist-key-poly-point-list)
4480 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4481 (artist-key-compl-table, artist-rb-save-data)
4482 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4483 Don't put them in eval-when-compile.
4484 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4485
4486 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4487 Use with-no-warnings.
4488
4489 * net/browse-url.el (dos-windows-version): Add defvar.
4490
4491 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4492
4493 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4494 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4495 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4496 Add defvar.
4497 (rmail-summary-beginning-of-message): Use with-no-warnings.
4498 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4499
4500 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4501 Use with-no-warnings.
4502
4503 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4504 (c-mark-function): Add point-moving-unit property.
4505 (vi-goto-line): Use with-no-warnings.
4506
4507 * emulation/edt.el (edt-last-copied-word): Add defvar.
4508 (zmacs-region-stays): Likewise.
4509 (edt-mark-section-wisely): Use c-mark-function for C.
4510 Use makr-defun for Fortran.
4511 (time-string): defvar deleted.
4512 (edt-display-the-time): Don't set time-string.
4513
4514 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4515
4516 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4517 Don't warn when name is not constant
4518 or for defining the group `emacs'.
4519
4520 * tooltip.el (gud-tooltip-mode): Add defvar.
4521
4522 * startup.el (default-frame-background-mode): Add defvar.
4523
4524 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4525
4526 * info.el (tool-bar-map): Add defvar.
4527
4528 * dired.el (dnd-protocol-alist): Add defvar.
4529
4530 * dired-aux.el (dired-query): Display question with answer, when
4531 the user answers.
4532
4533 * custom.el (custom-add-option): Doc fix.
4534
4535 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4536
4537 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4538
4539 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4540 bogus name from the last change.
4541
4542 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4543
4544 * custom.el (custom-declare-variable): Fix typos in comment.
4545 (custom-known-themes): Doc fix.
4546 (custom-theme-directory): New defcustom.
4547 (require-theme): Make it check `custom-theme-directory'.
4548
4549 * cus-theme.el (custom-new-theme-mode): New function.
4550 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4551 (custom-theme-description): Add compiler defvars.
4552 (customize-create-theme): Add doc to the "*New Custom Theme*"
4553 buffer. Use `custom-new-theme-mode'.
4554 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4555 and save it to the `custom-theme-directory'. Make this the
4556 default directory of the buffer.
4557
4558 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4559
4560 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4561 Fix unbalanced parentheses.
4562
4563 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4566 into flymake-mode and delegate to flymake-mode.
4567
4568 * find-file.el (ff-which-function-are-we-in): Clean up.
4569
4570 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4571
4572 * replace.el (occur-rename-buffer): Fix docstring.
4573
4574 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4575 (edt-last-copied-word, edt-learn-macro-count)
4576 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4577 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4578 (time-string, zmacs-region-stays):
4579 * emulation/edt-mapper.el (edt-save-function-key-map)
4580 (EDT-key-name): `defvar' to silence the byte-compiler.
4581
4582 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4583
4584 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4585 font-lock-regexp-backslash. Doc fix.
4586 (font-lock-regexp-backslash-grouping-construct): Rename from
4587 font-lock-regexp-backslash-construct. Doc fix.
4588 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4589 grouping constructs.
4590
4591 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4592
4593 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4594 updating all the prerequisites.
4595
4596 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4597
4598 * textmodes/org.el (org-agenda-start-on-weekday)
4599 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4600 (org-agenda-use-time-grid, org-archive-location)
4601 (org-allow-space-in-links, org-usenet-links-prefer-google)
4602 (org-enable-table-editor, org-export-default-language)
4603 (org-export-html-show-new-buffer, org-fill-paragraph)
4604 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4605 (org-goto-quit, org-occur, org-eval-in-calendar)
4606 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4607 (org-agenda-diary-entry, org-remember-help)
4608 (org-table-convert-region, org-at-table-p)
4609 (org-table-move-row-down, org-table-move-row-up)
4610 (org-table-copy-region, org-table-toggle-vline-visibility)
4611 (org-table-get-stored-formulas, org-table-get-specials)
4612 (org-recalc-commands, org-table-eval-formula)
4613 (org-table-formula-substitute-names, orgtbl-make-binding)
4614 (org-format-org-table-html, org-format-table-table-html)
4615 (org-format-table-table-html-using-table-generate-source)
4616 (org-customize): Fix typos in docstrings.
4617 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4618 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4619 (org-back-to-heading): Doc fixes.
4620 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4621 (org-agenda-change-all-lines, org-get-header):
4622 Improve argument/docstring consistency.
4623 (orgtbl-error): Fix error message.
4624
4625 * progmodes/flymake.el (flymake-find-possible-master-files)
4626 (flymake-master-file-compare, flymake-get-line-err-count)
4627 (flymake-highlight-line, flymake-gui-warnings-enabled):
4628 Fix typos in docstrings.
4629 (flymake-parse-line, flymake-get-project-include-dirs-function)
4630 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4631 Doc fixes.
4632 (flymake-get-project-include-dirs-function)
4633 (flymake-make-err-menu-data):
4634 Improve argument/docstring consistency.
4635
4636 2005-07-01 Lute Kamstra <lute@gnu.org>
4637
4638 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4639 Catch errors with ignore-errors. Use temporary buffer.
4640 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4641
4642 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4643 background color faces.
4644 (facemenu-set-foreground, facemenu-set-background):
4645 Use facemenu-set-face-from-menu.
4646 (facemenu-set-face-from-menu): Treat face names that start with
4647 "fg:" or "bg:" as special.
4648 (facemenu-add-new-color): Don't create faces. Simplify.
4649
4650 2005-06-30 Richard M. Stallman <rms@gnu.org>
4651
4652 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4653 (crm-find-current-element): Likewise.
4654
4655 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4656
4657 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4658
4659 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4662 (archive-mouse-extract): Make it an obsolete alias.
4663 (archive-mode-map): Don't use archive-mouse-extract any more.
4664 (archive-mode, archive-extract): write-contents-hooks ->
4665 write-contents-functions.
4666 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4667 first arg.
4668 (archive-rename-entry): Update the call.
4669 (archive-zip-summarize): Remove unused var `method'.
4670 (archive-lzh-summarize): Remove unused var `creator'.
4671
4672 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4673 dedicated frame upon exit.
4674
4675 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4676 (archive-zip-extract, archive-zip-expunge)
4677 (archive-zip-update, archive-zip-update-case): Use executable-find.
4678 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4679 Use restore-buffer-modified-p.
4680 (archive-extract, archive-add-new-member, archive-write-file-member):
4681 Use with-current-buffer.
4682 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4683
4684 2005-06-30 Andreas Schwab <schwab@suse.de>
4685
4686 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4687
4688 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4689
4690 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4691
4692 2005-06-30 Juri Linkov <juri@jurta.org>
4693
4694 * faces.el (vertical-border): Inherit from mode-line-inactive
4695 only on tty.
4696
4697 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4700 example, -NLINES in the `occur' docstring).
4701
4702 * replace.el (occur-1): When no matches are found, do not set the
4703 `buffer-read-only' and modified flags for the occur buffer,
4704 because it is deleted.
4705
4706 * emulation/cua-base.el (cua-check-pending-input)
4707 (cua-repeat-replace-region, cua-mode, cua-debug)
4708 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4709 Fix typos in docstrings.
4710
4711 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4712 (cua-cut-region-to-global-mark)
4713 (cua--cut-rectangle-to-global-mark):
4714 Remove period from end of messages.
4715
4716 * emulation/cua-rect.el (cua-do-rectangle-padding):
4717 Remove period from end of messages.
4718 (cua--rectangle-seq-format): Fix typo in docstring.
4719 (cua-sequence-rectangle, cua-fill-char-rectangle):
4720 Improve argument/docstring consistency.
4721
4722 2005-06-29 Juri Linkov <juri@jurta.org>
4723
4724 * faces.el (default-frame-background-mode): New internal variable.
4725 (frame-set-background-mode): Use it.
4726
4727 * startup.el (normal-top-level): Set default-frame-background-mode
4728 instead of frame-background-mode. Before setting it, test for its
4729 nil value. Remove tests for frame-background-mode and frame
4730 parameter `reverse'. Add test for "unspecified-fg".
4731
4732 * term/xterm.el (xterm-rxvt-set-background-mode):
4733 * term/rxvt.el (rxvt-set-background-mode):
4734 Set default-frame-background-mode instead of frame-background-mode.
4735
4736 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * simple.el (set-variable): Warn about obsolete user variables.
4739
4740 * imenu.el (imenu--completion-buffer):
4741 * mouse.el (mouse-buffer-menu-alist):
4742 * msb.el (msb-invisible-buffer-p):
4743 * calendar/diary-lib.el (diary-header-line-format):
4744 * emacs-lisp/pp.el (pp-buffer):
4745 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4746 * textmodes/picture.el (picture-replace-match):
4747 Change space constants followed by a sexp to "?\s ".
4748
4749 * play/decipher.el (decipher-loop-with-breaks):
4750 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4751 constants "protected" from end of line by a comment to "?\s".
4752
4753 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * font-lock.el (save-buffer-state): Use `declare'.
4756
4757 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4758 reset the syntax-table to cperl-mode-syntax-table.
4759 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4760 "foo_print_bar" is not matched as a reserved keyword.
4761
4762 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4763
4764 * textmodes/org.el (orgtbl-setup): New function, for delayed
4765 setup for the orgtbl commands.
4766 (org-calc-default-modes): New option.
4767 (orgtbl-make-binding): Use `defun' to get better help display.
4768 (org-diary): Call `org-compile-prefix-format'.
4769 (org-table-formula-substitute-names): New function.
4770 (org-agenda-day-view, org-agenda-week-view): New commands.
4771 (org-agenda-toggle-week-view): Command removed.
4772 (org-tbl-menu): Split off from org-org-menu.
4773 (org-mode): Move removal of outline-mode menus to here.
4774 (org-table-formula-debug): New option.
4775 (org-table-insert-row): Keep first field if just "#" or "*".
4776 (org-mode): Paragraph regexps fixed.
4777 (org-table-recalculate-regexp): New constant.
4778 (org-table-justify-field-maybe): Avoid replace if not necessary.
4779 (org-copy-special, org-cut-special): Use `call-interactively'.
4780 (org-table-copy-region): Take region from `interactive' call.
4781 (org-trim): Return string even if no match.
4782 (org-formula): New face.
4783 (org-set-font-lock-defaults): No longer highlight "FIXME".
4784 But highlight formula-related fields in table.
4785 (org-table-p): Use regexp, not fontification.
4786 (org-table-align): Handle white space at end of line.
4787 (org-table-formula-evaluate-inline): New option.
4788 (org-mode): Auto-wrapping in comment lines turned off.
4789 (org-table-copy-down): Evaluate only in copied field, not in
4790 destination.
4791 (org-table-current-formula): Variable removed.
4792 (org-table-store-formulas, org-table-get-stored-formulas)
4793 (org-table-modify-formulas, org-table-replace-in-formulas)
4794 (org-table-maybe-eval-formula): New functions.
4795 (org-table-get-formula): Modify to use stored formulas.
4796 (org-table-insert-column, org-table-delete-column)
4797 (org-table-move-column): Call `org-table-modify-formulas'.
4798 (org-complete): Add completion for keyword formulas.
4799 (orgtbl-mode): Pull orgtbl-mode-map to start of
4800 minor-mode-map-alist.
4801
4802 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * progmodes/python.el (python-check): Require `compile' before
4805 modifying its variables.
4806
4807 * newcomment.el (comment-indent-default): Don't get fooled by an early
4808 end of buffer.
4809
4810 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4811
4812 * ps-print.el (ps-print-version): Fix version number.
4813
4814 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4815
4816 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4817
4818 2005-06-28 Richard M. Stallman <rms@gnu.org>
4819
4820 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4821 (flyspell-local-mouse-map): Declaration deleted.
4822 (flyspell-mouse-map): Bind only mouse-2.
4823 (flyspell-mode-map): Don't test flyspell-use-local-map.
4824 (flyspell-overlay-keymap-property-name): Var deleted.
4825 (flyspell-mode-on): Don't make local bindings for
4826 flyspell-mouse-map and flyspell-mode-map.
4827 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4828
4829 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4830
4831 * progmodes/compile.el (compilation-next-error-function):
4832 Don't switch buffers; operate on the current buffer.
4833
4834 * progmodes/compile.el (compilation-error-file-name)
4835 (compilation-warning-file-name, compilation-info-file-name)
4836 (compilation-line-number, compilation-column-number): New faces.
4837 (compilation-error-face, compilation-warning-face)
4838 (compilation-info-face, compilation-line-face)
4839 (compilation-column-face): Use them.
4840
4841 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4842
4843 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4844
4845 * bindings.el (global-map): Bind insertchar and its variants.
4846
4847 2005-06-27 Richard M. Stallman <rms@gnu.org>
4848
4849 * textmodes/artist.el (artist-text-overwrite)
4850 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4851
4852 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4853
4854 * ps-print.el: It was not working the page selection for printing.
4855 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4856 (ps-print-version): New version 6.6.7.
4857 (ps-end-sheet): New fun.
4858 (ps-header-sheet, ps-end-job): Call it.
4859
4860 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4861
4862 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4863
4864 2005-06-27 Lute Kamstra <lute@gnu.org>
4865
4866 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4867 background color faces.
4868 (facemenu-get-face): Delete function.
4869 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4870 (facemenu-add-new-color): Make second argument mandatory.
4871 Create the appropriate face and return it. Simplify.
4872 (facemenu-set-foreground, facemenu-set-background): Don't check if
4873 color is defined. Use return value of facemenu-add-new-color.
4874
4875 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4876
4877 * progmodes/gud.el (gud-filter): Add missing argument to
4878 with-selected-window.
4879
4880 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4883 a :require to the defcustom.
4884
4885 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4886 defcustoms corresponding to minor modes.
4887
4888 2005-06-26 David Ponce <david@dponce.com>
4889
4890 * recentf.el: Require tree-widget instead of wid-edit.
4891 (recentf-filename-handler): Fix widget :type.
4892 (recentf-cancel-dialog, recentf-open-more-files)
4893 (recentf-open-files-action): Doc fix.
4894 (recentf-dialog-goto-first): New function.
4895 (recentf-dialog-mode-map): Set parent keymap first.
4896 (recentf-dialog-mode): Define with define-derived-mode.
4897 Don't display continuation lines in dialogs.
4898 (recentf-edit-list): Rename from recentf-edit-selected-items.
4899 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4900 Simplify.
4901 (recentf-edit-list-validate): New function.
4902 (recentf-edit-list): Update accordingly.
4903 (recentf-open-files-item-shift): Remove.
4904 (recentf-open-files-item): Convert menu elements into tree and
4905 link widgets. Don't create the widgets.
4906 (recentf-open-files): Update accordingly.
4907 (recentf-save-list): Untabify.
4908
4909 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4910
4911 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4912 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4913 partially contained in the active region. Do not take active
4914 region into account when called from Lisp, unless INTERACTIVE arg
4915 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4916 avoid trouble with fields. Make marker point nowhere when no
4917 longer used. Always return nil. Doc fix.
4918 (flush-lines): Add INTERACTIVE arg. Do not take active region
4919 into account when called from Lisp, unless INTERACTIVE arg is
4920 non-nil. Use `forward-line' instead of `beginning-of-line' to
4921 avoid trouble with fields. Make marker point nowhere when no
4922 longer used. Always return nil. Doc fix.
4923 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4924 interchangeable. Do not take active region into account when
4925 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4926 message in echo area when called from Lisp, unless INTERACTIVE arg
4927 is non-nil. Avoid saying "1 occurrences". Do not use markers.
4928 Return the number of matches. Doc fix.
4929 (occur): Doc fix.
4930 (perform-replace): Make comment follow double space convention for
4931 the sake of `outline-minor-mode'.
4932
4933 * faces.el (facep): Doc fix.
4934
4935 2005-06-25 Richard M. Stallman <rms@gnu.org>
4936
4937 * facemenu.el (facemenu-enable-faces-p): New function.
4938 (facemenu-background-menu, facemenu-foreground-menu)
4939 (facemenu-face-menu): Add menu-enable property.
4940
4941 * jka-compr.el (jka-compr-insert-file-contents):
4942 Special handling if cannot find the uncompression program.
4943
4944 * cus-face.el (custom-face-attributes): Add autoload.
4945
4946 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4947 Bind comment-indent-function locally.
4948
4949 * window.el (save-selected-window): Use save-current-buffer.
4950
4951 * subr.el (with-selected-window): Use save-current-buffer.
4952
4953 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4954 and with-current-buffer.
4955
4956 2005-06-24 Richard M. Stallman <rms@gnu.org>
4957
4958 * simple.el (line-move-1): Fix previous change.
4959
4960 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
4961
4962 * replace.el (occur-1): Set `buffer-read-only' and the
4963 buffer-modified flag before running `occur-hook' to protect
4964 against unintentional buffer switches that can lead to data loss.
4965
4966 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
4967
4968 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4969 (gud-gdb-marker-filter): Use font-lock-warning-face for any
4970 initial error.
4971
4972 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4973 after fresh input.
4974 (gdb-var-create-handler): Put name of expression in quotes.
4975
4976 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4977
4978 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4979 elements of RING in order, and without bogus nil elements.
4980
4981 2005-06-23 Richard M. Stallman <rms@gnu.org>
4982
4983 * simple.el (set-variable): Args renamed; doc fix.
4984 (line-move-1): When there are overlays around, use vertical-motion.
4985
4986 * faces.el (escape-glyph): Use brown against light background.
4987 (nobreak-space): Rename from no-break-space.
4988 Fix previous change.
4989
4990 * dired-aux.el (dired-do-copy): Fix arg prompt.
4991
4992 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
4993
4994 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4995
4996 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
4997 rather than "Distributor".
4998
4999 2005-06-23 Lute Kamstra <lute@gnu.org>
5000
5001 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5002 (debug-on-entry): Use it. New interactive declaration that uses
5003 function-called-at-point.
5004
5005 2005-06-23 Kim F. Storm <storm@cua.dk>
5006
5007 * subr.el (save-match-data): Add comment about using evaporate arg
5008 to set-match-data.
5009
5010 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5011
5012 * cus-edit.el (customize-face)
5013 (customize-face-other-window): Handle face aliases.
5014
5015 * faces.el (face-documentation, set-face-attribute)
5016 (face-spec-set): Handle face aliases.
5017
5018 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5019
5020 * help-mode.el (help-make-xrefs): If a symbol representing a face
5021 name is not followed by the word "face", it could still be a
5022 function or variable name, so don't bypass other checks.
5023
5024 2005-06-22 Juri Linkov <juri@jurta.org>
5025
5026 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5027 Replace aliased functions with calls where second arg `inherit' is t.
5028
5029 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5030
5031 * progmodes/gdb-ui.el (gdb-error): New variable.
5032 (gdb-error): New function.
5033 (gdb-annotation-rules): Act on error-begin and error annotations.
5034 (gdb-concat-output): Use font-lock-warning-face for errors.
5035
5036 2005-06-22 Miles Bader <miles@gnu.org>
5037
5038 * bindings.el (propertized-buffer-identification): Use renamed
5039 `Buffer-menu-buffer' face.
5040
5041 * faces.el (vertical-border): Rename from `vertical-divider'.
5042 (escape-glyph): Change dark-background color back to `cyan'.
5043
5044 2005-06-21 Juri Linkov <juri@jurta.org>
5045
5046 * faces.el (face-user-default-spec): Try getting `customized-face'
5047 prior to `saved-face'.
5048 (frame-background-mode): Refill docstring.
5049
5050 * emacs-lisp/lisp-mode.el (eval-defun-1):
5051 * emacs-lisp/edebug.el (edebug-eval-defun):
5052 Set `saved-face' temporarily to nil before calling form.
5053 Set `customized-face' to the new spec after that.
5054
5055 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5056
5057 * subr.el (1value, lambda, key-substitution-in-progress):
5058 Doc fixes.
5059
5060 * autoinsert.el (auto-insert-alist):
5061 * ses.el (ses-call-printer):
5062 * subr.el (noreturn):
5063 * emacs-lisp/lisp.el (check-parens):
5064 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5065 * net/browse-url.el (browse-url-mosaic):
5066 * progmodes/cc-defs.el (c-safe-scan-lists):
5067 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5068 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5069 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5070 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5071 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5072 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5073
5074 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5075
5076 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5077
5078 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5079
5080 * calendar/appt.el (appt-make-list): Activate the package, if
5081 not already active (for backwards compatibility).
5082
5083 2005-06-20 Kim F. Storm <storm@cua.dk>
5084
5085 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5086
5087 2005-06-20 Miles Bader <miles@gnu.org>
5088
5089 * faces.el (vertical-divider): New face.
5090
5091 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * simple.el (kill-whole-line): Doc fix.
5094 (next-error-buffer-p, next-error-find-buffer)
5095 (clone-indirect-buffer): Fix typos in docstrings.
5096 (comment-line-break-function): Doc fix: don't say variable
5097 is automatically buffer-local (it isn't).
5098
5099 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5100
5101 * net/tramp-ftp.el (top):
5102 * net/tramp-smb.el (top):
5103 * net/tramp-util.el (top):
5104 * net/tramp-uu.el (top):
5105 * net/tramp-vc.el (top):
5106 * net/tramp.el (top): Revert copyright years back to original
5107 ones. Tramp has a life outside GNU Emacs.
5108
5109 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5110
5111 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5112
5113 2005-06-18 Juri Linkov <juri@jurta.org>
5114
5115 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5116 end of first regexp to limit the match to the position between
5117 line number and source line with same separator character as used
5118 between file name and line number. In the second regexp limit
5119 mouse-face area to file name and line number by adding new group
5120 for them and referring it in HYPERLINK arg.
5121 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5122 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5123 previous line where grep markers may be already removed.
5124
5125 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5126
5127 * progmodes/ps-mode.el: Update version and maintainer's email address.
5128
5129 2005-06-18 Steve Youngs <steve@xemacs.org>
5130
5131 * net/browse-url.el (browse-url-browser-function)
5132 (browse-url-default-browser): Add firefox.
5133 (browse-url-firefox-program, browse-url-firefox-arguments)
5134 (browse-url-firefox-startup-arguments)
5135 (browse-url-firefox-new-window-is-tab): New defcustoms.
5136 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5137
5138 2005-06-17 Richard M. Stallman <rms@gnu.org>
5139
5140 * startup.el (command-line): Warn if specified user name has
5141 no home directory.
5142
5143 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5144 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5145
5146 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5147 Doc fixes.
5148
5149 * faces.el (underline): Try bold if terminal doesn't support underline.
5150
5151 * mail/sendmail.el (mail-setup-with-from): New variable.
5152 (mail-insert-from-field): New function.
5153 (sendmail-send-it): Call it.
5154 (mail-setup): Optionally call it here.
5155
5156 * term/linux.el: Call tty-no-underline.
5157
5158 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5161
5162 2005-06-17 Miles Bader <miles@gnu.org>
5163
5164 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5165 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5166 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5167 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5168 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5169 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5170 Remove "-face" suffix from face names.
5171 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5172 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5173 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5174 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5175 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5176 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5177 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5178 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5179 New backward-compatibility aliases for renamed faces.
5180 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5181 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5182 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5183 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5184 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5185 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5186 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5187 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5188 Use renamed ediff faces.
5189
5190 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5191 Remove "-face" suffix from face names.
5192 (eshell-test-ok-face, eshell-test-failed-face):
5193 New backward-compatibility aliases for renamed faces.
5194 (eshell-run-test): Use renamed eshell-test faces.
5195
5196 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5197 face name.
5198 (eshell-prompt-face): New backward-compatibility alias for renamed
5199 face.
5200 (eshell-emit-prompt): Use renamed eshell-prompt face.
5201
5202 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5203 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5204 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5205 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5206 Remove "-face" suffix from face names.
5207 (eshell-ls-directory-face, eshell-ls-symlink-face)
5208 (eshell-ls-executable-face, eshell-ls-readonly-face)
5209 (eshell-ls-unreadable-face, eshell-ls-special-face)
5210 (eshell-ls-missing-face, eshell-ls-archive-face)
5211 (eshell-ls-backup-face, eshell-ls-product-face)
5212 (eshell-ls-clutter-face):
5213 New backward-compatibility aliases for renamed faces.
5214 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5215
5216 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5217 Remove "-face" suffix from face name.
5218 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5219 instead of literal face.
5220
5221 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5222
5223 * emacs-lisp/warnings.el (display-warning, lwarn)
5224 (warning-minimum-log-level): Doc fixes.
5225 (warning-minimum-level, warning-minimum-log-level):
5226 Add :debug to :type choices.
5227
5228 * progmodes/ada-mode.el (ada-format-paramlist)
5229 (ada-get-indent-case, ada-check-matching-start)
5230 (ada-check-defun-name, ada-goto-matching-decl-start)
5231 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5232 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5233 (ada-make-subprogram-body): Follow error conventions.
5234 (ada-case-exception-file, ada-indent-comment-as-code)
5235 (ada-indent-handle-comment-special, ada-indent-renames)
5236 (ada-indent-return, ada-search-directories-internal)
5237 (ada-tab-policy, ada-case-exception-substring)
5238 (ada-other-file-alist, ada-matching-start-re)
5239 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5240 (ada-imenu-generic-expression, ada-compile-goto-error)
5241 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5242 (ada-popup-menu, ada-add-extensions, ada-mode)
5243 (ada-region-selected, ada-create-case-exception)
5244 (ada-create-case-exception-substring, ada-after-keyword-p)
5245 (ada-activate-keys-for-case, ada-adjust-case-region)
5246 (ada-adjust-case-buffer, ada-format-paramlist)
5247 (ada-scan-paramlist, ada-insert-paramlist)
5248 (ada-indent-newline-indent)
5249 (ada-indent-newline-indent-conditional)
5250 (ada-justified-indent-current, ada-goto-previous-word)
5251 (ada-indent-current, ada-get-indent-open-paren)
5252 (ada-get-indent-paramlist, ada-get-indent-end)
5253 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5254 (ada-get-indent-block-start, ada-get-indent-subprog)
5255 (ada-get-indent-noindent, ada-get-indent-label)
5256 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5257 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5258 (ada-goto-stmt-end, ada-goto-next-word)
5259 (ada-check-matching-start, ada-check-defun-name)
5260 (ada-goto-matching-decl-start, ada-goto-matching-start)
5261 (ada-goto-matching-end, ada-search-ignore-string-comment)
5262 (ada-in-decl-p, ada-looking-at-semi-or)
5263 (ada-looking-at-semi-private, ada-in-paramlist-p)
5264 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5265 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5266 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5267 (ada-previous-package, ada-create-menu)
5268 (ada-fill-comment-paragraph-justify)
5269 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5270 (ada-other-file-name, ada-last-which-function-line)
5271 (ada-last-which-function-subprog, ada-which-function)
5272 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5273 (ada-gen-treat-proc, ada-check-emacs-version)
5274 (ada-continuation-indent, ada-align-region-separate):
5275 Fix typos in docstrings.
5276 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5277
5278 2005-06-16 Lute Kamstra <lute@gnu.org>
5279
5280 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5281 conditionally.
5282
5283 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5284
5285 * comint.el (comint-replace-by-expanded-filename)
5286 (comint-prompt-regexp, comint-delimiter-argument-list)
5287 (comint-preinput-scroll-to-bottom):
5288 * info.el (Info-hide-cookies-node):
5289 * ls-lisp.el (ls-lisp-classify):
5290 * find-file.el (ff-search-directories, ff-special-constructs)
5291 (ff-find-other-file):
5292 * font-lock.el (font-lock-keywords):
5293 * shell.el (shell-prompt-pattern)
5294 (shell-dynamic-complete-functions, shell-mode)
5295 (shell-delimiter-argument-list):
5296 * term.el (term-replace-by-expanded-filename)
5297 (term-prompt-regexp, term-delimiter-argument-list):
5298 * woman.el (woman-ignore, woman0-if):
5299 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5300 * emacs-lisp/elint.el (elint-init-env):
5301 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5302 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5303 * language/ethio-util.el (ethio-tilde-escape)
5304 (ethio-use-three-dot-question):
5305 * net/zone-mode.el (zone-mode-load-time-setup):
5306 * progmodes/cc-align.el (c-lineup-argcont):
5307 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5308 * progmodes/cperl-mode.el (cperl-set-style-back):
5309 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5310 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5311 Fix spellings in docstrings.
5312
5313 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5314 * progmodes/modula2.el (m2-for): Fix spellings.
5315
5316 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5317
5318 * simple.el (undo-more): Don't use `format' on `error' arguments.
5319 Improve argument/docstring consistency.
5320 (pending-undo-list): Doc fix.
5321
5322 * smerge-mode.el (smerge-ensure-match):
5323 * emulation/vip.el (vip-ex):
5324 * net/zone-mode.el (zone-mode-update-serial):
5325 * progmodes/idlwave.el (idlwave-complete):
5326 * progmodes/vhdl-mode.el (vhdl-visit-file)
5327 (vhdl-compose-wire-components):
5328 Don't use `format' on `error' arguments.
5329
5330 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5331 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5332 (tooltip-help-tips): Fix typos in docstrings.
5333
5334 2005-06-16 David Ponce <david@dponce.com>
5335
5336 * tree-widget.el (tree-widget-value-create): Simplify last change.
5337
5338 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5339
5340 * ido.el (ido-incomplete-regexp): New variable.
5341 (ido-set-matches-1): Handle invalid-regexp error and set
5342 ido-incomplete-regexp.
5343 (ido-incomplete-regexp): New face.
5344 (ido-completions): Use it.
5345 (ido-complete, ido-exit-minibuffer, ido-completions):
5346 Handle incomplete regexps.
5347 (ido-completions): Add check for complete match when entering a regexp.
5348
5349 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5352
5353 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5354
5355 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5356 by field delimiters.
5357
5358 2005-06-15 David Ponce <david@dponce.com>
5359
5360 * tree-widget.el: eval-and-compile inlined functions so they will
5361 be available at run-time too.
5362 (tree-widget-super-format-handler)
5363 (tree-widget-format-handler): Remove.
5364 (tree-widget-value-create): Handle the :indent property.
5365
5366 2005-06-15 Miles Bader <miles@gnu.org>
5367
5368 * progmodes/which-func.el (which-func): Only inherit
5369 `font-lock-function-name-face' when that makes sense against the
5370 default mode-line face, otherwise set the face color explicitly.
5371
5372 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5373 faces instead of (non-existent) variables.
5374
5375 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5378 (iswitchb-get-matched-buffers): Likewise. Simplify.
5379
5380 2005-06-14 Miles Bader <miles@gnu.org>
5381
5382 * progmodes/ld-script.el (ld-script-location-counter):
5383 Remove "-face" suffix from face name.
5384 (ld-script-location-counter-face):
5385 New backward-compatibility alias for renamed face.
5386 (ld-script-location-counter-face): Use renamed face.
5387
5388 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5389 (cperl-hash): Remove "-face" suffix from face names.
5390 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5391 New backward-compatibility aliases for renamed faces.
5392 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5393 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5394
5395 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5396 name.
5397 (which-func-face): New backward-compatibility alias for renamed face.
5398 (which-func-format): Use renamed which-func face.
5399
5400 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5401 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5402 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5403 names.
5404 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5405 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5406 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5407 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5408 (vhdl-speedbar-architecture-selected)
5409 (vhdl-speedbar-configuration-selected)
5410 (vhdl-speedbar-package-selected)
5411 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5412 names.
5413 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5414 Use renamed faces.
5415 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5416 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5417 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5418 Use renamed faces.
5419 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5420 names.
5421 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5422 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5423 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5424 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5425 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5426 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5427
5428 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5429 face name.
5430 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5431 (sh-heredoc-face): Use renamed sh-heredoc face.
5432
5433 * progmodes/idlw-help.el (idlwave-help-link):
5434 Remove "-face" suffix from face name.
5435 (idlwave-help-link-face):
5436 New backward-compatibility alias for renamed face.
5437 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5438
5439 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5440 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5441 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5442 New backward-compatibility aliases for renamed faces.
5443 (idlwave-shell-disabled-breakpoint-face)
5444 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5445
5446 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5447 Remove "-face" suffix from face names.
5448 (flymake-errline-face, flymake-warnline-face):
5449 New backward-compatibility aliases for renamed faces.
5450 (flymake-highlight-line): Use renamed flymake faces.
5451
5452 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5453 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5454 (ebrowse-member-class, ebrowse-progress):
5455 Remove "-face" suffix from face names.
5456 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5457 (ebrowse-file-name-face, ebrowse-default-face)
5458 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5459 (ebrowse-progress-face):
5460 New backward-compatibility aliases for renamed faces.
5461 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5462 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5463 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5464 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5465
5466 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5467 antlr-syntax)
5468 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5469 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5470 names.
5471 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5472 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5473 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5474 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5475 backward-compatibility aliases for renamed faces.
5476 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5477 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5478 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5479 remove "font-lock-". Use renamed antlr-mode faces.
5480 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5481 literal face-names with face variable references.
5482
5483 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5484 face name.
5485 (Buffer-menu-buffer-face): New backward-compatibility alias for
5486 renamed face.
5487 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5488
5489 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5490
5491 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5492 Eliminate "-face" suffix.
5493 (makefile-targets): Inherit from font-lock-function-name-face and
5494 eliminate "-face" suffix.
5495 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5496 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5497 actions, instead of prepending, to make it less visible.
5498 (makefile-previous-dependency, makefile-match-dependency):
5499 Don't match a target on a continuation line.
5500
5501 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5502
5503 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5504
5505 * progmodes/gdb-ui.el (menu): Re-order menu items.
5506 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5507
5508 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5509 Define in tooltip.el.
5510 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5511 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5512 gud-tooltip-echo-area.
5513
5514 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5515 backward compatibility and make obsolete.
5516 (tooltip-help-tips): Use tooltip-use-echo-area.
5517 (tooltip-show-help-function): Rename to...
5518 (tooltip-show-help): ...this, because it is a function.
5519 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5520
5521 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5522
5523 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5524 (edebug-print-length, edebug-print-level, edebug-print-circle)
5525 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5526 (edebug-eval-print-last-sexp): Doc fixes.
5527
5528 2005-06-14 Kim F. Storm <storm@cua.dk>
5529
5530 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5531 as the coverage buffer/file/both may change.
5532
5533 2005-06-14 Lute Kamstra <lute@gnu.org>
5534
5535 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5536 and run-mode-hooks. Simplify.
5537
5538 * mail/rmailedit.el (rmail-edit-mode):
5539 * progmodes/octave-inf.el (inferior-octave-mode):
5540 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5541
5542 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5543 and run-mode-hooks.
5544 (recentf-edit-list, recentf-open-files): Don't call
5545 kill-all-local-variables directly.
5546
5547 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5548
5549 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5550
5551 * emacs-lisp/byte-run.el (make-obsolete)
5552 (define-obsolete-function-alias): Rename arguments FUNCTION and
5553 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5554 (make-obsolete-variable, define-obsolete-variable-alias):
5555 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5556 respectively.
5557
5558 * isearchb.el (isearchb-activate):
5559 * pcvs.el (cvs-mode):
5560 * ses.el (ses-load):
5561 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5562 * net/tramp.el (tramp-find-file-exists-command)
5563 (tramp-find-shell):
5564 * progmodes/ada-mode.el (ada-create-case-exception)
5565 (ada-create-case-exception-substring, ada-make-subprogram-body):
5566 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5567 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5568 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5569 * textmodes/org.el (org-promote, org-evaluate-time-range)
5570 (org-agenda-next-date-line, org-agenda-previous-date-line)
5571 (org-agenda-error, org-open-at-point, org-table-move-row)
5572 (org-format-table-table-html-using-table-generate-source)
5573 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5574 * textmodes/reftex.el (reftex-access-scan-info):
5575 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5576 (reftex-toc-promote-prepare): Follow error conventions.
5577
5578 * diff-mode.el (diff-mode): Fix typo in docstring.
5579
5580 * forms.el (forms--intuit-from-file): Fix reference to
5581 `forms-number-of-fields' in error message.
5582 (forms-print): Fix quoting in error message.
5583
5584 * forms.el (forms-mode):
5585 * emulation/vi.el (vi-goto-insert-state):
5586 * progmodes/flymake.el (flymake-new-err-info)
5587 (flymake-start-syntax-check-for-current-buffer)
5588 (flymake-simple-cleanup):
5589 * eshell/esh-var.el (eshell/export):
5590 * progmodes/gud.el (xdb):
5591 * textmodes/flyspell.el (flyspell-incorrect-hook)
5592 (flyspell-maybe-correct-transposition)
5593 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5594
5595 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5596
5597 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5598 minibuffer prompt.
5599
5600 2005-06-13 Kim F. Storm <storm@cua.dk>
5601
5602 * subr.el (add-to-ordered-list): New defun.
5603
5604 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5605 add cua--keymap-alist to emulation-mode-map-alists.
5606
5607 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * subr.el (complete-in-turn): New macro.
5610 (dynamic-completion-table, lazy-completion-table): Add debug info.
5611
5612 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5613 in preference to face aliases.
5614
5615 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5616 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5617 Remove unused vars `start' and `firstline'.
5618 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5619 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5620
5621 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5622
5623 * cus-start.el (all): Don't complain about missing GTK-related
5624 variables, unless either `gtk' is boundp or this isn't a
5625 `windows-nt' build.
5626
5627 2005-06-13 Lute Kamstra <lute@gnu.org>
5628
5629 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5630 run-mode-hooks.
5631
5632 * ediff-mult.el (ediff-meta-mode):
5633 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5634
5635 * ledit.el (ledit-mode): Use delay-mode-hooks.
5636
5637 * woman.el (woman-mode-line-format): Delete constant.
5638 (woman-mode-map): Initialize it properly.
5639 (woman-mode): Set mode-class property to special.
5640 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5641 Set major-mode and mode-name. Don't set mode-line-format directly.
5642 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5643
5644 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5645 string argument obsolete.
5646
5647 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5648
5649 * textmodes/org.el (org-CUA-compatible): New option.
5650 (org-disputed-keys): New variable.
5651 (org-key): New function.
5652 (orgtbl-make-binding): Add docstring to the created function.
5653 (org-mode): Set paragraph start/separate regexps.
5654 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5655 (org-archive-location, org-archive-mark-done)
5656 (org-archive-stamp-time): New options.
5657 (org-archive-subtree): New command.
5658 (org-fill-paragraph): New function.
5659 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5660 (org-fake-empty-table-line): Function removed.
5661 (org-format-org-table-html): Do not create empty table lines at
5662 separator lines. Improved table header treatment.
5663 (org-link-format): New option.
5664 (org-make-link): New function.
5665 (org-insert-link, org-store-link): Use org-make-link.
5666 (org-open-file): Quote file name for shell command, to allow
5667 spaces in file names.
5668 (org-link-regexp): Fix bug with mailto link.
5669 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5670 New constants.
5671 (org-export-as-html): Deal with the optional angles around a link.
5672 Better treatment of file: links.
5673 (org-open-at-point): Replace @{ and @} with < and >.
5674 (org-run-mode-hooks): Function removed.
5675 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5676
5677 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5678
5679 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5680 MI command -data-list-register-values.
5681 (gdb-post-prompt): Indent properly.
5682
5683 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * hilit-chg.el (highlight-changes-colors): Rename from
5686 `highlight-changes-colours'.
5687 (highlight-changes-colours): Keep as obsolete alias.
5688 (highlight-changes-face-list): Doc fix.
5689 (hilit-chg-make-list): Use `highlight-changes-colors'.
5690
5691 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5692
5693 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5694 defun-prompt-regexp.
5695
5696 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5697
5698 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5699 and cygwin.
5700
5701 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5702 Don't use an old loaddefs.el, as in Makefile.in.
5703
5704 2005-06-12 Lute Kamstra <lute@gnu.org>
5705
5706 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5707
5708 * man.el (Man-mode-map): Initialize it properly.
5709 (Man-mode): Set mode-class property to special.
5710
5711 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5712
5713 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5714
5715 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5716 A newline is needed in the docstring there.
5717
5718 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5719 Doc fixes.
5720
5721 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5722
5723 * printing.el: Doc fix. The menubar is no more changed when printing
5724 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5725 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5726 (pr-version): New version number (6.8.4).
5727 (pr-menu-bind): New command.
5728 (pr-update-menus): Docstring and code fix.
5729 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5730 Docstring fix.
5731 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5732 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5733
5734 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5735
5736 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5737 "Returns" to "return", document useful return values, etc.
5738
5739 2005-06-11 Alan Mackenzie <acm@muc.de>
5740
5741 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5742 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5743 (adaptive-file-function): Minor amendment to doc-string.
5744
5745 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5746
5747 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5748 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5749 Fix :type--it is `integer', not `string'.
5750
5751 * faces.el (modeline-highlight): Rename from (the erroneous)
5752 `modeline-higilight'.
5753
5754 2005-06-11 Lute Kamstra <lute@gnu.org>
5755
5756 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5757 lisp-interaction-mode-map but make it the parent.
5758 (edebug-eval-mode): Use define-derived-mode.
5759
5760 2005-06-11 Andreas Schwab <schwab@suse.de>
5761
5762 * bindings.el: Add binding of `ESC functionkey' for every
5763 `M-functionkey'.
5764 * hexl.el (hexl-mode-map): Likewise.
5765
5766 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5767
5768 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5769 [msft]: update regexp for newer msft compilers.
5770
5771 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5772
5773 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5774 ATTLIST portions of included DTDs.
5775 (xml-parse-dtd): Eliminate use of inefficient match-data.
5776
5777 2005-06-10 Miles Bader <miles@gnu.org>
5778
5779 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5780 (mpuz-text): Remove "-face" suffix from face names.
5781 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5782 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5783 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5784
5785 * play/gomoku.el (gomoku-O, gomoku-X):
5786 Remove "-face" suffix from face names.
5787 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5788 New backward-compatibility aliases for renamed faces.
5789 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5790
5791 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5792
5793 * thumbs.el: Fixes for changes of 2005-06-09.
5794 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5795 as a directory.
5796 (thumbs-thumbname): Remove directory separator from format string;
5797 `thumbs-thumbsdir' now returns a valid directory name.
5798 (thumbs-temp-dir): New defsubst.
5799 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5800 Use it.
5801
5802 * cus-edit.el (minibuffer):
5803 * files.el (make-backup-file-name-function):
5804 * filesets.el (filesets-external-viewers):
5805 * hilit-chg.el (highlight-changes-colours)
5806 (highlight-changes-face-list, highlight-changes-rotate-faces):
5807 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5808 * kmacro.el (kmacro-call-macro):
5809 * log-edit.el (log-edit-changelog-full-paragraphs):
5810 * mouse.el (mouse-1-click-follows-link):
5811 * skeleton.el (skeleton-autowrap):
5812 * subr.el (insert-for-yank-1):
5813 * tempo.el (tempo-insert-region):
5814 * terminal.el (terminal-emulator):
5815 * time.el (display-time-mail-face):
5816 * vc.el (vc-annotate):
5817 * vcursor.el (vcursor-copy-line):
5818 * woman.el (woman-bold-headings, woman-ignore)
5819 (woman-default-faces, woman-monochrome-faces):
5820 * calendar/todo-mode.el (todo-insert-threshold):
5821 * emulation/pc-select.el (pc-select-selection-keys-only)
5822 (pc-selection-mode):
5823 * emulation/vip.el (vip-find-char-forward):
5824 * emulation/viper-cmd.el (viper-find-char-forward):
5825 * international/mule-cmds.el
5826 (select-safe-coding-system-accept-default-p)
5827 (input-method-exit-on-invalid-key):
5828 * international/mule-diag.el (describe-coding-system):
5829 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5830 * net/browse-url.el (browse-url-xterm-program):
5831 * obsolete/lazy-lock.el (lazy-lock-mode):
5832 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5833 (cperl-mode):
5834 * progmodes/cpp.el (cpp-face-light-name-list)
5835 (cpp-face-dark-name-list):
5836 * progmodes/delphi.el (delphi-newline-always-indents):
5837 Fix spellings in docstrings.
5838
5839 * ido.el (ido-mode, ido-file-extensions-order)
5840 (ido-default-file-method, ido-default-buffer-method)
5841 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5842 (ido-decorations, ido-read-file-name-as-directory-commands)
5843 (ido-read-file-name-non-ido, ido-work-directory-list)
5844 (ido-ignore-item-temp-list, ido-current-directory)
5845 (ido-magic-forward-char, ido-enter-find-file)
5846 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5847 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5848
5849 2005-06-10 Lute Kamstra <lute@gnu.org>
5850
5851 * play/dunnet.el (dun-mode): Use define-derived-mode.
5852 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5853 obsolete alias.
5854
5855 * play/doctor.el (doctor-mode-map): Remove defvar.
5856 (doctor-mode): Use define-derived-mode.
5857
5858 * mail/mspools.el (mspools-mode):
5859 * net/eudc-hotlist.el (eudc-hotlist-mode):
5860 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5861
5862 2005-06-10 Miles Bader <miles@gnu.org>
5863
5864 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5865 Remove "-face" suffix from face names.
5866 (flyspell-incorrect-face, flyspell-duplicate-face):
5867 New backward-compatibility aliases for renamed faces.
5868 (flyspell-mode-on, make-flyspell-overlay)
5869 (flyspell-highlight-incorrect-region)
5870 (flyspell-highlight-duplicate-region)
5871 (flyspell-display-next-corrections)
5872 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5873
5874 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5875 from face name.
5876 (texinfo-heading-face): New backward-compatibility alias for
5877 renamed face.
5878 (texinfo-heading-face): Use renamed texinfo-heading face.
5879
5880 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5881 suffix from face names.
5882 (tex-math-face, tex-verbatim-face):
5883 New backward-compatibility aliases for renamed faces.
5884 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5885 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5886 literal face name.
5887
5888 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5889 name.
5890 (table-cell-face): New backward-compatibility alias for renamed face.
5891 (table--put-cell-face-property, table--update-cell-face):
5892 Use renamed table-cell face.
5893
5894 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5895 from face name.
5896 (sgml-namespace-face): New backward-compatibility alias for
5897 renamed face.
5898 (sgml-namespace-face): Use renamed sgml-namespace face.
5899
5900 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5901 (org-level-4, org-level-5, org-level-6, org-level-7)
5902 (org-level-8, org-warning, org-headline-done)
5903 (org-deadline-announce, org-scheduled-today)
5904 (org-scheduled-previously, org-link, org-done, org-table)
5905 (org-time-grid): Remove "-face" suffix from face names.
5906 (org-level-1-face, org-level-2-face, org-level-3-face)
5907 (org-level-4-face, org-level-5-face, org-level-6-face)
5908 (org-level-7-face, org-level-8-face, org-warning-face)
5909 (org-headline-done-face, org-deadline-announce-face)
5910 (org-scheduled-today-face, org-scheduled-previously-face)
5911 (org-link-face, org-done-face, org-table-face)
5912 (org-time-grid-face):
5913 New backward-compatibility aliases for renamed faces.
5914 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5915 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5916 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5917 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5918
5919 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5920 (viper-minibuffer-emacs, viper-minibuffer-insert)
5921 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5922 (viper-search-face, viper-replace-overlay-face)
5923 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5924 (viper-minibuffer-vi-face):
5925 New backward-compatibility aliases for renamed faces.
5926 (viper-search-face, viper-replace-overlay-face)
5927 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5928 (viper-minibuffer-vi-face): Use renamed viper faces.
5929
5930 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5931 Remove "-face" suffix from face names.
5932 (testcover-nohits-face, testcover-1value-face):
5933 New backward-compatibility aliases for renamed faces.
5934 (testcover-mark): Use renamed testcover faces.
5935
5936 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5937 face name.
5938 (diary-button-face): New backward-compatibility alias for renamed face.
5939 (diary-entry): Use renamed diary-button face.
5940
5941 * calendar/calendar.el (diary, calendar-today, holiday)
5942 (mark-visible-calendar-date): Remove "-face" suffix from face names.
5943 (diary-face, calendar-today-face, holiday-face):
5944 New backward-compatibility aliases for renamed faces.
5945 (eval-after-load "facemenu", diary-entry-marker)
5946 (calendar-today-marker, calendar-holiday-marker, diary-face):
5947 Use renamed calendar faces.
5948
5949 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5950 (compare-windows-face): New backward-compatibility alias for
5951 renamed face.
5952 (compare-windows-highlight): Use renamed compare-windows face.
5953
5954 * strokes.el (strokes-char): Remove "-face" suffix from face name.
5955 (strokes-char-face): New backward-compatibility alias for renamed face.
5956 (strokes-encode-buffer): Use renamed strokes-char face.
5957
5958 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5959 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5960 Remove "-face" suffix from face names.
5961 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5962 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5963 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5964 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5965 Use renamed pcvs faces.
5966 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5967 * pcvs-defs.el (cvs-mode-map): Likewise.
5968 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5969
5970 * info.el (info-title-1, info-title-2, info-title-3)
5971 (info-title-4): Remove "-face" suffix from and downcase face names.
5972 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5973 (Info-title-4-face):
5974 New backward-compatibility aliases for renamed faces.
5975 (Info-fontify-node): Use renamed info faces.
5976
5977 * hilit-chg.el (highlight-changes, highlight-changes-delete):
5978 Remove "-face" suffix from face names.
5979 (highlight-changes-face, highlight-changes-delete-face):
5980 New backward-compatibility aliases for renamed faces.
5981 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5982 (hilit-chg-make-list): Use renamed highlight-changes faces.
5983
5984 * generic-x.el (show-tabs-tab, show-tabs-space):
5985 Remove "-face" suffix from face names.
5986 (show-tabs-tab-face, show-tabs-space-face):
5987 New backward-compatibility aliases for renamed faces.
5988 (show-tabs-generic-mode-font-lock-defaults-1)
5989 (show-tabs-generic-mode-font-lock-defaults-2):
5990 Use renamed show-tabs faces.
5991
5992 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
5993 (smerge-markers): Remove "-face" suffix from face names.
5994 (smerge-mine-face, smerge-other-face, smerge-base-face)
5995 (smerge-markers-face):
5996 New backward-compatibility aliases for renamed faces.
5997 (smerge-mine-face, smerge-other-face, smerge-base-face)
5998 (smerge-markers-face): Use renamed smerge faces.
5999
6000 * log-view.el (log-view-file, log-view-message): Remove "-face"
6001 suffix from face names.
6002 (log-view-file-face, log-view-message-face): New
6003 backward-compatibility aliases for renamed faces.
6004 (log-view-file-face, log-view-message-face): Use renamed log-view
6005 faces.
6006
6007 * paren.el (show-paren-match, show-paren-mismatch):
6008 Remove "-face" suffix from face names.
6009 (show-paren-match-face, show-paren-mismatch-face):
6010 New backward-compatibility aliases for renamed faces.
6011 (show-paren-function): Use renamed show-paren faces.
6012
6013 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6014 (ruler-mode-margins, ruler-mode-fringes)
6015 (ruler-mode-column-number, ruler-mode-fill-column)
6016 (ruler-mode-comment-column, ruler-mode-goal-column)
6017 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6018 suffix from face names.
6019 (ruler-mode-default-face, ruler-mode-pad-face)
6020 (ruler-mode-margins-face, ruler-mode-fringes-face)
6021 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6022 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6023 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
6024 backward-compatibility aliases for renamed faces.
6025 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6026 (ruler-mode-column-number, ruler-mode-fill-column)
6027 (ruler-mode-comment-column, ruler-mode-goal-column)
6028 (ruler-mode-tab-stop, ruler-mode-current-column)
6029 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6030 faces.
6031
6032 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6033 face name.
6034 (whitespace-highlight-the-space): Use renamed face.
6035 (whitespace-highlight-face): New backward-compatibility alias for
6036 renamed face.
6037
6038 * woman.el (woman-italic, woman-bold, woman-unknown)
6039 (woman-addition, woman-symbol-face):
6040 Remove "-face" suffix from face names.
6041 (woman-italic-face, woman-bold-face, woman-unknown-face)
6042 (woman-addition-face):
6043 New backward-compatibility aliases for renamed faces.
6044 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6045 (woman-decode-region, woman-replace-match)
6046 (woman-display-extended-fonts, woman-special-characters)
6047 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6048 Use renamed woman faces.
6049
6050 * longlines.el (longlines-visible-face): Face removed.
6051
6052 * diff-mode.el (diff-header, diff-file-header, diff-index)
6053 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6054 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6055 suffix from face names.
6056 (diff-header-face, diff-file-header-face, diff-index-face)
6057 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6058 (diff-changed-face, diff-function-face, diff-context-face)
6059 (diff-nonexistent-face): New backward-compatibility aliases for
6060 renamed faces.
6061 (diff-header-face, diff-file-header-face)
6062 (diff-index, diff-index-face, diff-hunk-header)
6063 (diff-hunk-header-face, diff-removed, diff-removed-face)
6064 (diff-added, diff-added-face, diff-changed-face, diff-function)
6065 (diff-function-face, diff-context-face, diff-nonexistent)
6066 (diff-nonexistent-face): Use renamed diff-mode faces.
6067
6068 * progmodes/compile.el (compilation-warning-face)
6069 (compilation-info-face): Remove "-face" suffix from face names.
6070 (compilation-warning-face, compilation-info-face):
6071 New backward-compatibility aliases for renamed faces.
6072 (compilation-warning-face, compilation-info-face):
6073 Use renamed compilation faces.
6074
6075 * add-log.el (change-log-date, change-log-name)
6076 (change-log-email, change-log-file, change-log-list)
6077 (change-log-conditionals, change-log-function)
6078 (change-log-acknowledgement): Remove "-face" suffix from face names.
6079 (change-log-date-face, change-log-name-face)
6080 (change-log-email-face, change-log-file-face)
6081 (change-log-list-face, change-log-conditionals-face)
6082 (change-log-function-face, change-log-acknowledgement-face):
6083 New backward-compatibility aliases for renamed faces.
6084 (change-log-font-lock-keywords): Use renamed change-log faces.
6085
6086 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6087 (custom-set, custom-changed, custom-saved, custom-button)
6088 (custom-button-pressed, custom-documentation, custom-state)
6089 (custom-comment, custom-comment-tag, custom-variable-tag)
6090 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6091 (custom-group-tag): Remove "-face" suffix from face names.
6092 (custom-magic-alist, custom-magic-value-create)
6093 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6094 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6095 (custom-set-face, custom-changed-face, custom-saved-face)
6096 (custom-button-face, custom-button-pressed-face)
6097 (custom-documentation-face, custom-state-face)
6098 (custom-comment-face, custom-comment-tag-face)
6099 (custom-variable-tag-face, custom-variable-button-face)
6100 (custom-face-tag-face, custom-group-tag-face-1)
6101 (custom-group-tag-face):
6102 New backward-compatibility aliases for renamed faces.
6103
6104 * wid-edit.el (widget-documentation, widget-button)
6105 (widget-field, widget-single-line-field, widget-inactive)
6106 (widget-button-pressed): "-face" suffix removed from face names.
6107 (widget-documentation-face, widget-button-face)
6108 (widget-field-face, widget-single-line-field-face)
6109 (widget-inactive-face, widget-button-pressed-face):
6110 New backward-compatibility aliases for renamed faces.
6111 (widget-documentation-face, widget-button-face)
6112 (widget-button-pressed-face, widget-specify-field)
6113 (widget-specify-inactive): Use renamed widget faces.
6114
6115 2005-06-10 Kenichi Handa <handa@m17n.org>
6116
6117 * term/x-win.el (x-clipboard-yank): Remove condition-case
6118 wrapping.
6119
6120 2005-06-11 Kenichi Handa <handa@m17n.org>
6121
6122 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6123 date lines stricter.
6124
6125 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6126
6127 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6128 of x-get-selection.
6129
6130 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6131
6132 * comint.el (comint-mode, comint-snapshot-last-prompt):
6133 * frame.el (frame-current-scroll-bars):
6134 * term.el (term-mode, term-check-proc, term-input-sender)
6135 (term-simple-send, term-extract-string, term-word)
6136 (term-match-partial-filename):
6137 * window.el (window-current-scroll-bars):
6138 * emulation/cua-base.el (cua-normal-cursor-color)
6139 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6140 (cua-global-mark-cursor-color):
6141 * mail/undigest.el (rmail-forward-separator-regex):
6142 Fix typos in docstrings.
6143
6144 * comint.el (comint-check-proc, make-comint-in-buffer)
6145 (comint-source-default): Doc fixes.
6146
6147 * term.el (term-send-string): Improve argument/docstring
6148 consistency.
6149
6150 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6151
6152 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6153 call to `delete-region'.
6154 (comint-mode-hook): Do not enable Font Lock by default.
6155
6156 2005-06-09 Lute Kamstra <lute@gnu.org>
6157
6158 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6159 could be void.
6160
6161 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6164 (debug): Use it.
6165 (debugger-step-through, debugger-continue, debugger-jump)
6166 (debugger-return-value): Set it when needed.
6167 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6168 Use inhibit-read-only.
6169
6170 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6171
6172 * window.el (shrink-window-if-larger-than-buffer)
6173 (window-size-fixed): Fix typo in docstring.
6174
6175 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6176 thumbnails directory on loading.
6177 (thumbs-conversion-program): Use `eq' to check the system type,
6178 not `equal'.
6179 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6180 not "/tmp". Fix docstring.
6181 (thumbs-thumbsdir): New function to return the thumbnails
6182 directory, creating it if needed.
6183 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6184 (thumbs-temp-file): Delete variable and make it into a function.
6185 (thumbs-resize-image, thumbs-modify-image): Use it.
6186 (thumbs-kill-buffer): Simplify.
6187 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6188 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6189 docstrings.
6190
6191 2005-06-09 Kim F. Storm <storm@cua.dk>
6192
6193 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6194 set-match-data to free markers in match-data.
6195
6196 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6197 match-data to unchain markers in match-data.
6198
6199 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6202 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6203 unnecessary now.
6204
6205 2005-06-08 Richard M. Stallman <rms@gnu.org>
6206
6207 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6208 give the variable a doc string that doesn't say don't set it directly.
6209
6210 * textmodes/ispell.el (ispell-check-version):
6211 Use match-string-no-properties.
6212 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6213 (ispell-buffer-local-words): Likewise.
6214
6215 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6216 except on terminals with enough colors to really display it.
6217 (makefile-dependency-regex): Delete spurious `bb'.
6218
6219 * faces.el (escape-glyph): Use blue once again in last case.
6220 (no-break-space): Redefine so that it isn't invisible on a tty.
6221
6222 2005-06-08 Kim F. Storm <storm@cua.dk>
6223
6224 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6225 also when reading directory name.
6226
6227 2005-06-08 Lute Kamstra <lute@gnu.org>
6228
6229 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6230 (flyspell-mode-line-string): Remove autoload cookie.
6231 (flyspell-mode): Remove defvar.
6232
6233 2005-06-07 Lute Kamstra <lute@gnu.org>
6234
6235 * textmodes/org.el (org-run-mode-hooks): New function.
6236 (org-agenda-mode): Use it.
6237
6238 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6239
6240 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6241
6242 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6245
6246 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6247
6248 * font-lock.el (font-lock-add-keywords): Doc fix.
6249
6250 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6253 (tex-compile-default): In the absence of any history, use the order in
6254 tex-compile-alist to choose the preferred command.
6255 (tex-compile-commands): Reorder a bit.
6256
6257 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6258 (flyspell-incorrect-face, flyspell-duplicate-face):
6259 Use (X)Emacs-agnostic code.
6260 (flyspell-mode-map): Don't overwrite at each load. Remove code
6261 redundant with the subsequent add-minor-mode. Merge Emacs and
6262 XEmacs code.
6263 (flyspell-word): Minor simplification.
6264 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6265 (flyspell-external-point-words): Remove unused vars `size' and
6266 `start'.
6267 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
6268 the corresponding Emacs code.
6269 (flyspell-correct-word, flyspell-xemacs-popup): Use
6270 flyspell-do-correct.
6271
6272 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6273 a dedicated window.
6274
6275 * international/latexenc.el (latexenc-find-file-coding-system):
6276 Undo part of last patch, to turn off a compiler warning.
6277
6278 2005-06-06 Juri Linkov <juri@jurta.org>
6279
6280 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6281 Rename `tmm-inactive-face' to `tmm-inactive'.
6282
6283 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6284
6285 * iswitchb.el: Rename faces.
6286
6287 2005-06-06 Kim F. Storm <storm@cua.dk>
6288
6289 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6290 (cua-global-mark): Remove -face suffix from face names.
6291
6292 * emulation/cua-gmrk.el (cua--init-global-mark):
6293 Remove cua-global-mark face setup.
6294
6295 2005-06-06 Richard M. Stallman <rms@gnu.org>
6296
6297 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6298 just like other allowed characters.
6299 (makefile-match-dependency): Exclude leading and training whitespace
6300 from the range of regexp subexp 1.
6301 (makefile-macroassign-regex): Don't try to match the body,
6302 just the name of the macro being defined.
6303
6304 * info.el (Info-read-node-name-2): New function.
6305 (Info-read-node-name-1): Use that.
6306 Add a completion-base-size-function property.
6307
6308 * simple.el (completion-setup-function): Look for
6309 completion-base-size-function property of
6310 minibuffer-completion-table.
6311
6312 * files.el (locate-file-completion): Doc fix.
6313
6314 * printing.el: Don't call pr-update-menus; user must do that.
6315
6316 * emacs-lisp/debug.el (debugger-window): New variable.
6317 (debug): Use debugger-window if it is set and still alive.
6318 Record debugger-window for next entry.
6319
6320 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6321
6322 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6323
6324 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6325 (hack-one-local-variable, hack-local-variables)
6326 (hack-local-variables-prop-line): Pass that arg.
6327
6328 2005-06-06 Kim F. Storm <storm@cua.dk>
6329
6330 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6331 (ido-indicator): Remove -face suffix from face names.
6332
6333 2005-06-06 Juri Linkov <juri@jurta.org>
6334
6335 * font-lock.el (font-lock-regexp-backslash)
6336 (font-lock-regexp-backslash-construct): New faces.
6337 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6338 after `('. Add `while-no-input' to control structures.
6339
6340 * faces.el (no-break-space, shadow): New faces.
6341 (escape-glyph): Use less loud colors pink2 and red4.
6342
6343 * diff-mode.el (diff-context-face)
6344 * dired.el (dired-ignored)
6345 * rfn-eshadow.el (file-name-shadow)
6346 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6347
6348 * info.el (Info-title-1-face): Use green instead of yellow because
6349 bold yellow is not readable on light backgrounds.
6350
6351 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6352 before selecting the desired mode to not spend time fontifying
6353 old contents.
6354
6355 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6356
6357 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6358 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6359
6360 * ps-print.el (ps-default-fg, ps-default-bg):
6361 Fix typos in docstrings.
6362
6363 * isearchb.el (isearchb): Don't pass a spurious second argument to
6364 `iswitchb-completions'.
6365
6366 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6367
6368 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6369 to preserve point.
6370 (gdb-find-file-hook): Add doc string.
6371
6372 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6373 C dereferenced pointer expression.
6374 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6375
6376 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6377
6378 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6379 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6380 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6381 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6382 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6383 Make background transparent.
6384
6385 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6386
6387 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6388 (font-lock-remove-keywords): Doc fix.
6389 (font-lock-mode-major-mode): Compiler defvar.
6390 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6391
6392 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6393 (font-lock-mode): Update `font-lock-mode-major-mode'.
6394 (font-lock-set-defaults): Compiler defvar.
6395 (font-lock-default-function): Take `font-lock-mode-major-mode'
6396 into account.
6397
6398 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6399 keep track of which major mode it enabled the minor mode for.
6400 Use find-file-hook again. Update docstring.
6401
6402 * simple.el (eval-expression-print-level)
6403 (eval-expression-print-length, eval-expression-debug-on-error):
6404 Doc fixes.
6405
6406 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6407
6408 * iswitchb.el (iswitchb-single-match-face)
6409 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6410 (iswitchb-invalid-regexp-face): New faces.
6411 (iswitchb-completions): Use them.
6412 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6413 now marked as an obsolete alias.
6414 (iswitchb-read-buffer): Remove check for bound font variables.
6415 (iswitchb-invalid-regexp): New free variable.
6416 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6417 set iswitchb-invalid-regexp.
6418 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6419 invalid regexps.
6420 (iswitchb-completions): Add check for complete match when entering
6421 a regexp.
6422 (iswitchb-completions): Remove require-match argument.
6423 (iswitchb-exhibit): Fix caller.
6424 (iswitchb-common-match-inserted): New variable.
6425 (iswitchb-complete, iswitchb-completion-help): Use it.
6426
6427 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6428
6429 * url-http.el (url-http-chunked-encoding-after-change-function):
6430 Use `url-http-debug' instead of `message'.
6431
6432 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6433
6434 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6435 callback argument.
6436
6437 2005-06-04 Kim F. Storm <storm@cua.dk>
6438
6439 * simple.el (line-move): Only call sit-for when moving backwards.
6440
6441 * ido.el (ido-make-merged-file-list-1): New defun split from
6442 ido-make-merged-file-list.
6443 (ido-make-merged-file-list): Bind throw-on-input around call to
6444 ido-make-merged-file-list-1. Return input-pending-p if
6445 interrupted by more input available.
6446 (ido-read-internal): Handle input-pending-p return value from
6447 ido-make-merged-file-list.
6448
6449 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6452 compatibility code.
6453
6454 * international/latexenc.el (latexenc-find-file-coding-system):
6455 Don't inherit the EOL part of the coding-system from the
6456 tex-main buffer. Fit within 80 columns.
6457
6458 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6459
6460 * tmm.el (tmm-inactive-face): New face.
6461 (tmm-remove-inactive-mouse-face): New function.
6462 (tmm-prompt, tmm-add-one-shortcut)
6463 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6464 but not selectable.
6465
6466 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6467
6468 * faces.el (face-equal): Improve argument/docstring consistency.
6469
6470 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6471
6472 * progmodes/make-mode.el (makefile-targets-face)
6473 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6474 (makefile-bsdmake-dependency-regex)
6475 (makefile-makepp-rule-action-regex)
6476 (makefile-bsdmake-rule-action-regex): New constants.
6477 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6478
6479 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6480 Allow (...) within `...' for makepp messages.
6481
6482 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6483
6484 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6485
6486 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6487 "." files are deleted from all file lists before comparison.
6488
6489 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6490 (viper-ESC-key): Made them customizable.
6491
6492 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6493
6494 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6495
6496 * autorevert.el (auto-revert-buffers): Use save-match-data.
6497
6498 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6501 menu items with a nil command binding.
6502
6503 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6504
6505 * emacs-lisp/cl-macs.el (defsetf):
6506 Improve argument/docstring consistency.
6507
6508 * faces.el (list-faces-display): Improve the formatting by
6509 computing the maximum length required for any face-name (reworked
6510 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6511 (internal-find-face): Remove redundant info in docstring.
6512
6513 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6514
6515 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6516 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6517 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6518 (gdb-assembler-custom): Improve regexps.
6519 (def-gdb-auto-update-handler): Use window point to preserve point.
6520
6521 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6524
6525 2005-05-31 Jay Belanger <belanger@truman.edu>
6526
6527 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6528 to calc-embedded.
6529 (calc-embedded-make-info): Have plain prefix argument select
6530 entire line.
6531
6532 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6533
6534 * faces.el (list-faces-display): Signal error if passed a regexp
6535 that matches no face name.
6536
6537 * simple.el (filter-buffer-substring): Fix typo in docstring.
6538
6539 2005-05-31 Richard M. Stallman <rms@gnu.org>
6540
6541 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6542 (vhdl-emacs-21): Doc fix.
6543 (vhdl-mode): Unconditionally set comment-padding.
6544 (vhdl-fixup-whitespace-region): Insert spaces only where
6545 there are none.
6546 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6547
6548 2005-05-30 John Wiegley <johnw@newartisans.com>
6549
6550 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6551 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6552 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6553 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6554 `string-to-number'.
6555
6556 2005-05-30 Jay Belanger <belanger@truman.edu>
6557
6558 * calc/calc.el (calc-bug-address): Fix docstring.
6559 (calc-window-hook, calc-trail-window-hook): New variables.
6560 (calc-trail-display): Restore use of calc-trail-window-hook.
6561 (calc): Restore use of calc-window-hook.
6562
6563 2005-05-31 Masatake YAMATO <jet@gyve.org>
6564
6565 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6566
6567 * help-fns.el (help-C-file-name): Add autoload mark for
6568 `find-function-noselect'.
6569
6570 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6571
6572 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6573 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6574
6575 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6576
6577 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6578 included diary buffer if it was not already being visited.
6579 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6580
6581 * calendar/icalendar.el (top-level): Do not require 'appt.
6582
6583 * mail/supercite.el (sc-select-attribution): Only use a list
6584 element from sc-attrib-selection-list if it returns a string.
6585 Reported by Davide G. M. Salvetti <salve@debian.org>.
6586
6587 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6588
6589 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6590 includes a hash value to improve its uniqueness, and has a ".jpg"
6591 extension. Also, it is now a valid filename on all systems.
6592 (thumbs-make-thumb): Use `let', not `let*'.
6593 (thumbs-show-thumbs-list): Check for JPEG availability.
6594
6595 2005-05-30 Richard M. Stallman <rms@gnu.org>
6596
6597 * filesets.el (filesets-menu-ensure-use-cached):
6598 Prevent warning when emacs-version>= is undefined.
6599
6600 * printing.el (pr-interactive-n-up): Use string-to-number.
6601
6602 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6603
6604 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6605 Warn only when name to be defined is quoted.
6606
6607 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6608
6609 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6610 Make regexp more robust.
6611 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6612 Force regeneration of disassembly.
6613
6614 2005-05-29 Jay Belanger <belanger@truman.edu>
6615
6616 * calc/calc.el (calc-user-invocation): Check if
6617 calc-invocation-macro is non-nil.
6618
6619 2005-05-29 Juri Linkov <juri@jurta.org>
6620
6621 * add-log.el (change-log-font-lock-keywords):
6622 Add `+' to e-mail regexp to accept mail address with keywords.
6623
6624 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6625
6626 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6627
6628 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6629
6630 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6631
6632 2005-05-29 Richard M. Stallman <rms@gnu.org>
6633
6634 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6635 Undo the change that moves to end of the current word.
6636
6637 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6638
6639 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6640 Throw error when count <= 0 to ensure input is a number.
6641 (gdb-read-memory-custom): Pick up address from buffer.
6642 (gdb-memory-mode): Allow user to increment and decrement
6643 memory address from header line.
6644
6645 2005-05-29 Richard M. Stallman <rms@gnu.org>
6646
6647 * flyspell.el (flyspell-version): Function deleted.
6648 (flyspell-auto-correct-previous-hook): Doc fix.
6649
6650 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6651 Do nothing if memory is full.
6652
6653 * font-lock.el (font-lock-fontify-syntactically-region):
6654 Pass t for GREEDY to looking-back.
6655
6656 * saveplace.el (save-place-alist-to-file): Write the file
6657 using write-region.
6658
6659 * subr.el (looking-back): New argument GREEDY.
6660
6661 * progmodes/compile.el (compilation-start): Set the mode
6662 before inserting the initial text.
6663
6664 * progmodes/which-func.el (which-func-update-1): Turn the mode
6665 off in case of error by setting which-func-mode.
6666
6667 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6668
6669 * flyspell.el (flyspell-auto-correct-previous-word):
6670 Narrow down to what's on the screen, and recenter overlays
6671 at the end of the next word.
6672
6673 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6674
6675 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6676 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6677 (flyspell-abbrev-p): Default to nil.
6678 (flyspell-use-global-abbrev-table-p): Doc fix.
6679 (flyspell-large-region): Allow nil as value.
6680 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6681
6682 (mail-mode-flyspell-verify): More robust handling
6683 of `mail-header-separator'. More efficient signature detection.
6684 Allow for regexp metacharacters in message-header-separator.
6685 Adding `To' not to be checked in mail-mode-flyspell-verify.
6686
6687 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6688 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6689 Bind flyspell-auto-correct-binding.
6690 Bind C-. and C-, .
6691 (flyspell-mode-map): Likewise.
6692 (flyspell-mode): Doc fix.
6693 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6694 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6695 (flyspell-word-cache-result): New var, always local.
6696 (flyspell-check-pre-word-p): Doc fix.
6697 (flyspell-check-changed-word-p): Handle spc like newline.
6698 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6699 (flyspell-word-search-backward, flyspell-word-search-forward):
6700 New functions.
6701 (flyspell-word): Return t if nothing to check.
6702 When parsing TeX code, check for after } or \.
6703 Use flyspell-word-search-backward to find previous word.
6704 Return nil if duplicated word.
6705 For word already checked, return same value as last time.
6706 Set flyspell-word-cache-result after checking.
6707 Don't clobber the return value.
6708 (flyspell-get-word): Major rewrite.
6709 (flyspell-external-point-words): New locals pword, pcount.
6710 Fix size used in progress message.
6711 Find the proper corresponding word in flyspell-large-region-buffer.
6712 (flyspell-region): Check for flyspell-large-region = nil.
6713 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6714 (flyspell-auto-correct-word): Check that WORD is a cons.
6715 (flyspell-correct-word): Likewise.
6716
6717 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6718
6719 * progmodes/make-mode.el (makefile-rule-action-regex)
6720 (makefile-macroassign-regex, makefile-makepp-mode)
6721 (makefile-bsdmake-mode): Continuation lines may be empty.
6722 Reported by Joshua Varner.
6723 (makefile-makepp-font-lock-keywords): Add $(stem).
6724
6725 2005-05-28 Karl Berry <karl@gnu.org>
6726
6727 * textmodes/tex-mode.el: Now that tex-send-command calls
6728 shell-quote-argument (2005-03-31 change), remove all calls to
6729 shell-quote-argument; they all end up invoking tex-send-command.
6730 The double quoting loses on filenames with non-safe characters,
6731 such as "@". Reported by Frederik Fouvry.
6732
6733 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6734
6735 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6736 about preserving point.
6737
6738 2005-05-27 Jay Belanger <belanger@truman.edu>
6739
6740 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6741 Info-goto-node.
6742
6743 * calc/calc-embed.el (calc-embed-arg): New variable.
6744 (calc-do-embedded-activate, calc-embedded-activate-formula)
6745 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6746 variable by new variable.
6747 (calc-embedded-make-info): Replace undeclared variable by new
6748 variable. When selecting region with positive prefix
6749 argument, use end of previous line instead of beginning of line.
6750
6751 * calc/calc-aent.el (calc-arg-values): Declare it.
6752
6753 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6754 Declare them.
6755
6756 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6757
6758 * calc/calc.el (calc-alg-map): Declare it.
6759
6760 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6761
6762 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6763
6764 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6765 (gdb-registers-buffer, toggle-gdb-all-registers):
6766 Toggle display of floating point registers.
6767 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6768
6769 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6770 (toggle-gud-tooltip-dereference):
6771 Rename from gud-toggle-tooltip-dereference.
6772
6773 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6776
6777 2005-05-27 Jay Belanger <belanger@truman.edu>
6778
6779 * calc/calc-prog.el (calc-kbd-report): Remove.
6780 (calc-kbd-query): Rewrite.
6781
6782 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * image.el (image-library-alist): Move to image.c.
6785 (image-type-available-p): Doc fix.
6786
6787 2005-05-27 Lute Kamstra <lute@gnu.org>
6788
6789 * calc/calc.el (calc):
6790 * outline.el (outline-1, outline-2, outline-3, outline-4)
6791 (outline-5, outline-6, outline-7, outline-8):
6792 * textmodes/dns-mode.el (dns-mode):
6793 * textmodes/sgml-mode.el (sgml-namespace-face):
6794 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6795 (tex-verbatim-face, tex-use-reftex):
6796 * textmodes/texinfo.el (texinfo-heading-face):
6797 Specify customization group.
6798
6799 * longlines.el: Don't require easy-mmode.
6800 (longlines-visible-face): Specify customization group.
6801
6802 2005-05-27 Kenichi Handa <handa@m17n.org>
6803
6804 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6805 encoding table of windows-1251.
6806
6807 * international/ucs-tables.el (ucs-set-table-for-input):
6808 If translation-table-for-input of a coding system is a symbol, get
6809 its translation-table property.
6810
6811 * international/code-pages.el: Don't register a coding system into
6812 non-iso-charset-alist more than once.
6813 (cp-make-coding-system): Likewise.
6814
6815 2005-05-26 John Wiegley <johnw@newartisans.com>
6816
6817 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6818 `eshell-resume-eval' is wrapped in a list, it indicates that the
6819 command was run asynchronously. In that case, unwrap the value
6820 before checking the delimiter value.
6821
6822 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6823 character before a space at the end of a line is \, assume the space
6824 is part of the last argument rather than a final argument separator.
6825
6826 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6827 is in use, and the target is `t' or `nil' (which are the most common
6828 values), don't assume that the symbol target is a buffer.
6829
6830 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6831
6832 * calendar/calendar.el (calendar-mode-line-format):
6833 Use mode-line-highlight as mouse-face.
6834
6835 * time.el (display-time-string-forms, display-time-update):
6836 Use mode-line-highlight as mouse-face.
6837
6838 2005-05-26 Jay Belanger <belanger@truman.edu>
6839
6840 * calc/calc.el (calc-language-alist): Remove extra defvar.
6841
6842 2005-05-26 Lute Kamstra <lute@gnu.org>
6843
6844 * arc-mode.el (archive-mode):
6845 * bookmark.el (bookmark-read-annotation-mode)
6846 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6847 * bs.el (bs-mode):
6848 * calc/calc-yank.el (calc-edit-mode):
6849 * calc/calc.el (calc-mode, calc-trail-mode):
6850 * calculator.el (calculator-mode):
6851 * chistory.el (command-history-mode):
6852 * comint.el:
6853 * cus-edit.el (custom-mode):
6854 * descr-text.el (describe-text-mode):
6855 * ebuff-menu.el (Electric-buffer-menu-mode):
6856 * ediff-util.el (ediff-mode):
6857 * emacs-lisp/re-builder.el (reb-mode):
6858 * emulation/vi.el (vi-mode-setup):
6859 * emulation/ws-mode.el (wordstar-mode):
6860 * eshell/esh-mode.el (eshell-mode):
6861 * forms.el (forms-mode):
6862 * help-mode.el (help-mode):
6863 * hexl.el (hexl-mode):
6864 * ibuffer.el (ibuffer-mode):
6865 * ielm.el (inferior-emacs-lisp-mode):
6866 * info.el (Info-mode, Info-edit-mode):
6867 * international/swedish.el:
6868 * ledit.el (ledit-from-lisp-mode):
6869 * locate.el (locate-mode):
6870 * mail/rmail.el (rmail-mode):
6871 * mail/rmailedit.el (rmail-edit-mode):
6872 * mail/rmailsum.el (rmail-summary-mode):
6873 * mail/supercite.el (sc-electric-mode):
6874 * net/eudc.el (eudc-mode):
6875 * net/quickurl.el (quickurl-list-mode):
6876 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6877 * obsolete/ooutline.el (outline-mode):
6878 * obsolete/options.el (Edit-options-mode):
6879 * obsolete/rnews.el (news-mode):
6880 * obsolete/rnewspost.el (news-reply-mode):
6881 * play/5x5.el (5x5-mode):
6882 * play/decipher.el (decipher-mode, decipher-stats-mode):
6883 * play/gomoku.el (gomoku-mode):
6884 * play/snake.el (snake-mode):
6885 * play/solitaire.el (solitaire-mode):
6886 * play/tetris.el (tetris-mode):
6887 * progmodes/ada-mode.el (ada-mode):
6888 * progmodes/antlr-mode.el (antlr-mode):
6889 * progmodes/autoconf.el (autoconf-mode):
6890 * progmodes/dcl-mode.el (dcl-mode):
6891 * progmodes/delphi.el (delphi-mode):
6892 * progmodes/ebrowse.el (ebrowse-tree-mode)
6893 (ebrowse-electric-list-mode, ebrowse-member-mode)
6894 (ebrowse-electric-position-mode):
6895 * progmodes/f90.el (f90-mode):
6896 * progmodes/fortran.el (fortran-mode):
6897 * progmodes/icon.el (icon-mode):
6898 * progmodes/idlw-help.el (idlwave-help-mode):
6899 * progmodes/idlw-shell.el (idlwave-shell-mode):
6900 * progmodes/idlwave.el (idlwave-mode):
6901 * progmodes/inf-lisp.el (inferior-lisp-mode):
6902 * progmodes/m4-mode.el (m4-mode):
6903 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6904 * progmodes/modula2.el (modula-2-mode):
6905 * progmodes/octave-inf.el (inferior-octave-mode):
6906 * progmodes/octave-mod.el (octave-mode):
6907 * progmodes/pascal.el (pascal-mode):
6908 * progmodes/sh-script.el (sh-mode):
6909 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6910 * progmodes/vhdl-mode.el (vhdl-mode):
6911 * progmodes/xscheme.el (scheme-interaction-mode):
6912 * replace.el (occur-mode):
6913 * ses.el (ses-mode):
6914 * simple.el (completion-list-mode):
6915 * skeleton.el:
6916 * speedbar.el (speedbar-mode):
6917 * term.el (term-mode):
6918 * terminal.el (terminal-edit-mode):
6919 * textmodes/reftex-index.el (reftex-index-mode)
6920 (reftex-index-phrases-mode):
6921 * textmodes/reftex-sel.el (reftex-select-label-mode)
6922 (reftex-select-bib-mode):
6923 * textmodes/reftex-toc.el (reftex-toc-mode):
6924 * wdired.el (wdired-change-to-wdired-mode):
6925 * wid-browse.el (widget-browse-mode):
6926 Use run-mode-hooks.
6927
6928 * array.el (array-mode):
6929 * calendar/todo-mode.el (todo-mode):
6930 * man.el (Man-mode):
6931 * play/landmark.el (lm-mode):
6932 * play/mpuz.el (mpuz-mode):
6933 Use kill-all-local-variables and run-mode-hooks.
6934
6935 * subr.el (delay-mode-hooks): Specify indentation.
6936
6937 2005-05-26 Mark A. Hershberger <mah@everybody.org>
6938
6939 * xml.el (xml-substitute-special): Don't die for undefined xml
6940 entities.
6941
6942 2005-05-26 Jay Belanger <belanger@truman.edu>
6943
6944 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6945 of nil.
6946
6947 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6948
6949 * progmodes/gdb-ui.el (gdb-frame-address):
6950 Rename from gdb-current-address.
6951 (gdb-previous-frame-address): Rename from gdb-previous-address.
6952 (gdb-selected-frame): Rename from gdb-current-frame.
6953 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6954 (gdb-frame-number): Rename from gdb-current-stack-level.
6955 (gdb-ann3): Match new mode-name for disassembly buffer.
6956 Extend initialization of variables.
6957 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6958 (gdb-memory-mode): Use mouse-face in header line.
6959 (gdb-assembler-buffer-name): Call it disassembly and give frame
6960 in mode line.
6961 (gdb-source-spec-regexp, gdb-assembler-custom)
6962 (gdb-invalidate-assembler, gdb-frame-handler):
6963 Make robust to leading zeroes in address format.
6964
6965 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
6966
6967 * textmodes/org.el (org-mode): Use `define-derived-mode' to
6968 define `org-mode'.
6969 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6970
6971 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * log-edit.el (log-edit-changelog-entries): Distinguish between
6974 filenames like xfns.c and fns.c.
6975
6976 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
6977
6978 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6979 point after reverting.
6980 (Buffer-menu-make-sort-button): Handle the case where
6981 `Buffer-menu-use-header-line' is nil.
6982
6983 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6984
6985 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6986 New funcs. In minibuffer-local-completion-map bind `]', `/'
6987 and `:' to them.
6988
6989 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * startup.el (normal-top-level): Allow modification of load-path while
6992 we're iterating over it.
6993
6994 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
6995
6996 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
6997 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
6998 (thumbs-resize-interactive, thumbs-insert-image)
6999 (thumbs-insert-thumb, thumbs-dired-show-marked)
7000 (thumbs-find-image-at-point, thumbs-delete-images)
7001 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7002 (thumbs-increment-image-size, thumbs-decrement-image-size):
7003 Fix typos in docstrings.
7004
7005 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7006
7007 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7008 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7009 (cperl-mode): Use them.
7010
7011 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7012
7013 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7014 Doc fixes.
7015
7016 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7017
7018 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7019 Bind C-d to gdb-inferior-io-eof.
7020
7021 * dired.el (dired-dnd-popup-notice): Use message-box.
7022
7023 2005-05-23 Masatake YAMATO <jet@gyve.org>
7024
7025 * bindings.el (mode-line-major-mode-keymap):
7026 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7027
7028 * faces.el (mode-line-highlight): New face.
7029
7030 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7031 as mouse-face.
7032
7033 * bindings.el (top-level, help-echo, mode-line-modified)
7034 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7035 as mouse-face.
7036
7037 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7038
7039 * progmodes/cc-engine.el (c-guess-basic-syntax):
7040 Remove spurious call to `zerop'.
7041
7042 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7043
7044 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7045
7046 CC Mode update to 5.30.10:
7047
7048 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7049 could go past the limit in decoration level 2, thereby causing
7050 errors during interactive fontification.
7051
7052 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7053 the file is evaluated interactively.
7054
7055 * cc-engine.el (c-guess-basic-syntax): Handle operator
7056 declarations somewhat better in C++.
7057
7058 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7059 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7060 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7061 (awk-mode): Use it.
7062 (make-local-hook): Suppress warning about obsoleteness.
7063
7064 * cc-engine.el, cc-align.el, cc-cmds.el
7065 (c-append-backslashes-forward, c-delete-backslashes-forward)
7066 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7067 Compensate for return value from `forward-line' when it has moved
7068 but not to a different line due to eob.
7069
7070 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7071 `objc-method-intro' and `objc-method-args-cont'.
7072
7073 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7074
7075 CC Mode update to 5.30.10:
7076
7077 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7078 in the copyright statement. Incidentally, change "along with GNU
7079 Emacs" to "along with this program" where it occurs.
7080
7081 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7082 so that it is interactive, hence can be found by M-x awk-mode
7083 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7084 <gmorris+emacs@ast.cam.ac.uk>.
7085
7086 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7087 Mode's regexps.
7088
7089 2005-05-23 Kevin Ryde <user42@zip.com.au>
7090
7091 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7092 c-parse-state, to avoid a lisp error (on bad code).
7093
7094 2005-05-23 Lute Kamstra <lute@gnu.org>
7095
7096 * subr.el (font-lock-defaults): Remove defvar as it's already
7097 defined in font-core.el.
7098
7099 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7100
7101 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7102
7103 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7104 more general and work when GDB variable "print pretty" is on,
7105 as with Emacs, for example.
7106
7107 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7108
7109 * font-core.el: Update comment.
7110
7111 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7112 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7113
7114 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7115
7116 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7117
7118 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7119 and `yank-handler' in the doc strings.
7120
7121 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7124
7125 2005-05-22 Richard M. Stallman <rms@gnu.org>
7126
7127 * help.el (describe-key): Move print-help-return-message call
7128 out of conditional.
7129
7130 * progmodes/etags.el (list-tags): Use with-no-warnings.
7131
7132 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7133 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7134 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7135
7136 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7137
7138 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7139 Add defvar.
7140
7141 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7142 Use defvar, not defconst.
7143
7144 * hexl.el (hexl-follow-line): Use with-no-warnings.
7145
7146 * emulation/tpu-extras.el: Use write-file-functions instead of
7147 write-file-hooks.
7148
7149 * dired.el (dired-font-lock-keywords): Fontify files with junk
7150 extensions even if marked by -F.
7151
7152 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7153
7154 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7155 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7156 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7157 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7158 (concatenate, list-length, get*, getf, cl-remprop):
7159 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7160 (etypecase, progv, lexical-let, lexical-let*)
7161 (multiple-value-bind, multiple-value-setq, shiftf):
7162 Improve argument/docstring consistency.
7163
7164 * subr.el (focus-frame, unfocus-frame):
7165 Revert deletion on 2005-05-01.
7166
7167 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7168
7169 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7170 doesn't exist.
7171
7172 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7173 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7174
7175 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7176
7177 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7178 already deleted variables: auto-fill-hook, blink-paren-hook,
7179 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7180 suspend-hooks, comment-indent-hook, meta-flag,
7181 before-change-function, after-change-function,
7182 font-lock-doc-string-face.
7183
7184 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7185
7186 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7187
7188 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7189
7190 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7191 rmail-dont-reply-to.
7192
7193 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7194
7195 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7196 literal blank when splitting new-header-values.
7197
7198 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7199
7200 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7201 string so that tmm doesn't create a completion entry for it.
7202
7203 * textmodes/table.el (table-disable-menu): Ditto.
7204
7205 2005-05-21 Richard M. Stallman <rms@gnu.org>
7206
7207 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7208
7209 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7210
7211 * net/rcompile.el (remote-compile): Use compilation-start.
7212
7213 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7214
7215 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7216
7217 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7218 Default to makefile-bsdmake-mode on BSD systems.
7219
7220 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7221 REGEXP may also be a search function now. The part of doc-string
7222 for describing the structure was 95% identical to that of
7223 `imenu--generic-function'. Unify it there.
7224
7225 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7226 Use function to find dependencies, because regexp alone is so complex,
7227 it easily goes into an endless loop.
7228 (makefile-makepp-mode): Also add submenu for Perl functions
7229 defined in the makefile.
7230 (makefile-bsdmake-mode): Special imenu-generic-expression no
7231 longer needed, due to function call.
7232 (makefile-match-dependency): Take BOUND into account when checking
7233 if we're through.
7234
7235 2005-05-20 Jay Belanger <belanger@truman.edu>
7236
7237 * calc/calc-units.el (calc-invalidate-units-table):
7238 Use inhibit-read-only.
7239 (math-build-units-table-buffer): Use view-mode.
7240
7241 2005-05-20 David Kastrup <dak@gnu.org>
7242
7243 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7244 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7245
7246 2005-05-20 Lute Kamstra <lute@gnu.org>
7247
7248 * diff-mode.el (diff-header-face, diff-file-header-face)
7249 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7250 (diff-added-face, diff-changed-face, diff-function-face)
7251 (diff-context-face, diff-nonexistent-face): Put them in the
7252 diff-mode customization group.
7253
7254 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7257
7258 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7259
7260 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7261 Minor regexp-optimization.
7262
7263 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7264
7265 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7266 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7267 (org-agenda-add-time-grid-maybe): New function.
7268 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7269 (org-table-create): `dotimes' instead of `mapcar'.
7270 (org-xor): Simplify implementation.
7271 (org-agenda): `inhibit-redisplay' turned on.
7272 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7273 a consistent line after a state change.
7274 (org-agenda-remove-times-when-in-prefix): New option.
7275 (org-prefix-has-time): New variable.
7276 (org-parse-time-string): Optional argument NODEFAULT.
7277 (org-format-agenda-item): Parse items for time-of-day
7278 specifications and move these into the prefix if possible.
7279 (org-agenda-priority): Get current heading, not previous heading
7280 during agenda remote editing.
7281
7282 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7283
7284 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7285 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7286 (remove-duplicates, delete-duplicates, substitute)
7287 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7288 (nsubstitute-if-not, find, find-if, find-if-not, position)
7289 (position-if, position-if-not, count, count-if, count-if-not)
7290 (mismatch, search, sort*, stable-sort, merge, member*)
7291 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7292 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7293 (intersection, nintersection, set-difference, nset-difference)
7294 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7295 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7296 (nsublis, tree-equal): Improve argument/docstring consistency.
7297
7298 * subr.el (send-string, send-region):
7299 Remove obsolescence declaration.
7300 (window-dot, set-window-dot, read-input, show-buffer)
7301 (eval-current-buffer, string-to-int):
7302 Add release number to obsolescence declarations.
7303
7304 2005-05-19 Kim F. Storm <storm@cua.dk>
7305
7306 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7307 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7308
7309 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7310
7311 * faces.el (list-faces-display): Make back button respect optional
7312 regexp arg.
7313
7314 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7315
7316 * calculator.el (calculator-radix-grouping-mode)
7317 (calculator-radix-grouping-digits, calculator-displayer)
7318 (calculator-radix-grouping-separator, calculator-copy-displayer):
7319 * dabbrev.el (dabbrev-search-these-buffers-only):
7320 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7321 (diff-advance-after-apply-hunk, diff-mode-hook)
7322 (diff-minor-mode-prefix):
7323 * imenu.el (imenu-use-popup-menu):
7324 * jit-lock.el (jit-lock-context-time):
7325 * newcomment.el (comment-fill-column, comment-column)
7326 (comment-style, comment-padding, comment-multi-line)
7327 (comment-empty-lines, comment-auto-fill-only-comments):
7328 * reveal.el (reveal-around-mark):
7329 * uniquify.el (uniquify-buffer-name-style)
7330 (uniquify-after-kill-buffer-p)
7331 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7332 (uniquify-min-dir-content, uniquify-separator)
7333 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7334 * w32-vars.el (w32-fixed-font-alist):
7335 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7336 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7337 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7338 * progmodes/perl-mode.el (perl-indent-level)
7339 (perl-continued-statement-offset, perl-continued-brace-offset)
7340 (perl-brace-offset, perl-brace-imaginary-offset)
7341 (perl-label-offset, perl-indent-continued-arguments)
7342 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7343 * progmodes/tcl.el (tcl-indent-level)
7344 (tcl-continued-indent-level, tcl-auto-newline)
7345 (tcl-tab-always-indent, tcl-electric-hash-style)
7346 (tcl-help-directory-list, tcl-use-smart-word-finder)
7347 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7348 (inferior-tcl-source-command):
7349 * textmodes/fill.el (enable-kinsoku):
7350 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7351 * textmodes/table.el (table-yank-handler):
7352 Specify missing group (and type, if simple) in defcustom.
7353
7354 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7355
7356 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7357
7358 2005-05-19 Richard M. Stallman <rms@gnu.org>
7359
7360 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7361
7362 * subr.el (event-basic-type): Don't get an error.
7363 (left-fringe-p): Function deleted.
7364
7365 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7366 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7367
7368 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7369 in recursive copy.
7370
7371 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7372
7373 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7374
7375 * emacs-lisp/bytecomp.el
7376 (byte-compile-file-form-custom-declare-variable): Call
7377 byte-compile-nogroup-warn if appropriate.
7378
7379 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7380 (compilation-set-window): Don't call left-fringe-p; do it directly.
7381
7382 2005-05-19 Jay Belanger <belanger@truman.edu>
7383
7384 * calc/calc-graph.el (calc-graph-format-data): Make sure
7385 var-PlotRejects is bound before trying to check its value.
7386
7387 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7388
7389 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7390 definition of this variable from reftex-global.el to reftex.el,
7391 because it is needed in the menu.
7392
7393 2005-05-19 Lute Kamstra <lute@gnu.org>
7394
7395 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7396 years are fixed. Don't insert a space after a dash.
7397
7398 2005-05-19 Kim F. Storm <storm@cua.dk>
7399
7400 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7401
7402 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7403
7404 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7405 strings, because (eq ... ?\\) is fairly frequent.
7406
7407 * progmodes/make-mode.el (makefile-add-this-line-targets):
7408 Simplify and integrate into `makefile-pickup-targets'.
7409 (makefile-add-this-line-macro): Simplify and integrate into
7410 `makefile-pickup-macros.
7411 (makefile-pickup-filenames-as-targets): Simplify.
7412 (makefile-previous-dependency, makefile-match-dependency):
7413 Don't stumble over `::'.
7414
7415 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7416
7417 * subr.el (post-command-idle-hook, post-command-idle-delay):
7418 Remove obsoletion of post-command-idle-hook and
7419 post-command-idle-delay.
7420
7421 * faces.el (list-faces-display): Provide button when describe-face
7422 is called to take user back to the list of faces.
7423
7424 * help-fns.el (describe-variable): Remove hyperlinks in a
7425 variable's value as these are quite frequently inappropriate.
7426
7427 * follow.el (follow-submit-feedback, follow-mode):
7428 Remove references to post-command-idle-hook.
7429
7430 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7431
7432 * progmodes/make-mode.el (makefile-previous-dependency)
7433 (makefile-match-dependency): Check for := (and in bsd mode also
7434 !=) to give a better result, even when font-lock is not on.
7435
7436 2005-05-18 Jay Belanger <belanger@truman.edu>
7437
7438 * calc/calc-help.el (calc-s-prefix-help):
7439 Add `calc-copy-special-constant' to help string.
7440
7441 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7442
7443 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7444
7445 2005-05-18 Jay Belanger <belanger@truman.edu>
7446
7447 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7448 in linear factors are in proper order.
7449
7450 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7451
7452 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7453 Support for jurabib.
7454
7455 * textmodes/reftex.el (featurep): Define aliases for overlay
7456 commands, for XEmacs compatibility, and use these aliases in
7457 overlay initializations.
7458 (reftex-highlight): Use `reftex-move-overlay'.
7459 (reftex-unhighlight): Use `reftex-delete-overlay'.
7460 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7461 (reftex-access-search-path): Use `reftex-uniquify' instead of
7462 `reftex-uniq'
7463
7464 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7465 `before-string' property modification enables for Emacs as well.
7466 (reftex-select-item): Use `reftex-delete-overlay'.
7467 (reftex-select-mark): Use `reftex-make-overlay' and
7468 `reftex-overlay-put'.
7469 (reftex-select-unmark): Use `reftex-delete-overlay' and
7470 `reftex-overlay-put'.
7471
7472 2005-05-18 Lute Kamstra <lute@gnu.org>
7473
7474 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7475
7476 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7477
7478 * add-log.el (add-change-log-entry):
7479 * array.el (array-make-template, array-reconfigure-rows)
7480 (array-init-max-row, array-init-max-column)
7481 (array-init-columns-per-line, array-init-field-width):
7482 * replace.el (replace-match-maybe-edit, perform-replace):
7483 * textmodes/spell.el (spell-region):
7484 Replace `read-input' by `read-string'.
7485
7486 * forms.el (forms-mode):
7487 * finder.el (finder-compile-keywords):
7488 * shadowfile.el (shadow-read-files):
7489 Replace `eval-current-buffer' by `eval-buffer'.
7490
7491 * terminal.el (te-pass-through):
7492 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7493 (ange-ftp-raw-send-cmd):
7494 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7495 (send-process-next-char, telnet-initial-filter, telnet):
7496 Replace `send-string' by `process-send-string'.
7497
7498 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7499 (prolog-consult-region): Replace `send-string' by
7500 `process-send-string'; replace `send-region' by `process-send-region'.
7501
7502 * progmodes/delphi.el (delphi-log-msg):
7503 Replace `set-window-dot' by `set-window-point'.
7504
7505 * subr.el (window-dot, set-window-dot, read-input, send-string)
7506 (send-region, show-buffer, eval-current-buffer):
7507 Make really obsolete, as the comment says.
7508
7509 2005-05-17 Kim F. Storm <storm@cua.dk>
7510
7511 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7512 (cua--init-keymaps): Bind C-return instead of S-return to set
7513 rectangle mark.
7514
7515 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7516 instead of S-return to toggle/clear rectangle mark.
7517
7518 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7519
7520 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7521 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7522 Also fontify plain strings assigned to variables, mostly so that a
7523 colon has a face and is thus not taken as a dependency separator.
7524 (makefile-previous-dependency): Inline the new matcher, because it
7525 is too complex to work in both directions.
7526 (makefile-match-dependency): Eliminate `backward' arg (see above).
7527 Completely reimplemented so as to not sometimes go into an endless
7528 loop. It should also be more efficient, because first it only
7529 searches for `:', instead of applying the very complex regexp.
7530 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7531 to be fontified in one piece can be too long for JIT.
7532 Makefiles are never *that* big.
7533
7534 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7535
7536 * dired.el (dired-mode): Simplify.
7537
7538 2005-05-17 Lute Kamstra <lute@gnu.org>
7539
7540 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7541 defcustom for the mode hook variable.
7542
7543 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7544 Emacs Lisp Reference Manual.
7545
7546 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7547
7548 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7549 (evenp, list*):
7550 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7551 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7552
7553 * net/tramp-smb.el (tramp-smb-open-connection):
7554 Pass `tramp-chunksize' as fifth (required) argument.
7555
7556 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7557
7558 * font-lock.el (lisp-font-lock-keywords-1):
7559 Set `font-lock-negation-char-face' for [^...] char group.
7560 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7561
7562 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7563 a var, and refine it to mask one more level of nested vars.
7564 (makefile-rule-action-regex): Turn it into a var, and refine it so
7565 it recognizes backslashed continuation lines as belonging to the
7566 same command.
7567 (makefile-macroassign-regex): Refine it so it recognizes
7568 backslashed continuation lines as belonging to the same command.
7569 (makefile-var-use-regex): Don't look at the next char, because it
7570 might be the same one to be skipped by the initial [^$], leading
7571 to an overlooked variable use.
7572 (makefile-make-font-lock-keywords): Remove two parameters, which
7573 are now variables that some of the modes set locally.
7574 Handle dependency and rule action matching through functions, because
7575 regexps alone match too often. Dependency matching now comes
7576 last, so it can check, whether a colon already matched something else.
7577 (makefile-mode): Inform that font-lock improves makefile parsing
7578 capabilities.
7579 (makefile-match-dependency, makefile-match-action): New functions.
7580
7581 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7582
7583 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7584
7585 * align.el (align-regexp):
7586 * ansi-color.el (ansi-color-get-face):
7587 * array.el (array-reconfigure-rows, array-init-max-row)
7588 (array-init-max-column, array-init-columns-per-line)
7589 (array-init-field-width):
7590 * dired-aux.el (dired-trample-file-versions):
7591 * dired-x.el (dired-mark-sexp):
7592 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7593 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7594 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7595 * faces.el (face-read-integer):
7596 * files.el (backup-extract-version, insert-directory):
7597 * hexl.el (hexl-insert-decimal-char):
7598 * server.el (server-process-filter):
7599 * shell.el (shell-extract-num):
7600 * startup.el (command-line-1):
7601 * term.el (term-command-hook):
7602 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7603 (time-stamp-do-number):
7604 * time.el (display-time-update):
7605 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7606 (timezone-fix-time):
7607 * vms-patch.el (vms-suspend-resume-hook):
7608 * calendar/appt.el (appt-convert-time):
7609 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7610 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7611 * calendar/cal-islam.el (mark-islamic-diary-entries):
7612 * calendar/calendar.el (calendar-cursor-to-date)
7613 (calendar-star-date):
7614 * calendar/diary-lib.el (diary-attrtype-convert)
7615 (mark-diary-entries, diary-entry-time):
7616 * calendar/solar.el (solar-get-number):
7617 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7618 * emacs-lisp/re-builder.el (reb-display-subexp):
7619 * emulation/edt.el (edt-set-scroll-margins):
7620 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7621 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7622 (vip-get-ex-count):
7623 * emulation/viper-ex.el (viper-get-ex-token)
7624 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7625 * international/fontset.el (fontset-plain-name):
7626 * mail/feedmail.el (feedmail-look-at-queue-directory):
7627 * mail/mailalias.el (mail-get-names):
7628 * mail/rmail.el (rmail-convert-to-babyl-format):
7629 * mail/rmailsum.el (rmail-make-basic-summary-line)
7630 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7631 (rmail-summary-goto-msg):
7632 * mail/smtpmail.el (smtpmail-read-response):
7633 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7634 (ange-ftp-vms-add-file-entry):
7635 * play/gametree.el (gametree-looking-at-ply)
7636 (gametree-current-branch-score):
7637 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7638 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7639 * progmodes/cperl-mode.el (condition-case):
7640 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7641 (ebrowse-set-member-buffer-column-width)
7642 (ebrowse-select-1st-to-9nth):
7643 * progmodes/etags.el (etags-snarf-tag):
7644 * progmodes/flymake.el (flymake-parse-line):
7645 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7646 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7647 (idlwave-shell-menu-def):
7648 * progmodes/ps-mode.el (ps-run-goto-error):
7649 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7650 (vhdl-speedbar-contract-level):
7651 * term/mac-win.el (x-handle-numeric-switch):
7652 * term/sun-mouse.el (sun-get-frame-data):
7653 * term/w32-win.el (x-handle-numeric-switch):
7654 * term/x-win.el (x-handle-numeric-switch):
7655 * textmodes/ispell.el (ispell-parse-output):
7656 * textmodes/nroff-mode.el (nroff-outline-level):
7657 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7658 (reftex-bib-sort-year-reverse, reftex-format-citation):
7659 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7660 (reftex-section-number):
7661 * textmodes/texinfmt.el (texinfo-paragraphindent):
7662 Replace `string-to-int' by `string-to-number'.
7663
7664 * international/latexenc.el: Add page marker to force the "Local
7665 Variables:" string out of the last page.
7666
7667 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7668
7669 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7670 tooltip-change-major-mode.
7671 (gud-tooltip-print-command): Remove case where gud-minor-mode
7672 is gdb ("--fullname").
7673 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7674 explain to user.
7675
7676 2005-05-16 Jay Belanger <belanger@truman.edu>
7677
7678 * calc/calc-store.el (calc-copy-special-constant): New function.
7679
7680 * calc/calc-ext.el (calc-init-extensions): Add binding for
7681 `calc-copy-special-constant'.
7682
7683 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7684 for the `calc-copy-special-constant' command.
7685
7686 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7687
7688 * subr.el (left-fringe-p): New function.
7689
7690 * progmodes/compile.el (compilation-setup): Set local value of
7691 overlay-arrow-string to "" always.
7692 (compilation-set-window): Left fringe then don't scroll.
7693 No left fringe then no arrow and scroll message to top.
7694 (compilation-context-lines): Adjust doc string accordingly.
7695
7696 2005-05-16 Kim F. Storm <storm@cua.dk>
7697
7698 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7699 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7700 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7701 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7702 (ido-read-file-name): Handle commands with ido property value
7703 equal to find-file as reading a file name, to allow C-d to enter dired.
7704 (ibuffer-find-file): Add ido property with value find-file.
7705
7706 2005-05-15 Kim F. Storm <storm@cua.dk>
7707
7708 * subr.el (open-network-stream-nowait): Remove.
7709 (open-network-stream-server): Remove.
7710
7711 2005-05-15 Richard M. Stallman <rms@gnu.org>
7712
7713 * faces.el (describe-face): Output a definition link button.
7714
7715 * help-mode.el (help-face-def): New button type.
7716
7717 * emacs-lisp/copyright.el (copyright-fix-years):
7718 Match properly if the first year is 2-digit.
7719 Don't mess up the whitespace after the years by filling.
7720
7721 * dired-aux.el (dired-mark-confirm):
7722 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7723
7724 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7725 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7726 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7727
7728 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7729 Set font-lock-comment-start-skip.
7730
7731 * font-lock.el (font-lock-comment-start-skip): New variable.
7732 (font-lock-comment-end-skip): New variable.
7733 (font-lock-fontify-syntactically-region): Use them if non-nil.
7734
7735 2005-05-15 Jay Belanger <belanger@truman.edu>
7736
7737 * calc/calc-store.el (calc-store-value): Return a string rather
7738 than display it as a message.
7739 Use calc-var-name for variable name.
7740 (calc-store-into): Add the result of calc-store-value to message.
7741 (calc-copy-variable): Add a message.
7742 (calc-store-exchange): Improve error messages.
7743 (calc-store-binary, calc-store-map): Don't reset the values of
7744 special constants.
7745
7746 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7747
7748 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7749 manual to docstring.
7750
7751 * files.el (hack-local-variables-confirm): Add STRING argument.
7752 Make the function handle non file visiting buffers correctly.
7753 (hack-local-variables-prop-line, hack-local-variables)
7754 (hack-one-local-variable): Use STRING arg of
7755 `hack-local-variables-confirm'.
7756
7757 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7758
7759 Sync with Tramp 2.0.49.
7760
7761 * net/tramp.el (tramp-handle-dired-call-process)
7762 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7763 because the contents of the Tramp buffer is changed before
7764 insertion (`expand-file' and alike).
7765 (tramp-handle-insert-directory): If `localname' has an empty
7766 nondirectory name, it must not be quoted.
7767 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7768 variable `tramp-chunksize'. Change callees.
7769 (tramp-open-connection-setup-interactive-shell): Check remote host
7770 for buggy `send-process-string' implementation.
7771 Set `tramp-chunksize' if found. Reported by Michael Kifer
7772 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7773 (tramp-handle-shell-command): `insert-buffer' cannot be used
7774 because the contents of the Tramp buffer is changed before
7775 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7776 <frederic.bothamy@free.fr>.
7777 (tramp-set-auto-save): Actions should be done for Tramp file name
7778 handler only. Ange-FTP has its own auto-save mechanism.
7779 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7780 (tramp-set-auto-save-file-modes): Set file modes of
7781 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7782 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7783 (tramp-bug): Remove obsolete variable.
7784 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7785 for presence of `mml-mode'. Make it running for older Emacsen as well.
7786
7787 2005-05-14 John Paul Wallington <jpw@pobox.com>
7788
7789 * ibuf-ext.el (define-ibuffer-filter filename):
7790 If `dired-directory' is a list, use its car.
7791
7792 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7793
7794 * ibuffer.el (define-ibuffer-column filename):
7795 If `dired-directory' is a list, use its car.
7796
7797 2005-05-14 Richard M. Stallman <rms@gnu.org>
7798
7799 * subr.el (symbol-file): Doc fix.
7800
7801 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7802 (byte-compile-form): Call byte-compile-nogroup-warn.
7803 (byte-compile-warning-types): Doc fix.
7804
7805 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7806
7807 * progmodes/cc-engine.el (c-literal-faces):
7808 Add font-lock-comment-delimiter-face.
7809
7810 * net/net-utils.el (dig): Use with-no-warnings.
7811
7812 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7813 (sc-recite-frame-alist, sc-default-cite-frame)
7814 (sc-default-uncite-frame, sc-default-recite-frame)
7815 (sc-attrib-selection-list, sc-rewrite-header-list):
7816 Mark as risky-local-variable.
7817
7818 * international/ogonek.el (ogonek-jak, ogonek-how):
7819 Don't use beginning-of-buffer.
7820
7821 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7822
7823 * calendar/solar.el (solar-data-list): Move definition up.
7824
7825 * dnd.el (dnd-protocol-alist): Add autoload.
7826
7827 * progmodes/sh-script.el: Many doc usage fixes.
7828 (sh-indent-after-do): Change default to match common styles.
7829
7830 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7831
7832 * files.el (interpreter-mode-alist)
7833 (auto-mode-interpreter-regexp): Doc fixes.
7834
7835 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7836
7837 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7838
7839 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7840
7841 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7842
7843 * dired.el (dired-mode): make-variable-buffer-local =>
7844 make-local-variable.
7845
7846 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7847
7848 * term/mac-win.el (mac-select-convert-to-string): Try coding
7849 systems in mac-script-code-coding-systems if specified one cannot
7850 encode string for `com.apple.traditional-mac-plain-text'.
7851
7852 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7853
7854 * progmodes/make-mode.el (makefile-targets-face)
7855 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7856 (makefile-dependency-regex): Fix it to not make the colon in
7857 $(var:a=b) special.
7858 (makefile-rule-action-regex): New regexp for highlighting embedded
7859 Shell strings.
7860 (makefile-macroassign-regex): Handle != for highlighting as
7861 embedded Shell strings.
7862 (makefile-var-use-regex): New const.
7863 (makefile-statements, makefile-automake-statements)
7864 (makefile-gmake-statements, makefile-makepp-statements)
7865 (makefile-bsdmake-statements): New consts.
7866 (makefile-make-font-lock-keywords): New function.
7867 (makefile-automake-font-lock-keywords)
7868 (makefile-gmake-font-lock-keywords)
7869 (makefile-makepp-font-lock-keywords)
7870 (makefile-bsdmake-font-lock-keywords): New consts.
7871 (makefile-mode-map): Add switchers between the various submodes.
7872 (makefile-mode): Document the availability of the variants.
7873 (makefile-automake-mode, makefile-gmake-mode)
7874 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7875
7876 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7877 new variants of makefile-mode.
7878
7879 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7882 the inheritance.
7883
7884 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7885
7886 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7887 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7888
7889 * files.el (normal-mode): Extend the scope of the
7890 `enable-local-variables' binding to include the `set-auto-mode' call.
7891 (magic-mode-alist): Doc fix.
7892
7893 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7896 font-lock-comment-face rather than copying its setting.
7897
7898 2005-05-12 Andreas Schwab <schwab@suse.de>
7899
7900 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7901
7902 2005-05-12 Lute Kamstra <lute@gnu.org>
7903
7904 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7905 defcustom for the mode hook variable. Delete the last argument.
7906 * generic-x.el: Fix callers of define-generic-mode.
7907 (generic-x-modes): Delete group.
7908 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7909 generic-x customization group.
7910
7911 2005-05-12 Kim F. Storm <storm@cua.dk>
7912
7913 * font-lock.el (font-lock-negation-char-face): Default to "off".
7914
7915 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7916 font-lock-negation-char-face to ! in !=.
7917
7918 2005-05-12 Masatake YAMATO <jet@gyve.org>
7919
7920 * add-log.el (find-change-log): Fix typos in the docstring
7921 of function.
7922
7923 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7924
7925 * international/latexenc.el (latexenc-find-file-coding-system):
7926 Avoid `re-search-forward' when looking for input encoding because
7927 of speed and safety. Better regular expressions for recognizing
7928 input encoding. Limit a search for TeX-master/tex-main-file to
7929 the local variable section.
7930
7931 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
7932
7933 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7934 syntax of $ to "'" (quote).
7935
7936 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7937
7938 * dnd.el (dnd-protocol-alist): Improve custom type.
7939
7940 * dired.el (dired-dnd-protocol-alist): New variable.
7941 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
7942 `dired-mode-hook' to the end.
7943
7944 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7947 comment-end if comment-start-skip is not set.
7948 Obey the font-lock-comment-delimiter-face variables.
7949
7950 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * files.el (executable-find): Move from executable.el. Use
7953 locate-file.
7954 * progmodes/executable.el (executable-find): Move to files.el.
7955
7956 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7957 when trying to ensure forward progress.
7958
7959 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
7960
7961 * mouse-sel.el (mouse-sel-follow-link-p): New function.
7962 (mouse-select, mouse-select-internal, mouse-extend-internal):
7963 Use it to implement mouse-1-click-follows-link functionality.
7964
7965 2005-05-11 Richard M. Stallman <rms@gnu.org>
7966
7967 * font-lock.el (font-lock-fontify-syntactically-region):
7968 Use font-lock-comment-delimiter-face for comment delimiters.
7969
7970 2005-05-10 Jay Belanger <belanger@truman.edu>
7971
7972 * calc/calc-help.el (calc-m-prefix-help): Add mention of
7973 preserving embedded modes.
7974
7975 2005-05-10 Richard M. Stallman <rms@gnu.org>
7976
7977 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7978
7979 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7980 Move from ada-stmt.el.
7981 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7982
7983 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7984 Move to ada-mode.el.
7985 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7986
7987 * cus-edit.el (custom-file): Call file-chase-links.
7988
7989 * files.el (read-directory-name): Fix previous change.
7990 (hack-local-variables-confirm): New function.
7991 (hack-local-variables-prop-line, hack-local-variables)
7992 (hack-one-local-variable): Use it.
7993
7994 2005-05-10 Lute Kamstra <lute@gnu.org>
7995
7996 * font-lock.el (font-lock-keywords-alist)
7997 (font-lock-removed-keywords-alist): Clarify docstrings.
7998
7999 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8000
8001 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8002 (gdb-source-info): Check for preprocessor info.
8003 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8004 a macro for a function.
8005 (gdb-info-breakpoints-custom): Try to find file again if not already
8006 found (user might have used GDB dir command).
8007 (gdb-get-location): Update gdb-location-alist correctly for change
8008 to gdb-info-breakpoints-custom.
8009
8010 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8011 (gud-tooltip-print-command): Add gdbmi case.
8012 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8013 preprocessor info.
8014
8015 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8016
8017 * startup.el (fancy-splash-insert): Fix typo in doc string.
8018
8019 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8020
8021 * obsolete/float.el (string-to-float):
8022 * obsolete/hilit19.el (hilit-add-pattern):
8023 * obsolete/rnews.el (news-parse-range, news-select-message)
8024 (news-get-pruned-list-of-files): Replace `string-to-int' by
8025 `string-to-number'.
8026
8027 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8028 `find-file-not-found-hooks'; use `add-hook'.
8029 (uncompress-while-visiting): Set `write-file-functions', not
8030 `write-file-hooks'; use `add-hook'.
8031
8032 2005-05-09 Kim F. Storm <storm@cua.dk>
8033
8034 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8035 (cua-paste): Handle clipboard action.
8036 (cua--init-keymaps): Remap clipboard-kill-region and
8037 clipboard-kill-ring-save.
8038
8039 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8040
8041 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8042 Improve commentary.
8043
8044 * simple.el (next-error-overlay-arrow-position): Revert the change
8045 made on 2005-04-30.
8046
8047 2005-05-07 Jay Belanger <belanger@truman.edu>
8048
8049 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8050 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8051 `calc-sel-reselect'.
8052
8053 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8054 Calc is in embedded mode.
8055
8056 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8057
8058 * progmodes/compile.el (compilation-setup):
8059 Set overlay-arrow-string to an empty string on text terminals.
8060
8061 * textmodes/ispell.el (ispell-program-name): Try looking for
8062 "aspell" along exec-path, and if found, use it as the default
8063 speller program.
8064
8065 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8066
8067 * international/mule.el (sgml-xml-auto-coding-function):
8068 Recognize encoding='FOO' in single quotes as well as in double quotes.
8069
8070 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8071
8072 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8073 as well as `interactive', so that defmacro* would recognize
8074 `declare' forms.
8075
8076 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8077
8078 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8079 Explain more about the LIGHTER arg's usage in the doc string.
8080 Add commentary to clarify what the code does. Fix the regexp that
8081 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8082 since it could have characters special to regular expressions.
8083
8084 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8085
8086 * replace.el (occur-1): Bind inhibit-read-only so that
8087 erase-buffer doesn't barf on read-only text properties (likewise
8088 for add-text-properties in occur-engine). Mark buffer as unmodified.
8089 (occur-engine): Don't set buffer-read-only here.
8090
8091 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8094 list-buffers-directory. This caused the *cvs-commit* buffer to be
8095 sometimes mistakenly reused as a *cvs* buffer.
8096
8097 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8098
8099 * tooltip.el: Move code for GUD tooltips into gud.el.
8100 (require): CL no longer needed to compile case.
8101 (tooltip-mode): Do not toggle functions for GUD tooltips.
8102 (tooltip-gud-tips-p): Remove. Replace with minor mode
8103 gud-tooltip-mode in gud.el.
8104 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8105 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8106 tooltip-gud prefix with gud-tooltip and obsolete.
8107 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8108 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8109 (tooltip-mouse-motion): Mouse movement functions/variable.
8110 Rename in gud.el by adding gud prefix.
8111 (tooltip-gud-original-filter, tooltip-gud-dereference)
8112 (tooltip-gud-event, tooltip-toggle-gud-tips)
8113 (tooltip-gud-process-output, tooltip-gud-print-command)
8114 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8115 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8116 (gdb-tooltip-print): Move to gdb-ui.el.
8117
8118 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8119 (require): CL needed to compile case.
8120 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8121 tooltip-gud-tips-p. Make it a minor-mode.
8122 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8123 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8124 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8125 (gud-tooltip-change-major-mode)
8126 (gud-tooltip-activate-mouse-motions-if-enabled)
8127 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8128 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8129 (gud-tooltip-original-filter, gud-tooltip-dereference)
8130 (gud-tooltip-event, tooltip-toggle-gud-tips)
8131 (gud-tooltip-process-output, gud-tooltip-print-command)
8132 (gud-tooltip-tips): Move from tooltip.el.
8133
8134 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8135 (gdb-cpp-define-alist-flags): Doc fix.
8136 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8137 gud-tooltip-mode is t.
8138
8139 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8142 evaporate if their text is deleted.
8143 (goto-address-at-point): Make it work as a mouse binding as well.
8144 (goto-address-at-mouse): Obsolete it. Update users.
8145
8146 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8147
8148 * calendar/appt.el (top-level): No longer activate on load.
8149
8150 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8151
8152 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8153 * net/webjump.el (webjump):
8154 * progmodes/idlw-help.el (idlwave-do-context-help1)
8155 (idlwave-highlight-linked-completions):
8156 * textmodes/po.el (po-find-file-coding-system-guts):
8157 Replace `assoc-ignore-case' by `assoc-string'.
8158
8159 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8160
8161 * files.el (locate-file): Doc fix.
8162
8163 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8164 Remove the redundant test for ms-dos.
8165
8166 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8167 look for the preprocessor with exec-suffixes. If not found in
8168 standard places, look in exec-path. Remove most of the tests that
8169 used system-type.
8170
8171 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8172
8173 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8174
8175 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8176 file-name clash with jka-compr.el on 8+3 filesystems.
8177
8178 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8179
8180 * term/mac-win.el: Don't define or bind scroll bar functions if
8181 x-toolkit-scroll-bars is t.
8182 (x-select-text, x-get-selection-value): Clear
8183 x-last-selected-text-clipboard if x-select-enable-clipboard is
8184 nil.
8185 (PRIMARY): Put mac-scrap-name property.
8186 (mac-select-convert-to-file-url): New function.
8187 (public.file-url): New selection target type. Add to
8188 selection-converter-alist.
8189 (x-get-selection, x-selection-value): Handle it.
8190 (x-cut-buffer-or-selection-value): New alias.
8191
8192 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8193
8194 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8195 entry to avoid calling bibtex-find-entry with arg global
8196 being t. Remove arg key.
8197 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8198 (bibtex-copy-summary-as-kill): Change accordingly.
8199
8200 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8201
8202 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8203 (org-agenda-date-later): Use with-current-buffer.
8204
8205 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8206
8207 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8208 (define-obsolete-variable-alias): Doc Fixes.
8209
8210 2005-05-06 Kim F. Storm <storm@cua.dk>
8211
8212 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8213 vertical-motion when selective-display is active.
8214
8215 * ido.el (ido-setup-hook): New hook.
8216 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8217 (ido-input-stack): New var.
8218 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8219 ido-next-work-file binding to M-O.
8220 Bind M-f to ido-wide-find-file-or-pop-dir.
8221 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8222 (ido-read-internal): Run ido-setup-hook.
8223 Catch quit in read-file-name and read-string to cancel edit.
8224 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8225 Automatically pop-all when completing a directory name (RET).
8226 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8227 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8228 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8229 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8230 New functions for M-b/M-f to move among the directory components.
8231 (ido-make-merged-file-list): Catch quit to cancel merge.
8232 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8233 (ido-completion-help): No warnings for ido-completion-buffer-full.
8234
8235 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8236
8237 * font-lock.el (font-lock-negation-char-face): New face and variable.
8238 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8239 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8240 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8241 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8242
8243 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8244
8245 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8246 Fix typo in docstring.
8247
8248 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8249 (ebrowse-print-statistics-line)
8250 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8251
8252 * term/w32-win.el (image-library-alist): Add additional name for
8253 Xpm library.
8254
8255 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8256
8257 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8258 use gcc instead of cpp.
8259
8260 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8261 (gdb-create-define-alist): Use it.
8262 (gdb-cpp-define-alist-program): Update for MS-DOS.
8263
8264 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8265
8266 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8267
8268 2005-05-04 Richard M. Stallman <rms@gnu.org>
8269
8270 * help.el (describe-key): No error when UNTRANSLATED is nil.
8271
8272 * simple.el (line-move-1): Fix previous change to signal errors
8273 appropriately.
8274
8275 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8276
8277 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8278 (icalendar-duration-correction): Remove.
8279 (icalendar--get-event-properties): Split result at commas.
8280 (icalendar--decode-isoduration): New optional argument
8281 DURATION-CORRECTION.
8282 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8283 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8284 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8285 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8286 (icalendar--convert-anniversary-to-ical): New functions, extracted
8287 from icalendar-export-region, with bug fixes.
8288 (icalendar-export-region): Use the above functions.
8289 (icalendar-import-buffer): Check before saving diary file.
8290 (icalendar--convert-recurring-to-diary)
8291 (icalendar--convert-non-recurring-all-day-to-diary)
8292 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8293 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8294 (icalendar--convert-ical-to-diary): Use the above functions.
8295
8296 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8297
8298 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8299 Remove these recent additions.
8300 (c-mode): Restore to before 2005-04-28.
8301
8302 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8303 recent addition.
8304
8305 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8306 (gdb-define-alist): New variables.
8307 (gdb-create-define-alist): New function.
8308 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8309 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8310 with string-to-number.
8311 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8312
8313 * progmodes/gud.el: Replace string-to-int with string-to-number.
8314 (gud-find-file): Handle gdb-define-alist.
8315
8316 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8317
8318 2005-05-02 Jay Belanger <belanger@truman.edu>
8319
8320 * calc/calc-aent.el (math-read-token):
8321 * calc/calc-bin.el (calc-word-size):
8322 * calc/calc-ext.el (calc-read-number-fancy):
8323 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8324 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8325 * calc/calc-frac.el (calc-over-notation):
8326 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8327 (calc-graph-num-points, calc-graph-init):
8328 * calc/calc-prog.el (calc-read-parse-table-part)
8329 (calc-edit-macro-repeats):
8330 * calc/calc-yank.el (calc-do-grab-rectangle):
8331 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8332 Replace `string-to-int' by `string-to-number'.
8333
8334 2005-05-02 Kim F. Storm <storm@cua.dk>
8335
8336 * kmacro.el: Use executing-kbd-macro-index variable.
8337
8338 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8339
8340 * net/rlogin.el (rlogin-parse-words): Delete func.
8341 (rlogin): Use split-string, not rlogin-parse-words.
8342 Also, if there are option-like elements in the parsed args,
8343 take the host to be the first arg immediately following them.
8344 Suggested by Michael Mauger.
8345
8346 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8347
8348 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8349
8350 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8351
8352 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8353 (cc-mode-cpp-program): Rename to cc-define-list-program and
8354 move to cc-vars.el.
8355
8356 * progmodes/cc-vars.el (cc-define-list-program):
8357 Change to "gcc -E -dM -". Make customizable.
8358
8359 2005-05-02 Kim F. Storm <storm@cua.dk>
8360
8361 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8362
8363 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8364
8365 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8366
8367 * international/mule-util.el (truncate-string): Remove alias and
8368 obsolete declaration.
8369
8370 * international/mule-cmds.el (update-iso-coding-systems):
8371 Remove alias and obsolete declaration.
8372
8373 * international/mule.el (coding-system-parent): Remove alias and
8374 obsolete declaration.
8375
8376 * subr.el (define-function, sref): Remove aliases and obsolete
8377 declarations.
8378 (chars-in-region): Remove obsolete declaration.
8379
8380 2005-05-01 Richard M. Stallman <rms@gnu.org>
8381
8382 * info.el (Info-mode): Set widen-automatically to nil, locally.
8383
8384 * simple.el (widen-automatically): New variable.
8385 (pop-global-mark): Obey widen-automatically.
8386
8387 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8388
8389 * term/xterm.el (function-key-map): Call substitute-key-definition
8390 before the keymap size is increased by a lot of define-key calls.
8391
8392 2005-05-01 Richard M. Stallman <rms@gnu.org>
8393
8394 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8395 Rename ARG to ELEMENT. Doc fix.
8396
8397 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8398
8399 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8400 Remove references to allout-exposure/change to allout-new-exposure.
8401
8402 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8403 bytecode symbols.
8404
8405 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8406 (compiled-function-p, focus-frame, unfocus-frame):
8407 Remove aliases and obsolete declarations.
8408 Back out inadvertent changes from previous commit.
8409
8410 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8411
8412 * files.el (require-final-newline): Make Custom tags consistent
8413 with mode-require-final-newline.
8414 (mode-require-final-newline): Doc fix.
8415
8416 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * international/latexenc.el (latexenc-find-file-coding-system):
8419 Fix regular expressions.
8420
8421 2005-05-01 David Kastrup <dak@gnu.org>
8422
8423 * international/latexenc.el (latexenc-find-file-coding-system):
8424 Fix regular expressions.
8425
8426 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8427
8428 * subr.el (string-to-int): Make obsolete.
8429
8430 2005-04-30 Richard M. Stallman <rms@gnu.org>
8431
8432 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8433
8434 * loadup.el: load jka-comp-hook.
8435
8436 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8437 (jka-compr-handler): Add autoload. `put' calls moved
8438 to jka-comp-hook.el.
8439 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8440 (jka-compr-inhibit): Autoload.
8441
8442 * jka-comp-hook.el: New file.
8443 Enable the mode by default.
8444
8445 * files.el (backup-buffer-copy): Use copy-file instead
8446 of write-region, and put back the 'excl.
8447
8448 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8449
8450 * progmodes/flymake.el (flymake-split-string)
8451 (flymake-split-string, flymake-log, flymake-pid-to-names)
8452 (flymake-reg-names, flymake-get-source-buffer-name)
8453 (flymake-unreg-names, flymake-add-line-err-info)
8454 (flymake-add-err-info): Clarify docstrings.
8455 (flymake-popup-menu, flymake-make-emacs-menu)
8456 (flymake-make-xemacs-menu): Add docstrings.
8457 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8458 Set variables directly throughout.
8459
8460 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8461
8462 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8463 exists. Initialize cc-define-alist.
8464 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8465 If there is no file (Macroexpansion) don't create an alist.
8466
8467 2005-04-29 Sam Steingold <sds@gnu.org>
8468
8469 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8470 (cc-create-define-alist): Use it instead of the hard-coded string.
8471
8472 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8475 for latexenc.
8476
8477 2005-04-29 Lute Kamstra <lute@gnu.org>
8478
8479 * emacs-lisp/generic.el: Improve commentary section.
8480 (define-generic-mode): Improve docstring.
8481
8482 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8483
8484 * textmodes/org.el (many places): Change to quiet the byte compiler.
8485 (org-prefix-format-compiled): New variable.
8486 (org-compile-prefix-format): New function.
8487 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8488 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8489 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8490 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8491 consistency with entries from `org-mode' files.
8492 (org-get-time-of-day): Fix bug with partial matches early in a line.
8493 (org-non-link-chars): New constant.
8494 (org-link-regexp): Respect `org-non-link-chars'.
8495 (org-agenda-day-view): Remove command.
8496 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8497 (org-follow-bbdb-link, org-store-link): Search also company field.
8498 (org-highlight-overlay): New variable.
8499 (org-highlight, org-unhighlight): New functions.
8500 (org-agenda-mode): Add pre-command-hook to remove highlight.
8501 (org-evaluate-time-range): Behavior depends upon whether time stamp
8502 contains a time or not.
8503 (org-show-subtree, org-show-entry): New functions.
8504 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8505
8506 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8507
8508 * comint.el (comint-output-filter-functions): Add autoload cookie.
8509
8510 2005-04-28 Kim F. Storm <storm@cua.dk>
8511
8512 * ido.el (ido-everywhere): Fix last change.
8513
8514 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8515
8516 * international/latexenc.el: New file.
8517 * international/mule-conf.el (file-coding-system-alist): For .tex,
8518 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8519
8520 2005-04-28 Lute Kamstra <lute@gnu.org>
8521
8522 * font-lock.el (font-lock-add-keywords)
8523 (font-lock-remove-keywords): Clarify docstring.
8524 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8525 Don't start docstrings with a `*'.
8526 (font-lock-update-removed-keyword-alist): Give it a docstring.
8527
8528 * generic-x.el: Update commentary section.
8529 Only require font-lock when compiling.
8530 Define all modes conditionally.
8531 Place all generic modes in the generic-x-modes customization group.
8532 (generic-x-modes): New customization group.
8533 (generic-default-modes, generic-mswindows-modes)
8534 (generic-unix-modes, generic-other-modes): New constants.
8535 (generic-define-mswindows-modes, generic-define-unix-modes):
8536 Update docstrings. Make them obsolete.
8537 (generic-extras-enable-list): New default value. Update docstring.
8538 Improve :type. Change :set function.
8539 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8540 Fix docstring.
8541
8542 * emacs-lisp/generic.el (generic-mode-internal):
8543 Simplify font-lock-defaults.
8544 (define-generic-mode): Fix docstring.
8545
8546 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8547
8548 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8549 font-lock-face property to highlight matches.
8550
8551 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8552
8553 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8554 (cc-define-alist): New variable.
8555 (c-mode): Make it local and initialize it.
8556
8557 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8558 (gdb-exited): New function.
8559 (gdb-annotation-rules): Use it.
8560 (gdb-starting): Set gdb-active-process to t.
8561 (gdb-stopping): Amend doc string.
8562 (gdb-reset): Set gdb-active-process to nil.
8563
8564 * tooltip.el (tooltip-gud-tips): Show the associated #define
8565 directives when a C program under GDB is not executing.
8566
8567 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8568
8569 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8570 font-lock-fontify-syntactic-keywords.
8571
8572 * font-lock.el (font-lock-default-fontify-region): Don't force
8573 parse-sexp-lookup-properties to nil.
8574
8575 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8576
8577 * man.el (man-mode-syntax-table): Set up `:' to have
8578 word-constituent syntax.
8579
8580 2005-04-27 Lute Kamstra <lute@gnu.org>
8581
8582 * novice.el (disable-command): Don't add spurious newlines to the
8583 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8584
8585 2005-04-26 Jay Belanger <belanger@truman.edu>
8586
8587 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8588 than one window before deleting window.
8589
8590 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8591
8592 * shell.el (shell-prompt-pattern): Doc fix.
8593 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8594
8595 * comint.el (comint-prompt-regexp, comint-get-old-input)
8596 (comint-use-prompt-regexp)
8597 (comint-use-prompt-regexp-instead-of-fields)
8598 (comint-replace-by-expanded-history, comint-send-input)
8599 (comint-output-filter, comint-get-old-input-default)
8600 (comint-line-beginning-position, comint-bol, comint-show-output)
8601 (comint-backward-matching-input, comint-forward-matching-input)
8602 (comint-next-prompt, comint-previous-prompt):
8603 Rename `comint-use-prompt-regexp-instead-of-fields' to
8604 `comint-use-prompt-regexp'. Keep old name as alias and declare
8605 obsolete.
8606 (comint-use-prompt-regexp): Shorten first line of doc string.
8607
8608 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8609 Set paragraph-separate buffer locally to "\\'".
8610
8611 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8612 Adapt to above name change.
8613
8614 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8615 (smbclient-prompt-regexp): Ditto.
8616
8617 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8618
8619 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8620
8621 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8622 gdb-location-list.
8623 Break lines that are over 80 characters wide.
8624
8625 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8628 New fun and var, to preserve compatibility.
8629
8630 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8631
8632 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8633
8634 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8635 name to file-newer-than-file-p.
8636
8637 2005-04-26 Richard M. Stallman <rms@gnu.org>
8638
8639 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8640
8641 * progmodes/python.el (python-mode):
8642 Use new name eldoc-documentation-function.
8643
8644 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8645
8646 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8647 (eldoc-documentation-function):
8648 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8649
8650 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8651
8652 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8653
8654 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8655
8656 * term/xterm.el (function-key-map): Fix strings for
8657 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8658 {C,S,A,C-S}-{f1-f12}.
8659
8660 2005-04-26 Kenichi Handa <handa@m17n.org>
8661
8662 * international/mule-cmds.el (select-safe-coding-system):
8663 Fix previous change.
8664
8665 2005-04-26 Lute Kamstra <lute@gnu.org>
8666
8667 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8668
8669 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8670 (font-lock-comment-delimiter-face): Ditto.
8671
8672 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8673
8674 2005-04-25 Jay Belanger <belanger@truman.edu>
8675
8676 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8677 to t while inserting information; use help-mode.
8678
8679 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8680
8681 * term.el (ansi-term-color-vector): Use the xterm colors.
8682 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8683
8684 2005-04-25 Lute Kamstra <lute@gnu.org>
8685
8686 * font-core.el (font-lock-defaults): Fix docstring.
8687
8688 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8689
8690 2005-04-25 Kenichi Handa <handa@m17n.org>
8691
8692 * international/mule-cmds.el (select-safe-coding-system):
8693 Don't check consistency with coding: spec, etc if raw-text or
8694 no-conversion was found to be safe.
8695
8696 2005-04-24 Richard M. Stallman <rms@gnu.org>
8697
8698 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8699 citation markers at start of each line.
8700
8701 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8702 citation markers at start of each line.
8703
8704 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8705
8706 * files.el (mode-require-final-newline): Fix previous change.
8707 (require-final-newline): Fix type label.
8708
8709 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8710
8711 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8712 statement in buffer (broken by 2004-11-24 change).
8713
8714 2005-04-24 Kim F. Storm <storm@cua.dk>
8715
8716 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8717 and read-file-name-function values. Don't overwrite existing
8718 non-nil values if ido-mode is enabled without ido-everywhere.
8719
8720 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8721
8722 * files.el (mode-require-final-newline): Minor doc fix.
8723
8724 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8725
8726 * subr.el (syntax-after): Doc fix.
8727 (syntax-class): If argument is nil, return nil. Mask off upper 16
8728 bits, not 8 bits.
8729
8730 * files.el (mode-require-final-newline): Doc fix.
8731 (backup-buffer-copy): Fix last change.
8732
8733 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8734
8735 * term/mac-win.el: Require select. Set selection-coding-system to
8736 mac-system-coding-system. Call menu-bar-enable-clipboard.
8737 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8738 (x-select-enable-clipboard): New variables.
8739 (x-select-text, x-get-selection, x-selection-value)
8740 (x-get-selection-value, mac-select-convert-to-string)
8741 (mac-services-open-file, mac-services-open-selection)
8742 (mac-services-insert-text): New functions.
8743 (CLIPBOARD, FIND): Put mac-scrap-name property.
8744 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8745 (public.tiff): Put mac-ostype property.
8746 (selection-converter-alist): Add entries for them.
8747 (mac-application-menu-map): New keymap.
8748 (interprogram-cut-function, interprogram-paste-function): Set to
8749 x-select-text and x-get-selection-value, respectively.
8750 (split-window-keep-point): Set to t.
8751
8752 2005-04-23 Richard M. Stallman <rms@gnu.org>
8753
8754 * files.el (read-directory-name): Always pass non-nil
8755 DEFAULT-FILENAME arg to read-file-name.
8756 (backup-buffer-copy, basic-save-buffer-2): Take care against
8757 writing thru an unexpected existing symlink.
8758 (revert-buffer): In indirect buffer, revert the base buffer.
8759 (magic-mode-alist): Doc fix.
8760 (buffer-stale-function): Doc fix.
8761 (minibuffer-with-setup-hook): Avoid warning.
8762 (mode-require-final-newline): Doc and custom fix.
8763
8764 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8765
8766 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8767 use the default appearance.
8768 (font-lock-comment-delimiter-face): New face, new variable.
8769
8770 * imenu.el (imenu--generic-function): The official position of a
8771 definition is the start of the line that BEG is in.
8772
8773 * midnight.el (midnight-timer): Move defvar up.
8774
8775 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8776
8777 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8778
8779 * startup.el (command-line): Use with-no-warnings.
8780
8781 * window.el (window-size-fixed): New defvar.
8782
8783 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8784
8785 * mail/rmail.el (rmail-font-lock-keywords):
8786 Use font-lock-comment-delimiter-face.
8787
8788 * mail/sendmail.el (mail-font-lock-keywords):
8789 Use font-lock-comment-delimiter-face.
8790
8791 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8792
8793 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8794
8795 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8796 Specify t for LAXMATCH when matching directories.
8797 Save match data around compilation-compat-error-properties form.
8798
8799 2005-04-23 David Kastrup <dak@gnu.org>
8800
8801 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8802 Mention that the autoloaded aliases should be kept for AUCTeX.
8803
8804 2005-04-23 Andreas Schwab <schwab@suse.de>
8805
8806 * isearch.el (isearch-forward): Doc fix.
8807
8808 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8809
8810 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8811 (jit-lock-stealth-nice): Change default value to 0.5.
8812
8813 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8814
8815 * abbrev.el (write-abbrev-file): Write table entries in
8816 alphabetical order by table name.
8817
8818 2005-04-22 Kim F. Storm <storm@cua.dk>
8819
8820 * ido.el (ido-read-internal): Fix `list' completion.
8821
8822 2005-04-22 Kenichi Handa <handa@m17n.org>
8823
8824 * recentf.el (recentf-save-file-coding-system): New variable.
8825 (recentf-save-list): Encode the file by
8826 recentf-save-file-coding-system and add coding: tag.
8827
8828 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8829
8830 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8831
8832 2005-04-21 Lute Kamstra <lute@gnu.org>
8833
8834 * loadhist.el (unload-feature): Don't remove a function from hooks
8835 if it is about to be restored to an autoload . Remove functions
8836 that will become unbound from auto-mode-alist. Simplify the code.
8837
8838 * subr.el (assq-delete-all): New implementation that is linear,
8839 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8840 (rassq-delete-all): New function.
8841
8842 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8843 Add size-indication-mode.
8844
8845 2005-04-21 Kenichi Handa <handa@m17n.org>
8846
8847 * international/mule-cmds.el: Add autoload for widget-value in
8848 eval-when-compile.
8849
8850 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8851
8852 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8853 Add tooltip-mode.
8854
8855 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8856
8857 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8858
8859 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8860 (inferior-lisp-filter-regexp, inferior-lisp-program)
8861 (inferior-lisp-load-command, inferior-lisp-prompt)
8862 (inferior-lisp-mode-hook, lisp-source-modes)
8863 (inferior-lisp-load-hook): defvar->defcustom.
8864 (inferior-lisp-program, inferior-lisp-prompt)
8865 (inferior-lisp-load-hook): Doc fixes.
8866 (inferior-lisp-install-letter-bindings): Small change in
8867 introductory comment.
8868
8869 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8870
8871 * vc.el (vc-annotate-color-map): Change some colors so that text
8872 using them as foreground is readable on both white and black
8873 backgrounds.
8874
8875 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * international/mule-conf.el (translation-table-for-input):
8878 Remove redundant declaration.
8879
8880 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8881
8882 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8883
8884 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8885 (tooltip-toggle-gud-tips): New function.
8886
8887 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8888
8889 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8890 right angle brackets.
8891
8892 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8893
8894 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8895
8896 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8899 Remove. Update callers to use expand-file-name instead.
8900
8901 * subr.el (syntax-class): New function.
8902
8903 * simple.el (blink-matching-open): Use it.
8904
8905 * paren.el (show-paren-function): Use it to recognize parens that are
8906 also used in 2-char comment markers.
8907
8908 2005-04-19 Lute Kamstra <lute@gnu.org>
8909
8910 * loadhist.el (unload-feature): Update for new format of
8911 load-history. Simplify the code.
8912
8913 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8914
8915 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8916 (mac-add-charset-info): New function. Initialize variable
8917 mac-charset-info-alist using it.
8918 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8919 for translation.
8920 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8921 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8922 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8923 New CCL programs.
8924
8925 2005-04-19 Kim F. Storm <storm@cua.dk>
8926
8927 * simple.el (next-buffer, prev-buffer, next-error)
8928 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8929 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8930
8931 * bindings.el (next-buffer, prev-buffer, next-error)
8932 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8933 (clone-indirect-buffer-other-window): Move bindings from simple.el.
8934 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8935 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8936
8937 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * isearch.el (isearch-edit-string): Make the search-ring available for
8940 minibuffer history commands.
8941 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8942 the default history commands now work just as well.
8943 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8944
8945 2005-04-18 Kim F. Storm <storm@cua.dk>
8946
8947 * emulation/cua-base.el (cua--pre-command-handler): Add more
8948 elaborate check for shift modifier on non-window systems.
8949
8950 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8951
8952 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8953
8954 2005-04-18 Kim F. Storm <storm@cua.dk>
8955
8956 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8957 and make it optional. Don't test tooltip-gud-echo-area here.
8958 (tooltip-gud-process-output, gdb-tooltip-print):
8959 Pass tooltip-gud-echo-area to tooltip-show.
8960 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8961
8962 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8963
8964 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8965 `display-graphic-p' may not be bound yet.
8966
8967 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8968
8969 * startup.el (command-line): No longer enable Xterm Mouse mode by
8970 default in terminals compatible with xterm.
8971
8972 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8973
8974 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8975
8976 * tooltip.el (tooltip-gud-echo-area): Rename from
8977 tooltip-use-echo-area.
8978 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8979 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8980 area independently of where help tooltips are displayed.
8981
8982 2005-04-17 David Kastrup <dak@gnu.org>
8983
8984 * cus-theme.el (custom-theme-write-variables): Quote variables
8985 where necessary.
8986
8987 2005-04-17 Richard M. Stallman <rms@gnu.org>
8988
8989 * simple.el (yank-excluded-properties): Add follow-link to value.
8990
8991 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
8992
8993 * startup.el (fancy-splash-max-time): Just 30 seconds.
8994 (fancy-splash-delay): Just 7.
8995 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8996
8997 * loadhist.el (unload-feature): Update for new format of load-history.
8998 Simplify the code.
8999
9000 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9001 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9002
9003 * mail/sendmail.el (mail-font-lock-keywords):
9004 Don't fontify subject text.
9005 Don't fontify the text of a citation.
9006
9007 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9008
9009 * comint.el (comint-output-filter): Run comint-output-filter-functions
9010 with point where the user had it.
9011
9012 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * international/ucs-tables.el (ucs-set-table-for-input):
9015 Disable when using unify-on-decoding.
9016
9017 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9018
9019 * emulation/cua-base.el (cua-global-mark-face): Add special case
9020 for displays supporting a high number of colors.
9021
9022 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9023
9024 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9025
9026 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9027
9028 * filesets.el (filesets-add-buffer): If user supplies a name of a
9029 non-existing fileset, create a new fileset.
9030
9031 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9032
9033 * textmodes/org.el (org-up-heading-all): Fix bug with
9034 `outline-up-heading-all'.
9035
9036 2005-04-16 Andreas Schwab <schwab@suse.de>
9037
9038 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9039 /etc/permissions.d/* and /etc/aliases.d/*.
9040
9041 2005-04-16 Kenichi Handa <handa@m17n.org>
9042
9043 * international/code-pages.el (cp-make-coding-system):
9044 Set `translation-table-for-input' property value to the symbol
9045 ucs-mule-to-mule-unicode, not to that value.
9046 (pt154): Escape guillemet by `\'.
9047
9048 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9049
9050 * loadup.el: Load tooltip if x-show-tip is fboundp.
9051
9052 * startup.el (command-line): Add comment.
9053
9054 * tooltip.el (tooltip-mode): Specify correct standard value for
9055 Custom in init-value.
9056
9057 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9058
9059 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9060 possible.
9061
9062 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9063
9064 * textmodes/org.el (org-agenda-date-prompt): Rename from
9065 `org-agenda-date-today'.
9066 (org-evaluate-time-range): Insert at point instead of directly
9067 after time range.
9068 (org-first-headline-recenter, org-subtree-end-visible-p)
9069 (org-optimize-window-after-visibility-change): New functions
9070 (org-agenda-post-command-hook): Don't allow point at end of line,
9071 to make sure it always hits the text properties.
9072 (org-agenda-next-date-line, org-agenda-previous-date-line):
9073 New commands.
9074 (org-set-regexps-and-options): Category may contain white space.
9075 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9076 Improve marker positions.
9077 (org-agenda-new-marker): Argument POS made optional.
9078 (org-agenda-get-timestamps): Deadlines which are done are listed
9079 in org-done-face now.
9080 (org-agenda-get-todos, org-agenda-get-timestamps)
9081 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9082 Set `undone-face' and `done-face' properties.
9083 (org-last-todo-state-is-todo): New variable.
9084 (org-todo): Set `org-last-todo-state-is-todo'.
9085 (org-agenda-todo): Change face according to
9086 `org-last-todo-state-is-todo'. And change other lines referring to
9087 the same entry.
9088 (org-calendar-goto-agenda): New command.
9089 (org-calendar-to-agenda-key): New option.
9090 (org-startup-folded): New allowed value `content'.
9091 (org-set-regexps-and-options): Accept new value `content' for
9092 `org-startup-folded'.
9093 (org-get-current-options): Handle new value `content' for
9094 `org-startup-folded'.
9095 (org-insert-todo-heading): New command.
9096 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9097 interactively in empty file and option
9098 `org-insert-mode-line-in-empty-file' has been set.
9099 (org-agenda-todo,org-agenda-priority): Modify to use
9100 `org-agenda-change-all-lines'.
9101 (org-warning-face): Change color on dark background
9102
9103 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9104
9105 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9106 use preferences AppleLocale and AppleLanguages, and variable
9107 mac-system-locale for default locale. On Mac OS Classic, use
9108 mac-system-coding-system for default coding systems.
9109
9110 * term/mac-win.el: Don't set file-name-coding-system.
9111 Decode variables system-name, emacs-build-system, user-login-name, and
9112 user-full-name by mac-system-coding-system on Mac OS Classic.
9113 (mac-system-coding-system): New variable.
9114
9115 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9116
9117 * startup.el (command-line): Handle `xterm-mouse-mode' before
9118 reading init file.
9119
9120 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9121
9122 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9123
9124 * progmodes/sh-script.el (sh-here-document-word): Make it a
9125 defcustom. Doc fix.
9126 (sh-add): Bash uses $(( )) for arithmetic.
9127 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9128 (sh-maybe-here-document): Remove quotes and leading whitespace
9129 from heredoc word when closing. Indent heredoc with tabs if word
9130 starts with "-".
9131
9132 2005-04-13 Richard M. Stallman <rms@gnu.org>
9133
9134 * simple.el (undo): Fix previous change.
9135
9136 * custom.el (defface): Doc fix.
9137
9138 2005-04-13 Lute Kamstra <lute@gnu.org>
9139
9140 * Makefile.in (DONTCOMPILE): Remove list.
9141 (compile, compile-always): Don't use DONTCOMPILE.
9142 (update-authors): Load the library in which batch-update-authors
9143 is defined.
9144 * makefile.w32-in (DONTCOMPILE): Remove list.
9145 (compile, compile-always): Fix comments.
9146 (update-authors): Load the library in which batch-update-authors
9147 is defined.
9148
9149 * generic-x.el (generic-mode-ini-file-find-file-hook):
9150 Rename to ini-generic-mode-find-file-hook.
9151 Keep generic-mode-ini-file-find-file-hook as an alias.
9152 (ini-generic-mode-find-file-hook): Rename from
9153 generic-mode-ini-file-find-file-hook. Fix docstring.
9154 (ini-generic-mode): Docstring change.
9155 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9156
9157 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9158 called from lisp.
9159
9160 * generic.el: Move to the emacs-lisp subdir.
9161
9162 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9163
9164 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9165 and C-S- function and cursor motion keys.
9166
9167 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9168
9169 * startup.el (command-line): Enable Xterm Mouse mode by default.
9170 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9171 for Custom. No longer show "Mouse" in mode line when enabled.
9172 Doc fix.
9173
9174 2005-04-12 Kim F. Storm <storm@cua.dk>
9175
9176 * emulation/cua-base.el (cua-rectangle-face)
9177 (cua-rectangle-noselect-face): Define face attributes here.
9178
9179 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9180
9181 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9182
9183 * startup.el (command-line): Turn off blinking cursor if
9184 cursorBlink in resources is off or false.
9185
9186 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9187
9188 * term/mac-win.el (dnd): Require dnd.
9189 (mac-drag-n-drop): Call dnd-handle-one-url.
9190 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9191 (kTextEncodingISOLatin2): Remove constants.
9192 (mac-script-code-coding-systems): New constant.
9193 (mac-handle-language-change): New function.
9194 (special-event-map): Bind it to `language-change' event.
9195 (mac-centraleurroman, mac-cyrillic): New coding systems.
9196 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9197 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9198 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9199 encode-mac-cyrillic, respectively.
9200
9201 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9202
9203 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9204 Don't set overlay-arrow-string to "=>" as this is done
9205 globally in C now.
9206
9207 2005-04-12 Lute Kamstra <lute@gnu.org>
9208
9209 * generic-x.el (rc-generic-mode, rul-generic-mode):
9210 Fix auto-mode-alist entries.
9211 (etc-fstab-generic-mode): Tweak fontification.
9212
9213 * generic.el (generic-make-keywords-list): Fix docstring.
9214 (generic-mode-internal): Simplify generic-font-lock-keywords.
9215
9216 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9217
9218 * whitespace.el (whitespace-buffer-leading)
9219 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9220 However, fix the highlight area for the leading and
9221 trailing whitespaces to show space.
9222
9223 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9224
9225 * whitespace.el (whitespace-version): Bump to 3.5
9226
9227 (whitespace-buffer-leading, whitespace-buffer-trailing):
9228 Invert sense of the test to highlight the whitespace.
9229
9230 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9231
9232 * progmodes/gud.el (gud-display-line): GUD uses its own
9233 overlay arrow now so don't set overlay-arrow-string.
9234 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9235
9236 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9237
9238 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9239 (term-ansi-current-reverse, term-ansi-current-invisible)
9240 (term-ansi-face-already-done): Change to boolean.
9241 (term-reset-terminal, term-handle-colors-array): Handle the above
9242 vars accordingly.
9243 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9244 (term-emulate-terminal): Use the new name.
9245
9246 * faces.el (secondary-selection): Use yellow1, not yellow.
9247 (trailing-whitespace): Use red1, not red.
9248
9249 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9250
9251 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9252 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9253 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9254
9255 * cus-edit.el (dnd): New group.
9256
9257 * term/w32-win.el (dnd): Require dnd
9258 (w32-drag-n-drop): Call dnd-handle-one-url.
9259
9260 * x-dnd.el: Require dnd.
9261 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9262 Call dnd-handle-one-url.
9263 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9264 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9265 to dnd-insert-text.
9266 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9267 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9268 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9269 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9270
9271 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9272
9273 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9274
9275 * wdired.el: Doc fixes.
9276 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9277 (wdired-use-dired-vertical-movement): Rename from
9278 wdired-always-move-to-filename-beginning.
9279 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9280 (wdired-change-to-wdired-mode): Change mode name.
9281 (wdired-newline): Delete.
9282
9283 2005-04-11 Richard M. Stallman <rms@gnu.org>
9284
9285 * whitespace.el (whitespace-highlight-the-space):
9286 Don't call whitespace-unhighlight-the-space here.
9287
9288 * simple.el (undo): Record t in undo-equiv-table
9289 for the redo record made by an undo-in-region.
9290
9291 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9292
9293 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9294 (gdb-frame-inferior-io-buffer): New Functions to control
9295 display of separate IO buffer.
9296 (menu): Add them to menu-bar.
9297 (gdb-display-buffer): Check for buffer another frame.
9298 Protect GUD buffer.
9299 (gdb-setup-windows): Create IO buffer if not already there.
9300 (gdb-memory-mode): Remove purecopy noops.
9301
9302 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9303
9304 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9305 and pass to self-insert-command.
9306
9307 2005-04-11 Lute Kamstra <lute@gnu.org>
9308
9309 * generic.el: Commentary section cleanup.
9310 (generic): Delete.
9311 (generic-use-find-file-hook, generic-lines-to-scan)
9312 (generic-find-file-regexp, generic-ignore-files-regexp)
9313 (default-generic-mode, generic-mode-find-file-hook)
9314 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9315 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9316 (generic-use-find-file-hook, generic-lines-to-scan)
9317 (generic-find-file-regexp, generic-ignore-files-regexp)
9318 (default-generic-mode, generic-mode-find-file-hook)
9319 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9320
9321 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9322
9323 * bookmark.el (bookmark-write-file): Catch errors writing file.
9324 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9325
9326 2005-04-10 Richard M. Stallman <rms@gnu.org>
9327
9328 * startup.el (fancy-splash-tail): Update copyright year.
9329 (command-line): Split part of -Q into -D.
9330 (emacs-basic-display): New defvar.
9331 (fancy-splash-text): Correct name of menu item.
9332
9333 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9334
9335 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9336 lines in one node.
9337
9338 * comint.el (comint-send-input): New arg ARTIFICIAL.
9339 Callers in this file changed.
9340
9341 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9342
9343 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9344
9345 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9346
9347 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9348 `ldap-search-internal'.
9349
9350 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9351
9352 * files.el (set-auto-mode-1): Use line-end-position.
9353
9354 * international/latin-1.el:
9355 * international/latin-2.el:
9356 * international/latin-3.el:
9357 * international/latin-4.el:
9358 * international/latin-5.el:
9359 * international/latin-8.el:
9360 * international/latin-9.el: Give punctuation syntax to NBSP.
9361
9362 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9363 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9364 Use char-classes to accept non-ascii letters, accepted in some recent
9365 bibtex implementations.
9366
9367 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9368
9369 * custom.el (custom-set-minor-mode): Any non-nil value for the
9370 variable should enable the mode when set through Custom.
9371
9372 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9375 TAB binding so tab-always-indent is obeyed.
9376 (vhdl-minibuffer-local-map): Move initialization into declaration.
9377 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9378 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9379 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9380 (vhdl-current-line): Use line-beginning-position.
9381 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9382 with-output-to-temp-buffer, so the current position can be recorded.
9383
9384 2005-04-10 Masatake YAMATO <jet@gyve.org>
9385
9386 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9387 Add regexp for gcov.
9388
9389 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9390
9391 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9392 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9393 syntax which Emacs 20 doesn't support.
9394
9395 2005-04-09 Richard M. Stallman <rms@gnu.org>
9396
9397 * help.el (describe-key-briefly, describe-key):
9398 Replace strings as event types with "(any string)".
9399
9400 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * arc-mode.el (archive-mode-map): Move initialization into
9403 the declaration. Override *all* bindings of `undo'.
9404 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9405
9406 2005-04-09 Jay Belanger <belanger@truman.edu>
9407
9408 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9409
9410 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9411
9412 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9413 (xterm-register-default-colors): Update color values computation
9414 to match xterm-200.
9415
9416 2005-04-09 Kenichi Handa <handa@m17n.org>
9417
9418 * international/code-pages.el (iso-latin-7): Fix the map.
9419
9420 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9421
9422 * emacs-lisp/lisp.el (defun-prompt-regexp)
9423 (parens-require-spaces, buffer-end, end-of-defun)
9424 (insert-parentheses): Doc fixes.
9425
9426 2005-04-08 Kim F. Storm <storm@cua.dk>
9427
9428 * comint.el (comint-highlight-prompt): Fix face spec.
9429 * hi-lock.el (hi-green): Likewise.
9430
9431 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9432
9433 * cus-edit.el (custom-modified-face):
9434 * comint.el (comint-highlight-input): Fix previous changes.
9435 * term.el (term-handle-ansi-escape): Add a comment.
9436
9437 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9440 in the buffer and in whitespace-highlighted-space.
9441 (whitespace-unhighlight-the-space): Simplify.
9442 (whitespace-buffer): Simplify.
9443
9444 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9445
9446 * textmodes/table.el (table-cell-face): Add special case for
9447 displays supporting a high number of colors.
9448 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9449 (vhdl-font-lock-reserved-words-face)
9450 (vhdl-speedbar-architecture-face)
9451 (vhdl-speedbar-instantiation-face)
9452 (vhdl-speedbar-architecture-selected-face)
9453 (vhdl-speedbar-instantiation-selected-face): Likewise.
9454 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9455 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9456 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9457 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9458 (ebrowse-progress-face): Likewise.
9459 * progmodes/compile.el (compilation-info-face): Likewise.
9460 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9461 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9462 * calendar/calendar.el (diary-face): Likewise.
9463 * woman.el (woman-italic-face, woman-bold-face)
9464 (woman-unknown-face): Likewise.
9465 * wid-edit.el (widget-button-pressed-face): Likewise.
9466 * whitespace.el (whitespace-highlight-face): Likewise.
9467 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9468 * pcvs-info.el (cvs-marked-face): Likewise.
9469 * info.el (info-xref): Likewise.
9470 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9471 * hilit-chg.el (highlight-changes-face)
9472 (highlight-changes-delete-face): Likewise.
9473 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9474 (hi-red-b): Likewise.
9475 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9476 * font-lock.el (font-lock-keyword-face)
9477 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9478 * cus-edit.el (custom-invalid-face, custom-modified-face)
9479 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9480 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9481 * comint.el (comint-highlight-prompt): Likewise.
9482
9483 2005-04-08 Lute Kamstra <lute@gnu.org>
9484
9485 * font-lock.el (font-lock-keywords): Docstring fixes.
9486
9487 2005-04-08 Kenichi Handa <handa@m17n.org>
9488
9489 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9490 chars are more than a limit, print " and more..." at the tail.
9491
9492 2005-04-08 Kim F. Storm <storm@cua.dk>
9493
9494 * emacs-lisp/authors.el (authors-aliases): Update list.
9495 (authors-ignored-files): New list.
9496 (authors-fixed-entries): Fix typo.
9497 (authors-renamed-files-alist): Update list.
9498 (authors-add): Check authors-ignored-files.
9499
9500 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9501
9502 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9503 optional, to ensure backward compatibility.
9504
9505 2005-04-08 Stephen Eglen <stephen@gnu.org>
9506
9507 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9508
9509 2005-04-08 Kim F. Storm <storm@cua.dk>
9510
9511 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9512
9513 * mouse.el (mouse-on-link-p): Doc fix.
9514
9515 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9516
9517 * ielm.el (ielm-prompt-read-only): Doc fix.
9518
9519 * comint.el (comint-prompt-read-only): Doc fix.
9520
9521 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9522
9523 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9524 ensure dired always handles wildcards passed to ffap.
9525 (find-file-at-point): Use it.
9526 (ffap-dired-wildcards): Doc fix.
9527
9528 2005-04-07 Juri Linkov <juri@jurta.org>
9529
9530 * simple.el (next-error-overlay-arrow-position): New defvar.
9531 Put "=>" on its property `overlay-arrow-string'. Add it to
9532 `overlay-arrow-variable-list'.
9533
9534 * progmodes/compile.el (compilation-setup):
9535 Set `next-error-overlay-arrow-position' to nil. Also set it to
9536 nil in the local hook `kill-buffer-hook'. Make local variable
9537 `overlay-arrow-string' and set it to "=>".
9538 (compilation-goto-locus): Set BOL position to
9539 `next-error-overlay-arrow-position' instead of
9540 `overlay-arrow-position'.
9541
9542 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9543 locally instead of adding it to the global hook.
9544 (Info-kill-buffer): Move up.
9545
9546 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9547
9548 * term/xterm.el (xterm-standard-colors): Update color values from
9549 xterm-200.
9550
9551 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9554
9555 * fast-lock.el:
9556 * lazy-lock.el: Move them to the obsolete subdir.
9557
9558 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9559
9560 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9561 (wdired-add-replace-advice): Remove.
9562 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9563
9564 2005-04-06 Kim F. Storm <storm@cua.dk>
9565
9566 * startup.el (command-line): Add --bare-bones alias for -Q.
9567
9568 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9569
9570 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9571 create the startup fontset if a font specification ends with
9572 `mac-roman'.
9573
9574 2005-04-06 Lute Kamstra <lute@gnu.org>
9575
9576 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9577 change.
9578
9579 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9580 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9581
9582 2005-04-05 Lute Kamstra <lute@gnu.org>
9583
9584 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9585 (define-generic-mode): Ditto. Fix debug declaration.
9586
9587 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9588 Put them in the generic-x group.
9589
9590 * calendar/timeclock.el (timeclock): Doc fix.
9591
9592 * generic.el (define-generic-mode): Don't use custom-current-group.
9593 Document default :group value.
9594 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9595 (define-global-minor-mode): Don't use custom-current-group.
9596
9597 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9598
9599 * startup.el (command-line-1): Display startup-echo-area-message
9600 when fancy splash screen is in use.
9601
9602 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9603 (sh-escaped-newline): New face.
9604 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9605 newline, and use sh-escaped-newline face.
9606
9607 * progmodes/tcl.el (tcl-escaped-newline): New face.
9608 (tcl-builtin-list): New variable.
9609 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9610 newlines. Fix keywords subexpression number.
9611
9612 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9613
9614 * textmodes/org.el (org-diary-default-entry): Fix call to
9615 `add-to-diary-entry'.
9616
9617 2005-04-05 Kim F. Storm <storm@cua.dk>
9618
9619 * ediff-init.el: Use (featurep 'xemacs).
9620
9621 2005-04-05 David Ponce <david@dponce.com>
9622
9623 * cus-edit.el (face): Derive from symbol widget. Display sample
9624 of the current face on the fly.
9625 (widget-face-sample-face-get, widget-face-notify): New functions.
9626 (widget-face-value-create): Remove.
9627
9628 * wid-edit.el (widget-field-end): Temporarily remove field
9629 narrowing before to call `get-char-property'.
9630
9631 2005-04-04 Jay Belanger <belanger@truman.edu>
9632
9633 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9634 (math-read-subscripts): New variable.
9635 (math-read-preprocess-string): Process subscripts.
9636
9637 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9638
9639 * comint.el (comint-prompt-read-only): Doc fix.
9640
9641 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9642 `-1'. Doc fix.
9643
9644 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9645
9646 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9647 Change default value to nil.
9648
9649 2005-04-04 Lute Kamstra <lute@gnu.org>
9650
9651 * autorevert.el (auto-revert-mode): Specify :group.
9652 * battery.el (display-battery-mode): Specify :group.
9653 * diff-mode.el (diff-minor-mode): Specify :group.
9654 * font-core.el (font-lock-mode): Specify :group.
9655 * hl-line.el (hl-line-mode): Specify :group.
9656 * iimage.el (iimage): New customization group.
9657 (iimage-mode): Specify :group.
9658 * longlines.el (longlines-mode): Specify :group.
9659 * master.el: Don't require easy-mmode.
9660 (master): New customization group.
9661 (master-mode): Specify :group.
9662 * msb.el (msb-mode): Specify :group.
9663 * reveal.el (reveal-mode): Specify :group.
9664 * simple.el (next-error-follow-minor-mode): Specify :group.
9665 * smerge-mode.el (smerge-mode): Specify :group.
9666 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9667 * emulation/cua-base.el (cua-mode): Specify :group.
9668 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9669 * language/thai-util.el (thai-auto-composition-mode)
9670 (thai-word-mode): Specify :group.
9671 * mail/supercite.el (sc-minor-mode): Specify :group.
9672 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9673 * progmodes/flymake.el (flymake-mode): Specify :group.
9674 * progmodes/glasses.el (glasses-mode): Specify :group.
9675 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9676 * textmodes/enriched.el (enriched-mode): Specify :group.
9677 * textmodes/refill.el (refill-mode): Specify :group.
9678
9679 * add-log.el (change-log-font-lock-keywords): Names in
9680 parenthesized lists can contain spaces.
9681
9682 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9683
9684 * startup.el (fancy-splash-text): Shorten default text of
9685 "Emacs Tutorial" line. Also, if the current language env
9686 indicates an available tutorial file other than TUTORIAL,
9687 extract its title and append it to the line in parentheses.
9688 (fancy-splash-insert): If arg is a thunk, funcall it.
9689
9690 2005-04-04 Jay Belanger <belanger@truman.edu>
9691
9692 * calc.el (calc-language-alist): Add tags to customization type.
9693
9694 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9695
9696 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9697 Doc fix.
9698
9699 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9700
9701 * add-log.el (change-log-font-lock-keywords): The manual
9702 describing a Change Log entry, says: (...) "Aside from these
9703 header lines, every line in the change log starts with a space or
9704 a tab.". The font-lock was not highlighting lines started with
9705 spaces, added support for it.
9706
9707 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9708
9709 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9710 (bibtex-generate-url-list): Update docstring accordingly. Put the
9711 complex example in the docstring.
9712 (bibtex-font-lock-url): Use pop.
9713
9714 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9717
9718 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9719
9720 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9721
9722 * filesets.el (filesets-set-default): Doc fix.
9723
9724 2005-04-03 Lute Kamstra <lute@gnu.org>
9725
9726 * generic.el (define-generic-mode): Add argument to specify
9727 keywords for defcustom.
9728 (default-generic-mode): Specify :group.
9729
9730 * generic-x.el: Specify :group for all generic modes.
9731
9732 * desktop.el (desktop-no-desktop-file-hook)
9733 (desktop-after-read-hook): Doc fix.
9734
9735 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9736
9737 * simple.el (visible-mode): Use explicit :group keyword.
9738 This changes the group of `visible-mode-hook' from paren-blinking
9739 to editing-basics.
9740
9741 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9742
9743 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9744 mailbox specifications as well as URLs.
9745 (rmail-insert-inbox-text): Remove unused conditional branches.
9746
9747 2005-04-01 Jay Belanger <belanger@truman.edu>
9748
9749 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9750 (calc-gnuplot-print-command): Move definitions to calc.el.
9751
9752 * calc/calc-embed.el (calc-embedded-announce-formula)
9753 (calc-embedded-open-formula, calc-embedded-close-formula)
9754 (calc-embedded-open-word, calc-embedded-close-word)
9755 (calc-embedded-open-plain, calc-embedded-close-plain)
9756 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9757 (calc-embedded-open-mode, calc-embedded-close-mode):
9758 Move definitions to calc.el.
9759
9760 * calc/calc.el (calc-settings-file, calc-language-alist):
9761 Make customizable.
9762 (calc-embedded-announce-formula, calc-embedded-open-formula)
9763 (calc-embedded-close-formula, calc-embedded-open-word)
9764 (calc-embedded-close-word, calc-embedded-open-plain)
9765 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9766 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9767 (calc-embedded-close-mode, calc-gnuplot-name)
9768 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9769 from other files and make customizable.
9770
9771 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9774 Use buffer-live-p.
9775 (cvs-mode-run): Don't call cvs-update-header here.
9776 (cvs-run-process): Call cvs-update-header.
9777 Use process properties for cvs-postprocess and cvs-buffer so that
9778 the sentinel can behave better if the temp buffer is killed.
9779 Use a pipe rather than a tty, to better handle unexpected prompts.
9780 (cvs-sentinel): Rewrite. Call cvs-update-header.
9781
9782 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9783
9784 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9785 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9786
9787 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9788
9789 * generic.el (define-generic-mode): Add indentation rule.
9790
9791 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9792
9793 * files.el (mode-require-final-newline): Make Custom correctly
9794 report a nil value and allow to set it to nil via Custom.
9795 Doc fix.
9796
9797 2005-04-01 Kenichi Handa <handa@m17n.org>
9798
9799 * international/characters.el: Enable the correct case setting for
9800 dotless-i and dotted-I.
9801
9802 2005-04-01 Kim F. Storm <storm@cua.dk>
9803
9804 * ido.el (ido-file-internal): Fall back to non-ido command if
9805 initial directory is on slow ftp (or tramp) host.
9806
9807 2005-03-31 Richard M. Stallman <rms@gnu.org>
9808
9809 * emacs-lisp/autoload.el (make-autoload):
9810 Handle define-global-minor-mode.
9811
9812 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9813 Rename from easy-mmode-define-global-mode.
9814 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9815
9816 * progmodes/scheme.el (scheme-mode-syntax-table):
9817 Update syntax of | and # for two-character comment syntax.
9818
9819 2005-03-31 Lute Kamstra <lute@gnu.org>
9820
9821 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9822 (define-minor-mode): Call custom-current-group at load-time.
9823
9824 * generic.el (define-generic-mode): Add debug declaration.
9825 Add defcustom for the mode hook.
9826 (generic-mode-internal): Use run-mode-hooks.
9827
9828 2005-03-31 Kim F. Storm <storm@cua.dk>
9829
9830 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9831 (mouse-fixup-help-message): New defun called by show_help_echo
9832 to fixup mouse-2 prefix in help messages when applicable.
9833
9834 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9835
9836 2005-03-31 Kenichi Handa <handa@m17n.org>
9837
9838 * language/thai-word.el (thai-find-word-ends): Pay attention to
9839 the case that we reach the end of buffer.
9840
9841 * textmodes/fill.el (fill-text-properties-at): New function.
9842 (fill-newline): Use fill-text-properties-at instead of
9843 text-properties-at.
9844
9845 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9846
9847 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9848 not comint-quote-filename.
9849
9850 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9851
9852 * help-fns.el (help-with-tutorial): Revert last change.
9853
9854 2005-03-31 Kim F. Storm <storm@cua.dk>
9855
9856 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9857
9858 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9859
9860 * calendar/cal-china.el: Update reference to "Calendrical
9861 Calculations" book; there's a new edition.
9862 * calendar/cal-coptic.el: Likewise.
9863 * calendar/cal-french.el: Likewise.
9864 * calendar/cal-hebrew.el: Likewise.
9865 * calendar/cal-islam.el: Likewise.
9866 * calendar/cal-iso.el: Likewise.
9867 * calendar/cal-julian.el: Likewise.
9868 * calendar/cal-mayan.el: Likewise.
9869 * calendar/cal-persia.el: Likewise.
9870 * calendar/calendar.el: Likewise.
9871 * calendar/holidays.el: Likewise.
9872 * calendar/lunar.el: Likewise.
9873 * calendar/solar.el: Likewise.
9874
9875 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9876 white space from doc string.
9877
9878 2005-03-30 Jay Belanger <belanger@truman.edu>
9879
9880 * calc/calc-help.el (calc-full-help): Remove email address.
9881
9882 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9883
9884 * help-fns.el (help-with-tutorial): Delete title line.
9885
9886 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9887
9888 * calendar/cal-x.el (calendar-one-frame-setup)
9889 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9890 rather than 'symbol for set-window-dedicated-p.
9891
9892 * calendar/appt.el (appt-buffer-name): Make it a constant.
9893 (appt-add): Doc fix.
9894
9895 * filesets.el (filesets-menu-path, filesets-menu-before)
9896 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9897 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9898 (filesets-add-submenu): Delete and use add-submenu instead.
9899
9900 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9901
9902 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9903 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9904 (org-diary-default-entry): New function.
9905 (org-get-entries-from-diary): Better parsing of diary entries.
9906 (org-agenda-check-no-diary): New function.
9907 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9908 linking to diary entries.
9909 (org-agenda-execute-calendar-command): New function.
9910 (org-agenda): Improve visible section in window.
9911 Use `org-fit-agenda-window'.
9912 (org-fit-agenda-window): New option.
9913 (org-move-subtree-down): Better handling of empty lines
9914 at end of subtree.
9915 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9916 levels up.
9917 (org-fontify-done-headline): New option.
9918 (org-headline-done-face): New face.
9919 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9920 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9921 When current field is non-empty, it is copied to next row.
9922 (org-table-copy-from-above): Fix bug which made it
9923 impossible to copy fields containing only a single non-white character.
9924
9925 2005-03-30 Kim F. Storm <storm@cua.dk>
9926
9927 * kmacro.el (kmacro-end-macro): Isearch may store this command
9928 into the macro -- so ignore it when executing keyboard macro.
9929
9930 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9931
9932 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9933
9934 2005-03-29 Kenichi Handa <handa@m17n.org>
9935
9936 * language/thai.el ("Thai"): Set setup-function and exit-function
9937 for Thai language environment.
9938
9939 * language/thai-util.el: Require thai-word.
9940 (thai-word-mode-map): New variable.
9941 (thai-word-mode): New minor mode.
9942 (setup-thai-language-environment-internal): New function.
9943 (exit-thai-language-environment-internal): New function.
9944
9945 * language/thai-word.el (thai-word-table): Declare it by defvar,
9946 use dolist to initialize it.
9947 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9948 (thai-fill-find-break-point): New functions.
9949
9950 2005-03-29 Richard M. Stallman <rms@gnu.org>
9951
9952 * simple.el (idle-update-delay): Move definition up.
9953 (set-mark): Doc fix.
9954
9955 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9956
9957 * longlines.el: New file.
9958
9959 * simple.el (buffer-substring-filters): New variable.
9960 (filter-buffer-substring): New function.
9961 (kill-region, copy-region-as-kill): Use it.
9962
9963 * register.el (copy-to-register, append-to-register)
9964 (prepend-to-register): Use filter-buffer-substring.
9965
9966 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9967
9968 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9969 (gud-filter-pending-text): Move in front of gdb.
9970 (gud-overlay-arrow-position): New variable.
9971 (gud-sentinel, gud-display-line): Use it in place of
9972 overlay-arrow-position.
9973
9974 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9975
9976 * progmodes/fortran.el (fortran-if-indent): Doc fix.
9977 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9978 (fortran-font-lock-keywords-4): New variable.
9979 (fortran-blocks-re, fortran-end-block-re)
9980 (fortran-start-block-re): New constants, for hideshow.
9981 (hs-special-modes-alist): Add a Fortran entry.
9982 (fortran-mode-map): Bind fortran-end-of-block,
9983 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9984 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
9985 (fortran-looking-at-if-then, fortran-end-of-block)
9986 (fortran-beginning-of-block): New functions, for hideshow.
9987
9988 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9989 Doc fix. Tweak regexp.
9990 (f90-beginning-of-block): Push mark first.
9991
9992 2005-03-29 Jay Belanger <belanger@truman.edu>
9993
9994 * calc/calc.el: Update copyright date.
9995 (calc-version): Increase to 2.1.
9996 (calc-version-date): Remove.
9997
9998 * calc/calc-help.el: Update copyright date.
9999 (calc-full-help): Remove reference to calc-version-date.
10000 Update copyright date.
10001
10002 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * vc.el (vc-do-command): Use a pipe for async processes, so password
10005 prompts don't show up at places where the user can't reply.
10006
10007 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10008
10009 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10010 on the file name we pass to the inferior shell.
10011
10012 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10013
10014 * progmodes/which-func.el (which-function): Be robust in the face of an
10015 imenu--make-index-alist failure.
10016
10017 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10020
10021 * progmodes/python.el (python-preoutput-filter): Fix last change.
10022
10023 2005-03-29 Lute Kamstra <lute@gnu.org>
10024
10025 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10026 functions and compiled macros.
10027 (debug-convert-byte-code): Handle macros too.
10028 (debug-on-entry-1): Don't signal an error when trying to clear a
10029 function that is not set to debug on entry.
10030
10031 2005-03-29 Jay Belanger <belanger@truman.edu>
10032
10033 * calc/calc-lang.el: Add functions to math-function-table
10034 properties of tex and math.
10035
10036 2005-03-29 Kenichi Handa <handa@m17n.org>
10037
10038 * ps-mule.el (ps-mule-plot-string): Translate characters by
10039 ps-print-translation-table.
10040 (ps-mule-begin-job): Call find-charset-region/string with
10041 ps-print-translation-table.
10042 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10043
10044 * ps-print.el (ps-print-translation-table): New variable.
10045 (ps-plot-region): Translate characters by ps-print-translation-table.
10046
10047 2005-03-29 Juri Linkov <juri@jurta.org>
10048
10049 * simple.el (next-error-highlight-timer): New variable.
10050
10051 * progmodes/compile.el (compilation-goto-locus):
10052 Use `next-error-highlight-timer' instead of `sit-for'.
10053
10054 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * mail/supercite.el (sc-mail-field): Use assoc-string.
10057 (sc-get-address): Simplify regexps.
10058
10059 * files.el (minibuffer-with-setup-hook): New macro.
10060 (find-file-read-args): Use it to avoid let-binding
10061 minibuffer-with-setup-hook (which breaks turning on/off
10062 file-name-shadow-mode while in the prompt).
10063
10064 * complete.el (PC-read-include-file-name-internal): Use
10065 test-completion.
10066
10067 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10068
10069 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10070
10071 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10072
10073 * window.el (window-buffer-height): Use count-screen-lines.
10074
10075 * progmodes/python.el (python-preoutput-leftover): New var.
10076 (python-preoutput-filter): Use it.
10077 (python-send-receive): Loop until all the result has been received.
10078
10079 2005-03-28 Juri Linkov <juri@jurta.org>
10080
10081 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10082
10083 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10084 "Recover Crashed Session".
10085 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10086 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10087 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10088 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10089 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10090 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10091 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10092 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10093
10094 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10095 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10096 Ediff Sessions", "Toggle use of separate control buffer frame",
10097 "Use separate frame for Ediff control buffer".
10098
10099 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10100 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10101 "Rename Bookmark", "Delete Bookmark".
10102
10103 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10104 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10105 Add `:active Info-index-alternatives' to "Next Matching Item".
10106
10107 * wdired.el (wdired-change-to-wdired-mode):
10108 Mention `wdired-abort-changes' key in the initial message.
10109
10110 * international/mule.el (auto-coding-alist): Associate non-ascii
10111 image filename extensions with `no-conversion'.
10112
10113 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10114
10115 * international/iso-acc.el:
10116 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10117
10118 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10119
10120 * textmodes/sgml-mode.el (html-mode): Doc update.
10121
10122 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10123
10124 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10125
10126 * term.el (term-move-columns): Fix face after extending a line.
10127 (term-insert-spaces): Likewise.
10128 (term-reset-terminal): Fix off by one error.
10129
10130 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10131
10132 * international/mule.el (auto-coding-alist): Add .xpi files.
10133
10134 * files.el (auto-mode-alist): Add .xpi files.
10135
10136 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10137
10138 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10139
10140 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10141
10142 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10143
10144 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10145
10146 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10147 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10148
10149 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10150 cursor to Jan 1 when needed.
10151 (calendar-end-of-year): Fix -/+ typo.
10152 Reported by Chong Yidong <cyd@stupidchicken.com>.
10153
10154 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10157
10158 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10159 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10160
10161 2005-03-25 Richard M. Stallman <rms@gnu.org>
10162
10163 * filesets.el (filesets-init): Add autoload.
10164
10165 * mail/mailalias.el (mail-directory): Doc fix.
10166
10167 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10168
10169 * mail/mailalias.el (mail-directory-process): Do nothing if
10170 mail-directory-process is an atom.
10171 (mail-get-names): Ignore mail-directory-names if it is an atom.
10172 (mail-directory-process defvar): Doc fix.
10173 (mail-names): Doc fix.
10174
10175 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10176
10177 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10178
10179 2005-03-26 Kenichi Handa <handa@m17n.org>
10180
10181 * international/mule-util.el (detect-coding-with-priority):
10182 Call update-coding-systems-internal before detect-coding-region.
10183
10184 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10185
10186 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10187 (gdb-frames-mode-map): Add follow-link property.
10188
10189 2005-03-25 Jay Belanger <belanger@truman.edu>
10190
10191 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10192 for variables.
10193
10194 2005-03-25 Juri Linkov <juri@jurta.org>
10195
10196 * image-mode.el: Optimize image filename extension regexps in
10197 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10198 in `auto-mode-alist'.
10199 (image-mode): Add `image-toggle-display-text' to local hook
10200 `change-major-mode-hook'. Display the image as an image by
10201 default. Set `cursor-type' and `truncate-lines' if the image
10202 is already displayed. Take into account the current mode (image
10203 or text) in message.
10204 (image-minor-mode): New minor mode.
10205 (image-mode-maybe, image-toggle-display-text): New functions.
10206 (image-toggle-display): Use called-interactively-p.
10207 Let-bind `inhibit-read-only' to t.
10208
10209 * image-mode.el (image-minor-mode): Set `cursor-type' and
10210 `truncate-lines' if the image is already displayed. Add turning
10211 image-minor-mode off to `change-major-mode-hook'. Add message.
10212 Call `image-toggle-display-text' after turning image-minor-mode off.
10213
10214 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10215
10216 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10217 Terminal.app, use utf-8.
10218 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10219 (set-locale-environment): Use it.
10220
10221 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10222
10223 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10224
10225 * progmodes/python.el (python-close-block-statement-p)
10226 (python-outdent-p, python-current-defun): Use symbol-end.
10227
10228 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10229
10230 * files.el (save-some-buffers): Doc fix.
10231
10232 2005-03-25 Werner Lemberg <wl@gnu.org>
10233
10234 * complete.el, thumbs.el: Replace `legal' with `valid'.
10235 * calendar/calendar.el: Replace `legal' with `valid'.
10236 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10237 * mail/supercite.el: Replace `legal' with `valid'.
10238 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10239 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10240 Replace `legal' with `valid'.
10241 * textmodes/reftex-vars.el, textmodes/reftex.el:
10242 Replace `legal' with `valid'.
10243
10244 2005-03-25 Werner Lemberg <wl@gnu.org>
10245
10246 * calc/calc-forms.el, calc/calc-sel.el:
10247 * midnight.el, vc-cvs.el:
10248 * emacs-lisp/cl-macs.el:
10249 * emulation/vip.el:
10250 * eshell/esh-io.el, eshell/esh-var.el:
10251 * mail/supercite.el:
10252 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10253 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10254 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10255 * progmodes/sh-script.el, progmodes/xscheme.el:
10256 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10257 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10258 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10259 * textmodes/reftex.el, textmodes/org.el:
10260 Replace `illegal' with `invalid'.
10261
10262 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10263
10264 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10265 (flymake-find-buildfile, flymake-find-possible-master-files)
10266 (flymake-check-include, flymake-parse-line): Replace loops over the
10267 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10268
10269 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10270 Substitute file-name-as-directory in the rest of the file.
10271 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10272 (flymake-replace-region): Remove unused arg `buffer'.
10273 (flymake-check-patch-master-file-buffer): Update calls to it.
10274 (flymake-add-err-info): Remove unused var `count'.
10275 (flymake-mode): Use define-minor-mode.
10276
10277 * progmodes/flymake.el: Use with-current-buffer.
10278 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10279 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10280 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10281 Avoid testing for `xemacs'.
10282 (flymake-nop): Move.
10283 (flymake-region-has-flymake-overlays): Return the computed value.
10284 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10285 Remove unused var `endline'.
10286 (flymake-get-line-count): Remove unused function.
10287 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10288
10289 * emulation/vi.el:
10290 * generic.el:
10291 * hilit-chg.el (global-highlight-changes):
10292 * hi-lock.el (hi-lock-mode):
10293 * follow.el: find-file-hooks -> find-file-hook.
10294
10295 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10296
10297 2005-03-24 Juri Linkov <juri@jurta.org>
10298
10299 * dired.el (dired-mode-map): Add menu item "Compare directories"
10300 for dired-compare-directories.
10301
10302 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10303 Doc fix. Replace `read-file-name' with `read-directory-name'.
10304
10305 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10308
10309 2005-03-24 Jay Belanger <belanger@truman.edu>
10310
10311 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10312 relevant mode settings in calc-embedded-original-modes when modes
10313 are permanently changed.
10314
10315 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10316
10317 * autoinsert.el: find-file-hooks -> find-file-hook.
10318
10319 2005-03-24 Lute Kamstra <lute@gnu.org>
10320
10321 * generic.el (generic-font-lock-defaults): Make it obsolete.
10322 (generic-font-lock-keywords): New variable to replace
10323 generic-font-lock-defaults.
10324 (generic-mode-set-font-lock): Delete it.
10325 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10326 (generic-bracket-support): Add docstring.
10327
10328 * generic-x.el: Rename generic-font-lock-defaults to
10329 generic-font-lock-keywords throughout.
10330 (mailagent-rules-setup-function): Delete it.
10331 (mailagent-rules-generic-mode): Use anonymous function instead.
10332 (show-tabs-generic-mode-font-lock-defaults-1)
10333 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10334 Quote faces.
10335 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10336 not foreground.
10337
10338 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10339 Recognize define-generic-mode.
10340
10341 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10344 if there's no completion table.
10345
10346 2005-03-23 Miles Bader <miles@gnu.org>
10347
10348 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10349 Remove tty-specific variants, as they're no longer needed.
10350
10351 2005-03-23 Lute Kamstra <lute@gnu.org>
10352
10353 * generic-x.el: Code cleanup: make args constant whenever possible.
10354 (installshield-statement-keyword-list)
10355 (installshield-system-functions-list)
10356 (installshield-system-variables-list, installshield-types-list)
10357 (installshield-funarg-constants-list): Make them constants.
10358
10359 * generic.el (generic-make-keywords-list): Add autoload cookie.
10360
10361 * calendar/time-date.el: Add comment on time value formats.
10362 Don't require parse-time.
10363 (with-decoded-time-value): New macro.
10364 (encode-time-value): New function.
10365 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10366 (days-to-time): Return a valid time value when arg is huge.
10367 (time-since): Use time-subtract.
10368 (time-to-number-of-days): Use time-to-seconds.
10369
10370 2005-03-23 David Ponce <david@dponce.com>
10371
10372 * recentf.el: (recentf-keep): New option.
10373 (recentf-menu-action): Default to `find-file'.
10374 (recentf-keep-non-readable-files-flag)
10375 (recentf-keep-non-readable-files-p)
10376 (recentf-file-readable-p, recentf-find-file)
10377 (recentf-cleanup-remote): Remove.
10378 (recentf-include-p): More robust.
10379 (recentf-keep-p): New function.
10380 (recentf-remove-if-non-kept): Rename from
10381 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10382 All callers updated.
10383 (recentf-menu-items-for-commands): Fix help string.
10384 (recentf-track-closed-file): Update. Doc fix.
10385 (recentf-cleanup): Update. Count removed files. Doc fix.
10386
10387 2005-03-23 Kim F. Storm <storm@cua.dk>
10388
10389 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10390 Don't inherit from fringe face (now happens automatically).
10391
10392 2005-03-22 Kim F. Storm <storm@cua.dk>
10393
10394 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10395 position values.
10396
10397 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * menu-bar.el (showhide-date-time): Remove.
10400 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10401 (menu-bar-make-mm-toggle): Simplify.
10402
10403 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10404
10405 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10406 Accept qualified variable and function names.
10407
10408 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10409
10410 * bindings.el (completion-ignored-extensions):
10411 Remove ".lis" for `vax-vms'.
10412
10413 2005-03-22 Andreas Schwab <schwab@suse.de>
10414
10415 * generic-x.el: Revert last change.
10416 * ldefs-boot.el: Update.
10417
10418 2005-03-22 Jay Belanger <belanger@truman.edu>
10419
10420 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10421 (calc-embedded-save-original-modes)
10422 (calc-embedded-restore-original-modes): New functions.
10423 (calc-do-embedded): Save original modes when entering embedded mode
10424 and restore when leaving embedded mode.
10425 (calc-embedded-modes-change): Change the value of
10426 calc-embedded-original-modes to reflect permanent changes.
10427
10428 2005-03-22 Lute Kamstra <lute@gnu.org>
10429
10430 * generic-x.el: Require generic again.
10431
10432 2005-03-22 Miles Bader <miles@gnu.org>
10433
10434 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10435 Tweak details to look good on both ttys and bitmap displays, light
10436 or dark background, etc.
10437
10438 2005-03-21 Kim F. Storm <storm@cua.dk>
10439
10440 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10441 mouse position.
10442
10443 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * icomplete.el: Don't forcibly turn on the mode upon load.
10446 (icomplete-mode): Use define-minor-mode.
10447 (icomplete-eoinput): Default to nil.
10448 (icomplete-minibuffer-setup): Remove autoload.
10449 (icomplete-tidy): Simplify.
10450 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10451 in the initial state or if the user has modified the field.
10452 Fix handling of icomplete-max-delay-chars.
10453 Remove code that handles the oddball case where
10454 minibuffer-completion-table is an integer.
10455 Wrap icomplete-completions in while-no-input in case building
10456 completions takes more time than expected.
10457 (icomplete-completions): Simplify.
10458
10459 2005-03-21 Richard M. Stallman <rms@gnu.org>
10460
10461 * jka-compr.el (jka-compr-really-do-compress):
10462 Make variable buffer-local.
10463
10464 * image-mode.el: Handle .xpm files too.
10465 (image-toggle-display): Preserve modification flag.
10466
10467 * help.el (where-is): Don't mention aliases with no key bindings.
10468
10469 2005-03-21 Lute Kamstra <lute@gnu.org>
10470
10471 * generic.el: Fix commentary section. Don't require cl for
10472 compilation.
10473 (generic-mode-list): Add autoload cookie.
10474 (generic-use-find-file-hook, generic-lines-to-scan)
10475 (generic-find-file-regexp, generic-ignore-files-regexp)
10476 (generic-mode, generic-mode-find-file-hook)
10477 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10478 (define-generic-mode): Make it a defmacro. Fix docstring.
10479 (generic-mode-internal): Code cleanup. Add autoload cookie.
10480 (generic-mode-set-comments): Code cleanup.
10481 * generic-x.el: Don't prevent compilation. Don't require generic.
10482 Follow coding conventions. Minor code cleanup.
10483 (etc-fstab-generic-mode): Add some keywords.
10484 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10485 define-generic-mode like a function declaration.
10486
10487 2005-03-21 Jay Belanger <belanger@truman.edu>
10488
10489 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10490 changing modes.
10491
10492 2005-03-21 Sam Steingold <sds@gnu.org>
10493
10494 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10495
10496 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10497
10498 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10499 Add underscore to "f$ lexicals" regexp.
10500
10501 2005-03-20 Juri Linkov <juri@jurta.org>
10502
10503 * subr.el (progress-reporter-do-update): When `min-value' is equal
10504 to `max-value', set `percentage' to 0 and prevent division by zero.
10505
10506 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10507
10508 Sync with Tramp 2.0.48.
10509
10510 * net/tramp.el (all): Change all addresses to .gnu.org.
10511 (tramp-append-tramp-buffers): New defun.
10512 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10513 Catch `dont-send' signal.
10514 (tramp-set-auto-save-file-modes): Set always permissions, because
10515 there might be an old auto-saved file belonging to another
10516 original file. This could be a security threat. Reported by
10517 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10518 Check for Emacs 21.3.50 removed.
10519
10520 * net/tramp-smb.el (all): Remove debug construct for
10521 `with-parsed-tramp-file-name'.
10522 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10523 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10524 No error message if DIRECTORY or FILENAME doesn't exist.
10525 (tramp-smb-open-connection): Check existence of
10526 `tramp-smb-program'.
10527
10528 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10531 Properly handle the case where the `m' or `s' command's argument is not
10532 yet terminated.
10533 (perl-indent-new-calculate): New function.
10534 (perl-indent-line): Use it.
10535
10536 2005-03-20 Miles Bader <miles@gnu.org>
10537
10538 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10539 in text-mode too. Change to new face names.
10540 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10541 Add `:weight bold' attribute.
10542 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10543
10544 2005-03-19 Juri Linkov <juri@jurta.org>
10545
10546 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10547
10548 * international/mule.el (auto-coding-alist): Sync with
10549 `auto-mode-alist' by adding upper case archive file extensions
10550 and adding ear/war to jar extension.
10551
10552 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10553
10554 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10555 running, restart it.
10556
10557 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10558
10559 * finder.el (finder-current-item): Throw an error on an empty line.
10560
10561 * man.el (Man-follow-manual-reference): If current-word returns
10562 nil, use "".
10563
10564 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10565
10566 * simple.el (goto-line): Doc fix.
10567
10568 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10569
10570 * files.el (save-buffer): Doc fix.
10571
10572 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10573
10574 * recentf.el (recentf-cleanup-remote): New variable.
10575 (recentf-cleanup): Use it to conditionally check availability of
10576 remote files.
10577
10578 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10579
10580 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10581 function names.
10582
10583 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10584
10585 * language/thai-word.el: New file.
10586
10587 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10588
10589 * files.el (backup-buffer): If the file's directory is not
10590 writable, use copy instead of move to backup the file.
10591
10592 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10593
10594 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10595
10596 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10597
10598 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10599 Use functionp instead of symbolp and fboundp. Reported by Drkm
10600 <darkman_spam@yahoo.fr>.
10601 (ps-print-version): New version 6.6.6.
10602
10603 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10604
10605 * textmodes/table.el (table--line-column-position): New idiom.
10606 (table--row-column-insertion-point-p): New function to test
10607 validity of row and column insertion operation at a location.
10608 (table-global-menu, table-cell-menu): Use above functions for
10609 deterministic test operation.
10610 (table--editable-cell-p): Behave in deterministic fashion.
10611
10612 2005-03-18 Juri Linkov <juri@jurta.org>
10613
10614 * isearch.el (isearch-lazy-highlight-new-loop):
10615 Make arguments beg and end optional.
10616 (isearch-update): Remove optional arguments nil from
10617 isearch-lazy-highlight-new-loop.
10618 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10619 isearch-lazy-highlight-case-fold-search instead of
10620 isearch-case-fold-search, and let-bind isearch-regexp to
10621 isearch-lazy-highlight-regexp.
10622 Use isearch-lazy-highlight-last-string instead of isearch-string.
10623
10624 * replace.el (perform-replace): Remove bindings of global
10625 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10626 Add three new arguments to `replace-highlight'.
10627 (replace-highlight): Add arguments string, regexp, case-fold.
10628 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10629 to allow isearch-lazy-highlight-new-loop to use these values
10630 to set corresponding isearch-lazy-highlight-* internal
10631 variables whose values lazy highlighting will use regardless of
10632 changes to global variables isearch-string, isearch-regexp,
10633 isearch-case-fold-search during lazy highlighting loop.
10634 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10635 to `lazy-highlight-cleanup'.
10636
10637 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10638 (ispell-highlight-face): Set default face to `isearch' when
10639 lazy highlighting is enabled.
10640 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10641 priority to 1. Add lazy highlighting.
10642 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10643 from `isearch-dehighlight'.
10644
10645 2005-03-18 David Ponce <david@dponce.com>
10646
10647 * files.el (hack-local-variables): Do a case-insensitive search
10648 for End.
10649
10650 2005-03-18 Juri Linkov <juri@jurta.org>
10651
10652 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10653 `isearch-lazy-highlight-cleanup', add alias to old name and
10654 declare obsolete. Add release numbers to other obsolete vars.
10655 (isearch-done, isearch-lazy-highlight-new-loop):
10656 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10657 (lazy-highlight-cleanup) <variable>: Doc fix.
10658 (isearch-lazy-highlight-update): Rename obsolete
10659 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10660
10661 2005-03-18 Kenichi Handa <handa@m17n.org>
10662
10663 * language/thai-util.el: Fix categorization of Thai characters in
10664 thai-category-table.
10665 (thai-composition-pattern): Adjust it for the above change.
10666 (thai-self-insert-command, thai-compose-syllable): New functions.
10667 (thai-compose-region): Use thai-compose-syllable.
10668 (thai-compose-string): Likewise.
10669 (thai-composition-function): Likewise.
10670 (thai-auto-composition): New function.
10671 (thai-auto-composition-mode): New minor mode.
10672
10673 * language/thai.el: Fix patterns to be registered in
10674 composition-function-table.
10675
10676 * international/quail.el (quail-input-method): Locally bind
10677 inhibit-modification-hooks to t.
10678
10679 2005-03-17 Richard M. Stallman <rms@gnu.org>
10680
10681 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10682 (perl-mode): Use run-mode-hooks.
10683
10684 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10685 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10686 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10687
10688 * mail/sendmail.el (sendmail-send-it): Reenable the code
10689 to compute resend-to-address and use it.
10690
10691 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10692
10693 * image-mode.el: New file.
10694
10695 * image.el (insert-sliced-image): Add autoload cookie.
10696
10697 * font-lock.el (font-lock-lines-before): New user option.
10698 (font-lock-after-change-function): Obey it.
10699
10700 * bindings.el (esc-map): Make M-g a prefix.
10701 Bind M-g g and M-g M-g to goto-line.
10702
10703 * faces.el (face-id): Doc fix.
10704
10705 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10706
10707 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10708 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10709 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10710
10711 * mail/sendmail.el (mail-yank-ignored-headers)
10712 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10713 Add Mail-Followup-To and Mail-Reply-To headers.
10714 (mail-citation-hook): Add autoload cookie.
10715 (mail-mode): Doc fix.
10716 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10717 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10718 (mail-mode-fill-paragraph): Handle those headers.
10719 (mail-mailing-lists): New variable.
10720 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10721
10722 2005-03-17 Juri Linkov <juri@jurta.org>
10723
10724 * isearch.el (isearch-fallback): Check for `(car previous)'
10725 before calling `isearch-other-end-state'.
10726
10727 2005-03-17 Kim F. Storm <storm@cua.dk>
10728
10729 * simple.el (move-beginning-of-line): Move to beginning of buffer
10730 line, as well as beginning of screen line.
10731
10732 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10733
10734 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10735 argument REDRAW rather than calendar-redrawing variable.
10736 * calendar/calendar.el (calendar-redrawing): Delete.
10737 (redraw-calendar): Do not bind calendar-redrawing.
10738
10739 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10740
10741 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10742 diary-file buffer.
10743
10744 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * help.el (describe-mode): Allow a :minor-mode-function property to
10747 specify a different minor mode toggle function than the variable.
10748 * simple.el (auto-fill-function):
10749 * subr.el (add-minor-mode): Use it.
10750
10751 2005-03-16 Kenichi Handa <handa@m17n.org>
10752
10753 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10754 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10755 (ethio-fidel-to-sera-buffer): Likewise.
10756
10757 2005-03-16 Juri Linkov <juri@jurta.org>
10758
10759 * emacs-lisp/find-func.el (find-function-regexp):
10760 Add defun-emitting macro `menu-bar-make-toggle'.
10761
10762 * isearch.el: Put `isearch-scroll' property to
10763 `split-window-horizontally'.
10764
10765 * info.el: Update error messages for `debug-ignored-errors'.
10766 (Info-isearch-search): Doc fix.
10767 (Info-find-node): Move up code to go into info buffer before
10768 recording the node to the history.
10769 (Info-fontify-node): Fontify titles only if the next line
10770 has two or more `*', `=', `-', `.'.
10771 Display "go to this node" for empty (match-string 3).
10772
10773 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10774
10775 * term/mac-win.el: Add mouse pointer shape constants.
10776
10777 2005-03-15 Kim F. Storm <storm@cua.dk>
10778
10779 * simple.el (move-beginning-of-line): Use vertical-motion.
10780
10781 2005-03-15 Juri Linkov <juri@jurta.org>
10782
10783 * isearch.el (isearch-error): New variable.
10784 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10785 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10786 (isearch-within-brackets-state): Remove.
10787 (isearch-case-fold-search-state, isearch-pop-fun-state):
10788 Decrease frame index.
10789 (isearch-mode, isearch-top-state, isearch-push-state)
10790 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10791 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10792 (isearch-search, isearch-lazy-highlight-new-loop):
10793 Replace `isearch-invalid-regexp' with `isearch-error'.
10794 Remove `isearch-within-brackets'.
10795 (isearch-search): Add `search-failed' handler to `condition-case'.
10796 (isearch-lazy-highlight-search): Add `condition-case' to catch
10797 errors and allow `isearch-lazy-highlight-update' to try
10798 highlighting from the beginning of the window.
10799 (isearch-repeat): Move up code to set isearch-wrapped to t
10800 before calling isearch-wrap-function.
10801
10802 * info.el (Info-isearch-initial-node): New internal variable.
10803 (Info-search): Signal an error in isearch mode when search leaves
10804 the initial node. Signal an error when `bound' is non-nil and
10805 nothing was found in the current subfile.
10806 (Info-isearch-search): Remove `condition-case'.
10807 (Info-isearch-wrap): Don't wrap when search failed during leaving
10808 the initial node. If `Info-isearch-search' is nil, wrap around
10809 the current node.
10810 (Info-isearch-start): New fun.
10811 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10812 `isearch-mode-hook'.
10813
10814 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10815
10816 * simple.el (normal-erase-is-backspace): Set default to t if
10817 running on Mac.
10818
10819 * term/mac-win.el (function-key-map): Sync with x-win.el.
10820
10821 2005-03-15 Kenichi Handa <handa@m17n.org>
10822
10823 * international/mule-cmds.el (locale-language-names): Modify the
10824 format of elements and add more entries.
10825 (locale-preferred-coding-systems): Add more entries.
10826 (set-locale-environment): Adjust for the change of
10827 locale-language-names.
10828
10829 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * pcvs.el (smerge-ediff): Remove bogus autoload.
10832
10833 2005-03-14 Lute Kamstra <lute@gnu.org>
10834
10835 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10836 Ignore a `*' at the beginning of a line.
10837
10838 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10839 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10840 subr.el.
10841 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10842 to specify indentation.
10843
10844 * generic.el (define-generic-mode): Let generic-mode-list be a
10845 list of strings; test membership with equal.
10846
10847 2005-03-14 Kim F. Storm <storm@cua.dk>
10848
10849 * simple.el (next-line, previous-line): Add optional try-vscroll
10850 arg to recognize interactive use. Pass it on to line-move.
10851 (line-move): Don't perform auto-window-vscroll when defining or
10852 executing keyboard macro to ensure consistent behavior.
10853
10854 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10855
10856 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10857
10858 2005-03-13 Lute Kamstra <lute@gnu.org>
10859
10860 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10861 debugger-setup-buffer so that backtrace marks the frames set to
10862 debug-on-exit and we don't have to do it manually. Set an extra
10863 debug-on-exit for macro's.
10864 (debugger-setup-buffer): Don't mark the top frame manually.
10865
10866 2005-03-12 Lute Kamstra <lute@gnu.org>
10867
10868 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10869 lisp-indent-function throughout.
10870 (with-no-warnings): Set lisp-indent-function property.
10871
10872 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10873
10874 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10875 Add entry for backslash.
10876
10877 2005-03-12 Juri Linkov <juri@jurta.org>
10878
10879 * info.el (Info-search): Four fixes for backward search.
10880
10881 2005-03-11 Jay Belanger <belanger@truman.edu>
10882
10883 * calc/calc.el (calc-language-alist): New variable.
10884 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10885 (calc-embedded-find-modes): Use calc-language-alist instead of
10886 calc-embedded-language-alist.
10887
10888 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10889
10890 * calendar/calendar.el (calendar-redrawing): New internal
10891 variable.
10892 (redraw-calendar): Remove bogus save-excursion from previous
10893 change. Bind calendar-redrawing to t for mark-diary-entries.
10894 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10895 calendar if that is why we were called.
10896
10897 2005-03-11 Kenichi Handa <handa@m17n.org>
10898
10899 * international/mule.el (make-coding-system): Set property
10900 coding-system-define-form to nil.
10901 (define-coding-system-alias): Likewise.
10902
10903 2005-03-11 Kenichi Handa <handa@m17n.org>
10904
10905 These changes are suggested by Dave Love <fx@gnu.org>.
10906
10907 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10908 coding: tag.
10909 (adaptive-fill-regexp): Add more bullets.
10910 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10911 regexps.
10912
10913 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * help.el (describe-mode): Properly handle non-trivial lighters.
10916 Don't ignore minor modes that are not listed in minor-mode-list.
10917
10918 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10919 feature ON when the user requests to turn it OFF.
10920
10921 2005-03-10 Lute Kamstra <lute@gnu.org>
10922
10923 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10924 (implement-debug-on-entry): New function to replace debug-entry-code.
10925 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10926 second argument as the 2005-03-07 change makes it obsolete.
10927 (debug-on-entry, cancel-debug-on-entry): Update call to
10928 debug-on-entry-1.
10929 (debug, debugger-setup-buffer): Comment update.
10930 (debugger-frame-number): Update to work with implement-debug-on-entry.
10931
10932 2005-03-10 Jay Belanger <belanger@truman.edu>
10933
10934 * calc/calc-embed.el (math-ms-args): Declare it.
10935 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10936 math-ms-args.
10937 (calc-embedded-subst): Use math-multi-subst-rec to substitute
10938 variables.
10939
10940 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
10941
10942 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10943 Use message-box.
10944
10945 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10946 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10947 (tooltip-gud-tips): Simplify.
10948 (tooltip-gud-tips-p): Remove superfluous :set.
10949 (tooltip-gud-modes): Add fortran-mode.
10950 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10951
10952 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10953
10954 2005-03-09 Kim F. Storm <storm@cua.dk>
10955
10956 * play/animate.el (animate-place-char): Use forward-line instead
10957 of next-line to improve performance.
10958
10959 2005-03-09 Simon Josefsson <jas@extundo.com>
10960
10961 * net/browse-url.el (browse-url-default-browser): Doc fix.
10962
10963 2005-03-09 Miles Bader <miles@gnu.org>
10964
10965 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10966 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10967
10968 2005-03-09 Kenichi Handa <handa@m17n.org>
10969
10970 * international/latin-1.el: Set case and syntax for 255 only if
10971 set-case-syntax-set-multibyte is nil.
10972
10973 * textmodes/ispell.el (ispell-insert-word): New function.
10974 (ispell-word): Use ispell-insert-word to insert a new word.
10975 (ispell-process-line): Likewise.
10976 (ispell-complete-word): Likewise.
10977
10978 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10979
10980 * calendar/calendar.el (redraw-calendar): Preserve point.
10981 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10982 (calendar-week-start-day): Move after definition of
10983 redraw-calendar. Delete buffer test, since redraw-calendar has
10984 that now.
10985
10986 * calendar/diary-lib.el (mark-diary-entries): Only call
10987 redraw-calendar in the first of any recursive calls.
10988 Reported by Alan Shutko <ats@acm.org>.
10989
10990 2005-03-08 Juri Linkov <juri@jurta.org>
10991
10992 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
10993 (html-horizontal-rule, html-line, html-image, html-checkboxes)
10994 (html-radio-buttons): Add a space before the trailing `/>' where
10995 sgml-xml-mode is non-nil.
10996 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
10997 the subsequent tag of the empty XML tag.
10998 (html-href-anchor): Don't set initial input to "http:".
10999 (html-image): Ask for the image URL and set point inside alt="".
11000 (html-name-anchor): Duplicate the name in the `id' attribute when
11001 sgml-xml-mode is non-nil.
11002 (html-paragraph): Remove \n before <p>.
11003 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11004 instead of `checked' when sgml-xml-mode is non-nil.
11005
11006 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11007 Remove 1 space before #RRGGBB to not truncate it on terminal
11008 windows w/o fringes. Remove 1 space between bg and fg examples
11009 to get more space.
11010 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11011 avoid byte-compile warnings.
11012
11013 * image-file.el (image-file-handler): Put `safe-magic' property to
11014 `image-file-handler'.
11015
11016 * info.el (Info-isearch-search): Emulate word search in
11017 isearching through multiple Info nodes with Info-search.
11018 (Info-isearch-wrap): Allow isearch-word.
11019
11020 2005-03-08 Lute Kamstra <lute@gnu.org>
11021
11022 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11023 stepping into the debugger's code is not possible.
11024 (debugger-jumping-flag): Docstring update.
11025
11026 2005-03-08 Jay Belanger <belanger@truman.edu>
11027
11028 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11029 embedded mode begins.
11030 (calc-embedded-language-alist): New variable.
11031 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11032 set default language mode.
11033
11034 2005-03-08 Kenichi Handa <handa@m17n.org>
11035
11036 * international/ccl.el (define-ccl-program): Fix docstring about
11037 extra 256 bytes assured for the output buffer.
11038
11039 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11040 Fix BUFFER_MAGNIFICATION to 2.
11041 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11042
11043 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11044
11045 * align.el (align-rules-list): Added an alignment rule for CSS
11046 declarations (applies to css-mode and html-mode buffers).
11047
11048 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11051
11052 2005-03-07 Kim F. Storm <storm@cua.dk>
11053
11054 * simple.el (move-beginning-of-line): New command.
11055
11056 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11057
11058 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11059
11060 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11061 and move-beginning-of-line.
11062
11063 * apropos.el (apropos-print): Omit command from M-x ... RET.
11064
11065 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11066
11067 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11068 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11069
11070 2005-03-06 Richard M. Stallman <rms@gnu.org>
11071
11072 * bindings.el (esc-map): Bind M-g to goto-line.
11073
11074 * facemenu.el (global-map): Bind M-o, not M-g.
11075
11076 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11077
11078 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11079 "Open Directory" as for "Open File".
11080
11081 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11082
11083 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11084 (push-mark-command): Run activate-mark-hook.
11085
11086 2005-03-06 Richard M. Stallman <rms@gnu.org>
11087
11088 * help-mode.el (help-mode-finish): Don't alter the element
11089 in view-return-to-alist if there already is one.
11090
11091 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11092 make sure the current buffer is the expected one.
11093
11094 * novice.el (disabled-command-function): Output in *Disabled Command*.
11095 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11096
11097 * textmodes/flyspell.el (flyspell-large-region):
11098 Pass args differently for aspell.
11099
11100 * files.el (mode-require-final-newline): Doc fix.
11101
11102 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11103
11104 * progmodes/which-func.el (which-function):
11105 Specify NOERROR when calling imenu--make-index-alist.
11106
11107 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 * simple.el (normal-erase-is-backspace): Define default value.
11110
11111 * custom.el (custom-theme-set-variables): Remove unused var
11112 `immediate'.
11113 (custom-reevaluate-setting): Simple function to handle variables
11114 that are defined before their default value can really be
11115 computed.
11116
11117 * startup.el (command-line): Use it for temporary-file-directory,
11118 small-emporary-file-directory, auto-save-file-name-transforms,
11119 blink-cursor-mode, and normal-erase-is-backspace.
11120
11121 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11122 progress, even with buggy anchored keywords.
11123
11124 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11125
11126 * simple.el (goto-line): Remove unbalanced final parenthesis.
11127
11128 2005-03-05 Richard M. Stallman <rms@gnu.org>
11129
11130 * simple.el (goto-line): Use a number at point as the default.
11131 With C-u as arg, switch buffers.
11132
11133 2005-03-05 Juri Linkov <juri@jurta.org>
11134
11135 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11136 with `no-blinking-cursor'.
11137
11138 * startup.el (no-blinking-cursor): New defvar.
11139 (command-line): Add `--no-blinking-cursor' to longopts.
11140 Set `no-blinking-cursor' to t for command line arguments
11141 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11142 with `no-blinking-cursor' in the condition for calling
11143 `blink-cursor-mode'.
11144
11145 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11146
11147 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11148 (menu-bar-options-save): Add blink-cursor-mode.
11149 (menu-bar-options-menu): Add blink-cursor-mode.
11150
11151 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11152
11153 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11154 (icalendar-export-file, icalendar-export-region)
11155 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11156 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11157
11158 2005-03-04 Lute Kamstra <lute@gnu.org>
11159
11160 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11161 (debug-function-list): Ditto.
11162
11163 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11164
11165 * textmodes/texinfmt.el (texinfo-append-refill):
11166 Redefine the types of line to which @refill
11167 is not appended by replacing a search for `@refill\\|@bye' with
11168 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11169 itemize@refill' bug and the unfilled long lines bug.
11170 (texinfmt-version): Update number and date.
11171
11172 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11173
11174 * international/code-pages.el (windows-1250, windows-125[2-8])
11175 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11176
11177 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11178
11179 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11180 bound yet.
11181
11182 2005-03-02 Romain Francoise <romain@orebokech.com>
11183
11184 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11185 buffer after removing limits.
11186 (ibuffer-pop-filter): Ditto.
11187 Update copyright.
11188
11189 2005-03-02 Miles Bader <miles@gnu.org>
11190
11191 * button.el (make-text-button): If the user doesn't specify a
11192 type, use the default. Rewrite to use `add-text-properties' and
11193 plist functions.
11194
11195 2005-03-01 Lute Kamstra <lute@gnu.org>
11196
11197 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11198 (debugger-jumping-flag): New var.
11199 (debug-entry-code): Use it.
11200 (debugger-jump): Use debugger-jumping-flag and add
11201 debugger-reenable to post-command-hook.
11202 (debugger-reenable): Use debugger-jumping-flag and remove itself
11203 from post-command-hook.
11204 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11205 debugger-reenable.
11206
11207 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11208
11209 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11210 inclusion of "itemize\\|", which may be unnecessary, is certainly
11211 inelegant, and stops refilling in itemize lists when formatting
11212 Japanese Texinfo files to Info.
11213 Update copyright to 2005.
11214
11215 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11216
11217 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11218 of an error if GDB can't find the source file.
11219
11220 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11221
11222 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11223 not just the calendar.
11224
11225 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11226 first.
11227 (diary-redraw-calendar): New function.
11228 (make-diary-entry): Add diary-redraw-calendar to local
11229 write-contents-functions. Turn off selective display before
11230 inserting in diary.
11231
11232 2005-03-01 Kim F. Storm <storm@cua.dk>
11233
11234 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11235
11236 2005-03-01 Lute Kamstra <lute@gnu.org>
11237
11238 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11239 that debug-entry-code can be safely removed from a function while
11240 this code is being evaluated. Revert the 2005-02-27 change as the
11241 new implementation no longer requires it. Make sure that a
11242 function body containing just a string is not mistaken for a docstring.
11243 (debug): Skip one more frame in case of debug on entry.
11244 (debugger-setup-buffer): Delete one more frame line in case of
11245 debug on entry.
11246 (debugger-frame-number): Update to use the new text introduced by
11247 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11248
11249 2005-02-28 Kim F. Storm <storm@cua.dk>
11250
11251 * double.el (double-translate-key): Call force-window-update after
11252 read-event to avoid crash in redisplay.
11253
11254 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11255
11256 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11257 (debug): Use it. Move the inhibit-trace earlier.
11258 (debug-entry-code): New const.
11259 (debug-on-entry-1): Use it.
11260
11261 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11262
11263 * international/utf-16.el (ccl-encode-mule-utf-16le):
11264 Fix BUFFER_MAGNIFICATION to 2.
11265 (ccl-encode-mule-utf-16be): Likewise.
11266
11267 2005-02-28 Kenichi Handa <handa@m17n.org>
11268
11269 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11270 Fix BUFFER_MAGNIFICATION to 4.
11271 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11272
11273 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11274
11275 * speedbar.el (speedbar-update-flag): Doc fix.
11276 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11277 argument.
11278
11279 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11282 have a non-nil `invisible' property but are actually visible.
11283
11284 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11285 for perldoc sections.
11286 (perl-outline-regexp, perl-outline-level): New var and function.
11287 (perl-mode): Use them.
11288
11289 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11290
11291 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11292 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11293
11294 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11295
11296 * cus-edit.el: Comment change.
11297 (custom-buffer-create-internal): Slightly reword text at top of
11298 Custom buffers. Mention there that saving an option edits the
11299 init file. Add link to Emacs manual node on `custom-file'.
11300 (custom-magic-alist): Rewrite individual State messages to use
11301 capitalized keywords. Doc fix.
11302
11303 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11304
11305 * calendar/calendar.el (calendar-buffer): Move above
11306 calendar-week-start-day.
11307 (calendar-week-start-day): Doc fix. Add :set function.
11308 (calendar-minimum-window-height): New variable.
11309 (generate-calendar-window): Only resize window if selected-window
11310 is displaying the calendar buffer. Use new variable
11311 calendar-minimum-window-height.
11312 (generate-calendar): Reword error message.
11313 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11314
11315 2005-02-27 Andreas Schwab <schwab@suse.de>
11316
11317 * vc.el (vc-do-command): Don't run command asynchronously when
11318 operating in a remote directory.
11319
11320 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11321 change from sync with Tramp 2.0.47.
11322
11323 2005-02-27 Richard M. Stallman <rms@gnu.org>
11324
11325 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11326
11327 * textmodes/flyspell.el (flyspell-mode-on):
11328 Call ispell-change-dictionary only if necessary.
11329
11330 * emacs-lisp/re-builder.el (regexp-builder): New function.
11331
11332 * register.el (describe-register-1): Explicitly handle
11333 yank-excluded-properties = t.
11334
11335 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11336 (custom-magic-alist): Change the status descriptions again.
11337 (face widget-type): Total rewrite based on `restricted-sexp'
11338 to eliminate the confusing double hiding levels.
11339
11340 * emacs-lisp/debug.el (debug-on-entry-1):
11341 If function body is empty, add nil as body form.
11342
11343 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11344
11345 * emacs-lisp/trace.el (inhibit-trace): New var.
11346 (trace-make-advice): Use it.
11347
11348 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11349
11350 2005-02-26 Kim F. Storm <storm@cua.dk>
11351
11352 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11353 (mouse-on-link-p, mouse-drag-region-1): Use it.
11354
11355 2005-02-25 Lute Kamstra <lute@gnu.org>
11356
11357 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11358
11359 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11360
11361 * frame.el (blink-cursor-mode): Add :group keyword.
11362
11363 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11364
11365 * calendar/icalendar.el (icalendar--decode-isodatetime):
11366 New optional argument DAY-SHIFT.
11367 (icalendar-export-region): Fix coding-system-for-write.
11368 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11369 events by one.
11370
11371 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11374
11375 2005-02-24 Kim F. Storm <storm@cua.dk>
11376
11377 * international/iso-acc.el (iso-accents-compose): Fix crash
11378 during redisplay. Call force-window-update after read-event
11379 and delete-region to signal that window is not accurate.
11380
11381 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11384 Remove unused and inexistent var `inhibit-trace'.
11385 (debugger-mode): Use run-mode-hooks.
11386 (debugger-list-functions): Add buttons; setup xref stack.
11387
11388 2005-02-23 Richard M. Stallman <rms@gnu.org>
11389
11390 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11391 appointment says it was explicitly made.
11392 (appt-add): Set the 3rd element.
11393 (appt-make-list): Preserve explicit appointments.
11394
11395 * subr.el (find-tag-default): Catch errors in forward-sexp.
11396
11397 2005-02-23 Juri Linkov <juri@jurta.org>
11398
11399 * info.el (Info-isearch-search): New defcustom.
11400 (Info-isearch-search): Call the default isearch function
11401 when Info-isearch-search is nil.
11402 (Info-isearch-wrap): Use variable Info-isearch-search.
11403
11404 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11405
11406 * cus-edit.el: Comment change.
11407
11408 2005-02-22 Kim F. Storm <storm@cua.dk>
11409
11410 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11411 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11412
11413 2005-02-22 Simon Josefsson <jas@extundo.com>
11414
11415 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11416 New variable.
11417 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11418 Oskarsson" <myrkraverk@users.sourceforget.net>.
11419
11420 2005-02-22 Kim F. Storm <storm@cua.dk>
11421
11422 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11423 check that window of that event is the selected window.
11424 (mouse-drag-region-1): Compare mouse event window to selected
11425 window before setting point.
11426
11427 * tooltip.el (tooltip-show-help-function): Pass event to
11428 mouse-on-link-p so it can check selected window.
11429
11430 2005-02-22 Kenichi Handa <handa@m17n.org>
11431
11432 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11433 (ps-mule-show-warning): New function.
11434 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11435 characters are found.
11436
11437 * ps-print.el (ps-header-footer-string): Return a list of header
11438 and footer strings.
11439
11440 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11441
11442 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11443
11444 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * frame.el (blink-cursor-mode): Use define-minor-mode.
11447
11448 * term/mac-win.el (function-key-map): Use char-names more consistently.
11449 (file-name-coding-system): Only set it for MacOS-9. The other case is
11450 already handled in mule-cmds.el (where it also works when mac-win.el
11451 is not used).
11452
11453 2005-02-21 Kenichi Handa <handa@m17n.org>
11454
11455 * international/mule.el (ctext-pre-write-conversion): Always use
11456 " *code-converting-work*" buffer for work.
11457
11458 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11459
11460 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11461
11462 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11463
11464 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11465
11466 * ses.el (undo-more): Restore defadvice, but only the part that
11467 allows changes outside the restricted area of the buffer.
11468
11469 2005-02-20 Kim F. Storm <storm@cua.dk>
11470
11471 * simple.el (line-move): Add fourth optional arg try-vscroll which
11472 must be set to perform auto-window-vscroll.
11473 When moving backwards and doing auto-window-vscroll, automatically
11474 vscroll to the last part of lines which are taller than the window.
11475 (next-line, previous-line): Set try-vscroll arg on line-move.
11476
11477 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11478
11479 * replace.el (query-replace, query-replace-regexp)
11480 (replace-string, replace-regexp): When operating on region, make
11481 the minibuffer prompt say so.
11482
11483 * isearch.el (isearch-forward): Document isearch-query-replace and
11484 isearch-query-replace-regexp keybindings.
11485
11486 2005-02-19 Jay Belanger <belanger@truman.edu>
11487
11488 * calc/calc-aent.el (math-read-token): Add local variable.
11489
11490 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11491 (calc-edit-top): Move declaration to earlier in file.
11492 (calc-edit-macro-repeats): Add local variables.
11493
11494 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11495 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11496 calcFunc-tanh.
11497 Adjust integration rule for calcFunc-tan.
11498
11499 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11500
11501 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11502 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11503 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11504 (viper-skip-separators): Bug fix.
11505 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11506 particular major mode.
11507 (viper-del-backward-char-in-replace): Don't put deleted char on the
11508 kill ring.
11509
11510 * viper-ex.el (viper-color-display-p): New function.
11511 (viper-has-face-support-p): Use viper-color-display-p.
11512
11513 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11514
11515 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11516
11517 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11518 (viper-file-remote-p): Make equivalent to file-remote-p.
11519
11520 * viper.el (viper-major-mode-modifier-list):
11521 Use viper-gnus-modifier-map.
11522
11523 2005-02-19 David Kastrup <dak@gnu.org>
11524
11525 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11526 quoting.
11527
11528 2005-02-19 Jay Belanger <belanger@truman.edu>
11529
11530 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11531 Remove extra definitions.
11532 (calc-coth): New function.
11533 (calcFunc-cot): Fix `let'.
11534
11535 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11536
11537 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11538 the reasons we use "type pc" in these faces.
11539
11540 * button.el (button): Ditto.
11541
11542 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11543
11544 * replace.el (query-replace-read-from): Set the value of
11545 query-replace-from-history-variable to handle the case of an empty
11546 string entered to accept the suggested default.
11547
11548 * net/tramp.el (tramp-file-name-for-operation):
11549 Use dired-call-process instead of dired-call-process-command.
11550
11551 2005-02-19 Jay Belanger <belanger@truman.edu>
11552
11553 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11554 (math-div-non-trig): New variables.
11555 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11556 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11557 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11558 trig expressions.
11559
11560 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11561
11562 * progmodes/gdb-ui.el (gdb-var-update-handler)
11563 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11564 for watch expressions,
11565 (gdb-var-create-handler): Don't set speedbar-update-flag.
11566 (gdb-post-prompt): Simplify test for speedbar.
11567
11568 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11569
11570 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11571 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11572 we use the syntax table of the correct buffer.
11573 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11574 Felix Gatzemeier.
11575
11576 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11577 (ediff-file-remote-p): Make synonymous with file-remote-p.
11578 In all deffaces ediff-*-face-*, use min-colors.
11579
11580 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11581 ediff-recurse-to-subdirectories.
11582 (ediff-mark-if-equal): Check that the arguments are strings, use
11583 ediff-same-contents (after to Felix Gatzemeier).
11584
11585 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11586 nil.
11587
11588 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11591
11592 2005-02-18 David Kastrup <dak@gnu.org>
11593
11594 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11595 use `mark-active' when defined.
11596
11597 2005-02-18 Kenichi Handa <handa@m17n.org>
11598
11599 * ps-print.el (ps-font-info-database): New entry
11600 ZapfChancery-MediumItalic with correct font name. Fix font name
11601 of the entry Zapf-Chancery-MediumItalic.
11602
11603 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11604
11605 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11606
11607 2005-02-16 Kim F. Storm <storm@cua.dk>
11608
11609 * ido.el (ido-fallback-command): Pass user input to fallback command.
11610
11611 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11612
11613 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11614 (gdb-find-file-hook): Add server prefix.
11615
11616 2005-02-16 Richard M. Stallman <rms@gnu.org>
11617
11618 * replace.el (perform-replace): Pass new args to replace-highlight.
11619 (replace-highlight): Take region args,
11620 and pass them to isearch-lazy-highlight-new-loop.
11621
11622 * novice.el (disabled-command-hook): Autoload the defalias
11623 and the make-obsolete-variable call.
11624
11625 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11626
11627 * isearch.el (isearch-lazy-highlight-start-limit)
11628 (isearch-lazy-highlight-end-limit): New variables limit
11629 the region for highlighting.
11630 (isearch-lazy-highlight-new-loop): New args BEG and END.
11631 (isearch-lazy-highlight-search): Use the new vars.
11632 (isearch-lazy-highlight-update): Likewise.
11633
11634 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11635
11636 * cus-start.el (all): Use default-boundp.
11637
11638 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11639
11640 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11641
11642 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11643
11644 * autorevert.el (auto-revert-stop-on-user-input)
11645 (auto-revert-verbose): Doc fixes.
11646
11647 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11648
11649 * international/mule-cmds.el (set-locale-environment): Remove call
11650 to set-selection-coding-system on Windows.
11651
11652 2005-02-15 Jay Belanger <belanger@truman.edu>
11653
11654 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11655 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11656 calcFunc-coth.
11657 (math-simplify-sqrt): Add simplifications.
11658
11659 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11660 to list.
11661
11662 * calc/calc-ext.el: Add functions to autoloads.
11663
11664 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11665 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11666 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11667 (math-csc-raw, math-cot-raw): New functions.
11668
11669 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11670
11671 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11672 the variable name in a message.
11673
11674 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11675 calcFunc-csc, calcFunc-cot.
11676
11677 * calc/calcalg2.el: Add derivative and integration rules for
11678 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11679 calcFunc-csch, calcFunc-coth.
11680 (math-do-integral-methods): Add to checks for when to use
11681 substitutions.
11682
11683 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11684
11685 2005-02-15 Lute Kamstra <lute@gnu.org>
11686
11687 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11688 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11689 <monnier@iro.umontreal.ca>
11690 (lisp-outline-level): Improve efficiency. Suggested by David
11691 Kastrup <dak@gnu.org>.
11692
11693 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11694
11695 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11696 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11697 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11698 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11699 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11700
11701 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11702
11703 * cus-start.el (all): Comment change.
11704
11705 2005-02-14 Lute Kamstra <lute@gnu.org>
11706
11707 * cus-start.el (all): Check if symbol is void.
11708
11709 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11710
11711 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11712 optional argument to \cite.
11713
11714 2005-02-14 Richard M. Stallman <rms@gnu.org>
11715
11716 * cus-edit.el (custom-buffer-create-internal): Update help message.
11717 (custom-magic-alist): Update help messages.
11718
11719 * cus-start.el (all): Allow a var to specify a standard value.
11720
11721 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11722
11723 * custom.el (custom-theme-set-variables): Handle variable aliases.
11724
11725 * frame.el (blink-cursor-timer): Doc fix.
11726 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11727 declare obsolete.
11728 (blink-cursor-mode): Define with defcustom and use correct
11729 standard expression in that defcustom.
11730 * startup.el (command-line): Adapt to above changes in frame.el.
11731
11732 2005-02-11 Lute Kamstra <lute@gnu.org>
11733
11734 * apropos.el (apropos-score-doc): Prevent division by zero.
11735
11736 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11737
11738 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11739 (icalendar--get-event-property-attributes)
11740 (icalendar--get-event-properties)
11741 (icalendar--datetime-to-diary-date): New functions.
11742 (icalendar--split-value): Doc fix.
11743 (icalendar--datetime-to-noneuropean-date)
11744 (icalendar--datetime-to-european-date): New optional argument
11745 SEPARATOR. Return result as a string instead of a list.
11746 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11747 (icalendar--convert-string-for-export): Rename arg S to STRING.
11748 (icalendar-export-region): Doc fix. Change name of error buffer.
11749 Save output buffer.
11750 (icalendar-import-file): Add blank at end of prompt.
11751 (icalendar-import-buffer): Doc fix. Do not switch to error
11752 buffer. Indicate status in return value.
11753 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11754 buffer. Save output buffer. Handle exception from recurrence
11755 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11756 events. Fix problems with weekly all-day events.
11757
11758 2005-02-10 Richard M. Stallman <rms@gnu.org>
11759
11760 * simple.el (eval-expression-print-format):
11761 Avoid warning about edebug-active.
11762
11763 * help.el (help-for-help-internal): Rename from help-for-help.
11764 (help-for-help): Define with defalias.
11765
11766 * font-core.el (font-lock-default-function): Use with-no-warnings.
11767
11768 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11769
11770 * custom.el (defface): Doc fix.
11771
11772 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11773
11774 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11775 width 0" to prevent word wrapping problems.
11776
11777 2005-02-09 Kim F. Storm <storm@cua.dk>
11778
11779 * ido.el (ido-file-extensions-order): New defcustom.
11780 (ido-file-extension-lessp, ido-file-extension-aux)
11781 (ido-file-extension-order): New advanced file ordering.
11782 (ido-file-lessp): New simple file ordering.
11783 (ido-sort-list): Remove.
11784 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11785 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11786
11787 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11788
11789 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11790 that some versions of grep produce.
11791 (grep-mode-font-lock-keywords): Likewise.
11792
11793 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11794
11795 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11796 (gdb-cdir): Delete.
11797 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11798 (gdb-source-info): Treat case when source file is in another
11799 directory properly.
11800 (gdb-get-location): New function.
11801
11802 2005-02-07 Jay Belanger <belanger@truman.edu>
11803
11804 * calc/calc-prog.el (calc-write-parse-table-part)
11805 (calc-fix-token-name): Fix a check for language type.
11806
11807 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11808
11809 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11810
11811 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11812 as directory not writable.
11813
11814 2005-02-07 Kim F. Storm <storm@cua.dk>
11815
11816 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11817 (cua--standard-movement-commands): Remove list.
11818 Instead, set CUA property value to move for movement commands.
11819 (cua-movement-commands): Remove. Users must set CUA prop instead.
11820 (cua--pre-command-handler): Check CUA property.
11821 (cua--init-keymaps): Don't remap undo commands.
11822 (cua-mode): Don't call cua--rectangle-on-off.
11823
11824 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11825 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11826 (cua--rect-undo-set-point): New var.
11827 (cua--rectangle-undo-boundary): Setup undo apply entry.
11828 (cua--rect-undo-handler): New function for rectangle undo.
11829 (cua--rect-start-position, cua--rect-end-position): Add.
11830 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11831 for restored rectangle. Set point if cua--rect-undo-set-point.
11832
11833 2005-02-06 Jay Belanger <belanger@truman.edu>
11834
11835 * calc/calc-lang.el (calc-tex-language): Display more information
11836 in messages.
11837
11838 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11839 in TeX mode.
11840
11841 2005-02-06 Richard M. Stallman <rms@gnu.org>
11842
11843 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11844
11845 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11846
11847 * net/ldap.el (ldap-search-internal): Support attributes with
11848 optional descriptions separated by a semi-colon, as in
11849 "userCertificate;binary".
11850
11851 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11852
11853 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11854 isn't a cons (i.e. the version is 0).
11855
11856 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11857
11858 * help.el (help-for-help): Doc fix.
11859
11860 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11861
11862 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11863 GDB-Windows on the menu-bar as this works better.
11864
11865 2005-02-04 Jay Belanger <belanger@truman.edu>
11866
11867 * calc/calc-embed.el (calc-embedded-update): Don't put in
11868 unnecessary newlines. Adjust the end of formula marker.
11869
11870 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11871 (math-latex-parse-two-args): New function.
11872
11873 2005-02-03 Lute Kamstra <lute@gnu.org>
11874
11875 * help-fns.el (help-with-tutorial): Make sure that users cannot
11876 remove the entire text of the tutorial by means of `undo'.
11877
11878 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11879
11880 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11881 in recent changes, where the ispell process was repeatedly
11882 killed & restarted.
11883
11884 * international/mule-cmds.el (set-locale-environment): Set file-name
11885 coding system to utf-8 on Darwin systems.
11886 (set-default-coding-systems): Don't set default-file-name-coding-system
11887 on Darwin systems.
11888
11889 2005-02-03 Richard M. Stallman <rms@gnu.org>
11890
11891 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11892
11893 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11894
11895 * faces.el (list-faces-display): Add optional argument.
11896
11897 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * font-core.el (font-lock-default-function): Handle the rare case where
11900 only font-lock-keywords is set.
11901
11902 2005-02-02 Kenichi Handa <handa@m17n.org>
11903
11904 * international/characters.el: Cancel previous change for
11905 I-WITH-DOT-ABOVE and DOTLESS-i.
11906
11907 * international/latin-5.el: Cancel previous change.
11908
11909 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11910
11911 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11912
11913 2005-02-02 Kenichi Handa <handa@m17n.org>
11914
11915 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11916 DOTLESS-i.
11917
11918 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11919 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11920
11921 * case-table.el (get-upcase-table): New function.
11922 (copy-case-table): Copy upcaes table too if non-nil.
11923 (set-case-syntax-delims): Maintain upcase table too.
11924 (set-case-syntax-pair): Likewise.
11925 (set-upcase-syntax, set-downcase-syntax): New functions.
11926 (set-case-syntax): Maintain upcase table too.
11927
11928 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11929
11930 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11931
11932 * progmodes/gud.el (gud-goto-info): New function.
11933 (gud-tool-bar-map): Use correct icon.
11934
11935 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11936
11937 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11938 When delegating, order args in the funcall correctly.
11939
11940 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11941
11942 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11943
11944 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
11945
11946 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11947 buffer not visiting a file.
11948
11949 2005-01-31 Jay Belanger <belanger@truman.edu>
11950
11951 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11952 bound on the line with the formula.
11953
11954 2005-01-31 Kim F. Storm <storm@cua.dk>
11955
11956 * ses.el (ses-create-cell-variable-range)
11957 (ses-destroy-cell-variable-range, ses-reset-header-string)
11958 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11959 (ses-insert-row): Fix format of apply undo entries.
11960
11961 2005-01-31 Jay Belanger <belanger@truman.edu>
11962
11963 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11964 parts.
11965
11966 * calc/calc-embed.el (calc-embedded-open-formula)
11967 (calc-embedded-close-formula): Ignore matrix environments.
11968
11969 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11970 TeX mode.
11971
11972 * calc/calc-lang.el (math-function-table, math-oper-table)
11973 (math-variable-table): Adjust the LaTeX portions.
11974
11975 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11976 (math-latex-ignore-words): New constant.
11977
11978 2005-01-31 Richard M. Stallman <rms@gnu.org>
11979
11980 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11981 (ispell-local-dictionary): Doc fix.
11982 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11983 Don't reinitialize at run time. Don't defcustom.
11984 All uses changed to append ispell-local-dictionary-alist,
11985 or check it first.
11986 (ispell-current-dictionary): New variable for dictionary in use.
11987 (ispell-dictionary): Now used only for global default.
11988 (ispell-start-process): Set ispell-current-dictionary,
11989 not ispell-dictionary.
11990 (ispell-change-dictionary): Use this only for setting
11991 user preferences.
11992 (ispell-internal-change-dictionary): New function
11993 to change the current dictionary in use.
11994 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
11995 Use ispell-current-dictionary.
11996 Handle ispell-local-dictionary-overridden.
11997 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
11998
11999 2005-01-31 Jay Belanger <belanger@truman.edu>
12000
12001 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12002
12003 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12004 (calc-mode-map): Add calc-latex-language.
12005
12006 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12007 (math-latex-print-frac): New functions.
12008 (math-oper-table, math-function-table, math-variable-table)
12009 (math-complex-format, math-input-filter): Add latex properties.
12010 (calc-set-language): Set math-expr-special-function-mapping.
12011
12012 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12013 (calc-write-parse-table-part): Add LaTeX support.
12014
12015 * calc/calc.el (calc-language): Adjust docstring.
12016 (calc-set-mode-line): Add LaTeX support.
12017 (math-expr-special-function-mapping): New variable.
12018 (math-tex-ignore-words): Add to list.
12019
12020 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12021 Add LaTeX support.
12022 (math-compose-expr): Add support for special functions.
12023
12024 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12025
12026 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12027
12028 * progmodes/gdb-ui.el (gdb-memory-address)
12029 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12030 (gdb-memory-mode-map, gdb-memory-format-keymap)
12031 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12032 (gdb-memory-unit-menu): New variables for a buffer
12033 that lets the user examine program memory.
12034 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12035 (gdb-memory-format-binary, gdb-memory-format-octal)
12036 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12037 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12038 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12039 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12040 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12041 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12042 (gdb-memory-mode, gdb-memory-buffer-name)
12043 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12044 New functions for above buffer.
12045
12046 2005-01-30 Richard M. Stallman <rms@gnu.org>
12047
12048 * cus-edit.el (custom-bury-buffer): Function deleted.
12049 (custom-buffer-done-function): Option deleted.
12050 (custom-buffer-done-kill): New (replacement option.
12051 (Custom-buffer-done): Call quit-window.
12052 (custom-buffer-create-internal): Update for above changes.
12053
12054 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12055
12056 * simple.el (undo-ask-before-discard): New var.
12057 (undo-outer-limit-truncate): Implement it.
12058 (undo-extra-outer-limit): Doc update.
12059
12060 2005-01-29 Richard M. Stallman <rms@gnu.org>
12061
12062 * ses.el (undo-more): Delete defadvice.
12063 (ses-begin-change): Doc fix.
12064
12065 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12066 instead of rebinding C-x u and C-_.
12067
12068 * files.el (normal-backup-enable-predicate): Return nil for files
12069 in /tmp, regardless of temporary-file-directory.
12070
12071 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12072
12073 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12074 (open-rectangle, delete-whitespace-rectangle-line)
12075 (clear-rectangle-line): If FILL, pass t instead of FILL
12076 for move-to-column's 2nd arg.
12077
12078 * simple.el (undo): Fix the test for continuing a series of undos.
12079 (undo-more): Set pending-undo-list to t when we reach end.
12080 (pending-undo-list): Move up defvar.
12081
12082 * wid-edit.el (widget-button-click):
12083 Shorten the range of the track-mouse binding.
12084
12085 * comint.el (comint-insert-input): Undo previous changes;
12086 use last-input-event in interactive spec.
12087
12088 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12089
12090 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12091 to nil before invoking call-process. Reset buffer's modified flag
12092 after fontifying it in the no-async branch.
12093
12094 * wid-edit.el (widget-specify-button): If mouse pointer shape
12095 cannot be changed, use mouse face instead.
12096
12097 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12098
12099 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12100 (gdb-goto-breakpoint): Make breakpoint handling work on template
12101 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12102 (gdb-assembler-custom): Update to recognize breakpoint information
12103 added on 2005-01-19.
12104
12105 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12108 (dsssl-mode): Use define-derived-mode.
12109 (scheme-mode-initialize): Remove.
12110 (scheme-mode): Use run-mode-hooks.
12111
12112 * cus-edit.el (customize-group-other-window)
12113 (custom-buffer-create-other-window): Don't override special-display-*.
12114 (custom-mode-map): Make it dense.
12115
12116 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12117 sets the default value.
12118
12119 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12120
12121 * descr-text.el: Add more keywords.
12122
12123 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * speedbar.el: Avoid unnecessary use of locate-library.
12126
12127 * international/mule-cmds.el (standard-display-european-internal):
12128 Don't fiddle with latin-1 non-break space any more since it's now
12129 special cased in the C code.
12130 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12131
12132 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12133
12134 * cus-start.el (all): Add `undo-outer-limit'.
12135
12136 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12137
12138 * textmodes/bibtex.el (bibtex-format-entry):
12139 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12140 field lines.
12141 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12142 not on part of a buffer.
12143
12144 2005-01-25 Lute Kamstra <lute@gnu.org>
12145
12146 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12147 nonempty field text strings like "{letters\\macro{}more letters}".
12148 Clarify docstring.
12149 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12150 (bibtex-entry-offset, bibtex-parse-association)
12151 (bibtex-parse-field-name): Fix typos in docstrings.
12152 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12153
12154 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12155
12156 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12157 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12158 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12159 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12160
12161 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12162 isearch minor mode.
12163
12164 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12165
12166 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12167
12168 2005-01-24 Lute Kamstra <lute@gnu.org>
12169
12170 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12171 CASECHARS and NOT-CASECHARS regular expressions of the
12172 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12173 striding over charsets" error.
12174
12175 2005-01-24 Jay Belanger <belanger@truman.edu>
12176
12177 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12178 display variable name.
12179
12180 2005-01-24 Kenichi Handa <handa@m17n.org>
12181
12182 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12183 Fix setting of the element of encoded-kbd-iso2022-invocations.
12184
12185 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12186
12187 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12188 (gdb-threads-select): Change to also accept mouse events.
12189 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12190 (gdb-threads-mouse-select): Delete.
12191
12192 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12193
12194 * files.el (insert-directory): Take care of empty directory,
12195 listed without -a switch.
12196
12197 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * textmodes/refill.el (refill-post-command-function):
12200 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12201 to the list of functions that we should be careful not to undo.
12202 (refill-late-fill-paragraph-function): Remove.
12203 (refill-saved-state): New var.
12204 (refill-mode): Use it to save fill-paragraph-function.
12205 Save also the value of auto-fill-function.
12206
12207 * term/w32-win.el: Simplify code.
12208
12209 2005-01-23 Kim F. Storm <storm@cua.dk>
12210
12211 * simple.el (line-move): Adapt to new return value from
12212 pos-visible-in-window-p.
12213
12214 * simple.el (line-move): Fix last change. Check partial
12215 visibility at point rather than at window-start.
12216
12217 2005-01-22 Jason Rumney <jasonr@gnu.org>
12218
12219 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12220
12221 2005-01-22 David Kastrup <dak@gnu.org>
12222
12223 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12224
12225 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12226
12227 * type-break.el (type-break-mode): Add a test for
12228 type-break-file-name being non-nil.
12229
12230 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12231
12232 * net/eudc.el (top level): Call (message "") via progn, so that
12233 eudc-options-file is loaded.
12234
12235 2005-01-22 Kim F. Storm <storm@cua.dk>
12236
12237 * simple.el (line-move-1): Rename from line-move.
12238 (line-move): New function that adjusts vscroll for partially
12239 visible rows, and calls line-move-1 otherwise.
12240
12241 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12242
12243 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12244 since it's not a complete read-event implementation
12245
12246 2005-01-20 Jay Belanger <belanger@truman.edu>
12247
12248 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12249 for called function.
12250
12251 2005-01-20 Steven Tamm <steventamm@mac.com>
12252
12253 * term/mac-win.el (process-connection-type): Remove.
12254 Controlled now by s/darwin.h:PTY_ITERATION.
12255
12256 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12257
12258 * window.el (handle-select-window): Don't switch window when we're
12259 in the minibuffer.
12260
12261 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12262
12263 * subr.el (dotimes-with-progress-reporter): New macro.
12264
12265 * ses.el (ses-dotimes-msg): Remove macro.
12266 Use `dotimes-with-progress-reporter' instead.
12267
12268 2005-01-19 Steven Tamm <steventamm@mac.com>
12269
12270 * term/mac-win.el (process-connection-type): Use new
12271 operating-system-release variable to use ptys on Darwin 7 (OS X
12272 10.3) when using carbon build.
12273
12274 2005-01-19 Jay Belanger <belanger@truman.edu>
12275
12276 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12277 flags if the last command was a tab or M-tab.
12278
12279 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12280 in formula editing buffer.
12281
12282 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12283
12284 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12285 breakpoint image symbol in margin.
12286
12287 2005-01-19 Jay Belanger <belanger@truman.edu>
12288
12289 * calc/calc-prog.el (calc-execute-kbd-macro):
12290 Ignore calc-keep-arg-flag.
12291
12292 2005-01-19 Kenichi Handa <handa@m17n.org>
12293
12294 * textmodes/ispell.el (ispell-looking-at): New function.
12295 (ispell-process-line): Use ispell-looking-at to compare the ispell
12296 output and the buffer contents.
12297
12298 2005-01-18 Jay Belanger <belanger@truman.edu>
12299
12300 * calc/calc.el (calc-display-raw): Fix docstring.
12301
12302 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12303
12304 * simple.el (blink-matching-open): Strip extra info from syntax.
12305
12306 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12307 funny chars in the end-of-here-doc marker.
12308
12309 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12310
12311 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12312 that enable/disabled state of breakpoints is shown correctly in
12313 fringe and on ttys.
12314 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12315 Add breakpoint information as text properties.
12316 (gdb-mouse-toggle-breakpoint):
12317 Rename to gdb-mouse-set-clear-breakpoint.
12318 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12319 breakpoints in the margin.
12320 (gdb-remove-strings): Simplify.
12321
12322 2005-01-17 Jay Belanger <belanger@truman.edu>
12323
12324 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12325 erasing buffer.
12326
12327 2005-01-17 Richard M. Stallman <rms@gnu.org>
12328
12329 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12330 for calling grep-compute-defaults.
12331
12332 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12333 if buffer is empty.
12334
12335 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12336
12337 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12340
12341 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12342 non-preloaded variables.
12343
12344 2005-01-17 Steven Tamm <steventamm@mac.com>
12345
12346 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12347 tex-shell cause to force interactivity when using pipes.
12348
12349 2005-01-17 Kim F. Storm <storm@cua.dk>
12350
12351 * simple.el (just-one-space): Make arg optional.
12352
12353 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12354
12355 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12356 posn-at-x-y to t to access left-margin.
12357
12358 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12359
12360 Sync with Tramp 2.0.47.
12361
12362 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12363 catching keep-date problems in cp/scp operations.
12364 (tramp-handle-copy-file): Don't call `set-file-modes'
12365 unconditionally. Specialized functions should know better what is
12366 necessary. This improves performance a little bit, and the
12367 functions could catch errors with `cp -p' and `scp -p'.
12368 (tramp-do-copy-or-rename-file-via-buffer)
12369 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12370 when appropriate.
12371 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12372 Call `set-file-modes' when appropriate.
12373 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12374 Johnsson <isak@hypergene.com>
12375 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12376 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12377 <joakim@verona.se>
12378 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12379 Emacs only.
12380
12381 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12382 `find-file-hooks' and `dired-mode-hook'.
12383 (tramp-minor-mode-map): Respective map. Add remapping for
12384 `compile' and `recompile'.
12385 (tramp-remap-command, tramp-recompile): New defuns.
12386 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12387 in buffer "*Compilation*". Call the commands asynchronously.
12388
12389 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12390 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12391 `shell-command', because it isn't magic in XEmacs. Reported by
12392 Adrian Aichner <adrian@xemacs.org>.
12393
12394 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12395 `substitute-in-file-name.
12396 (tramp-smb-handle-substitute-in-file-name): New defun.
12397 (tramp-smb-advice-PC-do-completion): Delete advice.
12398
12399 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12400
12401 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12402 Fix error in deleting region.
12403
12404 2005-01-15 Richard M. Stallman <rms@gnu.org>
12405
12406 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12407 In non-temp buffer, switch syntax table temporarily.
12408
12409 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12410
12411 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12412
12413 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12414
12415 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12416 (imenu--generic-function): Use START, not BEG, as pos of definition.
12417
12418 * simple.el (just-one-space): Argument specifies number of spaces.
12419
12420 * simple.el (eval-expression-print-format): Avoid warning
12421 about edebug-active.
12422
12423 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12424
12425 * progmodes/sh-script.el: Code copied from make-mode.el
12426 with small changes,
12427 (sh-mode-map): Bind C-c C-\.
12428 (sh-backslash-column, sh-backslash-align): New variables.
12429 (sh-backslash-region, sh-append-backslash): New functions.
12430
12431 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12432
12433 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12434 (rmail-pop-password, rmail-pop-password-required): Move to
12435 rmail-obsolete group.
12436 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12437 All callers updated.
12438 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12439 Take an argument specifying whether it is POP or IMAP mailbox we
12440 are using. All callers updated.
12441 (rmail-pop-password-error): Rename to
12442 rmail-remote-password-error. Added mailutils-specific error message.
12443 (rmail-movemail-search-path)
12444 (rmail-movemail-variant-in-use): New variables.
12445 (rmail-remote-password, rmail-remote-password-required):
12446 New customization variables.
12447 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12448 (rmail-parse-url): New function.
12449 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12450 with GNU mailutils movemail.
12451
12452 2005-01-15 Kevin Ryde <user42@zip.com.au>
12453
12454 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12455 suffix to space, $ or '$, to correctly position point when going
12456 to @table style constants like DBL_MAX.
12457
12458 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12459
12460 * type-break.el (type-break-mode, type-break-file-time)
12461 (type-break-file-keystroke-count, type-break-choose-file):
12462 Don't store data in or load data from the file if type-break-file-name
12463 is nil.
12464 (type-break-file-name): Doc update as per the above.
12465
12466 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12467
12468 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12469 lookup-key might return nil; handle that.
12470
12471 2005-01-15 Alan Mackenzie <acm@muc.de>
12472
12473 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12474 rather than the element found, thus enabling the tree to be setcar'd.
12475
12476 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12477
12478 * textmodes/org.el (org-show-following-heading): New option.
12479 (org-show-hierarchy-above): Use `org-show-following-heading'.
12480 (org-cycle): Documentation fix.
12481
12482 * textmodes/org.el (orgtbl-optimized): New option
12483 (orgtbl-mode): New command, a minor mode.
12484 (orgtbl-mode-map): New variable.
12485 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12486 (orgtbl-error, orgtbl-self-insert-command)
12487 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12488
12489 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12490 a local variable in each org-mode buffer.
12491
12492 * textmodes/org.el (org-set-regexps-and-options): Rename from
12493 `org-set-regexps'. Added checking for STARTUP keyword.
12494 (org-get-current-options): Add STARTUP options.
12495 (org-table-insert-row): Make mode intelligent about when
12496 realignment is needed.
12497 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12498 New commands.
12499 (org-enable-table-editor): New default value `optimized'.
12500 (org-table-blank-field): Support blanking regions if active.
12501
12502 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12503
12504 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12505 if the year is not given.
12506
12507 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12508 Add new escapes %m and %M, fixed bug with %F by adding
12509 save-match-data.
12510 (reftex-reference): Remove ?. from list of spaces.
12511 (reftex-label-info): Add automatic label prefix recognition.
12512
12513 * textmodes/reftex-index.el (reftex-index-next-phrase):
12514 Add slave parameter to call of `reftex-index-this-phrase'.
12515 (reftex-index-this-phrase): New optional argument.
12516 (reftex-index-region-phrases): Add slave parameter to call of
12517 `reftex-index-this-phrase'.
12518 (reftex-display-index): New argument redo.
12519 (reftex-index-rescan): Add 'redo to arguments of
12520 `reftex-display-index'.
12521 (reftex-index-Rescan, reftex-index-revert)
12522 (reftex-index-switch-index-tag): Add 'redo to arguments of
12523 `reftex-display-index'.
12524 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12525 indexing. Fix bug with matching is there is a quote before or
12526 after the word.
12527
12528 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12529 Fix bug when collecting citation keys in lines with comments.
12530 (reftex-citation): Prefix argument no longer rescans the document,
12531 but forces prompting for optional arguments of cite macros.
12532 (reftex-do-citation): Prompting for optional arguments implemented.
12533
12534 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12535 Add optional arguments to most cite commands.
12536 (reftex-cite-cleanup-optional-args): New option
12537 (reftex-cite-prompt-optional-args): New option.
12538 (reftex-trust-label-prefix): New option.
12539
12540 * textmodes/reftex-toc.el (reftex-toc-find-section):
12541 Add push-mark before changing the position in the buffer.
12542
12543 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12544 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12545
12546 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12547
12548 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12549 more carefully.
12550
12551 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12552
12553 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12554 (sgml-mode): Use it.
12555 (sgml-get-context): Better keep track of implicitly closed tags.
12556
12557 2005-01-13 Kenichi Handa <handa@m17n.org>
12558
12559 * textmodes/ispell.el: These changes are to fix misalignment error
12560 caused by equivalent characters of different Emacs charsets.
12561 (ispell-unified-chars-table): New variable.
12562 (ispell-get-decoded-string): New function.
12563 (ispell-get-casechars, ispell-get-not-casechars)
12564 (ispell-get-otherchars): Call ispell-get-decoded-string.
12565
12566 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12567
12568 * custom.el (custom-declare-variable): Just put symbol instead
12569 of (defvar . symbol) in `current-load-list'.
12570
12571 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12572
12573 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12574
12575 2005-01-12 Jay Belanger <belanger@truman.edu>
12576
12577 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12578 to create a Calc summary.
12579
12580 2005-01-12 Kim F. Storm <storm@cua.dk>
12581
12582 * mouse.el (mouse-on-link-p): Change functionality and doc
12583 string to comply with latest description in lisp ref.
12584
12585 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12586
12587 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12588 Enable mouse clicks on mode-line, header-line and margin.
12589 (event-type): Give mouse event symbols an 'event-kind property
12590 with value 'mouse-click.
12591
12592 2005-01-12 Juri Linkov <juri@jurta.org>
12593
12594 * facemenu.el (list-colors-display): Add new arg buffer-name.
12595 Use it. Fix docstring. Replace code for identifying duplicate
12596 colors by the name with call to `list-colors-duplicates' which
12597 identifies duplicate colors by the value unless the color
12598 is one of special Windows colors. Set truncate-lines to t.
12599 Print sorted duplicate color names on each line. Indent to 22
12600 \(the longest color name in rgb.txt) instead of 20. Optimize.
12601 (list-colors-duplicates): New function.
12602 (facemenu-color-name-equal): Delete function.
12603
12604 * facemenu.el (list-colors-print): New function created from code
12605 in list-colors-display. Print #RRGGBB at the window right edge.
12606 (list-colors-display): When temp-buffer-show-function is not
12607 defined, call list-colors-print from temp-buffer-show-hook
12608 to get the right value of window-width in list-colors-print
12609 after the buffer is displayed.
12610
12611 * simple.el (pop-mark): Move deactivate-mark out of conditional
12612 part to deactivate the active mark regardless of the state of the
12613 mark ring.
12614
12615 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12616 variables line in desktop files.
12617
12618 2005-01-12 Juri Linkov <juri@jurta.org>
12619
12620 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12621 Bring together isearch highlight related options.
12622 (lazy-highlight): Replace group `replace' by `matching'.
12623 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12624 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12625 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12626 and declare them obsolete.
12627 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12628 (isearch-faces): Remove defgroup.
12629 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12630 Move isearch highlighting code closer to lazy highlighting code.
12631
12632 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12633 (query-replace-highlight, query-replace-lazy-highlight)
12634 (query-replace): Move definitions to the beginning of the file.
12635
12636 2005-01-11 Juri Linkov <juri@jurta.org>
12637
12638 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12639 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12640 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12641
12642 * info.el (Info-history-forward): New variable.
12643 (Info-select-node): Reset Info-history-forward to nil.
12644 (Info-last): Turn into defalias.
12645 (Info-history-back): Rename from Info-last.
12646 Add current node to Info-history-forward.
12647 (Info-history-forward): New fun.
12648 (Info-mode-map): Replace Info-last by Info-history-back.
12649 Bind Info-history-forward to "r".
12650 (Info-mode-menu): Replace Info-last by Info-history-back.
12651 Fix menu item text. Add menu item for Info-history-forward.
12652 (info-tool-bar-map): Replace Info-last by Info-history-back.
12653 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12654 for Info-history-forward.
12655 (Info-mode): Replace Info-last by Info-history-back in docstring.
12656 Add local variable Info-history-forward.
12657 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12658
12659 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12660
12661 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12662 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12663 Ignore select-window events rather than fiddle with
12664 mouse-autoselect-window.
12665
12666 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12667
12668 * type-break.el (type-break-mode): Fix previous change.
12669
12670 2005-01-10 Jay Belanger <belanger@truman.edu>
12671
12672 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12673 calculator; only reset when point is inside a calculator.
12674 Don't adjust the window height if the window takes up the whole height
12675 of the frame.
12676
12677 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12678
12679 * ebuff-menu.el (Electric-buffer-menu-mode):
12680 Preserve value of buffer-local var header-line-format.
12681
12682 2005-01-09 Jay Belanger <belanger@truman.edu>
12683
12684 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12685 Make sure settings file exists before accessing it.
12686
12687 * calc/calc-embed.el (calc-embedded-subst):
12688 Replace math-multi-subst-rec, which is only supposed to be called
12689 by math-multi-subst, by math-multi-subst.
12690
12691 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12692
12693 * vc.el (vc-allow-async-revert): New user option.
12694 (vc-disable-async-diff): New internal variable.
12695 (vc-revert-buffer): Use them to disable asynchronous diff.
12696
12697 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12698 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12699 asynchronously if vc-disable-async-diff is t.
12700
12701 2005-01-09 Jay Belanger <belanger@truman.edu>
12702
12703 * calc/calc.el (defcalcmodevar): New macro.
12704 (calc-mode-var-list-restore-default-values)
12705 (calc-mode-var-list-restore-saved-values): New functions.
12706 (calc-mode-var-list): Use defcalcmodevar to define it.
12707 (calc-always-load-extensions, calc-line-numbering)
12708 (calc-line-breaking, calc-display-just, calc-display-origin)
12709 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12710 (calc-group-char, calc-point-char, calc-frac-format)
12711 (calc-prefer-frac, calc-hms-format, calc-date-format)
12712 (calc-float-format, calc-full-float-format, calc-complex-format)
12713 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12714 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12715 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12716 (calc-matrix-brackets, calc-language, calc-language-option)
12717 (calc-left-label, calc-right-label, calc-word-size)
12718 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12719 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12720 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12721 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12722 (calc-window-height, calc-display-trail, calc-show-selections)
12723 (calc-use-selections, calc-assoc-selections)
12724 (calc-display-working-message, calc-auto-why, calc-timing)
12725 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12726 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12727 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12728 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12729 (calc-gnuplot-geometry, calc-graph-default-resolution)
12730 (calc-graph-default-resolution-3d, calc-invocation-macro)
12731 (calc-show-banner): Use defcalcmodevar to declare them and set
12732 their default values.
12733
12734 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12735 instead of default values (but restore default values if there is
12736 an argument of 0).
12737
12738 2005-01-09 David Kastrup <dak@gnu.org>
12739
12740 * desktop.el (desktop-restore-eager): Fix typo in type.
12741
12742 2005-01-08 Richard M. Stallman <rms@gnu.org>
12743
12744 * cus-edit.el (customize): Delete :link.
12745
12746 2005-01-08 Jay Belanger <belanger@truman.edu>
12747
12748 * calc/calc.el (calc-mode): Remove the extension from the
12749 `calc-settings-file' file name when loading it.
12750
12751 2005-01-08 Kim F. Storm <storm@cua.dk>
12752
12753 * info.el (Info-mode-map, Info-next-link-keymap)
12754 (Info-prev-link-keymap, Info-up-link-keymap):
12755 Map follow-link to mouse-face.
12756 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12757
12758 2005-01-08 Jay Belanger <belanger@truman.edu>
12759
12760 * calc/calc.el (calc-settings-file): Change default value.
12761 Suggested by cgw in a comment in calc-mode.el.
12762
12763 * calc/calc-mode.el (calc-settings-file-name):
12764 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12765 Replace ~/.emacs in a prompt by calc-settings-file.
12766
12767 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12768
12769 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12770 (desktop-lazy-idle-delay): New customizable variables.
12771 (desktop-buffer-args-list): New variable.
12772 (desktop-append-buffer-args): New function.
12773 (desktop-save): Call desktop-append-buffer-args for some buffers.
12774 (desktop-lazy-create-buffer): New function.
12775 (desktop-idle-create-buffers): New function.
12776 (desktop-read): Add message about buffers to restore lazily.
12777 (desktop-lazy-abort): New command.
12778 (desktop-clear): Call desktop-lazy-abort.
12779 (desktop-lazy-complete): New command.
12780
12781 2005-01-06 Richard M. Stallman <rms@gnu.org>
12782
12783 * emacs-lisp/find-func.el (find-face-definition):
12784 Rename from find-face.
12785
12786 2005-01-06 Kim F. Storm <storm@cua.dk>
12787
12788 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12789
12790 * man.el (Man-xref-man-page, Man-xref-header-file)
12791 (Man-xref-normal-file): Add follow-link property.
12792
12793 2005-01-06 Jay Belanger <belanger@truman.edu>
12794
12795 * calc/calc-units.el: Make sure the proper macro definitions are
12796 available when compiling.
12797
12798 2005-01-06 Juri Linkov <juri@jurta.org>
12799
12800 * isearch.el (isearch-lazy-highlight-update):
12801 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12802
12803 2005-01-06 Miles Bader <miles@gnu.org>
12804
12805 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12806 (isearch-lazy-highlight-face): Use new name.
12807
12808 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12809
12810 * uniquify.el (uniquify-rationalize-file-buffer-names):
12811 Re-add an interactive spec.
12812 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12813 to the same name.
12814
12815 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12816 (isearch-update, isearch-done): Adjust calls accordingly.
12817
12818 2005-01-05 Richard M. Stallman <rms@gnu.org>
12819
12820 * custom.el (custom-set-variables, custom-theme-set-variables):
12821 Clarify documentation.
12822
12823 * emacs-lisp/find-func.el (find-variable)
12824 (find-variable-other-window, find-variable-other-frame):
12825 Fix the TYPE args to find-function-read and find-function-do-it.
12826 (find-function): Doc fix.
12827 (find-function-at-point): Replace function-at-point alias.
12828
12829 2005-01-04 Richard M. Stallman <rms@gnu.org>
12830
12831 * cus-face.el (custom-declare-face):
12832 Record defface in current-load-list.
12833
12834 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12835
12836 * emacs-lisp/find-func.el: Doc fixes.
12837 (find-face-regexp): New variable.
12838 (find-function-regexp-alist): New variable.
12839 (find-function-C-source): Third arg is now TYPE.
12840 (find-function-search-for-symbol): Handle general TYPE.
12841 (find-function-read, find-function-do-it): Handle general TYPE.
12842 (find-definition-noselect, find-face): New functions.
12843 (function-at-point): Alias deleted.
12844
12845 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * battery.el (display-battery-mode): Rename from display-battery.
12848 Handle the case where it gets turned off.
12849
12850 2005-01-04 Richard M. Stallman <rms@gnu.org>
12851
12852 * cus-edit.el (customize): Make :link point to user doc.
12853
12854 * man.el (Man-fontify-manpage): Turn off undo generation.
12855
12856 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12857
12858 2005-01-04 Andreas Schwab <schwab@suse.de>
12859
12860 * files.el (insert-directory): Only look for error lines in
12861 inserted text. Don't move too far after processing --dired markers.
12862
12863 2005-01-04 Richard M. Stallman <rms@gnu.org>
12864
12865 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12866 Don't expand if the character is @, period, dash, etc.
12867 (define-mail-abbrev): Quote names that contain problem characters.
12868
12869 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12870
12871 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12872
12873 2005-01-03 Richard M. Stallman <rms@gnu.org>
12874
12875 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12876 (query-replace-highlight, query-replace-lazy-highlight)
12877 (query-replace): Definitions moved up. Doc fix.
12878
12879 2005-01-03 Richard M. Stallman <rms@gnu.org>
12880
12881 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12882 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12883 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12884 (lazy-highlight-face): Rename from isearch-lazy-...
12885 Change all references to them.
12886
12887 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12888
12889 * cus-edit.el (custom-file): Doc fix for defcustom.
12890 (custom-file): The function no longer sets the variable
12891 `custom-file' to its return value.
12892
12893 * startup.el (command-line): No longer load `custom-file'.
12894
12895 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12896
12897 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12898
12899 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12900 Don't confuse module-prefixed identifiers for labels.
12901 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12902
12903 2005-01-02 Richard M. Stallman <rms@gnu.org>
12904
12905 * files.el (basic-save-buffer-1): Fix previous change.
12906
12907 * loadhist.el (file-loadhist-lookup): New function.
12908 (file-provides, file-requires): Use it.
12909
12910 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12911 instead of calculating the right size.
12912
12913 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12914
12915 * vc-svn.el (vc-svn-diff): Stay local if possible.
12916
12917 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12918
12919 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12920
12921 * files.el (hack-local-variables): Fix last change.
12922
12923 2005-01-02 Jay Belanger <belanger@truman.edu>
12924
12925 * calc/calc-yank.el (calc-edit-top): New variable.
12926 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12927 object. Change header properties.
12928 (calc-edit-finish, calc-edit-finish-stack-object)
12929 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12930 edited object.
12931 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12932 for the beginning of the edited object.
12933 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12934 for the beginning of the edited object.
12935 * calc/calc-prog.el (calc-edit-macro-finish-edit)
12936 (calc-finish-formula-edit, calc-macro-repeats)
12937 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12938 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12939 beginning of the edited object.
12940 (calc-user-define-edit): Change the header for editing macros.
12941 Remove unnecessary variable.
12942
12943 2005-01-01 Jay Belanger <belanger@truman.edu>
12944
12945 * calc/calc-yank.el (calc-edit-mode): Change default header.
12946 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12947 * calc/calc-store.el (calc-edit-variable): Change title to match new
12948 header.
12949 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12950 mode to match new header.
12951 (calc-user-define-edit): Change titles to include names of commands.
12952 (calc-finish-formula-edit): Adjust to handle new header.
12953 (calc-finish-macro-edit): Remove.
12954 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12955 (calc-edit-macro-command, calc-edit-macro-command-type)
12956 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12957 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12958 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12959 (calc-edit-macro-finish-edit): New functions.
12960 (calc-user-define-edit): Use new functions to edit named calc macros.
12961
12962 2005-01-01 Stefan <monnier@iro.umontreal.ca>
12963
12964 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12965
12966 * ses.el (copy-region-as-kill): Deactivate mark.
12967
12968 2005-01-01 Richard M. Stallman <rms@gnu.org>
12969
12970 * replace.el (occur-1): If the output buffer is also an input,
12971 don't kill it, rename it.
12972
12973 * faces.el (set-face-background, set-face-foreground): Doc fix.
12974
12975 * cus-face.el (custom-face-attributes): Fix :help-echo strings
12976 for :foreground and :background.
12977
12978 * dired.el (dired-view-command-alist): Variable deleted.
12979 (dired-view-file, dired-mouse-find-file-other-window):
12980 Delete the code to use it.
12981
12982 2005-01-01 Kim F. Storm <storm@cua.dk>
12983
12984 * image.el (insert-sliced-image): Use t for line-height property.
12985
12986 See ChangeLog.11 for earlier changes.
12987
12988 ;; Local Variables:
12989 ;; coding: iso-2022-7bit
12990 ;; End:
12991
12992 Copyright (C) 2005 Free Software Foundation, Inc.
12993 Copying and distribution of this file, with or without modification,
12994 are permitted provided the copyright notice and this notice are preserved.
12995
12996 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1