]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* longlines.el (longlinges-search-function)
[gnu-emacs] / lisp / ChangeLog
1 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2
3 * longlines.el (longlinges-search-function)
4 (longlines-search-forward, longlines-search-backward): New
5 functions.
6 (longlines-mode): Set isearch-search-fun-function to
7 longlinges-search-function.
8
9 * mouse.el (mouse-drag-region-1): Handle the case where a
10 double-click event is bound to an arbitrary function.
11
12 2005-10-14 David Ponce <david@dponce.com>
13
14 * recentf.el (recentf-track-opened-file)
15 (recentf-track-closed-file, recentf-update-menu)
16 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
17 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
18 mouse-1-click-follows-link.
19
20 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21
22 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23 Gnome file-manager.png. Suggested by
24 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
25
26 * toolbar/README: Add diropen.xpm.
27
28 2005-10-13 Bill Wohler <wohler@newt.com>
29
30 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
31 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
32
33 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
36 Don't waste the byte-compiler's time on constant data.
37
38 2005-10-13 Kenichi Handa <handa@m17n.org>
39
40 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
41 byte with `escape-glyph' face.
42
43 * international/fontset.el (ccl-encode-unicode-font):
44 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
45 Handle the case that ucs-mule-to-mule-unicode translates a character to
46 ASCII (usually for IPA characters).
47
48 2005-10-12 Bill Wohler <wohler@newt.com>
49
50 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
51 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
52 files in MH-E-SRC have been updated.
53 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
54
55 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
58 (mixal-mode-syntax-table): Add \n as end-comment.
59 (mixal-operation-codes-alist): Immediately initialize to full value.
60 (mixal-add-operation-code): Remove.
61 (mixal-describe-operation-code): Make the arg non-optional.
62 Use the interactive spec instead.
63 Use mixal-operation-codes-alist rather than mixal-operation-codes.
64 (mixal-font-lock-keywords): Don't highlight comments here any more.
65 (mixal-font-lock-syntactic-keywords): New var.
66 (mixal-mode): Use it. Fix comment-start-skip.
67
68 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
69
70 * startup.el (command-line-x-option-alist): -nb => -nbi
71
72 2005-10-12 Kim F. Storm <storm@cua.dk>
73
74 * startup.el (fancy-splash-default-action): Discard mouse click in
75 the spash screen window, as it has no sensible meaning in the
76 next window to be selected. Fixes error reported by Jan D.
77
78 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
79
80 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
81
82 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
85 Try to fix up minor layout issues like indentation, line break, etc...
86 (mixal-mode-syntax-table): Don't try to specify comment syntax,
87 because it doesn't work.
88 (mixal-operation-codes): Add some more codes.
89 (mixal-font-lock-keywords): Process comments here.
90 (mixal-mode): mixasm no longer needs -g option.
91
92 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
93
94 * progmodes/sh-script.el (sh-tmp-file):
95 Use mktemp -t. Finish support for es and rc shells.
96
97 2005-10-11 Jay Belanger <belanger@truman.edu>
98
99 * calc/calcalg2.el (calc-integral): With an argument, compute the
100 definite integral.
101
102 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
103
104 * mouse.el (mouse-drag-region-1): Don't try to catch a
105 double-click when doing follow-link (it's overridden anyway).
106
107 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
108
109 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
110 (autoload-print-form-outbuf): Add docstring.
111
112 2005-10-11 Juri Linkov <juri@jurta.org>
113
114 * info.el (Info-mode-menu): Delete menu item "Edit".
115 (Info-mode): Delete description of Info-edit from docstring,
116 and rearrange descriptions of Info commands in the order
117 they are documented in the Info manual.
118
119 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * calendar/appt.el (appt-check): Use diary-selective-display var.
122
123 2005-10-10 Richard M. Stallman <rms@gnu.org>
124
125 * net/newsticker.el (newsticker-start, newsticker-show-news):
126 Add autoload cookies.
127
128 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
129
130 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
131
132 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
133
134 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
135
136 2005-10-10 Jay Belanger <belanger@truman.edu>
137
138 * calc/calc-arith.el (math-check-known-scalarp)
139 (math-check-known-matrixp): Check the values of arguments that are
140 variables.
141 (math-check-known-square-matrixp): New function.
142 (math-known-square-matrixp): Use math-check-known-square-matrixp.
143 (math-super-types): Add sqmatrix type.
144
145 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
146 mode name `square' to 'sqmatrix'.
147
148 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
149 mode name `square' to 'sqmatrix'.
150
151 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * progmodes/etags.el (select-tags-table-mode): Don't use
154 selective-display.
155 (tags-select-tags-table): Pass `button' to the action function.
156 (select-tags-table): Place the side-info on button properties rather
157 than in hidden text. Abbreviate file names.
158 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
159 (select-tags-table-select): Add `button' argument.
160 Get side-info from the button property rather than from hidden text.
161
162 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
163
164 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
165 (gud-speedbar-buttons): Preserve point if possible.
166 (gud-sentinel): Restore previous speedbar display type.
167
168 * progmodes/gdb-ui.el (gdba): Improve diagram.
169 (def-gdb-auto-update-handler, gdb-info-locals-handler)
170 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
171 Call get-buffer-window once.
172
173 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
176 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
177 (pascal-indent-command): Remove unused var `ind'.
178 (pascal-indent-case): Remove unused var `oldpos'.
179 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
180 since it's now used as a proper minor mode map.
181 (pascal-outline): Rename to pascal-outline-mode.
182 (pascal-outline-mode): Use define-minor-mode.
183 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
184 selective-display.
185
186 2005-10-10 Andreas Schwab <schwab@suse.de>
187
188 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
189 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
190
191 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
192 outside source directory.
193
194 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
195
196 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
197 C-x' as a prefix.
198 (orgtbl-mode-map): Full keymap instead of sparse, because all
199 `self-insert-command' keys are redefined in this map.
200 (org-export-as-html): Specify charset for HTML file, by taking it
201 from the coding system.
202
203 2005-10-10 Kenichi Handa <handa@m17n.org>
204
205 * textmodes/flyspell.el (flyspell-check-word-p):
206 If unread-command-events is non-empty, don't call sit-for.
207
208 2005-10-09 Richard M. Stallman <rms@gnu.org>
209
210 * font-lock.el (font-lock-syntactic-keywords)
211 (font-lock-keywords): Doc fixes.
212
213 * textmodes/flyspell.el (flyspell-external-point-words):
214 Simplify logic, and don't try to check for consecutive appearances
215 of one incorrect word.
216
217 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
218
219 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
220 separator.
221
222 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
223 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
224 (gud-expansion-speedbar-buttons): New function.
225 (gud-speedbar-buttons): Check for gud-comint-buffer.
226
227 2005-10-09 Bill Wohler <wohler@newt.com>
228
229 * Makefile.in (updates): Add mh-loaddefs dependency.
230
231 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
232
233 * speedbar.el (speedbar-file-key-map): Fix typo.
234
235 2005-10-09 Daniel Brockman <daniel@brockman.se>
236
237 * cus-start.el (line-spacing): Add custom spec.
238
239 2005-10-09 Romain Francoise <romain@orebokech.com>
240
241 * textmodes/ispell.el (ispell-check-version): Fix last change.
242
243 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
244
245 * term/x-win.el: Remove -i, --icon-type from comment.
246
247 * startup.el (command-line-x-option-alist): Remove options -i,
248 -itype, --icon-type, added -nb, --no-bitmap-icon
249
250 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
251
252 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
253 instead of :active.
254
255 2005-10-08 Eric Hanchrow <offby1@blarg.net>
256
257 * textmodes/ispell.el (ispell-check-version):
258 Ignore hyphen, and all that follows, in aspell's version text.
259
260 2005-10-08 Jay Belanger <belanger@truman.edu>
261
262 * calc/calc-arith.el (math-known-square-matrixp): New function.
263 (math-pow-fancy): Check for matrices before distributing exponent
264 across products.
265
266 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
267 fullscreen keypad. Suggested by Luc Teirlinck.
268 (calc-keypad-show-input): Add space for formatting.
269
270 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
271 Add square matrix option.
272
273 * calc/calc-poly.el (math-expand-term): Check for matrices instead
274 of checking calc-matrix-mode when deciding how to expand.
275
276 * calc/calc.el (calc-set-mode-line): Add square matrix option.
277
278 2005-10-08 Lars Hansen <larsh@soem.dk>
279
280 * net/tramp.el (tramp-perl-directory-files-and-attributes):
281 Add error handling.
282 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
283
284 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
285
286 Sync with Tramp 2.0.51.
287
288 * net/tramp.el (tramp-handle-set-visited-file-modtime)
289 (tramp-handle-insert-file-contents, tramp-handle-write-region):
290 Insert special handling for `last-coding-system-used', again
291 it still seems to be necessary (unlike stated before).
292 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
293 (tramp-password-prompt-regexp): There might be other words before
294 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
295 (tramp-chunksize): Improve docstring.
296 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
297 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
298 Christian Joergensen <bugs@razor.dk>.
299
300 2005-10-07 Glenn Morris <rgm@gnu.org>
301
302 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
303 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
304 precision'.
305
306 2005-10-07 Romain Francoise <romain@orebokech.com>
307
308 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
309 (ibuffer-do-shell-command-pipe-replace)
310 (ibuffer-do-shell-command-file, ibuffer-do-eval)
311 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
312 (ibuffer-do-revert, ibuffer-do-replace-regexp)
313 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
314 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
315 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
316 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
317 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
318 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
319 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
320 Autoload file sans suffix.
321
322 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
323
324 2005-10-07 David Ponce <david@dponce.com>
325
326 * recentf.el (recentf-menu-open-all-flag): New option.
327 (recentf-digit-shortcut-command-name): New function.
328 (recentf--shortcuts-keymap): New variable.
329 (recentf-menu-shortcuts): New variable.
330 (recentf-make-menu-items): Initialize it. Replace the "More..."
331 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
332 (recentf-menu-value-shortcut): New function.
333 (recentf-make-menu-item): Use it. No more in-lined.
334 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
335 (recentf-open-most-recent-file): Rename from
336 `recentf-open-file-with-key'. Don't depend on key binding.
337 (recentf-mode-map): New variable.
338 (recentf-mode): Use it.
339
340 2005-10-06 Bill Wohler <wohler@newt.com>
341
342 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
343
344 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
345 (MH-E-SRC): New. Used by mh-autoloads.
346 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
347 files in MH-E-SRC have been updated.
348 (compile, recompile, bootstrap): Depend on mh-autoloads.
349
350 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
351
352 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
353 gud-break and gud-remove icons when the fringe is not available.
354
355 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
356 Typo.
357
358 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
359
360 * play/zone.el (zone): Wrap body with save-window-excursion.
361
362 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
365 Use the new `list-only' arg to diary-list-entries.
366
367 * calendar/diary-lib.el: Use overlays rather than selective-display.
368 (diary-selective-display): New var.
369 (diary-header-line-format): Use it.
370 (diary-list-entries): Add argument `list-only'.
371 Put the buffer in diary-mode. Don't add \^M at beg and end.
372 Replace \^M by invisible overlays.
373 (diary-unhide-everything): Replace \^M by invisible overlays.
374 (print-diary-entries): Look for overlays rather than \^M.
375 Add a space to the temp buffer name.
376 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
377 Put the buffer in diary-mode.
378 (list-sexp-diary-entries): Replace \^M by invisible overlays.
379 (diary-anniversary): Make the year arg optional.
380 (diary-time-regexp): New const.
381 (diary-font-lock-keywords): Use it to accept a few more time formats.
382
383 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
384
385 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
386
387 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
388 Fix bug introduced 2005-07-03: Use (car (last ...))
389 to faithfully reproduce replaced artist-last.
390 (artist-set-arrow-points-for-poly): Likewise.
391 Suggested by Johan Bockg\e,Ae\e(Brd.
392
393 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
394
395 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
396 * wid-edit.el (widget):
397 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
398 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
399
400 2005-10-06 Kenichi Handa <handa@m17n.org>
401
402 * international/mule-cmds.el (set-language-environment):
403 Fix setting up of case-table for unibyte mode.
404
405 * simple.el (what-cursor-position): If the character is displayed
406 by some `display' text property, show that. Don't use
407 single-key-description for eight-bit characters in multibyte mode.
408
409 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
410
411 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
412 (gdb-ann3): Set it.
413 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
414 (gdb-info-frames-custom): Use inverse-video for first five
415 characters of selected frame only.
416 (gdb-get-frame-number): Select frame even when point is on frame
417 number.
418
419 2005-10-06 Masatake YAMATO <jet@gyve.org>
420
421 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
422 Put `font-lock-function-name-face'.
423 (gdb-info-frames-custom): Put `font-lock-function-name-face'
424 and `font-lock-variable-name-face'
425 (gdb-registers-font-lock-keywords): New font lock keywords definition.
426 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
427 (gdb-memory-font-lock-keywords): New font lock keywords definition.
428 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
429 (gdb-local-font-lock-keywords): New font lock keywords definition.
430 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
431 (gdb-threads-font-lock-keywords): New font lock keywords definition.
432 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
433
434 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
435
436 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
437 (ediff-merge-region-is-non-clash-to-skip): Previously called
438 ediff-merge-region-is-non-clash.
439
440 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
441 Use insert-buffer-substring.
442
443 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
444 selecting files to patch. Also bug fixes.
445
446 * ediff-util.el (ediff-setup): Bug fix.
447 (ediff-next-difference): Never skip clashes that differ in white
448 space only.
449
450 * ediff-wind.el (ediff-setup-control-frame)
451 (ediff-destroy-control-frame): Check the menubar feature.
452
453 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
454 (viper-refresh-mode-line): Use make-local-variable to localize
455 some vars instead of make-variable-buffer-local. Suggested by
456 Stefan Monnier.
457
458 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
459 (viper-restore-cursor-type, viper-set-insert-cursor-type):
460 Use make-local-variable instead of make-variable-buffer-local.
461 Suggested by Stefan Monnier.
462
463 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
464 (viper-comint-mode-hook): Use make-local-variable on
465 require-final-newline.
466 (viper-non-hook-settings): Don't use make-variable-buffer-local.
467
468 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
471 also the second char of a comment-start sequence.
472 (scheme-sexp-comment-syntax-table): New var.
473 (lambda, define): Set their scheme-doc-string-elt property.
474 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
475 Use lisp-font-lock-syntactic-face-function now that it properly
476 handles |...| symbols.
477 (scheme-mode-variables): Set lisp-doc-string-elt-property,
478 parse-sexp-lookup-properties and font-lock-extra-managed-props.
479
480 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
481 bit from # to |.
482 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
483
484 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
485 (lisp-doc-string-elt-property): New var.
486 (lisp-font-lock-syntactic-face-function): Use it.
487 Rewrite to recognize docstrings even for forms not at toplevel.
488
489 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
490 annotation on the | part of #| rather than on the # part.
491 (scheme-font-lock-syntactic-face-function): New function, to
492 distinguish strings from |...| symbols.
493 (scheme-mode-variables): Use it. Also fix up the font-lock-time
494 syntax-table so that #|...|# is properly highlighted.
495
496 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
497 Don't mark as docstring the 3rd elem of an unknown toplevel form.
498
499 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
502 and C-e.
503
504 * emacs-lisp/eldoc.el: Move comments into docstrings.
505 (eldoc-message-commands): Initialize in its declaration.
506 Add move-beginning-of-line and move-end-of-line.
507 (eldoc-add-command, eldoc-add-command-completions)
508 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
509
510 * outline.el (outline-mark-subtree): Activate the mark.
511
512 * calendar/appt.el (appt-time-regexp): New var.
513 (appt-add, appt-make-list): Use it.
514 (appt-convert-time): Clean up.
515
516 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
517 Don't set any syntax-table property here.
518 (tex-font-lock-verb): New function. Do it here.
519 (tex-font-lock-syntactic-keywords): Use it.
520
521 2005-10-04 Richard M. Stallman <rms@gnu.org>
522
523 * wid-edit.el (widget-file-complete): Get the widget start point
524 the right way. Default directory to `/' if file has none.
525
526 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
527
528 * textmodes/flyspell.el (flyspell-mode-on):
529 Call ispell-maybe-find-aspell-dictionaries.
530
531 * textmodes/ispell.el (ispell-word, ispell-region):
532 Call ispell-maybe-find-aspell-dictionaries.
533 (ispell-accept-buffer-local-defs):
534 Don't call ispell-maybe-find-aspell-dictionaries
535
536 2005-10-04 Richard M. Stallman <rms@gnu.org>
537
538 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
539
540 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
541
542 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
543 instead of `fboundp' in order to allow for anonymous functions.
544
545 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
546
547 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
548 case the user clicks on the link while another window is selected.
549 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
550
551 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
552 functionality.
553 (dframe-help-echo): Save point in case mouse tracking is off.
554
555 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
556
557 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
558
559 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
562 not change the global value of those vars.
563
564 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
565 make-local-variable which we do not need any more.
566
567 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
568
569 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
570 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
571 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
572 (speedbar-path-line): Define obsolete aliases.
573 (speedbar-line-directory): Doc fix.
574
575 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
576 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
577 instead of speedbar-line-path.
578
579 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
580
581 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
582 to nil if dropping on a window. Handle dropping on a minibuffer window
583 like dropping on a non-window part of Emacs.
584
585 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * net/ange-ftp.el: Use with-current-buffer.
588 (ange-ftp-insert-directory): Do not follow symlinks any more.
589
590 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
591 Remove interactive spec.
592
593 2005-10-03 Kim F. Storm <storm@cua.dk>
594
595 * ido.el (ido-mode): Use custom-initialize-set.
596
597 2005-10-02 Richard M. Stallman <rms@gnu.org>
598
599 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
600 Use insert-buffer-substring.
601
602 * net/tramp.el: Pacify byte compiler warnings in pacification code.
603 (tramp-handle-file-local-copy): Use insert-buffer-substring.
604
605 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
608 in last change.
609 (ange-ftp-insert-directory): Fix up the search for the case where
610 `file' is absolute.
611
612 2005-10-02 Romain Francoise <romain@orebokech.com>
613
614 * progmodes/compile.el (compile-goto-error): Delete extra paren.
615
616 2005-10-02 Andreas Schwab <schwab@suse.de>
617
618 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
619 directory component in the session info.
620
621 2005-10-01 Richard M. Stallman <rms@gnu.org>
622
623 * comint.el (comint-redirect-subvert-readonly): Doc fix.
624
625 * simple.el (next-error-internal): New function.
626
627 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
628 (compilation-start): Pass new arg to compilation-buffer-name.
629 (compile-goto-error): Use next-error-internal.
630
631 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
632
633 * speedbar.el: Remove RCS tag.
634 (speedbar-check-read-only): Handle non-existent files.
635
636 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
637
638 * info.el (Info-speedbar-hierarchy-buttons)
639 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
640
641 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
642
643 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
644 Do not match newline.
645 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
646 (bibtex-summary): Remove unnecessary save-excursion.
647 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
648
649 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
650
651 * term/mac-win.el: Add charset info for "iso10646-1".
652 Modify default fontset to use ATSUI-compatible fonts for some charsets
653 if available.
654
655 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
656
657 * speedbar.el: Re-apply arch tag.
658 (speedbar-version): Rename to version 1.0. Suggested by Eric
659 M. Ludlam.
660 Reapply two changes from Emacs CVS' version of speedbar lost
661 during the merge:
662 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
663 (speedbar-frame-parameters): Improve customize type.
664
665 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
668 (ange-ftp-file-directory-p): Fix the symlink case.
669 (ange-ftp-insert-directory): When listing a single file, get a list of
670 the parent buffer and extract the relevant line. Inspired from a patch
671 by Katsumi Yamaoka <yamaoka@jpl.org>.
672 (ange-ftp-file-name-sans-versions): Simplify.
673
674 2005-09-30 Bill Wohler <wohler@newt.com>
675
676 Move MH-E image files from toolbar and mail directories into
677 etc/images.
678
679 * mail/reply2.*: Move to etc/images/mail/reply*.
680
681 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
682 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
683 etc/images.
684
685 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
686 * toolbar/reply*: Move to etc/images/mail.
687
688 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
689
690 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
691
692 * speedbar.el: New version 1.0pre3.
693
694 Frame management code (including timer, and mouse click specifics)
695 moved to dframe.el:
696 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
697 (speedbar-timer): Removed. Use dframe-timer.
698 (speedbar-close-frame): Removed. Use dframe-close-frame.
699 (speedbar-activity-change-focus-flag): Removed. Use
700 dframe-activity-change-focus-flag.
701 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
702 dframe-update-speed.
703
704 (speedbar-current-frame): New macro. Use this instead of the
705 variable speedbar-frame.
706
707 (speedbar-use-images, speedbar-expand-image-button-alist)
708 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
709
710 (speedbar-find-image-on-load-path): Removed. Replaced by
711 defezimage in ezimage.el.
712 (speedbar-expand-image-button-alist): Removed. Replaced by
713 ezimage-expand-image-button-alist in ezimage.el.
714
715 (speedbar-ignored-directory-regexp)
716 (speedbar-add-ignored-directory-regexp)
717 (speedbar-ignored-directory-expressions)
718 (speedbar-line-directory, speedbar-buffers-line-directory)
719 (speedbar-directory-line, speedbar-buffers-line-directory):
720 Renamed, replacing `path' with `directory'.
721
722 (speedbar-create-directory, speedbar-expand-line-descendants)
723 (speedbar-toggle-line-expansion)
724 (speedbar-contract-line-descendants): New commands.
725
726 (speedbar-query-confirmation-method, speedbar-select-frame-method)
727 (speedbar-use-tool-tips-flag): New options.
728
729 (speedbar-check-read-only, speedbar-require-version)
730 (speedbar-insert-separator, speedbar-buffers-tail-notes)
731 (speedbar-handle-delete-frame, speedbar-try-completion)
732 (speedbar-update-localized-contents): New functions.
733
734 (speedbar-incompatible-version, speedbar-ro-to-do-point)
735 (speedbar-object-read-only-indicator): New variables.
736
737 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
738 New hooks.
739
740 (speedbar-separator-face): New face.
741
742 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
743 (speedbar-ignored-modes): Add fundamental-mode.
744 (speedbar-directory-unshown-regexp): Add . directories.
745
746 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
747 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
748 `]' for full expand/close.
749 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
750
751 (speedbar-check-vc): Support hidden files.
752 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
753 (speedbar-this-file-in-vc): Use vc-state if available. If VC
754 state is nil, it is not checked out.
755
756 (speedbar-line-text, speedbar-line-token): Support expand buttons
757 with no text.
758 (speedbar-refresh): Universal argument acts as power-click.
759 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
760 that buffer to get variable values.
761
762 And many other bugfixes.
763
764 * dframe.el, ezimage.el, sb-image.el: New files.
765
766 * sb-*.xpm: Remove files. New image files installed into
767 etc/images/ezimage.
768
769 2005-09-30 Kenichi Handa <handa@m17n.org>
770
771 * ps-mule.el (ps-mule-show-warning): If a character is in
772 ps-print-translation-table, don't treat it as non-printable.
773
774 2005-09-30 David Ponce <david@dponce.com>
775
776 * tree-widget.el (tree-widget-themes-load-path): New variable.
777 (tree-widget-themes-directory): Doc fix.
778 (tree-widget-image-formats) [Emacs]: Doc fix.
779 (tree-widget--locate-sub-directory): New function.
780 (tree-widget-themes-directory): Use it.
781
782 * recentf.el (recentf-filename-handlers): Rename from
783 `recentf-filename-handler'. Allow a list of functions.
784 (recentf-menu-items-for-commands): Fix :help strings.
785 (recentf-apply-filename-handlers): New function.
786 (recentf-expand-file-name): Use it.
787 (recentf-cleanup): Remove duplicates too.
788
789 2005-09-29 Juri Linkov <juri@jurta.org>
790
791 * faces.el: Rearrange face definitions to be in the same order as
792 their face descriptions in "(emacs)Standard Faces".
793
794 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
795
796 * tooltip.el (tooltip): Add group `basic-faces'.
797
798 * buff-menu.el (Buffer-menu-buffer): Remove group
799 `font-lock-highlighting-faces'.
800
801 * progmodes/compile.el (compilation-error, compilation-warning)
802 (compilation-info, compilation-line-number, compilation-column-number):
803 Change group from `font-lock-highlighting-faces' to `compilation'.
804
805 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
806 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
807 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
808 (vhdl-font-lock-reserved-words-face)
809 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
810 `font-lock-highlighting-faces'.
811
812 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
813
814 2005-09-28 Kim F. Storm <storm@cua.dk>
815
816 * emulation/cua-base.el: Set CUA move property on additional commands:
817 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
818 forward-sexp, backward-sexp, forward-list, backward-list.
819
820 2005-09-28 Romain Francoise <romain@orebokech.com>
821
822 * comint.el (comint-show-output): Really set point at the
823 beginning of the output when not using `comint-use-prompt-regexp'.
824
825 2005-09-27 Jay Belanger <belanger@truman.edu>
826
827 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
828 in TeX mode.
829
830 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
831
832 * textmodes/org.el (org-table-sum): Fix format string.
833
834 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
835 Quote face names.
836
837 2005-09-26 Romain Francoise <romain@orebokech.com>
838
839 * isearch.el (isearch-forward-regexp): Close doc string.
840
841 2005-09-25 Richard M. Stallman <rms@gnu.org>
842
843 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
844
845 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
846
847 * progmodes/compile.el (compilation-error-properties):
848 When getting the file from the previous error message,
849 correctly decode the new data format.
850
851 * progmodes/cc-cmds.el (c-electric-paren):
852 Call old-blink-paren only for close-paren.
853
854 2005-09-24 Andreas Schwab <schwab@suse.de>
855
856 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
857 condition.
858
859 2005-09-25 Romain Francoise <romain@orebokech.com>
860
861 * dired-aux.el (dired-copy-file-recursive):
862 * dired.el (dired-delete-file):
863 * ediff-mult.el (ediff-dir-diff-copy-file):
864 * ediff-util.el (ediff-test-save-region):
865 * forms.el (forms-mode):
866 * ido.el (ido-file-internal, ido-delete-file-at-head):
867 * log-edit.el (log-edit-done):
868 * ses.el (ses-yank-resize):
869 * play/gomoku.el (gomoku-human-plays, gomoku)
870 (gomoku-human-resigns, gomoku-prompt-for-other-game)
871 (gomoku-offer-a-draw):
872 * play/landmark.el (lm-human-resigns, lm):
873 * net/eudcb-ldap.el (eudc-ldap-check-base):
874 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
875 * progmodes/ebrowse.el (ebrowse-find-pattern):
876 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
877 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
878 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
879
880 * vc.el (vc-delete-file):
881 * play/gomoku.el (gomoku-terminate-game, gomoku)
882 (gomoku-prompt-for-move, gomoku-human-takes-back):
883 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
884 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
885
886 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
887
888 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
889 color rxvt terminals by using the code xterm.el used to use before
890 2005-04-09 in order to match the colors used by rxvt.
891
892 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
893
894 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
895 colors rxvt-unicode terminals by using the same code as xterm.el.
896
897 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * textmodes/tex-mode.el (tex-font-lock-append-prop)
900 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
901 new symbol used for the tex-verbatim face.
902
903 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
904
905 * woman.el (woman-file-name):
906 * wid-edit.el (widget-file-prompt-value)
907 (widget-coding-system-prompt-value):
908 * w32-fns.el (set-w32-system-coding-system):
909 * vc.el (vc-version-diff, vc-annotate):
910 * textmodes/reftex-auc.el (reftex-arg-cite)
911 (reftex-arg-index-tag):
912 * textmodes/refer.el (refer-get-bib-files):
913 * textmodes/artist.el (artist-figlet-choose-font):
914 * terminal.el (terminal-emulator):
915 * replace.el (occur-read-primary-args):
916 * rect.el (string-rectangle, string-insert-rectangle):
917 * ps-print.el (ps-print-preprint):
918 * progmodes/pascal.el (pascal-goto-defun):
919 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
920 * progmodes/compile.el (compilation-find-file):
921 * printing.el (pr-interactive-n-up):
922 * play/animate.el (animate-birthday-present):
923 * net/rcompile.el (remote-compile):
924 * man.el (man, Man-goto-section, Man-follow-manual-reference):
925 * mail/rmailsum.el (rmail-summary-search-backward)
926 (rmail-summary-search):
927 * mail/rmailout.el (rmail-output-read-rmail-file-name)
928 (rmail-output-read-file-name):
929 * mail/rmail.el (rmail-search, rmail-search-backwards):
930 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
931 * locate.el (locate):
932 * international/quail.el (quail-show-keyboard-layout):
933 * international/mule.el (set-buffer-file-coding-system)
934 (revert-buffer-with-coding-system, set-file-name-coding-system)
935 (set-terminal-coding-system, set-keyboard-coding-system)
936 (set-next-selection-coding-system):
937 * international/mule-diag.el (describe-coding-system)
938 (describe-font, describe-fontset):
939 * international/mule-cmds.el (universal-coding-system-argument)
940 (search-unencodable-char, describe-input-method)
941 (set-language-environment, describe-language-environment):
942 * international/codepage.el (codepage-setup):
943 * international/code-pages.el (codepage-setup):
944 * info.el (Info-search, Info-follow-reference)
945 (Info-search-backward):
946 * emacs-lisp/advice.el (ad-read-advised-function)
947 (ad-read-advice-class, ad-clear-cache, ad-activate)
948 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
949 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
950 (ad-read-regexp):
951 * ediff-util.el (ediff-toggle-regexp-match):
952 * ediff-ptch.el (ediff-prompt-for-patch-file):
953 * dired-aux.el (dired-diff):
954 * diff.el (diff):
955 * cus-edit.el (custom-variable-prompt):
956 * calendar/timeclock.el (timeclock-ask-for-project):
957 * calc/calcalg3.el (calc-get-fit-variables):
958 * calc/calc-store.el (calc-edit-variable)
959 (calc-permanent-variable):
960 * vc-mcvs.el (vc-mcvs-register):
961 * shadowfile.el (shadow-define-literal-group):
962 * woman.el (woman-file-name):
963 * vc.el (vc-version-diff, vc-merge):
964 * textmodes/reftex-index.el (reftex-index-complete-tag):
965 * format.el (format-decode-buffer, format-decode-region):
966 * emulation/viper-cmd.el (viper-read-string-with-history):
967 * emacs-lisp/debug.el (cancel-debug-on-entry):
968 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
969 * ediff.el (ediff-merge-revisions)
970 (ediff-merge-revisions-with-ancestor, ediff-revision):
971 * completion.el (interactive-completion-string-reader):
972 * calc/calc-prog.el (calc-user-define-formula):
973 Follow convention for reading with the minibuffer.
974
975 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
976
977 * progmodes/python.el (python-describe-symbol): Add globals() and
978 locals() to the arguments of emacs.ehelp.
979
980 2005-09-24 Magnus Henoch <mange@freemail.hu>
981
982 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
983 New function, code extracted from ispell-valid-dictionary-list.
984 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
985 Call it.
986
987 2005-09-24 Eli Zaretskii <eliz@gnu.org>
988
989 * subr.el (version-regexp-alist): Extend valid syntax for version
990 strings: allow any of the characters -,_,+ to separate the
991 alpha/beta/rc part from the version part. Doc fix.
992 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
993
994 2005-09-23 David Reitter <david.reitter@gmail.com>
995
996 * mail/mailclient.el: New file.
997
998 2005-09-23 Richard M. Stallman <rms@gnu.org>
999
1000 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1001 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1002 Doc fixes.
1003
1004 * progmodes/cc-mode.el (c-font-lock-init):
1005 Specify font-lock-lines-before.
1006
1007 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1010 whole conflict.
1011
1012 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1013
1014 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1015 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1016 of `remap' feature when available. Additional key bindings for
1017 better tty support.
1018 (org-mode-restart, org-force-self-insert): New commands.
1019 (org-time-stamp-inactive): New command.
1020 (org-remap): New function.
1021 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1022 (org-enable-fixed-width-editor): Move to `org-structure'
1023 customization group.
1024 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1025 blank field after field motion commands.
1026
1027 2005-09-23 Kenichi Handa <handa@m17n.org>
1028
1029 * international/mule-cmds.el (set-language-environment):
1030 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1031 have to call utf-translate-cjk-load-tables.
1032
1033 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * mouse.el (mouse-move-drag-overlay): Fix last change.
1036
1037 2005-09-22 David Ponce <david@dponce.com>
1038
1039 * tree-widget.el (tree-widget-value-create): Fix previous change.
1040
1041 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1042
1043 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1044
1045 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * mouse.el (mouse-move-drag-overlay): New function.
1048 (mouse-drag-region-1): Use it.
1049 Try to simplify a bit the state handling. Handle clicks on links
1050 inside intangible areas.
1051 (mouse-save-then-kill): Minor simplification.
1052 (mouse-secondary-overlay): Make it always non-nil instead of
1053 recreating it each time.
1054 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1055 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1056 Simplify accordingly.
1057
1058 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1059
1060 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1061
1062 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1063
1064 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1065 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1066 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1067 to patch.
1068
1069 * ediff-util.el: Use insert-buffer-substring.
1070
1071 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1072
1073 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1074 field boundaries in the minibuffer.
1075 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1076 (viper-minibuffer-post-command-hook): New hook.
1077 (viper-line): Don't move cursor at bolp.
1078
1079 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1080
1081 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1082 avoid compiler warnings.
1083
1084 * emulation/viper-macs.el (ex-map): Better messages.
1085
1086 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1087
1088 * emulation/viper.el: Replace make-variable-buffer-local with
1089 viper-make-variable-buffer-local everywhere, to avoid warnings.
1090
1091 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1094 Delete unused var `old-selected-window'.
1095 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1096 (mouse-drag-secondary): Delete unused var `start-frame'.
1097
1098 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1099
1100 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1101
1102 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1105 Re-indent within 80 columns. Use inhibit-read-only.
1106
1107 2005-09-19 Romain Francoise <romain@orebokech.com>
1108
1109 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1110
1111 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1114 unconditionally, since the after-change-function already did it.
1115
1116 2005-09-19 Miles Bader <miles@gnu.org>
1117
1118 * net/newsticker.el: Get rid of CVS keyword.
1119
1120 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1121
1122 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1123 The prompt is formatted later.
1124
1125 2005-09-19 David Ponce <david@dponce.com>
1126
1127 * tree-widget.el (tree-widget-value-create): Save the converted
1128 tree :node widget.
1129
1130 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1133 variable `message'.
1134
1135 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1136
1137 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1138 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1139 <slawomir.nowaczyk.847@student.lu.se>.
1140
1141 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1142
1143 * image.el (image-load-path): Use symbol `data-directory' instead
1144 of its value, for backward compatibility with packages that bind
1145 it during `find-image'. Suggested by Katsumi Yamaoka.
1146 (image-search-load-path): Handle symbols whose values are strings.
1147
1148 2005-09-18 Romain Francoise <romain@orebokech.com>
1149
1150 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1151 with-current-buffer form in save-excursion.
1152
1153 2005-09-18 D Goel <deego@gnufans.org>
1154
1155 * apropos.el (apropos-command): Fix `message' call: first arg
1156 should be a format spec. In this and all other cases that appear
1157 below and elsewhere in the source code, I made a change only when
1158 two conditions were satisfied: [1] I can think of a possibility
1159 that the arguments would cause an error, for example, the code in
1160 question relies on external variables such as filenames. [2] I
1161 was sure that the arg to `message' could not have been nil in the code.
1162
1163 * textmodes/tildify.el (tildify-region): Ditto.
1164
1165 * textmodes/reftex-index.el (reftex-index-change-entry)
1166 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1167 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1168 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1169 (org-priority, org-table-sum):
1170 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1171 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1172 (flyspell-word, flyspell-display-next-corrections):
1173 * textmodes/bibtex.el (bibtex-print-help-message):
1174 * textmodes/artist.el (artist-key-set-point-poly):
1175 * term/mac-win.el (mac-services-insert-text):
1176 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1177 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1178 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1179 (vhdl-compose-configuration):
1180 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1181 (sh-set-indent, sh-learn-line-indent):
1182 * progmodes/ps-mode.el (ps-mode-target-column):
1183 * progmodes/idlwave.el (idlwave-make-tags)
1184 (idlwave-scan-library-catalogs):
1185 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1186 * progmodes/gud.el (gud-jdb-analyze-source):
1187 * progmodes/flymake.el (flymake-log):
1188 * progmodes/ebnf2ps.el (ebnf-generate-region):
1189 * progmodes/cmacexp.el (c-macro-expansion):
1190 * progmodes/ada-xref.el (ada-treat-cmd-string):
1191 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1192 (ada-justified-indent-current, ada-batch-reformat):
1193 * play/zone.el (zone):
1194 * play/landmark.el (lm-move):
1195 * play/decipher.el (decipher-show-alphabet):
1196 * net/newsticker.el (newsticker--display-jump)
1197 (newsticker--display-scroll):
1198 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1199 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1200 * mail/feedmail.el (feedmail-dump-message-to-queue):
1201 * eshell/esh-proc.el (eshell-remove-process-entry):
1202 * emulation/ws-mode.el (ws-last-error):
1203 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1204 (viper-record-kbd-macro):
1205 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1206 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1207 * emacs-lisp/find-func.el (find-function-noselect):
1208 * calendar/timeclock.el (timeclock-status-string)
1209 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1210 (timeclock-when-to-leave-string):
1211 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1212 * calc/calc-units.el (calc-enter-units-table):
1213 * calc/calc-mode.el (calc-mode-record-mode):
1214 * woman.el (woman-mini-help):
1215 * wdired.el (wdired-change-to-wdired-mode):
1216 * vc.el (vc-retrieve-snapshot):
1217 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1218 * startup.el (display-startup-echo-area-message):
1219 * simple.el (set-goal-column):
1220 * ses.el (ses-command-hook, ses-recalculate-cell):
1221 * server.el (server-process-filter):
1222 * printing.el (pr-interface-txt-print, pr-interface-printify)
1223 (pr-interface-ps):
1224 * pcvs.el (cvs-help):
1225 * log-edit.el (log-edit, log-edit-mode-help):
1226 * iswitchb.el (iswitchb-possible-new-buffer):
1227 * isearch.el (isearch-edit-string):
1228 * image-mode.el (image-mode, image-minor-mode):
1229 * ibuf-macs.el (define-ibuffer-filter):
1230 * hi-lock.el (hi-lock-find-patterns):
1231 * files.el (toggle-read-only):
1232 * ediff-util.el (ediff-copy-diff)
1233 (ediff-write-merge-buffer-and-maybe-kill):
1234 * echistory.el (Electric-history-undefined):
1235 * dnd.el (dnd-insert-text):
1236 * dired-aux.el (dired-query):
1237 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1238 * bookmark.el (bookmark-bmenu-locate):
1239 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1240 Fix `message' calls to ensure first arg is a format string.
1241 The change was made only when these two conditions were satisfied:
1242 [1] when there is a possibility that the arguments would cause an error
1243 for example, if the code in question relies on external variables
1244 such as filenames, and
1245 [2] if the arg to `message' could not have been nil in the code.
1246
1247 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1248 Not having a %s would be weird, though not technically wrong.
1249
1250 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1251
1252 * term/mac-win.el (mac-add-charset-info): Doc fix.
1253
1254 2005-09-17 Romain Francoise <romain@orebokech.com>
1255
1256 * shell.el (shell-resync-dirs): Handle echoing processes more
1257 reliably. Don't insert resync command if `comint-process-echoes'
1258 is non-nil.
1259
1260 2005-09-17 Magnus Henoch <mange@freemail.hu>
1261
1262 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1263 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1264 aspell versions >= 0.60.
1265 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1266 only if ispell-aspell-supports-utf8 is non-nil.
1267
1268 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1269
1270 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1271 buffer-local value to lisp-indent-function.
1272
1273 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1274
1275 * progmodes/glasses.el (glasses-make-readable): If
1276 glasses-separator differs from underscore, put appropriate
1277 overlays over underscore characters.
1278 (glasses-convert-to-unreadable): If glasses-separator differs from
1279 underscore, try to convert glasses-separator characters to
1280 underscores.
1281
1282 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1283
1284 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1285 Use with-syntax-table and dolist.
1286
1287 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1288
1289 * textmodes/reftex-auc.el:
1290 * textmodes/reftex-cite.el:
1291 * textmodes/reftex-dcr.el:
1292 * textmodes/reftex-global.el:
1293 * textmodes/reftex-parse.el:
1294 * textmodes/reftex-ref.el:
1295 * textmodes/reftex-sel.el:
1296 * textmodes/reftex-toc.el:
1297 * textmodes/reftex-vars.el:
1298 * textmodes/reftex.el: Small changes to remove compiler warnings.
1299
1300 * textmodes/reftex-index.el: Likewise.
1301 (reftex-query-index-phrase): More efficient use of markers.
1302
1303 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1304
1305 * image.el (image-load-path): New variable.
1306 (image-search-load-path): New function.
1307 (find-image): Search for images in `image-load-path'.
1308
1309 2005-09-15 Richard M. Stallman <rms@gnu.org>
1310
1311 * follow.el: Change Maintainer field.
1312
1313 2005-09-15 David Ponce <david@dponce.com>
1314
1315 * recentf.el (recentf-save-file-modes): New option.
1316 (recentf-save-list): Use it.
1317
1318 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1319
1320 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1321 (mode-line-mule-info, mode-line-modified): Move bindings from
1322 mouse-3 to mouse-1.
1323
1324 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1325
1326 * simple.el (sendmail-user-agent-compose): Revert last change.
1327
1328 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1331 Use with-current-buffer.
1332 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1333 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1334 (ange-ftp-insert-directory): Remove unused var `short'.
1335 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1336
1337 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1338 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1339
1340 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1341 (check-calendar-holidays, diary-list-entries): Autoload.
1342 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1343 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1344
1345 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1346 which mistakenly removed a call to display-buffer.
1347
1348 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1349
1350 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1351
1352 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1353
1354 * progmodes/hideshow.el
1355 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1356 (hs-allow-nesting): New user var.
1357 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1358 (hs-hide-block-at-point): When nesting allowed,
1359 if there is already an overlay in place, delete it.
1360 (hs-safety-is-job-n): Delete func; remove call sites.
1361 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1362 (hs-overlay-at): New func.
1363 (hs-already-hidden-p, hs-show-block): Use it.
1364 (hs-hide-all): Don't pre-clean if nesting allowed.
1365 (hs-show-all): Temporarily disallow
1366 nesting around call to `hs-discard-overlays'.
1367
1368 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1369
1370 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1371 Delete unused local var.
1372
1373 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1374
1375 * help-fns.el (describe-categories): "?\ " -> "?\s".
1376 (help-do-arg-highlight): Recognize also ARG-n, as in
1377 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1378
1379 * international/codepage.el (dos-unsupported-char-glyph):
1380 * net/newsticker.el (tool-bar-map, w3-mode-map)
1381 (w3m-minor-mode-map):
1382 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1383 (ent-alist):
1384 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1385
1386 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1387
1388 * custom.el (custom-push-theme): Handle the case where a symbol is
1389 bound but face properties have not yet been assigned.
1390
1391 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1392 Fix behavior if noerase is `t' and there is no mail buffer.
1393
1394 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1395 if `continue' is nil, rather than signal an error.
1396
1397 2005-09-12 Richard M. Stallman <rms@gnu.org>
1398
1399 * font-lock.el (font-lock-keywords): Add autoload.
1400
1401 * help-fns.el (describe-variable): Rearrange to put source link
1402 in a predictable place.
1403
1404 * net/newsticker.el: New file.
1405
1406 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1409 (calendar-basic-setup): Use the new nil arg.
1410 (number-of-diary-entries): Move to diary-lib.el.
1411
1412 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1413 (diary-list-entries): Use with-syntax-table and dolist.
1414 Rename from list-diary-entries.
1415 Use number-of-diary-entries if `number' is nil.
1416 (diary, diary-view-entries): Use this new name and new nil arg value.
1417 (number-of-diary-entries): Move from calendar.el.
1418 (diary-unhide-everything): New function.
1419 (include-other-diary-files, fancy-diary-display)
1420 (diary-show-all-entries, make-diary-entry): Use it.
1421 (diary-mail-entries): Use buffer-string.
1422 (mark-diary-entries): Fix long standing paren typo.
1423 (diary-sexp-entry): Use count-lines.
1424 (make-diary-entry): Avoid `previous-line'.
1425 (diary-mode-map): New var.
1426 (diary-mode): Redraw cal after saving. Setup header-line.
1427 (fancy-diary-display-mode): Use local-set-key.
1428
1429 * startup.el (command-line): Try calling various terminal-init-foo-bar
1430 functions by stripping hyphenated suffixes from $TERM.
1431
1432 * files.el (normal-mode): Check boundness of font-lock-keywords.
1433
1434 2005-09-12 Richard M. Stallman <rms@gnu.org>
1435
1436 * progmodes/compile.el: Don't decide a file's directory
1437 until the user actually tries to go there.
1438 (compilation-next-error-function):
1439 Pass compilation-find-file the directory from the file-struct.
1440 (compilation-internal-error-properties): Separate local FILE-STRUCT
1441 from FILE. Doc the args better. Rename arg FMT to FMTS.
1442 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1443 Expand it, and if nil, use default-directory.
1444 (compilation-get-file-structure): Don't mix specified directory
1445 with default directory. Put specified directory into
1446 file-struct. Don't make the file name absolute.
1447
1448 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1449 (compile-command): Add autoload.
1450 (compilation-disable-input): Add autoload.
1451
1452 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1453
1454 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1455 strings of the variables it can override.
1456 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1457 %Q and %q, for fully-qualified domain name and unqualified host name.
1458
1459 2005-09-11 Kim F. Storm <storm@cua.dk>
1460
1461 * emacs-lisp/authors.el (authors-aliases): Update list.
1462 (authors-fixed-entries): Update mldrag.el entry.
1463
1464 2005-09-10 Alan Mackenzie <acm@muc.de>
1465
1466 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1467 from the region narrowed to.
1468
1469 2005-09-10 Magnus Henoch <mange@freemail.hu>
1470
1471 * textmodes/ispell.el (ispell-check-version): Signal an error if
1472 aspell version is less than 0.60.
1473
1474 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1475
1476 * progmodes/octave-inf.el (inferior-octave-startup):
1477 Resync current dir at the end.
1478
1479 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1480
1481 * woman.el (woman-topic-at-point-default):
1482 Rename to woman-use-topic-at-point-default.
1483 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1484 (woman-file-name): Reflect renames above. Automatically use the
1485 word at point as topic if woman-use-topic-at-point is non-nil.
1486 Otherwise offer it as default but don't insert it in the
1487 minibuffer. Also use `test-completion' instead of `assoc' as
1488 suggested by Stefan Monnier.
1489
1490 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1491
1492 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1493 the attempt to do it over Tramp. This is not yet supported.
1494
1495 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1496
1497 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1498 (menu-bar-non-minibuffer-window-p): New functions.
1499 ("Split Window", "Save As..."): Use them.
1500 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1501 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1502 Use menu-bar-menu-frame-live-and-visible-p.
1503 ("Save Buffer", "Insert File", "Open Directory...")
1504 ("Open File...", "Visit New File..."):
1505 Use menu-bar-non-minibuffer-window-p.
1506 (kill-this-buffer-enabled-p, dired <menu-enable>):
1507 Use menu-bar-non-minibuffer-window-p.
1508
1509 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1510
1511 * cus-start.el (all): Don't complain about fringe-related
1512 built-ins if fringes are not supported. Ditto about
1513 selection-related built-ins. Fix the test for GTK-related built-ins.
1514
1515 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1516 ("Postscript Print Buffer", "Print Region", "Save As...")
1517 ("Save", "Insert File...", "Open Directory...")
1518 ("Open File...", "Visit New File..."")
1519 ("Truncate Long Lines in this Buffer"): Don't look at
1520 menu-updating-frame if this display does not support multiple frames.
1521
1522 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1523
1524 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1525
1526 2005-09-09 Emilio Lopes <eclig@gmx.net>
1527
1528 * woman.el: Format- and whitespace-related changes.
1529
1530 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1531
1532 * woman.el: Fix my email address.
1533
1534 2005-09-08 Richard M. Stallman <rms@gnu.org>
1535
1536 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1537 (sh-mode): Locally set skeleton-pair-default-alist.
1538
1539 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1540
1541 * progmodes/flymake.el: Require `compile' unconditionally.
1542
1543 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1544
1545 * woman.el (woman-file-name): Provide a default, not initial input.
1546
1547 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1548
1549 * font-lock.el (font-lock-support-mode): Doc fix.
1550
1551 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1552
1553 2005-09-08 Richard M. Stallman <rms@gnu.org>
1554
1555 * simple.el (blink-matching-open): Get rid of text props from
1556 the string shown in echo area. Don't permanently set point.
1557 Some rearrangements.
1558
1559 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1560
1561 * recentf.el (recentf-filename-handler): Add custom choice
1562 `abbreviate-file-name'.
1563
1564 * msb.el (msb--very-many-menus): Fix typo.
1565
1566 * disp-table.el (standard-display-european): Don't set
1567 enable-multibyte-characters to nil.
1568
1569 2005-09-08 David Ponce <david@dponce.com>
1570
1571 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1572 (recentf-expand-file-name): Doc fix.
1573 (recentf-dialog-mode-map): Define digit shortcuts.
1574 (recentf--files-with-key): New variable.
1575 (recentf-show-digit-shortcut-filter): New function.
1576 (recentf-open-files-items): New function.
1577 (recentf-open-files): Use it.
1578 (recentf-open-file-with-key): New command.
1579
1580 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1581
1582 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1583 Suggested by Kim F. Storm.
1584 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1585 (Buffer-menu-make-sort-button): Use global keymap.
1586
1587 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1588
1589 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1590 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1591 necessary any longer with the remapped command.
1592 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1593 formatting time only.
1594
1595 * net/tramp.el (tramp-action-password)
1596 (tramp-multi-action-password): Compile the password prompt from
1597 `method', `user' and `host'. Sometimes it isn't obvious which
1598 password to enter, for example with remote files offered by
1599 recentf.el, or with multiple steps. Suggested by Robert Marshall
1600 <robert@chezmarshall.freeserve.co.uk>.
1601
1602 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1605 Fix regexp for when "s///" is at the beginning of line.
1606
1607 2005-09-07 Jay Belanger <belanger@truman.edu>
1608
1609 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1610 when in matrix mode.
1611
1612 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1615 non-anonymous functions.
1616
1617 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1620 when using a header line. Otherwise, use mouse-1-click-follows-link.
1621
1622 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1623 can't be moved; don't signal an error.
1624
1625 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1626
1627 * cus-theme.el (custom-theme-write-faces): Save the current face
1628 spec, not the defface spec.
1629
1630 * custom.el (custom-known-themes): Clarify meaning of "standard".
1631 (custom-push-theme): Save old values in the standard theme.
1632 (disable-theme): Correct typo.
1633 (custom-face-theme-value) Deleted unused function.
1634 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1635
1636 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 * progmodes/compile.el (compilation-goto-locus): Take into account
1639 iconified frames when determining whether the buffer is
1640 already visible.
1641 Don't reset window height if the window already existed.
1642
1643 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * custom.el (load-theme): Rename from require-theme.
1646 Add interactive spec.
1647 (enable-theme): Rename from custom-enable-theme.
1648 Add interactive spec.
1649 (disable-theme): Rename from custom-disable-theme.
1650 Add interactive spec.
1651 (custom-make-theme-feature): Doc fix.
1652 (custom-theme-directory): Doc fix.
1653 (provide-theme): Call enable-theme.
1654
1655 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * obsolete/lazy-lock.el (lazy-lock-mode):
1658 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1659 font-lock-mode if it's off. Print a warning instead.
1660
1661 * progmodes/compile.el (compilation-start): Ignore errors if the
1662 process died before we get to send-eof.
1663
1664 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1665 Undo last change. Enclosing the result in quotes broke things on Unix
1666 since tex-send-command passes it through shell-quote-argument.
1667 (tex-send-command): Pass `file' through convert-standard-filename
1668 when possible.
1669 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1670 info in a transcript.
1671
1672 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1673
1674 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1675 fix compilation warning. Reorder the key definitions to group
1676 together keys emitted by the current version of xterm.
1677
1678 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1679 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1680 Reorder predicates to correct min-color usage.
1681
1682 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1683
1684 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1685 Kill local variables when longlines-mode is turned off.
1686
1687 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1690
1691 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1692
1693 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1694
1695 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1696 (font-lock-lines-before): Change default to being inactive.
1697 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1698 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1699
1700 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1701
1702 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1703 Deactivate temporarily advice if active (not needed for Emacs 22,
1704 but for backwards compatibility).
1705 (tramp-exists-file-name-handler): Rewrite. First implementation
1706 was too simple.
1707 (tramp-advice-make-auto-save-file-name):
1708 Call `tramp-handle-make-auto-save-file-name' (again, just for
1709 backwards compatibility).
1710
1711 2005-08-31 Reto Zimmermann <reto@gnu.org>
1712
1713 * progmodes/vhdl-mode.el
1714 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1715 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1716 (vhdl-set-default-project): New function (easier setting of default).
1717 (vhdl-port-copy): Handle extended identifiers for generics.
1718 (vhdl-compiler-alist): Better description for error message regexp.
1719 (vhdl-make): Query for target, use previous as default.
1720 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1721 (vhdl-font-lock-keywords-2): Fix fontification for record
1722 el. assign.
1723 (vhdl-speedbar-make-subpack-line): Add package body link.
1724 (vhdl-generate-makefile-1): Not include itself as dependency.
1725 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1726 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1727 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1728 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1729 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1730 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1731 (vhdl-import-project): Add string argument for `error'.
1732 (vhdl-compose-configuration)
1733 (vhdl-compose-configuration-architecture): Add configuration
1734 declaration generation.
1735 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1736 (vhdl-trailer-re): Add "record" keyword (better indentation).
1737 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1738 "[^ \t-\"]+".
1739 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1740 (vhdl-testbench-entity-file-name)
1741 (vhdl-testbench-architecture-file-name): Allow separate
1742 customization of testbench file names.
1743 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1744 (vhdl-get-visible-signals): Allow newline within alias declaration.
1745 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1746 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1747 (member-ignore-case): Alias for missing function in XEmacs.
1748 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1749 (vhdl-update-sensitivity-list): Ignore case on read signals.
1750 (vhdl-replace-string): Adjust case only for file names.
1751 (vhdl-update-sensitivity-list): Fix search for read signals.
1752 (vhdl-update-sensitivity-list): Exclude formal parameters.
1753 (vhdl-get-visible-signals): Include aliases of signals.
1754 (vhdl-get-visible-signals): Fix signal name searching.
1755 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1756 (vhdl-fixup-whitespace-region): Fix for character
1757 literals (e.g. ':').
1758
1759 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1760
1761 * ansi-color.el (comint-last-output-start):
1762 * bs.el (font-lock-verbose):
1763 * diff-mode.el (add-log-buffer-file-name-function):
1764 * dired-x.el (vm-folder-directory):
1765 * faces.el (help-xref-stack-item):
1766 * files.el (font-lock-keywords):
1767 * find-lisp.el (dired-buffers, dired-subdir-alist):
1768 * ido.el (cua-inhibit-cua-keys):
1769 * log-view.el (cvs-minor-wrap-function):
1770 * outline.el (font-lock-warning-face):
1771 * simple.el (compilation-current-error):
1772 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1773 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1774 * tooltip.el (comint-prompt-regexp):
1775 * w32-fns.el (explicit-shell-file-name):
1776 * term/mac-win.el (mac-charset-info-alist)
1777 (mac-services-selection, mac-system-script-code):
1778 * term/tty-colors.el (msdos-color-values):
1779 * term/w32-win.el (xlfd-regexp-registry-subnum):
1780 * term/x-win.el (x-keysym-table, x-selection-timeout)
1781 (x-session-id, x-session-previous-id):
1782 * textmodes/ispell.el (mail-yank-prefix):
1783 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1784 * textmodes/org.el (calc-embedded-close-formula)
1785 (calc-embedded-open-formula)
1786 (font-lock-unfontify-region-function):
1787 * textmodes/reftex-global.el (isearch-next-buffer-function)
1788 (TeX-master):
1789 * textmodes/reftex.el (font-lock-keywords):
1790 * textmodes/tex-mode.el (font-lock-comment-face)
1791 (font-lock-doc-face):
1792 * textmodes/texinfo.el (outline-heading-alist):
1793 Add defvars.
1794
1795 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1796 (artist-spray-chars, artist-mode-init, artist-replace-string)
1797 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1798 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1799 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1800
1801 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1802 (conf-align-assignments): "?\ " -> "?\s".
1803
1804 * textmodes/reftex-index.el (TeX-master): Add defvar.
1805 (reftex-index-phrases-marker): Move up defvar.
1806
1807 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1808 (reftex-toc-include-labels-indicator)
1809 (reftex-toc-include-index-indicator)
1810 (reftex-toc-max-level-indicator): Move up declarations.
1811
1812 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1813 of args to `tramp-run-real-handler', even if it's empty in this case.
1814
1815 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1816
1817 * dired.el (dired-move-to-filename-regexp): Add date format for
1818 Mac OS X 10.3 in East Asian locales.
1819
1820 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1821
1822 * files.el (make-auto-save-file-name): Add file name handler call
1823 if applicable.
1824
1825 * net/tramp.el (tramp-file-name-handler-alist)
1826 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1827 (tramp-handle-make-auto-save-file-name): Rename from
1828 `tramp-make-auto-save-file-name'.
1829 (tramp-exists-file-name-handler): New defun.
1830 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1831 `make-auto-save-file-name' is not a magic file name operation.
1832
1833 2005-08-30 Richard M. Stallman <rms@gnu.org>
1834
1835 * files.el (risky-local-variable-p):
1836 Match `-predicates' and `-commands.
1837
1838 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1839 (custom-save-all): Visit the file if necessary;
1840 kill the buffer if we created it.
1841 (custom-save-delete): Don't visit file or kill buffer here.
1842
1843 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1844
1845 * textmodes/org.el (org-special-keyword): New face.
1846 (org-table-copy-down, org-table-eval-formula)
1847 (org-table-recalculate, org-init-section-numbers):
1848 Use `string-to-number' instead of `string-to-int'.
1849 (org-get-location): Use `insert-buffer-substring' instead of
1850 `insert-buffer'.
1851 (org-modify-diary-entry-string): New function.
1852 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1853 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1854 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1855 active region.
1856 (org-export-as-html): Handle QUOTE keyword.
1857 (org-quote-string): New option.
1858 (org-bookmark-jump-unhide): New function, used for
1859 `bookmark-after-jump-hook'.
1860 (org-diary-default-entry): Apply only when not called through
1861 `org-agenda'.
1862
1863 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1864
1865 * net/eudc.el (mode-popup-menu):
1866 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1867 * progmodes/ada-mode.el (compile-auto-highlight)
1868 (skeleton-further-elements):
1869 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1870 * progmodes/cmacexp.el (msdos-shells):
1871 * progmodes/compile.el (font-lock-extra-managed-props)
1872 (font-lock-keywords, font-lock-maximum-size)
1873 (font-lock-support-mode):
1874 * progmodes/grep.el (font-lock-lines-before):
1875 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1876 * progmodes/mixal-mode.el (compile-command):
1877 * progmodes/perl-mode.el (font-lock-comment-face)
1878 (font-lock-doc-face, font-lock-string-face):
1879 * progmodes/prolog.el (comint-prompt-regexp):
1880 * progmodes/sh-script.el (font-lock-comment-face)
1881 (font-lock-set-defaults, font-lock-string-face):
1882 * progmodes/sql.el (font-lock-keyword-face)
1883 (font-lock-set-defaults, font-lock-string-face):
1884 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1885 (itimer-version, lazy-lock-defer-contextually)
1886 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1887 Add defvars.
1888
1889 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1890 (cperl-electric-keyword, cperl-electric-pod)
1891 (cperl-electric-backspace, cperl-forward-re)
1892 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1893 (vc-rcs-header, vc-sccs-header): Add defvars.
1894
1895 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1896 (font-lock-syntactic-keywords, gud-find-expr-function):
1897 Add defvars.
1898
1899 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1900 (gdb-frame-parameters): Declare before use.
1901
1902 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1903 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1904 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1905 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1906
1907 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1908 (idlwave-help-with-source): Use `insert-buffer-substring', not
1909 `insert-buffer'.
1910
1911 2005-08-29 Juri Linkov <juri@jurta.org>
1912
1913 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1914 Put outline-back-to-heading function call inside save-excursion.
1915
1916 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1917
1918 * man.el (Man-init-defvars, Man-translate-references)
1919 (Man-support-local-filenames, Man-highlight-references):
1920 * progmodes/sql.el (sql-interactive-mode):
1921 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1922
1923 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1924 (compilation-mode-font-lock-keywords): Add defvars.
1925 (checkdoc-interactive-loop): "?\ " -> "?\s".
1926
1927 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1928 (font-lock-doc-face, font-lock-string-face)
1929 (font-lock-keywords-case-fold-search): Add defvars.
1930 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1931
1932 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1933 Don't pass X and Y (they are ignored anyway).
1934 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1935 (mouse-delete-window): Make arguments optional.
1936
1937 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1938 (caesar-translate-table, minor-modes, news-buffer-save)
1939 (news-group-name, news-minor-modes): Add defvars.
1940
1941 * emacs-lisp/lselect.el (mouse-highlight-priority)
1942 (x-lost-selection-functions, zmacs-regions):
1943 * emacs-lisp/pp.el (font-lock-verbose):
1944 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1945 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1946 (ses-mode-map):
1947 * emacs-lisp/tcover-unsafep.el (safe-functions):
1948 * international/mule-cmds.el (mac-system-coding-system)
1949 (mac-system-locale):
1950 * language/ethio-util.el (rmail-current-message)
1951 (rmail-message-vector):
1952 * language/thai-util.el (thai-auto-composition-mode):
1953 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1954 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1955 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1956 (vm-primary-inbox, vm-spool-files):
1957 * mail/rmail.el (deleted-head, font-lock-fontified)
1958 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1959 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1960 (total-messages):
1961 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1962 (rmail-summary-mode-map):
1963 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1964 (rmail-last-label, rmail-last-multi-labels)
1965 (rmail-summary-vector, rmail-total-messages):
1966 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1967 * mail/rmailsum.el (msgnum):
1968 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1969 (rmail-current-message):
1970 * obsolete/fast-lock.el (font-lock-face-list):
1971 * obsolete/rnewspost.el (mail-reply-buffer):
1972 * obsolete/scribe.el (compile-command):
1973 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1974
1975 2005-08-28 John Paul Wallington <jpw@gnu.org>
1976
1977 * ibuf-ext.el (ibuffer-auto-update-changed):
1978 Use `frame-or-buffer-changed-p' to check whether we need to update.
1979 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1980 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
1981 as a `frame-or-buffer-changed-p' state vector instead.
1982
1983 2005-08-27 Romain Francoise <romain@orebokech.com>
1984
1985 * textmodes/makeinfo.el (makeinfo-compile):
1986 Use `compilation-start'. Set `next-error-function' according to
1987 `disable-errors'.
1988 (makeinfo-next-error): New function.
1989 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1990 (makeinfo-buffer): Likewise.
1991
1992 * progmodes/compile.el (compilation-start): Add autoload cookie.
1993
1994 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1995 * textmodes/sgml-mode.el: Likewise.
1996 * progmodes/python.el: Likewise.
1997
1998 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1999
2000 * simple.el (blink-matching-paren-distance): Document the meaning
2001 of nil value, and allow to customize to nil.
2002
2003 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2004 command.com, not command.exe.
2005
2006 2005-08-26 John Wiegley <johnw@newartisans.com>
2007
2008 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2009 code around a bit so that an extraneous nil argument is not added
2010 to a command when no args are given.
2011
2012 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2013 double-quoted argument resolves to nil, return it as an empty
2014 string rather than as nil. This made it impossible to pass "" to
2015 a shell script as a null string argument.
2016
2017 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * outline.el (outline-invent-heading): New fun.
2020 (outline-promote, outline-demote): Use it.
2021 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2022 (outline-end-of-subtree): Remove unused var `opoint'.
2023
2024 2005-08-26 David Reitter <david.reitter@gmail.com>
2025
2026 * menu-bar.el (truncate-lines, write-file, print-buffer)
2027 (ps-print-buffer-faces, ps-print-buffer, split-window):
2028 Disable menu items when the frame they refer to is invisible, or when
2029 they refer to a buffer and the minibuffer is selected.
2030
2031 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2032
2033 * progmodes/flymake.el (flymake-highlight-err-lines):
2034 Use save-excursion around flymake-highlight-line to preserve point.
2035
2036 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2037
2038 * progmodes/octave-mod.el: Change Author and Maintainer address.
2039 (octave-maintainer-address): Change Kurt's email address.
2040 * progmodes/octave-inf.el: Change Author and Maintainer address.
2041 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2042
2043 2005-08-26 Kim F. Storm <storm@cua.dk>
2044
2045 * subr.el (version-list-<, version-list-<=, version-list-=):
2046 Renamed from integer-list-*.
2047 (version-list-not-zero): Likewise. Fix while loop.
2048 (version=): Use version-list-= instead of string-equal.
2049
2050 2005-08-26 Richard M. Stallman <rms@gnu.org>
2051
2052 * outline.el (outline-promote): Try shortening the heading.
2053 As last resort, read the heading to use.
2054 (outline-demote): As last resort, read the heading to use.
2055
2056 2005-08-26 Romain Francoise <romain@orebokech.com>
2057
2058 * progmodes/compile.el (compilation-start): Doc fix.
2059
2060 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2061 (antlr-font-lock-additional-keywords): Fix reference to
2062 `antlr-font-lock-literal-regexp' erroneously changed during the
2063 mass face rename.
2064 (antlr-run-tool): Use `compilation-start'.
2065
2066 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2067 instead of the obsolete `compile-internal'.
2068
2069 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2070
2071 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2072 (number, original-date):
2073 * calendar/cal-china.el (date):
2074 * calendar/cal-coptic.el (date):
2075 * calendar/cal-french.el (date):
2076 * calendar/cal-hebrew.el (date, entry, number, original-date):
2077 * calendar/cal-islam.el (date, number, original-date):
2078 * calendar/cal-iso.el (date):
2079 * calendar/cal-julian.el (date):
2080 * calendar/cal-mayan.el (date):
2081 * calendar/cal-menu.el (date, event):
2082 * calendar/cal-persia.el (date):
2083 * calendar/lunar.el (date):
2084 * calendar/solar.el (date): Add defvars.
2085
2086 * emerge.el:
2087 * ibuffer.el:
2088 * info-xref.el:
2089 * obsolete/bg-mouse.el:
2090 * obsolete/sun-curs.el:
2091 * obsolete/swedish.el: Move the `defvar's to the top level.
2092
2093 * smerge-mode.el (smerge-refined-change): Add :group.
2094
2095 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2098 (smerge-keep-n): Remove props.
2099 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2100 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2101 now that it's done in smerge-keep-n.
2102 (smerge-refined-change): New face.
2103 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2104 (smerge-refine): New funs.
2105 (smerge-basic-map): Bind smerge-refine.
2106
2107 2005-08-25 Juri Linkov <juri@jurta.org>
2108
2109 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2110 compilation-process-setup-function and compilation-disable-input
2111 in grep-mode instead of let-bindings in grep.
2112
2113 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2114 Delete "Automatic File De/compression" (auto-compression-mode).
2115
2116 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2117
2118 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2119 Silence warning about non-existent variable.
2120
2121 2005-08-25 Richard M. Stallman <rms@gnu.org>
2122
2123 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2124 Rename "Describe Key" to "Describe Key or Mouse Operation".
2125
2126 * mail/mailalias.el (build-mail-aliases): Delete comments
2127 from the contents before processing them.
2128
2129 * isearch.el (isearch-edit-string): Erase the Search prompt
2130 if user enters an empty string and there is no default.
2131
2132 * comint.el (comint-file-name-prefix): Add autoload.
2133
2134 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2135
2136 * subr.el (play-sound): Rearrange to avoid warning.
2137
2138 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2139
2140 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2141 New hook.
2142 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2143
2144 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2147
2148 * custom.el (custom-theme-set-variables): Sort minor modes last.
2149
2150 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2151
2152 * subr.el (version-separator, version-regexp-alist): New vars used by
2153 version comparison funs.
2154 (integer-list-<, integer-list-=, integer-list-<=)
2155 (integer-list-not-zero): New funs for integer list comparison.
2156 (version-to-list, version=, version<, version<=): New funs for version
2157 comparison.
2158
2159 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2160
2161 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2162 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2163 time to silence the byte-compiler.
2164
2165 * ibuffer.el (ibuffer-compile-make-eliding-form)
2166 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2167 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2168 so it's silly to get warnings for it).
2169 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2170 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2171 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2172 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2173 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2174 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2175 Defvar at compile time.
2176 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2177 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2178 Declare them before use.
2179
2180 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2181 (info-xref-good, info-xref-bad): Defvar at compile time.
2182
2183 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2184 Use `let*' instead of `let'.
2185
2186 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2187 (*mouse-y*, menu, char): Defvar at compile time.
2188 (sc::menu): Declare it before use.
2189 (sc::pack-one-line): Use `let', not `let*'.
2190
2191 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2192 (mail-send-hook): Defvar at compile time.
2193
2194 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2195 Defvar at compile time.
2196
2197 * term/sun-mouse.el (current-global-mousemap)
2198 (current-local-mousemap): Declare them before use.
2199
2200 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2201
2202 * bookmark.el (bookmark-after-jump-hook): New hook.
2203 (bookmark-jump): Run `bookmark-after-jump-hook'.
2204
2205 2005-08-23 Juri Linkov <juri@jurta.org>
2206
2207 * faces.el (minibuffer-prompt): Doc fix.
2208
2209 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2210
2211 * progmodes/xscheme.el: Trivial changes to silence warnings.
2212 (xscheme-previous-mode, xscheme-previous-process-state):
2213 Add defvars.
2214 (xscheme-last-input-end, xscheme-process-command-line)
2215 (xscheme-process-name, xscheme-buffer-name)
2216 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2217 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2218 (xscheme-control-g-synchronization-p)
2219 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2220 (default-xscheme-runlight, xscheme-runlight)
2221 (xscheme-runlight-string, xscheme-process-filter-state)
2222 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2223 Move to beginning of file.
2224 (scheme-interaction-mode-commands-alist)
2225 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2226 Declare them before use. Note: the initialization code for the variables
2227 has not been moved because it uses functions that reference the variables.
2228 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2229 (xscheme-prompt-for-expression-map): Declare them before use.
2230 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2231
2232 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2233
2234 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2235
2236 2005-08-22 Juri Linkov <juri@jurta.org>
2237
2238 * faces.el (set-face-underline): Delete this duplicate function
2239 and make an obsolete alias to set-face-underline-p.
2240 (set-face-underline-p): Use docstring of set-face-underline.
2241 (describe-face): Create hyperlink to parent face.
2242
2243 * info.el (Info-insert-dir): Use save-excursion around
2244 insert-buffer-substring.
2245 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2246 (Info-escape-percent): Delete function.
2247 (Info-fontify-node): Replace Info-escape-percent by
2248 replace-regexp-in-string with REP arg set to lambda that
2249 duplicates `%' and preserves text properties.
2250
2251 * progmodes/compile.el (compilation-disable-input): Doc fix.
2252 (define-compilation-mode): Doc fix and refill.
2253 (kill-compilation): Use `mode-name' in the error message.
2254 (compilation-find-file): Use `compilation-error' in the
2255 read-file-name's prompt.
2256
2257 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2260 (smerge-auto-leave): Make undo re-enable the mode.
2261 (debug-ignored-errors): Add the user-error of impossible resolution.
2262 (smerge-resolve): Move things around a bit, in preparation for later.
2263 (smerge-diff): Don't fail if the buffer has no associated file.
2264 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2265 (smerge-conflict-overlay): New function.
2266 (smerge-match-conflict): Don't add text properties here.
2267 (smerge-find-conflict): Instead, add an overlay here.
2268 Also check for the case where we're inside a conflict already, so as to
2269 obviate the need for font-lock-multiline, which is unbearably slow with
2270 large conflicts and ciomplex font-lock patterns.
2271 (smerge-remove-props): Remove overlay rather than text-properties.
2272 (smerge-mode): Don't set font-lock-multiline.
2273 Remove overlays when turned off.
2274
2275 2005-08-21 Kim F. Storm <storm@cua.dk>
2276
2277 * ido.el (ido-ignore-item-p): Use save-match-data.
2278 Bind case-fold-search to ido-case-fold locally.
2279
2280 2005-08-20 Richard M. Stallman <rms@gnu.org>
2281
2282 * files.el (normal-mode): If font lock is on, turn it off and on.
2283
2284 * subr.el (replace-regexp-in-string): Doc fix.
2285
2286 * startup.el (command-line-1): Don't suppress startup screen
2287 due to existing processes.
2288
2289 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2290
2291 * progmodes/compile.el (compilation-disable-input): Default to nil.
2292
2293 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2294
2295 * progmodes/compile.el (compilation-disable-input): New defcustom.
2296 (compilation-start): If compilation-disable-input is non-nil, send
2297 EOF to the compilation process.
2298
2299 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2300
2301 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2302 Run the argument of tex-shell-cd-command through
2303 convert-standard-filename, to get the correct style of slashes on
2304 Windows, and enclose the result in quotes, in case the file name
2305 includes whitespace or other special characters.
2306
2307 2005-08-19 Andreas Schwab <schwab@suse.de>
2308
2309 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2310 process.
2311
2312 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2313
2314 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2315
2316 2005-08-18 Kim F. Storm <storm@cua.dk>
2317
2318 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2319
2320 2005-08-18 Richard M. Stallman <rms@gnu.org>
2321
2322 * scroll-lock.el: New file.
2323
2324 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2325
2326 * dired.el (dired-move-to-end-of-filename):
2327 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2328
2329 2005-08-18 Kim F. Storm <storm@cua.dk>
2330
2331 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2332 rather than toggle mode when custom value is nil.
2333 (ido-everywhere): Fix defun doc string.
2334
2335 2005-08-17 Richard M. Stallman <rms@gnu.org>
2336
2337 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2338 as tag instead of "Inviolable".
2339
2340 2005-08-17 Kim F. Storm <storm@cua.dk>
2341
2342 * windmove.el (windmove-coordinates-of-position): Remove.
2343 (windmove-coordinates-of-window-position): Remove.
2344 (windmove-reference-loc): Use posn-at-point instead.
2345
2346 * subr.el (insert-for-yank-1): Doc fix.
2347
2348 * ido.el (ido-enter-matching-directory): Rename from
2349 ido-enter-single-matching-directory. Change 'slash choice to
2350 'only. Add 'first choice.
2351 (ido-exhibit): Adapt to above changes.
2352
2353 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2354
2355 * Makefile.in: Expand comment about building loaddefs.el.
2356
2357 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2358
2359 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2360 Comment use of defadvice.
2361
2362 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2363
2364 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2365
2366 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2367 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2368 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2369 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2370 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2371 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2372 for backward compatibility for faces that did not appear in the
2373 previous Emacs release.
2374
2375 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2376
2377 2005-08-15 Kim F. Storm <storm@cua.dk>
2378
2379 * emulation/cua-base.el (cua-delete-region): Return t if
2380 deleted region was non-empty.
2381 (cua-replace-region): Inhibit overwrite-mode for
2382 self-insert-command if replaced region was non-empty.
2383 (cua--explicit-region-start, cua--status-string): Make them
2384 buffer-local at top-level...
2385 (cua-mode): ...rather than when mode is enabled.
2386
2387 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2388
2389 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2390 Set t for Emacs 21, 22, and so on.
2391
2392 2005-08-15 David Ponce <david@dponce.com>
2393
2394 * tree-widget.el: Update Commentary header.
2395 (tree-widget-theme): Doc fix.
2396 (tree-widget-space-width): New option.
2397 (tree-widget-image-properties): Look up in the default theme too.
2398 (tree-widget--cursors): Only for images with arrow pointer shape.
2399 (tree-widget-lookup-image): Pointer shape is hand by default.
2400 (tree-widget-icon): Rename generic icon widget from
2401 `tree-widget-control'.
2402 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2403 derive from `tree-widget-icon'.
2404 (tree-widget-handle): Improve default look and feel of the text
2405 representation.
2406 (tree-widget): Rename :*-control properties to :*-icon properties.
2407 Add :action and :help-echo properties.
2408 (tree-widget-after-toggle-functions): Move.
2409 (tree-widget-close-node, tree-widget-open-node): Remove.
2410 (tree-widget-before-create-icon-functions): New hook.
2411 (tree-widget-value-create): Update to allow customization of icons
2412 and nodes at run-time via that new hook.
2413 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2414 (tree-widget-icon-action, tree-widget-icon-help-echo)
2415 (tree-widget-action, tree-widget-help-echo): New functions.
2416
2417 2005-08-15 Kim F. Storm <storm@cua.dk>
2418
2419 * ido.el (ido-buffer-internal): Use with-no-warnings.
2420 (ido-make-merged-file-list): Use while-no-input.
2421
2422 2005-08-15 Richard M. Stallman <rms@gnu.org>
2423
2424 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2425 (flyspell-large-region): Fix doc and custom type.
2426
2427 2005-08-14 Richard M. Stallman <rms@gnu.org>
2428
2429 * files.el (interpreter-mode-alist): Doc fix.
2430
2431 * mail/rmail.el (rmail-nonignored-headers): New variable.
2432 (rmail-clear-headers): Use it.
2433 (rmail-reply): Better handling of mail-followup-to header.
2434
2435 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2436 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2437 don't try to refer to executable-font-lock-keywords.
2438 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2439 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2440 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2441 (sh-mode): Set comment-start-skip, local-abbrev-table,
2442 imenu-case-fold-search.
2443 (sh-set-shell): Don't set them here.
2444 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2445 Don't cache the results in the original alist; don't ever modify
2446 that alist.
2447
2448 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2449
2450 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2451 empty.
2452
2453 2005-08-15 Andreas Schwab <schwab@suse.de>
2454
2455 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2456
2457 * dired.el, info.el, mail/rmail.el: Revert last change.
2458
2459 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2460
2461 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2462 modification in `eval-after-load' form.
2463 * info.el: Likewise.
2464 * mail/rmail.el: Likewise.
2465
2466 2005-08-14 Juri Linkov <juri@jurta.org>
2467
2468 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2469 Remove highlighting of "Compilation started". Highlight only
2470 the word "finished" in "Compilation finished". Add highlighting
2471 of "interrupt", "killed", "terminated" and the exit code.
2472 (compilation-start): Add newline after header. Use exactly the
2473 same time stamp format as the finishing message.
2474 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2475
2476 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2477 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2478 Add highlighting of "interrupt", "killed", "terminated".
2479
2480 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2481 enabled and the current command is self-insert-command, call it
2482 explicitly with overwrite-mode bound to nil, to not allow it
2483 to delete the character after the selected region.
2484
2485 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2486
2487 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2488 move-end-of-line, end-of-line, and beginning-of-line to the list
2489 of commands after which the echo area is updated.
2490
2491 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2492
2493 * cus-edit.el (custom-save-all, custom-save-delete):
2494 Bind recentf-exclude to exclude custom-file.
2495
2496 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2497
2498 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2499 to go to the bottom of the mail message. Added to
2500 `rmail-summary-mode-map' with key "/".
2501 (rmail-summary-show-message): New (internal) function for use by
2502 both `rmail-summary-beginning/end-of-message'.
2503 (rmail-summary-beginning-of-message): Change to use
2504 rmail-summary-show-message.
2505
2506 * mail/rmail.el (rmail-end-of-message): New command to go to the
2507 end of the current message. Added to `rmail-mode-map' with key "/".
2508 (rmail-beginning-of-message): Fix to work as documented.
2509 (rmail-mode): Change documentation.
2510
2511 * progmodes/compile.el (compilation-start): Add the line
2512 "Compilation started" with compilation start time.
2513 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2514
2515 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2516
2517 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2518 of menu items.
2519
2520 2005-08-11 Richard M. Stallman <rms@gnu.org>
2521
2522 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2523
2524 * battery.el (battery-status-function): Don't use ignore-errors.
2525
2526 2005-08-11 Lute Kamstra <lute@gnu.org>
2527
2528 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2529 define-obsolete-variable-alias.
2530
2531 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2534 (ange-ftp-send-cmd): Revert last change, and expand
2535 the comment explaining the problem.
2536
2537 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2538
2539 * ldefs-boot.el: Update.
2540
2541 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2542 item to "Time, Load and Mail". Change help echo text.
2543
2544 * time.el (display-time-use-mail-icon, display-time-format)
2545 (display-time-string-forms): Shorten first line of docstrings.
2546
2547 2005-08-10 Lars Hansen <larsh@soem.dk>
2548
2549 * desktop.el (desktop-buffer-mode-handlers):
2550 Make non-customizable. Add autoload cookie. Change initial value to
2551 nil; add elements in respective modules instead. Fix doc string.
2552 (desktop-load-file): New function.
2553 (desktop-minor-mode-handlers): New autoloaded variable.
2554 (desktop-create-buffer): Call minor mode handlers.
2555 Use desktop-load-file to load major and minor mode modules prior to
2556 checking for a handler.
2557 (desktop-save): Don't add nil to desktop-minor-modes for minor
2558 modes with nil function in desktop-minor-mode-table. Don't delete
2559 desktop file before rewriting it.
2560 (desktop-locals-to-save): Add autoload cookie. Don't make
2561 automatically buffer-local. Add variables column-number-mode,
2562 size-indication-mode, indent-tabs-mode,
2563 indicate-buffer-boundaries, indicate-empty-lines and
2564 show-trailing-whitespace.
2565 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2566 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2567 (desktop-clear-preserve-buffers-regexp): Delete.
2568 (desktop-clear-preserve-buffers): Update initial value and docstring.
2569 (desktop-save-buffer): Fix doc string.
2570
2571 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2572 (hilit-chg-desktop-restore): New function.
2573 (highlight-changes-mode): Add highlight-changes-mode to
2574 desktop-locals-to-save.
2575
2576 * dired.el: Add handler to desktop-buffer-mode-handlers.
2577 (dired-restore-desktop-buffer): Remove autoload cookie.
2578 (dired-mode): Add autoload cookie.
2579
2580 * info.el: Add handler to desktop-buffer-mode-handlers.
2581 (Info-restore-desktop-buffer): Remove autoload cookie.
2582 (Info-mode): Add autoload cookie.
2583
2584 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2585 (mh-restore-desktop-buffer): Remove autoload cookie.
2586 (mh-folder-mode): Add autoload cookie.
2587
2588 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2589 (rmail-restore-desktop-buffer): Remove autoload cookie.
2590
2591 2005-08-11 Masatake YAMATO <jet@gyve.org>
2592
2593 * hexl.el (hexl-address-region):
2594 (hexl-ascii-region, hexl-font-lock-keywords):
2595 (hexl-highlight-line-range): Use the term "region"
2596 instead of "area" for consistency with the other symbols
2597 defined in hexl.el.
2598
2599 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2600
2601 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2602 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2603 out by Juri Linkov). Add `display-battery-mode'.
2604
2605 2005-08-09 Juri Linkov <juri@jurta.org>
2606
2607 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2608 Remove `-text' from face variable names.
2609 (compilation-error-file-name, compilation-warning-file-name)
2610 (compilation-info-file-name): Delete faces.
2611 (compilation-line-number, compilation-column-number):
2612 Remove face underlining.
2613 (compilation-message-face): Set to `underline' value by default.
2614 (compilation-error-face, compilation-warning-face)
2615 (compilation-info-face): Remove `-file-name' from face names.
2616 (compilation-error-text-face, compilation-warning-text-face)
2617 (compilation-info-text-face): Delete face variables.
2618 (compilation-text-face): Delete function.
2619
2620 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2621 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2622 (grep-error-face): Set to `compilation-error' instead of
2623 `compilation-error-face' (which is redefined to `grep-hit-face' in
2624 grep buffers).
2625 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2626 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2627
2628 * dired-aux.el (dired-do-query-replace-regexp):
2629 Use `query-replace-read-args'.
2630
2631 * replace.el (query-replace-read-from, query-replace-read-to)
2632 (query-replace-read-args): Rename arg `string' to `prompt'.
2633
2634 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2635
2636 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2637
2638 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2639 uploading files.
2640 (ange-ftp-canonize-filename): Handle file names beginning with ~
2641 correctly.
2642
2643 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2644
2645 * textmodes/fill.el (canonically-space-region)
2646 (fill-context-prefix, fill-french-nobreak-p)
2647 (fill-delete-newlines, fill-comment-paragraph)
2648 (justify-current-line): "?\ " -> "?\s".
2649
2650 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2651
2652 * textmodes/fill.el (fill-nonuniform-paragraphs):
2653 Improve argument/docstring consistency.
2654
2655 2005-08-09 Richard M. Stallman <rms@gnu.org>
2656
2657 * textmodes/ispell.el (ispell-word): More fboundp checks.
2658
2659 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2660 (find-file-noselect-1): Call it here, only if RAWFILE.
2661 (normal-mode): Always set some major mode.
2662 (save-some-buffers-action-alist): Change some explanation strings.
2663 (file-name-non-special): In the `quote' method, use unwind-protect.
2664
2665 2005-08-09 Magnus Henoch <mange@freemail.hu>
2666
2667 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2668 (ispell-have-aspell-dictionaries): New variable.
2669 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2670 (ispell-get-aspell-config-value): New function.
2671 (ispell-aspell-find-dictionary): New function.
2672 (ispell-aspell-add-aliases): New function.
2673 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2674 appropriate. Don't look for ispell dictionaries if we use aspell.
2675 (ispell-menu-map): Don't build a submenu of dictionaries.
2676
2677 2005-08-09 Richard M. Stallman <rms@gnu.org>
2678
2679 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2680 (sql-read-passwd): Use read-passwd.
2681
2682 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2683 (idlwave-toolbar-is-possible): Add defvars.
2684
2685 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2686 Avoid warnings.
2687
2688 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2689 (idlwave-system-class-info, idlwave-executive-commands-alist):
2690 Use defvar.
2691
2692 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2693
2694 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2695 Avoid warnings.
2696
2697 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2698 and content-type: headers.
2699
2700 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2701
2702 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2703 and rename some of them to be more self-explanatory.
2704
2705 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2706
2707 * startup.el (command-line-1): Implement -scriptload.
2708
2709 * replace.el (occur-engine): Initial *Occur* output not undoable.
2710
2711 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2712 and improve help strings.
2713
2714 * isearch.el (isearch-repeat): When changing direction,
2715 mark search successful.
2716
2717 * ediff-init.el: Use (featurep 'xemacs).
2718
2719 * comint.el (send-invisible): Identify buffer, if not selected.
2720
2721 * align.el: Delete autoload for c-guess-basic-syntax.
2722
2723 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2724
2725 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2726 Improve argument/docstring consistency. Doc fixes.
2727 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2728 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2729 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2730 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2731 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2732 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2733 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2734 Defvar at compile time.
2735
2736 2005-08-09 Juri Linkov <juri@jurta.org>
2737
2738 * info.el: Replace `info' with upper-case `Info' where appropriate.
2739 (info-title-1, info-title-2, info-title-3, info-title-4)
2740 (info-menu-header): Move up face definitions.
2741 (info-menu-star): Rename from `info-menu-5'.
2742 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2743 (Info-fontify-visited-nodes): Fix docstring.
2744 (Info-hide-note-references): Fix docstring.
2745 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2746 menu items in the same way as on cross-references.
2747 (info-apropos): Fix sorting order and formatting to be like in the
2748 stand-alone Info browser. Display error messages for 1 sec.
2749 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2750 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2751 from the menu bar.
2752 (Info-insert-dir): Restore point after calling
2753 `insert-buffer-substring'.
2754
2755 2005-08-08 Richard M. Stallman <rms@gnu.org>
2756
2757 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2758 (recompute-lucid-menubar): Add defvars.
2759
2760 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2761
2762 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2763
2764 * net/net-utils.el (run-dig): Rename from `dig'.
2765
2766 * play/gametree.el (gametree-mode): Use make-local-variable,
2767 not make-variable-buffer-local.
2768
2769 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2770
2771 * ansi-color.el (ansi-color-make-extent)
2772 (ansi-color-set-extent-face): Use fboundp, not functionp.
2773
2774 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2775 not make-variable-buffer-local.
2776
2777 * bookmark.el (Info-current-file): Add defvar.
2778 (bookmark-jump-noselect): Use with-no-warnings.
2779
2780 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2781
2782 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2783
2784 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2785
2786 * find-file.el (ada-procedure-start-regexp)
2787 (ada-package-start-regexp): Add defvars.
2788
2789 * info.el (Info-insert-dir): Use insert-buffer-substring.
2790
2791 * xml.el (xml-att-def-re): Add defvar.
2792
2793 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2794 calling convention.
2795
2796 * subr.el (while-no-input): Return t if there is input.
2797
2798 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2799
2800 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2801
2802 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2803
2804 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2805 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2806
2807 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2808
2809 * cmuscheme.el (scheme-start-file): Replace reference to
2810 `user-emacs-directory' by "~/.emacs.d/".
2811
2812 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2813
2814 * info.el (Info-dir-remove-duplicates): Avoid case folding
2815 in loop; instead, keep downcased strings for comparison.
2816 Suggested by Helmut Eller.
2817
2818 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2819
2820 Sync with Tramp 2.0.50.
2821
2822 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2823 XEmacs case; not necessary anymore.
2824 (tramp-user-regexp): Allow "@" as part of user name.
2825 (tramp-handle-set-visited-file-modtime)
2826 (tramp-handle-insert-file-contents)
2827 (tramp-handle-write-region): No special handling for
2828 `last-coding-system-used, because this is done in
2829 `tramp-accept-process-output' now.
2830 (tramp-accept-process-output): New defun.
2831 (tramp-process-one-action, tramp-process-one-multi-action)
2832 (tramp-wait-for-regexp, tramp-wait-for-output)
2833 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2834 Howells <dhowells@redhat.com>.
2835 (clear-visited-file-modtime): Defadvice removed. The check for
2836 unset buffer's modtime does not need to be based on
2837 `tramp-buffer-file-attributes'. Suggested by RMS.
2838 (tramp-message): Insert "\n" if not being at beginning of line.
2839 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2840 sequence with same logic.
2841 (tramp-completion-handle-expand-file-name): Discard call of
2842 `tramp-drop-volume-letter'. It is not necessary, and there have
2843 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2844 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2845 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2846 should always be visible.
2847 (tramp-handle-insert-directory, tramp-setup-complete)
2848 (tramp-set-process-query-on-exit-flag)
2849 (tramp-append-tramp-buffers): Pacify byte-compiler.
2850 (tramp-bug): Delete non-existing variables from list.
2851 Apply `tramp-load-report-modules' as pre-hook.
2852 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2853 `shell-prompt-pattern' because of non-7bit characters.
2854 Reported by Sebastian Luque <sluque@mun.ca>.
2855 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2856 (tramp-match-string-list): Remove function.
2857 (tramp-wait-for-regexp): Remove call of that function.
2858 Suggested by Kim F. Storm <storm@cua.dk>.
2859 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2860 instead of octal character code ?\600. The latter resulted in a
2861 syntax error with XEmacs.
2862
2863 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2864 XEmacs case; not necessary anymore.
2865 (tramp-smb-handle-write-region): No special handling for
2866 `last-coding-system-used, because this is done in
2867 `tramp-accept-process-output' now.
2868 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2869
2870 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2871
2872 * wid-edit.el (widget-choice-value-create):
2873 Unconditionally respect user choice. Set :explicit-choice back to nil
2874 when no longer needed.
2875 (widget-choice-action): Unconditionally respect user choice.
2876 Eliminate :explicit-choice-value.
2877
2878 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2879
2880 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2881 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2882 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2883 running new function `toggle-indicate-empty-lines'.
2884 Rename "Customize" item to "Customize fringe".
2885 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2886 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2887 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2888 Delete "Empty lines only" item.
2889 (menu-bar-showhide-fringe-ind-customize): New function.
2890 (menu-bar-showhide-fringe-ind-mixed)
2891 (menu-bar-showhide-fringe-ind-box)
2892 (menu-bar-showhide-fringe-ind-right)
2893 (menu-bar-showhide-fringe-ind-left)
2894 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2895 instead of `fringe-indicators'.
2896
2897 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2898
2899 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2900 Change the date of last update.
2901
2902 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2903
2904 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2905 (viper-exec-yank, viper-put-back): Don't display modification msg
2906 if in the minibuffer.
2907
2908 * viper-init.el (viper-replace-overlay-cursor-color)
2909 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2910 Make variables frame local.
2911
2912 * viper-util.el (viper-append-filter-alist): Use append instead of
2913 nconc.
2914
2915 * viper.el (viper-vi-state-mode-list)
2916 (viper-emacs-state-mode-list): Move help-mode and
2917 completion-list-mode from the first list to the second.
2918 (viper-mode): Docstring.
2919 (viper-go-away, viper-non-hook-settings): Don't localize
2920 minor-mode-alist in newer Emacsen. Add advice to
2921 set-cursor-color. Don't bind "\C-c\\".
2922
2923 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2924
2925 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2926 (scheme-macro-expand-command): New user options.
2927 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2928 (scheme-form-at-point, scheme-start-file)
2929 (scheme-interactively-start-process): New functions.
2930 (scheme-get-process): New function, extracted from `scheme-proc'.
2931 (run-scheme): Call `scheme-start-file' to get start file, and pass
2932 it to `make-comint'.
2933 (switch-to-scheme, scheme-proc):
2934 Call `scheme-interactively-start-process' if no Scheme buffer/process
2935 is available.
2936
2937 2005-08-06 Juri Linkov <juri@jurta.org>
2938
2939 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2940 Use `compilation-text-face', `compilation-info-text-face' and
2941 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2942 (compilation-error): New face.
2943 (compilation-error-file-name): Inherit from
2944 `compilation-error' instead of `font-lock-warning-face'.
2945 (compilation-warning-file-name): Inherit from
2946 `compilation-warning' instead of `font-lock-warning-face'.
2947 (compilation-info, compilation-error-file-name)
2948 (compilation-warning-file-name, compilation-info-file-name)
2949 (compilation-line-number, compilation-column-number): Doc fix.
2950 (compilation-error-text-face, compilation-warning-text-face)
2951 (compilation-info-text-face): New face variables.
2952 (compilation-line-face, compilation-column-face)
2953 (compilation-enter-directory-face)
2954 (compilation-leave-directory-face): Doc fix.
2955 (compilation-text-face): New function.
2956
2957 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2958 instead of 1 to display binary file names as info file links.
2959 (grep-error-face): Use `compilation-error-face' instead of
2960 `font-lock-keyword-face'.
2961 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2962 and `compilation-warning-text-face' instead of
2963 `font-lock-keyword-face'. Use `compilation-error-text-face'
2964 instead of `grep-error-face'.
2965
2966 2005-08-05 Kenichi Handa <handa@m17n.org>
2967
2968 * international/code-pages.el: Add autoload cookies for all coding
2969 systems.
2970
2971 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
2972
2973 * cus-start.el (all): Put undo.c where it alphabetically belongs.
2974
2975 2005-08-04 Juri Linkov <juri@jurta.org>
2976
2977 * progmodes/compile.el (compilation-mode-map):
2978 * progmodes/grep.el (grep-mode-map):
2979 Bind TAB to `compilation-next-error' and [backtab] to
2980 `compilation-previous-error'.
2981
2982 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2983 matching line numbers, column numbers and their ranges with regexp
2984 matching only line numbers.
2985 (grep-context-face): New face variable.
2986 (grep-mode-font-lock-keywords): Use it.
2987
2988 * faces.el (read-face-name): Delete duplicate faces.
2989
2990 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2991
2992 * thumbs.el (thumbs-find-image): Don't make variables
2993 automatically buffer local.
2994 (thumbs-current-tmp-filename, thumbs-current-image-filename)
2995 (thumbs-image-num): Make automatically buffer local.
2996 (thumbs-show-thumbs-list): Use `make-local-variable', not
2997 `make-variable-buffer-local'.
2998 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2999
3000 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3001 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3002 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3003 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3004 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3005 (feelings-about, foullst, found, hello, history, howareyoulst)
3006 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3007 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3008 (neglst, obj, object, owner, please, problems, qlist)
3009 (random-adjective, relation, remlst, repetitive-shortness)
3010 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3011 (shortlst, something, sportslst, stallmanlst, states, subj)
3012 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3013 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3014 Defvar at compile time.
3015
3016 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3017 not `make-variable-buffer-local'.
3018
3019 2005-08-02 Kim F. Storm <storm@cua.dk>
3020
3021 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3022 rectangle overlay in selected window.
3023
3024 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3025
3026 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3027 instead of display group. Make `indicate-buffer-boundaries'
3028 customizable through Custom.
3029
3030 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3031
3032 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3033 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3034 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3035 (gdb-put-string): Fix typos in docstrings.
3036
3037 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3038
3039 Update copyright notices of files in progmodes directory for
3040 release of Emacs 22.1.
3041
3042 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3043
3044 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3045 Don't barf if the GUD buffer has been killed.
3046
3047 2005-08-01 Kim F. Storm <storm@cua.dk>
3048
3049 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3050
3051 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * simple.el (next-error-follow-minor-mode):
3054 make-variable-buffer-local -> make-local-variable.
3055
3056 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3057
3058 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3059 (byte-compile-form-make-variable-buffer-local): New functions to warn
3060 about misuses of make-variable-buffer-local where make-local-variable
3061 was meant.
3062
3063 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3064
3065 * bs.el (bs-attributes-list): Doc fix.
3066 (bs): Update url-link.
3067
3068 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3069 (desktop-load-default): Simplify.
3070
3071 * ibuffer.el (ibuffer-columnize-and-insert-list)
3072 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3073 (ibuffer-unmark-all, ibuffer-toggle-marks)
3074 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3075 (ibuffer-compile-make-format-form, ibuffer-format-column)
3076 (ibuffer-current-buffers-with-marks)
3077 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3078 (ibuffer): Doc fix.
3079 (ibuffer-mode): Fix typo in docstring.
3080 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3081 with `define-obsolete-variable-alias'.
3082 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3083
3084 2005-07-29 Kenichi Handa <handa@m17n.org>
3085
3086 * international/mule-cmds.el (select-message-coding-system):
3087 Be sure to use LF for end-of-line. If no coding system is decided,
3088 return iso-8859-1-unix.
3089
3090 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3093 (ange-ftp-pending-error-line): New vars.
3094 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3095 to handle the non-fatal no-route-to-host messages.
3096 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3097
3098 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3099
3100 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3101 (isearch-quote-char, isearch-printing-char)
3102 (isearch-text-char-description): "?\ " -> "?\s".
3103 (isearch-lazy-highlight-cleanup)
3104 (isearch-lazy-highlight-initial-delay)
3105 (isearch-lazy-highlight-interval)
3106 (isearch-lazy-highlight-max-at-a-time)
3107 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3108 Declare with define-obsolete-*-alias macros.
3109 (isearch-forward): Fix typo in docstring.
3110 (search-invisible, search-ring-yank-pointer)
3111 (regexp-search-ring-yank-pointer): Doc fixes.
3112
3113 * recentf.el (recentf-menu-append-commands-p): Declare with
3114 `define-obsolete-variable-alias'.
3115 (recentf-max-saved-items, recentf-menu-filter)
3116 (recentf-arrange-by-rule-subfilter): Doc fixes.
3117 (recentf-menu-append-commands-flag)
3118 (recentf-initialize-file-name-history, recentf-expand-file-name)
3119 (recentf-clear-data): Fix typos in docstrings.
3120
3121 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3122
3123 * progmodes/gdb-ui.el: Smarten comments.
3124 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3125
3126 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3127
3128 * term/apollo.el (terminal-init-apollo): New function containing
3129 all former top level forms in the file.
3130 * term/bobcat.el (terminal-init-bobcat):
3131 * term/cygwin.el (terminal-init-cygwin):
3132 * term/iris-ansi.el (terminal-init-iris-ansi):
3133 * term/linux.el (terminal-init-linux):
3134 * term/news.el (terminal-init-news):
3135 * term/rxvt.el (terminal-init-rxvt):
3136 * term/sun.el (terminal-init-sun):
3137 * term/tvi970.el (terminal-init-tvi970):
3138 * term/vt100.el (terminal-init-vt100):
3139 * term/vt102.el (terminal-init-vt102):
3140 * term/vt125.el (terminal-init-vt125):
3141 * term/vt200.el (terminal-init-vt200):
3142 * term/vt201.el (terminal-init-vt201):
3143 * term/vt220.el (terminal-init-vt220):
3144 * term/vt240.el (terminal-init-vt240):
3145 * term/vt300.el (terminal-init-vt300):
3146 * term/vt320.el (terminal-init-vt320):
3147 * term/vt400.el (terminal-init-vt400):
3148 * term/vt420.el (terminal-init-vt420):
3149 * term/wyse50.el (terminal-init-wyse50):
3150 * term/xterm.el (terminal-init-xterm): Likewise.
3151
3152 * term/README: Describe the terminal-init-* functionality.
3153
3154 * startup.el (command-line): After loading the terminal initialization
3155 file call the corresponding terminal initialization function.
3156
3157 2005-07-27 Kenichi Handa <handa@m17n.org>
3158
3159 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3160 negative.
3161
3162 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3163 (ps-mule-composition-prologue): Fix for the case that
3164 RelativeCompose is false.
3165
3166 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3169
3170 * descr-text.el (describe-char): Handle the case where the list of
3171 chars is displayed in a separate frame.
3172 Be a bit more discriminating when looking for the char.
3173
3174 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3175
3176 * bookmark.el (bookmark-automatically-show-annotations)
3177 (bookmark-read-annotation-text-func): Doc fixes.
3178 (bookmark-save): Improve argument/docstring consistency.
3179 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3180 (bookmark-alist-from-buffer)
3181 (bookmark-upgrade-file-format-from-0)
3182 (bookmark-grok-file-format-version)
3183 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3184 (bookmark-read-annotation-mode)
3185 (bookmark-insert-current-bookmark, bookmark-jump)
3186 (bookmark-exit-hook): Fix typos in docstrings.
3187 (bookmark-exit-hooks): Define as obsolete alias.
3188 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3189 not `bookmark-exit-hooks'. Fix docstring.
3190 (bookmark-bmenu-select): "?\ " -> "?\s".
3191
3192 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3193
3194 * startup.el (command-line): Fix typo.
3195
3196 2005-07-24 Richard M. Stallman <rms@gnu.org>
3197
3198 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3199 not emacs-quick-startup.
3200
3201 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3202
3203 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3204 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3205 instead of `reb-with-current-window'.
3206 (reb-prev-match): Likewise. Also, don't move left if the search
3207 was unsuccessful.
3208 (reb-initialize-buffer): New function.
3209 (re-builder, reb-change-syntax): Use it.
3210
3211 * man.el (Man-goto-page): Make second argument NOERROR optional.
3212
3213 2005-07-23 Richard M. Stallman <rms@gnu.org>
3214
3215 * man.el (Man-bgproc-sentinel): Check here for failure to find
3216 any man page in the output, and report the error here.
3217 (Man-arguments): Make it permanent local.
3218 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3219 (Man-mode): Pass t for NOERROR.
3220
3221 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3222 (grep-mode-font-lock-keywords):
3223 Don't use compilation-...-face for messages that are not file names.
3224
3225 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3226 Don't use compilation-...-face for messages that are not file names.
3227
3228 2005-07-22 Juri Linkov <juri@jurta.org>
3229
3230 * startup.el (normal-splash-screen): Update menu name.
3231
3232 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3233
3234 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3235
3236 * term/xterm.el: Load term/rxvt if the terminal is actually an
3237 rxvt terminal.
3238 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3239
3240 * term/rxvt.el (function-key-map): Use substitute-key-definition
3241 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3242
3243 * term/cygwin.el: New file.
3244
3245 2005-07-22 Kim F. Storm <storm@cua.dk>
3246
3247 * image-file.el (insert-image-file, image-file-yank-handler):
3248 Fix last change to maintain a (unique) yank-handler on yanked images.
3249
3250 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3251
3252 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3253 of the file size (as in "177B" for 177 bytes). This happens with
3254 "ls -lh" on FreeBSD.
3255
3256 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * hilit-chg.el (highlight-changes-global-initial-state)
3259 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3260 (hilit-chg-fixup, highlight-changes-mode):
3261 Fix typos in docstrings.
3262 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3263 Doc fixes.
3264
3265 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3266
3267 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3268 mode function using `eval-after-load'.
3269
3270 2005-07-21 Kim F. Storm <storm@cua.dk>
3271
3272 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3273 included when reporting an emacs crash, and tell about the DEBUG file.
3274
3275 * image-file.el (insert-image-file): Add yank-handler.
3276 (image-file-yank-handler): Yank handler to make unique copies of
3277 images when they are yanked into a buffer next to each other.
3278
3279 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3280
3281 * comint.el (comint-use-prompt-regexp, comint-send-input)
3282 (comint-source-default, comint-extract-string)
3283 (comint-get-source, comint-word, comint-completion)
3284 (comint-source, comint-prompt-read-only, comint-update-fence):
3285 Fix typos in docstrings.
3286 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3287 Declare with define-obsolete-*-alias macros.
3288 (comint-previous-matching-input-from-input)
3289 (comint-next-matching-input-from-input)
3290 (comint-previous-matching-input, comint-next-matching-input)
3291 (comint-forward-matching-input):
3292 Improve argument/docstring consistency.
3293
3294 * desktop.el (desktop-clear-preserve-buffers-regexp):
3295 Also preserve the *server* buffer.
3296
3297 * simple.el (clone-indirect-buffer): Doc fix.
3298 (fixup-whitespace, just-one-space)
3299 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3300 (next-error, next-error-highlight)
3301 (next-error-highlight-no-select, next-error-last-buffer)
3302 (next-error-buffer-p, next-error-find-buffer, next-error)
3303 (previous-error, next-error-no-select, previous-error-no-select)
3304 (open-line, split-line, minibuffer-prompt-width, kill-new)
3305 (binary-overwrite-mode): Fix typos in docstrings.
3306 (set-fill-column): Fix typo in message.
3307
3308 * skeleton.el (skeleton-proxy-new): Doc fix.
3309
3310 * strokes.el (strokes-load-hook): Doc fix.
3311 (strokes-grid-resolution, strokes-get-grid-position)
3312 (strokes-renormalize-to-grid, strokes-read-stroke)
3313 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3314 (strokes-global-map): Fix typos in docstrings.
3315 (strokes-help): Doc fix. Fix help message and pass it through
3316 `substitute-command-keys'.
3317
3318 * tempo.el (tempo-insert-prompt, tempo-interactive)
3319 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3320 (tempo-insert-string-functions, tempo-local-tags)
3321 (tempo-define-template, tempo-insert-template)
3322 (tempo-insert-prompt-compat, tempo-is-user-element)
3323 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3324 Fix typos in docstrings.
3325
3326 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3327 (vcursor-key-bindings, vcursor-use-vcursor-map)
3328 (vcursor-find-window, vcursor-scroll-down)
3329 (vcursor-disable, vcursor-beginning-of-buffer)
3330 (vcursor-end-of-buffer): Fix typos in docstrings.
3331 (vcursor-relative-move, vcursor-get-char-count):
3332 Improve argument/docstring consistency.
3333
3334 * version.el: "?\ " -> "?\s".
3335
3336 * wid-edit.el (widget-default-create, widget-after-change)
3337 (widget-default-format-handler, widget-checklist-add-item)
3338 (widget-radio-add-item, widget-choose, widget-specify-secret)
3339 (widget-field-value-create, widget-field-value-get)
3340 (widget-editable-list-format-handler)
3341 (widget-editable-list-entry-create, widget-group-value-create)
3342 (widget-documentation-link-add)
3343 (widget-documentation-string-value-create): "?\ " -> "?\s".
3344 (widget-convert-text): Doc fix.
3345 (widget-narrow-to-field, widget-field-find)
3346 (widget-url-link-action, widget-emacs-library-link-action)
3347 (widget-color-notify): Fix typos in docstrings.
3348
3349 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3350 (x-select-text, set-w32-system-coding-system)
3351 (w32-add-charset-info): Fix typos in docstrings.
3352
3353 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3354 (cua-enable-cua-keys, cua-use-hyper-key)
3355 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3356 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3357
3358 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3359
3360 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3361 `defalias' instead of faking it.
3362
3363 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3364 (eshell-ls-missing, eshell-ls-dired-initial-args)
3365 (eshell-ls-use-in-dired): Fix typos in docstrings.
3366
3367 2005-07-20 Kim F. Storm <storm@cua.dk>
3368
3369 * emulation/cua-base.el (cua-mode): Improve doc string.
3370
3371 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * abbrev.el (expand-region-abbrevs): Doc fix.
3374 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3375 Improve argument/docstring consistency.
3376
3377 * arc-mode.el (archive-get-descr, archive-alternate-display):
3378 Doc fixes.
3379 (archive-l-e): Improve argument/docstring consistency.
3380 (archive-tmpdir, archive-unixdate, archive-unixtime)
3381 (archive-chmod-entry): Fix typos in docstrings.
3382 (archive-unflag, archive-unflag-backwards)
3383 (archive-unmark-all-files): "?\ " -> "?\s".
3384
3385 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3386 (Buffer-menu-not-modified, Buffer-menu-execute)
3387 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3388 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3389
3390 * composite.el (compose-string, encode-composition-rule)
3391 (compose-last-chars): Fix typos in docstrings.
3392
3393 * desktop.el (desktop-enable, desktop-basefilename):
3394 Declare with `define-obsolete-variable-alias'.
3395 (desktop-internal-v2s): Don't quote keywords.
3396 (desktop-clear): "?\ " -> "?\s".
3397
3398 * dired.el (dired-align-file, dired-flag-backup-files)
3399 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3400 (dired-listing-switches, dired-ls-F-marks-symlinks)
3401 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3402 (dired-directory, dired-faces, dired, dired-revert)
3403 (dired-mode, dired-summary, dired-view-file)
3404 (dired-copy-filename-as-kill, dired-delete-file)
3405 (dired-no-confirm, dired-unmark-all-marks)
3406 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3407 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3408 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3409 Fix typos in message strings.
3410
3411 * dired-x.el (virtual-dired): Declare with `defalias'.
3412 (dired-mark-unmarked-files, dired-local-variables-file)
3413 (dired-omit-here-always): Doc fix.
3414 (dired-omit-mode, dired-find-subdir)
3415 (dired-enable-local-variables, dired-clean-up-buffers-too)
3416 (dired-extra-startup, dired-mark-extension, dired-jump)
3417 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3418 (dired-smart-shell-command, dired-guess-shell-alist-user)
3419 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3420 (dired-x-bind-find-file, dired-x-submit-report):
3421 Fix typos in docstrings.
3422 (dired-mark-unmarked-files): "?\ " -> "?\s".
3423
3424 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3425
3426 * faces.el (describe-face): "?\ " -> "?\s".
3427 (read-all-face-attributes, read-face-font, modify-face)
3428 (face-attr-construct, italic): Fix typos in docstrings.
3429 (frame-update-face-colors): Declare with
3430 `define-obsolete-function-alias'.
3431
3432 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3433 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3434 (magic-mode-alist, buffer-file-numbers-unique)
3435 (write-file-functions, get-free-disk-space):
3436 Fix typos in docstrings.
3437 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3438 (write-contents-hooks, write-file-hooks):
3439 Declare with `define-obsolete-variable-alias'.
3440
3441 * forms-d2.el (arch-rj): Fix typo in docstrings.
3442 (arch-tocol): Likewise. "?\ " -> "?\s".
3443
3444 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3445 Fix typo in docstring.
3446 (set-screen-width, set-screen-height): Delete redundant info in
3447 doctrings.
3448 (new-frame, screen-height, screen-width): Declare with
3449 `define-obsolete-function-alias'.
3450 (delete-frame-hook, blink-cursor): Declare with
3451 `define-obsolete-variable-alias'.
3452
3453 * paths.el (prune-directory-list): Fix typos in docstring.
3454
3455 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3456 (cvs-prefix-get): Fix typos in docstrings.
3457
3458 * ps-print.el (ps-extend-face-list, ps-extend-face)
3459 (ps-print-background-image): Fix typos in docstrings.
3460 (ps-default-fg, ps-default-bg): Doc fixes.
3461
3462 * s-region.el (s-region-bind): Doc fix.
3463 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3464
3465 * textmodes/org.el (org-table-formula-substitute-names)
3466 (org-table-get-vertical-vector): Doc fixes.
3467 (org-table-recalculate): Remove unused argument to `message'.
3468
3469 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3470
3471 * textmodes/org.el (org-table-column-names)
3472 (org-table-column-name-regexp)
3473 (org-table-named-field-locations): New variables.
3474 (org-archive-subtree): Protect `this-command' when calling
3475 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3476 the kill buffer.
3477 (org-complete): Remove fixed-formula completion.
3478 (org-edit-formulas-map): New variable.
3479 (org-table-edit-formulas): New command.
3480 (org-finish-edit-formulas, org-abort-edit-formulas)
3481 (org-show-variable, org-table-get-vertical-vector): New functions.
3482 (org-table-maybe-eval-formula): Handle `:=' fields.
3483 (org-table-get-stored-formulas, org-table-store-formulas)
3484 (org-table-get-formula, org-table-modify-formulas)
3485 (org-table-replace-in-formulas): Handle named field formulas.
3486 (org-table-get-specials): Store locations of named fields.
3487
3488 2005-07-19 Juri Linkov <juri@jurta.org>
3489
3490 * progmodes/grep.el (grep-regexp-alist)
3491 (grep-mode-font-lock-keywords, grep-process-setup):
3492 Use default GNU grep match color "01;31m" instead of "01;41m".
3493 (grep-regexp-alist, grep-mode-font-lock-keywords):
3494 Use `\\[[0-9]*m' instead of `\\[00m'.
3495 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3496 sgr_start where its handling is more important. Use the real
3497 length of sgr_start instead of constant 8.
3498 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3499 specially. Delete all remaining escape sequences.
3500 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3501 (grep-regexp-alist): Make hyperlink only for binary file name
3502 instead of the whole line.
3503 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3504 (grep-mode): Add autoload.
3505
3506 * emacs-lisp/find-func.el (find-function-regexp):
3507 Add `define-compilation-mode'.
3508
3509 2005-07-19 Juri Linkov <juri@jurta.org>
3510
3511 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3512 (compare-windows-sync-string-size, compare-windows-recenter)
3513 (compare-windows-highlight, compare-windows): Add version 22.1.
3514 (compare-windows) <defface>: Inherit from lazy-highlight instead
3515 of duplicating its default value.
3516
3517 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3518 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3519
3520 * descr-text.el (describe-char): Create link buttons for `charset'
3521 and `code point'. Add the current input method name with a link
3522 button to `to input' field. Print face names of display table
3523 characters in `The display table entry is displayed by' section
3524 instead of printing face-id in the `display' field.
3525 Guess hardcoded faces and create a link button for them.
3526 Skip empty fields when calculating max-width.
3527 Treat `widget-create' specially while inserting strings from the
3528 collected field list.
3529 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3530
3531 * diff-mode.el (diff-file-header): Change foreground color from
3532 yellow to green on light backgrounds.
3533 (diff-context): Inherit from `shadow' only for color/grayscale
3534 with more than 88 colors.
3535 (diff-indicator-removed, diff-indicator-added)
3536 (diff-indicator-changed): New faces.
3537 (diff-font-lock-keywords): Use new faces. Regroup rules.
3538 Add "^---$" for `normal' diff format. Fontify `#' lines with
3539 font-lock-comment-delimiter-face and font-lock-comment-face.
3540 Add `#' to ^[^...] in the rule for `diff-context-face'.
3541
3542 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3543 a button-like box. Inherit from `highlight' on low colors.
3544 (shadow): Use shades of gray only for color/grayscale with
3545 more than 88 colors. Use green for light backgrounds with
3546 8 colors, and yellow for dark backgrounds with 8 colors.
3547
3548 * font-lock.el (font-lock-regexp-grouping-backslash):
3549 Don't inherit from escape-glyph (use bold for all cases).
3550
3551 * info.el (info-xref-visited): Use light foreground color `violet'
3552 for dark backgrounds instead of dark color `magenta3'.
3553 (info-title-1): Use `yellow' color for dark backgrounds.
3554
3555 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3556 too-light magenta2.
3557
3558 * replace.el (match): Use slightly more light RoyalBlue3 instead
3559 of dark RoyalBlue4.
3560
3561 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3562
3563 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * novice.el (disabled-command-hook): Declare it with
3566 `define-obsolete-variable-alias'.
3567
3568 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3569 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3570 (desktop-load-default): Add release to obsolescence info.
3571 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3572 (desktop-append-buffer-args, desktop-read):
3573 Fix typos in docstrings.
3574 (desktop-kill): Fix typo in message.
3575 (desktop-save): Doc fix.
3576
3577 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3578
3579 * viper-cmd.el (viper-escape-to-state): Bug fix.
3580 (viper-envelop-ESC-key): Change the definition of fast
3581 keysequence so it'll work with keyboard macros.
3582
3583 * ediff.el (ediff-patch-buffer): Change the docstring.
3584
3585 2005-07-19 Kenichi Handa <handa@m17n.org>
3586
3587 * international/mule-cmds.el (select-safe-coding-system): Try to
3588 use an auto-coding (if any) before anything else. If the found
3589 auto-coding is invalid, show a warning message.
3590
3591 * international/mule.el (find-auto-coding): New function created
3592 by modifying the body of set-auto-coding.
3593 (set-auto-coding): Use find-auto-coding to find a coding.
3594
3595 2005-07-18 Richard M. Stallman <rms@gnu.org>
3596
3597 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3598 not isearch-mode-end-hook-error.
3599 (allout-before-change-protect): Fix error message.
3600
3601 2005-07-18 Juri Linkov <juri@jurta.org>
3602
3603 * allout.el (allout-mode):
3604 * calculator.el (calculator-copy):
3605 * custom.el (custom-known-themes):
3606 * dired.el (dired-desktop-buffer-misc-data)
3607 (dired-restore-desktop-buffer):
3608 * dired-x.el (dired-omit-marker-char):
3609 * files.el (basic-save-buffer):
3610 * font-core.el (font-lock-mode):
3611 * calendar/calendar.el (calendar-goto-hebrew-date)
3612 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3613 (calendar-goto-persian-date):
3614 * language/ethio-util.el (ethio-sera-to-fidel-region):
3615 * textmodes/picture.el (picture-mode):
3616 Delete duplicate duplicate words.
3617
3618 2005-07-18 Juri Linkov <juri@jurta.org>
3619
3620 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3621 chars * ? } |.
3622 (isearch-fallback): Don't call `isearch-process-search-char'.
3623 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3624 (isearch-process-search-char): Call `isearch-fallback' for regexp
3625 chars * ? } |.
3626 (isearch-return-char): Make obsolete with `make-obsolete' instead
3627 of simply documenting it as obsolete in the docstring.
3628 (isearch-fallback): Refill docstring.
3629
3630 * international/isearch-x.el
3631 (isearch-process-search-multibyte-characters): Remove unneeded
3632 `concat'. Add intermediate values to `junk-hist' instead of
3633 `minibuffer-history'. Test the length of `str'.
3634
3635 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3636
3637 * allout.el (allout-resolve-xref): Fix typos in error strings.
3638 (allout-before-change-protect): Remove unneeded `concat'.
3639
3640 * array.el (array-mode, array-reconfigure-rows)
3641 (untabify-backward): Fix typos in docstrings.
3642 (array-reconfigure-rows): Use `insert-buffer-substring', not
3643 `insert-buffer'.
3644
3645 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3646 * progmodes/ada-mode.el (ada-make-body):
3647 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3648
3649 * dired.el (dired-log):
3650 * tar-mode.el (tar-subfile-save-buffer):
3651 * play/zone.el (zone-pgm-stress-destress):
3652 Use `insert-buffer-substring', not `insert-buffer'.
3653
3654 2005-07-17 Simon Josefsson <jas@extundo.com>
3655
3656 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3657
3658 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3659
3660 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3661 Add plain auth method.
3662 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3663
3664 2005-07-17 Kim F. Storm <storm@cua.dk>
3665
3666 * ido.el (dired-other-window): Add ido property.
3667
3668 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3669
3670 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3671 Fix typo in docstring.
3672 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3673 `insert-file-literally'.
3674
3675 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3676 info and delete redundant message. Doc fix.
3677 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3678 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3679
3680 2005-07-16 Richard M. Stallman <rms@gnu.org>
3681
3682 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3683 (byte-compile-and): Use byte-compile-and-recursion.
3684 (byte-compile-or-recursion): New function.
3685 (byte-compile-or): Use that.
3686 (byte-compile-if): Guard the else-clause too.
3687 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3688
3689 * isearch.el (isearch-mode-end-hook-quit): New variable.
3690 (isearch-done): Bind it.
3691 (isearch-mode-end-hook): Doc fix.
3692
3693 * allout.el (allout-isearch-did-quit): Variable deleted.
3694 (allout-real-isearch-abort): Function name no longer used.
3695 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3696 (allout-isearch-rectification): isearch-mode always exists.
3697 Don't set allout-isearch-did-quit.
3698 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3699 allout-isearch-did-quit.
3700 (allout-enwrap-isearch): Just add the hook.
3701 (allout-isearch-abort): Function deleted.
3702 (allout-pre-command-business): Avoid warning.
3703
3704 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3705 Correctly avoid warnings.
3706 (pascal-outline): Likewise.
3707
3708 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3709
3710 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3711
3712 * play/tetris.el (tetris-mode): Avoid warning.
3713
3714 * play/snake.el (snake-mode): Avoid warning.
3715
3716 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3717 (gamegrid-set-display-table): Avoid warning.
3718 (gamegrid-set-timer): Likewise.
3719 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3720 (gamegrid-add-score-with-update-game-score-1): Take FILE
3721 as argument.
3722 (gamegrid-add-score-with-update-game-score): Pass that argument.
3723 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3724
3725 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3726
3727 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3728 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3729
3730 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3731 and insert-file.
3732
3733 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3734 (sc-ask): Avoid warnings.
3735
3736 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3737 (eshell-hist-initialize): Use that var the natural way.
3738
3739 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3740
3741 * emacs-lisp/re-builder.el (reb-cook-regexp):
3742 Avoid warning calling lre-compile-string.
3743 (reb-color-display-p): Avoid warning.
3744
3745 * calculator.el (calculator-last-input): Guard uses
3746 of event-key and key-press-event-p.
3747 (event-key, key-press-event-p): Delete definitions.
3748
3749 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3750 (find-gc-source-directory, find-gc-subrs-callers)
3751 (find-gc-noreturn-list, find-gc-source-files)
3752 (find-gc-subrs-called): Vars renamed and defvar'd.
3753
3754 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3755 (checkdoc-overlay-put, checkdoc-delete-overlay)
3756 (checkdoc-overlay-start, checkdoc-overlay-end)
3757 (checkdoc-mode-line-update, checkdoc-char=):
3758 Define such that compiler knows they are defined.
3759 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3760 (checkdoc-read-event): Delete. Use read-event directly.
3761
3762 * whitespace.el (whitespace-make-overlay)
3763 (whitespace-overlay-put, whitespace-delete-overlay)
3764 (whitespace-overlay-start, whitespace-overlay-end):
3765 Define such that compiler knows they are defined.
3766 (whitespace): Move conditional inside.
3767
3768 * tempo.el (tempo-insert-template): Suppress warning.
3769
3770 * ediff-diff.el (longlines-mode): Add defvar.
3771
3772 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3773
3774 * server.el: Bind "C-x #" in a way that works even if C-x is
3775 redefined to a command key, not a prefix key.
3776
3777 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3778
3779 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3780 cl-make-type-test till execution time.
3781
3782 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3783
3784 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3785 arg ARG and use it.
3786
3787 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3788
3789 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3790
3791 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3792
3793 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3794 a defcustom with two :set or :type keywords.
3795
3796 2005-07-15 Richard M. Stallman <rms@gnu.org>
3797
3798 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3799 Don't give ^M comment-end syntax.
3800
3801 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3802
3803 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3804 Don't consider gdbmi (gdb-mi.el has its own update functions).
3805 (gdb-var-delete): Make it work for gdbmi as well.
3806 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3807
3808 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3809 (gud-speedbar-menu-items): Correct logic for enabling items.
3810
3811 2005-07-15 Kim F. Storm <storm@cua.dk>
3812
3813 * ido.el: Fix commentary.
3814 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3815 Use with-no-warnings around ffap-guesser.
3816 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3817 Let bind minibuffer-completing-file-name to t.
3818
3819 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * startup.el (site-run-file, keyboard-type): Doc fixes.
3822 (command-line): Check for "--basic-display" argument; also for
3823 "--quick", not "--bare-bones" (which was renamed).
3824 (fancy-splash-text): Add missing item "Getting New Versions".
3825 (normal-splash-screen): Fix typos and improve consistency with
3826 `fancy-splash-text'. Update copyright year.
3827
3828 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3829 valid binding for `help-char'.
3830
3831 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3832
3833 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3834
3835 * term.el (term-mode): Disable cua-mode for term buffers.
3836
3837 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * add-log.el (add-log-mailing-address, change-log-merge):
3840 Doc fixes.
3841 (change-log-get-method-definition): Fix typo in docstring.
3842
3843 2005-07-14 Kim F. Storm <storm@cua.dk>
3844
3845 * emulation/cua-base.el:
3846 (cua--pre-command-handler-1, cua--pre-command-handler)
3847 (cua--post-command-handler-1, cua--post-command-handler):
3848 Split in two. Check (buffer local) value of cua-mode.
3849 (cua-selection-mode): New command.
3850
3851 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3852
3853 * custom.el (custom-initialize-safe-set)
3854 (custom-initialize-safe-default): Doc fixes.
3855
3856 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3857 and simplify :init-value again.
3858
3859 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3860 and simplify :init-value again. Delete autoload.
3861
3862 * startup.el (command-line): Use `custom-reevaluate-setting' again
3863 for tooltip-mode.
3864
3865 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3866 a defcustom with two :initialize keywords.
3867
3868 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3871 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3872 (allout-post-command-business, allout-flag-region)
3873 (isearch-reenable-font-lock, allout-yank)
3874 (allout-insert-latex-header, allout-insert-latex-trailer)
3875 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3876 (allout-latex-verb-quote): Fix typos in docstrings.
3877 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3878 (allout-unprotected, allout-prefix-data):
3879 Improve argument/docstring consistency.
3880 (allout-chart-subtree): Fix argument spec.
3881 (allout-open-topic): Rename `use_sib_bullet' argument to
3882 `use-sib-bullet'. Doc fix.
3883
3884 * whitespace.el (whitespace-check-buffer-leading)
3885 (whitespace-check-buffer-trailing)
3886 (whitespace-check-buffer-indent)
3887 (whitespace-check-buffer-spacetab)
3888 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3889 (whitespace-check-leading-whitespace)
3890 (whitespace-check-trailing-whitespace)
3891 (whitespace-check-spacetab-whitespace)
3892 (whitespace-check-indent-whitespace)
3893 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3894 (whitespace-modes): Fix typos in docstrings.
3895 (defgroup, defcustom): Doc fixes.
3896
3897 * winner.el (winner-mode, winner-boring-buffers)
3898 (winner-pending-undo-ring): Doc fixes.
3899 (winner-ring): Remove unneeded `progn'.
3900 (winner-equal): `defsubst' it.
3901 (winner-redo): Fix message.
3902
3903 2005-07-13 Kim F. Storm <storm@cua.dk>
3904
3905 * simple.el (line-move-1): Always use vertical-motion to
3906 do the last (or only) line move to ensure some movement.
3907 Undo 2005-06-23 change--don't check for overlays.
3908
3909 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3910
3911 * term/mac-win.el (ccl-encode-mac-roman-font)
3912 (ccl-encode-mac-centraleurroman-font)
3913 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3914 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3915 Change charset-id boundary of dimension to ?\xef.
3916 (mac-char-fontspec-list): New constant.
3917 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3918 argument. Nil uses itself as family in font-spec. Previous
3919 behavior for nil is now provided by non-nil non-string argument.
3920 All callers changed. Add font-specs for Mac fonts to
3921 "fontset-default" unless iso8859-1 fonts are installed.
3922
3923 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3926 a continuation line if the \ is preceded by SPC or TAB.
3927 (sh-get-indent-info): Simplify.
3928 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3929 Use with-current-buffer.
3930
3931 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3932 when the matched text is empty.
3933
3934 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3935
3936 * startup.el (command-line): Revert to previous handling of
3937 tooltip-mode. Explain in comment why the complexity is needed.
3938
3939 * tooltip.el (tooltip-mode): Revert to previous implementation of
3940 its defcustom.
3941
3942 * frame.el (blink-cursor-mode): Revert to previous implementation
3943 of its defcustom. Update comment.
3944
3945 2005-07-12 Lars Hansen <larsh@soem.dk>
3946
3947 * desktop.el: Update e-mail address.
3948
3949 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3950
3951 * term/mac-win.el (mac-services-mail-selection)
3952 (mac-services-mail-to): New functions.
3953 (mac-application-menu-map): Bind them.
3954
3955 2005-07-12 wulei <milton@wulei.net> (tiny change)
3956
3957 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3958
3959 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
3960
3961 * custom.el (custom-reevaluate-setting): Doc fix.
3962
3963 2005-07-11 Jay Belanger <belanger@truman.edu>
3964
3965 * calc/calc.el (calc-embedded-announce-formula-alist)
3966 (calc-embedded-open-close-plain-alist)
3967 (calc-embedded-open-close-mode-alist): Add checks for additional
3968 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3969
3970 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
3971
3972 * custom.el (custom-enable-theme): Don't add theme to
3973 `custom-enabled-themes' with `push' because there is no
3974 setf-method for `delq'.
3975
3976 2005-07-11 Richard M. Stallman <rms@gnu.org>
3977
3978 * custom.el (custom-declare-variable): Doc fix.
3979
3980 * dired-aux.el (dired-compare-directories): Remove "." and ".."
3981 from the alists.
3982
3983 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3984 Do nothing if edebug-active.
3985
3986 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3987 (edebug-display): Do it here instead.
3988
3989 2005-07-10 Richard M. Stallman <rms@gnu.org>
3990
3991 * cus-face.el (custom-theme-set-faces): Make it work.
3992 (custom-reset-faces): Doc fix.
3993 (custom-theme-reset-internal-face, custom-theme-face-value):
3994 Functions deleted.
3995
3996 * custom.el (custom-push-theme): Maintain list of the settings
3997 of a given theme in its theme-settings property.
3998 Maintain position of old settings in the theme-value
3999 or theme-face property.
4000 (custom-enabled-themes): New variable.
4001 (custom-theme-enabled-p): New function.
4002 (provide-theme): Update custom-enabled-themes.
4003 Disable and reenable the `user' theme.
4004 (require-theme): Doc fix.
4005 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4006 (custom-theme-value, custom-theme-variable-value): Likewise.
4007 (custom-theme-reset-internal): Likewise.
4008 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4009 (custom-enable-theme, custom-disable-theme): New functions.
4010 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4011 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4012 (custom-theme-reset-variables): Simplify.
4013 (deftheme, custom-declare-theme, custom-make-theme-feature):
4014 Definitions moved.
4015
4016 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4017
4018 * longlines.el (longlines-show-region)
4019 (longlines-unshow-hard-newlines): Recognize hard newlines by
4020 non-nil hard property, instead of t.
4021
4022 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4023
4024 * viper-cmd.el (viper--key-maps): New variable.
4025 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4026 emulation-mode-map-alists.
4027 (viper-envelop-ESC-key): Use viper-subseq.
4028 (viper-search-forward/backward/next): Disable debug-on-error.
4029
4030 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4031 (viper-ESC-key): New defcustoms.
4032
4033 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4034
4035 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4036 (viper-subseq): Copy of subseq from cl.el.
4037
4038 * viper.el (viper-go-away, viper-set-hooks): Use
4039 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4040
4041 * viper-mous.el (viper-current-frame-saved): Use defvar.
4042
4043 * viper-init.el: Get rid of -face in face names.
4044
4045 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4046 Make it work with longlines mode
4047
4048 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4049
4050 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4051
4052 * ediff-init.el: Get rid of -face in face names.
4053
4054 2005-07-10 Richard M. Stallman <rms@gnu.org>
4055
4056 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4057 and with-timeout-unsuspend.
4058
4059 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4060 and with-timeout-unsuspend.
4061
4062 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4063 (with-timeout): Bind that variable to record timers.
4064 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4065
4066 * emacs-lisp/debug.el (debug-help-follow): New function.
4067 (debugger-mode-map): Use that instead of help-follow.
4068 (debugger-setup-buffer): Use eval-buffer-list
4069 to handle eval-buffer frames.
4070
4071 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4072
4073 * timezone.el (timezone-parse-date): Change first regexp
4074 so it will not mistakenly match dates with no time zone.
4075
4076 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4077
4078 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4079
4080 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4081
4082 * custom.el (custom-initialize-safe-set)
4083 (custom-initialize-safe-default): New functions.
4084
4085 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4086 and simplify :init-value.
4087
4088 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4089 and simplify :init-value. Delete obsolete comment.
4090
4091 * startup.el (command-line): Use `custom-reevaluate-setting' to
4092 handle `tooltip-mode'. Delete obsolete comment.
4093
4094 * files.el (set-visited-file-name): Avoid calling
4095 `file-name-nondirectory' with a nil argument.
4096
4097 2005-07-09 Richard M. Stallman <rms@gnu.org>
4098
4099 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4100 was called with nil for the buffer, handle the read position right.
4101 Handle read position for eval-region, too.
4102
4103 2005-07-09 Juri Linkov <juri@jurta.org>
4104
4105 * fringe.el (fringe-mode): Add period in docstring.
4106 (fringe-query-style): Build prompt depending on `all-frames' arg.
4107
4108 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4109 to not create links to unrelated functions in the Help buffer.
4110
4111 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4112 Doc fix.
4113
4114 * simple.el (next-error-hook): New variable.
4115 (next-error): Use it. Doc fix.
4116
4117 * textmodes/ispell.el (ispell-command-loop): Add current
4118 dictionary name and program name to mode-line-format.
4119 (ispell-region, ispell-process-line): Add current dictionary name
4120 and program name to messages.
4121
4122 2005-07-08 Jay Belanger <belanger@truman.edu>
4123
4124 * calc/calc.el (calc-embedded-announce-formula-alist)
4125 (calc-embedded-open-close-formula-alist)
4126 (calc-embedded-open-close-word-alist)
4127 (calc-embedded-open-close-plain-alist)
4128 (calc-embedded-open-close-new-formula-alist)
4129 (calc-embedded-open-close-mode-alist)
4130 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4131 (calc-embedded-mode-hook): New variables.
4132
4133 * calc/calc-embed.el (calc-embedded-firsttime)
4134 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4135 New variables.
4136 (calc-do-embedded): Use calc-embedded-firsttime,
4137 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4138 determine whether or not to run hooks.
4139 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4140 calc-embedded-firsttime-formula appropriately.
4141 Set calc-embedded delimiter variables according to mode.
4142
4143 2005-07-08 Richard M. Stallman <rms@gnu.org>
4144
4145 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4146 Check for "emacs", etc., as entire symbol, not just as word.
4147 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4148
4149 * files.el (set-visited-file-name): Report the error
4150 for "empty filename" earlier.
4151 (kill-some-buffers): Ignore buffers already dead.
4152
4153 * fringe.el (fringe-mode): Doc fix.
4154
4155 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4156 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4157 Use unwind-protect to ensure byte-compile-unresolved-functions
4158 is updated.
4159
4160 * whitespace.el (whitespace-buffer-leading-cleanup):
4161 Simplify w/ skip-chars-forward.
4162 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4163
4164 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4165 Unconditionally try to leave point at the same old place.
4166
4167 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4168
4169 * comint.el (comint-postoutput-scroll-to-bottom)
4170 (comint-show-maximum-output): Take scroll-margin into consideration.
4171
4172 2005-07-08 Kim F. Storm <storm@cua.dk>
4173
4174 * ido.el (ido-use-filename-at-point): New choice `guess'.
4175 (ido-file-internal): Try ffap-guesser if selected.
4176
4177 * ido.el (ido-before-fallback-functions): New hook.
4178 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4179 (ido-read-file-name): Run it.
4180
4181 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4184 strings rather than a list of symbols to the completion function.
4185
4186 2005-07-07 Jay Belanger <belanger@truman.edu>
4187
4188 * calc/calc-units.el (math-apply-units): Change the places in
4189 which units are simplified.
4190
4191 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4192
4193 * cus-edit.el (customize-option, customize-option-other-window):
4194 Make them handle aliases.
4195
4196 * custom.el (custom-variable-p): Make it recursively follow
4197 aliases. Mention that in the docstring.
4198
4199 2005-07-07 Richard M. Stallman <rms@gnu.org>
4200
4201 * cus-start.el (exec-path): Use `directory' instead of `file'.
4202 Fix tag for nil.
4203
4204 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4205
4206 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4207 when called non-interactively. Doc fix.
4208
4209 2005-07-07 Lute Kamstra <lute@gnu.org>
4210
4211 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4212 new address as well.
4213
4214 2005-07-07 Kenichi Handa <handa@m17n.org>
4215
4216 * international/mule.el (make-coding-system):
4217 Describe `ascii-incompatible' property in the docstring.
4218 (set-file-name-coding-system): Signal an error if coding-system is
4219 ascii-incompatible.
4220 (set-keyboard-coding-system): Likewise.
4221
4222 * international/mule-cmds.el (set-default-coding-systems):
4223 Don't set default-file-name-coding-system and
4224 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4225
4226 * international/utf-16.el: Declare that all UTF-16-based coding
4227 systems are ASCII-incompatible.
4228
4229 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4230
4231 * progmodes/gud.el: Require font-lock for displaying errors.
4232 Used by gdb-ui.el.
4233
4234 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4237 values for the pattern lists which are `read'able but not
4238 `append'able (like symbols).
4239
4240 2005-07-06 Richard M. Stallman <rms@gnu.org>
4241
4242 * progmodes/flymake.el (flymake-float-time): Instead of
4243 with-no-warnings, test for xemacs.
4244 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4245 to avoid warning.
4246
4247 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4248
4249 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4250
4251 2005-07-05 Lute Kamstra <lute@gnu.org>
4252
4253 * battery.el: Add support for Darwin (with much debugging help
4254 from Samuel Lauber <sam124@operamail.com>).
4255 (battery-status-function, battery-echo-area-format)
4256 (battery-mode-line-format): Add support for pmset on Darwin.
4257 (battery-load-low, battery-load-critical): New user options.
4258 (battery-pmset): New function.
4259
4260 2005-07-05 Lute Kamstra <lute@gnu.org>
4261
4262 Update FSF's address in GPL notices.
4263
4264 * textmodes/page-ext.el: Update FSF's address.
4265
4266 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4269 filling from using prefix when filling a single-line docstring.
4270
4271 * progmodes/flymake.el: Remove useless eval-when-compile.
4272
4273 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4274
4275 2005-07-04 Richard M. Stallman <rms@gnu.org>
4276
4277 * textmodes/org.el (org-file-apps-defaults-gnu):
4278 Rename from org-file-apps-defaults-linux.
4279 (org-default-apps): Don't test system-type for `linux'.
4280 (org-file-apps): Doc fix.
4281
4282 2005-07-04 David Ponce <david@dponce.com>
4283
4284 * tree-widget.el: Improve header Commentary section.
4285 (tree-widget) [defgroup]
4286 (tree-widget-image-enable, tree-widget-themes-directory)
4287 (tree-widget-theme, tree-widget-image-properties-emacs)
4288 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4289 (tree-widget-image-formats, tree-widget-control)
4290 (tree-widget-empty-control, tree-widget-leaf-control
4291 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4292 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4293 (tree-widget-keep, tree-widget-after-toggle-functions)
4294 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4295 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4296 :help-echo message.
4297 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4298 (tree-widget-image-properties): Doc fix. Clearer implementation.
4299 (tree-widget--cursors): New constant.
4300 (tree-widget-lookup-image): New function split from
4301 `tree-widget-find-image'. Clearer implementation.
4302 (tree-widget-find-image): Use it.
4303 (tree-widget-button-keymap): Use `set-keymap-parent'.
4304 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4305 Define the sub-widgets here.
4306 (tree-widget-node): Check that :node is not a tree-widget.
4307 (tree-widget-get-super, tree-widget-open-control)
4308 (tree-widget-close-control, tree-widget-empty-control)
4309 (tree-widget-leaf-control, tree-widget-guide)
4310 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4311 (tree-widget-no-handle, tree-widget-value-delete)
4312 (tree-widget-map): Remove.
4313 (tree-widget-children-value-save): Doc fix. Simplified.
4314 (tree-widget-value-create): Update according to previous changes.
4315
4316 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4317
4318 * textmodes/org.el: Leading space replaced by TABS.
4319 (org-recalc-marks, org-table-rotate-recalc-marks)
4320 (org-table-get-specials): Treat "^" and "_" marks.
4321 (org-table-justify-field-maybe): Optional argument NEW.
4322 (org-table-eval-formula): Parsing of the format simplified.
4323 New modes C,I. Honor the %= parameter in the current table.
4324 Avoid unnecessary re-align by using the NEW argument to
4325 `org-table-justify-field-maybe'.
4326 (org-calc-default-modes): Default for date-format mimicks org-mode.
4327 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4328
4329 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4330
4331 * cus-face.el (custom-theme-set-faces): Make it handle face
4332 aliases whose alias declarations are pre- or autoloaded.
4333
4334 2005-07-04 Juri Linkov <juri@jurta.org>
4335
4336 * faces.el (read-face-name): Put the code for getting a face name
4337 from the buffer before adding the faces from the `face' property.
4338 Use `completing-read-multiple' instead of `completing-read'.
4339 Require `crm'. Add default value and post-process the returned
4340 list of faces.
4341
4342 * emacs-lisp/crm.el (crm-find-current-element)
4343 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4344
4345 * emacs-lisp/lisp-mode.el (eval-defun-1):
4346 * emacs-lisp/edebug.el (edebug-eval-defun):
4347 Remove unnecessary quotes.
4348
4349 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4350
4351 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4352 (prolog-indent-level): Fix typo in docstring.
4353
4354 * info.el (Info-history, Info-history-forward)
4355 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4356
4357 * add-log.el (add-change-log-entry):
4358 * comint.el (comint-dynamic-list-input-ring)
4359 (comint-dynamic-list-completions):
4360 * dabbrev.el (dabbrev-expand):
4361 * delim-col.el (delimit-columns-rectangle-line):
4362 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4363 (diff-unified->context):
4364 * ediff-init.el (ediff-abbrev-jobname):
4365 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4366 (ediff-replace-session-activity-marker-in-meta-buffer):
4367 * info.el (Info-summary):
4368 * lpr.el (printify-region):
4369 * printing.el (pr-create-interface):
4370 * ps-print.el (ps-print-quote):
4371 * ses.el (ses-column-widths, ses-print-cell)
4372 (ses-adjust-print-width, ses-center):
4373 * shell.el (shell-file-name-quote-list):
4374 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4375 (strokes-fill-current-buffer-with-whitespace)
4376 (strokes-xpm-for-stroke, strokes-list-strokes)
4377 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4378 * term.el (term-dynamic-list-input-ring)
4379 (term-dynamic-list-completions):
4380 * calc/calc.el (math-format-stack-value):
4381 * emacs-lisp/edebug.el (edebug-display-freq-count):
4382 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4383 (delphi-new-comment-line):
4384 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4385 * progmodes/executable.el (executable-set-magic):
4386 * progmodes/python.el (inferior-python-mode):
4387 * progmodes/scheme.el (scheme-mode-syntax-table):
4388 * progmodes/sh-script.el (sh-maybe-here-document):
4389 * progmodes/sql.el (sql-copy-column):
4390 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4391 * textmodes/bibtex.el (bibtex-mode):
4392 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4393 (sgml-auto-attributes):
4394 * textmodes/table.el (table-insert, table-shorten-cell)
4395 (table--generate-source-scan-lines, table-delete-row)
4396 (*table--cell-delete-char, table--spacify-frame)
4397 (table--horizontally-shift-above-and-below)
4398 (table--cell-insert-char, table--cell-blank-str)
4399 (table--fill-region-strictly):
4400 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4401 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4402
4403 * add-log.el (change-log):
4404 * apropos.el (apropos):
4405 * comint.el (comint-completion, comint-source):
4406 * dabbrev.el (dabbrev):
4407 * delim-col.el (columns):
4408 * diff-mode.el (diff-mode):
4409 * ediff.el (ediff):
4410 * ediff-diff.el (ediff-diff):
4411 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4412 * ediff-mult.el (ediff-mult):
4413 * ediff-ptch.el (ediff-ptch):
4414 * ediff-wind.el (ediff-window):
4415 * facemenu.el (facemenu):
4416 * indent.el (indent):
4417 * info.el (info):
4418 * jka-cmpr-hook.el (compression, jka-compr):
4419 * lpr.el (lpr):
4420 * outline.el (outlines):
4421 * pcmpl-cvs.el (pcmpl-cvs):
4422 * pcmpl-rpm.el (pcmpl-rpm):
4423 * printing.el (printing):
4424 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4425 (ps-print-vertical, ps-print-headers, ps-print-font)
4426 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4427 (ps-print-background, ps-print-printer, ps-print-page)
4428 (ps-print-miscellany):
4429 * ses.el (ses):
4430 * shell.el (shell, shell-directories, shell-faces):
4431 * startup.el (initialization):
4432 * strokes.el (strokes):
4433 * term.el (term):
4434 * uniquify.el (uniquify):
4435 * w32-vars.el (w32):
4436 * calc/calc.el (calc):
4437 * emacs-lisp/bytecomp.el (bytecomp):
4438 * emacs-lisp/cl-indent.el (lisp-indent):
4439 * emacs-lisp/edebug.el (edebug):
4440 * emacs-lisp/elp.el (elp):
4441 * emacs-lisp/testcover.el (testcover):
4442 * emacs-lisp/trace.el (trace):
4443 * emulation/viper-ex.el (viper-ex):
4444 * emulation/viper-mous.el (viper-mouse):
4445 * mail/mailalias.el (mailalias):
4446 * mail/supercite.el (supercite, supercite-frames)
4447 (supercite-attr, supercite-cite, supercite-hooks):
4448 * net/rcompile.el (remote-compile):
4449 * net/rlogin.el (rlogin):
4450 * obsolete/ooutline.el (outlines):
4451 * progmodes/delphi.el (delphi):
4452 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4453 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4454 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4455 (ebnf-optimization):
4456 * progmodes/etags.el (etags):
4457 * progmodes/executable.el (executable):
4458 * progmodes/idlwave.el (idlwave):
4459 * progmodes/pascal.el (pascal):
4460 * progmodes/prolog.el (prolog):
4461 * progmodes/python.el (python):
4462 * progmodes/scheme.el (scheme):
4463 * progmodes/sh-script.el (sh, sh-script):
4464 * progmodes/sql.el (SQL):
4465 * progmodes/tcl.el (tcl):
4466 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4467 * textmodes/enriched.el (enriched):
4468 * textmodes/makeinfo.el (makeinfo):
4469 * textmodes/sgml-mode.el (sgml):
4470 * textmodes/table.el (table-hooks):
4471 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4472 * textmodes/texinfo.el (texinfo):
4473 * textmodes/two-column.el (two-column):
4474 Finish `defgroup' description with period.
4475
4476 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4477 * eshell/esh-var.el (eshell-var):
4478 * progmodes/vhdl-mode.el (vhdl-testbench):
4479 * textmodes/org.el (org): Fix typos in docstrings.
4480
4481 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4482 consistency.
4483
4484 * progmodes/flymake.el (flymake-find-file): Remove.
4485 (flymake-float-time): Use `with-no-warnings'.
4486 (flymake-check-start-time, flymake-check-was-interrupted)
4487 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4488 (flymake-new-err-info): `defvar' at compile time.
4489
4490 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4491
4492 * replace.el (occur-hook): Doc fix.
4493 (occur-1): Don't call `occur-hook' if there are no matches.
4494
4495 2005-07-03 Richard M. Stallman <rms@gnu.org>
4496
4497 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4498 global-map, save the same map.
4499 (global-map): Don't alter it at top level.
4500 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4501 Then alter it here instead.
4502 (tpu-edt-off): Set global-map to the saved one.
4503
4504 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4505 All references simplified.
4506 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4507 (zmacs-regions): Add defvar.
4508 (repeat-complex-command-map): Everything about that deleted.
4509
4510 * textmodes/artist.el (artist-key-is-drawing)
4511 (artist-key-endpoint1, artist-key-poly-point-list)
4512 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4513 (artist-key-compl-table, artist-rb-save-data)
4514 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4515 Don't put them in eval-when-compile.
4516 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4517
4518 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4519 Use with-no-warnings.
4520
4521 * net/browse-url.el (dos-windows-version): Add defvar.
4522
4523 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4524
4525 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4526 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4527 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4528 Add defvar.
4529 (rmail-summary-beginning-of-message): Use with-no-warnings.
4530 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4531
4532 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4533 Use with-no-warnings.
4534
4535 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4536 (c-mark-function): Add point-moving-unit property.
4537 (vi-goto-line): Use with-no-warnings.
4538
4539 * emulation/edt.el (edt-last-copied-word): Add defvar.
4540 (zmacs-region-stays): Likewise.
4541 (edt-mark-section-wisely): Use c-mark-function for C.
4542 Use makr-defun for Fortran.
4543 (time-string): defvar deleted.
4544 (edt-display-the-time): Don't set time-string.
4545
4546 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4547
4548 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4549 Don't warn when name is not constant
4550 or for defining the group `emacs'.
4551
4552 * tooltip.el (gud-tooltip-mode): Add defvar.
4553
4554 * startup.el (default-frame-background-mode): Add defvar.
4555
4556 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4557
4558 * info.el (tool-bar-map): Add defvar.
4559
4560 * dired.el (dnd-protocol-alist): Add defvar.
4561
4562 * dired-aux.el (dired-query): Display question with answer, when
4563 the user answers.
4564
4565 * custom.el (custom-add-option): Doc fix.
4566
4567 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4568
4569 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4570
4571 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4572 bogus name from the last change.
4573
4574 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4575
4576 * custom.el (custom-declare-variable): Fix typos in comment.
4577 (custom-known-themes): Doc fix.
4578 (custom-theme-directory): New defcustom.
4579 (require-theme): Make it check `custom-theme-directory'.
4580
4581 * cus-theme.el (custom-new-theme-mode): New function.
4582 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4583 (custom-theme-description): Add compiler defvars.
4584 (customize-create-theme): Add doc to the "*New Custom Theme*"
4585 buffer. Use `custom-new-theme-mode'.
4586 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4587 and save it to the `custom-theme-directory'. Make this the
4588 default directory of the buffer.
4589
4590 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4591
4592 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4593 Fix unbalanced parentheses.
4594
4595 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4598 into flymake-mode and delegate to flymake-mode.
4599
4600 * find-file.el (ff-which-function-are-we-in): Clean up.
4601
4602 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4603
4604 * replace.el (occur-rename-buffer): Fix docstring.
4605
4606 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4607 (edt-last-copied-word, edt-learn-macro-count)
4608 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4609 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4610 (time-string, zmacs-region-stays):
4611 * emulation/edt-mapper.el (edt-save-function-key-map)
4612 (EDT-key-name): `defvar' to silence the byte-compiler.
4613
4614 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4615
4616 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4617 font-lock-regexp-backslash. Doc fix.
4618 (font-lock-regexp-backslash-grouping-construct): Rename from
4619 font-lock-regexp-backslash-construct. Doc fix.
4620 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4621 grouping constructs.
4622
4623 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4624
4625 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4626 updating all the prerequisites.
4627
4628 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4629
4630 * textmodes/org.el (org-agenda-start-on-weekday)
4631 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4632 (org-agenda-use-time-grid, org-archive-location)
4633 (org-allow-space-in-links, org-usenet-links-prefer-google)
4634 (org-enable-table-editor, org-export-default-language)
4635 (org-export-html-show-new-buffer, org-fill-paragraph)
4636 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4637 (org-goto-quit, org-occur, org-eval-in-calendar)
4638 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4639 (org-agenda-diary-entry, org-remember-help)
4640 (org-table-convert-region, org-at-table-p)
4641 (org-table-move-row-down, org-table-move-row-up)
4642 (org-table-copy-region, org-table-toggle-vline-visibility)
4643 (org-table-get-stored-formulas, org-table-get-specials)
4644 (org-recalc-commands, org-table-eval-formula)
4645 (org-table-formula-substitute-names, orgtbl-make-binding)
4646 (org-format-org-table-html, org-format-table-table-html)
4647 (org-format-table-table-html-using-table-generate-source)
4648 (org-customize): Fix typos in docstrings.
4649 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4650 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4651 (org-back-to-heading): Doc fixes.
4652 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4653 (org-agenda-change-all-lines, org-get-header):
4654 Improve argument/docstring consistency.
4655 (orgtbl-error): Fix error message.
4656
4657 * progmodes/flymake.el (flymake-find-possible-master-files)
4658 (flymake-master-file-compare, flymake-get-line-err-count)
4659 (flymake-highlight-line, flymake-gui-warnings-enabled):
4660 Fix typos in docstrings.
4661 (flymake-parse-line, flymake-get-project-include-dirs-function)
4662 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4663 Doc fixes.
4664 (flymake-get-project-include-dirs-function)
4665 (flymake-make-err-menu-data):
4666 Improve argument/docstring consistency.
4667
4668 2005-07-01 Lute Kamstra <lute@gnu.org>
4669
4670 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4671 Catch errors with ignore-errors. Use temporary buffer.
4672 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4673
4674 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4675 background color faces.
4676 (facemenu-set-foreground, facemenu-set-background):
4677 Use facemenu-set-face-from-menu.
4678 (facemenu-set-face-from-menu): Treat face names that start with
4679 "fg:" or "bg:" as special.
4680 (facemenu-add-new-color): Don't create faces. Simplify.
4681
4682 2005-06-30 Richard M. Stallman <rms@gnu.org>
4683
4684 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4685 (crm-find-current-element): Likewise.
4686
4687 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4688
4689 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4690
4691 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4694 (archive-mouse-extract): Make it an obsolete alias.
4695 (archive-mode-map): Don't use archive-mouse-extract any more.
4696 (archive-mode, archive-extract): write-contents-hooks ->
4697 write-contents-functions.
4698 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4699 first arg.
4700 (archive-rename-entry): Update the call.
4701 (archive-zip-summarize): Remove unused var `method'.
4702 (archive-lzh-summarize): Remove unused var `creator'.
4703
4704 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4705 dedicated frame upon exit.
4706
4707 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4708 (archive-zip-extract, archive-zip-expunge)
4709 (archive-zip-update, archive-zip-update-case): Use executable-find.
4710 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4711 Use restore-buffer-modified-p.
4712 (archive-extract, archive-add-new-member, archive-write-file-member):
4713 Use with-current-buffer.
4714 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4715
4716 2005-06-30 Andreas Schwab <schwab@suse.de>
4717
4718 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4719
4720 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4721
4722 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4723
4724 2005-06-30 Juri Linkov <juri@jurta.org>
4725
4726 * faces.el (vertical-border): Inherit from mode-line-inactive
4727 only on tty.
4728
4729 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4730
4731 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4732 example, -NLINES in the `occur' docstring).
4733
4734 * replace.el (occur-1): When no matches are found, do not set the
4735 `buffer-read-only' and modified flags for the occur buffer,
4736 because it is deleted.
4737
4738 * emulation/cua-base.el (cua-check-pending-input)
4739 (cua-repeat-replace-region, cua-mode, cua-debug)
4740 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4741 Fix typos in docstrings.
4742
4743 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4744 (cua-cut-region-to-global-mark)
4745 (cua--cut-rectangle-to-global-mark):
4746 Remove period from end of messages.
4747
4748 * emulation/cua-rect.el (cua-do-rectangle-padding):
4749 Remove period from end of messages.
4750 (cua--rectangle-seq-format): Fix typo in docstring.
4751 (cua-sequence-rectangle, cua-fill-char-rectangle):
4752 Improve argument/docstring consistency.
4753
4754 2005-06-29 Juri Linkov <juri@jurta.org>
4755
4756 * faces.el (default-frame-background-mode): New internal variable.
4757 (frame-set-background-mode): Use it.
4758
4759 * startup.el (normal-top-level): Set default-frame-background-mode
4760 instead of frame-background-mode. Before setting it, test for its
4761 nil value. Remove tests for frame-background-mode and frame
4762 parameter `reverse'. Add test for "unspecified-fg".
4763
4764 * term/xterm.el (xterm-rxvt-set-background-mode):
4765 * term/rxvt.el (rxvt-set-background-mode):
4766 Set default-frame-background-mode instead of frame-background-mode.
4767
4768 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4769
4770 * simple.el (set-variable): Warn about obsolete user variables.
4771
4772 * imenu.el (imenu--completion-buffer):
4773 * mouse.el (mouse-buffer-menu-alist):
4774 * msb.el (msb-invisible-buffer-p):
4775 * calendar/diary-lib.el (diary-header-line-format):
4776 * emacs-lisp/pp.el (pp-buffer):
4777 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4778 * textmodes/picture.el (picture-replace-match):
4779 Change space constants followed by a sexp to "?\s ".
4780
4781 * play/decipher.el (decipher-loop-with-breaks):
4782 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4783 constants "protected" from end of line by a comment to "?\s".
4784
4785 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * font-lock.el (save-buffer-state): Use `declare'.
4788
4789 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4790 reset the syntax-table to cperl-mode-syntax-table.
4791 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4792 "foo_print_bar" is not matched as a reserved keyword.
4793
4794 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4795
4796 * textmodes/org.el (orgtbl-setup): New function, for delayed
4797 setup for the orgtbl commands.
4798 (org-calc-default-modes): New option.
4799 (orgtbl-make-binding): Use `defun' to get better help display.
4800 (org-diary): Call `org-compile-prefix-format'.
4801 (org-table-formula-substitute-names): New function.
4802 (org-agenda-day-view, org-agenda-week-view): New commands.
4803 (org-agenda-toggle-week-view): Command removed.
4804 (org-tbl-menu): Split off from org-org-menu.
4805 (org-mode): Move removal of outline-mode menus to here.
4806 (org-table-formula-debug): New option.
4807 (org-table-insert-row): Keep first field if just "#" or "*".
4808 (org-mode): Paragraph regexps fixed.
4809 (org-table-recalculate-regexp): New constant.
4810 (org-table-justify-field-maybe): Avoid replace if not necessary.
4811 (org-copy-special, org-cut-special): Use `call-interactively'.
4812 (org-table-copy-region): Take region from `interactive' call.
4813 (org-trim): Return string even if no match.
4814 (org-formula): New face.
4815 (org-set-font-lock-defaults): No longer highlight "FIXME".
4816 But highlight formula-related fields in table.
4817 (org-table-p): Use regexp, not fontification.
4818 (org-table-align): Handle white space at end of line.
4819 (org-table-formula-evaluate-inline): New option.
4820 (org-mode): Auto-wrapping in comment lines turned off.
4821 (org-table-copy-down): Evaluate only in copied field, not in
4822 destination.
4823 (org-table-current-formula): Variable removed.
4824 (org-table-store-formulas, org-table-get-stored-formulas)
4825 (org-table-modify-formulas, org-table-replace-in-formulas)
4826 (org-table-maybe-eval-formula): New functions.
4827 (org-table-get-formula): Modify to use stored formulas.
4828 (org-table-insert-column, org-table-delete-column)
4829 (org-table-move-column): Call `org-table-modify-formulas'.
4830 (org-complete): Add completion for keyword formulas.
4831 (orgtbl-mode): Pull orgtbl-mode-map to start of
4832 minor-mode-map-alist.
4833
4834 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * progmodes/python.el (python-check): Require `compile' before
4837 modifying its variables.
4838
4839 * newcomment.el (comment-indent-default): Don't get fooled by an early
4840 end of buffer.
4841
4842 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4843
4844 * ps-print.el (ps-print-version): Fix version number.
4845
4846 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4847
4848 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4849
4850 2005-06-28 Richard M. Stallman <rms@gnu.org>
4851
4852 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4853 (flyspell-local-mouse-map): Declaration deleted.
4854 (flyspell-mouse-map): Bind only mouse-2.
4855 (flyspell-mode-map): Don't test flyspell-use-local-map.
4856 (flyspell-overlay-keymap-property-name): Var deleted.
4857 (flyspell-mode-on): Don't make local bindings for
4858 flyspell-mouse-map and flyspell-mode-map.
4859 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4860
4861 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4862
4863 * progmodes/compile.el (compilation-next-error-function):
4864 Don't switch buffers; operate on the current buffer.
4865
4866 * progmodes/compile.el (compilation-error-file-name)
4867 (compilation-warning-file-name, compilation-info-file-name)
4868 (compilation-line-number, compilation-column-number): New faces.
4869 (compilation-error-face, compilation-warning-face)
4870 (compilation-info-face, compilation-line-face)
4871 (compilation-column-face): Use them.
4872
4873 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4874
4875 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4876
4877 * bindings.el (global-map): Bind insertchar and its variants.
4878
4879 2005-06-27 Richard M. Stallman <rms@gnu.org>
4880
4881 * textmodes/artist.el (artist-text-overwrite)
4882 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4883
4884 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4885
4886 * ps-print.el: It was not working the page selection for printing.
4887 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4888 (ps-print-version): New version 6.6.7.
4889 (ps-end-sheet): New fun.
4890 (ps-header-sheet, ps-end-job): Call it.
4891
4892 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4893
4894 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4895
4896 2005-06-27 Lute Kamstra <lute@gnu.org>
4897
4898 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4899 background color faces.
4900 (facemenu-get-face): Delete function.
4901 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4902 (facemenu-add-new-color): Make second argument mandatory.
4903 Create the appropriate face and return it. Simplify.
4904 (facemenu-set-foreground, facemenu-set-background): Don't check if
4905 color is defined. Use return value of facemenu-add-new-color.
4906
4907 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4908
4909 * progmodes/gud.el (gud-filter): Add missing argument to
4910 with-selected-window.
4911
4912 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4915 a :require to the defcustom.
4916
4917 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4918 defcustoms corresponding to minor modes.
4919
4920 2005-06-26 David Ponce <david@dponce.com>
4921
4922 * recentf.el: Require tree-widget instead of wid-edit.
4923 (recentf-filename-handler): Fix widget :type.
4924 (recentf-cancel-dialog, recentf-open-more-files)
4925 (recentf-open-files-action): Doc fix.
4926 (recentf-dialog-goto-first): New function.
4927 (recentf-dialog-mode-map): Set parent keymap first.
4928 (recentf-dialog-mode): Define with define-derived-mode.
4929 Don't display continuation lines in dialogs.
4930 (recentf-edit-list): Rename from recentf-edit-selected-items.
4931 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4932 Simplify.
4933 (recentf-edit-list-validate): New function.
4934 (recentf-edit-list): Update accordingly.
4935 (recentf-open-files-item-shift): Remove.
4936 (recentf-open-files-item): Convert menu elements into tree and
4937 link widgets. Don't create the widgets.
4938 (recentf-open-files): Update accordingly.
4939 (recentf-save-list): Untabify.
4940
4941 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4942
4943 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4944 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4945 partially contained in the active region. Do not take active
4946 region into account when called from Lisp, unless INTERACTIVE arg
4947 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4948 avoid trouble with fields. Make marker point nowhere when no
4949 longer used. Always return nil. Doc fix.
4950 (flush-lines): Add INTERACTIVE arg. Do not take active region
4951 into account when called from Lisp, unless INTERACTIVE arg is
4952 non-nil. Use `forward-line' instead of `beginning-of-line' to
4953 avoid trouble with fields. Make marker point nowhere when no
4954 longer used. Always return nil. Doc fix.
4955 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4956 interchangeable. Do not take active region into account when
4957 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4958 message in echo area when called from Lisp, unless INTERACTIVE arg
4959 is non-nil. Avoid saying "1 occurrences". Do not use markers.
4960 Return the number of matches. Doc fix.
4961 (occur): Doc fix.
4962 (perform-replace): Make comment follow double space convention for
4963 the sake of `outline-minor-mode'.
4964
4965 * faces.el (facep): Doc fix.
4966
4967 2005-06-25 Richard M. Stallman <rms@gnu.org>
4968
4969 * facemenu.el (facemenu-enable-faces-p): New function.
4970 (facemenu-background-menu, facemenu-foreground-menu)
4971 (facemenu-face-menu): Add menu-enable property.
4972
4973 * jka-compr.el (jka-compr-insert-file-contents):
4974 Special handling if cannot find the uncompression program.
4975
4976 * cus-face.el (custom-face-attributes): Add autoload.
4977
4978 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4979 Bind comment-indent-function locally.
4980
4981 * window.el (save-selected-window): Use save-current-buffer.
4982
4983 * subr.el (with-selected-window): Use save-current-buffer.
4984
4985 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4986 and with-current-buffer.
4987
4988 2005-06-24 Richard M. Stallman <rms@gnu.org>
4989
4990 * simple.el (line-move-1): Fix previous change.
4991
4992 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
4993
4994 * replace.el (occur-1): Set `buffer-read-only' and the
4995 buffer-modified flag before running `occur-hook' to protect
4996 against unintentional buffer switches that can lead to data loss.
4997
4998 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
4999
5000 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5001 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5002 initial error.
5003
5004 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5005 after fresh input.
5006 (gdb-var-create-handler): Put name of expression in quotes.
5007
5008 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5009
5010 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5011 elements of RING in order, and without bogus nil elements.
5012
5013 2005-06-23 Richard M. Stallman <rms@gnu.org>
5014
5015 * simple.el (set-variable): Args renamed; doc fix.
5016 (line-move-1): When there are overlays around, use vertical-motion.
5017
5018 * faces.el (escape-glyph): Use brown against light background.
5019 (nobreak-space): Rename from no-break-space.
5020 Fix previous change.
5021
5022 * dired-aux.el (dired-do-copy): Fix arg prompt.
5023
5024 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5025
5026 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5027
5028 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5029 rather than "Distributor".
5030
5031 2005-06-23 Lute Kamstra <lute@gnu.org>
5032
5033 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5034 (debug-on-entry): Use it. New interactive declaration that uses
5035 function-called-at-point.
5036
5037 2005-06-23 Kim F. Storm <storm@cua.dk>
5038
5039 * subr.el (save-match-data): Add comment about using evaporate arg
5040 to set-match-data.
5041
5042 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5043
5044 * cus-edit.el (customize-face)
5045 (customize-face-other-window): Handle face aliases.
5046
5047 * faces.el (face-documentation, set-face-attribute)
5048 (face-spec-set): Handle face aliases.
5049
5050 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5051
5052 * help-mode.el (help-make-xrefs): If a symbol representing a face
5053 name is not followed by the word "face", it could still be a
5054 function or variable name, so don't bypass other checks.
5055
5056 2005-06-22 Juri Linkov <juri@jurta.org>
5057
5058 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5059 Replace aliased functions with calls where second arg `inherit' is t.
5060
5061 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5062
5063 * progmodes/gdb-ui.el (gdb-error): New variable.
5064 (gdb-error): New function.
5065 (gdb-annotation-rules): Act on error-begin and error annotations.
5066 (gdb-concat-output): Use font-lock-warning-face for errors.
5067
5068 2005-06-22 Miles Bader <miles@gnu.org>
5069
5070 * bindings.el (propertized-buffer-identification): Use renamed
5071 `Buffer-menu-buffer' face.
5072
5073 * faces.el (vertical-border): Rename from `vertical-divider'.
5074 (escape-glyph): Change dark-background color back to `cyan'.
5075
5076 2005-06-21 Juri Linkov <juri@jurta.org>
5077
5078 * faces.el (face-user-default-spec): Try getting `customized-face'
5079 prior to `saved-face'.
5080 (frame-background-mode): Refill docstring.
5081
5082 * emacs-lisp/lisp-mode.el (eval-defun-1):
5083 * emacs-lisp/edebug.el (edebug-eval-defun):
5084 Set `saved-face' temporarily to nil before calling form.
5085 Set `customized-face' to the new spec after that.
5086
5087 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5088
5089 * subr.el (1value, lambda, key-substitution-in-progress):
5090 Doc fixes.
5091
5092 * autoinsert.el (auto-insert-alist):
5093 * ses.el (ses-call-printer):
5094 * subr.el (noreturn):
5095 * emacs-lisp/lisp.el (check-parens):
5096 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5097 * net/browse-url.el (browse-url-mosaic):
5098 * progmodes/cc-defs.el (c-safe-scan-lists):
5099 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5100 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5101 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5102 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5103 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5104 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5105
5106 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5107
5108 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5109
5110 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5111
5112 * calendar/appt.el (appt-make-list): Activate the package, if
5113 not already active (for backwards compatibility).
5114
5115 2005-06-20 Kim F. Storm <storm@cua.dk>
5116
5117 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5118
5119 2005-06-20 Miles Bader <miles@gnu.org>
5120
5121 * faces.el (vertical-divider): New face.
5122
5123 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5124
5125 * simple.el (kill-whole-line): Doc fix.
5126 (next-error-buffer-p, next-error-find-buffer)
5127 (clone-indirect-buffer): Fix typos in docstrings.
5128 (comment-line-break-function): Doc fix: don't say variable
5129 is automatically buffer-local (it isn't).
5130
5131 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5132
5133 * net/tramp-ftp.el (top):
5134 * net/tramp-smb.el (top):
5135 * net/tramp-util.el (top):
5136 * net/tramp-uu.el (top):
5137 * net/tramp-vc.el (top):
5138 * net/tramp.el (top): Revert copyright years back to original
5139 ones. Tramp has a life outside GNU Emacs.
5140
5141 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5142
5143 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5144
5145 2005-06-18 Juri Linkov <juri@jurta.org>
5146
5147 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5148 end of first regexp to limit the match to the position between
5149 line number and source line with same separator character as used
5150 between file name and line number. In the second regexp limit
5151 mouse-face area to file name and line number by adding new group
5152 for them and referring it in HYPERLINK arg.
5153 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5154 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5155 previous line where grep markers may be already removed.
5156
5157 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5158
5159 * progmodes/ps-mode.el: Update version and maintainer's email address.
5160
5161 2005-06-18 Steve Youngs <steve@xemacs.org>
5162
5163 * net/browse-url.el (browse-url-browser-function)
5164 (browse-url-default-browser): Add firefox.
5165 (browse-url-firefox-program, browse-url-firefox-arguments)
5166 (browse-url-firefox-startup-arguments)
5167 (browse-url-firefox-new-window-is-tab): New defcustoms.
5168 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5169
5170 2005-06-17 Richard M. Stallman <rms@gnu.org>
5171
5172 * startup.el (command-line): Warn if specified user name has
5173 no home directory.
5174
5175 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5176 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5177
5178 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5179 Doc fixes.
5180
5181 * faces.el (underline): Try bold if terminal doesn't support underline.
5182
5183 * mail/sendmail.el (mail-setup-with-from): New variable.
5184 (mail-insert-from-field): New function.
5185 (sendmail-send-it): Call it.
5186 (mail-setup): Optionally call it here.
5187
5188 * term/linux.el: Call tty-no-underline.
5189
5190 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5191
5192 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5193
5194 2005-06-17 Miles Bader <miles@gnu.org>
5195
5196 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5197 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5198 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5199 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5200 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5201 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5202 Remove "-face" suffix from face names.
5203 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5204 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5205 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5206 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5207 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5208 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5209 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5210 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5211 New backward-compatibility aliases for renamed faces.
5212 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5213 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5214 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5215 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5216 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5217 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5218 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5219 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5220 Use renamed ediff faces.
5221
5222 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5223 Remove "-face" suffix from face names.
5224 (eshell-test-ok-face, eshell-test-failed-face):
5225 New backward-compatibility aliases for renamed faces.
5226 (eshell-run-test): Use renamed eshell-test faces.
5227
5228 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5229 face name.
5230 (eshell-prompt-face): New backward-compatibility alias for renamed
5231 face.
5232 (eshell-emit-prompt): Use renamed eshell-prompt face.
5233
5234 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5235 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5236 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5237 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5238 Remove "-face" suffix from face names.
5239 (eshell-ls-directory-face, eshell-ls-symlink-face)
5240 (eshell-ls-executable-face, eshell-ls-readonly-face)
5241 (eshell-ls-unreadable-face, eshell-ls-special-face)
5242 (eshell-ls-missing-face, eshell-ls-archive-face)
5243 (eshell-ls-backup-face, eshell-ls-product-face)
5244 (eshell-ls-clutter-face):
5245 New backward-compatibility aliases for renamed faces.
5246 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5247
5248 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5249 Remove "-face" suffix from face name.
5250 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5251 instead of literal face.
5252
5253 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5254
5255 * emacs-lisp/warnings.el (display-warning, lwarn)
5256 (warning-minimum-log-level): Doc fixes.
5257 (warning-minimum-level, warning-minimum-log-level):
5258 Add :debug to :type choices.
5259
5260 * progmodes/ada-mode.el (ada-format-paramlist)
5261 (ada-get-indent-case, ada-check-matching-start)
5262 (ada-check-defun-name, ada-goto-matching-decl-start)
5263 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5264 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5265 (ada-make-subprogram-body): Follow error conventions.
5266 (ada-case-exception-file, ada-indent-comment-as-code)
5267 (ada-indent-handle-comment-special, ada-indent-renames)
5268 (ada-indent-return, ada-search-directories-internal)
5269 (ada-tab-policy, ada-case-exception-substring)
5270 (ada-other-file-alist, ada-matching-start-re)
5271 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5272 (ada-imenu-generic-expression, ada-compile-goto-error)
5273 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5274 (ada-popup-menu, ada-add-extensions, ada-mode)
5275 (ada-region-selected, ada-create-case-exception)
5276 (ada-create-case-exception-substring, ada-after-keyword-p)
5277 (ada-activate-keys-for-case, ada-adjust-case-region)
5278 (ada-adjust-case-buffer, ada-format-paramlist)
5279 (ada-scan-paramlist, ada-insert-paramlist)
5280 (ada-indent-newline-indent)
5281 (ada-indent-newline-indent-conditional)
5282 (ada-justified-indent-current, ada-goto-previous-word)
5283 (ada-indent-current, ada-get-indent-open-paren)
5284 (ada-get-indent-paramlist, ada-get-indent-end)
5285 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5286 (ada-get-indent-block-start, ada-get-indent-subprog)
5287 (ada-get-indent-noindent, ada-get-indent-label)
5288 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5289 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5290 (ada-goto-stmt-end, ada-goto-next-word)
5291 (ada-check-matching-start, ada-check-defun-name)
5292 (ada-goto-matching-decl-start, ada-goto-matching-start)
5293 (ada-goto-matching-end, ada-search-ignore-string-comment)
5294 (ada-in-decl-p, ada-looking-at-semi-or)
5295 (ada-looking-at-semi-private, ada-in-paramlist-p)
5296 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5297 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5298 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5299 (ada-previous-package, ada-create-menu)
5300 (ada-fill-comment-paragraph-justify)
5301 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5302 (ada-other-file-name, ada-last-which-function-line)
5303 (ada-last-which-function-subprog, ada-which-function)
5304 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5305 (ada-gen-treat-proc, ada-check-emacs-version)
5306 (ada-continuation-indent, ada-align-region-separate):
5307 Fix typos in docstrings.
5308 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5309
5310 2005-06-16 Lute Kamstra <lute@gnu.org>
5311
5312 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5313 conditionally.
5314
5315 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5316
5317 * comint.el (comint-replace-by-expanded-filename)
5318 (comint-prompt-regexp, comint-delimiter-argument-list)
5319 (comint-preinput-scroll-to-bottom):
5320 * info.el (Info-hide-cookies-node):
5321 * ls-lisp.el (ls-lisp-classify):
5322 * find-file.el (ff-search-directories, ff-special-constructs)
5323 (ff-find-other-file):
5324 * font-lock.el (font-lock-keywords):
5325 * shell.el (shell-prompt-pattern)
5326 (shell-dynamic-complete-functions, shell-mode)
5327 (shell-delimiter-argument-list):
5328 * term.el (term-replace-by-expanded-filename)
5329 (term-prompt-regexp, term-delimiter-argument-list):
5330 * woman.el (woman-ignore, woman0-if):
5331 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5332 * emacs-lisp/elint.el (elint-init-env):
5333 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5334 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5335 * language/ethio-util.el (ethio-tilde-escape)
5336 (ethio-use-three-dot-question):
5337 * net/zone-mode.el (zone-mode-load-time-setup):
5338 * progmodes/cc-align.el (c-lineup-argcont):
5339 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5340 * progmodes/cperl-mode.el (cperl-set-style-back):
5341 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5342 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5343 Fix spellings in docstrings.
5344
5345 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5346 * progmodes/modula2.el (m2-for): Fix spellings.
5347
5348 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5349
5350 * simple.el (undo-more): Don't use `format' on `error' arguments.
5351 Improve argument/docstring consistency.
5352 (pending-undo-list): Doc fix.
5353
5354 * smerge-mode.el (smerge-ensure-match):
5355 * emulation/vip.el (vip-ex):
5356 * net/zone-mode.el (zone-mode-update-serial):
5357 * progmodes/idlwave.el (idlwave-complete):
5358 * progmodes/vhdl-mode.el (vhdl-visit-file)
5359 (vhdl-compose-wire-components):
5360 Don't use `format' on `error' arguments.
5361
5362 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5363 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5364 (tooltip-help-tips): Fix typos in docstrings.
5365
5366 2005-06-16 David Ponce <david@dponce.com>
5367
5368 * tree-widget.el (tree-widget-value-create): Simplify last change.
5369
5370 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5371
5372 * ido.el (ido-incomplete-regexp): New variable.
5373 (ido-set-matches-1): Handle invalid-regexp error and set
5374 ido-incomplete-regexp.
5375 (ido-incomplete-regexp): New face.
5376 (ido-completions): Use it.
5377 (ido-complete, ido-exit-minibuffer, ido-completions):
5378 Handle incomplete regexps.
5379 (ido-completions): Add check for complete match when entering a regexp.
5380
5381 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5384
5385 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5386
5387 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5388 by field delimiters.
5389
5390 2005-06-15 David Ponce <david@dponce.com>
5391
5392 * tree-widget.el: eval-and-compile inlined functions so they will
5393 be available at run-time too.
5394 (tree-widget-super-format-handler)
5395 (tree-widget-format-handler): Remove.
5396 (tree-widget-value-create): Handle the :indent property.
5397
5398 2005-06-15 Miles Bader <miles@gnu.org>
5399
5400 * progmodes/which-func.el (which-func): Only inherit
5401 `font-lock-function-name-face' when that makes sense against the
5402 default mode-line face, otherwise set the face color explicitly.
5403
5404 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5405 faces instead of (non-existent) variables.
5406
5407 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5410 (iswitchb-get-matched-buffers): Likewise. Simplify.
5411
5412 2005-06-14 Miles Bader <miles@gnu.org>
5413
5414 * progmodes/ld-script.el (ld-script-location-counter):
5415 Remove "-face" suffix from face name.
5416 (ld-script-location-counter-face):
5417 New backward-compatibility alias for renamed face.
5418 (ld-script-location-counter-face): Use renamed face.
5419
5420 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5421 (cperl-hash): Remove "-face" suffix from face names.
5422 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5423 New backward-compatibility aliases for renamed faces.
5424 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5425 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5426
5427 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5428 name.
5429 (which-func-face): New backward-compatibility alias for renamed face.
5430 (which-func-format): Use renamed which-func face.
5431
5432 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5433 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5434 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5435 names.
5436 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5437 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5438 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5439 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5440 (vhdl-speedbar-architecture-selected)
5441 (vhdl-speedbar-configuration-selected)
5442 (vhdl-speedbar-package-selected)
5443 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5444 names.
5445 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5446 Use renamed faces.
5447 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5448 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5449 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5450 Use renamed faces.
5451 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5452 names.
5453 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5454 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5455 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5456 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5457 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5458 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5459
5460 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5461 face name.
5462 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5463 (sh-heredoc-face): Use renamed sh-heredoc face.
5464
5465 * progmodes/idlw-help.el (idlwave-help-link):
5466 Remove "-face" suffix from face name.
5467 (idlwave-help-link-face):
5468 New backward-compatibility alias for renamed face.
5469 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5470
5471 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5472 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5473 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5474 New backward-compatibility aliases for renamed faces.
5475 (idlwave-shell-disabled-breakpoint-face)
5476 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5477
5478 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5479 Remove "-face" suffix from face names.
5480 (flymake-errline-face, flymake-warnline-face):
5481 New backward-compatibility aliases for renamed faces.
5482 (flymake-highlight-line): Use renamed flymake faces.
5483
5484 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5485 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5486 (ebrowse-member-class, ebrowse-progress):
5487 Remove "-face" suffix from face names.
5488 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5489 (ebrowse-file-name-face, ebrowse-default-face)
5490 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5491 (ebrowse-progress-face):
5492 New backward-compatibility aliases for renamed faces.
5493 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5494 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5495 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5496 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5497
5498 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5499 antlr-syntax)
5500 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5501 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5502 names.
5503 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5504 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5505 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5506 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5507 backward-compatibility aliases for renamed faces.
5508 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5509 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5510 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5511 remove "font-lock-". Use renamed antlr-mode faces.
5512 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5513 literal face-names with face variable references.
5514
5515 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5516 face name.
5517 (Buffer-menu-buffer-face): New backward-compatibility alias for
5518 renamed face.
5519 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5520
5521 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5522
5523 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5524 Eliminate "-face" suffix.
5525 (makefile-targets): Inherit from font-lock-function-name-face and
5526 eliminate "-face" suffix.
5527 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5528 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5529 actions, instead of prepending, to make it less visible.
5530 (makefile-previous-dependency, makefile-match-dependency):
5531 Don't match a target on a continuation line.
5532
5533 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5534
5535 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5536
5537 * progmodes/gdb-ui.el (menu): Re-order menu items.
5538 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5539
5540 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5541 Define in tooltip.el.
5542 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5543 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5544 gud-tooltip-echo-area.
5545
5546 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5547 backward compatibility and make obsolete.
5548 (tooltip-help-tips): Use tooltip-use-echo-area.
5549 (tooltip-show-help-function): Rename to...
5550 (tooltip-show-help): ...this, because it is a function.
5551 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5552
5553 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5554
5555 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5556 (edebug-print-length, edebug-print-level, edebug-print-circle)
5557 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5558 (edebug-eval-print-last-sexp): Doc fixes.
5559
5560 2005-06-14 Kim F. Storm <storm@cua.dk>
5561
5562 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5563 as the coverage buffer/file/both may change.
5564
5565 2005-06-14 Lute Kamstra <lute@gnu.org>
5566
5567 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5568 and run-mode-hooks. Simplify.
5569
5570 * mail/rmailedit.el (rmail-edit-mode):
5571 * progmodes/octave-inf.el (inferior-octave-mode):
5572 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5573
5574 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5575 and run-mode-hooks.
5576 (recentf-edit-list, recentf-open-files): Don't call
5577 kill-all-local-variables directly.
5578
5579 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5580
5581 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5582
5583 * emacs-lisp/byte-run.el (make-obsolete)
5584 (define-obsolete-function-alias): Rename arguments FUNCTION and
5585 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5586 (make-obsolete-variable, define-obsolete-variable-alias):
5587 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5588 respectively.
5589
5590 * isearchb.el (isearchb-activate):
5591 * pcvs.el (cvs-mode):
5592 * ses.el (ses-load):
5593 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5594 * net/tramp.el (tramp-find-file-exists-command)
5595 (tramp-find-shell):
5596 * progmodes/ada-mode.el (ada-create-case-exception)
5597 (ada-create-case-exception-substring, ada-make-subprogram-body):
5598 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5599 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5600 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5601 * textmodes/org.el (org-promote, org-evaluate-time-range)
5602 (org-agenda-next-date-line, org-agenda-previous-date-line)
5603 (org-agenda-error, org-open-at-point, org-table-move-row)
5604 (org-format-table-table-html-using-table-generate-source)
5605 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5606 * textmodes/reftex.el (reftex-access-scan-info):
5607 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5608 (reftex-toc-promote-prepare): Follow error conventions.
5609
5610 * diff-mode.el (diff-mode): Fix typo in docstring.
5611
5612 * forms.el (forms--intuit-from-file): Fix reference to
5613 `forms-number-of-fields' in error message.
5614 (forms-print): Fix quoting in error message.
5615
5616 * forms.el (forms-mode):
5617 * emulation/vi.el (vi-goto-insert-state):
5618 * progmodes/flymake.el (flymake-new-err-info)
5619 (flymake-start-syntax-check-for-current-buffer)
5620 (flymake-simple-cleanup):
5621 * eshell/esh-var.el (eshell/export):
5622 * progmodes/gud.el (xdb):
5623 * textmodes/flyspell.el (flyspell-incorrect-hook)
5624 (flyspell-maybe-correct-transposition)
5625 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5626
5627 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5628
5629 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5630 minibuffer prompt.
5631
5632 2005-06-13 Kim F. Storm <storm@cua.dk>
5633
5634 * subr.el (add-to-ordered-list): New defun.
5635
5636 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5637 add cua--keymap-alist to emulation-mode-map-alists.
5638
5639 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * subr.el (complete-in-turn): New macro.
5642 (dynamic-completion-table, lazy-completion-table): Add debug info.
5643
5644 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5645 in preference to face aliases.
5646
5647 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5648 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5649 Remove unused vars `start' and `firstline'.
5650 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5651 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5652
5653 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5654
5655 * cus-start.el (all): Don't complain about missing GTK-related
5656 variables, unless either `gtk' is boundp or this isn't a
5657 `windows-nt' build.
5658
5659 2005-06-13 Lute Kamstra <lute@gnu.org>
5660
5661 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5662 run-mode-hooks.
5663
5664 * ediff-mult.el (ediff-meta-mode):
5665 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5666
5667 * ledit.el (ledit-mode): Use delay-mode-hooks.
5668
5669 * woman.el (woman-mode-line-format): Delete constant.
5670 (woman-mode-map): Initialize it properly.
5671 (woman-mode): Set mode-class property to special.
5672 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5673 Set major-mode and mode-name. Don't set mode-line-format directly.
5674 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5675
5676 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5677 string argument obsolete.
5678
5679 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5680
5681 * textmodes/org.el (org-CUA-compatible): New option.
5682 (org-disputed-keys): New variable.
5683 (org-key): New function.
5684 (orgtbl-make-binding): Add docstring to the created function.
5685 (org-mode): Set paragraph start/separate regexps.
5686 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5687 (org-archive-location, org-archive-mark-done)
5688 (org-archive-stamp-time): New options.
5689 (org-archive-subtree): New command.
5690 (org-fill-paragraph): New function.
5691 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5692 (org-fake-empty-table-line): Function removed.
5693 (org-format-org-table-html): Do not create empty table lines at
5694 separator lines. Improved table header treatment.
5695 (org-link-format): New option.
5696 (org-make-link): New function.
5697 (org-insert-link, org-store-link): Use org-make-link.
5698 (org-open-file): Quote file name for shell command, to allow
5699 spaces in file names.
5700 (org-link-regexp): Fix bug with mailto link.
5701 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5702 New constants.
5703 (org-export-as-html): Deal with the optional angles around a link.
5704 Better treatment of file: links.
5705 (org-open-at-point): Replace @{ and @} with < and >.
5706 (org-run-mode-hooks): Function removed.
5707 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5708
5709 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5710
5711 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5712 MI command -data-list-register-values.
5713 (gdb-post-prompt): Indent properly.
5714
5715 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5716
5717 * hilit-chg.el (highlight-changes-colors): Rename from
5718 `highlight-changes-colours'.
5719 (highlight-changes-colours): Keep as obsolete alias.
5720 (highlight-changes-face-list): Doc fix.
5721 (hilit-chg-make-list): Use `highlight-changes-colors'.
5722
5723 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5724
5725 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5726 defun-prompt-regexp.
5727
5728 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5729
5730 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5731 and cygwin.
5732
5733 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5734 Don't use an old loaddefs.el, as in Makefile.in.
5735
5736 2005-06-12 Lute Kamstra <lute@gnu.org>
5737
5738 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5739
5740 * man.el (Man-mode-map): Initialize it properly.
5741 (Man-mode): Set mode-class property to special.
5742
5743 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5744
5745 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5746
5747 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5748 A newline is needed in the docstring there.
5749
5750 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5751 Doc fixes.
5752
5753 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5754
5755 * printing.el: Doc fix. The menubar is no more changed when printing
5756 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5757 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5758 (pr-version): New version number (6.8.4).
5759 (pr-menu-bind): New command.
5760 (pr-update-menus): Docstring and code fix.
5761 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5762 Docstring fix.
5763 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5764 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5765
5766 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5767
5768 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5769 "Returns" to "return", document useful return values, etc.
5770
5771 2005-06-11 Alan Mackenzie <acm@muc.de>
5772
5773 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5774 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5775 (adaptive-file-function): Minor amendment to doc-string.
5776
5777 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5778
5779 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5780 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5781 Fix :type--it is `integer', not `string'.
5782
5783 * faces.el (modeline-highlight): Rename from (the erroneous)
5784 `modeline-higilight'.
5785
5786 2005-06-11 Lute Kamstra <lute@gnu.org>
5787
5788 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5789 lisp-interaction-mode-map but make it the parent.
5790 (edebug-eval-mode): Use define-derived-mode.
5791
5792 2005-06-11 Andreas Schwab <schwab@suse.de>
5793
5794 * bindings.el: Add binding of `ESC functionkey' for every
5795 `M-functionkey'.
5796 * hexl.el (hexl-mode-map): Likewise.
5797
5798 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5799
5800 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5801 [msft]: update regexp for newer msft compilers.
5802
5803 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5804
5805 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5806 ATTLIST portions of included DTDs.
5807 (xml-parse-dtd): Eliminate use of inefficient match-data.
5808
5809 2005-06-10 Miles Bader <miles@gnu.org>
5810
5811 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5812 (mpuz-text): Remove "-face" suffix from face names.
5813 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5814 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5815 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5816
5817 * play/gomoku.el (gomoku-O, gomoku-X):
5818 Remove "-face" suffix from face names.
5819 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5820 New backward-compatibility aliases for renamed faces.
5821 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5822
5823 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5824
5825 * thumbs.el: Fixes for changes of 2005-06-09.
5826 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5827 as a directory.
5828 (thumbs-thumbname): Remove directory separator from format string;
5829 `thumbs-thumbsdir' now returns a valid directory name.
5830 (thumbs-temp-dir): New defsubst.
5831 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5832 Use it.
5833
5834 * cus-edit.el (minibuffer):
5835 * files.el (make-backup-file-name-function):
5836 * filesets.el (filesets-external-viewers):
5837 * hilit-chg.el (highlight-changes-colours)
5838 (highlight-changes-face-list, highlight-changes-rotate-faces):
5839 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5840 * kmacro.el (kmacro-call-macro):
5841 * log-edit.el (log-edit-changelog-full-paragraphs):
5842 * mouse.el (mouse-1-click-follows-link):
5843 * skeleton.el (skeleton-autowrap):
5844 * subr.el (insert-for-yank-1):
5845 * tempo.el (tempo-insert-region):
5846 * terminal.el (terminal-emulator):
5847 * time.el (display-time-mail-face):
5848 * vc.el (vc-annotate):
5849 * vcursor.el (vcursor-copy-line):
5850 * woman.el (woman-bold-headings, woman-ignore)
5851 (woman-default-faces, woman-monochrome-faces):
5852 * calendar/todo-mode.el (todo-insert-threshold):
5853 * emulation/pc-select.el (pc-select-selection-keys-only)
5854 (pc-selection-mode):
5855 * emulation/vip.el (vip-find-char-forward):
5856 * emulation/viper-cmd.el (viper-find-char-forward):
5857 * international/mule-cmds.el
5858 (select-safe-coding-system-accept-default-p)
5859 (input-method-exit-on-invalid-key):
5860 * international/mule-diag.el (describe-coding-system):
5861 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5862 * net/browse-url.el (browse-url-xterm-program):
5863 * obsolete/lazy-lock.el (lazy-lock-mode):
5864 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5865 (cperl-mode):
5866 * progmodes/cpp.el (cpp-face-light-name-list)
5867 (cpp-face-dark-name-list):
5868 * progmodes/delphi.el (delphi-newline-always-indents):
5869 Fix spellings in docstrings.
5870
5871 * ido.el (ido-mode, ido-file-extensions-order)
5872 (ido-default-file-method, ido-default-buffer-method)
5873 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5874 (ido-decorations, ido-read-file-name-as-directory-commands)
5875 (ido-read-file-name-non-ido, ido-work-directory-list)
5876 (ido-ignore-item-temp-list, ido-current-directory)
5877 (ido-magic-forward-char, ido-enter-find-file)
5878 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5879 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5880
5881 2005-06-10 Lute Kamstra <lute@gnu.org>
5882
5883 * play/dunnet.el (dun-mode): Use define-derived-mode.
5884 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5885 obsolete alias.
5886
5887 * play/doctor.el (doctor-mode-map): Remove defvar.
5888 (doctor-mode): Use define-derived-mode.
5889
5890 * mail/mspools.el (mspools-mode):
5891 * net/eudc-hotlist.el (eudc-hotlist-mode):
5892 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5893
5894 2005-06-10 Miles Bader <miles@gnu.org>
5895
5896 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5897 Remove "-face" suffix from face names.
5898 (flyspell-incorrect-face, flyspell-duplicate-face):
5899 New backward-compatibility aliases for renamed faces.
5900 (flyspell-mode-on, make-flyspell-overlay)
5901 (flyspell-highlight-incorrect-region)
5902 (flyspell-highlight-duplicate-region)
5903 (flyspell-display-next-corrections)
5904 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5905
5906 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5907 from face name.
5908 (texinfo-heading-face): New backward-compatibility alias for
5909 renamed face.
5910 (texinfo-heading-face): Use renamed texinfo-heading face.
5911
5912 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5913 suffix from face names.
5914 (tex-math-face, tex-verbatim-face):
5915 New backward-compatibility aliases for renamed faces.
5916 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5917 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5918 literal face name.
5919
5920 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5921 name.
5922 (table-cell-face): New backward-compatibility alias for renamed face.
5923 (table--put-cell-face-property, table--update-cell-face):
5924 Use renamed table-cell face.
5925
5926 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5927 from face name.
5928 (sgml-namespace-face): New backward-compatibility alias for
5929 renamed face.
5930 (sgml-namespace-face): Use renamed sgml-namespace face.
5931
5932 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5933 (org-level-4, org-level-5, org-level-6, org-level-7)
5934 (org-level-8, org-warning, org-headline-done)
5935 (org-deadline-announce, org-scheduled-today)
5936 (org-scheduled-previously, org-link, org-done, org-table)
5937 (org-time-grid): Remove "-face" suffix from face names.
5938 (org-level-1-face, org-level-2-face, org-level-3-face)
5939 (org-level-4-face, org-level-5-face, org-level-6-face)
5940 (org-level-7-face, org-level-8-face, org-warning-face)
5941 (org-headline-done-face, org-deadline-announce-face)
5942 (org-scheduled-today-face, org-scheduled-previously-face)
5943 (org-link-face, org-done-face, org-table-face)
5944 (org-time-grid-face):
5945 New backward-compatibility aliases for renamed faces.
5946 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5947 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5948 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5949 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5950
5951 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5952 (viper-minibuffer-emacs, viper-minibuffer-insert)
5953 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5954 (viper-search-face, viper-replace-overlay-face)
5955 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5956 (viper-minibuffer-vi-face):
5957 New backward-compatibility aliases for renamed faces.
5958 (viper-search-face, viper-replace-overlay-face)
5959 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5960 (viper-minibuffer-vi-face): Use renamed viper faces.
5961
5962 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5963 Remove "-face" suffix from face names.
5964 (testcover-nohits-face, testcover-1value-face):
5965 New backward-compatibility aliases for renamed faces.
5966 (testcover-mark): Use renamed testcover faces.
5967
5968 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5969 face name.
5970 (diary-button-face): New backward-compatibility alias for renamed face.
5971 (diary-entry): Use renamed diary-button face.
5972
5973 * calendar/calendar.el (diary, calendar-today, holiday)
5974 (mark-visible-calendar-date): Remove "-face" suffix from face names.
5975 (diary-face, calendar-today-face, holiday-face):
5976 New backward-compatibility aliases for renamed faces.
5977 (eval-after-load "facemenu", diary-entry-marker)
5978 (calendar-today-marker, calendar-holiday-marker, diary-face):
5979 Use renamed calendar faces.
5980
5981 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5982 (compare-windows-face): New backward-compatibility alias for
5983 renamed face.
5984 (compare-windows-highlight): Use renamed compare-windows face.
5985
5986 * strokes.el (strokes-char): Remove "-face" suffix from face name.
5987 (strokes-char-face): New backward-compatibility alias for renamed face.
5988 (strokes-encode-buffer): Use renamed strokes-char face.
5989
5990 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5991 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5992 Remove "-face" suffix from face names.
5993 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5994 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5995 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5996 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5997 Use renamed pcvs faces.
5998 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5999 * pcvs-defs.el (cvs-mode-map): Likewise.
6000 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6001
6002 * info.el (info-title-1, info-title-2, info-title-3)
6003 (info-title-4): Remove "-face" suffix from and downcase face names.
6004 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6005 (Info-title-4-face):
6006 New backward-compatibility aliases for renamed faces.
6007 (Info-fontify-node): Use renamed info faces.
6008
6009 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6010 Remove "-face" suffix from face names.
6011 (highlight-changes-face, highlight-changes-delete-face):
6012 New backward-compatibility aliases for renamed faces.
6013 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6014 (hilit-chg-make-list): Use renamed highlight-changes faces.
6015
6016 * generic-x.el (show-tabs-tab, show-tabs-space):
6017 Remove "-face" suffix from face names.
6018 (show-tabs-tab-face, show-tabs-space-face):
6019 New backward-compatibility aliases for renamed faces.
6020 (show-tabs-generic-mode-font-lock-defaults-1)
6021 (show-tabs-generic-mode-font-lock-defaults-2):
6022 Use renamed show-tabs faces.
6023
6024 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6025 (smerge-markers): Remove "-face" suffix from face names.
6026 (smerge-mine-face, smerge-other-face, smerge-base-face)
6027 (smerge-markers-face):
6028 New backward-compatibility aliases for renamed faces.
6029 (smerge-mine-face, smerge-other-face, smerge-base-face)
6030 (smerge-markers-face): Use renamed smerge faces.
6031
6032 * log-view.el (log-view-file, log-view-message): Remove "-face"
6033 suffix from face names.
6034 (log-view-file-face, log-view-message-face):
6035 New backward-compatibility aliases for renamed faces.
6036 (log-view-file-face, log-view-message-face): Use renamed log-view
6037 faces.
6038
6039 * paren.el (show-paren-match, show-paren-mismatch):
6040 Remove "-face" suffix from face names.
6041 (show-paren-match-face, show-paren-mismatch-face):
6042 New backward-compatibility aliases for renamed faces.
6043 (show-paren-function): Use renamed show-paren faces.
6044
6045 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6046 (ruler-mode-margins, ruler-mode-fringes)
6047 (ruler-mode-column-number, ruler-mode-fill-column)
6048 (ruler-mode-comment-column, ruler-mode-goal-column)
6049 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6050 suffix from face names.
6051 (ruler-mode-default-face, ruler-mode-pad-face)
6052 (ruler-mode-margins-face, ruler-mode-fringes-face)
6053 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6054 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6055 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6056 New backward-compatibility aliases for renamed faces.
6057 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6058 (ruler-mode-column-number, ruler-mode-fill-column)
6059 (ruler-mode-comment-column, ruler-mode-goal-column)
6060 (ruler-mode-tab-stop, ruler-mode-current-column)
6061 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6062 faces.
6063
6064 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6065 face name.
6066 (whitespace-highlight-the-space): Use renamed face.
6067 (whitespace-highlight-face): New backward-compatibility alias for
6068 renamed face.
6069
6070 * woman.el (woman-italic, woman-bold, woman-unknown)
6071 (woman-addition, woman-symbol-face):
6072 Remove "-face" suffix from face names.
6073 (woman-italic-face, woman-bold-face, woman-unknown-face)
6074 (woman-addition-face):
6075 New backward-compatibility aliases for renamed faces.
6076 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6077 (woman-decode-region, woman-replace-match)
6078 (woman-display-extended-fonts, woman-special-characters)
6079 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6080 Use renamed woman faces.
6081
6082 * longlines.el (longlines-visible-face): Face removed.
6083
6084 * diff-mode.el (diff-header, diff-file-header, diff-index)
6085 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6086 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6087 suffix from face names.
6088 (diff-header-face, diff-file-header-face, diff-index-face)
6089 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6090 (diff-changed-face, diff-function-face, diff-context-face)
6091 (diff-nonexistent-face): New backward-compatibility aliases for
6092 renamed faces.
6093 (diff-header-face, diff-file-header-face)
6094 (diff-index, diff-index-face, diff-hunk-header)
6095 (diff-hunk-header-face, diff-removed, diff-removed-face)
6096 (diff-added, diff-added-face, diff-changed-face, diff-function)
6097 (diff-function-face, diff-context-face, diff-nonexistent)
6098 (diff-nonexistent-face): Use renamed diff-mode faces.
6099
6100 * progmodes/compile.el (compilation-warning-face)
6101 (compilation-info-face): Remove "-face" suffix from face names.
6102 (compilation-warning-face, compilation-info-face):
6103 New backward-compatibility aliases for renamed faces.
6104 (compilation-warning-face, compilation-info-face):
6105 Use renamed compilation faces.
6106
6107 * add-log.el (change-log-date, change-log-name)
6108 (change-log-email, change-log-file, change-log-list)
6109 (change-log-conditionals, change-log-function)
6110 (change-log-acknowledgement): Remove "-face" suffix from face names.
6111 (change-log-date-face, change-log-name-face)
6112 (change-log-email-face, change-log-file-face)
6113 (change-log-list-face, change-log-conditionals-face)
6114 (change-log-function-face, change-log-acknowledgement-face):
6115 New backward-compatibility aliases for renamed faces.
6116 (change-log-font-lock-keywords): Use renamed change-log faces.
6117
6118 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6119 (custom-set, custom-changed, custom-saved, custom-button)
6120 (custom-button-pressed, custom-documentation, custom-state)
6121 (custom-comment, custom-comment-tag, custom-variable-tag)
6122 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6123 (custom-group-tag): Remove "-face" suffix from face names.
6124 (custom-magic-alist, custom-magic-value-create)
6125 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6126 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6127 (custom-set-face, custom-changed-face, custom-saved-face)
6128 (custom-button-face, custom-button-pressed-face)
6129 (custom-documentation-face, custom-state-face)
6130 (custom-comment-face, custom-comment-tag-face)
6131 (custom-variable-tag-face, custom-variable-button-face)
6132 (custom-face-tag-face, custom-group-tag-face-1)
6133 (custom-group-tag-face):
6134 New backward-compatibility aliases for renamed faces.
6135
6136 * wid-edit.el (widget-documentation, widget-button)
6137 (widget-field, widget-single-line-field, widget-inactive)
6138 (widget-button-pressed): "-face" suffix removed from face names.
6139 (widget-documentation-face, widget-button-face)
6140 (widget-field-face, widget-single-line-field-face)
6141 (widget-inactive-face, widget-button-pressed-face):
6142 New backward-compatibility aliases for renamed faces.
6143 (widget-documentation-face, widget-button-face)
6144 (widget-button-pressed-face, widget-specify-field)
6145 (widget-specify-inactive): Use renamed widget faces.
6146
6147 2005-06-10 Kenichi Handa <handa@m17n.org>
6148
6149 * term/x-win.el (x-clipboard-yank): Remove condition-case
6150 wrapping.
6151
6152 2005-06-11 Kenichi Handa <handa@m17n.org>
6153
6154 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6155 date lines stricter.
6156
6157 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6158
6159 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6160 of x-get-selection.
6161
6162 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6163
6164 * comint.el (comint-mode, comint-snapshot-last-prompt):
6165 * frame.el (frame-current-scroll-bars):
6166 * term.el (term-mode, term-check-proc, term-input-sender)
6167 (term-simple-send, term-extract-string, term-word)
6168 (term-match-partial-filename):
6169 * window.el (window-current-scroll-bars):
6170 * emulation/cua-base.el (cua-normal-cursor-color)
6171 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6172 (cua-global-mark-cursor-color):
6173 * mail/undigest.el (rmail-forward-separator-regex):
6174 Fix typos in docstrings.
6175
6176 * comint.el (comint-check-proc, make-comint-in-buffer)
6177 (comint-source-default): Doc fixes.
6178
6179 * term.el (term-send-string): Improve argument/docstring consistency.
6180
6181 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6182
6183 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6184 call to `delete-region'.
6185 (comint-mode-hook): Do not enable Font Lock by default.
6186
6187 2005-06-09 Lute Kamstra <lute@gnu.org>
6188
6189 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6190 could be void.
6191
6192 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6195 (debug): Use it.
6196 (debugger-step-through, debugger-continue, debugger-jump)
6197 (debugger-return-value): Set it when needed.
6198 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6199 Use inhibit-read-only.
6200
6201 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6202
6203 * window.el (shrink-window-if-larger-than-buffer)
6204 (window-size-fixed): Fix typo in docstring.
6205
6206 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6207 thumbnails directory on loading.
6208 (thumbs-conversion-program): Use `eq' to check the system type,
6209 not `equal'.
6210 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6211 not "/tmp". Fix docstring.
6212 (thumbs-thumbsdir): New function to return the thumbnails
6213 directory, creating it if needed.
6214 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6215 (thumbs-temp-file): Delete variable and make it into a function.
6216 (thumbs-resize-image, thumbs-modify-image): Use it.
6217 (thumbs-kill-buffer): Simplify.
6218 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6219 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6220 docstrings.
6221
6222 2005-06-09 Kim F. Storm <storm@cua.dk>
6223
6224 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6225 set-match-data to free markers in match-data.
6226
6227 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6228 match-data to unchain markers in match-data.
6229
6230 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6233 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6234 unnecessary now.
6235
6236 2005-06-08 Richard M. Stallman <rms@gnu.org>
6237
6238 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6239 give the variable a doc string that doesn't say don't set it directly.
6240
6241 * textmodes/ispell.el (ispell-check-version):
6242 Use match-string-no-properties.
6243 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6244 (ispell-buffer-local-words): Likewise.
6245
6246 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6247 except on terminals with enough colors to really display it.
6248 (makefile-dependency-regex): Delete spurious `bb'.
6249
6250 * faces.el (escape-glyph): Use blue once again in last case.
6251 (no-break-space): Redefine so that it isn't invisible on a tty.
6252
6253 2005-06-08 Kim F. Storm <storm@cua.dk>
6254
6255 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6256 also when reading directory name.
6257
6258 2005-06-08 Lute Kamstra <lute@gnu.org>
6259
6260 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6261 (flyspell-mode-line-string): Remove autoload cookie.
6262 (flyspell-mode): Remove defvar.
6263
6264 2005-06-07 Lute Kamstra <lute@gnu.org>
6265
6266 * textmodes/org.el (org-run-mode-hooks): New function.
6267 (org-agenda-mode): Use it.
6268
6269 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6270
6271 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6272
6273 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6274
6275 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6276
6277 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6278
6279 * font-lock.el (font-lock-add-keywords): Doc fix.
6280
6281 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6284 (tex-compile-default): In the absence of any history, use the order in
6285 tex-compile-alist to choose the preferred command.
6286 (tex-compile-commands): Reorder a bit.
6287
6288 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6289 (flyspell-incorrect-face, flyspell-duplicate-face):
6290 Use (X)Emacs-agnostic code.
6291 (flyspell-mode-map): Don't overwrite at each load. Remove code
6292 redundant with the subsequent add-minor-mode. Merge Emacs and
6293 XEmacs code.
6294 (flyspell-word): Minor simplification.
6295 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6296 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6297 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6298 Merge the corresponding Emacs code.
6299 (flyspell-correct-word, flyspell-xemacs-popup):
6300 Use flyspell-do-correct.
6301
6302 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6303 a dedicated window.
6304
6305 * international/latexenc.el (latexenc-find-file-coding-system):
6306 Undo part of last patch, to turn off a compiler warning.
6307
6308 2005-06-06 Juri Linkov <juri@jurta.org>
6309
6310 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6311 Rename `tmm-inactive-face' to `tmm-inactive'.
6312
6313 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6314
6315 * iswitchb.el: Rename faces.
6316
6317 2005-06-06 Kim F. Storm <storm@cua.dk>
6318
6319 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6320 (cua-global-mark): Remove -face suffix from face names.
6321
6322 * emulation/cua-gmrk.el (cua--init-global-mark):
6323 Remove cua-global-mark face setup.
6324
6325 2005-06-06 Richard M. Stallman <rms@gnu.org>
6326
6327 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6328 just like other allowed characters.
6329 (makefile-match-dependency): Exclude leading and training whitespace
6330 from the range of regexp subexp 1.
6331 (makefile-macroassign-regex): Don't try to match the body,
6332 just the name of the macro being defined.
6333
6334 * info.el (Info-read-node-name-2): New function.
6335 (Info-read-node-name-1): Use that.
6336 Add a completion-base-size-function property.
6337
6338 * simple.el (completion-setup-function): Look for
6339 completion-base-size-function property of minibuffer-completion-table.
6340
6341 * files.el (locate-file-completion): Doc fix.
6342
6343 * printing.el: Don't call pr-update-menus; user must do that.
6344
6345 * emacs-lisp/debug.el (debugger-window): New variable.
6346 (debug): Use debugger-window if it is set and still alive.
6347 Record debugger-window for next entry.
6348
6349 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6350
6351 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6352
6353 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6354 (hack-one-local-variable, hack-local-variables)
6355 (hack-local-variables-prop-line): Pass that arg.
6356
6357 2005-06-06 Kim F. Storm <storm@cua.dk>
6358
6359 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6360 (ido-indicator): Remove -face suffix from face names.
6361
6362 2005-06-06 Juri Linkov <juri@jurta.org>
6363
6364 * font-lock.el (font-lock-regexp-backslash)
6365 (font-lock-regexp-backslash-construct): New faces.
6366 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6367 after `('. Add `while-no-input' to control structures.
6368
6369 * faces.el (no-break-space, shadow): New faces.
6370 (escape-glyph): Use less loud colors pink2 and red4.
6371
6372 * diff-mode.el (diff-context-face)
6373 * dired.el (dired-ignored)
6374 * rfn-eshadow.el (file-name-shadow)
6375 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6376
6377 * info.el (Info-title-1-face): Use green instead of yellow because
6378 bold yellow is not readable on light backgrounds.
6379
6380 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6381 before selecting the desired mode to not spend time fontifying
6382 old contents.
6383
6384 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6385
6386 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6387 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6388
6389 * ps-print.el (ps-default-fg, ps-default-bg):
6390 Fix typos in docstrings.
6391
6392 * isearchb.el (isearchb): Don't pass a spurious second argument to
6393 `iswitchb-completions'.
6394
6395 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6396
6397 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6398 to preserve point.
6399 (gdb-find-file-hook): Add doc string.
6400
6401 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6402 C dereferenced pointer expression.
6403 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6404
6405 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6406
6407 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6408 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6409 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6410 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6411 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6412 Make background transparent.
6413
6414 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6415
6416 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6417 (font-lock-remove-keywords): Doc fix.
6418 (font-lock-mode-major-mode): Compiler defvar.
6419 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6420
6421 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6422 (font-lock-mode): Update `font-lock-mode-major-mode'.
6423 (font-lock-set-defaults): Compiler defvar.
6424 (font-lock-default-function): Take `font-lock-mode-major-mode'
6425 into account.
6426
6427 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6428 keep track of which major mode it enabled the minor mode for.
6429 Use find-file-hook again. Update docstring.
6430
6431 * simple.el (eval-expression-print-level)
6432 (eval-expression-print-length, eval-expression-debug-on-error):
6433 Doc fixes.
6434
6435 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6436
6437 * iswitchb.el (iswitchb-single-match-face)
6438 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6439 (iswitchb-invalid-regexp-face): New faces.
6440 (iswitchb-completions): Use them.
6441 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6442 now marked as an obsolete alias.
6443 (iswitchb-read-buffer): Remove check for bound font variables.
6444 (iswitchb-invalid-regexp): New free variable.
6445 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6446 set iswitchb-invalid-regexp.
6447 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6448 invalid regexps.
6449 (iswitchb-completions): Add check for complete match when entering
6450 a regexp.
6451 (iswitchb-completions): Remove require-match argument.
6452 (iswitchb-exhibit): Fix caller.
6453 (iswitchb-common-match-inserted): New variable.
6454 (iswitchb-complete, iswitchb-completion-help): Use it.
6455
6456 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6457
6458 * url-http.el (url-http-chunked-encoding-after-change-function):
6459 Use `url-http-debug' instead of `message'.
6460
6461 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6462
6463 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6464 callback argument.
6465
6466 2005-06-04 Kim F. Storm <storm@cua.dk>
6467
6468 * simple.el (line-move): Only call sit-for when moving backwards.
6469
6470 * ido.el (ido-make-merged-file-list-1): New defun split from
6471 ido-make-merged-file-list.
6472 (ido-make-merged-file-list): Bind throw-on-input around call to
6473 ido-make-merged-file-list-1. Return input-pending-p if
6474 interrupted by more input available.
6475 (ido-read-internal): Handle input-pending-p return value from
6476 ido-make-merged-file-list.
6477
6478 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6481 compatibility code.
6482
6483 * international/latexenc.el (latexenc-find-file-coding-system):
6484 Don't inherit the EOL part of the coding-system from the
6485 tex-main buffer. Fit within 80 columns.
6486
6487 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6488
6489 * tmm.el (tmm-inactive-face): New face.
6490 (tmm-remove-inactive-mouse-face): New function.
6491 (tmm-prompt, tmm-add-one-shortcut)
6492 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6493 but not selectable.
6494
6495 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6496
6497 * faces.el (face-equal): Improve argument/docstring consistency.
6498
6499 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6500
6501 * progmodes/make-mode.el (makefile-targets-face)
6502 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6503 (makefile-bsdmake-dependency-regex)
6504 (makefile-makepp-rule-action-regex)
6505 (makefile-bsdmake-rule-action-regex): New constants.
6506 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6507
6508 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6509 Allow (...) within `...' for makepp messages.
6510
6511 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6512
6513 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6514
6515 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6516 "." files are deleted from all file lists before comparison.
6517
6518 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6519 (viper-ESC-key): Made them customizable.
6520
6521 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6522
6523 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6524
6525 * autorevert.el (auto-revert-buffers): Use save-match-data.
6526
6527 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6530 menu items with a nil command binding.
6531
6532 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6533
6534 * emacs-lisp/cl-macs.el (defsetf):
6535 Improve argument/docstring consistency.
6536
6537 * faces.el (list-faces-display): Improve the formatting by
6538 computing the maximum length required for any face-name (reworked
6539 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6540 (internal-find-face): Remove redundant info in docstring.
6541
6542 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6543
6544 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6545 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6546 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6547 (gdb-assembler-custom): Improve regexps.
6548 (def-gdb-auto-update-handler): Use window point to preserve point.
6549
6550 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6553
6554 2005-05-31 Jay Belanger <belanger@truman.edu>
6555
6556 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6557 to calc-embedded.
6558 (calc-embedded-make-info): Have plain prefix argument select
6559 entire line.
6560
6561 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6562
6563 * faces.el (list-faces-display): Signal error if passed a regexp
6564 that matches no face name.
6565
6566 * simple.el (filter-buffer-substring): Fix typo in docstring.
6567
6568 2005-05-31 Richard M. Stallman <rms@gnu.org>
6569
6570 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6571 (vhdl-emacs-21): Doc fix.
6572 (vhdl-mode): Unconditionally set comment-padding.
6573 (vhdl-fixup-whitespace-region): Insert spaces only where
6574 there are none.
6575 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6576
6577 2005-05-30 John Wiegley <johnw@newartisans.com>
6578
6579 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6580 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6581 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6582 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6583 `string-to-number'.
6584
6585 2005-05-30 Jay Belanger <belanger@truman.edu>
6586
6587 * calc/calc.el (calc-bug-address): Fix docstring.
6588 (calc-window-hook, calc-trail-window-hook): New variables.
6589 (calc-trail-display): Restore use of calc-trail-window-hook.
6590 (calc): Restore use of calc-window-hook.
6591
6592 2005-05-31 Masatake YAMATO <jet@gyve.org>
6593
6594 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6595
6596 * help-fns.el (help-C-file-name): Add autoload mark for
6597 `find-function-noselect'.
6598
6599 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6602 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6603
6604 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6605
6606 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6607 included diary buffer if it was not already being visited.
6608 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6609
6610 * calendar/icalendar.el (top-level): Do not require 'appt.
6611
6612 * mail/supercite.el (sc-select-attribution): Only use a list
6613 element from sc-attrib-selection-list if it returns a string.
6614 Reported by Davide G. M. Salvetti <salve@debian.org>.
6615
6616 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6617
6618 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6619 includes a hash value to improve its uniqueness, and has a ".jpg"
6620 extension. Also, it is now a valid filename on all systems.
6621 (thumbs-make-thumb): Use `let', not `let*'.
6622 (thumbs-show-thumbs-list): Check for JPEG availability.
6623
6624 2005-05-30 Richard M. Stallman <rms@gnu.org>
6625
6626 * filesets.el (filesets-menu-ensure-use-cached):
6627 Prevent warning when emacs-version>= is undefined.
6628
6629 * printing.el (pr-interactive-n-up): Use string-to-number.
6630
6631 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6632
6633 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6634 Warn only when name to be defined is quoted.
6635
6636 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6637
6638 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6639 Make regexp more robust.
6640 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6641 Force regeneration of disassembly.
6642
6643 2005-05-29 Jay Belanger <belanger@truman.edu>
6644
6645 * calc/calc.el (calc-user-invocation): Check if
6646 calc-invocation-macro is non-nil.
6647
6648 2005-05-29 Juri Linkov <juri@jurta.org>
6649
6650 * add-log.el (change-log-font-lock-keywords):
6651 Add `+' to e-mail regexp to accept mail address with keywords.
6652
6653 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6654
6655 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6656
6657 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6658
6659 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6660
6661 2005-05-29 Richard M. Stallman <rms@gnu.org>
6662
6663 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6664 Undo the change that moves to end of the current word.
6665
6666 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6667
6668 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6669 Throw error when count <= 0 to ensure input is a number.
6670 (gdb-read-memory-custom): Pick up address from buffer.
6671 (gdb-memory-mode): Allow user to increment and decrement
6672 memory address from header line.
6673
6674 2005-05-29 Richard M. Stallman <rms@gnu.org>
6675
6676 * flyspell.el (flyspell-version): Function deleted.
6677 (flyspell-auto-correct-previous-hook): Doc fix.
6678
6679 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6680 Do nothing if memory is full.
6681
6682 * font-lock.el (font-lock-fontify-syntactically-region):
6683 Pass t for GREEDY to looking-back.
6684
6685 * saveplace.el (save-place-alist-to-file): Write the file
6686 using write-region.
6687
6688 * subr.el (looking-back): New argument GREEDY.
6689
6690 * progmodes/compile.el (compilation-start): Set the mode
6691 before inserting the initial text.
6692
6693 * progmodes/which-func.el (which-func-update-1): Turn the mode
6694 off in case of error by setting which-func-mode.
6695
6696 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6697
6698 * flyspell.el (flyspell-auto-correct-previous-word):
6699 Narrow down to what's on the screen, and recenter overlays
6700 at the end of the next word.
6701
6702 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6703
6704 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6705 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6706 (flyspell-abbrev-p): Default to nil.
6707 (flyspell-use-global-abbrev-table-p): Doc fix.
6708 (flyspell-large-region): Allow nil as value.
6709 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6710
6711 (mail-mode-flyspell-verify): More robust handling
6712 of `mail-header-separator'. More efficient signature detection.
6713 Allow for regexp metacharacters in message-header-separator.
6714 Adding `To' not to be checked in mail-mode-flyspell-verify.
6715
6716 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6717 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6718 Bind flyspell-auto-correct-binding.
6719 Bind C-. and C-, .
6720 (flyspell-mode-map): Likewise.
6721 (flyspell-mode): Doc fix.
6722 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6723 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6724 (flyspell-word-cache-result): New var, always local.
6725 (flyspell-check-pre-word-p): Doc fix.
6726 (flyspell-check-changed-word-p): Handle spc like newline.
6727 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6728 (flyspell-word-search-backward, flyspell-word-search-forward):
6729 New functions.
6730 (flyspell-word): Return t if nothing to check.
6731 When parsing TeX code, check for after } or \.
6732 Use flyspell-word-search-backward to find previous word.
6733 Return nil if duplicated word.
6734 For word already checked, return same value as last time.
6735 Set flyspell-word-cache-result after checking.
6736 Don't clobber the return value.
6737 (flyspell-get-word): Major rewrite.
6738 (flyspell-external-point-words): New locals pword, pcount.
6739 Fix size used in progress message.
6740 Find the proper corresponding word in flyspell-large-region-buffer.
6741 (flyspell-region): Check for flyspell-large-region = nil.
6742 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6743 (flyspell-auto-correct-word): Check that WORD is a cons.
6744 (flyspell-correct-word): Likewise.
6745
6746 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6747
6748 * progmodes/make-mode.el (makefile-rule-action-regex)
6749 (makefile-macroassign-regex, makefile-makepp-mode)
6750 (makefile-bsdmake-mode): Continuation lines may be empty.
6751 Reported by Joshua Varner.
6752 (makefile-makepp-font-lock-keywords): Add $(stem).
6753
6754 2005-05-28 Karl Berry <karl@gnu.org>
6755
6756 * textmodes/tex-mode.el: Now that tex-send-command calls
6757 shell-quote-argument (2005-03-31 change), remove all calls to
6758 shell-quote-argument; they all end up invoking tex-send-command.
6759 The double quoting loses on filenames with non-safe characters,
6760 such as "@". Reported by Frederik Fouvry.
6761
6762 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6763
6764 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6765 about preserving point.
6766
6767 2005-05-27 Jay Belanger <belanger@truman.edu>
6768
6769 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6770 Info-goto-node.
6771
6772 * calc/calc-embed.el (calc-embed-arg): New variable.
6773 (calc-do-embedded-activate, calc-embedded-activate-formula)
6774 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6775 variable by new variable.
6776 (calc-embedded-make-info): Replace undeclared variable by new
6777 variable. When selecting region with positive prefix
6778 argument, use end of previous line instead of beginning of line.
6779
6780 * calc/calc-aent.el (calc-arg-values): Declare it.
6781
6782 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6783 Declare them.
6784
6785 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6786
6787 * calc/calc.el (calc-alg-map): Declare it.
6788
6789 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6790
6791 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6792
6793 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6794 (gdb-registers-buffer, toggle-gdb-all-registers):
6795 Toggle display of floating point registers.
6796 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6797
6798 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6799 (toggle-gud-tooltip-dereference):
6800 Rename from gud-toggle-tooltip-dereference.
6801
6802 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6805
6806 2005-05-27 Jay Belanger <belanger@truman.edu>
6807
6808 * calc/calc-prog.el (calc-kbd-report): Remove.
6809 (calc-kbd-query): Rewrite.
6810
6811 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6812
6813 * image.el (image-library-alist): Move to image.c.
6814 (image-type-available-p): Doc fix.
6815
6816 2005-05-27 Lute Kamstra <lute@gnu.org>
6817
6818 * calc/calc.el (calc):
6819 * outline.el (outline-1, outline-2, outline-3, outline-4)
6820 (outline-5, outline-6, outline-7, outline-8):
6821 * textmodes/dns-mode.el (dns-mode):
6822 * textmodes/sgml-mode.el (sgml-namespace-face):
6823 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6824 (tex-verbatim-face, tex-use-reftex):
6825 * textmodes/texinfo.el (texinfo-heading-face):
6826 Specify customization group.
6827
6828 * longlines.el: Don't require easy-mmode.
6829 (longlines-visible-face): Specify customization group.
6830
6831 2005-05-27 Kenichi Handa <handa@m17n.org>
6832
6833 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6834 encoding table of windows-1251.
6835
6836 * international/ucs-tables.el (ucs-set-table-for-input):
6837 If translation-table-for-input of a coding system is a symbol, get
6838 its translation-table property.
6839
6840 * international/code-pages.el: Don't register a coding system into
6841 non-iso-charset-alist more than once.
6842 (cp-make-coding-system): Likewise.
6843
6844 2005-05-26 John Wiegley <johnw@newartisans.com>
6845
6846 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6847 `eshell-resume-eval' is wrapped in a list, it indicates that the
6848 command was run asynchronously. In that case, unwrap the value
6849 before checking the delimiter value.
6850
6851 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6852 character before a space at the end of a line is \, assume the space
6853 is part of the last argument rather than a final argument separator.
6854
6855 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6856 is in use, and the target is `t' or `nil' (which are the most common
6857 values), don't assume that the symbol target is a buffer.
6858
6859 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6860
6861 * calendar/calendar.el (calendar-mode-line-format):
6862 Use mode-line-highlight as mouse-face.
6863
6864 * time.el (display-time-string-forms, display-time-update):
6865 Use mode-line-highlight as mouse-face.
6866
6867 2005-05-26 Jay Belanger <belanger@truman.edu>
6868
6869 * calc/calc.el (calc-language-alist): Remove extra defvar.
6870
6871 2005-05-26 Lute Kamstra <lute@gnu.org>
6872
6873 * arc-mode.el (archive-mode):
6874 * bookmark.el (bookmark-read-annotation-mode)
6875 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6876 * bs.el (bs-mode):
6877 * calc/calc-yank.el (calc-edit-mode):
6878 * calc/calc.el (calc-mode, calc-trail-mode):
6879 * calculator.el (calculator-mode):
6880 * chistory.el (command-history-mode):
6881 * comint.el:
6882 * cus-edit.el (custom-mode):
6883 * descr-text.el (describe-text-mode):
6884 * ebuff-menu.el (Electric-buffer-menu-mode):
6885 * ediff-util.el (ediff-mode):
6886 * emacs-lisp/re-builder.el (reb-mode):
6887 * emulation/vi.el (vi-mode-setup):
6888 * emulation/ws-mode.el (wordstar-mode):
6889 * eshell/esh-mode.el (eshell-mode):
6890 * forms.el (forms-mode):
6891 * help-mode.el (help-mode):
6892 * hexl.el (hexl-mode):
6893 * ibuffer.el (ibuffer-mode):
6894 * ielm.el (inferior-emacs-lisp-mode):
6895 * info.el (Info-mode, Info-edit-mode):
6896 * international/swedish.el:
6897 * ledit.el (ledit-from-lisp-mode):
6898 * locate.el (locate-mode):
6899 * mail/rmail.el (rmail-mode):
6900 * mail/rmailedit.el (rmail-edit-mode):
6901 * mail/rmailsum.el (rmail-summary-mode):
6902 * mail/supercite.el (sc-electric-mode):
6903 * net/eudc.el (eudc-mode):
6904 * net/quickurl.el (quickurl-list-mode):
6905 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6906 * obsolete/ooutline.el (outline-mode):
6907 * obsolete/options.el (Edit-options-mode):
6908 * obsolete/rnews.el (news-mode):
6909 * obsolete/rnewspost.el (news-reply-mode):
6910 * play/5x5.el (5x5-mode):
6911 * play/decipher.el (decipher-mode, decipher-stats-mode):
6912 * play/gomoku.el (gomoku-mode):
6913 * play/snake.el (snake-mode):
6914 * play/solitaire.el (solitaire-mode):
6915 * play/tetris.el (tetris-mode):
6916 * progmodes/ada-mode.el (ada-mode):
6917 * progmodes/antlr-mode.el (antlr-mode):
6918 * progmodes/autoconf.el (autoconf-mode):
6919 * progmodes/dcl-mode.el (dcl-mode):
6920 * progmodes/delphi.el (delphi-mode):
6921 * progmodes/ebrowse.el (ebrowse-tree-mode)
6922 (ebrowse-electric-list-mode, ebrowse-member-mode)
6923 (ebrowse-electric-position-mode):
6924 * progmodes/f90.el (f90-mode):
6925 * progmodes/fortran.el (fortran-mode):
6926 * progmodes/icon.el (icon-mode):
6927 * progmodes/idlw-help.el (idlwave-help-mode):
6928 * progmodes/idlw-shell.el (idlwave-shell-mode):
6929 * progmodes/idlwave.el (idlwave-mode):
6930 * progmodes/inf-lisp.el (inferior-lisp-mode):
6931 * progmodes/m4-mode.el (m4-mode):
6932 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6933 * progmodes/modula2.el (modula-2-mode):
6934 * progmodes/octave-inf.el (inferior-octave-mode):
6935 * progmodes/octave-mod.el (octave-mode):
6936 * progmodes/pascal.el (pascal-mode):
6937 * progmodes/sh-script.el (sh-mode):
6938 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6939 * progmodes/vhdl-mode.el (vhdl-mode):
6940 * progmodes/xscheme.el (scheme-interaction-mode):
6941 * replace.el (occur-mode):
6942 * ses.el (ses-mode):
6943 * simple.el (completion-list-mode):
6944 * skeleton.el:
6945 * speedbar.el (speedbar-mode):
6946 * term.el (term-mode):
6947 * terminal.el (terminal-edit-mode):
6948 * textmodes/reftex-index.el (reftex-index-mode)
6949 (reftex-index-phrases-mode):
6950 * textmodes/reftex-sel.el (reftex-select-label-mode)
6951 (reftex-select-bib-mode):
6952 * textmodes/reftex-toc.el (reftex-toc-mode):
6953 * wdired.el (wdired-change-to-wdired-mode):
6954 * wid-browse.el (widget-browse-mode):
6955 Use run-mode-hooks.
6956
6957 * array.el (array-mode):
6958 * calendar/todo-mode.el (todo-mode):
6959 * man.el (Man-mode):
6960 * play/landmark.el (lm-mode):
6961 * play/mpuz.el (mpuz-mode):
6962 Use kill-all-local-variables and run-mode-hooks.
6963
6964 * subr.el (delay-mode-hooks): Specify indentation.
6965
6966 2005-05-26 Mark A. Hershberger <mah@everybody.org>
6967
6968 * xml.el (xml-substitute-special): Don't die for undefined xml
6969 entities.
6970
6971 2005-05-26 Jay Belanger <belanger@truman.edu>
6972
6973 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6974 of nil.
6975
6976 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6977
6978 * progmodes/gdb-ui.el (gdb-frame-address):
6979 Rename from gdb-current-address.
6980 (gdb-previous-frame-address): Rename from gdb-previous-address.
6981 (gdb-selected-frame): Rename from gdb-current-frame.
6982 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6983 (gdb-frame-number): Rename from gdb-current-stack-level.
6984 (gdb-ann3): Match new mode-name for disassembly buffer.
6985 Extend initialization of variables.
6986 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6987 (gdb-memory-mode): Use mouse-face in header line.
6988 (gdb-assembler-buffer-name): Call it disassembly and give frame
6989 in mode line.
6990 (gdb-source-spec-regexp, gdb-assembler-custom)
6991 (gdb-invalidate-assembler, gdb-frame-handler):
6992 Make robust to leading zeroes in address format.
6993
6994 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
6995
6996 * textmodes/org.el (org-mode): Use `define-derived-mode' to
6997 define `org-mode'.
6998 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6999
7000 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * log-edit.el (log-edit-changelog-entries): Distinguish between
7003 filenames like xfns.c and fns.c.
7004
7005 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7008 point after reverting.
7009 (Buffer-menu-make-sort-button): Handle the case where
7010 `Buffer-menu-use-header-line' is nil.
7011
7012 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7013
7014 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7015 New funcs. In minibuffer-local-completion-map bind `]', `/'
7016 and `:' to them.
7017
7018 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * startup.el (normal-top-level): Allow modification of load-path while
7021 we're iterating over it.
7022
7023 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7024
7025 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7026 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7027 (thumbs-resize-interactive, thumbs-insert-image)
7028 (thumbs-insert-thumb, thumbs-dired-show-marked)
7029 (thumbs-find-image-at-point, thumbs-delete-images)
7030 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7031 (thumbs-increment-image-size, thumbs-decrement-image-size):
7032 Fix typos in docstrings.
7033
7034 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7035
7036 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7037 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7038 (cperl-mode): Use them.
7039
7040 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7041
7042 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7043 Doc fixes.
7044
7045 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7046
7047 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7048 Bind C-d to gdb-inferior-io-eof.
7049
7050 * dired.el (dired-dnd-popup-notice): Use message-box.
7051
7052 2005-05-23 Masatake YAMATO <jet@gyve.org>
7053
7054 * bindings.el (mode-line-major-mode-keymap):
7055 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7056
7057 * faces.el (mode-line-highlight): New face.
7058
7059 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7060 as mouse-face.
7061
7062 * bindings.el (top-level, help-echo, mode-line-modified)
7063 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7064 as mouse-face.
7065
7066 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7067
7068 * progmodes/cc-engine.el (c-guess-basic-syntax):
7069 Remove spurious call to `zerop'.
7070
7071 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7072
7073 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7074
7075 CC Mode update to 5.30.10:
7076
7077 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7078 could go past the limit in decoration level 2, thereby causing
7079 errors during interactive fontification.
7080
7081 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7082 the file is evaluated interactively.
7083
7084 * cc-engine.el (c-guess-basic-syntax): Handle operator
7085 declarations somewhat better in C++.
7086
7087 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7088 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7089 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7090 (awk-mode): Use it.
7091 (make-local-hook): Suppress warning about obsoleteness.
7092
7093 * cc-engine.el, cc-align.el, cc-cmds.el
7094 (c-append-backslashes-forward, c-delete-backslashes-forward)
7095 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7096 Compensate for return value from `forward-line' when it has moved
7097 but not to a different line due to eob.
7098
7099 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7100 `objc-method-intro' and `objc-method-args-cont'.
7101
7102 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7103
7104 CC Mode update to 5.30.10:
7105
7106 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7107 in the copyright statement. Incidentally, change "along with GNU
7108 Emacs" to "along with this program" where it occurs.
7109
7110 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7111 so that it is interactive, hence can be found by M-x awk-mode
7112 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7113 <gmorris+emacs@ast.cam.ac.uk>.
7114
7115 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7116 Mode's regexps.
7117
7118 2005-05-23 Kevin Ryde <user42@zip.com.au>
7119
7120 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7121 c-parse-state, to avoid a lisp error (on bad code).
7122
7123 2005-05-23 Lute Kamstra <lute@gnu.org>
7124
7125 * subr.el (font-lock-defaults): Remove defvar as it's already
7126 defined in font-core.el.
7127
7128 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7129
7130 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7131
7132 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7133 more general and work when GDB variable "print pretty" is on,
7134 as with Emacs, for example.
7135
7136 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7137
7138 * font-core.el: Update comment.
7139
7140 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7141 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7142
7143 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7144
7145 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7146
7147 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7148 and `yank-handler' in the doc strings.
7149
7150 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7153
7154 2005-05-22 Richard M. Stallman <rms@gnu.org>
7155
7156 * help.el (describe-key): Move print-help-return-message call
7157 out of conditional.
7158
7159 * progmodes/etags.el (list-tags): Use with-no-warnings.
7160
7161 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7162 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7163 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7164
7165 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7166
7167 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7168 Add defvar.
7169
7170 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7171 Use defvar, not defconst.
7172
7173 * hexl.el (hexl-follow-line): Use with-no-warnings.
7174
7175 * emulation/tpu-extras.el: Use write-file-functions instead of
7176 write-file-hooks.
7177
7178 * dired.el (dired-font-lock-keywords): Fontify files with junk
7179 extensions even if marked by -F.
7180
7181 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7182
7183 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7184 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7185 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7186 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7187 (concatenate, list-length, get*, getf, cl-remprop):
7188 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7189 (etypecase, progv, lexical-let, lexical-let*)
7190 (multiple-value-bind, multiple-value-setq, shiftf):
7191 Improve argument/docstring consistency.
7192
7193 * subr.el (focus-frame, unfocus-frame):
7194 Revert deletion on 2005-05-01.
7195
7196 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7197
7198 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7199 doesn't exist.
7200
7201 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7202 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7203
7204 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7205
7206 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7207 already deleted variables: auto-fill-hook, blink-paren-hook,
7208 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7209 suspend-hooks, comment-indent-hook, meta-flag,
7210 before-change-function, after-change-function,
7211 font-lock-doc-string-face.
7212
7213 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7214
7215 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7216
7217 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7218
7219 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7220 rmail-dont-reply-to.
7221
7222 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7223
7224 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7225 literal blank when splitting new-header-values.
7226
7227 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7228
7229 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7230 string so that tmm doesn't create a completion entry for it.
7231
7232 * textmodes/table.el (table-disable-menu): Ditto.
7233
7234 2005-05-21 Richard M. Stallman <rms@gnu.org>
7235
7236 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7237
7238 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7239
7240 * net/rcompile.el (remote-compile): Use compilation-start.
7241
7242 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7243
7244 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7245
7246 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7247 Default to makefile-bsdmake-mode on BSD systems.
7248
7249 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7250 REGEXP may also be a search function now. The part of doc-string
7251 for describing the structure was 95% identical to that of
7252 `imenu--generic-function'. Unify it there.
7253
7254 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7255 Use function to find dependencies, because regexp alone is so complex,
7256 it easily goes into an endless loop.
7257 (makefile-makepp-mode): Also add submenu for Perl functions
7258 defined in the makefile.
7259 (makefile-bsdmake-mode): Special imenu-generic-expression no
7260 longer needed, due to function call.
7261 (makefile-match-dependency): Take BOUND into account when checking
7262 if we're through.
7263
7264 2005-05-20 Jay Belanger <belanger@truman.edu>
7265
7266 * calc/calc-units.el (calc-invalidate-units-table):
7267 Use inhibit-read-only.
7268 (math-build-units-table-buffer): Use view-mode.
7269
7270 2005-05-20 David Kastrup <dak@gnu.org>
7271
7272 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7273 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7274
7275 2005-05-20 Lute Kamstra <lute@gnu.org>
7276
7277 * diff-mode.el (diff-header-face, diff-file-header-face)
7278 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7279 (diff-added-face, diff-changed-face, diff-function-face)
7280 (diff-context-face, diff-nonexistent-face): Put them in the
7281 diff-mode customization group.
7282
7283 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7286
7287 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7288
7289 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7290 Minor regexp-optimization.
7291
7292 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7293
7294 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7295 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7296 (org-agenda-add-time-grid-maybe): New function.
7297 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7298 (org-table-create): `dotimes' instead of `mapcar'.
7299 (org-xor): Simplify implementation.
7300 (org-agenda): `inhibit-redisplay' turned on.
7301 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7302 a consistent line after a state change.
7303 (org-agenda-remove-times-when-in-prefix): New option.
7304 (org-prefix-has-time): New variable.
7305 (org-parse-time-string): Optional argument NODEFAULT.
7306 (org-format-agenda-item): Parse items for time-of-day
7307 specifications and move these into the prefix if possible.
7308 (org-agenda-priority): Get current heading, not previous heading
7309 during agenda remote editing.
7310
7311 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7312
7313 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7314 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7315 (remove-duplicates, delete-duplicates, substitute)
7316 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7317 (nsubstitute-if-not, find, find-if, find-if-not, position)
7318 (position-if, position-if-not, count, count-if, count-if-not)
7319 (mismatch, search, sort*, stable-sort, merge, member*)
7320 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7321 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7322 (intersection, nintersection, set-difference, nset-difference)
7323 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7324 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7325 (nsublis, tree-equal): Improve argument/docstring consistency.
7326
7327 * subr.el (send-string, send-region):
7328 Remove obsolescence declaration.
7329 (window-dot, set-window-dot, read-input, show-buffer)
7330 (eval-current-buffer, string-to-int):
7331 Add release number to obsolescence declarations.
7332
7333 2005-05-19 Kim F. Storm <storm@cua.dk>
7334
7335 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7336 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7337
7338 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7339
7340 * faces.el (list-faces-display): Make back button respect optional
7341 regexp arg.
7342
7343 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7344
7345 * calculator.el (calculator-radix-grouping-mode)
7346 (calculator-radix-grouping-digits, calculator-displayer)
7347 (calculator-radix-grouping-separator, calculator-copy-displayer):
7348 * dabbrev.el (dabbrev-search-these-buffers-only):
7349 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7350 (diff-advance-after-apply-hunk, diff-mode-hook)
7351 (diff-minor-mode-prefix):
7352 * imenu.el (imenu-use-popup-menu):
7353 * jit-lock.el (jit-lock-context-time):
7354 * newcomment.el (comment-fill-column, comment-column)
7355 (comment-style, comment-padding, comment-multi-line)
7356 (comment-empty-lines, comment-auto-fill-only-comments):
7357 * reveal.el (reveal-around-mark):
7358 * uniquify.el (uniquify-buffer-name-style)
7359 (uniquify-after-kill-buffer-p)
7360 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7361 (uniquify-min-dir-content, uniquify-separator)
7362 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7363 * w32-vars.el (w32-fixed-font-alist):
7364 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7365 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7366 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7367 * progmodes/perl-mode.el (perl-indent-level)
7368 (perl-continued-statement-offset, perl-continued-brace-offset)
7369 (perl-brace-offset, perl-brace-imaginary-offset)
7370 (perl-label-offset, perl-indent-continued-arguments)
7371 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7372 * progmodes/tcl.el (tcl-indent-level)
7373 (tcl-continued-indent-level, tcl-auto-newline)
7374 (tcl-tab-always-indent, tcl-electric-hash-style)
7375 (tcl-help-directory-list, tcl-use-smart-word-finder)
7376 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7377 (inferior-tcl-source-command):
7378 * textmodes/fill.el (enable-kinsoku):
7379 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7380 * textmodes/table.el (table-yank-handler):
7381 Specify missing group (and type, if simple) in defcustom.
7382
7383 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7384
7385 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7386
7387 2005-05-19 Richard M. Stallman <rms@gnu.org>
7388
7389 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7390
7391 * subr.el (event-basic-type): Don't get an error.
7392 (left-fringe-p): Function deleted.
7393
7394 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7395 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7396
7397 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7398 in recursive copy.
7399
7400 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7401
7402 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7403
7404 * emacs-lisp/bytecomp.el
7405 (byte-compile-file-form-custom-declare-variable): Call
7406 byte-compile-nogroup-warn if appropriate.
7407
7408 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7409 (compilation-set-window): Don't call left-fringe-p; do it directly.
7410
7411 2005-05-19 Jay Belanger <belanger@truman.edu>
7412
7413 * calc/calc-graph.el (calc-graph-format-data): Make sure
7414 var-PlotRejects is bound before trying to check its value.
7415
7416 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7417
7418 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7419 definition of this variable from reftex-global.el to reftex.el,
7420 because it is needed in the menu.
7421
7422 2005-05-19 Lute Kamstra <lute@gnu.org>
7423
7424 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7425 years are fixed. Don't insert a space after a dash.
7426
7427 2005-05-19 Kim F. Storm <storm@cua.dk>
7428
7429 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7430
7431 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7432
7433 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7434 strings, because (eq ... ?\\) is fairly frequent.
7435
7436 * progmodes/make-mode.el (makefile-add-this-line-targets):
7437 Simplify and integrate into `makefile-pickup-targets'.
7438 (makefile-add-this-line-macro): Simplify and integrate into
7439 `makefile-pickup-macros.
7440 (makefile-pickup-filenames-as-targets): Simplify.
7441 (makefile-previous-dependency, makefile-match-dependency):
7442 Don't stumble over `::'.
7443
7444 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7445
7446 * subr.el (post-command-idle-hook, post-command-idle-delay):
7447 Remove obsoletion of post-command-idle-hook and
7448 post-command-idle-delay.
7449
7450 * faces.el (list-faces-display): Provide button when describe-face
7451 is called to take user back to the list of faces.
7452
7453 * help-fns.el (describe-variable): Remove hyperlinks in a
7454 variable's value as these are quite frequently inappropriate.
7455
7456 * follow.el (follow-submit-feedback, follow-mode):
7457 Remove references to post-command-idle-hook.
7458
7459 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7460
7461 * progmodes/make-mode.el (makefile-previous-dependency)
7462 (makefile-match-dependency): Check for := (and in bsd mode also
7463 !=) to give a better result, even when font-lock is not on.
7464
7465 2005-05-18 Jay Belanger <belanger@truman.edu>
7466
7467 * calc/calc-help.el (calc-s-prefix-help):
7468 Add `calc-copy-special-constant' to help string.
7469
7470 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7471
7472 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7473
7474 2005-05-18 Jay Belanger <belanger@truman.edu>
7475
7476 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7477 in linear factors are in proper order.
7478
7479 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7480
7481 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7482 Support for jurabib.
7483
7484 * textmodes/reftex.el (featurep): Define aliases for overlay
7485 commands, for XEmacs compatibility, and use these aliases in
7486 overlay initializations.
7487 (reftex-highlight): Use `reftex-move-overlay'.
7488 (reftex-unhighlight): Use `reftex-delete-overlay'.
7489 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7490 (reftex-access-search-path): Use `reftex-uniquify' instead of
7491 `reftex-uniq'
7492
7493 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7494 `before-string' property modification enables for Emacs as well.
7495 (reftex-select-item): Use `reftex-delete-overlay'.
7496 (reftex-select-mark): Use `reftex-make-overlay' and
7497 `reftex-overlay-put'.
7498 (reftex-select-unmark): Use `reftex-delete-overlay' and
7499 `reftex-overlay-put'.
7500
7501 2005-05-18 Lute Kamstra <lute@gnu.org>
7502
7503 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7504
7505 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * add-log.el (add-change-log-entry):
7508 * array.el (array-make-template, array-reconfigure-rows)
7509 (array-init-max-row, array-init-max-column)
7510 (array-init-columns-per-line, array-init-field-width):
7511 * replace.el (replace-match-maybe-edit, perform-replace):
7512 * textmodes/spell.el (spell-region):
7513 Replace `read-input' by `read-string'.
7514
7515 * forms.el (forms-mode):
7516 * finder.el (finder-compile-keywords):
7517 * shadowfile.el (shadow-read-files):
7518 Replace `eval-current-buffer' by `eval-buffer'.
7519
7520 * terminal.el (te-pass-through):
7521 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7522 (ange-ftp-raw-send-cmd):
7523 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7524 (send-process-next-char, telnet-initial-filter, telnet):
7525 Replace `send-string' by `process-send-string'.
7526
7527 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7528 (prolog-consult-region): Replace `send-string' by
7529 `process-send-string'; replace `send-region' by `process-send-region'.
7530
7531 * progmodes/delphi.el (delphi-log-msg):
7532 Replace `set-window-dot' by `set-window-point'.
7533
7534 * subr.el (window-dot, set-window-dot, read-input, send-string)
7535 (send-region, show-buffer, eval-current-buffer):
7536 Make really obsolete, as the comment says.
7537
7538 2005-05-17 Kim F. Storm <storm@cua.dk>
7539
7540 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7541 (cua--init-keymaps): Bind C-return instead of S-return to set
7542 rectangle mark.
7543
7544 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7545 instead of S-return to toggle/clear rectangle mark.
7546
7547 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7548
7549 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7550 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7551 Also fontify plain strings assigned to variables, mostly so that a
7552 colon has a face and is thus not taken as a dependency separator.
7553 (makefile-previous-dependency): Inline the new matcher, because it
7554 is too complex to work in both directions.
7555 (makefile-match-dependency): Eliminate `backward' arg (see above).
7556 Completely reimplemented so as to not sometimes go into an endless
7557 loop. It should also be more efficient, because first it only
7558 searches for `:', instead of applying the very complex regexp.
7559 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7560 to be fontified in one piece can be too long for JIT.
7561 Makefiles are never *that* big.
7562
7563 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7564
7565 * dired.el (dired-mode): Simplify.
7566
7567 2005-05-17 Lute Kamstra <lute@gnu.org>
7568
7569 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7570 defcustom for the mode hook variable.
7571
7572 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7573 Emacs Lisp Reference Manual.
7574
7575 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7576
7577 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7578 (evenp, list*):
7579 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7580 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7581
7582 * net/tramp-smb.el (tramp-smb-open-connection):
7583 Pass `tramp-chunksize' as fifth (required) argument.
7584
7585 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7586
7587 * font-lock.el (lisp-font-lock-keywords-1):
7588 Set `font-lock-negation-char-face' for [^...] char group.
7589 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7590
7591 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7592 a var, and refine it to mask one more level of nested vars.
7593 (makefile-rule-action-regex): Turn it into a var, and refine it so
7594 it recognizes backslashed continuation lines as belonging to the
7595 same command.
7596 (makefile-macroassign-regex): Refine it so it recognizes
7597 backslashed continuation lines as belonging to the same command.
7598 (makefile-var-use-regex): Don't look at the next char, because it
7599 might be the same one to be skipped by the initial [^$], leading
7600 to an overlooked variable use.
7601 (makefile-make-font-lock-keywords): Remove two parameters, which
7602 are now variables that some of the modes set locally.
7603 Handle dependency and rule action matching through functions, because
7604 regexps alone match too often. Dependency matching now comes
7605 last, so it can check, whether a colon already matched something else.
7606 (makefile-mode): Inform that font-lock improves makefile parsing
7607 capabilities.
7608 (makefile-match-dependency, makefile-match-action): New functions.
7609
7610 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7611
7612 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7613
7614 * align.el (align-regexp):
7615 * ansi-color.el (ansi-color-get-face):
7616 * array.el (array-reconfigure-rows, array-init-max-row)
7617 (array-init-max-column, array-init-columns-per-line)
7618 (array-init-field-width):
7619 * dired-aux.el (dired-trample-file-versions):
7620 * dired-x.el (dired-mark-sexp):
7621 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7622 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7623 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7624 * faces.el (face-read-integer):
7625 * files.el (backup-extract-version, insert-directory):
7626 * hexl.el (hexl-insert-decimal-char):
7627 * server.el (server-process-filter):
7628 * shell.el (shell-extract-num):
7629 * startup.el (command-line-1):
7630 * term.el (term-command-hook):
7631 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7632 (time-stamp-do-number):
7633 * time.el (display-time-update):
7634 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7635 (timezone-fix-time):
7636 * vms-patch.el (vms-suspend-resume-hook):
7637 * calendar/appt.el (appt-convert-time):
7638 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7639 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7640 * calendar/cal-islam.el (mark-islamic-diary-entries):
7641 * calendar/calendar.el (calendar-cursor-to-date)
7642 (calendar-star-date):
7643 * calendar/diary-lib.el (diary-attrtype-convert)
7644 (mark-diary-entries, diary-entry-time):
7645 * calendar/solar.el (solar-get-number):
7646 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7647 * emacs-lisp/re-builder.el (reb-display-subexp):
7648 * emulation/edt.el (edt-set-scroll-margins):
7649 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7650 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7651 (vip-get-ex-count):
7652 * emulation/viper-ex.el (viper-get-ex-token)
7653 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7654 * international/fontset.el (fontset-plain-name):
7655 * mail/feedmail.el (feedmail-look-at-queue-directory):
7656 * mail/mailalias.el (mail-get-names):
7657 * mail/rmail.el (rmail-convert-to-babyl-format):
7658 * mail/rmailsum.el (rmail-make-basic-summary-line)
7659 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7660 (rmail-summary-goto-msg):
7661 * mail/smtpmail.el (smtpmail-read-response):
7662 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7663 (ange-ftp-vms-add-file-entry):
7664 * play/gametree.el (gametree-looking-at-ply)
7665 (gametree-current-branch-score):
7666 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7667 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7668 * progmodes/cperl-mode.el (condition-case):
7669 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7670 (ebrowse-set-member-buffer-column-width)
7671 (ebrowse-select-1st-to-9nth):
7672 * progmodes/etags.el (etags-snarf-tag):
7673 * progmodes/flymake.el (flymake-parse-line):
7674 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7675 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7676 (idlwave-shell-menu-def):
7677 * progmodes/ps-mode.el (ps-run-goto-error):
7678 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7679 (vhdl-speedbar-contract-level):
7680 * term/mac-win.el (x-handle-numeric-switch):
7681 * term/sun-mouse.el (sun-get-frame-data):
7682 * term/w32-win.el (x-handle-numeric-switch):
7683 * term/x-win.el (x-handle-numeric-switch):
7684 * textmodes/ispell.el (ispell-parse-output):
7685 * textmodes/nroff-mode.el (nroff-outline-level):
7686 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7687 (reftex-bib-sort-year-reverse, reftex-format-citation):
7688 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7689 (reftex-section-number):
7690 * textmodes/texinfmt.el (texinfo-paragraphindent):
7691 Replace `string-to-int' by `string-to-number'.
7692
7693 * international/latexenc.el: Add page marker to force the "Local
7694 Variables:" string out of the last page.
7695
7696 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7697
7698 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7699 tooltip-change-major-mode.
7700 (gud-tooltip-print-command): Remove case where gud-minor-mode
7701 is gdb ("--fullname").
7702 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7703 explain to user.
7704
7705 2005-05-16 Jay Belanger <belanger@truman.edu>
7706
7707 * calc/calc-store.el (calc-copy-special-constant): New function.
7708
7709 * calc/calc-ext.el (calc-init-extensions): Add binding for
7710 `calc-copy-special-constant'.
7711
7712 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7713 for the `calc-copy-special-constant' command.
7714
7715 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7716
7717 * subr.el (left-fringe-p): New function.
7718
7719 * progmodes/compile.el (compilation-setup): Set local value of
7720 overlay-arrow-string to "" always.
7721 (compilation-set-window): Left fringe then don't scroll.
7722 No left fringe then no arrow and scroll message to top.
7723 (compilation-context-lines): Adjust doc string accordingly.
7724
7725 2005-05-16 Kim F. Storm <storm@cua.dk>
7726
7727 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7728 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7729 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7730 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7731 (ido-read-file-name): Handle commands with ido property value
7732 equal to find-file as reading a file name, to allow C-d to enter dired.
7733 (ibuffer-find-file): Add ido property with value find-file.
7734
7735 2005-05-15 Kim F. Storm <storm@cua.dk>
7736
7737 * subr.el (open-network-stream-nowait): Remove.
7738 (open-network-stream-server): Remove.
7739
7740 2005-05-15 Richard M. Stallman <rms@gnu.org>
7741
7742 * faces.el (describe-face): Output a definition link button.
7743
7744 * help-mode.el (help-face-def): New button type.
7745
7746 * emacs-lisp/copyright.el (copyright-fix-years):
7747 Match properly if the first year is 2-digit.
7748 Don't mess up the whitespace after the years by filling.
7749
7750 * dired-aux.el (dired-mark-confirm):
7751 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7752
7753 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7754 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7755 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7756
7757 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7758 Set font-lock-comment-start-skip.
7759
7760 * font-lock.el (font-lock-comment-start-skip): New variable.
7761 (font-lock-comment-end-skip): New variable.
7762 (font-lock-fontify-syntactically-region): Use them if non-nil.
7763
7764 2005-05-15 Jay Belanger <belanger@truman.edu>
7765
7766 * calc/calc-store.el (calc-store-value): Return a string rather
7767 than display it as a message.
7768 Use calc-var-name for variable name.
7769 (calc-store-into): Add the result of calc-store-value to message.
7770 (calc-copy-variable): Add a message.
7771 (calc-store-exchange): Improve error messages.
7772 (calc-store-binary, calc-store-map): Don't reset the values of
7773 special constants.
7774
7775 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7776
7777 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7778 manual to docstring.
7779
7780 * files.el (hack-local-variables-confirm): Add STRING argument.
7781 Make the function handle non file visiting buffers correctly.
7782 (hack-local-variables-prop-line, hack-local-variables)
7783 (hack-one-local-variable): Use STRING arg of
7784 `hack-local-variables-confirm'.
7785
7786 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7787
7788 Sync with Tramp 2.0.49.
7789
7790 * net/tramp.el (tramp-handle-dired-call-process)
7791 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7792 because the contents of the Tramp buffer is changed before
7793 insertion (`expand-file' and alike).
7794 (tramp-handle-insert-directory): If `localname' has an empty
7795 nondirectory name, it must not be quoted.
7796 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7797 variable `tramp-chunksize'. Change callees.
7798 (tramp-open-connection-setup-interactive-shell): Check remote host
7799 for buggy `send-process-string' implementation.
7800 Set `tramp-chunksize' if found. Reported by Michael Kifer
7801 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7802 (tramp-handle-shell-command): `insert-buffer' cannot be used
7803 because the contents of the Tramp buffer is changed before
7804 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7805 <frederic.bothamy@free.fr>.
7806 (tramp-set-auto-save): Actions should be done for Tramp file name
7807 handler only. Ange-FTP has its own auto-save mechanism.
7808 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7809 (tramp-set-auto-save-file-modes): Set file modes of
7810 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7811 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7812 (tramp-bug): Remove obsolete variable.
7813 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7814 for presence of `mml-mode'. Make it running for older Emacsen as well.
7815
7816 2005-05-14 John Paul Wallington <jpw@pobox.com>
7817
7818 * ibuf-ext.el (define-ibuffer-filter filename):
7819 If `dired-directory' is a list, use its car.
7820
7821 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7822
7823 * ibuffer.el (define-ibuffer-column filename):
7824 If `dired-directory' is a list, use its car.
7825
7826 2005-05-14 Richard M. Stallman <rms@gnu.org>
7827
7828 * subr.el (symbol-file): Doc fix.
7829
7830 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7831 (byte-compile-form): Call byte-compile-nogroup-warn.
7832 (byte-compile-warning-types): Doc fix.
7833
7834 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7835
7836 * progmodes/cc-engine.el (c-literal-faces):
7837 Add font-lock-comment-delimiter-face.
7838
7839 * net/net-utils.el (dig): Use with-no-warnings.
7840
7841 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7842 (sc-recite-frame-alist, sc-default-cite-frame)
7843 (sc-default-uncite-frame, sc-default-recite-frame)
7844 (sc-attrib-selection-list, sc-rewrite-header-list):
7845 Mark as risky-local-variable.
7846
7847 * international/ogonek.el (ogonek-jak, ogonek-how):
7848 Don't use beginning-of-buffer.
7849
7850 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7851
7852 * calendar/solar.el (solar-data-list): Move definition up.
7853
7854 * dnd.el (dnd-protocol-alist): Add autoload.
7855
7856 * progmodes/sh-script.el: Many doc usage fixes.
7857 (sh-indent-after-do): Change default to match common styles.
7858
7859 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7860
7861 * files.el (interpreter-mode-alist)
7862 (auto-mode-interpreter-regexp): Doc fixes.
7863
7864 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7865
7866 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7867
7868 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7869
7870 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7871
7872 * dired.el (dired-mode): make-variable-buffer-local =>
7873 make-local-variable.
7874
7875 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7876
7877 * term/mac-win.el (mac-select-convert-to-string): Try coding
7878 systems in mac-script-code-coding-systems if specified one cannot
7879 encode string for `com.apple.traditional-mac-plain-text'.
7880
7881 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7882
7883 * progmodes/make-mode.el (makefile-targets-face)
7884 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7885 (makefile-dependency-regex): Fix it to not make the colon in
7886 $(var:a=b) special.
7887 (makefile-rule-action-regex): New regexp for highlighting embedded
7888 Shell strings.
7889 (makefile-macroassign-regex): Handle != for highlighting as
7890 embedded Shell strings.
7891 (makefile-var-use-regex): New const.
7892 (makefile-statements, makefile-automake-statements)
7893 (makefile-gmake-statements, makefile-makepp-statements)
7894 (makefile-bsdmake-statements): New consts.
7895 (makefile-make-font-lock-keywords): New function.
7896 (makefile-automake-font-lock-keywords)
7897 (makefile-gmake-font-lock-keywords)
7898 (makefile-makepp-font-lock-keywords)
7899 (makefile-bsdmake-font-lock-keywords): New consts.
7900 (makefile-mode-map): Add switchers between the various submodes.
7901 (makefile-mode): Document the availability of the variants.
7902 (makefile-automake-mode, makefile-gmake-mode)
7903 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7904
7905 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7906 new variants of makefile-mode.
7907
7908 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7911 the inheritance.
7912
7913 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7914
7915 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7916 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7917
7918 * files.el (normal-mode): Extend the scope of the
7919 `enable-local-variables' binding to include the `set-auto-mode' call.
7920 (magic-mode-alist): Doc fix.
7921
7922 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7925 font-lock-comment-face rather than copying its setting.
7926
7927 2005-05-12 Andreas Schwab <schwab@suse.de>
7928
7929 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7930
7931 2005-05-12 Lute Kamstra <lute@gnu.org>
7932
7933 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7934 defcustom for the mode hook variable. Delete the last argument.
7935 * generic-x.el: Fix callers of define-generic-mode.
7936 (generic-x-modes): Delete group.
7937 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7938 generic-x customization group.
7939
7940 2005-05-12 Kim F. Storm <storm@cua.dk>
7941
7942 * font-lock.el (font-lock-negation-char-face): Default to "off".
7943
7944 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7945 font-lock-negation-char-face to ! in !=.
7946
7947 2005-05-12 Masatake YAMATO <jet@gyve.org>
7948
7949 * add-log.el (find-change-log): Fix typos in the docstring
7950 of function.
7951
7952 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7953
7954 * international/latexenc.el (latexenc-find-file-coding-system):
7955 Avoid `re-search-forward' when looking for input encoding because
7956 of speed and safety. Better regular expressions for recognizing
7957 input encoding. Limit a search for TeX-master/tex-main-file to
7958 the local variable section.
7959
7960 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
7961
7962 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7963 syntax of $ to "'" (quote).
7964
7965 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7966
7967 * dnd.el (dnd-protocol-alist): Improve custom type.
7968
7969 * dired.el (dired-dnd-protocol-alist): New variable.
7970 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
7971 `dired-mode-hook' to the end.
7972
7973 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7976 comment-end if comment-start-skip is not set.
7977 Obey the font-lock-comment-delimiter-face variables.
7978
7979 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * files.el (executable-find): Move from executable.el. Use
7982 locate-file.
7983 * progmodes/executable.el (executable-find): Move to files.el.
7984
7985 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7986 when trying to ensure forward progress.
7987
7988 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
7989
7990 * mouse-sel.el (mouse-sel-follow-link-p): New function.
7991 (mouse-select, mouse-select-internal, mouse-extend-internal):
7992 Use it to implement mouse-1-click-follows-link functionality.
7993
7994 2005-05-11 Richard M. Stallman <rms@gnu.org>
7995
7996 * font-lock.el (font-lock-fontify-syntactically-region):
7997 Use font-lock-comment-delimiter-face for comment delimiters.
7998
7999 2005-05-10 Jay Belanger <belanger@truman.edu>
8000
8001 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8002 preserving embedded modes.
8003
8004 2005-05-10 Richard M. Stallman <rms@gnu.org>
8005
8006 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8007
8008 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8009 Move from ada-stmt.el.
8010 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8011
8012 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8013 Move to ada-mode.el.
8014 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8015
8016 * cus-edit.el (custom-file): Call file-chase-links.
8017
8018 * files.el (read-directory-name): Fix previous change.
8019 (hack-local-variables-confirm): New function.
8020 (hack-local-variables-prop-line, hack-local-variables)
8021 (hack-one-local-variable): Use it.
8022
8023 2005-05-10 Lute Kamstra <lute@gnu.org>
8024
8025 * font-lock.el (font-lock-keywords-alist)
8026 (font-lock-removed-keywords-alist): Clarify docstrings.
8027
8028 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8029
8030 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8031 (gdb-source-info): Check for preprocessor info.
8032 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8033 a macro for a function.
8034 (gdb-info-breakpoints-custom): Try to find file again if not already
8035 found (user might have used GDB dir command).
8036 (gdb-get-location): Update gdb-location-alist correctly for change
8037 to gdb-info-breakpoints-custom.
8038
8039 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8040 (gud-tooltip-print-command): Add gdbmi case.
8041 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8042 preprocessor info.
8043
8044 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8045
8046 * startup.el (fancy-splash-insert): Fix typo in doc string.
8047
8048 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8049
8050 * obsolete/float.el (string-to-float):
8051 * obsolete/hilit19.el (hilit-add-pattern):
8052 * obsolete/rnews.el (news-parse-range, news-select-message)
8053 (news-get-pruned-list-of-files): Replace `string-to-int' by
8054 `string-to-number'.
8055
8056 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8057 `find-file-not-found-hooks'; use `add-hook'.
8058 (uncompress-while-visiting): Set `write-file-functions', not
8059 `write-file-hooks'; use `add-hook'.
8060
8061 2005-05-09 Kim F. Storm <storm@cua.dk>
8062
8063 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8064 (cua-paste): Handle clipboard action.
8065 (cua--init-keymaps): Remap clipboard-kill-region and
8066 clipboard-kill-ring-save.
8067
8068 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8069
8070 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8071 Improve commentary.
8072
8073 * simple.el (next-error-overlay-arrow-position): Revert the change
8074 made on 2005-04-30.
8075
8076 2005-05-07 Jay Belanger <belanger@truman.edu>
8077
8078 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8079 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8080 `calc-sel-reselect'.
8081
8082 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8083 Calc is in embedded mode.
8084
8085 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8086
8087 * progmodes/compile.el (compilation-setup):
8088 Set overlay-arrow-string to an empty string on text terminals.
8089
8090 * textmodes/ispell.el (ispell-program-name): Try looking for
8091 "aspell" along exec-path, and if found, use it as the default
8092 speller program.
8093
8094 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8095
8096 * international/mule.el (sgml-xml-auto-coding-function):
8097 Recognize encoding='FOO' in single quotes as well as in double quotes.
8098
8099 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8100
8101 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8102 as well as `interactive', so that defmacro* would recognize
8103 `declare' forms.
8104
8105 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8106
8107 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8108 Explain more about the LIGHTER arg's usage in the doc string.
8109 Add commentary to clarify what the code does. Fix the regexp that
8110 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8111 since it could have characters special to regular expressions.
8112
8113 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8114
8115 * replace.el (occur-1): Bind inhibit-read-only so that
8116 erase-buffer doesn't barf on read-only text properties (likewise
8117 for add-text-properties in occur-engine). Mark buffer as unmodified.
8118 (occur-engine): Don't set buffer-read-only here.
8119
8120 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8123 list-buffers-directory. This caused the *cvs-commit* buffer to be
8124 sometimes mistakenly reused as a *cvs* buffer.
8125
8126 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8127
8128 * tooltip.el: Move code for GUD tooltips into gud.el.
8129 (require): CL no longer needed to compile case.
8130 (tooltip-mode): Do not toggle functions for GUD tooltips.
8131 (tooltip-gud-tips-p): Remove. Replace with minor mode
8132 gud-tooltip-mode in gud.el.
8133 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8134 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8135 tooltip-gud prefix with gud-tooltip and obsolete.
8136 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8137 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8138 (tooltip-mouse-motion): Mouse movement functions/variable.
8139 Rename in gud.el by adding gud prefix.
8140 (tooltip-gud-original-filter, tooltip-gud-dereference)
8141 (tooltip-gud-event, tooltip-toggle-gud-tips)
8142 (tooltip-gud-process-output, tooltip-gud-print-command)
8143 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8144 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8145 (gdb-tooltip-print): Move to gdb-ui.el.
8146
8147 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8148 (require): CL needed to compile case.
8149 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8150 tooltip-gud-tips-p. Make it a minor-mode.
8151 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8152 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8153 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8154 (gud-tooltip-change-major-mode)
8155 (gud-tooltip-activate-mouse-motions-if-enabled)
8156 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8157 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8158 (gud-tooltip-original-filter, gud-tooltip-dereference)
8159 (gud-tooltip-event, tooltip-toggle-gud-tips)
8160 (gud-tooltip-process-output, gud-tooltip-print-command)
8161 (gud-tooltip-tips): Move from tooltip.el.
8162
8163 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8164 (gdb-cpp-define-alist-flags): Doc fix.
8165 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8166 gud-tooltip-mode is t.
8167
8168 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8171 evaporate if their text is deleted.
8172 (goto-address-at-point): Make it work as a mouse binding as well.
8173 (goto-address-at-mouse): Obsolete it. Update users.
8174
8175 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8176
8177 * calendar/appt.el (top-level): No longer activate on load.
8178
8179 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8180
8181 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8182 * net/webjump.el (webjump):
8183 * progmodes/idlw-help.el (idlwave-do-context-help1)
8184 (idlwave-highlight-linked-completions):
8185 * textmodes/po.el (po-find-file-coding-system-guts):
8186 Replace `assoc-ignore-case' by `assoc-string'.
8187
8188 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8189
8190 * files.el (locate-file): Doc fix.
8191
8192 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8193 Remove the redundant test for ms-dos.
8194
8195 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8196 look for the preprocessor with exec-suffixes. If not found in
8197 standard places, look in exec-path. Remove most of the tests that
8198 used system-type.
8199
8200 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8201
8202 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8203
8204 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8205 file-name clash with jka-compr.el on 8+3 filesystems.
8206
8207 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8208
8209 * term/mac-win.el: Don't define or bind scroll bar functions if
8210 x-toolkit-scroll-bars is t.
8211 (x-select-text, x-get-selection-value): Clear
8212 x-last-selected-text-clipboard if x-select-enable-clipboard is
8213 nil.
8214 (PRIMARY): Put mac-scrap-name property.
8215 (mac-select-convert-to-file-url): New function.
8216 (public.file-url): New selection target type. Add to
8217 selection-converter-alist.
8218 (x-get-selection, x-selection-value): Handle it.
8219 (x-cut-buffer-or-selection-value): New alias.
8220
8221 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8222
8223 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8224 entry to avoid calling bibtex-find-entry with arg global
8225 being t. Remove arg key.
8226 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8227 (bibtex-copy-summary-as-kill): Change accordingly.
8228
8229 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8232 (org-agenda-date-later): Use with-current-buffer.
8233
8234 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8235
8236 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8237 (define-obsolete-variable-alias): Doc Fixes.
8238
8239 2005-05-06 Kim F. Storm <storm@cua.dk>
8240
8241 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8242 vertical-motion when selective-display is active.
8243
8244 * ido.el (ido-setup-hook): New hook.
8245 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8246 (ido-input-stack): New var.
8247 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8248 ido-next-work-file binding to M-O.
8249 Bind M-f to ido-wide-find-file-or-pop-dir.
8250 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8251 (ido-read-internal): Run ido-setup-hook.
8252 Catch quit in read-file-name and read-string to cancel edit.
8253 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8254 Automatically pop-all when completing a directory name (RET).
8255 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8256 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8257 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8258 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8259 New functions for M-b/M-f to move among the directory components.
8260 (ido-make-merged-file-list): Catch quit to cancel merge.
8261 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8262 (ido-completion-help): No warnings for ido-completion-buffer-full.
8263
8264 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8265
8266 * font-lock.el (font-lock-negation-char-face): New face and variable.
8267 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8268 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8269 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8270 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8271
8272 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8273
8274 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8275 Fix typo in docstring.
8276
8277 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8278 (ebrowse-print-statistics-line)
8279 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8280
8281 * term/w32-win.el (image-library-alist): Add additional name for
8282 Xpm library.
8283
8284 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8285
8286 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8287 use gcc instead of cpp.
8288
8289 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8290 (gdb-create-define-alist): Use it.
8291 (gdb-cpp-define-alist-program): Update for MS-DOS.
8292
8293 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8294
8295 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8296
8297 2005-05-04 Richard M. Stallman <rms@gnu.org>
8298
8299 * help.el (describe-key): No error when UNTRANSLATED is nil.
8300
8301 * simple.el (line-move-1): Fix previous change to signal errors
8302 appropriately.
8303
8304 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8305
8306 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8307 (icalendar-duration-correction): Remove.
8308 (icalendar--get-event-properties): Split result at commas.
8309 (icalendar--decode-isoduration): New optional argument
8310 DURATION-CORRECTION.
8311 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8312 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8313 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8314 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8315 (icalendar--convert-anniversary-to-ical): New functions, extracted
8316 from icalendar-export-region, with bug fixes.
8317 (icalendar-export-region): Use the above functions.
8318 (icalendar-import-buffer): Check before saving diary file.
8319 (icalendar--convert-recurring-to-diary)
8320 (icalendar--convert-non-recurring-all-day-to-diary)
8321 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8322 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8323 (icalendar--convert-ical-to-diary): Use the above functions.
8324
8325 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8326
8327 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8328 Remove these recent additions.
8329 (c-mode): Restore to before 2005-04-28.
8330
8331 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8332 recent addition.
8333
8334 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8335 (gdb-define-alist): New variables.
8336 (gdb-create-define-alist): New function.
8337 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8338 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8339 with string-to-number.
8340 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8341
8342 * progmodes/gud.el: Replace string-to-int with string-to-number.
8343 (gud-find-file): Handle gdb-define-alist.
8344
8345 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8346
8347 2005-05-02 Jay Belanger <belanger@truman.edu>
8348
8349 * calc/calc-aent.el (math-read-token):
8350 * calc/calc-bin.el (calc-word-size):
8351 * calc/calc-ext.el (calc-read-number-fancy):
8352 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8353 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8354 * calc/calc-frac.el (calc-over-notation):
8355 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8356 (calc-graph-num-points, calc-graph-init):
8357 * calc/calc-prog.el (calc-read-parse-table-part)
8358 (calc-edit-macro-repeats):
8359 * calc/calc-yank.el (calc-do-grab-rectangle):
8360 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8361 Replace `string-to-int' by `string-to-number'.
8362
8363 2005-05-02 Kim F. Storm <storm@cua.dk>
8364
8365 * kmacro.el: Use executing-kbd-macro-index variable.
8366
8367 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8368
8369 * net/rlogin.el (rlogin-parse-words): Delete func.
8370 (rlogin): Use split-string, not rlogin-parse-words.
8371 Also, if there are option-like elements in the parsed args,
8372 take the host to be the first arg immediately following them.
8373 Suggested by Michael Mauger.
8374
8375 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8376
8377 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8378
8379 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8380
8381 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8382 (cc-mode-cpp-program): Rename to cc-define-list-program and
8383 move to cc-vars.el.
8384
8385 * progmodes/cc-vars.el (cc-define-list-program):
8386 Change to "gcc -E -dM -". Make customizable.
8387
8388 2005-05-02 Kim F. Storm <storm@cua.dk>
8389
8390 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8391
8392 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8393
8394 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8395
8396 * international/mule-util.el (truncate-string): Remove alias and
8397 obsolete declaration.
8398
8399 * international/mule-cmds.el (update-iso-coding-systems):
8400 Remove alias and obsolete declaration.
8401
8402 * international/mule.el (coding-system-parent): Remove alias and
8403 obsolete declaration.
8404
8405 * subr.el (define-function, sref): Remove aliases and obsolete
8406 declarations.
8407 (chars-in-region): Remove obsolete declaration.
8408
8409 2005-05-01 Richard M. Stallman <rms@gnu.org>
8410
8411 * info.el (Info-mode): Set widen-automatically to nil, locally.
8412
8413 * simple.el (widen-automatically): New variable.
8414 (pop-global-mark): Obey widen-automatically.
8415
8416 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8417
8418 * term/xterm.el (function-key-map): Call substitute-key-definition
8419 before the keymap size is increased by a lot of define-key calls.
8420
8421 2005-05-01 Richard M. Stallman <rms@gnu.org>
8422
8423 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8424 Rename ARG to ELEMENT. Doc fix.
8425
8426 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8427
8428 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8429 Remove references to allout-exposure/change to allout-new-exposure.
8430
8431 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8432 bytecode symbols.
8433
8434 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8435 (compiled-function-p, focus-frame, unfocus-frame):
8436 Remove aliases and obsolete declarations.
8437 Back out inadvertent changes from previous commit.
8438
8439 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8440
8441 * files.el (require-final-newline): Make Custom tags consistent
8442 with mode-require-final-newline.
8443 (mode-require-final-newline): Doc fix.
8444
8445 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * international/latexenc.el (latexenc-find-file-coding-system):
8448 Fix regular expressions.
8449
8450 2005-05-01 David Kastrup <dak@gnu.org>
8451
8452 * international/latexenc.el (latexenc-find-file-coding-system):
8453 Fix regular expressions.
8454
8455 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8456
8457 * subr.el (string-to-int): Make obsolete.
8458
8459 2005-04-30 Richard M. Stallman <rms@gnu.org>
8460
8461 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8462
8463 * loadup.el: load jka-comp-hook.
8464
8465 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8466 (jka-compr-handler): Add autoload. `put' calls moved
8467 to jka-comp-hook.el.
8468 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8469 (jka-compr-inhibit): Autoload.
8470
8471 * jka-comp-hook.el: New file.
8472 Enable the mode by default.
8473
8474 * files.el (backup-buffer-copy): Use copy-file instead
8475 of write-region, and put back the 'excl.
8476
8477 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8478
8479 * progmodes/flymake.el (flymake-split-string)
8480 (flymake-split-string, flymake-log, flymake-pid-to-names)
8481 (flymake-reg-names, flymake-get-source-buffer-name)
8482 (flymake-unreg-names, flymake-add-line-err-info)
8483 (flymake-add-err-info): Clarify docstrings.
8484 (flymake-popup-menu, flymake-make-emacs-menu)
8485 (flymake-make-xemacs-menu): Add docstrings.
8486 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8487 Set variables directly throughout.
8488
8489 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8490
8491 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8492 exists. Initialize cc-define-alist.
8493 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8494 If there is no file (Macroexpansion) don't create an alist.
8495
8496 2005-04-29 Sam Steingold <sds@gnu.org>
8497
8498 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8499 (cc-create-define-alist): Use it instead of the hard-coded string.
8500
8501 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8504 for latexenc.
8505
8506 2005-04-29 Lute Kamstra <lute@gnu.org>
8507
8508 * emacs-lisp/generic.el: Improve commentary section.
8509 (define-generic-mode): Improve docstring.
8510
8511 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8512
8513 * textmodes/org.el (many places): Change to quiet the byte compiler.
8514 (org-prefix-format-compiled): New variable.
8515 (org-compile-prefix-format): New function.
8516 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8517 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8518 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8519 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8520 consistency with entries from `org-mode' files.
8521 (org-get-time-of-day): Fix bug with partial matches early in a line.
8522 (org-non-link-chars): New constant.
8523 (org-link-regexp): Respect `org-non-link-chars'.
8524 (org-agenda-day-view): Remove command.
8525 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8526 (org-follow-bbdb-link, org-store-link): Search also company field.
8527 (org-highlight-overlay): New variable.
8528 (org-highlight, org-unhighlight): New functions.
8529 (org-agenda-mode): Add pre-command-hook to remove highlight.
8530 (org-evaluate-time-range): Behavior depends upon whether time stamp
8531 contains a time or not.
8532 (org-show-subtree, org-show-entry): New functions.
8533 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8534
8535 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8536
8537 * comint.el (comint-output-filter-functions): Add autoload cookie.
8538
8539 2005-04-28 Kim F. Storm <storm@cua.dk>
8540
8541 * ido.el (ido-everywhere): Fix last change.
8542
8543 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8544
8545 * international/latexenc.el: New file.
8546 * international/mule-conf.el (file-coding-system-alist): For .tex,
8547 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8548
8549 2005-04-28 Lute Kamstra <lute@gnu.org>
8550
8551 * font-lock.el (font-lock-add-keywords)
8552 (font-lock-remove-keywords): Clarify docstring.
8553 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8554 Don't start docstrings with a `*'.
8555 (font-lock-update-removed-keyword-alist): Give it a docstring.
8556
8557 * generic-x.el: Update commentary section.
8558 Only require font-lock when compiling.
8559 Define all modes conditionally.
8560 Place all generic modes in the generic-x-modes customization group.
8561 (generic-x-modes): New customization group.
8562 (generic-default-modes, generic-mswindows-modes)
8563 (generic-unix-modes, generic-other-modes): New constants.
8564 (generic-define-mswindows-modes, generic-define-unix-modes):
8565 Update docstrings. Make them obsolete.
8566 (generic-extras-enable-list): New default value. Update docstring.
8567 Improve :type. Change :set function.
8568 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8569 Fix docstring.
8570
8571 * emacs-lisp/generic.el (generic-mode-internal):
8572 Simplify font-lock-defaults.
8573 (define-generic-mode): Fix docstring.
8574
8575 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8578 font-lock-face property to highlight matches.
8579
8580 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8581
8582 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8583 (cc-define-alist): New variable.
8584 (c-mode): Make it local and initialize it.
8585
8586 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8587 (gdb-exited): New function.
8588 (gdb-annotation-rules): Use it.
8589 (gdb-starting): Set gdb-active-process to t.
8590 (gdb-stopping): Amend doc string.
8591 (gdb-reset): Set gdb-active-process to nil.
8592
8593 * tooltip.el (tooltip-gud-tips): Show the associated #define
8594 directives when a C program under GDB is not executing.
8595
8596 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8597
8598 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8599 font-lock-fontify-syntactic-keywords.
8600
8601 * font-lock.el (font-lock-default-fontify-region): Don't force
8602 parse-sexp-lookup-properties to nil.
8603
8604 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8605
8606 * man.el (man-mode-syntax-table): Set up `:' to have
8607 word-constituent syntax.
8608
8609 2005-04-27 Lute Kamstra <lute@gnu.org>
8610
8611 * novice.el (disable-command): Don't add spurious newlines to the
8612 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8613
8614 2005-04-26 Jay Belanger <belanger@truman.edu>
8615
8616 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8617 than one window before deleting window.
8618
8619 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8620
8621 * shell.el (shell-prompt-pattern): Doc fix.
8622 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8623
8624 * comint.el (comint-prompt-regexp, comint-get-old-input)
8625 (comint-use-prompt-regexp)
8626 (comint-use-prompt-regexp-instead-of-fields)
8627 (comint-replace-by-expanded-history, comint-send-input)
8628 (comint-output-filter, comint-get-old-input-default)
8629 (comint-line-beginning-position, comint-bol, comint-show-output)
8630 (comint-backward-matching-input, comint-forward-matching-input)
8631 (comint-next-prompt, comint-previous-prompt):
8632 Rename `comint-use-prompt-regexp-instead-of-fields' to
8633 `comint-use-prompt-regexp'. Keep old name as alias and declare
8634 obsolete.
8635 (comint-use-prompt-regexp): Shorten first line of doc string.
8636
8637 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8638 Set paragraph-separate buffer locally to "\\'".
8639
8640 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8641 Adapt to above name change.
8642
8643 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8644 (smbclient-prompt-regexp): Ditto.
8645
8646 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8647
8648 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8649
8650 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8651 gdb-location-list.
8652 Break lines that are over 80 characters wide.
8653
8654 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8657 New fun and var, to preserve compatibility.
8658
8659 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8660
8661 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8662
8663 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8664 name to file-newer-than-file-p.
8665
8666 2005-04-26 Richard M. Stallman <rms@gnu.org>
8667
8668 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8669
8670 * progmodes/python.el (python-mode):
8671 Use new name eldoc-documentation-function.
8672
8673 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8674
8675 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8676 (eldoc-documentation-function):
8677 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8678
8679 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8680
8681 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8682
8683 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8684
8685 * term/xterm.el (function-key-map): Fix strings for
8686 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8687 {C,S,A,C-S}-{f1-f12}.
8688
8689 2005-04-26 Kenichi Handa <handa@m17n.org>
8690
8691 * international/mule-cmds.el (select-safe-coding-system):
8692 Fix previous change.
8693
8694 2005-04-26 Lute Kamstra <lute@gnu.org>
8695
8696 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8697
8698 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8699 (font-lock-comment-delimiter-face): Ditto.
8700
8701 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8702
8703 2005-04-25 Jay Belanger <belanger@truman.edu>
8704
8705 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8706 to t while inserting information; use help-mode.
8707
8708 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8709
8710 * term.el (ansi-term-color-vector): Use the xterm colors.
8711 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8712
8713 2005-04-25 Lute Kamstra <lute@gnu.org>
8714
8715 * font-core.el (font-lock-defaults): Fix docstring.
8716
8717 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8718
8719 2005-04-25 Kenichi Handa <handa@m17n.org>
8720
8721 * international/mule-cmds.el (select-safe-coding-system):
8722 Don't check consistency with coding: spec, etc if raw-text or
8723 no-conversion was found to be safe.
8724
8725 2005-04-24 Richard M. Stallman <rms@gnu.org>
8726
8727 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8728 citation markers at start of each line.
8729
8730 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8731 citation markers at start of each line.
8732
8733 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8734
8735 * files.el (mode-require-final-newline): Fix previous change.
8736 (require-final-newline): Fix type label.
8737
8738 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8739
8740 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8741 statement in buffer (broken by 2004-11-24 change).
8742
8743 2005-04-24 Kim F. Storm <storm@cua.dk>
8744
8745 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8746 and read-file-name-function values. Don't overwrite existing
8747 non-nil values if ido-mode is enabled without ido-everywhere.
8748
8749 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8750
8751 * files.el (mode-require-final-newline): Minor doc fix.
8752
8753 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8754
8755 * subr.el (syntax-after): Doc fix.
8756 (syntax-class): If argument is nil, return nil. Mask off upper 16
8757 bits, not 8 bits.
8758
8759 * files.el (mode-require-final-newline): Doc fix.
8760 (backup-buffer-copy): Fix last change.
8761
8762 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8763
8764 * term/mac-win.el: Require select. Set selection-coding-system to
8765 mac-system-coding-system. Call menu-bar-enable-clipboard.
8766 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8767 (x-select-enable-clipboard): New variables.
8768 (x-select-text, x-get-selection, x-selection-value)
8769 (x-get-selection-value, mac-select-convert-to-string)
8770 (mac-services-open-file, mac-services-open-selection)
8771 (mac-services-insert-text): New functions.
8772 (CLIPBOARD, FIND): Put mac-scrap-name property.
8773 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8774 (public.tiff): Put mac-ostype property.
8775 (selection-converter-alist): Add entries for them.
8776 (mac-application-menu-map): New keymap.
8777 (interprogram-cut-function, interprogram-paste-function): Set to
8778 x-select-text and x-get-selection-value, respectively.
8779 (split-window-keep-point): Set to t.
8780
8781 2005-04-23 Richard M. Stallman <rms@gnu.org>
8782
8783 * files.el (read-directory-name): Always pass non-nil
8784 DEFAULT-FILENAME arg to read-file-name.
8785 (backup-buffer-copy, basic-save-buffer-2): Take care against
8786 writing thru an unexpected existing symlink.
8787 (revert-buffer): In indirect buffer, revert the base buffer.
8788 (magic-mode-alist): Doc fix.
8789 (buffer-stale-function): Doc fix.
8790 (minibuffer-with-setup-hook): Avoid warning.
8791 (mode-require-final-newline): Doc and custom fix.
8792
8793 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8794
8795 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8796 use the default appearance.
8797 (font-lock-comment-delimiter-face): New face, new variable.
8798
8799 * imenu.el (imenu--generic-function): The official position of a
8800 definition is the start of the line that BEG is in.
8801
8802 * midnight.el (midnight-timer): Move defvar up.
8803
8804 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8805
8806 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8807
8808 * startup.el (command-line): Use with-no-warnings.
8809
8810 * window.el (window-size-fixed): New defvar.
8811
8812 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8813
8814 * mail/rmail.el (rmail-font-lock-keywords):
8815 Use font-lock-comment-delimiter-face.
8816
8817 * mail/sendmail.el (mail-font-lock-keywords):
8818 Use font-lock-comment-delimiter-face.
8819
8820 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8821
8822 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8823
8824 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8825 Specify t for LAXMATCH when matching directories.
8826 Save match data around compilation-compat-error-properties form.
8827
8828 2005-04-23 David Kastrup <dak@gnu.org>
8829
8830 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8831 Mention that the autoloaded aliases should be kept for AUCTeX.
8832
8833 2005-04-23 Andreas Schwab <schwab@suse.de>
8834
8835 * isearch.el (isearch-forward): Doc fix.
8836
8837 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8838
8839 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8840 (jit-lock-stealth-nice): Change default value to 0.5.
8841
8842 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8843
8844 * abbrev.el (write-abbrev-file): Write table entries in
8845 alphabetical order by table name.
8846
8847 2005-04-22 Kim F. Storm <storm@cua.dk>
8848
8849 * ido.el (ido-read-internal): Fix `list' completion.
8850
8851 2005-04-22 Kenichi Handa <handa@m17n.org>
8852
8853 * recentf.el (recentf-save-file-coding-system): New variable.
8854 (recentf-save-list): Encode the file by
8855 recentf-save-file-coding-system and add coding: tag.
8856
8857 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8858
8859 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8860
8861 2005-04-21 Lute Kamstra <lute@gnu.org>
8862
8863 * loadhist.el (unload-feature): Don't remove a function from hooks
8864 if it is about to be restored to an autoload . Remove functions
8865 that will become unbound from auto-mode-alist. Simplify the code.
8866
8867 * subr.el (assq-delete-all): New implementation that is linear,
8868 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8869 (rassq-delete-all): New function.
8870
8871 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8872 Add size-indication-mode.
8873
8874 2005-04-21 Kenichi Handa <handa@m17n.org>
8875
8876 * international/mule-cmds.el: Add autoload for widget-value in
8877 eval-when-compile.
8878
8879 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8880
8881 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8882 Add tooltip-mode.
8883
8884 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8885
8886 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8887
8888 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8889 (inferior-lisp-filter-regexp, inferior-lisp-program)
8890 (inferior-lisp-load-command, inferior-lisp-prompt)
8891 (inferior-lisp-mode-hook, lisp-source-modes)
8892 (inferior-lisp-load-hook): defvar->defcustom.
8893 (inferior-lisp-program, inferior-lisp-prompt)
8894 (inferior-lisp-load-hook): Doc fixes.
8895 (inferior-lisp-install-letter-bindings): Small change in
8896 introductory comment.
8897
8898 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8899
8900 * vc.el (vc-annotate-color-map): Change some colors so that text
8901 using them as foreground is readable on both white and black
8902 backgrounds.
8903
8904 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8905
8906 * international/mule-conf.el (translation-table-for-input):
8907 Remove redundant declaration.
8908
8909 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8910
8911 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8912
8913 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8914 (tooltip-toggle-gud-tips): New function.
8915
8916 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8917
8918 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8919 right angle brackets.
8920
8921 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8922
8923 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8924
8925 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8928 Remove. Update callers to use expand-file-name instead.
8929
8930 * subr.el (syntax-class): New function.
8931
8932 * simple.el (blink-matching-open): Use it.
8933
8934 * paren.el (show-paren-function): Use it to recognize parens that are
8935 also used in 2-char comment markers.
8936
8937 2005-04-19 Lute Kamstra <lute@gnu.org>
8938
8939 * loadhist.el (unload-feature): Update for new format of
8940 load-history. Simplify the code.
8941
8942 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8943
8944 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8945 (mac-add-charset-info): New function. Initialize variable
8946 mac-charset-info-alist using it.
8947 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8948 for translation.
8949 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8950 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8951 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8952 New CCL programs.
8953
8954 2005-04-19 Kim F. Storm <storm@cua.dk>
8955
8956 * simple.el (next-buffer, prev-buffer, next-error)
8957 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8958 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8959
8960 * bindings.el (next-buffer, prev-buffer, next-error)
8961 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8962 (clone-indirect-buffer-other-window): Move bindings from simple.el.
8963 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8964 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8965
8966 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * isearch.el (isearch-edit-string): Make the search-ring available for
8969 minibuffer history commands.
8970 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8971 the default history commands now work just as well.
8972 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8973
8974 2005-04-18 Kim F. Storm <storm@cua.dk>
8975
8976 * emulation/cua-base.el (cua--pre-command-handler): Add more
8977 elaborate check for shift modifier on non-window systems.
8978
8979 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8980
8981 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8982
8983 2005-04-18 Kim F. Storm <storm@cua.dk>
8984
8985 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8986 and make it optional. Don't test tooltip-gud-echo-area here.
8987 (tooltip-gud-process-output, gdb-tooltip-print):
8988 Pass tooltip-gud-echo-area to tooltip-show.
8989 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8990
8991 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8992
8993 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8994 `display-graphic-p' may not be bound yet.
8995
8996 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8997
8998 * startup.el (command-line): No longer enable Xterm Mouse mode by
8999 default in terminals compatible with xterm.
9000
9001 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9002
9003 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9004
9005 * tooltip.el (tooltip-gud-echo-area): Rename from
9006 tooltip-use-echo-area.
9007 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9008 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9009 area independently of where help tooltips are displayed.
9010
9011 2005-04-17 David Kastrup <dak@gnu.org>
9012
9013 * cus-theme.el (custom-theme-write-variables): Quote variables
9014 where necessary.
9015
9016 2005-04-17 Richard M. Stallman <rms@gnu.org>
9017
9018 * simple.el (yank-excluded-properties): Add follow-link to value.
9019
9020 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9021
9022 * startup.el (fancy-splash-max-time): Just 30 seconds.
9023 (fancy-splash-delay): Just 7.
9024 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9025
9026 * loadhist.el (unload-feature): Update for new format of load-history.
9027 Simplify the code.
9028
9029 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9030 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9031
9032 * mail/sendmail.el (mail-font-lock-keywords):
9033 Don't fontify subject text.
9034 Don't fontify the text of a citation.
9035
9036 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9037
9038 * comint.el (comint-output-filter): Run comint-output-filter-functions
9039 with point where the user had it.
9040
9041 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9042
9043 * international/ucs-tables.el (ucs-set-table-for-input):
9044 Disable when using unify-on-decoding.
9045
9046 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9047
9048 * emulation/cua-base.el (cua-global-mark-face): Add special case
9049 for displays supporting a high number of colors.
9050
9051 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9052
9053 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9054
9055 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9056
9057 * filesets.el (filesets-add-buffer): If user supplies a name of a
9058 non-existing fileset, create a new fileset.
9059
9060 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9061
9062 * textmodes/org.el (org-up-heading-all): Fix bug with
9063 `outline-up-heading-all'.
9064
9065 2005-04-16 Andreas Schwab <schwab@suse.de>
9066
9067 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9068 /etc/permissions.d/* and /etc/aliases.d/*.
9069
9070 2005-04-16 Kenichi Handa <handa@m17n.org>
9071
9072 * international/code-pages.el (cp-make-coding-system):
9073 Set `translation-table-for-input' property value to the symbol
9074 ucs-mule-to-mule-unicode, not to that value.
9075 (pt154): Escape guillemet by `\'.
9076
9077 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9078
9079 * loadup.el: Load tooltip if x-show-tip is fboundp.
9080
9081 * startup.el (command-line): Add comment.
9082
9083 * tooltip.el (tooltip-mode): Specify correct standard value for
9084 Custom in init-value.
9085
9086 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9087
9088 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9089 possible.
9090
9091 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9092
9093 * textmodes/org.el (org-agenda-date-prompt): Rename from
9094 `org-agenda-date-today'.
9095 (org-evaluate-time-range): Insert at point instead of directly
9096 after time range.
9097 (org-first-headline-recenter, org-subtree-end-visible-p)
9098 (org-optimize-window-after-visibility-change): New functions
9099 (org-agenda-post-command-hook): Don't allow point at end of line,
9100 to make sure it always hits the text properties.
9101 (org-agenda-next-date-line, org-agenda-previous-date-line):
9102 New commands.
9103 (org-set-regexps-and-options): Category may contain white space.
9104 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9105 Improve marker positions.
9106 (org-agenda-new-marker): Argument POS made optional.
9107 (org-agenda-get-timestamps): Deadlines which are done are listed
9108 in org-done-face now.
9109 (org-agenda-get-todos, org-agenda-get-timestamps)
9110 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9111 Set `undone-face' and `done-face' properties.
9112 (org-last-todo-state-is-todo): New variable.
9113 (org-todo): Set `org-last-todo-state-is-todo'.
9114 (org-agenda-todo): Change face according to
9115 `org-last-todo-state-is-todo'. And change other lines referring to
9116 the same entry.
9117 (org-calendar-goto-agenda): New command.
9118 (org-calendar-to-agenda-key): New option.
9119 (org-startup-folded): New allowed value `content'.
9120 (org-set-regexps-and-options): Accept new value `content' for
9121 `org-startup-folded'.
9122 (org-get-current-options): Handle new value `content' for
9123 `org-startup-folded'.
9124 (org-insert-todo-heading): New command.
9125 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9126 interactively in empty file and option
9127 `org-insert-mode-line-in-empty-file' has been set.
9128 (org-agenda-todo,org-agenda-priority): Modify to use
9129 `org-agenda-change-all-lines'.
9130 (org-warning-face): Change color on dark background
9131
9132 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9133
9134 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9135 use preferences AppleLocale and AppleLanguages, and variable
9136 mac-system-locale for default locale. On Mac OS Classic, use
9137 mac-system-coding-system for default coding systems.
9138
9139 * term/mac-win.el: Don't set file-name-coding-system.
9140 Decode variables system-name, emacs-build-system, user-login-name, and
9141 user-full-name by mac-system-coding-system on Mac OS Classic.
9142 (mac-system-coding-system): New variable.
9143
9144 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9145
9146 * startup.el (command-line): Handle `xterm-mouse-mode' before
9147 reading init file.
9148
9149 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9150
9151 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9152
9153 * progmodes/sh-script.el (sh-here-document-word): Make it a
9154 defcustom. Doc fix.
9155 (sh-add): Bash uses $(( )) for arithmetic.
9156 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9157 (sh-maybe-here-document): Remove quotes and leading whitespace
9158 from heredoc word when closing. Indent heredoc with tabs if word
9159 starts with "-".
9160
9161 2005-04-13 Richard M. Stallman <rms@gnu.org>
9162
9163 * simple.el (undo): Fix previous change.
9164
9165 * custom.el (defface): Doc fix.
9166
9167 2005-04-13 Lute Kamstra <lute@gnu.org>
9168
9169 * Makefile.in (DONTCOMPILE): Remove list.
9170 (compile, compile-always): Don't use DONTCOMPILE.
9171 (update-authors): Load the library in which batch-update-authors
9172 is defined.
9173 * makefile.w32-in (DONTCOMPILE): Remove list.
9174 (compile, compile-always): Fix comments.
9175 (update-authors): Load the library in which batch-update-authors
9176 is defined.
9177
9178 * generic-x.el (generic-mode-ini-file-find-file-hook):
9179 Rename to ini-generic-mode-find-file-hook.
9180 Keep generic-mode-ini-file-find-file-hook as an alias.
9181 (ini-generic-mode-find-file-hook): Rename from
9182 generic-mode-ini-file-find-file-hook. Fix docstring.
9183 (ini-generic-mode): Docstring change.
9184 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9185
9186 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9187 called from lisp.
9188
9189 * generic.el: Move to the emacs-lisp subdir.
9190
9191 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9192
9193 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9194 and C-S- function and cursor motion keys.
9195
9196 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9197
9198 * startup.el (command-line): Enable Xterm Mouse mode by default.
9199 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9200 for Custom. No longer show "Mouse" in mode line when enabled.
9201 Doc fix.
9202
9203 2005-04-12 Kim F. Storm <storm@cua.dk>
9204
9205 * emulation/cua-base.el (cua-rectangle-face)
9206 (cua-rectangle-noselect-face): Define face attributes here.
9207
9208 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9209
9210 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9211
9212 * startup.el (command-line): Turn off blinking cursor if
9213 cursorBlink in resources is off or false.
9214
9215 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9216
9217 * term/mac-win.el (dnd): Require dnd.
9218 (mac-drag-n-drop): Call dnd-handle-one-url.
9219 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9220 (kTextEncodingISOLatin2): Remove constants.
9221 (mac-script-code-coding-systems): New constant.
9222 (mac-handle-language-change): New function.
9223 (special-event-map): Bind it to `language-change' event.
9224 (mac-centraleurroman, mac-cyrillic): New coding systems.
9225 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9226 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9227 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9228 encode-mac-cyrillic, respectively.
9229
9230 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9231
9232 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9233 Don't set overlay-arrow-string to "=>" as this is done
9234 globally in C now.
9235
9236 2005-04-12 Lute Kamstra <lute@gnu.org>
9237
9238 * generic-x.el (rc-generic-mode, rul-generic-mode):
9239 Fix auto-mode-alist entries.
9240 (etc-fstab-generic-mode): Tweak fontification.
9241
9242 * generic.el (generic-make-keywords-list): Fix docstring.
9243 (generic-mode-internal): Simplify generic-font-lock-keywords.
9244
9245 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9246
9247 * whitespace.el (whitespace-buffer-leading)
9248 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9249 However, fix the highlight area for the leading and
9250 trailing whitespaces to show space.
9251
9252 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9253
9254 * whitespace.el (whitespace-version): Bump to 3.5
9255
9256 (whitespace-buffer-leading, whitespace-buffer-trailing):
9257 Invert sense of the test to highlight the whitespace.
9258
9259 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9260
9261 * progmodes/gud.el (gud-display-line): GUD uses its own
9262 overlay arrow now so don't set overlay-arrow-string.
9263 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9264
9265 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9266
9267 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9268 (term-ansi-current-reverse, term-ansi-current-invisible)
9269 (term-ansi-face-already-done): Change to boolean.
9270 (term-reset-terminal, term-handle-colors-array): Handle the above
9271 vars accordingly.
9272 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9273 (term-emulate-terminal): Use the new name.
9274
9275 * faces.el (secondary-selection): Use yellow1, not yellow.
9276 (trailing-whitespace): Use red1, not red.
9277
9278 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9279
9280 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9281 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9282 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9283
9284 * cus-edit.el (dnd): New group.
9285
9286 * term/w32-win.el (dnd): Require dnd
9287 (w32-drag-n-drop): Call dnd-handle-one-url.
9288
9289 * x-dnd.el: Require dnd.
9290 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9291 Call dnd-handle-one-url.
9292 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9293 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9294 to dnd-insert-text.
9295 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9296 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9297 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9298 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9299
9300 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9301
9302 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9303
9304 * wdired.el: Doc fixes.
9305 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9306 (wdired-use-dired-vertical-movement): Rename from
9307 wdired-always-move-to-filename-beginning.
9308 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9309 (wdired-change-to-wdired-mode): Change mode name.
9310 (wdired-newline): Delete.
9311
9312 2005-04-11 Richard M. Stallman <rms@gnu.org>
9313
9314 * whitespace.el (whitespace-highlight-the-space):
9315 Don't call whitespace-unhighlight-the-space here.
9316
9317 * simple.el (undo): Record t in undo-equiv-table
9318 for the redo record made by an undo-in-region.
9319
9320 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9321
9322 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9323 (gdb-frame-inferior-io-buffer): New Functions to control
9324 display of separate IO buffer.
9325 (menu): Add them to menu-bar.
9326 (gdb-display-buffer): Check for buffer another frame.
9327 Protect GUD buffer.
9328 (gdb-setup-windows): Create IO buffer if not already there.
9329 (gdb-memory-mode): Remove purecopy noops.
9330
9331 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9332
9333 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9334 and pass to self-insert-command.
9335
9336 2005-04-11 Lute Kamstra <lute@gnu.org>
9337
9338 * generic.el: Commentary section cleanup.
9339 (generic): Delete.
9340 (generic-use-find-file-hook, generic-lines-to-scan)
9341 (generic-find-file-regexp, generic-ignore-files-regexp)
9342 (default-generic-mode, generic-mode-find-file-hook)
9343 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9344 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9345 (generic-use-find-file-hook, generic-lines-to-scan)
9346 (generic-find-file-regexp, generic-ignore-files-regexp)
9347 (default-generic-mode, generic-mode-find-file-hook)
9348 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9349
9350 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9351
9352 * bookmark.el (bookmark-write-file): Catch errors writing file.
9353 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9354
9355 2005-04-10 Richard M. Stallman <rms@gnu.org>
9356
9357 * startup.el (fancy-splash-tail): Update copyright year.
9358 (command-line): Split part of -Q into -D.
9359 (emacs-basic-display): New defvar.
9360 (fancy-splash-text): Correct name of menu item.
9361
9362 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9363
9364 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9365 lines in one node.
9366
9367 * comint.el (comint-send-input): New arg ARTIFICIAL.
9368 Callers in this file changed.
9369
9370 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9371
9372 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9373
9374 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9377 `ldap-search-internal'.
9378
9379 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * files.el (set-auto-mode-1): Use line-end-position.
9382
9383 * international/latin-1.el:
9384 * international/latin-2.el:
9385 * international/latin-3.el:
9386 * international/latin-4.el:
9387 * international/latin-5.el:
9388 * international/latin-8.el:
9389 * international/latin-9.el: Give punctuation syntax to NBSP.
9390
9391 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9392 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9393 Use char-classes to accept non-ascii letters, accepted in some recent
9394 bibtex implementations.
9395
9396 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9397
9398 * custom.el (custom-set-minor-mode): Any non-nil value for the
9399 variable should enable the mode when set through Custom.
9400
9401 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9404 TAB binding so tab-always-indent is obeyed.
9405 (vhdl-minibuffer-local-map): Move initialization into declaration.
9406 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9407 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9408 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9409 (vhdl-current-line): Use line-beginning-position.
9410 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9411 with-output-to-temp-buffer, so the current position can be recorded.
9412
9413 2005-04-10 Masatake YAMATO <jet@gyve.org>
9414
9415 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9416 Add regexp for gcov.
9417
9418 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9419
9420 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9421 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9422 syntax which Emacs 20 doesn't support.
9423
9424 2005-04-09 Richard M. Stallman <rms@gnu.org>
9425
9426 * help.el (describe-key-briefly, describe-key):
9427 Replace strings as event types with "(any string)".
9428
9429 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * arc-mode.el (archive-mode-map): Move initialization into
9432 the declaration. Override *all* bindings of `undo'.
9433 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9434
9435 2005-04-09 Jay Belanger <belanger@truman.edu>
9436
9437 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9438
9439 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9440
9441 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9442 (xterm-register-default-colors): Update color values computation
9443 to match xterm-200.
9444
9445 2005-04-09 Kenichi Handa <handa@m17n.org>
9446
9447 * international/code-pages.el (iso-latin-7): Fix the map.
9448
9449 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9450
9451 * emacs-lisp/lisp.el (defun-prompt-regexp)
9452 (parens-require-spaces, buffer-end, end-of-defun)
9453 (insert-parentheses): Doc fixes.
9454
9455 2005-04-08 Kim F. Storm <storm@cua.dk>
9456
9457 * comint.el (comint-highlight-prompt): Fix face spec.
9458 * hi-lock.el (hi-green): Likewise.
9459
9460 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9461
9462 * cus-edit.el (custom-modified-face):
9463 * comint.el (comint-highlight-input): Fix previous changes.
9464 * term.el (term-handle-ansi-escape): Add a comment.
9465
9466 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9469 in the buffer and in whitespace-highlighted-space.
9470 (whitespace-unhighlight-the-space): Simplify.
9471 (whitespace-buffer): Simplify.
9472
9473 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9474
9475 * textmodes/table.el (table-cell-face): Add special case for
9476 displays supporting a high number of colors.
9477 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9478 (vhdl-font-lock-reserved-words-face)
9479 (vhdl-speedbar-architecture-face)
9480 (vhdl-speedbar-instantiation-face)
9481 (vhdl-speedbar-architecture-selected-face)
9482 (vhdl-speedbar-instantiation-selected-face): Likewise.
9483 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9484 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9485 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9486 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9487 (ebrowse-progress-face): Likewise.
9488 * progmodes/compile.el (compilation-info-face): Likewise.
9489 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9490 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9491 * calendar/calendar.el (diary-face): Likewise.
9492 * woman.el (woman-italic-face, woman-bold-face)
9493 (woman-unknown-face): Likewise.
9494 * wid-edit.el (widget-button-pressed-face): Likewise.
9495 * whitespace.el (whitespace-highlight-face): Likewise.
9496 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9497 * pcvs-info.el (cvs-marked-face): Likewise.
9498 * info.el (info-xref): Likewise.
9499 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9500 * hilit-chg.el (highlight-changes-face)
9501 (highlight-changes-delete-face): Likewise.
9502 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9503 (hi-red-b): Likewise.
9504 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9505 * font-lock.el (font-lock-keyword-face)
9506 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9507 * cus-edit.el (custom-invalid-face, custom-modified-face)
9508 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9509 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9510 * comint.el (comint-highlight-prompt): Likewise.
9511
9512 2005-04-08 Lute Kamstra <lute@gnu.org>
9513
9514 * font-lock.el (font-lock-keywords): Docstring fixes.
9515
9516 2005-04-08 Kenichi Handa <handa@m17n.org>
9517
9518 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9519 chars are more than a limit, print " and more..." at the tail.
9520
9521 2005-04-08 Kim F. Storm <storm@cua.dk>
9522
9523 * emacs-lisp/authors.el (authors-aliases): Update list.
9524 (authors-ignored-files): New list.
9525 (authors-fixed-entries): Fix typo.
9526 (authors-renamed-files-alist): Update list.
9527 (authors-add): Check authors-ignored-files.
9528
9529 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9530
9531 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9532 optional, to ensure backward compatibility.
9533
9534 2005-04-08 Stephen Eglen <stephen@gnu.org>
9535
9536 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9537
9538 2005-04-08 Kim F. Storm <storm@cua.dk>
9539
9540 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9541
9542 * mouse.el (mouse-on-link-p): Doc fix.
9543
9544 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9545
9546 * ielm.el (ielm-prompt-read-only): Doc fix.
9547
9548 * comint.el (comint-prompt-read-only): Doc fix.
9549
9550 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9551
9552 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9553 ensure dired always handles wildcards passed to ffap.
9554 (find-file-at-point): Use it.
9555 (ffap-dired-wildcards): Doc fix.
9556
9557 2005-04-07 Juri Linkov <juri@jurta.org>
9558
9559 * simple.el (next-error-overlay-arrow-position): New defvar.
9560 Put "=>" on its property `overlay-arrow-string'. Add it to
9561 `overlay-arrow-variable-list'.
9562
9563 * progmodes/compile.el (compilation-setup):
9564 Set `next-error-overlay-arrow-position' to nil. Also set it to
9565 nil in the local hook `kill-buffer-hook'. Make local variable
9566 `overlay-arrow-string' and set it to "=>".
9567 (compilation-goto-locus): Set BOL position to
9568 `next-error-overlay-arrow-position' instead of
9569 `overlay-arrow-position'.
9570
9571 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9572 locally instead of adding it to the global hook.
9573 (Info-kill-buffer): Move up.
9574
9575 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9576
9577 * term/xterm.el (xterm-standard-colors): Update color values from
9578 xterm-200.
9579
9580 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9583
9584 * fast-lock.el:
9585 * lazy-lock.el: Move them to the obsolete subdir.
9586
9587 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9588
9589 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9590 (wdired-add-replace-advice): Remove.
9591 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9592
9593 2005-04-06 Kim F. Storm <storm@cua.dk>
9594
9595 * startup.el (command-line): Add --bare-bones alias for -Q.
9596
9597 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9598
9599 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9600 create the startup fontset if a font specification ends with
9601 `mac-roman'.
9602
9603 2005-04-06 Lute Kamstra <lute@gnu.org>
9604
9605 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9606 change.
9607
9608 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9609 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9610
9611 2005-04-05 Lute Kamstra <lute@gnu.org>
9612
9613 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9614 (define-generic-mode): Ditto. Fix debug declaration.
9615
9616 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9617 Put them in the generic-x group.
9618
9619 * calendar/timeclock.el (timeclock): Doc fix.
9620
9621 * generic.el (define-generic-mode): Don't use custom-current-group.
9622 Document default :group value.
9623 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9624 (define-global-minor-mode): Don't use custom-current-group.
9625
9626 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9627
9628 * startup.el (command-line-1): Display startup-echo-area-message
9629 when fancy splash screen is in use.
9630
9631 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9632 (sh-escaped-newline): New face.
9633 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9634 newline, and use sh-escaped-newline face.
9635
9636 * progmodes/tcl.el (tcl-escaped-newline): New face.
9637 (tcl-builtin-list): New variable.
9638 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9639 newlines. Fix keywords subexpression number.
9640
9641 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9642
9643 * textmodes/org.el (org-diary-default-entry): Fix call to
9644 `add-to-diary-entry'.
9645
9646 2005-04-05 Kim F. Storm <storm@cua.dk>
9647
9648 * ediff-init.el: Use (featurep 'xemacs).
9649
9650 2005-04-05 David Ponce <david@dponce.com>
9651
9652 * cus-edit.el (face): Derive from symbol widget. Display sample
9653 of the current face on the fly.
9654 (widget-face-sample-face-get, widget-face-notify): New functions.
9655 (widget-face-value-create): Remove.
9656
9657 * wid-edit.el (widget-field-end): Temporarily remove field
9658 narrowing before to call `get-char-property'.
9659
9660 2005-04-04 Jay Belanger <belanger@truman.edu>
9661
9662 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9663 (math-read-subscripts): New variable.
9664 (math-read-preprocess-string): Process subscripts.
9665
9666 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9667
9668 * comint.el (comint-prompt-read-only): Doc fix.
9669
9670 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9671 `-1'. Doc fix.
9672
9673 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9674
9675 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9676 Change default value to nil.
9677
9678 2005-04-04 Lute Kamstra <lute@gnu.org>
9679
9680 * autorevert.el (auto-revert-mode): Specify :group.
9681 * battery.el (display-battery-mode): Specify :group.
9682 * diff-mode.el (diff-minor-mode): Specify :group.
9683 * font-core.el (font-lock-mode): Specify :group.
9684 * hl-line.el (hl-line-mode): Specify :group.
9685 * iimage.el (iimage): New customization group.
9686 (iimage-mode): Specify :group.
9687 * longlines.el (longlines-mode): Specify :group.
9688 * master.el: Don't require easy-mmode.
9689 (master): New customization group.
9690 (master-mode): Specify :group.
9691 * msb.el (msb-mode): Specify :group.
9692 * reveal.el (reveal-mode): Specify :group.
9693 * simple.el (next-error-follow-minor-mode): Specify :group.
9694 * smerge-mode.el (smerge-mode): Specify :group.
9695 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9696 * emulation/cua-base.el (cua-mode): Specify :group.
9697 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9698 * language/thai-util.el (thai-auto-composition-mode)
9699 (thai-word-mode): Specify :group.
9700 * mail/supercite.el (sc-minor-mode): Specify :group.
9701 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9702 * progmodes/flymake.el (flymake-mode): Specify :group.
9703 * progmodes/glasses.el (glasses-mode): Specify :group.
9704 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9705 * textmodes/enriched.el (enriched-mode): Specify :group.
9706 * textmodes/refill.el (refill-mode): Specify :group.
9707
9708 * add-log.el (change-log-font-lock-keywords): Names in
9709 parenthesized lists can contain spaces.
9710
9711 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9712
9713 * startup.el (fancy-splash-text): Shorten default text of
9714 "Emacs Tutorial" line. Also, if the current language env
9715 indicates an available tutorial file other than TUTORIAL,
9716 extract its title and append it to the line in parentheses.
9717 (fancy-splash-insert): If arg is a thunk, funcall it.
9718
9719 2005-04-04 Jay Belanger <belanger@truman.edu>
9720
9721 * calc.el (calc-language-alist): Add tags to customization type.
9722
9723 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9724
9725 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9726 Doc fix.
9727
9728 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9729
9730 * add-log.el (change-log-font-lock-keywords): The manual
9731 describing a Change Log entry, says: (...) "Aside from these
9732 header lines, every line in the change log starts with a space or
9733 a tab.". The font-lock was not highlighting lines started with
9734 spaces, added support for it.
9735
9736 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9737
9738 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9739 (bibtex-generate-url-list): Update docstring accordingly. Put the
9740 complex example in the docstring.
9741 (bibtex-font-lock-url): Use pop.
9742
9743 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9746
9747 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9748
9749 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9750
9751 * filesets.el (filesets-set-default): Doc fix.
9752
9753 2005-04-03 Lute Kamstra <lute@gnu.org>
9754
9755 * generic.el (define-generic-mode): Add argument to specify
9756 keywords for defcustom.
9757 (default-generic-mode): Specify :group.
9758
9759 * generic-x.el: Specify :group for all generic modes.
9760
9761 * desktop.el (desktop-no-desktop-file-hook)
9762 (desktop-after-read-hook): Doc fix.
9763
9764 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9765
9766 * simple.el (visible-mode): Use explicit :group keyword.
9767 This changes the group of `visible-mode-hook' from paren-blinking
9768 to editing-basics.
9769
9770 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9771
9772 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9773 mailbox specifications as well as URLs.
9774 (rmail-insert-inbox-text): Remove unused conditional branches.
9775
9776 2005-04-01 Jay Belanger <belanger@truman.edu>
9777
9778 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9779 (calc-gnuplot-print-command): Move definitions to calc.el.
9780
9781 * calc/calc-embed.el (calc-embedded-announce-formula)
9782 (calc-embedded-open-formula, calc-embedded-close-formula)
9783 (calc-embedded-open-word, calc-embedded-close-word)
9784 (calc-embedded-open-plain, calc-embedded-close-plain)
9785 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9786 (calc-embedded-open-mode, calc-embedded-close-mode):
9787 Move definitions to calc.el.
9788
9789 * calc/calc.el (calc-settings-file, calc-language-alist):
9790 Make customizable.
9791 (calc-embedded-announce-formula, calc-embedded-open-formula)
9792 (calc-embedded-close-formula, calc-embedded-open-word)
9793 (calc-embedded-close-word, calc-embedded-open-plain)
9794 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9795 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9796 (calc-embedded-close-mode, calc-gnuplot-name)
9797 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9798 from other files and make customizable.
9799
9800 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9803 Use buffer-live-p.
9804 (cvs-mode-run): Don't call cvs-update-header here.
9805 (cvs-run-process): Call cvs-update-header.
9806 Use process properties for cvs-postprocess and cvs-buffer so that
9807 the sentinel can behave better if the temp buffer is killed.
9808 Use a pipe rather than a tty, to better handle unexpected prompts.
9809 (cvs-sentinel): Rewrite. Call cvs-update-header.
9810
9811 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9812
9813 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9814 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9815
9816 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * generic.el (define-generic-mode): Add indentation rule.
9819
9820 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9821
9822 * files.el (mode-require-final-newline): Make Custom correctly
9823 report a nil value and allow to set it to nil via Custom.
9824 Doc fix.
9825
9826 2005-04-01 Kenichi Handa <handa@m17n.org>
9827
9828 * international/characters.el: Enable the correct case setting for
9829 dotless-i and dotted-I.
9830
9831 2005-04-01 Kim F. Storm <storm@cua.dk>
9832
9833 * ido.el (ido-file-internal): Fall back to non-ido command if
9834 initial directory is on slow ftp (or tramp) host.
9835
9836 2005-03-31 Richard M. Stallman <rms@gnu.org>
9837
9838 * emacs-lisp/autoload.el (make-autoload):
9839 Handle define-global-minor-mode.
9840
9841 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9842 Rename from easy-mmode-define-global-mode.
9843 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9844
9845 * progmodes/scheme.el (scheme-mode-syntax-table):
9846 Update syntax of | and # for two-character comment syntax.
9847
9848 2005-03-31 Lute Kamstra <lute@gnu.org>
9849
9850 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9851 (define-minor-mode): Call custom-current-group at load-time.
9852
9853 * generic.el (define-generic-mode): Add debug declaration.
9854 Add defcustom for the mode hook.
9855 (generic-mode-internal): Use run-mode-hooks.
9856
9857 2005-03-31 Kim F. Storm <storm@cua.dk>
9858
9859 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9860 (mouse-fixup-help-message): New defun called by show_help_echo
9861 to fixup mouse-2 prefix in help messages when applicable.
9862
9863 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9864
9865 2005-03-31 Kenichi Handa <handa@m17n.org>
9866
9867 * language/thai-word.el (thai-find-word-ends): Pay attention to
9868 the case that we reach the end of buffer.
9869
9870 * textmodes/fill.el (fill-text-properties-at): New function.
9871 (fill-newline): Use fill-text-properties-at instead of
9872 text-properties-at.
9873
9874 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9875
9876 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9877 not comint-quote-filename.
9878
9879 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9880
9881 * help-fns.el (help-with-tutorial): Revert last change.
9882
9883 2005-03-31 Kim F. Storm <storm@cua.dk>
9884
9885 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9886
9887 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9888
9889 * calendar/cal-china.el: Update reference to "Calendrical
9890 Calculations" book; there's a new edition.
9891 * calendar/cal-coptic.el: Likewise.
9892 * calendar/cal-french.el: Likewise.
9893 * calendar/cal-hebrew.el: Likewise.
9894 * calendar/cal-islam.el: Likewise.
9895 * calendar/cal-iso.el: Likewise.
9896 * calendar/cal-julian.el: Likewise.
9897 * calendar/cal-mayan.el: Likewise.
9898 * calendar/cal-persia.el: Likewise.
9899 * calendar/calendar.el: Likewise.
9900 * calendar/holidays.el: Likewise.
9901 * calendar/lunar.el: Likewise.
9902 * calendar/solar.el: Likewise.
9903
9904 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9905 white space from doc string.
9906
9907 2005-03-30 Jay Belanger <belanger@truman.edu>
9908
9909 * calc/calc-help.el (calc-full-help): Remove email address.
9910
9911 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9912
9913 * help-fns.el (help-with-tutorial): Delete title line.
9914
9915 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9916
9917 * calendar/cal-x.el (calendar-one-frame-setup)
9918 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9919 rather than 'symbol for set-window-dedicated-p.
9920
9921 * calendar/appt.el (appt-buffer-name): Make it a constant.
9922 (appt-add): Doc fix.
9923
9924 * filesets.el (filesets-menu-path, filesets-menu-before)
9925 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9926 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9927 (filesets-add-submenu): Delete and use add-submenu instead.
9928
9929 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9930
9931 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9932 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9933 (org-diary-default-entry): New function.
9934 (org-get-entries-from-diary): Better parsing of diary entries.
9935 (org-agenda-check-no-diary): New function.
9936 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9937 linking to diary entries.
9938 (org-agenda-execute-calendar-command): New function.
9939 (org-agenda): Improve visible section in window.
9940 Use `org-fit-agenda-window'.
9941 (org-fit-agenda-window): New option.
9942 (org-move-subtree-down): Better handling of empty lines
9943 at end of subtree.
9944 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9945 levels up.
9946 (org-fontify-done-headline): New option.
9947 (org-headline-done-face): New face.
9948 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9949 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9950 When current field is non-empty, it is copied to next row.
9951 (org-table-copy-from-above): Fix bug which made it
9952 impossible to copy fields containing only a single non-white character.
9953
9954 2005-03-30 Kim F. Storm <storm@cua.dk>
9955
9956 * kmacro.el (kmacro-end-macro): Isearch may store this command
9957 into the macro -- so ignore it when executing keyboard macro.
9958
9959 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9960
9961 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9962
9963 2005-03-29 Kenichi Handa <handa@m17n.org>
9964
9965 * language/thai.el ("Thai"): Set setup-function and exit-function
9966 for Thai language environment.
9967
9968 * language/thai-util.el: Require thai-word.
9969 (thai-word-mode-map): New variable.
9970 (thai-word-mode): New minor mode.
9971 (setup-thai-language-environment-internal): New function.
9972 (exit-thai-language-environment-internal): New function.
9973
9974 * language/thai-word.el (thai-word-table): Declare it by defvar,
9975 use dolist to initialize it.
9976 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9977 (thai-fill-find-break-point): New functions.
9978
9979 2005-03-29 Richard M. Stallman <rms@gnu.org>
9980
9981 * simple.el (idle-update-delay): Move definition up.
9982 (set-mark): Doc fix.
9983
9984 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9985
9986 * longlines.el: New file.
9987
9988 * simple.el (buffer-substring-filters): New variable.
9989 (filter-buffer-substring): New function.
9990 (kill-region, copy-region-as-kill): Use it.
9991
9992 * register.el (copy-to-register, append-to-register)
9993 (prepend-to-register): Use filter-buffer-substring.
9994
9995 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9996
9997 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9998 (gud-filter-pending-text): Move in front of gdb.
9999 (gud-overlay-arrow-position): New variable.
10000 (gud-sentinel, gud-display-line): Use it in place of
10001 overlay-arrow-position.
10002
10003 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10004
10005 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10006 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10007 (fortran-font-lock-keywords-4): New variable.
10008 (fortran-blocks-re, fortran-end-block-re)
10009 (fortran-start-block-re): New constants, for hideshow.
10010 (hs-special-modes-alist): Add a Fortran entry.
10011 (fortran-mode-map): Bind fortran-end-of-block,
10012 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10013 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10014 (fortran-looking-at-if-then, fortran-end-of-block)
10015 (fortran-beginning-of-block): New functions, for hideshow.
10016
10017 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10018 Doc fix. Tweak regexp.
10019 (f90-beginning-of-block): Push mark first.
10020
10021 2005-03-29 Jay Belanger <belanger@truman.edu>
10022
10023 * calc/calc.el: Update copyright date.
10024 (calc-version): Increase to 2.1.
10025 (calc-version-date): Remove.
10026
10027 * calc/calc-help.el: Update copyright date.
10028 (calc-full-help): Remove reference to calc-version-date.
10029 Update copyright date.
10030
10031 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10032
10033 * vc.el (vc-do-command): Use a pipe for async processes, so password
10034 prompts don't show up at places where the user can't reply.
10035
10036 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10037
10038 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10039 on the file name we pass to the inferior shell.
10040
10041 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10042
10043 * progmodes/which-func.el (which-function): Be robust in the face of an
10044 imenu--make-index-alist failure.
10045
10046 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10049
10050 * progmodes/python.el (python-preoutput-filter): Fix last change.
10051
10052 2005-03-29 Lute Kamstra <lute@gnu.org>
10053
10054 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10055 functions and compiled macros.
10056 (debug-convert-byte-code): Handle macros too.
10057 (debug-on-entry-1): Don't signal an error when trying to clear a
10058 function that is not set to debug on entry.
10059
10060 2005-03-29 Jay Belanger <belanger@truman.edu>
10061
10062 * calc/calc-lang.el: Add functions to math-function-table
10063 properties of tex and math.
10064
10065 2005-03-29 Kenichi Handa <handa@m17n.org>
10066
10067 * ps-mule.el (ps-mule-plot-string): Translate characters by
10068 ps-print-translation-table.
10069 (ps-mule-begin-job): Call find-charset-region/string with
10070 ps-print-translation-table.
10071 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10072
10073 * ps-print.el (ps-print-translation-table): New variable.
10074 (ps-plot-region): Translate characters by ps-print-translation-table.
10075
10076 2005-03-29 Juri Linkov <juri@jurta.org>
10077
10078 * simple.el (next-error-highlight-timer): New variable.
10079
10080 * progmodes/compile.el (compilation-goto-locus):
10081 Use `next-error-highlight-timer' instead of `sit-for'.
10082
10083 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * mail/supercite.el (sc-mail-field): Use assoc-string.
10086 (sc-get-address): Simplify regexps.
10087
10088 * files.el (minibuffer-with-setup-hook): New macro.
10089 (find-file-read-args): Use it to avoid let-binding
10090 minibuffer-with-setup-hook (which breaks turning on/off
10091 file-name-shadow-mode while in the prompt).
10092
10093 * complete.el (PC-read-include-file-name-internal): Use
10094 test-completion.
10095
10096 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10097
10098 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10099
10100 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10101
10102 * window.el (window-buffer-height): Use count-screen-lines.
10103
10104 * progmodes/python.el (python-preoutput-leftover): New var.
10105 (python-preoutput-filter): Use it.
10106 (python-send-receive): Loop until all the result has been received.
10107
10108 2005-03-28 Juri Linkov <juri@jurta.org>
10109
10110 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10111
10112 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10113 "Recover Crashed Session".
10114 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10115 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10116 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10117 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10118 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10119 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10120 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10121 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10122
10123 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10124 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10125 Ediff Sessions", "Toggle use of separate control buffer frame",
10126 "Use separate frame for Ediff control buffer".
10127
10128 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10129 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10130 "Rename Bookmark", "Delete Bookmark".
10131
10132 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10133 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10134 Add `:active Info-index-alternatives' to "Next Matching Item".
10135
10136 * wdired.el (wdired-change-to-wdired-mode):
10137 Mention `wdired-abort-changes' key in the initial message.
10138
10139 * international/mule.el (auto-coding-alist): Associate non-ascii
10140 image filename extensions with `no-conversion'.
10141
10142 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * international/iso-acc.el:
10145 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10146
10147 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10148
10149 * textmodes/sgml-mode.el (html-mode): Doc update.
10150
10151 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10152
10153 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10154
10155 * term.el (term-move-columns): Fix face after extending a line.
10156 (term-insert-spaces): Likewise.
10157 (term-reset-terminal): Fix off by one error.
10158
10159 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10160
10161 * international/mule.el (auto-coding-alist): Add .xpi files.
10162
10163 * files.el (auto-mode-alist): Add .xpi files.
10164
10165 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10166
10167 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10168
10169 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10170
10171 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10172
10173 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10174
10175 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10176 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10177
10178 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10179 cursor to Jan 1 when needed.
10180 (calendar-end-of-year): Fix -/+ typo.
10181 Reported by Chong Yidong <cyd@stupidchicken.com>.
10182
10183 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10186
10187 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10188 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10189
10190 2005-03-25 Richard M. Stallman <rms@gnu.org>
10191
10192 * filesets.el (filesets-init): Add autoload.
10193
10194 * mail/mailalias.el (mail-directory): Doc fix.
10195
10196 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10197
10198 * mail/mailalias.el (mail-directory-process): Do nothing if
10199 mail-directory-process is an atom.
10200 (mail-get-names): Ignore mail-directory-names if it is an atom.
10201 (mail-directory-process defvar): Doc fix.
10202 (mail-names): Doc fix.
10203
10204 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10205
10206 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10207
10208 2005-03-26 Kenichi Handa <handa@m17n.org>
10209
10210 * international/mule-util.el (detect-coding-with-priority):
10211 Call update-coding-systems-internal before detect-coding-region.
10212
10213 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10214
10215 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10216 (gdb-frames-mode-map): Add follow-link property.
10217
10218 2005-03-25 Jay Belanger <belanger@truman.edu>
10219
10220 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10221 for variables.
10222
10223 2005-03-25 Juri Linkov <juri@jurta.org>
10224
10225 * image-mode.el: Optimize image filename extension regexps in
10226 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10227 in `auto-mode-alist'.
10228 (image-mode): Add `image-toggle-display-text' to local hook
10229 `change-major-mode-hook'. Display the image as an image by
10230 default. Set `cursor-type' and `truncate-lines' if the image
10231 is already displayed. Take into account the current mode (image
10232 or text) in message.
10233 (image-minor-mode): New minor mode.
10234 (image-mode-maybe, image-toggle-display-text): New functions.
10235 (image-toggle-display): Use called-interactively-p.
10236 Let-bind `inhibit-read-only' to t.
10237
10238 * image-mode.el (image-minor-mode): Set `cursor-type' and
10239 `truncate-lines' if the image is already displayed. Add turning
10240 image-minor-mode off to `change-major-mode-hook'. Add message.
10241 Call `image-toggle-display-text' after turning image-minor-mode off.
10242
10243 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10244
10245 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10246 Terminal.app, use utf-8.
10247 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10248 (set-locale-environment): Use it.
10249
10250 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10251
10252 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10253
10254 * progmodes/python.el (python-close-block-statement-p)
10255 (python-outdent-p, python-current-defun): Use symbol-end.
10256
10257 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10258
10259 * files.el (save-some-buffers): Doc fix.
10260
10261 2005-03-25 Werner Lemberg <wl@gnu.org>
10262
10263 * complete.el, thumbs.el: Replace `legal' with `valid'.
10264 * calendar/calendar.el: Replace `legal' with `valid'.
10265 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10266 * mail/supercite.el: Replace `legal' with `valid'.
10267 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10268 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10269 Replace `legal' with `valid'.
10270 * textmodes/reftex-vars.el, textmodes/reftex.el:
10271 Replace `legal' with `valid'.
10272
10273 2005-03-25 Werner Lemberg <wl@gnu.org>
10274
10275 * calc/calc-forms.el, calc/calc-sel.el:
10276 * midnight.el, vc-cvs.el:
10277 * emacs-lisp/cl-macs.el:
10278 * emulation/vip.el:
10279 * eshell/esh-io.el, eshell/esh-var.el:
10280 * mail/supercite.el:
10281 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10282 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10283 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10284 * progmodes/sh-script.el, progmodes/xscheme.el:
10285 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10286 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10287 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10288 * textmodes/reftex.el, textmodes/org.el:
10289 Replace `illegal' with `invalid'.
10290
10291 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10294 (flymake-find-buildfile, flymake-find-possible-master-files)
10295 (flymake-check-include, flymake-parse-line): Replace loops over the
10296 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10297
10298 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10299 Substitute file-name-as-directory in the rest of the file.
10300 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10301 (flymake-replace-region): Remove unused arg `buffer'.
10302 (flymake-check-patch-master-file-buffer): Update calls to it.
10303 (flymake-add-err-info): Remove unused var `count'.
10304 (flymake-mode): Use define-minor-mode.
10305
10306 * progmodes/flymake.el: Use with-current-buffer.
10307 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10308 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10309 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10310 Avoid testing for `xemacs'.
10311 (flymake-nop): Move.
10312 (flymake-region-has-flymake-overlays): Return the computed value.
10313 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10314 Remove unused var `endline'.
10315 (flymake-get-line-count): Remove unused function.
10316 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10317
10318 * emulation/vi.el:
10319 * generic.el:
10320 * hilit-chg.el (global-highlight-changes):
10321 * hi-lock.el (hi-lock-mode):
10322 * follow.el: find-file-hooks -> find-file-hook.
10323
10324 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10325
10326 2005-03-24 Juri Linkov <juri@jurta.org>
10327
10328 * dired.el (dired-mode-map): Add menu item "Compare directories"
10329 for dired-compare-directories.
10330
10331 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10332 Doc fix. Replace `read-file-name' with `read-directory-name'.
10333
10334 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10337
10338 2005-03-24 Jay Belanger <belanger@truman.edu>
10339
10340 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10341 relevant mode settings in calc-embedded-original-modes when modes
10342 are permanently changed.
10343
10344 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * autoinsert.el: find-file-hooks -> find-file-hook.
10347
10348 2005-03-24 Lute Kamstra <lute@gnu.org>
10349
10350 * generic.el (generic-font-lock-defaults): Make it obsolete.
10351 (generic-font-lock-keywords): New variable to replace
10352 generic-font-lock-defaults.
10353 (generic-mode-set-font-lock): Delete it.
10354 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10355 (generic-bracket-support): Add docstring.
10356
10357 * generic-x.el: Rename generic-font-lock-defaults to
10358 generic-font-lock-keywords throughout.
10359 (mailagent-rules-setup-function): Delete it.
10360 (mailagent-rules-generic-mode): Use anonymous function instead.
10361 (show-tabs-generic-mode-font-lock-defaults-1)
10362 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10363 Quote faces.
10364 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10365 not foreground.
10366
10367 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10368 Recognize define-generic-mode.
10369
10370 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10373 if there's no completion table.
10374
10375 2005-03-23 Miles Bader <miles@gnu.org>
10376
10377 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10378 Remove tty-specific variants, as they're no longer needed.
10379
10380 2005-03-23 Lute Kamstra <lute@gnu.org>
10381
10382 * generic-x.el: Code cleanup: make args constant whenever possible.
10383 (installshield-statement-keyword-list)
10384 (installshield-system-functions-list)
10385 (installshield-system-variables-list, installshield-types-list)
10386 (installshield-funarg-constants-list): Make them constants.
10387
10388 * generic.el (generic-make-keywords-list): Add autoload cookie.
10389
10390 * calendar/time-date.el: Add comment on time value formats.
10391 Don't require parse-time.
10392 (with-decoded-time-value): New macro.
10393 (encode-time-value): New function.
10394 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10395 (days-to-time): Return a valid time value when arg is huge.
10396 (time-since): Use time-subtract.
10397 (time-to-number-of-days): Use time-to-seconds.
10398
10399 2005-03-23 David Ponce <david@dponce.com>
10400
10401 * recentf.el: (recentf-keep): New option.
10402 (recentf-menu-action): Default to `find-file'.
10403 (recentf-keep-non-readable-files-flag)
10404 (recentf-keep-non-readable-files-p)
10405 (recentf-file-readable-p, recentf-find-file)
10406 (recentf-cleanup-remote): Remove.
10407 (recentf-include-p): More robust.
10408 (recentf-keep-p): New function.
10409 (recentf-remove-if-non-kept): Rename from
10410 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10411 All callers updated.
10412 (recentf-menu-items-for-commands): Fix help string.
10413 (recentf-track-closed-file): Update. Doc fix.
10414 (recentf-cleanup): Update. Count removed files. Doc fix.
10415
10416 2005-03-23 Kim F. Storm <storm@cua.dk>
10417
10418 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10419 Don't inherit from fringe face (now happens automatically).
10420
10421 2005-03-22 Kim F. Storm <storm@cua.dk>
10422
10423 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10424 position values.
10425
10426 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * menu-bar.el (showhide-date-time): Remove.
10429 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10430 (menu-bar-make-mm-toggle): Simplify.
10431
10432 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10433
10434 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10435 Accept qualified variable and function names.
10436
10437 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10438
10439 * bindings.el (completion-ignored-extensions):
10440 Remove ".lis" for `vax-vms'.
10441
10442 2005-03-22 Andreas Schwab <schwab@suse.de>
10443
10444 * generic-x.el: Revert last change.
10445 * ldefs-boot.el: Update.
10446
10447 2005-03-22 Jay Belanger <belanger@truman.edu>
10448
10449 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10450 (calc-embedded-save-original-modes)
10451 (calc-embedded-restore-original-modes): New functions.
10452 (calc-do-embedded): Save original modes when entering embedded mode
10453 and restore when leaving embedded mode.
10454 (calc-embedded-modes-change): Change the value of
10455 calc-embedded-original-modes to reflect permanent changes.
10456
10457 2005-03-22 Lute Kamstra <lute@gnu.org>
10458
10459 * generic-x.el: Require generic again.
10460
10461 2005-03-22 Miles Bader <miles@gnu.org>
10462
10463 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10464 Tweak details to look good on both ttys and bitmap displays, light
10465 or dark background, etc.
10466
10467 2005-03-21 Kim F. Storm <storm@cua.dk>
10468
10469 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10470 mouse position.
10471
10472 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * icomplete.el: Don't forcibly turn on the mode upon load.
10475 (icomplete-mode): Use define-minor-mode.
10476 (icomplete-eoinput): Default to nil.
10477 (icomplete-minibuffer-setup): Remove autoload.
10478 (icomplete-tidy): Simplify.
10479 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10480 in the initial state or if the user has modified the field.
10481 Fix handling of icomplete-max-delay-chars.
10482 Remove code that handles the oddball case where
10483 minibuffer-completion-table is an integer.
10484 Wrap icomplete-completions in while-no-input in case building
10485 completions takes more time than expected.
10486 (icomplete-completions): Simplify.
10487
10488 2005-03-21 Richard M. Stallman <rms@gnu.org>
10489
10490 * jka-compr.el (jka-compr-really-do-compress):
10491 Make variable buffer-local.
10492
10493 * image-mode.el: Handle .xpm files too.
10494 (image-toggle-display): Preserve modification flag.
10495
10496 * help.el (where-is): Don't mention aliases with no key bindings.
10497
10498 2005-03-21 Lute Kamstra <lute@gnu.org>
10499
10500 * generic.el: Fix commentary section. Don't require cl for
10501 compilation.
10502 (generic-mode-list): Add autoload cookie.
10503 (generic-use-find-file-hook, generic-lines-to-scan)
10504 (generic-find-file-regexp, generic-ignore-files-regexp)
10505 (generic-mode, generic-mode-find-file-hook)
10506 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10507 (define-generic-mode): Make it a defmacro. Fix docstring.
10508 (generic-mode-internal): Code cleanup. Add autoload cookie.
10509 (generic-mode-set-comments): Code cleanup.
10510 * generic-x.el: Don't prevent compilation. Don't require generic.
10511 Follow coding conventions. Minor code cleanup.
10512 (etc-fstab-generic-mode): Add some keywords.
10513 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10514 define-generic-mode like a function declaration.
10515
10516 2005-03-21 Jay Belanger <belanger@truman.edu>
10517
10518 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10519 changing modes.
10520
10521 2005-03-21 Sam Steingold <sds@gnu.org>
10522
10523 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10524
10525 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10526
10527 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10528 Add underscore to "f$ lexicals" regexp.
10529
10530 2005-03-20 Juri Linkov <juri@jurta.org>
10531
10532 * subr.el (progress-reporter-do-update): When `min-value' is equal
10533 to `max-value', set `percentage' to 0 and prevent division by zero.
10534
10535 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10536
10537 Sync with Tramp 2.0.48.
10538
10539 * net/tramp.el (all): Change all addresses to .gnu.org.
10540 (tramp-append-tramp-buffers): New defun.
10541 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10542 Catch `dont-send' signal.
10543 (tramp-set-auto-save-file-modes): Set always permissions, because
10544 there might be an old auto-saved file belonging to another
10545 original file. This could be a security threat. Reported by
10546 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10547 Check for Emacs 21.3.50 removed.
10548
10549 * net/tramp-smb.el (all): Remove debug construct for
10550 `with-parsed-tramp-file-name'.
10551 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10552 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10553 No error message if DIRECTORY or FILENAME doesn't exist.
10554 (tramp-smb-open-connection): Check existence of
10555 `tramp-smb-program'.
10556
10557 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10558
10559 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10560 Properly handle the case where the `m' or `s' command's argument is not
10561 yet terminated.
10562 (perl-indent-new-calculate): New function.
10563 (perl-indent-line): Use it.
10564
10565 2005-03-20 Miles Bader <miles@gnu.org>
10566
10567 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10568 in text-mode too. Change to new face names.
10569 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10570 Add `:weight bold' attribute.
10571 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10572
10573 2005-03-19 Juri Linkov <juri@jurta.org>
10574
10575 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10576
10577 * international/mule.el (auto-coding-alist): Sync with
10578 `auto-mode-alist' by adding upper case archive file extensions
10579 and adding ear/war to jar extension.
10580
10581 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10582
10583 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10584 running, restart it.
10585
10586 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10587
10588 * finder.el (finder-current-item): Throw an error on an empty line.
10589
10590 * man.el (Man-follow-manual-reference): If current-word returns
10591 nil, use "".
10592
10593 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10594
10595 * simple.el (goto-line): Doc fix.
10596
10597 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10598
10599 * files.el (save-buffer): Doc fix.
10600
10601 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10602
10603 * recentf.el (recentf-cleanup-remote): New variable.
10604 (recentf-cleanup): Use it to conditionally check availability of
10605 remote files.
10606
10607 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10608
10609 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10610 function names.
10611
10612 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10613
10614 * language/thai-word.el: New file.
10615
10616 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10617
10618 * files.el (backup-buffer): If the file's directory is not
10619 writable, use copy instead of move to backup the file.
10620
10621 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10622
10623 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10624
10625 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10626
10627 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10628 Use functionp instead of symbolp and fboundp. Reported by Drkm
10629 <darkman_spam@yahoo.fr>.
10630 (ps-print-version): New version 6.6.6.
10631
10632 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10633
10634 * textmodes/table.el (table--line-column-position): New idiom.
10635 (table--row-column-insertion-point-p): New function to test
10636 validity of row and column insertion operation at a location.
10637 (table-global-menu, table-cell-menu): Use above functions for
10638 deterministic test operation.
10639 (table--editable-cell-p): Behave in deterministic fashion.
10640
10641 2005-03-18 Juri Linkov <juri@jurta.org>
10642
10643 * isearch.el (isearch-lazy-highlight-new-loop):
10644 Make arguments beg and end optional.
10645 (isearch-update): Remove optional arguments nil from
10646 isearch-lazy-highlight-new-loop.
10647 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10648 isearch-lazy-highlight-case-fold-search instead of
10649 isearch-case-fold-search, and let-bind isearch-regexp to
10650 isearch-lazy-highlight-regexp.
10651 Use isearch-lazy-highlight-last-string instead of isearch-string.
10652
10653 * replace.el (perform-replace): Remove bindings of global
10654 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10655 Add three new arguments to `replace-highlight'.
10656 (replace-highlight): Add arguments string, regexp, case-fold.
10657 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10658 to allow isearch-lazy-highlight-new-loop to use these values
10659 to set corresponding isearch-lazy-highlight-* internal
10660 variables whose values lazy highlighting will use regardless of
10661 changes to global variables isearch-string, isearch-regexp,
10662 isearch-case-fold-search during lazy highlighting loop.
10663 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10664 to `lazy-highlight-cleanup'.
10665
10666 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10667 (ispell-highlight-face): Set default face to `isearch' when
10668 lazy highlighting is enabled.
10669 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10670 priority to 1. Add lazy highlighting.
10671 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10672 from `isearch-dehighlight'.
10673
10674 2005-03-18 David Ponce <david@dponce.com>
10675
10676 * files.el (hack-local-variables): Do a case-insensitive search
10677 for End.
10678
10679 2005-03-18 Juri Linkov <juri@jurta.org>
10680
10681 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10682 `isearch-lazy-highlight-cleanup', add alias to old name and
10683 declare obsolete. Add release numbers to other obsolete vars.
10684 (isearch-done, isearch-lazy-highlight-new-loop):
10685 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10686 (lazy-highlight-cleanup) <variable>: Doc fix.
10687 (isearch-lazy-highlight-update): Rename obsolete
10688 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10689
10690 2005-03-18 Kenichi Handa <handa@m17n.org>
10691
10692 * language/thai-util.el: Fix categorization of Thai characters in
10693 thai-category-table.
10694 (thai-composition-pattern): Adjust it for the above change.
10695 (thai-self-insert-command, thai-compose-syllable): New functions.
10696 (thai-compose-region): Use thai-compose-syllable.
10697 (thai-compose-string): Likewise.
10698 (thai-composition-function): Likewise.
10699 (thai-auto-composition): New function.
10700 (thai-auto-composition-mode): New minor mode.
10701
10702 * language/thai.el: Fix patterns to be registered in
10703 composition-function-table.
10704
10705 * international/quail.el (quail-input-method): Locally bind
10706 inhibit-modification-hooks to t.
10707
10708 2005-03-17 Richard M. Stallman <rms@gnu.org>
10709
10710 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10711 (perl-mode): Use run-mode-hooks.
10712
10713 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10714 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10715 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10716
10717 * mail/sendmail.el (sendmail-send-it): Reenable the code
10718 to compute resend-to-address and use it.
10719
10720 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10721
10722 * image-mode.el: New file.
10723
10724 * image.el (insert-sliced-image): Add autoload cookie.
10725
10726 * font-lock.el (font-lock-lines-before): New user option.
10727 (font-lock-after-change-function): Obey it.
10728
10729 * bindings.el (esc-map): Make M-g a prefix.
10730 Bind M-g g and M-g M-g to goto-line.
10731
10732 * faces.el (face-id): Doc fix.
10733
10734 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10735
10736 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10737 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10738 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10739
10740 * mail/sendmail.el (mail-yank-ignored-headers)
10741 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10742 Add Mail-Followup-To and Mail-Reply-To headers.
10743 (mail-citation-hook): Add autoload cookie.
10744 (mail-mode): Doc fix.
10745 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10746 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10747 (mail-mode-fill-paragraph): Handle those headers.
10748 (mail-mailing-lists): New variable.
10749 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10750
10751 2005-03-17 Juri Linkov <juri@jurta.org>
10752
10753 * isearch.el (isearch-fallback): Check for `(car previous)'
10754 before calling `isearch-other-end-state'.
10755
10756 2005-03-17 Kim F. Storm <storm@cua.dk>
10757
10758 * simple.el (move-beginning-of-line): Move to beginning of buffer
10759 line, as well as beginning of screen line.
10760
10761 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10762
10763 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10764 argument REDRAW rather than calendar-redrawing variable.
10765 * calendar/calendar.el (calendar-redrawing): Delete.
10766 (redraw-calendar): Do not bind calendar-redrawing.
10767
10768 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10769
10770 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10771 diary-file buffer.
10772
10773 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * help.el (describe-mode): Allow a :minor-mode-function property to
10776 specify a different minor mode toggle function than the variable.
10777 * simple.el (auto-fill-function):
10778 * subr.el (add-minor-mode): Use it.
10779
10780 2005-03-16 Kenichi Handa <handa@m17n.org>
10781
10782 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10783 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10784 (ethio-fidel-to-sera-buffer): Likewise.
10785
10786 2005-03-16 Juri Linkov <juri@jurta.org>
10787
10788 * emacs-lisp/find-func.el (find-function-regexp):
10789 Add defun-emitting macro `menu-bar-make-toggle'.
10790
10791 * isearch.el: Put `isearch-scroll' property to
10792 `split-window-horizontally'.
10793
10794 * info.el: Update error messages for `debug-ignored-errors'.
10795 (Info-isearch-search): Doc fix.
10796 (Info-find-node): Move up code to go into info buffer before
10797 recording the node to the history.
10798 (Info-fontify-node): Fontify titles only if the next line
10799 has two or more `*', `=', `-', `.'.
10800 Display "go to this node" for empty (match-string 3).
10801
10802 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10803
10804 * term/mac-win.el: Add mouse pointer shape constants.
10805
10806 2005-03-15 Kim F. Storm <storm@cua.dk>
10807
10808 * simple.el (move-beginning-of-line): Use vertical-motion.
10809
10810 2005-03-15 Juri Linkov <juri@jurta.org>
10811
10812 * isearch.el (isearch-error): New variable.
10813 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10814 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10815 (isearch-within-brackets-state): Remove.
10816 (isearch-case-fold-search-state, isearch-pop-fun-state):
10817 Decrease frame index.
10818 (isearch-mode, isearch-top-state, isearch-push-state)
10819 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10820 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10821 (isearch-search, isearch-lazy-highlight-new-loop):
10822 Replace `isearch-invalid-regexp' with `isearch-error'.
10823 Remove `isearch-within-brackets'.
10824 (isearch-search): Add `search-failed' handler to `condition-case'.
10825 (isearch-lazy-highlight-search): Add `condition-case' to catch
10826 errors and allow `isearch-lazy-highlight-update' to try
10827 highlighting from the beginning of the window.
10828 (isearch-repeat): Move up code to set isearch-wrapped to t
10829 before calling isearch-wrap-function.
10830
10831 * info.el (Info-isearch-initial-node): New internal variable.
10832 (Info-search): Signal an error in isearch mode when search leaves
10833 the initial node. Signal an error when `bound' is non-nil and
10834 nothing was found in the current subfile.
10835 (Info-isearch-search): Remove `condition-case'.
10836 (Info-isearch-wrap): Don't wrap when search failed during leaving
10837 the initial node. If `Info-isearch-search' is nil, wrap around
10838 the current node.
10839 (Info-isearch-start): New fun.
10840 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10841 `isearch-mode-hook'.
10842
10843 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10844
10845 * simple.el (normal-erase-is-backspace): Set default to t if
10846 running on Mac.
10847
10848 * term/mac-win.el (function-key-map): Sync with x-win.el.
10849
10850 2005-03-15 Kenichi Handa <handa@m17n.org>
10851
10852 * international/mule-cmds.el (locale-language-names): Modify the
10853 format of elements and add more entries.
10854 (locale-preferred-coding-systems): Add more entries.
10855 (set-locale-environment): Adjust for the change of
10856 locale-language-names.
10857
10858 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * pcvs.el (smerge-ediff): Remove bogus autoload.
10861
10862 2005-03-14 Lute Kamstra <lute@gnu.org>
10863
10864 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10865 Ignore a `*' at the beginning of a line.
10866
10867 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10868 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10869 subr.el.
10870 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10871 to specify indentation.
10872
10873 * generic.el (define-generic-mode): Let generic-mode-list be a
10874 list of strings; test membership with equal.
10875
10876 2005-03-14 Kim F. Storm <storm@cua.dk>
10877
10878 * simple.el (next-line, previous-line): Add optional try-vscroll
10879 arg to recognize interactive use. Pass it on to line-move.
10880 (line-move): Don't perform auto-window-vscroll when defining or
10881 executing keyboard macro to ensure consistent behavior.
10882
10883 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10886
10887 2005-03-13 Lute Kamstra <lute@gnu.org>
10888
10889 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10890 debugger-setup-buffer so that backtrace marks the frames set to
10891 debug-on-exit and we don't have to do it manually. Set an extra
10892 debug-on-exit for macro's.
10893 (debugger-setup-buffer): Don't mark the top frame manually.
10894
10895 2005-03-12 Lute Kamstra <lute@gnu.org>
10896
10897 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10898 lisp-indent-function throughout.
10899 (with-no-warnings): Set lisp-indent-function property.
10900
10901 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10902
10903 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10904 Add entry for backslash.
10905
10906 2005-03-12 Juri Linkov <juri@jurta.org>
10907
10908 * info.el (Info-search): Four fixes for backward search.
10909
10910 2005-03-11 Jay Belanger <belanger@truman.edu>
10911
10912 * calc/calc.el (calc-language-alist): New variable.
10913 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10914 (calc-embedded-find-modes): Use calc-language-alist instead of
10915 calc-embedded-language-alist.
10916
10917 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10918
10919 * calendar/calendar.el (calendar-redrawing): New internal
10920 variable.
10921 (redraw-calendar): Remove bogus save-excursion from previous
10922 change. Bind calendar-redrawing to t for mark-diary-entries.
10923 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10924 calendar if that is why we were called.
10925
10926 2005-03-11 Kenichi Handa <handa@m17n.org>
10927
10928 * international/mule.el (make-coding-system): Set property
10929 coding-system-define-form to nil.
10930 (define-coding-system-alias): Likewise.
10931
10932 2005-03-11 Kenichi Handa <handa@m17n.org>
10933
10934 These changes are suggested by Dave Love <fx@gnu.org>.
10935
10936 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10937 coding: tag.
10938 (adaptive-fill-regexp): Add more bullets.
10939 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10940 regexps.
10941
10942 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * help.el (describe-mode): Properly handle non-trivial lighters.
10945 Don't ignore minor modes that are not listed in minor-mode-list.
10946
10947 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10948 feature ON when the user requests to turn it OFF.
10949
10950 2005-03-10 Lute Kamstra <lute@gnu.org>
10951
10952 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10953 (implement-debug-on-entry): New function to replace debug-entry-code.
10954 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10955 second argument as the 2005-03-07 change makes it obsolete.
10956 (debug-on-entry, cancel-debug-on-entry): Update call to
10957 debug-on-entry-1.
10958 (debug, debugger-setup-buffer): Comment update.
10959 (debugger-frame-number): Update to work with implement-debug-on-entry.
10960
10961 2005-03-10 Jay Belanger <belanger@truman.edu>
10962
10963 * calc/calc-embed.el (math-ms-args): Declare it.
10964 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10965 math-ms-args.
10966 (calc-embedded-subst): Use math-multi-subst-rec to substitute
10967 variables.
10968
10969 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
10970
10971 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10972 Use message-box.
10973
10974 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10975 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10976 (tooltip-gud-tips): Simplify.
10977 (tooltip-gud-tips-p): Remove superfluous :set.
10978 (tooltip-gud-modes): Add fortran-mode.
10979 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10980
10981 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10982
10983 2005-03-09 Kim F. Storm <storm@cua.dk>
10984
10985 * play/animate.el (animate-place-char): Use forward-line instead
10986 of next-line to improve performance.
10987
10988 2005-03-09 Simon Josefsson <jas@extundo.com>
10989
10990 * net/browse-url.el (browse-url-default-browser): Doc fix.
10991
10992 2005-03-09 Miles Bader <miles@gnu.org>
10993
10994 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10995 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10996
10997 2005-03-09 Kenichi Handa <handa@m17n.org>
10998
10999 * international/latin-1.el: Set case and syntax for 255 only if
11000 set-case-syntax-set-multibyte is nil.
11001
11002 * textmodes/ispell.el (ispell-insert-word): New function.
11003 (ispell-word): Use ispell-insert-word to insert a new word.
11004 (ispell-process-line): Likewise.
11005 (ispell-complete-word): Likewise.
11006
11007 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11008
11009 * calendar/calendar.el (redraw-calendar): Preserve point.
11010 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11011 (calendar-week-start-day): Move after definition of
11012 redraw-calendar. Delete buffer test, since redraw-calendar has
11013 that now.
11014
11015 * calendar/diary-lib.el (mark-diary-entries): Only call
11016 redraw-calendar in the first of any recursive calls.
11017 Reported by Alan Shutko <ats@acm.org>.
11018
11019 2005-03-08 Juri Linkov <juri@jurta.org>
11020
11021 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11022 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11023 (html-radio-buttons): Add a space before the trailing `/>' where
11024 sgml-xml-mode is non-nil.
11025 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11026 the subsequent tag of the empty XML tag.
11027 (html-href-anchor): Don't set initial input to "http:".
11028 (html-image): Ask for the image URL and set point inside alt="".
11029 (html-name-anchor): Duplicate the name in the `id' attribute when
11030 sgml-xml-mode is non-nil.
11031 (html-paragraph): Remove \n before <p>.
11032 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11033 instead of `checked' when sgml-xml-mode is non-nil.
11034
11035 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11036 Remove 1 space before #RRGGBB to not truncate it on terminal
11037 windows w/o fringes. Remove 1 space between bg and fg examples
11038 to get more space.
11039 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11040 avoid byte-compile warnings.
11041
11042 * image-file.el (image-file-handler): Put `safe-magic' property to
11043 `image-file-handler'.
11044
11045 * info.el (Info-isearch-search): Emulate word search in
11046 isearching through multiple Info nodes with Info-search.
11047 (Info-isearch-wrap): Allow isearch-word.
11048
11049 2005-03-08 Lute Kamstra <lute@gnu.org>
11050
11051 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11052 stepping into the debugger's code is not possible.
11053 (debugger-jumping-flag): Docstring update.
11054
11055 2005-03-08 Jay Belanger <belanger@truman.edu>
11056
11057 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11058 embedded mode begins.
11059 (calc-embedded-language-alist): New variable.
11060 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11061 set default language mode.
11062
11063 2005-03-08 Kenichi Handa <handa@m17n.org>
11064
11065 * international/ccl.el (define-ccl-program): Fix docstring about
11066 extra 256 bytes assured for the output buffer.
11067
11068 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11069 Fix BUFFER_MAGNIFICATION to 2.
11070 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11071
11072 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11073
11074 * align.el (align-rules-list): Added an alignment rule for CSS
11075 declarations (applies to css-mode and html-mode buffers).
11076
11077 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11078
11079 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11080
11081 2005-03-07 Kim F. Storm <storm@cua.dk>
11082
11083 * simple.el (move-beginning-of-line): New command.
11084
11085 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11086
11087 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11088
11089 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11090 and move-beginning-of-line.
11091
11092 * apropos.el (apropos-print): Omit command from M-x ... RET.
11093
11094 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11095
11096 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11097 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11098
11099 2005-03-06 Richard M. Stallman <rms@gnu.org>
11100
11101 * bindings.el (esc-map): Bind M-g to goto-line.
11102
11103 * facemenu.el (global-map): Bind M-o, not M-g.
11104
11105 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11106
11107 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11108 "Open Directory" as for "Open File".
11109
11110 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11111
11112 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11113 (push-mark-command): Run activate-mark-hook.
11114
11115 2005-03-06 Richard M. Stallman <rms@gnu.org>
11116
11117 * help-mode.el (help-mode-finish): Don't alter the element
11118 in view-return-to-alist if there already is one.
11119
11120 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11121 make sure the current buffer is the expected one.
11122
11123 * novice.el (disabled-command-function): Output in *Disabled Command*.
11124 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11125
11126 * textmodes/flyspell.el (flyspell-large-region):
11127 Pass args differently for aspell.
11128
11129 * files.el (mode-require-final-newline): Doc fix.
11130
11131 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11132
11133 * progmodes/which-func.el (which-function):
11134 Specify NOERROR when calling imenu--make-index-alist.
11135
11136 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11137
11138 * simple.el (normal-erase-is-backspace): Define default value.
11139
11140 * custom.el (custom-theme-set-variables): Remove unused var
11141 `immediate'.
11142 (custom-reevaluate-setting): Simple function to handle variables
11143 that are defined before their default value can really be
11144 computed.
11145
11146 * startup.el (command-line): Use it for temporary-file-directory,
11147 small-emporary-file-directory, auto-save-file-name-transforms,
11148 blink-cursor-mode, and normal-erase-is-backspace.
11149
11150 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11151 progress, even with buggy anchored keywords.
11152
11153 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11154
11155 * simple.el (goto-line): Remove unbalanced final parenthesis.
11156
11157 2005-03-05 Richard M. Stallman <rms@gnu.org>
11158
11159 * simple.el (goto-line): Use a number at point as the default.
11160 With C-u as arg, switch buffers.
11161
11162 2005-03-05 Juri Linkov <juri@jurta.org>
11163
11164 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11165 with `no-blinking-cursor'.
11166
11167 * startup.el (no-blinking-cursor): New defvar.
11168 (command-line): Add `--no-blinking-cursor' to longopts.
11169 Set `no-blinking-cursor' to t for command line arguments
11170 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11171 with `no-blinking-cursor' in the condition for calling
11172 `blink-cursor-mode'.
11173
11174 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11175
11176 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11177 (menu-bar-options-save): Add blink-cursor-mode.
11178 (menu-bar-options-menu): Add blink-cursor-mode.
11179
11180 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11181
11182 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11183 (icalendar-export-file, icalendar-export-region)
11184 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11185 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11186
11187 2005-03-04 Lute Kamstra <lute@gnu.org>
11188
11189 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11190 (debug-function-list): Ditto.
11191
11192 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11193
11194 * textmodes/texinfmt.el (texinfo-append-refill):
11195 Redefine the types of line to which @refill
11196 is not appended by replacing a search for `@refill\\|@bye' with
11197 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11198 itemize@refill' bug and the unfilled long lines bug.
11199 (texinfmt-version): Update number and date.
11200
11201 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11202
11203 * international/code-pages.el (windows-1250, windows-125[2-8])
11204 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11205
11206 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11209 bound yet.
11210
11211 2005-03-02 Romain Francoise <romain@orebokech.com>
11212
11213 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11214 buffer after removing limits.
11215 (ibuffer-pop-filter): Ditto.
11216 Update copyright.
11217
11218 2005-03-02 Miles Bader <miles@gnu.org>
11219
11220 * button.el (make-text-button): If the user doesn't specify a
11221 type, use the default. Rewrite to use `add-text-properties' and
11222 plist functions.
11223
11224 2005-03-01 Lute Kamstra <lute@gnu.org>
11225
11226 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11227 (debugger-jumping-flag): New var.
11228 (debug-entry-code): Use it.
11229 (debugger-jump): Use debugger-jumping-flag and add
11230 debugger-reenable to post-command-hook.
11231 (debugger-reenable): Use debugger-jumping-flag and remove itself
11232 from post-command-hook.
11233 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11234 debugger-reenable.
11235
11236 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11237
11238 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11239 inclusion of "itemize\\|", which may be unnecessary, is certainly
11240 inelegant, and stops refilling in itemize lists when formatting
11241 Japanese Texinfo files to Info.
11242 Update copyright to 2005.
11243
11244 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11245
11246 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11247 of an error if GDB can't find the source file.
11248
11249 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11250
11251 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11252 not just the calendar.
11253
11254 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11255 first.
11256 (diary-redraw-calendar): New function.
11257 (make-diary-entry): Add diary-redraw-calendar to local
11258 write-contents-functions. Turn off selective display before
11259 inserting in diary.
11260
11261 2005-03-01 Kim F. Storm <storm@cua.dk>
11262
11263 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11264
11265 2005-03-01 Lute Kamstra <lute@gnu.org>
11266
11267 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11268 that debug-entry-code can be safely removed from a function while
11269 this code is being evaluated. Revert the 2005-02-27 change as the
11270 new implementation no longer requires it. Make sure that a
11271 function body containing just a string is not mistaken for a docstring.
11272 (debug): Skip one more frame in case of debug on entry.
11273 (debugger-setup-buffer): Delete one more frame line in case of
11274 debug on entry.
11275 (debugger-frame-number): Update to use the new text introduced by
11276 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11277
11278 2005-02-28 Kim F. Storm <storm@cua.dk>
11279
11280 * double.el (double-translate-key): Call force-window-update after
11281 read-event to avoid crash in redisplay.
11282
11283 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11286 (debug): Use it. Move the inhibit-trace earlier.
11287 (debug-entry-code): New const.
11288 (debug-on-entry-1): Use it.
11289
11290 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11291
11292 * international/utf-16.el (ccl-encode-mule-utf-16le):
11293 Fix BUFFER_MAGNIFICATION to 2.
11294 (ccl-encode-mule-utf-16be): Likewise.
11295
11296 2005-02-28 Kenichi Handa <handa@m17n.org>
11297
11298 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11299 Fix BUFFER_MAGNIFICATION to 4.
11300 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11301
11302 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11303
11304 * speedbar.el (speedbar-update-flag): Doc fix.
11305 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11306 argument.
11307
11308 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11309
11310 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11311 have a non-nil `invisible' property but are actually visible.
11312
11313 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11314 for perldoc sections.
11315 (perl-outline-regexp, perl-outline-level): New var and function.
11316 (perl-mode): Use them.
11317
11318 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11319
11320 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11321 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11322
11323 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11324
11325 * cus-edit.el: Comment change.
11326 (custom-buffer-create-internal): Slightly reword text at top of
11327 Custom buffers. Mention there that saving an option edits the
11328 init file. Add link to Emacs manual node on `custom-file'.
11329 (custom-magic-alist): Rewrite individual State messages to use
11330 capitalized keywords. Doc fix.
11331
11332 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11333
11334 * calendar/calendar.el (calendar-buffer): Move above
11335 calendar-week-start-day.
11336 (calendar-week-start-day): Doc fix. Add :set function.
11337 (calendar-minimum-window-height): New variable.
11338 (generate-calendar-window): Only resize window if selected-window
11339 is displaying the calendar buffer. Use new variable
11340 calendar-minimum-window-height.
11341 (generate-calendar): Reword error message.
11342 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11343
11344 2005-02-27 Andreas Schwab <schwab@suse.de>
11345
11346 * vc.el (vc-do-command): Don't run command asynchronously when
11347 operating in a remote directory.
11348
11349 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11350 change from sync with Tramp 2.0.47.
11351
11352 2005-02-27 Richard M. Stallman <rms@gnu.org>
11353
11354 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11355
11356 * textmodes/flyspell.el (flyspell-mode-on):
11357 Call ispell-change-dictionary only if necessary.
11358
11359 * emacs-lisp/re-builder.el (regexp-builder): New function.
11360
11361 * register.el (describe-register-1): Explicitly handle
11362 yank-excluded-properties = t.
11363
11364 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11365 (custom-magic-alist): Change the status descriptions again.
11366 (face widget-type): Total rewrite based on `restricted-sexp'
11367 to eliminate the confusing double hiding levels.
11368
11369 * emacs-lisp/debug.el (debug-on-entry-1):
11370 If function body is empty, add nil as body form.
11371
11372 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11373
11374 * emacs-lisp/trace.el (inhibit-trace): New var.
11375 (trace-make-advice): Use it.
11376
11377 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11378
11379 2005-02-26 Kim F. Storm <storm@cua.dk>
11380
11381 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11382 (mouse-on-link-p, mouse-drag-region-1): Use it.
11383
11384 2005-02-25 Lute Kamstra <lute@gnu.org>
11385
11386 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11387
11388 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11389
11390 * frame.el (blink-cursor-mode): Add :group keyword.
11391
11392 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11393
11394 * calendar/icalendar.el (icalendar--decode-isodatetime):
11395 New optional argument DAY-SHIFT.
11396 (icalendar-export-region): Fix coding-system-for-write.
11397 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11398 events by one.
11399
11400 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11403
11404 2005-02-24 Kim F. Storm <storm@cua.dk>
11405
11406 * international/iso-acc.el (iso-accents-compose): Fix crash
11407 during redisplay. Call force-window-update after read-event
11408 and delete-region to signal that window is not accurate.
11409
11410 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11411
11412 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11413 Remove unused and inexistent var `inhibit-trace'.
11414 (debugger-mode): Use run-mode-hooks.
11415 (debugger-list-functions): Add buttons; setup xref stack.
11416
11417 2005-02-23 Richard M. Stallman <rms@gnu.org>
11418
11419 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11420 appointment says it was explicitly made.
11421 (appt-add): Set the 3rd element.
11422 (appt-make-list): Preserve explicit appointments.
11423
11424 * subr.el (find-tag-default): Catch errors in forward-sexp.
11425
11426 2005-02-23 Juri Linkov <juri@jurta.org>
11427
11428 * info.el (Info-isearch-search): New defcustom.
11429 (Info-isearch-search): Call the default isearch function
11430 when Info-isearch-search is nil.
11431 (Info-isearch-wrap): Use variable Info-isearch-search.
11432
11433 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11434
11435 * cus-edit.el: Comment change.
11436
11437 2005-02-22 Kim F. Storm <storm@cua.dk>
11438
11439 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11440 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11441
11442 2005-02-22 Simon Josefsson <jas@extundo.com>
11443
11444 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11445 New variable.
11446 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11447 Oskarsson" <myrkraverk@users.sourceforget.net>.
11448
11449 2005-02-22 Kim F. Storm <storm@cua.dk>
11450
11451 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11452 check that window of that event is the selected window.
11453 (mouse-drag-region-1): Compare mouse event window to selected
11454 window before setting point.
11455
11456 * tooltip.el (tooltip-show-help-function): Pass event to
11457 mouse-on-link-p so it can check selected window.
11458
11459 2005-02-22 Kenichi Handa <handa@m17n.org>
11460
11461 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11462 (ps-mule-show-warning): New function.
11463 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11464 characters are found.
11465
11466 * ps-print.el (ps-header-footer-string): Return a list of header
11467 and footer strings.
11468
11469 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11470
11471 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11472
11473 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * frame.el (blink-cursor-mode): Use define-minor-mode.
11476
11477 * term/mac-win.el (function-key-map): Use char-names more consistently.
11478 (file-name-coding-system): Only set it for MacOS-9. The other case is
11479 already handled in mule-cmds.el (where it also works when mac-win.el
11480 is not used).
11481
11482 2005-02-21 Kenichi Handa <handa@m17n.org>
11483
11484 * international/mule.el (ctext-pre-write-conversion): Always use
11485 " *code-converting-work*" buffer for work.
11486
11487 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11488
11489 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11490
11491 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11492
11493 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11494
11495 * ses.el (undo-more): Restore defadvice, but only the part that
11496 allows changes outside the restricted area of the buffer.
11497
11498 2005-02-20 Kim F. Storm <storm@cua.dk>
11499
11500 * simple.el (line-move): Add fourth optional arg try-vscroll which
11501 must be set to perform auto-window-vscroll.
11502 When moving backwards and doing auto-window-vscroll, automatically
11503 vscroll to the last part of lines which are taller than the window.
11504 (next-line, previous-line): Set try-vscroll arg on line-move.
11505
11506 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11507
11508 * replace.el (query-replace, query-replace-regexp)
11509 (replace-string, replace-regexp): When operating on region, make
11510 the minibuffer prompt say so.
11511
11512 * isearch.el (isearch-forward): Document isearch-query-replace and
11513 isearch-query-replace-regexp keybindings.
11514
11515 2005-02-19 Jay Belanger <belanger@truman.edu>
11516
11517 * calc/calc-aent.el (math-read-token): Add local variable.
11518
11519 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11520 (calc-edit-top): Move declaration to earlier in file.
11521 (calc-edit-macro-repeats): Add local variables.
11522
11523 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11524 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11525 calcFunc-tanh.
11526 Adjust integration rule for calcFunc-tan.
11527
11528 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11529
11530 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11531 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11532 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11533 (viper-skip-separators): Bug fix.
11534 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11535 particular major mode.
11536 (viper-del-backward-char-in-replace): Don't put deleted char on the
11537 kill ring.
11538
11539 * viper-ex.el (viper-color-display-p): New function.
11540 (viper-has-face-support-p): Use viper-color-display-p.
11541
11542 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11543
11544 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11545
11546 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11547 (viper-file-remote-p): Make equivalent to file-remote-p.
11548
11549 * viper.el (viper-major-mode-modifier-list):
11550 Use viper-gnus-modifier-map.
11551
11552 2005-02-19 David Kastrup <dak@gnu.org>
11553
11554 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11555 quoting.
11556
11557 2005-02-19 Jay Belanger <belanger@truman.edu>
11558
11559 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11560 Remove extra definitions.
11561 (calc-coth): New function.
11562 (calcFunc-cot): Fix `let'.
11563
11564 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11565
11566 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11567 the reasons we use "type pc" in these faces.
11568
11569 * button.el (button): Ditto.
11570
11571 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11572
11573 * replace.el (query-replace-read-from): Set the value of
11574 query-replace-from-history-variable to handle the case of an empty
11575 string entered to accept the suggested default.
11576
11577 * net/tramp.el (tramp-file-name-for-operation):
11578 Use dired-call-process instead of dired-call-process-command.
11579
11580 2005-02-19 Jay Belanger <belanger@truman.edu>
11581
11582 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11583 (math-div-non-trig): New variables.
11584 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11585 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11586 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11587 trig expressions.
11588
11589 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11590
11591 * progmodes/gdb-ui.el (gdb-var-update-handler)
11592 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11593 for watch expressions,
11594 (gdb-var-create-handler): Don't set speedbar-update-flag.
11595 (gdb-post-prompt): Simplify test for speedbar.
11596
11597 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11598
11599 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11600 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11601 we use the syntax table of the correct buffer.
11602 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11603 Felix Gatzemeier.
11604
11605 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11606 (ediff-file-remote-p): Make synonymous with file-remote-p.
11607 In all deffaces ediff-*-face-*, use min-colors.
11608
11609 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11610 ediff-recurse-to-subdirectories.
11611 (ediff-mark-if-equal): Check that the arguments are strings, use
11612 ediff-same-contents (after to Felix Gatzemeier).
11613
11614 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11615 nil.
11616
11617 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11620
11621 2005-02-18 David Kastrup <dak@gnu.org>
11622
11623 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11624 use `mark-active' when defined.
11625
11626 2005-02-18 Kenichi Handa <handa@m17n.org>
11627
11628 * ps-print.el (ps-font-info-database): New entry
11629 ZapfChancery-MediumItalic with correct font name. Fix font name
11630 of the entry Zapf-Chancery-MediumItalic.
11631
11632 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11633
11634 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11635
11636 2005-02-16 Kim F. Storm <storm@cua.dk>
11637
11638 * ido.el (ido-fallback-command): Pass user input to fallback command.
11639
11640 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11641
11642 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11643 (gdb-find-file-hook): Add server prefix.
11644
11645 2005-02-16 Richard M. Stallman <rms@gnu.org>
11646
11647 * replace.el (perform-replace): Pass new args to replace-highlight.
11648 (replace-highlight): Take region args,
11649 and pass them to isearch-lazy-highlight-new-loop.
11650
11651 * novice.el (disabled-command-hook): Autoload the defalias
11652 and the make-obsolete-variable call.
11653
11654 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11655
11656 * isearch.el (isearch-lazy-highlight-start-limit)
11657 (isearch-lazy-highlight-end-limit): New variables limit
11658 the region for highlighting.
11659 (isearch-lazy-highlight-new-loop): New args BEG and END.
11660 (isearch-lazy-highlight-search): Use the new vars.
11661 (isearch-lazy-highlight-update): Likewise.
11662
11663 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11664
11665 * cus-start.el (all): Use default-boundp.
11666
11667 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11668
11669 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11670
11671 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11672
11673 * autorevert.el (auto-revert-stop-on-user-input)
11674 (auto-revert-verbose): Doc fixes.
11675
11676 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11677
11678 * international/mule-cmds.el (set-locale-environment): Remove call
11679 to set-selection-coding-system on Windows.
11680
11681 2005-02-15 Jay Belanger <belanger@truman.edu>
11682
11683 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11684 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11685 calcFunc-coth.
11686 (math-simplify-sqrt): Add simplifications.
11687
11688 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11689 to list.
11690
11691 * calc/calc-ext.el: Add functions to autoloads.
11692
11693 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11694 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11695 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11696 (math-csc-raw, math-cot-raw): New functions.
11697
11698 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11699
11700 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11701 the variable name in a message.
11702
11703 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11704 calcFunc-csc, calcFunc-cot.
11705
11706 * calc/calcalg2.el: Add derivative and integration rules for
11707 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11708 calcFunc-csch, calcFunc-coth.
11709 (math-do-integral-methods): Add to checks for when to use
11710 substitutions.
11711
11712 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11713
11714 2005-02-15 Lute Kamstra <lute@gnu.org>
11715
11716 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11717 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11718 <monnier@iro.umontreal.ca>
11719 (lisp-outline-level): Improve efficiency. Suggested by David
11720 Kastrup <dak@gnu.org>.
11721
11722 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11723
11724 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11725 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11726 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11727 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11728 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11729
11730 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11731
11732 * cus-start.el (all): Comment change.
11733
11734 2005-02-14 Lute Kamstra <lute@gnu.org>
11735
11736 * cus-start.el (all): Check if symbol is void.
11737
11738 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11739
11740 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11741 optional argument to \cite.
11742
11743 2005-02-14 Richard M. Stallman <rms@gnu.org>
11744
11745 * cus-edit.el (custom-buffer-create-internal): Update help message.
11746 (custom-magic-alist): Update help messages.
11747
11748 * cus-start.el (all): Allow a var to specify a standard value.
11749
11750 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11751
11752 * custom.el (custom-theme-set-variables): Handle variable aliases.
11753
11754 * frame.el (blink-cursor-timer): Doc fix.
11755 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11756 declare obsolete.
11757 (blink-cursor-mode): Define with defcustom and use correct
11758 standard expression in that defcustom.
11759 * startup.el (command-line): Adapt to above changes in frame.el.
11760
11761 2005-02-11 Lute Kamstra <lute@gnu.org>
11762
11763 * apropos.el (apropos-score-doc): Prevent division by zero.
11764
11765 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11766
11767 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11768 (icalendar--get-event-property-attributes)
11769 (icalendar--get-event-properties)
11770 (icalendar--datetime-to-diary-date): New functions.
11771 (icalendar--split-value): Doc fix.
11772 (icalendar--datetime-to-noneuropean-date)
11773 (icalendar--datetime-to-european-date): New optional argument
11774 SEPARATOR. Return result as a string instead of a list.
11775 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11776 (icalendar--convert-string-for-export): Rename arg S to STRING.
11777 (icalendar-export-region): Doc fix. Change name of error buffer.
11778 Save output buffer.
11779 (icalendar-import-file): Add blank at end of prompt.
11780 (icalendar-import-buffer): Doc fix. Do not switch to error
11781 buffer. Indicate status in return value.
11782 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11783 buffer. Save output buffer. Handle exception from recurrence
11784 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11785 events. Fix problems with weekly all-day events.
11786
11787 2005-02-10 Richard M. Stallman <rms@gnu.org>
11788
11789 * simple.el (eval-expression-print-format):
11790 Avoid warning about edebug-active.
11791
11792 * help.el (help-for-help-internal): Rename from help-for-help.
11793 (help-for-help): Define with defalias.
11794
11795 * font-core.el (font-lock-default-function): Use with-no-warnings.
11796
11797 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11798
11799 * custom.el (defface): Doc fix.
11800
11801 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11802
11803 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11804 width 0" to prevent word wrapping problems.
11805
11806 2005-02-09 Kim F. Storm <storm@cua.dk>
11807
11808 * ido.el (ido-file-extensions-order): New defcustom.
11809 (ido-file-extension-lessp, ido-file-extension-aux)
11810 (ido-file-extension-order): New advanced file ordering.
11811 (ido-file-lessp): New simple file ordering.
11812 (ido-sort-list): Remove.
11813 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11814 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11815
11816 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11817
11818 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11819 that some versions of grep produce.
11820 (grep-mode-font-lock-keywords): Likewise.
11821
11822 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11823
11824 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11825 (gdb-cdir): Delete.
11826 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11827 (gdb-source-info): Treat case when source file is in another
11828 directory properly.
11829 (gdb-get-location): New function.
11830
11831 2005-02-07 Jay Belanger <belanger@truman.edu>
11832
11833 * calc/calc-prog.el (calc-write-parse-table-part)
11834 (calc-fix-token-name): Fix a check for language type.
11835
11836 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11837
11838 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11839
11840 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11841 as directory not writable.
11842
11843 2005-02-07 Kim F. Storm <storm@cua.dk>
11844
11845 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11846 (cua--standard-movement-commands): Remove list.
11847 Instead, set CUA property value to move for movement commands.
11848 (cua-movement-commands): Remove. Users must set CUA prop instead.
11849 (cua--pre-command-handler): Check CUA property.
11850 (cua--init-keymaps): Don't remap undo commands.
11851 (cua-mode): Don't call cua--rectangle-on-off.
11852
11853 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11854 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11855 (cua--rect-undo-set-point): New var.
11856 (cua--rectangle-undo-boundary): Setup undo apply entry.
11857 (cua--rect-undo-handler): New function for rectangle undo.
11858 (cua--rect-start-position, cua--rect-end-position): Add.
11859 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11860 for restored rectangle. Set point if cua--rect-undo-set-point.
11861
11862 2005-02-06 Jay Belanger <belanger@truman.edu>
11863
11864 * calc/calc-lang.el (calc-tex-language): Display more information
11865 in messages.
11866
11867 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11868 in TeX mode.
11869
11870 2005-02-06 Richard M. Stallman <rms@gnu.org>
11871
11872 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11873
11874 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11875
11876 * net/ldap.el (ldap-search-internal): Support attributes with
11877 optional descriptions separated by a semi-colon, as in
11878 "userCertificate;binary".
11879
11880 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11881
11882 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11883 isn't a cons (i.e. the version is 0).
11884
11885 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11886
11887 * help.el (help-for-help): Doc fix.
11888
11889 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11890
11891 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11892 GDB-Windows on the menu-bar as this works better.
11893
11894 2005-02-04 Jay Belanger <belanger@truman.edu>
11895
11896 * calc/calc-embed.el (calc-embedded-update): Don't put in
11897 unnecessary newlines. Adjust the end of formula marker.
11898
11899 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11900 (math-latex-parse-two-args): New function.
11901
11902 2005-02-03 Lute Kamstra <lute@gnu.org>
11903
11904 * help-fns.el (help-with-tutorial): Make sure that users cannot
11905 remove the entire text of the tutorial by means of `undo'.
11906
11907 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11910 in recent changes, where the ispell process was repeatedly
11911 killed & restarted.
11912
11913 * international/mule-cmds.el (set-locale-environment): Set file-name
11914 coding system to utf-8 on Darwin systems.
11915 (set-default-coding-systems): Don't set default-file-name-coding-system
11916 on Darwin systems.
11917
11918 2005-02-03 Richard M. Stallman <rms@gnu.org>
11919
11920 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11921
11922 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11923
11924 * faces.el (list-faces-display): Add optional argument.
11925
11926 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * font-core.el (font-lock-default-function): Handle the rare case where
11929 only font-lock-keywords is set.
11930
11931 2005-02-02 Kenichi Handa <handa@m17n.org>
11932
11933 * international/characters.el: Cancel previous change for
11934 I-WITH-DOT-ABOVE and DOTLESS-i.
11935
11936 * international/latin-5.el: Cancel previous change.
11937
11938 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11939
11940 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11941
11942 2005-02-02 Kenichi Handa <handa@m17n.org>
11943
11944 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11945 DOTLESS-i.
11946
11947 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11948 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11949
11950 * case-table.el (get-upcase-table): New function.
11951 (copy-case-table): Copy upcaes table too if non-nil.
11952 (set-case-syntax-delims): Maintain upcase table too.
11953 (set-case-syntax-pair): Likewise.
11954 (set-upcase-syntax, set-downcase-syntax): New functions.
11955 (set-case-syntax): Maintain upcase table too.
11956
11957 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11958
11959 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11960
11961 * progmodes/gud.el (gud-goto-info): New function.
11962 (gud-tool-bar-map): Use correct icon.
11963
11964 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11965
11966 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11967 When delegating, order args in the funcall correctly.
11968
11969 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11970
11971 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11972
11973 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
11974
11975 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11976 buffer not visiting a file.
11977
11978 2005-01-31 Jay Belanger <belanger@truman.edu>
11979
11980 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11981 bound on the line with the formula.
11982
11983 2005-01-31 Kim F. Storm <storm@cua.dk>
11984
11985 * ses.el (ses-create-cell-variable-range)
11986 (ses-destroy-cell-variable-range, ses-reset-header-string)
11987 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11988 (ses-insert-row): Fix format of apply undo entries.
11989
11990 2005-01-31 Jay Belanger <belanger@truman.edu>
11991
11992 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11993 parts.
11994
11995 * calc/calc-embed.el (calc-embedded-open-formula)
11996 (calc-embedded-close-formula): Ignore matrix environments.
11997
11998 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11999 TeX mode.
12000
12001 * calc/calc-lang.el (math-function-table, math-oper-table)
12002 (math-variable-table): Adjust the LaTeX portions.
12003
12004 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12005 (math-latex-ignore-words): New constant.
12006
12007 2005-01-31 Richard M. Stallman <rms@gnu.org>
12008
12009 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12010 (ispell-local-dictionary): Doc fix.
12011 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12012 Don't reinitialize at run time. Don't defcustom.
12013 All uses changed to append ispell-local-dictionary-alist,
12014 or check it first.
12015 (ispell-current-dictionary): New variable for dictionary in use.
12016 (ispell-dictionary): Now used only for global default.
12017 (ispell-start-process): Set ispell-current-dictionary,
12018 not ispell-dictionary.
12019 (ispell-change-dictionary): Use this only for setting
12020 user preferences.
12021 (ispell-internal-change-dictionary): New function
12022 to change the current dictionary in use.
12023 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12024 Use ispell-current-dictionary.
12025 Handle ispell-local-dictionary-overridden.
12026 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12027
12028 2005-01-31 Jay Belanger <belanger@truman.edu>
12029
12030 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12031
12032 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12033 (calc-mode-map): Add calc-latex-language.
12034
12035 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12036 (math-latex-print-frac): New functions.
12037 (math-oper-table, math-function-table, math-variable-table)
12038 (math-complex-format, math-input-filter): Add latex properties.
12039 (calc-set-language): Set math-expr-special-function-mapping.
12040
12041 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12042 (calc-write-parse-table-part): Add LaTeX support.
12043
12044 * calc/calc.el (calc-language): Adjust docstring.
12045 (calc-set-mode-line): Add LaTeX support.
12046 (math-expr-special-function-mapping): New variable.
12047 (math-tex-ignore-words): Add to list.
12048
12049 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12050 Add LaTeX support.
12051 (math-compose-expr): Add support for special functions.
12052
12053 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12054
12055 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12056
12057 * progmodes/gdb-ui.el (gdb-memory-address)
12058 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12059 (gdb-memory-mode-map, gdb-memory-format-keymap)
12060 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12061 (gdb-memory-unit-menu): New variables for a buffer
12062 that lets the user examine program memory.
12063 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12064 (gdb-memory-format-binary, gdb-memory-format-octal)
12065 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12066 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12067 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12068 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12069 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12070 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12071 (gdb-memory-mode, gdb-memory-buffer-name)
12072 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12073 New functions for above buffer.
12074
12075 2005-01-30 Richard M. Stallman <rms@gnu.org>
12076
12077 * cus-edit.el (custom-bury-buffer): Function deleted.
12078 (custom-buffer-done-function): Option deleted.
12079 (custom-buffer-done-kill): New (replacement option.
12080 (Custom-buffer-done): Call quit-window.
12081 (custom-buffer-create-internal): Update for above changes.
12082
12083 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12084
12085 * simple.el (undo-ask-before-discard): New var.
12086 (undo-outer-limit-truncate): Implement it.
12087 (undo-extra-outer-limit): Doc update.
12088
12089 2005-01-29 Richard M. Stallman <rms@gnu.org>
12090
12091 * ses.el (undo-more): Delete defadvice.
12092 (ses-begin-change): Doc fix.
12093
12094 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12095 instead of rebinding C-x u and C-_.
12096
12097 * files.el (normal-backup-enable-predicate): Return nil for files
12098 in /tmp, regardless of temporary-file-directory.
12099
12100 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12101
12102 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12103 (open-rectangle, delete-whitespace-rectangle-line)
12104 (clear-rectangle-line): If FILL, pass t instead of FILL
12105 for move-to-column's 2nd arg.
12106
12107 * simple.el (undo): Fix the test for continuing a series of undos.
12108 (undo-more): Set pending-undo-list to t when we reach end.
12109 (pending-undo-list): Move up defvar.
12110
12111 * wid-edit.el (widget-button-click):
12112 Shorten the range of the track-mouse binding.
12113
12114 * comint.el (comint-insert-input): Undo previous changes;
12115 use last-input-event in interactive spec.
12116
12117 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12118
12119 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12120 to nil before invoking call-process. Reset buffer's modified flag
12121 after fontifying it in the no-async branch.
12122
12123 * wid-edit.el (widget-specify-button): If mouse pointer shape
12124 cannot be changed, use mouse face instead.
12125
12126 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12127
12128 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12129 (gdb-goto-breakpoint): Make breakpoint handling work on template
12130 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12131 (gdb-assembler-custom): Update to recognize breakpoint information
12132 added on 2005-01-19.
12133
12134 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12137 (dsssl-mode): Use define-derived-mode.
12138 (scheme-mode-initialize): Remove.
12139 (scheme-mode): Use run-mode-hooks.
12140
12141 * cus-edit.el (customize-group-other-window)
12142 (custom-buffer-create-other-window): Don't override special-display-*.
12143 (custom-mode-map): Make it dense.
12144
12145 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12146 sets the default value.
12147
12148 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12149
12150 * descr-text.el: Add more keywords.
12151
12152 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12153
12154 * speedbar.el: Avoid unnecessary use of locate-library.
12155
12156 * international/mule-cmds.el (standard-display-european-internal):
12157 Don't fiddle with latin-1 non-break space any more since it's now
12158 special cased in the C code.
12159 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12160
12161 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12162
12163 * cus-start.el (all): Add `undo-outer-limit'.
12164
12165 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12166
12167 * textmodes/bibtex.el (bibtex-format-entry):
12168 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12169 field lines.
12170 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12171 not on part of a buffer.
12172
12173 2005-01-25 Lute Kamstra <lute@gnu.org>
12174
12175 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12176 nonempty field text strings like "{letters\\macro{}more letters}".
12177 Clarify docstring.
12178 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12179 (bibtex-entry-offset, bibtex-parse-association)
12180 (bibtex-parse-field-name): Fix typos in docstrings.
12181 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12182
12183 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12184
12185 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12186 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12187 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12188 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12189
12190 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12191 isearch minor mode.
12192
12193 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12194
12195 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12196
12197 2005-01-24 Lute Kamstra <lute@gnu.org>
12198
12199 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12200 CASECHARS and NOT-CASECHARS regular expressions of the
12201 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12202 striding over charsets" error.
12203
12204 2005-01-24 Jay Belanger <belanger@truman.edu>
12205
12206 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12207 display variable name.
12208
12209 2005-01-24 Kenichi Handa <handa@m17n.org>
12210
12211 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12212 Fix setting of the element of encoded-kbd-iso2022-invocations.
12213
12214 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12215
12216 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12217 (gdb-threads-select): Change to also accept mouse events.
12218 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12219 (gdb-threads-mouse-select): Delete.
12220
12221 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12222
12223 * files.el (insert-directory): Take care of empty directory,
12224 listed without -a switch.
12225
12226 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12227
12228 * textmodes/refill.el (refill-post-command-function):
12229 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12230 to the list of functions that we should be careful not to undo.
12231 (refill-late-fill-paragraph-function): Remove.
12232 (refill-saved-state): New var.
12233 (refill-mode): Use it to save fill-paragraph-function.
12234 Save also the value of auto-fill-function.
12235
12236 * term/w32-win.el: Simplify code.
12237
12238 2005-01-23 Kim F. Storm <storm@cua.dk>
12239
12240 * simple.el (line-move): Adapt to new return value from
12241 pos-visible-in-window-p.
12242
12243 * simple.el (line-move): Fix last change. Check partial
12244 visibility at point rather than at window-start.
12245
12246 2005-01-22 Jason Rumney <jasonr@gnu.org>
12247
12248 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12249
12250 2005-01-22 David Kastrup <dak@gnu.org>
12251
12252 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12253
12254 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12255
12256 * type-break.el (type-break-mode): Add a test for
12257 type-break-file-name being non-nil.
12258
12259 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12260
12261 * net/eudc.el (top level): Call (message "") via progn, so that
12262 eudc-options-file is loaded.
12263
12264 2005-01-22 Kim F. Storm <storm@cua.dk>
12265
12266 * simple.el (line-move-1): Rename from line-move.
12267 (line-move): New function that adjusts vscroll for partially
12268 visible rows, and calls line-move-1 otherwise.
12269
12270 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12271
12272 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12273 since it's not a complete read-event implementation
12274
12275 2005-01-20 Jay Belanger <belanger@truman.edu>
12276
12277 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12278 for called function.
12279
12280 2005-01-20 Steven Tamm <steventamm@mac.com>
12281
12282 * term/mac-win.el (process-connection-type): Remove.
12283 Controlled now by s/darwin.h:PTY_ITERATION.
12284
12285 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 * window.el (handle-select-window): Don't switch window when we're
12288 in the minibuffer.
12289
12290 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12291
12292 * subr.el (dotimes-with-progress-reporter): New macro.
12293
12294 * ses.el (ses-dotimes-msg): Remove macro.
12295 Use `dotimes-with-progress-reporter' instead.
12296
12297 2005-01-19 Steven Tamm <steventamm@mac.com>
12298
12299 * term/mac-win.el (process-connection-type): Use new
12300 operating-system-release variable to use ptys on Darwin 7 (OS X
12301 10.3) when using carbon build.
12302
12303 2005-01-19 Jay Belanger <belanger@truman.edu>
12304
12305 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12306 flags if the last command was a tab or M-tab.
12307
12308 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12309 in formula editing buffer.
12310
12311 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12312
12313 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12314 breakpoint image symbol in margin.
12315
12316 2005-01-19 Jay Belanger <belanger@truman.edu>
12317
12318 * calc/calc-prog.el (calc-execute-kbd-macro):
12319 Ignore calc-keep-arg-flag.
12320
12321 2005-01-19 Kenichi Handa <handa@m17n.org>
12322
12323 * textmodes/ispell.el (ispell-looking-at): New function.
12324 (ispell-process-line): Use ispell-looking-at to compare the ispell
12325 output and the buffer contents.
12326
12327 2005-01-18 Jay Belanger <belanger@truman.edu>
12328
12329 * calc/calc.el (calc-display-raw): Fix docstring.
12330
12331 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12332
12333 * simple.el (blink-matching-open): Strip extra info from syntax.
12334
12335 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12336 funny chars in the end-of-here-doc marker.
12337
12338 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12339
12340 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12341 that enable/disabled state of breakpoints is shown correctly in
12342 fringe and on ttys.
12343 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12344 Add breakpoint information as text properties.
12345 (gdb-mouse-toggle-breakpoint):
12346 Rename to gdb-mouse-set-clear-breakpoint.
12347 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12348 breakpoints in the margin.
12349 (gdb-remove-strings): Simplify.
12350
12351 2005-01-17 Jay Belanger <belanger@truman.edu>
12352
12353 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12354 erasing buffer.
12355
12356 2005-01-17 Richard M. Stallman <rms@gnu.org>
12357
12358 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12359 for calling grep-compute-defaults.
12360
12361 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12362 if buffer is empty.
12363
12364 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12365
12366 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12369
12370 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12371 non-preloaded variables.
12372
12373 2005-01-17 Steven Tamm <steventamm@mac.com>
12374
12375 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12376 tex-shell cause to force interactivity when using pipes.
12377
12378 2005-01-17 Kim F. Storm <storm@cua.dk>
12379
12380 * simple.el (just-one-space): Make arg optional.
12381
12382 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12383
12384 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12385 posn-at-x-y to t to access left-margin.
12386
12387 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12388
12389 Sync with Tramp 2.0.47.
12390
12391 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12392 catching keep-date problems in cp/scp operations.
12393 (tramp-handle-copy-file): Don't call `set-file-modes'
12394 unconditionally. Specialized functions should know better what is
12395 necessary. This improves performance a little bit, and the
12396 functions could catch errors with `cp -p' and `scp -p'.
12397 (tramp-do-copy-or-rename-file-via-buffer)
12398 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12399 when appropriate.
12400 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12401 Call `set-file-modes' when appropriate.
12402 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12403 Johnsson <isak@hypergene.com>
12404 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12405 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12406 <joakim@verona.se>
12407 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12408 Emacs only.
12409
12410 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12411 `find-file-hooks' and `dired-mode-hook'.
12412 (tramp-minor-mode-map): Respective map. Add remapping for
12413 `compile' and `recompile'.
12414 (tramp-remap-command, tramp-recompile): New defuns.
12415 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12416 in buffer "*Compilation*". Call the commands asynchronously.
12417
12418 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12419 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12420 `shell-command', because it isn't magic in XEmacs. Reported by
12421 Adrian Aichner <adrian@xemacs.org>.
12422
12423 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12424 `substitute-in-file-name.
12425 (tramp-smb-handle-substitute-in-file-name): New defun.
12426 (tramp-smb-advice-PC-do-completion): Delete advice.
12427
12428 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12429
12430 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12431 Fix error in deleting region.
12432
12433 2005-01-15 Richard M. Stallman <rms@gnu.org>
12434
12435 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12436 In non-temp buffer, switch syntax table temporarily.
12437
12438 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12439
12440 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12441
12442 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12443
12444 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12445 (imenu--generic-function): Use START, not BEG, as pos of definition.
12446
12447 * simple.el (just-one-space): Argument specifies number of spaces.
12448
12449 * simple.el (eval-expression-print-format): Avoid warning
12450 about edebug-active.
12451
12452 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12453
12454 * progmodes/sh-script.el: Code copied from make-mode.el
12455 with small changes,
12456 (sh-mode-map): Bind C-c C-\.
12457 (sh-backslash-column, sh-backslash-align): New variables.
12458 (sh-backslash-region, sh-append-backslash): New functions.
12459
12460 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12461
12462 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12463 (rmail-pop-password, rmail-pop-password-required): Move to
12464 rmail-obsolete group.
12465 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12466 All callers updated.
12467 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12468 Take an argument specifying whether it is POP or IMAP mailbox we
12469 are using. All callers updated.
12470 (rmail-pop-password-error): Rename to
12471 rmail-remote-password-error. Added mailutils-specific error message.
12472 (rmail-movemail-search-path)
12473 (rmail-movemail-variant-in-use): New variables.
12474 (rmail-remote-password, rmail-remote-password-required):
12475 New customization variables.
12476 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12477 (rmail-parse-url): New function.
12478 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12479 with GNU mailutils movemail.
12480
12481 2005-01-15 Kevin Ryde <user42@zip.com.au>
12482
12483 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12484 suffix to space, $ or '$, to correctly position point when going
12485 to @table style constants like DBL_MAX.
12486
12487 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12488
12489 * type-break.el (type-break-mode, type-break-file-time)
12490 (type-break-file-keystroke-count, type-break-choose-file):
12491 Don't store data in or load data from the file if type-break-file-name
12492 is nil.
12493 (type-break-file-name): Doc update as per the above.
12494
12495 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12496
12497 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12498 lookup-key might return nil; handle that.
12499
12500 2005-01-15 Alan Mackenzie <acm@muc.de>
12501
12502 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12503 rather than the element found, thus enabling the tree to be setcar'd.
12504
12505 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12506
12507 * textmodes/org.el (org-show-following-heading): New option.
12508 (org-show-hierarchy-above): Use `org-show-following-heading'.
12509 (org-cycle): Documentation fix.
12510
12511 * textmodes/org.el (orgtbl-optimized): New option
12512 (orgtbl-mode): New command, a minor mode.
12513 (orgtbl-mode-map): New variable.
12514 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12515 (orgtbl-error, orgtbl-self-insert-command)
12516 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12517
12518 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12519 a local variable in each org-mode buffer.
12520
12521 * textmodes/org.el (org-set-regexps-and-options): Rename from
12522 `org-set-regexps'. Added checking for STARTUP keyword.
12523 (org-get-current-options): Add STARTUP options.
12524 (org-table-insert-row): Make mode intelligent about when
12525 realignment is needed.
12526 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12527 New commands.
12528 (org-enable-table-editor): New default value `optimized'.
12529 (org-table-blank-field): Support blanking regions if active.
12530
12531 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12532
12533 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12534 if the year is not given.
12535
12536 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12537 Add new escapes %m and %M, fixed bug with %F by adding
12538 save-match-data.
12539 (reftex-reference): Remove ?. from list of spaces.
12540 (reftex-label-info): Add automatic label prefix recognition.
12541
12542 * textmodes/reftex-index.el (reftex-index-next-phrase):
12543 Add slave parameter to call of `reftex-index-this-phrase'.
12544 (reftex-index-this-phrase): New optional argument.
12545 (reftex-index-region-phrases): Add slave parameter to call of
12546 `reftex-index-this-phrase'.
12547 (reftex-display-index): New argument redo.
12548 (reftex-index-rescan): Add 'redo to arguments of
12549 `reftex-display-index'.
12550 (reftex-index-Rescan, reftex-index-revert)
12551 (reftex-index-switch-index-tag): Add 'redo to arguments of
12552 `reftex-display-index'.
12553 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12554 indexing. Fix bug with matching is there is a quote before or
12555 after the word.
12556
12557 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12558 Fix bug when collecting citation keys in lines with comments.
12559 (reftex-citation): Prefix argument no longer rescans the document,
12560 but forces prompting for optional arguments of cite macros.
12561 (reftex-do-citation): Prompting for optional arguments implemented.
12562
12563 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12564 Add optional arguments to most cite commands.
12565 (reftex-cite-cleanup-optional-args): New option
12566 (reftex-cite-prompt-optional-args): New option.
12567 (reftex-trust-label-prefix): New option.
12568
12569 * textmodes/reftex-toc.el (reftex-toc-find-section):
12570 Add push-mark before changing the position in the buffer.
12571
12572 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12573 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12574
12575 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12576
12577 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12578 more carefully.
12579
12580 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12583 (sgml-mode): Use it.
12584 (sgml-get-context): Better keep track of implicitly closed tags.
12585
12586 2005-01-13 Kenichi Handa <handa@m17n.org>
12587
12588 * textmodes/ispell.el: These changes are to fix misalignment error
12589 caused by equivalent characters of different Emacs charsets.
12590 (ispell-unified-chars-table): New variable.
12591 (ispell-get-decoded-string): New function.
12592 (ispell-get-casechars, ispell-get-not-casechars)
12593 (ispell-get-otherchars): Call ispell-get-decoded-string.
12594
12595 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12596
12597 * custom.el (custom-declare-variable): Just put symbol instead
12598 of (defvar . symbol) in `current-load-list'.
12599
12600 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12601
12602 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12603
12604 2005-01-12 Jay Belanger <belanger@truman.edu>
12605
12606 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12607 to create a Calc summary.
12608
12609 2005-01-12 Kim F. Storm <storm@cua.dk>
12610
12611 * mouse.el (mouse-on-link-p): Change functionality and doc
12612 string to comply with latest description in lisp ref.
12613
12614 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12615
12616 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12617 Enable mouse clicks on mode-line, header-line and margin.
12618 (event-type): Give mouse event symbols an 'event-kind property
12619 with value 'mouse-click.
12620
12621 2005-01-12 Juri Linkov <juri@jurta.org>
12622
12623 * facemenu.el (list-colors-display): Add new arg buffer-name.
12624 Use it. Fix docstring. Replace code for identifying duplicate
12625 colors by the name with call to `list-colors-duplicates' which
12626 identifies duplicate colors by the value unless the color
12627 is one of special Windows colors. Set truncate-lines to t.
12628 Print sorted duplicate color names on each line. Indent to 22
12629 \(the longest color name in rgb.txt) instead of 20. Optimize.
12630 (list-colors-duplicates): New function.
12631 (facemenu-color-name-equal): Delete function.
12632
12633 * facemenu.el (list-colors-print): New function created from code
12634 in list-colors-display. Print #RRGGBB at the window right edge.
12635 (list-colors-display): When temp-buffer-show-function is not
12636 defined, call list-colors-print from temp-buffer-show-hook
12637 to get the right value of window-width in list-colors-print
12638 after the buffer is displayed.
12639
12640 * simple.el (pop-mark): Move deactivate-mark out of conditional
12641 part to deactivate the active mark regardless of the state of the
12642 mark ring.
12643
12644 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12645 variables line in desktop files.
12646
12647 2005-01-12 Juri Linkov <juri@jurta.org>
12648
12649 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12650 Bring together isearch highlight related options.
12651 (lazy-highlight): Replace group `replace' by `matching'.
12652 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12653 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12654 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12655 and declare them obsolete.
12656 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12657 (isearch-faces): Remove defgroup.
12658 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12659 Move isearch highlighting code closer to lazy highlighting code.
12660
12661 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12662 (query-replace-highlight, query-replace-lazy-highlight)
12663 (query-replace): Move definitions to the beginning of the file.
12664
12665 2005-01-11 Juri Linkov <juri@jurta.org>
12666
12667 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12668 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12669 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12670
12671 * info.el (Info-history-forward): New variable.
12672 (Info-select-node): Reset Info-history-forward to nil.
12673 (Info-last): Turn into defalias.
12674 (Info-history-back): Rename from Info-last.
12675 Add current node to Info-history-forward.
12676 (Info-history-forward): New fun.
12677 (Info-mode-map): Replace Info-last by Info-history-back.
12678 Bind Info-history-forward to "r".
12679 (Info-mode-menu): Replace Info-last by Info-history-back.
12680 Fix menu item text. Add menu item for Info-history-forward.
12681 (info-tool-bar-map): Replace Info-last by Info-history-back.
12682 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12683 for Info-history-forward.
12684 (Info-mode): Replace Info-last by Info-history-back in docstring.
12685 Add local variable Info-history-forward.
12686 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12687
12688 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12689
12690 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12691 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12692 Ignore select-window events rather than fiddle with
12693 mouse-autoselect-window.
12694
12695 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12696
12697 * type-break.el (type-break-mode): Fix previous change.
12698
12699 2005-01-10 Jay Belanger <belanger@truman.edu>
12700
12701 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12702 calculator; only reset when point is inside a calculator.
12703 Don't adjust the window height if the window takes up the whole height
12704 of the frame.
12705
12706 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12707
12708 * ebuff-menu.el (Electric-buffer-menu-mode):
12709 Preserve value of buffer-local var header-line-format.
12710
12711 2005-01-09 Jay Belanger <belanger@truman.edu>
12712
12713 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12714 Make sure settings file exists before accessing it.
12715
12716 * calc/calc-embed.el (calc-embedded-subst):
12717 Replace math-multi-subst-rec, which is only supposed to be called
12718 by math-multi-subst, by math-multi-subst.
12719
12720 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12721
12722 * vc.el (vc-allow-async-revert): New user option.
12723 (vc-disable-async-diff): New internal variable.
12724 (vc-revert-buffer): Use them to disable asynchronous diff.
12725
12726 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12727 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12728 asynchronously if vc-disable-async-diff is t.
12729
12730 2005-01-09 Jay Belanger <belanger@truman.edu>
12731
12732 * calc/calc.el (defcalcmodevar): New macro.
12733 (calc-mode-var-list-restore-default-values)
12734 (calc-mode-var-list-restore-saved-values): New functions.
12735 (calc-mode-var-list): Use defcalcmodevar to define it.
12736 (calc-always-load-extensions, calc-line-numbering)
12737 (calc-line-breaking, calc-display-just, calc-display-origin)
12738 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12739 (calc-group-char, calc-point-char, calc-frac-format)
12740 (calc-prefer-frac, calc-hms-format, calc-date-format)
12741 (calc-float-format, calc-full-float-format, calc-complex-format)
12742 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12743 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12744 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12745 (calc-matrix-brackets, calc-language, calc-language-option)
12746 (calc-left-label, calc-right-label, calc-word-size)
12747 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12748 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12749 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12750 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12751 (calc-window-height, calc-display-trail, calc-show-selections)
12752 (calc-use-selections, calc-assoc-selections)
12753 (calc-display-working-message, calc-auto-why, calc-timing)
12754 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12755 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12756 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12757 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12758 (calc-gnuplot-geometry, calc-graph-default-resolution)
12759 (calc-graph-default-resolution-3d, calc-invocation-macro)
12760 (calc-show-banner): Use defcalcmodevar to declare them and set
12761 their default values.
12762
12763 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12764 instead of default values (but restore default values if there is
12765 an argument of 0).
12766
12767 2005-01-09 David Kastrup <dak@gnu.org>
12768
12769 * desktop.el (desktop-restore-eager): Fix typo in type.
12770
12771 2005-01-08 Richard M. Stallman <rms@gnu.org>
12772
12773 * cus-edit.el (customize): Delete :link.
12774
12775 2005-01-08 Jay Belanger <belanger@truman.edu>
12776
12777 * calc/calc.el (calc-mode): Remove the extension from the
12778 `calc-settings-file' file name when loading it.
12779
12780 2005-01-08 Kim F. Storm <storm@cua.dk>
12781
12782 * info.el (Info-mode-map, Info-next-link-keymap)
12783 (Info-prev-link-keymap, Info-up-link-keymap):
12784 Map follow-link to mouse-face.
12785 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12786
12787 2005-01-08 Jay Belanger <belanger@truman.edu>
12788
12789 * calc/calc.el (calc-settings-file): Change default value.
12790 Suggested by cgw in a comment in calc-mode.el.
12791
12792 * calc/calc-mode.el (calc-settings-file-name):
12793 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12794 Replace ~/.emacs in a prompt by calc-settings-file.
12795
12796 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12797
12798 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12799 (desktop-lazy-idle-delay): New customizable variables.
12800 (desktop-buffer-args-list): New variable.
12801 (desktop-append-buffer-args): New function.
12802 (desktop-save): Call desktop-append-buffer-args for some buffers.
12803 (desktop-lazy-create-buffer): New function.
12804 (desktop-idle-create-buffers): New function.
12805 (desktop-read): Add message about buffers to restore lazily.
12806 (desktop-lazy-abort): New command.
12807 (desktop-clear): Call desktop-lazy-abort.
12808 (desktop-lazy-complete): New command.
12809
12810 2005-01-06 Richard M. Stallman <rms@gnu.org>
12811
12812 * emacs-lisp/find-func.el (find-face-definition):
12813 Rename from find-face.
12814
12815 2005-01-06 Kim F. Storm <storm@cua.dk>
12816
12817 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12818
12819 * man.el (Man-xref-man-page, Man-xref-header-file)
12820 (Man-xref-normal-file): Add follow-link property.
12821
12822 2005-01-06 Jay Belanger <belanger@truman.edu>
12823
12824 * calc/calc-units.el: Make sure the proper macro definitions are
12825 available when compiling.
12826
12827 2005-01-06 Juri Linkov <juri@jurta.org>
12828
12829 * isearch.el (isearch-lazy-highlight-update):
12830 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12831
12832 2005-01-06 Miles Bader <miles@gnu.org>
12833
12834 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12835 (isearch-lazy-highlight-face): Use new name.
12836
12837 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12838
12839 * uniquify.el (uniquify-rationalize-file-buffer-names):
12840 Re-add an interactive spec.
12841 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12842 to the same name.
12843
12844 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12845 (isearch-update, isearch-done): Adjust calls accordingly.
12846
12847 2005-01-05 Richard M. Stallman <rms@gnu.org>
12848
12849 * custom.el (custom-set-variables, custom-theme-set-variables):
12850 Clarify documentation.
12851
12852 * emacs-lisp/find-func.el (find-variable)
12853 (find-variable-other-window, find-variable-other-frame):
12854 Fix the TYPE args to find-function-read and find-function-do-it.
12855 (find-function): Doc fix.
12856 (find-function-at-point): Replace function-at-point alias.
12857
12858 2005-01-04 Richard M. Stallman <rms@gnu.org>
12859
12860 * cus-face.el (custom-declare-face):
12861 Record defface in current-load-list.
12862
12863 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12864
12865 * emacs-lisp/find-func.el: Doc fixes.
12866 (find-face-regexp): New variable.
12867 (find-function-regexp-alist): New variable.
12868 (find-function-C-source): Third arg is now TYPE.
12869 (find-function-search-for-symbol): Handle general TYPE.
12870 (find-function-read, find-function-do-it): Handle general TYPE.
12871 (find-definition-noselect, find-face): New functions.
12872 (function-at-point): Alias deleted.
12873
12874 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * battery.el (display-battery-mode): Rename from display-battery.
12877 Handle the case where it gets turned off.
12878
12879 2005-01-04 Richard M. Stallman <rms@gnu.org>
12880
12881 * cus-edit.el (customize): Make :link point to user doc.
12882
12883 * man.el (Man-fontify-manpage): Turn off undo generation.
12884
12885 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12886
12887 2005-01-04 Andreas Schwab <schwab@suse.de>
12888
12889 * files.el (insert-directory): Only look for error lines in
12890 inserted text. Don't move too far after processing --dired markers.
12891
12892 2005-01-04 Richard M. Stallman <rms@gnu.org>
12893
12894 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12895 Don't expand if the character is @, period, dash, etc.
12896 (define-mail-abbrev): Quote names that contain problem characters.
12897
12898 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12899
12900 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12901
12902 2005-01-03 Richard M. Stallman <rms@gnu.org>
12903
12904 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12905 (query-replace-highlight, query-replace-lazy-highlight)
12906 (query-replace): Definitions moved up. Doc fix.
12907
12908 2005-01-03 Richard M. Stallman <rms@gnu.org>
12909
12910 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12911 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12912 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12913 (lazy-highlight-face): Rename from isearch-lazy-...
12914 Change all references to them.
12915
12916 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12917
12918 * cus-edit.el (custom-file): Doc fix for defcustom.
12919 (custom-file): The function no longer sets the variable
12920 `custom-file' to its return value.
12921
12922 * startup.el (command-line): No longer load `custom-file'.
12923
12924 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12927
12928 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12929 Don't confuse module-prefixed identifiers for labels.
12930 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12931
12932 2005-01-02 Richard M. Stallman <rms@gnu.org>
12933
12934 * files.el (basic-save-buffer-1): Fix previous change.
12935
12936 * loadhist.el (file-loadhist-lookup): New function.
12937 (file-provides, file-requires): Use it.
12938
12939 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12940 instead of calculating the right size.
12941
12942 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12943
12944 * vc-svn.el (vc-svn-diff): Stay local if possible.
12945
12946 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12949
12950 * files.el (hack-local-variables): Fix last change.
12951
12952 2005-01-02 Jay Belanger <belanger@truman.edu>
12953
12954 * calc/calc-yank.el (calc-edit-top): New variable.
12955 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12956 object. Change header properties.
12957 (calc-edit-finish, calc-edit-finish-stack-object)
12958 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12959 edited object.
12960 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12961 for the beginning of the edited object.
12962 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12963 for the beginning of the edited object.
12964 * calc/calc-prog.el (calc-edit-macro-finish-edit)
12965 (calc-finish-formula-edit, calc-macro-repeats)
12966 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12967 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12968 beginning of the edited object.
12969 (calc-user-define-edit): Change the header for editing macros.
12970 Remove unnecessary variable.
12971
12972 2005-01-01 Jay Belanger <belanger@truman.edu>
12973
12974 * calc/calc-yank.el (calc-edit-mode): Change default header.
12975 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12976 * calc/calc-store.el (calc-edit-variable): Change title to match new
12977 header.
12978 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12979 mode to match new header.
12980 (calc-user-define-edit): Change titles to include names of commands.
12981 (calc-finish-formula-edit): Adjust to handle new header.
12982 (calc-finish-macro-edit): Remove.
12983 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12984 (calc-edit-macro-command, calc-edit-macro-command-type)
12985 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12986 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12987 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12988 (calc-edit-macro-finish-edit): New functions.
12989 (calc-user-define-edit): Use new functions to edit named calc macros.
12990
12991 2005-01-01 Stefan <monnier@iro.umontreal.ca>
12992
12993 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12994
12995 * ses.el (copy-region-as-kill): Deactivate mark.
12996
12997 2005-01-01 Richard M. Stallman <rms@gnu.org>
12998
12999 * replace.el (occur-1): If the output buffer is also an input,
13000 don't kill it, rename it.
13001
13002 * faces.el (set-face-background, set-face-foreground): Doc fix.
13003
13004 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13005 for :foreground and :background.
13006
13007 * dired.el (dired-view-command-alist): Variable deleted.
13008 (dired-view-file, dired-mouse-find-file-other-window):
13009 Delete the code to use it.
13010
13011 2005-01-01 Kim F. Storm <storm@cua.dk>
13012
13013 * image.el (insert-sliced-image): Use t for line-height property.
13014
13015 See ChangeLog.11 for earlier changes.
13016
13017 ;; Local Variables:
13018 ;; coding: iso-2022-7bit
13019 ;; End:
13020
13021 Copyright (C) 2005 Free Software Foundation, Inc.
13022 Copying and distribution of this file, with or without modification,
13023 are permitted provided the copyright notice and this notice are preserved.
13024
13025 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1