]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
[gnu-emacs] / lisp / ChangeLog
1 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2
3 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
4 Gnome file-manager.png as suggested by
5 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6
7 * toolbar/README: Add diropen.xpm.
8
9 2005-10-13 Bill Wohler <wohler@newt.com>
10
11 * makefile.w32-in (MH_E_SRC): Renamed from MH-E-SRC per NMAKE
12 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13
14 2005-10-13 Kenichi Handa <handa@m17n.org>
15
16 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
17 byte with `escape-glyph' face.
18
19 * international/fontset.el (ccl-encode-unicode-font): Lookup
20 utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode. Handle
21 the case that ucs-mule-to-mule-unicode translates a character to
22 ASCII (usually for IPA characters).
23
24 2005-10-12 Bill Wohler <wohler@newt.com>
25
26 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
27 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
28 files in MH-E-SRC have been updated.
29 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
30
31 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
34 (mixal-mode-syntax-table): Add \n as end-comment.
35 (mixal-operation-codes-alist): Immediately initialize to full value.
36 (mixal-add-operation-code): Remove.
37 (mixal-describe-operation-code): Make the arg non-optional.
38 Use the interactive spec instead.
39 Use mixal-operation-codes-alist rather than mixal-operation-codes.
40 (mixal-font-lock-keywords): Don't highlight comments here any more.
41 (mixal-font-lock-syntactic-keywords): New var.
42 (mixal-mode): Use it. Fix comment-start-skip.
43
44 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
45
46 * startup.el (command-line-x-option-alist): -nb => -nbi
47
48 2005-10-12 Kim F. Storm <storm@cua.dk>
49
50 * startup.el (fancy-splash-default-action): Discard mouse click in
51 the spash screen window, as it has no sensible meaning in the
52 next window to be selected. Fixes error reported by Jan D.
53
54 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
55
56 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
57
58 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
61 Try to fix up minor layout issues like indentation, line break, etc...
62 (mixal-mode-syntax-table): Don't try to specify comment syntax,
63 because it doesn't work.
64 (mixal-operation-codes): Add some more codes.
65 (mixal-font-lock-keywords): Process comments here.
66 (mixal-mode): mixasm no longer needs -g option.
67
68 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
69
70 * progmodes/sh-script.el (sh-tmp-file):
71 Use mktemp -t. Finish support for es and rc shells.
72
73 2005-10-11 Jay Belanger <belanger@truman.edu>
74
75 * calc/calcalg2.el (calc-integral): With an argument, compute the
76 definite integral.
77
78 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
79
80 * mouse.el (mouse-drag-region-1): Don't try to catch a
81 double-click when doing follow-link (it's overridden anyway).
82
83 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
84
85 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
86 (autoload-print-form-outbuf): Add docstring.
87
88 2005-10-11 Juri Linkov <juri@jurta.org>
89
90 * info.el (Info-mode-menu): Delete menu item "Edit".
91 (Info-mode): Delete description of Info-edit from docstring,
92 and rearrange descriptions of Info commands in the order
93 they are documented in the Info manual.
94
95 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * calendar/appt.el (appt-check): Use diary-selective-display var.
98
99 2005-10-10 Richard M. Stallman <rms@gnu.org>
100
101 * net/newsticker.el (newsticker-start, newsticker-show-news):
102 Add autoload cookies.
103
104 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
105
106 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
107
108 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
109
110 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
111
112 2005-10-10 Jay Belanger <belanger@truman.edu>
113
114 * calc/calc-arith.el (math-check-known-scalarp)
115 (math-check-known-matrixp): Check the values of arguments that are
116 variables.
117 (math-check-known-square-matrixp): New function.
118 (math-known-square-matrixp): Use math-check-known-square-matrixp.
119 (math-super-types): Add sqmatrix type.
120
121 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
122 mode name `square' to 'sqmatrix'.
123
124 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
125 mode name `square' to 'sqmatrix'.
126
127 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * progmodes/etags.el (select-tags-table-mode): Don't use
130 selective-display.
131 (tags-select-tags-table): Pass `button' to the action function.
132 (select-tags-table): Place the side-info on button properties rather
133 than in hidden text. Abbreviate file names.
134 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
135 (select-tags-table-select): Add `button' argument.
136 Get side-info from the button property rather than from hidden text.
137
138 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
139
140 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
141 (gud-speedbar-buttons): Preserve point if possible.
142 (gud-sentinel): Restore previous speedbar display type.
143
144 * progmodes/gdb-ui.el (gdba): Improve diagram.
145 (def-gdb-auto-update-handler, gdb-info-locals-handler)
146 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
147 Call get-buffer-window once.
148
149 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
152 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
153 (pascal-indent-command): Remove unused var `ind'.
154 (pascal-indent-case): Remove unused var `oldpos'.
155 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
156 since it's now used as a proper minor mode map.
157 (pascal-outline): Rename to pascal-outline-mode.
158 (pascal-outline-mode): Use define-minor-mode.
159 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
160 selective-display.
161
162 2005-10-10 Andreas Schwab <schwab@suse.de>
163
164 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
165 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
166
167 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
168 outside source directory.
169
170 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
171
172 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
173 C-x' as a prefix.
174 (orgtbl-mode-map): Full keymap instead of sparse, because all
175 `self-insert-command' keys are redefined in this map.
176 (org-export-as-html): Specify charset for HTML file, by taking it
177 from the coding system.
178
179 2005-10-10 Kenichi Handa <handa@m17n.org>
180
181 * textmodes/flyspell.el (flyspell-check-word-p):
182 If unread-command-events is non-empty, don't call sit-for.
183
184 2005-10-09 Richard M. Stallman <rms@gnu.org>
185
186 * font-lock.el (font-lock-syntactic-keywords)
187 (font-lock-keywords): Doc fixes.
188
189 * textmodes/flyspell.el (flyspell-external-point-words):
190 Simplify logic, and don't try to check for consecutive appearances
191 of one incorrect word.
192
193 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
194
195 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
196 separator.
197
198 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
199 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
200 (gud-expansion-speedbar-buttons): New function.
201 (gud-speedbar-buttons): Check for gud-comint-buffer.
202
203 2005-10-09 Bill Wohler <wohler@newt.com>
204
205 * Makefile.in (updates): Add mh-loaddefs dependency.
206
207 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
208
209 * speedbar.el (speedbar-file-key-map): Fix typo.
210
211 2005-10-09 Daniel Brockman <daniel@brockman.se>
212
213 * cus-start.el (line-spacing): Add custom spec.
214
215 2005-10-09 Romain Francoise <romain@orebokech.com>
216
217 * textmodes/ispell.el (ispell-check-version): Fix last change.
218
219 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
220
221 * term/x-win.el: Remove -i, --icon-type from comment.
222
223 * startup.el (command-line-x-option-alist): Remove options -i,
224 -itype, --icon-type, added -nb, --no-bitmap-icon
225
226 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
227
228 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
229 instead of :active.
230
231 2005-10-08 Eric Hanchrow <offby1@blarg.net>
232
233 * textmodes/ispell.el (ispell-check-version):
234 Ignore hyphen, and all that follows, in aspell's version text.
235
236 2005-10-08 Jay Belanger <belanger@truman.edu>
237
238 * calc/calc-arith.el (math-known-square-matrixp): New function.
239 (math-pow-fancy): Check for matrices before distributing exponent
240 across products.
241
242 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
243 fullscreen keypad. Suggested by Luc Teirlinck.
244 (calc-keypad-show-input): Add space for formatting.
245
246 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
247 Add square matrix option.
248
249 * calc/calc-poly.el (math-expand-term): Check for matrices instead
250 of checking calc-matrix-mode when deciding how to expand.
251
252 * calc/calc.el (calc-set-mode-line): Add square matrix option.
253
254 2005-10-08 Lars Hansen <larsh@soem.dk>
255
256 * net/tramp.el (tramp-perl-directory-files-and-attributes):
257 Add error handling.
258 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
259
260 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
261
262 Sync with Tramp 2.0.51.
263
264 * net/tramp.el (tramp-handle-set-visited-file-modtime)
265 (tramp-handle-insert-file-contents, tramp-handle-write-region):
266 Insert special handling for `last-coding-system-used', again
267 it still seems to be necessary (unlike stated before).
268 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
269 (tramp-password-prompt-regexp): There might be other words before
270 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
271 (tramp-chunksize): Improve docstring.
272 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
273 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
274 Christian Joergensen <bugs@razor.dk>.
275
276 2005-10-07 Glenn Morris <rgm@gnu.org>
277
278 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
279 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
280 precision'.
281
282 2005-10-07 Romain Francoise <romain@orebokech.com>
283
284 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
285 (ibuffer-do-shell-command-pipe-replace)
286 (ibuffer-do-shell-command-file, ibuffer-do-eval)
287 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
288 (ibuffer-do-revert, ibuffer-do-replace-regexp)
289 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
290 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
291 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
292 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
293 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
294 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
295 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
296 Autoload file sans suffix.
297
298 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
299
300 2005-10-07 David Ponce <david@dponce.com>
301
302 * recentf.el (recentf-menu-open-all-flag): New option.
303 (recentf-digit-shortcut-command-name): New function.
304 (recentf--shortcuts-keymap): New variable.
305 (recentf-menu-shortcuts): New variable.
306 (recentf-make-menu-items): Initialize it. Replace the "More..."
307 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
308 (recentf-menu-value-shortcut): New function.
309 (recentf-make-menu-item): Use it. No more in-lined.
310 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
311 (recentf-open-most-recent-file): Rename from
312 `recentf-open-file-with-key'. Don't depend on key binding.
313 (recentf-mode-map): New variable.
314 (recentf-mode): Use it.
315
316 2005-10-06 Bill Wohler <wohler@newt.com>
317
318 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
319
320 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
321 (MH-E-SRC): New. Used by mh-autoloads.
322 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
323 files in MH-E-SRC have been updated.
324 (compile, recompile, bootstrap): Depend on mh-autoloads.
325
326 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
327
328 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
329 gud-break and gud-remove icons when the fringe is not available.
330
331 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
332 Typo.
333
334 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
335
336 * play/zone.el (zone): Wrap body with save-window-excursion.
337
338 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
341 Use the new `list-only' arg to diary-list-entries.
342
343 * calendar/diary-lib.el: Use overlays rather than selective-display.
344 (diary-selective-display): New var.
345 (diary-header-line-format): Use it.
346 (diary-list-entries): Add argument `list-only'.
347 Put the buffer in diary-mode. Don't add \^M at beg and end.
348 Replace \^M by invisible overlays.
349 (diary-unhide-everything): Replace \^M by invisible overlays.
350 (print-diary-entries): Look for overlays rather than \^M.
351 Add a space to the temp buffer name.
352 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
353 Put the buffer in diary-mode.
354 (list-sexp-diary-entries): Replace \^M by invisible overlays.
355 (diary-anniversary): Make the year arg optional.
356 (diary-time-regexp): New const.
357 (diary-font-lock-keywords): Use it to accept a few more time formats.
358
359 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
360
361 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
362
363 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
364 Fix bug introduced 2005-07-03: Use (car (last ...))
365 to faithfully reproduce replaced artist-last.
366 (artist-set-arrow-points-for-poly): Likewise.
367 Suggested by Johan Bockg\e,Ae\e(Brd.
368
369 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
370
371 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
372 * wid-edit.el (widget):
373 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
374 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
375
376 2005-10-06 Kenichi Handa <handa@m17n.org>
377
378 * international/mule-cmds.el (set-language-environment):
379 Fix setting up of case-table for unibyte mode.
380
381 * simple.el (what-cursor-position): If the character is displayed
382 by some `display' text property, show that. Don't use
383 single-key-description for eight-bit characters in multibyte mode.
384
385 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
386
387 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
388 (gdb-ann3): Set it.
389 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
390 (gdb-info-frames-custom): Use inverse-video for first five
391 characters of selected frame only.
392 (gdb-get-frame-number): Select frame even when point is on frame
393 number.
394
395 2005-10-06 Masatake YAMATO <jet@gyve.org>
396
397 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
398 Put `font-lock-function-name-face'.
399 (gdb-info-frames-custom): Put `font-lock-function-name-face'
400 and `font-lock-variable-name-face'
401 (gdb-registers-font-lock-keywords): New font lock keywords definition.
402 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
403 (gdb-memory-font-lock-keywords): New font lock keywords definition.
404 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
405 (gdb-local-font-lock-keywords): New font lock keywords definition.
406 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
407 (gdb-threads-font-lock-keywords): New font lock keywords definition.
408 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
409
410 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
411
412 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
413 (ediff-merge-region-is-non-clash-to-skip): Previously called
414 ediff-merge-region-is-non-clash.
415
416 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
417 Use insert-buffer-substring.
418
419 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
420 selecting files to patch. Also bug fixes.
421
422 * ediff-util.el (ediff-setup): Bug fix.
423 (ediff-next-difference): Never skip clashes that differ in white
424 space only.
425
426 * ediff-wind.el (ediff-setup-control-frame)
427 (ediff-destroy-control-frame): Check the menubar feature.
428
429 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
430 (viper-refresh-mode-line): Use make-local-variable to localize
431 some vars instead of make-variable-buffer-local. Suggested by
432 Stefan Monnier.
433
434 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
435 (viper-restore-cursor-type, viper-set-insert-cursor-type):
436 Use make-local-variable instead of make-variable-buffer-local.
437 Suggested by Stefan Monnier.
438
439 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
440 (viper-comint-mode-hook): Use make-local-variable on
441 require-final-newline.
442 (viper-non-hook-settings): Don't use make-variable-buffer-local.
443
444 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
447 also the second char of a comment-start sequence.
448 (scheme-sexp-comment-syntax-table): New var.
449 (lambda, define): Set their scheme-doc-string-elt property.
450 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
451 Use lisp-font-lock-syntactic-face-function now that it properly
452 handles |...| symbols.
453 (scheme-mode-variables): Set lisp-doc-string-elt-property,
454 parse-sexp-lookup-properties and font-lock-extra-managed-props.
455
456 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
457 bit from # to |.
458 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
459
460 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
461 (lisp-doc-string-elt-property): New var.
462 (lisp-font-lock-syntactic-face-function): Use it.
463 Rewrite to recognize docstrings even for forms not at toplevel.
464
465 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
466 annotation on the | part of #| rather than on the # part.
467 (scheme-font-lock-syntactic-face-function): New function, to
468 distinguish strings from |...| symbols.
469 (scheme-mode-variables): Use it. Also fix up the font-lock-time
470 syntax-table so that #|...|# is properly highlighted.
471
472 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
473 Don't mark as docstring the 3rd elem of an unknown toplevel form.
474
475 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
478 and C-e.
479
480 * emacs-lisp/eldoc.el: Move comments into docstrings.
481 (eldoc-message-commands): Initialize in its declaration.
482 Add move-beginning-of-line and move-end-of-line.
483 (eldoc-add-command, eldoc-add-command-completions)
484 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
485
486 * outline.el (outline-mark-subtree): Activate the mark.
487
488 * calendar/appt.el (appt-time-regexp): New var.
489 (appt-add, appt-make-list): Use it.
490 (appt-convert-time): Clean up.
491
492 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
493 Don't set any syntax-table property here.
494 (tex-font-lock-verb): New function. Do it here.
495 (tex-font-lock-syntactic-keywords): Use it.
496
497 2005-10-04 Richard M. Stallman <rms@gnu.org>
498
499 * wid-edit.el (widget-file-complete): Get the widget start point
500 the right way. Default directory to `/' if file has none.
501
502 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
503
504 * textmodes/flyspell.el (flyspell-mode-on):
505 Call ispell-maybe-find-aspell-dictionaries.
506
507 * textmodes/ispell.el (ispell-word, ispell-region):
508 Call ispell-maybe-find-aspell-dictionaries.
509 (ispell-accept-buffer-local-defs):
510 Don't call ispell-maybe-find-aspell-dictionaries
511
512 2005-10-04 Richard M. Stallman <rms@gnu.org>
513
514 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
515
516 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
517
518 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
519 instead of `fboundp' in order to allow for anonymous functions.
520
521 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
522
523 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
524 case the user clicks on the link while another window is selected.
525 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
526
527 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
528 functionality.
529 (dframe-help-echo): Save point in case mouse tracking is off.
530
531 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
532
533 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
534
535 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
538 not change the global value of those vars.
539
540 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
541 make-local-variable which we do not need any more.
542
543 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
544
545 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
546 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
547 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
548 (speedbar-path-line): Define obsolete aliases.
549 (speedbar-line-directory): Doc fix.
550
551 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
552 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
553 instead of speedbar-line-path.
554
555 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
556
557 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
558 to nil if dropping on a window. Handle dropping on a minibuffer window
559 like dropping on a non-window part of Emacs.
560
561 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
562
563 * net/ange-ftp.el: Use with-current-buffer.
564 (ange-ftp-insert-directory): Do not follow symlinks any more.
565
566 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
567 Remove interactive spec.
568
569 2005-10-03 Kim F. Storm <storm@cua.dk>
570
571 * ido.el (ido-mode): Use custom-initialize-set.
572
573 2005-10-02 Richard M. Stallman <rms@gnu.org>
574
575 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
576 Use insert-buffer-substring.
577
578 * net/tramp.el: Pacify byte compiler warnings in pacification code.
579 (tramp-handle-file-local-copy): Use insert-buffer-substring.
580
581 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
584 in last change.
585 (ange-ftp-insert-directory): Fix up the search for the case where
586 `file' is absolute.
587
588 2005-10-02 Romain Francoise <romain@orebokech.com>
589
590 * progmodes/compile.el (compile-goto-error): Delete extra paren.
591
592 2005-10-02 Andreas Schwab <schwab@suse.de>
593
594 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
595 directory component in the session info.
596
597 2005-10-01 Richard M. Stallman <rms@gnu.org>
598
599 * comint.el (comint-redirect-subvert-readonly): Doc fix.
600
601 * simple.el (next-error-internal): New function.
602
603 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
604 (compilation-start): Pass new arg to compilation-buffer-name.
605 (compile-goto-error): Use next-error-internal.
606
607 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
608
609 * speedbar.el: Remove RCS tag.
610 (speedbar-check-read-only): Handle non-existent files.
611
612 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
613
614 * info.el (Info-speedbar-hierarchy-buttons)
615 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
616
617 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
618
619 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
620 Do not match newline.
621 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
622 (bibtex-summary): Remove unnecessary save-excursion.
623 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
624
625 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
626
627 * term/mac-win.el: Add charset info for "iso10646-1".
628 Modify default fontset to use ATSUI-compatible fonts for some charsets
629 if available.
630
631 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
632
633 * speedbar.el: Re-apply arch tag.
634 (speedbar-version): Rename to version 1.0. Suggested by Eric
635 M. Ludlam.
636 Reapply two changes from Emacs CVS' version of speedbar lost
637 during the merge:
638 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
639 (speedbar-frame-parameters): Improve customize type.
640
641 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
644 (ange-ftp-file-directory-p): Fix the symlink case.
645 (ange-ftp-insert-directory): When listing a single file, get a list of
646 the parent buffer and extract the relevant line. Inspired from a patch
647 by Katsumi Yamaoka <yamaoka@jpl.org>.
648 (ange-ftp-file-name-sans-versions): Simplify.
649
650 2005-09-30 Bill Wohler <wohler@newt.com>
651
652 Move MH-E image files from toolbar and mail directories into
653 etc/images.
654
655 * mail/reply2.*: Move to etc/images/mail/reply*.
656
657 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
658 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
659 etc/images.
660
661 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
662 * toolbar/reply*: Move to etc/images/mail.
663
664 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
665
666 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
667
668 * speedbar.el: New version 1.0pre3.
669
670 Frame management code (including timer, and mouse click specifics)
671 moved to dframe.el:
672 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
673 (speedbar-timer): Removed. Use dframe-timer.
674 (speedbar-close-frame): Removed. Use dframe-close-frame.
675 (speedbar-activity-change-focus-flag): Removed. Use
676 dframe-activity-change-focus-flag.
677 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
678 dframe-update-speed.
679
680 (speedbar-current-frame): New macro. Use this instead of the
681 variable speedbar-frame.
682
683 (speedbar-use-images, speedbar-expand-image-button-alist)
684 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
685
686 (speedbar-find-image-on-load-path): Removed. Replaced by
687 defezimage in ezimage.el.
688 (speedbar-expand-image-button-alist): Removed. Replaced by
689 ezimage-expand-image-button-alist in ezimage.el.
690
691 (speedbar-ignored-directory-regexp)
692 (speedbar-add-ignored-directory-regexp)
693 (speedbar-ignored-directory-expressions)
694 (speedbar-line-directory, speedbar-buffers-line-directory)
695 (speedbar-directory-line, speedbar-buffers-line-directory):
696 Renamed, replacing `path' with `directory'.
697
698 (speedbar-create-directory, speedbar-expand-line-descendants)
699 (speedbar-toggle-line-expansion)
700 (speedbar-contract-line-descendants): New commands.
701
702 (speedbar-query-confirmation-method, speedbar-select-frame-method)
703 (speedbar-use-tool-tips-flag): New options.
704
705 (speedbar-check-read-only, speedbar-require-version)
706 (speedbar-insert-separator, speedbar-buffers-tail-notes)
707 (speedbar-handle-delete-frame, speedbar-try-completion)
708 (speedbar-update-localized-contents): New functions.
709
710 (speedbar-incompatible-version, speedbar-ro-to-do-point)
711 (speedbar-object-read-only-indicator): New variables.
712
713 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
714 New hooks.
715
716 (speedbar-separator-face): New face.
717
718 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
719 (speedbar-ignored-modes): Add fundamental-mode.
720 (speedbar-directory-unshown-regexp): Add . directories.
721
722 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
723 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
724 `]' for full expand/close.
725 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
726
727 (speedbar-check-vc): Support hidden files.
728 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
729 (speedbar-this-file-in-vc): Use vc-state if available. If VC
730 state is nil, it is not checked out.
731
732 (speedbar-line-text, speedbar-line-token): Support expand buttons
733 with no text.
734 (speedbar-refresh): Universal argument acts as power-click.
735 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
736 that buffer to get variable values.
737
738 And many other bugfixes.
739
740 * dframe.el, ezimage.el, sb-image.el: New files.
741
742 * sb-*.xpm: Remove files. New image files installed into
743 etc/images/ezimage.
744
745 2005-09-30 Kenichi Handa <handa@m17n.org>
746
747 * ps-mule.el (ps-mule-show-warning): If a character is in
748 ps-print-translation-table, don't treat it as non-printable.
749
750 2005-09-30 David Ponce <david@dponce.com>
751
752 * tree-widget.el (tree-widget-themes-load-path): New variable.
753 (tree-widget-themes-directory): Doc fix.
754 (tree-widget-image-formats) [Emacs]: Doc fix.
755 (tree-widget--locate-sub-directory): New function.
756 (tree-widget-themes-directory): Use it.
757
758 * recentf.el (recentf-filename-handlers): Rename from
759 `recentf-filename-handler'. Allow a list of functions.
760 (recentf-menu-items-for-commands): Fix :help strings.
761 (recentf-apply-filename-handlers): New function.
762 (recentf-expand-file-name): Use it.
763 (recentf-cleanup): Remove duplicates too.
764
765 2005-09-29 Juri Linkov <juri@jurta.org>
766
767 * faces.el: Rearrange face definitions to be in the same order as
768 their face descriptions in "(emacs)Standard Faces".
769
770 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
771
772 * tooltip.el (tooltip): Add group `basic-faces'.
773
774 * buff-menu.el (Buffer-menu-buffer): Remove group
775 `font-lock-highlighting-faces'.
776
777 * progmodes/compile.el (compilation-error, compilation-warning)
778 (compilation-info, compilation-line-number, compilation-column-number):
779 Change group from `font-lock-highlighting-faces' to `compilation'.
780
781 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
782 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
783 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
784 (vhdl-font-lock-reserved-words-face)
785 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
786 `font-lock-highlighting-faces'.
787
788 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
789
790 2005-09-28 Kim F. Storm <storm@cua.dk>
791
792 * emulation/cua-base.el: Set CUA move property on additional commands:
793 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
794 forward-sexp, backward-sexp, forward-list, backward-list.
795
796 2005-09-28 Romain Francoise <romain@orebokech.com>
797
798 * comint.el (comint-show-output): Really set point at the
799 beginning of the output when not using `comint-use-prompt-regexp'.
800
801 2005-09-27 Jay Belanger <belanger@truman.edu>
802
803 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
804 in TeX mode.
805
806 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
807
808 * textmodes/org.el (org-table-sum): Fix format string.
809
810 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
811 Quote face names.
812
813 2005-09-26 Romain Francoise <romain@orebokech.com>
814
815 * isearch.el (isearch-forward-regexp): Close doc string.
816
817 2005-09-25 Richard M. Stallman <rms@gnu.org>
818
819 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
820
821 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
822
823 * progmodes/compile.el (compilation-error-properties):
824 When getting the file from the previous error message,
825 correctly decode the new data format.
826
827 * progmodes/cc-cmds.el (c-electric-paren):
828 Call old-blink-paren only for close-paren.
829
830 2005-09-24 Andreas Schwab <schwab@suse.de>
831
832 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
833 condition.
834
835 2005-09-25 Romain Francoise <romain@orebokech.com>
836
837 * dired-aux.el (dired-copy-file-recursive):
838 * dired.el (dired-delete-file):
839 * ediff-mult.el (ediff-dir-diff-copy-file):
840 * ediff-util.el (ediff-test-save-region):
841 * forms.el (forms-mode):
842 * ido.el (ido-file-internal, ido-delete-file-at-head):
843 * log-edit.el (log-edit-done):
844 * ses.el (ses-yank-resize):
845 * play/gomoku.el (gomoku-human-plays, gomoku)
846 (gomoku-human-resigns, gomoku-prompt-for-other-game)
847 (gomoku-offer-a-draw):
848 * play/landmark.el (lm-human-resigns, lm):
849 * net/eudcb-ldap.el (eudc-ldap-check-base):
850 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
851 * progmodes/ebrowse.el (ebrowse-find-pattern):
852 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
853 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
854 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
855
856 * vc.el (vc-delete-file):
857 * play/gomoku.el (gomoku-terminate-game, gomoku)
858 (gomoku-prompt-for-move, gomoku-human-takes-back):
859 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
860 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
861
862 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
863
864 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
865 color rxvt terminals by using the code xterm.el used to use before
866 2005-04-09 in order to match the colors used by rxvt.
867
868 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
869
870 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
871 colors rxvt-unicode terminals by using the same code as xterm.el.
872
873 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * textmodes/tex-mode.el (tex-font-lock-append-prop)
876 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
877 new symbol used for the tex-verbatim face.
878
879 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
880
881 * woman.el (woman-file-name):
882 * wid-edit.el (widget-file-prompt-value)
883 (widget-coding-system-prompt-value):
884 * w32-fns.el (set-w32-system-coding-system):
885 * vc.el (vc-version-diff, vc-annotate):
886 * textmodes/reftex-auc.el (reftex-arg-cite)
887 (reftex-arg-index-tag):
888 * textmodes/refer.el (refer-get-bib-files):
889 * textmodes/artist.el (artist-figlet-choose-font):
890 * terminal.el (terminal-emulator):
891 * replace.el (occur-read-primary-args):
892 * rect.el (string-rectangle, string-insert-rectangle):
893 * ps-print.el (ps-print-preprint):
894 * progmodes/pascal.el (pascal-goto-defun):
895 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
896 * progmodes/compile.el (compilation-find-file):
897 * printing.el (pr-interactive-n-up):
898 * play/animate.el (animate-birthday-present):
899 * net/rcompile.el (remote-compile):
900 * man.el (man, Man-goto-section, Man-follow-manual-reference):
901 * mail/rmailsum.el (rmail-summary-search-backward)
902 (rmail-summary-search):
903 * mail/rmailout.el (rmail-output-read-rmail-file-name)
904 (rmail-output-read-file-name):
905 * mail/rmail.el (rmail-search, rmail-search-backwards):
906 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
907 * locate.el (locate):
908 * international/quail.el (quail-show-keyboard-layout):
909 * international/mule.el (set-buffer-file-coding-system)
910 (revert-buffer-with-coding-system, set-file-name-coding-system)
911 (set-terminal-coding-system, set-keyboard-coding-system)
912 (set-next-selection-coding-system):
913 * international/mule-diag.el (describe-coding-system)
914 (describe-font, describe-fontset):
915 * international/mule-cmds.el (universal-coding-system-argument)
916 (search-unencodable-char, describe-input-method)
917 (set-language-environment, describe-language-environment):
918 * international/codepage.el (codepage-setup):
919 * international/code-pages.el (codepage-setup):
920 * info.el (Info-search, Info-follow-reference)
921 (Info-search-backward):
922 * emacs-lisp/advice.el (ad-read-advised-function)
923 (ad-read-advice-class, ad-clear-cache, ad-activate)
924 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
925 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
926 (ad-read-regexp):
927 * ediff-util.el (ediff-toggle-regexp-match):
928 * ediff-ptch.el (ediff-prompt-for-patch-file):
929 * dired-aux.el (dired-diff):
930 * diff.el (diff):
931 * cus-edit.el (custom-variable-prompt):
932 * calendar/timeclock.el (timeclock-ask-for-project):
933 * calc/calcalg3.el (calc-get-fit-variables):
934 * calc/calc-store.el (calc-edit-variable)
935 (calc-permanent-variable):
936 * vc-mcvs.el (vc-mcvs-register):
937 * shadowfile.el (shadow-define-literal-group):
938 * woman.el (woman-file-name):
939 * vc.el (vc-version-diff, vc-merge):
940 * textmodes/reftex-index.el (reftex-index-complete-tag):
941 * format.el (format-decode-buffer, format-decode-region):
942 * emulation/viper-cmd.el (viper-read-string-with-history):
943 * emacs-lisp/debug.el (cancel-debug-on-entry):
944 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
945 * ediff.el (ediff-merge-revisions)
946 (ediff-merge-revisions-with-ancestor, ediff-revision):
947 * completion.el (interactive-completion-string-reader):
948 * calc/calc-prog.el (calc-user-define-formula):
949 Follow convention for reading with the minibuffer.
950
951 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
952
953 * progmodes/python.el (python-describe-symbol): Add globals() and
954 locals() to the arguments of emacs.ehelp.
955
956 2005-09-24 Magnus Henoch <mange@freemail.hu>
957
958 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
959 New function, code extracted from ispell-valid-dictionary-list.
960 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
961 Call it.
962
963 2005-09-24 Eli Zaretskii <eliz@gnu.org>
964
965 * subr.el (version-regexp-alist): Extend valid syntax for version
966 strings: allow any of the characters -,_,+ to separate the
967 alpha/beta/rc part from the version part. Doc fix.
968 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
969
970 2005-09-23 David Reitter <david.reitter@gmail.com>
971
972 * mail/mailclient.el: New file.
973
974 2005-09-23 Richard M. Stallman <rms@gnu.org>
975
976 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
977 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
978 Doc fixes.
979
980 * progmodes/cc-mode.el (c-font-lock-init):
981 Specify font-lock-lines-before.
982
983 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
986 whole conflict.
987
988 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
989
990 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
991 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
992 of `remap' feature when available. Additional key bindings for
993 better tty support.
994 (org-mode-restart, org-force-self-insert): New commands.
995 (org-time-stamp-inactive): New command.
996 (org-remap): New function.
997 (org-table-auto-blank-field, org-level-color-stars-only): New options.
998 (org-enable-fixed-width-editor): Move to `org-structure'
999 customization group.
1000 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1001 blank field after field motion commands.
1002
1003 2005-09-23 Kenichi Handa <handa@m17n.org>
1004
1005 * international/mule-cmds.el (set-language-environment):
1006 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1007 have to call utf-translate-cjk-load-tables.
1008
1009 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * mouse.el (mouse-move-drag-overlay): Fix last change.
1012
1013 2005-09-22 David Ponce <david@dponce.com>
1014
1015 * tree-widget.el (tree-widget-value-create): Fix previous change.
1016
1017 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1018
1019 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1020
1021 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * mouse.el (mouse-move-drag-overlay): New function.
1024 (mouse-drag-region-1): Use it.
1025 Try to simplify a bit the state handling. Handle clicks on links
1026 inside intangible areas.
1027 (mouse-save-then-kill): Minor simplification.
1028 (mouse-secondary-overlay): Make it always non-nil instead of
1029 recreating it each time.
1030 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1031 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1032 Simplify accordingly.
1033
1034 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1035
1036 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1037
1038 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1039
1040 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1041 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1042 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1043 to patch.
1044
1045 * ediff-util.el: Use insert-buffer-substring.
1046
1047 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1048
1049 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1050 field boundaries in the minibuffer.
1051 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1052 (viper-minibuffer-post-command-hook): New hook.
1053 (viper-line): Don't move cursor at bolp.
1054
1055 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1056
1057 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1058 avoid compiler warnings.
1059
1060 * emulation/viper-macs.el (ex-map): Better messages.
1061
1062 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1063
1064 * emulation/viper.el: Replace make-variable-buffer-local with
1065 viper-make-variable-buffer-local everywhere, to avoid warnings.
1066
1067 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1070 Delete unused var `old-selected-window'.
1071 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1072 (mouse-drag-secondary): Delete unused var `start-frame'.
1073
1074 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1075
1076 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1077
1078 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1081 Re-indent within 80 columns. Use inhibit-read-only.
1082
1083 2005-09-19 Romain Francoise <romain@orebokech.com>
1084
1085 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1086
1087 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1090 unconditionally, since the after-change-function already did it.
1091
1092 2005-09-19 Miles Bader <miles@gnu.org>
1093
1094 * net/newsticker.el: Get rid of CVS keyword.
1095
1096 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1097
1098 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1099 The prompt is formatted later.
1100
1101 2005-09-19 David Ponce <david@dponce.com>
1102
1103 * tree-widget.el (tree-widget-value-create): Save the converted
1104 tree :node widget.
1105
1106 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1107
1108 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1109 variable `message'.
1110
1111 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1112
1113 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1114 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1115 <slawomir.nowaczyk.847@student.lu.se>.
1116
1117 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * image.el (image-load-path): Use symbol `data-directory' instead
1120 of its value, for backward compatibility with packages that bind
1121 it during `find-image'. Suggested by Katsumi Yamaoka.
1122 (image-search-load-path): Handle symbols whose values are strings.
1123
1124 2005-09-18 Romain Francoise <romain@orebokech.com>
1125
1126 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1127 with-current-buffer form in save-excursion.
1128
1129 2005-09-18 D Goel <deego@gnufans.org>
1130
1131 * apropos.el (apropos-command): Fix `message' call: first arg
1132 should be a format spec. In this and all other cases that appear
1133 below and elsewhere in the source code, I made a change only when
1134 two conditions were satisfied: [1] I can think of a possibility
1135 that the arguments would cause an error, for example, the code in
1136 question relies on external variables such as filenames. [2] I
1137 was sure that the arg to `message' could not have been nil in the code.
1138
1139 * textmodes/tildify.el (tildify-region): Ditto.
1140
1141 * textmodes/reftex-index.el (reftex-index-change-entry)
1142 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1143 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1144 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1145 (org-priority, org-table-sum):
1146 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1147 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1148 (flyspell-word, flyspell-display-next-corrections):
1149 * textmodes/bibtex.el (bibtex-print-help-message):
1150 * textmodes/artist.el (artist-key-set-point-poly):
1151 * term/mac-win.el (mac-services-insert-text):
1152 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1153 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1154 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1155 (vhdl-compose-configuration):
1156 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1157 (sh-set-indent, sh-learn-line-indent):
1158 * progmodes/ps-mode.el (ps-mode-target-column):
1159 * progmodes/idlwave.el (idlwave-make-tags)
1160 (idlwave-scan-library-catalogs):
1161 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1162 * progmodes/gud.el (gud-jdb-analyze-source):
1163 * progmodes/flymake.el (flymake-log):
1164 * progmodes/ebnf2ps.el (ebnf-generate-region):
1165 * progmodes/cmacexp.el (c-macro-expansion):
1166 * progmodes/ada-xref.el (ada-treat-cmd-string):
1167 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1168 (ada-justified-indent-current, ada-batch-reformat):
1169 * play/zone.el (zone):
1170 * play/landmark.el (lm-move):
1171 * play/decipher.el (decipher-show-alphabet):
1172 * net/newsticker.el (newsticker--display-jump)
1173 (newsticker--display-scroll):
1174 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1175 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1176 * mail/feedmail.el (feedmail-dump-message-to-queue):
1177 * eshell/esh-proc.el (eshell-remove-process-entry):
1178 * emulation/ws-mode.el (ws-last-error):
1179 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1180 (viper-record-kbd-macro):
1181 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1182 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1183 * emacs-lisp/find-func.el (find-function-noselect):
1184 * calendar/timeclock.el (timeclock-status-string)
1185 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1186 (timeclock-when-to-leave-string):
1187 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1188 * calc/calc-units.el (calc-enter-units-table):
1189 * calc/calc-mode.el (calc-mode-record-mode):
1190 * woman.el (woman-mini-help):
1191 * wdired.el (wdired-change-to-wdired-mode):
1192 * vc.el (vc-retrieve-snapshot):
1193 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1194 * startup.el (display-startup-echo-area-message):
1195 * simple.el (set-goal-column):
1196 * ses.el (ses-command-hook, ses-recalculate-cell):
1197 * server.el (server-process-filter):
1198 * printing.el (pr-interface-txt-print, pr-interface-printify)
1199 (pr-interface-ps):
1200 * pcvs.el (cvs-help):
1201 * log-edit.el (log-edit, log-edit-mode-help):
1202 * iswitchb.el (iswitchb-possible-new-buffer):
1203 * isearch.el (isearch-edit-string):
1204 * image-mode.el (image-mode, image-minor-mode):
1205 * ibuf-macs.el (define-ibuffer-filter):
1206 * hi-lock.el (hi-lock-find-patterns):
1207 * files.el (toggle-read-only):
1208 * ediff-util.el (ediff-copy-diff)
1209 (ediff-write-merge-buffer-and-maybe-kill):
1210 * echistory.el (Electric-history-undefined):
1211 * dnd.el (dnd-insert-text):
1212 * dired-aux.el (dired-query):
1213 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1214 * bookmark.el (bookmark-bmenu-locate):
1215 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1216 Fix `message' calls to ensure first arg is a format string.
1217 The change was made only when these two conditions were satisfied:
1218 [1] when there is a possibility that the arguments would cause an error
1219 for example, if the code in question relies on external variables
1220 such as filenames, and
1221 [2] if the arg to `message' could not have been nil in the code.
1222
1223 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1224 Not having a %s would be weird, though not technically wrong.
1225
1226 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1227
1228 * term/mac-win.el (mac-add-charset-info): Doc fix.
1229
1230 2005-09-17 Romain Francoise <romain@orebokech.com>
1231
1232 * shell.el (shell-resync-dirs): Handle echoing processes more
1233 reliably. Don't insert resync command if `comint-process-echoes'
1234 is non-nil.
1235
1236 2005-09-17 Magnus Henoch <mange@freemail.hu>
1237
1238 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1239 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1240 aspell versions >= 0.60.
1241 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1242 only if ispell-aspell-supports-utf8 is non-nil.
1243
1244 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1245
1246 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1247 buffer-local value to lisp-indent-function.
1248
1249 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1250
1251 * progmodes/glasses.el (glasses-make-readable): If
1252 glasses-separator differs from underscore, put appropriate
1253 overlays over underscore characters.
1254 (glasses-convert-to-unreadable): If glasses-separator differs from
1255 underscore, try to convert glasses-separator characters to
1256 underscores.
1257
1258 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1261 Use with-syntax-table and dolist.
1262
1263 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1264
1265 * textmodes/reftex-auc.el:
1266 * textmodes/reftex-cite.el:
1267 * textmodes/reftex-dcr.el:
1268 * textmodes/reftex-global.el:
1269 * textmodes/reftex-parse.el:
1270 * textmodes/reftex-ref.el:
1271 * textmodes/reftex-sel.el:
1272 * textmodes/reftex-toc.el:
1273 * textmodes/reftex-vars.el:
1274 * textmodes/reftex.el: Small changes to remove compiler warnings.
1275
1276 * textmodes/reftex-index.el: Likewise.
1277 (reftex-query-index-phrase): More efficient use of markers.
1278
1279 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * image.el (image-load-path): New variable.
1282 (image-search-load-path): New function.
1283 (find-image): Search for images in `image-load-path'.
1284
1285 2005-09-15 Richard M. Stallman <rms@gnu.org>
1286
1287 * follow.el: Change Maintainer field.
1288
1289 2005-09-15 David Ponce <david@dponce.com>
1290
1291 * recentf.el (recentf-save-file-modes): New option.
1292 (recentf-save-list): Use it.
1293
1294 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1295
1296 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1297 (mode-line-mule-info, mode-line-modified): Move bindings from
1298 mouse-3 to mouse-1.
1299
1300 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * simple.el (sendmail-user-agent-compose): Revert last change.
1303
1304 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1307 Use with-current-buffer.
1308 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1309 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1310 (ange-ftp-insert-directory): Remove unused var `short'.
1311 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1312
1313 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1314 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1315
1316 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1317 (check-calendar-holidays, diary-list-entries): Autoload.
1318 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1319 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1320
1321 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1322 which mistakenly removed a call to display-buffer.
1323
1324 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1325
1326 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1327
1328 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1329
1330 * progmodes/hideshow.el
1331 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1332 (hs-allow-nesting): New user var.
1333 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1334 (hs-hide-block-at-point): When nesting allowed,
1335 if there is already an overlay in place, delete it.
1336 (hs-safety-is-job-n): Delete func; remove call sites.
1337 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1338 (hs-overlay-at): New func.
1339 (hs-already-hidden-p, hs-show-block): Use it.
1340 (hs-hide-all): Don't pre-clean if nesting allowed.
1341 (hs-show-all): Temporarily disallow
1342 nesting around call to `hs-discard-overlays'.
1343
1344 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1345
1346 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1347 Delete unused local var.
1348
1349 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1350
1351 * help-fns.el (describe-categories): "?\ " -> "?\s".
1352 (help-do-arg-highlight): Recognize also ARG-n, as in
1353 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1354
1355 * international/codepage.el (dos-unsupported-char-glyph):
1356 * net/newsticker.el (tool-bar-map, w3-mode-map)
1357 (w3m-minor-mode-map):
1358 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1359 (ent-alist):
1360 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1361
1362 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1363
1364 * custom.el (custom-push-theme): Handle the case where a symbol is
1365 bound but face properties have not yet been assigned.
1366
1367 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1368 Fix behavior if noerase is `t' and there is no mail buffer.
1369
1370 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1371 if `continue' is nil, rather than signal an error.
1372
1373 2005-09-12 Richard M. Stallman <rms@gnu.org>
1374
1375 * font-lock.el (font-lock-keywords): Add autoload.
1376
1377 * help-fns.el (describe-variable): Rearrange to put source link
1378 in a predictable place.
1379
1380 * net/newsticker.el: New file.
1381
1382 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1383
1384 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1385 (calendar-basic-setup): Use the new nil arg.
1386 (number-of-diary-entries): Move to diary-lib.el.
1387
1388 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1389 (diary-list-entries): Use with-syntax-table and dolist.
1390 Rename from list-diary-entries.
1391 Use number-of-diary-entries if `number' is nil.
1392 (diary, diary-view-entries): Use this new name and new nil arg value.
1393 (number-of-diary-entries): Move from calendar.el.
1394 (diary-unhide-everything): New function.
1395 (include-other-diary-files, fancy-diary-display)
1396 (diary-show-all-entries, make-diary-entry): Use it.
1397 (diary-mail-entries): Use buffer-string.
1398 (mark-diary-entries): Fix long standing paren typo.
1399 (diary-sexp-entry): Use count-lines.
1400 (make-diary-entry): Avoid `previous-line'.
1401 (diary-mode-map): New var.
1402 (diary-mode): Redraw cal after saving. Setup header-line.
1403 (fancy-diary-display-mode): Use local-set-key.
1404
1405 * startup.el (command-line): Try calling various terminal-init-foo-bar
1406 functions by stripping hyphenated suffixes from $TERM.
1407
1408 * files.el (normal-mode): Check boundness of font-lock-keywords.
1409
1410 2005-09-12 Richard M. Stallman <rms@gnu.org>
1411
1412 * progmodes/compile.el: Don't decide a file's directory
1413 until the user actually tries to go there.
1414 (compilation-next-error-function):
1415 Pass compilation-find-file the directory from the file-struct.
1416 (compilation-internal-error-properties): Separate local FILE-STRUCT
1417 from FILE. Doc the args better. Rename arg FMT to FMTS.
1418 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1419 Expand it, and if nil, use default-directory.
1420 (compilation-get-file-structure): Don't mix specified directory
1421 with default directory. Put specified directory into
1422 file-struct. Don't make the file name absolute.
1423
1424 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1425 (compile-command): Add autoload.
1426 (compilation-disable-input): Add autoload.
1427
1428 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1429
1430 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1431 strings of the variables it can override.
1432 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1433 %Q and %q, for fully-qualified domain name and unqualified host name.
1434
1435 2005-09-11 Kim F. Storm <storm@cua.dk>
1436
1437 * emacs-lisp/authors.el (authors-aliases): Update list.
1438 (authors-fixed-entries): Update mldrag.el entry.
1439
1440 2005-09-10 Alan Mackenzie <acm@muc.de>
1441
1442 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1443 from the region narrowed to.
1444
1445 2005-09-10 Magnus Henoch <mange@freemail.hu>
1446
1447 * textmodes/ispell.el (ispell-check-version): Signal an error if
1448 aspell version is less than 0.60.
1449
1450 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1451
1452 * progmodes/octave-inf.el (inferior-octave-startup):
1453 Resync current dir at the end.
1454
1455 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1456
1457 * woman.el (woman-topic-at-point-default):
1458 Rename to woman-use-topic-at-point-default.
1459 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1460 (woman-file-name): Reflect renames above. Automatically use the
1461 word at point as topic if woman-use-topic-at-point is non-nil.
1462 Otherwise offer it as default but don't insert it in the
1463 minibuffer. Also use `test-completion' instead of `assoc' as
1464 suggested by Stefan Monnier.
1465
1466 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1467
1468 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1469 the attempt to do it over Tramp. This is not yet supported.
1470
1471 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1472
1473 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1474 (menu-bar-non-minibuffer-window-p): New functions.
1475 ("Split Window", "Save As..."): Use them.
1476 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1477 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1478 Use menu-bar-menu-frame-live-and-visible-p.
1479 ("Save Buffer", "Insert File", "Open Directory...")
1480 ("Open File...", "Visit New File..."):
1481 Use menu-bar-non-minibuffer-window-p.
1482 (kill-this-buffer-enabled-p, dired <menu-enable>):
1483 Use menu-bar-non-minibuffer-window-p.
1484
1485 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1486
1487 * cus-start.el (all): Don't complain about fringe-related
1488 built-ins if fringes are not supported. Ditto about
1489 selection-related built-ins. Fix the test for GTK-related built-ins.
1490
1491 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1492 ("Postscript Print Buffer", "Print Region", "Save As...")
1493 ("Save", "Insert File...", "Open Directory...")
1494 ("Open File...", "Visit New File..."")
1495 ("Truncate Long Lines in this Buffer"): Don't look at
1496 menu-updating-frame if this display does not support multiple frames.
1497
1498 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1499
1500 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1501
1502 2005-09-09 Emilio Lopes <eclig@gmx.net>
1503
1504 * woman.el: Format- and whitespace-related changes.
1505
1506 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1507
1508 * woman.el: Fix my email address.
1509
1510 2005-09-08 Richard M. Stallman <rms@gnu.org>
1511
1512 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1513 (sh-mode): Locally set skeleton-pair-default-alist.
1514
1515 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1516
1517 * progmodes/flymake.el: Require `compile' unconditionally.
1518
1519 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1520
1521 * woman.el (woman-file-name): Provide a default, not initial input.
1522
1523 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1524
1525 * font-lock.el (font-lock-support-mode): Doc fix.
1526
1527 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1528
1529 2005-09-08 Richard M. Stallman <rms@gnu.org>
1530
1531 * simple.el (blink-matching-open): Get rid of text props from
1532 the string shown in echo area. Don't permanently set point.
1533 Some rearrangements.
1534
1535 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1536
1537 * recentf.el (recentf-filename-handler): Add custom choice
1538 `abbreviate-file-name'.
1539
1540 * msb.el (msb--very-many-menus): Fix typo.
1541
1542 * disp-table.el (standard-display-european): Don't set
1543 enable-multibyte-characters to nil.
1544
1545 2005-09-08 David Ponce <david@dponce.com>
1546
1547 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1548 (recentf-expand-file-name): Doc fix.
1549 (recentf-dialog-mode-map): Define digit shortcuts.
1550 (recentf--files-with-key): New variable.
1551 (recentf-show-digit-shortcut-filter): New function.
1552 (recentf-open-files-items): New function.
1553 (recentf-open-files): Use it.
1554 (recentf-open-file-with-key): New command.
1555
1556 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1559 Suggested by Kim F. Storm.
1560 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1561 (Buffer-menu-make-sort-button): Use global keymap.
1562
1563 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1564
1565 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1566 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1567 necessary any longer with the remapped command.
1568 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1569 formatting time only.
1570
1571 * net/tramp.el (tramp-action-password)
1572 (tramp-multi-action-password): Compile the password prompt from
1573 `method', `user' and `host'. Sometimes it isn't obvious which
1574 password to enter, for example with remote files offered by
1575 recentf.el, or with multiple steps. Suggested by Robert Marshall
1576 <robert@chezmarshall.freeserve.co.uk>.
1577
1578 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1581 Fix regexp for when "s///" is at the beginning of line.
1582
1583 2005-09-07 Jay Belanger <belanger@truman.edu>
1584
1585 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1586 when in matrix mode.
1587
1588 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1591 non-anonymous functions.
1592
1593 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1596 when using a header line. Otherwise, use mouse-1-click-follows-link.
1597
1598 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1599 can't be moved; don't signal an error.
1600
1601 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * cus-theme.el (custom-theme-write-faces): Save the current face
1604 spec, not the defface spec.
1605
1606 * custom.el (custom-known-themes): Clarify meaning of "standard".
1607 (custom-push-theme): Save old values in the standard theme.
1608 (disable-theme): Correct typo.
1609 (custom-face-theme-value) Deleted unused function.
1610 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1611
1612 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * progmodes/compile.el (compilation-goto-locus): Take into account
1615 iconified frames when determining whether the buffer is
1616 already visible.
1617 Don't reset window height if the window already existed.
1618
1619 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1620
1621 * custom.el (load-theme): Rename from require-theme.
1622 Add interactive spec.
1623 (enable-theme): Rename from custom-enable-theme.
1624 Add interactive spec.
1625 (disable-theme): Rename from custom-disable-theme.
1626 Add interactive spec.
1627 (custom-make-theme-feature): Doc fix.
1628 (custom-theme-directory): Doc fix.
1629 (provide-theme): Call enable-theme.
1630
1631 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * obsolete/lazy-lock.el (lazy-lock-mode):
1634 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1635 font-lock-mode if it's off. Print a warning instead.
1636
1637 * progmodes/compile.el (compilation-start): Ignore errors if the
1638 process died before we get to send-eof.
1639
1640 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1641 Undo last change. Enclosing the result in quotes broke things on Unix
1642 since tex-send-command passes it through shell-quote-argument.
1643 (tex-send-command): Pass `file' through convert-standard-filename
1644 when possible.
1645 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1646 info in a transcript.
1647
1648 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1649
1650 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1651 fix compilation warning. Reorder the key definitions to group
1652 together keys emitted by the current version of xterm.
1653
1654 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1655 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1656 Reorder predicates to correct min-color usage.
1657
1658 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1661 Kill local variables when longlines-mode is turned off.
1662
1663 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1666
1667 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1668
1669 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1670
1671 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1672 (font-lock-lines-before): Change default to being inactive.
1673 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1674 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1675
1676 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1677
1678 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1679 Deactivate temporarily advice if active (not needed for Emacs 22,
1680 but for backwards compatibility).
1681 (tramp-exists-file-name-handler): Rewrite. First implementation
1682 was too simple.
1683 (tramp-advice-make-auto-save-file-name):
1684 Call `tramp-handle-make-auto-save-file-name' (again, just for
1685 backwards compatibility).
1686
1687 2005-08-31 Reto Zimmermann <reto@gnu.org>
1688
1689 * progmodes/vhdl-mode.el
1690 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1691 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1692 (vhdl-set-default-project): New function (easier setting of default).
1693 (vhdl-port-copy): Handle extended identifiers for generics.
1694 (vhdl-compiler-alist): Better description for error message regexp.
1695 (vhdl-make): Query for target, use previous as default.
1696 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1697 (vhdl-font-lock-keywords-2): Fix fontification for record
1698 el. assign.
1699 (vhdl-speedbar-make-subpack-line): Add package body link.
1700 (vhdl-generate-makefile-1): Not include itself as dependency.
1701 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1702 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1703 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1704 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1705 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1706 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1707 (vhdl-import-project): Add string argument for `error'.
1708 (vhdl-compose-configuration)
1709 (vhdl-compose-configuration-architecture): Add configuration
1710 declaration generation.
1711 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1712 (vhdl-trailer-re): Add "record" keyword (better indentation).
1713 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1714 "[^ \t-\"]+".
1715 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1716 (vhdl-testbench-entity-file-name)
1717 (vhdl-testbench-architecture-file-name): Allow separate
1718 customization of testbench file names.
1719 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1720 (vhdl-get-visible-signals): Allow newline within alias declaration.
1721 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1722 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1723 (member-ignore-case): Alias for missing function in XEmacs.
1724 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1725 (vhdl-update-sensitivity-list): Ignore case on read signals.
1726 (vhdl-replace-string): Adjust case only for file names.
1727 (vhdl-update-sensitivity-list): Fix search for read signals.
1728 (vhdl-update-sensitivity-list): Exclude formal parameters.
1729 (vhdl-get-visible-signals): Include aliases of signals.
1730 (vhdl-get-visible-signals): Fix signal name searching.
1731 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1732 (vhdl-fixup-whitespace-region): Fix for character
1733 literals (e.g. ':').
1734
1735 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1736
1737 * ansi-color.el (comint-last-output-start):
1738 * bs.el (font-lock-verbose):
1739 * diff-mode.el (add-log-buffer-file-name-function):
1740 * dired-x.el (vm-folder-directory):
1741 * faces.el (help-xref-stack-item):
1742 * files.el (font-lock-keywords):
1743 * find-lisp.el (dired-buffers, dired-subdir-alist):
1744 * ido.el (cua-inhibit-cua-keys):
1745 * log-view.el (cvs-minor-wrap-function):
1746 * outline.el (font-lock-warning-face):
1747 * simple.el (compilation-current-error):
1748 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1749 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1750 * tooltip.el (comint-prompt-regexp):
1751 * w32-fns.el (explicit-shell-file-name):
1752 * term/mac-win.el (mac-charset-info-alist)
1753 (mac-services-selection, mac-system-script-code):
1754 * term/tty-colors.el (msdos-color-values):
1755 * term/w32-win.el (xlfd-regexp-registry-subnum):
1756 * term/x-win.el (x-keysym-table, x-selection-timeout)
1757 (x-session-id, x-session-previous-id):
1758 * textmodes/ispell.el (mail-yank-prefix):
1759 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1760 * textmodes/org.el (calc-embedded-close-formula)
1761 (calc-embedded-open-formula)
1762 (font-lock-unfontify-region-function):
1763 * textmodes/reftex-global.el (isearch-next-buffer-function)
1764 (TeX-master):
1765 * textmodes/reftex.el (font-lock-keywords):
1766 * textmodes/tex-mode.el (font-lock-comment-face)
1767 (font-lock-doc-face):
1768 * textmodes/texinfo.el (outline-heading-alist):
1769 Add defvars.
1770
1771 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1772 (artist-spray-chars, artist-mode-init, artist-replace-string)
1773 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1774 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1775 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1776
1777 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1778 (conf-align-assignments): "?\ " -> "?\s".
1779
1780 * textmodes/reftex-index.el (TeX-master): Add defvar.
1781 (reftex-index-phrases-marker): Move up defvar.
1782
1783 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1784 (reftex-toc-include-labels-indicator)
1785 (reftex-toc-include-index-indicator)
1786 (reftex-toc-max-level-indicator): Move up declarations.
1787
1788 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1789 of args to `tramp-run-real-handler', even if it's empty in this case.
1790
1791 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1792
1793 * dired.el (dired-move-to-filename-regexp): Add date format for
1794 Mac OS X 10.3 in East Asian locales.
1795
1796 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1797
1798 * files.el (make-auto-save-file-name): Add file name handler call
1799 if applicable.
1800
1801 * net/tramp.el (tramp-file-name-handler-alist)
1802 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1803 (tramp-handle-make-auto-save-file-name): Rename from
1804 `tramp-make-auto-save-file-name'.
1805 (tramp-exists-file-name-handler): New defun.
1806 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1807 `make-auto-save-file-name' is not a magic file name operation.
1808
1809 2005-08-30 Richard M. Stallman <rms@gnu.org>
1810
1811 * files.el (risky-local-variable-p):
1812 Match `-predicates' and `-commands.
1813
1814 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1815 (custom-save-all): Visit the file if necessary;
1816 kill the buffer if we created it.
1817 (custom-save-delete): Don't visit file or kill buffer here.
1818
1819 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1820
1821 * textmodes/org.el (org-special-keyword): New face.
1822 (org-table-copy-down, org-table-eval-formula)
1823 (org-table-recalculate, org-init-section-numbers):
1824 Use `string-to-number' instead of `string-to-int'.
1825 (org-get-location): Use `insert-buffer-substring' instead of
1826 `insert-buffer'.
1827 (org-modify-diary-entry-string): New function.
1828 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1829 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1830 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1831 active region.
1832 (org-export-as-html): Handle QUOTE keyword.
1833 (org-quote-string): New option.
1834 (org-bookmark-jump-unhide): New function, used for
1835 `bookmark-after-jump-hook'.
1836 (org-diary-default-entry): Apply only when not called through
1837 `org-agenda'.
1838
1839 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1840
1841 * net/eudc.el (mode-popup-menu):
1842 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1843 * progmodes/ada-mode.el (compile-auto-highlight)
1844 (skeleton-further-elements):
1845 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1846 * progmodes/cmacexp.el (msdos-shells):
1847 * progmodes/compile.el (font-lock-extra-managed-props)
1848 (font-lock-keywords, font-lock-maximum-size)
1849 (font-lock-support-mode):
1850 * progmodes/grep.el (font-lock-lines-before):
1851 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1852 * progmodes/mixal-mode.el (compile-command):
1853 * progmodes/perl-mode.el (font-lock-comment-face)
1854 (font-lock-doc-face, font-lock-string-face):
1855 * progmodes/prolog.el (comint-prompt-regexp):
1856 * progmodes/sh-script.el (font-lock-comment-face)
1857 (font-lock-set-defaults, font-lock-string-face):
1858 * progmodes/sql.el (font-lock-keyword-face)
1859 (font-lock-set-defaults, font-lock-string-face):
1860 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1861 (itimer-version, lazy-lock-defer-contextually)
1862 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1863 Add defvars.
1864
1865 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1866 (cperl-electric-keyword, cperl-electric-pod)
1867 (cperl-electric-backspace, cperl-forward-re)
1868 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1869 (vc-rcs-header, vc-sccs-header): Add defvars.
1870
1871 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1872 (font-lock-syntactic-keywords, gud-find-expr-function):
1873 Add defvars.
1874
1875 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1876 (gdb-frame-parameters): Declare before use.
1877
1878 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1879 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1880 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1881 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1882
1883 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1884 (idlwave-help-with-source): Use `insert-buffer-substring', not
1885 `insert-buffer'.
1886
1887 2005-08-29 Juri Linkov <juri@jurta.org>
1888
1889 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1890 Put outline-back-to-heading function call inside save-excursion.
1891
1892 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1893
1894 * man.el (Man-init-defvars, Man-translate-references)
1895 (Man-support-local-filenames, Man-highlight-references):
1896 * progmodes/sql.el (sql-interactive-mode):
1897 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1898
1899 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1900 (compilation-mode-font-lock-keywords): Add defvars.
1901 (checkdoc-interactive-loop): "?\ " -> "?\s".
1902
1903 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1904 (font-lock-doc-face, font-lock-string-face)
1905 (font-lock-keywords-case-fold-search): Add defvars.
1906 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1907
1908 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1909 Don't pass X and Y (they are ignored anyway).
1910 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1911 (mouse-delete-window): Make arguments optional.
1912
1913 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1914 (caesar-translate-table, minor-modes, news-buffer-save)
1915 (news-group-name, news-minor-modes): Add defvars.
1916
1917 * emacs-lisp/lselect.el (mouse-highlight-priority)
1918 (x-lost-selection-functions, zmacs-regions):
1919 * emacs-lisp/pp.el (font-lock-verbose):
1920 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1921 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1922 (ses-mode-map):
1923 * emacs-lisp/tcover-unsafep.el (safe-functions):
1924 * international/mule-cmds.el (mac-system-coding-system)
1925 (mac-system-locale):
1926 * language/ethio-util.el (rmail-current-message)
1927 (rmail-message-vector):
1928 * language/thai-util.el (thai-auto-composition-mode):
1929 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1930 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1931 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1932 (vm-primary-inbox, vm-spool-files):
1933 * mail/rmail.el (deleted-head, font-lock-fontified)
1934 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1935 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1936 (total-messages):
1937 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1938 (rmail-summary-mode-map):
1939 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1940 (rmail-last-label, rmail-last-multi-labels)
1941 (rmail-summary-vector, rmail-total-messages):
1942 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1943 * mail/rmailsum.el (msgnum):
1944 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1945 (rmail-current-message):
1946 * obsolete/fast-lock.el (font-lock-face-list):
1947 * obsolete/rnewspost.el (mail-reply-buffer):
1948 * obsolete/scribe.el (compile-command):
1949 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1950
1951 2005-08-28 John Paul Wallington <jpw@gnu.org>
1952
1953 * ibuf-ext.el (ibuffer-auto-update-changed):
1954 Use `frame-or-buffer-changed-p' to check whether we need to update.
1955 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1956 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
1957 as a `frame-or-buffer-changed-p' state vector instead.
1958
1959 2005-08-27 Romain Francoise <romain@orebokech.com>
1960
1961 * textmodes/makeinfo.el (makeinfo-compile):
1962 Use `compilation-start'. Set `next-error-function' according to
1963 `disable-errors'.
1964 (makeinfo-next-error): New function.
1965 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1966 (makeinfo-buffer): Likewise.
1967
1968 * progmodes/compile.el (compilation-start): Add autoload cookie.
1969
1970 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1971 * textmodes/sgml-mode.el: Likewise.
1972 * progmodes/python.el: Likewise.
1973
1974 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1975
1976 * simple.el (blink-matching-paren-distance): Document the meaning
1977 of nil value, and allow to customize to nil.
1978
1979 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1980 command.com, not command.exe.
1981
1982 2005-08-26 John Wiegley <johnw@newartisans.com>
1983
1984 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1985 code around a bit so that an extraneous nil argument is not added
1986 to a command when no args are given.
1987
1988 * eshell/esh-arg.el (eshell-parse-double-quote): If a
1989 double-quoted argument resolves to nil, return it as an empty
1990 string rather than as nil. This made it impossible to pass "" to
1991 a shell script as a null string argument.
1992
1993 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * outline.el (outline-invent-heading): New fun.
1996 (outline-promote, outline-demote): Use it.
1997 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1998 (outline-end-of-subtree): Remove unused var `opoint'.
1999
2000 2005-08-26 David Reitter <david.reitter@gmail.com>
2001
2002 * menu-bar.el (truncate-lines, write-file, print-buffer)
2003 (ps-print-buffer-faces, ps-print-buffer, split-window):
2004 Disable menu items when the frame they refer to is invisible, or when
2005 they refer to a buffer and the minibuffer is selected.
2006
2007 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2008
2009 * progmodes/flymake.el (flymake-highlight-err-lines):
2010 Use save-excursion around flymake-highlight-line to preserve point.
2011
2012 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2013
2014 * progmodes/octave-mod.el: Change Author and Maintainer address.
2015 (octave-maintainer-address): Change Kurt's email address.
2016 * progmodes/octave-inf.el: Change Author and Maintainer address.
2017 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2018
2019 2005-08-26 Kim F. Storm <storm@cua.dk>
2020
2021 * subr.el (version-list-<, version-list-<=, version-list-=):
2022 Renamed from integer-list-*.
2023 (version-list-not-zero): Likewise. Fix while loop.
2024 (version=): Use version-list-= instead of string-equal.
2025
2026 2005-08-26 Richard M. Stallman <rms@gnu.org>
2027
2028 * outline.el (outline-promote): Try shortening the heading.
2029 As last resort, read the heading to use.
2030 (outline-demote): As last resort, read the heading to use.
2031
2032 2005-08-26 Romain Francoise <romain@orebokech.com>
2033
2034 * progmodes/compile.el (compilation-start): Doc fix.
2035
2036 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2037 (antlr-font-lock-additional-keywords): Fix reference to
2038 `antlr-font-lock-literal-regexp' erroneously changed during the
2039 mass face rename.
2040 (antlr-run-tool): Use `compilation-start'.
2041
2042 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2043 instead of the obsolete `compile-internal'.
2044
2045 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2046
2047 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2048 (number, original-date):
2049 * calendar/cal-china.el (date):
2050 * calendar/cal-coptic.el (date):
2051 * calendar/cal-french.el (date):
2052 * calendar/cal-hebrew.el (date, entry, number, original-date):
2053 * calendar/cal-islam.el (date, number, original-date):
2054 * calendar/cal-iso.el (date):
2055 * calendar/cal-julian.el (date):
2056 * calendar/cal-mayan.el (date):
2057 * calendar/cal-menu.el (date, event):
2058 * calendar/cal-persia.el (date):
2059 * calendar/lunar.el (date):
2060 * calendar/solar.el (date): Add defvars.
2061
2062 * emerge.el:
2063 * ibuffer.el:
2064 * info-xref.el:
2065 * obsolete/bg-mouse.el:
2066 * obsolete/sun-curs.el:
2067 * obsolete/swedish.el: Move the `defvar's to the top level.
2068
2069 * smerge-mode.el (smerge-refined-change): Add :group.
2070
2071 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2074 (smerge-keep-n): Remove props.
2075 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2076 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2077 now that it's done in smerge-keep-n.
2078 (smerge-refined-change): New face.
2079 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2080 (smerge-refine): New funs.
2081 (smerge-basic-map): Bind smerge-refine.
2082
2083 2005-08-25 Juri Linkov <juri@jurta.org>
2084
2085 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2086 compilation-process-setup-function and compilation-disable-input
2087 in grep-mode instead of let-bindings in grep.
2088
2089 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2090 Delete "Automatic File De/compression" (auto-compression-mode).
2091
2092 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2095 Silence warning about non-existent variable.
2096
2097 2005-08-25 Richard M. Stallman <rms@gnu.org>
2098
2099 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2100 Rename "Describe Key" to "Describe Key or Mouse Operation".
2101
2102 * mail/mailalias.el (build-mail-aliases): Delete comments
2103 from the contents before processing them.
2104
2105 * isearch.el (isearch-edit-string): Erase the Search prompt
2106 if user enters an empty string and there is no default.
2107
2108 * comint.el (comint-file-name-prefix): Add autoload.
2109
2110 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2111
2112 * subr.el (play-sound): Rearrange to avoid warning.
2113
2114 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2115
2116 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2117 New hook.
2118 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2119
2120 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2121
2122 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2123
2124 * custom.el (custom-theme-set-variables): Sort minor modes last.
2125
2126 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2127
2128 * subr.el (version-separator, version-regexp-alist): New vars used by
2129 version comparison funs.
2130 (integer-list-<, integer-list-=, integer-list-<=)
2131 (integer-list-not-zero): New funs for integer list comparison.
2132 (version-to-list, version=, version<, version<=): New funs for version
2133 comparison.
2134
2135 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2136
2137 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2138 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2139 time to silence the byte-compiler.
2140
2141 * ibuffer.el (ibuffer-compile-make-eliding-form)
2142 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2143 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2144 so it's silly to get warnings for it).
2145 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2146 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2147 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2148 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2149 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2150 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2151 Defvar at compile time.
2152 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2153 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2154 Declare them before use.
2155
2156 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2157 (info-xref-good, info-xref-bad): Defvar at compile time.
2158
2159 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2160 Use `let*' instead of `let'.
2161
2162 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2163 (*mouse-y*, menu, char): Defvar at compile time.
2164 (sc::menu): Declare it before use.
2165 (sc::pack-one-line): Use `let', not `let*'.
2166
2167 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2168 (mail-send-hook): Defvar at compile time.
2169
2170 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2171 Defvar at compile time.
2172
2173 * term/sun-mouse.el (current-global-mousemap)
2174 (current-local-mousemap): Declare them before use.
2175
2176 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2177
2178 * bookmark.el (bookmark-after-jump-hook): New hook.
2179 (bookmark-jump): Run `bookmark-after-jump-hook'.
2180
2181 2005-08-23 Juri Linkov <juri@jurta.org>
2182
2183 * faces.el (minibuffer-prompt): Doc fix.
2184
2185 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2186
2187 * progmodes/xscheme.el: Trivial changes to silence warnings.
2188 (xscheme-previous-mode, xscheme-previous-process-state):
2189 Add defvars.
2190 (xscheme-last-input-end, xscheme-process-command-line)
2191 (xscheme-process-name, xscheme-buffer-name)
2192 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2193 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2194 (xscheme-control-g-synchronization-p)
2195 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2196 (default-xscheme-runlight, xscheme-runlight)
2197 (xscheme-runlight-string, xscheme-process-filter-state)
2198 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2199 Move to beginning of file.
2200 (scheme-interaction-mode-commands-alist)
2201 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2202 Declare them before use. Note: the initialization code for the variables
2203 has not been moved because it uses functions that reference the variables.
2204 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2205 (xscheme-prompt-for-expression-map): Declare them before use.
2206 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2207
2208 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2209
2210 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2211
2212 2005-08-22 Juri Linkov <juri@jurta.org>
2213
2214 * faces.el (set-face-underline): Delete this duplicate function
2215 and make an obsolete alias to set-face-underline-p.
2216 (set-face-underline-p): Use docstring of set-face-underline.
2217 (describe-face): Create hyperlink to parent face.
2218
2219 * info.el (Info-insert-dir): Use save-excursion around
2220 insert-buffer-substring.
2221 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2222 (Info-escape-percent): Delete function.
2223 (Info-fontify-node): Replace Info-escape-percent by
2224 replace-regexp-in-string with REP arg set to lambda that
2225 duplicates `%' and preserves text properties.
2226
2227 * progmodes/compile.el (compilation-disable-input): Doc fix.
2228 (define-compilation-mode): Doc fix and refill.
2229 (kill-compilation): Use `mode-name' in the error message.
2230 (compilation-find-file): Use `compilation-error' in the
2231 read-file-name's prompt.
2232
2233 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2236 (smerge-auto-leave): Make undo re-enable the mode.
2237 (debug-ignored-errors): Add the user-error of impossible resolution.
2238 (smerge-resolve): Move things around a bit, in preparation for later.
2239 (smerge-diff): Don't fail if the buffer has no associated file.
2240 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2241 (smerge-conflict-overlay): New function.
2242 (smerge-match-conflict): Don't add text properties here.
2243 (smerge-find-conflict): Instead, add an overlay here.
2244 Also check for the case where we're inside a conflict already, so as to
2245 obviate the need for font-lock-multiline, which is unbearably slow with
2246 large conflicts and ciomplex font-lock patterns.
2247 (smerge-remove-props): Remove overlay rather than text-properties.
2248 (smerge-mode): Don't set font-lock-multiline.
2249 Remove overlays when turned off.
2250
2251 2005-08-21 Kim F. Storm <storm@cua.dk>
2252
2253 * ido.el (ido-ignore-item-p): Use save-match-data.
2254 Bind case-fold-search to ido-case-fold locally.
2255
2256 2005-08-20 Richard M. Stallman <rms@gnu.org>
2257
2258 * files.el (normal-mode): If font lock is on, turn it off and on.
2259
2260 * subr.el (replace-regexp-in-string): Doc fix.
2261
2262 * startup.el (command-line-1): Don't suppress startup screen
2263 due to existing processes.
2264
2265 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2266
2267 * progmodes/compile.el (compilation-disable-input): Default to nil.
2268
2269 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2270
2271 * progmodes/compile.el (compilation-disable-input): New defcustom.
2272 (compilation-start): If compilation-disable-input is non-nil, send
2273 EOF to the compilation process.
2274
2275 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2276
2277 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2278 Run the argument of tex-shell-cd-command through
2279 convert-standard-filename, to get the correct style of slashes on
2280 Windows, and enclose the result in quotes, in case the file name
2281 includes whitespace or other special characters.
2282
2283 2005-08-19 Andreas Schwab <schwab@suse.de>
2284
2285 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2286 process.
2287
2288 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2289
2290 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2291
2292 2005-08-18 Kim F. Storm <storm@cua.dk>
2293
2294 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2295
2296 2005-08-18 Richard M. Stallman <rms@gnu.org>
2297
2298 * scroll-lock.el: New file.
2299
2300 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2301
2302 * dired.el (dired-move-to-end-of-filename):
2303 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2304
2305 2005-08-18 Kim F. Storm <storm@cua.dk>
2306
2307 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2308 rather than toggle mode when custom value is nil.
2309 (ido-everywhere): Fix defun doc string.
2310
2311 2005-08-17 Richard M. Stallman <rms@gnu.org>
2312
2313 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2314 as tag instead of "Inviolable".
2315
2316 2005-08-17 Kim F. Storm <storm@cua.dk>
2317
2318 * windmove.el (windmove-coordinates-of-position): Remove.
2319 (windmove-coordinates-of-window-position): Remove.
2320 (windmove-reference-loc): Use posn-at-point instead.
2321
2322 * subr.el (insert-for-yank-1): Doc fix.
2323
2324 * ido.el (ido-enter-matching-directory): Rename from
2325 ido-enter-single-matching-directory. Change 'slash choice to
2326 'only. Add 'first choice.
2327 (ido-exhibit): Adapt to above changes.
2328
2329 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2330
2331 * Makefile.in: Expand comment about building loaddefs.el.
2332
2333 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2334
2335 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2336 Comment use of defadvice.
2337
2338 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2339
2340 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2341
2342 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2343 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2344 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2345 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2346 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2347 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2348 for backward compatibility for faces that did not appear in the
2349 previous Emacs release.
2350
2351 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2352
2353 2005-08-15 Kim F. Storm <storm@cua.dk>
2354
2355 * emulation/cua-base.el (cua-delete-region): Return t if
2356 deleted region was non-empty.
2357 (cua-replace-region): Inhibit overwrite-mode for
2358 self-insert-command if replaced region was non-empty.
2359 (cua--explicit-region-start, cua--status-string): Make them
2360 buffer-local at top-level...
2361 (cua-mode): ...rather than when mode is enabled.
2362
2363 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2364
2365 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2366 Set t for Emacs 21, 22, and so on.
2367
2368 2005-08-15 David Ponce <david@dponce.com>
2369
2370 * tree-widget.el: Update Commentary header.
2371 (tree-widget-theme): Doc fix.
2372 (tree-widget-space-width): New option.
2373 (tree-widget-image-properties): Look up in the default theme too.
2374 (tree-widget--cursors): Only for images with arrow pointer shape.
2375 (tree-widget-lookup-image): Pointer shape is hand by default.
2376 (tree-widget-icon): Rename generic icon widget from
2377 `tree-widget-control'.
2378 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2379 derive from `tree-widget-icon'.
2380 (tree-widget-handle): Improve default look and feel of the text
2381 representation.
2382 (tree-widget): Rename :*-control properties to :*-icon properties.
2383 Add :action and :help-echo properties.
2384 (tree-widget-after-toggle-functions): Move.
2385 (tree-widget-close-node, tree-widget-open-node): Remove.
2386 (tree-widget-before-create-icon-functions): New hook.
2387 (tree-widget-value-create): Update to allow customization of icons
2388 and nodes at run-time via that new hook.
2389 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2390 (tree-widget-icon-action, tree-widget-icon-help-echo)
2391 (tree-widget-action, tree-widget-help-echo): New functions.
2392
2393 2005-08-15 Kim F. Storm <storm@cua.dk>
2394
2395 * ido.el (ido-buffer-internal): Use with-no-warnings.
2396 (ido-make-merged-file-list): Use while-no-input.
2397
2398 2005-08-15 Richard M. Stallman <rms@gnu.org>
2399
2400 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2401 (flyspell-large-region): Fix doc and custom type.
2402
2403 2005-08-14 Richard M. Stallman <rms@gnu.org>
2404
2405 * files.el (interpreter-mode-alist): Doc fix.
2406
2407 * mail/rmail.el (rmail-nonignored-headers): New variable.
2408 (rmail-clear-headers): Use it.
2409 (rmail-reply): Better handling of mail-followup-to header.
2410
2411 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2412 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2413 don't try to refer to executable-font-lock-keywords.
2414 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2415 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2416 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2417 (sh-mode): Set comment-start-skip, local-abbrev-table,
2418 imenu-case-fold-search.
2419 (sh-set-shell): Don't set them here.
2420 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2421 Don't cache the results in the original alist; don't ever modify
2422 that alist.
2423
2424 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2425
2426 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2427 empty.
2428
2429 2005-08-15 Andreas Schwab <schwab@suse.de>
2430
2431 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2432
2433 * dired.el, info.el, mail/rmail.el: Revert last change.
2434
2435 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2436
2437 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2438 modification in `eval-after-load' form.
2439 * info.el: Likewise.
2440 * mail/rmail.el: Likewise.
2441
2442 2005-08-14 Juri Linkov <juri@jurta.org>
2443
2444 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2445 Remove highlighting of "Compilation started". Highlight only
2446 the word "finished" in "Compilation finished". Add highlighting
2447 of "interrupt", "killed", "terminated" and the exit code.
2448 (compilation-start): Add newline after header. Use exactly the
2449 same time stamp format as the finishing message.
2450 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2451
2452 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2453 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2454 Add highlighting of "interrupt", "killed", "terminated".
2455
2456 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2457 enabled and the current command is self-insert-command, call it
2458 explicitly with overwrite-mode bound to nil, to not allow it
2459 to delete the character after the selected region.
2460
2461 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2462
2463 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2464 move-end-of-line, end-of-line, and beginning-of-line to the list
2465 of commands after which the echo area is updated.
2466
2467 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2468
2469 * cus-edit.el (custom-save-all, custom-save-delete):
2470 Bind recentf-exclude to exclude custom-file.
2471
2472 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2473
2474 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2475 to go to the bottom of the mail message. Added to
2476 `rmail-summary-mode-map' with key "/".
2477 (rmail-summary-show-message): New (internal) function for use by
2478 both `rmail-summary-beginning/end-of-message'.
2479 (rmail-summary-beginning-of-message): Change to use
2480 rmail-summary-show-message.
2481
2482 * mail/rmail.el (rmail-end-of-message): New command to go to the
2483 end of the current message. Added to `rmail-mode-map' with key "/".
2484 (rmail-beginning-of-message): Fix to work as documented.
2485 (rmail-mode): Change documentation.
2486
2487 * progmodes/compile.el (compilation-start): Add the line
2488 "Compilation started" with compilation start time.
2489 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2490
2491 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2492
2493 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2494 of menu items.
2495
2496 2005-08-11 Richard M. Stallman <rms@gnu.org>
2497
2498 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2499
2500 * battery.el (battery-status-function): Don't use ignore-errors.
2501
2502 2005-08-11 Lute Kamstra <lute@gnu.org>
2503
2504 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2505 define-obsolete-variable-alias.
2506
2507 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2510 (ange-ftp-send-cmd): Revert last change, and expand
2511 the comment explaining the problem.
2512
2513 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2514
2515 * ldefs-boot.el: Update.
2516
2517 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2518 item to "Time, Load and Mail". Change help echo text.
2519
2520 * time.el (display-time-use-mail-icon, display-time-format)
2521 (display-time-string-forms): Shorten first line of docstrings.
2522
2523 2005-08-10 Lars Hansen <larsh@soem.dk>
2524
2525 * desktop.el (desktop-buffer-mode-handlers):
2526 Make non-customizable. Add autoload cookie. Change initial value to
2527 nil; add elements in respective modules instead. Fix doc string.
2528 (desktop-load-file): New function.
2529 (desktop-minor-mode-handlers): New autoloaded variable.
2530 (desktop-create-buffer): Call minor mode handlers.
2531 Use desktop-load-file to load major and minor mode modules prior to
2532 checking for a handler.
2533 (desktop-save): Don't add nil to desktop-minor-modes for minor
2534 modes with nil function in desktop-minor-mode-table. Don't delete
2535 desktop file before rewriting it.
2536 (desktop-locals-to-save): Add autoload cookie. Don't make
2537 automatically buffer-local. Add variables column-number-mode,
2538 size-indication-mode, indent-tabs-mode,
2539 indicate-buffer-boundaries, indicate-empty-lines and
2540 show-trailing-whitespace.
2541 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2542 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2543 (desktop-clear-preserve-buffers-regexp): Delete.
2544 (desktop-clear-preserve-buffers): Update initial value and docstring.
2545 (desktop-save-buffer): Fix doc string.
2546
2547 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2548 (hilit-chg-desktop-restore): New function.
2549 (highlight-changes-mode): Add highlight-changes-mode to
2550 desktop-locals-to-save.
2551
2552 * dired.el: Add handler to desktop-buffer-mode-handlers.
2553 (dired-restore-desktop-buffer): Remove autoload cookie.
2554 (dired-mode): Add autoload cookie.
2555
2556 * info.el: Add handler to desktop-buffer-mode-handlers.
2557 (Info-restore-desktop-buffer): Remove autoload cookie.
2558 (Info-mode): Add autoload cookie.
2559
2560 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2561 (mh-restore-desktop-buffer): Remove autoload cookie.
2562 (mh-folder-mode): Add autoload cookie.
2563
2564 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2565 (rmail-restore-desktop-buffer): Remove autoload cookie.
2566
2567 2005-08-11 Masatake YAMATO <jet@gyve.org>
2568
2569 * hexl.el (hexl-address-region):
2570 (hexl-ascii-region, hexl-font-lock-keywords):
2571 (hexl-highlight-line-range): Use the term "region"
2572 instead of "area" for consistency with the other symbols
2573 defined in hexl.el.
2574
2575 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2576
2577 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2578 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2579 out by Juri Linkov). Add `display-battery-mode'.
2580
2581 2005-08-09 Juri Linkov <juri@jurta.org>
2582
2583 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2584 Remove `-text' from face variable names.
2585 (compilation-error-file-name, compilation-warning-file-name)
2586 (compilation-info-file-name): Delete faces.
2587 (compilation-line-number, compilation-column-number):
2588 Remove face underlining.
2589 (compilation-message-face): Set to `underline' value by default.
2590 (compilation-error-face, compilation-warning-face)
2591 (compilation-info-face): Remove `-file-name' from face names.
2592 (compilation-error-text-face, compilation-warning-text-face)
2593 (compilation-info-text-face): Delete face variables.
2594 (compilation-text-face): Delete function.
2595
2596 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2597 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2598 (grep-error-face): Set to `compilation-error' instead of
2599 `compilation-error-face' (which is redefined to `grep-hit-face' in
2600 grep buffers).
2601 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2602 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2603
2604 * dired-aux.el (dired-do-query-replace-regexp):
2605 Use `query-replace-read-args'.
2606
2607 * replace.el (query-replace-read-from, query-replace-read-to)
2608 (query-replace-read-args): Rename arg `string' to `prompt'.
2609
2610 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2611
2612 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2613
2614 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2615 uploading files.
2616 (ange-ftp-canonize-filename): Handle file names beginning with ~
2617 correctly.
2618
2619 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * textmodes/fill.el (canonically-space-region)
2622 (fill-context-prefix, fill-french-nobreak-p)
2623 (fill-delete-newlines, fill-comment-paragraph)
2624 (justify-current-line): "?\ " -> "?\s".
2625
2626 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2627
2628 * textmodes/fill.el (fill-nonuniform-paragraphs):
2629 Improve argument/docstring consistency.
2630
2631 2005-08-09 Richard M. Stallman <rms@gnu.org>
2632
2633 * textmodes/ispell.el (ispell-word): More fboundp checks.
2634
2635 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2636 (find-file-noselect-1): Call it here, only if RAWFILE.
2637 (normal-mode): Always set some major mode.
2638 (save-some-buffers-action-alist): Change some explanation strings.
2639 (file-name-non-special): In the `quote' method, use unwind-protect.
2640
2641 2005-08-09 Magnus Henoch <mange@freemail.hu>
2642
2643 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2644 (ispell-have-aspell-dictionaries): New variable.
2645 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2646 (ispell-get-aspell-config-value): New function.
2647 (ispell-aspell-find-dictionary): New function.
2648 (ispell-aspell-add-aliases): New function.
2649 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2650 appropriate. Don't look for ispell dictionaries if we use aspell.
2651 (ispell-menu-map): Don't build a submenu of dictionaries.
2652
2653 2005-08-09 Richard M. Stallman <rms@gnu.org>
2654
2655 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2656 (sql-read-passwd): Use read-passwd.
2657
2658 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2659 (idlwave-toolbar-is-possible): Add defvars.
2660
2661 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2662 Avoid warnings.
2663
2664 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2665 (idlwave-system-class-info, idlwave-executive-commands-alist):
2666 Use defvar.
2667
2668 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2669
2670 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2671 Avoid warnings.
2672
2673 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2674 and content-type: headers.
2675
2676 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2677
2678 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2679 and rename some of them to be more self-explanatory.
2680
2681 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2682
2683 * startup.el (command-line-1): Implement -scriptload.
2684
2685 * replace.el (occur-engine): Initial *Occur* output not undoable.
2686
2687 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2688 and improve help strings.
2689
2690 * isearch.el (isearch-repeat): When changing direction,
2691 mark search successful.
2692
2693 * ediff-init.el: Use (featurep 'xemacs).
2694
2695 * comint.el (send-invisible): Identify buffer, if not selected.
2696
2697 * align.el: Delete autoload for c-guess-basic-syntax.
2698
2699 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2700
2701 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2702 Improve argument/docstring consistency. Doc fixes.
2703 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2704 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2705 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2706 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2707 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2708 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2709 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2710 Defvar at compile time.
2711
2712 2005-08-09 Juri Linkov <juri@jurta.org>
2713
2714 * info.el: Replace `info' with upper-case `Info' where appropriate.
2715 (info-title-1, info-title-2, info-title-3, info-title-4)
2716 (info-menu-header): Move up face definitions.
2717 (info-menu-star): Rename from `info-menu-5'.
2718 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2719 (Info-fontify-visited-nodes): Fix docstring.
2720 (Info-hide-note-references): Fix docstring.
2721 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2722 menu items in the same way as on cross-references.
2723 (info-apropos): Fix sorting order and formatting to be like in the
2724 stand-alone Info browser. Display error messages for 1 sec.
2725 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2726 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2727 from the menu bar.
2728 (Info-insert-dir): Restore point after calling
2729 `insert-buffer-substring'.
2730
2731 2005-08-08 Richard M. Stallman <rms@gnu.org>
2732
2733 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2734 (recompute-lucid-menubar): Add defvars.
2735
2736 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2737
2738 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2739
2740 * net/net-utils.el (run-dig): Rename from `dig'.
2741
2742 * play/gametree.el (gametree-mode): Use make-local-variable,
2743 not make-variable-buffer-local.
2744
2745 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2746
2747 * ansi-color.el (ansi-color-make-extent)
2748 (ansi-color-set-extent-face): Use fboundp, not functionp.
2749
2750 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2751 not make-variable-buffer-local.
2752
2753 * bookmark.el (Info-current-file): Add defvar.
2754 (bookmark-jump-noselect): Use with-no-warnings.
2755
2756 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2757
2758 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2759
2760 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2761
2762 * find-file.el (ada-procedure-start-regexp)
2763 (ada-package-start-regexp): Add defvars.
2764
2765 * info.el (Info-insert-dir): Use insert-buffer-substring.
2766
2767 * xml.el (xml-att-def-re): Add defvar.
2768
2769 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2770 calling convention.
2771
2772 * subr.el (while-no-input): Return t if there is input.
2773
2774 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2775
2776 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2777
2778 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2781 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2782
2783 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2784
2785 * cmuscheme.el (scheme-start-file): Replace reference to
2786 `user-emacs-directory' by "~/.emacs.d/".
2787
2788 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2789
2790 * info.el (Info-dir-remove-duplicates): Avoid case folding
2791 in loop; instead, keep downcased strings for comparison.
2792 Suggested by Helmut Eller.
2793
2794 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2795
2796 Sync with Tramp 2.0.50.
2797
2798 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2799 XEmacs case; not necessary anymore.
2800 (tramp-user-regexp): Allow "@" as part of user name.
2801 (tramp-handle-set-visited-file-modtime)
2802 (tramp-handle-insert-file-contents)
2803 (tramp-handle-write-region): No special handling for
2804 `last-coding-system-used, because this is done in
2805 `tramp-accept-process-output' now.
2806 (tramp-accept-process-output): New defun.
2807 (tramp-process-one-action, tramp-process-one-multi-action)
2808 (tramp-wait-for-regexp, tramp-wait-for-output)
2809 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2810 Howells <dhowells@redhat.com>.
2811 (clear-visited-file-modtime): Defadvice removed. The check for
2812 unset buffer's modtime does not need to be based on
2813 `tramp-buffer-file-attributes'. Suggested by RMS.
2814 (tramp-message): Insert "\n" if not being at beginning of line.
2815 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2816 sequence with same logic.
2817 (tramp-completion-handle-expand-file-name): Discard call of
2818 `tramp-drop-volume-letter'. It is not necessary, and there have
2819 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2820 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2821 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2822 should always be visible.
2823 (tramp-handle-insert-directory, tramp-setup-complete)
2824 (tramp-set-process-query-on-exit-flag)
2825 (tramp-append-tramp-buffers): Pacify byte-compiler.
2826 (tramp-bug): Delete non-existing variables from list.
2827 Apply `tramp-load-report-modules' as pre-hook.
2828 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2829 `shell-prompt-pattern' because of non-7bit characters.
2830 Reported by Sebastian Luque <sluque@mun.ca>.
2831 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2832 (tramp-match-string-list): Remove function.
2833 (tramp-wait-for-regexp): Remove call of that function.
2834 Suggested by Kim F. Storm <storm@cua.dk>.
2835 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2836 instead of octal character code ?\600. The latter resulted in a
2837 syntax error with XEmacs.
2838
2839 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2840 XEmacs case; not necessary anymore.
2841 (tramp-smb-handle-write-region): No special handling for
2842 `last-coding-system-used, because this is done in
2843 `tramp-accept-process-output' now.
2844 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2845
2846 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2847
2848 * wid-edit.el (widget-choice-value-create):
2849 Unconditionally respect user choice. Set :explicit-choice back to nil
2850 when no longer needed.
2851 (widget-choice-action): Unconditionally respect user choice.
2852 Eliminate :explicit-choice-value.
2853
2854 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2855
2856 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2857 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2858 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2859 running new function `toggle-indicate-empty-lines'.
2860 Rename "Customize" item to "Customize fringe".
2861 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2862 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2863 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2864 Delete "Empty lines only" item.
2865 (menu-bar-showhide-fringe-ind-customize): New function.
2866 (menu-bar-showhide-fringe-ind-mixed)
2867 (menu-bar-showhide-fringe-ind-box)
2868 (menu-bar-showhide-fringe-ind-right)
2869 (menu-bar-showhide-fringe-ind-left)
2870 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2871 instead of `fringe-indicators'.
2872
2873 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2874
2875 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2876 Change the date of last update.
2877
2878 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2879
2880 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2881 (viper-exec-yank, viper-put-back): Don't display modification msg
2882 if in the minibuffer.
2883
2884 * viper-init.el (viper-replace-overlay-cursor-color)
2885 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2886 Make variables frame local.
2887
2888 * viper-util.el (viper-append-filter-alist): Use append instead of
2889 nconc.
2890
2891 * viper.el (viper-vi-state-mode-list)
2892 (viper-emacs-state-mode-list): Move help-mode and
2893 completion-list-mode from the first list to the second.
2894 (viper-mode): Docstring.
2895 (viper-go-away, viper-non-hook-settings): Don't localize
2896 minor-mode-alist in newer Emacsen. Add advice to
2897 set-cursor-color. Don't bind "\C-c\\".
2898
2899 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2900
2901 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2902 (scheme-macro-expand-command): New user options.
2903 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2904 (scheme-form-at-point, scheme-start-file)
2905 (scheme-interactively-start-process): New functions.
2906 (scheme-get-process): New function, extracted from `scheme-proc'.
2907 (run-scheme): Call `scheme-start-file' to get start file, and pass
2908 it to `make-comint'.
2909 (switch-to-scheme, scheme-proc):
2910 Call `scheme-interactively-start-process' if no Scheme buffer/process
2911 is available.
2912
2913 2005-08-06 Juri Linkov <juri@jurta.org>
2914
2915 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2916 Use `compilation-text-face', `compilation-info-text-face' and
2917 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2918 (compilation-error): New face.
2919 (compilation-error-file-name): Inherit from
2920 `compilation-error' instead of `font-lock-warning-face'.
2921 (compilation-warning-file-name): Inherit from
2922 `compilation-warning' instead of `font-lock-warning-face'.
2923 (compilation-info, compilation-error-file-name)
2924 (compilation-warning-file-name, compilation-info-file-name)
2925 (compilation-line-number, compilation-column-number): Doc fix.
2926 (compilation-error-text-face, compilation-warning-text-face)
2927 (compilation-info-text-face): New face variables.
2928 (compilation-line-face, compilation-column-face)
2929 (compilation-enter-directory-face)
2930 (compilation-leave-directory-face): Doc fix.
2931 (compilation-text-face): New function.
2932
2933 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2934 instead of 1 to display binary file names as info file links.
2935 (grep-error-face): Use `compilation-error-face' instead of
2936 `font-lock-keyword-face'.
2937 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2938 and `compilation-warning-text-face' instead of
2939 `font-lock-keyword-face'. Use `compilation-error-text-face'
2940 instead of `grep-error-face'.
2941
2942 2005-08-05 Kenichi Handa <handa@m17n.org>
2943
2944 * international/code-pages.el: Add autoload cookies for all coding
2945 systems.
2946
2947 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
2948
2949 * cus-start.el (all): Put undo.c where it alphabetically belongs.
2950
2951 2005-08-04 Juri Linkov <juri@jurta.org>
2952
2953 * progmodes/compile.el (compilation-mode-map):
2954 * progmodes/grep.el (grep-mode-map):
2955 Bind TAB to `compilation-next-error' and [backtab] to
2956 `compilation-previous-error'.
2957
2958 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2959 matching line numbers, column numbers and their ranges with regexp
2960 matching only line numbers.
2961 (grep-context-face): New face variable.
2962 (grep-mode-font-lock-keywords): Use it.
2963
2964 * faces.el (read-face-name): Delete duplicate faces.
2965
2966 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * thumbs.el (thumbs-find-image): Don't make variables
2969 automatically buffer local.
2970 (thumbs-current-tmp-filename, thumbs-current-image-filename)
2971 (thumbs-image-num): Make automatically buffer local.
2972 (thumbs-show-thumbs-list): Use `make-local-variable', not
2973 `make-variable-buffer-local'.
2974 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2975
2976 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2977 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2978 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2979 (bother, bye, canyou, chatlst, continue, deathlst, describe)
2980 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2981 (feelings-about, foullst, found, hello, history, howareyoulst)
2982 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2983 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2984 (neglst, obj, object, owner, please, problems, qlist)
2985 (random-adjective, relation, remlst, repetitive-shortness)
2986 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2987 (shortlst, something, sportslst, stallmanlst, states, subj)
2988 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2989 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2990 Defvar at compile time.
2991
2992 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2993 not `make-variable-buffer-local'.
2994
2995 2005-08-02 Kim F. Storm <storm@cua.dk>
2996
2997 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2998 rectangle overlay in selected window.
2999
3000 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3001
3002 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3003 instead of display group. Make `indicate-buffer-boundaries'
3004 customizable through Custom.
3005
3006 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3007
3008 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3009 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3010 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3011 (gdb-put-string): Fix typos in docstrings.
3012
3013 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3014
3015 Update copyright notices of files in progmodes directory for
3016 release of Emacs 22.1.
3017
3018 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3019
3020 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3021 Don't barf if the GUD buffer has been killed.
3022
3023 2005-08-01 Kim F. Storm <storm@cua.dk>
3024
3025 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3026
3027 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * simple.el (next-error-follow-minor-mode):
3030 make-variable-buffer-local -> make-local-variable.
3031
3032 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3033
3034 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3035 (byte-compile-form-make-variable-buffer-local): New functions to warn
3036 about misuses of make-variable-buffer-local where make-local-variable
3037 was meant.
3038
3039 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * bs.el (bs-attributes-list): Doc fix.
3042 (bs): Update url-link.
3043
3044 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3045 (desktop-load-default): Simplify.
3046
3047 * ibuffer.el (ibuffer-columnize-and-insert-list)
3048 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3049 (ibuffer-unmark-all, ibuffer-toggle-marks)
3050 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3051 (ibuffer-compile-make-format-form, ibuffer-format-column)
3052 (ibuffer-current-buffers-with-marks)
3053 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3054 (ibuffer): Doc fix.
3055 (ibuffer-mode): Fix typo in docstring.
3056 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3057 with `define-obsolete-variable-alias'.
3058 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3059
3060 2005-07-29 Kenichi Handa <handa@m17n.org>
3061
3062 * international/mule-cmds.el (select-message-coding-system):
3063 Be sure to use LF for end-of-line. If no coding system is decided,
3064 return iso-8859-1-unix.
3065
3066 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3069 (ange-ftp-pending-error-line): New vars.
3070 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3071 to handle the non-fatal no-route-to-host messages.
3072 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3073
3074 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3075
3076 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3077 (isearch-quote-char, isearch-printing-char)
3078 (isearch-text-char-description): "?\ " -> "?\s".
3079 (isearch-lazy-highlight-cleanup)
3080 (isearch-lazy-highlight-initial-delay)
3081 (isearch-lazy-highlight-interval)
3082 (isearch-lazy-highlight-max-at-a-time)
3083 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3084 Declare with define-obsolete-*-alias macros.
3085 (isearch-forward): Fix typo in docstring.
3086 (search-invisible, search-ring-yank-pointer)
3087 (regexp-search-ring-yank-pointer): Doc fixes.
3088
3089 * recentf.el (recentf-menu-append-commands-p): Declare with
3090 `define-obsolete-variable-alias'.
3091 (recentf-max-saved-items, recentf-menu-filter)
3092 (recentf-arrange-by-rule-subfilter): Doc fixes.
3093 (recentf-menu-append-commands-flag)
3094 (recentf-initialize-file-name-history, recentf-expand-file-name)
3095 (recentf-clear-data): Fix typos in docstrings.
3096
3097 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3098
3099 * progmodes/gdb-ui.el: Smarten comments.
3100 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3101
3102 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3103
3104 * term/apollo.el (terminal-init-apollo): New function containing
3105 all former top level forms in the file.
3106 * term/bobcat.el (terminal-init-bobcat):
3107 * term/cygwin.el (terminal-init-cygwin):
3108 * term/iris-ansi.el (terminal-init-iris-ansi):
3109 * term/linux.el (terminal-init-linux):
3110 * term/news.el (terminal-init-news):
3111 * term/rxvt.el (terminal-init-rxvt):
3112 * term/sun.el (terminal-init-sun):
3113 * term/tvi970.el (terminal-init-tvi970):
3114 * term/vt100.el (terminal-init-vt100):
3115 * term/vt102.el (terminal-init-vt102):
3116 * term/vt125.el (terminal-init-vt125):
3117 * term/vt200.el (terminal-init-vt200):
3118 * term/vt201.el (terminal-init-vt201):
3119 * term/vt220.el (terminal-init-vt220):
3120 * term/vt240.el (terminal-init-vt240):
3121 * term/vt300.el (terminal-init-vt300):
3122 * term/vt320.el (terminal-init-vt320):
3123 * term/vt400.el (terminal-init-vt400):
3124 * term/vt420.el (terminal-init-vt420):
3125 * term/wyse50.el (terminal-init-wyse50):
3126 * term/xterm.el (terminal-init-xterm): Likewise.
3127
3128 * term/README: Describe the terminal-init-* functionality.
3129
3130 * startup.el (command-line): After loading the terminal initialization
3131 file call the corresponding terminal initialization function.
3132
3133 2005-07-27 Kenichi Handa <handa@m17n.org>
3134
3135 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3136 negative.
3137
3138 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3139 (ps-mule-composition-prologue): Fix for the case that
3140 RelativeCompose is false.
3141
3142 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3145
3146 * descr-text.el (describe-char): Handle the case where the list of
3147 chars is displayed in a separate frame.
3148 Be a bit more discriminating when looking for the char.
3149
3150 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * bookmark.el (bookmark-automatically-show-annotations)
3153 (bookmark-read-annotation-text-func): Doc fixes.
3154 (bookmark-save): Improve argument/docstring consistency.
3155 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3156 (bookmark-alist-from-buffer)
3157 (bookmark-upgrade-file-format-from-0)
3158 (bookmark-grok-file-format-version)
3159 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3160 (bookmark-read-annotation-mode)
3161 (bookmark-insert-current-bookmark, bookmark-jump)
3162 (bookmark-exit-hook): Fix typos in docstrings.
3163 (bookmark-exit-hooks): Define as obsolete alias.
3164 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3165 not `bookmark-exit-hooks'. Fix docstring.
3166 (bookmark-bmenu-select): "?\ " -> "?\s".
3167
3168 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3169
3170 * startup.el (command-line): Fix typo.
3171
3172 2005-07-24 Richard M. Stallman <rms@gnu.org>
3173
3174 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3175 not emacs-quick-startup.
3176
3177 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3178
3179 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3180 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3181 instead of `reb-with-current-window'.
3182 (reb-prev-match): Likewise. Also, don't move left if the search
3183 was unsuccessful.
3184 (reb-initialize-buffer): New function.
3185 (re-builder, reb-change-syntax): Use it.
3186
3187 * man.el (Man-goto-page): Make second argument NOERROR optional.
3188
3189 2005-07-23 Richard M. Stallman <rms@gnu.org>
3190
3191 * man.el (Man-bgproc-sentinel): Check here for failure to find
3192 any man page in the output, and report the error here.
3193 (Man-arguments): Make it permanent local.
3194 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3195 (Man-mode): Pass t for NOERROR.
3196
3197 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3198 (grep-mode-font-lock-keywords):
3199 Don't use compilation-...-face for messages that are not file names.
3200
3201 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3202 Don't use compilation-...-face for messages that are not file names.
3203
3204 2005-07-22 Juri Linkov <juri@jurta.org>
3205
3206 * startup.el (normal-splash-screen): Update menu name.
3207
3208 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3209
3210 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3211
3212 * term/xterm.el: Load term/rxvt if the terminal is actually an
3213 rxvt terminal.
3214 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3215
3216 * term/rxvt.el (function-key-map): Use substitute-key-definition
3217 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3218
3219 * term/cygwin.el: New file.
3220
3221 2005-07-22 Kim F. Storm <storm@cua.dk>
3222
3223 * image-file.el (insert-image-file, image-file-yank-handler):
3224 Fix last change to maintain a (unique) yank-handler on yanked images.
3225
3226 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3227
3228 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3229 of the file size (as in "177B" for 177 bytes). This happens with
3230 "ls -lh" on FreeBSD.
3231
3232 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3233
3234 * hilit-chg.el (highlight-changes-global-initial-state)
3235 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3236 (hilit-chg-fixup, highlight-changes-mode):
3237 Fix typos in docstrings.
3238 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3239 Doc fixes.
3240
3241 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3242
3243 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3244 mode function using `eval-after-load'.
3245
3246 2005-07-21 Kim F. Storm <storm@cua.dk>
3247
3248 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3249 included when reporting an emacs crash, and tell about the DEBUG file.
3250
3251 * image-file.el (insert-image-file): Add yank-handler.
3252 (image-file-yank-handler): Yank handler to make unique copies of
3253 images when they are yanked into a buffer next to each other.
3254
3255 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * comint.el (comint-use-prompt-regexp, comint-send-input)
3258 (comint-source-default, comint-extract-string)
3259 (comint-get-source, comint-word, comint-completion)
3260 (comint-source, comint-prompt-read-only, comint-update-fence):
3261 Fix typos in docstrings.
3262 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3263 Declare with define-obsolete-*-alias macros.
3264 (comint-previous-matching-input-from-input)
3265 (comint-next-matching-input-from-input)
3266 (comint-previous-matching-input, comint-next-matching-input)
3267 (comint-forward-matching-input):
3268 Improve argument/docstring consistency.
3269
3270 * desktop.el (desktop-clear-preserve-buffers-regexp):
3271 Also preserve the *server* buffer.
3272
3273 * simple.el (clone-indirect-buffer): Doc fix.
3274 (fixup-whitespace, just-one-space)
3275 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3276 (next-error, next-error-highlight)
3277 (next-error-highlight-no-select, next-error-last-buffer)
3278 (next-error-buffer-p, next-error-find-buffer, next-error)
3279 (previous-error, next-error-no-select, previous-error-no-select)
3280 (open-line, split-line, minibuffer-prompt-width, kill-new)
3281 (binary-overwrite-mode): Fix typos in docstrings.
3282 (set-fill-column): Fix typo in message.
3283
3284 * skeleton.el (skeleton-proxy-new): Doc fix.
3285
3286 * strokes.el (strokes-load-hook): Doc fix.
3287 (strokes-grid-resolution, strokes-get-grid-position)
3288 (strokes-renormalize-to-grid, strokes-read-stroke)
3289 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3290 (strokes-global-map): Fix typos in docstrings.
3291 (strokes-help): Doc fix. Fix help message and pass it through
3292 `substitute-command-keys'.
3293
3294 * tempo.el (tempo-insert-prompt, tempo-interactive)
3295 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3296 (tempo-insert-string-functions, tempo-local-tags)
3297 (tempo-define-template, tempo-insert-template)
3298 (tempo-insert-prompt-compat, tempo-is-user-element)
3299 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3300 Fix typos in docstrings.
3301
3302 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3303 (vcursor-key-bindings, vcursor-use-vcursor-map)
3304 (vcursor-find-window, vcursor-scroll-down)
3305 (vcursor-disable, vcursor-beginning-of-buffer)
3306 (vcursor-end-of-buffer): Fix typos in docstrings.
3307 (vcursor-relative-move, vcursor-get-char-count):
3308 Improve argument/docstring consistency.
3309
3310 * version.el: "?\ " -> "?\s".
3311
3312 * wid-edit.el (widget-default-create, widget-after-change)
3313 (widget-default-format-handler, widget-checklist-add-item)
3314 (widget-radio-add-item, widget-choose, widget-specify-secret)
3315 (widget-field-value-create, widget-field-value-get)
3316 (widget-editable-list-format-handler)
3317 (widget-editable-list-entry-create, widget-group-value-create)
3318 (widget-documentation-link-add)
3319 (widget-documentation-string-value-create): "?\ " -> "?\s".
3320 (widget-convert-text): Doc fix.
3321 (widget-narrow-to-field, widget-field-find)
3322 (widget-url-link-action, widget-emacs-library-link-action)
3323 (widget-color-notify): Fix typos in docstrings.
3324
3325 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3326 (x-select-text, set-w32-system-coding-system)
3327 (w32-add-charset-info): Fix typos in docstrings.
3328
3329 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3330 (cua-enable-cua-keys, cua-use-hyper-key)
3331 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3332 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3333
3334 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3335
3336 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3337 `defalias' instead of faking it.
3338
3339 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3340 (eshell-ls-missing, eshell-ls-dired-initial-args)
3341 (eshell-ls-use-in-dired): Fix typos in docstrings.
3342
3343 2005-07-20 Kim F. Storm <storm@cua.dk>
3344
3345 * emulation/cua-base.el (cua-mode): Improve doc string.
3346
3347 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * abbrev.el (expand-region-abbrevs): Doc fix.
3350 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3351 Improve argument/docstring consistency.
3352
3353 * arc-mode.el (archive-get-descr, archive-alternate-display):
3354 Doc fixes.
3355 (archive-l-e): Improve argument/docstring consistency.
3356 (archive-tmpdir, archive-unixdate, archive-unixtime)
3357 (archive-chmod-entry): Fix typos in docstrings.
3358 (archive-unflag, archive-unflag-backwards)
3359 (archive-unmark-all-files): "?\ " -> "?\s".
3360
3361 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3362 (Buffer-menu-not-modified, Buffer-menu-execute)
3363 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3364 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3365
3366 * composite.el (compose-string, encode-composition-rule)
3367 (compose-last-chars): Fix typos in docstrings.
3368
3369 * desktop.el (desktop-enable, desktop-basefilename):
3370 Declare with `define-obsolete-variable-alias'.
3371 (desktop-internal-v2s): Don't quote keywords.
3372 (desktop-clear): "?\ " -> "?\s".
3373
3374 * dired.el (dired-align-file, dired-flag-backup-files)
3375 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3376 (dired-listing-switches, dired-ls-F-marks-symlinks)
3377 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3378 (dired-directory, dired-faces, dired, dired-revert)
3379 (dired-mode, dired-summary, dired-view-file)
3380 (dired-copy-filename-as-kill, dired-delete-file)
3381 (dired-no-confirm, dired-unmark-all-marks)
3382 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3383 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3384 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3385 Fix typos in message strings.
3386
3387 * dired-x.el (virtual-dired): Declare with `defalias'.
3388 (dired-mark-unmarked-files, dired-local-variables-file)
3389 (dired-omit-here-always): Doc fix.
3390 (dired-omit-mode, dired-find-subdir)
3391 (dired-enable-local-variables, dired-clean-up-buffers-too)
3392 (dired-extra-startup, dired-mark-extension, dired-jump)
3393 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3394 (dired-smart-shell-command, dired-guess-shell-alist-user)
3395 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3396 (dired-x-bind-find-file, dired-x-submit-report):
3397 Fix typos in docstrings.
3398 (dired-mark-unmarked-files): "?\ " -> "?\s".
3399
3400 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3401
3402 * faces.el (describe-face): "?\ " -> "?\s".
3403 (read-all-face-attributes, read-face-font, modify-face)
3404 (face-attr-construct, italic): Fix typos in docstrings.
3405 (frame-update-face-colors): Declare with
3406 `define-obsolete-function-alias'.
3407
3408 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3409 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3410 (magic-mode-alist, buffer-file-numbers-unique)
3411 (write-file-functions, get-free-disk-space):
3412 Fix typos in docstrings.
3413 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3414 (write-contents-hooks, write-file-hooks):
3415 Declare with `define-obsolete-variable-alias'.
3416
3417 * forms-d2.el (arch-rj): Fix typo in docstrings.
3418 (arch-tocol): Likewise. "?\ " -> "?\s".
3419
3420 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3421 Fix typo in docstring.
3422 (set-screen-width, set-screen-height): Delete redundant info in
3423 doctrings.
3424 (new-frame, screen-height, screen-width): Declare with
3425 `define-obsolete-function-alias'.
3426 (delete-frame-hook, blink-cursor): Declare with
3427 `define-obsolete-variable-alias'.
3428
3429 * paths.el (prune-directory-list): Fix typos in docstring.
3430
3431 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3432 (cvs-prefix-get): Fix typos in docstrings.
3433
3434 * ps-print.el (ps-extend-face-list, ps-extend-face)
3435 (ps-print-background-image): Fix typos in docstrings.
3436 (ps-default-fg, ps-default-bg): Doc fixes.
3437
3438 * s-region.el (s-region-bind): Doc fix.
3439 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3440
3441 * textmodes/org.el (org-table-formula-substitute-names)
3442 (org-table-get-vertical-vector): Doc fixes.
3443 (org-table-recalculate): Remove unused argument to `message'.
3444
3445 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3446
3447 * textmodes/org.el (org-table-column-names)
3448 (org-table-column-name-regexp)
3449 (org-table-named-field-locations): New variables.
3450 (org-archive-subtree): Protect `this-command' when calling
3451 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3452 the kill buffer.
3453 (org-complete): Remove fixed-formula completion.
3454 (org-edit-formulas-map): New variable.
3455 (org-table-edit-formulas): New command.
3456 (org-finish-edit-formulas, org-abort-edit-formulas)
3457 (org-show-variable, org-table-get-vertical-vector): New functions.
3458 (org-table-maybe-eval-formula): Handle `:=' fields.
3459 (org-table-get-stored-formulas, org-table-store-formulas)
3460 (org-table-get-formula, org-table-modify-formulas)
3461 (org-table-replace-in-formulas): Handle named field formulas.
3462 (org-table-get-specials): Store locations of named fields.
3463
3464 2005-07-19 Juri Linkov <juri@jurta.org>
3465
3466 * progmodes/grep.el (grep-regexp-alist)
3467 (grep-mode-font-lock-keywords, grep-process-setup):
3468 Use default GNU grep match color "01;31m" instead of "01;41m".
3469 (grep-regexp-alist, grep-mode-font-lock-keywords):
3470 Use `\\[[0-9]*m' instead of `\\[00m'.
3471 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3472 sgr_start where its handling is more important. Use the real
3473 length of sgr_start instead of constant 8.
3474 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3475 specially. Delete all remaining escape sequences.
3476 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3477 (grep-regexp-alist): Make hyperlink only for binary file name
3478 instead of the whole line.
3479 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3480 (grep-mode): Add autoload.
3481
3482 * emacs-lisp/find-func.el (find-function-regexp):
3483 Add `define-compilation-mode'.
3484
3485 2005-07-19 Juri Linkov <juri@jurta.org>
3486
3487 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3488 (compare-windows-sync-string-size, compare-windows-recenter)
3489 (compare-windows-highlight, compare-windows): Add version 22.1.
3490 (compare-windows) <defface>: Inherit from lazy-highlight instead
3491 of duplicating its default value.
3492
3493 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3494 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3495
3496 * descr-text.el (describe-char): Create link buttons for `charset'
3497 and `code point'. Add the current input method name with a link
3498 button to `to input' field. Print face names of display table
3499 characters in `The display table entry is displayed by' section
3500 instead of printing face-id in the `display' field.
3501 Guess hardcoded faces and create a link button for them.
3502 Skip empty fields when calculating max-width.
3503 Treat `widget-create' specially while inserting strings from the
3504 collected field list.
3505 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3506
3507 * diff-mode.el (diff-file-header): Change foreground color from
3508 yellow to green on light backgrounds.
3509 (diff-context): Inherit from `shadow' only for color/grayscale
3510 with more than 88 colors.
3511 (diff-indicator-removed, diff-indicator-added)
3512 (diff-indicator-changed): New faces.
3513 (diff-font-lock-keywords): Use new faces. Regroup rules.
3514 Add "^---$" for `normal' diff format. Fontify `#' lines with
3515 font-lock-comment-delimiter-face and font-lock-comment-face.
3516 Add `#' to ^[^...] in the rule for `diff-context-face'.
3517
3518 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3519 a button-like box. Inherit from `highlight' on low colors.
3520 (shadow): Use shades of gray only for color/grayscale with
3521 more than 88 colors. Use green for light backgrounds with
3522 8 colors, and yellow for dark backgrounds with 8 colors.
3523
3524 * font-lock.el (font-lock-regexp-grouping-backslash):
3525 Don't inherit from escape-glyph (use bold for all cases).
3526
3527 * info.el (info-xref-visited): Use light foreground color `violet'
3528 for dark backgrounds instead of dark color `magenta3'.
3529 (info-title-1): Use `yellow' color for dark backgrounds.
3530
3531 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3532 too-light magenta2.
3533
3534 * replace.el (match): Use slightly more light RoyalBlue3 instead
3535 of dark RoyalBlue4.
3536
3537 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3538
3539 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3540
3541 * novice.el (disabled-command-hook): Declare it with
3542 `define-obsolete-variable-alias'.
3543
3544 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3545 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3546 (desktop-load-default): Add release to obsolescence info.
3547 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3548 (desktop-append-buffer-args, desktop-read):
3549 Fix typos in docstrings.
3550 (desktop-kill): Fix typo in message.
3551 (desktop-save): Doc fix.
3552
3553 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3554
3555 * viper-cmd.el (viper-escape-to-state): Bug fix.
3556 (viper-envelop-ESC-key): Change the definition of fast
3557 keysequence so it'll work with keyboard macros.
3558
3559 * ediff.el (ediff-patch-buffer): Change the docstring.
3560
3561 2005-07-19 Kenichi Handa <handa@m17n.org>
3562
3563 * international/mule-cmds.el (select-safe-coding-system): Try to
3564 use an auto-coding (if any) before anything else. If the found
3565 auto-coding is invalid, show a warning message.
3566
3567 * international/mule.el (find-auto-coding): New function created
3568 by modifying the body of set-auto-coding.
3569 (set-auto-coding): Use find-auto-coding to find a coding.
3570
3571 2005-07-18 Richard M. Stallman <rms@gnu.org>
3572
3573 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3574 not isearch-mode-end-hook-error.
3575 (allout-before-change-protect): Fix error message.
3576
3577 2005-07-18 Juri Linkov <juri@jurta.org>
3578
3579 * allout.el (allout-mode):
3580 * calculator.el (calculator-copy):
3581 * custom.el (custom-known-themes):
3582 * dired.el (dired-desktop-buffer-misc-data)
3583 (dired-restore-desktop-buffer):
3584 * dired-x.el (dired-omit-marker-char):
3585 * files.el (basic-save-buffer):
3586 * font-core.el (font-lock-mode):
3587 * calendar/calendar.el (calendar-goto-hebrew-date)
3588 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3589 (calendar-goto-persian-date):
3590 * language/ethio-util.el (ethio-sera-to-fidel-region):
3591 * textmodes/picture.el (picture-mode):
3592 Delete duplicate duplicate words.
3593
3594 2005-07-18 Juri Linkov <juri@jurta.org>
3595
3596 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3597 chars * ? } |.
3598 (isearch-fallback): Don't call `isearch-process-search-char'.
3599 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3600 (isearch-process-search-char): Call `isearch-fallback' for regexp
3601 chars * ? } |.
3602 (isearch-return-char): Make obsolete with `make-obsolete' instead
3603 of simply documenting it as obsolete in the docstring.
3604 (isearch-fallback): Refill docstring.
3605
3606 * international/isearch-x.el
3607 (isearch-process-search-multibyte-characters): Remove unneeded
3608 `concat'. Add intermediate values to `junk-hist' instead of
3609 `minibuffer-history'. Test the length of `str'.
3610
3611 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * allout.el (allout-resolve-xref): Fix typos in error strings.
3614 (allout-before-change-protect): Remove unneeded `concat'.
3615
3616 * array.el (array-mode, array-reconfigure-rows)
3617 (untabify-backward): Fix typos in docstrings.
3618 (array-reconfigure-rows): Use `insert-buffer-substring', not
3619 `insert-buffer'.
3620
3621 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3622 * progmodes/ada-mode.el (ada-make-body):
3623 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3624
3625 * dired.el (dired-log):
3626 * tar-mode.el (tar-subfile-save-buffer):
3627 * play/zone.el (zone-pgm-stress-destress):
3628 Use `insert-buffer-substring', not `insert-buffer'.
3629
3630 2005-07-17 Simon Josefsson <jas@extundo.com>
3631
3632 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3633
3634 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3635
3636 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3637 Add plain auth method.
3638 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3639
3640 2005-07-17 Kim F. Storm <storm@cua.dk>
3641
3642 * ido.el (dired-other-window): Add ido property.
3643
3644 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3645
3646 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3647 Fix typo in docstring.
3648 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3649 `insert-file-literally'.
3650
3651 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3652 info and delete redundant message. Doc fix.
3653 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3654 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3655
3656 2005-07-16 Richard M. Stallman <rms@gnu.org>
3657
3658 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3659 (byte-compile-and): Use byte-compile-and-recursion.
3660 (byte-compile-or-recursion): New function.
3661 (byte-compile-or): Use that.
3662 (byte-compile-if): Guard the else-clause too.
3663 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3664
3665 * isearch.el (isearch-mode-end-hook-quit): New variable.
3666 (isearch-done): Bind it.
3667 (isearch-mode-end-hook): Doc fix.
3668
3669 * allout.el (allout-isearch-did-quit): Variable deleted.
3670 (allout-real-isearch-abort): Function name no longer used.
3671 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3672 (allout-isearch-rectification): isearch-mode always exists.
3673 Don't set allout-isearch-did-quit.
3674 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3675 allout-isearch-did-quit.
3676 (allout-enwrap-isearch): Just add the hook.
3677 (allout-isearch-abort): Function deleted.
3678 (allout-pre-command-business): Avoid warning.
3679
3680 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3681 Correctly avoid warnings.
3682 (pascal-outline): Likewise.
3683
3684 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3685
3686 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3687
3688 * play/tetris.el (tetris-mode): Avoid warning.
3689
3690 * play/snake.el (snake-mode): Avoid warning.
3691
3692 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3693 (gamegrid-set-display-table): Avoid warning.
3694 (gamegrid-set-timer): Likewise.
3695 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3696 (gamegrid-add-score-with-update-game-score-1): Take FILE
3697 as argument.
3698 (gamegrid-add-score-with-update-game-score): Pass that argument.
3699 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3700
3701 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3702
3703 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3704 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3705
3706 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3707 and insert-file.
3708
3709 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3710 (sc-ask): Avoid warnings.
3711
3712 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3713 (eshell-hist-initialize): Use that var the natural way.
3714
3715 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3716
3717 * emacs-lisp/re-builder.el (reb-cook-regexp):
3718 Avoid warning calling lre-compile-string.
3719 (reb-color-display-p): Avoid warning.
3720
3721 * calculator.el (calculator-last-input): Guard uses
3722 of event-key and key-press-event-p.
3723 (event-key, key-press-event-p): Delete definitions.
3724
3725 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3726 (find-gc-source-directory, find-gc-subrs-callers)
3727 (find-gc-noreturn-list, find-gc-source-files)
3728 (find-gc-subrs-called): Vars renamed and defvar'd.
3729
3730 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3731 (checkdoc-overlay-put, checkdoc-delete-overlay)
3732 (checkdoc-overlay-start, checkdoc-overlay-end)
3733 (checkdoc-mode-line-update, checkdoc-char=):
3734 Define such that compiler knows they are defined.
3735 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3736 (checkdoc-read-event): Delete. Use read-event directly.
3737
3738 * whitespace.el (whitespace-make-overlay)
3739 (whitespace-overlay-put, whitespace-delete-overlay)
3740 (whitespace-overlay-start, whitespace-overlay-end):
3741 Define such that compiler knows they are defined.
3742 (whitespace): Move conditional inside.
3743
3744 * tempo.el (tempo-insert-template): Suppress warning.
3745
3746 * ediff-diff.el (longlines-mode): Add defvar.
3747
3748 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3749
3750 * server.el: Bind "C-x #" in a way that works even if C-x is
3751 redefined to a command key, not a prefix key.
3752
3753 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3754
3755 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3756 cl-make-type-test till execution time.
3757
3758 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3759
3760 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3761 arg ARG and use it.
3762
3763 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3764
3765 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3766
3767 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3768
3769 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3770 a defcustom with two :set or :type keywords.
3771
3772 2005-07-15 Richard M. Stallman <rms@gnu.org>
3773
3774 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3775 Don't give ^M comment-end syntax.
3776
3777 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3778
3779 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3780 Don't consider gdbmi (gdb-mi.el has its own update functions).
3781 (gdb-var-delete): Make it work for gdbmi as well.
3782 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3783
3784 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3785 (gud-speedbar-menu-items): Correct logic for enabling items.
3786
3787 2005-07-15 Kim F. Storm <storm@cua.dk>
3788
3789 * ido.el: Fix commentary.
3790 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3791 Use with-no-warnings around ffap-guesser.
3792 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3793 Let bind minibuffer-completing-file-name to t.
3794
3795 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3796
3797 * startup.el (site-run-file, keyboard-type): Doc fixes.
3798 (command-line): Check for "--basic-display" argument; also for
3799 "--quick", not "--bare-bones" (which was renamed).
3800 (fancy-splash-text): Add missing item "Getting New Versions".
3801 (normal-splash-screen): Fix typos and improve consistency with
3802 `fancy-splash-text'. Update copyright year.
3803
3804 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3805 valid binding for `help-char'.
3806
3807 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3808
3809 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3810
3811 * term.el (term-mode): Disable cua-mode for term buffers.
3812
3813 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3814
3815 * add-log.el (add-log-mailing-address, change-log-merge):
3816 Doc fixes.
3817 (change-log-get-method-definition): Fix typo in docstring.
3818
3819 2005-07-14 Kim F. Storm <storm@cua.dk>
3820
3821 * emulation/cua-base.el:
3822 (cua--pre-command-handler-1, cua--pre-command-handler)
3823 (cua--post-command-handler-1, cua--post-command-handler):
3824 Split in two. Check (buffer local) value of cua-mode.
3825 (cua-selection-mode): New command.
3826
3827 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3828
3829 * custom.el (custom-initialize-safe-set)
3830 (custom-initialize-safe-default): Doc fixes.
3831
3832 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3833 and simplify :init-value again.
3834
3835 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3836 and simplify :init-value again. Delete autoload.
3837
3838 * startup.el (command-line): Use `custom-reevaluate-setting' again
3839 for tooltip-mode.
3840
3841 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3842 a defcustom with two :initialize keywords.
3843
3844 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3845
3846 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3847 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3848 (allout-post-command-business, allout-flag-region)
3849 (isearch-reenable-font-lock, allout-yank)
3850 (allout-insert-latex-header, allout-insert-latex-trailer)
3851 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3852 (allout-latex-verb-quote): Fix typos in docstrings.
3853 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3854 (allout-unprotected, allout-prefix-data):
3855 Improve argument/docstring consistency.
3856 (allout-chart-subtree): Fix argument spec.
3857 (allout-open-topic): Rename `use_sib_bullet' argument to
3858 `use-sib-bullet'. Doc fix.
3859
3860 * whitespace.el (whitespace-check-buffer-leading)
3861 (whitespace-check-buffer-trailing)
3862 (whitespace-check-buffer-indent)
3863 (whitespace-check-buffer-spacetab)
3864 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3865 (whitespace-check-leading-whitespace)
3866 (whitespace-check-trailing-whitespace)
3867 (whitespace-check-spacetab-whitespace)
3868 (whitespace-check-indent-whitespace)
3869 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3870 (whitespace-modes): Fix typos in docstrings.
3871 (defgroup, defcustom): Doc fixes.
3872
3873 * winner.el (winner-mode, winner-boring-buffers)
3874 (winner-pending-undo-ring): Doc fixes.
3875 (winner-ring): Remove unneeded `progn'.
3876 (winner-equal): `defsubst' it.
3877 (winner-redo): Fix message.
3878
3879 2005-07-13 Kim F. Storm <storm@cua.dk>
3880
3881 * simple.el (line-move-1): Always use vertical-motion to
3882 do the last (or only) line move to ensure some movement.
3883 Undo 2005-06-23 change--don't check for overlays.
3884
3885 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3886
3887 * term/mac-win.el (ccl-encode-mac-roman-font)
3888 (ccl-encode-mac-centraleurroman-font)
3889 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3890 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3891 Change charset-id boundary of dimension to ?\xef.
3892 (mac-char-fontspec-list): New constant.
3893 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3894 argument. Nil uses itself as family in font-spec. Previous
3895 behavior for nil is now provided by non-nil non-string argument.
3896 All callers changed. Add font-specs for Mac fonts to
3897 "fontset-default" unless iso8859-1 fonts are installed.
3898
3899 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3900
3901 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3902 a continuation line if the \ is preceded by SPC or TAB.
3903 (sh-get-indent-info): Simplify.
3904 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3905 Use with-current-buffer.
3906
3907 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3908 when the matched text is empty.
3909
3910 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3911
3912 * startup.el (command-line): Revert to previous handling of
3913 tooltip-mode. Explain in comment why the complexity is needed.
3914
3915 * tooltip.el (tooltip-mode): Revert to previous implementation of
3916 its defcustom.
3917
3918 * frame.el (blink-cursor-mode): Revert to previous implementation
3919 of its defcustom. Update comment.
3920
3921 2005-07-12 Lars Hansen <larsh@soem.dk>
3922
3923 * desktop.el: Update e-mail address.
3924
3925 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3926
3927 * term/mac-win.el (mac-services-mail-selection)
3928 (mac-services-mail-to): New functions.
3929 (mac-application-menu-map): Bind them.
3930
3931 2005-07-12 wulei <milton@wulei.net> (tiny change)
3932
3933 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3934
3935 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
3936
3937 * custom.el (custom-reevaluate-setting): Doc fix.
3938
3939 2005-07-11 Jay Belanger <belanger@truman.edu>
3940
3941 * calc/calc.el (calc-embedded-announce-formula-alist)
3942 (calc-embedded-open-close-plain-alist)
3943 (calc-embedded-open-close-mode-alist): Add checks for additional
3944 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3945
3946 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
3947
3948 * custom.el (custom-enable-theme): Don't add theme to
3949 `custom-enabled-themes' with `push' because there is no
3950 setf-method for `delq'.
3951
3952 2005-07-11 Richard M. Stallman <rms@gnu.org>
3953
3954 * custom.el (custom-declare-variable): Doc fix.
3955
3956 * dired-aux.el (dired-compare-directories): Remove "." and ".."
3957 from the alists.
3958
3959 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3960 Do nothing if edebug-active.
3961
3962 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3963 (edebug-display): Do it here instead.
3964
3965 2005-07-10 Richard M. Stallman <rms@gnu.org>
3966
3967 * cus-face.el (custom-theme-set-faces): Make it work.
3968 (custom-reset-faces): Doc fix.
3969 (custom-theme-reset-internal-face, custom-theme-face-value):
3970 Functions deleted.
3971
3972 * custom.el (custom-push-theme): Maintain list of the settings
3973 of a given theme in its theme-settings property.
3974 Maintain position of old settings in the theme-value
3975 or theme-face property.
3976 (custom-enabled-themes): New variable.
3977 (custom-theme-enabled-p): New function.
3978 (provide-theme): Update custom-enabled-themes.
3979 Disable and reenable the `user' theme.
3980 (require-theme): Doc fix.
3981 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3982 (custom-theme-value, custom-theme-variable-value): Likewise.
3983 (custom-theme-reset-internal): Likewise.
3984 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3985 (custom-enable-theme, custom-disable-theme): New functions.
3986 (custom-variable-theme-value, custom-face-theme-value): Likewise.
3987 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3988 (custom-theme-reset-variables): Simplify.
3989 (deftheme, custom-declare-theme, custom-make-theme-feature):
3990 Definitions moved.
3991
3992 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * longlines.el (longlines-show-region)
3995 (longlines-unshow-hard-newlines): Recognize hard newlines by
3996 non-nil hard property, instead of t.
3997
3998 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
3999
4000 * viper-cmd.el (viper--key-maps): New variable.
4001 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4002 emulation-mode-map-alists.
4003 (viper-envelop-ESC-key): Use viper-subseq.
4004 (viper-search-forward/backward/next): Disable debug-on-error.
4005
4006 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4007 (viper-ESC-key): New defcustoms.
4008
4009 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4010
4011 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4012 (viper-subseq): Copy of subseq from cl.el.
4013
4014 * viper.el (viper-go-away, viper-set-hooks): Use
4015 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4016
4017 * viper-mous.el (viper-current-frame-saved): Use defvar.
4018
4019 * viper-init.el: Get rid of -face in face names.
4020
4021 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4022 Make it work with longlines mode
4023
4024 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4025
4026 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4027
4028 * ediff-init.el: Get rid of -face in face names.
4029
4030 2005-07-10 Richard M. Stallman <rms@gnu.org>
4031
4032 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4033 and with-timeout-unsuspend.
4034
4035 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4036 and with-timeout-unsuspend.
4037
4038 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4039 (with-timeout): Bind that variable to record timers.
4040 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4041
4042 * emacs-lisp/debug.el (debug-help-follow): New function.
4043 (debugger-mode-map): Use that instead of help-follow.
4044 (debugger-setup-buffer): Use eval-buffer-list
4045 to handle eval-buffer frames.
4046
4047 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4048
4049 * timezone.el (timezone-parse-date): Change first regexp
4050 so it will not mistakenly match dates with no time zone.
4051
4052 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4053
4054 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4055
4056 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4057
4058 * custom.el (custom-initialize-safe-set)
4059 (custom-initialize-safe-default): New functions.
4060
4061 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4062 and simplify :init-value.
4063
4064 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4065 and simplify :init-value. Delete obsolete comment.
4066
4067 * startup.el (command-line): Use `custom-reevaluate-setting' to
4068 handle `tooltip-mode'. Delete obsolete comment.
4069
4070 * files.el (set-visited-file-name): Avoid calling
4071 `file-name-nondirectory' with a nil argument.
4072
4073 2005-07-09 Richard M. Stallman <rms@gnu.org>
4074
4075 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4076 was called with nil for the buffer, handle the read position right.
4077 Handle read position for eval-region, too.
4078
4079 2005-07-09 Juri Linkov <juri@jurta.org>
4080
4081 * fringe.el (fringe-mode): Add period in docstring.
4082 (fringe-query-style): Build prompt depending on `all-frames' arg.
4083
4084 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4085 to not create links to unrelated functions in the Help buffer.
4086
4087 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4088 Doc fix.
4089
4090 * simple.el (next-error-hook): New variable.
4091 (next-error): Use it. Doc fix.
4092
4093 * textmodes/ispell.el (ispell-command-loop): Add current
4094 dictionary name and program name to mode-line-format.
4095 (ispell-region, ispell-process-line): Add current dictionary name
4096 and program name to messages.
4097
4098 2005-07-08 Jay Belanger <belanger@truman.edu>
4099
4100 * calc/calc.el (calc-embedded-announce-formula-alist)
4101 (calc-embedded-open-close-formula-alist)
4102 (calc-embedded-open-close-word-alist)
4103 (calc-embedded-open-close-plain-alist)
4104 (calc-embedded-open-close-new-formula-alist)
4105 (calc-embedded-open-close-mode-alist)
4106 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4107 (calc-embedded-mode-hook): New variables.
4108
4109 * calc/calc-embed.el (calc-embedded-firsttime)
4110 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4111 New variables.
4112 (calc-do-embedded): Use calc-embedded-firsttime,
4113 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4114 determine whether or not to run hooks.
4115 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4116 calc-embedded-firsttime-formula appropriately.
4117 Set calc-embedded delimiter variables according to mode.
4118
4119 2005-07-08 Richard M. Stallman <rms@gnu.org>
4120
4121 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4122 Check for "emacs", etc., as entire symbol, not just as word.
4123 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4124
4125 * files.el (set-visited-file-name): Report the error
4126 for "empty filename" earlier.
4127 (kill-some-buffers): Ignore buffers already dead.
4128
4129 * fringe.el (fringe-mode): Doc fix.
4130
4131 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4132 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4133 Use unwind-protect to ensure byte-compile-unresolved-functions
4134 is updated.
4135
4136 * whitespace.el (whitespace-buffer-leading-cleanup):
4137 Simplify w/ skip-chars-forward.
4138 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4139
4140 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4141 Unconditionally try to leave point at the same old place.
4142
4143 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4144
4145 * comint.el (comint-postoutput-scroll-to-bottom)
4146 (comint-show-maximum-output): Take scroll-margin into consideration.
4147
4148 2005-07-08 Kim F. Storm <storm@cua.dk>
4149
4150 * ido.el (ido-use-filename-at-point): New choice `guess'.
4151 (ido-file-internal): Try ffap-guesser if selected.
4152
4153 * ido.el (ido-before-fallback-functions): New hook.
4154 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4155 (ido-read-file-name): Run it.
4156
4157 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4160 strings rather than a list of symbols to the completion function.
4161
4162 2005-07-07 Jay Belanger <belanger@truman.edu>
4163
4164 * calc/calc-units.el (math-apply-units): Change the places in
4165 which units are simplified.
4166
4167 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4168
4169 * cus-edit.el (customize-option, customize-option-other-window):
4170 Make them handle aliases.
4171
4172 * custom.el (custom-variable-p): Make it recursively follow
4173 aliases. Mention that in the docstring.
4174
4175 2005-07-07 Richard M. Stallman <rms@gnu.org>
4176
4177 * cus-start.el (exec-path): Use `directory' instead of `file'.
4178 Fix tag for nil.
4179
4180 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4181
4182 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4183 when called non-interactively. Doc fix.
4184
4185 2005-07-07 Lute Kamstra <lute@gnu.org>
4186
4187 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4188 new address as well.
4189
4190 2005-07-07 Kenichi Handa <handa@m17n.org>
4191
4192 * international/mule.el (make-coding-system):
4193 Describe `ascii-incompatible' property in the docstring.
4194 (set-file-name-coding-system): Signal an error if coding-system is
4195 ascii-incompatible.
4196 (set-keyboard-coding-system): Likewise.
4197
4198 * international/mule-cmds.el (set-default-coding-systems):
4199 Don't set default-file-name-coding-system and
4200 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4201
4202 * international/utf-16.el: Declare that all UTF-16-based coding
4203 systems are ASCII-incompatible.
4204
4205 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4206
4207 * progmodes/gud.el: Require font-lock for displaying errors.
4208 Used by gdb-ui.el.
4209
4210 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4211
4212 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4213 values for the pattern lists which are `read'able but not
4214 `append'able (like symbols).
4215
4216 2005-07-06 Richard M. Stallman <rms@gnu.org>
4217
4218 * progmodes/flymake.el (flymake-float-time): Instead of
4219 with-no-warnings, test for xemacs.
4220 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4221 to avoid warning.
4222
4223 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4224
4225 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4226
4227 2005-07-05 Lute Kamstra <lute@gnu.org>
4228
4229 * battery.el: Add support for Darwin (with much debugging help
4230 from Samuel Lauber <sam124@operamail.com>).
4231 (battery-status-function, battery-echo-area-format)
4232 (battery-mode-line-format): Add support for pmset on Darwin.
4233 (battery-load-low, battery-load-critical): New user options.
4234 (battery-pmset): New function.
4235
4236 2005-07-05 Lute Kamstra <lute@gnu.org>
4237
4238 Update FSF's address in GPL notices.
4239
4240 * textmodes/page-ext.el: Update FSF's address.
4241
4242 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4245 filling from using prefix when filling a single-line docstring.
4246
4247 * progmodes/flymake.el: Remove useless eval-when-compile.
4248
4249 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4250
4251 2005-07-04 Richard M. Stallman <rms@gnu.org>
4252
4253 * textmodes/org.el (org-file-apps-defaults-gnu):
4254 Rename from org-file-apps-defaults-linux.
4255 (org-default-apps): Don't test system-type for `linux'.
4256 (org-file-apps): Doc fix.
4257
4258 2005-07-04 David Ponce <david@dponce.com>
4259
4260 * tree-widget.el: Improve header Commentary section.
4261 (tree-widget) [defgroup]
4262 (tree-widget-image-enable, tree-widget-themes-directory)
4263 (tree-widget-theme, tree-widget-image-properties-emacs)
4264 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4265 (tree-widget-image-formats, tree-widget-control)
4266 (tree-widget-empty-control, tree-widget-leaf-control
4267 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4268 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4269 (tree-widget-keep, tree-widget-after-toggle-functions)
4270 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4271 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4272 :help-echo message.
4273 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4274 (tree-widget-image-properties): Doc fix. Clearer implementation.
4275 (tree-widget--cursors): New constant.
4276 (tree-widget-lookup-image): New function split from
4277 `tree-widget-find-image'. Clearer implementation.
4278 (tree-widget-find-image): Use it.
4279 (tree-widget-button-keymap): Use `set-keymap-parent'.
4280 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4281 Define the sub-widgets here.
4282 (tree-widget-node): Check that :node is not a tree-widget.
4283 (tree-widget-get-super, tree-widget-open-control)
4284 (tree-widget-close-control, tree-widget-empty-control)
4285 (tree-widget-leaf-control, tree-widget-guide)
4286 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4287 (tree-widget-no-handle, tree-widget-value-delete)
4288 (tree-widget-map): Remove.
4289 (tree-widget-children-value-save): Doc fix. Simplified.
4290 (tree-widget-value-create): Update according to previous changes.
4291
4292 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4293
4294 * textmodes/org.el: Leading space replaced by TABS.
4295 (org-recalc-marks, org-table-rotate-recalc-marks)
4296 (org-table-get-specials): Treat "^" and "_" marks.
4297 (org-table-justify-field-maybe): Optional argument NEW.
4298 (org-table-eval-formula): Parsing of the format simplified.
4299 New modes C,I. Honor the %= parameter in the current table.
4300 Avoid unnecessary re-align by using the NEW argument to
4301 `org-table-justify-field-maybe'.
4302 (org-calc-default-modes): Default for date-format mimicks org-mode.
4303 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4304
4305 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4306
4307 * cus-face.el (custom-theme-set-faces): Make it handle face
4308 aliases whose alias declarations are pre- or autoloaded.
4309
4310 2005-07-04 Juri Linkov <juri@jurta.org>
4311
4312 * faces.el (read-face-name): Put the code for getting a face name
4313 from the buffer before adding the faces from the `face' property.
4314 Use `completing-read-multiple' instead of `completing-read'.
4315 Require `crm'. Add default value and post-process the returned
4316 list of faces.
4317
4318 * emacs-lisp/crm.el (crm-find-current-element)
4319 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4320
4321 * emacs-lisp/lisp-mode.el (eval-defun-1):
4322 * emacs-lisp/edebug.el (edebug-eval-defun):
4323 Remove unnecessary quotes.
4324
4325 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4326
4327 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4328 (prolog-indent-level): Fix typo in docstring.
4329
4330 * info.el (Info-history, Info-history-forward)
4331 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4332
4333 * add-log.el (add-change-log-entry):
4334 * comint.el (comint-dynamic-list-input-ring)
4335 (comint-dynamic-list-completions):
4336 * dabbrev.el (dabbrev-expand):
4337 * delim-col.el (delimit-columns-rectangle-line):
4338 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4339 (diff-unified->context):
4340 * ediff-init.el (ediff-abbrev-jobname):
4341 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4342 (ediff-replace-session-activity-marker-in-meta-buffer):
4343 * info.el (Info-summary):
4344 * lpr.el (printify-region):
4345 * printing.el (pr-create-interface):
4346 * ps-print.el (ps-print-quote):
4347 * ses.el (ses-column-widths, ses-print-cell)
4348 (ses-adjust-print-width, ses-center):
4349 * shell.el (shell-file-name-quote-list):
4350 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4351 (strokes-fill-current-buffer-with-whitespace)
4352 (strokes-xpm-for-stroke, strokes-list-strokes)
4353 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4354 * term.el (term-dynamic-list-input-ring)
4355 (term-dynamic-list-completions):
4356 * calc/calc.el (math-format-stack-value):
4357 * emacs-lisp/edebug.el (edebug-display-freq-count):
4358 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4359 (delphi-new-comment-line):
4360 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4361 * progmodes/executable.el (executable-set-magic):
4362 * progmodes/python.el (inferior-python-mode):
4363 * progmodes/scheme.el (scheme-mode-syntax-table):
4364 * progmodes/sh-script.el (sh-maybe-here-document):
4365 * progmodes/sql.el (sql-copy-column):
4366 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4367 * textmodes/bibtex.el (bibtex-mode):
4368 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4369 (sgml-auto-attributes):
4370 * textmodes/table.el (table-insert, table-shorten-cell)
4371 (table--generate-source-scan-lines, table-delete-row)
4372 (*table--cell-delete-char, table--spacify-frame)
4373 (table--horizontally-shift-above-and-below)
4374 (table--cell-insert-char, table--cell-blank-str)
4375 (table--fill-region-strictly):
4376 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4377 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4378
4379 * add-log.el (change-log):
4380 * apropos.el (apropos):
4381 * comint.el (comint-completion, comint-source):
4382 * dabbrev.el (dabbrev):
4383 * delim-col.el (columns):
4384 * diff-mode.el (diff-mode):
4385 * ediff.el (ediff):
4386 * ediff-diff.el (ediff-diff):
4387 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4388 * ediff-mult.el (ediff-mult):
4389 * ediff-ptch.el (ediff-ptch):
4390 * ediff-wind.el (ediff-window):
4391 * facemenu.el (facemenu):
4392 * indent.el (indent):
4393 * info.el (info):
4394 * jka-cmpr-hook.el (compression, jka-compr):
4395 * lpr.el (lpr):
4396 * outline.el (outlines):
4397 * pcmpl-cvs.el (pcmpl-cvs):
4398 * pcmpl-rpm.el (pcmpl-rpm):
4399 * printing.el (printing):
4400 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4401 (ps-print-vertical, ps-print-headers, ps-print-font)
4402 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4403 (ps-print-background, ps-print-printer, ps-print-page)
4404 (ps-print-miscellany):
4405 * ses.el (ses):
4406 * shell.el (shell, shell-directories, shell-faces):
4407 * startup.el (initialization):
4408 * strokes.el (strokes):
4409 * term.el (term):
4410 * uniquify.el (uniquify):
4411 * w32-vars.el (w32):
4412 * calc/calc.el (calc):
4413 * emacs-lisp/bytecomp.el (bytecomp):
4414 * emacs-lisp/cl-indent.el (lisp-indent):
4415 * emacs-lisp/edebug.el (edebug):
4416 * emacs-lisp/elp.el (elp):
4417 * emacs-lisp/testcover.el (testcover):
4418 * emacs-lisp/trace.el (trace):
4419 * emulation/viper-ex.el (viper-ex):
4420 * emulation/viper-mous.el (viper-mouse):
4421 * mail/mailalias.el (mailalias):
4422 * mail/supercite.el (supercite, supercite-frames)
4423 (supercite-attr, supercite-cite, supercite-hooks):
4424 * net/rcompile.el (remote-compile):
4425 * net/rlogin.el (rlogin):
4426 * obsolete/ooutline.el (outlines):
4427 * progmodes/delphi.el (delphi):
4428 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4429 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4430 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4431 (ebnf-optimization):
4432 * progmodes/etags.el (etags):
4433 * progmodes/executable.el (executable):
4434 * progmodes/idlwave.el (idlwave):
4435 * progmodes/pascal.el (pascal):
4436 * progmodes/prolog.el (prolog):
4437 * progmodes/python.el (python):
4438 * progmodes/scheme.el (scheme):
4439 * progmodes/sh-script.el (sh, sh-script):
4440 * progmodes/sql.el (SQL):
4441 * progmodes/tcl.el (tcl):
4442 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4443 * textmodes/enriched.el (enriched):
4444 * textmodes/makeinfo.el (makeinfo):
4445 * textmodes/sgml-mode.el (sgml):
4446 * textmodes/table.el (table-hooks):
4447 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4448 * textmodes/texinfo.el (texinfo):
4449 * textmodes/two-column.el (two-column):
4450 Finish `defgroup' description with period.
4451
4452 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4453 * eshell/esh-var.el (eshell-var):
4454 * progmodes/vhdl-mode.el (vhdl-testbench):
4455 * textmodes/org.el (org): Fix typos in docstrings.
4456
4457 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4458 consistency.
4459
4460 * progmodes/flymake.el (flymake-find-file): Remove.
4461 (flymake-float-time): Use `with-no-warnings'.
4462 (flymake-check-start-time, flymake-check-was-interrupted)
4463 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4464 (flymake-new-err-info): `defvar' at compile time.
4465
4466 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4467
4468 * replace.el (occur-hook): Doc fix.
4469 (occur-1): Don't call `occur-hook' if there are no matches.
4470
4471 2005-07-03 Richard M. Stallman <rms@gnu.org>
4472
4473 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4474 global-map, save the same map.
4475 (global-map): Don't alter it at top level.
4476 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4477 Then alter it here instead.
4478 (tpu-edt-off): Set global-map to the saved one.
4479
4480 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4481 All references simplified.
4482 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4483 (zmacs-regions): Add defvar.
4484 (repeat-complex-command-map): Everything about that deleted.
4485
4486 * textmodes/artist.el (artist-key-is-drawing)
4487 (artist-key-endpoint1, artist-key-poly-point-list)
4488 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4489 (artist-key-compl-table, artist-rb-save-data)
4490 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4491 Don't put them in eval-when-compile.
4492 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4493
4494 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4495 Use with-no-warnings.
4496
4497 * net/browse-url.el (dos-windows-version): Add defvar.
4498
4499 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4500
4501 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4502 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4503 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4504 Add defvar.
4505 (rmail-summary-beginning-of-message): Use with-no-warnings.
4506 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4507
4508 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4509 Use with-no-warnings.
4510
4511 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4512 (c-mark-function): Add point-moving-unit property.
4513 (vi-goto-line): Use with-no-warnings.
4514
4515 * emulation/edt.el (edt-last-copied-word): Add defvar.
4516 (zmacs-region-stays): Likewise.
4517 (edt-mark-section-wisely): Use c-mark-function for C.
4518 Use makr-defun for Fortran.
4519 (time-string): defvar deleted.
4520 (edt-display-the-time): Don't set time-string.
4521
4522 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4523
4524 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4525 Don't warn when name is not constant
4526 or for defining the group `emacs'.
4527
4528 * tooltip.el (gud-tooltip-mode): Add defvar.
4529
4530 * startup.el (default-frame-background-mode): Add defvar.
4531
4532 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4533
4534 * info.el (tool-bar-map): Add defvar.
4535
4536 * dired.el (dnd-protocol-alist): Add defvar.
4537
4538 * dired-aux.el (dired-query): Display question with answer, when
4539 the user answers.
4540
4541 * custom.el (custom-add-option): Doc fix.
4542
4543 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4544
4545 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4546
4547 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4548 bogus name from the last change.
4549
4550 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4551
4552 * custom.el (custom-declare-variable): Fix typos in comment.
4553 (custom-known-themes): Doc fix.
4554 (custom-theme-directory): New defcustom.
4555 (require-theme): Make it check `custom-theme-directory'.
4556
4557 * cus-theme.el (custom-new-theme-mode): New function.
4558 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4559 (custom-theme-description): Add compiler defvars.
4560 (customize-create-theme): Add doc to the "*New Custom Theme*"
4561 buffer. Use `custom-new-theme-mode'.
4562 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4563 and save it to the `custom-theme-directory'. Make this the
4564 default directory of the buffer.
4565
4566 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4567
4568 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4569 Fix unbalanced parentheses.
4570
4571 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4574 into flymake-mode and delegate to flymake-mode.
4575
4576 * find-file.el (ff-which-function-are-we-in): Clean up.
4577
4578 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4579
4580 * replace.el (occur-rename-buffer): Fix docstring.
4581
4582 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4583 (edt-last-copied-word, edt-learn-macro-count)
4584 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4585 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4586 (time-string, zmacs-region-stays):
4587 * emulation/edt-mapper.el (edt-save-function-key-map)
4588 (EDT-key-name): `defvar' to silence the byte-compiler.
4589
4590 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4591
4592 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4593 font-lock-regexp-backslash. Doc fix.
4594 (font-lock-regexp-backslash-grouping-construct): Rename from
4595 font-lock-regexp-backslash-construct. Doc fix.
4596 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4597 grouping constructs.
4598
4599 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4600
4601 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4602 updating all the prerequisites.
4603
4604 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4605
4606 * textmodes/org.el (org-agenda-start-on-weekday)
4607 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4608 (org-agenda-use-time-grid, org-archive-location)
4609 (org-allow-space-in-links, org-usenet-links-prefer-google)
4610 (org-enable-table-editor, org-export-default-language)
4611 (org-export-html-show-new-buffer, org-fill-paragraph)
4612 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4613 (org-goto-quit, org-occur, org-eval-in-calendar)
4614 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4615 (org-agenda-diary-entry, org-remember-help)
4616 (org-table-convert-region, org-at-table-p)
4617 (org-table-move-row-down, org-table-move-row-up)
4618 (org-table-copy-region, org-table-toggle-vline-visibility)
4619 (org-table-get-stored-formulas, org-table-get-specials)
4620 (org-recalc-commands, org-table-eval-formula)
4621 (org-table-formula-substitute-names, orgtbl-make-binding)
4622 (org-format-org-table-html, org-format-table-table-html)
4623 (org-format-table-table-html-using-table-generate-source)
4624 (org-customize): Fix typos in docstrings.
4625 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4626 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4627 (org-back-to-heading): Doc fixes.
4628 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4629 (org-agenda-change-all-lines, org-get-header):
4630 Improve argument/docstring consistency.
4631 (orgtbl-error): Fix error message.
4632
4633 * progmodes/flymake.el (flymake-find-possible-master-files)
4634 (flymake-master-file-compare, flymake-get-line-err-count)
4635 (flymake-highlight-line, flymake-gui-warnings-enabled):
4636 Fix typos in docstrings.
4637 (flymake-parse-line, flymake-get-project-include-dirs-function)
4638 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4639 Doc fixes.
4640 (flymake-get-project-include-dirs-function)
4641 (flymake-make-err-menu-data):
4642 Improve argument/docstring consistency.
4643
4644 2005-07-01 Lute Kamstra <lute@gnu.org>
4645
4646 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4647 Catch errors with ignore-errors. Use temporary buffer.
4648 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4649
4650 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4651 background color faces.
4652 (facemenu-set-foreground, facemenu-set-background):
4653 Use facemenu-set-face-from-menu.
4654 (facemenu-set-face-from-menu): Treat face names that start with
4655 "fg:" or "bg:" as special.
4656 (facemenu-add-new-color): Don't create faces. Simplify.
4657
4658 2005-06-30 Richard M. Stallman <rms@gnu.org>
4659
4660 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4661 (crm-find-current-element): Likewise.
4662
4663 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4664
4665 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4666
4667 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4670 (archive-mouse-extract): Make it an obsolete alias.
4671 (archive-mode-map): Don't use archive-mouse-extract any more.
4672 (archive-mode, archive-extract): write-contents-hooks ->
4673 write-contents-functions.
4674 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4675 first arg.
4676 (archive-rename-entry): Update the call.
4677 (archive-zip-summarize): Remove unused var `method'.
4678 (archive-lzh-summarize): Remove unused var `creator'.
4679
4680 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4681 dedicated frame upon exit.
4682
4683 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4684 (archive-zip-extract, archive-zip-expunge)
4685 (archive-zip-update, archive-zip-update-case): Use executable-find.
4686 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4687 Use restore-buffer-modified-p.
4688 (archive-extract, archive-add-new-member, archive-write-file-member):
4689 Use with-current-buffer.
4690 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4691
4692 2005-06-30 Andreas Schwab <schwab@suse.de>
4693
4694 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4695
4696 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4697
4698 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4699
4700 2005-06-30 Juri Linkov <juri@jurta.org>
4701
4702 * faces.el (vertical-border): Inherit from mode-line-inactive
4703 only on tty.
4704
4705 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4706
4707 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4708 example, -NLINES in the `occur' docstring).
4709
4710 * replace.el (occur-1): When no matches are found, do not set the
4711 `buffer-read-only' and modified flags for the occur buffer,
4712 because it is deleted.
4713
4714 * emulation/cua-base.el (cua-check-pending-input)
4715 (cua-repeat-replace-region, cua-mode, cua-debug)
4716 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4717 Fix typos in docstrings.
4718
4719 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4720 (cua-cut-region-to-global-mark)
4721 (cua--cut-rectangle-to-global-mark):
4722 Remove period from end of messages.
4723
4724 * emulation/cua-rect.el (cua-do-rectangle-padding):
4725 Remove period from end of messages.
4726 (cua--rectangle-seq-format): Fix typo in docstring.
4727 (cua-sequence-rectangle, cua-fill-char-rectangle):
4728 Improve argument/docstring consistency.
4729
4730 2005-06-29 Juri Linkov <juri@jurta.org>
4731
4732 * faces.el (default-frame-background-mode): New internal variable.
4733 (frame-set-background-mode): Use it.
4734
4735 * startup.el (normal-top-level): Set default-frame-background-mode
4736 instead of frame-background-mode. Before setting it, test for its
4737 nil value. Remove tests for frame-background-mode and frame
4738 parameter `reverse'. Add test for "unspecified-fg".
4739
4740 * term/xterm.el (xterm-rxvt-set-background-mode):
4741 * term/rxvt.el (rxvt-set-background-mode):
4742 Set default-frame-background-mode instead of frame-background-mode.
4743
4744 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4745
4746 * simple.el (set-variable): Warn about obsolete user variables.
4747
4748 * imenu.el (imenu--completion-buffer):
4749 * mouse.el (mouse-buffer-menu-alist):
4750 * msb.el (msb-invisible-buffer-p):
4751 * calendar/diary-lib.el (diary-header-line-format):
4752 * emacs-lisp/pp.el (pp-buffer):
4753 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4754 * textmodes/picture.el (picture-replace-match):
4755 Change space constants followed by a sexp to "?\s ".
4756
4757 * play/decipher.el (decipher-loop-with-breaks):
4758 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4759 constants "protected" from end of line by a comment to "?\s".
4760
4761 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * font-lock.el (save-buffer-state): Use `declare'.
4764
4765 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4766 reset the syntax-table to cperl-mode-syntax-table.
4767 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4768 "foo_print_bar" is not matched as a reserved keyword.
4769
4770 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4771
4772 * textmodes/org.el (orgtbl-setup): New function, for delayed
4773 setup for the orgtbl commands.
4774 (org-calc-default-modes): New option.
4775 (orgtbl-make-binding): Use `defun' to get better help display.
4776 (org-diary): Call `org-compile-prefix-format'.
4777 (org-table-formula-substitute-names): New function.
4778 (org-agenda-day-view, org-agenda-week-view): New commands.
4779 (org-agenda-toggle-week-view): Command removed.
4780 (org-tbl-menu): Split off from org-org-menu.
4781 (org-mode): Move removal of outline-mode menus to here.
4782 (org-table-formula-debug): New option.
4783 (org-table-insert-row): Keep first field if just "#" or "*".
4784 (org-mode): Paragraph regexps fixed.
4785 (org-table-recalculate-regexp): New constant.
4786 (org-table-justify-field-maybe): Avoid replace if not necessary.
4787 (org-copy-special, org-cut-special): Use `call-interactively'.
4788 (org-table-copy-region): Take region from `interactive' call.
4789 (org-trim): Return string even if no match.
4790 (org-formula): New face.
4791 (org-set-font-lock-defaults): No longer highlight "FIXME".
4792 But highlight formula-related fields in table.
4793 (org-table-p): Use regexp, not fontification.
4794 (org-table-align): Handle white space at end of line.
4795 (org-table-formula-evaluate-inline): New option.
4796 (org-mode): Auto-wrapping in comment lines turned off.
4797 (org-table-copy-down): Evaluate only in copied field, not in
4798 destination.
4799 (org-table-current-formula): Variable removed.
4800 (org-table-store-formulas, org-table-get-stored-formulas)
4801 (org-table-modify-formulas, org-table-replace-in-formulas)
4802 (org-table-maybe-eval-formula): New functions.
4803 (org-table-get-formula): Modify to use stored formulas.
4804 (org-table-insert-column, org-table-delete-column)
4805 (org-table-move-column): Call `org-table-modify-formulas'.
4806 (org-complete): Add completion for keyword formulas.
4807 (orgtbl-mode): Pull orgtbl-mode-map to start of
4808 minor-mode-map-alist.
4809
4810 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * progmodes/python.el (python-check): Require `compile' before
4813 modifying its variables.
4814
4815 * newcomment.el (comment-indent-default): Don't get fooled by an early
4816 end of buffer.
4817
4818 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4819
4820 * ps-print.el (ps-print-version): Fix version number.
4821
4822 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4823
4824 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4825
4826 2005-06-28 Richard M. Stallman <rms@gnu.org>
4827
4828 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4829 (flyspell-local-mouse-map): Declaration deleted.
4830 (flyspell-mouse-map): Bind only mouse-2.
4831 (flyspell-mode-map): Don't test flyspell-use-local-map.
4832 (flyspell-overlay-keymap-property-name): Var deleted.
4833 (flyspell-mode-on): Don't make local bindings for
4834 flyspell-mouse-map and flyspell-mode-map.
4835 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4836
4837 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4838
4839 * progmodes/compile.el (compilation-next-error-function):
4840 Don't switch buffers; operate on the current buffer.
4841
4842 * progmodes/compile.el (compilation-error-file-name)
4843 (compilation-warning-file-name, compilation-info-file-name)
4844 (compilation-line-number, compilation-column-number): New faces.
4845 (compilation-error-face, compilation-warning-face)
4846 (compilation-info-face, compilation-line-face)
4847 (compilation-column-face): Use them.
4848
4849 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4850
4851 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4852
4853 * bindings.el (global-map): Bind insertchar and its variants.
4854
4855 2005-06-27 Richard M. Stallman <rms@gnu.org>
4856
4857 * textmodes/artist.el (artist-text-overwrite)
4858 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4859
4860 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4861
4862 * ps-print.el: It was not working the page selection for printing.
4863 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4864 (ps-print-version): New version 6.6.7.
4865 (ps-end-sheet): New fun.
4866 (ps-header-sheet, ps-end-job): Call it.
4867
4868 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4869
4870 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4871
4872 2005-06-27 Lute Kamstra <lute@gnu.org>
4873
4874 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4875 background color faces.
4876 (facemenu-get-face): Delete function.
4877 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4878 (facemenu-add-new-color): Make second argument mandatory.
4879 Create the appropriate face and return it. Simplify.
4880 (facemenu-set-foreground, facemenu-set-background): Don't check if
4881 color is defined. Use return value of facemenu-add-new-color.
4882
4883 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4884
4885 * progmodes/gud.el (gud-filter): Add missing argument to
4886 with-selected-window.
4887
4888 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4891 a :require to the defcustom.
4892
4893 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4894 defcustoms corresponding to minor modes.
4895
4896 2005-06-26 David Ponce <david@dponce.com>
4897
4898 * recentf.el: Require tree-widget instead of wid-edit.
4899 (recentf-filename-handler): Fix widget :type.
4900 (recentf-cancel-dialog, recentf-open-more-files)
4901 (recentf-open-files-action): Doc fix.
4902 (recentf-dialog-goto-first): New function.
4903 (recentf-dialog-mode-map): Set parent keymap first.
4904 (recentf-dialog-mode): Define with define-derived-mode.
4905 Don't display continuation lines in dialogs.
4906 (recentf-edit-list): Rename from recentf-edit-selected-items.
4907 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4908 Simplify.
4909 (recentf-edit-list-validate): New function.
4910 (recentf-edit-list): Update accordingly.
4911 (recentf-open-files-item-shift): Remove.
4912 (recentf-open-files-item): Convert menu elements into tree and
4913 link widgets. Don't create the widgets.
4914 (recentf-open-files): Update accordingly.
4915 (recentf-save-list): Untabify.
4916
4917 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4918
4919 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4920 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4921 partially contained in the active region. Do not take active
4922 region into account when called from Lisp, unless INTERACTIVE arg
4923 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4924 avoid trouble with fields. Make marker point nowhere when no
4925 longer used. Always return nil. Doc fix.
4926 (flush-lines): Add INTERACTIVE arg. Do not take active region
4927 into account when called from Lisp, unless INTERACTIVE arg is
4928 non-nil. Use `forward-line' instead of `beginning-of-line' to
4929 avoid trouble with fields. Make marker point nowhere when no
4930 longer used. Always return nil. Doc fix.
4931 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4932 interchangeable. Do not take active region into account when
4933 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4934 message in echo area when called from Lisp, unless INTERACTIVE arg
4935 is non-nil. Avoid saying "1 occurrences". Do not use markers.
4936 Return the number of matches. Doc fix.
4937 (occur): Doc fix.
4938 (perform-replace): Make comment follow double space convention for
4939 the sake of `outline-minor-mode'.
4940
4941 * faces.el (facep): Doc fix.
4942
4943 2005-06-25 Richard M. Stallman <rms@gnu.org>
4944
4945 * facemenu.el (facemenu-enable-faces-p): New function.
4946 (facemenu-background-menu, facemenu-foreground-menu)
4947 (facemenu-face-menu): Add menu-enable property.
4948
4949 * jka-compr.el (jka-compr-insert-file-contents):
4950 Special handling if cannot find the uncompression program.
4951
4952 * cus-face.el (custom-face-attributes): Add autoload.
4953
4954 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4955 Bind comment-indent-function locally.
4956
4957 * window.el (save-selected-window): Use save-current-buffer.
4958
4959 * subr.el (with-selected-window): Use save-current-buffer.
4960
4961 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4962 and with-current-buffer.
4963
4964 2005-06-24 Richard M. Stallman <rms@gnu.org>
4965
4966 * simple.el (line-move-1): Fix previous change.
4967
4968 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * replace.el (occur-1): Set `buffer-read-only' and the
4971 buffer-modified flag before running `occur-hook' to protect
4972 against unintentional buffer switches that can lead to data loss.
4973
4974 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
4975
4976 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4977 (gud-gdb-marker-filter): Use font-lock-warning-face for any
4978 initial error.
4979
4980 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4981 after fresh input.
4982 (gdb-var-create-handler): Put name of expression in quotes.
4983
4984 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4985
4986 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4987 elements of RING in order, and without bogus nil elements.
4988
4989 2005-06-23 Richard M. Stallman <rms@gnu.org>
4990
4991 * simple.el (set-variable): Args renamed; doc fix.
4992 (line-move-1): When there are overlays around, use vertical-motion.
4993
4994 * faces.el (escape-glyph): Use brown against light background.
4995 (nobreak-space): Rename from no-break-space.
4996 Fix previous change.
4997
4998 * dired-aux.el (dired-do-copy): Fix arg prompt.
4999
5000 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5001
5002 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5003
5004 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5005 rather than "Distributor".
5006
5007 2005-06-23 Lute Kamstra <lute@gnu.org>
5008
5009 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5010 (debug-on-entry): Use it. New interactive declaration that uses
5011 function-called-at-point.
5012
5013 2005-06-23 Kim F. Storm <storm@cua.dk>
5014
5015 * subr.el (save-match-data): Add comment about using evaporate arg
5016 to set-match-data.
5017
5018 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5019
5020 * cus-edit.el (customize-face)
5021 (customize-face-other-window): Handle face aliases.
5022
5023 * faces.el (face-documentation, set-face-attribute)
5024 (face-spec-set): Handle face aliases.
5025
5026 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5027
5028 * help-mode.el (help-make-xrefs): If a symbol representing a face
5029 name is not followed by the word "face", it could still be a
5030 function or variable name, so don't bypass other checks.
5031
5032 2005-06-22 Juri Linkov <juri@jurta.org>
5033
5034 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5035 Replace aliased functions with calls where second arg `inherit' is t.
5036
5037 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5038
5039 * progmodes/gdb-ui.el (gdb-error): New variable.
5040 (gdb-error): New function.
5041 (gdb-annotation-rules): Act on error-begin and error annotations.
5042 (gdb-concat-output): Use font-lock-warning-face for errors.
5043
5044 2005-06-22 Miles Bader <miles@gnu.org>
5045
5046 * bindings.el (propertized-buffer-identification): Use renamed
5047 `Buffer-menu-buffer' face.
5048
5049 * faces.el (vertical-border): Rename from `vertical-divider'.
5050 (escape-glyph): Change dark-background color back to `cyan'.
5051
5052 2005-06-21 Juri Linkov <juri@jurta.org>
5053
5054 * faces.el (face-user-default-spec): Try getting `customized-face'
5055 prior to `saved-face'.
5056 (frame-background-mode): Refill docstring.
5057
5058 * emacs-lisp/lisp-mode.el (eval-defun-1):
5059 * emacs-lisp/edebug.el (edebug-eval-defun):
5060 Set `saved-face' temporarily to nil before calling form.
5061 Set `customized-face' to the new spec after that.
5062
5063 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5064
5065 * subr.el (1value, lambda, key-substitution-in-progress):
5066 Doc fixes.
5067
5068 * autoinsert.el (auto-insert-alist):
5069 * ses.el (ses-call-printer):
5070 * subr.el (noreturn):
5071 * emacs-lisp/lisp.el (check-parens):
5072 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5073 * net/browse-url.el (browse-url-mosaic):
5074 * progmodes/cc-defs.el (c-safe-scan-lists):
5075 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5076 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5077 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5078 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5079 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5080 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5081
5082 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5083
5084 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5085
5086 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5087
5088 * calendar/appt.el (appt-make-list): Activate the package, if
5089 not already active (for backwards compatibility).
5090
5091 2005-06-20 Kim F. Storm <storm@cua.dk>
5092
5093 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5094
5095 2005-06-20 Miles Bader <miles@gnu.org>
5096
5097 * faces.el (vertical-divider): New face.
5098
5099 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * simple.el (kill-whole-line): Doc fix.
5102 (next-error-buffer-p, next-error-find-buffer)
5103 (clone-indirect-buffer): Fix typos in docstrings.
5104 (comment-line-break-function): Doc fix: don't say variable
5105 is automatically buffer-local (it isn't).
5106
5107 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5108
5109 * net/tramp-ftp.el (top):
5110 * net/tramp-smb.el (top):
5111 * net/tramp-util.el (top):
5112 * net/tramp-uu.el (top):
5113 * net/tramp-vc.el (top):
5114 * net/tramp.el (top): Revert copyright years back to original
5115 ones. Tramp has a life outside GNU Emacs.
5116
5117 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5118
5119 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5120
5121 2005-06-18 Juri Linkov <juri@jurta.org>
5122
5123 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5124 end of first regexp to limit the match to the position between
5125 line number and source line with same separator character as used
5126 between file name and line number. In the second regexp limit
5127 mouse-face area to file name and line number by adding new group
5128 for them and referring it in HYPERLINK arg.
5129 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5130 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5131 previous line where grep markers may be already removed.
5132
5133 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5134
5135 * progmodes/ps-mode.el: Update version and maintainer's email address.
5136
5137 2005-06-18 Steve Youngs <steve@xemacs.org>
5138
5139 * net/browse-url.el (browse-url-browser-function)
5140 (browse-url-default-browser): Add firefox.
5141 (browse-url-firefox-program, browse-url-firefox-arguments)
5142 (browse-url-firefox-startup-arguments)
5143 (browse-url-firefox-new-window-is-tab): New defcustoms.
5144 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5145
5146 2005-06-17 Richard M. Stallman <rms@gnu.org>
5147
5148 * startup.el (command-line): Warn if specified user name has
5149 no home directory.
5150
5151 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5152 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5153
5154 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5155 Doc fixes.
5156
5157 * faces.el (underline): Try bold if terminal doesn't support underline.
5158
5159 * mail/sendmail.el (mail-setup-with-from): New variable.
5160 (mail-insert-from-field): New function.
5161 (sendmail-send-it): Call it.
5162 (mail-setup): Optionally call it here.
5163
5164 * term/linux.el: Call tty-no-underline.
5165
5166 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5167
5168 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5169
5170 2005-06-17 Miles Bader <miles@gnu.org>
5171
5172 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5173 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5174 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5175 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5176 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5177 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5178 Remove "-face" suffix from face names.
5179 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5180 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5181 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5182 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5183 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5184 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5185 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5186 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5187 New backward-compatibility aliases for renamed faces.
5188 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5189 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5190 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5191 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5192 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5193 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5194 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5195 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5196 Use renamed ediff faces.
5197
5198 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5199 Remove "-face" suffix from face names.
5200 (eshell-test-ok-face, eshell-test-failed-face):
5201 New backward-compatibility aliases for renamed faces.
5202 (eshell-run-test): Use renamed eshell-test faces.
5203
5204 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5205 face name.
5206 (eshell-prompt-face): New backward-compatibility alias for renamed
5207 face.
5208 (eshell-emit-prompt): Use renamed eshell-prompt face.
5209
5210 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5211 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5212 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5213 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5214 Remove "-face" suffix from face names.
5215 (eshell-ls-directory-face, eshell-ls-symlink-face)
5216 (eshell-ls-executable-face, eshell-ls-readonly-face)
5217 (eshell-ls-unreadable-face, eshell-ls-special-face)
5218 (eshell-ls-missing-face, eshell-ls-archive-face)
5219 (eshell-ls-backup-face, eshell-ls-product-face)
5220 (eshell-ls-clutter-face):
5221 New backward-compatibility aliases for renamed faces.
5222 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5223
5224 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5225 Remove "-face" suffix from face name.
5226 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5227 instead of literal face.
5228
5229 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5230
5231 * emacs-lisp/warnings.el (display-warning, lwarn)
5232 (warning-minimum-log-level): Doc fixes.
5233 (warning-minimum-level, warning-minimum-log-level):
5234 Add :debug to :type choices.
5235
5236 * progmodes/ada-mode.el (ada-format-paramlist)
5237 (ada-get-indent-case, ada-check-matching-start)
5238 (ada-check-defun-name, ada-goto-matching-decl-start)
5239 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5240 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5241 (ada-make-subprogram-body): Follow error conventions.
5242 (ada-case-exception-file, ada-indent-comment-as-code)
5243 (ada-indent-handle-comment-special, ada-indent-renames)
5244 (ada-indent-return, ada-search-directories-internal)
5245 (ada-tab-policy, ada-case-exception-substring)
5246 (ada-other-file-alist, ada-matching-start-re)
5247 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5248 (ada-imenu-generic-expression, ada-compile-goto-error)
5249 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5250 (ada-popup-menu, ada-add-extensions, ada-mode)
5251 (ada-region-selected, ada-create-case-exception)
5252 (ada-create-case-exception-substring, ada-after-keyword-p)
5253 (ada-activate-keys-for-case, ada-adjust-case-region)
5254 (ada-adjust-case-buffer, ada-format-paramlist)
5255 (ada-scan-paramlist, ada-insert-paramlist)
5256 (ada-indent-newline-indent)
5257 (ada-indent-newline-indent-conditional)
5258 (ada-justified-indent-current, ada-goto-previous-word)
5259 (ada-indent-current, ada-get-indent-open-paren)
5260 (ada-get-indent-paramlist, ada-get-indent-end)
5261 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5262 (ada-get-indent-block-start, ada-get-indent-subprog)
5263 (ada-get-indent-noindent, ada-get-indent-label)
5264 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5265 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5266 (ada-goto-stmt-end, ada-goto-next-word)
5267 (ada-check-matching-start, ada-check-defun-name)
5268 (ada-goto-matching-decl-start, ada-goto-matching-start)
5269 (ada-goto-matching-end, ada-search-ignore-string-comment)
5270 (ada-in-decl-p, ada-looking-at-semi-or)
5271 (ada-looking-at-semi-private, ada-in-paramlist-p)
5272 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5273 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5274 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5275 (ada-previous-package, ada-create-menu)
5276 (ada-fill-comment-paragraph-justify)
5277 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5278 (ada-other-file-name, ada-last-which-function-line)
5279 (ada-last-which-function-subprog, ada-which-function)
5280 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5281 (ada-gen-treat-proc, ada-check-emacs-version)
5282 (ada-continuation-indent, ada-align-region-separate):
5283 Fix typos in docstrings.
5284 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5285
5286 2005-06-16 Lute Kamstra <lute@gnu.org>
5287
5288 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5289 conditionally.
5290
5291 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * comint.el (comint-replace-by-expanded-filename)
5294 (comint-prompt-regexp, comint-delimiter-argument-list)
5295 (comint-preinput-scroll-to-bottom):
5296 * info.el (Info-hide-cookies-node):
5297 * ls-lisp.el (ls-lisp-classify):
5298 * find-file.el (ff-search-directories, ff-special-constructs)
5299 (ff-find-other-file):
5300 * font-lock.el (font-lock-keywords):
5301 * shell.el (shell-prompt-pattern)
5302 (shell-dynamic-complete-functions, shell-mode)
5303 (shell-delimiter-argument-list):
5304 * term.el (term-replace-by-expanded-filename)
5305 (term-prompt-regexp, term-delimiter-argument-list):
5306 * woman.el (woman-ignore, woman0-if):
5307 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5308 * emacs-lisp/elint.el (elint-init-env):
5309 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5310 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5311 * language/ethio-util.el (ethio-tilde-escape)
5312 (ethio-use-three-dot-question):
5313 * net/zone-mode.el (zone-mode-load-time-setup):
5314 * progmodes/cc-align.el (c-lineup-argcont):
5315 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5316 * progmodes/cperl-mode.el (cperl-set-style-back):
5317 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5318 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5319 Fix spellings in docstrings.
5320
5321 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5322 * progmodes/modula2.el (m2-for): Fix spellings.
5323
5324 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5325
5326 * simple.el (undo-more): Don't use `format' on `error' arguments.
5327 Improve argument/docstring consistency.
5328 (pending-undo-list): Doc fix.
5329
5330 * smerge-mode.el (smerge-ensure-match):
5331 * emulation/vip.el (vip-ex):
5332 * net/zone-mode.el (zone-mode-update-serial):
5333 * progmodes/idlwave.el (idlwave-complete):
5334 * progmodes/vhdl-mode.el (vhdl-visit-file)
5335 (vhdl-compose-wire-components):
5336 Don't use `format' on `error' arguments.
5337
5338 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5339 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5340 (tooltip-help-tips): Fix typos in docstrings.
5341
5342 2005-06-16 David Ponce <david@dponce.com>
5343
5344 * tree-widget.el (tree-widget-value-create): Simplify last change.
5345
5346 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5347
5348 * ido.el (ido-incomplete-regexp): New variable.
5349 (ido-set-matches-1): Handle invalid-regexp error and set
5350 ido-incomplete-regexp.
5351 (ido-incomplete-regexp): New face.
5352 (ido-completions): Use it.
5353 (ido-complete, ido-exit-minibuffer, ido-completions):
5354 Handle incomplete regexps.
5355 (ido-completions): Add check for complete match when entering a regexp.
5356
5357 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5360
5361 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5362
5363 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5364 by field delimiters.
5365
5366 2005-06-15 David Ponce <david@dponce.com>
5367
5368 * tree-widget.el: eval-and-compile inlined functions so they will
5369 be available at run-time too.
5370 (tree-widget-super-format-handler)
5371 (tree-widget-format-handler): Remove.
5372 (tree-widget-value-create): Handle the :indent property.
5373
5374 2005-06-15 Miles Bader <miles@gnu.org>
5375
5376 * progmodes/which-func.el (which-func): Only inherit
5377 `font-lock-function-name-face' when that makes sense against the
5378 default mode-line face, otherwise set the face color explicitly.
5379
5380 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5381 faces instead of (non-existent) variables.
5382
5383 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5386 (iswitchb-get-matched-buffers): Likewise. Simplify.
5387
5388 2005-06-14 Miles Bader <miles@gnu.org>
5389
5390 * progmodes/ld-script.el (ld-script-location-counter):
5391 Remove "-face" suffix from face name.
5392 (ld-script-location-counter-face):
5393 New backward-compatibility alias for renamed face.
5394 (ld-script-location-counter-face): Use renamed face.
5395
5396 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5397 (cperl-hash): Remove "-face" suffix from face names.
5398 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5399 New backward-compatibility aliases for renamed faces.
5400 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5401 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5402
5403 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5404 name.
5405 (which-func-face): New backward-compatibility alias for renamed face.
5406 (which-func-format): Use renamed which-func face.
5407
5408 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5409 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5410 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5411 names.
5412 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5413 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5414 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5415 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5416 (vhdl-speedbar-architecture-selected)
5417 (vhdl-speedbar-configuration-selected)
5418 (vhdl-speedbar-package-selected)
5419 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5420 names.
5421 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5422 Use renamed faces.
5423 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5424 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5425 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5426 Use renamed faces.
5427 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5428 names.
5429 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5430 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5431 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5432 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5433 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5434 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5435
5436 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5437 face name.
5438 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5439 (sh-heredoc-face): Use renamed sh-heredoc face.
5440
5441 * progmodes/idlw-help.el (idlwave-help-link):
5442 Remove "-face" suffix from face name.
5443 (idlwave-help-link-face):
5444 New backward-compatibility alias for renamed face.
5445 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5446
5447 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5448 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5449 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5450 New backward-compatibility aliases for renamed faces.
5451 (idlwave-shell-disabled-breakpoint-face)
5452 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5453
5454 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5455 Remove "-face" suffix from face names.
5456 (flymake-errline-face, flymake-warnline-face):
5457 New backward-compatibility aliases for renamed faces.
5458 (flymake-highlight-line): Use renamed flymake faces.
5459
5460 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5461 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5462 (ebrowse-member-class, ebrowse-progress):
5463 Remove "-face" suffix from face names.
5464 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5465 (ebrowse-file-name-face, ebrowse-default-face)
5466 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5467 (ebrowse-progress-face):
5468 New backward-compatibility aliases for renamed faces.
5469 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5470 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5471 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5472 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5473
5474 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5475 antlr-syntax)
5476 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5477 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5478 names.
5479 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5480 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5481 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5482 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5483 backward-compatibility aliases for renamed faces.
5484 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5485 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5486 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5487 remove "font-lock-". Use renamed antlr-mode faces.
5488 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5489 literal face-names with face variable references.
5490
5491 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5492 face name.
5493 (Buffer-menu-buffer-face): New backward-compatibility alias for
5494 renamed face.
5495 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5496
5497 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5498
5499 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5500 Eliminate "-face" suffix.
5501 (makefile-targets): Inherit from font-lock-function-name-face and
5502 eliminate "-face" suffix.
5503 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5504 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5505 actions, instead of prepending, to make it less visible.
5506 (makefile-previous-dependency, makefile-match-dependency):
5507 Don't match a target on a continuation line.
5508
5509 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5510
5511 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5512
5513 * progmodes/gdb-ui.el (menu): Re-order menu items.
5514 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5515
5516 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5517 Define in tooltip.el.
5518 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5519 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5520 gud-tooltip-echo-area.
5521
5522 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5523 backward compatibility and make obsolete.
5524 (tooltip-help-tips): Use tooltip-use-echo-area.
5525 (tooltip-show-help-function): Rename to...
5526 (tooltip-show-help): ...this, because it is a function.
5527 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5528
5529 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5530
5531 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5532 (edebug-print-length, edebug-print-level, edebug-print-circle)
5533 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5534 (edebug-eval-print-last-sexp): Doc fixes.
5535
5536 2005-06-14 Kim F. Storm <storm@cua.dk>
5537
5538 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5539 as the coverage buffer/file/both may change.
5540
5541 2005-06-14 Lute Kamstra <lute@gnu.org>
5542
5543 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5544 and run-mode-hooks. Simplify.
5545
5546 * mail/rmailedit.el (rmail-edit-mode):
5547 * progmodes/octave-inf.el (inferior-octave-mode):
5548 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5549
5550 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5551 and run-mode-hooks.
5552 (recentf-edit-list, recentf-open-files): Don't call
5553 kill-all-local-variables directly.
5554
5555 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5556
5557 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5558
5559 * emacs-lisp/byte-run.el (make-obsolete)
5560 (define-obsolete-function-alias): Rename arguments FUNCTION and
5561 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5562 (make-obsolete-variable, define-obsolete-variable-alias):
5563 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5564 respectively.
5565
5566 * isearchb.el (isearchb-activate):
5567 * pcvs.el (cvs-mode):
5568 * ses.el (ses-load):
5569 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5570 * net/tramp.el (tramp-find-file-exists-command)
5571 (tramp-find-shell):
5572 * progmodes/ada-mode.el (ada-create-case-exception)
5573 (ada-create-case-exception-substring, ada-make-subprogram-body):
5574 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5575 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5576 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5577 * textmodes/org.el (org-promote, org-evaluate-time-range)
5578 (org-agenda-next-date-line, org-agenda-previous-date-line)
5579 (org-agenda-error, org-open-at-point, org-table-move-row)
5580 (org-format-table-table-html-using-table-generate-source)
5581 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5582 * textmodes/reftex.el (reftex-access-scan-info):
5583 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5584 (reftex-toc-promote-prepare): Follow error conventions.
5585
5586 * diff-mode.el (diff-mode): Fix typo in docstring.
5587
5588 * forms.el (forms--intuit-from-file): Fix reference to
5589 `forms-number-of-fields' in error message.
5590 (forms-print): Fix quoting in error message.
5591
5592 * forms.el (forms-mode):
5593 * emulation/vi.el (vi-goto-insert-state):
5594 * progmodes/flymake.el (flymake-new-err-info)
5595 (flymake-start-syntax-check-for-current-buffer)
5596 (flymake-simple-cleanup):
5597 * eshell/esh-var.el (eshell/export):
5598 * progmodes/gud.el (xdb):
5599 * textmodes/flyspell.el (flyspell-incorrect-hook)
5600 (flyspell-maybe-correct-transposition)
5601 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5602
5603 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5604
5605 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5606 minibuffer prompt.
5607
5608 2005-06-13 Kim F. Storm <storm@cua.dk>
5609
5610 * subr.el (add-to-ordered-list): New defun.
5611
5612 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5613 add cua--keymap-alist to emulation-mode-map-alists.
5614
5615 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * subr.el (complete-in-turn): New macro.
5618 (dynamic-completion-table, lazy-completion-table): Add debug info.
5619
5620 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5621 in preference to face aliases.
5622
5623 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5624 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5625 Remove unused vars `start' and `firstline'.
5626 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5627 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5628
5629 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5630
5631 * cus-start.el (all): Don't complain about missing GTK-related
5632 variables, unless either `gtk' is boundp or this isn't a
5633 `windows-nt' build.
5634
5635 2005-06-13 Lute Kamstra <lute@gnu.org>
5636
5637 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5638 run-mode-hooks.
5639
5640 * ediff-mult.el (ediff-meta-mode):
5641 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5642
5643 * ledit.el (ledit-mode): Use delay-mode-hooks.
5644
5645 * woman.el (woman-mode-line-format): Delete constant.
5646 (woman-mode-map): Initialize it properly.
5647 (woman-mode): Set mode-class property to special.
5648 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5649 Set major-mode and mode-name. Don't set mode-line-format directly.
5650 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5651
5652 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5653 string argument obsolete.
5654
5655 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5656
5657 * textmodes/org.el (org-CUA-compatible): New option.
5658 (org-disputed-keys): New variable.
5659 (org-key): New function.
5660 (orgtbl-make-binding): Add docstring to the created function.
5661 (org-mode): Set paragraph start/separate regexps.
5662 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5663 (org-archive-location, org-archive-mark-done)
5664 (org-archive-stamp-time): New options.
5665 (org-archive-subtree): New command.
5666 (org-fill-paragraph): New function.
5667 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5668 (org-fake-empty-table-line): Function removed.
5669 (org-format-org-table-html): Do not create empty table lines at
5670 separator lines. Improved table header treatment.
5671 (org-link-format): New option.
5672 (org-make-link): New function.
5673 (org-insert-link, org-store-link): Use org-make-link.
5674 (org-open-file): Quote file name for shell command, to allow
5675 spaces in file names.
5676 (org-link-regexp): Fix bug with mailto link.
5677 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5678 New constants.
5679 (org-export-as-html): Deal with the optional angles around a link.
5680 Better treatment of file: links.
5681 (org-open-at-point): Replace @{ and @} with < and >.
5682 (org-run-mode-hooks): Function removed.
5683 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5684
5685 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5686
5687 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5688 MI command -data-list-register-values.
5689 (gdb-post-prompt): Indent properly.
5690
5691 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5692
5693 * hilit-chg.el (highlight-changes-colors): Rename from
5694 `highlight-changes-colours'.
5695 (highlight-changes-colours): Keep as obsolete alias.
5696 (highlight-changes-face-list): Doc fix.
5697 (hilit-chg-make-list): Use `highlight-changes-colors'.
5698
5699 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5700
5701 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5702 defun-prompt-regexp.
5703
5704 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5705
5706 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5707 and cygwin.
5708
5709 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5710 Don't use an old loaddefs.el, as in Makefile.in.
5711
5712 2005-06-12 Lute Kamstra <lute@gnu.org>
5713
5714 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5715
5716 * man.el (Man-mode-map): Initialize it properly.
5717 (Man-mode): Set mode-class property to special.
5718
5719 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5720
5721 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5722
5723 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5724 A newline is needed in the docstring there.
5725
5726 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5727 Doc fixes.
5728
5729 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5730
5731 * printing.el: Doc fix. The menubar is no more changed when printing
5732 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5733 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5734 (pr-version): New version number (6.8.4).
5735 (pr-menu-bind): New command.
5736 (pr-update-menus): Docstring and code fix.
5737 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5738 Docstring fix.
5739 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5740 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5741
5742 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5743
5744 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5745 "Returns" to "return", document useful return values, etc.
5746
5747 2005-06-11 Alan Mackenzie <acm@muc.de>
5748
5749 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5750 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5751 (adaptive-file-function): Minor amendment to doc-string.
5752
5753 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5754
5755 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5756 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5757 Fix :type--it is `integer', not `string'.
5758
5759 * faces.el (modeline-highlight): Rename from (the erroneous)
5760 `modeline-higilight'.
5761
5762 2005-06-11 Lute Kamstra <lute@gnu.org>
5763
5764 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5765 lisp-interaction-mode-map but make it the parent.
5766 (edebug-eval-mode): Use define-derived-mode.
5767
5768 2005-06-11 Andreas Schwab <schwab@suse.de>
5769
5770 * bindings.el: Add binding of `ESC functionkey' for every
5771 `M-functionkey'.
5772 * hexl.el (hexl-mode-map): Likewise.
5773
5774 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5775
5776 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5777 [msft]: update regexp for newer msft compilers.
5778
5779 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5780
5781 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5782 ATTLIST portions of included DTDs.
5783 (xml-parse-dtd): Eliminate use of inefficient match-data.
5784
5785 2005-06-10 Miles Bader <miles@gnu.org>
5786
5787 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5788 (mpuz-text): Remove "-face" suffix from face names.
5789 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5790 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5791 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5792
5793 * play/gomoku.el (gomoku-O, gomoku-X):
5794 Remove "-face" suffix from face names.
5795 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5796 New backward-compatibility aliases for renamed faces.
5797 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5798
5799 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5800
5801 * thumbs.el: Fixes for changes of 2005-06-09.
5802 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5803 as a directory.
5804 (thumbs-thumbname): Remove directory separator from format string;
5805 `thumbs-thumbsdir' now returns a valid directory name.
5806 (thumbs-temp-dir): New defsubst.
5807 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5808 Use it.
5809
5810 * cus-edit.el (minibuffer):
5811 * files.el (make-backup-file-name-function):
5812 * filesets.el (filesets-external-viewers):
5813 * hilit-chg.el (highlight-changes-colours)
5814 (highlight-changes-face-list, highlight-changes-rotate-faces):
5815 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5816 * kmacro.el (kmacro-call-macro):
5817 * log-edit.el (log-edit-changelog-full-paragraphs):
5818 * mouse.el (mouse-1-click-follows-link):
5819 * skeleton.el (skeleton-autowrap):
5820 * subr.el (insert-for-yank-1):
5821 * tempo.el (tempo-insert-region):
5822 * terminal.el (terminal-emulator):
5823 * time.el (display-time-mail-face):
5824 * vc.el (vc-annotate):
5825 * vcursor.el (vcursor-copy-line):
5826 * woman.el (woman-bold-headings, woman-ignore)
5827 (woman-default-faces, woman-monochrome-faces):
5828 * calendar/todo-mode.el (todo-insert-threshold):
5829 * emulation/pc-select.el (pc-select-selection-keys-only)
5830 (pc-selection-mode):
5831 * emulation/vip.el (vip-find-char-forward):
5832 * emulation/viper-cmd.el (viper-find-char-forward):
5833 * international/mule-cmds.el
5834 (select-safe-coding-system-accept-default-p)
5835 (input-method-exit-on-invalid-key):
5836 * international/mule-diag.el (describe-coding-system):
5837 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5838 * net/browse-url.el (browse-url-xterm-program):
5839 * obsolete/lazy-lock.el (lazy-lock-mode):
5840 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5841 (cperl-mode):
5842 * progmodes/cpp.el (cpp-face-light-name-list)
5843 (cpp-face-dark-name-list):
5844 * progmodes/delphi.el (delphi-newline-always-indents):
5845 Fix spellings in docstrings.
5846
5847 * ido.el (ido-mode, ido-file-extensions-order)
5848 (ido-default-file-method, ido-default-buffer-method)
5849 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5850 (ido-decorations, ido-read-file-name-as-directory-commands)
5851 (ido-read-file-name-non-ido, ido-work-directory-list)
5852 (ido-ignore-item-temp-list, ido-current-directory)
5853 (ido-magic-forward-char, ido-enter-find-file)
5854 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5855 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5856
5857 2005-06-10 Lute Kamstra <lute@gnu.org>
5858
5859 * play/dunnet.el (dun-mode): Use define-derived-mode.
5860 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5861 obsolete alias.
5862
5863 * play/doctor.el (doctor-mode-map): Remove defvar.
5864 (doctor-mode): Use define-derived-mode.
5865
5866 * mail/mspools.el (mspools-mode):
5867 * net/eudc-hotlist.el (eudc-hotlist-mode):
5868 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5869
5870 2005-06-10 Miles Bader <miles@gnu.org>
5871
5872 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5873 Remove "-face" suffix from face names.
5874 (flyspell-incorrect-face, flyspell-duplicate-face):
5875 New backward-compatibility aliases for renamed faces.
5876 (flyspell-mode-on, make-flyspell-overlay)
5877 (flyspell-highlight-incorrect-region)
5878 (flyspell-highlight-duplicate-region)
5879 (flyspell-display-next-corrections)
5880 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5881
5882 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5883 from face name.
5884 (texinfo-heading-face): New backward-compatibility alias for
5885 renamed face.
5886 (texinfo-heading-face): Use renamed texinfo-heading face.
5887
5888 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5889 suffix from face names.
5890 (tex-math-face, tex-verbatim-face):
5891 New backward-compatibility aliases for renamed faces.
5892 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5893 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5894 literal face name.
5895
5896 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5897 name.
5898 (table-cell-face): New backward-compatibility alias for renamed face.
5899 (table--put-cell-face-property, table--update-cell-face):
5900 Use renamed table-cell face.
5901
5902 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5903 from face name.
5904 (sgml-namespace-face): New backward-compatibility alias for
5905 renamed face.
5906 (sgml-namespace-face): Use renamed sgml-namespace face.
5907
5908 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5909 (org-level-4, org-level-5, org-level-6, org-level-7)
5910 (org-level-8, org-warning, org-headline-done)
5911 (org-deadline-announce, org-scheduled-today)
5912 (org-scheduled-previously, org-link, org-done, org-table)
5913 (org-time-grid): Remove "-face" suffix from face names.
5914 (org-level-1-face, org-level-2-face, org-level-3-face)
5915 (org-level-4-face, org-level-5-face, org-level-6-face)
5916 (org-level-7-face, org-level-8-face, org-warning-face)
5917 (org-headline-done-face, org-deadline-announce-face)
5918 (org-scheduled-today-face, org-scheduled-previously-face)
5919 (org-link-face, org-done-face, org-table-face)
5920 (org-time-grid-face):
5921 New backward-compatibility aliases for renamed faces.
5922 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5923 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5924 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5925 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5926
5927 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5928 (viper-minibuffer-emacs, viper-minibuffer-insert)
5929 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5930 (viper-search-face, viper-replace-overlay-face)
5931 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5932 (viper-minibuffer-vi-face):
5933 New backward-compatibility aliases for renamed faces.
5934 (viper-search-face, viper-replace-overlay-face)
5935 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5936 (viper-minibuffer-vi-face): Use renamed viper faces.
5937
5938 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5939 Remove "-face" suffix from face names.
5940 (testcover-nohits-face, testcover-1value-face):
5941 New backward-compatibility aliases for renamed faces.
5942 (testcover-mark): Use renamed testcover faces.
5943
5944 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5945 face name.
5946 (diary-button-face): New backward-compatibility alias for renamed face.
5947 (diary-entry): Use renamed diary-button face.
5948
5949 * calendar/calendar.el (diary, calendar-today, holiday)
5950 (mark-visible-calendar-date): Remove "-face" suffix from face names.
5951 (diary-face, calendar-today-face, holiday-face):
5952 New backward-compatibility aliases for renamed faces.
5953 (eval-after-load "facemenu", diary-entry-marker)
5954 (calendar-today-marker, calendar-holiday-marker, diary-face):
5955 Use renamed calendar faces.
5956
5957 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5958 (compare-windows-face): New backward-compatibility alias for
5959 renamed face.
5960 (compare-windows-highlight): Use renamed compare-windows face.
5961
5962 * strokes.el (strokes-char): Remove "-face" suffix from face name.
5963 (strokes-char-face): New backward-compatibility alias for renamed face.
5964 (strokes-encode-buffer): Use renamed strokes-char face.
5965
5966 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5967 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5968 Remove "-face" suffix from face names.
5969 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5970 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5971 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5972 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5973 Use renamed pcvs faces.
5974 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5975 * pcvs-defs.el (cvs-mode-map): Likewise.
5976 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5977
5978 * info.el (info-title-1, info-title-2, info-title-3)
5979 (info-title-4): Remove "-face" suffix from and downcase face names.
5980 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5981 (Info-title-4-face):
5982 New backward-compatibility aliases for renamed faces.
5983 (Info-fontify-node): Use renamed info faces.
5984
5985 * hilit-chg.el (highlight-changes, highlight-changes-delete):
5986 Remove "-face" suffix from face names.
5987 (highlight-changes-face, highlight-changes-delete-face):
5988 New backward-compatibility aliases for renamed faces.
5989 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5990 (hilit-chg-make-list): Use renamed highlight-changes faces.
5991
5992 * generic-x.el (show-tabs-tab, show-tabs-space):
5993 Remove "-face" suffix from face names.
5994 (show-tabs-tab-face, show-tabs-space-face):
5995 New backward-compatibility aliases for renamed faces.
5996 (show-tabs-generic-mode-font-lock-defaults-1)
5997 (show-tabs-generic-mode-font-lock-defaults-2):
5998 Use renamed show-tabs faces.
5999
6000 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6001 (smerge-markers): Remove "-face" suffix from face names.
6002 (smerge-mine-face, smerge-other-face, smerge-base-face)
6003 (smerge-markers-face):
6004 New backward-compatibility aliases for renamed faces.
6005 (smerge-mine-face, smerge-other-face, smerge-base-face)
6006 (smerge-markers-face): Use renamed smerge faces.
6007
6008 * log-view.el (log-view-file, log-view-message): Remove "-face"
6009 suffix from face names.
6010 (log-view-file-face, log-view-message-face): New
6011 backward-compatibility aliases for renamed faces.
6012 (log-view-file-face, log-view-message-face): Use renamed log-view
6013 faces.
6014
6015 * paren.el (show-paren-match, show-paren-mismatch):
6016 Remove "-face" suffix from face names.
6017 (show-paren-match-face, show-paren-mismatch-face):
6018 New backward-compatibility aliases for renamed faces.
6019 (show-paren-function): Use renamed show-paren faces.
6020
6021 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6022 (ruler-mode-margins, ruler-mode-fringes)
6023 (ruler-mode-column-number, ruler-mode-fill-column)
6024 (ruler-mode-comment-column, ruler-mode-goal-column)
6025 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6026 suffix from face names.
6027 (ruler-mode-default-face, ruler-mode-pad-face)
6028 (ruler-mode-margins-face, ruler-mode-fringes-face)
6029 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6030 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6031 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
6032 backward-compatibility aliases for renamed faces.
6033 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6034 (ruler-mode-column-number, ruler-mode-fill-column)
6035 (ruler-mode-comment-column, ruler-mode-goal-column)
6036 (ruler-mode-tab-stop, ruler-mode-current-column)
6037 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6038 faces.
6039
6040 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6041 face name.
6042 (whitespace-highlight-the-space): Use renamed face.
6043 (whitespace-highlight-face): New backward-compatibility alias for
6044 renamed face.
6045
6046 * woman.el (woman-italic, woman-bold, woman-unknown)
6047 (woman-addition, woman-symbol-face):
6048 Remove "-face" suffix from face names.
6049 (woman-italic-face, woman-bold-face, woman-unknown-face)
6050 (woman-addition-face):
6051 New backward-compatibility aliases for renamed faces.
6052 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6053 (woman-decode-region, woman-replace-match)
6054 (woman-display-extended-fonts, woman-special-characters)
6055 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6056 Use renamed woman faces.
6057
6058 * longlines.el (longlines-visible-face): Face removed.
6059
6060 * diff-mode.el (diff-header, diff-file-header, diff-index)
6061 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6062 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6063 suffix from face names.
6064 (diff-header-face, diff-file-header-face, diff-index-face)
6065 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6066 (diff-changed-face, diff-function-face, diff-context-face)
6067 (diff-nonexistent-face): New backward-compatibility aliases for
6068 renamed faces.
6069 (diff-header-face, diff-file-header-face)
6070 (diff-index, diff-index-face, diff-hunk-header)
6071 (diff-hunk-header-face, diff-removed, diff-removed-face)
6072 (diff-added, diff-added-face, diff-changed-face, diff-function)
6073 (diff-function-face, diff-context-face, diff-nonexistent)
6074 (diff-nonexistent-face): Use renamed diff-mode faces.
6075
6076 * progmodes/compile.el (compilation-warning-face)
6077 (compilation-info-face): Remove "-face" suffix from face names.
6078 (compilation-warning-face, compilation-info-face):
6079 New backward-compatibility aliases for renamed faces.
6080 (compilation-warning-face, compilation-info-face):
6081 Use renamed compilation faces.
6082
6083 * add-log.el (change-log-date, change-log-name)
6084 (change-log-email, change-log-file, change-log-list)
6085 (change-log-conditionals, change-log-function)
6086 (change-log-acknowledgement): Remove "-face" suffix from face names.
6087 (change-log-date-face, change-log-name-face)
6088 (change-log-email-face, change-log-file-face)
6089 (change-log-list-face, change-log-conditionals-face)
6090 (change-log-function-face, change-log-acknowledgement-face):
6091 New backward-compatibility aliases for renamed faces.
6092 (change-log-font-lock-keywords): Use renamed change-log faces.
6093
6094 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6095 (custom-set, custom-changed, custom-saved, custom-button)
6096 (custom-button-pressed, custom-documentation, custom-state)
6097 (custom-comment, custom-comment-tag, custom-variable-tag)
6098 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6099 (custom-group-tag): Remove "-face" suffix from face names.
6100 (custom-magic-alist, custom-magic-value-create)
6101 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6102 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6103 (custom-set-face, custom-changed-face, custom-saved-face)
6104 (custom-button-face, custom-button-pressed-face)
6105 (custom-documentation-face, custom-state-face)
6106 (custom-comment-face, custom-comment-tag-face)
6107 (custom-variable-tag-face, custom-variable-button-face)
6108 (custom-face-tag-face, custom-group-tag-face-1)
6109 (custom-group-tag-face):
6110 New backward-compatibility aliases for renamed faces.
6111
6112 * wid-edit.el (widget-documentation, widget-button)
6113 (widget-field, widget-single-line-field, widget-inactive)
6114 (widget-button-pressed): "-face" suffix removed from face names.
6115 (widget-documentation-face, widget-button-face)
6116 (widget-field-face, widget-single-line-field-face)
6117 (widget-inactive-face, widget-button-pressed-face):
6118 New backward-compatibility aliases for renamed faces.
6119 (widget-documentation-face, widget-button-face)
6120 (widget-button-pressed-face, widget-specify-field)
6121 (widget-specify-inactive): Use renamed widget faces.
6122
6123 2005-06-10 Kenichi Handa <handa@m17n.org>
6124
6125 * term/x-win.el (x-clipboard-yank): Remove condition-case
6126 wrapping.
6127
6128 2005-06-11 Kenichi Handa <handa@m17n.org>
6129
6130 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6131 date lines stricter.
6132
6133 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6134
6135 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6136 of x-get-selection.
6137
6138 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6139
6140 * comint.el (comint-mode, comint-snapshot-last-prompt):
6141 * frame.el (frame-current-scroll-bars):
6142 * term.el (term-mode, term-check-proc, term-input-sender)
6143 (term-simple-send, term-extract-string, term-word)
6144 (term-match-partial-filename):
6145 * window.el (window-current-scroll-bars):
6146 * emulation/cua-base.el (cua-normal-cursor-color)
6147 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6148 (cua-global-mark-cursor-color):
6149 * mail/undigest.el (rmail-forward-separator-regex):
6150 Fix typos in docstrings.
6151
6152 * comint.el (comint-check-proc, make-comint-in-buffer)
6153 (comint-source-default): Doc fixes.
6154
6155 * term.el (term-send-string): Improve argument/docstring
6156 consistency.
6157
6158 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6159
6160 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6161 call to `delete-region'.
6162 (comint-mode-hook): Do not enable Font Lock by default.
6163
6164 2005-06-09 Lute Kamstra <lute@gnu.org>
6165
6166 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6167 could be void.
6168
6169 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6172 (debug): Use it.
6173 (debugger-step-through, debugger-continue, debugger-jump)
6174 (debugger-return-value): Set it when needed.
6175 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6176 Use inhibit-read-only.
6177
6178 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6179
6180 * window.el (shrink-window-if-larger-than-buffer)
6181 (window-size-fixed): Fix typo in docstring.
6182
6183 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6184 thumbnails directory on loading.
6185 (thumbs-conversion-program): Use `eq' to check the system type,
6186 not `equal'.
6187 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6188 not "/tmp". Fix docstring.
6189 (thumbs-thumbsdir): New function to return the thumbnails
6190 directory, creating it if needed.
6191 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6192 (thumbs-temp-file): Delete variable and make it into a function.
6193 (thumbs-resize-image, thumbs-modify-image): Use it.
6194 (thumbs-kill-buffer): Simplify.
6195 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6196 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6197 docstrings.
6198
6199 2005-06-09 Kim F. Storm <storm@cua.dk>
6200
6201 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6202 set-match-data to free markers in match-data.
6203
6204 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6205 match-data to unchain markers in match-data.
6206
6207 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6210 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6211 unnecessary now.
6212
6213 2005-06-08 Richard M. Stallman <rms@gnu.org>
6214
6215 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6216 give the variable a doc string that doesn't say don't set it directly.
6217
6218 * textmodes/ispell.el (ispell-check-version):
6219 Use match-string-no-properties.
6220 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6221 (ispell-buffer-local-words): Likewise.
6222
6223 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6224 except on terminals with enough colors to really display it.
6225 (makefile-dependency-regex): Delete spurious `bb'.
6226
6227 * faces.el (escape-glyph): Use blue once again in last case.
6228 (no-break-space): Redefine so that it isn't invisible on a tty.
6229
6230 2005-06-08 Kim F. Storm <storm@cua.dk>
6231
6232 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6233 also when reading directory name.
6234
6235 2005-06-08 Lute Kamstra <lute@gnu.org>
6236
6237 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6238 (flyspell-mode-line-string): Remove autoload cookie.
6239 (flyspell-mode): Remove defvar.
6240
6241 2005-06-07 Lute Kamstra <lute@gnu.org>
6242
6243 * textmodes/org.el (org-run-mode-hooks): New function.
6244 (org-agenda-mode): Use it.
6245
6246 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6247
6248 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6249
6250 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6253
6254 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6255
6256 * font-lock.el (font-lock-add-keywords): Doc fix.
6257
6258 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6261 (tex-compile-default): In the absence of any history, use the order in
6262 tex-compile-alist to choose the preferred command.
6263 (tex-compile-commands): Reorder a bit.
6264
6265 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6266 (flyspell-incorrect-face, flyspell-duplicate-face):
6267 Use (X)Emacs-agnostic code.
6268 (flyspell-mode-map): Don't overwrite at each load. Remove code
6269 redundant with the subsequent add-minor-mode. Merge Emacs and
6270 XEmacs code.
6271 (flyspell-word): Minor simplification.
6272 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6273 (flyspell-external-point-words): Remove unused vars `size' and
6274 `start'.
6275 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
6276 the corresponding Emacs code.
6277 (flyspell-correct-word, flyspell-xemacs-popup): Use
6278 flyspell-do-correct.
6279
6280 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6281 a dedicated window.
6282
6283 * international/latexenc.el (latexenc-find-file-coding-system):
6284 Undo part of last patch, to turn off a compiler warning.
6285
6286 2005-06-06 Juri Linkov <juri@jurta.org>
6287
6288 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6289 Rename `tmm-inactive-face' to `tmm-inactive'.
6290
6291 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6292
6293 * iswitchb.el: Rename faces.
6294
6295 2005-06-06 Kim F. Storm <storm@cua.dk>
6296
6297 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6298 (cua-global-mark): Remove -face suffix from face names.
6299
6300 * emulation/cua-gmrk.el (cua--init-global-mark):
6301 Remove cua-global-mark face setup.
6302
6303 2005-06-06 Richard M. Stallman <rms@gnu.org>
6304
6305 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6306 just like other allowed characters.
6307 (makefile-match-dependency): Exclude leading and training whitespace
6308 from the range of regexp subexp 1.
6309 (makefile-macroassign-regex): Don't try to match the body,
6310 just the name of the macro being defined.
6311
6312 * info.el (Info-read-node-name-2): New function.
6313 (Info-read-node-name-1): Use that.
6314 Add a completion-base-size-function property.
6315
6316 * simple.el (completion-setup-function): Look for
6317 completion-base-size-function property of
6318 minibuffer-completion-table.
6319
6320 * files.el (locate-file-completion): Doc fix.
6321
6322 * printing.el: Don't call pr-update-menus; user must do that.
6323
6324 * emacs-lisp/debug.el (debugger-window): New variable.
6325 (debug): Use debugger-window if it is set and still alive.
6326 Record debugger-window for next entry.
6327
6328 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6329
6330 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6331
6332 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6333 (hack-one-local-variable, hack-local-variables)
6334 (hack-local-variables-prop-line): Pass that arg.
6335
6336 2005-06-06 Kim F. Storm <storm@cua.dk>
6337
6338 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6339 (ido-indicator): Remove -face suffix from face names.
6340
6341 2005-06-06 Juri Linkov <juri@jurta.org>
6342
6343 * font-lock.el (font-lock-regexp-backslash)
6344 (font-lock-regexp-backslash-construct): New faces.
6345 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6346 after `('. Add `while-no-input' to control structures.
6347
6348 * faces.el (no-break-space, shadow): New faces.
6349 (escape-glyph): Use less loud colors pink2 and red4.
6350
6351 * diff-mode.el (diff-context-face)
6352 * dired.el (dired-ignored)
6353 * rfn-eshadow.el (file-name-shadow)
6354 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6355
6356 * info.el (Info-title-1-face): Use green instead of yellow because
6357 bold yellow is not readable on light backgrounds.
6358
6359 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6360 before selecting the desired mode to not spend time fontifying
6361 old contents.
6362
6363 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6364
6365 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6366 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6367
6368 * ps-print.el (ps-default-fg, ps-default-bg):
6369 Fix typos in docstrings.
6370
6371 * isearchb.el (isearchb): Don't pass a spurious second argument to
6372 `iswitchb-completions'.
6373
6374 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6375
6376 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6377 to preserve point.
6378 (gdb-find-file-hook): Add doc string.
6379
6380 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6381 C dereferenced pointer expression.
6382 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6383
6384 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6385
6386 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6387 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6388 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6389 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6390 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6391 Make background transparent.
6392
6393 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6394
6395 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6396 (font-lock-remove-keywords): Doc fix.
6397 (font-lock-mode-major-mode): Compiler defvar.
6398 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6399
6400 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6401 (font-lock-mode): Update `font-lock-mode-major-mode'.
6402 (font-lock-set-defaults): Compiler defvar.
6403 (font-lock-default-function): Take `font-lock-mode-major-mode'
6404 into account.
6405
6406 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6407 keep track of which major mode it enabled the minor mode for.
6408 Use find-file-hook again. Update docstring.
6409
6410 * simple.el (eval-expression-print-level)
6411 (eval-expression-print-length, eval-expression-debug-on-error):
6412 Doc fixes.
6413
6414 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6415
6416 * iswitchb.el (iswitchb-single-match-face)
6417 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6418 (iswitchb-invalid-regexp-face): New faces.
6419 (iswitchb-completions): Use them.
6420 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6421 now marked as an obsolete alias.
6422 (iswitchb-read-buffer): Remove check for bound font variables.
6423 (iswitchb-invalid-regexp): New free variable.
6424 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6425 set iswitchb-invalid-regexp.
6426 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6427 invalid regexps.
6428 (iswitchb-completions): Add check for complete match when entering
6429 a regexp.
6430 (iswitchb-completions): Remove require-match argument.
6431 (iswitchb-exhibit): Fix caller.
6432 (iswitchb-common-match-inserted): New variable.
6433 (iswitchb-complete, iswitchb-completion-help): Use it.
6434
6435 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6436
6437 * url-http.el (url-http-chunked-encoding-after-change-function):
6438 Use `url-http-debug' instead of `message'.
6439
6440 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6441
6442 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6443 callback argument.
6444
6445 2005-06-04 Kim F. Storm <storm@cua.dk>
6446
6447 * simple.el (line-move): Only call sit-for when moving backwards.
6448
6449 * ido.el (ido-make-merged-file-list-1): New defun split from
6450 ido-make-merged-file-list.
6451 (ido-make-merged-file-list): Bind throw-on-input around call to
6452 ido-make-merged-file-list-1. Return input-pending-p if
6453 interrupted by more input available.
6454 (ido-read-internal): Handle input-pending-p return value from
6455 ido-make-merged-file-list.
6456
6457 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6460 compatibility code.
6461
6462 * international/latexenc.el (latexenc-find-file-coding-system):
6463 Don't inherit the EOL part of the coding-system from the
6464 tex-main buffer. Fit within 80 columns.
6465
6466 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6467
6468 * tmm.el (tmm-inactive-face): New face.
6469 (tmm-remove-inactive-mouse-face): New function.
6470 (tmm-prompt, tmm-add-one-shortcut)
6471 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6472 but not selectable.
6473
6474 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6475
6476 * faces.el (face-equal): Improve argument/docstring consistency.
6477
6478 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6479
6480 * progmodes/make-mode.el (makefile-targets-face)
6481 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6482 (makefile-bsdmake-dependency-regex)
6483 (makefile-makepp-rule-action-regex)
6484 (makefile-bsdmake-rule-action-regex): New constants.
6485 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6486
6487 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6488 Allow (...) within `...' for makepp messages.
6489
6490 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6491
6492 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6493
6494 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6495 "." files are deleted from all file lists before comparison.
6496
6497 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6498 (viper-ESC-key): Made them customizable.
6499
6500 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6501
6502 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6503
6504 * autorevert.el (auto-revert-buffers): Use save-match-data.
6505
6506 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6509 menu items with a nil command binding.
6510
6511 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * emacs-lisp/cl-macs.el (defsetf):
6514 Improve argument/docstring consistency.
6515
6516 * faces.el (list-faces-display): Improve the formatting by
6517 computing the maximum length required for any face-name (reworked
6518 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6519 (internal-find-face): Remove redundant info in docstring.
6520
6521 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6522
6523 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6524 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6525 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6526 (gdb-assembler-custom): Improve regexps.
6527 (def-gdb-auto-update-handler): Use window point to preserve point.
6528
6529 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6532
6533 2005-05-31 Jay Belanger <belanger@truman.edu>
6534
6535 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6536 to calc-embedded.
6537 (calc-embedded-make-info): Have plain prefix argument select
6538 entire line.
6539
6540 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6541
6542 * faces.el (list-faces-display): Signal error if passed a regexp
6543 that matches no face name.
6544
6545 * simple.el (filter-buffer-substring): Fix typo in docstring.
6546
6547 2005-05-31 Richard M. Stallman <rms@gnu.org>
6548
6549 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6550 (vhdl-emacs-21): Doc fix.
6551 (vhdl-mode): Unconditionally set comment-padding.
6552 (vhdl-fixup-whitespace-region): Insert spaces only where
6553 there are none.
6554 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6555
6556 2005-05-30 John Wiegley <johnw@newartisans.com>
6557
6558 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6559 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6560 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6561 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6562 `string-to-number'.
6563
6564 2005-05-30 Jay Belanger <belanger@truman.edu>
6565
6566 * calc/calc.el (calc-bug-address): Fix docstring.
6567 (calc-window-hook, calc-trail-window-hook): New variables.
6568 (calc-trail-display): Restore use of calc-trail-window-hook.
6569 (calc): Restore use of calc-window-hook.
6570
6571 2005-05-31 Masatake YAMATO <jet@gyve.org>
6572
6573 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6574
6575 * help-fns.el (help-C-file-name): Add autoload mark for
6576 `find-function-noselect'.
6577
6578 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6581 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6582
6583 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6584
6585 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6586 included diary buffer if it was not already being visited.
6587 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6588
6589 * calendar/icalendar.el (top-level): Do not require 'appt.
6590
6591 * mail/supercite.el (sc-select-attribution): Only use a list
6592 element from sc-attrib-selection-list if it returns a string.
6593 Reported by Davide G. M. Salvetti <salve@debian.org>.
6594
6595 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6596
6597 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6598 includes a hash value to improve its uniqueness, and has a ".jpg"
6599 extension. Also, it is now a valid filename on all systems.
6600 (thumbs-make-thumb): Use `let', not `let*'.
6601 (thumbs-show-thumbs-list): Check for JPEG availability.
6602
6603 2005-05-30 Richard M. Stallman <rms@gnu.org>
6604
6605 * filesets.el (filesets-menu-ensure-use-cached):
6606 Prevent warning when emacs-version>= is undefined.
6607
6608 * printing.el (pr-interactive-n-up): Use string-to-number.
6609
6610 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6611
6612 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6613 Warn only when name to be defined is quoted.
6614
6615 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6616
6617 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6618 Make regexp more robust.
6619 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6620 Force regeneration of disassembly.
6621
6622 2005-05-29 Jay Belanger <belanger@truman.edu>
6623
6624 * calc/calc.el (calc-user-invocation): Check if
6625 calc-invocation-macro is non-nil.
6626
6627 2005-05-29 Juri Linkov <juri@jurta.org>
6628
6629 * add-log.el (change-log-font-lock-keywords):
6630 Add `+' to e-mail regexp to accept mail address with keywords.
6631
6632 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6633
6634 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6635
6636 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6637
6638 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6639
6640 2005-05-29 Richard M. Stallman <rms@gnu.org>
6641
6642 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6643 Undo the change that moves to end of the current word.
6644
6645 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6646
6647 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6648 Throw error when count <= 0 to ensure input is a number.
6649 (gdb-read-memory-custom): Pick up address from buffer.
6650 (gdb-memory-mode): Allow user to increment and decrement
6651 memory address from header line.
6652
6653 2005-05-29 Richard M. Stallman <rms@gnu.org>
6654
6655 * flyspell.el (flyspell-version): Function deleted.
6656 (flyspell-auto-correct-previous-hook): Doc fix.
6657
6658 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6659 Do nothing if memory is full.
6660
6661 * font-lock.el (font-lock-fontify-syntactically-region):
6662 Pass t for GREEDY to looking-back.
6663
6664 * saveplace.el (save-place-alist-to-file): Write the file
6665 using write-region.
6666
6667 * subr.el (looking-back): New argument GREEDY.
6668
6669 * progmodes/compile.el (compilation-start): Set the mode
6670 before inserting the initial text.
6671
6672 * progmodes/which-func.el (which-func-update-1): Turn the mode
6673 off in case of error by setting which-func-mode.
6674
6675 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6676
6677 * flyspell.el (flyspell-auto-correct-previous-word):
6678 Narrow down to what's on the screen, and recenter overlays
6679 at the end of the next word.
6680
6681 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6682
6683 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6684 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6685 (flyspell-abbrev-p): Default to nil.
6686 (flyspell-use-global-abbrev-table-p): Doc fix.
6687 (flyspell-large-region): Allow nil as value.
6688 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6689
6690 (mail-mode-flyspell-verify): More robust handling
6691 of `mail-header-separator'. More efficient signature detection.
6692 Allow for regexp metacharacters in message-header-separator.
6693 Adding `To' not to be checked in mail-mode-flyspell-verify.
6694
6695 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6696 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6697 Bind flyspell-auto-correct-binding.
6698 Bind C-. and C-, .
6699 (flyspell-mode-map): Likewise.
6700 (flyspell-mode): Doc fix.
6701 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6702 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6703 (flyspell-word-cache-result): New var, always local.
6704 (flyspell-check-pre-word-p): Doc fix.
6705 (flyspell-check-changed-word-p): Handle spc like newline.
6706 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6707 (flyspell-word-search-backward, flyspell-word-search-forward):
6708 New functions.
6709 (flyspell-word): Return t if nothing to check.
6710 When parsing TeX code, check for after } or \.
6711 Use flyspell-word-search-backward to find previous word.
6712 Return nil if duplicated word.
6713 For word already checked, return same value as last time.
6714 Set flyspell-word-cache-result after checking.
6715 Don't clobber the return value.
6716 (flyspell-get-word): Major rewrite.
6717 (flyspell-external-point-words): New locals pword, pcount.
6718 Fix size used in progress message.
6719 Find the proper corresponding word in flyspell-large-region-buffer.
6720 (flyspell-region): Check for flyspell-large-region = nil.
6721 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6722 (flyspell-auto-correct-word): Check that WORD is a cons.
6723 (flyspell-correct-word): Likewise.
6724
6725 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6726
6727 * progmodes/make-mode.el (makefile-rule-action-regex)
6728 (makefile-macroassign-regex, makefile-makepp-mode)
6729 (makefile-bsdmake-mode): Continuation lines may be empty.
6730 Reported by Joshua Varner.
6731 (makefile-makepp-font-lock-keywords): Add $(stem).
6732
6733 2005-05-28 Karl Berry <karl@gnu.org>
6734
6735 * textmodes/tex-mode.el: Now that tex-send-command calls
6736 shell-quote-argument (2005-03-31 change), remove all calls to
6737 shell-quote-argument; they all end up invoking tex-send-command.
6738 The double quoting loses on filenames with non-safe characters,
6739 such as "@". Reported by Frederik Fouvry.
6740
6741 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6742
6743 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6744 about preserving point.
6745
6746 2005-05-27 Jay Belanger <belanger@truman.edu>
6747
6748 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6749 Info-goto-node.
6750
6751 * calc/calc-embed.el (calc-embed-arg): New variable.
6752 (calc-do-embedded-activate, calc-embedded-activate-formula)
6753 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6754 variable by new variable.
6755 (calc-embedded-make-info): Replace undeclared variable by new
6756 variable. When selecting region with positive prefix
6757 argument, use end of previous line instead of beginning of line.
6758
6759 * calc/calc-aent.el (calc-arg-values): Declare it.
6760
6761 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6762 Declare them.
6763
6764 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6765
6766 * calc/calc.el (calc-alg-map): Declare it.
6767
6768 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6769
6770 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6771
6772 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6773 (gdb-registers-buffer, toggle-gdb-all-registers):
6774 Toggle display of floating point registers.
6775 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6776
6777 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6778 (toggle-gud-tooltip-dereference):
6779 Rename from gud-toggle-tooltip-dereference.
6780
6781 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6784
6785 2005-05-27 Jay Belanger <belanger@truman.edu>
6786
6787 * calc/calc-prog.el (calc-kbd-report): Remove.
6788 (calc-kbd-query): Rewrite.
6789
6790 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6791
6792 * image.el (image-library-alist): Move to image.c.
6793 (image-type-available-p): Doc fix.
6794
6795 2005-05-27 Lute Kamstra <lute@gnu.org>
6796
6797 * calc/calc.el (calc):
6798 * outline.el (outline-1, outline-2, outline-3, outline-4)
6799 (outline-5, outline-6, outline-7, outline-8):
6800 * textmodes/dns-mode.el (dns-mode):
6801 * textmodes/sgml-mode.el (sgml-namespace-face):
6802 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6803 (tex-verbatim-face, tex-use-reftex):
6804 * textmodes/texinfo.el (texinfo-heading-face):
6805 Specify customization group.
6806
6807 * longlines.el: Don't require easy-mmode.
6808 (longlines-visible-face): Specify customization group.
6809
6810 2005-05-27 Kenichi Handa <handa@m17n.org>
6811
6812 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6813 encoding table of windows-1251.
6814
6815 * international/ucs-tables.el (ucs-set-table-for-input):
6816 If translation-table-for-input of a coding system is a symbol, get
6817 its translation-table property.
6818
6819 * international/code-pages.el: Don't register a coding system into
6820 non-iso-charset-alist more than once.
6821 (cp-make-coding-system): Likewise.
6822
6823 2005-05-26 John Wiegley <johnw@newartisans.com>
6824
6825 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6826 `eshell-resume-eval' is wrapped in a list, it indicates that the
6827 command was run asynchronously. In that case, unwrap the value
6828 before checking the delimiter value.
6829
6830 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6831 character before a space at the end of a line is \, assume the space
6832 is part of the last argument rather than a final argument separator.
6833
6834 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6835 is in use, and the target is `t' or `nil' (which are the most common
6836 values), don't assume that the symbol target is a buffer.
6837
6838 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6839
6840 * calendar/calendar.el (calendar-mode-line-format):
6841 Use mode-line-highlight as mouse-face.
6842
6843 * time.el (display-time-string-forms, display-time-update):
6844 Use mode-line-highlight as mouse-face.
6845
6846 2005-05-26 Jay Belanger <belanger@truman.edu>
6847
6848 * calc/calc.el (calc-language-alist): Remove extra defvar.
6849
6850 2005-05-26 Lute Kamstra <lute@gnu.org>
6851
6852 * arc-mode.el (archive-mode):
6853 * bookmark.el (bookmark-read-annotation-mode)
6854 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6855 * bs.el (bs-mode):
6856 * calc/calc-yank.el (calc-edit-mode):
6857 * calc/calc.el (calc-mode, calc-trail-mode):
6858 * calculator.el (calculator-mode):
6859 * chistory.el (command-history-mode):
6860 * comint.el:
6861 * cus-edit.el (custom-mode):
6862 * descr-text.el (describe-text-mode):
6863 * ebuff-menu.el (Electric-buffer-menu-mode):
6864 * ediff-util.el (ediff-mode):
6865 * emacs-lisp/re-builder.el (reb-mode):
6866 * emulation/vi.el (vi-mode-setup):
6867 * emulation/ws-mode.el (wordstar-mode):
6868 * eshell/esh-mode.el (eshell-mode):
6869 * forms.el (forms-mode):
6870 * help-mode.el (help-mode):
6871 * hexl.el (hexl-mode):
6872 * ibuffer.el (ibuffer-mode):
6873 * ielm.el (inferior-emacs-lisp-mode):
6874 * info.el (Info-mode, Info-edit-mode):
6875 * international/swedish.el:
6876 * ledit.el (ledit-from-lisp-mode):
6877 * locate.el (locate-mode):
6878 * mail/rmail.el (rmail-mode):
6879 * mail/rmailedit.el (rmail-edit-mode):
6880 * mail/rmailsum.el (rmail-summary-mode):
6881 * mail/supercite.el (sc-electric-mode):
6882 * net/eudc.el (eudc-mode):
6883 * net/quickurl.el (quickurl-list-mode):
6884 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6885 * obsolete/ooutline.el (outline-mode):
6886 * obsolete/options.el (Edit-options-mode):
6887 * obsolete/rnews.el (news-mode):
6888 * obsolete/rnewspost.el (news-reply-mode):
6889 * play/5x5.el (5x5-mode):
6890 * play/decipher.el (decipher-mode, decipher-stats-mode):
6891 * play/gomoku.el (gomoku-mode):
6892 * play/snake.el (snake-mode):
6893 * play/solitaire.el (solitaire-mode):
6894 * play/tetris.el (tetris-mode):
6895 * progmodes/ada-mode.el (ada-mode):
6896 * progmodes/antlr-mode.el (antlr-mode):
6897 * progmodes/autoconf.el (autoconf-mode):
6898 * progmodes/dcl-mode.el (dcl-mode):
6899 * progmodes/delphi.el (delphi-mode):
6900 * progmodes/ebrowse.el (ebrowse-tree-mode)
6901 (ebrowse-electric-list-mode, ebrowse-member-mode)
6902 (ebrowse-electric-position-mode):
6903 * progmodes/f90.el (f90-mode):
6904 * progmodes/fortran.el (fortran-mode):
6905 * progmodes/icon.el (icon-mode):
6906 * progmodes/idlw-help.el (idlwave-help-mode):
6907 * progmodes/idlw-shell.el (idlwave-shell-mode):
6908 * progmodes/idlwave.el (idlwave-mode):
6909 * progmodes/inf-lisp.el (inferior-lisp-mode):
6910 * progmodes/m4-mode.el (m4-mode):
6911 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6912 * progmodes/modula2.el (modula-2-mode):
6913 * progmodes/octave-inf.el (inferior-octave-mode):
6914 * progmodes/octave-mod.el (octave-mode):
6915 * progmodes/pascal.el (pascal-mode):
6916 * progmodes/sh-script.el (sh-mode):
6917 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6918 * progmodes/vhdl-mode.el (vhdl-mode):
6919 * progmodes/xscheme.el (scheme-interaction-mode):
6920 * replace.el (occur-mode):
6921 * ses.el (ses-mode):
6922 * simple.el (completion-list-mode):
6923 * skeleton.el:
6924 * speedbar.el (speedbar-mode):
6925 * term.el (term-mode):
6926 * terminal.el (terminal-edit-mode):
6927 * textmodes/reftex-index.el (reftex-index-mode)
6928 (reftex-index-phrases-mode):
6929 * textmodes/reftex-sel.el (reftex-select-label-mode)
6930 (reftex-select-bib-mode):
6931 * textmodes/reftex-toc.el (reftex-toc-mode):
6932 * wdired.el (wdired-change-to-wdired-mode):
6933 * wid-browse.el (widget-browse-mode):
6934 Use run-mode-hooks.
6935
6936 * array.el (array-mode):
6937 * calendar/todo-mode.el (todo-mode):
6938 * man.el (Man-mode):
6939 * play/landmark.el (lm-mode):
6940 * play/mpuz.el (mpuz-mode):
6941 Use kill-all-local-variables and run-mode-hooks.
6942
6943 * subr.el (delay-mode-hooks): Specify indentation.
6944
6945 2005-05-26 Mark A. Hershberger <mah@everybody.org>
6946
6947 * xml.el (xml-substitute-special): Don't die for undefined xml
6948 entities.
6949
6950 2005-05-26 Jay Belanger <belanger@truman.edu>
6951
6952 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6953 of nil.
6954
6955 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6956
6957 * progmodes/gdb-ui.el (gdb-frame-address):
6958 Rename from gdb-current-address.
6959 (gdb-previous-frame-address): Rename from gdb-previous-address.
6960 (gdb-selected-frame): Rename from gdb-current-frame.
6961 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6962 (gdb-frame-number): Rename from gdb-current-stack-level.
6963 (gdb-ann3): Match new mode-name for disassembly buffer.
6964 Extend initialization of variables.
6965 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6966 (gdb-memory-mode): Use mouse-face in header line.
6967 (gdb-assembler-buffer-name): Call it disassembly and give frame
6968 in mode line.
6969 (gdb-source-spec-regexp, gdb-assembler-custom)
6970 (gdb-invalidate-assembler, gdb-frame-handler):
6971 Make robust to leading zeroes in address format.
6972
6973 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
6974
6975 * textmodes/org.el (org-mode): Use `define-derived-mode' to
6976 define `org-mode'.
6977 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6978
6979 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * log-edit.el (log-edit-changelog-entries): Distinguish between
6982 filenames like xfns.c and fns.c.
6983
6984 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
6985
6986 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6987 point after reverting.
6988 (Buffer-menu-make-sort-button): Handle the case where
6989 `Buffer-menu-use-header-line' is nil.
6990
6991 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6992
6993 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6994 New funcs. In minibuffer-local-completion-map bind `]', `/'
6995 and `:' to them.
6996
6997 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * startup.el (normal-top-level): Allow modification of load-path while
7000 we're iterating over it.
7001
7002 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7005 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7006 (thumbs-resize-interactive, thumbs-insert-image)
7007 (thumbs-insert-thumb, thumbs-dired-show-marked)
7008 (thumbs-find-image-at-point, thumbs-delete-images)
7009 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7010 (thumbs-increment-image-size, thumbs-decrement-image-size):
7011 Fix typos in docstrings.
7012
7013 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7014
7015 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7016 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7017 (cperl-mode): Use them.
7018
7019 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7020
7021 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7022 Doc fixes.
7023
7024 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7025
7026 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7027 Bind C-d to gdb-inferior-io-eof.
7028
7029 * dired.el (dired-dnd-popup-notice): Use message-box.
7030
7031 2005-05-23 Masatake YAMATO <jet@gyve.org>
7032
7033 * bindings.el (mode-line-major-mode-keymap):
7034 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7035
7036 * faces.el (mode-line-highlight): New face.
7037
7038 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7039 as mouse-face.
7040
7041 * bindings.el (top-level, help-echo, mode-line-modified)
7042 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7043 as mouse-face.
7044
7045 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7046
7047 * progmodes/cc-engine.el (c-guess-basic-syntax):
7048 Remove spurious call to `zerop'.
7049
7050 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7051
7052 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7053
7054 CC Mode update to 5.30.10:
7055
7056 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7057 could go past the limit in decoration level 2, thereby causing
7058 errors during interactive fontification.
7059
7060 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7061 the file is evaluated interactively.
7062
7063 * cc-engine.el (c-guess-basic-syntax): Handle operator
7064 declarations somewhat better in C++.
7065
7066 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7067 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7068 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7069 (awk-mode): Use it.
7070 (make-local-hook): Suppress warning about obsoleteness.
7071
7072 * cc-engine.el, cc-align.el, cc-cmds.el
7073 (c-append-backslashes-forward, c-delete-backslashes-forward)
7074 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7075 Compensate for return value from `forward-line' when it has moved
7076 but not to a different line due to eob.
7077
7078 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7079 `objc-method-intro' and `objc-method-args-cont'.
7080
7081 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7082
7083 CC Mode update to 5.30.10:
7084
7085 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7086 in the copyright statement. Incidentally, change "along with GNU
7087 Emacs" to "along with this program" where it occurs.
7088
7089 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7090 so that it is interactive, hence can be found by M-x awk-mode
7091 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7092 <gmorris+emacs@ast.cam.ac.uk>.
7093
7094 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7095 Mode's regexps.
7096
7097 2005-05-23 Kevin Ryde <user42@zip.com.au>
7098
7099 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7100 c-parse-state, to avoid a lisp error (on bad code).
7101
7102 2005-05-23 Lute Kamstra <lute@gnu.org>
7103
7104 * subr.el (font-lock-defaults): Remove defvar as it's already
7105 defined in font-core.el.
7106
7107 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7108
7109 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7110
7111 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7112 more general and work when GDB variable "print pretty" is on,
7113 as with Emacs, for example.
7114
7115 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7116
7117 * font-core.el: Update comment.
7118
7119 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7120 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7121
7122 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7123
7124 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7125
7126 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7127 and `yank-handler' in the doc strings.
7128
7129 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7132
7133 2005-05-22 Richard M. Stallman <rms@gnu.org>
7134
7135 * help.el (describe-key): Move print-help-return-message call
7136 out of conditional.
7137
7138 * progmodes/etags.el (list-tags): Use with-no-warnings.
7139
7140 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7141 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7142 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7143
7144 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7145
7146 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7147 Add defvar.
7148
7149 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7150 Use defvar, not defconst.
7151
7152 * hexl.el (hexl-follow-line): Use with-no-warnings.
7153
7154 * emulation/tpu-extras.el: Use write-file-functions instead of
7155 write-file-hooks.
7156
7157 * dired.el (dired-font-lock-keywords): Fontify files with junk
7158 extensions even if marked by -F.
7159
7160 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7161
7162 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7163 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7164 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7165 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7166 (concatenate, list-length, get*, getf, cl-remprop):
7167 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7168 (etypecase, progv, lexical-let, lexical-let*)
7169 (multiple-value-bind, multiple-value-setq, shiftf):
7170 Improve argument/docstring consistency.
7171
7172 * subr.el (focus-frame, unfocus-frame):
7173 Revert deletion on 2005-05-01.
7174
7175 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7176
7177 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7178 doesn't exist.
7179
7180 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7181 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7182
7183 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7184
7185 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7186 already deleted variables: auto-fill-hook, blink-paren-hook,
7187 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7188 suspend-hooks, comment-indent-hook, meta-flag,
7189 before-change-function, after-change-function,
7190 font-lock-doc-string-face.
7191
7192 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7193
7194 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7195
7196 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7197
7198 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7199 rmail-dont-reply-to.
7200
7201 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7202
7203 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7204 literal blank when splitting new-header-values.
7205
7206 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7207
7208 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7209 string so that tmm doesn't create a completion entry for it.
7210
7211 * textmodes/table.el (table-disable-menu): Ditto.
7212
7213 2005-05-21 Richard M. Stallman <rms@gnu.org>
7214
7215 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7216
7217 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7218
7219 * net/rcompile.el (remote-compile): Use compilation-start.
7220
7221 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7222
7223 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7224
7225 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7226 Default to makefile-bsdmake-mode on BSD systems.
7227
7228 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7229 REGEXP may also be a search function now. The part of doc-string
7230 for describing the structure was 95% identical to that of
7231 `imenu--generic-function'. Unify it there.
7232
7233 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7234 Use function to find dependencies, because regexp alone is so complex,
7235 it easily goes into an endless loop.
7236 (makefile-makepp-mode): Also add submenu for Perl functions
7237 defined in the makefile.
7238 (makefile-bsdmake-mode): Special imenu-generic-expression no
7239 longer needed, due to function call.
7240 (makefile-match-dependency): Take BOUND into account when checking
7241 if we're through.
7242
7243 2005-05-20 Jay Belanger <belanger@truman.edu>
7244
7245 * calc/calc-units.el (calc-invalidate-units-table):
7246 Use inhibit-read-only.
7247 (math-build-units-table-buffer): Use view-mode.
7248
7249 2005-05-20 David Kastrup <dak@gnu.org>
7250
7251 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7252 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7253
7254 2005-05-20 Lute Kamstra <lute@gnu.org>
7255
7256 * diff-mode.el (diff-header-face, diff-file-header-face)
7257 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7258 (diff-added-face, diff-changed-face, diff-function-face)
7259 (diff-context-face, diff-nonexistent-face): Put them in the
7260 diff-mode customization group.
7261
7262 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7263
7264 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7265
7266 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7267
7268 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7269 Minor regexp-optimization.
7270
7271 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7272
7273 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7274 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7275 (org-agenda-add-time-grid-maybe): New function.
7276 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7277 (org-table-create): `dotimes' instead of `mapcar'.
7278 (org-xor): Simplify implementation.
7279 (org-agenda): `inhibit-redisplay' turned on.
7280 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7281 a consistent line after a state change.
7282 (org-agenda-remove-times-when-in-prefix): New option.
7283 (org-prefix-has-time): New variable.
7284 (org-parse-time-string): Optional argument NODEFAULT.
7285 (org-format-agenda-item): Parse items for time-of-day
7286 specifications and move these into the prefix if possible.
7287 (org-agenda-priority): Get current heading, not previous heading
7288 during agenda remote editing.
7289
7290 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7291
7292 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7293 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7294 (remove-duplicates, delete-duplicates, substitute)
7295 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7296 (nsubstitute-if-not, find, find-if, find-if-not, position)
7297 (position-if, position-if-not, count, count-if, count-if-not)
7298 (mismatch, search, sort*, stable-sort, merge, member*)
7299 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7300 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7301 (intersection, nintersection, set-difference, nset-difference)
7302 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7303 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7304 (nsublis, tree-equal): Improve argument/docstring consistency.
7305
7306 * subr.el (send-string, send-region):
7307 Remove obsolescence declaration.
7308 (window-dot, set-window-dot, read-input, show-buffer)
7309 (eval-current-buffer, string-to-int):
7310 Add release number to obsolescence declarations.
7311
7312 2005-05-19 Kim F. Storm <storm@cua.dk>
7313
7314 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7315 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7316
7317 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7318
7319 * faces.el (list-faces-display): Make back button respect optional
7320 regexp arg.
7321
7322 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7323
7324 * calculator.el (calculator-radix-grouping-mode)
7325 (calculator-radix-grouping-digits, calculator-displayer)
7326 (calculator-radix-grouping-separator, calculator-copy-displayer):
7327 * dabbrev.el (dabbrev-search-these-buffers-only):
7328 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7329 (diff-advance-after-apply-hunk, diff-mode-hook)
7330 (diff-minor-mode-prefix):
7331 * imenu.el (imenu-use-popup-menu):
7332 * jit-lock.el (jit-lock-context-time):
7333 * newcomment.el (comment-fill-column, comment-column)
7334 (comment-style, comment-padding, comment-multi-line)
7335 (comment-empty-lines, comment-auto-fill-only-comments):
7336 * reveal.el (reveal-around-mark):
7337 * uniquify.el (uniquify-buffer-name-style)
7338 (uniquify-after-kill-buffer-p)
7339 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7340 (uniquify-min-dir-content, uniquify-separator)
7341 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7342 * w32-vars.el (w32-fixed-font-alist):
7343 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7344 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7345 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7346 * progmodes/perl-mode.el (perl-indent-level)
7347 (perl-continued-statement-offset, perl-continued-brace-offset)
7348 (perl-brace-offset, perl-brace-imaginary-offset)
7349 (perl-label-offset, perl-indent-continued-arguments)
7350 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7351 * progmodes/tcl.el (tcl-indent-level)
7352 (tcl-continued-indent-level, tcl-auto-newline)
7353 (tcl-tab-always-indent, tcl-electric-hash-style)
7354 (tcl-help-directory-list, tcl-use-smart-word-finder)
7355 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7356 (inferior-tcl-source-command):
7357 * textmodes/fill.el (enable-kinsoku):
7358 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7359 * textmodes/table.el (table-yank-handler):
7360 Specify missing group (and type, if simple) in defcustom.
7361
7362 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7363
7364 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7365
7366 2005-05-19 Richard M. Stallman <rms@gnu.org>
7367
7368 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7369
7370 * subr.el (event-basic-type): Don't get an error.
7371 (left-fringe-p): Function deleted.
7372
7373 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7374 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7375
7376 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7377 in recursive copy.
7378
7379 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7380
7381 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7382
7383 * emacs-lisp/bytecomp.el
7384 (byte-compile-file-form-custom-declare-variable): Call
7385 byte-compile-nogroup-warn if appropriate.
7386
7387 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7388 (compilation-set-window): Don't call left-fringe-p; do it directly.
7389
7390 2005-05-19 Jay Belanger <belanger@truman.edu>
7391
7392 * calc/calc-graph.el (calc-graph-format-data): Make sure
7393 var-PlotRejects is bound before trying to check its value.
7394
7395 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7396
7397 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7398 definition of this variable from reftex-global.el to reftex.el,
7399 because it is needed in the menu.
7400
7401 2005-05-19 Lute Kamstra <lute@gnu.org>
7402
7403 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7404 years are fixed. Don't insert a space after a dash.
7405
7406 2005-05-19 Kim F. Storm <storm@cua.dk>
7407
7408 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7409
7410 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7411
7412 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7413 strings, because (eq ... ?\\) is fairly frequent.
7414
7415 * progmodes/make-mode.el (makefile-add-this-line-targets):
7416 Simplify and integrate into `makefile-pickup-targets'.
7417 (makefile-add-this-line-macro): Simplify and integrate into
7418 `makefile-pickup-macros.
7419 (makefile-pickup-filenames-as-targets): Simplify.
7420 (makefile-previous-dependency, makefile-match-dependency):
7421 Don't stumble over `::'.
7422
7423 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7424
7425 * subr.el (post-command-idle-hook, post-command-idle-delay):
7426 Remove obsoletion of post-command-idle-hook and
7427 post-command-idle-delay.
7428
7429 * faces.el (list-faces-display): Provide button when describe-face
7430 is called to take user back to the list of faces.
7431
7432 * help-fns.el (describe-variable): Remove hyperlinks in a
7433 variable's value as these are quite frequently inappropriate.
7434
7435 * follow.el (follow-submit-feedback, follow-mode):
7436 Remove references to post-command-idle-hook.
7437
7438 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7439
7440 * progmodes/make-mode.el (makefile-previous-dependency)
7441 (makefile-match-dependency): Check for := (and in bsd mode also
7442 !=) to give a better result, even when font-lock is not on.
7443
7444 2005-05-18 Jay Belanger <belanger@truman.edu>
7445
7446 * calc/calc-help.el (calc-s-prefix-help):
7447 Add `calc-copy-special-constant' to help string.
7448
7449 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7450
7451 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7452
7453 2005-05-18 Jay Belanger <belanger@truman.edu>
7454
7455 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7456 in linear factors are in proper order.
7457
7458 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7459
7460 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7461 Support for jurabib.
7462
7463 * textmodes/reftex.el (featurep): Define aliases for overlay
7464 commands, for XEmacs compatibility, and use these aliases in
7465 overlay initializations.
7466 (reftex-highlight): Use `reftex-move-overlay'.
7467 (reftex-unhighlight): Use `reftex-delete-overlay'.
7468 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7469 (reftex-access-search-path): Use `reftex-uniquify' instead of
7470 `reftex-uniq'
7471
7472 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7473 `before-string' property modification enables for Emacs as well.
7474 (reftex-select-item): Use `reftex-delete-overlay'.
7475 (reftex-select-mark): Use `reftex-make-overlay' and
7476 `reftex-overlay-put'.
7477 (reftex-select-unmark): Use `reftex-delete-overlay' and
7478 `reftex-overlay-put'.
7479
7480 2005-05-18 Lute Kamstra <lute@gnu.org>
7481
7482 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7483
7484 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7485
7486 * add-log.el (add-change-log-entry):
7487 * array.el (array-make-template, array-reconfigure-rows)
7488 (array-init-max-row, array-init-max-column)
7489 (array-init-columns-per-line, array-init-field-width):
7490 * replace.el (replace-match-maybe-edit, perform-replace):
7491 * textmodes/spell.el (spell-region):
7492 Replace `read-input' by `read-string'.
7493
7494 * forms.el (forms-mode):
7495 * finder.el (finder-compile-keywords):
7496 * shadowfile.el (shadow-read-files):
7497 Replace `eval-current-buffer' by `eval-buffer'.
7498
7499 * terminal.el (te-pass-through):
7500 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7501 (ange-ftp-raw-send-cmd):
7502 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7503 (send-process-next-char, telnet-initial-filter, telnet):
7504 Replace `send-string' by `process-send-string'.
7505
7506 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7507 (prolog-consult-region): Replace `send-string' by
7508 `process-send-string'; replace `send-region' by `process-send-region'.
7509
7510 * progmodes/delphi.el (delphi-log-msg):
7511 Replace `set-window-dot' by `set-window-point'.
7512
7513 * subr.el (window-dot, set-window-dot, read-input, send-string)
7514 (send-region, show-buffer, eval-current-buffer):
7515 Make really obsolete, as the comment says.
7516
7517 2005-05-17 Kim F. Storm <storm@cua.dk>
7518
7519 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7520 (cua--init-keymaps): Bind C-return instead of S-return to set
7521 rectangle mark.
7522
7523 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7524 instead of S-return to toggle/clear rectangle mark.
7525
7526 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7527
7528 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7529 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7530 Also fontify plain strings assigned to variables, mostly so that a
7531 colon has a face and is thus not taken as a dependency separator.
7532 (makefile-previous-dependency): Inline the new matcher, because it
7533 is too complex to work in both directions.
7534 (makefile-match-dependency): Eliminate `backward' arg (see above).
7535 Completely reimplemented so as to not sometimes go into an endless
7536 loop. It should also be more efficient, because first it only
7537 searches for `:', instead of applying the very complex regexp.
7538 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7539 to be fontified in one piece can be too long for JIT.
7540 Makefiles are never *that* big.
7541
7542 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7543
7544 * dired.el (dired-mode): Simplify.
7545
7546 2005-05-17 Lute Kamstra <lute@gnu.org>
7547
7548 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7549 defcustom for the mode hook variable.
7550
7551 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7552 Emacs Lisp Reference Manual.
7553
7554 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7555
7556 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7557 (evenp, list*):
7558 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7559 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7560
7561 * net/tramp-smb.el (tramp-smb-open-connection):
7562 Pass `tramp-chunksize' as fifth (required) argument.
7563
7564 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7565
7566 * font-lock.el (lisp-font-lock-keywords-1):
7567 Set `font-lock-negation-char-face' for [^...] char group.
7568 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7569
7570 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7571 a var, and refine it to mask one more level of nested vars.
7572 (makefile-rule-action-regex): Turn it into a var, and refine it so
7573 it recognizes backslashed continuation lines as belonging to the
7574 same command.
7575 (makefile-macroassign-regex): Refine it so it recognizes
7576 backslashed continuation lines as belonging to the same command.
7577 (makefile-var-use-regex): Don't look at the next char, because it
7578 might be the same one to be skipped by the initial [^$], leading
7579 to an overlooked variable use.
7580 (makefile-make-font-lock-keywords): Remove two parameters, which
7581 are now variables that some of the modes set locally.
7582 Handle dependency and rule action matching through functions, because
7583 regexps alone match too often. Dependency matching now comes
7584 last, so it can check, whether a colon already matched something else.
7585 (makefile-mode): Inform that font-lock improves makefile parsing
7586 capabilities.
7587 (makefile-match-dependency, makefile-match-action): New functions.
7588
7589 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7590
7591 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7592
7593 * align.el (align-regexp):
7594 * ansi-color.el (ansi-color-get-face):
7595 * array.el (array-reconfigure-rows, array-init-max-row)
7596 (array-init-max-column, array-init-columns-per-line)
7597 (array-init-field-width):
7598 * dired-aux.el (dired-trample-file-versions):
7599 * dired-x.el (dired-mark-sexp):
7600 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7601 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7602 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7603 * faces.el (face-read-integer):
7604 * files.el (backup-extract-version, insert-directory):
7605 * hexl.el (hexl-insert-decimal-char):
7606 * server.el (server-process-filter):
7607 * shell.el (shell-extract-num):
7608 * startup.el (command-line-1):
7609 * term.el (term-command-hook):
7610 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7611 (time-stamp-do-number):
7612 * time.el (display-time-update):
7613 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7614 (timezone-fix-time):
7615 * vms-patch.el (vms-suspend-resume-hook):
7616 * calendar/appt.el (appt-convert-time):
7617 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7618 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7619 * calendar/cal-islam.el (mark-islamic-diary-entries):
7620 * calendar/calendar.el (calendar-cursor-to-date)
7621 (calendar-star-date):
7622 * calendar/diary-lib.el (diary-attrtype-convert)
7623 (mark-diary-entries, diary-entry-time):
7624 * calendar/solar.el (solar-get-number):
7625 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7626 * emacs-lisp/re-builder.el (reb-display-subexp):
7627 * emulation/edt.el (edt-set-scroll-margins):
7628 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7629 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7630 (vip-get-ex-count):
7631 * emulation/viper-ex.el (viper-get-ex-token)
7632 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7633 * international/fontset.el (fontset-plain-name):
7634 * mail/feedmail.el (feedmail-look-at-queue-directory):
7635 * mail/mailalias.el (mail-get-names):
7636 * mail/rmail.el (rmail-convert-to-babyl-format):
7637 * mail/rmailsum.el (rmail-make-basic-summary-line)
7638 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7639 (rmail-summary-goto-msg):
7640 * mail/smtpmail.el (smtpmail-read-response):
7641 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7642 (ange-ftp-vms-add-file-entry):
7643 * play/gametree.el (gametree-looking-at-ply)
7644 (gametree-current-branch-score):
7645 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7646 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7647 * progmodes/cperl-mode.el (condition-case):
7648 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7649 (ebrowse-set-member-buffer-column-width)
7650 (ebrowse-select-1st-to-9nth):
7651 * progmodes/etags.el (etags-snarf-tag):
7652 * progmodes/flymake.el (flymake-parse-line):
7653 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7654 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7655 (idlwave-shell-menu-def):
7656 * progmodes/ps-mode.el (ps-run-goto-error):
7657 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7658 (vhdl-speedbar-contract-level):
7659 * term/mac-win.el (x-handle-numeric-switch):
7660 * term/sun-mouse.el (sun-get-frame-data):
7661 * term/w32-win.el (x-handle-numeric-switch):
7662 * term/x-win.el (x-handle-numeric-switch):
7663 * textmodes/ispell.el (ispell-parse-output):
7664 * textmodes/nroff-mode.el (nroff-outline-level):
7665 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7666 (reftex-bib-sort-year-reverse, reftex-format-citation):
7667 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7668 (reftex-section-number):
7669 * textmodes/texinfmt.el (texinfo-paragraphindent):
7670 Replace `string-to-int' by `string-to-number'.
7671
7672 * international/latexenc.el: Add page marker to force the "Local
7673 Variables:" string out of the last page.
7674
7675 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7676
7677 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7678 tooltip-change-major-mode.
7679 (gud-tooltip-print-command): Remove case where gud-minor-mode
7680 is gdb ("--fullname").
7681 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7682 explain to user.
7683
7684 2005-05-16 Jay Belanger <belanger@truman.edu>
7685
7686 * calc/calc-store.el (calc-copy-special-constant): New function.
7687
7688 * calc/calc-ext.el (calc-init-extensions): Add binding for
7689 `calc-copy-special-constant'.
7690
7691 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7692 for the `calc-copy-special-constant' command.
7693
7694 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7695
7696 * subr.el (left-fringe-p): New function.
7697
7698 * progmodes/compile.el (compilation-setup): Set local value of
7699 overlay-arrow-string to "" always.
7700 (compilation-set-window): Left fringe then don't scroll.
7701 No left fringe then no arrow and scroll message to top.
7702 (compilation-context-lines): Adjust doc string accordingly.
7703
7704 2005-05-16 Kim F. Storm <storm@cua.dk>
7705
7706 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7707 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7708 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7709 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7710 (ido-read-file-name): Handle commands with ido property value
7711 equal to find-file as reading a file name, to allow C-d to enter dired.
7712 (ibuffer-find-file): Add ido property with value find-file.
7713
7714 2005-05-15 Kim F. Storm <storm@cua.dk>
7715
7716 * subr.el (open-network-stream-nowait): Remove.
7717 (open-network-stream-server): Remove.
7718
7719 2005-05-15 Richard M. Stallman <rms@gnu.org>
7720
7721 * faces.el (describe-face): Output a definition link button.
7722
7723 * help-mode.el (help-face-def): New button type.
7724
7725 * emacs-lisp/copyright.el (copyright-fix-years):
7726 Match properly if the first year is 2-digit.
7727 Don't mess up the whitespace after the years by filling.
7728
7729 * dired-aux.el (dired-mark-confirm):
7730 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7731
7732 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7733 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7734 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7735
7736 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7737 Set font-lock-comment-start-skip.
7738
7739 * font-lock.el (font-lock-comment-start-skip): New variable.
7740 (font-lock-comment-end-skip): New variable.
7741 (font-lock-fontify-syntactically-region): Use them if non-nil.
7742
7743 2005-05-15 Jay Belanger <belanger@truman.edu>
7744
7745 * calc/calc-store.el (calc-store-value): Return a string rather
7746 than display it as a message.
7747 Use calc-var-name for variable name.
7748 (calc-store-into): Add the result of calc-store-value to message.
7749 (calc-copy-variable): Add a message.
7750 (calc-store-exchange): Improve error messages.
7751 (calc-store-binary, calc-store-map): Don't reset the values of
7752 special constants.
7753
7754 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7755
7756 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7757 manual to docstring.
7758
7759 * files.el (hack-local-variables-confirm): Add STRING argument.
7760 Make the function handle non file visiting buffers correctly.
7761 (hack-local-variables-prop-line, hack-local-variables)
7762 (hack-one-local-variable): Use STRING arg of
7763 `hack-local-variables-confirm'.
7764
7765 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7766
7767 Sync with Tramp 2.0.49.
7768
7769 * net/tramp.el (tramp-handle-dired-call-process)
7770 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7771 because the contents of the Tramp buffer is changed before
7772 insertion (`expand-file' and alike).
7773 (tramp-handle-insert-directory): If `localname' has an empty
7774 nondirectory name, it must not be quoted.
7775 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7776 variable `tramp-chunksize'. Change callees.
7777 (tramp-open-connection-setup-interactive-shell): Check remote host
7778 for buggy `send-process-string' implementation.
7779 Set `tramp-chunksize' if found. Reported by Michael Kifer
7780 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7781 (tramp-handle-shell-command): `insert-buffer' cannot be used
7782 because the contents of the Tramp buffer is changed before
7783 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7784 <frederic.bothamy@free.fr>.
7785 (tramp-set-auto-save): Actions should be done for Tramp file name
7786 handler only. Ange-FTP has its own auto-save mechanism.
7787 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7788 (tramp-set-auto-save-file-modes): Set file modes of
7789 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7790 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7791 (tramp-bug): Remove obsolete variable.
7792 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7793 for presence of `mml-mode'. Make it running for older Emacsen as well.
7794
7795 2005-05-14 John Paul Wallington <jpw@pobox.com>
7796
7797 * ibuf-ext.el (define-ibuffer-filter filename):
7798 If `dired-directory' is a list, use its car.
7799
7800 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7801
7802 * ibuffer.el (define-ibuffer-column filename):
7803 If `dired-directory' is a list, use its car.
7804
7805 2005-05-14 Richard M. Stallman <rms@gnu.org>
7806
7807 * subr.el (symbol-file): Doc fix.
7808
7809 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7810 (byte-compile-form): Call byte-compile-nogroup-warn.
7811 (byte-compile-warning-types): Doc fix.
7812
7813 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7814
7815 * progmodes/cc-engine.el (c-literal-faces):
7816 Add font-lock-comment-delimiter-face.
7817
7818 * net/net-utils.el (dig): Use with-no-warnings.
7819
7820 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7821 (sc-recite-frame-alist, sc-default-cite-frame)
7822 (sc-default-uncite-frame, sc-default-recite-frame)
7823 (sc-attrib-selection-list, sc-rewrite-header-list):
7824 Mark as risky-local-variable.
7825
7826 * international/ogonek.el (ogonek-jak, ogonek-how):
7827 Don't use beginning-of-buffer.
7828
7829 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7830
7831 * calendar/solar.el (solar-data-list): Move definition up.
7832
7833 * dnd.el (dnd-protocol-alist): Add autoload.
7834
7835 * progmodes/sh-script.el: Many doc usage fixes.
7836 (sh-indent-after-do): Change default to match common styles.
7837
7838 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7839
7840 * files.el (interpreter-mode-alist)
7841 (auto-mode-interpreter-regexp): Doc fixes.
7842
7843 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7844
7845 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7846
7847 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7848
7849 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7850
7851 * dired.el (dired-mode): make-variable-buffer-local =>
7852 make-local-variable.
7853
7854 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7855
7856 * term/mac-win.el (mac-select-convert-to-string): Try coding
7857 systems in mac-script-code-coding-systems if specified one cannot
7858 encode string for `com.apple.traditional-mac-plain-text'.
7859
7860 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7861
7862 * progmodes/make-mode.el (makefile-targets-face)
7863 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7864 (makefile-dependency-regex): Fix it to not make the colon in
7865 $(var:a=b) special.
7866 (makefile-rule-action-regex): New regexp for highlighting embedded
7867 Shell strings.
7868 (makefile-macroassign-regex): Handle != for highlighting as
7869 embedded Shell strings.
7870 (makefile-var-use-regex): New const.
7871 (makefile-statements, makefile-automake-statements)
7872 (makefile-gmake-statements, makefile-makepp-statements)
7873 (makefile-bsdmake-statements): New consts.
7874 (makefile-make-font-lock-keywords): New function.
7875 (makefile-automake-font-lock-keywords)
7876 (makefile-gmake-font-lock-keywords)
7877 (makefile-makepp-font-lock-keywords)
7878 (makefile-bsdmake-font-lock-keywords): New consts.
7879 (makefile-mode-map): Add switchers between the various submodes.
7880 (makefile-mode): Document the availability of the variants.
7881 (makefile-automake-mode, makefile-gmake-mode)
7882 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7883
7884 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7885 new variants of makefile-mode.
7886
7887 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7890 the inheritance.
7891
7892 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7893
7894 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7895 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7896
7897 * files.el (normal-mode): Extend the scope of the
7898 `enable-local-variables' binding to include the `set-auto-mode' call.
7899 (magic-mode-alist): Doc fix.
7900
7901 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7904 font-lock-comment-face rather than copying its setting.
7905
7906 2005-05-12 Andreas Schwab <schwab@suse.de>
7907
7908 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7909
7910 2005-05-12 Lute Kamstra <lute@gnu.org>
7911
7912 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7913 defcustom for the mode hook variable. Delete the last argument.
7914 * generic-x.el: Fix callers of define-generic-mode.
7915 (generic-x-modes): Delete group.
7916 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7917 generic-x customization group.
7918
7919 2005-05-12 Kim F. Storm <storm@cua.dk>
7920
7921 * font-lock.el (font-lock-negation-char-face): Default to "off".
7922
7923 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7924 font-lock-negation-char-face to ! in !=.
7925
7926 2005-05-12 Masatake YAMATO <jet@gyve.org>
7927
7928 * add-log.el (find-change-log): Fix typos in the docstring
7929 of function.
7930
7931 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7932
7933 * international/latexenc.el (latexenc-find-file-coding-system):
7934 Avoid `re-search-forward' when looking for input encoding because
7935 of speed and safety. Better regular expressions for recognizing
7936 input encoding. Limit a search for TeX-master/tex-main-file to
7937 the local variable section.
7938
7939 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
7940
7941 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7942 syntax of $ to "'" (quote).
7943
7944 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7945
7946 * dnd.el (dnd-protocol-alist): Improve custom type.
7947
7948 * dired.el (dired-dnd-protocol-alist): New variable.
7949 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
7950 `dired-mode-hook' to the end.
7951
7952 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7953
7954 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7955 comment-end if comment-start-skip is not set.
7956 Obey the font-lock-comment-delimiter-face variables.
7957
7958 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7959
7960 * files.el (executable-find): Move from executable.el. Use
7961 locate-file.
7962 * progmodes/executable.el (executable-find): Move to files.el.
7963
7964 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7965 when trying to ensure forward progress.
7966
7967 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
7968
7969 * mouse-sel.el (mouse-sel-follow-link-p): New function.
7970 (mouse-select, mouse-select-internal, mouse-extend-internal):
7971 Use it to implement mouse-1-click-follows-link functionality.
7972
7973 2005-05-11 Richard M. Stallman <rms@gnu.org>
7974
7975 * font-lock.el (font-lock-fontify-syntactically-region):
7976 Use font-lock-comment-delimiter-face for comment delimiters.
7977
7978 2005-05-10 Jay Belanger <belanger@truman.edu>
7979
7980 * calc/calc-help.el (calc-m-prefix-help): Add mention of
7981 preserving embedded modes.
7982
7983 2005-05-10 Richard M. Stallman <rms@gnu.org>
7984
7985 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7986
7987 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7988 Move from ada-stmt.el.
7989 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7990
7991 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7992 Move to ada-mode.el.
7993 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7994
7995 * cus-edit.el (custom-file): Call file-chase-links.
7996
7997 * files.el (read-directory-name): Fix previous change.
7998 (hack-local-variables-confirm): New function.
7999 (hack-local-variables-prop-line, hack-local-variables)
8000 (hack-one-local-variable): Use it.
8001
8002 2005-05-10 Lute Kamstra <lute@gnu.org>
8003
8004 * font-lock.el (font-lock-keywords-alist)
8005 (font-lock-removed-keywords-alist): Clarify docstrings.
8006
8007 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8008
8009 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8010 (gdb-source-info): Check for preprocessor info.
8011 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8012 a macro for a function.
8013 (gdb-info-breakpoints-custom): Try to find file again if not already
8014 found (user might have used GDB dir command).
8015 (gdb-get-location): Update gdb-location-alist correctly for change
8016 to gdb-info-breakpoints-custom.
8017
8018 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8019 (gud-tooltip-print-command): Add gdbmi case.
8020 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8021 preprocessor info.
8022
8023 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8024
8025 * startup.el (fancy-splash-insert): Fix typo in doc string.
8026
8027 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8028
8029 * obsolete/float.el (string-to-float):
8030 * obsolete/hilit19.el (hilit-add-pattern):
8031 * obsolete/rnews.el (news-parse-range, news-select-message)
8032 (news-get-pruned-list-of-files): Replace `string-to-int' by
8033 `string-to-number'.
8034
8035 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8036 `find-file-not-found-hooks'; use `add-hook'.
8037 (uncompress-while-visiting): Set `write-file-functions', not
8038 `write-file-hooks'; use `add-hook'.
8039
8040 2005-05-09 Kim F. Storm <storm@cua.dk>
8041
8042 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8043 (cua-paste): Handle clipboard action.
8044 (cua--init-keymaps): Remap clipboard-kill-region and
8045 clipboard-kill-ring-save.
8046
8047 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8048
8049 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8050 Improve commentary.
8051
8052 * simple.el (next-error-overlay-arrow-position): Revert the change
8053 made on 2005-04-30.
8054
8055 2005-05-07 Jay Belanger <belanger@truman.edu>
8056
8057 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8058 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8059 `calc-sel-reselect'.
8060
8061 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8062 Calc is in embedded mode.
8063
8064 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8065
8066 * progmodes/compile.el (compilation-setup):
8067 Set overlay-arrow-string to an empty string on text terminals.
8068
8069 * textmodes/ispell.el (ispell-program-name): Try looking for
8070 "aspell" along exec-path, and if found, use it as the default
8071 speller program.
8072
8073 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8074
8075 * international/mule.el (sgml-xml-auto-coding-function):
8076 Recognize encoding='FOO' in single quotes as well as in double quotes.
8077
8078 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8079
8080 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8081 as well as `interactive', so that defmacro* would recognize
8082 `declare' forms.
8083
8084 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8085
8086 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8087 Explain more about the LIGHTER arg's usage in the doc string.
8088 Add commentary to clarify what the code does. Fix the regexp that
8089 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8090 since it could have characters special to regular expressions.
8091
8092 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8093
8094 * replace.el (occur-1): Bind inhibit-read-only so that
8095 erase-buffer doesn't barf on read-only text properties (likewise
8096 for add-text-properties in occur-engine). Mark buffer as unmodified.
8097 (occur-engine): Don't set buffer-read-only here.
8098
8099 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8102 list-buffers-directory. This caused the *cvs-commit* buffer to be
8103 sometimes mistakenly reused as a *cvs* buffer.
8104
8105 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8106
8107 * tooltip.el: Move code for GUD tooltips into gud.el.
8108 (require): CL no longer needed to compile case.
8109 (tooltip-mode): Do not toggle functions for GUD tooltips.
8110 (tooltip-gud-tips-p): Remove. Replace with minor mode
8111 gud-tooltip-mode in gud.el.
8112 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8113 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8114 tooltip-gud prefix with gud-tooltip and obsolete.
8115 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8116 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8117 (tooltip-mouse-motion): Mouse movement functions/variable.
8118 Rename in gud.el by adding gud prefix.
8119 (tooltip-gud-original-filter, tooltip-gud-dereference)
8120 (tooltip-gud-event, tooltip-toggle-gud-tips)
8121 (tooltip-gud-process-output, tooltip-gud-print-command)
8122 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8123 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8124 (gdb-tooltip-print): Move to gdb-ui.el.
8125
8126 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8127 (require): CL needed to compile case.
8128 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8129 tooltip-gud-tips-p. Make it a minor-mode.
8130 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8131 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8132 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8133 (gud-tooltip-change-major-mode)
8134 (gud-tooltip-activate-mouse-motions-if-enabled)
8135 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8136 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8137 (gud-tooltip-original-filter, gud-tooltip-dereference)
8138 (gud-tooltip-event, tooltip-toggle-gud-tips)
8139 (gud-tooltip-process-output, gud-tooltip-print-command)
8140 (gud-tooltip-tips): Move from tooltip.el.
8141
8142 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8143 (gdb-cpp-define-alist-flags): Doc fix.
8144 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8145 gud-tooltip-mode is t.
8146
8147 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8150 evaporate if their text is deleted.
8151 (goto-address-at-point): Make it work as a mouse binding as well.
8152 (goto-address-at-mouse): Obsolete it. Update users.
8153
8154 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8155
8156 * calendar/appt.el (top-level): No longer activate on load.
8157
8158 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8159
8160 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8161 * net/webjump.el (webjump):
8162 * progmodes/idlw-help.el (idlwave-do-context-help1)
8163 (idlwave-highlight-linked-completions):
8164 * textmodes/po.el (po-find-file-coding-system-guts):
8165 Replace `assoc-ignore-case' by `assoc-string'.
8166
8167 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8168
8169 * files.el (locate-file): Doc fix.
8170
8171 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8172 Remove the redundant test for ms-dos.
8173
8174 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8175 look for the preprocessor with exec-suffixes. If not found in
8176 standard places, look in exec-path. Remove most of the tests that
8177 used system-type.
8178
8179 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8180
8181 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8182
8183 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8184 file-name clash with jka-compr.el on 8+3 filesystems.
8185
8186 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8187
8188 * term/mac-win.el: Don't define or bind scroll bar functions if
8189 x-toolkit-scroll-bars is t.
8190 (x-select-text, x-get-selection-value): Clear
8191 x-last-selected-text-clipboard if x-select-enable-clipboard is
8192 nil.
8193 (PRIMARY): Put mac-scrap-name property.
8194 (mac-select-convert-to-file-url): New function.
8195 (public.file-url): New selection target type. Add to
8196 selection-converter-alist.
8197 (x-get-selection, x-selection-value): Handle it.
8198 (x-cut-buffer-or-selection-value): New alias.
8199
8200 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8201
8202 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8203 entry to avoid calling bibtex-find-entry with arg global
8204 being t. Remove arg key.
8205 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8206 (bibtex-copy-summary-as-kill): Change accordingly.
8207
8208 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8211 (org-agenda-date-later): Use with-current-buffer.
8212
8213 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8214
8215 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8216 (define-obsolete-variable-alias): Doc Fixes.
8217
8218 2005-05-06 Kim F. Storm <storm@cua.dk>
8219
8220 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8221 vertical-motion when selective-display is active.
8222
8223 * ido.el (ido-setup-hook): New hook.
8224 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8225 (ido-input-stack): New var.
8226 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8227 ido-next-work-file binding to M-O.
8228 Bind M-f to ido-wide-find-file-or-pop-dir.
8229 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8230 (ido-read-internal): Run ido-setup-hook.
8231 Catch quit in read-file-name and read-string to cancel edit.
8232 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8233 Automatically pop-all when completing a directory name (RET).
8234 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8235 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8236 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8237 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8238 New functions for M-b/M-f to move among the directory components.
8239 (ido-make-merged-file-list): Catch quit to cancel merge.
8240 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8241 (ido-completion-help): No warnings for ido-completion-buffer-full.
8242
8243 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8244
8245 * font-lock.el (font-lock-negation-char-face): New face and variable.
8246 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8247 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8248 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8249 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8250
8251 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8252
8253 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8254 Fix typo in docstring.
8255
8256 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8257 (ebrowse-print-statistics-line)
8258 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8259
8260 * term/w32-win.el (image-library-alist): Add additional name for
8261 Xpm library.
8262
8263 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8264
8265 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8266 use gcc instead of cpp.
8267
8268 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8269 (gdb-create-define-alist): Use it.
8270 (gdb-cpp-define-alist-program): Update for MS-DOS.
8271
8272 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8273
8274 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8275
8276 2005-05-04 Richard M. Stallman <rms@gnu.org>
8277
8278 * help.el (describe-key): No error when UNTRANSLATED is nil.
8279
8280 * simple.el (line-move-1): Fix previous change to signal errors
8281 appropriately.
8282
8283 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8284
8285 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8286 (icalendar-duration-correction): Remove.
8287 (icalendar--get-event-properties): Split result at commas.
8288 (icalendar--decode-isoduration): New optional argument
8289 DURATION-CORRECTION.
8290 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8291 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8292 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8293 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8294 (icalendar--convert-anniversary-to-ical): New functions, extracted
8295 from icalendar-export-region, with bug fixes.
8296 (icalendar-export-region): Use the above functions.
8297 (icalendar-import-buffer): Check before saving diary file.
8298 (icalendar--convert-recurring-to-diary)
8299 (icalendar--convert-non-recurring-all-day-to-diary)
8300 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8301 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8302 (icalendar--convert-ical-to-diary): Use the above functions.
8303
8304 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8305
8306 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8307 Remove these recent additions.
8308 (c-mode): Restore to before 2005-04-28.
8309
8310 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8311 recent addition.
8312
8313 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8314 (gdb-define-alist): New variables.
8315 (gdb-create-define-alist): New function.
8316 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8317 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8318 with string-to-number.
8319 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8320
8321 * progmodes/gud.el: Replace string-to-int with string-to-number.
8322 (gud-find-file): Handle gdb-define-alist.
8323
8324 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8325
8326 2005-05-02 Jay Belanger <belanger@truman.edu>
8327
8328 * calc/calc-aent.el (math-read-token):
8329 * calc/calc-bin.el (calc-word-size):
8330 * calc/calc-ext.el (calc-read-number-fancy):
8331 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8332 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8333 * calc/calc-frac.el (calc-over-notation):
8334 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8335 (calc-graph-num-points, calc-graph-init):
8336 * calc/calc-prog.el (calc-read-parse-table-part)
8337 (calc-edit-macro-repeats):
8338 * calc/calc-yank.el (calc-do-grab-rectangle):
8339 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8340 Replace `string-to-int' by `string-to-number'.
8341
8342 2005-05-02 Kim F. Storm <storm@cua.dk>
8343
8344 * kmacro.el: Use executing-kbd-macro-index variable.
8345
8346 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8347
8348 * net/rlogin.el (rlogin-parse-words): Delete func.
8349 (rlogin): Use split-string, not rlogin-parse-words.
8350 Also, if there are option-like elements in the parsed args,
8351 take the host to be the first arg immediately following them.
8352 Suggested by Michael Mauger.
8353
8354 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8355
8356 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8357
8358 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8359
8360 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8361 (cc-mode-cpp-program): Rename to cc-define-list-program and
8362 move to cc-vars.el.
8363
8364 * progmodes/cc-vars.el (cc-define-list-program):
8365 Change to "gcc -E -dM -". Make customizable.
8366
8367 2005-05-02 Kim F. Storm <storm@cua.dk>
8368
8369 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8370
8371 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8372
8373 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8374
8375 * international/mule-util.el (truncate-string): Remove alias and
8376 obsolete declaration.
8377
8378 * international/mule-cmds.el (update-iso-coding-systems):
8379 Remove alias and obsolete declaration.
8380
8381 * international/mule.el (coding-system-parent): Remove alias and
8382 obsolete declaration.
8383
8384 * subr.el (define-function, sref): Remove aliases and obsolete
8385 declarations.
8386 (chars-in-region): Remove obsolete declaration.
8387
8388 2005-05-01 Richard M. Stallman <rms@gnu.org>
8389
8390 * info.el (Info-mode): Set widen-automatically to nil, locally.
8391
8392 * simple.el (widen-automatically): New variable.
8393 (pop-global-mark): Obey widen-automatically.
8394
8395 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8396
8397 * term/xterm.el (function-key-map): Call substitute-key-definition
8398 before the keymap size is increased by a lot of define-key calls.
8399
8400 2005-05-01 Richard M. Stallman <rms@gnu.org>
8401
8402 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8403 Rename ARG to ELEMENT. Doc fix.
8404
8405 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8406
8407 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8408 Remove references to allout-exposure/change to allout-new-exposure.
8409
8410 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8411 bytecode symbols.
8412
8413 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8414 (compiled-function-p, focus-frame, unfocus-frame):
8415 Remove aliases and obsolete declarations.
8416 Back out inadvertent changes from previous commit.
8417
8418 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8419
8420 * files.el (require-final-newline): Make Custom tags consistent
8421 with mode-require-final-newline.
8422 (mode-require-final-newline): Doc fix.
8423
8424 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * international/latexenc.el (latexenc-find-file-coding-system):
8427 Fix regular expressions.
8428
8429 2005-05-01 David Kastrup <dak@gnu.org>
8430
8431 * international/latexenc.el (latexenc-find-file-coding-system):
8432 Fix regular expressions.
8433
8434 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8435
8436 * subr.el (string-to-int): Make obsolete.
8437
8438 2005-04-30 Richard M. Stallman <rms@gnu.org>
8439
8440 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8441
8442 * loadup.el: load jka-comp-hook.
8443
8444 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8445 (jka-compr-handler): Add autoload. `put' calls moved
8446 to jka-comp-hook.el.
8447 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8448 (jka-compr-inhibit): Autoload.
8449
8450 * jka-comp-hook.el: New file.
8451 Enable the mode by default.
8452
8453 * files.el (backup-buffer-copy): Use copy-file instead
8454 of write-region, and put back the 'excl.
8455
8456 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8457
8458 * progmodes/flymake.el (flymake-split-string)
8459 (flymake-split-string, flymake-log, flymake-pid-to-names)
8460 (flymake-reg-names, flymake-get-source-buffer-name)
8461 (flymake-unreg-names, flymake-add-line-err-info)
8462 (flymake-add-err-info): Clarify docstrings.
8463 (flymake-popup-menu, flymake-make-emacs-menu)
8464 (flymake-make-xemacs-menu): Add docstrings.
8465 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8466 Set variables directly throughout.
8467
8468 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8469
8470 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8471 exists. Initialize cc-define-alist.
8472 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8473 If there is no file (Macroexpansion) don't create an alist.
8474
8475 2005-04-29 Sam Steingold <sds@gnu.org>
8476
8477 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8478 (cc-create-define-alist): Use it instead of the hard-coded string.
8479
8480 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8483 for latexenc.
8484
8485 2005-04-29 Lute Kamstra <lute@gnu.org>
8486
8487 * emacs-lisp/generic.el: Improve commentary section.
8488 (define-generic-mode): Improve docstring.
8489
8490 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8491
8492 * textmodes/org.el (many places): Change to quiet the byte compiler.
8493 (org-prefix-format-compiled): New variable.
8494 (org-compile-prefix-format): New function.
8495 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8496 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8497 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8498 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8499 consistency with entries from `org-mode' files.
8500 (org-get-time-of-day): Fix bug with partial matches early in a line.
8501 (org-non-link-chars): New constant.
8502 (org-link-regexp): Respect `org-non-link-chars'.
8503 (org-agenda-day-view): Remove command.
8504 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8505 (org-follow-bbdb-link, org-store-link): Search also company field.
8506 (org-highlight-overlay): New variable.
8507 (org-highlight, org-unhighlight): New functions.
8508 (org-agenda-mode): Add pre-command-hook to remove highlight.
8509 (org-evaluate-time-range): Behavior depends upon whether time stamp
8510 contains a time or not.
8511 (org-show-subtree, org-show-entry): New functions.
8512 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8513
8514 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * comint.el (comint-output-filter-functions): Add autoload cookie.
8517
8518 2005-04-28 Kim F. Storm <storm@cua.dk>
8519
8520 * ido.el (ido-everywhere): Fix last change.
8521
8522 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8523
8524 * international/latexenc.el: New file.
8525 * international/mule-conf.el (file-coding-system-alist): For .tex,
8526 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8527
8528 2005-04-28 Lute Kamstra <lute@gnu.org>
8529
8530 * font-lock.el (font-lock-add-keywords)
8531 (font-lock-remove-keywords): Clarify docstring.
8532 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8533 Don't start docstrings with a `*'.
8534 (font-lock-update-removed-keyword-alist): Give it a docstring.
8535
8536 * generic-x.el: Update commentary section.
8537 Only require font-lock when compiling.
8538 Define all modes conditionally.
8539 Place all generic modes in the generic-x-modes customization group.
8540 (generic-x-modes): New customization group.
8541 (generic-default-modes, generic-mswindows-modes)
8542 (generic-unix-modes, generic-other-modes): New constants.
8543 (generic-define-mswindows-modes, generic-define-unix-modes):
8544 Update docstrings. Make them obsolete.
8545 (generic-extras-enable-list): New default value. Update docstring.
8546 Improve :type. Change :set function.
8547 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8548 Fix docstring.
8549
8550 * emacs-lisp/generic.el (generic-mode-internal):
8551 Simplify font-lock-defaults.
8552 (define-generic-mode): Fix docstring.
8553
8554 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8557 font-lock-face property to highlight matches.
8558
8559 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8560
8561 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8562 (cc-define-alist): New variable.
8563 (c-mode): Make it local and initialize it.
8564
8565 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8566 (gdb-exited): New function.
8567 (gdb-annotation-rules): Use it.
8568 (gdb-starting): Set gdb-active-process to t.
8569 (gdb-stopping): Amend doc string.
8570 (gdb-reset): Set gdb-active-process to nil.
8571
8572 * tooltip.el (tooltip-gud-tips): Show the associated #define
8573 directives when a C program under GDB is not executing.
8574
8575 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8578 font-lock-fontify-syntactic-keywords.
8579
8580 * font-lock.el (font-lock-default-fontify-region): Don't force
8581 parse-sexp-lookup-properties to nil.
8582
8583 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8584
8585 * man.el (man-mode-syntax-table): Set up `:' to have
8586 word-constituent syntax.
8587
8588 2005-04-27 Lute Kamstra <lute@gnu.org>
8589
8590 * novice.el (disable-command): Don't add spurious newlines to the
8591 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8592
8593 2005-04-26 Jay Belanger <belanger@truman.edu>
8594
8595 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8596 than one window before deleting window.
8597
8598 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8599
8600 * shell.el (shell-prompt-pattern): Doc fix.
8601 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8602
8603 * comint.el (comint-prompt-regexp, comint-get-old-input)
8604 (comint-use-prompt-regexp)
8605 (comint-use-prompt-regexp-instead-of-fields)
8606 (comint-replace-by-expanded-history, comint-send-input)
8607 (comint-output-filter, comint-get-old-input-default)
8608 (comint-line-beginning-position, comint-bol, comint-show-output)
8609 (comint-backward-matching-input, comint-forward-matching-input)
8610 (comint-next-prompt, comint-previous-prompt):
8611 Rename `comint-use-prompt-regexp-instead-of-fields' to
8612 `comint-use-prompt-regexp'. Keep old name as alias and declare
8613 obsolete.
8614 (comint-use-prompt-regexp): Shorten first line of doc string.
8615
8616 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8617 Set paragraph-separate buffer locally to "\\'".
8618
8619 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8620 Adapt to above name change.
8621
8622 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8623 (smbclient-prompt-regexp): Ditto.
8624
8625 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8626
8627 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8628
8629 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8630 gdb-location-list.
8631 Break lines that are over 80 characters wide.
8632
8633 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8636 New fun and var, to preserve compatibility.
8637
8638 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8639
8640 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8641
8642 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8643 name to file-newer-than-file-p.
8644
8645 2005-04-26 Richard M. Stallman <rms@gnu.org>
8646
8647 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8648
8649 * progmodes/python.el (python-mode):
8650 Use new name eldoc-documentation-function.
8651
8652 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8653
8654 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8655 (eldoc-documentation-function):
8656 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8657
8658 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8659
8660 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8661
8662 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8663
8664 * term/xterm.el (function-key-map): Fix strings for
8665 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8666 {C,S,A,C-S}-{f1-f12}.
8667
8668 2005-04-26 Kenichi Handa <handa@m17n.org>
8669
8670 * international/mule-cmds.el (select-safe-coding-system):
8671 Fix previous change.
8672
8673 2005-04-26 Lute Kamstra <lute@gnu.org>
8674
8675 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8676
8677 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8678 (font-lock-comment-delimiter-face): Ditto.
8679
8680 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8681
8682 2005-04-25 Jay Belanger <belanger@truman.edu>
8683
8684 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8685 to t while inserting information; use help-mode.
8686
8687 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8688
8689 * term.el (ansi-term-color-vector): Use the xterm colors.
8690 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8691
8692 2005-04-25 Lute Kamstra <lute@gnu.org>
8693
8694 * font-core.el (font-lock-defaults): Fix docstring.
8695
8696 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8697
8698 2005-04-25 Kenichi Handa <handa@m17n.org>
8699
8700 * international/mule-cmds.el (select-safe-coding-system):
8701 Don't check consistency with coding: spec, etc if raw-text or
8702 no-conversion was found to be safe.
8703
8704 2005-04-24 Richard M. Stallman <rms@gnu.org>
8705
8706 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8707 citation markers at start of each line.
8708
8709 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8710 citation markers at start of each line.
8711
8712 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8713
8714 * files.el (mode-require-final-newline): Fix previous change.
8715 (require-final-newline): Fix type label.
8716
8717 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8718
8719 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8720 statement in buffer (broken by 2004-11-24 change).
8721
8722 2005-04-24 Kim F. Storm <storm@cua.dk>
8723
8724 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8725 and read-file-name-function values. Don't overwrite existing
8726 non-nil values if ido-mode is enabled without ido-everywhere.
8727
8728 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8729
8730 * files.el (mode-require-final-newline): Minor doc fix.
8731
8732 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8733
8734 * subr.el (syntax-after): Doc fix.
8735 (syntax-class): If argument is nil, return nil. Mask off upper 16
8736 bits, not 8 bits.
8737
8738 * files.el (mode-require-final-newline): Doc fix.
8739 (backup-buffer-copy): Fix last change.
8740
8741 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8742
8743 * term/mac-win.el: Require select. Set selection-coding-system to
8744 mac-system-coding-system. Call menu-bar-enable-clipboard.
8745 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8746 (x-select-enable-clipboard): New variables.
8747 (x-select-text, x-get-selection, x-selection-value)
8748 (x-get-selection-value, mac-select-convert-to-string)
8749 (mac-services-open-file, mac-services-open-selection)
8750 (mac-services-insert-text): New functions.
8751 (CLIPBOARD, FIND): Put mac-scrap-name property.
8752 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8753 (public.tiff): Put mac-ostype property.
8754 (selection-converter-alist): Add entries for them.
8755 (mac-application-menu-map): New keymap.
8756 (interprogram-cut-function, interprogram-paste-function): Set to
8757 x-select-text and x-get-selection-value, respectively.
8758 (split-window-keep-point): Set to t.
8759
8760 2005-04-23 Richard M. Stallman <rms@gnu.org>
8761
8762 * files.el (read-directory-name): Always pass non-nil
8763 DEFAULT-FILENAME arg to read-file-name.
8764 (backup-buffer-copy, basic-save-buffer-2): Take care against
8765 writing thru an unexpected existing symlink.
8766 (revert-buffer): In indirect buffer, revert the base buffer.
8767 (magic-mode-alist): Doc fix.
8768 (buffer-stale-function): Doc fix.
8769 (minibuffer-with-setup-hook): Avoid warning.
8770 (mode-require-final-newline): Doc and custom fix.
8771
8772 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8773
8774 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8775 use the default appearance.
8776 (font-lock-comment-delimiter-face): New face, new variable.
8777
8778 * imenu.el (imenu--generic-function): The official position of a
8779 definition is the start of the line that BEG is in.
8780
8781 * midnight.el (midnight-timer): Move defvar up.
8782
8783 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8784
8785 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8786
8787 * startup.el (command-line): Use with-no-warnings.
8788
8789 * window.el (window-size-fixed): New defvar.
8790
8791 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8792
8793 * mail/rmail.el (rmail-font-lock-keywords):
8794 Use font-lock-comment-delimiter-face.
8795
8796 * mail/sendmail.el (mail-font-lock-keywords):
8797 Use font-lock-comment-delimiter-face.
8798
8799 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8800
8801 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8802
8803 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8804 Specify t for LAXMATCH when matching directories.
8805 Save match data around compilation-compat-error-properties form.
8806
8807 2005-04-23 David Kastrup <dak@gnu.org>
8808
8809 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8810 Mention that the autoloaded aliases should be kept for AUCTeX.
8811
8812 2005-04-23 Andreas Schwab <schwab@suse.de>
8813
8814 * isearch.el (isearch-forward): Doc fix.
8815
8816 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8817
8818 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8819 (jit-lock-stealth-nice): Change default value to 0.5.
8820
8821 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8822
8823 * abbrev.el (write-abbrev-file): Write table entries in
8824 alphabetical order by table name.
8825
8826 2005-04-22 Kim F. Storm <storm@cua.dk>
8827
8828 * ido.el (ido-read-internal): Fix `list' completion.
8829
8830 2005-04-22 Kenichi Handa <handa@m17n.org>
8831
8832 * recentf.el (recentf-save-file-coding-system): New variable.
8833 (recentf-save-list): Encode the file by
8834 recentf-save-file-coding-system and add coding: tag.
8835
8836 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8837
8838 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8839
8840 2005-04-21 Lute Kamstra <lute@gnu.org>
8841
8842 * loadhist.el (unload-feature): Don't remove a function from hooks
8843 if it is about to be restored to an autoload . Remove functions
8844 that will become unbound from auto-mode-alist. Simplify the code.
8845
8846 * subr.el (assq-delete-all): New implementation that is linear,
8847 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8848 (rassq-delete-all): New function.
8849
8850 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8851 Add size-indication-mode.
8852
8853 2005-04-21 Kenichi Handa <handa@m17n.org>
8854
8855 * international/mule-cmds.el: Add autoload for widget-value in
8856 eval-when-compile.
8857
8858 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8859
8860 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8861 Add tooltip-mode.
8862
8863 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8864
8865 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8866
8867 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8868 (inferior-lisp-filter-regexp, inferior-lisp-program)
8869 (inferior-lisp-load-command, inferior-lisp-prompt)
8870 (inferior-lisp-mode-hook, lisp-source-modes)
8871 (inferior-lisp-load-hook): defvar->defcustom.
8872 (inferior-lisp-program, inferior-lisp-prompt)
8873 (inferior-lisp-load-hook): Doc fixes.
8874 (inferior-lisp-install-letter-bindings): Small change in
8875 introductory comment.
8876
8877 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8878
8879 * vc.el (vc-annotate-color-map): Change some colors so that text
8880 using them as foreground is readable on both white and black
8881 backgrounds.
8882
8883 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * international/mule-conf.el (translation-table-for-input):
8886 Remove redundant declaration.
8887
8888 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8889
8890 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8891
8892 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8893 (tooltip-toggle-gud-tips): New function.
8894
8895 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8896
8897 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8898 right angle brackets.
8899
8900 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8901
8902 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8903
8904 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8905
8906 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8907 Remove. Update callers to use expand-file-name instead.
8908
8909 * subr.el (syntax-class): New function.
8910
8911 * simple.el (blink-matching-open): Use it.
8912
8913 * paren.el (show-paren-function): Use it to recognize parens that are
8914 also used in 2-char comment markers.
8915
8916 2005-04-19 Lute Kamstra <lute@gnu.org>
8917
8918 * loadhist.el (unload-feature): Update for new format of
8919 load-history. Simplify the code.
8920
8921 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8922
8923 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8924 (mac-add-charset-info): New function. Initialize variable
8925 mac-charset-info-alist using it.
8926 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8927 for translation.
8928 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8929 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8930 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8931 New CCL programs.
8932
8933 2005-04-19 Kim F. Storm <storm@cua.dk>
8934
8935 * simple.el (next-buffer, prev-buffer, next-error)
8936 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8937 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8938
8939 * bindings.el (next-buffer, prev-buffer, next-error)
8940 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8941 (clone-indirect-buffer-other-window): Move bindings from simple.el.
8942 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8943 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8944
8945 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8946
8947 * isearch.el (isearch-edit-string): Make the search-ring available for
8948 minibuffer history commands.
8949 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8950 the default history commands now work just as well.
8951 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8952
8953 2005-04-18 Kim F. Storm <storm@cua.dk>
8954
8955 * emulation/cua-base.el (cua--pre-command-handler): Add more
8956 elaborate check for shift modifier on non-window systems.
8957
8958 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8959
8960 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8961
8962 2005-04-18 Kim F. Storm <storm@cua.dk>
8963
8964 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8965 and make it optional. Don't test tooltip-gud-echo-area here.
8966 (tooltip-gud-process-output, gdb-tooltip-print):
8967 Pass tooltip-gud-echo-area to tooltip-show.
8968 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8969
8970 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8971
8972 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8973 `display-graphic-p' may not be bound yet.
8974
8975 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8976
8977 * startup.el (command-line): No longer enable Xterm Mouse mode by
8978 default in terminals compatible with xterm.
8979
8980 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8981
8982 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8983
8984 * tooltip.el (tooltip-gud-echo-area): Rename from
8985 tooltip-use-echo-area.
8986 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8987 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8988 area independently of where help tooltips are displayed.
8989
8990 2005-04-17 David Kastrup <dak@gnu.org>
8991
8992 * cus-theme.el (custom-theme-write-variables): Quote variables
8993 where necessary.
8994
8995 2005-04-17 Richard M. Stallman <rms@gnu.org>
8996
8997 * simple.el (yank-excluded-properties): Add follow-link to value.
8998
8999 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9000
9001 * startup.el (fancy-splash-max-time): Just 30 seconds.
9002 (fancy-splash-delay): Just 7.
9003 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9004
9005 * loadhist.el (unload-feature): Update for new format of load-history.
9006 Simplify the code.
9007
9008 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9009 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9010
9011 * mail/sendmail.el (mail-font-lock-keywords):
9012 Don't fontify subject text.
9013 Don't fontify the text of a citation.
9014
9015 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9016
9017 * comint.el (comint-output-filter): Run comint-output-filter-functions
9018 with point where the user had it.
9019
9020 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9021
9022 * international/ucs-tables.el (ucs-set-table-for-input):
9023 Disable when using unify-on-decoding.
9024
9025 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9026
9027 * emulation/cua-base.el (cua-global-mark-face): Add special case
9028 for displays supporting a high number of colors.
9029
9030 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9031
9032 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9033
9034 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9035
9036 * filesets.el (filesets-add-buffer): If user supplies a name of a
9037 non-existing fileset, create a new fileset.
9038
9039 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9040
9041 * textmodes/org.el (org-up-heading-all): Fix bug with
9042 `outline-up-heading-all'.
9043
9044 2005-04-16 Andreas Schwab <schwab@suse.de>
9045
9046 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9047 /etc/permissions.d/* and /etc/aliases.d/*.
9048
9049 2005-04-16 Kenichi Handa <handa@m17n.org>
9050
9051 * international/code-pages.el (cp-make-coding-system):
9052 Set `translation-table-for-input' property value to the symbol
9053 ucs-mule-to-mule-unicode, not to that value.
9054 (pt154): Escape guillemet by `\'.
9055
9056 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9057
9058 * loadup.el: Load tooltip if x-show-tip is fboundp.
9059
9060 * startup.el (command-line): Add comment.
9061
9062 * tooltip.el (tooltip-mode): Specify correct standard value for
9063 Custom in init-value.
9064
9065 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9066
9067 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9068 possible.
9069
9070 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9071
9072 * textmodes/org.el (org-agenda-date-prompt): Rename from
9073 `org-agenda-date-today'.
9074 (org-evaluate-time-range): Insert at point instead of directly
9075 after time range.
9076 (org-first-headline-recenter, org-subtree-end-visible-p)
9077 (org-optimize-window-after-visibility-change): New functions
9078 (org-agenda-post-command-hook): Don't allow point at end of line,
9079 to make sure it always hits the text properties.
9080 (org-agenda-next-date-line, org-agenda-previous-date-line):
9081 New commands.
9082 (org-set-regexps-and-options): Category may contain white space.
9083 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9084 Improve marker positions.
9085 (org-agenda-new-marker): Argument POS made optional.
9086 (org-agenda-get-timestamps): Deadlines which are done are listed
9087 in org-done-face now.
9088 (org-agenda-get-todos, org-agenda-get-timestamps)
9089 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9090 Set `undone-face' and `done-face' properties.
9091 (org-last-todo-state-is-todo): New variable.
9092 (org-todo): Set `org-last-todo-state-is-todo'.
9093 (org-agenda-todo): Change face according to
9094 `org-last-todo-state-is-todo'. And change other lines referring to
9095 the same entry.
9096 (org-calendar-goto-agenda): New command.
9097 (org-calendar-to-agenda-key): New option.
9098 (org-startup-folded): New allowed value `content'.
9099 (org-set-regexps-and-options): Accept new value `content' for
9100 `org-startup-folded'.
9101 (org-get-current-options): Handle new value `content' for
9102 `org-startup-folded'.
9103 (org-insert-todo-heading): New command.
9104 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9105 interactively in empty file and option
9106 `org-insert-mode-line-in-empty-file' has been set.
9107 (org-agenda-todo,org-agenda-priority): Modify to use
9108 `org-agenda-change-all-lines'.
9109 (org-warning-face): Change color on dark background
9110
9111 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9112
9113 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9114 use preferences AppleLocale and AppleLanguages, and variable
9115 mac-system-locale for default locale. On Mac OS Classic, use
9116 mac-system-coding-system for default coding systems.
9117
9118 * term/mac-win.el: Don't set file-name-coding-system.
9119 Decode variables system-name, emacs-build-system, user-login-name, and
9120 user-full-name by mac-system-coding-system on Mac OS Classic.
9121 (mac-system-coding-system): New variable.
9122
9123 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9124
9125 * startup.el (command-line): Handle `xterm-mouse-mode' before
9126 reading init file.
9127
9128 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9129
9130 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9131
9132 * progmodes/sh-script.el (sh-here-document-word): Make it a
9133 defcustom. Doc fix.
9134 (sh-add): Bash uses $(( )) for arithmetic.
9135 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9136 (sh-maybe-here-document): Remove quotes and leading whitespace
9137 from heredoc word when closing. Indent heredoc with tabs if word
9138 starts with "-".
9139
9140 2005-04-13 Richard M. Stallman <rms@gnu.org>
9141
9142 * simple.el (undo): Fix previous change.
9143
9144 * custom.el (defface): Doc fix.
9145
9146 2005-04-13 Lute Kamstra <lute@gnu.org>
9147
9148 * Makefile.in (DONTCOMPILE): Remove list.
9149 (compile, compile-always): Don't use DONTCOMPILE.
9150 (update-authors): Load the library in which batch-update-authors
9151 is defined.
9152 * makefile.w32-in (DONTCOMPILE): Remove list.
9153 (compile, compile-always): Fix comments.
9154 (update-authors): Load the library in which batch-update-authors
9155 is defined.
9156
9157 * generic-x.el (generic-mode-ini-file-find-file-hook):
9158 Rename to ini-generic-mode-find-file-hook.
9159 Keep generic-mode-ini-file-find-file-hook as an alias.
9160 (ini-generic-mode-find-file-hook): Rename from
9161 generic-mode-ini-file-find-file-hook. Fix docstring.
9162 (ini-generic-mode): Docstring change.
9163 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9164
9165 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9166 called from lisp.
9167
9168 * generic.el: Move to the emacs-lisp subdir.
9169
9170 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9171
9172 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9173 and C-S- function and cursor motion keys.
9174
9175 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9176
9177 * startup.el (command-line): Enable Xterm Mouse mode by default.
9178 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9179 for Custom. No longer show "Mouse" in mode line when enabled.
9180 Doc fix.
9181
9182 2005-04-12 Kim F. Storm <storm@cua.dk>
9183
9184 * emulation/cua-base.el (cua-rectangle-face)
9185 (cua-rectangle-noselect-face): Define face attributes here.
9186
9187 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9188
9189 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9190
9191 * startup.el (command-line): Turn off blinking cursor if
9192 cursorBlink in resources is off or false.
9193
9194 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9195
9196 * term/mac-win.el (dnd): Require dnd.
9197 (mac-drag-n-drop): Call dnd-handle-one-url.
9198 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9199 (kTextEncodingISOLatin2): Remove constants.
9200 (mac-script-code-coding-systems): New constant.
9201 (mac-handle-language-change): New function.
9202 (special-event-map): Bind it to `language-change' event.
9203 (mac-centraleurroman, mac-cyrillic): New coding systems.
9204 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9205 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9206 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9207 encode-mac-cyrillic, respectively.
9208
9209 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9210
9211 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9212 Don't set overlay-arrow-string to "=>" as this is done
9213 globally in C now.
9214
9215 2005-04-12 Lute Kamstra <lute@gnu.org>
9216
9217 * generic-x.el (rc-generic-mode, rul-generic-mode):
9218 Fix auto-mode-alist entries.
9219 (etc-fstab-generic-mode): Tweak fontification.
9220
9221 * generic.el (generic-make-keywords-list): Fix docstring.
9222 (generic-mode-internal): Simplify generic-font-lock-keywords.
9223
9224 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9225
9226 * whitespace.el (whitespace-buffer-leading)
9227 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9228 However, fix the highlight area for the leading and
9229 trailing whitespaces to show space.
9230
9231 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9232
9233 * whitespace.el (whitespace-version): Bump to 3.5
9234
9235 (whitespace-buffer-leading, whitespace-buffer-trailing):
9236 Invert sense of the test to highlight the whitespace.
9237
9238 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9239
9240 * progmodes/gud.el (gud-display-line): GUD uses its own
9241 overlay arrow now so don't set overlay-arrow-string.
9242 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9243
9244 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9245
9246 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9247 (term-ansi-current-reverse, term-ansi-current-invisible)
9248 (term-ansi-face-already-done): Change to boolean.
9249 (term-reset-terminal, term-handle-colors-array): Handle the above
9250 vars accordingly.
9251 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9252 (term-emulate-terminal): Use the new name.
9253
9254 * faces.el (secondary-selection): Use yellow1, not yellow.
9255 (trailing-whitespace): Use red1, not red.
9256
9257 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9258
9259 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9260 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9261 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9262
9263 * cus-edit.el (dnd): New group.
9264
9265 * term/w32-win.el (dnd): Require dnd
9266 (w32-drag-n-drop): Call dnd-handle-one-url.
9267
9268 * x-dnd.el: Require dnd.
9269 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9270 Call dnd-handle-one-url.
9271 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9272 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9273 to dnd-insert-text.
9274 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9275 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9276 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9277 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9278
9279 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9280
9281 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9282
9283 * wdired.el: Doc fixes.
9284 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9285 (wdired-use-dired-vertical-movement): Rename from
9286 wdired-always-move-to-filename-beginning.
9287 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9288 (wdired-change-to-wdired-mode): Change mode name.
9289 (wdired-newline): Delete.
9290
9291 2005-04-11 Richard M. Stallman <rms@gnu.org>
9292
9293 * whitespace.el (whitespace-highlight-the-space):
9294 Don't call whitespace-unhighlight-the-space here.
9295
9296 * simple.el (undo): Record t in undo-equiv-table
9297 for the redo record made by an undo-in-region.
9298
9299 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9300
9301 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9302 (gdb-frame-inferior-io-buffer): New Functions to control
9303 display of separate IO buffer.
9304 (menu): Add them to menu-bar.
9305 (gdb-display-buffer): Check for buffer another frame.
9306 Protect GUD buffer.
9307 (gdb-setup-windows): Create IO buffer if not already there.
9308 (gdb-memory-mode): Remove purecopy noops.
9309
9310 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9311
9312 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9313 and pass to self-insert-command.
9314
9315 2005-04-11 Lute Kamstra <lute@gnu.org>
9316
9317 * generic.el: Commentary section cleanup.
9318 (generic): Delete.
9319 (generic-use-find-file-hook, generic-lines-to-scan)
9320 (generic-find-file-regexp, generic-ignore-files-regexp)
9321 (default-generic-mode, generic-mode-find-file-hook)
9322 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9323 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9324 (generic-use-find-file-hook, generic-lines-to-scan)
9325 (generic-find-file-regexp, generic-ignore-files-regexp)
9326 (default-generic-mode, generic-mode-find-file-hook)
9327 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9328
9329 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9330
9331 * bookmark.el (bookmark-write-file): Catch errors writing file.
9332 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9333
9334 2005-04-10 Richard M. Stallman <rms@gnu.org>
9335
9336 * startup.el (fancy-splash-tail): Update copyright year.
9337 (command-line): Split part of -Q into -D.
9338 (emacs-basic-display): New defvar.
9339 (fancy-splash-text): Correct name of menu item.
9340
9341 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9342
9343 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9344 lines in one node.
9345
9346 * comint.el (comint-send-input): New arg ARTIFICIAL.
9347 Callers in this file changed.
9348
9349 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9350
9351 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9352
9353 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9354
9355 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9356 `ldap-search-internal'.
9357
9358 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9359
9360 * files.el (set-auto-mode-1): Use line-end-position.
9361
9362 * international/latin-1.el:
9363 * international/latin-2.el:
9364 * international/latin-3.el:
9365 * international/latin-4.el:
9366 * international/latin-5.el:
9367 * international/latin-8.el:
9368 * international/latin-9.el: Give punctuation syntax to NBSP.
9369
9370 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9371 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9372 Use char-classes to accept non-ascii letters, accepted in some recent
9373 bibtex implementations.
9374
9375 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9376
9377 * custom.el (custom-set-minor-mode): Any non-nil value for the
9378 variable should enable the mode when set through Custom.
9379
9380 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9381
9382 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9383 TAB binding so tab-always-indent is obeyed.
9384 (vhdl-minibuffer-local-map): Move initialization into declaration.
9385 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9386 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9387 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9388 (vhdl-current-line): Use line-beginning-position.
9389 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9390 with-output-to-temp-buffer, so the current position can be recorded.
9391
9392 2005-04-10 Masatake YAMATO <jet@gyve.org>
9393
9394 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9395 Add regexp for gcov.
9396
9397 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9398
9399 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9400 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9401 syntax which Emacs 20 doesn't support.
9402
9403 2005-04-09 Richard M. Stallman <rms@gnu.org>
9404
9405 * help.el (describe-key-briefly, describe-key):
9406 Replace strings as event types with "(any string)".
9407
9408 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * arc-mode.el (archive-mode-map): Move initialization into
9411 the declaration. Override *all* bindings of `undo'.
9412 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9413
9414 2005-04-09 Jay Belanger <belanger@truman.edu>
9415
9416 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9417
9418 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9419
9420 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9421 (xterm-register-default-colors): Update color values computation
9422 to match xterm-200.
9423
9424 2005-04-09 Kenichi Handa <handa@m17n.org>
9425
9426 * international/code-pages.el (iso-latin-7): Fix the map.
9427
9428 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9429
9430 * emacs-lisp/lisp.el (defun-prompt-regexp)
9431 (parens-require-spaces, buffer-end, end-of-defun)
9432 (insert-parentheses): Doc fixes.
9433
9434 2005-04-08 Kim F. Storm <storm@cua.dk>
9435
9436 * comint.el (comint-highlight-prompt): Fix face spec.
9437 * hi-lock.el (hi-green): Likewise.
9438
9439 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9440
9441 * cus-edit.el (custom-modified-face):
9442 * comint.el (comint-highlight-input): Fix previous changes.
9443 * term.el (term-handle-ansi-escape): Add a comment.
9444
9445 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9448 in the buffer and in whitespace-highlighted-space.
9449 (whitespace-unhighlight-the-space): Simplify.
9450 (whitespace-buffer): Simplify.
9451
9452 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9453
9454 * textmodes/table.el (table-cell-face): Add special case for
9455 displays supporting a high number of colors.
9456 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9457 (vhdl-font-lock-reserved-words-face)
9458 (vhdl-speedbar-architecture-face)
9459 (vhdl-speedbar-instantiation-face)
9460 (vhdl-speedbar-architecture-selected-face)
9461 (vhdl-speedbar-instantiation-selected-face): Likewise.
9462 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9463 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9464 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9465 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9466 (ebrowse-progress-face): Likewise.
9467 * progmodes/compile.el (compilation-info-face): Likewise.
9468 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9469 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9470 * calendar/calendar.el (diary-face): Likewise.
9471 * woman.el (woman-italic-face, woman-bold-face)
9472 (woman-unknown-face): Likewise.
9473 * wid-edit.el (widget-button-pressed-face): Likewise.
9474 * whitespace.el (whitespace-highlight-face): Likewise.
9475 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9476 * pcvs-info.el (cvs-marked-face): Likewise.
9477 * info.el (info-xref): Likewise.
9478 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9479 * hilit-chg.el (highlight-changes-face)
9480 (highlight-changes-delete-face): Likewise.
9481 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9482 (hi-red-b): Likewise.
9483 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9484 * font-lock.el (font-lock-keyword-face)
9485 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9486 * cus-edit.el (custom-invalid-face, custom-modified-face)
9487 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9488 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9489 * comint.el (comint-highlight-prompt): Likewise.
9490
9491 2005-04-08 Lute Kamstra <lute@gnu.org>
9492
9493 * font-lock.el (font-lock-keywords): Docstring fixes.
9494
9495 2005-04-08 Kenichi Handa <handa@m17n.org>
9496
9497 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9498 chars are more than a limit, print " and more..." at the tail.
9499
9500 2005-04-08 Kim F. Storm <storm@cua.dk>
9501
9502 * emacs-lisp/authors.el (authors-aliases): Update list.
9503 (authors-ignored-files): New list.
9504 (authors-fixed-entries): Fix typo.
9505 (authors-renamed-files-alist): Update list.
9506 (authors-add): Check authors-ignored-files.
9507
9508 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9509
9510 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9511 optional, to ensure backward compatibility.
9512
9513 2005-04-08 Stephen Eglen <stephen@gnu.org>
9514
9515 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9516
9517 2005-04-08 Kim F. Storm <storm@cua.dk>
9518
9519 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9520
9521 * mouse.el (mouse-on-link-p): Doc fix.
9522
9523 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9524
9525 * ielm.el (ielm-prompt-read-only): Doc fix.
9526
9527 * comint.el (comint-prompt-read-only): Doc fix.
9528
9529 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9530
9531 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9532 ensure dired always handles wildcards passed to ffap.
9533 (find-file-at-point): Use it.
9534 (ffap-dired-wildcards): Doc fix.
9535
9536 2005-04-07 Juri Linkov <juri@jurta.org>
9537
9538 * simple.el (next-error-overlay-arrow-position): New defvar.
9539 Put "=>" on its property `overlay-arrow-string'. Add it to
9540 `overlay-arrow-variable-list'.
9541
9542 * progmodes/compile.el (compilation-setup):
9543 Set `next-error-overlay-arrow-position' to nil. Also set it to
9544 nil in the local hook `kill-buffer-hook'. Make local variable
9545 `overlay-arrow-string' and set it to "=>".
9546 (compilation-goto-locus): Set BOL position to
9547 `next-error-overlay-arrow-position' instead of
9548 `overlay-arrow-position'.
9549
9550 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9551 locally instead of adding it to the global hook.
9552 (Info-kill-buffer): Move up.
9553
9554 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9555
9556 * term/xterm.el (xterm-standard-colors): Update color values from
9557 xterm-200.
9558
9559 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9560
9561 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9562
9563 * fast-lock.el:
9564 * lazy-lock.el: Move them to the obsolete subdir.
9565
9566 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9567
9568 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9569 (wdired-add-replace-advice): Remove.
9570 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9571
9572 2005-04-06 Kim F. Storm <storm@cua.dk>
9573
9574 * startup.el (command-line): Add --bare-bones alias for -Q.
9575
9576 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9577
9578 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9579 create the startup fontset if a font specification ends with
9580 `mac-roman'.
9581
9582 2005-04-06 Lute Kamstra <lute@gnu.org>
9583
9584 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9585 change.
9586
9587 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9588 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9589
9590 2005-04-05 Lute Kamstra <lute@gnu.org>
9591
9592 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9593 (define-generic-mode): Ditto. Fix debug declaration.
9594
9595 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9596 Put them in the generic-x group.
9597
9598 * calendar/timeclock.el (timeclock): Doc fix.
9599
9600 * generic.el (define-generic-mode): Don't use custom-current-group.
9601 Document default :group value.
9602 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9603 (define-global-minor-mode): Don't use custom-current-group.
9604
9605 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9606
9607 * startup.el (command-line-1): Display startup-echo-area-message
9608 when fancy splash screen is in use.
9609
9610 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9611 (sh-escaped-newline): New face.
9612 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9613 newline, and use sh-escaped-newline face.
9614
9615 * progmodes/tcl.el (tcl-escaped-newline): New face.
9616 (tcl-builtin-list): New variable.
9617 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9618 newlines. Fix keywords subexpression number.
9619
9620 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9621
9622 * textmodes/org.el (org-diary-default-entry): Fix call to
9623 `add-to-diary-entry'.
9624
9625 2005-04-05 Kim F. Storm <storm@cua.dk>
9626
9627 * ediff-init.el: Use (featurep 'xemacs).
9628
9629 2005-04-05 David Ponce <david@dponce.com>
9630
9631 * cus-edit.el (face): Derive from symbol widget. Display sample
9632 of the current face on the fly.
9633 (widget-face-sample-face-get, widget-face-notify): New functions.
9634 (widget-face-value-create): Remove.
9635
9636 * wid-edit.el (widget-field-end): Temporarily remove field
9637 narrowing before to call `get-char-property'.
9638
9639 2005-04-04 Jay Belanger <belanger@truman.edu>
9640
9641 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9642 (math-read-subscripts): New variable.
9643 (math-read-preprocess-string): Process subscripts.
9644
9645 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9646
9647 * comint.el (comint-prompt-read-only): Doc fix.
9648
9649 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9650 `-1'. Doc fix.
9651
9652 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9653
9654 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9655 Change default value to nil.
9656
9657 2005-04-04 Lute Kamstra <lute@gnu.org>
9658
9659 * autorevert.el (auto-revert-mode): Specify :group.
9660 * battery.el (display-battery-mode): Specify :group.
9661 * diff-mode.el (diff-minor-mode): Specify :group.
9662 * font-core.el (font-lock-mode): Specify :group.
9663 * hl-line.el (hl-line-mode): Specify :group.
9664 * iimage.el (iimage): New customization group.
9665 (iimage-mode): Specify :group.
9666 * longlines.el (longlines-mode): Specify :group.
9667 * master.el: Don't require easy-mmode.
9668 (master): New customization group.
9669 (master-mode): Specify :group.
9670 * msb.el (msb-mode): Specify :group.
9671 * reveal.el (reveal-mode): Specify :group.
9672 * simple.el (next-error-follow-minor-mode): Specify :group.
9673 * smerge-mode.el (smerge-mode): Specify :group.
9674 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9675 * emulation/cua-base.el (cua-mode): Specify :group.
9676 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9677 * language/thai-util.el (thai-auto-composition-mode)
9678 (thai-word-mode): Specify :group.
9679 * mail/supercite.el (sc-minor-mode): Specify :group.
9680 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9681 * progmodes/flymake.el (flymake-mode): Specify :group.
9682 * progmodes/glasses.el (glasses-mode): Specify :group.
9683 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9684 * textmodes/enriched.el (enriched-mode): Specify :group.
9685 * textmodes/refill.el (refill-mode): Specify :group.
9686
9687 * add-log.el (change-log-font-lock-keywords): Names in
9688 parenthesized lists can contain spaces.
9689
9690 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9691
9692 * startup.el (fancy-splash-text): Shorten default text of
9693 "Emacs Tutorial" line. Also, if the current language env
9694 indicates an available tutorial file other than TUTORIAL,
9695 extract its title and append it to the line in parentheses.
9696 (fancy-splash-insert): If arg is a thunk, funcall it.
9697
9698 2005-04-04 Jay Belanger <belanger@truman.edu>
9699
9700 * calc.el (calc-language-alist): Add tags to customization type.
9701
9702 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9703
9704 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9705 Doc fix.
9706
9707 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9708
9709 * add-log.el (change-log-font-lock-keywords): The manual
9710 describing a Change Log entry, says: (...) "Aside from these
9711 header lines, every line in the change log starts with a space or
9712 a tab.". The font-lock was not highlighting lines started with
9713 spaces, added support for it.
9714
9715 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9716
9717 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9718 (bibtex-generate-url-list): Update docstring accordingly. Put the
9719 complex example in the docstring.
9720 (bibtex-font-lock-url): Use pop.
9721
9722 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9723
9724 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9725
9726 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9727
9728 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9729
9730 * filesets.el (filesets-set-default): Doc fix.
9731
9732 2005-04-03 Lute Kamstra <lute@gnu.org>
9733
9734 * generic.el (define-generic-mode): Add argument to specify
9735 keywords for defcustom.
9736 (default-generic-mode): Specify :group.
9737
9738 * generic-x.el: Specify :group for all generic modes.
9739
9740 * desktop.el (desktop-no-desktop-file-hook)
9741 (desktop-after-read-hook): Doc fix.
9742
9743 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9744
9745 * simple.el (visible-mode): Use explicit :group keyword.
9746 This changes the group of `visible-mode-hook' from paren-blinking
9747 to editing-basics.
9748
9749 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9750
9751 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9752 mailbox specifications as well as URLs.
9753 (rmail-insert-inbox-text): Remove unused conditional branches.
9754
9755 2005-04-01 Jay Belanger <belanger@truman.edu>
9756
9757 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9758 (calc-gnuplot-print-command): Move definitions to calc.el.
9759
9760 * calc/calc-embed.el (calc-embedded-announce-formula)
9761 (calc-embedded-open-formula, calc-embedded-close-formula)
9762 (calc-embedded-open-word, calc-embedded-close-word)
9763 (calc-embedded-open-plain, calc-embedded-close-plain)
9764 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9765 (calc-embedded-open-mode, calc-embedded-close-mode):
9766 Move definitions to calc.el.
9767
9768 * calc/calc.el (calc-settings-file, calc-language-alist):
9769 Make customizable.
9770 (calc-embedded-announce-formula, calc-embedded-open-formula)
9771 (calc-embedded-close-formula, calc-embedded-open-word)
9772 (calc-embedded-close-word, calc-embedded-open-plain)
9773 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9774 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9775 (calc-embedded-close-mode, calc-gnuplot-name)
9776 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9777 from other files and make customizable.
9778
9779 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9782 Use buffer-live-p.
9783 (cvs-mode-run): Don't call cvs-update-header here.
9784 (cvs-run-process): Call cvs-update-header.
9785 Use process properties for cvs-postprocess and cvs-buffer so that
9786 the sentinel can behave better if the temp buffer is killed.
9787 Use a pipe rather than a tty, to better handle unexpected prompts.
9788 (cvs-sentinel): Rewrite. Call cvs-update-header.
9789
9790 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9791
9792 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9793 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9794
9795 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9796
9797 * generic.el (define-generic-mode): Add indentation rule.
9798
9799 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9800
9801 * files.el (mode-require-final-newline): Make Custom correctly
9802 report a nil value and allow to set it to nil via Custom.
9803 Doc fix.
9804
9805 2005-04-01 Kenichi Handa <handa@m17n.org>
9806
9807 * international/characters.el: Enable the correct case setting for
9808 dotless-i and dotted-I.
9809
9810 2005-04-01 Kim F. Storm <storm@cua.dk>
9811
9812 * ido.el (ido-file-internal): Fall back to non-ido command if
9813 initial directory is on slow ftp (or tramp) host.
9814
9815 2005-03-31 Richard M. Stallman <rms@gnu.org>
9816
9817 * emacs-lisp/autoload.el (make-autoload):
9818 Handle define-global-minor-mode.
9819
9820 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9821 Rename from easy-mmode-define-global-mode.
9822 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9823
9824 * progmodes/scheme.el (scheme-mode-syntax-table):
9825 Update syntax of | and # for two-character comment syntax.
9826
9827 2005-03-31 Lute Kamstra <lute@gnu.org>
9828
9829 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9830 (define-minor-mode): Call custom-current-group at load-time.
9831
9832 * generic.el (define-generic-mode): Add debug declaration.
9833 Add defcustom for the mode hook.
9834 (generic-mode-internal): Use run-mode-hooks.
9835
9836 2005-03-31 Kim F. Storm <storm@cua.dk>
9837
9838 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9839 (mouse-fixup-help-message): New defun called by show_help_echo
9840 to fixup mouse-2 prefix in help messages when applicable.
9841
9842 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9843
9844 2005-03-31 Kenichi Handa <handa@m17n.org>
9845
9846 * language/thai-word.el (thai-find-word-ends): Pay attention to
9847 the case that we reach the end of buffer.
9848
9849 * textmodes/fill.el (fill-text-properties-at): New function.
9850 (fill-newline): Use fill-text-properties-at instead of
9851 text-properties-at.
9852
9853 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9854
9855 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9856 not comint-quote-filename.
9857
9858 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9859
9860 * help-fns.el (help-with-tutorial): Revert last change.
9861
9862 2005-03-31 Kim F. Storm <storm@cua.dk>
9863
9864 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9865
9866 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9867
9868 * calendar/cal-china.el: Update reference to "Calendrical
9869 Calculations" book; there's a new edition.
9870 * calendar/cal-coptic.el: Likewise.
9871 * calendar/cal-french.el: Likewise.
9872 * calendar/cal-hebrew.el: Likewise.
9873 * calendar/cal-islam.el: Likewise.
9874 * calendar/cal-iso.el: Likewise.
9875 * calendar/cal-julian.el: Likewise.
9876 * calendar/cal-mayan.el: Likewise.
9877 * calendar/cal-persia.el: Likewise.
9878 * calendar/calendar.el: Likewise.
9879 * calendar/holidays.el: Likewise.
9880 * calendar/lunar.el: Likewise.
9881 * calendar/solar.el: Likewise.
9882
9883 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9884 white space from doc string.
9885
9886 2005-03-30 Jay Belanger <belanger@truman.edu>
9887
9888 * calc/calc-help.el (calc-full-help): Remove email address.
9889
9890 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9891
9892 * help-fns.el (help-with-tutorial): Delete title line.
9893
9894 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9895
9896 * calendar/cal-x.el (calendar-one-frame-setup)
9897 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9898 rather than 'symbol for set-window-dedicated-p.
9899
9900 * calendar/appt.el (appt-buffer-name): Make it a constant.
9901 (appt-add): Doc fix.
9902
9903 * filesets.el (filesets-menu-path, filesets-menu-before)
9904 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9905 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9906 (filesets-add-submenu): Delete and use add-submenu instead.
9907
9908 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9909
9910 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9911 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9912 (org-diary-default-entry): New function.
9913 (org-get-entries-from-diary): Better parsing of diary entries.
9914 (org-agenda-check-no-diary): New function.
9915 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9916 linking to diary entries.
9917 (org-agenda-execute-calendar-command): New function.
9918 (org-agenda): Improve visible section in window.
9919 Use `org-fit-agenda-window'.
9920 (org-fit-agenda-window): New option.
9921 (org-move-subtree-down): Better handling of empty lines
9922 at end of subtree.
9923 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9924 levels up.
9925 (org-fontify-done-headline): New option.
9926 (org-headline-done-face): New face.
9927 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9928 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9929 When current field is non-empty, it is copied to next row.
9930 (org-table-copy-from-above): Fix bug which made it
9931 impossible to copy fields containing only a single non-white character.
9932
9933 2005-03-30 Kim F. Storm <storm@cua.dk>
9934
9935 * kmacro.el (kmacro-end-macro): Isearch may store this command
9936 into the macro -- so ignore it when executing keyboard macro.
9937
9938 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9939
9940 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9941
9942 2005-03-29 Kenichi Handa <handa@m17n.org>
9943
9944 * language/thai.el ("Thai"): Set setup-function and exit-function
9945 for Thai language environment.
9946
9947 * language/thai-util.el: Require thai-word.
9948 (thai-word-mode-map): New variable.
9949 (thai-word-mode): New minor mode.
9950 (setup-thai-language-environment-internal): New function.
9951 (exit-thai-language-environment-internal): New function.
9952
9953 * language/thai-word.el (thai-word-table): Declare it by defvar,
9954 use dolist to initialize it.
9955 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9956 (thai-fill-find-break-point): New functions.
9957
9958 2005-03-29 Richard M. Stallman <rms@gnu.org>
9959
9960 * simple.el (idle-update-delay): Move definition up.
9961 (set-mark): Doc fix.
9962
9963 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9964
9965 * longlines.el: New file.
9966
9967 * simple.el (buffer-substring-filters): New variable.
9968 (filter-buffer-substring): New function.
9969 (kill-region, copy-region-as-kill): Use it.
9970
9971 * register.el (copy-to-register, append-to-register)
9972 (prepend-to-register): Use filter-buffer-substring.
9973
9974 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9975
9976 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9977 (gud-filter-pending-text): Move in front of gdb.
9978 (gud-overlay-arrow-position): New variable.
9979 (gud-sentinel, gud-display-line): Use it in place of
9980 overlay-arrow-position.
9981
9982 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9983
9984 * progmodes/fortran.el (fortran-if-indent): Doc fix.
9985 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9986 (fortran-font-lock-keywords-4): New variable.
9987 (fortran-blocks-re, fortran-end-block-re)
9988 (fortran-start-block-re): New constants, for hideshow.
9989 (hs-special-modes-alist): Add a Fortran entry.
9990 (fortran-mode-map): Bind fortran-end-of-block,
9991 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9992 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
9993 (fortran-looking-at-if-then, fortran-end-of-block)
9994 (fortran-beginning-of-block): New functions, for hideshow.
9995
9996 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9997 Doc fix. Tweak regexp.
9998 (f90-beginning-of-block): Push mark first.
9999
10000 2005-03-29 Jay Belanger <belanger@truman.edu>
10001
10002 * calc/calc.el: Update copyright date.
10003 (calc-version): Increase to 2.1.
10004 (calc-version-date): Remove.
10005
10006 * calc/calc-help.el: Update copyright date.
10007 (calc-full-help): Remove reference to calc-version-date.
10008 Update copyright date.
10009
10010 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * vc.el (vc-do-command): Use a pipe for async processes, so password
10013 prompts don't show up at places where the user can't reply.
10014
10015 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10016
10017 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10018 on the file name we pass to the inferior shell.
10019
10020 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10021
10022 * progmodes/which-func.el (which-function): Be robust in the face of an
10023 imenu--make-index-alist failure.
10024
10025 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10026
10027 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10028
10029 * progmodes/python.el (python-preoutput-filter): Fix last change.
10030
10031 2005-03-29 Lute Kamstra <lute@gnu.org>
10032
10033 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10034 functions and compiled macros.
10035 (debug-convert-byte-code): Handle macros too.
10036 (debug-on-entry-1): Don't signal an error when trying to clear a
10037 function that is not set to debug on entry.
10038
10039 2005-03-29 Jay Belanger <belanger@truman.edu>
10040
10041 * calc/calc-lang.el: Add functions to math-function-table
10042 properties of tex and math.
10043
10044 2005-03-29 Kenichi Handa <handa@m17n.org>
10045
10046 * ps-mule.el (ps-mule-plot-string): Translate characters by
10047 ps-print-translation-table.
10048 (ps-mule-begin-job): Call find-charset-region/string with
10049 ps-print-translation-table.
10050 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10051
10052 * ps-print.el (ps-print-translation-table): New variable.
10053 (ps-plot-region): Translate characters by ps-print-translation-table.
10054
10055 2005-03-29 Juri Linkov <juri@jurta.org>
10056
10057 * simple.el (next-error-highlight-timer): New variable.
10058
10059 * progmodes/compile.el (compilation-goto-locus):
10060 Use `next-error-highlight-timer' instead of `sit-for'.
10061
10062 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * mail/supercite.el (sc-mail-field): Use assoc-string.
10065 (sc-get-address): Simplify regexps.
10066
10067 * files.el (minibuffer-with-setup-hook): New macro.
10068 (find-file-read-args): Use it to avoid let-binding
10069 minibuffer-with-setup-hook (which breaks turning on/off
10070 file-name-shadow-mode while in the prompt).
10071
10072 * complete.el (PC-read-include-file-name-internal): Use
10073 test-completion.
10074
10075 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10076
10077 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10078
10079 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * window.el (window-buffer-height): Use count-screen-lines.
10082
10083 * progmodes/python.el (python-preoutput-leftover): New var.
10084 (python-preoutput-filter): Use it.
10085 (python-send-receive): Loop until all the result has been received.
10086
10087 2005-03-28 Juri Linkov <juri@jurta.org>
10088
10089 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10090
10091 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10092 "Recover Crashed Session".
10093 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10094 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10095 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10096 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10097 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10098 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10099 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10100 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10101
10102 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10103 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10104 Ediff Sessions", "Toggle use of separate control buffer frame",
10105 "Use separate frame for Ediff control buffer".
10106
10107 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10108 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10109 "Rename Bookmark", "Delete Bookmark".
10110
10111 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10112 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10113 Add `:active Info-index-alternatives' to "Next Matching Item".
10114
10115 * wdired.el (wdired-change-to-wdired-mode):
10116 Mention `wdired-abort-changes' key in the initial message.
10117
10118 * international/mule.el (auto-coding-alist): Associate non-ascii
10119 image filename extensions with `no-conversion'.
10120
10121 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10122
10123 * international/iso-acc.el:
10124 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10125
10126 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10127
10128 * textmodes/sgml-mode.el (html-mode): Doc update.
10129
10130 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10131
10132 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10133
10134 * term.el (term-move-columns): Fix face after extending a line.
10135 (term-insert-spaces): Likewise.
10136 (term-reset-terminal): Fix off by one error.
10137
10138 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10139
10140 * international/mule.el (auto-coding-alist): Add .xpi files.
10141
10142 * files.el (auto-mode-alist): Add .xpi files.
10143
10144 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10145
10146 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10147
10148 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10149
10150 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10151
10152 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10153
10154 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10155 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10156
10157 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10158 cursor to Jan 1 when needed.
10159 (calendar-end-of-year): Fix -/+ typo.
10160 Reported by Chong Yidong <cyd@stupidchicken.com>.
10161
10162 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10165
10166 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10167 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10168
10169 2005-03-25 Richard M. Stallman <rms@gnu.org>
10170
10171 * filesets.el (filesets-init): Add autoload.
10172
10173 * mail/mailalias.el (mail-directory): Doc fix.
10174
10175 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10176
10177 * mail/mailalias.el (mail-directory-process): Do nothing if
10178 mail-directory-process is an atom.
10179 (mail-get-names): Ignore mail-directory-names if it is an atom.
10180 (mail-directory-process defvar): Doc fix.
10181 (mail-names): Doc fix.
10182
10183 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10184
10185 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10186
10187 2005-03-26 Kenichi Handa <handa@m17n.org>
10188
10189 * international/mule-util.el (detect-coding-with-priority):
10190 Call update-coding-systems-internal before detect-coding-region.
10191
10192 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10193
10194 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10195 (gdb-frames-mode-map): Add follow-link property.
10196
10197 2005-03-25 Jay Belanger <belanger@truman.edu>
10198
10199 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10200 for variables.
10201
10202 2005-03-25 Juri Linkov <juri@jurta.org>
10203
10204 * image-mode.el: Optimize image filename extension regexps in
10205 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10206 in `auto-mode-alist'.
10207 (image-mode): Add `image-toggle-display-text' to local hook
10208 `change-major-mode-hook'. Display the image as an image by
10209 default. Set `cursor-type' and `truncate-lines' if the image
10210 is already displayed. Take into account the current mode (image
10211 or text) in message.
10212 (image-minor-mode): New minor mode.
10213 (image-mode-maybe, image-toggle-display-text): New functions.
10214 (image-toggle-display): Use called-interactively-p.
10215 Let-bind `inhibit-read-only' to t.
10216
10217 * image-mode.el (image-minor-mode): Set `cursor-type' and
10218 `truncate-lines' if the image is already displayed. Add turning
10219 image-minor-mode off to `change-major-mode-hook'. Add message.
10220 Call `image-toggle-display-text' after turning image-minor-mode off.
10221
10222 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10223
10224 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10225 Terminal.app, use utf-8.
10226 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10227 (set-locale-environment): Use it.
10228
10229 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10230
10231 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10232
10233 * progmodes/python.el (python-close-block-statement-p)
10234 (python-outdent-p, python-current-defun): Use symbol-end.
10235
10236 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10237
10238 * files.el (save-some-buffers): Doc fix.
10239
10240 2005-03-25 Werner Lemberg <wl@gnu.org>
10241
10242 * complete.el, thumbs.el: Replace `legal' with `valid'.
10243 * calendar/calendar.el: Replace `legal' with `valid'.
10244 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10245 * mail/supercite.el: Replace `legal' with `valid'.
10246 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10247 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10248 Replace `legal' with `valid'.
10249 * textmodes/reftex-vars.el, textmodes/reftex.el:
10250 Replace `legal' with `valid'.
10251
10252 2005-03-25 Werner Lemberg <wl@gnu.org>
10253
10254 * calc/calc-forms.el, calc/calc-sel.el:
10255 * midnight.el, vc-cvs.el:
10256 * emacs-lisp/cl-macs.el:
10257 * emulation/vip.el:
10258 * eshell/esh-io.el, eshell/esh-var.el:
10259 * mail/supercite.el:
10260 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10261 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10262 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10263 * progmodes/sh-script.el, progmodes/xscheme.el:
10264 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10265 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10266 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10267 * textmodes/reftex.el, textmodes/org.el:
10268 Replace `illegal' with `invalid'.
10269
10270 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10273 (flymake-find-buildfile, flymake-find-possible-master-files)
10274 (flymake-check-include, flymake-parse-line): Replace loops over the
10275 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10276
10277 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10278 Substitute file-name-as-directory in the rest of the file.
10279 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10280 (flymake-replace-region): Remove unused arg `buffer'.
10281 (flymake-check-patch-master-file-buffer): Update calls to it.
10282 (flymake-add-err-info): Remove unused var `count'.
10283 (flymake-mode): Use define-minor-mode.
10284
10285 * progmodes/flymake.el: Use with-current-buffer.
10286 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10287 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10288 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10289 Avoid testing for `xemacs'.
10290 (flymake-nop): Move.
10291 (flymake-region-has-flymake-overlays): Return the computed value.
10292 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10293 Remove unused var `endline'.
10294 (flymake-get-line-count): Remove unused function.
10295 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10296
10297 * emulation/vi.el:
10298 * generic.el:
10299 * hilit-chg.el (global-highlight-changes):
10300 * hi-lock.el (hi-lock-mode):
10301 * follow.el: find-file-hooks -> find-file-hook.
10302
10303 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10304
10305 2005-03-24 Juri Linkov <juri@jurta.org>
10306
10307 * dired.el (dired-mode-map): Add menu item "Compare directories"
10308 for dired-compare-directories.
10309
10310 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10311 Doc fix. Replace `read-file-name' with `read-directory-name'.
10312
10313 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10316
10317 2005-03-24 Jay Belanger <belanger@truman.edu>
10318
10319 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10320 relevant mode settings in calc-embedded-original-modes when modes
10321 are permanently changed.
10322
10323 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * autoinsert.el: find-file-hooks -> find-file-hook.
10326
10327 2005-03-24 Lute Kamstra <lute@gnu.org>
10328
10329 * generic.el (generic-font-lock-defaults): Make it obsolete.
10330 (generic-font-lock-keywords): New variable to replace
10331 generic-font-lock-defaults.
10332 (generic-mode-set-font-lock): Delete it.
10333 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10334 (generic-bracket-support): Add docstring.
10335
10336 * generic-x.el: Rename generic-font-lock-defaults to
10337 generic-font-lock-keywords throughout.
10338 (mailagent-rules-setup-function): Delete it.
10339 (mailagent-rules-generic-mode): Use anonymous function instead.
10340 (show-tabs-generic-mode-font-lock-defaults-1)
10341 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10342 Quote faces.
10343 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10344 not foreground.
10345
10346 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10347 Recognize define-generic-mode.
10348
10349 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10350
10351 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10352 if there's no completion table.
10353
10354 2005-03-23 Miles Bader <miles@gnu.org>
10355
10356 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10357 Remove tty-specific variants, as they're no longer needed.
10358
10359 2005-03-23 Lute Kamstra <lute@gnu.org>
10360
10361 * generic-x.el: Code cleanup: make args constant whenever possible.
10362 (installshield-statement-keyword-list)
10363 (installshield-system-functions-list)
10364 (installshield-system-variables-list, installshield-types-list)
10365 (installshield-funarg-constants-list): Make them constants.
10366
10367 * generic.el (generic-make-keywords-list): Add autoload cookie.
10368
10369 * calendar/time-date.el: Add comment on time value formats.
10370 Don't require parse-time.
10371 (with-decoded-time-value): New macro.
10372 (encode-time-value): New function.
10373 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10374 (days-to-time): Return a valid time value when arg is huge.
10375 (time-since): Use time-subtract.
10376 (time-to-number-of-days): Use time-to-seconds.
10377
10378 2005-03-23 David Ponce <david@dponce.com>
10379
10380 * recentf.el: (recentf-keep): New option.
10381 (recentf-menu-action): Default to `find-file'.
10382 (recentf-keep-non-readable-files-flag)
10383 (recentf-keep-non-readable-files-p)
10384 (recentf-file-readable-p, recentf-find-file)
10385 (recentf-cleanup-remote): Remove.
10386 (recentf-include-p): More robust.
10387 (recentf-keep-p): New function.
10388 (recentf-remove-if-non-kept): Rename from
10389 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10390 All callers updated.
10391 (recentf-menu-items-for-commands): Fix help string.
10392 (recentf-track-closed-file): Update. Doc fix.
10393 (recentf-cleanup): Update. Count removed files. Doc fix.
10394
10395 2005-03-23 Kim F. Storm <storm@cua.dk>
10396
10397 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10398 Don't inherit from fringe face (now happens automatically).
10399
10400 2005-03-22 Kim F. Storm <storm@cua.dk>
10401
10402 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10403 position values.
10404
10405 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * menu-bar.el (showhide-date-time): Remove.
10408 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10409 (menu-bar-make-mm-toggle): Simplify.
10410
10411 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10412
10413 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10414 Accept qualified variable and function names.
10415
10416 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10417
10418 * bindings.el (completion-ignored-extensions):
10419 Remove ".lis" for `vax-vms'.
10420
10421 2005-03-22 Andreas Schwab <schwab@suse.de>
10422
10423 * generic-x.el: Revert last change.
10424 * ldefs-boot.el: Update.
10425
10426 2005-03-22 Jay Belanger <belanger@truman.edu>
10427
10428 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10429 (calc-embedded-save-original-modes)
10430 (calc-embedded-restore-original-modes): New functions.
10431 (calc-do-embedded): Save original modes when entering embedded mode
10432 and restore when leaving embedded mode.
10433 (calc-embedded-modes-change): Change the value of
10434 calc-embedded-original-modes to reflect permanent changes.
10435
10436 2005-03-22 Lute Kamstra <lute@gnu.org>
10437
10438 * generic-x.el: Require generic again.
10439
10440 2005-03-22 Miles Bader <miles@gnu.org>
10441
10442 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10443 Tweak details to look good on both ttys and bitmap displays, light
10444 or dark background, etc.
10445
10446 2005-03-21 Kim F. Storm <storm@cua.dk>
10447
10448 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10449 mouse position.
10450
10451 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10452
10453 * icomplete.el: Don't forcibly turn on the mode upon load.
10454 (icomplete-mode): Use define-minor-mode.
10455 (icomplete-eoinput): Default to nil.
10456 (icomplete-minibuffer-setup): Remove autoload.
10457 (icomplete-tidy): Simplify.
10458 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10459 in the initial state or if the user has modified the field.
10460 Fix handling of icomplete-max-delay-chars.
10461 Remove code that handles the oddball case where
10462 minibuffer-completion-table is an integer.
10463 Wrap icomplete-completions in while-no-input in case building
10464 completions takes more time than expected.
10465 (icomplete-completions): Simplify.
10466
10467 2005-03-21 Richard M. Stallman <rms@gnu.org>
10468
10469 * jka-compr.el (jka-compr-really-do-compress):
10470 Make variable buffer-local.
10471
10472 * image-mode.el: Handle .xpm files too.
10473 (image-toggle-display): Preserve modification flag.
10474
10475 * help.el (where-is): Don't mention aliases with no key bindings.
10476
10477 2005-03-21 Lute Kamstra <lute@gnu.org>
10478
10479 * generic.el: Fix commentary section. Don't require cl for
10480 compilation.
10481 (generic-mode-list): Add autoload cookie.
10482 (generic-use-find-file-hook, generic-lines-to-scan)
10483 (generic-find-file-regexp, generic-ignore-files-regexp)
10484 (generic-mode, generic-mode-find-file-hook)
10485 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10486 (define-generic-mode): Make it a defmacro. Fix docstring.
10487 (generic-mode-internal): Code cleanup. Add autoload cookie.
10488 (generic-mode-set-comments): Code cleanup.
10489 * generic-x.el: Don't prevent compilation. Don't require generic.
10490 Follow coding conventions. Minor code cleanup.
10491 (etc-fstab-generic-mode): Add some keywords.
10492 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10493 define-generic-mode like a function declaration.
10494
10495 2005-03-21 Jay Belanger <belanger@truman.edu>
10496
10497 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10498 changing modes.
10499
10500 2005-03-21 Sam Steingold <sds@gnu.org>
10501
10502 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10503
10504 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10505
10506 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10507 Add underscore to "f$ lexicals" regexp.
10508
10509 2005-03-20 Juri Linkov <juri@jurta.org>
10510
10511 * subr.el (progress-reporter-do-update): When `min-value' is equal
10512 to `max-value', set `percentage' to 0 and prevent division by zero.
10513
10514 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10515
10516 Sync with Tramp 2.0.48.
10517
10518 * net/tramp.el (all): Change all addresses to .gnu.org.
10519 (tramp-append-tramp-buffers): New defun.
10520 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10521 Catch `dont-send' signal.
10522 (tramp-set-auto-save-file-modes): Set always permissions, because
10523 there might be an old auto-saved file belonging to another
10524 original file. This could be a security threat. Reported by
10525 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10526 Check for Emacs 21.3.50 removed.
10527
10528 * net/tramp-smb.el (all): Remove debug construct for
10529 `with-parsed-tramp-file-name'.
10530 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10531 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10532 No error message if DIRECTORY or FILENAME doesn't exist.
10533 (tramp-smb-open-connection): Check existence of
10534 `tramp-smb-program'.
10535
10536 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10537
10538 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10539 Properly handle the case where the `m' or `s' command's argument is not
10540 yet terminated.
10541 (perl-indent-new-calculate): New function.
10542 (perl-indent-line): Use it.
10543
10544 2005-03-20 Miles Bader <miles@gnu.org>
10545
10546 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10547 in text-mode too. Change to new face names.
10548 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10549 Add `:weight bold' attribute.
10550 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10551
10552 2005-03-19 Juri Linkov <juri@jurta.org>
10553
10554 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10555
10556 * international/mule.el (auto-coding-alist): Sync with
10557 `auto-mode-alist' by adding upper case archive file extensions
10558 and adding ear/war to jar extension.
10559
10560 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10561
10562 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10563 running, restart it.
10564
10565 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10566
10567 * finder.el (finder-current-item): Throw an error on an empty line.
10568
10569 * man.el (Man-follow-manual-reference): If current-word returns
10570 nil, use "".
10571
10572 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10573
10574 * simple.el (goto-line): Doc fix.
10575
10576 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10577
10578 * files.el (save-buffer): Doc fix.
10579
10580 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10581
10582 * recentf.el (recentf-cleanup-remote): New variable.
10583 (recentf-cleanup): Use it to conditionally check availability of
10584 remote files.
10585
10586 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10587
10588 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10589 function names.
10590
10591 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10592
10593 * language/thai-word.el: New file.
10594
10595 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10596
10597 * files.el (backup-buffer): If the file's directory is not
10598 writable, use copy instead of move to backup the file.
10599
10600 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10601
10602 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10603
10604 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10605
10606 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10607 Use functionp instead of symbolp and fboundp. Reported by Drkm
10608 <darkman_spam@yahoo.fr>.
10609 (ps-print-version): New version 6.6.6.
10610
10611 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10612
10613 * textmodes/table.el (table--line-column-position): New idiom.
10614 (table--row-column-insertion-point-p): New function to test
10615 validity of row and column insertion operation at a location.
10616 (table-global-menu, table-cell-menu): Use above functions for
10617 deterministic test operation.
10618 (table--editable-cell-p): Behave in deterministic fashion.
10619
10620 2005-03-18 Juri Linkov <juri@jurta.org>
10621
10622 * isearch.el (isearch-lazy-highlight-new-loop):
10623 Make arguments beg and end optional.
10624 (isearch-update): Remove optional arguments nil from
10625 isearch-lazy-highlight-new-loop.
10626 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10627 isearch-lazy-highlight-case-fold-search instead of
10628 isearch-case-fold-search, and let-bind isearch-regexp to
10629 isearch-lazy-highlight-regexp.
10630 Use isearch-lazy-highlight-last-string instead of isearch-string.
10631
10632 * replace.el (perform-replace): Remove bindings of global
10633 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10634 Add three new arguments to `replace-highlight'.
10635 (replace-highlight): Add arguments string, regexp, case-fold.
10636 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10637 to allow isearch-lazy-highlight-new-loop to use these values
10638 to set corresponding isearch-lazy-highlight-* internal
10639 variables whose values lazy highlighting will use regardless of
10640 changes to global variables isearch-string, isearch-regexp,
10641 isearch-case-fold-search during lazy highlighting loop.
10642 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10643 to `lazy-highlight-cleanup'.
10644
10645 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10646 (ispell-highlight-face): Set default face to `isearch' when
10647 lazy highlighting is enabled.
10648 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10649 priority to 1. Add lazy highlighting.
10650 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10651 from `isearch-dehighlight'.
10652
10653 2005-03-18 David Ponce <david@dponce.com>
10654
10655 * files.el (hack-local-variables): Do a case-insensitive search
10656 for End.
10657
10658 2005-03-18 Juri Linkov <juri@jurta.org>
10659
10660 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10661 `isearch-lazy-highlight-cleanup', add alias to old name and
10662 declare obsolete. Add release numbers to other obsolete vars.
10663 (isearch-done, isearch-lazy-highlight-new-loop):
10664 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10665 (lazy-highlight-cleanup) <variable>: Doc fix.
10666 (isearch-lazy-highlight-update): Rename obsolete
10667 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10668
10669 2005-03-18 Kenichi Handa <handa@m17n.org>
10670
10671 * language/thai-util.el: Fix categorization of Thai characters in
10672 thai-category-table.
10673 (thai-composition-pattern): Adjust it for the above change.
10674 (thai-self-insert-command, thai-compose-syllable): New functions.
10675 (thai-compose-region): Use thai-compose-syllable.
10676 (thai-compose-string): Likewise.
10677 (thai-composition-function): Likewise.
10678 (thai-auto-composition): New function.
10679 (thai-auto-composition-mode): New minor mode.
10680
10681 * language/thai.el: Fix patterns to be registered in
10682 composition-function-table.
10683
10684 * international/quail.el (quail-input-method): Locally bind
10685 inhibit-modification-hooks to t.
10686
10687 2005-03-17 Richard M. Stallman <rms@gnu.org>
10688
10689 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10690 (perl-mode): Use run-mode-hooks.
10691
10692 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10693 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10694 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10695
10696 * mail/sendmail.el (sendmail-send-it): Reenable the code
10697 to compute resend-to-address and use it.
10698
10699 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10700
10701 * image-mode.el: New file.
10702
10703 * image.el (insert-sliced-image): Add autoload cookie.
10704
10705 * font-lock.el (font-lock-lines-before): New user option.
10706 (font-lock-after-change-function): Obey it.
10707
10708 * bindings.el (esc-map): Make M-g a prefix.
10709 Bind M-g g and M-g M-g to goto-line.
10710
10711 * faces.el (face-id): Doc fix.
10712
10713 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10714
10715 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10716 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10717 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10718
10719 * mail/sendmail.el (mail-yank-ignored-headers)
10720 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10721 Add Mail-Followup-To and Mail-Reply-To headers.
10722 (mail-citation-hook): Add autoload cookie.
10723 (mail-mode): Doc fix.
10724 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10725 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10726 (mail-mode-fill-paragraph): Handle those headers.
10727 (mail-mailing-lists): New variable.
10728 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10729
10730 2005-03-17 Juri Linkov <juri@jurta.org>
10731
10732 * isearch.el (isearch-fallback): Check for `(car previous)'
10733 before calling `isearch-other-end-state'.
10734
10735 2005-03-17 Kim F. Storm <storm@cua.dk>
10736
10737 * simple.el (move-beginning-of-line): Move to beginning of buffer
10738 line, as well as beginning of screen line.
10739
10740 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10741
10742 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10743 argument REDRAW rather than calendar-redrawing variable.
10744 * calendar/calendar.el (calendar-redrawing): Delete.
10745 (redraw-calendar): Do not bind calendar-redrawing.
10746
10747 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10748
10749 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10750 diary-file buffer.
10751
10752 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * help.el (describe-mode): Allow a :minor-mode-function property to
10755 specify a different minor mode toggle function than the variable.
10756 * simple.el (auto-fill-function):
10757 * subr.el (add-minor-mode): Use it.
10758
10759 2005-03-16 Kenichi Handa <handa@m17n.org>
10760
10761 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10762 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10763 (ethio-fidel-to-sera-buffer): Likewise.
10764
10765 2005-03-16 Juri Linkov <juri@jurta.org>
10766
10767 * emacs-lisp/find-func.el (find-function-regexp):
10768 Add defun-emitting macro `menu-bar-make-toggle'.
10769
10770 * isearch.el: Put `isearch-scroll' property to
10771 `split-window-horizontally'.
10772
10773 * info.el: Update error messages for `debug-ignored-errors'.
10774 (Info-isearch-search): Doc fix.
10775 (Info-find-node): Move up code to go into info buffer before
10776 recording the node to the history.
10777 (Info-fontify-node): Fontify titles only if the next line
10778 has two or more `*', `=', `-', `.'.
10779 Display "go to this node" for empty (match-string 3).
10780
10781 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10782
10783 * term/mac-win.el: Add mouse pointer shape constants.
10784
10785 2005-03-15 Kim F. Storm <storm@cua.dk>
10786
10787 * simple.el (move-beginning-of-line): Use vertical-motion.
10788
10789 2005-03-15 Juri Linkov <juri@jurta.org>
10790
10791 * isearch.el (isearch-error): New variable.
10792 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10793 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10794 (isearch-within-brackets-state): Remove.
10795 (isearch-case-fold-search-state, isearch-pop-fun-state):
10796 Decrease frame index.
10797 (isearch-mode, isearch-top-state, isearch-push-state)
10798 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10799 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10800 (isearch-search, isearch-lazy-highlight-new-loop):
10801 Replace `isearch-invalid-regexp' with `isearch-error'.
10802 Remove `isearch-within-brackets'.
10803 (isearch-search): Add `search-failed' handler to `condition-case'.
10804 (isearch-lazy-highlight-search): Add `condition-case' to catch
10805 errors and allow `isearch-lazy-highlight-update' to try
10806 highlighting from the beginning of the window.
10807 (isearch-repeat): Move up code to set isearch-wrapped to t
10808 before calling isearch-wrap-function.
10809
10810 * info.el (Info-isearch-initial-node): New internal variable.
10811 (Info-search): Signal an error in isearch mode when search leaves
10812 the initial node. Signal an error when `bound' is non-nil and
10813 nothing was found in the current subfile.
10814 (Info-isearch-search): Remove `condition-case'.
10815 (Info-isearch-wrap): Don't wrap when search failed during leaving
10816 the initial node. If `Info-isearch-search' is nil, wrap around
10817 the current node.
10818 (Info-isearch-start): New fun.
10819 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10820 `isearch-mode-hook'.
10821
10822 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10823
10824 * simple.el (normal-erase-is-backspace): Set default to t if
10825 running on Mac.
10826
10827 * term/mac-win.el (function-key-map): Sync with x-win.el.
10828
10829 2005-03-15 Kenichi Handa <handa@m17n.org>
10830
10831 * international/mule-cmds.el (locale-language-names): Modify the
10832 format of elements and add more entries.
10833 (locale-preferred-coding-systems): Add more entries.
10834 (set-locale-environment): Adjust for the change of
10835 locale-language-names.
10836
10837 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 * pcvs.el (smerge-ediff): Remove bogus autoload.
10840
10841 2005-03-14 Lute Kamstra <lute@gnu.org>
10842
10843 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10844 Ignore a `*' at the beginning of a line.
10845
10846 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10847 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10848 subr.el.
10849 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10850 to specify indentation.
10851
10852 * generic.el (define-generic-mode): Let generic-mode-list be a
10853 list of strings; test membership with equal.
10854
10855 2005-03-14 Kim F. Storm <storm@cua.dk>
10856
10857 * simple.el (next-line, previous-line): Add optional try-vscroll
10858 arg to recognize interactive use. Pass it on to line-move.
10859 (line-move): Don't perform auto-window-vscroll when defining or
10860 executing keyboard macro to ensure consistent behavior.
10861
10862 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10865
10866 2005-03-13 Lute Kamstra <lute@gnu.org>
10867
10868 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10869 debugger-setup-buffer so that backtrace marks the frames set to
10870 debug-on-exit and we don't have to do it manually. Set an extra
10871 debug-on-exit for macro's.
10872 (debugger-setup-buffer): Don't mark the top frame manually.
10873
10874 2005-03-12 Lute Kamstra <lute@gnu.org>
10875
10876 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10877 lisp-indent-function throughout.
10878 (with-no-warnings): Set lisp-indent-function property.
10879
10880 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10881
10882 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10883 Add entry for backslash.
10884
10885 2005-03-12 Juri Linkov <juri@jurta.org>
10886
10887 * info.el (Info-search): Four fixes for backward search.
10888
10889 2005-03-11 Jay Belanger <belanger@truman.edu>
10890
10891 * calc/calc.el (calc-language-alist): New variable.
10892 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10893 (calc-embedded-find-modes): Use calc-language-alist instead of
10894 calc-embedded-language-alist.
10895
10896 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10897
10898 * calendar/calendar.el (calendar-redrawing): New internal
10899 variable.
10900 (redraw-calendar): Remove bogus save-excursion from previous
10901 change. Bind calendar-redrawing to t for mark-diary-entries.
10902 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10903 calendar if that is why we were called.
10904
10905 2005-03-11 Kenichi Handa <handa@m17n.org>
10906
10907 * international/mule.el (make-coding-system): Set property
10908 coding-system-define-form to nil.
10909 (define-coding-system-alias): Likewise.
10910
10911 2005-03-11 Kenichi Handa <handa@m17n.org>
10912
10913 These changes are suggested by Dave Love <fx@gnu.org>.
10914
10915 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10916 coding: tag.
10917 (adaptive-fill-regexp): Add more bullets.
10918 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10919 regexps.
10920
10921 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10922
10923 * help.el (describe-mode): Properly handle non-trivial lighters.
10924 Don't ignore minor modes that are not listed in minor-mode-list.
10925
10926 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10927 feature ON when the user requests to turn it OFF.
10928
10929 2005-03-10 Lute Kamstra <lute@gnu.org>
10930
10931 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10932 (implement-debug-on-entry): New function to replace debug-entry-code.
10933 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10934 second argument as the 2005-03-07 change makes it obsolete.
10935 (debug-on-entry, cancel-debug-on-entry): Update call to
10936 debug-on-entry-1.
10937 (debug, debugger-setup-buffer): Comment update.
10938 (debugger-frame-number): Update to work with implement-debug-on-entry.
10939
10940 2005-03-10 Jay Belanger <belanger@truman.edu>
10941
10942 * calc/calc-embed.el (math-ms-args): Declare it.
10943 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10944 math-ms-args.
10945 (calc-embedded-subst): Use math-multi-subst-rec to substitute
10946 variables.
10947
10948 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
10949
10950 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10951 Use message-box.
10952
10953 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10954 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10955 (tooltip-gud-tips): Simplify.
10956 (tooltip-gud-tips-p): Remove superfluous :set.
10957 (tooltip-gud-modes): Add fortran-mode.
10958 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10959
10960 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10961
10962 2005-03-09 Kim F. Storm <storm@cua.dk>
10963
10964 * play/animate.el (animate-place-char): Use forward-line instead
10965 of next-line to improve performance.
10966
10967 2005-03-09 Simon Josefsson <jas@extundo.com>
10968
10969 * net/browse-url.el (browse-url-default-browser): Doc fix.
10970
10971 2005-03-09 Miles Bader <miles@gnu.org>
10972
10973 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10974 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10975
10976 2005-03-09 Kenichi Handa <handa@m17n.org>
10977
10978 * international/latin-1.el: Set case and syntax for 255 only if
10979 set-case-syntax-set-multibyte is nil.
10980
10981 * textmodes/ispell.el (ispell-insert-word): New function.
10982 (ispell-word): Use ispell-insert-word to insert a new word.
10983 (ispell-process-line): Likewise.
10984 (ispell-complete-word): Likewise.
10985
10986 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10987
10988 * calendar/calendar.el (redraw-calendar): Preserve point.
10989 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10990 (calendar-week-start-day): Move after definition of
10991 redraw-calendar. Delete buffer test, since redraw-calendar has
10992 that now.
10993
10994 * calendar/diary-lib.el (mark-diary-entries): Only call
10995 redraw-calendar in the first of any recursive calls.
10996 Reported by Alan Shutko <ats@acm.org>.
10997
10998 2005-03-08 Juri Linkov <juri@jurta.org>
10999
11000 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11001 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11002 (html-radio-buttons): Add a space before the trailing `/>' where
11003 sgml-xml-mode is non-nil.
11004 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11005 the subsequent tag of the empty XML tag.
11006 (html-href-anchor): Don't set initial input to "http:".
11007 (html-image): Ask for the image URL and set point inside alt="".
11008 (html-name-anchor): Duplicate the name in the `id' attribute when
11009 sgml-xml-mode is non-nil.
11010 (html-paragraph): Remove \n before <p>.
11011 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11012 instead of `checked' when sgml-xml-mode is non-nil.
11013
11014 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11015 Remove 1 space before #RRGGBB to not truncate it on terminal
11016 windows w/o fringes. Remove 1 space between bg and fg examples
11017 to get more space.
11018 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11019 avoid byte-compile warnings.
11020
11021 * image-file.el (image-file-handler): Put `safe-magic' property to
11022 `image-file-handler'.
11023
11024 * info.el (Info-isearch-search): Emulate word search in
11025 isearching through multiple Info nodes with Info-search.
11026 (Info-isearch-wrap): Allow isearch-word.
11027
11028 2005-03-08 Lute Kamstra <lute@gnu.org>
11029
11030 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11031 stepping into the debugger's code is not possible.
11032 (debugger-jumping-flag): Docstring update.
11033
11034 2005-03-08 Jay Belanger <belanger@truman.edu>
11035
11036 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11037 embedded mode begins.
11038 (calc-embedded-language-alist): New variable.
11039 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11040 set default language mode.
11041
11042 2005-03-08 Kenichi Handa <handa@m17n.org>
11043
11044 * international/ccl.el (define-ccl-program): Fix docstring about
11045 extra 256 bytes assured for the output buffer.
11046
11047 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11048 Fix BUFFER_MAGNIFICATION to 2.
11049 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11050
11051 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11052
11053 * align.el (align-rules-list): Added an alignment rule for CSS
11054 declarations (applies to css-mode and html-mode buffers).
11055
11056 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11059
11060 2005-03-07 Kim F. Storm <storm@cua.dk>
11061
11062 * simple.el (move-beginning-of-line): New command.
11063
11064 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11065
11066 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11067
11068 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11069 and move-beginning-of-line.
11070
11071 * apropos.el (apropos-print): Omit command from M-x ... RET.
11072
11073 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11074
11075 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11076 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11077
11078 2005-03-06 Richard M. Stallman <rms@gnu.org>
11079
11080 * bindings.el (esc-map): Bind M-g to goto-line.
11081
11082 * facemenu.el (global-map): Bind M-o, not M-g.
11083
11084 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11085
11086 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11087 "Open Directory" as for "Open File".
11088
11089 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11090
11091 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11092 (push-mark-command): Run activate-mark-hook.
11093
11094 2005-03-06 Richard M. Stallman <rms@gnu.org>
11095
11096 * help-mode.el (help-mode-finish): Don't alter the element
11097 in view-return-to-alist if there already is one.
11098
11099 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11100 make sure the current buffer is the expected one.
11101
11102 * novice.el (disabled-command-function): Output in *Disabled Command*.
11103 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11104
11105 * textmodes/flyspell.el (flyspell-large-region):
11106 Pass args differently for aspell.
11107
11108 * files.el (mode-require-final-newline): Doc fix.
11109
11110 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11111
11112 * progmodes/which-func.el (which-function):
11113 Specify NOERROR when calling imenu--make-index-alist.
11114
11115 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11116
11117 * simple.el (normal-erase-is-backspace): Define default value.
11118
11119 * custom.el (custom-theme-set-variables): Remove unused var
11120 `immediate'.
11121 (custom-reevaluate-setting): Simple function to handle variables
11122 that are defined before their default value can really be
11123 computed.
11124
11125 * startup.el (command-line): Use it for temporary-file-directory,
11126 small-emporary-file-directory, auto-save-file-name-transforms,
11127 blink-cursor-mode, and normal-erase-is-backspace.
11128
11129 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11130 progress, even with buggy anchored keywords.
11131
11132 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11133
11134 * simple.el (goto-line): Remove unbalanced final parenthesis.
11135
11136 2005-03-05 Richard M. Stallman <rms@gnu.org>
11137
11138 * simple.el (goto-line): Use a number at point as the default.
11139 With C-u as arg, switch buffers.
11140
11141 2005-03-05 Juri Linkov <juri@jurta.org>
11142
11143 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11144 with `no-blinking-cursor'.
11145
11146 * startup.el (no-blinking-cursor): New defvar.
11147 (command-line): Add `--no-blinking-cursor' to longopts.
11148 Set `no-blinking-cursor' to t for command line arguments
11149 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11150 with `no-blinking-cursor' in the condition for calling
11151 `blink-cursor-mode'.
11152
11153 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11154
11155 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11156 (menu-bar-options-save): Add blink-cursor-mode.
11157 (menu-bar-options-menu): Add blink-cursor-mode.
11158
11159 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11160
11161 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11162 (icalendar-export-file, icalendar-export-region)
11163 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11164 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11165
11166 2005-03-04 Lute Kamstra <lute@gnu.org>
11167
11168 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11169 (debug-function-list): Ditto.
11170
11171 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11172
11173 * textmodes/texinfmt.el (texinfo-append-refill):
11174 Redefine the types of line to which @refill
11175 is not appended by replacing a search for `@refill\\|@bye' with
11176 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11177 itemize@refill' bug and the unfilled long lines bug.
11178 (texinfmt-version): Update number and date.
11179
11180 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11181
11182 * international/code-pages.el (windows-1250, windows-125[2-8])
11183 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11184
11185 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11188 bound yet.
11189
11190 2005-03-02 Romain Francoise <romain@orebokech.com>
11191
11192 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11193 buffer after removing limits.
11194 (ibuffer-pop-filter): Ditto.
11195 Update copyright.
11196
11197 2005-03-02 Miles Bader <miles@gnu.org>
11198
11199 * button.el (make-text-button): If the user doesn't specify a
11200 type, use the default. Rewrite to use `add-text-properties' and
11201 plist functions.
11202
11203 2005-03-01 Lute Kamstra <lute@gnu.org>
11204
11205 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11206 (debugger-jumping-flag): New var.
11207 (debug-entry-code): Use it.
11208 (debugger-jump): Use debugger-jumping-flag and add
11209 debugger-reenable to post-command-hook.
11210 (debugger-reenable): Use debugger-jumping-flag and remove itself
11211 from post-command-hook.
11212 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11213 debugger-reenable.
11214
11215 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11216
11217 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11218 inclusion of "itemize\\|", which may be unnecessary, is certainly
11219 inelegant, and stops refilling in itemize lists when formatting
11220 Japanese Texinfo files to Info.
11221 Update copyright to 2005.
11222
11223 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11224
11225 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11226 of an error if GDB can't find the source file.
11227
11228 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11229
11230 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11231 not just the calendar.
11232
11233 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11234 first.
11235 (diary-redraw-calendar): New function.
11236 (make-diary-entry): Add diary-redraw-calendar to local
11237 write-contents-functions. Turn off selective display before
11238 inserting in diary.
11239
11240 2005-03-01 Kim F. Storm <storm@cua.dk>
11241
11242 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11243
11244 2005-03-01 Lute Kamstra <lute@gnu.org>
11245
11246 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11247 that debug-entry-code can be safely removed from a function while
11248 this code is being evaluated. Revert the 2005-02-27 change as the
11249 new implementation no longer requires it. Make sure that a
11250 function body containing just a string is not mistaken for a docstring.
11251 (debug): Skip one more frame in case of debug on entry.
11252 (debugger-setup-buffer): Delete one more frame line in case of
11253 debug on entry.
11254 (debugger-frame-number): Update to use the new text introduced by
11255 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11256
11257 2005-02-28 Kim F. Storm <storm@cua.dk>
11258
11259 * double.el (double-translate-key): Call force-window-update after
11260 read-event to avoid crash in redisplay.
11261
11262 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11265 (debug): Use it. Move the inhibit-trace earlier.
11266 (debug-entry-code): New const.
11267 (debug-on-entry-1): Use it.
11268
11269 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11270
11271 * international/utf-16.el (ccl-encode-mule-utf-16le):
11272 Fix BUFFER_MAGNIFICATION to 2.
11273 (ccl-encode-mule-utf-16be): Likewise.
11274
11275 2005-02-28 Kenichi Handa <handa@m17n.org>
11276
11277 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11278 Fix BUFFER_MAGNIFICATION to 4.
11279 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11280
11281 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11282
11283 * speedbar.el (speedbar-update-flag): Doc fix.
11284 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11285 argument.
11286
11287 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11290 have a non-nil `invisible' property but are actually visible.
11291
11292 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11293 for perldoc sections.
11294 (perl-outline-regexp, perl-outline-level): New var and function.
11295 (perl-mode): Use them.
11296
11297 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11298
11299 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11300 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11301
11302 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11303
11304 * cus-edit.el: Comment change.
11305 (custom-buffer-create-internal): Slightly reword text at top of
11306 Custom buffers. Mention there that saving an option edits the
11307 init file. Add link to Emacs manual node on `custom-file'.
11308 (custom-magic-alist): Rewrite individual State messages to use
11309 capitalized keywords. Doc fix.
11310
11311 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11312
11313 * calendar/calendar.el (calendar-buffer): Move above
11314 calendar-week-start-day.
11315 (calendar-week-start-day): Doc fix. Add :set function.
11316 (calendar-minimum-window-height): New variable.
11317 (generate-calendar-window): Only resize window if selected-window
11318 is displaying the calendar buffer. Use new variable
11319 calendar-minimum-window-height.
11320 (generate-calendar): Reword error message.
11321 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11322
11323 2005-02-27 Andreas Schwab <schwab@suse.de>
11324
11325 * vc.el (vc-do-command): Don't run command asynchronously when
11326 operating in a remote directory.
11327
11328 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11329 change from sync with Tramp 2.0.47.
11330
11331 2005-02-27 Richard M. Stallman <rms@gnu.org>
11332
11333 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11334
11335 * textmodes/flyspell.el (flyspell-mode-on):
11336 Call ispell-change-dictionary only if necessary.
11337
11338 * emacs-lisp/re-builder.el (regexp-builder): New function.
11339
11340 * register.el (describe-register-1): Explicitly handle
11341 yank-excluded-properties = t.
11342
11343 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11344 (custom-magic-alist): Change the status descriptions again.
11345 (face widget-type): Total rewrite based on `restricted-sexp'
11346 to eliminate the confusing double hiding levels.
11347
11348 * emacs-lisp/debug.el (debug-on-entry-1):
11349 If function body is empty, add nil as body form.
11350
11351 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * emacs-lisp/trace.el (inhibit-trace): New var.
11354 (trace-make-advice): Use it.
11355
11356 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11357
11358 2005-02-26 Kim F. Storm <storm@cua.dk>
11359
11360 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11361 (mouse-on-link-p, mouse-drag-region-1): Use it.
11362
11363 2005-02-25 Lute Kamstra <lute@gnu.org>
11364
11365 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11366
11367 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11368
11369 * frame.el (blink-cursor-mode): Add :group keyword.
11370
11371 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11372
11373 * calendar/icalendar.el (icalendar--decode-isodatetime):
11374 New optional argument DAY-SHIFT.
11375 (icalendar-export-region): Fix coding-system-for-write.
11376 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11377 events by one.
11378
11379 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11380
11381 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11382
11383 2005-02-24 Kim F. Storm <storm@cua.dk>
11384
11385 * international/iso-acc.el (iso-accents-compose): Fix crash
11386 during redisplay. Call force-window-update after read-event
11387 and delete-region to signal that window is not accurate.
11388
11389 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11390
11391 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11392 Remove unused and inexistent var `inhibit-trace'.
11393 (debugger-mode): Use run-mode-hooks.
11394 (debugger-list-functions): Add buttons; setup xref stack.
11395
11396 2005-02-23 Richard M. Stallman <rms@gnu.org>
11397
11398 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11399 appointment says it was explicitly made.
11400 (appt-add): Set the 3rd element.
11401 (appt-make-list): Preserve explicit appointments.
11402
11403 * subr.el (find-tag-default): Catch errors in forward-sexp.
11404
11405 2005-02-23 Juri Linkov <juri@jurta.org>
11406
11407 * info.el (Info-isearch-search): New defcustom.
11408 (Info-isearch-search): Call the default isearch function
11409 when Info-isearch-search is nil.
11410 (Info-isearch-wrap): Use variable Info-isearch-search.
11411
11412 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11413
11414 * cus-edit.el: Comment change.
11415
11416 2005-02-22 Kim F. Storm <storm@cua.dk>
11417
11418 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11419 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11420
11421 2005-02-22 Simon Josefsson <jas@extundo.com>
11422
11423 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11424 New variable.
11425 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11426 Oskarsson" <myrkraverk@users.sourceforget.net>.
11427
11428 2005-02-22 Kim F. Storm <storm@cua.dk>
11429
11430 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11431 check that window of that event is the selected window.
11432 (mouse-drag-region-1): Compare mouse event window to selected
11433 window before setting point.
11434
11435 * tooltip.el (tooltip-show-help-function): Pass event to
11436 mouse-on-link-p so it can check selected window.
11437
11438 2005-02-22 Kenichi Handa <handa@m17n.org>
11439
11440 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11441 (ps-mule-show-warning): New function.
11442 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11443 characters are found.
11444
11445 * ps-print.el (ps-header-footer-string): Return a list of header
11446 and footer strings.
11447
11448 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11449
11450 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11451
11452 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * frame.el (blink-cursor-mode): Use define-minor-mode.
11455
11456 * term/mac-win.el (function-key-map): Use char-names more consistently.
11457 (file-name-coding-system): Only set it for MacOS-9. The other case is
11458 already handled in mule-cmds.el (where it also works when mac-win.el
11459 is not used).
11460
11461 2005-02-21 Kenichi Handa <handa@m17n.org>
11462
11463 * international/mule.el (ctext-pre-write-conversion): Always use
11464 " *code-converting-work*" buffer for work.
11465
11466 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11467
11468 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11469
11470 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11471
11472 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11473
11474 * ses.el (undo-more): Restore defadvice, but only the part that
11475 allows changes outside the restricted area of the buffer.
11476
11477 2005-02-20 Kim F. Storm <storm@cua.dk>
11478
11479 * simple.el (line-move): Add fourth optional arg try-vscroll which
11480 must be set to perform auto-window-vscroll.
11481 When moving backwards and doing auto-window-vscroll, automatically
11482 vscroll to the last part of lines which are taller than the window.
11483 (next-line, previous-line): Set try-vscroll arg on line-move.
11484
11485 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11486
11487 * replace.el (query-replace, query-replace-regexp)
11488 (replace-string, replace-regexp): When operating on region, make
11489 the minibuffer prompt say so.
11490
11491 * isearch.el (isearch-forward): Document isearch-query-replace and
11492 isearch-query-replace-regexp keybindings.
11493
11494 2005-02-19 Jay Belanger <belanger@truman.edu>
11495
11496 * calc/calc-aent.el (math-read-token): Add local variable.
11497
11498 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11499 (calc-edit-top): Move declaration to earlier in file.
11500 (calc-edit-macro-repeats): Add local variables.
11501
11502 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11503 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11504 calcFunc-tanh.
11505 Adjust integration rule for calcFunc-tan.
11506
11507 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11508
11509 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11510 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11511 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11512 (viper-skip-separators): Bug fix.
11513 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11514 particular major mode.
11515 (viper-del-backward-char-in-replace): Don't put deleted char on the
11516 kill ring.
11517
11518 * viper-ex.el (viper-color-display-p): New function.
11519 (viper-has-face-support-p): Use viper-color-display-p.
11520
11521 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11522
11523 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11524
11525 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11526 (viper-file-remote-p): Make equivalent to file-remote-p.
11527
11528 * viper.el (viper-major-mode-modifier-list):
11529 Use viper-gnus-modifier-map.
11530
11531 2005-02-19 David Kastrup <dak@gnu.org>
11532
11533 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11534 quoting.
11535
11536 2005-02-19 Jay Belanger <belanger@truman.edu>
11537
11538 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11539 Remove extra definitions.
11540 (calc-coth): New function.
11541 (calcFunc-cot): Fix `let'.
11542
11543 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11544
11545 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11546 the reasons we use "type pc" in these faces.
11547
11548 * button.el (button): Ditto.
11549
11550 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11551
11552 * replace.el (query-replace-read-from): Set the value of
11553 query-replace-from-history-variable to handle the case of an empty
11554 string entered to accept the suggested default.
11555
11556 * net/tramp.el (tramp-file-name-for-operation):
11557 Use dired-call-process instead of dired-call-process-command.
11558
11559 2005-02-19 Jay Belanger <belanger@truman.edu>
11560
11561 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11562 (math-div-non-trig): New variables.
11563 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11564 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11565 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11566 trig expressions.
11567
11568 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11569
11570 * progmodes/gdb-ui.el (gdb-var-update-handler)
11571 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11572 for watch expressions,
11573 (gdb-var-create-handler): Don't set speedbar-update-flag.
11574 (gdb-post-prompt): Simplify test for speedbar.
11575
11576 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11577
11578 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11579 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11580 we use the syntax table of the correct buffer.
11581 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11582 Felix Gatzemeier.
11583
11584 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11585 (ediff-file-remote-p): Make synonymous with file-remote-p.
11586 In all deffaces ediff-*-face-*, use min-colors.
11587
11588 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11589 ediff-recurse-to-subdirectories.
11590 (ediff-mark-if-equal): Check that the arguments are strings, use
11591 ediff-same-contents (after to Felix Gatzemeier).
11592
11593 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11594 nil.
11595
11596 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11599
11600 2005-02-18 David Kastrup <dak@gnu.org>
11601
11602 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11603 use `mark-active' when defined.
11604
11605 2005-02-18 Kenichi Handa <handa@m17n.org>
11606
11607 * ps-print.el (ps-font-info-database): New entry
11608 ZapfChancery-MediumItalic with correct font name. Fix font name
11609 of the entry Zapf-Chancery-MediumItalic.
11610
11611 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11612
11613 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11614
11615 2005-02-16 Kim F. Storm <storm@cua.dk>
11616
11617 * ido.el (ido-fallback-command): Pass user input to fallback command.
11618
11619 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11620
11621 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11622 (gdb-find-file-hook): Add server prefix.
11623
11624 2005-02-16 Richard M. Stallman <rms@gnu.org>
11625
11626 * replace.el (perform-replace): Pass new args to replace-highlight.
11627 (replace-highlight): Take region args,
11628 and pass them to isearch-lazy-highlight-new-loop.
11629
11630 * novice.el (disabled-command-hook): Autoload the defalias
11631 and the make-obsolete-variable call.
11632
11633 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11634
11635 * isearch.el (isearch-lazy-highlight-start-limit)
11636 (isearch-lazy-highlight-end-limit): New variables limit
11637 the region for highlighting.
11638 (isearch-lazy-highlight-new-loop): New args BEG and END.
11639 (isearch-lazy-highlight-search): Use the new vars.
11640 (isearch-lazy-highlight-update): Likewise.
11641
11642 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11643
11644 * cus-start.el (all): Use default-boundp.
11645
11646 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11647
11648 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11649
11650 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11651
11652 * autorevert.el (auto-revert-stop-on-user-input)
11653 (auto-revert-verbose): Doc fixes.
11654
11655 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11656
11657 * international/mule-cmds.el (set-locale-environment): Remove call
11658 to set-selection-coding-system on Windows.
11659
11660 2005-02-15 Jay Belanger <belanger@truman.edu>
11661
11662 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11663 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11664 calcFunc-coth.
11665 (math-simplify-sqrt): Add simplifications.
11666
11667 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11668 to list.
11669
11670 * calc/calc-ext.el: Add functions to autoloads.
11671
11672 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11673 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11674 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11675 (math-csc-raw, math-cot-raw): New functions.
11676
11677 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11678
11679 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11680 the variable name in a message.
11681
11682 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11683 calcFunc-csc, calcFunc-cot.
11684
11685 * calc/calcalg2.el: Add derivative and integration rules for
11686 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11687 calcFunc-csch, calcFunc-coth.
11688 (math-do-integral-methods): Add to checks for when to use
11689 substitutions.
11690
11691 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11692
11693 2005-02-15 Lute Kamstra <lute@gnu.org>
11694
11695 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11696 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11697 <monnier@iro.umontreal.ca>
11698 (lisp-outline-level): Improve efficiency. Suggested by David
11699 Kastrup <dak@gnu.org>.
11700
11701 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11702
11703 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11704 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11705 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11706 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11707 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11708
11709 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11710
11711 * cus-start.el (all): Comment change.
11712
11713 2005-02-14 Lute Kamstra <lute@gnu.org>
11714
11715 * cus-start.el (all): Check if symbol is void.
11716
11717 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11718
11719 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11720 optional argument to \cite.
11721
11722 2005-02-14 Richard M. Stallman <rms@gnu.org>
11723
11724 * cus-edit.el (custom-buffer-create-internal): Update help message.
11725 (custom-magic-alist): Update help messages.
11726
11727 * cus-start.el (all): Allow a var to specify a standard value.
11728
11729 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11730
11731 * custom.el (custom-theme-set-variables): Handle variable aliases.
11732
11733 * frame.el (blink-cursor-timer): Doc fix.
11734 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11735 declare obsolete.
11736 (blink-cursor-mode): Define with defcustom and use correct
11737 standard expression in that defcustom.
11738 * startup.el (command-line): Adapt to above changes in frame.el.
11739
11740 2005-02-11 Lute Kamstra <lute@gnu.org>
11741
11742 * apropos.el (apropos-score-doc): Prevent division by zero.
11743
11744 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11745
11746 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11747 (icalendar--get-event-property-attributes)
11748 (icalendar--get-event-properties)
11749 (icalendar--datetime-to-diary-date): New functions.
11750 (icalendar--split-value): Doc fix.
11751 (icalendar--datetime-to-noneuropean-date)
11752 (icalendar--datetime-to-european-date): New optional argument
11753 SEPARATOR. Return result as a string instead of a list.
11754 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11755 (icalendar--convert-string-for-export): Rename arg S to STRING.
11756 (icalendar-export-region): Doc fix. Change name of error buffer.
11757 Save output buffer.
11758 (icalendar-import-file): Add blank at end of prompt.
11759 (icalendar-import-buffer): Doc fix. Do not switch to error
11760 buffer. Indicate status in return value.
11761 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11762 buffer. Save output buffer. Handle exception from recurrence
11763 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11764 events. Fix problems with weekly all-day events.
11765
11766 2005-02-10 Richard M. Stallman <rms@gnu.org>
11767
11768 * simple.el (eval-expression-print-format):
11769 Avoid warning about edebug-active.
11770
11771 * help.el (help-for-help-internal): Rename from help-for-help.
11772 (help-for-help): Define with defalias.
11773
11774 * font-core.el (font-lock-default-function): Use with-no-warnings.
11775
11776 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11777
11778 * custom.el (defface): Doc fix.
11779
11780 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11781
11782 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11783 width 0" to prevent word wrapping problems.
11784
11785 2005-02-09 Kim F. Storm <storm@cua.dk>
11786
11787 * ido.el (ido-file-extensions-order): New defcustom.
11788 (ido-file-extension-lessp, ido-file-extension-aux)
11789 (ido-file-extension-order): New advanced file ordering.
11790 (ido-file-lessp): New simple file ordering.
11791 (ido-sort-list): Remove.
11792 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11793 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11794
11795 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11796
11797 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11798 that some versions of grep produce.
11799 (grep-mode-font-lock-keywords): Likewise.
11800
11801 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11802
11803 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11804 (gdb-cdir): Delete.
11805 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11806 (gdb-source-info): Treat case when source file is in another
11807 directory properly.
11808 (gdb-get-location): New function.
11809
11810 2005-02-07 Jay Belanger <belanger@truman.edu>
11811
11812 * calc/calc-prog.el (calc-write-parse-table-part)
11813 (calc-fix-token-name): Fix a check for language type.
11814
11815 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11816
11817 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11818
11819 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11820 as directory not writable.
11821
11822 2005-02-07 Kim F. Storm <storm@cua.dk>
11823
11824 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11825 (cua--standard-movement-commands): Remove list.
11826 Instead, set CUA property value to move for movement commands.
11827 (cua-movement-commands): Remove. Users must set CUA prop instead.
11828 (cua--pre-command-handler): Check CUA property.
11829 (cua--init-keymaps): Don't remap undo commands.
11830 (cua-mode): Don't call cua--rectangle-on-off.
11831
11832 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11833 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11834 (cua--rect-undo-set-point): New var.
11835 (cua--rectangle-undo-boundary): Setup undo apply entry.
11836 (cua--rect-undo-handler): New function for rectangle undo.
11837 (cua--rect-start-position, cua--rect-end-position): Add.
11838 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11839 for restored rectangle. Set point if cua--rect-undo-set-point.
11840
11841 2005-02-06 Jay Belanger <belanger@truman.edu>
11842
11843 * calc/calc-lang.el (calc-tex-language): Display more information
11844 in messages.
11845
11846 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11847 in TeX mode.
11848
11849 2005-02-06 Richard M. Stallman <rms@gnu.org>
11850
11851 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11852
11853 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11854
11855 * net/ldap.el (ldap-search-internal): Support attributes with
11856 optional descriptions separated by a semi-colon, as in
11857 "userCertificate;binary".
11858
11859 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11860
11861 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11862 isn't a cons (i.e. the version is 0).
11863
11864 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11865
11866 * help.el (help-for-help): Doc fix.
11867
11868 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11869
11870 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11871 GDB-Windows on the menu-bar as this works better.
11872
11873 2005-02-04 Jay Belanger <belanger@truman.edu>
11874
11875 * calc/calc-embed.el (calc-embedded-update): Don't put in
11876 unnecessary newlines. Adjust the end of formula marker.
11877
11878 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11879 (math-latex-parse-two-args): New function.
11880
11881 2005-02-03 Lute Kamstra <lute@gnu.org>
11882
11883 * help-fns.el (help-with-tutorial): Make sure that users cannot
11884 remove the entire text of the tutorial by means of `undo'.
11885
11886 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11887
11888 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11889 in recent changes, where the ispell process was repeatedly
11890 killed & restarted.
11891
11892 * international/mule-cmds.el (set-locale-environment): Set file-name
11893 coding system to utf-8 on Darwin systems.
11894 (set-default-coding-systems): Don't set default-file-name-coding-system
11895 on Darwin systems.
11896
11897 2005-02-03 Richard M. Stallman <rms@gnu.org>
11898
11899 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11900
11901 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11902
11903 * faces.el (list-faces-display): Add optional argument.
11904
11905 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * font-core.el (font-lock-default-function): Handle the rare case where
11908 only font-lock-keywords is set.
11909
11910 2005-02-02 Kenichi Handa <handa@m17n.org>
11911
11912 * international/characters.el: Cancel previous change for
11913 I-WITH-DOT-ABOVE and DOTLESS-i.
11914
11915 * international/latin-5.el: Cancel previous change.
11916
11917 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11918
11919 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11920
11921 2005-02-02 Kenichi Handa <handa@m17n.org>
11922
11923 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11924 DOTLESS-i.
11925
11926 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11927 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11928
11929 * case-table.el (get-upcase-table): New function.
11930 (copy-case-table): Copy upcaes table too if non-nil.
11931 (set-case-syntax-delims): Maintain upcase table too.
11932 (set-case-syntax-pair): Likewise.
11933 (set-upcase-syntax, set-downcase-syntax): New functions.
11934 (set-case-syntax): Maintain upcase table too.
11935
11936 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11937
11938 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11939
11940 * progmodes/gud.el (gud-goto-info): New function.
11941 (gud-tool-bar-map): Use correct icon.
11942
11943 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11944
11945 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11946 When delegating, order args in the funcall correctly.
11947
11948 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11949
11950 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11951
11952 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
11953
11954 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11955 buffer not visiting a file.
11956
11957 2005-01-31 Jay Belanger <belanger@truman.edu>
11958
11959 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11960 bound on the line with the formula.
11961
11962 2005-01-31 Kim F. Storm <storm@cua.dk>
11963
11964 * ses.el (ses-create-cell-variable-range)
11965 (ses-destroy-cell-variable-range, ses-reset-header-string)
11966 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11967 (ses-insert-row): Fix format of apply undo entries.
11968
11969 2005-01-31 Jay Belanger <belanger@truman.edu>
11970
11971 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11972 parts.
11973
11974 * calc/calc-embed.el (calc-embedded-open-formula)
11975 (calc-embedded-close-formula): Ignore matrix environments.
11976
11977 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11978 TeX mode.
11979
11980 * calc/calc-lang.el (math-function-table, math-oper-table)
11981 (math-variable-table): Adjust the LaTeX portions.
11982
11983 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11984 (math-latex-ignore-words): New constant.
11985
11986 2005-01-31 Richard M. Stallman <rms@gnu.org>
11987
11988 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11989 (ispell-local-dictionary): Doc fix.
11990 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11991 Don't reinitialize at run time. Don't defcustom.
11992 All uses changed to append ispell-local-dictionary-alist,
11993 or check it first.
11994 (ispell-current-dictionary): New variable for dictionary in use.
11995 (ispell-dictionary): Now used only for global default.
11996 (ispell-start-process): Set ispell-current-dictionary,
11997 not ispell-dictionary.
11998 (ispell-change-dictionary): Use this only for setting
11999 user preferences.
12000 (ispell-internal-change-dictionary): New function
12001 to change the current dictionary in use.
12002 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12003 Use ispell-current-dictionary.
12004 Handle ispell-local-dictionary-overridden.
12005 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12006
12007 2005-01-31 Jay Belanger <belanger@truman.edu>
12008
12009 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12010
12011 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12012 (calc-mode-map): Add calc-latex-language.
12013
12014 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12015 (math-latex-print-frac): New functions.
12016 (math-oper-table, math-function-table, math-variable-table)
12017 (math-complex-format, math-input-filter): Add latex properties.
12018 (calc-set-language): Set math-expr-special-function-mapping.
12019
12020 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12021 (calc-write-parse-table-part): Add LaTeX support.
12022
12023 * calc/calc.el (calc-language): Adjust docstring.
12024 (calc-set-mode-line): Add LaTeX support.
12025 (math-expr-special-function-mapping): New variable.
12026 (math-tex-ignore-words): Add to list.
12027
12028 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12029 Add LaTeX support.
12030 (math-compose-expr): Add support for special functions.
12031
12032 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12033
12034 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12035
12036 * progmodes/gdb-ui.el (gdb-memory-address)
12037 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12038 (gdb-memory-mode-map, gdb-memory-format-keymap)
12039 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12040 (gdb-memory-unit-menu): New variables for a buffer
12041 that lets the user examine program memory.
12042 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12043 (gdb-memory-format-binary, gdb-memory-format-octal)
12044 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12045 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12046 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12047 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12048 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12049 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12050 (gdb-memory-mode, gdb-memory-buffer-name)
12051 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12052 New functions for above buffer.
12053
12054 2005-01-30 Richard M. Stallman <rms@gnu.org>
12055
12056 * cus-edit.el (custom-bury-buffer): Function deleted.
12057 (custom-buffer-done-function): Option deleted.
12058 (custom-buffer-done-kill): New (replacement option.
12059 (Custom-buffer-done): Call quit-window.
12060 (custom-buffer-create-internal): Update for above changes.
12061
12062 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12063
12064 * simple.el (undo-ask-before-discard): New var.
12065 (undo-outer-limit-truncate): Implement it.
12066 (undo-extra-outer-limit): Doc update.
12067
12068 2005-01-29 Richard M. Stallman <rms@gnu.org>
12069
12070 * ses.el (undo-more): Delete defadvice.
12071 (ses-begin-change): Doc fix.
12072
12073 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12074 instead of rebinding C-x u and C-_.
12075
12076 * files.el (normal-backup-enable-predicate): Return nil for files
12077 in /tmp, regardless of temporary-file-directory.
12078
12079 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12080
12081 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12082 (open-rectangle, delete-whitespace-rectangle-line)
12083 (clear-rectangle-line): If FILL, pass t instead of FILL
12084 for move-to-column's 2nd arg.
12085
12086 * simple.el (undo): Fix the test for continuing a series of undos.
12087 (undo-more): Set pending-undo-list to t when we reach end.
12088 (pending-undo-list): Move up defvar.
12089
12090 * wid-edit.el (widget-button-click):
12091 Shorten the range of the track-mouse binding.
12092
12093 * comint.el (comint-insert-input): Undo previous changes;
12094 use last-input-event in interactive spec.
12095
12096 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12097
12098 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12099 to nil before invoking call-process. Reset buffer's modified flag
12100 after fontifying it in the no-async branch.
12101
12102 * wid-edit.el (widget-specify-button): If mouse pointer shape
12103 cannot be changed, use mouse face instead.
12104
12105 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12106
12107 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12108 (gdb-goto-breakpoint): Make breakpoint handling work on template
12109 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12110 (gdb-assembler-custom): Update to recognize breakpoint information
12111 added on 2005-01-19.
12112
12113 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12114
12115 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12116 (dsssl-mode): Use define-derived-mode.
12117 (scheme-mode-initialize): Remove.
12118 (scheme-mode): Use run-mode-hooks.
12119
12120 * cus-edit.el (customize-group-other-window)
12121 (custom-buffer-create-other-window): Don't override special-display-*.
12122 (custom-mode-map): Make it dense.
12123
12124 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12125 sets the default value.
12126
12127 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12128
12129 * descr-text.el: Add more keywords.
12130
12131 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12132
12133 * speedbar.el: Avoid unnecessary use of locate-library.
12134
12135 * international/mule-cmds.el (standard-display-european-internal):
12136 Don't fiddle with latin-1 non-break space any more since it's now
12137 special cased in the C code.
12138 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12139
12140 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12141
12142 * cus-start.el (all): Add `undo-outer-limit'.
12143
12144 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12145
12146 * textmodes/bibtex.el (bibtex-format-entry):
12147 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12148 field lines.
12149 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12150 not on part of a buffer.
12151
12152 2005-01-25 Lute Kamstra <lute@gnu.org>
12153
12154 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12155 nonempty field text strings like "{letters\\macro{}more letters}".
12156 Clarify docstring.
12157 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12158 (bibtex-entry-offset, bibtex-parse-association)
12159 (bibtex-parse-field-name): Fix typos in docstrings.
12160 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12161
12162 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12163
12164 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12165 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12166 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12167 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12168
12169 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12170 isearch minor mode.
12171
12172 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12173
12174 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12175
12176 2005-01-24 Lute Kamstra <lute@gnu.org>
12177
12178 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12179 CASECHARS and NOT-CASECHARS regular expressions of the
12180 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12181 striding over charsets" error.
12182
12183 2005-01-24 Jay Belanger <belanger@truman.edu>
12184
12185 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12186 display variable name.
12187
12188 2005-01-24 Kenichi Handa <handa@m17n.org>
12189
12190 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12191 Fix setting of the element of encoded-kbd-iso2022-invocations.
12192
12193 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12194
12195 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12196 (gdb-threads-select): Change to also accept mouse events.
12197 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12198 (gdb-threads-mouse-select): Delete.
12199
12200 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12201
12202 * files.el (insert-directory): Take care of empty directory,
12203 listed without -a switch.
12204
12205 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * textmodes/refill.el (refill-post-command-function):
12208 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12209 to the list of functions that we should be careful not to undo.
12210 (refill-late-fill-paragraph-function): Remove.
12211 (refill-saved-state): New var.
12212 (refill-mode): Use it to save fill-paragraph-function.
12213 Save also the value of auto-fill-function.
12214
12215 * term/w32-win.el: Simplify code.
12216
12217 2005-01-23 Kim F. Storm <storm@cua.dk>
12218
12219 * simple.el (line-move): Adapt to new return value from
12220 pos-visible-in-window-p.
12221
12222 * simple.el (line-move): Fix last change. Check partial
12223 visibility at point rather than at window-start.
12224
12225 2005-01-22 Jason Rumney <jasonr@gnu.org>
12226
12227 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12228
12229 2005-01-22 David Kastrup <dak@gnu.org>
12230
12231 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12232
12233 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12234
12235 * type-break.el (type-break-mode): Add a test for
12236 type-break-file-name being non-nil.
12237
12238 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12239
12240 * net/eudc.el (top level): Call (message "") via progn, so that
12241 eudc-options-file is loaded.
12242
12243 2005-01-22 Kim F. Storm <storm@cua.dk>
12244
12245 * simple.el (line-move-1): Rename from line-move.
12246 (line-move): New function that adjusts vscroll for partially
12247 visible rows, and calls line-move-1 otherwise.
12248
12249 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12250
12251 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12252 since it's not a complete read-event implementation
12253
12254 2005-01-20 Jay Belanger <belanger@truman.edu>
12255
12256 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12257 for called function.
12258
12259 2005-01-20 Steven Tamm <steventamm@mac.com>
12260
12261 * term/mac-win.el (process-connection-type): Remove.
12262 Controlled now by s/darwin.h:PTY_ITERATION.
12263
12264 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * window.el (handle-select-window): Don't switch window when we're
12267 in the minibuffer.
12268
12269 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12270
12271 * subr.el (dotimes-with-progress-reporter): New macro.
12272
12273 * ses.el (ses-dotimes-msg): Remove macro.
12274 Use `dotimes-with-progress-reporter' instead.
12275
12276 2005-01-19 Steven Tamm <steventamm@mac.com>
12277
12278 * term/mac-win.el (process-connection-type): Use new
12279 operating-system-release variable to use ptys on Darwin 7 (OS X
12280 10.3) when using carbon build.
12281
12282 2005-01-19 Jay Belanger <belanger@truman.edu>
12283
12284 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12285 flags if the last command was a tab or M-tab.
12286
12287 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12288 in formula editing buffer.
12289
12290 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12291
12292 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12293 breakpoint image symbol in margin.
12294
12295 2005-01-19 Jay Belanger <belanger@truman.edu>
12296
12297 * calc/calc-prog.el (calc-execute-kbd-macro):
12298 Ignore calc-keep-arg-flag.
12299
12300 2005-01-19 Kenichi Handa <handa@m17n.org>
12301
12302 * textmodes/ispell.el (ispell-looking-at): New function.
12303 (ispell-process-line): Use ispell-looking-at to compare the ispell
12304 output and the buffer contents.
12305
12306 2005-01-18 Jay Belanger <belanger@truman.edu>
12307
12308 * calc/calc.el (calc-display-raw): Fix docstring.
12309
12310 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12311
12312 * simple.el (blink-matching-open): Strip extra info from syntax.
12313
12314 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12315 funny chars in the end-of-here-doc marker.
12316
12317 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12318
12319 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12320 that enable/disabled state of breakpoints is shown correctly in
12321 fringe and on ttys.
12322 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12323 Add breakpoint information as text properties.
12324 (gdb-mouse-toggle-breakpoint):
12325 Rename to gdb-mouse-set-clear-breakpoint.
12326 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12327 breakpoints in the margin.
12328 (gdb-remove-strings): Simplify.
12329
12330 2005-01-17 Jay Belanger <belanger@truman.edu>
12331
12332 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12333 erasing buffer.
12334
12335 2005-01-17 Richard M. Stallman <rms@gnu.org>
12336
12337 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12338 for calling grep-compute-defaults.
12339
12340 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12341 if buffer is empty.
12342
12343 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12344
12345 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12346
12347 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12348
12349 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12350 non-preloaded variables.
12351
12352 2005-01-17 Steven Tamm <steventamm@mac.com>
12353
12354 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12355 tex-shell cause to force interactivity when using pipes.
12356
12357 2005-01-17 Kim F. Storm <storm@cua.dk>
12358
12359 * simple.el (just-one-space): Make arg optional.
12360
12361 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12362
12363 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12364 posn-at-x-y to t to access left-margin.
12365
12366 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12367
12368 Sync with Tramp 2.0.47.
12369
12370 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12371 catching keep-date problems in cp/scp operations.
12372 (tramp-handle-copy-file): Don't call `set-file-modes'
12373 unconditionally. Specialized functions should know better what is
12374 necessary. This improves performance a little bit, and the
12375 functions could catch errors with `cp -p' and `scp -p'.
12376 (tramp-do-copy-or-rename-file-via-buffer)
12377 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12378 when appropriate.
12379 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12380 Call `set-file-modes' when appropriate.
12381 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12382 Johnsson <isak@hypergene.com>
12383 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12384 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12385 <joakim@verona.se>
12386 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12387 Emacs only.
12388
12389 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12390 `find-file-hooks' and `dired-mode-hook'.
12391 (tramp-minor-mode-map): Respective map. Add remapping for
12392 `compile' and `recompile'.
12393 (tramp-remap-command, tramp-recompile): New defuns.
12394 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12395 in buffer "*Compilation*". Call the commands asynchronously.
12396
12397 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12398 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12399 `shell-command', because it isn't magic in XEmacs. Reported by
12400 Adrian Aichner <adrian@xemacs.org>.
12401
12402 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12403 `substitute-in-file-name.
12404 (tramp-smb-handle-substitute-in-file-name): New defun.
12405 (tramp-smb-advice-PC-do-completion): Delete advice.
12406
12407 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12408
12409 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12410 Fix error in deleting region.
12411
12412 2005-01-15 Richard M. Stallman <rms@gnu.org>
12413
12414 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12415 In non-temp buffer, switch syntax table temporarily.
12416
12417 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12418
12419 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12420
12421 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12422
12423 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12424 (imenu--generic-function): Use START, not BEG, as pos of definition.
12425
12426 * simple.el (just-one-space): Argument specifies number of spaces.
12427
12428 * simple.el (eval-expression-print-format): Avoid warning
12429 about edebug-active.
12430
12431 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12432
12433 * progmodes/sh-script.el: Code copied from make-mode.el
12434 with small changes,
12435 (sh-mode-map): Bind C-c C-\.
12436 (sh-backslash-column, sh-backslash-align): New variables.
12437 (sh-backslash-region, sh-append-backslash): New functions.
12438
12439 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12440
12441 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12442 (rmail-pop-password, rmail-pop-password-required): Move to
12443 rmail-obsolete group.
12444 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12445 All callers updated.
12446 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12447 Take an argument specifying whether it is POP or IMAP mailbox we
12448 are using. All callers updated.
12449 (rmail-pop-password-error): Rename to
12450 rmail-remote-password-error. Added mailutils-specific error message.
12451 (rmail-movemail-search-path)
12452 (rmail-movemail-variant-in-use): New variables.
12453 (rmail-remote-password, rmail-remote-password-required):
12454 New customization variables.
12455 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12456 (rmail-parse-url): New function.
12457 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12458 with GNU mailutils movemail.
12459
12460 2005-01-15 Kevin Ryde <user42@zip.com.au>
12461
12462 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12463 suffix to space, $ or '$, to correctly position point when going
12464 to @table style constants like DBL_MAX.
12465
12466 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12467
12468 * type-break.el (type-break-mode, type-break-file-time)
12469 (type-break-file-keystroke-count, type-break-choose-file):
12470 Don't store data in or load data from the file if type-break-file-name
12471 is nil.
12472 (type-break-file-name): Doc update as per the above.
12473
12474 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12475
12476 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12477 lookup-key might return nil; handle that.
12478
12479 2005-01-15 Alan Mackenzie <acm@muc.de>
12480
12481 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12482 rather than the element found, thus enabling the tree to be setcar'd.
12483
12484 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12485
12486 * textmodes/org.el (org-show-following-heading): New option.
12487 (org-show-hierarchy-above): Use `org-show-following-heading'.
12488 (org-cycle): Documentation fix.
12489
12490 * textmodes/org.el (orgtbl-optimized): New option
12491 (orgtbl-mode): New command, a minor mode.
12492 (orgtbl-mode-map): New variable.
12493 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12494 (orgtbl-error, orgtbl-self-insert-command)
12495 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12496
12497 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12498 a local variable in each org-mode buffer.
12499
12500 * textmodes/org.el (org-set-regexps-and-options): Rename from
12501 `org-set-regexps'. Added checking for STARTUP keyword.
12502 (org-get-current-options): Add STARTUP options.
12503 (org-table-insert-row): Make mode intelligent about when
12504 realignment is needed.
12505 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12506 New commands.
12507 (org-enable-table-editor): New default value `optimized'.
12508 (org-table-blank-field): Support blanking regions if active.
12509
12510 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12511
12512 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12513 if the year is not given.
12514
12515 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12516 Add new escapes %m and %M, fixed bug with %F by adding
12517 save-match-data.
12518 (reftex-reference): Remove ?. from list of spaces.
12519 (reftex-label-info): Add automatic label prefix recognition.
12520
12521 * textmodes/reftex-index.el (reftex-index-next-phrase):
12522 Add slave parameter to call of `reftex-index-this-phrase'.
12523 (reftex-index-this-phrase): New optional argument.
12524 (reftex-index-region-phrases): Add slave parameter to call of
12525 `reftex-index-this-phrase'.
12526 (reftex-display-index): New argument redo.
12527 (reftex-index-rescan): Add 'redo to arguments of
12528 `reftex-display-index'.
12529 (reftex-index-Rescan, reftex-index-revert)
12530 (reftex-index-switch-index-tag): Add 'redo to arguments of
12531 `reftex-display-index'.
12532 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12533 indexing. Fix bug with matching is there is a quote before or
12534 after the word.
12535
12536 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12537 Fix bug when collecting citation keys in lines with comments.
12538 (reftex-citation): Prefix argument no longer rescans the document,
12539 but forces prompting for optional arguments of cite macros.
12540 (reftex-do-citation): Prompting for optional arguments implemented.
12541
12542 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12543 Add optional arguments to most cite commands.
12544 (reftex-cite-cleanup-optional-args): New option
12545 (reftex-cite-prompt-optional-args): New option.
12546 (reftex-trust-label-prefix): New option.
12547
12548 * textmodes/reftex-toc.el (reftex-toc-find-section):
12549 Add push-mark before changing the position in the buffer.
12550
12551 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12552 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12553
12554 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12555
12556 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12557 more carefully.
12558
12559 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12560
12561 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12562 (sgml-mode): Use it.
12563 (sgml-get-context): Better keep track of implicitly closed tags.
12564
12565 2005-01-13 Kenichi Handa <handa@m17n.org>
12566
12567 * textmodes/ispell.el: These changes are to fix misalignment error
12568 caused by equivalent characters of different Emacs charsets.
12569 (ispell-unified-chars-table): New variable.
12570 (ispell-get-decoded-string): New function.
12571 (ispell-get-casechars, ispell-get-not-casechars)
12572 (ispell-get-otherchars): Call ispell-get-decoded-string.
12573
12574 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12575
12576 * custom.el (custom-declare-variable): Just put symbol instead
12577 of (defvar . symbol) in `current-load-list'.
12578
12579 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12580
12581 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12582
12583 2005-01-12 Jay Belanger <belanger@truman.edu>
12584
12585 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12586 to create a Calc summary.
12587
12588 2005-01-12 Kim F. Storm <storm@cua.dk>
12589
12590 * mouse.el (mouse-on-link-p): Change functionality and doc
12591 string to comply with latest description in lisp ref.
12592
12593 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12594
12595 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12596 Enable mouse clicks on mode-line, header-line and margin.
12597 (event-type): Give mouse event symbols an 'event-kind property
12598 with value 'mouse-click.
12599
12600 2005-01-12 Juri Linkov <juri@jurta.org>
12601
12602 * facemenu.el (list-colors-display): Add new arg buffer-name.
12603 Use it. Fix docstring. Replace code for identifying duplicate
12604 colors by the name with call to `list-colors-duplicates' which
12605 identifies duplicate colors by the value unless the color
12606 is one of special Windows colors. Set truncate-lines to t.
12607 Print sorted duplicate color names on each line. Indent to 22
12608 \(the longest color name in rgb.txt) instead of 20. Optimize.
12609 (list-colors-duplicates): New function.
12610 (facemenu-color-name-equal): Delete function.
12611
12612 * facemenu.el (list-colors-print): New function created from code
12613 in list-colors-display. Print #RRGGBB at the window right edge.
12614 (list-colors-display): When temp-buffer-show-function is not
12615 defined, call list-colors-print from temp-buffer-show-hook
12616 to get the right value of window-width in list-colors-print
12617 after the buffer is displayed.
12618
12619 * simple.el (pop-mark): Move deactivate-mark out of conditional
12620 part to deactivate the active mark regardless of the state of the
12621 mark ring.
12622
12623 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12624 variables line in desktop files.
12625
12626 2005-01-12 Juri Linkov <juri@jurta.org>
12627
12628 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12629 Bring together isearch highlight related options.
12630 (lazy-highlight): Replace group `replace' by `matching'.
12631 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12632 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12633 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12634 and declare them obsolete.
12635 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12636 (isearch-faces): Remove defgroup.
12637 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12638 Move isearch highlighting code closer to lazy highlighting code.
12639
12640 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12641 (query-replace-highlight, query-replace-lazy-highlight)
12642 (query-replace): Move definitions to the beginning of the file.
12643
12644 2005-01-11 Juri Linkov <juri@jurta.org>
12645
12646 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12647 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12648 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12649
12650 * info.el (Info-history-forward): New variable.
12651 (Info-select-node): Reset Info-history-forward to nil.
12652 (Info-last): Turn into defalias.
12653 (Info-history-back): Rename from Info-last.
12654 Add current node to Info-history-forward.
12655 (Info-history-forward): New fun.
12656 (Info-mode-map): Replace Info-last by Info-history-back.
12657 Bind Info-history-forward to "r".
12658 (Info-mode-menu): Replace Info-last by Info-history-back.
12659 Fix menu item text. Add menu item for Info-history-forward.
12660 (info-tool-bar-map): Replace Info-last by Info-history-back.
12661 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12662 for Info-history-forward.
12663 (Info-mode): Replace Info-last by Info-history-back in docstring.
12664 Add local variable Info-history-forward.
12665 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12666
12667 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12670 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12671 Ignore select-window events rather than fiddle with
12672 mouse-autoselect-window.
12673
12674 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12675
12676 * type-break.el (type-break-mode): Fix previous change.
12677
12678 2005-01-10 Jay Belanger <belanger@truman.edu>
12679
12680 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12681 calculator; only reset when point is inside a calculator.
12682 Don't adjust the window height if the window takes up the whole height
12683 of the frame.
12684
12685 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12686
12687 * ebuff-menu.el (Electric-buffer-menu-mode):
12688 Preserve value of buffer-local var header-line-format.
12689
12690 2005-01-09 Jay Belanger <belanger@truman.edu>
12691
12692 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12693 Make sure settings file exists before accessing it.
12694
12695 * calc/calc-embed.el (calc-embedded-subst):
12696 Replace math-multi-subst-rec, which is only supposed to be called
12697 by math-multi-subst, by math-multi-subst.
12698
12699 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12700
12701 * vc.el (vc-allow-async-revert): New user option.
12702 (vc-disable-async-diff): New internal variable.
12703 (vc-revert-buffer): Use them to disable asynchronous diff.
12704
12705 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12706 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12707 asynchronously if vc-disable-async-diff is t.
12708
12709 2005-01-09 Jay Belanger <belanger@truman.edu>
12710
12711 * calc/calc.el (defcalcmodevar): New macro.
12712 (calc-mode-var-list-restore-default-values)
12713 (calc-mode-var-list-restore-saved-values): New functions.
12714 (calc-mode-var-list): Use defcalcmodevar to define it.
12715 (calc-always-load-extensions, calc-line-numbering)
12716 (calc-line-breaking, calc-display-just, calc-display-origin)
12717 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12718 (calc-group-char, calc-point-char, calc-frac-format)
12719 (calc-prefer-frac, calc-hms-format, calc-date-format)
12720 (calc-float-format, calc-full-float-format, calc-complex-format)
12721 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12722 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12723 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12724 (calc-matrix-brackets, calc-language, calc-language-option)
12725 (calc-left-label, calc-right-label, calc-word-size)
12726 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12727 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12728 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12729 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12730 (calc-window-height, calc-display-trail, calc-show-selections)
12731 (calc-use-selections, calc-assoc-selections)
12732 (calc-display-working-message, calc-auto-why, calc-timing)
12733 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12734 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12735 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12736 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12737 (calc-gnuplot-geometry, calc-graph-default-resolution)
12738 (calc-graph-default-resolution-3d, calc-invocation-macro)
12739 (calc-show-banner): Use defcalcmodevar to declare them and set
12740 their default values.
12741
12742 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12743 instead of default values (but restore default values if there is
12744 an argument of 0).
12745
12746 2005-01-09 David Kastrup <dak@gnu.org>
12747
12748 * desktop.el (desktop-restore-eager): Fix typo in type.
12749
12750 2005-01-08 Richard M. Stallman <rms@gnu.org>
12751
12752 * cus-edit.el (customize): Delete :link.
12753
12754 2005-01-08 Jay Belanger <belanger@truman.edu>
12755
12756 * calc/calc.el (calc-mode): Remove the extension from the
12757 `calc-settings-file' file name when loading it.
12758
12759 2005-01-08 Kim F. Storm <storm@cua.dk>
12760
12761 * info.el (Info-mode-map, Info-next-link-keymap)
12762 (Info-prev-link-keymap, Info-up-link-keymap):
12763 Map follow-link to mouse-face.
12764 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12765
12766 2005-01-08 Jay Belanger <belanger@truman.edu>
12767
12768 * calc/calc.el (calc-settings-file): Change default value.
12769 Suggested by cgw in a comment in calc-mode.el.
12770
12771 * calc/calc-mode.el (calc-settings-file-name):
12772 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12773 Replace ~/.emacs in a prompt by calc-settings-file.
12774
12775 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12776
12777 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12778 (desktop-lazy-idle-delay): New customizable variables.
12779 (desktop-buffer-args-list): New variable.
12780 (desktop-append-buffer-args): New function.
12781 (desktop-save): Call desktop-append-buffer-args for some buffers.
12782 (desktop-lazy-create-buffer): New function.
12783 (desktop-idle-create-buffers): New function.
12784 (desktop-read): Add message about buffers to restore lazily.
12785 (desktop-lazy-abort): New command.
12786 (desktop-clear): Call desktop-lazy-abort.
12787 (desktop-lazy-complete): New command.
12788
12789 2005-01-06 Richard M. Stallman <rms@gnu.org>
12790
12791 * emacs-lisp/find-func.el (find-face-definition):
12792 Rename from find-face.
12793
12794 2005-01-06 Kim F. Storm <storm@cua.dk>
12795
12796 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12797
12798 * man.el (Man-xref-man-page, Man-xref-header-file)
12799 (Man-xref-normal-file): Add follow-link property.
12800
12801 2005-01-06 Jay Belanger <belanger@truman.edu>
12802
12803 * calc/calc-units.el: Make sure the proper macro definitions are
12804 available when compiling.
12805
12806 2005-01-06 Juri Linkov <juri@jurta.org>
12807
12808 * isearch.el (isearch-lazy-highlight-update):
12809 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12810
12811 2005-01-06 Miles Bader <miles@gnu.org>
12812
12813 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12814 (isearch-lazy-highlight-face): Use new name.
12815
12816 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12817
12818 * uniquify.el (uniquify-rationalize-file-buffer-names):
12819 Re-add an interactive spec.
12820 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12821 to the same name.
12822
12823 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12824 (isearch-update, isearch-done): Adjust calls accordingly.
12825
12826 2005-01-05 Richard M. Stallman <rms@gnu.org>
12827
12828 * custom.el (custom-set-variables, custom-theme-set-variables):
12829 Clarify documentation.
12830
12831 * emacs-lisp/find-func.el (find-variable)
12832 (find-variable-other-window, find-variable-other-frame):
12833 Fix the TYPE args to find-function-read and find-function-do-it.
12834 (find-function): Doc fix.
12835 (find-function-at-point): Replace function-at-point alias.
12836
12837 2005-01-04 Richard M. Stallman <rms@gnu.org>
12838
12839 * cus-face.el (custom-declare-face):
12840 Record defface in current-load-list.
12841
12842 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12843
12844 * emacs-lisp/find-func.el: Doc fixes.
12845 (find-face-regexp): New variable.
12846 (find-function-regexp-alist): New variable.
12847 (find-function-C-source): Third arg is now TYPE.
12848 (find-function-search-for-symbol): Handle general TYPE.
12849 (find-function-read, find-function-do-it): Handle general TYPE.
12850 (find-definition-noselect, find-face): New functions.
12851 (function-at-point): Alias deleted.
12852
12853 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * battery.el (display-battery-mode): Rename from display-battery.
12856 Handle the case where it gets turned off.
12857
12858 2005-01-04 Richard M. Stallman <rms@gnu.org>
12859
12860 * cus-edit.el (customize): Make :link point to user doc.
12861
12862 * man.el (Man-fontify-manpage): Turn off undo generation.
12863
12864 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12865
12866 2005-01-04 Andreas Schwab <schwab@suse.de>
12867
12868 * files.el (insert-directory): Only look for error lines in
12869 inserted text. Don't move too far after processing --dired markers.
12870
12871 2005-01-04 Richard M. Stallman <rms@gnu.org>
12872
12873 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12874 Don't expand if the character is @, period, dash, etc.
12875 (define-mail-abbrev): Quote names that contain problem characters.
12876
12877 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12878
12879 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12880
12881 2005-01-03 Richard M. Stallman <rms@gnu.org>
12882
12883 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12884 (query-replace-highlight, query-replace-lazy-highlight)
12885 (query-replace): Definitions moved up. Doc fix.
12886
12887 2005-01-03 Richard M. Stallman <rms@gnu.org>
12888
12889 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12890 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12891 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12892 (lazy-highlight-face): Rename from isearch-lazy-...
12893 Change all references to them.
12894
12895 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12896
12897 * cus-edit.el (custom-file): Doc fix for defcustom.
12898 (custom-file): The function no longer sets the variable
12899 `custom-file' to its return value.
12900
12901 * startup.el (command-line): No longer load `custom-file'.
12902
12903 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12906
12907 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12908 Don't confuse module-prefixed identifiers for labels.
12909 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12910
12911 2005-01-02 Richard M. Stallman <rms@gnu.org>
12912
12913 * files.el (basic-save-buffer-1): Fix previous change.
12914
12915 * loadhist.el (file-loadhist-lookup): New function.
12916 (file-provides, file-requires): Use it.
12917
12918 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12919 instead of calculating the right size.
12920
12921 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12922
12923 * vc-svn.el (vc-svn-diff): Stay local if possible.
12924
12925 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12928
12929 * files.el (hack-local-variables): Fix last change.
12930
12931 2005-01-02 Jay Belanger <belanger@truman.edu>
12932
12933 * calc/calc-yank.el (calc-edit-top): New variable.
12934 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12935 object. Change header properties.
12936 (calc-edit-finish, calc-edit-finish-stack-object)
12937 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12938 edited object.
12939 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12940 for the beginning of the edited object.
12941 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12942 for the beginning of the edited object.
12943 * calc/calc-prog.el (calc-edit-macro-finish-edit)
12944 (calc-finish-formula-edit, calc-macro-repeats)
12945 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12946 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12947 beginning of the edited object.
12948 (calc-user-define-edit): Change the header for editing macros.
12949 Remove unnecessary variable.
12950
12951 2005-01-01 Jay Belanger <belanger@truman.edu>
12952
12953 * calc/calc-yank.el (calc-edit-mode): Change default header.
12954 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12955 * calc/calc-store.el (calc-edit-variable): Change title to match new
12956 header.
12957 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12958 mode to match new header.
12959 (calc-user-define-edit): Change titles to include names of commands.
12960 (calc-finish-formula-edit): Adjust to handle new header.
12961 (calc-finish-macro-edit): Remove.
12962 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12963 (calc-edit-macro-command, calc-edit-macro-command-type)
12964 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12965 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12966 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12967 (calc-edit-macro-finish-edit): New functions.
12968 (calc-user-define-edit): Use new functions to edit named calc macros.
12969
12970 2005-01-01 Stefan <monnier@iro.umontreal.ca>
12971
12972 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12973
12974 * ses.el (copy-region-as-kill): Deactivate mark.
12975
12976 2005-01-01 Richard M. Stallman <rms@gnu.org>
12977
12978 * replace.el (occur-1): If the output buffer is also an input,
12979 don't kill it, rename it.
12980
12981 * faces.el (set-face-background, set-face-foreground): Doc fix.
12982
12983 * cus-face.el (custom-face-attributes): Fix :help-echo strings
12984 for :foreground and :background.
12985
12986 * dired.el (dired-view-command-alist): Variable deleted.
12987 (dired-view-file, dired-mouse-find-file-other-window):
12988 Delete the code to use it.
12989
12990 2005-01-01 Kim F. Storm <storm@cua.dk>
12991
12992 * image.el (insert-sliced-image): Use t for line-height property.
12993
12994 See ChangeLog.11 for earlier changes.
12995
12996 ;; Local Variables:
12997 ;; coding: iso-2022-7bit
12998 ;; End:
12999
13000 Copyright (C) 2005 Free Software Foundation, Inc.
13001 Copying and distribution of this file, with or without modification,
13002 are permitted provided the copyright notice and this notice are preserved.
13003
13004 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1