]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
4
5 2005-10-11 Sven Joachim <svenjoac@gmx.de>
6
7 * progmodes/sh-script.el (sh-tmp-file):
8 Use mktemp -t. Finish support for es and rc shells.
9
10 2005-10-11 Jay Belanger <belanger@truman.edu>
11
12 * calc/calcalg2.el (calc-integral): With an argument, compute the
13 definite integral.
14
15 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
16
17 * mouse.el (mouse-drag-region-1): Don't try to catch a
18 double-click when doing follow-link (it's overridden anyway).
19
20 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
21
22 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23 (autoload-print-form-outbuf): Add docstring.
24
25 2005-10-11 Juri Linkov <juri@jurta.org>
26
27 * info.el (Info-mode-menu): Delete menu item "Edit".
28 (Info-mode): Delete description of Info-edit from docstring,
29 and rearrange descriptions of Info commands in the order
30 they are documented in the Info manual.
31
32 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * calendar/appt.el (appt-check): Use diary-selective-display var.
35
36 2005-10-10 Richard M. Stallman <rms@gnu.org>
37
38 * net/newsticker.el (newsticker-start, newsticker-show-news):
39 Add autoload cookies.
40
41 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
42
43 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
44
45 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
46
47 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
48
49 2005-10-10 Jay Belanger <belanger@truman.edu>
50
51 * calc/calc-arith.el (math-check-known-scalarp)
52 (math-check-known-matrixp): Check the values of arguments that are
53 variables.
54 (math-check-known-square-matrixp): New function.
55 (math-known-square-matrixp): Use math-check-known-square-matrixp.
56 (math-super-types): Add sqmatrix type.
57
58 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
59 mode name `square' to 'sqmatrix'.
60
61 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
62 mode name `square' to 'sqmatrix'.
63
64 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * progmodes/etags.el (select-tags-table-mode): Don't use
67 selective-display.
68 (tags-select-tags-table): Pass `button' to the action function.
69 (select-tags-table): Place the side-info on button properties rather
70 than in hidden text. Abbreviate file names.
71 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
72 (select-tags-table-select): Add `button' argument.
73 Get side-info from the button property rather than from hidden text.
74
75 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
76
77 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
78 (gud-speedbar-buttons): Preserve point if possible.
79 (gud-sentinel): Restore previous speedbar display type.
80
81 * progmodes/gdb-ui.el (gdba): Improve diagram.
82 (def-gdb-auto-update-handler, gdb-info-locals-handler)
83 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
84 Call get-buffer-window once.
85
86 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
89 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
90 (pascal-indent-command): Remove unused var `ind'.
91 (pascal-indent-case): Remove unused var `oldpos'.
92 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
93 since it's now used as a proper minor mode map.
94 (pascal-outline): Rename to pascal-outline-mode.
95 (pascal-outline-mode): Use define-minor-mode.
96 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
97 selective-display.
98
99 2005-10-10 Andreas Schwab <schwab@suse.de>
100
101 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
102 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
103
104 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
105 outside source directory.
106
107 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
108
109 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
110 C-x' as a prefix.
111 (orgtbl-mode-map): Full keymap instead of sparse, because all
112 `self-insert-command' keys are redefined in this map.
113 (org-export-as-html): Specify charset for HTML file, by taking it
114 from the coding system.
115
116 2005-10-10 Kenichi Handa <handa@m17n.org>
117
118 * textmodes/flyspell.el (flyspell-check-word-p):
119 If unread-command-events is non-empty, don't call sit-for.
120
121 2005-10-09 Richard M. Stallman <rms@gnu.org>
122
123 * font-lock.el (font-lock-syntactic-keywords)
124 (font-lock-keywords): Doc fixes.
125
126 * textmodes/flyspell.el (flyspell-external-point-words):
127 Simplify logic, and don't try to check for consecutive appearances
128 of one incorrect word.
129
130 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
131
132 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
133 separator.
134
135 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
136 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
137 (gud-expansion-speedbar-buttons): New function.
138 (gud-speedbar-buttons): Check for gud-comint-buffer.
139
140 2005-10-09 Bill Wohler <wohler@newt.com>
141
142 * Makefile.in (updates): Add mh-loaddefs dependency.
143
144 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
145
146 * speedbar.el (speedbar-file-key-map): Fix typo.
147
148 2005-10-09 Daniel Brockman <daniel@brockman.se>
149
150 * cus-start.el (line-spacing): Add custom spec.
151
152 2005-10-09 Romain Francoise <romain@orebokech.com>
153
154 * textmodes/ispell.el (ispell-check-version): Fix last change.
155
156 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
157
158 * term/x-win.el: Remove -i, --icon-type from comment.
159
160 * startup.el (command-line-x-option-alist): Remove options -i,
161 -itype, --icon-type, added -nb, --no-bitmap-icon
162
163 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
164
165 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
166 instead of :active.
167
168 2005-10-08 Eric Hanchrow <offby1@blarg.net>
169
170 * textmodes/ispell.el (ispell-check-version):
171 Ignore hyphen, and all that follows, in aspell's version text.
172
173 2005-10-08 Jay Belanger <belanger@truman.edu>
174
175 * calc/calc-arith.el (math-known-square-matrixp): New function.
176 (math-pow-fancy): Check for matrices before distributing exponent
177 across products.
178
179 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
180 fullscreen keypad. Suggested by Luc Teirlinck.
181 (calc-keypad-show-input): Add space for formatting.
182
183 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
184 Add square matrix option.
185
186 * calc/calc-poly.el (math-expand-term): Check for matrices instead
187 of checking calc-matrix-mode when deciding how to expand.
188
189 * calc/calc.el (calc-set-mode-line): Add square matrix option.
190
191 2005-10-08 Lars Hansen <larsh@soem.dk>
192
193 * net/tramp.el (tramp-perl-directory-files-and-attributes):
194 Add error handling.
195 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
196
197 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
198
199 Sync with Tramp 2.0.51.
200
201 * net/tramp.el (tramp-handle-set-visited-file-modtime)
202 (tramp-handle-insert-file-contents, tramp-handle-write-region):
203 Insert special handling for `last-coding-system-used', again
204 it still seems to be necessary (unlike stated before).
205 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
206 (tramp-password-prompt-regexp): There might be other words before
207 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
208 (tramp-chunksize): Improve docstring.
209 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
210 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
211 Christian Joergensen <bugs@razor.dk>.
212
213 2005-10-07 Glenn Morris <rgm@gnu.org>
214
215 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
216 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
217 precision'.
218
219 2005-10-07 Romain Francoise <romain@orebokech.com>
220
221 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
222 (ibuffer-do-shell-command-pipe-replace)
223 (ibuffer-do-shell-command-file, ibuffer-do-eval)
224 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
225 (ibuffer-do-revert, ibuffer-do-replace-regexp)
226 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
227 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
228 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
229 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
230 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
231 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
232 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
233 Autoload file sans suffix.
234
235 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
236
237 2005-10-07 David Ponce <david@dponce.com>
238
239 * recentf.el (recentf-menu-open-all-flag): New option.
240 (recentf-digit-shortcut-command-name): New function.
241 (recentf--shortcuts-keymap): New variable.
242 (recentf-menu-shortcuts): New variable.
243 (recentf-make-menu-items): Initialize it. Replace the "More..."
244 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
245 (recentf-menu-value-shortcut): New function.
246 (recentf-make-menu-item): Use it. No more in-lined.
247 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
248 (recentf-open-most-recent-file): Rename from
249 `recentf-open-file-with-key'. Don't depend on key binding.
250 (recentf-mode-map): New variable.
251 (recentf-mode): Use it.
252
253 2005-10-06 Bill Wohler <wohler@newt.com>
254
255 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
256
257 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
258 (MH-E-SRC): New. Used by mh-autoloads.
259 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
260 files in MH-E-SRC have been updated.
261 (compile, recompile, bootstrap): Depend on mh-autoloads.
262
263 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
264
265 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
266 gud-break and gud-remove icons when the fringe is not available.
267
268 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
269 Typo.
270
271 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
272
273 * play/zone.el (zone): Wrap body with save-window-excursion.
274
275 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
278 Use the new `list-only' arg to diary-list-entries.
279
280 * calendar/diary-lib.el: Use overlays rather than selective-display.
281 (diary-selective-display): New var.
282 (diary-header-line-format): Use it.
283 (diary-list-entries): Add argument `list-only'.
284 Put the buffer in diary-mode. Don't add \^M at beg and end.
285 Replace \^M by invisible overlays.
286 (diary-unhide-everything): Replace \^M by invisible overlays.
287 (print-diary-entries): Look for overlays rather than \^M.
288 Add a space to the temp buffer name.
289 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
290 Put the buffer in diary-mode.
291 (list-sexp-diary-entries): Replace \^M by invisible overlays.
292 (diary-anniversary): Make the year arg optional.
293 (diary-time-regexp): New const.
294 (diary-font-lock-keywords): Use it to accept a few more time formats.
295
296 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
297
298 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
299
300 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
301 Fix bug introduced 2005-07-03: Use (car (last ...))
302 to faithfully reproduce replaced artist-last.
303 (artist-set-arrow-points-for-poly): Likewise.
304 Suggested by Johan Bockg\e,Ae\e(Brd.
305
306 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
307
308 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
309 * wid-edit.el (widget):
310 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
311 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
312
313 2005-10-06 Kenichi Handa <handa@m17n.org>
314
315 * international/mule-cmds.el (set-language-environment):
316 Fix setting up of case-table for unibyte mode.
317
318 * simple.el (what-cursor-position): If the character is displayed
319 by some `display' text property, show that. Don't use
320 single-key-description for eight-bit characters in multibyte mode.
321
322 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
323
324 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
325 (gdb-ann3): Set it.
326 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
327 (gdb-info-frames-custom): Use inverse-video for first five
328 characters of selected frame only.
329 (gdb-get-frame-number): Select frame even when point is on frame
330 number.
331
332 2005-10-06 Masatake YAMATO <jet@gyve.org>
333
334 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
335 Put `font-lock-function-name-face'.
336 (gdb-info-frames-custom): Put `font-lock-function-name-face'
337 and `font-lock-variable-name-face'
338 (gdb-registers-font-lock-keywords): New font lock keywords definition.
339 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
340 (gdb-memory-font-lock-keywords): New font lock keywords definition.
341 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
342 (gdb-local-font-lock-keywords): New font lock keywords definition.
343 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
344 (gdb-threads-font-lock-keywords): New font lock keywords definition.
345 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
346
347 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
348
349 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
350 (ediff-merge-region-is-non-clash-to-skip): Previously called
351 ediff-merge-region-is-non-clash.
352
353 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
354 Use insert-buffer-substring.
355
356 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
357 selecting files to patch. Also bug fixes.
358
359 * ediff-util.el (ediff-setup): Bug fix.
360 (ediff-next-difference): Never skip clashes that differ in white
361 space only.
362
363 * ediff-wind.el (ediff-setup-control-frame)
364 (ediff-destroy-control-frame): Check the menubar feature.
365
366 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
367 (viper-refresh-mode-line): Use make-local-variable to localize
368 some vars instead of make-variable-buffer-local. Suggested by
369 Stefan Monnier.
370
371 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
372 (viper-restore-cursor-type, viper-set-insert-cursor-type):
373 Use make-local-variable instead of make-variable-buffer-local.
374 Suggested by Stefan Monnier.
375
376 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
377 (viper-comint-mode-hook): Use make-local-variable on
378 require-final-newline.
379 (viper-non-hook-settings): Don't use make-variable-buffer-local.
380
381 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
384 also the second char of a comment-start sequence.
385 (scheme-sexp-comment-syntax-table): New var.
386 (lambda, define): Set their scheme-doc-string-elt property.
387 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
388 Use lisp-font-lock-syntactic-face-function now that it properly
389 handles |...| symbols.
390 (scheme-mode-variables): Set lisp-doc-string-elt-property,
391 parse-sexp-lookup-properties and font-lock-extra-managed-props.
392
393 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
394 bit from # to |.
395 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
396
397 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
398 (lisp-doc-string-elt-property): New var.
399 (lisp-font-lock-syntactic-face-function): Use it.
400 Rewrite to recognize docstrings even for forms not at toplevel.
401
402 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
403 annotation on the | part of #| rather than on the # part.
404 (scheme-font-lock-syntactic-face-function): New function, to
405 distinguish strings from |...| symbols.
406 (scheme-mode-variables): Use it. Also fix up the font-lock-time
407 syntax-table so that #|...|# is properly highlighted.
408
409 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
410 Don't mark as docstring the 3rd elem of an unknown toplevel form.
411
412 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
413
414 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
415 and C-e.
416
417 * emacs-lisp/eldoc.el: Move comments into docstrings.
418 (eldoc-message-commands): Initialize in its declaration.
419 Add move-beginning-of-line and move-end-of-line.
420 (eldoc-add-command, eldoc-add-command-completions)
421 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
422
423 * outline.el (outline-mark-subtree): Activate the mark.
424
425 * calendar/appt.el (appt-time-regexp): New var.
426 (appt-add, appt-make-list): Use it.
427 (appt-convert-time): Clean up.
428
429 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
430 Don't set any syntax-table property here.
431 (tex-font-lock-verb): New function. Do it here.
432 (tex-font-lock-syntactic-keywords): Use it.
433
434 2005-10-04 Richard M. Stallman <rms@gnu.org>
435
436 * wid-edit.el (widget-file-complete): Get the widget start point
437 the right way. Default directory to `/' if file has none.
438
439 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
440
441 * textmodes/flyspell.el (flyspell-mode-on):
442 Call ispell-maybe-find-aspell-dictionaries.
443
444 * textmodes/ispell.el (ispell-word, ispell-region):
445 Call ispell-maybe-find-aspell-dictionaries.
446 (ispell-accept-buffer-local-defs):
447 Don't call ispell-maybe-find-aspell-dictionaries
448
449 2005-10-04 Richard M. Stallman <rms@gnu.org>
450
451 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
452
453 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
454
455 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
456 instead of `fboundp' in order to allow for anonymous functions.
457
458 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
459
460 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
461 case the user clicks on the link while another window is selected.
462 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
463
464 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
465 functionality.
466 (dframe-help-echo): Save point in case mouse tracking is off.
467
468 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
469
470 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
471
472 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
475 not change the global value of those vars.
476
477 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
478 make-local-variable which we do not need any more.
479
480 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
481
482 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
483 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
484 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
485 (speedbar-path-line): Define obsolete aliases.
486 (speedbar-line-directory): Doc fix.
487
488 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
489 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
490 instead of speedbar-line-path.
491
492 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
493
494 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
495 to nil if dropping on a window. Handle dropping on a minibuffer window
496 like dropping on a non-window part of Emacs.
497
498 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * net/ange-ftp.el: Use with-current-buffer.
501 (ange-ftp-insert-directory): Do not follow symlinks any more.
502
503 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
504 Remove interactive spec.
505
506 2005-10-03 Kim F. Storm <storm@cua.dk>
507
508 * ido.el (ido-mode): Use custom-initialize-set.
509
510 2005-10-02 Richard M. Stallman <rms@gnu.org>
511
512 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
513 Use insert-buffer-substring.
514
515 * net/tramp.el: Pacify byte compiler warnings in pacification code.
516 (tramp-handle-file-local-copy): Use insert-buffer-substring.
517
518 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
521 in last change.
522 (ange-ftp-insert-directory): Fix up the search for the case where
523 `file' is absolute.
524
525 2005-10-02 Romain Francoise <romain@orebokech.com>
526
527 * progmodes/compile.el (compile-goto-error): Delete extra paren.
528
529 2005-10-02 Andreas Schwab <schwab@suse.de>
530
531 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
532 directory component in the session info.
533
534 2005-10-01 Richard M. Stallman <rms@gnu.org>
535
536 * comint.el (comint-redirect-subvert-readonly): Doc fix.
537
538 * simple.el (next-error-internal): New function.
539
540 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
541 (compilation-start): Pass new arg to compilation-buffer-name.
542 (compile-goto-error): Use next-error-internal.
543
544 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
545
546 * speedbar.el: Remove RCS tag.
547 (speedbar-check-read-only): Handle non-existent files.
548
549 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
550
551 * info.el (Info-speedbar-hierarchy-buttons)
552 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
553
554 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
555
556 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
557 Do not match newline.
558 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
559 (bibtex-summary): Remove unnecessary save-excursion.
560 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
561
562 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
563
564 * term/mac-win.el: Add charset info for "iso10646-1".
565 Modify default fontset to use ATSUI-compatible fonts for some charsets
566 if available.
567
568 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
569
570 * speedbar.el: Re-apply arch tag.
571 (speedbar-version): Rename to version 1.0. Suggested by Eric
572 M. Ludlam.
573 Reapply two changes from Emacs CVS' version of speedbar lost
574 during the merge:
575 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
576 (speedbar-frame-parameters): Improve customize type.
577
578 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
581 (ange-ftp-file-directory-p): Fix the symlink case.
582 (ange-ftp-insert-directory): When listing a single file, get a list of
583 the parent buffer and extract the relevant line. Inspired from a patch
584 by Katsumi Yamaoka <yamaoka@jpl.org>.
585 (ange-ftp-file-name-sans-versions): Simplify.
586
587 2005-09-30 Bill Wohler <wohler@newt.com>
588
589 Move MH-E image files from toolbar and mail directories into
590 etc/images.
591
592 * mail/reply2.*: Move to etc/images/mail/reply*.
593
594 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
595 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
596 etc/images.
597
598 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
599 * toolbar/reply*: Move to etc/images/mail.
600
601 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
602
603 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
604
605 * speedbar.el: New version 1.0pre3.
606
607 Frame management code (including timer, and mouse click specifics)
608 moved to dframe.el:
609 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
610 (speedbar-timer): Removed. Use dframe-timer.
611 (speedbar-close-frame): Removed. Use dframe-close-frame.
612 (speedbar-activity-change-focus-flag): Removed. Use
613 dframe-activity-change-focus-flag.
614 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
615 dframe-update-speed.
616
617 (speedbar-current-frame): New macro. Use this instead of the
618 variable speedbar-frame.
619
620 (speedbar-use-images, speedbar-expand-image-button-alist)
621 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
622
623 (speedbar-find-image-on-load-path): Removed. Replaced by
624 defezimage in ezimage.el.
625 (speedbar-expand-image-button-alist): Removed. Replaced by
626 ezimage-expand-image-button-alist in ezimage.el.
627
628 (speedbar-ignored-directory-regexp)
629 (speedbar-add-ignored-directory-regexp)
630 (speedbar-ignored-directory-expressions)
631 (speedbar-line-directory, speedbar-buffers-line-directory)
632 (speedbar-directory-line, speedbar-buffers-line-directory):
633 Renamed, replacing `path' with `directory'.
634
635 (speedbar-create-directory, speedbar-expand-line-descendants)
636 (speedbar-toggle-line-expansion)
637 (speedbar-contract-line-descendants): New commands.
638
639 (speedbar-query-confirmation-method, speedbar-select-frame-method)
640 (speedbar-use-tool-tips-flag): New options.
641
642 (speedbar-check-read-only, speedbar-require-version)
643 (speedbar-insert-separator, speedbar-buffers-tail-notes)
644 (speedbar-handle-delete-frame, speedbar-try-completion)
645 (speedbar-update-localized-contents): New functions.
646
647 (speedbar-incompatible-version, speedbar-ro-to-do-point)
648 (speedbar-object-read-only-indicator): New variables.
649
650 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
651 New hooks.
652
653 (speedbar-separator-face): New face.
654
655 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
656 (speedbar-ignored-modes): Add fundamental-mode.
657 (speedbar-directory-unshown-regexp): Add . directories.
658
659 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
660 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
661 `]' for full expand/close.
662 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
663
664 (speedbar-check-vc): Support hidden files.
665 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
666 (speedbar-this-file-in-vc): Use vc-state if available. If VC
667 state is nil, it is not checked out.
668
669 (speedbar-line-text, speedbar-line-token): Support expand buttons
670 with no text.
671 (speedbar-refresh): Universal argument acts as power-click.
672 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
673 that buffer to get variable values.
674
675 And many other bugfixes.
676
677 * dframe.el, ezimage.el, sb-image.el: New files.
678
679 * sb-*.xpm: Remove files. New image files installed into
680 etc/images/ezimage.
681
682 2005-09-30 Kenichi Handa <handa@m17n.org>
683
684 * ps-mule.el (ps-mule-show-warning): If a character is in
685 ps-print-translation-table, don't treat it as non-printable.
686
687 2005-09-30 David Ponce <david@dponce.com>
688
689 * tree-widget.el (tree-widget-themes-load-path): New variable.
690 (tree-widget-themes-directory): Doc fix.
691 (tree-widget-image-formats) [Emacs]: Doc fix.
692 (tree-widget--locate-sub-directory): New function.
693 (tree-widget-themes-directory): Use it.
694
695 * recentf.el (recentf-filename-handlers): Rename from
696 `recentf-filename-handler'. Allow a list of functions.
697 (recentf-menu-items-for-commands): Fix :help strings.
698 (recentf-apply-filename-handlers): New function.
699 (recentf-expand-file-name): Use it.
700 (recentf-cleanup): Remove duplicates too.
701
702 2005-09-29 Juri Linkov <juri@jurta.org>
703
704 * faces.el: Rearrange face definitions to be in the same order as
705 their face descriptions in "(emacs)Standard Faces".
706
707 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
708
709 * tooltip.el (tooltip): Add group `basic-faces'.
710
711 * buff-menu.el (Buffer-menu-buffer): Remove group
712 `font-lock-highlighting-faces'.
713
714 * progmodes/compile.el (compilation-error, compilation-warning)
715 (compilation-info, compilation-line-number, compilation-column-number):
716 Change group from `font-lock-highlighting-faces' to `compilation'.
717
718 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
719 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
720 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
721 (vhdl-font-lock-reserved-words-face)
722 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
723 `font-lock-highlighting-faces'.
724
725 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
726
727 2005-09-28 Kim F. Storm <storm@cua.dk>
728
729 * emulation/cua-base.el: Set CUA move property on additional commands:
730 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
731 forward-sexp, backward-sexp, forward-list, backward-list.
732
733 2005-09-28 Romain Francoise <romain@orebokech.com>
734
735 * comint.el (comint-show-output): Really set point at the
736 beginning of the output when not using `comint-use-prompt-regexp'.
737
738 2005-09-27 Jay Belanger <belanger@truman.edu>
739
740 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
741 in TeX mode.
742
743 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
744
745 * textmodes/org.el (org-table-sum): Fix format string.
746
747 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
748 Quote face names.
749
750 2005-09-26 Romain Francoise <romain@orebokech.com>
751
752 * isearch.el (isearch-forward-regexp): Close doc string.
753
754 2005-09-25 Richard M. Stallman <rms@gnu.org>
755
756 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
757
758 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
759
760 * progmodes/compile.el (compilation-error-properties):
761 When getting the file from the previous error message,
762 correctly decode the new data format.
763
764 * progmodes/cc-cmds.el (c-electric-paren):
765 Call old-blink-paren only for close-paren.
766
767 2005-09-24 Andreas Schwab <schwab@suse.de>
768
769 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
770 condition.
771
772 2005-09-25 Romain Francoise <romain@orebokech.com>
773
774 * dired-aux.el (dired-copy-file-recursive):
775 * dired.el (dired-delete-file):
776 * ediff-mult.el (ediff-dir-diff-copy-file):
777 * ediff-util.el (ediff-test-save-region):
778 * forms.el (forms-mode):
779 * ido.el (ido-file-internal, ido-delete-file-at-head):
780 * log-edit.el (log-edit-done):
781 * ses.el (ses-yank-resize):
782 * play/gomoku.el (gomoku-human-plays, gomoku)
783 (gomoku-human-resigns, gomoku-prompt-for-other-game)
784 (gomoku-offer-a-draw):
785 * play/landmark.el (lm-human-resigns, lm):
786 * net/eudcb-ldap.el (eudc-ldap-check-base):
787 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
788 * progmodes/ebrowse.el (ebrowse-find-pattern):
789 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
790 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
791 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
792
793 * vc.el (vc-delete-file):
794 * play/gomoku.el (gomoku-terminate-game, gomoku)
795 (gomoku-prompt-for-move, gomoku-human-takes-back):
796 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
797 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
798
799 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
800
801 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
802 color rxvt terminals by using the code xterm.el used to use before
803 2005-04-09 in order to match the colors used by rxvt.
804
805 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
806
807 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
808 colors rxvt-unicode terminals by using the same code as xterm.el.
809
810 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
811
812 * textmodes/tex-mode.el (tex-font-lock-append-prop)
813 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
814 new symbol used for the tex-verbatim face.
815
816 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
817
818 * woman.el (woman-file-name):
819 * wid-edit.el (widget-file-prompt-value)
820 (widget-coding-system-prompt-value):
821 * w32-fns.el (set-w32-system-coding-system):
822 * vc.el (vc-version-diff, vc-annotate):
823 * textmodes/reftex-auc.el (reftex-arg-cite)
824 (reftex-arg-index-tag):
825 * textmodes/refer.el (refer-get-bib-files):
826 * textmodes/artist.el (artist-figlet-choose-font):
827 * terminal.el (terminal-emulator):
828 * replace.el (occur-read-primary-args):
829 * rect.el (string-rectangle, string-insert-rectangle):
830 * ps-print.el (ps-print-preprint):
831 * progmodes/pascal.el (pascal-goto-defun):
832 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
833 * progmodes/compile.el (compilation-find-file):
834 * printing.el (pr-interactive-n-up):
835 * play/animate.el (animate-birthday-present):
836 * net/rcompile.el (remote-compile):
837 * man.el (man, Man-goto-section, Man-follow-manual-reference):
838 * mail/rmailsum.el (rmail-summary-search-backward)
839 (rmail-summary-search):
840 * mail/rmailout.el (rmail-output-read-rmail-file-name)
841 (rmail-output-read-file-name):
842 * mail/rmail.el (rmail-search, rmail-search-backwards):
843 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
844 * locate.el (locate):
845 * international/quail.el (quail-show-keyboard-layout):
846 * international/mule.el (set-buffer-file-coding-system)
847 (revert-buffer-with-coding-system, set-file-name-coding-system)
848 (set-terminal-coding-system, set-keyboard-coding-system)
849 (set-next-selection-coding-system):
850 * international/mule-diag.el (describe-coding-system)
851 (describe-font, describe-fontset):
852 * international/mule-cmds.el (universal-coding-system-argument)
853 (search-unencodable-char, describe-input-method)
854 (set-language-environment, describe-language-environment):
855 * international/codepage.el (codepage-setup):
856 * international/code-pages.el (codepage-setup):
857 * info.el (Info-search, Info-follow-reference)
858 (Info-search-backward):
859 * emacs-lisp/advice.el (ad-read-advised-function)
860 (ad-read-advice-class, ad-clear-cache, ad-activate)
861 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
862 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
863 (ad-read-regexp):
864 * ediff-util.el (ediff-toggle-regexp-match):
865 * ediff-ptch.el (ediff-prompt-for-patch-file):
866 * dired-aux.el (dired-diff):
867 * diff.el (diff):
868 * cus-edit.el (custom-variable-prompt):
869 * calendar/timeclock.el (timeclock-ask-for-project):
870 * calc/calcalg3.el (calc-get-fit-variables):
871 * calc/calc-store.el (calc-edit-variable)
872 (calc-permanent-variable):
873 * vc-mcvs.el (vc-mcvs-register):
874 * shadowfile.el (shadow-define-literal-group):
875 * woman.el (woman-file-name):
876 * vc.el (vc-version-diff, vc-merge):
877 * textmodes/reftex-index.el (reftex-index-complete-tag):
878 * format.el (format-decode-buffer, format-decode-region):
879 * emulation/viper-cmd.el (viper-read-string-with-history):
880 * emacs-lisp/debug.el (cancel-debug-on-entry):
881 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
882 * ediff.el (ediff-merge-revisions)
883 (ediff-merge-revisions-with-ancestor, ediff-revision):
884 * completion.el (interactive-completion-string-reader):
885 * calc/calc-prog.el (calc-user-define-formula):
886 Follow convention for reading with the minibuffer.
887
888 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
889
890 * progmodes/python.el (python-describe-symbol): Add globals() and
891 locals() to the arguments of emacs.ehelp.
892
893 2005-09-24 Magnus Henoch <mange@freemail.hu>
894
895 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
896 New function, code extracted from ispell-valid-dictionary-list.
897 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
898 Call it.
899
900 2005-09-24 Eli Zaretskii <eliz@gnu.org>
901
902 * subr.el (version-regexp-alist): Extend valid syntax for version
903 strings: allow any of the characters -,_,+ to separate the
904 alpha/beta/rc part from the version part. Doc fix.
905 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
906
907 2005-09-23 David Reitter <david.reitter@gmail.com>
908
909 * mail/mailclient.el: New file.
910
911 2005-09-23 Richard M. Stallman <rms@gnu.org>
912
913 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
914 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
915 Doc fixes.
916
917 * progmodes/cc-mode.el (c-font-lock-init):
918 Specify font-lock-lines-before.
919
920 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
923 whole conflict.
924
925 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
926
927 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
928 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
929 of `remap' feature when available. Additional key bindings for
930 better tty support.
931 (org-mode-restart, org-force-self-insert): New commands.
932 (org-time-stamp-inactive): New command.
933 (org-remap): New function.
934 (org-table-auto-blank-field, org-level-color-stars-only): New options.
935 (org-enable-fixed-width-editor): Move to `org-structure'
936 customization group.
937 (org-self-insert-command, orgtbl-self-insert-command): Modify to
938 blank field after field motion commands.
939
940 2005-09-23 Kenichi Handa <handa@m17n.org>
941
942 * international/mule-cmds.el (set-language-environment):
943 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
944 have to call utf-translate-cjk-load-tables.
945
946 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * mouse.el (mouse-move-drag-overlay): Fix last change.
949
950 2005-09-22 David Ponce <david@dponce.com>
951
952 * tree-widget.el (tree-widget-value-create): Fix previous change.
953
954 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
955
956 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
957
958 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * mouse.el (mouse-move-drag-overlay): New function.
961 (mouse-drag-region-1): Use it.
962 Try to simplify a bit the state handling. Handle clicks on links
963 inside intangible areas.
964 (mouse-save-then-kill): Minor simplification.
965 (mouse-secondary-overlay): Make it always non-nil instead of
966 recreating it each time.
967 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
968 (mouse-kill-secondary, mouse-secondary-save-then-kill):
969 Simplify accordingly.
970
971 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
972
973 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
974
975 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
976
977 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
978 (ediff-file-name-sans-prefix): Treat nil as an empty string.
979 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
980 to patch.
981
982 * ediff-util.el: Use insert-buffer-substring.
983
984 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
985
986 * emulation/viper-cmd.el (viper-change-state): Don't move over the
987 field boundaries in the minibuffer.
988 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
989 (viper-minibuffer-post-command-hook): New hook.
990 (viper-line): Don't move cursor at bolp.
991
992 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
993
994 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
995 avoid compiler warnings.
996
997 * emulation/viper-macs.el (ex-map): Better messages.
998
999 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1000
1001 * emulation/viper.el: Replace make-variable-buffer-local with
1002 viper-make-variable-buffer-local everywhere, to avoid warnings.
1003
1004 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1007 Delete unused var `old-selected-window'.
1008 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1009 (mouse-drag-secondary): Delete unused var `start-frame'.
1010
1011 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1012
1013 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1014
1015 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1018 Re-indent within 80 columns. Use inhibit-read-only.
1019
1020 2005-09-19 Romain Francoise <romain@orebokech.com>
1021
1022 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1023
1024 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1027 unconditionally, since the after-change-function already did it.
1028
1029 2005-09-19 Miles Bader <miles@gnu.org>
1030
1031 * net/newsticker.el: Get rid of CVS keyword.
1032
1033 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1034
1035 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1036 The prompt is formatted later.
1037
1038 2005-09-19 David Ponce <david@dponce.com>
1039
1040 * tree-widget.el (tree-widget-value-create): Save the converted
1041 tree :node widget.
1042
1043 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1044
1045 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1046 variable `message'.
1047
1048 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1049
1050 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1051 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1052 <slawomir.nowaczyk.847@student.lu.se>.
1053
1054 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * image.el (image-load-path): Use symbol `data-directory' instead
1057 of its value, for backward compatibility with packages that bind
1058 it during `find-image'. Suggested by Katsumi Yamaoka.
1059 (image-search-load-path): Handle symbols whose values are strings.
1060
1061 2005-09-18 Romain Francoise <romain@orebokech.com>
1062
1063 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1064 with-current-buffer form in save-excursion.
1065
1066 2005-09-18 D Goel <deego@gnufans.org>
1067
1068 * apropos.el (apropos-command): Fix `message' call: first arg
1069 should be a format spec. In this and all other cases that appear
1070 below and elsewhere in the source code, I made a change only when
1071 two conditions were satisfied: [1] I can think of a possibility
1072 that the arguments would cause an error, for example, the code in
1073 question relies on external variables such as filenames. [2] I
1074 was sure that the arg to `message' could not have been nil in the code.
1075
1076 * textmodes/tildify.el (tildify-region): Ditto.
1077
1078 * textmodes/reftex-index.el (reftex-index-change-entry)
1079 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1080 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1081 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1082 (org-priority, org-table-sum):
1083 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1084 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1085 (flyspell-word, flyspell-display-next-corrections):
1086 * textmodes/bibtex.el (bibtex-print-help-message):
1087 * textmodes/artist.el (artist-key-set-point-poly):
1088 * term/mac-win.el (mac-services-insert-text):
1089 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1090 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1091 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1092 (vhdl-compose-configuration):
1093 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1094 (sh-set-indent, sh-learn-line-indent):
1095 * progmodes/ps-mode.el (ps-mode-target-column):
1096 * progmodes/idlwave.el (idlwave-make-tags)
1097 (idlwave-scan-library-catalogs):
1098 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1099 * progmodes/gud.el (gud-jdb-analyze-source):
1100 * progmodes/flymake.el (flymake-log):
1101 * progmodes/ebnf2ps.el (ebnf-generate-region):
1102 * progmodes/cmacexp.el (c-macro-expansion):
1103 * progmodes/ada-xref.el (ada-treat-cmd-string):
1104 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1105 (ada-justified-indent-current, ada-batch-reformat):
1106 * play/zone.el (zone):
1107 * play/landmark.el (lm-move):
1108 * play/decipher.el (decipher-show-alphabet):
1109 * net/newsticker.el (newsticker--display-jump)
1110 (newsticker--display-scroll):
1111 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1112 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1113 * mail/feedmail.el (feedmail-dump-message-to-queue):
1114 * eshell/esh-proc.el (eshell-remove-process-entry):
1115 * emulation/ws-mode.el (ws-last-error):
1116 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1117 (viper-record-kbd-macro):
1118 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1119 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1120 * emacs-lisp/find-func.el (find-function-noselect):
1121 * calendar/timeclock.el (timeclock-status-string)
1122 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1123 (timeclock-when-to-leave-string):
1124 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1125 * calc/calc-units.el (calc-enter-units-table):
1126 * calc/calc-mode.el (calc-mode-record-mode):
1127 * woman.el (woman-mini-help):
1128 * wdired.el (wdired-change-to-wdired-mode):
1129 * vc.el (vc-retrieve-snapshot):
1130 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1131 * startup.el (display-startup-echo-area-message):
1132 * simple.el (set-goal-column):
1133 * ses.el (ses-command-hook, ses-recalculate-cell):
1134 * server.el (server-process-filter):
1135 * printing.el (pr-interface-txt-print, pr-interface-printify)
1136 (pr-interface-ps):
1137 * pcvs.el (cvs-help):
1138 * log-edit.el (log-edit, log-edit-mode-help):
1139 * iswitchb.el (iswitchb-possible-new-buffer):
1140 * isearch.el (isearch-edit-string):
1141 * image-mode.el (image-mode, image-minor-mode):
1142 * ibuf-macs.el (define-ibuffer-filter):
1143 * hi-lock.el (hi-lock-find-patterns):
1144 * files.el (toggle-read-only):
1145 * ediff-util.el (ediff-copy-diff)
1146 (ediff-write-merge-buffer-and-maybe-kill):
1147 * echistory.el (Electric-history-undefined):
1148 * dnd.el (dnd-insert-text):
1149 * dired-aux.el (dired-query):
1150 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1151 * bookmark.el (bookmark-bmenu-locate):
1152 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1153 Fix `message' calls to ensure first arg is a format string.
1154 The change was made only when these two conditions were satisfied:
1155 [1] when there is a possibility that the arguments would cause an error
1156 for example, if the code in question relies on external variables
1157 such as filenames, and
1158 [2] if the arg to `message' could not have been nil in the code.
1159
1160 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1161 Not having a %s would be weird, though not technically wrong.
1162
1163 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1164
1165 * term/mac-win.el (mac-add-charset-info): Doc fix.
1166
1167 2005-09-17 Romain Francoise <romain@orebokech.com>
1168
1169 * shell.el (shell-resync-dirs): Handle echoing processes more
1170 reliably. Don't insert resync command if `comint-process-echoes'
1171 is non-nil.
1172
1173 2005-09-17 Magnus Henoch <mange@freemail.hu>
1174
1175 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1176 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1177 aspell versions >= 0.60.
1178 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1179 only if ispell-aspell-supports-utf8 is non-nil.
1180
1181 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1182
1183 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1184 buffer-local value to lisp-indent-function.
1185
1186 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1187
1188 * progmodes/glasses.el (glasses-make-readable): If
1189 glasses-separator differs from underscore, put appropriate
1190 overlays over underscore characters.
1191 (glasses-convert-to-unreadable): If glasses-separator differs from
1192 underscore, try to convert glasses-separator characters to
1193 underscores.
1194
1195 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1198 Use with-syntax-table and dolist.
1199
1200 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1201
1202 * textmodes/reftex-auc.el:
1203 * textmodes/reftex-cite.el:
1204 * textmodes/reftex-dcr.el:
1205 * textmodes/reftex-global.el:
1206 * textmodes/reftex-parse.el:
1207 * textmodes/reftex-ref.el:
1208 * textmodes/reftex-sel.el:
1209 * textmodes/reftex-toc.el:
1210 * textmodes/reftex-vars.el:
1211 * textmodes/reftex.el: Small changes to remove compiler warnings.
1212
1213 * textmodes/reftex-index.el: Likewise.
1214 (reftex-query-index-phrase): More efficient use of markers.
1215
1216 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1217
1218 * image.el (image-load-path): New variable.
1219 (image-search-load-path): New function.
1220 (find-image): Search for images in `image-load-path'.
1221
1222 2005-09-15 Richard M. Stallman <rms@gnu.org>
1223
1224 * follow.el: Change Maintainer field.
1225
1226 2005-09-15 David Ponce <david@dponce.com>
1227
1228 * recentf.el (recentf-save-file-modes): New option.
1229 (recentf-save-list): Use it.
1230
1231 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1232
1233 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1234 (mode-line-mule-info, mode-line-modified): Move bindings from
1235 mouse-3 to mouse-1.
1236
1237 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * simple.el (sendmail-user-agent-compose): Revert last change.
1240
1241 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1244 Use with-current-buffer.
1245 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1246 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1247 (ange-ftp-insert-directory): Remove unused var `short'.
1248 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1249
1250 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1251 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1252
1253 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1254 (check-calendar-holidays, diary-list-entries): Autoload.
1255 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1256 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1257
1258 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1259 which mistakenly removed a call to display-buffer.
1260
1261 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1262
1263 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1264
1265 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1266
1267 * progmodes/hideshow.el
1268 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1269 (hs-allow-nesting): New user var.
1270 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1271 (hs-hide-block-at-point): When nesting allowed,
1272 if there is already an overlay in place, delete it.
1273 (hs-safety-is-job-n): Delete func; remove call sites.
1274 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1275 (hs-overlay-at): New func.
1276 (hs-already-hidden-p, hs-show-block): Use it.
1277 (hs-hide-all): Don't pre-clean if nesting allowed.
1278 (hs-show-all): Temporarily disallow
1279 nesting around call to `hs-discard-overlays'.
1280
1281 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1282
1283 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1284 Delete unused local var.
1285
1286 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1287
1288 * help-fns.el (describe-categories): "?\ " -> "?\s".
1289 (help-do-arg-highlight): Recognize also ARG-n, as in
1290 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1291
1292 * international/codepage.el (dos-unsupported-char-glyph):
1293 * net/newsticker.el (tool-bar-map, w3-mode-map)
1294 (w3m-minor-mode-map):
1295 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1296 (ent-alist):
1297 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1298
1299 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1300
1301 * custom.el (custom-push-theme): Handle the case where a symbol is
1302 bound but face properties have not yet been assigned.
1303
1304 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1305 Fix behavior if noerase is `t' and there is no mail buffer.
1306
1307 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1308 if `continue' is nil, rather than signal an error.
1309
1310 2005-09-12 Richard M. Stallman <rms@gnu.org>
1311
1312 * font-lock.el (font-lock-keywords): Add autoload.
1313
1314 * help-fns.el (describe-variable): Rearrange to put source link
1315 in a predictable place.
1316
1317 * net/newsticker.el: New file.
1318
1319 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1322 (calendar-basic-setup): Use the new nil arg.
1323 (number-of-diary-entries): Move to diary-lib.el.
1324
1325 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1326 (diary-list-entries): Use with-syntax-table and dolist.
1327 Rename from list-diary-entries.
1328 Use number-of-diary-entries if `number' is nil.
1329 (diary, diary-view-entries): Use this new name and new nil arg value.
1330 (number-of-diary-entries): Move from calendar.el.
1331 (diary-unhide-everything): New function.
1332 (include-other-diary-files, fancy-diary-display)
1333 (diary-show-all-entries, make-diary-entry): Use it.
1334 (diary-mail-entries): Use buffer-string.
1335 (mark-diary-entries): Fix long standing paren typo.
1336 (diary-sexp-entry): Use count-lines.
1337 (make-diary-entry): Avoid `previous-line'.
1338 (diary-mode-map): New var.
1339 (diary-mode): Redraw cal after saving. Setup header-line.
1340 (fancy-diary-display-mode): Use local-set-key.
1341
1342 * startup.el (command-line): Try calling various terminal-init-foo-bar
1343 functions by stripping hyphenated suffixes from $TERM.
1344
1345 * files.el (normal-mode): Check boundness of font-lock-keywords.
1346
1347 2005-09-12 Richard M. Stallman <rms@gnu.org>
1348
1349 * progmodes/compile.el: Don't decide a file's directory
1350 until the user actually tries to go there.
1351 (compilation-next-error-function):
1352 Pass compilation-find-file the directory from the file-struct.
1353 (compilation-internal-error-properties): Separate local FILE-STRUCT
1354 from FILE. Doc the args better. Rename arg FMT to FMTS.
1355 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1356 Expand it, and if nil, use default-directory.
1357 (compilation-get-file-structure): Don't mix specified directory
1358 with default directory. Put specified directory into
1359 file-struct. Don't make the file name absolute.
1360
1361 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1362 (compile-command): Add autoload.
1363 (compilation-disable-input): Add autoload.
1364
1365 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1366
1367 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1368 strings of the variables it can override.
1369 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1370 %Q and %q, for fully-qualified domain name and unqualified host name.
1371
1372 2005-09-11 Kim F. Storm <storm@cua.dk>
1373
1374 * emacs-lisp/authors.el (authors-aliases): Update list.
1375 (authors-fixed-entries): Update mldrag.el entry.
1376
1377 2005-09-10 Alan Mackenzie <acm@muc.de>
1378
1379 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1380 from the region narrowed to.
1381
1382 2005-09-10 Magnus Henoch <mange@freemail.hu>
1383
1384 * textmodes/ispell.el (ispell-check-version): Signal an error if
1385 aspell version is less than 0.60.
1386
1387 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1388
1389 * progmodes/octave-inf.el (inferior-octave-startup):
1390 Resync current dir at the end.
1391
1392 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1393
1394 * woman.el (woman-topic-at-point-default):
1395 Rename to woman-use-topic-at-point-default.
1396 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1397 (woman-file-name): Reflect renames above. Automatically use the
1398 word at point as topic if woman-use-topic-at-point is non-nil.
1399 Otherwise offer it as default but don't insert it in the
1400 minibuffer. Also use `test-completion' instead of `assoc' as
1401 suggested by Stefan Monnier.
1402
1403 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1404
1405 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1406 the attempt to do it over Tramp. This is not yet supported.
1407
1408 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1409
1410 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1411 (menu-bar-non-minibuffer-window-p): New functions.
1412 ("Split Window", "Save As..."): Use them.
1413 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1414 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1415 Use menu-bar-menu-frame-live-and-visible-p.
1416 ("Save Buffer", "Insert File", "Open Directory...")
1417 ("Open File...", "Visit New File..."):
1418 Use menu-bar-non-minibuffer-window-p.
1419 (kill-this-buffer-enabled-p, dired <menu-enable>):
1420 Use menu-bar-non-minibuffer-window-p.
1421
1422 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1423
1424 * cus-start.el (all): Don't complain about fringe-related
1425 built-ins if fringes are not supported. Ditto about
1426 selection-related built-ins. Fix the test for GTK-related built-ins.
1427
1428 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1429 ("Postscript Print Buffer", "Print Region", "Save As...")
1430 ("Save", "Insert File...", "Open Directory...")
1431 ("Open File...", "Visit New File..."")
1432 ("Truncate Long Lines in this Buffer"): Don't look at
1433 menu-updating-frame if this display does not support multiple frames.
1434
1435 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1436
1437 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1438
1439 2005-09-09 Emilio Lopes <eclig@gmx.net>
1440
1441 * woman.el: Format- and whitespace-related changes.
1442
1443 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1444
1445 * woman.el: Fix my email address.
1446
1447 2005-09-08 Richard M. Stallman <rms@gnu.org>
1448
1449 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1450 (sh-mode): Locally set skeleton-pair-default-alist.
1451
1452 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1453
1454 * progmodes/flymake.el: Require `compile' unconditionally.
1455
1456 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1457
1458 * woman.el (woman-file-name): Provide a default, not initial input.
1459
1460 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1461
1462 * font-lock.el (font-lock-support-mode): Doc fix.
1463
1464 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1465
1466 2005-09-08 Richard M. Stallman <rms@gnu.org>
1467
1468 * simple.el (blink-matching-open): Get rid of text props from
1469 the string shown in echo area. Don't permanently set point.
1470 Some rearrangements.
1471
1472 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1473
1474 * recentf.el (recentf-filename-handler): Add custom choice
1475 `abbreviate-file-name'.
1476
1477 * msb.el (msb--very-many-menus): Fix typo.
1478
1479 * disp-table.el (standard-display-european): Don't set
1480 enable-multibyte-characters to nil.
1481
1482 2005-09-08 David Ponce <david@dponce.com>
1483
1484 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1485 (recentf-expand-file-name): Doc fix.
1486 (recentf-dialog-mode-map): Define digit shortcuts.
1487 (recentf--files-with-key): New variable.
1488 (recentf-show-digit-shortcut-filter): New function.
1489 (recentf-open-files-items): New function.
1490 (recentf-open-files): Use it.
1491 (recentf-open-file-with-key): New command.
1492
1493 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1494
1495 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1496 Suggested by Kim F. Storm.
1497 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1498 (Buffer-menu-make-sort-button): Use global keymap.
1499
1500 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1501
1502 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1503 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1504 necessary any longer with the remapped command.
1505 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1506 formatting time only.
1507
1508 * net/tramp.el (tramp-action-password)
1509 (tramp-multi-action-password): Compile the password prompt from
1510 `method', `user' and `host'. Sometimes it isn't obvious which
1511 password to enter, for example with remote files offered by
1512 recentf.el, or with multiple steps. Suggested by Robert Marshall
1513 <robert@chezmarshall.freeserve.co.uk>.
1514
1515 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1517 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1518 Fix regexp for when "s///" is at the beginning of line.
1519
1520 2005-09-07 Jay Belanger <belanger@truman.edu>
1521
1522 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1523 when in matrix mode.
1524
1525 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1528 non-anonymous functions.
1529
1530 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1533 when using a header line. Otherwise, use mouse-1-click-follows-link.
1534
1535 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1536 can't be moved; don't signal an error.
1537
1538 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * cus-theme.el (custom-theme-write-faces): Save the current face
1541 spec, not the defface spec.
1542
1543 * custom.el (custom-known-themes): Clarify meaning of "standard".
1544 (custom-push-theme): Save old values in the standard theme.
1545 (disable-theme): Correct typo.
1546 (custom-face-theme-value) Deleted unused function.
1547 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1548
1549 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * progmodes/compile.el (compilation-goto-locus): Take into account
1552 iconified frames when determining whether the buffer is
1553 already visible.
1554 Don't reset window height if the window already existed.
1555
1556 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * custom.el (load-theme): Rename from require-theme.
1559 Add interactive spec.
1560 (enable-theme): Rename from custom-enable-theme.
1561 Add interactive spec.
1562 (disable-theme): Rename from custom-disable-theme.
1563 Add interactive spec.
1564 (custom-make-theme-feature): Doc fix.
1565 (custom-theme-directory): Doc fix.
1566 (provide-theme): Call enable-theme.
1567
1568 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1569
1570 * obsolete/lazy-lock.el (lazy-lock-mode):
1571 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1572 font-lock-mode if it's off. Print a warning instead.
1573
1574 * progmodes/compile.el (compilation-start): Ignore errors if the
1575 process died before we get to send-eof.
1576
1577 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1578 Undo last change. Enclosing the result in quotes broke things on Unix
1579 since tex-send-command passes it through shell-quote-argument.
1580 (tex-send-command): Pass `file' through convert-standard-filename
1581 when possible.
1582 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1583 info in a transcript.
1584
1585 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1586
1587 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1588 fix compilation warning. Reorder the key definitions to group
1589 together keys emitted by the current version of xterm.
1590
1591 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1592 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1593 Reorder predicates to correct min-color usage.
1594
1595 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1596
1597 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1598 Kill local variables when longlines-mode is turned off.
1599
1600 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1603
1604 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1605
1606 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1607
1608 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1609 (font-lock-lines-before): Change default to being inactive.
1610 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1611 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1612
1613 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1614
1615 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1616 Deactivate temporarily advice if active (not needed for Emacs 22,
1617 but for backwards compatibility).
1618 (tramp-exists-file-name-handler): Rewrite. First implementation
1619 was too simple.
1620 (tramp-advice-make-auto-save-file-name):
1621 Call `tramp-handle-make-auto-save-file-name' (again, just for
1622 backwards compatibility).
1623
1624 2005-08-31 Reto Zimmermann <reto@gnu.org>
1625
1626 * progmodes/vhdl-mode.el
1627 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1628 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1629 (vhdl-set-default-project): New function (easier setting of default).
1630 (vhdl-port-copy): Handle extended identifiers for generics.
1631 (vhdl-compiler-alist): Better description for error message regexp.
1632 (vhdl-make): Query for target, use previous as default.
1633 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1634 (vhdl-font-lock-keywords-2): Fix fontification for record
1635 el. assign.
1636 (vhdl-speedbar-make-subpack-line): Add package body link.
1637 (vhdl-generate-makefile-1): Not include itself as dependency.
1638 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1639 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1640 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1641 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1642 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1643 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1644 (vhdl-import-project): Add string argument for `error'.
1645 (vhdl-compose-configuration)
1646 (vhdl-compose-configuration-architecture): Add configuration
1647 declaration generation.
1648 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1649 (vhdl-trailer-re): Add "record" keyword (better indentation).
1650 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1651 "[^ \t-\"]+".
1652 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1653 (vhdl-testbench-entity-file-name)
1654 (vhdl-testbench-architecture-file-name): Allow separate
1655 customization of testbench file names.
1656 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1657 (vhdl-get-visible-signals): Allow newline within alias declaration.
1658 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1659 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1660 (member-ignore-case): Alias for missing function in XEmacs.
1661 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1662 (vhdl-update-sensitivity-list): Ignore case on read signals.
1663 (vhdl-replace-string): Adjust case only for file names.
1664 (vhdl-update-sensitivity-list): Fix search for read signals.
1665 (vhdl-update-sensitivity-list): Exclude formal parameters.
1666 (vhdl-get-visible-signals): Include aliases of signals.
1667 (vhdl-get-visible-signals): Fix signal name searching.
1668 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1669 (vhdl-fixup-whitespace-region): Fix for character
1670 literals (e.g. ':').
1671
1672 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1673
1674 * ansi-color.el (comint-last-output-start):
1675 * bs.el (font-lock-verbose):
1676 * diff-mode.el (add-log-buffer-file-name-function):
1677 * dired-x.el (vm-folder-directory):
1678 * faces.el (help-xref-stack-item):
1679 * files.el (font-lock-keywords):
1680 * find-lisp.el (dired-buffers, dired-subdir-alist):
1681 * ido.el (cua-inhibit-cua-keys):
1682 * log-view.el (cvs-minor-wrap-function):
1683 * outline.el (font-lock-warning-face):
1684 * simple.el (compilation-current-error):
1685 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1686 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1687 * tooltip.el (comint-prompt-regexp):
1688 * w32-fns.el (explicit-shell-file-name):
1689 * term/mac-win.el (mac-charset-info-alist)
1690 (mac-services-selection, mac-system-script-code):
1691 * term/tty-colors.el (msdos-color-values):
1692 * term/w32-win.el (xlfd-regexp-registry-subnum):
1693 * term/x-win.el (x-keysym-table, x-selection-timeout)
1694 (x-session-id, x-session-previous-id):
1695 * textmodes/ispell.el (mail-yank-prefix):
1696 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1697 * textmodes/org.el (calc-embedded-close-formula)
1698 (calc-embedded-open-formula)
1699 (font-lock-unfontify-region-function):
1700 * textmodes/reftex-global.el (isearch-next-buffer-function)
1701 (TeX-master):
1702 * textmodes/reftex.el (font-lock-keywords):
1703 * textmodes/tex-mode.el (font-lock-comment-face)
1704 (font-lock-doc-face):
1705 * textmodes/texinfo.el (outline-heading-alist):
1706 Add defvars.
1707
1708 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1709 (artist-spray-chars, artist-mode-init, artist-replace-string)
1710 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1711 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1712 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1713
1714 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1715 (conf-align-assignments): "?\ " -> "?\s".
1716
1717 * textmodes/reftex-index.el (TeX-master): Add defvar.
1718 (reftex-index-phrases-marker): Move up defvar.
1719
1720 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1721 (reftex-toc-include-labels-indicator)
1722 (reftex-toc-include-index-indicator)
1723 (reftex-toc-max-level-indicator): Move up declarations.
1724
1725 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1726 of args to `tramp-run-real-handler', even if it's empty in this case.
1727
1728 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1729
1730 * dired.el (dired-move-to-filename-regexp): Add date format for
1731 Mac OS X 10.3 in East Asian locales.
1732
1733 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1734
1735 * files.el (make-auto-save-file-name): Add file name handler call
1736 if applicable.
1737
1738 * net/tramp.el (tramp-file-name-handler-alist)
1739 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1740 (tramp-handle-make-auto-save-file-name): Rename from
1741 `tramp-make-auto-save-file-name'.
1742 (tramp-exists-file-name-handler): New defun.
1743 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1744 `make-auto-save-file-name' is not a magic file name operation.
1745
1746 2005-08-30 Richard M. Stallman <rms@gnu.org>
1747
1748 * files.el (risky-local-variable-p):
1749 Match `-predicates' and `-commands.
1750
1751 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1752 (custom-save-all): Visit the file if necessary;
1753 kill the buffer if we created it.
1754 (custom-save-delete): Don't visit file or kill buffer here.
1755
1756 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1757
1758 * textmodes/org.el (org-special-keyword): New face.
1759 (org-table-copy-down, org-table-eval-formula)
1760 (org-table-recalculate, org-init-section-numbers):
1761 Use `string-to-number' instead of `string-to-int'.
1762 (org-get-location): Use `insert-buffer-substring' instead of
1763 `insert-buffer'.
1764 (org-modify-diary-entry-string): New function.
1765 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1766 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1767 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1768 active region.
1769 (org-export-as-html): Handle QUOTE keyword.
1770 (org-quote-string): New option.
1771 (org-bookmark-jump-unhide): New function, used for
1772 `bookmark-after-jump-hook'.
1773 (org-diary-default-entry): Apply only when not called through
1774 `org-agenda'.
1775
1776 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1777
1778 * net/eudc.el (mode-popup-menu):
1779 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1780 * progmodes/ada-mode.el (compile-auto-highlight)
1781 (skeleton-further-elements):
1782 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1783 * progmodes/cmacexp.el (msdos-shells):
1784 * progmodes/compile.el (font-lock-extra-managed-props)
1785 (font-lock-keywords, font-lock-maximum-size)
1786 (font-lock-support-mode):
1787 * progmodes/grep.el (font-lock-lines-before):
1788 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1789 * progmodes/mixal-mode.el (compile-command):
1790 * progmodes/perl-mode.el (font-lock-comment-face)
1791 (font-lock-doc-face, font-lock-string-face):
1792 * progmodes/prolog.el (comint-prompt-regexp):
1793 * progmodes/sh-script.el (font-lock-comment-face)
1794 (font-lock-set-defaults, font-lock-string-face):
1795 * progmodes/sql.el (font-lock-keyword-face)
1796 (font-lock-set-defaults, font-lock-string-face):
1797 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1798 (itimer-version, lazy-lock-defer-contextually)
1799 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1800 Add defvars.
1801
1802 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1803 (cperl-electric-keyword, cperl-electric-pod)
1804 (cperl-electric-backspace, cperl-forward-re)
1805 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1806 (vc-rcs-header, vc-sccs-header): Add defvars.
1807
1808 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1809 (font-lock-syntactic-keywords, gud-find-expr-function):
1810 Add defvars.
1811
1812 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1813 (gdb-frame-parameters): Declare before use.
1814
1815 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1816 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1817 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1818 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1819
1820 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1821 (idlwave-help-with-source): Use `insert-buffer-substring', not
1822 `insert-buffer'.
1823
1824 2005-08-29 Juri Linkov <juri@jurta.org>
1825
1826 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1827 Put outline-back-to-heading function call inside save-excursion.
1828
1829 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1830
1831 * man.el (Man-init-defvars, Man-translate-references)
1832 (Man-support-local-filenames, Man-highlight-references):
1833 * progmodes/sql.el (sql-interactive-mode):
1834 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1835
1836 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1837 (compilation-mode-font-lock-keywords): Add defvars.
1838 (checkdoc-interactive-loop): "?\ " -> "?\s".
1839
1840 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1841 (font-lock-doc-face, font-lock-string-face)
1842 (font-lock-keywords-case-fold-search): Add defvars.
1843 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1844
1845 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1846 Don't pass X and Y (they are ignored anyway).
1847 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1848 (mouse-delete-window): Make arguments optional.
1849
1850 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1851 (caesar-translate-table, minor-modes, news-buffer-save)
1852 (news-group-name, news-minor-modes): Add defvars.
1853
1854 * emacs-lisp/lselect.el (mouse-highlight-priority)
1855 (x-lost-selection-functions, zmacs-regions):
1856 * emacs-lisp/pp.el (font-lock-verbose):
1857 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1858 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1859 (ses-mode-map):
1860 * emacs-lisp/tcover-unsafep.el (safe-functions):
1861 * international/mule-cmds.el (mac-system-coding-system)
1862 (mac-system-locale):
1863 * language/ethio-util.el (rmail-current-message)
1864 (rmail-message-vector):
1865 * language/thai-util.el (thai-auto-composition-mode):
1866 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1867 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1868 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1869 (vm-primary-inbox, vm-spool-files):
1870 * mail/rmail.el (deleted-head, font-lock-fontified)
1871 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1872 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1873 (total-messages):
1874 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1875 (rmail-summary-mode-map):
1876 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1877 (rmail-last-label, rmail-last-multi-labels)
1878 (rmail-summary-vector, rmail-total-messages):
1879 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1880 * mail/rmailsum.el (msgnum):
1881 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1882 (rmail-current-message):
1883 * obsolete/fast-lock.el (font-lock-face-list):
1884 * obsolete/rnewspost.el (mail-reply-buffer):
1885 * obsolete/scribe.el (compile-command):
1886 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1887
1888 2005-08-28 John Paul Wallington <jpw@gnu.org>
1889
1890 * ibuf-ext.el (ibuffer-auto-update-changed):
1891 Use `frame-or-buffer-changed-p' to check whether we need to update.
1892 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1893 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
1894 as a `frame-or-buffer-changed-p' state vector instead.
1895
1896 2005-08-27 Romain Francoise <romain@orebokech.com>
1897
1898 * textmodes/makeinfo.el (makeinfo-compile):
1899 Use `compilation-start'. Set `next-error-function' according to
1900 `disable-errors'.
1901 (makeinfo-next-error): New function.
1902 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1903 (makeinfo-buffer): Likewise.
1904
1905 * progmodes/compile.el (compilation-start): Add autoload cookie.
1906
1907 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1908 * textmodes/sgml-mode.el: Likewise.
1909 * progmodes/python.el: Likewise.
1910
1911 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1912
1913 * simple.el (blink-matching-paren-distance): Document the meaning
1914 of nil value, and allow to customize to nil.
1915
1916 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1917 command.com, not command.exe.
1918
1919 2005-08-26 John Wiegley <johnw@newartisans.com>
1920
1921 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1922 code around a bit so that an extraneous nil argument is not added
1923 to a command when no args are given.
1924
1925 * eshell/esh-arg.el (eshell-parse-double-quote): If a
1926 double-quoted argument resolves to nil, return it as an empty
1927 string rather than as nil. This made it impossible to pass "" to
1928 a shell script as a null string argument.
1929
1930 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * outline.el (outline-invent-heading): New fun.
1933 (outline-promote, outline-demote): Use it.
1934 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1935 (outline-end-of-subtree): Remove unused var `opoint'.
1936
1937 2005-08-26 David Reitter <david.reitter@gmail.com>
1938
1939 * menu-bar.el (truncate-lines, write-file, print-buffer)
1940 (ps-print-buffer-faces, ps-print-buffer, split-window):
1941 Disable menu items when the frame they refer to is invisible, or when
1942 they refer to a buffer and the minibuffer is selected.
1943
1944 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1945
1946 * progmodes/flymake.el (flymake-highlight-err-lines):
1947 Use save-excursion around flymake-highlight-line to preserve point.
1948
1949 2005-08-26 Eli Zaretskii <eliz@gnu.org>
1950
1951 * progmodes/octave-mod.el: Change Author and Maintainer address.
1952 (octave-maintainer-address): Change Kurt's email address.
1953 * progmodes/octave-inf.el: Change Author and Maintainer address.
1954 * progmodes/octave-hlp.el: Change Author and Maintainer address.
1955
1956 2005-08-26 Kim F. Storm <storm@cua.dk>
1957
1958 * subr.el (version-list-<, version-list-<=, version-list-=):
1959 Renamed from integer-list-*.
1960 (version-list-not-zero): Likewise. Fix while loop.
1961 (version=): Use version-list-= instead of string-equal.
1962
1963 2005-08-26 Richard M. Stallman <rms@gnu.org>
1964
1965 * outline.el (outline-promote): Try shortening the heading.
1966 As last resort, read the heading to use.
1967 (outline-demote): As last resort, read the heading to use.
1968
1969 2005-08-26 Romain Francoise <romain@orebokech.com>
1970
1971 * progmodes/compile.el (compilation-start): Doc fix.
1972
1973 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
1974 (antlr-font-lock-additional-keywords): Fix reference to
1975 `antlr-font-lock-literal-regexp' erroneously changed during the
1976 mass face rename.
1977 (antlr-run-tool): Use `compilation-start'.
1978
1979 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
1980 instead of the obsolete `compile-internal'.
1981
1982 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
1983
1984 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
1985 (number, original-date):
1986 * calendar/cal-china.el (date):
1987 * calendar/cal-coptic.el (date):
1988 * calendar/cal-french.el (date):
1989 * calendar/cal-hebrew.el (date, entry, number, original-date):
1990 * calendar/cal-islam.el (date, number, original-date):
1991 * calendar/cal-iso.el (date):
1992 * calendar/cal-julian.el (date):
1993 * calendar/cal-mayan.el (date):
1994 * calendar/cal-menu.el (date, event):
1995 * calendar/cal-persia.el (date):
1996 * calendar/lunar.el (date):
1997 * calendar/solar.el (date): Add defvars.
1998
1999 * emerge.el:
2000 * ibuffer.el:
2001 * info-xref.el:
2002 * obsolete/bg-mouse.el:
2003 * obsolete/sun-curs.el:
2004 * obsolete/swedish.el: Move the `defvar's to the top level.
2005
2006 * smerge-mode.el (smerge-refined-change): Add :group.
2007
2008 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2011 (smerge-keep-n): Remove props.
2012 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2013 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2014 now that it's done in smerge-keep-n.
2015 (smerge-refined-change): New face.
2016 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2017 (smerge-refine): New funs.
2018 (smerge-basic-map): Bind smerge-refine.
2019
2020 2005-08-25 Juri Linkov <juri@jurta.org>
2021
2022 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2023 compilation-process-setup-function and compilation-disable-input
2024 in grep-mode instead of let-bindings in grep.
2025
2026 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2027 Delete "Automatic File De/compression" (auto-compression-mode).
2028
2029 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2030
2031 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2032 Silence warning about non-existent variable.
2033
2034 2005-08-25 Richard M. Stallman <rms@gnu.org>
2035
2036 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2037 Rename "Describe Key" to "Describe Key or Mouse Operation".
2038
2039 * mail/mailalias.el (build-mail-aliases): Delete comments
2040 from the contents before processing them.
2041
2042 * isearch.el (isearch-edit-string): Erase the Search prompt
2043 if user enters an empty string and there is no default.
2044
2045 * comint.el (comint-file-name-prefix): Add autoload.
2046
2047 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2048
2049 * subr.el (play-sound): Rearrange to avoid warning.
2050
2051 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2052
2053 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2054 New hook.
2055 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2056
2057 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2060
2061 * custom.el (custom-theme-set-variables): Sort minor modes last.
2062
2063 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2064
2065 * subr.el (version-separator, version-regexp-alist): New vars used by
2066 version comparison funs.
2067 (integer-list-<, integer-list-=, integer-list-<=)
2068 (integer-list-not-zero): New funs for integer list comparison.
2069 (version-to-list, version=, version<, version<=): New funs for version
2070 comparison.
2071
2072 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2073
2074 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2075 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2076 time to silence the byte-compiler.
2077
2078 * ibuffer.el (ibuffer-compile-make-eliding-form)
2079 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2080 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2081 so it's silly to get warnings for it).
2082 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2083 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2084 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2085 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2086 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2087 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2088 Defvar at compile time.
2089 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2090 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2091 Declare them before use.
2092
2093 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2094 (info-xref-good, info-xref-bad): Defvar at compile time.
2095
2096 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2097 Use `let*' instead of `let'.
2098
2099 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2100 (*mouse-y*, menu, char): Defvar at compile time.
2101 (sc::menu): Declare it before use.
2102 (sc::pack-one-line): Use `let', not `let*'.
2103
2104 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2105 (mail-send-hook): Defvar at compile time.
2106
2107 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2108 Defvar at compile time.
2109
2110 * term/sun-mouse.el (current-global-mousemap)
2111 (current-local-mousemap): Declare them before use.
2112
2113 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2114
2115 * bookmark.el (bookmark-after-jump-hook): New hook.
2116 (bookmark-jump): Run `bookmark-after-jump-hook'.
2117
2118 2005-08-23 Juri Linkov <juri@jurta.org>
2119
2120 * faces.el (minibuffer-prompt): Doc fix.
2121
2122 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2123
2124 * progmodes/xscheme.el: Trivial changes to silence warnings.
2125 (xscheme-previous-mode, xscheme-previous-process-state):
2126 Add defvars.
2127 (xscheme-last-input-end, xscheme-process-command-line)
2128 (xscheme-process-name, xscheme-buffer-name)
2129 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2130 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2131 (xscheme-control-g-synchronization-p)
2132 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2133 (default-xscheme-runlight, xscheme-runlight)
2134 (xscheme-runlight-string, xscheme-process-filter-state)
2135 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2136 Move to beginning of file.
2137 (scheme-interaction-mode-commands-alist)
2138 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2139 Declare them before use. Note: the initialization code for the variables
2140 has not been moved because it uses functions that reference the variables.
2141 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2142 (xscheme-prompt-for-expression-map): Declare them before use.
2143 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2144
2145 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2146
2147 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2148
2149 2005-08-22 Juri Linkov <juri@jurta.org>
2150
2151 * faces.el (set-face-underline): Delete this duplicate function
2152 and make an obsolete alias to set-face-underline-p.
2153 (set-face-underline-p): Use docstring of set-face-underline.
2154 (describe-face): Create hyperlink to parent face.
2155
2156 * info.el (Info-insert-dir): Use save-excursion around
2157 insert-buffer-substring.
2158 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2159 (Info-escape-percent): Delete function.
2160 (Info-fontify-node): Replace Info-escape-percent by
2161 replace-regexp-in-string with REP arg set to lambda that
2162 duplicates `%' and preserves text properties.
2163
2164 * progmodes/compile.el (compilation-disable-input): Doc fix.
2165 (define-compilation-mode): Doc fix and refill.
2166 (kill-compilation): Use `mode-name' in the error message.
2167 (compilation-find-file): Use `compilation-error' in the
2168 read-file-name's prompt.
2169
2170 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2173 (smerge-auto-leave): Make undo re-enable the mode.
2174 (debug-ignored-errors): Add the user-error of impossible resolution.
2175 (smerge-resolve): Move things around a bit, in preparation for later.
2176 (smerge-diff): Don't fail if the buffer has no associated file.
2177 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2178 (smerge-conflict-overlay): New function.
2179 (smerge-match-conflict): Don't add text properties here.
2180 (smerge-find-conflict): Instead, add an overlay here.
2181 Also check for the case where we're inside a conflict already, so as to
2182 obviate the need for font-lock-multiline, which is unbearably slow with
2183 large conflicts and ciomplex font-lock patterns.
2184 (smerge-remove-props): Remove overlay rather than text-properties.
2185 (smerge-mode): Don't set font-lock-multiline.
2186 Remove overlays when turned off.
2187
2188 2005-08-21 Kim F. Storm <storm@cua.dk>
2189
2190 * ido.el (ido-ignore-item-p): Use save-match-data.
2191 Bind case-fold-search to ido-case-fold locally.
2192
2193 2005-08-20 Richard M. Stallman <rms@gnu.org>
2194
2195 * files.el (normal-mode): If font lock is on, turn it off and on.
2196
2197 * subr.el (replace-regexp-in-string): Doc fix.
2198
2199 * startup.el (command-line-1): Don't suppress startup screen
2200 due to existing processes.
2201
2202 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2203
2204 * progmodes/compile.el (compilation-disable-input): Default to nil.
2205
2206 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2207
2208 * progmodes/compile.el (compilation-disable-input): New defcustom.
2209 (compilation-start): If compilation-disable-input is non-nil, send
2210 EOF to the compilation process.
2211
2212 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2213
2214 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2215 Run the argument of tex-shell-cd-command through
2216 convert-standard-filename, to get the correct style of slashes on
2217 Windows, and enclose the result in quotes, in case the file name
2218 includes whitespace or other special characters.
2219
2220 2005-08-19 Andreas Schwab <schwab@suse.de>
2221
2222 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2223 process.
2224
2225 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2226
2227 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2228
2229 2005-08-18 Kim F. Storm <storm@cua.dk>
2230
2231 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2232
2233 2005-08-18 Richard M. Stallman <rms@gnu.org>
2234
2235 * scroll-lock.el: New file.
2236
2237 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2238
2239 * dired.el (dired-move-to-end-of-filename):
2240 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2241
2242 2005-08-18 Kim F. Storm <storm@cua.dk>
2243
2244 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2245 rather than toggle mode when custom value is nil.
2246 (ido-everywhere): Fix defun doc string.
2247
2248 2005-08-17 Richard M. Stallman <rms@gnu.org>
2249
2250 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2251 as tag instead of "Inviolable".
2252
2253 2005-08-17 Kim F. Storm <storm@cua.dk>
2254
2255 * windmove.el (windmove-coordinates-of-position): Remove.
2256 (windmove-coordinates-of-window-position): Remove.
2257 (windmove-reference-loc): Use posn-at-point instead.
2258
2259 * subr.el (insert-for-yank-1): Doc fix.
2260
2261 * ido.el (ido-enter-matching-directory): Rename from
2262 ido-enter-single-matching-directory. Change 'slash choice to
2263 'only. Add 'first choice.
2264 (ido-exhibit): Adapt to above changes.
2265
2266 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2267
2268 * Makefile.in: Expand comment about building loaddefs.el.
2269
2270 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2271
2272 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2273 Comment use of defadvice.
2274
2275 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2276
2277 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2278
2279 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2280 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2281 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2282 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2283 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2284 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2285 for backward compatibility for faces that did not appear in the
2286 previous Emacs release.
2287
2288 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2289
2290 2005-08-15 Kim F. Storm <storm@cua.dk>
2291
2292 * emulation/cua-base.el (cua-delete-region): Return t if
2293 deleted region was non-empty.
2294 (cua-replace-region): Inhibit overwrite-mode for
2295 self-insert-command if replaced region was non-empty.
2296 (cua--explicit-region-start, cua--status-string): Make them
2297 buffer-local at top-level...
2298 (cua-mode): ...rather than when mode is enabled.
2299
2300 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2301
2302 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2303 Set t for Emacs 21, 22, and so on.
2304
2305 2005-08-15 David Ponce <david@dponce.com>
2306
2307 * tree-widget.el: Update Commentary header.
2308 (tree-widget-theme): Doc fix.
2309 (tree-widget-space-width): New option.
2310 (tree-widget-image-properties): Look up in the default theme too.
2311 (tree-widget--cursors): Only for images with arrow pointer shape.
2312 (tree-widget-lookup-image): Pointer shape is hand by default.
2313 (tree-widget-icon): Rename generic icon widget from
2314 `tree-widget-control'.
2315 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2316 derive from `tree-widget-icon'.
2317 (tree-widget-handle): Improve default look and feel of the text
2318 representation.
2319 (tree-widget): Rename :*-control properties to :*-icon properties.
2320 Add :action and :help-echo properties.
2321 (tree-widget-after-toggle-functions): Move.
2322 (tree-widget-close-node, tree-widget-open-node): Remove.
2323 (tree-widget-before-create-icon-functions): New hook.
2324 (tree-widget-value-create): Update to allow customization of icons
2325 and nodes at run-time via that new hook.
2326 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2327 (tree-widget-icon-action, tree-widget-icon-help-echo)
2328 (tree-widget-action, tree-widget-help-echo): New functions.
2329
2330 2005-08-15 Kim F. Storm <storm@cua.dk>
2331
2332 * ido.el (ido-buffer-internal): Use with-no-warnings.
2333 (ido-make-merged-file-list): Use while-no-input.
2334
2335 2005-08-15 Richard M. Stallman <rms@gnu.org>
2336
2337 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2338 (flyspell-large-region): Fix doc and custom type.
2339
2340 2005-08-14 Richard M. Stallman <rms@gnu.org>
2341
2342 * files.el (interpreter-mode-alist): Doc fix.
2343
2344 * mail/rmail.el (rmail-nonignored-headers): New variable.
2345 (rmail-clear-headers): Use it.
2346 (rmail-reply): Better handling of mail-followup-to header.
2347
2348 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2349 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2350 don't try to refer to executable-font-lock-keywords.
2351 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2352 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2353 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2354 (sh-mode): Set comment-start-skip, local-abbrev-table,
2355 imenu-case-fold-search.
2356 (sh-set-shell): Don't set them here.
2357 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2358 Don't cache the results in the original alist; don't ever modify
2359 that alist.
2360
2361 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2362
2363 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2364 empty.
2365
2366 2005-08-15 Andreas Schwab <schwab@suse.de>
2367
2368 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2369
2370 * dired.el, info.el, mail/rmail.el: Revert last change.
2371
2372 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2373
2374 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2375 modification in `eval-after-load' form.
2376 * info.el: Likewise.
2377 * mail/rmail.el: Likewise.
2378
2379 2005-08-14 Juri Linkov <juri@jurta.org>
2380
2381 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2382 Remove highlighting of "Compilation started". Highlight only
2383 the word "finished" in "Compilation finished". Add highlighting
2384 of "interrupt", "killed", "terminated" and the exit code.
2385 (compilation-start): Add newline after header. Use exactly the
2386 same time stamp format as the finishing message.
2387 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2388
2389 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2390 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2391 Add highlighting of "interrupt", "killed", "terminated".
2392
2393 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2394 enabled and the current command is self-insert-command, call it
2395 explicitly with overwrite-mode bound to nil, to not allow it
2396 to delete the character after the selected region.
2397
2398 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2399
2400 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2401 move-end-of-line, end-of-line, and beginning-of-line to the list
2402 of commands after which the echo area is updated.
2403
2404 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2405
2406 * cus-edit.el (custom-save-all, custom-save-delete):
2407 Bind recentf-exclude to exclude custom-file.
2408
2409 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2410
2411 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2412 to go to the bottom of the mail message. Added to
2413 `rmail-summary-mode-map' with key "/".
2414 (rmail-summary-show-message): New (internal) function for use by
2415 both `rmail-summary-beginning/end-of-message'.
2416 (rmail-summary-beginning-of-message): Change to use
2417 rmail-summary-show-message.
2418
2419 * mail/rmail.el (rmail-end-of-message): New command to go to the
2420 end of the current message. Added to `rmail-mode-map' with key "/".
2421 (rmail-beginning-of-message): Fix to work as documented.
2422 (rmail-mode): Change documentation.
2423
2424 * progmodes/compile.el (compilation-start): Add the line
2425 "Compilation started" with compilation start time.
2426 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2427
2428 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2429
2430 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2431 of menu items.
2432
2433 2005-08-11 Richard M. Stallman <rms@gnu.org>
2434
2435 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2436
2437 * battery.el (battery-status-function): Don't use ignore-errors.
2438
2439 2005-08-11 Lute Kamstra <lute@gnu.org>
2440
2441 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2442 define-obsolete-variable-alias.
2443
2444 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2447 (ange-ftp-send-cmd): Revert last change, and expand
2448 the comment explaining the problem.
2449
2450 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2451
2452 * ldefs-boot.el: Update.
2453
2454 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2455 item to "Time, Load and Mail". Change help echo text.
2456
2457 * time.el (display-time-use-mail-icon, display-time-format)
2458 (display-time-string-forms): Shorten first line of docstrings.
2459
2460 2005-08-10 Lars Hansen <larsh@soem.dk>
2461
2462 * desktop.el (desktop-buffer-mode-handlers):
2463 Make non-customizable. Add autoload cookie. Change initial value to
2464 nil; add elements in respective modules instead. Fix doc string.
2465 (desktop-load-file): New function.
2466 (desktop-minor-mode-handlers): New autoloaded variable.
2467 (desktop-create-buffer): Call minor mode handlers.
2468 Use desktop-load-file to load major and minor mode modules prior to
2469 checking for a handler.
2470 (desktop-save): Don't add nil to desktop-minor-modes for minor
2471 modes with nil function in desktop-minor-mode-table. Don't delete
2472 desktop file before rewriting it.
2473 (desktop-locals-to-save): Add autoload cookie. Don't make
2474 automatically buffer-local. Add variables column-number-mode,
2475 size-indication-mode, indent-tabs-mode,
2476 indicate-buffer-boundaries, indicate-empty-lines and
2477 show-trailing-whitespace.
2478 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2479 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2480 (desktop-clear-preserve-buffers-regexp): Delete.
2481 (desktop-clear-preserve-buffers): Update initial value and docstring.
2482 (desktop-save-buffer): Fix doc string.
2483
2484 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2485 (hilit-chg-desktop-restore): New function.
2486 (highlight-changes-mode): Add highlight-changes-mode to
2487 desktop-locals-to-save.
2488
2489 * dired.el: Add handler to desktop-buffer-mode-handlers.
2490 (dired-restore-desktop-buffer): Remove autoload cookie.
2491 (dired-mode): Add autoload cookie.
2492
2493 * info.el: Add handler to desktop-buffer-mode-handlers.
2494 (Info-restore-desktop-buffer): Remove autoload cookie.
2495 (Info-mode): Add autoload cookie.
2496
2497 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2498 (mh-restore-desktop-buffer): Remove autoload cookie.
2499 (mh-folder-mode): Add autoload cookie.
2500
2501 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2502 (rmail-restore-desktop-buffer): Remove autoload cookie.
2503
2504 2005-08-11 Masatake YAMATO <jet@gyve.org>
2505
2506 * hexl.el (hexl-address-region):
2507 (hexl-ascii-region, hexl-font-lock-keywords):
2508 (hexl-highlight-line-range): Use the term "region"
2509 instead of "area" for consistency with the other symbols
2510 defined in hexl.el.
2511
2512 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2513
2514 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2515 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2516 out by Juri Linkov). Add `display-battery-mode'.
2517
2518 2005-08-09 Juri Linkov <juri@jurta.org>
2519
2520 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2521 Remove `-text' from face variable names.
2522 (compilation-error-file-name, compilation-warning-file-name)
2523 (compilation-info-file-name): Delete faces.
2524 (compilation-line-number, compilation-column-number):
2525 Remove face underlining.
2526 (compilation-message-face): Set to `underline' value by default.
2527 (compilation-error-face, compilation-warning-face)
2528 (compilation-info-face): Remove `-file-name' from face names.
2529 (compilation-error-text-face, compilation-warning-text-face)
2530 (compilation-info-text-face): Delete face variables.
2531 (compilation-text-face): Delete function.
2532
2533 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2534 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2535 (grep-error-face): Set to `compilation-error' instead of
2536 `compilation-error-face' (which is redefined to `grep-hit-face' in
2537 grep buffers).
2538 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2539 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2540
2541 * dired-aux.el (dired-do-query-replace-regexp):
2542 Use `query-replace-read-args'.
2543
2544 * replace.el (query-replace-read-from, query-replace-read-to)
2545 (query-replace-read-args): Rename arg `string' to `prompt'.
2546
2547 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2548
2549 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2550
2551 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2552 uploading files.
2553 (ange-ftp-canonize-filename): Handle file names beginning with ~
2554 correctly.
2555
2556 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2557
2558 * textmodes/fill.el (canonically-space-region)
2559 (fill-context-prefix, fill-french-nobreak-p)
2560 (fill-delete-newlines, fill-comment-paragraph)
2561 (justify-current-line): "?\ " -> "?\s".
2562
2563 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2564
2565 * textmodes/fill.el (fill-nonuniform-paragraphs):
2566 Improve argument/docstring consistency.
2567
2568 2005-08-09 Richard M. Stallman <rms@gnu.org>
2569
2570 * textmodes/ispell.el (ispell-word): More fboundp checks.
2571
2572 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2573 (find-file-noselect-1): Call it here, only if RAWFILE.
2574 (normal-mode): Always set some major mode.
2575 (save-some-buffers-action-alist): Change some explanation strings.
2576 (file-name-non-special): In the `quote' method, use unwind-protect.
2577
2578 2005-08-09 Magnus Henoch <mange@freemail.hu>
2579
2580 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2581 (ispell-have-aspell-dictionaries): New variable.
2582 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2583 (ispell-get-aspell-config-value): New function.
2584 (ispell-aspell-find-dictionary): New function.
2585 (ispell-aspell-add-aliases): New function.
2586 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2587 appropriate. Don't look for ispell dictionaries if we use aspell.
2588 (ispell-menu-map): Don't build a submenu of dictionaries.
2589
2590 2005-08-09 Richard M. Stallman <rms@gnu.org>
2591
2592 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2593 (sql-read-passwd): Use read-passwd.
2594
2595 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2596 (idlwave-toolbar-is-possible): Add defvars.
2597
2598 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2599 Avoid warnings.
2600
2601 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2602 (idlwave-system-class-info, idlwave-executive-commands-alist):
2603 Use defvar.
2604
2605 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2606
2607 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2608 Avoid warnings.
2609
2610 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2611 and content-type: headers.
2612
2613 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2614
2615 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2616 and rename some of them to be more self-explanatory.
2617
2618 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2619
2620 * startup.el (command-line-1): Implement -scriptload.
2621
2622 * replace.el (occur-engine): Initial *Occur* output not undoable.
2623
2624 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2625 and improve help strings.
2626
2627 * isearch.el (isearch-repeat): When changing direction,
2628 mark search successful.
2629
2630 * ediff-init.el: Use (featurep 'xemacs).
2631
2632 * comint.el (send-invisible): Identify buffer, if not selected.
2633
2634 * align.el: Delete autoload for c-guess-basic-syntax.
2635
2636 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2637
2638 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2639 Improve argument/docstring consistency. Doc fixes.
2640 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2641 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2642 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2643 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2644 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2645 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2646 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2647 Defvar at compile time.
2648
2649 2005-08-09 Juri Linkov <juri@jurta.org>
2650
2651 * info.el: Replace `info' with upper-case `Info' where appropriate.
2652 (info-title-1, info-title-2, info-title-3, info-title-4)
2653 (info-menu-header): Move up face definitions.
2654 (info-menu-star): Rename from `info-menu-5'.
2655 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2656 (Info-fontify-visited-nodes): Fix docstring.
2657 (Info-hide-note-references): Fix docstring.
2658 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2659 menu items in the same way as on cross-references.
2660 (info-apropos): Fix sorting order and formatting to be like in the
2661 stand-alone Info browser. Display error messages for 1 sec.
2662 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2663 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2664 from the menu bar.
2665 (Info-insert-dir): Restore point after calling
2666 `insert-buffer-substring'.
2667
2668 2005-08-08 Richard M. Stallman <rms@gnu.org>
2669
2670 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2671 (recompute-lucid-menubar): Add defvars.
2672
2673 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2674
2675 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2676
2677 * net/net-utils.el (run-dig): Rename from `dig'.
2678
2679 * play/gametree.el (gametree-mode): Use make-local-variable,
2680 not make-variable-buffer-local.
2681
2682 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2683
2684 * ansi-color.el (ansi-color-make-extent)
2685 (ansi-color-set-extent-face): Use fboundp, not functionp.
2686
2687 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2688 not make-variable-buffer-local.
2689
2690 * bookmark.el (Info-current-file): Add defvar.
2691 (bookmark-jump-noselect): Use with-no-warnings.
2692
2693 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2694
2695 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2696
2697 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2698
2699 * find-file.el (ada-procedure-start-regexp)
2700 (ada-package-start-regexp): Add defvars.
2701
2702 * info.el (Info-insert-dir): Use insert-buffer-substring.
2703
2704 * xml.el (xml-att-def-re): Add defvar.
2705
2706 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2707 calling convention.
2708
2709 * subr.el (while-no-input): Return t if there is input.
2710
2711 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2712
2713 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2714
2715 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2716
2717 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2718 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2719
2720 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2721
2722 * cmuscheme.el (scheme-start-file): Replace reference to
2723 `user-emacs-directory' by "~/.emacs.d/".
2724
2725 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2726
2727 * info.el (Info-dir-remove-duplicates): Avoid case folding
2728 in loop; instead, keep downcased strings for comparison.
2729 Suggested by Helmut Eller.
2730
2731 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2732
2733 Sync with Tramp 2.0.50.
2734
2735 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2736 XEmacs case; not necessary anymore.
2737 (tramp-user-regexp): Allow "@" as part of user name.
2738 (tramp-handle-set-visited-file-modtime)
2739 (tramp-handle-insert-file-contents)
2740 (tramp-handle-write-region): No special handling for
2741 `last-coding-system-used, because this is done in
2742 `tramp-accept-process-output' now.
2743 (tramp-accept-process-output): New defun.
2744 (tramp-process-one-action, tramp-process-one-multi-action)
2745 (tramp-wait-for-regexp, tramp-wait-for-output)
2746 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2747 Howells <dhowells@redhat.com>.
2748 (clear-visited-file-modtime): Defadvice removed. The check for
2749 unset buffer's modtime does not need to be based on
2750 `tramp-buffer-file-attributes'. Suggested by RMS.
2751 (tramp-message): Insert "\n" if not being at beginning of line.
2752 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2753 sequence with same logic.
2754 (tramp-completion-handle-expand-file-name): Discard call of
2755 `tramp-drop-volume-letter'. It is not necessary, and there have
2756 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2757 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2758 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2759 should always be visible.
2760 (tramp-handle-insert-directory, tramp-setup-complete)
2761 (tramp-set-process-query-on-exit-flag)
2762 (tramp-append-tramp-buffers): Pacify byte-compiler.
2763 (tramp-bug): Delete non-existing variables from list.
2764 Apply `tramp-load-report-modules' as pre-hook.
2765 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2766 `shell-prompt-pattern' because of non-7bit characters.
2767 Reported by Sebastian Luque <sluque@mun.ca>.
2768 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2769 (tramp-match-string-list): Remove function.
2770 (tramp-wait-for-regexp): Remove call of that function.
2771 Suggested by Kim F. Storm <storm@cua.dk>.
2772 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2773 instead of octal character code ?\600. The latter resulted in a
2774 syntax error with XEmacs.
2775
2776 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2777 XEmacs case; not necessary anymore.
2778 (tramp-smb-handle-write-region): No special handling for
2779 `last-coding-system-used, because this is done in
2780 `tramp-accept-process-output' now.
2781 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2782
2783 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2784
2785 * wid-edit.el (widget-choice-value-create):
2786 Unconditionally respect user choice. Set :explicit-choice back to nil
2787 when no longer needed.
2788 (widget-choice-action): Unconditionally respect user choice.
2789 Eliminate :explicit-choice-value.
2790
2791 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2792
2793 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2794 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2795 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2796 running new function `toggle-indicate-empty-lines'.
2797 Rename "Customize" item to "Customize fringe".
2798 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2799 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2800 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2801 Delete "Empty lines only" item.
2802 (menu-bar-showhide-fringe-ind-customize): New function.
2803 (menu-bar-showhide-fringe-ind-mixed)
2804 (menu-bar-showhide-fringe-ind-box)
2805 (menu-bar-showhide-fringe-ind-right)
2806 (menu-bar-showhide-fringe-ind-left)
2807 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2808 instead of `fringe-indicators'.
2809
2810 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2811
2812 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2813 Change the date of last update.
2814
2815 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2816
2817 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2818 (viper-exec-yank, viper-put-back): Don't display modification msg
2819 if in the minibuffer.
2820
2821 * viper-init.el (viper-replace-overlay-cursor-color)
2822 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2823 Make variables frame local.
2824
2825 * viper-util.el (viper-append-filter-alist): Use append instead of
2826 nconc.
2827
2828 * viper.el (viper-vi-state-mode-list)
2829 (viper-emacs-state-mode-list): Move help-mode and
2830 completion-list-mode from the first list to the second.
2831 (viper-mode): Docstring.
2832 (viper-go-away, viper-non-hook-settings): Don't localize
2833 minor-mode-alist in newer Emacsen. Add advice to
2834 set-cursor-color. Don't bind "\C-c\\".
2835
2836 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2837
2838 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2839 (scheme-macro-expand-command): New user options.
2840 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2841 (scheme-form-at-point, scheme-start-file)
2842 (scheme-interactively-start-process): New functions.
2843 (scheme-get-process): New function, extracted from `scheme-proc'.
2844 (run-scheme): Call `scheme-start-file' to get start file, and pass
2845 it to `make-comint'.
2846 (switch-to-scheme, scheme-proc):
2847 Call `scheme-interactively-start-process' if no Scheme buffer/process
2848 is available.
2849
2850 2005-08-06 Juri Linkov <juri@jurta.org>
2851
2852 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2853 Use `compilation-text-face', `compilation-info-text-face' and
2854 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2855 (compilation-error): New face.
2856 (compilation-error-file-name): Inherit from
2857 `compilation-error' instead of `font-lock-warning-face'.
2858 (compilation-warning-file-name): Inherit from
2859 `compilation-warning' instead of `font-lock-warning-face'.
2860 (compilation-info, compilation-error-file-name)
2861 (compilation-warning-file-name, compilation-info-file-name)
2862 (compilation-line-number, compilation-column-number): Doc fix.
2863 (compilation-error-text-face, compilation-warning-text-face)
2864 (compilation-info-text-face): New face variables.
2865 (compilation-line-face, compilation-column-face)
2866 (compilation-enter-directory-face)
2867 (compilation-leave-directory-face): Doc fix.
2868 (compilation-text-face): New function.
2869
2870 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2871 instead of 1 to display binary file names as info file links.
2872 (grep-error-face): Use `compilation-error-face' instead of
2873 `font-lock-keyword-face'.
2874 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2875 and `compilation-warning-text-face' instead of
2876 `font-lock-keyword-face'. Use `compilation-error-text-face'
2877 instead of `grep-error-face'.
2878
2879 2005-08-05 Kenichi Handa <handa@m17n.org>
2880
2881 * international/code-pages.el: Add autoload cookies for all coding
2882 systems.
2883
2884 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
2885
2886 * cus-start.el (all): Put undo.c where it alphabetically belongs.
2887
2888 2005-08-04 Juri Linkov <juri@jurta.org>
2889
2890 * progmodes/compile.el (compilation-mode-map):
2891 * progmodes/grep.el (grep-mode-map):
2892 Bind TAB to `compilation-next-error' and [backtab] to
2893 `compilation-previous-error'.
2894
2895 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2896 matching line numbers, column numbers and their ranges with regexp
2897 matching only line numbers.
2898 (grep-context-face): New face variable.
2899 (grep-mode-font-lock-keywords): Use it.
2900
2901 * faces.el (read-face-name): Delete duplicate faces.
2902
2903 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2904
2905 * thumbs.el (thumbs-find-image): Don't make variables
2906 automatically buffer local.
2907 (thumbs-current-tmp-filename, thumbs-current-image-filename)
2908 (thumbs-image-num): Make automatically buffer local.
2909 (thumbs-show-thumbs-list): Use `make-local-variable', not
2910 `make-variable-buffer-local'.
2911 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2912
2913 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2914 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2915 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2916 (bother, bye, canyou, chatlst, continue, deathlst, describe)
2917 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2918 (feelings-about, foullst, found, hello, history, howareyoulst)
2919 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2920 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2921 (neglst, obj, object, owner, please, problems, qlist)
2922 (random-adjective, relation, remlst, repetitive-shortness)
2923 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2924 (shortlst, something, sportslst, stallmanlst, states, subj)
2925 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2926 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2927 Defvar at compile time.
2928
2929 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2930 not `make-variable-buffer-local'.
2931
2932 2005-08-02 Kim F. Storm <storm@cua.dk>
2933
2934 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2935 rectangle overlay in selected window.
2936
2937 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
2938
2939 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
2940 instead of display group. Make `indicate-buffer-boundaries'
2941 customizable through Custom.
2942
2943 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
2944
2945 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
2946 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
2947 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
2948 (gdb-put-string): Fix typos in docstrings.
2949
2950 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
2951
2952 Update copyright notices of files in progmodes directory for
2953 release of Emacs 22.1.
2954
2955 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
2956
2957 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
2958 Don't barf if the GUD buffer has been killed.
2959
2960 2005-08-01 Kim F. Storm <storm@cua.dk>
2961
2962 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
2963
2964 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
2965
2966 * simple.el (next-error-follow-minor-mode):
2967 make-variable-buffer-local -> make-local-variable.
2968
2969 * emacs-lisp/cl-extra.el: Require CL also when compiling.
2970
2971 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
2972 (byte-compile-form-make-variable-buffer-local): New functions to warn
2973 about misuses of make-variable-buffer-local where make-local-variable
2974 was meant.
2975
2976 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
2977
2978 * bs.el (bs-attributes-list): Doc fix.
2979 (bs): Update url-link.
2980
2981 * desktop.el (desktop-save-buffer): Fix typos in docstring.
2982 (desktop-load-default): Simplify.
2983
2984 * ibuffer.el (ibuffer-columnize-and-insert-list)
2985 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
2986 (ibuffer-unmark-all, ibuffer-toggle-marks)
2987 (ibuffer-unmark-forward, ibuffer-unmark-backward)
2988 (ibuffer-compile-make-format-form, ibuffer-format-column)
2989 (ibuffer-current-buffers-with-marks)
2990 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
2991 (ibuffer): Doc fix.
2992 (ibuffer-mode): Fix typo in docstring.
2993 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
2994 with `define-obsolete-variable-alias'.
2995 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
2996
2997 2005-07-29 Kenichi Handa <handa@m17n.org>
2998
2999 * international/mule-cmds.el (select-message-coding-system):
3000 Be sure to use LF for end-of-line. If no coding system is decided,
3001 return iso-8859-1-unix.
3002
3003 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3006 (ange-ftp-pending-error-line): New vars.
3007 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3008 to handle the non-fatal no-route-to-host messages.
3009 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3010
3011 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3012
3013 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3014 (isearch-quote-char, isearch-printing-char)
3015 (isearch-text-char-description): "?\ " -> "?\s".
3016 (isearch-lazy-highlight-cleanup)
3017 (isearch-lazy-highlight-initial-delay)
3018 (isearch-lazy-highlight-interval)
3019 (isearch-lazy-highlight-max-at-a-time)
3020 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3021 Declare with define-obsolete-*-alias macros.
3022 (isearch-forward): Fix typo in docstring.
3023 (search-invisible, search-ring-yank-pointer)
3024 (regexp-search-ring-yank-pointer): Doc fixes.
3025
3026 * recentf.el (recentf-menu-append-commands-p): Declare with
3027 `define-obsolete-variable-alias'.
3028 (recentf-max-saved-items, recentf-menu-filter)
3029 (recentf-arrange-by-rule-subfilter): Doc fixes.
3030 (recentf-menu-append-commands-flag)
3031 (recentf-initialize-file-name-history, recentf-expand-file-name)
3032 (recentf-clear-data): Fix typos in docstrings.
3033
3034 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3035
3036 * progmodes/gdb-ui.el: Smarten comments.
3037 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3038
3039 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3040
3041 * term/apollo.el (terminal-init-apollo): New function containing
3042 all former top level forms in the file.
3043 * term/bobcat.el (terminal-init-bobcat):
3044 * term/cygwin.el (terminal-init-cygwin):
3045 * term/iris-ansi.el (terminal-init-iris-ansi):
3046 * term/linux.el (terminal-init-linux):
3047 * term/news.el (terminal-init-news):
3048 * term/rxvt.el (terminal-init-rxvt):
3049 * term/sun.el (terminal-init-sun):
3050 * term/tvi970.el (terminal-init-tvi970):
3051 * term/vt100.el (terminal-init-vt100):
3052 * term/vt102.el (terminal-init-vt102):
3053 * term/vt125.el (terminal-init-vt125):
3054 * term/vt200.el (terminal-init-vt200):
3055 * term/vt201.el (terminal-init-vt201):
3056 * term/vt220.el (terminal-init-vt220):
3057 * term/vt240.el (terminal-init-vt240):
3058 * term/vt300.el (terminal-init-vt300):
3059 * term/vt320.el (terminal-init-vt320):
3060 * term/vt400.el (terminal-init-vt400):
3061 * term/vt420.el (terminal-init-vt420):
3062 * term/wyse50.el (terminal-init-wyse50):
3063 * term/xterm.el (terminal-init-xterm): Likewise.
3064
3065 * term/README: Describe the terminal-init-* functionality.
3066
3067 * startup.el (command-line): After loading the terminal initialization
3068 file call the corresponding terminal initialization function.
3069
3070 2005-07-27 Kenichi Handa <handa@m17n.org>
3071
3072 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3073 negative.
3074
3075 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3076 (ps-mule-composition-prologue): Fix for the case that
3077 RelativeCompose is false.
3078
3079 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3082
3083 * descr-text.el (describe-char): Handle the case where the list of
3084 chars is displayed in a separate frame.
3085 Be a bit more discriminating when looking for the char.
3086
3087 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3088
3089 * bookmark.el (bookmark-automatically-show-annotations)
3090 (bookmark-read-annotation-text-func): Doc fixes.
3091 (bookmark-save): Improve argument/docstring consistency.
3092 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3093 (bookmark-alist-from-buffer)
3094 (bookmark-upgrade-file-format-from-0)
3095 (bookmark-grok-file-format-version)
3096 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3097 (bookmark-read-annotation-mode)
3098 (bookmark-insert-current-bookmark, bookmark-jump)
3099 (bookmark-exit-hook): Fix typos in docstrings.
3100 (bookmark-exit-hooks): Define as obsolete alias.
3101 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3102 not `bookmark-exit-hooks'. Fix docstring.
3103 (bookmark-bmenu-select): "?\ " -> "?\s".
3104
3105 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3106
3107 * startup.el (command-line): Fix typo.
3108
3109 2005-07-24 Richard M. Stallman <rms@gnu.org>
3110
3111 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3112 not emacs-quick-startup.
3113
3114 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3115
3116 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3117 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3118 instead of `reb-with-current-window'.
3119 (reb-prev-match): Likewise. Also, don't move left if the search
3120 was unsuccessful.
3121 (reb-initialize-buffer): New function.
3122 (re-builder, reb-change-syntax): Use it.
3123
3124 * man.el (Man-goto-page): Make second argument NOERROR optional.
3125
3126 2005-07-23 Richard M. Stallman <rms@gnu.org>
3127
3128 * man.el (Man-bgproc-sentinel): Check here for failure to find
3129 any man page in the output, and report the error here.
3130 (Man-arguments): Make it permanent local.
3131 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3132 (Man-mode): Pass t for NOERROR.
3133
3134 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3135 (grep-mode-font-lock-keywords):
3136 Don't use compilation-...-face for messages that are not file names.
3137
3138 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3139 Don't use compilation-...-face for messages that are not file names.
3140
3141 2005-07-22 Juri Linkov <juri@jurta.org>
3142
3143 * startup.el (normal-splash-screen): Update menu name.
3144
3145 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3146
3147 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3148
3149 * term/xterm.el: Load term/rxvt if the terminal is actually an
3150 rxvt terminal.
3151 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3152
3153 * term/rxvt.el (function-key-map): Use substitute-key-definition
3154 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3155
3156 * term/cygwin.el: New file.
3157
3158 2005-07-22 Kim F. Storm <storm@cua.dk>
3159
3160 * image-file.el (insert-image-file, image-file-yank-handler):
3161 Fix last change to maintain a (unique) yank-handler on yanked images.
3162
3163 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3164
3165 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3166 of the file size (as in "177B" for 177 bytes). This happens with
3167 "ls -lh" on FreeBSD.
3168
3169 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3170
3171 * hilit-chg.el (highlight-changes-global-initial-state)
3172 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3173 (hilit-chg-fixup, highlight-changes-mode):
3174 Fix typos in docstrings.
3175 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3176 Doc fixes.
3177
3178 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3179
3180 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3181 mode function using `eval-after-load'.
3182
3183 2005-07-21 Kim F. Storm <storm@cua.dk>
3184
3185 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3186 included when reporting an emacs crash, and tell about the DEBUG file.
3187
3188 * image-file.el (insert-image-file): Add yank-handler.
3189 (image-file-yank-handler): Yank handler to make unique copies of
3190 images when they are yanked into a buffer next to each other.
3191
3192 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3193
3194 * comint.el (comint-use-prompt-regexp, comint-send-input)
3195 (comint-source-default, comint-extract-string)
3196 (comint-get-source, comint-word, comint-completion)
3197 (comint-source, comint-prompt-read-only, comint-update-fence):
3198 Fix typos in docstrings.
3199 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3200 Declare with define-obsolete-*-alias macros.
3201 (comint-previous-matching-input-from-input)
3202 (comint-next-matching-input-from-input)
3203 (comint-previous-matching-input, comint-next-matching-input)
3204 (comint-forward-matching-input):
3205 Improve argument/docstring consistency.
3206
3207 * desktop.el (desktop-clear-preserve-buffers-regexp):
3208 Also preserve the *server* buffer.
3209
3210 * simple.el (clone-indirect-buffer): Doc fix.
3211 (fixup-whitespace, just-one-space)
3212 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3213 (next-error, next-error-highlight)
3214 (next-error-highlight-no-select, next-error-last-buffer)
3215 (next-error-buffer-p, next-error-find-buffer, next-error)
3216 (previous-error, next-error-no-select, previous-error-no-select)
3217 (open-line, split-line, minibuffer-prompt-width, kill-new)
3218 (binary-overwrite-mode): Fix typos in docstrings.
3219 (set-fill-column): Fix typo in message.
3220
3221 * skeleton.el (skeleton-proxy-new): Doc fix.
3222
3223 * strokes.el (strokes-load-hook): Doc fix.
3224 (strokes-grid-resolution, strokes-get-grid-position)
3225 (strokes-renormalize-to-grid, strokes-read-stroke)
3226 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3227 (strokes-global-map): Fix typos in docstrings.
3228 (strokes-help): Doc fix. Fix help message and pass it through
3229 `substitute-command-keys'.
3230
3231 * tempo.el (tempo-insert-prompt, tempo-interactive)
3232 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3233 (tempo-insert-string-functions, tempo-local-tags)
3234 (tempo-define-template, tempo-insert-template)
3235 (tempo-insert-prompt-compat, tempo-is-user-element)
3236 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3237 Fix typos in docstrings.
3238
3239 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3240 (vcursor-key-bindings, vcursor-use-vcursor-map)
3241 (vcursor-find-window, vcursor-scroll-down)
3242 (vcursor-disable, vcursor-beginning-of-buffer)
3243 (vcursor-end-of-buffer): Fix typos in docstrings.
3244 (vcursor-relative-move, vcursor-get-char-count):
3245 Improve argument/docstring consistency.
3246
3247 * version.el: "?\ " -> "?\s".
3248
3249 * wid-edit.el (widget-default-create, widget-after-change)
3250 (widget-default-format-handler, widget-checklist-add-item)
3251 (widget-radio-add-item, widget-choose, widget-specify-secret)
3252 (widget-field-value-create, widget-field-value-get)
3253 (widget-editable-list-format-handler)
3254 (widget-editable-list-entry-create, widget-group-value-create)
3255 (widget-documentation-link-add)
3256 (widget-documentation-string-value-create): "?\ " -> "?\s".
3257 (widget-convert-text): Doc fix.
3258 (widget-narrow-to-field, widget-field-find)
3259 (widget-url-link-action, widget-emacs-library-link-action)
3260 (widget-color-notify): Fix typos in docstrings.
3261
3262 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3263 (x-select-text, set-w32-system-coding-system)
3264 (w32-add-charset-info): Fix typos in docstrings.
3265
3266 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3267 (cua-enable-cua-keys, cua-use-hyper-key)
3268 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3269 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3270
3271 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3272
3273 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3274 `defalias' instead of faking it.
3275
3276 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3277 (eshell-ls-missing, eshell-ls-dired-initial-args)
3278 (eshell-ls-use-in-dired): Fix typos in docstrings.
3279
3280 2005-07-20 Kim F. Storm <storm@cua.dk>
3281
3282 * emulation/cua-base.el (cua-mode): Improve doc string.
3283
3284 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3285
3286 * abbrev.el (expand-region-abbrevs): Doc fix.
3287 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3288 Improve argument/docstring consistency.
3289
3290 * arc-mode.el (archive-get-descr, archive-alternate-display):
3291 Doc fixes.
3292 (archive-l-e): Improve argument/docstring consistency.
3293 (archive-tmpdir, archive-unixdate, archive-unixtime)
3294 (archive-chmod-entry): Fix typos in docstrings.
3295 (archive-unflag, archive-unflag-backwards)
3296 (archive-unmark-all-files): "?\ " -> "?\s".
3297
3298 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3299 (Buffer-menu-not-modified, Buffer-menu-execute)
3300 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3301 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3302
3303 * composite.el (compose-string, encode-composition-rule)
3304 (compose-last-chars): Fix typos in docstrings.
3305
3306 * desktop.el (desktop-enable, desktop-basefilename):
3307 Declare with `define-obsolete-variable-alias'.
3308 (desktop-internal-v2s): Don't quote keywords.
3309 (desktop-clear): "?\ " -> "?\s".
3310
3311 * dired.el (dired-align-file, dired-flag-backup-files)
3312 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3313 (dired-listing-switches, dired-ls-F-marks-symlinks)
3314 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3315 (dired-directory, dired-faces, dired, dired-revert)
3316 (dired-mode, dired-summary, dired-view-file)
3317 (dired-copy-filename-as-kill, dired-delete-file)
3318 (dired-no-confirm, dired-unmark-all-marks)
3319 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3320 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3321 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3322 Fix typos in message strings.
3323
3324 * dired-x.el (virtual-dired): Declare with `defalias'.
3325 (dired-mark-unmarked-files, dired-local-variables-file)
3326 (dired-omit-here-always): Doc fix.
3327 (dired-omit-mode, dired-find-subdir)
3328 (dired-enable-local-variables, dired-clean-up-buffers-too)
3329 (dired-extra-startup, dired-mark-extension, dired-jump)
3330 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3331 (dired-smart-shell-command, dired-guess-shell-alist-user)
3332 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3333 (dired-x-bind-find-file, dired-x-submit-report):
3334 Fix typos in docstrings.
3335 (dired-mark-unmarked-files): "?\ " -> "?\s".
3336
3337 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3338
3339 * faces.el (describe-face): "?\ " -> "?\s".
3340 (read-all-face-attributes, read-face-font, modify-face)
3341 (face-attr-construct, italic): Fix typos in docstrings.
3342 (frame-update-face-colors): Declare with
3343 `define-obsolete-function-alias'.
3344
3345 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3346 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3347 (magic-mode-alist, buffer-file-numbers-unique)
3348 (write-file-functions, get-free-disk-space):
3349 Fix typos in docstrings.
3350 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3351 (write-contents-hooks, write-file-hooks):
3352 Declare with `define-obsolete-variable-alias'.
3353
3354 * forms-d2.el (arch-rj): Fix typo in docstrings.
3355 (arch-tocol): Likewise. "?\ " -> "?\s".
3356
3357 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3358 Fix typo in docstring.
3359 (set-screen-width, set-screen-height): Delete redundant info in
3360 doctrings.
3361 (new-frame, screen-height, screen-width): Declare with
3362 `define-obsolete-function-alias'.
3363 (delete-frame-hook, blink-cursor): Declare with
3364 `define-obsolete-variable-alias'.
3365
3366 * paths.el (prune-directory-list): Fix typos in docstring.
3367
3368 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3369 (cvs-prefix-get): Fix typos in docstrings.
3370
3371 * ps-print.el (ps-extend-face-list, ps-extend-face)
3372 (ps-print-background-image): Fix typos in docstrings.
3373 (ps-default-fg, ps-default-bg): Doc fixes.
3374
3375 * s-region.el (s-region-bind): Doc fix.
3376 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3377
3378 * textmodes/org.el (org-table-formula-substitute-names)
3379 (org-table-get-vertical-vector): Doc fixes.
3380 (org-table-recalculate): Remove unused argument to `message'.
3381
3382 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3383
3384 * textmodes/org.el (org-table-column-names)
3385 (org-table-column-name-regexp)
3386 (org-table-named-field-locations): New variables.
3387 (org-archive-subtree): Protect `this-command' when calling
3388 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3389 the kill buffer.
3390 (org-complete): Remove fixed-formula completion.
3391 (org-edit-formulas-map): New variable.
3392 (org-table-edit-formulas): New command.
3393 (org-finish-edit-formulas, org-abort-edit-formulas)
3394 (org-show-variable, org-table-get-vertical-vector): New functions.
3395 (org-table-maybe-eval-formula): Handle `:=' fields.
3396 (org-table-get-stored-formulas, org-table-store-formulas)
3397 (org-table-get-formula, org-table-modify-formulas)
3398 (org-table-replace-in-formulas): Handle named field formulas.
3399 (org-table-get-specials): Store locations of named fields.
3400
3401 2005-07-19 Juri Linkov <juri@jurta.org>
3402
3403 * progmodes/grep.el (grep-regexp-alist)
3404 (grep-mode-font-lock-keywords, grep-process-setup):
3405 Use default GNU grep match color "01;31m" instead of "01;41m".
3406 (grep-regexp-alist, grep-mode-font-lock-keywords):
3407 Use `\\[[0-9]*m' instead of `\\[00m'.
3408 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3409 sgr_start where its handling is more important. Use the real
3410 length of sgr_start instead of constant 8.
3411 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3412 specially. Delete all remaining escape sequences.
3413 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3414 (grep-regexp-alist): Make hyperlink only for binary file name
3415 instead of the whole line.
3416 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3417 (grep-mode): Add autoload.
3418
3419 * emacs-lisp/find-func.el (find-function-regexp):
3420 Add `define-compilation-mode'.
3421
3422 2005-07-19 Juri Linkov <juri@jurta.org>
3423
3424 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3425 (compare-windows-sync-string-size, compare-windows-recenter)
3426 (compare-windows-highlight, compare-windows): Add version 22.1.
3427 (compare-windows) <defface>: Inherit from lazy-highlight instead
3428 of duplicating its default value.
3429
3430 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3431 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3432
3433 * descr-text.el (describe-char): Create link buttons for `charset'
3434 and `code point'. Add the current input method name with a link
3435 button to `to input' field. Print face names of display table
3436 characters in `The display table entry is displayed by' section
3437 instead of printing face-id in the `display' field.
3438 Guess hardcoded faces and create a link button for them.
3439 Skip empty fields when calculating max-width.
3440 Treat `widget-create' specially while inserting strings from the
3441 collected field list.
3442 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3443
3444 * diff-mode.el (diff-file-header): Change foreground color from
3445 yellow to green on light backgrounds.
3446 (diff-context): Inherit from `shadow' only for color/grayscale
3447 with more than 88 colors.
3448 (diff-indicator-removed, diff-indicator-added)
3449 (diff-indicator-changed): New faces.
3450 (diff-font-lock-keywords): Use new faces. Regroup rules.
3451 Add "^---$" for `normal' diff format. Fontify `#' lines with
3452 font-lock-comment-delimiter-face and font-lock-comment-face.
3453 Add `#' to ^[^...] in the rule for `diff-context-face'.
3454
3455 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3456 a button-like box. Inherit from `highlight' on low colors.
3457 (shadow): Use shades of gray only for color/grayscale with
3458 more than 88 colors. Use green for light backgrounds with
3459 8 colors, and yellow for dark backgrounds with 8 colors.
3460
3461 * font-lock.el (font-lock-regexp-grouping-backslash):
3462 Don't inherit from escape-glyph (use bold for all cases).
3463
3464 * info.el (info-xref-visited): Use light foreground color `violet'
3465 for dark backgrounds instead of dark color `magenta3'.
3466 (info-title-1): Use `yellow' color for dark backgrounds.
3467
3468 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3469 too-light magenta2.
3470
3471 * replace.el (match): Use slightly more light RoyalBlue3 instead
3472 of dark RoyalBlue4.
3473
3474 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3475
3476 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3477
3478 * novice.el (disabled-command-hook): Declare it with
3479 `define-obsolete-variable-alias'.
3480
3481 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3482 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3483 (desktop-load-default): Add release to obsolescence info.
3484 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3485 (desktop-append-buffer-args, desktop-read):
3486 Fix typos in docstrings.
3487 (desktop-kill): Fix typo in message.
3488 (desktop-save): Doc fix.
3489
3490 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3491
3492 * viper-cmd.el (viper-escape-to-state): Bug fix.
3493 (viper-envelop-ESC-key): Change the definition of fast
3494 keysequence so it'll work with keyboard macros.
3495
3496 * ediff.el (ediff-patch-buffer): Change the docstring.
3497
3498 2005-07-19 Kenichi Handa <handa@m17n.org>
3499
3500 * international/mule-cmds.el (select-safe-coding-system): Try to
3501 use an auto-coding (if any) before anything else. If the found
3502 auto-coding is invalid, show a warning message.
3503
3504 * international/mule.el (find-auto-coding): New function created
3505 by modifying the body of set-auto-coding.
3506 (set-auto-coding): Use find-auto-coding to find a coding.
3507
3508 2005-07-18 Richard M. Stallman <rms@gnu.org>
3509
3510 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3511 not isearch-mode-end-hook-error.
3512 (allout-before-change-protect): Fix error message.
3513
3514 2005-07-18 Juri Linkov <juri@jurta.org>
3515
3516 * allout.el (allout-mode):
3517 * calculator.el (calculator-copy):
3518 * custom.el (custom-known-themes):
3519 * dired.el (dired-desktop-buffer-misc-data)
3520 (dired-restore-desktop-buffer):
3521 * dired-x.el (dired-omit-marker-char):
3522 * files.el (basic-save-buffer):
3523 * font-core.el (font-lock-mode):
3524 * calendar/calendar.el (calendar-goto-hebrew-date)
3525 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3526 (calendar-goto-persian-date):
3527 * language/ethio-util.el (ethio-sera-to-fidel-region):
3528 * textmodes/picture.el (picture-mode):
3529 Delete duplicate duplicate words.
3530
3531 2005-07-18 Juri Linkov <juri@jurta.org>
3532
3533 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3534 chars * ? } |.
3535 (isearch-fallback): Don't call `isearch-process-search-char'.
3536 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3537 (isearch-process-search-char): Call `isearch-fallback' for regexp
3538 chars * ? } |.
3539 (isearch-return-char): Make obsolete with `make-obsolete' instead
3540 of simply documenting it as obsolete in the docstring.
3541 (isearch-fallback): Refill docstring.
3542
3543 * international/isearch-x.el
3544 (isearch-process-search-multibyte-characters): Remove unneeded
3545 `concat'. Add intermediate values to `junk-hist' instead of
3546 `minibuffer-history'. Test the length of `str'.
3547
3548 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * allout.el (allout-resolve-xref): Fix typos in error strings.
3551 (allout-before-change-protect): Remove unneeded `concat'.
3552
3553 * array.el (array-mode, array-reconfigure-rows)
3554 (untabify-backward): Fix typos in docstrings.
3555 (array-reconfigure-rows): Use `insert-buffer-substring', not
3556 `insert-buffer'.
3557
3558 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3559 * progmodes/ada-mode.el (ada-make-body):
3560 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3561
3562 * dired.el (dired-log):
3563 * tar-mode.el (tar-subfile-save-buffer):
3564 * play/zone.el (zone-pgm-stress-destress):
3565 Use `insert-buffer-substring', not `insert-buffer'.
3566
3567 2005-07-17 Simon Josefsson <jas@extundo.com>
3568
3569 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3570
3571 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3572
3573 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3574 Add plain auth method.
3575 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3576
3577 2005-07-17 Kim F. Storm <storm@cua.dk>
3578
3579 * ido.el (dired-other-window): Add ido property.
3580
3581 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3582
3583 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3584 Fix typo in docstring.
3585 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3586 `insert-file-literally'.
3587
3588 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3589 info and delete redundant message. Doc fix.
3590 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3591 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3592
3593 2005-07-16 Richard M. Stallman <rms@gnu.org>
3594
3595 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3596 (byte-compile-and): Use byte-compile-and-recursion.
3597 (byte-compile-or-recursion): New function.
3598 (byte-compile-or): Use that.
3599 (byte-compile-if): Guard the else-clause too.
3600 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3601
3602 * isearch.el (isearch-mode-end-hook-quit): New variable.
3603 (isearch-done): Bind it.
3604 (isearch-mode-end-hook): Doc fix.
3605
3606 * allout.el (allout-isearch-did-quit): Variable deleted.
3607 (allout-real-isearch-abort): Function name no longer used.
3608 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3609 (allout-isearch-rectification): isearch-mode always exists.
3610 Don't set allout-isearch-did-quit.
3611 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3612 allout-isearch-did-quit.
3613 (allout-enwrap-isearch): Just add the hook.
3614 (allout-isearch-abort): Function deleted.
3615 (allout-pre-command-business): Avoid warning.
3616
3617 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3618 Correctly avoid warnings.
3619 (pascal-outline): Likewise.
3620
3621 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3622
3623 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3624
3625 * play/tetris.el (tetris-mode): Avoid warning.
3626
3627 * play/snake.el (snake-mode): Avoid warning.
3628
3629 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3630 (gamegrid-set-display-table): Avoid warning.
3631 (gamegrid-set-timer): Likewise.
3632 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3633 (gamegrid-add-score-with-update-game-score-1): Take FILE
3634 as argument.
3635 (gamegrid-add-score-with-update-game-score): Pass that argument.
3636 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3637
3638 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3639
3640 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3641 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3642
3643 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3644 and insert-file.
3645
3646 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3647 (sc-ask): Avoid warnings.
3648
3649 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3650 (eshell-hist-initialize): Use that var the natural way.
3651
3652 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3653
3654 * emacs-lisp/re-builder.el (reb-cook-regexp):
3655 Avoid warning calling lre-compile-string.
3656 (reb-color-display-p): Avoid warning.
3657
3658 * calculator.el (calculator-last-input): Guard uses
3659 of event-key and key-press-event-p.
3660 (event-key, key-press-event-p): Delete definitions.
3661
3662 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3663 (find-gc-source-directory, find-gc-subrs-callers)
3664 (find-gc-noreturn-list, find-gc-source-files)
3665 (find-gc-subrs-called): Vars renamed and defvar'd.
3666
3667 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3668 (checkdoc-overlay-put, checkdoc-delete-overlay)
3669 (checkdoc-overlay-start, checkdoc-overlay-end)
3670 (checkdoc-mode-line-update, checkdoc-char=):
3671 Define such that compiler knows they are defined.
3672 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3673 (checkdoc-read-event): Delete. Use read-event directly.
3674
3675 * whitespace.el (whitespace-make-overlay)
3676 (whitespace-overlay-put, whitespace-delete-overlay)
3677 (whitespace-overlay-start, whitespace-overlay-end):
3678 Define such that compiler knows they are defined.
3679 (whitespace): Move conditional inside.
3680
3681 * tempo.el (tempo-insert-template): Suppress warning.
3682
3683 * ediff-diff.el (longlines-mode): Add defvar.
3684
3685 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3686
3687 * server.el: Bind "C-x #" in a way that works even if C-x is
3688 redefined to a command key, not a prefix key.
3689
3690 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3691
3692 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3693 cl-make-type-test till execution time.
3694
3695 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3696
3697 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3698 arg ARG and use it.
3699
3700 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3701
3702 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3703
3704 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3705
3706 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3707 a defcustom with two :set or :type keywords.
3708
3709 2005-07-15 Richard M. Stallman <rms@gnu.org>
3710
3711 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3712 Don't give ^M comment-end syntax.
3713
3714 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3715
3716 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3717 Don't consider gdbmi (gdb-mi.el has its own update functions).
3718 (gdb-var-delete): Make it work for gdbmi as well.
3719 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3720
3721 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3722 (gud-speedbar-menu-items): Correct logic for enabling items.
3723
3724 2005-07-15 Kim F. Storm <storm@cua.dk>
3725
3726 * ido.el: Fix commentary.
3727 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3728 Use with-no-warnings around ffap-guesser.
3729 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3730 Let bind minibuffer-completing-file-name to t.
3731
3732 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3733
3734 * startup.el (site-run-file, keyboard-type): Doc fixes.
3735 (command-line): Check for "--basic-display" argument; also for
3736 "--quick", not "--bare-bones" (which was renamed).
3737 (fancy-splash-text): Add missing item "Getting New Versions".
3738 (normal-splash-screen): Fix typos and improve consistency with
3739 `fancy-splash-text'. Update copyright year.
3740
3741 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3742 valid binding for `help-char'.
3743
3744 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3745
3746 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3747
3748 * term.el (term-mode): Disable cua-mode for term buffers.
3749
3750 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3751
3752 * add-log.el (add-log-mailing-address, change-log-merge):
3753 Doc fixes.
3754 (change-log-get-method-definition): Fix typo in docstring.
3755
3756 2005-07-14 Kim F. Storm <storm@cua.dk>
3757
3758 * emulation/cua-base.el:
3759 (cua--pre-command-handler-1, cua--pre-command-handler)
3760 (cua--post-command-handler-1, cua--post-command-handler):
3761 Split in two. Check (buffer local) value of cua-mode.
3762 (cua-selection-mode): New command.
3763
3764 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3765
3766 * custom.el (custom-initialize-safe-set)
3767 (custom-initialize-safe-default): Doc fixes.
3768
3769 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3770 and simplify :init-value again.
3771
3772 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3773 and simplify :init-value again. Delete autoload.
3774
3775 * startup.el (command-line): Use `custom-reevaluate-setting' again
3776 for tooltip-mode.
3777
3778 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3779 a defcustom with two :initialize keywords.
3780
3781 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3782
3783 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3784 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3785 (allout-post-command-business, allout-flag-region)
3786 (isearch-reenable-font-lock, allout-yank)
3787 (allout-insert-latex-header, allout-insert-latex-trailer)
3788 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3789 (allout-latex-verb-quote): Fix typos in docstrings.
3790 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3791 (allout-unprotected, allout-prefix-data):
3792 Improve argument/docstring consistency.
3793 (allout-chart-subtree): Fix argument spec.
3794 (allout-open-topic): Rename `use_sib_bullet' argument to
3795 `use-sib-bullet'. Doc fix.
3796
3797 * whitespace.el (whitespace-check-buffer-leading)
3798 (whitespace-check-buffer-trailing)
3799 (whitespace-check-buffer-indent)
3800 (whitespace-check-buffer-spacetab)
3801 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3802 (whitespace-check-leading-whitespace)
3803 (whitespace-check-trailing-whitespace)
3804 (whitespace-check-spacetab-whitespace)
3805 (whitespace-check-indent-whitespace)
3806 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3807 (whitespace-modes): Fix typos in docstrings.
3808 (defgroup, defcustom): Doc fixes.
3809
3810 * winner.el (winner-mode, winner-boring-buffers)
3811 (winner-pending-undo-ring): Doc fixes.
3812 (winner-ring): Remove unneeded `progn'.
3813 (winner-equal): `defsubst' it.
3814 (winner-redo): Fix message.
3815
3816 2005-07-13 Kim F. Storm <storm@cua.dk>
3817
3818 * simple.el (line-move-1): Always use vertical-motion to
3819 do the last (or only) line move to ensure some movement.
3820 Undo 2005-06-23 change--don't check for overlays.
3821
3822 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3823
3824 * term/mac-win.el (ccl-encode-mac-roman-font)
3825 (ccl-encode-mac-centraleurroman-font)
3826 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3827 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3828 Change charset-id boundary of dimension to ?\xef.
3829 (mac-char-fontspec-list): New constant.
3830 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3831 argument. Nil uses itself as family in font-spec. Previous
3832 behavior for nil is now provided by non-nil non-string argument.
3833 All callers changed. Add font-specs for Mac fonts to
3834 "fontset-default" unless iso8859-1 fonts are installed.
3835
3836 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3839 a continuation line if the \ is preceded by SPC or TAB.
3840 (sh-get-indent-info): Simplify.
3841 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3842 Use with-current-buffer.
3843
3844 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3845 when the matched text is empty.
3846
3847 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3848
3849 * startup.el (command-line): Revert to previous handling of
3850 tooltip-mode. Explain in comment why the complexity is needed.
3851
3852 * tooltip.el (tooltip-mode): Revert to previous implementation of
3853 its defcustom.
3854
3855 * frame.el (blink-cursor-mode): Revert to previous implementation
3856 of its defcustom. Update comment.
3857
3858 2005-07-12 Lars Hansen <larsh@soem.dk>
3859
3860 * desktop.el: Update e-mail address.
3861
3862 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3863
3864 * term/mac-win.el (mac-services-mail-selection)
3865 (mac-services-mail-to): New functions.
3866 (mac-application-menu-map): Bind them.
3867
3868 2005-07-12 wulei <milton@wulei.net> (tiny change)
3869
3870 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3871
3872 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
3873
3874 * custom.el (custom-reevaluate-setting): Doc fix.
3875
3876 2005-07-11 Jay Belanger <belanger@truman.edu>
3877
3878 * calc/calc.el (calc-embedded-announce-formula-alist)
3879 (calc-embedded-open-close-plain-alist)
3880 (calc-embedded-open-close-mode-alist): Add checks for additional
3881 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3882
3883 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
3884
3885 * custom.el (custom-enable-theme): Don't add theme to
3886 `custom-enabled-themes' with `push' because there is no
3887 setf-method for `delq'.
3888
3889 2005-07-11 Richard M. Stallman <rms@gnu.org>
3890
3891 * custom.el (custom-declare-variable): Doc fix.
3892
3893 * dired-aux.el (dired-compare-directories): Remove "." and ".."
3894 from the alists.
3895
3896 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3897 Do nothing if edebug-active.
3898
3899 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3900 (edebug-display): Do it here instead.
3901
3902 2005-07-10 Richard M. Stallman <rms@gnu.org>
3903
3904 * cus-face.el (custom-theme-set-faces): Make it work.
3905 (custom-reset-faces): Doc fix.
3906 (custom-theme-reset-internal-face, custom-theme-face-value):
3907 Functions deleted.
3908
3909 * custom.el (custom-push-theme): Maintain list of the settings
3910 of a given theme in its theme-settings property.
3911 Maintain position of old settings in the theme-value
3912 or theme-face property.
3913 (custom-enabled-themes): New variable.
3914 (custom-theme-enabled-p): New function.
3915 (provide-theme): Update custom-enabled-themes.
3916 Disable and reenable the `user' theme.
3917 (require-theme): Doc fix.
3918 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3919 (custom-theme-value, custom-theme-variable-value): Likewise.
3920 (custom-theme-reset-internal): Likewise.
3921 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3922 (custom-enable-theme, custom-disable-theme): New functions.
3923 (custom-variable-theme-value, custom-face-theme-value): Likewise.
3924 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3925 (custom-theme-reset-variables): Simplify.
3926 (deftheme, custom-declare-theme, custom-make-theme-feature):
3927 Definitions moved.
3928
3929 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * longlines.el (longlines-show-region)
3932 (longlines-unshow-hard-newlines): Recognize hard newlines by
3933 non-nil hard property, instead of t.
3934
3935 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
3936
3937 * viper-cmd.el (viper--key-maps): New variable.
3938 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
3939 emulation-mode-map-alists.
3940 (viper-envelop-ESC-key): Use viper-subseq.
3941 (viper-search-forward/backward/next): Disable debug-on-error.
3942
3943 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3944 (viper-ESC-key): New defcustoms.
3945
3946 * viper-macs.el (ex-map-read-args): Use viper-subseq.
3947
3948 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
3949 (viper-subseq): Copy of subseq from cl.el.
3950
3951 * viper.el (viper-go-away, viper-set-hooks): Use
3952 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
3953
3954 * viper-mous.el (viper-current-frame-saved): Use defvar.
3955
3956 * viper-init.el: Get rid of -face in face names.
3957
3958 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3959 Make it work with longlines mode
3960
3961 * ediff-mult.el (ediff-meta-mode-hook): New variable.
3962
3963 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
3964
3965 * ediff-init.el: Get rid of -face in face names.
3966
3967 2005-07-10 Richard M. Stallman <rms@gnu.org>
3968
3969 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
3970 and with-timeout-unsuspend.
3971
3972 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
3973 and with-timeout-unsuspend.
3974
3975 * emacs-lisp/timer.el (with-timeout-timers): New variable.
3976 (with-timeout): Bind that variable to record timers.
3977 (with-timeout-suspend, with-timeout-unsuspend): New functions.
3978
3979 * emacs-lisp/debug.el (debug-help-follow): New function.
3980 (debugger-mode-map): Use that instead of help-follow.
3981 (debugger-setup-buffer): Use eval-buffer-list
3982 to handle eval-buffer frames.
3983
3984 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
3985
3986 * timezone.el (timezone-parse-date): Change first regexp
3987 so it will not mistakenly match dates with no time zone.
3988
3989 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
3990
3991 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
3992
3993 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
3994
3995 * custom.el (custom-initialize-safe-set)
3996 (custom-initialize-safe-default): New functions.
3997
3998 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3999 and simplify :init-value.
4000
4001 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4002 and simplify :init-value. Delete obsolete comment.
4003
4004 * startup.el (command-line): Use `custom-reevaluate-setting' to
4005 handle `tooltip-mode'. Delete obsolete comment.
4006
4007 * files.el (set-visited-file-name): Avoid calling
4008 `file-name-nondirectory' with a nil argument.
4009
4010 2005-07-09 Richard M. Stallman <rms@gnu.org>
4011
4012 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4013 was called with nil for the buffer, handle the read position right.
4014 Handle read position for eval-region, too.
4015
4016 2005-07-09 Juri Linkov <juri@jurta.org>
4017
4018 * fringe.el (fringe-mode): Add period in docstring.
4019 (fringe-query-style): Build prompt depending on `all-frames' arg.
4020
4021 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4022 to not create links to unrelated functions in the Help buffer.
4023
4024 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4025 Doc fix.
4026
4027 * simple.el (next-error-hook): New variable.
4028 (next-error): Use it. Doc fix.
4029
4030 * textmodes/ispell.el (ispell-command-loop): Add current
4031 dictionary name and program name to mode-line-format.
4032 (ispell-region, ispell-process-line): Add current dictionary name
4033 and program name to messages.
4034
4035 2005-07-08 Jay Belanger <belanger@truman.edu>
4036
4037 * calc/calc.el (calc-embedded-announce-formula-alist)
4038 (calc-embedded-open-close-formula-alist)
4039 (calc-embedded-open-close-word-alist)
4040 (calc-embedded-open-close-plain-alist)
4041 (calc-embedded-open-close-new-formula-alist)
4042 (calc-embedded-open-close-mode-alist)
4043 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4044 (calc-embedded-mode-hook): New variables.
4045
4046 * calc/calc-embed.el (calc-embedded-firsttime)
4047 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4048 New variables.
4049 (calc-do-embedded): Use calc-embedded-firsttime,
4050 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4051 determine whether or not to run hooks.
4052 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4053 calc-embedded-firsttime-formula appropriately.
4054 Set calc-embedded delimiter variables according to mode.
4055
4056 2005-07-08 Richard M. Stallman <rms@gnu.org>
4057
4058 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4059 Check for "emacs", etc., as entire symbol, not just as word.
4060 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4061
4062 * files.el (set-visited-file-name): Report the error
4063 for "empty filename" earlier.
4064 (kill-some-buffers): Ignore buffers already dead.
4065
4066 * fringe.el (fringe-mode): Doc fix.
4067
4068 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4069 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4070 Use unwind-protect to ensure byte-compile-unresolved-functions
4071 is updated.
4072
4073 * whitespace.el (whitespace-buffer-leading-cleanup):
4074 Simplify w/ skip-chars-forward.
4075 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4076
4077 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4078 Unconditionally try to leave point at the same old place.
4079
4080 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4081
4082 * comint.el (comint-postoutput-scroll-to-bottom)
4083 (comint-show-maximum-output): Take scroll-margin into consideration.
4084
4085 2005-07-08 Kim F. Storm <storm@cua.dk>
4086
4087 * ido.el (ido-use-filename-at-point): New choice `guess'.
4088 (ido-file-internal): Try ffap-guesser if selected.
4089
4090 * ido.el (ido-before-fallback-functions): New hook.
4091 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4092 (ido-read-file-name): Run it.
4093
4094 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4095
4096 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4097 strings rather than a list of symbols to the completion function.
4098
4099 2005-07-07 Jay Belanger <belanger@truman.edu>
4100
4101 * calc/calc-units.el (math-apply-units): Change the places in
4102 which units are simplified.
4103
4104 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4105
4106 * cus-edit.el (customize-option, customize-option-other-window):
4107 Make them handle aliases.
4108
4109 * custom.el (custom-variable-p): Make it recursively follow
4110 aliases. Mention that in the docstring.
4111
4112 2005-07-07 Richard M. Stallman <rms@gnu.org>
4113
4114 * cus-start.el (exec-path): Use `directory' instead of `file'.
4115 Fix tag for nil.
4116
4117 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4118
4119 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4120 when called non-interactively. Doc fix.
4121
4122 2005-07-07 Lute Kamstra <lute@gnu.org>
4123
4124 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4125 new address as well.
4126
4127 2005-07-07 Kenichi Handa <handa@m17n.org>
4128
4129 * international/mule.el (make-coding-system):
4130 Describe `ascii-incompatible' property in the docstring.
4131 (set-file-name-coding-system): Signal an error if coding-system is
4132 ascii-incompatible.
4133 (set-keyboard-coding-system): Likewise.
4134
4135 * international/mule-cmds.el (set-default-coding-systems):
4136 Don't set default-file-name-coding-system and
4137 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4138
4139 * international/utf-16.el: Declare that all UTF-16-based coding
4140 systems are ASCII-incompatible.
4141
4142 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4143
4144 * progmodes/gud.el: Require font-lock for displaying errors.
4145 Used by gdb-ui.el.
4146
4147 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4148
4149 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4150 values for the pattern lists which are `read'able but not
4151 `append'able (like symbols).
4152
4153 2005-07-06 Richard M. Stallman <rms@gnu.org>
4154
4155 * progmodes/flymake.el (flymake-float-time): Instead of
4156 with-no-warnings, test for xemacs.
4157 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4158 to avoid warning.
4159
4160 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4161
4162 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4163
4164 2005-07-05 Lute Kamstra <lute@gnu.org>
4165
4166 * battery.el: Add support for Darwin (with much debugging help
4167 from Samuel Lauber <sam124@operamail.com>).
4168 (battery-status-function, battery-echo-area-format)
4169 (battery-mode-line-format): Add support for pmset on Darwin.
4170 (battery-load-low, battery-load-critical): New user options.
4171 (battery-pmset): New function.
4172
4173 2005-07-05 Lute Kamstra <lute@gnu.org>
4174
4175 Update FSF's address in GPL notices.
4176
4177 * textmodes/page-ext.el: Update FSF's address.
4178
4179 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4182 filling from using prefix when filling a single-line docstring.
4183
4184 * progmodes/flymake.el: Remove useless eval-when-compile.
4185
4186 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4187
4188 2005-07-04 Richard M. Stallman <rms@gnu.org>
4189
4190 * textmodes/org.el (org-file-apps-defaults-gnu):
4191 Rename from org-file-apps-defaults-linux.
4192 (org-default-apps): Don't test system-type for `linux'.
4193 (org-file-apps): Doc fix.
4194
4195 2005-07-04 David Ponce <david@dponce.com>
4196
4197 * tree-widget.el: Improve header Commentary section.
4198 (tree-widget) [defgroup]
4199 (tree-widget-image-enable, tree-widget-themes-directory)
4200 (tree-widget-theme, tree-widget-image-properties-emacs)
4201 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4202 (tree-widget-image-formats, tree-widget-control)
4203 (tree-widget-empty-control, tree-widget-leaf-control
4204 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4205 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4206 (tree-widget-keep, tree-widget-after-toggle-functions)
4207 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4208 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4209 :help-echo message.
4210 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4211 (tree-widget-image-properties): Doc fix. Clearer implementation.
4212 (tree-widget--cursors): New constant.
4213 (tree-widget-lookup-image): New function split from
4214 `tree-widget-find-image'. Clearer implementation.
4215 (tree-widget-find-image): Use it.
4216 (tree-widget-button-keymap): Use `set-keymap-parent'.
4217 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4218 Define the sub-widgets here.
4219 (tree-widget-node): Check that :node is not a tree-widget.
4220 (tree-widget-get-super, tree-widget-open-control)
4221 (tree-widget-close-control, tree-widget-empty-control)
4222 (tree-widget-leaf-control, tree-widget-guide)
4223 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4224 (tree-widget-no-handle, tree-widget-value-delete)
4225 (tree-widget-map): Remove.
4226 (tree-widget-children-value-save): Doc fix. Simplified.
4227 (tree-widget-value-create): Update according to previous changes.
4228
4229 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4230
4231 * textmodes/org.el: Leading space replaced by TABS.
4232 (org-recalc-marks, org-table-rotate-recalc-marks)
4233 (org-table-get-specials): Treat "^" and "_" marks.
4234 (org-table-justify-field-maybe): Optional argument NEW.
4235 (org-table-eval-formula): Parsing of the format simplified.
4236 New modes C,I. Honor the %= parameter in the current table.
4237 Avoid unnecessary re-align by using the NEW argument to
4238 `org-table-justify-field-maybe'.
4239 (org-calc-default-modes): Default for date-format mimicks org-mode.
4240 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4241
4242 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4243
4244 * cus-face.el (custom-theme-set-faces): Make it handle face
4245 aliases whose alias declarations are pre- or autoloaded.
4246
4247 2005-07-04 Juri Linkov <juri@jurta.org>
4248
4249 * faces.el (read-face-name): Put the code for getting a face name
4250 from the buffer before adding the faces from the `face' property.
4251 Use `completing-read-multiple' instead of `completing-read'.
4252 Require `crm'. Add default value and post-process the returned
4253 list of faces.
4254
4255 * emacs-lisp/crm.el (crm-find-current-element)
4256 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4257
4258 * emacs-lisp/lisp-mode.el (eval-defun-1):
4259 * emacs-lisp/edebug.el (edebug-eval-defun):
4260 Remove unnecessary quotes.
4261
4262 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4265 (prolog-indent-level): Fix typo in docstring.
4266
4267 * info.el (Info-history, Info-history-forward)
4268 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4269
4270 * add-log.el (add-change-log-entry):
4271 * comint.el (comint-dynamic-list-input-ring)
4272 (comint-dynamic-list-completions):
4273 * dabbrev.el (dabbrev-expand):
4274 * delim-col.el (delimit-columns-rectangle-line):
4275 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4276 (diff-unified->context):
4277 * ediff-init.el (ediff-abbrev-jobname):
4278 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4279 (ediff-replace-session-activity-marker-in-meta-buffer):
4280 * info.el (Info-summary):
4281 * lpr.el (printify-region):
4282 * printing.el (pr-create-interface):
4283 * ps-print.el (ps-print-quote):
4284 * ses.el (ses-column-widths, ses-print-cell)
4285 (ses-adjust-print-width, ses-center):
4286 * shell.el (shell-file-name-quote-list):
4287 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4288 (strokes-fill-current-buffer-with-whitespace)
4289 (strokes-xpm-for-stroke, strokes-list-strokes)
4290 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4291 * term.el (term-dynamic-list-input-ring)
4292 (term-dynamic-list-completions):
4293 * calc/calc.el (math-format-stack-value):
4294 * emacs-lisp/edebug.el (edebug-display-freq-count):
4295 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4296 (delphi-new-comment-line):
4297 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4298 * progmodes/executable.el (executable-set-magic):
4299 * progmodes/python.el (inferior-python-mode):
4300 * progmodes/scheme.el (scheme-mode-syntax-table):
4301 * progmodes/sh-script.el (sh-maybe-here-document):
4302 * progmodes/sql.el (sql-copy-column):
4303 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4304 * textmodes/bibtex.el (bibtex-mode):
4305 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4306 (sgml-auto-attributes):
4307 * textmodes/table.el (table-insert, table-shorten-cell)
4308 (table--generate-source-scan-lines, table-delete-row)
4309 (*table--cell-delete-char, table--spacify-frame)
4310 (table--horizontally-shift-above-and-below)
4311 (table--cell-insert-char, table--cell-blank-str)
4312 (table--fill-region-strictly):
4313 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4314 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4315
4316 * add-log.el (change-log):
4317 * apropos.el (apropos):
4318 * comint.el (comint-completion, comint-source):
4319 * dabbrev.el (dabbrev):
4320 * delim-col.el (columns):
4321 * diff-mode.el (diff-mode):
4322 * ediff.el (ediff):
4323 * ediff-diff.el (ediff-diff):
4324 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4325 * ediff-mult.el (ediff-mult):
4326 * ediff-ptch.el (ediff-ptch):
4327 * ediff-wind.el (ediff-window):
4328 * facemenu.el (facemenu):
4329 * indent.el (indent):
4330 * info.el (info):
4331 * jka-cmpr-hook.el (compression, jka-compr):
4332 * lpr.el (lpr):
4333 * outline.el (outlines):
4334 * pcmpl-cvs.el (pcmpl-cvs):
4335 * pcmpl-rpm.el (pcmpl-rpm):
4336 * printing.el (printing):
4337 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4338 (ps-print-vertical, ps-print-headers, ps-print-font)
4339 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4340 (ps-print-background, ps-print-printer, ps-print-page)
4341 (ps-print-miscellany):
4342 * ses.el (ses):
4343 * shell.el (shell, shell-directories, shell-faces):
4344 * startup.el (initialization):
4345 * strokes.el (strokes):
4346 * term.el (term):
4347 * uniquify.el (uniquify):
4348 * w32-vars.el (w32):
4349 * calc/calc.el (calc):
4350 * emacs-lisp/bytecomp.el (bytecomp):
4351 * emacs-lisp/cl-indent.el (lisp-indent):
4352 * emacs-lisp/edebug.el (edebug):
4353 * emacs-lisp/elp.el (elp):
4354 * emacs-lisp/testcover.el (testcover):
4355 * emacs-lisp/trace.el (trace):
4356 * emulation/viper-ex.el (viper-ex):
4357 * emulation/viper-mous.el (viper-mouse):
4358 * mail/mailalias.el (mailalias):
4359 * mail/supercite.el (supercite, supercite-frames)
4360 (supercite-attr, supercite-cite, supercite-hooks):
4361 * net/rcompile.el (remote-compile):
4362 * net/rlogin.el (rlogin):
4363 * obsolete/ooutline.el (outlines):
4364 * progmodes/delphi.el (delphi):
4365 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4366 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4367 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4368 (ebnf-optimization):
4369 * progmodes/etags.el (etags):
4370 * progmodes/executable.el (executable):
4371 * progmodes/idlwave.el (idlwave):
4372 * progmodes/pascal.el (pascal):
4373 * progmodes/prolog.el (prolog):
4374 * progmodes/python.el (python):
4375 * progmodes/scheme.el (scheme):
4376 * progmodes/sh-script.el (sh, sh-script):
4377 * progmodes/sql.el (SQL):
4378 * progmodes/tcl.el (tcl):
4379 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4380 * textmodes/enriched.el (enriched):
4381 * textmodes/makeinfo.el (makeinfo):
4382 * textmodes/sgml-mode.el (sgml):
4383 * textmodes/table.el (table-hooks):
4384 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4385 * textmodes/texinfo.el (texinfo):
4386 * textmodes/two-column.el (two-column):
4387 Finish `defgroup' description with period.
4388
4389 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4390 * eshell/esh-var.el (eshell-var):
4391 * progmodes/vhdl-mode.el (vhdl-testbench):
4392 * textmodes/org.el (org): Fix typos in docstrings.
4393
4394 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4395 consistency.
4396
4397 * progmodes/flymake.el (flymake-find-file): Remove.
4398 (flymake-float-time): Use `with-no-warnings'.
4399 (flymake-check-start-time, flymake-check-was-interrupted)
4400 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4401 (flymake-new-err-info): `defvar' at compile time.
4402
4403 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4404
4405 * replace.el (occur-hook): Doc fix.
4406 (occur-1): Don't call `occur-hook' if there are no matches.
4407
4408 2005-07-03 Richard M. Stallman <rms@gnu.org>
4409
4410 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4411 global-map, save the same map.
4412 (global-map): Don't alter it at top level.
4413 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4414 Then alter it here instead.
4415 (tpu-edt-off): Set global-map to the saved one.
4416
4417 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4418 All references simplified.
4419 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4420 (zmacs-regions): Add defvar.
4421 (repeat-complex-command-map): Everything about that deleted.
4422
4423 * textmodes/artist.el (artist-key-is-drawing)
4424 (artist-key-endpoint1, artist-key-poly-point-list)
4425 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4426 (artist-key-compl-table, artist-rb-save-data)
4427 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4428 Don't put them in eval-when-compile.
4429 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4430
4431 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4432 Use with-no-warnings.
4433
4434 * net/browse-url.el (dos-windows-version): Add defvar.
4435
4436 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4437
4438 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4439 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4440 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4441 Add defvar.
4442 (rmail-summary-beginning-of-message): Use with-no-warnings.
4443 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4444
4445 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4446 Use with-no-warnings.
4447
4448 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4449 (c-mark-function): Add point-moving-unit property.
4450 (vi-goto-line): Use with-no-warnings.
4451
4452 * emulation/edt.el (edt-last-copied-word): Add defvar.
4453 (zmacs-region-stays): Likewise.
4454 (edt-mark-section-wisely): Use c-mark-function for C.
4455 Use makr-defun for Fortran.
4456 (time-string): defvar deleted.
4457 (edt-display-the-time): Don't set time-string.
4458
4459 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4460
4461 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4462 Don't warn when name is not constant
4463 or for defining the group `emacs'.
4464
4465 * tooltip.el (gud-tooltip-mode): Add defvar.
4466
4467 * startup.el (default-frame-background-mode): Add defvar.
4468
4469 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4470
4471 * info.el (tool-bar-map): Add defvar.
4472
4473 * dired.el (dnd-protocol-alist): Add defvar.
4474
4475 * dired-aux.el (dired-query): Display question with answer, when
4476 the user answers.
4477
4478 * custom.el (custom-add-option): Doc fix.
4479
4480 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4481
4482 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4483
4484 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4485 bogus name from the last change.
4486
4487 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4488
4489 * custom.el (custom-declare-variable): Fix typos in comment.
4490 (custom-known-themes): Doc fix.
4491 (custom-theme-directory): New defcustom.
4492 (require-theme): Make it check `custom-theme-directory'.
4493
4494 * cus-theme.el (custom-new-theme-mode): New function.
4495 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4496 (custom-theme-description): Add compiler defvars.
4497 (customize-create-theme): Add doc to the "*New Custom Theme*"
4498 buffer. Use `custom-new-theme-mode'.
4499 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4500 and save it to the `custom-theme-directory'. Make this the
4501 default directory of the buffer.
4502
4503 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4504
4505 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4506 Fix unbalanced parentheses.
4507
4508 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4511 into flymake-mode and delegate to flymake-mode.
4512
4513 * find-file.el (ff-which-function-are-we-in): Clean up.
4514
4515 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4516
4517 * replace.el (occur-rename-buffer): Fix docstring.
4518
4519 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4520 (edt-last-copied-word, edt-learn-macro-count)
4521 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4522 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4523 (time-string, zmacs-region-stays):
4524 * emulation/edt-mapper.el (edt-save-function-key-map)
4525 (EDT-key-name): `defvar' to silence the byte-compiler.
4526
4527 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4528
4529 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4530 font-lock-regexp-backslash. Doc fix.
4531 (font-lock-regexp-backslash-grouping-construct): Rename from
4532 font-lock-regexp-backslash-construct. Doc fix.
4533 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4534 grouping constructs.
4535
4536 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4537
4538 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4539 updating all the prerequisites.
4540
4541 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4542
4543 * textmodes/org.el (org-agenda-start-on-weekday)
4544 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4545 (org-agenda-use-time-grid, org-archive-location)
4546 (org-allow-space-in-links, org-usenet-links-prefer-google)
4547 (org-enable-table-editor, org-export-default-language)
4548 (org-export-html-show-new-buffer, org-fill-paragraph)
4549 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4550 (org-goto-quit, org-occur, org-eval-in-calendar)
4551 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4552 (org-agenda-diary-entry, org-remember-help)
4553 (org-table-convert-region, org-at-table-p)
4554 (org-table-move-row-down, org-table-move-row-up)
4555 (org-table-copy-region, org-table-toggle-vline-visibility)
4556 (org-table-get-stored-formulas, org-table-get-specials)
4557 (org-recalc-commands, org-table-eval-formula)
4558 (org-table-formula-substitute-names, orgtbl-make-binding)
4559 (org-format-org-table-html, org-format-table-table-html)
4560 (org-format-table-table-html-using-table-generate-source)
4561 (org-customize): Fix typos in docstrings.
4562 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4563 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4564 (org-back-to-heading): Doc fixes.
4565 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4566 (org-agenda-change-all-lines, org-get-header):
4567 Improve argument/docstring consistency.
4568 (orgtbl-error): Fix error message.
4569
4570 * progmodes/flymake.el (flymake-find-possible-master-files)
4571 (flymake-master-file-compare, flymake-get-line-err-count)
4572 (flymake-highlight-line, flymake-gui-warnings-enabled):
4573 Fix typos in docstrings.
4574 (flymake-parse-line, flymake-get-project-include-dirs-function)
4575 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4576 Doc fixes.
4577 (flymake-get-project-include-dirs-function)
4578 (flymake-make-err-menu-data):
4579 Improve argument/docstring consistency.
4580
4581 2005-07-01 Lute Kamstra <lute@gnu.org>
4582
4583 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4584 Catch errors with ignore-errors. Use temporary buffer.
4585 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4586
4587 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4588 background color faces.
4589 (facemenu-set-foreground, facemenu-set-background):
4590 Use facemenu-set-face-from-menu.
4591 (facemenu-set-face-from-menu): Treat face names that start with
4592 "fg:" or "bg:" as special.
4593 (facemenu-add-new-color): Don't create faces. Simplify.
4594
4595 2005-06-30 Richard M. Stallman <rms@gnu.org>
4596
4597 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4598 (crm-find-current-element): Likewise.
4599
4600 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4601
4602 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4603
4604 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4607 (archive-mouse-extract): Make it an obsolete alias.
4608 (archive-mode-map): Don't use archive-mouse-extract any more.
4609 (archive-mode, archive-extract): write-contents-hooks ->
4610 write-contents-functions.
4611 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4612 first arg.
4613 (archive-rename-entry): Update the call.
4614 (archive-zip-summarize): Remove unused var `method'.
4615 (archive-lzh-summarize): Remove unused var `creator'.
4616
4617 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4618 dedicated frame upon exit.
4619
4620 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4621 (archive-zip-extract, archive-zip-expunge)
4622 (archive-zip-update, archive-zip-update-case): Use executable-find.
4623 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4624 Use restore-buffer-modified-p.
4625 (archive-extract, archive-add-new-member, archive-write-file-member):
4626 Use with-current-buffer.
4627 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4628
4629 2005-06-30 Andreas Schwab <schwab@suse.de>
4630
4631 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4632
4633 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4634
4635 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4636
4637 2005-06-30 Juri Linkov <juri@jurta.org>
4638
4639 * faces.el (vertical-border): Inherit from mode-line-inactive
4640 only on tty.
4641
4642 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4643
4644 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4645 example, -NLINES in the `occur' docstring).
4646
4647 * replace.el (occur-1): When no matches are found, do not set the
4648 `buffer-read-only' and modified flags for the occur buffer,
4649 because it is deleted.
4650
4651 * emulation/cua-base.el (cua-check-pending-input)
4652 (cua-repeat-replace-region, cua-mode, cua-debug)
4653 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4654 Fix typos in docstrings.
4655
4656 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4657 (cua-cut-region-to-global-mark)
4658 (cua--cut-rectangle-to-global-mark):
4659 Remove period from end of messages.
4660
4661 * emulation/cua-rect.el (cua-do-rectangle-padding):
4662 Remove period from end of messages.
4663 (cua--rectangle-seq-format): Fix typo in docstring.
4664 (cua-sequence-rectangle, cua-fill-char-rectangle):
4665 Improve argument/docstring consistency.
4666
4667 2005-06-29 Juri Linkov <juri@jurta.org>
4668
4669 * faces.el (default-frame-background-mode): New internal variable.
4670 (frame-set-background-mode): Use it.
4671
4672 * startup.el (normal-top-level): Set default-frame-background-mode
4673 instead of frame-background-mode. Before setting it, test for its
4674 nil value. Remove tests for frame-background-mode and frame
4675 parameter `reverse'. Add test for "unspecified-fg".
4676
4677 * term/xterm.el (xterm-rxvt-set-background-mode):
4678 * term/rxvt.el (rxvt-set-background-mode):
4679 Set default-frame-background-mode instead of frame-background-mode.
4680
4681 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * simple.el (set-variable): Warn about obsolete user variables.
4684
4685 * imenu.el (imenu--completion-buffer):
4686 * mouse.el (mouse-buffer-menu-alist):
4687 * msb.el (msb-invisible-buffer-p):
4688 * calendar/diary-lib.el (diary-header-line-format):
4689 * emacs-lisp/pp.el (pp-buffer):
4690 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4691 * textmodes/picture.el (picture-replace-match):
4692 Change space constants followed by a sexp to "?\s ".
4693
4694 * play/decipher.el (decipher-loop-with-breaks):
4695 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4696 constants "protected" from end of line by a comment to "?\s".
4697
4698 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * font-lock.el (save-buffer-state): Use `declare'.
4701
4702 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4703 reset the syntax-table to cperl-mode-syntax-table.
4704 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4705 "foo_print_bar" is not matched as a reserved keyword.
4706
4707 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4708
4709 * textmodes/org.el (orgtbl-setup): New function, for delayed
4710 setup for the orgtbl commands.
4711 (org-calc-default-modes): New option.
4712 (orgtbl-make-binding): Use `defun' to get better help display.
4713 (org-diary): Call `org-compile-prefix-format'.
4714 (org-table-formula-substitute-names): New function.
4715 (org-agenda-day-view, org-agenda-week-view): New commands.
4716 (org-agenda-toggle-week-view): Command removed.
4717 (org-tbl-menu): Split off from org-org-menu.
4718 (org-mode): Move removal of outline-mode menus to here.
4719 (org-table-formula-debug): New option.
4720 (org-table-insert-row): Keep first field if just "#" or "*".
4721 (org-mode): Paragraph regexps fixed.
4722 (org-table-recalculate-regexp): New constant.
4723 (org-table-justify-field-maybe): Avoid replace if not necessary.
4724 (org-copy-special, org-cut-special): Use `call-interactively'.
4725 (org-table-copy-region): Take region from `interactive' call.
4726 (org-trim): Return string even if no match.
4727 (org-formula): New face.
4728 (org-set-font-lock-defaults): No longer highlight "FIXME".
4729 But highlight formula-related fields in table.
4730 (org-table-p): Use regexp, not fontification.
4731 (org-table-align): Handle white space at end of line.
4732 (org-table-formula-evaluate-inline): New option.
4733 (org-mode): Auto-wrapping in comment lines turned off.
4734 (org-table-copy-down): Evaluate only in copied field, not in
4735 destination.
4736 (org-table-current-formula): Variable removed.
4737 (org-table-store-formulas, org-table-get-stored-formulas)
4738 (org-table-modify-formulas, org-table-replace-in-formulas)
4739 (org-table-maybe-eval-formula): New functions.
4740 (org-table-get-formula): Modify to use stored formulas.
4741 (org-table-insert-column, org-table-delete-column)
4742 (org-table-move-column): Call `org-table-modify-formulas'.
4743 (org-complete): Add completion for keyword formulas.
4744 (orgtbl-mode): Pull orgtbl-mode-map to start of
4745 minor-mode-map-alist.
4746
4747 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * progmodes/python.el (python-check): Require `compile' before
4750 modifying its variables.
4751
4752 * newcomment.el (comment-indent-default): Don't get fooled by an early
4753 end of buffer.
4754
4755 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4756
4757 * ps-print.el (ps-print-version): Fix version number.
4758
4759 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4760
4761 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4762
4763 2005-06-28 Richard M. Stallman <rms@gnu.org>
4764
4765 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4766 (flyspell-local-mouse-map): Declaration deleted.
4767 (flyspell-mouse-map): Bind only mouse-2.
4768 (flyspell-mode-map): Don't test flyspell-use-local-map.
4769 (flyspell-overlay-keymap-property-name): Var deleted.
4770 (flyspell-mode-on): Don't make local bindings for
4771 flyspell-mouse-map and flyspell-mode-map.
4772 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4773
4774 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4775
4776 * progmodes/compile.el (compilation-next-error-function):
4777 Don't switch buffers; operate on the current buffer.
4778
4779 * progmodes/compile.el (compilation-error-file-name)
4780 (compilation-warning-file-name, compilation-info-file-name)
4781 (compilation-line-number, compilation-column-number): New faces.
4782 (compilation-error-face, compilation-warning-face)
4783 (compilation-info-face, compilation-line-face)
4784 (compilation-column-face): Use them.
4785
4786 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4787
4788 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4789
4790 * bindings.el (global-map): Bind insertchar and its variants.
4791
4792 2005-06-27 Richard M. Stallman <rms@gnu.org>
4793
4794 * textmodes/artist.el (artist-text-overwrite)
4795 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4796
4797 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4798
4799 * ps-print.el: It was not working the page selection for printing.
4800 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4801 (ps-print-version): New version 6.6.7.
4802 (ps-end-sheet): New fun.
4803 (ps-header-sheet, ps-end-job): Call it.
4804
4805 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4806
4807 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4808
4809 2005-06-27 Lute Kamstra <lute@gnu.org>
4810
4811 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4812 background color faces.
4813 (facemenu-get-face): Delete function.
4814 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4815 (facemenu-add-new-color): Make second argument mandatory.
4816 Create the appropriate face and return it. Simplify.
4817 (facemenu-set-foreground, facemenu-set-background): Don't check if
4818 color is defined. Use return value of facemenu-add-new-color.
4819
4820 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4821
4822 * progmodes/gud.el (gud-filter): Add missing argument to
4823 with-selected-window.
4824
4825 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4828 a :require to the defcustom.
4829
4830 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4831 defcustoms corresponding to minor modes.
4832
4833 2005-06-26 David Ponce <david@dponce.com>
4834
4835 * recentf.el: Require tree-widget instead of wid-edit.
4836 (recentf-filename-handler): Fix widget :type.
4837 (recentf-cancel-dialog, recentf-open-more-files)
4838 (recentf-open-files-action): Doc fix.
4839 (recentf-dialog-goto-first): New function.
4840 (recentf-dialog-mode-map): Set parent keymap first.
4841 (recentf-dialog-mode): Define with define-derived-mode.
4842 Don't display continuation lines in dialogs.
4843 (recentf-edit-list): Rename from recentf-edit-selected-items.
4844 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4845 Simplify.
4846 (recentf-edit-list-validate): New function.
4847 (recentf-edit-list): Update accordingly.
4848 (recentf-open-files-item-shift): Remove.
4849 (recentf-open-files-item): Convert menu elements into tree and
4850 link widgets. Don't create the widgets.
4851 (recentf-open-files): Update accordingly.
4852 (recentf-save-list): Untabify.
4853
4854 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4855
4856 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4857 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4858 partially contained in the active region. Do not take active
4859 region into account when called from Lisp, unless INTERACTIVE arg
4860 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4861 avoid trouble with fields. Make marker point nowhere when no
4862 longer used. Always return nil. Doc fix.
4863 (flush-lines): Add INTERACTIVE arg. Do not take active region
4864 into account when called from Lisp, unless INTERACTIVE arg is
4865 non-nil. Use `forward-line' instead of `beginning-of-line' to
4866 avoid trouble with fields. Make marker point nowhere when no
4867 longer used. Always return nil. Doc fix.
4868 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4869 interchangeable. Do not take active region into account when
4870 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4871 message in echo area when called from Lisp, unless INTERACTIVE arg
4872 is non-nil. Avoid saying "1 occurrences". Do not use markers.
4873 Return the number of matches. Doc fix.
4874 (occur): Doc fix.
4875 (perform-replace): Make comment follow double space convention for
4876 the sake of `outline-minor-mode'.
4877
4878 * faces.el (facep): Doc fix.
4879
4880 2005-06-25 Richard M. Stallman <rms@gnu.org>
4881
4882 * facemenu.el (facemenu-enable-faces-p): New function.
4883 (facemenu-background-menu, facemenu-foreground-menu)
4884 (facemenu-face-menu): Add menu-enable property.
4885
4886 * jka-compr.el (jka-compr-insert-file-contents):
4887 Special handling if cannot find the uncompression program.
4888
4889 * cus-face.el (custom-face-attributes): Add autoload.
4890
4891 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4892 Bind comment-indent-function locally.
4893
4894 * window.el (save-selected-window): Use save-current-buffer.
4895
4896 * subr.el (with-selected-window): Use save-current-buffer.
4897
4898 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4899 and with-current-buffer.
4900
4901 2005-06-24 Richard M. Stallman <rms@gnu.org>
4902
4903 * simple.el (line-move-1): Fix previous change.
4904
4905 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
4906
4907 * replace.el (occur-1): Set `buffer-read-only' and the
4908 buffer-modified flag before running `occur-hook' to protect
4909 against unintentional buffer switches that can lead to data loss.
4910
4911 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
4912
4913 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4914 (gud-gdb-marker-filter): Use font-lock-warning-face for any
4915 initial error.
4916
4917 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4918 after fresh input.
4919 (gdb-var-create-handler): Put name of expression in quotes.
4920
4921 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4922
4923 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4924 elements of RING in order, and without bogus nil elements.
4925
4926 2005-06-23 Richard M. Stallman <rms@gnu.org>
4927
4928 * simple.el (set-variable): Args renamed; doc fix.
4929 (line-move-1): When there are overlays around, use vertical-motion.
4930
4931 * faces.el (escape-glyph): Use brown against light background.
4932 (nobreak-space): Rename from no-break-space.
4933 Fix previous change.
4934
4935 * dired-aux.el (dired-do-copy): Fix arg prompt.
4936
4937 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
4938
4939 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4940
4941 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
4942 rather than "Distributor".
4943
4944 2005-06-23 Lute Kamstra <lute@gnu.org>
4945
4946 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
4947 (debug-on-entry): Use it. New interactive declaration that uses
4948 function-called-at-point.
4949
4950 2005-06-23 Kim F. Storm <storm@cua.dk>
4951
4952 * subr.el (save-match-data): Add comment about using evaporate arg
4953 to set-match-data.
4954
4955 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4956
4957 * cus-edit.el (customize-face)
4958 (customize-face-other-window): Handle face aliases.
4959
4960 * faces.el (face-documentation, set-face-attribute)
4961 (face-spec-set): Handle face aliases.
4962
4963 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
4964
4965 * help-mode.el (help-make-xrefs): If a symbol representing a face
4966 name is not followed by the word "face", it could still be a
4967 function or variable name, so don't bypass other checks.
4968
4969 2005-06-22 Juri Linkov <juri@jurta.org>
4970
4971 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4972 Replace aliased functions with calls where second arg `inherit' is t.
4973
4974 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
4975
4976 * progmodes/gdb-ui.el (gdb-error): New variable.
4977 (gdb-error): New function.
4978 (gdb-annotation-rules): Act on error-begin and error annotations.
4979 (gdb-concat-output): Use font-lock-warning-face for errors.
4980
4981 2005-06-22 Miles Bader <miles@gnu.org>
4982
4983 * bindings.el (propertized-buffer-identification): Use renamed
4984 `Buffer-menu-buffer' face.
4985
4986 * faces.el (vertical-border): Rename from `vertical-divider'.
4987 (escape-glyph): Change dark-background color back to `cyan'.
4988
4989 2005-06-21 Juri Linkov <juri@jurta.org>
4990
4991 * faces.el (face-user-default-spec): Try getting `customized-face'
4992 prior to `saved-face'.
4993 (frame-background-mode): Refill docstring.
4994
4995 * emacs-lisp/lisp-mode.el (eval-defun-1):
4996 * emacs-lisp/edebug.el (edebug-eval-defun):
4997 Set `saved-face' temporarily to nil before calling form.
4998 Set `customized-face' to the new spec after that.
4999
5000 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5001
5002 * subr.el (1value, lambda, key-substitution-in-progress):
5003 Doc fixes.
5004
5005 * autoinsert.el (auto-insert-alist):
5006 * ses.el (ses-call-printer):
5007 * subr.el (noreturn):
5008 * emacs-lisp/lisp.el (check-parens):
5009 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5010 * net/browse-url.el (browse-url-mosaic):
5011 * progmodes/cc-defs.el (c-safe-scan-lists):
5012 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5013 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5014 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5015 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5016 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5017 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5018
5019 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5020
5021 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5022
5023 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5024
5025 * calendar/appt.el (appt-make-list): Activate the package, if
5026 not already active (for backwards compatibility).
5027
5028 2005-06-20 Kim F. Storm <storm@cua.dk>
5029
5030 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5031
5032 2005-06-20 Miles Bader <miles@gnu.org>
5033
5034 * faces.el (vertical-divider): New face.
5035
5036 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5037
5038 * simple.el (kill-whole-line): Doc fix.
5039 (next-error-buffer-p, next-error-find-buffer)
5040 (clone-indirect-buffer): Fix typos in docstrings.
5041 (comment-line-break-function): Doc fix: don't say variable
5042 is automatically buffer-local (it isn't).
5043
5044 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5045
5046 * net/tramp-ftp.el (top):
5047 * net/tramp-smb.el (top):
5048 * net/tramp-util.el (top):
5049 * net/tramp-uu.el (top):
5050 * net/tramp-vc.el (top):
5051 * net/tramp.el (top): Revert copyright years back to original
5052 ones. Tramp has a life outside GNU Emacs.
5053
5054 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5055
5056 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5057
5058 2005-06-18 Juri Linkov <juri@jurta.org>
5059
5060 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5061 end of first regexp to limit the match to the position between
5062 line number and source line with same separator character as used
5063 between file name and line number. In the second regexp limit
5064 mouse-face area to file name and line number by adding new group
5065 for them and referring it in HYPERLINK arg.
5066 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5067 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5068 previous line where grep markers may be already removed.
5069
5070 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5071
5072 * progmodes/ps-mode.el: Update version and maintainer's email address.
5073
5074 2005-06-18 Steve Youngs <steve@xemacs.org>
5075
5076 * net/browse-url.el (browse-url-browser-function)
5077 (browse-url-default-browser): Add firefox.
5078 (browse-url-firefox-program, browse-url-firefox-arguments)
5079 (browse-url-firefox-startup-arguments)
5080 (browse-url-firefox-new-window-is-tab): New defcustoms.
5081 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5082
5083 2005-06-17 Richard M. Stallman <rms@gnu.org>
5084
5085 * startup.el (command-line): Warn if specified user name has
5086 no home directory.
5087
5088 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5089 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5090
5091 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5092 Doc fixes.
5093
5094 * faces.el (underline): Try bold if terminal doesn't support underline.
5095
5096 * mail/sendmail.el (mail-setup-with-from): New variable.
5097 (mail-insert-from-field): New function.
5098 (sendmail-send-it): Call it.
5099 (mail-setup): Optionally call it here.
5100
5101 * term/linux.el: Call tty-no-underline.
5102
5103 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5104
5105 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5106
5107 2005-06-17 Miles Bader <miles@gnu.org>
5108
5109 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5110 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5111 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5112 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5113 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5114 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5115 Remove "-face" suffix from face names.
5116 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5117 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5118 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5119 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5120 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5121 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5122 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5123 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5124 New backward-compatibility aliases for renamed faces.
5125 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5126 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5127 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5128 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5129 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5130 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5131 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5132 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5133 Use renamed ediff faces.
5134
5135 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5136 Remove "-face" suffix from face names.
5137 (eshell-test-ok-face, eshell-test-failed-face):
5138 New backward-compatibility aliases for renamed faces.
5139 (eshell-run-test): Use renamed eshell-test faces.
5140
5141 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5142 face name.
5143 (eshell-prompt-face): New backward-compatibility alias for renamed
5144 face.
5145 (eshell-emit-prompt): Use renamed eshell-prompt face.
5146
5147 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5148 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5149 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5150 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5151 Remove "-face" suffix from face names.
5152 (eshell-ls-directory-face, eshell-ls-symlink-face)
5153 (eshell-ls-executable-face, eshell-ls-readonly-face)
5154 (eshell-ls-unreadable-face, eshell-ls-special-face)
5155 (eshell-ls-missing-face, eshell-ls-archive-face)
5156 (eshell-ls-backup-face, eshell-ls-product-face)
5157 (eshell-ls-clutter-face):
5158 New backward-compatibility aliases for renamed faces.
5159 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5160
5161 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5162 Remove "-face" suffix from face name.
5163 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5164 instead of literal face.
5165
5166 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5167
5168 * emacs-lisp/warnings.el (display-warning, lwarn)
5169 (warning-minimum-log-level): Doc fixes.
5170 (warning-minimum-level, warning-minimum-log-level):
5171 Add :debug to :type choices.
5172
5173 * progmodes/ada-mode.el (ada-format-paramlist)
5174 (ada-get-indent-case, ada-check-matching-start)
5175 (ada-check-defun-name, ada-goto-matching-decl-start)
5176 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5177 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5178 (ada-make-subprogram-body): Follow error conventions.
5179 (ada-case-exception-file, ada-indent-comment-as-code)
5180 (ada-indent-handle-comment-special, ada-indent-renames)
5181 (ada-indent-return, ada-search-directories-internal)
5182 (ada-tab-policy, ada-case-exception-substring)
5183 (ada-other-file-alist, ada-matching-start-re)
5184 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5185 (ada-imenu-generic-expression, ada-compile-goto-error)
5186 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5187 (ada-popup-menu, ada-add-extensions, ada-mode)
5188 (ada-region-selected, ada-create-case-exception)
5189 (ada-create-case-exception-substring, ada-after-keyword-p)
5190 (ada-activate-keys-for-case, ada-adjust-case-region)
5191 (ada-adjust-case-buffer, ada-format-paramlist)
5192 (ada-scan-paramlist, ada-insert-paramlist)
5193 (ada-indent-newline-indent)
5194 (ada-indent-newline-indent-conditional)
5195 (ada-justified-indent-current, ada-goto-previous-word)
5196 (ada-indent-current, ada-get-indent-open-paren)
5197 (ada-get-indent-paramlist, ada-get-indent-end)
5198 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5199 (ada-get-indent-block-start, ada-get-indent-subprog)
5200 (ada-get-indent-noindent, ada-get-indent-label)
5201 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5202 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5203 (ada-goto-stmt-end, ada-goto-next-word)
5204 (ada-check-matching-start, ada-check-defun-name)
5205 (ada-goto-matching-decl-start, ada-goto-matching-start)
5206 (ada-goto-matching-end, ada-search-ignore-string-comment)
5207 (ada-in-decl-p, ada-looking-at-semi-or)
5208 (ada-looking-at-semi-private, ada-in-paramlist-p)
5209 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5210 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5211 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5212 (ada-previous-package, ada-create-menu)
5213 (ada-fill-comment-paragraph-justify)
5214 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5215 (ada-other-file-name, ada-last-which-function-line)
5216 (ada-last-which-function-subprog, ada-which-function)
5217 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5218 (ada-gen-treat-proc, ada-check-emacs-version)
5219 (ada-continuation-indent, ada-align-region-separate):
5220 Fix typos in docstrings.
5221 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5222
5223 2005-06-16 Lute Kamstra <lute@gnu.org>
5224
5225 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5226 conditionally.
5227
5228 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * comint.el (comint-replace-by-expanded-filename)
5231 (comint-prompt-regexp, comint-delimiter-argument-list)
5232 (comint-preinput-scroll-to-bottom):
5233 * info.el (Info-hide-cookies-node):
5234 * ls-lisp.el (ls-lisp-classify):
5235 * find-file.el (ff-search-directories, ff-special-constructs)
5236 (ff-find-other-file):
5237 * font-lock.el (font-lock-keywords):
5238 * shell.el (shell-prompt-pattern)
5239 (shell-dynamic-complete-functions, shell-mode)
5240 (shell-delimiter-argument-list):
5241 * term.el (term-replace-by-expanded-filename)
5242 (term-prompt-regexp, term-delimiter-argument-list):
5243 * woman.el (woman-ignore, woman0-if):
5244 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5245 * emacs-lisp/elint.el (elint-init-env):
5246 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5247 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5248 * language/ethio-util.el (ethio-tilde-escape)
5249 (ethio-use-three-dot-question):
5250 * net/zone-mode.el (zone-mode-load-time-setup):
5251 * progmodes/cc-align.el (c-lineup-argcont):
5252 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5253 * progmodes/cperl-mode.el (cperl-set-style-back):
5254 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5255 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5256 Fix spellings in docstrings.
5257
5258 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5259 * progmodes/modula2.el (m2-for): Fix spellings.
5260
5261 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5262
5263 * simple.el (undo-more): Don't use `format' on `error' arguments.
5264 Improve argument/docstring consistency.
5265 (pending-undo-list): Doc fix.
5266
5267 * smerge-mode.el (smerge-ensure-match):
5268 * emulation/vip.el (vip-ex):
5269 * net/zone-mode.el (zone-mode-update-serial):
5270 * progmodes/idlwave.el (idlwave-complete):
5271 * progmodes/vhdl-mode.el (vhdl-visit-file)
5272 (vhdl-compose-wire-components):
5273 Don't use `format' on `error' arguments.
5274
5275 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5276 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5277 (tooltip-help-tips): Fix typos in docstrings.
5278
5279 2005-06-16 David Ponce <david@dponce.com>
5280
5281 * tree-widget.el (tree-widget-value-create): Simplify last change.
5282
5283 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5284
5285 * ido.el (ido-incomplete-regexp): New variable.
5286 (ido-set-matches-1): Handle invalid-regexp error and set
5287 ido-incomplete-regexp.
5288 (ido-incomplete-regexp): New face.
5289 (ido-completions): Use it.
5290 (ido-complete, ido-exit-minibuffer, ido-completions):
5291 Handle incomplete regexps.
5292 (ido-completions): Add check for complete match when entering a regexp.
5293
5294 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5297
5298 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5299
5300 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5301 by field delimiters.
5302
5303 2005-06-15 David Ponce <david@dponce.com>
5304
5305 * tree-widget.el: eval-and-compile inlined functions so they will
5306 be available at run-time too.
5307 (tree-widget-super-format-handler)
5308 (tree-widget-format-handler): Remove.
5309 (tree-widget-value-create): Handle the :indent property.
5310
5311 2005-06-15 Miles Bader <miles@gnu.org>
5312
5313 * progmodes/which-func.el (which-func): Only inherit
5314 `font-lock-function-name-face' when that makes sense against the
5315 default mode-line face, otherwise set the face color explicitly.
5316
5317 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5318 faces instead of (non-existent) variables.
5319
5320 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5323 (iswitchb-get-matched-buffers): Likewise. Simplify.
5324
5325 2005-06-14 Miles Bader <miles@gnu.org>
5326
5327 * progmodes/ld-script.el (ld-script-location-counter):
5328 Remove "-face" suffix from face name.
5329 (ld-script-location-counter-face):
5330 New backward-compatibility alias for renamed face.
5331 (ld-script-location-counter-face): Use renamed face.
5332
5333 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5334 (cperl-hash): Remove "-face" suffix from face names.
5335 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5336 New backward-compatibility aliases for renamed faces.
5337 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5338 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5339
5340 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5341 name.
5342 (which-func-face): New backward-compatibility alias for renamed face.
5343 (which-func-format): Use renamed which-func face.
5344
5345 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5346 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5347 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5348 names.
5349 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5350 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5351 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5352 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5353 (vhdl-speedbar-architecture-selected)
5354 (vhdl-speedbar-configuration-selected)
5355 (vhdl-speedbar-package-selected)
5356 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5357 names.
5358 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5359 Use renamed faces.
5360 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5361 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5362 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5363 Use renamed faces.
5364 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5365 names.
5366 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5367 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5368 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5369 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5370 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5371 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5372
5373 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5374 face name.
5375 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5376 (sh-heredoc-face): Use renamed sh-heredoc face.
5377
5378 * progmodes/idlw-help.el (idlwave-help-link):
5379 Remove "-face" suffix from face name.
5380 (idlwave-help-link-face):
5381 New backward-compatibility alias for renamed face.
5382 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5383
5384 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5385 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5386 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5387 New backward-compatibility aliases for renamed faces.
5388 (idlwave-shell-disabled-breakpoint-face)
5389 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5390
5391 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5392 Remove "-face" suffix from face names.
5393 (flymake-errline-face, flymake-warnline-face):
5394 New backward-compatibility aliases for renamed faces.
5395 (flymake-highlight-line): Use renamed flymake faces.
5396
5397 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5398 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5399 (ebrowse-member-class, ebrowse-progress):
5400 Remove "-face" suffix from face names.
5401 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5402 (ebrowse-file-name-face, ebrowse-default-face)
5403 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5404 (ebrowse-progress-face):
5405 New backward-compatibility aliases for renamed faces.
5406 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5407 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5408 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5409 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5410
5411 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5412 antlr-syntax)
5413 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5414 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5415 names.
5416 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5417 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5418 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5419 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5420 backward-compatibility aliases for renamed faces.
5421 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5422 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5423 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5424 remove "font-lock-". Use renamed antlr-mode faces.
5425 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5426 literal face-names with face variable references.
5427
5428 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5429 face name.
5430 (Buffer-menu-buffer-face): New backward-compatibility alias for
5431 renamed face.
5432 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5433
5434 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5435
5436 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5437 Eliminate "-face" suffix.
5438 (makefile-targets): Inherit from font-lock-function-name-face and
5439 eliminate "-face" suffix.
5440 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5441 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5442 actions, instead of prepending, to make it less visible.
5443 (makefile-previous-dependency, makefile-match-dependency):
5444 Don't match a target on a continuation line.
5445
5446 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5447
5448 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5449
5450 * progmodes/gdb-ui.el (menu): Re-order menu items.
5451 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5452
5453 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5454 Define in tooltip.el.
5455 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5456 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5457 gud-tooltip-echo-area.
5458
5459 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5460 backward compatibility and make obsolete.
5461 (tooltip-help-tips): Use tooltip-use-echo-area.
5462 (tooltip-show-help-function): Rename to...
5463 (tooltip-show-help): ...this, because it is a function.
5464 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5465
5466 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5467
5468 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5469 (edebug-print-length, edebug-print-level, edebug-print-circle)
5470 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5471 (edebug-eval-print-last-sexp): Doc fixes.
5472
5473 2005-06-14 Kim F. Storm <storm@cua.dk>
5474
5475 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5476 as the coverage buffer/file/both may change.
5477
5478 2005-06-14 Lute Kamstra <lute@gnu.org>
5479
5480 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5481 and run-mode-hooks. Simplify.
5482
5483 * mail/rmailedit.el (rmail-edit-mode):
5484 * progmodes/octave-inf.el (inferior-octave-mode):
5485 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5486
5487 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5488 and run-mode-hooks.
5489 (recentf-edit-list, recentf-open-files): Don't call
5490 kill-all-local-variables directly.
5491
5492 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5493
5494 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5495
5496 * emacs-lisp/byte-run.el (make-obsolete)
5497 (define-obsolete-function-alias): Rename arguments FUNCTION and
5498 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5499 (make-obsolete-variable, define-obsolete-variable-alias):
5500 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5501 respectively.
5502
5503 * isearchb.el (isearchb-activate):
5504 * pcvs.el (cvs-mode):
5505 * ses.el (ses-load):
5506 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5507 * net/tramp.el (tramp-find-file-exists-command)
5508 (tramp-find-shell):
5509 * progmodes/ada-mode.el (ada-create-case-exception)
5510 (ada-create-case-exception-substring, ada-make-subprogram-body):
5511 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5512 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5513 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5514 * textmodes/org.el (org-promote, org-evaluate-time-range)
5515 (org-agenda-next-date-line, org-agenda-previous-date-line)
5516 (org-agenda-error, org-open-at-point, org-table-move-row)
5517 (org-format-table-table-html-using-table-generate-source)
5518 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5519 * textmodes/reftex.el (reftex-access-scan-info):
5520 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5521 (reftex-toc-promote-prepare): Follow error conventions.
5522
5523 * diff-mode.el (diff-mode): Fix typo in docstring.
5524
5525 * forms.el (forms--intuit-from-file): Fix reference to
5526 `forms-number-of-fields' in error message.
5527 (forms-print): Fix quoting in error message.
5528
5529 * forms.el (forms-mode):
5530 * emulation/vi.el (vi-goto-insert-state):
5531 * progmodes/flymake.el (flymake-new-err-info)
5532 (flymake-start-syntax-check-for-current-buffer)
5533 (flymake-simple-cleanup):
5534 * eshell/esh-var.el (eshell/export):
5535 * progmodes/gud.el (xdb):
5536 * textmodes/flyspell.el (flyspell-incorrect-hook)
5537 (flyspell-maybe-correct-transposition)
5538 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5539
5540 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5541
5542 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5543 minibuffer prompt.
5544
5545 2005-06-13 Kim F. Storm <storm@cua.dk>
5546
5547 * subr.el (add-to-ordered-list): New defun.
5548
5549 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5550 add cua--keymap-alist to emulation-mode-map-alists.
5551
5552 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 * subr.el (complete-in-turn): New macro.
5555 (dynamic-completion-table, lazy-completion-table): Add debug info.
5556
5557 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5558 in preference to face aliases.
5559
5560 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5561 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5562 Remove unused vars `start' and `firstline'.
5563 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5564 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5565
5566 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5567
5568 * cus-start.el (all): Don't complain about missing GTK-related
5569 variables, unless either `gtk' is boundp or this isn't a
5570 `windows-nt' build.
5571
5572 2005-06-13 Lute Kamstra <lute@gnu.org>
5573
5574 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5575 run-mode-hooks.
5576
5577 * ediff-mult.el (ediff-meta-mode):
5578 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5579
5580 * ledit.el (ledit-mode): Use delay-mode-hooks.
5581
5582 * woman.el (woman-mode-line-format): Delete constant.
5583 (woman-mode-map): Initialize it properly.
5584 (woman-mode): Set mode-class property to special.
5585 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5586 Set major-mode and mode-name. Don't set mode-line-format directly.
5587 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5588
5589 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5590 string argument obsolete.
5591
5592 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5593
5594 * textmodes/org.el (org-CUA-compatible): New option.
5595 (org-disputed-keys): New variable.
5596 (org-key): New function.
5597 (orgtbl-make-binding): Add docstring to the created function.
5598 (org-mode): Set paragraph start/separate regexps.
5599 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5600 (org-archive-location, org-archive-mark-done)
5601 (org-archive-stamp-time): New options.
5602 (org-archive-subtree): New command.
5603 (org-fill-paragraph): New function.
5604 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5605 (org-fake-empty-table-line): Function removed.
5606 (org-format-org-table-html): Do not create empty table lines at
5607 separator lines. Improved table header treatment.
5608 (org-link-format): New option.
5609 (org-make-link): New function.
5610 (org-insert-link, org-store-link): Use org-make-link.
5611 (org-open-file): Quote file name for shell command, to allow
5612 spaces in file names.
5613 (org-link-regexp): Fix bug with mailto link.
5614 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5615 New constants.
5616 (org-export-as-html): Deal with the optional angles around a link.
5617 Better treatment of file: links.
5618 (org-open-at-point): Replace @{ and @} with < and >.
5619 (org-run-mode-hooks): Function removed.
5620 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5621
5622 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5623
5624 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5625 MI command -data-list-register-values.
5626 (gdb-post-prompt): Indent properly.
5627
5628 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5629
5630 * hilit-chg.el (highlight-changes-colors): Rename from
5631 `highlight-changes-colours'.
5632 (highlight-changes-colours): Keep as obsolete alias.
5633 (highlight-changes-face-list): Doc fix.
5634 (hilit-chg-make-list): Use `highlight-changes-colors'.
5635
5636 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5637
5638 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5639 defun-prompt-regexp.
5640
5641 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5642
5643 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5644 and cygwin.
5645
5646 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5647 Don't use an old loaddefs.el, as in Makefile.in.
5648
5649 2005-06-12 Lute Kamstra <lute@gnu.org>
5650
5651 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5652
5653 * man.el (Man-mode-map): Initialize it properly.
5654 (Man-mode): Set mode-class property to special.
5655
5656 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5657
5658 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5659
5660 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5661 A newline is needed in the docstring there.
5662
5663 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5664 Doc fixes.
5665
5666 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5667
5668 * printing.el: Doc fix. The menubar is no more changed when printing
5669 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5670 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5671 (pr-version): New version number (6.8.4).
5672 (pr-menu-bind): New command.
5673 (pr-update-menus): Docstring and code fix.
5674 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5675 Docstring fix.
5676 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5677 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5678
5679 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5680
5681 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5682 "Returns" to "return", document useful return values, etc.
5683
5684 2005-06-11 Alan Mackenzie <acm@muc.de>
5685
5686 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5687 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5688 (adaptive-file-function): Minor amendment to doc-string.
5689
5690 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5691
5692 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5693 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5694 Fix :type--it is `integer', not `string'.
5695
5696 * faces.el (modeline-highlight): Rename from (the erroneous)
5697 `modeline-higilight'.
5698
5699 2005-06-11 Lute Kamstra <lute@gnu.org>
5700
5701 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5702 lisp-interaction-mode-map but make it the parent.
5703 (edebug-eval-mode): Use define-derived-mode.
5704
5705 2005-06-11 Andreas Schwab <schwab@suse.de>
5706
5707 * bindings.el: Add binding of `ESC functionkey' for every
5708 `M-functionkey'.
5709 * hexl.el (hexl-mode-map): Likewise.
5710
5711 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5712
5713 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5714 [msft]: update regexp for newer msft compilers.
5715
5716 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5717
5718 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5719 ATTLIST portions of included DTDs.
5720 (xml-parse-dtd): Eliminate use of inefficient match-data.
5721
5722 2005-06-10 Miles Bader <miles@gnu.org>
5723
5724 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5725 (mpuz-text): Remove "-face" suffix from face names.
5726 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5727 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5728 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5729
5730 * play/gomoku.el (gomoku-O, gomoku-X):
5731 Remove "-face" suffix from face names.
5732 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5733 New backward-compatibility aliases for renamed faces.
5734 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5735
5736 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5737
5738 * thumbs.el: Fixes for changes of 2005-06-09.
5739 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5740 as a directory.
5741 (thumbs-thumbname): Remove directory separator from format string;
5742 `thumbs-thumbsdir' now returns a valid directory name.
5743 (thumbs-temp-dir): New defsubst.
5744 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5745 Use it.
5746
5747 * cus-edit.el (minibuffer):
5748 * files.el (make-backup-file-name-function):
5749 * filesets.el (filesets-external-viewers):
5750 * hilit-chg.el (highlight-changes-colours)
5751 (highlight-changes-face-list, highlight-changes-rotate-faces):
5752 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5753 * kmacro.el (kmacro-call-macro):
5754 * log-edit.el (log-edit-changelog-full-paragraphs):
5755 * mouse.el (mouse-1-click-follows-link):
5756 * skeleton.el (skeleton-autowrap):
5757 * subr.el (insert-for-yank-1):
5758 * tempo.el (tempo-insert-region):
5759 * terminal.el (terminal-emulator):
5760 * time.el (display-time-mail-face):
5761 * vc.el (vc-annotate):
5762 * vcursor.el (vcursor-copy-line):
5763 * woman.el (woman-bold-headings, woman-ignore)
5764 (woman-default-faces, woman-monochrome-faces):
5765 * calendar/todo-mode.el (todo-insert-threshold):
5766 * emulation/pc-select.el (pc-select-selection-keys-only)
5767 (pc-selection-mode):
5768 * emulation/vip.el (vip-find-char-forward):
5769 * emulation/viper-cmd.el (viper-find-char-forward):
5770 * international/mule-cmds.el
5771 (select-safe-coding-system-accept-default-p)
5772 (input-method-exit-on-invalid-key):
5773 * international/mule-diag.el (describe-coding-system):
5774 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5775 * net/browse-url.el (browse-url-xterm-program):
5776 * obsolete/lazy-lock.el (lazy-lock-mode):
5777 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5778 (cperl-mode):
5779 * progmodes/cpp.el (cpp-face-light-name-list)
5780 (cpp-face-dark-name-list):
5781 * progmodes/delphi.el (delphi-newline-always-indents):
5782 Fix spellings in docstrings.
5783
5784 * ido.el (ido-mode, ido-file-extensions-order)
5785 (ido-default-file-method, ido-default-buffer-method)
5786 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5787 (ido-decorations, ido-read-file-name-as-directory-commands)
5788 (ido-read-file-name-non-ido, ido-work-directory-list)
5789 (ido-ignore-item-temp-list, ido-current-directory)
5790 (ido-magic-forward-char, ido-enter-find-file)
5791 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5792 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5793
5794 2005-06-10 Lute Kamstra <lute@gnu.org>
5795
5796 * play/dunnet.el (dun-mode): Use define-derived-mode.
5797 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5798 obsolete alias.
5799
5800 * play/doctor.el (doctor-mode-map): Remove defvar.
5801 (doctor-mode): Use define-derived-mode.
5802
5803 * mail/mspools.el (mspools-mode):
5804 * net/eudc-hotlist.el (eudc-hotlist-mode):
5805 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5806
5807 2005-06-10 Miles Bader <miles@gnu.org>
5808
5809 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5810 Remove "-face" suffix from face names.
5811 (flyspell-incorrect-face, flyspell-duplicate-face):
5812 New backward-compatibility aliases for renamed faces.
5813 (flyspell-mode-on, make-flyspell-overlay)
5814 (flyspell-highlight-incorrect-region)
5815 (flyspell-highlight-duplicate-region)
5816 (flyspell-display-next-corrections)
5817 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5818
5819 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5820 from face name.
5821 (texinfo-heading-face): New backward-compatibility alias for
5822 renamed face.
5823 (texinfo-heading-face): Use renamed texinfo-heading face.
5824
5825 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5826 suffix from face names.
5827 (tex-math-face, tex-verbatim-face):
5828 New backward-compatibility aliases for renamed faces.
5829 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5830 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5831 literal face name.
5832
5833 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5834 name.
5835 (table-cell-face): New backward-compatibility alias for renamed face.
5836 (table--put-cell-face-property, table--update-cell-face):
5837 Use renamed table-cell face.
5838
5839 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5840 from face name.
5841 (sgml-namespace-face): New backward-compatibility alias for
5842 renamed face.
5843 (sgml-namespace-face): Use renamed sgml-namespace face.
5844
5845 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5846 (org-level-4, org-level-5, org-level-6, org-level-7)
5847 (org-level-8, org-warning, org-headline-done)
5848 (org-deadline-announce, org-scheduled-today)
5849 (org-scheduled-previously, org-link, org-done, org-table)
5850 (org-time-grid): Remove "-face" suffix from face names.
5851 (org-level-1-face, org-level-2-face, org-level-3-face)
5852 (org-level-4-face, org-level-5-face, org-level-6-face)
5853 (org-level-7-face, org-level-8-face, org-warning-face)
5854 (org-headline-done-face, org-deadline-announce-face)
5855 (org-scheduled-today-face, org-scheduled-previously-face)
5856 (org-link-face, org-done-face, org-table-face)
5857 (org-time-grid-face):
5858 New backward-compatibility aliases for renamed faces.
5859 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5860 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5861 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5862 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5863
5864 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5865 (viper-minibuffer-emacs, viper-minibuffer-insert)
5866 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5867 (viper-search-face, viper-replace-overlay-face)
5868 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5869 (viper-minibuffer-vi-face):
5870 New backward-compatibility aliases for renamed faces.
5871 (viper-search-face, viper-replace-overlay-face)
5872 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5873 (viper-minibuffer-vi-face): Use renamed viper faces.
5874
5875 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5876 Remove "-face" suffix from face names.
5877 (testcover-nohits-face, testcover-1value-face):
5878 New backward-compatibility aliases for renamed faces.
5879 (testcover-mark): Use renamed testcover faces.
5880
5881 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5882 face name.
5883 (diary-button-face): New backward-compatibility alias for renamed face.
5884 (diary-entry): Use renamed diary-button face.
5885
5886 * calendar/calendar.el (diary, calendar-today, holiday)
5887 (mark-visible-calendar-date): Remove "-face" suffix from face names.
5888 (diary-face, calendar-today-face, holiday-face):
5889 New backward-compatibility aliases for renamed faces.
5890 (eval-after-load "facemenu", diary-entry-marker)
5891 (calendar-today-marker, calendar-holiday-marker, diary-face):
5892 Use renamed calendar faces.
5893
5894 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5895 (compare-windows-face): New backward-compatibility alias for
5896 renamed face.
5897 (compare-windows-highlight): Use renamed compare-windows face.
5898
5899 * strokes.el (strokes-char): Remove "-face" suffix from face name.
5900 (strokes-char-face): New backward-compatibility alias for renamed face.
5901 (strokes-encode-buffer): Use renamed strokes-char face.
5902
5903 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5904 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5905 Remove "-face" suffix from face names.
5906 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5907 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5908 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5909 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5910 Use renamed pcvs faces.
5911 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5912 * pcvs-defs.el (cvs-mode-map): Likewise.
5913 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5914
5915 * info.el (info-title-1, info-title-2, info-title-3)
5916 (info-title-4): Remove "-face" suffix from and downcase face names.
5917 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5918 (Info-title-4-face):
5919 New backward-compatibility aliases for renamed faces.
5920 (Info-fontify-node): Use renamed info faces.
5921
5922 * hilit-chg.el (highlight-changes, highlight-changes-delete):
5923 Remove "-face" suffix from face names.
5924 (highlight-changes-face, highlight-changes-delete-face):
5925 New backward-compatibility aliases for renamed faces.
5926 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5927 (hilit-chg-make-list): Use renamed highlight-changes faces.
5928
5929 * generic-x.el (show-tabs-tab, show-tabs-space):
5930 Remove "-face" suffix from face names.
5931 (show-tabs-tab-face, show-tabs-space-face):
5932 New backward-compatibility aliases for renamed faces.
5933 (show-tabs-generic-mode-font-lock-defaults-1)
5934 (show-tabs-generic-mode-font-lock-defaults-2):
5935 Use renamed show-tabs faces.
5936
5937 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
5938 (smerge-markers): Remove "-face" suffix from face names.
5939 (smerge-mine-face, smerge-other-face, smerge-base-face)
5940 (smerge-markers-face):
5941 New backward-compatibility aliases for renamed faces.
5942 (smerge-mine-face, smerge-other-face, smerge-base-face)
5943 (smerge-markers-face): Use renamed smerge faces.
5944
5945 * log-view.el (log-view-file, log-view-message): Remove "-face"
5946 suffix from face names.
5947 (log-view-file-face, log-view-message-face): New
5948 backward-compatibility aliases for renamed faces.
5949 (log-view-file-face, log-view-message-face): Use renamed log-view
5950 faces.
5951
5952 * paren.el (show-paren-match, show-paren-mismatch):
5953 Remove "-face" suffix from face names.
5954 (show-paren-match-face, show-paren-mismatch-face):
5955 New backward-compatibility aliases for renamed faces.
5956 (show-paren-function): Use renamed show-paren faces.
5957
5958 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
5959 (ruler-mode-margins, ruler-mode-fringes)
5960 (ruler-mode-column-number, ruler-mode-fill-column)
5961 (ruler-mode-comment-column, ruler-mode-goal-column)
5962 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
5963 suffix from face names.
5964 (ruler-mode-default-face, ruler-mode-pad-face)
5965 (ruler-mode-margins-face, ruler-mode-fringes-face)
5966 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
5967 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
5968 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
5969 backward-compatibility aliases for renamed faces.
5970 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
5971 (ruler-mode-column-number, ruler-mode-fill-column)
5972 (ruler-mode-comment-column, ruler-mode-goal-column)
5973 (ruler-mode-tab-stop, ruler-mode-current-column)
5974 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
5975 faces.
5976
5977 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
5978 face name.
5979 (whitespace-highlight-the-space): Use renamed face.
5980 (whitespace-highlight-face): New backward-compatibility alias for
5981 renamed face.
5982
5983 * woman.el (woman-italic, woman-bold, woman-unknown)
5984 (woman-addition, woman-symbol-face):
5985 Remove "-face" suffix from face names.
5986 (woman-italic-face, woman-bold-face, woman-unknown-face)
5987 (woman-addition-face):
5988 New backward-compatibility aliases for renamed faces.
5989 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
5990 (woman-decode-region, woman-replace-match)
5991 (woman-display-extended-fonts, woman-special-characters)
5992 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
5993 Use renamed woman faces.
5994
5995 * longlines.el (longlines-visible-face): Face removed.
5996
5997 * diff-mode.el (diff-header, diff-file-header, diff-index)
5998 (diff-hunk-header, diff-removed, diff-added, diff-changed)
5999 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6000 suffix from face names.
6001 (diff-header-face, diff-file-header-face, diff-index-face)
6002 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6003 (diff-changed-face, diff-function-face, diff-context-face)
6004 (diff-nonexistent-face): New backward-compatibility aliases for
6005 renamed faces.
6006 (diff-header-face, diff-file-header-face)
6007 (diff-index, diff-index-face, diff-hunk-header)
6008 (diff-hunk-header-face, diff-removed, diff-removed-face)
6009 (diff-added, diff-added-face, diff-changed-face, diff-function)
6010 (diff-function-face, diff-context-face, diff-nonexistent)
6011 (diff-nonexistent-face): Use renamed diff-mode faces.
6012
6013 * progmodes/compile.el (compilation-warning-face)
6014 (compilation-info-face): Remove "-face" suffix from face names.
6015 (compilation-warning-face, compilation-info-face):
6016 New backward-compatibility aliases for renamed faces.
6017 (compilation-warning-face, compilation-info-face):
6018 Use renamed compilation faces.
6019
6020 * add-log.el (change-log-date, change-log-name)
6021 (change-log-email, change-log-file, change-log-list)
6022 (change-log-conditionals, change-log-function)
6023 (change-log-acknowledgement): Remove "-face" suffix from face names.
6024 (change-log-date-face, change-log-name-face)
6025 (change-log-email-face, change-log-file-face)
6026 (change-log-list-face, change-log-conditionals-face)
6027 (change-log-function-face, change-log-acknowledgement-face):
6028 New backward-compatibility aliases for renamed faces.
6029 (change-log-font-lock-keywords): Use renamed change-log faces.
6030
6031 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6032 (custom-set, custom-changed, custom-saved, custom-button)
6033 (custom-button-pressed, custom-documentation, custom-state)
6034 (custom-comment, custom-comment-tag, custom-variable-tag)
6035 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6036 (custom-group-tag): Remove "-face" suffix from face names.
6037 (custom-magic-alist, custom-magic-value-create)
6038 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6039 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6040 (custom-set-face, custom-changed-face, custom-saved-face)
6041 (custom-button-face, custom-button-pressed-face)
6042 (custom-documentation-face, custom-state-face)
6043 (custom-comment-face, custom-comment-tag-face)
6044 (custom-variable-tag-face, custom-variable-button-face)
6045 (custom-face-tag-face, custom-group-tag-face-1)
6046 (custom-group-tag-face):
6047 New backward-compatibility aliases for renamed faces.
6048
6049 * wid-edit.el (widget-documentation, widget-button)
6050 (widget-field, widget-single-line-field, widget-inactive)
6051 (widget-button-pressed): "-face" suffix removed from face names.
6052 (widget-documentation-face, widget-button-face)
6053 (widget-field-face, widget-single-line-field-face)
6054 (widget-inactive-face, widget-button-pressed-face):
6055 New backward-compatibility aliases for renamed faces.
6056 (widget-documentation-face, widget-button-face)
6057 (widget-button-pressed-face, widget-specify-field)
6058 (widget-specify-inactive): Use renamed widget faces.
6059
6060 2005-06-10 Kenichi Handa <handa@m17n.org>
6061
6062 * term/x-win.el (x-clipboard-yank): Remove condition-case
6063 wrapping.
6064
6065 2005-06-11 Kenichi Handa <handa@m17n.org>
6066
6067 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6068 date lines stricter.
6069
6070 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6071
6072 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6073 of x-get-selection.
6074
6075 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6076
6077 * comint.el (comint-mode, comint-snapshot-last-prompt):
6078 * frame.el (frame-current-scroll-bars):
6079 * term.el (term-mode, term-check-proc, term-input-sender)
6080 (term-simple-send, term-extract-string, term-word)
6081 (term-match-partial-filename):
6082 * window.el (window-current-scroll-bars):
6083 * emulation/cua-base.el (cua-normal-cursor-color)
6084 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6085 (cua-global-mark-cursor-color):
6086 * mail/undigest.el (rmail-forward-separator-regex):
6087 Fix typos in docstrings.
6088
6089 * comint.el (comint-check-proc, make-comint-in-buffer)
6090 (comint-source-default): Doc fixes.
6091
6092 * term.el (term-send-string): Improve argument/docstring
6093 consistency.
6094
6095 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6096
6097 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6098 call to `delete-region'.
6099 (comint-mode-hook): Do not enable Font Lock by default.
6100
6101 2005-06-09 Lute Kamstra <lute@gnu.org>
6102
6103 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6104 could be void.
6105
6106 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6109 (debug): Use it.
6110 (debugger-step-through, debugger-continue, debugger-jump)
6111 (debugger-return-value): Set it when needed.
6112 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6113 Use inhibit-read-only.
6114
6115 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6116
6117 * window.el (shrink-window-if-larger-than-buffer)
6118 (window-size-fixed): Fix typo in docstring.
6119
6120 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6121 thumbnails directory on loading.
6122 (thumbs-conversion-program): Use `eq' to check the system type,
6123 not `equal'.
6124 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6125 not "/tmp". Fix docstring.
6126 (thumbs-thumbsdir): New function to return the thumbnails
6127 directory, creating it if needed.
6128 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6129 (thumbs-temp-file): Delete variable and make it into a function.
6130 (thumbs-resize-image, thumbs-modify-image): Use it.
6131 (thumbs-kill-buffer): Simplify.
6132 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6133 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6134 docstrings.
6135
6136 2005-06-09 Kim F. Storm <storm@cua.dk>
6137
6138 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6139 set-match-data to free markers in match-data.
6140
6141 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6142 match-data to unchain markers in match-data.
6143
6144 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6147 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6148 unnecessary now.
6149
6150 2005-06-08 Richard M. Stallman <rms@gnu.org>
6151
6152 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6153 give the variable a doc string that doesn't say don't set it directly.
6154
6155 * textmodes/ispell.el (ispell-check-version):
6156 Use match-string-no-properties.
6157 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6158 (ispell-buffer-local-words): Likewise.
6159
6160 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6161 except on terminals with enough colors to really display it.
6162 (makefile-dependency-regex): Delete spurious `bb'.
6163
6164 * faces.el (escape-glyph): Use blue once again in last case.
6165 (no-break-space): Redefine so that it isn't invisible on a tty.
6166
6167 2005-06-08 Kim F. Storm <storm@cua.dk>
6168
6169 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6170 also when reading directory name.
6171
6172 2005-06-08 Lute Kamstra <lute@gnu.org>
6173
6174 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6175 (flyspell-mode-line-string): Remove autoload cookie.
6176 (flyspell-mode): Remove defvar.
6177
6178 2005-06-07 Lute Kamstra <lute@gnu.org>
6179
6180 * textmodes/org.el (org-run-mode-hooks): New function.
6181 (org-agenda-mode): Use it.
6182
6183 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6184
6185 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6186
6187 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6190
6191 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6192
6193 * font-lock.el (font-lock-add-keywords): Doc fix.
6194
6195 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6198 (tex-compile-default): In the absence of any history, use the order in
6199 tex-compile-alist to choose the preferred command.
6200 (tex-compile-commands): Reorder a bit.
6201
6202 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6203 (flyspell-incorrect-face, flyspell-duplicate-face):
6204 Use (X)Emacs-agnostic code.
6205 (flyspell-mode-map): Don't overwrite at each load. Remove code
6206 redundant with the subsequent add-minor-mode. Merge Emacs and
6207 XEmacs code.
6208 (flyspell-word): Minor simplification.
6209 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6210 (flyspell-external-point-words): Remove unused vars `size' and
6211 `start'.
6212 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
6213 the corresponding Emacs code.
6214 (flyspell-correct-word, flyspell-xemacs-popup): Use
6215 flyspell-do-correct.
6216
6217 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6218 a dedicated window.
6219
6220 * international/latexenc.el (latexenc-find-file-coding-system):
6221 Undo part of last patch, to turn off a compiler warning.
6222
6223 2005-06-06 Juri Linkov <juri@jurta.org>
6224
6225 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6226 Rename `tmm-inactive-face' to `tmm-inactive'.
6227
6228 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6229
6230 * iswitchb.el: Rename faces.
6231
6232 2005-06-06 Kim F. Storm <storm@cua.dk>
6233
6234 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6235 (cua-global-mark): Remove -face suffix from face names.
6236
6237 * emulation/cua-gmrk.el (cua--init-global-mark):
6238 Remove cua-global-mark face setup.
6239
6240 2005-06-06 Richard M. Stallman <rms@gnu.org>
6241
6242 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6243 just like other allowed characters.
6244 (makefile-match-dependency): Exclude leading and training whitespace
6245 from the range of regexp subexp 1.
6246 (makefile-macroassign-regex): Don't try to match the body,
6247 just the name of the macro being defined.
6248
6249 * info.el (Info-read-node-name-2): New function.
6250 (Info-read-node-name-1): Use that.
6251 Add a completion-base-size-function property.
6252
6253 * simple.el (completion-setup-function): Look for
6254 completion-base-size-function property of
6255 minibuffer-completion-table.
6256
6257 * files.el (locate-file-completion): Doc fix.
6258
6259 * printing.el: Don't call pr-update-menus; user must do that.
6260
6261 * emacs-lisp/debug.el (debugger-window): New variable.
6262 (debug): Use debugger-window if it is set and still alive.
6263 Record debugger-window for next entry.
6264
6265 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6266
6267 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6268
6269 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6270 (hack-one-local-variable, hack-local-variables)
6271 (hack-local-variables-prop-line): Pass that arg.
6272
6273 2005-06-06 Kim F. Storm <storm@cua.dk>
6274
6275 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6276 (ido-indicator): Remove -face suffix from face names.
6277
6278 2005-06-06 Juri Linkov <juri@jurta.org>
6279
6280 * font-lock.el (font-lock-regexp-backslash)
6281 (font-lock-regexp-backslash-construct): New faces.
6282 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6283 after `('. Add `while-no-input' to control structures.
6284
6285 * faces.el (no-break-space, shadow): New faces.
6286 (escape-glyph): Use less loud colors pink2 and red4.
6287
6288 * diff-mode.el (diff-context-face)
6289 * dired.el (dired-ignored)
6290 * rfn-eshadow.el (file-name-shadow)
6291 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6292
6293 * info.el (Info-title-1-face): Use green instead of yellow because
6294 bold yellow is not readable on light backgrounds.
6295
6296 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6297 before selecting the desired mode to not spend time fontifying
6298 old contents.
6299
6300 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6301
6302 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6303 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6304
6305 * ps-print.el (ps-default-fg, ps-default-bg):
6306 Fix typos in docstrings.
6307
6308 * isearchb.el (isearchb): Don't pass a spurious second argument to
6309 `iswitchb-completions'.
6310
6311 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6312
6313 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6314 to preserve point.
6315 (gdb-find-file-hook): Add doc string.
6316
6317 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6318 C dereferenced pointer expression.
6319 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6320
6321 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6322
6323 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6324 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6325 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6326 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6327 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6328 Make background transparent.
6329
6330 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6331
6332 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6333 (font-lock-remove-keywords): Doc fix.
6334 (font-lock-mode-major-mode): Compiler defvar.
6335 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6336
6337 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6338 (font-lock-mode): Update `font-lock-mode-major-mode'.
6339 (font-lock-set-defaults): Compiler defvar.
6340 (font-lock-default-function): Take `font-lock-mode-major-mode'
6341 into account.
6342
6343 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6344 keep track of which major mode it enabled the minor mode for.
6345 Use find-file-hook again. Update docstring.
6346
6347 * simple.el (eval-expression-print-level)
6348 (eval-expression-print-length, eval-expression-debug-on-error):
6349 Doc fixes.
6350
6351 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6352
6353 * iswitchb.el (iswitchb-single-match-face)
6354 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6355 (iswitchb-invalid-regexp-face): New faces.
6356 (iswitchb-completions): Use them.
6357 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6358 now marked as an obsolete alias.
6359 (iswitchb-read-buffer): Remove check for bound font variables.
6360 (iswitchb-invalid-regexp): New free variable.
6361 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6362 set iswitchb-invalid-regexp.
6363 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6364 invalid regexps.
6365 (iswitchb-completions): Add check for complete match when entering
6366 a regexp.
6367 (iswitchb-completions): Remove require-match argument.
6368 (iswitchb-exhibit): Fix caller.
6369 (iswitchb-common-match-inserted): New variable.
6370 (iswitchb-complete, iswitchb-completion-help): Use it.
6371
6372 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6373
6374 * url-http.el (url-http-chunked-encoding-after-change-function):
6375 Use `url-http-debug' instead of `message'.
6376
6377 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6378
6379 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6380 callback argument.
6381
6382 2005-06-04 Kim F. Storm <storm@cua.dk>
6383
6384 * simple.el (line-move): Only call sit-for when moving backwards.
6385
6386 * ido.el (ido-make-merged-file-list-1): New defun split from
6387 ido-make-merged-file-list.
6388 (ido-make-merged-file-list): Bind throw-on-input around call to
6389 ido-make-merged-file-list-1. Return input-pending-p if
6390 interrupted by more input available.
6391 (ido-read-internal): Handle input-pending-p return value from
6392 ido-make-merged-file-list.
6393
6394 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6397 compatibility code.
6398
6399 * international/latexenc.el (latexenc-find-file-coding-system):
6400 Don't inherit the EOL part of the coding-system from the
6401 tex-main buffer. Fit within 80 columns.
6402
6403 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6404
6405 * tmm.el (tmm-inactive-face): New face.
6406 (tmm-remove-inactive-mouse-face): New function.
6407 (tmm-prompt, tmm-add-one-shortcut)
6408 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6409 but not selectable.
6410
6411 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6412
6413 * faces.el (face-equal): Improve argument/docstring consistency.
6414
6415 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6416
6417 * progmodes/make-mode.el (makefile-targets-face)
6418 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6419 (makefile-bsdmake-dependency-regex)
6420 (makefile-makepp-rule-action-regex)
6421 (makefile-bsdmake-rule-action-regex): New constants.
6422 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6423
6424 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6425 Allow (...) within `...' for makepp messages.
6426
6427 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6428
6429 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6430
6431 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6432 "." files are deleted from all file lists before comparison.
6433
6434 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6435 (viper-ESC-key): Made them customizable.
6436
6437 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6438
6439 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6440
6441 * autorevert.el (auto-revert-buffers): Use save-match-data.
6442
6443 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6444
6445 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6446 menu items with a nil command binding.
6447
6448 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6449
6450 * emacs-lisp/cl-macs.el (defsetf):
6451 Improve argument/docstring consistency.
6452
6453 * faces.el (list-faces-display): Improve the formatting by
6454 computing the maximum length required for any face-name (reworked
6455 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6456 (internal-find-face): Remove redundant info in docstring.
6457
6458 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6459
6460 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6461 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6462 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6463 (gdb-assembler-custom): Improve regexps.
6464 (def-gdb-auto-update-handler): Use window point to preserve point.
6465
6466 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6469
6470 2005-05-31 Jay Belanger <belanger@truman.edu>
6471
6472 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6473 to calc-embedded.
6474 (calc-embedded-make-info): Have plain prefix argument select
6475 entire line.
6476
6477 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * faces.el (list-faces-display): Signal error if passed a regexp
6480 that matches no face name.
6481
6482 * simple.el (filter-buffer-substring): Fix typo in docstring.
6483
6484 2005-05-31 Richard M. Stallman <rms@gnu.org>
6485
6486 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6487 (vhdl-emacs-21): Doc fix.
6488 (vhdl-mode): Unconditionally set comment-padding.
6489 (vhdl-fixup-whitespace-region): Insert spaces only where
6490 there are none.
6491 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6492
6493 2005-05-30 John Wiegley <johnw@newartisans.com>
6494
6495 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6496 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6497 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6498 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6499 `string-to-number'.
6500
6501 2005-05-30 Jay Belanger <belanger@truman.edu>
6502
6503 * calc/calc.el (calc-bug-address): Fix docstring.
6504 (calc-window-hook, calc-trail-window-hook): New variables.
6505 (calc-trail-display): Restore use of calc-trail-window-hook.
6506 (calc): Restore use of calc-window-hook.
6507
6508 2005-05-31 Masatake YAMATO <jet@gyve.org>
6509
6510 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6511
6512 * help-fns.el (help-C-file-name): Add autoload mark for
6513 `find-function-noselect'.
6514
6515 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6518 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6519
6520 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6521
6522 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6523 included diary buffer if it was not already being visited.
6524 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6525
6526 * calendar/icalendar.el (top-level): Do not require 'appt.
6527
6528 * mail/supercite.el (sc-select-attribution): Only use a list
6529 element from sc-attrib-selection-list if it returns a string.
6530 Reported by Davide G. M. Salvetti <salve@debian.org>.
6531
6532 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6533
6534 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6535 includes a hash value to improve its uniqueness, and has a ".jpg"
6536 extension. Also, it is now a valid filename on all systems.
6537 (thumbs-make-thumb): Use `let', not `let*'.
6538 (thumbs-show-thumbs-list): Check for JPEG availability.
6539
6540 2005-05-30 Richard M. Stallman <rms@gnu.org>
6541
6542 * filesets.el (filesets-menu-ensure-use-cached):
6543 Prevent warning when emacs-version>= is undefined.
6544
6545 * printing.el (pr-interactive-n-up): Use string-to-number.
6546
6547 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6548
6549 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6550 Warn only when name to be defined is quoted.
6551
6552 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6553
6554 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6555 Make regexp more robust.
6556 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6557 Force regeneration of disassembly.
6558
6559 2005-05-29 Jay Belanger <belanger@truman.edu>
6560
6561 * calc/calc.el (calc-user-invocation): Check if
6562 calc-invocation-macro is non-nil.
6563
6564 2005-05-29 Juri Linkov <juri@jurta.org>
6565
6566 * add-log.el (change-log-font-lock-keywords):
6567 Add `+' to e-mail regexp to accept mail address with keywords.
6568
6569 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6570
6571 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6572
6573 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6574
6575 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6576
6577 2005-05-29 Richard M. Stallman <rms@gnu.org>
6578
6579 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6580 Undo the change that moves to end of the current word.
6581
6582 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6583
6584 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6585 Throw error when count <= 0 to ensure input is a number.
6586 (gdb-read-memory-custom): Pick up address from buffer.
6587 (gdb-memory-mode): Allow user to increment and decrement
6588 memory address from header line.
6589
6590 2005-05-29 Richard M. Stallman <rms@gnu.org>
6591
6592 * flyspell.el (flyspell-version): Function deleted.
6593 (flyspell-auto-correct-previous-hook): Doc fix.
6594
6595 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6596 Do nothing if memory is full.
6597
6598 * font-lock.el (font-lock-fontify-syntactically-region):
6599 Pass t for GREEDY to looking-back.
6600
6601 * saveplace.el (save-place-alist-to-file): Write the file
6602 using write-region.
6603
6604 * subr.el (looking-back): New argument GREEDY.
6605
6606 * progmodes/compile.el (compilation-start): Set the mode
6607 before inserting the initial text.
6608
6609 * progmodes/which-func.el (which-func-update-1): Turn the mode
6610 off in case of error by setting which-func-mode.
6611
6612 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6613
6614 * flyspell.el (flyspell-auto-correct-previous-word):
6615 Narrow down to what's on the screen, and recenter overlays
6616 at the end of the next word.
6617
6618 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6619
6620 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6621 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6622 (flyspell-abbrev-p): Default to nil.
6623 (flyspell-use-global-abbrev-table-p): Doc fix.
6624 (flyspell-large-region): Allow nil as value.
6625 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6626
6627 (mail-mode-flyspell-verify): More robust handling
6628 of `mail-header-separator'. More efficient signature detection.
6629 Allow for regexp metacharacters in message-header-separator.
6630 Adding `To' not to be checked in mail-mode-flyspell-verify.
6631
6632 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6633 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6634 Bind flyspell-auto-correct-binding.
6635 Bind C-. and C-, .
6636 (flyspell-mode-map): Likewise.
6637 (flyspell-mode): Doc fix.
6638 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6639 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6640 (flyspell-word-cache-result): New var, always local.
6641 (flyspell-check-pre-word-p): Doc fix.
6642 (flyspell-check-changed-word-p): Handle spc like newline.
6643 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6644 (flyspell-word-search-backward, flyspell-word-search-forward):
6645 New functions.
6646 (flyspell-word): Return t if nothing to check.
6647 When parsing TeX code, check for after } or \.
6648 Use flyspell-word-search-backward to find previous word.
6649 Return nil if duplicated word.
6650 For word already checked, return same value as last time.
6651 Set flyspell-word-cache-result after checking.
6652 Don't clobber the return value.
6653 (flyspell-get-word): Major rewrite.
6654 (flyspell-external-point-words): New locals pword, pcount.
6655 Fix size used in progress message.
6656 Find the proper corresponding word in flyspell-large-region-buffer.
6657 (flyspell-region): Check for flyspell-large-region = nil.
6658 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6659 (flyspell-auto-correct-word): Check that WORD is a cons.
6660 (flyspell-correct-word): Likewise.
6661
6662 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6663
6664 * progmodes/make-mode.el (makefile-rule-action-regex)
6665 (makefile-macroassign-regex, makefile-makepp-mode)
6666 (makefile-bsdmake-mode): Continuation lines may be empty.
6667 Reported by Joshua Varner.
6668 (makefile-makepp-font-lock-keywords): Add $(stem).
6669
6670 2005-05-28 Karl Berry <karl@gnu.org>
6671
6672 * textmodes/tex-mode.el: Now that tex-send-command calls
6673 shell-quote-argument (2005-03-31 change), remove all calls to
6674 shell-quote-argument; they all end up invoking tex-send-command.
6675 The double quoting loses on filenames with non-safe characters,
6676 such as "@". Reported by Frederik Fouvry.
6677
6678 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6679
6680 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6681 about preserving point.
6682
6683 2005-05-27 Jay Belanger <belanger@truman.edu>
6684
6685 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6686 Info-goto-node.
6687
6688 * calc/calc-embed.el (calc-embed-arg): New variable.
6689 (calc-do-embedded-activate, calc-embedded-activate-formula)
6690 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6691 variable by new variable.
6692 (calc-embedded-make-info): Replace undeclared variable by new
6693 variable. When selecting region with positive prefix
6694 argument, use end of previous line instead of beginning of line.
6695
6696 * calc/calc-aent.el (calc-arg-values): Declare it.
6697
6698 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6699 Declare them.
6700
6701 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6702
6703 * calc/calc.el (calc-alg-map): Declare it.
6704
6705 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6706
6707 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6708
6709 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6710 (gdb-registers-buffer, toggle-gdb-all-registers):
6711 Toggle display of floating point registers.
6712 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6713
6714 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6715 (toggle-gud-tooltip-dereference):
6716 Rename from gud-toggle-tooltip-dereference.
6717
6718 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6721
6722 2005-05-27 Jay Belanger <belanger@truman.edu>
6723
6724 * calc/calc-prog.el (calc-kbd-report): Remove.
6725 (calc-kbd-query): Rewrite.
6726
6727 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6728
6729 * image.el (image-library-alist): Move to image.c.
6730 (image-type-available-p): Doc fix.
6731
6732 2005-05-27 Lute Kamstra <lute@gnu.org>
6733
6734 * calc/calc.el (calc):
6735 * outline.el (outline-1, outline-2, outline-3, outline-4)
6736 (outline-5, outline-6, outline-7, outline-8):
6737 * textmodes/dns-mode.el (dns-mode):
6738 * textmodes/sgml-mode.el (sgml-namespace-face):
6739 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6740 (tex-verbatim-face, tex-use-reftex):
6741 * textmodes/texinfo.el (texinfo-heading-face):
6742 Specify customization group.
6743
6744 * longlines.el: Don't require easy-mmode.
6745 (longlines-visible-face): Specify customization group.
6746
6747 2005-05-27 Kenichi Handa <handa@m17n.org>
6748
6749 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6750 encoding table of windows-1251.
6751
6752 * international/ucs-tables.el (ucs-set-table-for-input):
6753 If translation-table-for-input of a coding system is a symbol, get
6754 its translation-table property.
6755
6756 * international/code-pages.el: Don't register a coding system into
6757 non-iso-charset-alist more than once.
6758 (cp-make-coding-system): Likewise.
6759
6760 2005-05-26 John Wiegley <johnw@newartisans.com>
6761
6762 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6763 `eshell-resume-eval' is wrapped in a list, it indicates that the
6764 command was run asynchronously. In that case, unwrap the value
6765 before checking the delimiter value.
6766
6767 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6768 character before a space at the end of a line is \, assume the space
6769 is part of the last argument rather than a final argument separator.
6770
6771 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6772 is in use, and the target is `t' or `nil' (which are the most common
6773 values), don't assume that the symbol target is a buffer.
6774
6775 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6776
6777 * calendar/calendar.el (calendar-mode-line-format):
6778 Use mode-line-highlight as mouse-face.
6779
6780 * time.el (display-time-string-forms, display-time-update):
6781 Use mode-line-highlight as mouse-face.
6782
6783 2005-05-26 Jay Belanger <belanger@truman.edu>
6784
6785 * calc/calc.el (calc-language-alist): Remove extra defvar.
6786
6787 2005-05-26 Lute Kamstra <lute@gnu.org>
6788
6789 * arc-mode.el (archive-mode):
6790 * bookmark.el (bookmark-read-annotation-mode)
6791 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6792 * bs.el (bs-mode):
6793 * calc/calc-yank.el (calc-edit-mode):
6794 * calc/calc.el (calc-mode, calc-trail-mode):
6795 * calculator.el (calculator-mode):
6796 * chistory.el (command-history-mode):
6797 * comint.el:
6798 * cus-edit.el (custom-mode):
6799 * descr-text.el (describe-text-mode):
6800 * ebuff-menu.el (Electric-buffer-menu-mode):
6801 * ediff-util.el (ediff-mode):
6802 * emacs-lisp/re-builder.el (reb-mode):
6803 * emulation/vi.el (vi-mode-setup):
6804 * emulation/ws-mode.el (wordstar-mode):
6805 * eshell/esh-mode.el (eshell-mode):
6806 * forms.el (forms-mode):
6807 * help-mode.el (help-mode):
6808 * hexl.el (hexl-mode):
6809 * ibuffer.el (ibuffer-mode):
6810 * ielm.el (inferior-emacs-lisp-mode):
6811 * info.el (Info-mode, Info-edit-mode):
6812 * international/swedish.el:
6813 * ledit.el (ledit-from-lisp-mode):
6814 * locate.el (locate-mode):
6815 * mail/rmail.el (rmail-mode):
6816 * mail/rmailedit.el (rmail-edit-mode):
6817 * mail/rmailsum.el (rmail-summary-mode):
6818 * mail/supercite.el (sc-electric-mode):
6819 * net/eudc.el (eudc-mode):
6820 * net/quickurl.el (quickurl-list-mode):
6821 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6822 * obsolete/ooutline.el (outline-mode):
6823 * obsolete/options.el (Edit-options-mode):
6824 * obsolete/rnews.el (news-mode):
6825 * obsolete/rnewspost.el (news-reply-mode):
6826 * play/5x5.el (5x5-mode):
6827 * play/decipher.el (decipher-mode, decipher-stats-mode):
6828 * play/gomoku.el (gomoku-mode):
6829 * play/snake.el (snake-mode):
6830 * play/solitaire.el (solitaire-mode):
6831 * play/tetris.el (tetris-mode):
6832 * progmodes/ada-mode.el (ada-mode):
6833 * progmodes/antlr-mode.el (antlr-mode):
6834 * progmodes/autoconf.el (autoconf-mode):
6835 * progmodes/dcl-mode.el (dcl-mode):
6836 * progmodes/delphi.el (delphi-mode):
6837 * progmodes/ebrowse.el (ebrowse-tree-mode)
6838 (ebrowse-electric-list-mode, ebrowse-member-mode)
6839 (ebrowse-electric-position-mode):
6840 * progmodes/f90.el (f90-mode):
6841 * progmodes/fortran.el (fortran-mode):
6842 * progmodes/icon.el (icon-mode):
6843 * progmodes/idlw-help.el (idlwave-help-mode):
6844 * progmodes/idlw-shell.el (idlwave-shell-mode):
6845 * progmodes/idlwave.el (idlwave-mode):
6846 * progmodes/inf-lisp.el (inferior-lisp-mode):
6847 * progmodes/m4-mode.el (m4-mode):
6848 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6849 * progmodes/modula2.el (modula-2-mode):
6850 * progmodes/octave-inf.el (inferior-octave-mode):
6851 * progmodes/octave-mod.el (octave-mode):
6852 * progmodes/pascal.el (pascal-mode):
6853 * progmodes/sh-script.el (sh-mode):
6854 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6855 * progmodes/vhdl-mode.el (vhdl-mode):
6856 * progmodes/xscheme.el (scheme-interaction-mode):
6857 * replace.el (occur-mode):
6858 * ses.el (ses-mode):
6859 * simple.el (completion-list-mode):
6860 * skeleton.el:
6861 * speedbar.el (speedbar-mode):
6862 * term.el (term-mode):
6863 * terminal.el (terminal-edit-mode):
6864 * textmodes/reftex-index.el (reftex-index-mode)
6865 (reftex-index-phrases-mode):
6866 * textmodes/reftex-sel.el (reftex-select-label-mode)
6867 (reftex-select-bib-mode):
6868 * textmodes/reftex-toc.el (reftex-toc-mode):
6869 * wdired.el (wdired-change-to-wdired-mode):
6870 * wid-browse.el (widget-browse-mode):
6871 Use run-mode-hooks.
6872
6873 * array.el (array-mode):
6874 * calendar/todo-mode.el (todo-mode):
6875 * man.el (Man-mode):
6876 * play/landmark.el (lm-mode):
6877 * play/mpuz.el (mpuz-mode):
6878 Use kill-all-local-variables and run-mode-hooks.
6879
6880 * subr.el (delay-mode-hooks): Specify indentation.
6881
6882 2005-05-26 Mark A. Hershberger <mah@everybody.org>
6883
6884 * xml.el (xml-substitute-special): Don't die for undefined xml
6885 entities.
6886
6887 2005-05-26 Jay Belanger <belanger@truman.edu>
6888
6889 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6890 of nil.
6891
6892 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6893
6894 * progmodes/gdb-ui.el (gdb-frame-address):
6895 Rename from gdb-current-address.
6896 (gdb-previous-frame-address): Rename from gdb-previous-address.
6897 (gdb-selected-frame): Rename from gdb-current-frame.
6898 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6899 (gdb-frame-number): Rename from gdb-current-stack-level.
6900 (gdb-ann3): Match new mode-name for disassembly buffer.
6901 Extend initialization of variables.
6902 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6903 (gdb-memory-mode): Use mouse-face in header line.
6904 (gdb-assembler-buffer-name): Call it disassembly and give frame
6905 in mode line.
6906 (gdb-source-spec-regexp, gdb-assembler-custom)
6907 (gdb-invalidate-assembler, gdb-frame-handler):
6908 Make robust to leading zeroes in address format.
6909
6910 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
6911
6912 * textmodes/org.el (org-mode): Use `define-derived-mode' to
6913 define `org-mode'.
6914 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6915
6916 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * log-edit.el (log-edit-changelog-entries): Distinguish between
6919 filenames like xfns.c and fns.c.
6920
6921 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
6922
6923 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6924 point after reverting.
6925 (Buffer-menu-make-sort-button): Handle the case where
6926 `Buffer-menu-use-header-line' is nil.
6927
6928 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6929
6930 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6931 New funcs. In minibuffer-local-completion-map bind `]', `/'
6932 and `:' to them.
6933
6934 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * startup.el (normal-top-level): Allow modification of load-path while
6937 we're iterating over it.
6938
6939 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
6940
6941 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
6942 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
6943 (thumbs-resize-interactive, thumbs-insert-image)
6944 (thumbs-insert-thumb, thumbs-dired-show-marked)
6945 (thumbs-find-image-at-point, thumbs-delete-images)
6946 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
6947 (thumbs-increment-image-size, thumbs-decrement-image-size):
6948 Fix typos in docstrings.
6949
6950 2005-05-24 Andre Spiegel <spiegel@gnu.org>
6951
6952 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
6953 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
6954 (cperl-mode): Use them.
6955
6956 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
6957
6958 * window.el (quit-window, shrink-window-if-larger-than-buffer):
6959 Doc fixes.
6960
6961 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6962
6963 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
6964 Bind C-d to gdb-inferior-io-eof.
6965
6966 * dired.el (dired-dnd-popup-notice): Use message-box.
6967
6968 2005-05-23 Masatake YAMATO <jet@gyve.org>
6969
6970 * bindings.el (mode-line-major-mode-keymap):
6971 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
6972
6973 * faces.el (mode-line-highlight): New face.
6974
6975 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
6976 as mouse-face.
6977
6978 * bindings.el (top-level, help-echo, mode-line-modified)
6979 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
6980 as mouse-face.
6981
6982 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
6983
6984 * progmodes/cc-engine.el (c-guess-basic-syntax):
6985 Remove spurious call to `zerop'.
6986
6987 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
6988
6989 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
6990
6991 CC Mode update to 5.30.10:
6992
6993 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
6994 could go past the limit in decoration level 2, thereby causing
6995 errors during interactive fontification.
6996
6997 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
6998 the file is evaluated interactively.
6999
7000 * cc-engine.el (c-guess-basic-syntax): Handle operator
7001 declarations somewhat better in C++.
7002
7003 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7004 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7005 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7006 (awk-mode): Use it.
7007 (make-local-hook): Suppress warning about obsoleteness.
7008
7009 * cc-engine.el, cc-align.el, cc-cmds.el
7010 (c-append-backslashes-forward, c-delete-backslashes-forward)
7011 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7012 Compensate for return value from `forward-line' when it has moved
7013 but not to a different line due to eob.
7014
7015 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7016 `objc-method-intro' and `objc-method-args-cont'.
7017
7018 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7019
7020 CC Mode update to 5.30.10:
7021
7022 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7023 in the copyright statement. Incidentally, change "along with GNU
7024 Emacs" to "along with this program" where it occurs.
7025
7026 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7027 so that it is interactive, hence can be found by M-x awk-mode
7028 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7029 <gmorris+emacs@ast.cam.ac.uk>.
7030
7031 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7032 Mode's regexps.
7033
7034 2005-05-23 Kevin Ryde <user42@zip.com.au>
7035
7036 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7037 c-parse-state, to avoid a lisp error (on bad code).
7038
7039 2005-05-23 Lute Kamstra <lute@gnu.org>
7040
7041 * subr.el (font-lock-defaults): Remove defvar as it's already
7042 defined in font-core.el.
7043
7044 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7045
7046 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7047
7048 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7049 more general and work when GDB variable "print pretty" is on,
7050 as with Emacs, for example.
7051
7052 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7053
7054 * font-core.el: Update comment.
7055
7056 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7057 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7058
7059 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7060
7061 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7062
7063 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7064 and `yank-handler' in the doc strings.
7065
7066 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7069
7070 2005-05-22 Richard M. Stallman <rms@gnu.org>
7071
7072 * help.el (describe-key): Move print-help-return-message call
7073 out of conditional.
7074
7075 * progmodes/etags.el (list-tags): Use with-no-warnings.
7076
7077 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7078 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7079 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7080
7081 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7082
7083 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7084 Add defvar.
7085
7086 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7087 Use defvar, not defconst.
7088
7089 * hexl.el (hexl-follow-line): Use with-no-warnings.
7090
7091 * emulation/tpu-extras.el: Use write-file-functions instead of
7092 write-file-hooks.
7093
7094 * dired.el (dired-font-lock-keywords): Fontify files with junk
7095 extensions even if marked by -F.
7096
7097 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7098
7099 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7100 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7101 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7102 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7103 (concatenate, list-length, get*, getf, cl-remprop):
7104 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7105 (etypecase, progv, lexical-let, lexical-let*)
7106 (multiple-value-bind, multiple-value-setq, shiftf):
7107 Improve argument/docstring consistency.
7108
7109 * subr.el (focus-frame, unfocus-frame):
7110 Revert deletion on 2005-05-01.
7111
7112 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7113
7114 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7115 doesn't exist.
7116
7117 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7118 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7119
7120 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7121
7122 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7123 already deleted variables: auto-fill-hook, blink-paren-hook,
7124 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7125 suspend-hooks, comment-indent-hook, meta-flag,
7126 before-change-function, after-change-function,
7127 font-lock-doc-string-face.
7128
7129 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7130
7131 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7132
7133 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7134
7135 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7136 rmail-dont-reply-to.
7137
7138 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7139
7140 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7141 literal blank when splitting new-header-values.
7142
7143 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7144
7145 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7146 string so that tmm doesn't create a completion entry for it.
7147
7148 * textmodes/table.el (table-disable-menu): Ditto.
7149
7150 2005-05-21 Richard M. Stallman <rms@gnu.org>
7151
7152 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7153
7154 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7155
7156 * net/rcompile.el (remote-compile): Use compilation-start.
7157
7158 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7159
7160 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7161
7162 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7163 Default to makefile-bsdmake-mode on BSD systems.
7164
7165 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7166 REGEXP may also be a search function now. The part of doc-string
7167 for describing the structure was 95% identical to that of
7168 `imenu--generic-function'. Unify it there.
7169
7170 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7171 Use function to find dependencies, because regexp alone is so complex,
7172 it easily goes into an endless loop.
7173 (makefile-makepp-mode): Also add submenu for Perl functions
7174 defined in the makefile.
7175 (makefile-bsdmake-mode): Special imenu-generic-expression no
7176 longer needed, due to function call.
7177 (makefile-match-dependency): Take BOUND into account when checking
7178 if we're through.
7179
7180 2005-05-20 Jay Belanger <belanger@truman.edu>
7181
7182 * calc/calc-units.el (calc-invalidate-units-table):
7183 Use inhibit-read-only.
7184 (math-build-units-table-buffer): Use view-mode.
7185
7186 2005-05-20 David Kastrup <dak@gnu.org>
7187
7188 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7189 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7190
7191 2005-05-20 Lute Kamstra <lute@gnu.org>
7192
7193 * diff-mode.el (diff-header-face, diff-file-header-face)
7194 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7195 (diff-added-face, diff-changed-face, diff-function-face)
7196 (diff-context-face, diff-nonexistent-face): Put them in the
7197 diff-mode customization group.
7198
7199 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7200
7201 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7202
7203 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7204
7205 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7206 Minor regexp-optimization.
7207
7208 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7209
7210 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7211 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7212 (org-agenda-add-time-grid-maybe): New function.
7213 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7214 (org-table-create): `dotimes' instead of `mapcar'.
7215 (org-xor): Simplify implementation.
7216 (org-agenda): `inhibit-redisplay' turned on.
7217 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7218 a consistent line after a state change.
7219 (org-agenda-remove-times-when-in-prefix): New option.
7220 (org-prefix-has-time): New variable.
7221 (org-parse-time-string): Optional argument NODEFAULT.
7222 (org-format-agenda-item): Parse items for time-of-day
7223 specifications and move these into the prefix if possible.
7224 (org-agenda-priority): Get current heading, not previous heading
7225 during agenda remote editing.
7226
7227 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7228
7229 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7230 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7231 (remove-duplicates, delete-duplicates, substitute)
7232 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7233 (nsubstitute-if-not, find, find-if, find-if-not, position)
7234 (position-if, position-if-not, count, count-if, count-if-not)
7235 (mismatch, search, sort*, stable-sort, merge, member*)
7236 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7237 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7238 (intersection, nintersection, set-difference, nset-difference)
7239 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7240 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7241 (nsublis, tree-equal): Improve argument/docstring consistency.
7242
7243 * subr.el (send-string, send-region):
7244 Remove obsolescence declaration.
7245 (window-dot, set-window-dot, read-input, show-buffer)
7246 (eval-current-buffer, string-to-int):
7247 Add release number to obsolescence declarations.
7248
7249 2005-05-19 Kim F. Storm <storm@cua.dk>
7250
7251 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7252 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7253
7254 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7255
7256 * faces.el (list-faces-display): Make back button respect optional
7257 regexp arg.
7258
7259 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7260
7261 * calculator.el (calculator-radix-grouping-mode)
7262 (calculator-radix-grouping-digits, calculator-displayer)
7263 (calculator-radix-grouping-separator, calculator-copy-displayer):
7264 * dabbrev.el (dabbrev-search-these-buffers-only):
7265 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7266 (diff-advance-after-apply-hunk, diff-mode-hook)
7267 (diff-minor-mode-prefix):
7268 * imenu.el (imenu-use-popup-menu):
7269 * jit-lock.el (jit-lock-context-time):
7270 * newcomment.el (comment-fill-column, comment-column)
7271 (comment-style, comment-padding, comment-multi-line)
7272 (comment-empty-lines, comment-auto-fill-only-comments):
7273 * reveal.el (reveal-around-mark):
7274 * uniquify.el (uniquify-buffer-name-style)
7275 (uniquify-after-kill-buffer-p)
7276 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7277 (uniquify-min-dir-content, uniquify-separator)
7278 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7279 * w32-vars.el (w32-fixed-font-alist):
7280 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7281 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7282 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7283 * progmodes/perl-mode.el (perl-indent-level)
7284 (perl-continued-statement-offset, perl-continued-brace-offset)
7285 (perl-brace-offset, perl-brace-imaginary-offset)
7286 (perl-label-offset, perl-indent-continued-arguments)
7287 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7288 * progmodes/tcl.el (tcl-indent-level)
7289 (tcl-continued-indent-level, tcl-auto-newline)
7290 (tcl-tab-always-indent, tcl-electric-hash-style)
7291 (tcl-help-directory-list, tcl-use-smart-word-finder)
7292 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7293 (inferior-tcl-source-command):
7294 * textmodes/fill.el (enable-kinsoku):
7295 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7296 * textmodes/table.el (table-yank-handler):
7297 Specify missing group (and type, if simple) in defcustom.
7298
7299 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7300
7301 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7302
7303 2005-05-19 Richard M. Stallman <rms@gnu.org>
7304
7305 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7306
7307 * subr.el (event-basic-type): Don't get an error.
7308 (left-fringe-p): Function deleted.
7309
7310 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7311 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7312
7313 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7314 in recursive copy.
7315
7316 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7317
7318 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7319
7320 * emacs-lisp/bytecomp.el
7321 (byte-compile-file-form-custom-declare-variable): Call
7322 byte-compile-nogroup-warn if appropriate.
7323
7324 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7325 (compilation-set-window): Don't call left-fringe-p; do it directly.
7326
7327 2005-05-19 Jay Belanger <belanger@truman.edu>
7328
7329 * calc/calc-graph.el (calc-graph-format-data): Make sure
7330 var-PlotRejects is bound before trying to check its value.
7331
7332 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7333
7334 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7335 definition of this variable from reftex-global.el to reftex.el,
7336 because it is needed in the menu.
7337
7338 2005-05-19 Lute Kamstra <lute@gnu.org>
7339
7340 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7341 years are fixed. Don't insert a space after a dash.
7342
7343 2005-05-19 Kim F. Storm <storm@cua.dk>
7344
7345 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7346
7347 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7348
7349 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7350 strings, because (eq ... ?\\) is fairly frequent.
7351
7352 * progmodes/make-mode.el (makefile-add-this-line-targets):
7353 Simplify and integrate into `makefile-pickup-targets'.
7354 (makefile-add-this-line-macro): Simplify and integrate into
7355 `makefile-pickup-macros.
7356 (makefile-pickup-filenames-as-targets): Simplify.
7357 (makefile-previous-dependency, makefile-match-dependency):
7358 Don't stumble over `::'.
7359
7360 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7361
7362 * subr.el (post-command-idle-hook, post-command-idle-delay):
7363 Remove obsoletion of post-command-idle-hook and
7364 post-command-idle-delay.
7365
7366 * faces.el (list-faces-display): Provide button when describe-face
7367 is called to take user back to the list of faces.
7368
7369 * help-fns.el (describe-variable): Remove hyperlinks in a
7370 variable's value as these are quite frequently inappropriate.
7371
7372 * follow.el (follow-submit-feedback, follow-mode):
7373 Remove references to post-command-idle-hook.
7374
7375 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7376
7377 * progmodes/make-mode.el (makefile-previous-dependency)
7378 (makefile-match-dependency): Check for := (and in bsd mode also
7379 !=) to give a better result, even when font-lock is not on.
7380
7381 2005-05-18 Jay Belanger <belanger@truman.edu>
7382
7383 * calc/calc-help.el (calc-s-prefix-help):
7384 Add `calc-copy-special-constant' to help string.
7385
7386 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7387
7388 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7389
7390 2005-05-18 Jay Belanger <belanger@truman.edu>
7391
7392 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7393 in linear factors are in proper order.
7394
7395 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7396
7397 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7398 Support for jurabib.
7399
7400 * textmodes/reftex.el (featurep): Define aliases for overlay
7401 commands, for XEmacs compatibility, and use these aliases in
7402 overlay initializations.
7403 (reftex-highlight): Use `reftex-move-overlay'.
7404 (reftex-unhighlight): Use `reftex-delete-overlay'.
7405 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7406 (reftex-access-search-path): Use `reftex-uniquify' instead of
7407 `reftex-uniq'
7408
7409 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7410 `before-string' property modification enables for Emacs as well.
7411 (reftex-select-item): Use `reftex-delete-overlay'.
7412 (reftex-select-mark): Use `reftex-make-overlay' and
7413 `reftex-overlay-put'.
7414 (reftex-select-unmark): Use `reftex-delete-overlay' and
7415 `reftex-overlay-put'.
7416
7417 2005-05-18 Lute Kamstra <lute@gnu.org>
7418
7419 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7420
7421 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7422
7423 * add-log.el (add-change-log-entry):
7424 * array.el (array-make-template, array-reconfigure-rows)
7425 (array-init-max-row, array-init-max-column)
7426 (array-init-columns-per-line, array-init-field-width):
7427 * replace.el (replace-match-maybe-edit, perform-replace):
7428 * textmodes/spell.el (spell-region):
7429 Replace `read-input' by `read-string'.
7430
7431 * forms.el (forms-mode):
7432 * finder.el (finder-compile-keywords):
7433 * shadowfile.el (shadow-read-files):
7434 Replace `eval-current-buffer' by `eval-buffer'.
7435
7436 * terminal.el (te-pass-through):
7437 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7438 (ange-ftp-raw-send-cmd):
7439 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7440 (send-process-next-char, telnet-initial-filter, telnet):
7441 Replace `send-string' by `process-send-string'.
7442
7443 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7444 (prolog-consult-region): Replace `send-string' by
7445 `process-send-string'; replace `send-region' by `process-send-region'.
7446
7447 * progmodes/delphi.el (delphi-log-msg):
7448 Replace `set-window-dot' by `set-window-point'.
7449
7450 * subr.el (window-dot, set-window-dot, read-input, send-string)
7451 (send-region, show-buffer, eval-current-buffer):
7452 Make really obsolete, as the comment says.
7453
7454 2005-05-17 Kim F. Storm <storm@cua.dk>
7455
7456 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7457 (cua--init-keymaps): Bind C-return instead of S-return to set
7458 rectangle mark.
7459
7460 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7461 instead of S-return to toggle/clear rectangle mark.
7462
7463 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7464
7465 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7466 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7467 Also fontify plain strings assigned to variables, mostly so that a
7468 colon has a face and is thus not taken as a dependency separator.
7469 (makefile-previous-dependency): Inline the new matcher, because it
7470 is too complex to work in both directions.
7471 (makefile-match-dependency): Eliminate `backward' arg (see above).
7472 Completely reimplemented so as to not sometimes go into an endless
7473 loop. It should also be more efficient, because first it only
7474 searches for `:', instead of applying the very complex regexp.
7475 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7476 to be fontified in one piece can be too long for JIT.
7477 Makefiles are never *that* big.
7478
7479 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7480
7481 * dired.el (dired-mode): Simplify.
7482
7483 2005-05-17 Lute Kamstra <lute@gnu.org>
7484
7485 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7486 defcustom for the mode hook variable.
7487
7488 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7489 Emacs Lisp Reference Manual.
7490
7491 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7492
7493 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7494 (evenp, list*):
7495 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7496 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7497
7498 * net/tramp-smb.el (tramp-smb-open-connection):
7499 Pass `tramp-chunksize' as fifth (required) argument.
7500
7501 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7502
7503 * font-lock.el (lisp-font-lock-keywords-1):
7504 Set `font-lock-negation-char-face' for [^...] char group.
7505 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7506
7507 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7508 a var, and refine it to mask one more level of nested vars.
7509 (makefile-rule-action-regex): Turn it into a var, and refine it so
7510 it recognizes backslashed continuation lines as belonging to the
7511 same command.
7512 (makefile-macroassign-regex): Refine it so it recognizes
7513 backslashed continuation lines as belonging to the same command.
7514 (makefile-var-use-regex): Don't look at the next char, because it
7515 might be the same one to be skipped by the initial [^$], leading
7516 to an overlooked variable use.
7517 (makefile-make-font-lock-keywords): Remove two parameters, which
7518 are now variables that some of the modes set locally.
7519 Handle dependency and rule action matching through functions, because
7520 regexps alone match too often. Dependency matching now comes
7521 last, so it can check, whether a colon already matched something else.
7522 (makefile-mode): Inform that font-lock improves makefile parsing
7523 capabilities.
7524 (makefile-match-dependency, makefile-match-action): New functions.
7525
7526 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7527
7528 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7529
7530 * align.el (align-regexp):
7531 * ansi-color.el (ansi-color-get-face):
7532 * array.el (array-reconfigure-rows, array-init-max-row)
7533 (array-init-max-column, array-init-columns-per-line)
7534 (array-init-field-width):
7535 * dired-aux.el (dired-trample-file-versions):
7536 * dired-x.el (dired-mark-sexp):
7537 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7538 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7539 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7540 * faces.el (face-read-integer):
7541 * files.el (backup-extract-version, insert-directory):
7542 * hexl.el (hexl-insert-decimal-char):
7543 * server.el (server-process-filter):
7544 * shell.el (shell-extract-num):
7545 * startup.el (command-line-1):
7546 * term.el (term-command-hook):
7547 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7548 (time-stamp-do-number):
7549 * time.el (display-time-update):
7550 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7551 (timezone-fix-time):
7552 * vms-patch.el (vms-suspend-resume-hook):
7553 * calendar/appt.el (appt-convert-time):
7554 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7555 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7556 * calendar/cal-islam.el (mark-islamic-diary-entries):
7557 * calendar/calendar.el (calendar-cursor-to-date)
7558 (calendar-star-date):
7559 * calendar/diary-lib.el (diary-attrtype-convert)
7560 (mark-diary-entries, diary-entry-time):
7561 * calendar/solar.el (solar-get-number):
7562 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7563 * emacs-lisp/re-builder.el (reb-display-subexp):
7564 * emulation/edt.el (edt-set-scroll-margins):
7565 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7566 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7567 (vip-get-ex-count):
7568 * emulation/viper-ex.el (viper-get-ex-token)
7569 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7570 * international/fontset.el (fontset-plain-name):
7571 * mail/feedmail.el (feedmail-look-at-queue-directory):
7572 * mail/mailalias.el (mail-get-names):
7573 * mail/rmail.el (rmail-convert-to-babyl-format):
7574 * mail/rmailsum.el (rmail-make-basic-summary-line)
7575 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7576 (rmail-summary-goto-msg):
7577 * mail/smtpmail.el (smtpmail-read-response):
7578 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7579 (ange-ftp-vms-add-file-entry):
7580 * play/gametree.el (gametree-looking-at-ply)
7581 (gametree-current-branch-score):
7582 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7583 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7584 * progmodes/cperl-mode.el (condition-case):
7585 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7586 (ebrowse-set-member-buffer-column-width)
7587 (ebrowse-select-1st-to-9nth):
7588 * progmodes/etags.el (etags-snarf-tag):
7589 * progmodes/flymake.el (flymake-parse-line):
7590 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7591 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7592 (idlwave-shell-menu-def):
7593 * progmodes/ps-mode.el (ps-run-goto-error):
7594 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7595 (vhdl-speedbar-contract-level):
7596 * term/mac-win.el (x-handle-numeric-switch):
7597 * term/sun-mouse.el (sun-get-frame-data):
7598 * term/w32-win.el (x-handle-numeric-switch):
7599 * term/x-win.el (x-handle-numeric-switch):
7600 * textmodes/ispell.el (ispell-parse-output):
7601 * textmodes/nroff-mode.el (nroff-outline-level):
7602 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7603 (reftex-bib-sort-year-reverse, reftex-format-citation):
7604 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7605 (reftex-section-number):
7606 * textmodes/texinfmt.el (texinfo-paragraphindent):
7607 Replace `string-to-int' by `string-to-number'.
7608
7609 * international/latexenc.el: Add page marker to force the "Local
7610 Variables:" string out of the last page.
7611
7612 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7613
7614 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7615 tooltip-change-major-mode.
7616 (gud-tooltip-print-command): Remove case where gud-minor-mode
7617 is gdb ("--fullname").
7618 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7619 explain to user.
7620
7621 2005-05-16 Jay Belanger <belanger@truman.edu>
7622
7623 * calc/calc-store.el (calc-copy-special-constant): New function.
7624
7625 * calc/calc-ext.el (calc-init-extensions): Add binding for
7626 `calc-copy-special-constant'.
7627
7628 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7629 for the `calc-copy-special-constant' command.
7630
7631 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7632
7633 * subr.el (left-fringe-p): New function.
7634
7635 * progmodes/compile.el (compilation-setup): Set local value of
7636 overlay-arrow-string to "" always.
7637 (compilation-set-window): Left fringe then don't scroll.
7638 No left fringe then no arrow and scroll message to top.
7639 (compilation-context-lines): Adjust doc string accordingly.
7640
7641 2005-05-16 Kim F. Storm <storm@cua.dk>
7642
7643 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7644 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7645 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7646 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7647 (ido-read-file-name): Handle commands with ido property value
7648 equal to find-file as reading a file name, to allow C-d to enter dired.
7649 (ibuffer-find-file): Add ido property with value find-file.
7650
7651 2005-05-15 Kim F. Storm <storm@cua.dk>
7652
7653 * subr.el (open-network-stream-nowait): Remove.
7654 (open-network-stream-server): Remove.
7655
7656 2005-05-15 Richard M. Stallman <rms@gnu.org>
7657
7658 * faces.el (describe-face): Output a definition link button.
7659
7660 * help-mode.el (help-face-def): New button type.
7661
7662 * emacs-lisp/copyright.el (copyright-fix-years):
7663 Match properly if the first year is 2-digit.
7664 Don't mess up the whitespace after the years by filling.
7665
7666 * dired-aux.el (dired-mark-confirm):
7667 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7668
7669 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7670 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7671 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7672
7673 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7674 Set font-lock-comment-start-skip.
7675
7676 * font-lock.el (font-lock-comment-start-skip): New variable.
7677 (font-lock-comment-end-skip): New variable.
7678 (font-lock-fontify-syntactically-region): Use them if non-nil.
7679
7680 2005-05-15 Jay Belanger <belanger@truman.edu>
7681
7682 * calc/calc-store.el (calc-store-value): Return a string rather
7683 than display it as a message.
7684 Use calc-var-name for variable name.
7685 (calc-store-into): Add the result of calc-store-value to message.
7686 (calc-copy-variable): Add a message.
7687 (calc-store-exchange): Improve error messages.
7688 (calc-store-binary, calc-store-map): Don't reset the values of
7689 special constants.
7690
7691 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7692
7693 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7694 manual to docstring.
7695
7696 * files.el (hack-local-variables-confirm): Add STRING argument.
7697 Make the function handle non file visiting buffers correctly.
7698 (hack-local-variables-prop-line, hack-local-variables)
7699 (hack-one-local-variable): Use STRING arg of
7700 `hack-local-variables-confirm'.
7701
7702 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7703
7704 Sync with Tramp 2.0.49.
7705
7706 * net/tramp.el (tramp-handle-dired-call-process)
7707 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7708 because the contents of the Tramp buffer is changed before
7709 insertion (`expand-file' and alike).
7710 (tramp-handle-insert-directory): If `localname' has an empty
7711 nondirectory name, it must not be quoted.
7712 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7713 variable `tramp-chunksize'. Change callees.
7714 (tramp-open-connection-setup-interactive-shell): Check remote host
7715 for buggy `send-process-string' implementation.
7716 Set `tramp-chunksize' if found. Reported by Michael Kifer
7717 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7718 (tramp-handle-shell-command): `insert-buffer' cannot be used
7719 because the contents of the Tramp buffer is changed before
7720 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7721 <frederic.bothamy@free.fr>.
7722 (tramp-set-auto-save): Actions should be done for Tramp file name
7723 handler only. Ange-FTP has its own auto-save mechanism.
7724 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7725 (tramp-set-auto-save-file-modes): Set file modes of
7726 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7727 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7728 (tramp-bug): Remove obsolete variable.
7729 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7730 for presence of `mml-mode'. Make it running for older Emacsen as well.
7731
7732 2005-05-14 John Paul Wallington <jpw@pobox.com>
7733
7734 * ibuf-ext.el (define-ibuffer-filter filename):
7735 If `dired-directory' is a list, use its car.
7736
7737 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7738
7739 * ibuffer.el (define-ibuffer-column filename):
7740 If `dired-directory' is a list, use its car.
7741
7742 2005-05-14 Richard M. Stallman <rms@gnu.org>
7743
7744 * subr.el (symbol-file): Doc fix.
7745
7746 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7747 (byte-compile-form): Call byte-compile-nogroup-warn.
7748 (byte-compile-warning-types): Doc fix.
7749
7750 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7751
7752 * progmodes/cc-engine.el (c-literal-faces):
7753 Add font-lock-comment-delimiter-face.
7754
7755 * net/net-utils.el (dig): Use with-no-warnings.
7756
7757 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7758 (sc-recite-frame-alist, sc-default-cite-frame)
7759 (sc-default-uncite-frame, sc-default-recite-frame)
7760 (sc-attrib-selection-list, sc-rewrite-header-list):
7761 Mark as risky-local-variable.
7762
7763 * international/ogonek.el (ogonek-jak, ogonek-how):
7764 Don't use beginning-of-buffer.
7765
7766 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7767
7768 * calendar/solar.el (solar-data-list): Move definition up.
7769
7770 * dnd.el (dnd-protocol-alist): Add autoload.
7771
7772 * progmodes/sh-script.el: Many doc usage fixes.
7773 (sh-indent-after-do): Change default to match common styles.
7774
7775 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7776
7777 * files.el (interpreter-mode-alist)
7778 (auto-mode-interpreter-regexp): Doc fixes.
7779
7780 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7781
7782 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7783
7784 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7785
7786 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7787
7788 * dired.el (dired-mode): make-variable-buffer-local =>
7789 make-local-variable.
7790
7791 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7792
7793 * term/mac-win.el (mac-select-convert-to-string): Try coding
7794 systems in mac-script-code-coding-systems if specified one cannot
7795 encode string for `com.apple.traditional-mac-plain-text'.
7796
7797 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7798
7799 * progmodes/make-mode.el (makefile-targets-face)
7800 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7801 (makefile-dependency-regex): Fix it to not make the colon in
7802 $(var:a=b) special.
7803 (makefile-rule-action-regex): New regexp for highlighting embedded
7804 Shell strings.
7805 (makefile-macroassign-regex): Handle != for highlighting as
7806 embedded Shell strings.
7807 (makefile-var-use-regex): New const.
7808 (makefile-statements, makefile-automake-statements)
7809 (makefile-gmake-statements, makefile-makepp-statements)
7810 (makefile-bsdmake-statements): New consts.
7811 (makefile-make-font-lock-keywords): New function.
7812 (makefile-automake-font-lock-keywords)
7813 (makefile-gmake-font-lock-keywords)
7814 (makefile-makepp-font-lock-keywords)
7815 (makefile-bsdmake-font-lock-keywords): New consts.
7816 (makefile-mode-map): Add switchers between the various submodes.
7817 (makefile-mode): Document the availability of the variants.
7818 (makefile-automake-mode, makefile-gmake-mode)
7819 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7820
7821 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7822 new variants of makefile-mode.
7823
7824 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7827 the inheritance.
7828
7829 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7830
7831 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7832 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7833
7834 * files.el (normal-mode): Extend the scope of the
7835 `enable-local-variables' binding to include the `set-auto-mode' call.
7836 (magic-mode-alist): Doc fix.
7837
7838 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7839
7840 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7841 font-lock-comment-face rather than copying its setting.
7842
7843 2005-05-12 Andreas Schwab <schwab@suse.de>
7844
7845 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7846
7847 2005-05-12 Lute Kamstra <lute@gnu.org>
7848
7849 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7850 defcustom for the mode hook variable. Delete the last argument.
7851 * generic-x.el: Fix callers of define-generic-mode.
7852 (generic-x-modes): Delete group.
7853 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7854 generic-x customization group.
7855
7856 2005-05-12 Kim F. Storm <storm@cua.dk>
7857
7858 * font-lock.el (font-lock-negation-char-face): Default to "off".
7859
7860 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7861 font-lock-negation-char-face to ! in !=.
7862
7863 2005-05-12 Masatake YAMATO <jet@gyve.org>
7864
7865 * add-log.el (find-change-log): Fix typos in the docstring
7866 of function.
7867
7868 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7869
7870 * international/latexenc.el (latexenc-find-file-coding-system):
7871 Avoid `re-search-forward' when looking for input encoding because
7872 of speed and safety. Better regular expressions for recognizing
7873 input encoding. Limit a search for TeX-master/tex-main-file to
7874 the local variable section.
7875
7876 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
7877
7878 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7879 syntax of $ to "'" (quote).
7880
7881 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7882
7883 * dnd.el (dnd-protocol-alist): Improve custom type.
7884
7885 * dired.el (dired-dnd-protocol-alist): New variable.
7886 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
7887 `dired-mode-hook' to the end.
7888
7889 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7892 comment-end if comment-start-skip is not set.
7893 Obey the font-lock-comment-delimiter-face variables.
7894
7895 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * files.el (executable-find): Move from executable.el. Use
7898 locate-file.
7899 * progmodes/executable.el (executable-find): Move to files.el.
7900
7901 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7902 when trying to ensure forward progress.
7903
7904 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
7905
7906 * mouse-sel.el (mouse-sel-follow-link-p): New function.
7907 (mouse-select, mouse-select-internal, mouse-extend-internal):
7908 Use it to implement mouse-1-click-follows-link functionality.
7909
7910 2005-05-11 Richard M. Stallman <rms@gnu.org>
7911
7912 * font-lock.el (font-lock-fontify-syntactically-region):
7913 Use font-lock-comment-delimiter-face for comment delimiters.
7914
7915 2005-05-10 Jay Belanger <belanger@truman.edu>
7916
7917 * calc/calc-help.el (calc-m-prefix-help): Add mention of
7918 preserving embedded modes.
7919
7920 2005-05-10 Richard M. Stallman <rms@gnu.org>
7921
7922 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7923
7924 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7925 Move from ada-stmt.el.
7926 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7927
7928 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7929 Move to ada-mode.el.
7930 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7931
7932 * cus-edit.el (custom-file): Call file-chase-links.
7933
7934 * files.el (read-directory-name): Fix previous change.
7935 (hack-local-variables-confirm): New function.
7936 (hack-local-variables-prop-line, hack-local-variables)
7937 (hack-one-local-variable): Use it.
7938
7939 2005-05-10 Lute Kamstra <lute@gnu.org>
7940
7941 * font-lock.el (font-lock-keywords-alist)
7942 (font-lock-removed-keywords-alist): Clarify docstrings.
7943
7944 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
7945
7946 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
7947 (gdb-source-info): Check for preprocessor info.
7948 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
7949 a macro for a function.
7950 (gdb-info-breakpoints-custom): Try to find file again if not already
7951 found (user might have used GDB dir command).
7952 (gdb-get-location): Update gdb-location-alist correctly for change
7953 to gdb-info-breakpoints-custom.
7954
7955 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
7956 (gud-tooltip-print-command): Add gdbmi case.
7957 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
7958 preprocessor info.
7959
7960 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7961
7962 * startup.el (fancy-splash-insert): Fix typo in doc string.
7963
7964 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7965
7966 * obsolete/float.el (string-to-float):
7967 * obsolete/hilit19.el (hilit-add-pattern):
7968 * obsolete/rnews.el (news-parse-range, news-select-message)
7969 (news-get-pruned-list-of-files): Replace `string-to-int' by
7970 `string-to-number'.
7971
7972 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
7973 `find-file-not-found-hooks'; use `add-hook'.
7974 (uncompress-while-visiting): Set `write-file-functions', not
7975 `write-file-hooks'; use `add-hook'.
7976
7977 2005-05-09 Kim F. Storm <storm@cua.dk>
7978
7979 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
7980 (cua-paste): Handle clipboard action.
7981 (cua--init-keymaps): Remap clipboard-kill-region and
7982 clipboard-kill-ring-save.
7983
7984 2005-05-08 Eli Zaretskii <eliz@gnu.org>
7985
7986 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7987 Improve commentary.
7988
7989 * simple.el (next-error-overlay-arrow-position): Revert the change
7990 made on 2005-04-30.
7991
7992 2005-05-07 Jay Belanger <belanger@truman.edu>
7993
7994 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
7995 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
7996 `calc-sel-reselect'.
7997
7998 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
7999 Calc is in embedded mode.
8000
8001 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8002
8003 * progmodes/compile.el (compilation-setup):
8004 Set overlay-arrow-string to an empty string on text terminals.
8005
8006 * textmodes/ispell.el (ispell-program-name): Try looking for
8007 "aspell" along exec-path, and if found, use it as the default
8008 speller program.
8009
8010 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8011
8012 * international/mule.el (sgml-xml-auto-coding-function):
8013 Recognize encoding='FOO' in single quotes as well as in double quotes.
8014
8015 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8016
8017 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8018 as well as `interactive', so that defmacro* would recognize
8019 `declare' forms.
8020
8021 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8022
8023 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8024 Explain more about the LIGHTER arg's usage in the doc string.
8025 Add commentary to clarify what the code does. Fix the regexp that
8026 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8027 since it could have characters special to regular expressions.
8028
8029 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8030
8031 * replace.el (occur-1): Bind inhibit-read-only so that
8032 erase-buffer doesn't barf on read-only text properties (likewise
8033 for add-text-properties in occur-engine). Mark buffer as unmodified.
8034 (occur-engine): Don't set buffer-read-only here.
8035
8036 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8039 list-buffers-directory. This caused the *cvs-commit* buffer to be
8040 sometimes mistakenly reused as a *cvs* buffer.
8041
8042 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8043
8044 * tooltip.el: Move code for GUD tooltips into gud.el.
8045 (require): CL no longer needed to compile case.
8046 (tooltip-mode): Do not toggle functions for GUD tooltips.
8047 (tooltip-gud-tips-p): Remove. Replace with minor mode
8048 gud-tooltip-mode in gud.el.
8049 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8050 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8051 tooltip-gud prefix with gud-tooltip and obsolete.
8052 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8053 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8054 (tooltip-mouse-motion): Mouse movement functions/variable.
8055 Rename in gud.el by adding gud prefix.
8056 (tooltip-gud-original-filter, tooltip-gud-dereference)
8057 (tooltip-gud-event, tooltip-toggle-gud-tips)
8058 (tooltip-gud-process-output, tooltip-gud-print-command)
8059 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8060 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8061 (gdb-tooltip-print): Move to gdb-ui.el.
8062
8063 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8064 (require): CL needed to compile case.
8065 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8066 tooltip-gud-tips-p. Make it a minor-mode.
8067 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8068 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8069 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8070 (gud-tooltip-change-major-mode)
8071 (gud-tooltip-activate-mouse-motions-if-enabled)
8072 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8073 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8074 (gud-tooltip-original-filter, gud-tooltip-dereference)
8075 (gud-tooltip-event, tooltip-toggle-gud-tips)
8076 (gud-tooltip-process-output, gud-tooltip-print-command)
8077 (gud-tooltip-tips): Move from tooltip.el.
8078
8079 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8080 (gdb-cpp-define-alist-flags): Doc fix.
8081 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8082 gud-tooltip-mode is t.
8083
8084 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8087 evaporate if their text is deleted.
8088 (goto-address-at-point): Make it work as a mouse binding as well.
8089 (goto-address-at-mouse): Obsolete it. Update users.
8090
8091 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8092
8093 * calendar/appt.el (top-level): No longer activate on load.
8094
8095 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8096
8097 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8098 * net/webjump.el (webjump):
8099 * progmodes/idlw-help.el (idlwave-do-context-help1)
8100 (idlwave-highlight-linked-completions):
8101 * textmodes/po.el (po-find-file-coding-system-guts):
8102 Replace `assoc-ignore-case' by `assoc-string'.
8103
8104 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8105
8106 * files.el (locate-file): Doc fix.
8107
8108 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8109 Remove the redundant test for ms-dos.
8110
8111 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8112 look for the preprocessor with exec-suffixes. If not found in
8113 standard places, look in exec-path. Remove most of the tests that
8114 used system-type.
8115
8116 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8117
8118 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8119
8120 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8121 file-name clash with jka-compr.el on 8+3 filesystems.
8122
8123 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8124
8125 * term/mac-win.el: Don't define or bind scroll bar functions if
8126 x-toolkit-scroll-bars is t.
8127 (x-select-text, x-get-selection-value): Clear
8128 x-last-selected-text-clipboard if x-select-enable-clipboard is
8129 nil.
8130 (PRIMARY): Put mac-scrap-name property.
8131 (mac-select-convert-to-file-url): New function.
8132 (public.file-url): New selection target type. Add to
8133 selection-converter-alist.
8134 (x-get-selection, x-selection-value): Handle it.
8135 (x-cut-buffer-or-selection-value): New alias.
8136
8137 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8138
8139 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8140 entry to avoid calling bibtex-find-entry with arg global
8141 being t. Remove arg key.
8142 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8143 (bibtex-copy-summary-as-kill): Change accordingly.
8144
8145 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8148 (org-agenda-date-later): Use with-current-buffer.
8149
8150 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8151
8152 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8153 (define-obsolete-variable-alias): Doc Fixes.
8154
8155 2005-05-06 Kim F. Storm <storm@cua.dk>
8156
8157 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8158 vertical-motion when selective-display is active.
8159
8160 * ido.el (ido-setup-hook): New hook.
8161 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8162 (ido-input-stack): New var.
8163 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8164 ido-next-work-file binding to M-O.
8165 Bind M-f to ido-wide-find-file-or-pop-dir.
8166 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8167 (ido-read-internal): Run ido-setup-hook.
8168 Catch quit in read-file-name and read-string to cancel edit.
8169 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8170 Automatically pop-all when completing a directory name (RET).
8171 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8172 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8173 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8174 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8175 New functions for M-b/M-f to move among the directory components.
8176 (ido-make-merged-file-list): Catch quit to cancel merge.
8177 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8178 (ido-completion-help): No warnings for ido-completion-buffer-full.
8179
8180 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8181
8182 * font-lock.el (font-lock-negation-char-face): New face and variable.
8183 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8184 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8185 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8186 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8187
8188 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8189
8190 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8191 Fix typo in docstring.
8192
8193 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8194 (ebrowse-print-statistics-line)
8195 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8196
8197 * term/w32-win.el (image-library-alist): Add additional name for
8198 Xpm library.
8199
8200 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8201
8202 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8203 use gcc instead of cpp.
8204
8205 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8206 (gdb-create-define-alist): Use it.
8207 (gdb-cpp-define-alist-program): Update for MS-DOS.
8208
8209 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8210
8211 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8212
8213 2005-05-04 Richard M. Stallman <rms@gnu.org>
8214
8215 * help.el (describe-key): No error when UNTRANSLATED is nil.
8216
8217 * simple.el (line-move-1): Fix previous change to signal errors
8218 appropriately.
8219
8220 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8221
8222 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8223 (icalendar-duration-correction): Remove.
8224 (icalendar--get-event-properties): Split result at commas.
8225 (icalendar--decode-isoduration): New optional argument
8226 DURATION-CORRECTION.
8227 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8228 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8229 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8230 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8231 (icalendar--convert-anniversary-to-ical): New functions, extracted
8232 from icalendar-export-region, with bug fixes.
8233 (icalendar-export-region): Use the above functions.
8234 (icalendar-import-buffer): Check before saving diary file.
8235 (icalendar--convert-recurring-to-diary)
8236 (icalendar--convert-non-recurring-all-day-to-diary)
8237 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8238 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8239 (icalendar--convert-ical-to-diary): Use the above functions.
8240
8241 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8242
8243 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8244 Remove these recent additions.
8245 (c-mode): Restore to before 2005-04-28.
8246
8247 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8248 recent addition.
8249
8250 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8251 (gdb-define-alist): New variables.
8252 (gdb-create-define-alist): New function.
8253 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8254 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8255 with string-to-number.
8256 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8257
8258 * progmodes/gud.el: Replace string-to-int with string-to-number.
8259 (gud-find-file): Handle gdb-define-alist.
8260
8261 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8262
8263 2005-05-02 Jay Belanger <belanger@truman.edu>
8264
8265 * calc/calc-aent.el (math-read-token):
8266 * calc/calc-bin.el (calc-word-size):
8267 * calc/calc-ext.el (calc-read-number-fancy):
8268 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8269 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8270 * calc/calc-frac.el (calc-over-notation):
8271 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8272 (calc-graph-num-points, calc-graph-init):
8273 * calc/calc-prog.el (calc-read-parse-table-part)
8274 (calc-edit-macro-repeats):
8275 * calc/calc-yank.el (calc-do-grab-rectangle):
8276 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8277 Replace `string-to-int' by `string-to-number'.
8278
8279 2005-05-02 Kim F. Storm <storm@cua.dk>
8280
8281 * kmacro.el: Use executing-kbd-macro-index variable.
8282
8283 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8284
8285 * net/rlogin.el (rlogin-parse-words): Delete func.
8286 (rlogin): Use split-string, not rlogin-parse-words.
8287 Also, if there are option-like elements in the parsed args,
8288 take the host to be the first arg immediately following them.
8289 Suggested by Michael Mauger.
8290
8291 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8292
8293 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8294
8295 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8296
8297 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8298 (cc-mode-cpp-program): Rename to cc-define-list-program and
8299 move to cc-vars.el.
8300
8301 * progmodes/cc-vars.el (cc-define-list-program):
8302 Change to "gcc -E -dM -". Make customizable.
8303
8304 2005-05-02 Kim F. Storm <storm@cua.dk>
8305
8306 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8307
8308 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8309
8310 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8311
8312 * international/mule-util.el (truncate-string): Remove alias and
8313 obsolete declaration.
8314
8315 * international/mule-cmds.el (update-iso-coding-systems):
8316 Remove alias and obsolete declaration.
8317
8318 * international/mule.el (coding-system-parent): Remove alias and
8319 obsolete declaration.
8320
8321 * subr.el (define-function, sref): Remove aliases and obsolete
8322 declarations.
8323 (chars-in-region): Remove obsolete declaration.
8324
8325 2005-05-01 Richard M. Stallman <rms@gnu.org>
8326
8327 * info.el (Info-mode): Set widen-automatically to nil, locally.
8328
8329 * simple.el (widen-automatically): New variable.
8330 (pop-global-mark): Obey widen-automatically.
8331
8332 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8333
8334 * term/xterm.el (function-key-map): Call substitute-key-definition
8335 before the keymap size is increased by a lot of define-key calls.
8336
8337 2005-05-01 Richard M. Stallman <rms@gnu.org>
8338
8339 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8340 Rename ARG to ELEMENT. Doc fix.
8341
8342 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8345 Remove references to allout-exposure/change to allout-new-exposure.
8346
8347 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8348 bytecode symbols.
8349
8350 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8351 (compiled-function-p, focus-frame, unfocus-frame):
8352 Remove aliases and obsolete declarations.
8353 Back out inadvertent changes from previous commit.
8354
8355 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8356
8357 * files.el (require-final-newline): Make Custom tags consistent
8358 with mode-require-final-newline.
8359 (mode-require-final-newline): Doc fix.
8360
8361 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * international/latexenc.el (latexenc-find-file-coding-system):
8364 Fix regular expressions.
8365
8366 2005-05-01 David Kastrup <dak@gnu.org>
8367
8368 * international/latexenc.el (latexenc-find-file-coding-system):
8369 Fix regular expressions.
8370
8371 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8372
8373 * subr.el (string-to-int): Make obsolete.
8374
8375 2005-04-30 Richard M. Stallman <rms@gnu.org>
8376
8377 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8378
8379 * loadup.el: load jka-comp-hook.
8380
8381 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8382 (jka-compr-handler): Add autoload. `put' calls moved
8383 to jka-comp-hook.el.
8384 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8385 (jka-compr-inhibit): Autoload.
8386
8387 * jka-comp-hook.el: New file.
8388 Enable the mode by default.
8389
8390 * files.el (backup-buffer-copy): Use copy-file instead
8391 of write-region, and put back the 'excl.
8392
8393 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8394
8395 * progmodes/flymake.el (flymake-split-string)
8396 (flymake-split-string, flymake-log, flymake-pid-to-names)
8397 (flymake-reg-names, flymake-get-source-buffer-name)
8398 (flymake-unreg-names, flymake-add-line-err-info)
8399 (flymake-add-err-info): Clarify docstrings.
8400 (flymake-popup-menu, flymake-make-emacs-menu)
8401 (flymake-make-xemacs-menu): Add docstrings.
8402 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8403 Set variables directly throughout.
8404
8405 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8406
8407 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8408 exists. Initialize cc-define-alist.
8409 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8410 If there is no file (Macroexpansion) don't create an alist.
8411
8412 2005-04-29 Sam Steingold <sds@gnu.org>
8413
8414 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8415 (cc-create-define-alist): Use it instead of the hard-coded string.
8416
8417 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8420 for latexenc.
8421
8422 2005-04-29 Lute Kamstra <lute@gnu.org>
8423
8424 * emacs-lisp/generic.el: Improve commentary section.
8425 (define-generic-mode): Improve docstring.
8426
8427 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8428
8429 * textmodes/org.el (many places): Change to quiet the byte compiler.
8430 (org-prefix-format-compiled): New variable.
8431 (org-compile-prefix-format): New function.
8432 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8433 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8434 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8435 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8436 consistency with entries from `org-mode' files.
8437 (org-get-time-of-day): Fix bug with partial matches early in a line.
8438 (org-non-link-chars): New constant.
8439 (org-link-regexp): Respect `org-non-link-chars'.
8440 (org-agenda-day-view): Remove command.
8441 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8442 (org-follow-bbdb-link, org-store-link): Search also company field.
8443 (org-highlight-overlay): New variable.
8444 (org-highlight, org-unhighlight): New functions.
8445 (org-agenda-mode): Add pre-command-hook to remove highlight.
8446 (org-evaluate-time-range): Behavior depends upon whether time stamp
8447 contains a time or not.
8448 (org-show-subtree, org-show-entry): New functions.
8449 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8450
8451 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8452
8453 * comint.el (comint-output-filter-functions): Add autoload cookie.
8454
8455 2005-04-28 Kim F. Storm <storm@cua.dk>
8456
8457 * ido.el (ido-everywhere): Fix last change.
8458
8459 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8460
8461 * international/latexenc.el: New file.
8462 * international/mule-conf.el (file-coding-system-alist): For .tex,
8463 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8464
8465 2005-04-28 Lute Kamstra <lute@gnu.org>
8466
8467 * font-lock.el (font-lock-add-keywords)
8468 (font-lock-remove-keywords): Clarify docstring.
8469 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8470 Don't start docstrings with a `*'.
8471 (font-lock-update-removed-keyword-alist): Give it a docstring.
8472
8473 * generic-x.el: Update commentary section.
8474 Only require font-lock when compiling.
8475 Define all modes conditionally.
8476 Place all generic modes in the generic-x-modes customization group.
8477 (generic-x-modes): New customization group.
8478 (generic-default-modes, generic-mswindows-modes)
8479 (generic-unix-modes, generic-other-modes): New constants.
8480 (generic-define-mswindows-modes, generic-define-unix-modes):
8481 Update docstrings. Make them obsolete.
8482 (generic-extras-enable-list): New default value. Update docstring.
8483 Improve :type. Change :set function.
8484 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8485 Fix docstring.
8486
8487 * emacs-lisp/generic.el (generic-mode-internal):
8488 Simplify font-lock-defaults.
8489 (define-generic-mode): Fix docstring.
8490
8491 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8494 font-lock-face property to highlight matches.
8495
8496 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8497
8498 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8499 (cc-define-alist): New variable.
8500 (c-mode): Make it local and initialize it.
8501
8502 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8503 (gdb-exited): New function.
8504 (gdb-annotation-rules): Use it.
8505 (gdb-starting): Set gdb-active-process to t.
8506 (gdb-stopping): Amend doc string.
8507 (gdb-reset): Set gdb-active-process to nil.
8508
8509 * tooltip.el (tooltip-gud-tips): Show the associated #define
8510 directives when a C program under GDB is not executing.
8511
8512 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8515 font-lock-fontify-syntactic-keywords.
8516
8517 * font-lock.el (font-lock-default-fontify-region): Don't force
8518 parse-sexp-lookup-properties to nil.
8519
8520 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8521
8522 * man.el (man-mode-syntax-table): Set up `:' to have
8523 word-constituent syntax.
8524
8525 2005-04-27 Lute Kamstra <lute@gnu.org>
8526
8527 * novice.el (disable-command): Don't add spurious newlines to the
8528 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8529
8530 2005-04-26 Jay Belanger <belanger@truman.edu>
8531
8532 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8533 than one window before deleting window.
8534
8535 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8536
8537 * shell.el (shell-prompt-pattern): Doc fix.
8538 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8539
8540 * comint.el (comint-prompt-regexp, comint-get-old-input)
8541 (comint-use-prompt-regexp)
8542 (comint-use-prompt-regexp-instead-of-fields)
8543 (comint-replace-by-expanded-history, comint-send-input)
8544 (comint-output-filter, comint-get-old-input-default)
8545 (comint-line-beginning-position, comint-bol, comint-show-output)
8546 (comint-backward-matching-input, comint-forward-matching-input)
8547 (comint-next-prompt, comint-previous-prompt):
8548 Rename `comint-use-prompt-regexp-instead-of-fields' to
8549 `comint-use-prompt-regexp'. Keep old name as alias and declare
8550 obsolete.
8551 (comint-use-prompt-regexp): Shorten first line of doc string.
8552
8553 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8554 Set paragraph-separate buffer locally to "\\'".
8555
8556 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8557 Adapt to above name change.
8558
8559 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8560 (smbclient-prompt-regexp): Ditto.
8561
8562 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8563
8564 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8565
8566 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8567 gdb-location-list.
8568 Break lines that are over 80 characters wide.
8569
8570 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8571
8572 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8573 New fun and var, to preserve compatibility.
8574
8575 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8576
8577 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8578
8579 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8580 name to file-newer-than-file-p.
8581
8582 2005-04-26 Richard M. Stallman <rms@gnu.org>
8583
8584 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8585
8586 * progmodes/python.el (python-mode):
8587 Use new name eldoc-documentation-function.
8588
8589 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8590
8591 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8592 (eldoc-documentation-function):
8593 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8594
8595 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8596
8597 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8598
8599 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8600
8601 * term/xterm.el (function-key-map): Fix strings for
8602 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8603 {C,S,A,C-S}-{f1-f12}.
8604
8605 2005-04-26 Kenichi Handa <handa@m17n.org>
8606
8607 * international/mule-cmds.el (select-safe-coding-system):
8608 Fix previous change.
8609
8610 2005-04-26 Lute Kamstra <lute@gnu.org>
8611
8612 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8613
8614 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8615 (font-lock-comment-delimiter-face): Ditto.
8616
8617 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8618
8619 2005-04-25 Jay Belanger <belanger@truman.edu>
8620
8621 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8622 to t while inserting information; use help-mode.
8623
8624 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8625
8626 * term.el (ansi-term-color-vector): Use the xterm colors.
8627 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8628
8629 2005-04-25 Lute Kamstra <lute@gnu.org>
8630
8631 * font-core.el (font-lock-defaults): Fix docstring.
8632
8633 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8634
8635 2005-04-25 Kenichi Handa <handa@m17n.org>
8636
8637 * international/mule-cmds.el (select-safe-coding-system):
8638 Don't check consistency with coding: spec, etc if raw-text or
8639 no-conversion was found to be safe.
8640
8641 2005-04-24 Richard M. Stallman <rms@gnu.org>
8642
8643 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8644 citation markers at start of each line.
8645
8646 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8647 citation markers at start of each line.
8648
8649 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8650
8651 * files.el (mode-require-final-newline): Fix previous change.
8652 (require-final-newline): Fix type label.
8653
8654 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8655
8656 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8657 statement in buffer (broken by 2004-11-24 change).
8658
8659 2005-04-24 Kim F. Storm <storm@cua.dk>
8660
8661 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8662 and read-file-name-function values. Don't overwrite existing
8663 non-nil values if ido-mode is enabled without ido-everywhere.
8664
8665 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8666
8667 * files.el (mode-require-final-newline): Minor doc fix.
8668
8669 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8670
8671 * subr.el (syntax-after): Doc fix.
8672 (syntax-class): If argument is nil, return nil. Mask off upper 16
8673 bits, not 8 bits.
8674
8675 * files.el (mode-require-final-newline): Doc fix.
8676 (backup-buffer-copy): Fix last change.
8677
8678 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8679
8680 * term/mac-win.el: Require select. Set selection-coding-system to
8681 mac-system-coding-system. Call menu-bar-enable-clipboard.
8682 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8683 (x-select-enable-clipboard): New variables.
8684 (x-select-text, x-get-selection, x-selection-value)
8685 (x-get-selection-value, mac-select-convert-to-string)
8686 (mac-services-open-file, mac-services-open-selection)
8687 (mac-services-insert-text): New functions.
8688 (CLIPBOARD, FIND): Put mac-scrap-name property.
8689 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8690 (public.tiff): Put mac-ostype property.
8691 (selection-converter-alist): Add entries for them.
8692 (mac-application-menu-map): New keymap.
8693 (interprogram-cut-function, interprogram-paste-function): Set to
8694 x-select-text and x-get-selection-value, respectively.
8695 (split-window-keep-point): Set to t.
8696
8697 2005-04-23 Richard M. Stallman <rms@gnu.org>
8698
8699 * files.el (read-directory-name): Always pass non-nil
8700 DEFAULT-FILENAME arg to read-file-name.
8701 (backup-buffer-copy, basic-save-buffer-2): Take care against
8702 writing thru an unexpected existing symlink.
8703 (revert-buffer): In indirect buffer, revert the base buffer.
8704 (magic-mode-alist): Doc fix.
8705 (buffer-stale-function): Doc fix.
8706 (minibuffer-with-setup-hook): Avoid warning.
8707 (mode-require-final-newline): Doc and custom fix.
8708
8709 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8710
8711 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8712 use the default appearance.
8713 (font-lock-comment-delimiter-face): New face, new variable.
8714
8715 * imenu.el (imenu--generic-function): The official position of a
8716 definition is the start of the line that BEG is in.
8717
8718 * midnight.el (midnight-timer): Move defvar up.
8719
8720 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8721
8722 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8723
8724 * startup.el (command-line): Use with-no-warnings.
8725
8726 * window.el (window-size-fixed): New defvar.
8727
8728 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8729
8730 * mail/rmail.el (rmail-font-lock-keywords):
8731 Use font-lock-comment-delimiter-face.
8732
8733 * mail/sendmail.el (mail-font-lock-keywords):
8734 Use font-lock-comment-delimiter-face.
8735
8736 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8737
8738 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8739
8740 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8741 Specify t for LAXMATCH when matching directories.
8742 Save match data around compilation-compat-error-properties form.
8743
8744 2005-04-23 David Kastrup <dak@gnu.org>
8745
8746 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8747 Mention that the autoloaded aliases should be kept for AUCTeX.
8748
8749 2005-04-23 Andreas Schwab <schwab@suse.de>
8750
8751 * isearch.el (isearch-forward): Doc fix.
8752
8753 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8754
8755 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8756 (jit-lock-stealth-nice): Change default value to 0.5.
8757
8758 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8759
8760 * abbrev.el (write-abbrev-file): Write table entries in
8761 alphabetical order by table name.
8762
8763 2005-04-22 Kim F. Storm <storm@cua.dk>
8764
8765 * ido.el (ido-read-internal): Fix `list' completion.
8766
8767 2005-04-22 Kenichi Handa <handa@m17n.org>
8768
8769 * recentf.el (recentf-save-file-coding-system): New variable.
8770 (recentf-save-list): Encode the file by
8771 recentf-save-file-coding-system and add coding: tag.
8772
8773 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8774
8775 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8776
8777 2005-04-21 Lute Kamstra <lute@gnu.org>
8778
8779 * loadhist.el (unload-feature): Don't remove a function from hooks
8780 if it is about to be restored to an autoload . Remove functions
8781 that will become unbound from auto-mode-alist. Simplify the code.
8782
8783 * subr.el (assq-delete-all): New implementation that is linear,
8784 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8785 (rassq-delete-all): New function.
8786
8787 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8788 Add size-indication-mode.
8789
8790 2005-04-21 Kenichi Handa <handa@m17n.org>
8791
8792 * international/mule-cmds.el: Add autoload for widget-value in
8793 eval-when-compile.
8794
8795 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8796
8797 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8798 Add tooltip-mode.
8799
8800 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8801
8802 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8803
8804 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8805 (inferior-lisp-filter-regexp, inferior-lisp-program)
8806 (inferior-lisp-load-command, inferior-lisp-prompt)
8807 (inferior-lisp-mode-hook, lisp-source-modes)
8808 (inferior-lisp-load-hook): defvar->defcustom.
8809 (inferior-lisp-program, inferior-lisp-prompt)
8810 (inferior-lisp-load-hook): Doc fixes.
8811 (inferior-lisp-install-letter-bindings): Small change in
8812 introductory comment.
8813
8814 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8815
8816 * vc.el (vc-annotate-color-map): Change some colors so that text
8817 using them as foreground is readable on both white and black
8818 backgrounds.
8819
8820 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * international/mule-conf.el (translation-table-for-input):
8823 Remove redundant declaration.
8824
8825 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8826
8827 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8828
8829 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8830 (tooltip-toggle-gud-tips): New function.
8831
8832 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8833
8834 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8835 right angle brackets.
8836
8837 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8838
8839 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8840
8841 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8842
8843 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8844 Remove. Update callers to use expand-file-name instead.
8845
8846 * subr.el (syntax-class): New function.
8847
8848 * simple.el (blink-matching-open): Use it.
8849
8850 * paren.el (show-paren-function): Use it to recognize parens that are
8851 also used in 2-char comment markers.
8852
8853 2005-04-19 Lute Kamstra <lute@gnu.org>
8854
8855 * loadhist.el (unload-feature): Update for new format of
8856 load-history. Simplify the code.
8857
8858 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8859
8860 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8861 (mac-add-charset-info): New function. Initialize variable
8862 mac-charset-info-alist using it.
8863 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8864 for translation.
8865 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8866 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8867 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8868 New CCL programs.
8869
8870 2005-04-19 Kim F. Storm <storm@cua.dk>
8871
8872 * simple.el (next-buffer, prev-buffer, next-error)
8873 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8874 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8875
8876 * bindings.el (next-buffer, prev-buffer, next-error)
8877 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8878 (clone-indirect-buffer-other-window): Move bindings from simple.el.
8879 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8880 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8881
8882 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * isearch.el (isearch-edit-string): Make the search-ring available for
8885 minibuffer history commands.
8886 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8887 the default history commands now work just as well.
8888 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8889
8890 2005-04-18 Kim F. Storm <storm@cua.dk>
8891
8892 * emulation/cua-base.el (cua--pre-command-handler): Add more
8893 elaborate check for shift modifier on non-window systems.
8894
8895 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8896
8897 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8898
8899 2005-04-18 Kim F. Storm <storm@cua.dk>
8900
8901 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8902 and make it optional. Don't test tooltip-gud-echo-area here.
8903 (tooltip-gud-process-output, gdb-tooltip-print):
8904 Pass tooltip-gud-echo-area to tooltip-show.
8905 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8906
8907 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8908
8909 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8910 `display-graphic-p' may not be bound yet.
8911
8912 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8913
8914 * startup.el (command-line): No longer enable Xterm Mouse mode by
8915 default in terminals compatible with xterm.
8916
8917 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8918
8919 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8920
8921 * tooltip.el (tooltip-gud-echo-area): Rename from
8922 tooltip-use-echo-area.
8923 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8924 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8925 area independently of where help tooltips are displayed.
8926
8927 2005-04-17 David Kastrup <dak@gnu.org>
8928
8929 * cus-theme.el (custom-theme-write-variables): Quote variables
8930 where necessary.
8931
8932 2005-04-17 Richard M. Stallman <rms@gnu.org>
8933
8934 * simple.el (yank-excluded-properties): Add follow-link to value.
8935
8936 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
8937
8938 * startup.el (fancy-splash-max-time): Just 30 seconds.
8939 (fancy-splash-delay): Just 7.
8940 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8941
8942 * loadhist.el (unload-feature): Update for new format of load-history.
8943 Simplify the code.
8944
8945 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
8946 (rmail-font-lock-keywords): Don't fontify the text of a citation.
8947
8948 * mail/sendmail.el (mail-font-lock-keywords):
8949 Don't fontify subject text.
8950 Don't fontify the text of a citation.
8951
8952 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
8953
8954 * comint.el (comint-output-filter): Run comint-output-filter-functions
8955 with point where the user had it.
8956
8957 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * international/ucs-tables.el (ucs-set-table-for-input):
8960 Disable when using unify-on-decoding.
8961
8962 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
8963
8964 * emulation/cua-base.el (cua-global-mark-face): Add special case
8965 for displays supporting a high number of colors.
8966
8967 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8968
8969 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
8970
8971 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
8972
8973 * filesets.el (filesets-add-buffer): If user supplies a name of a
8974 non-existing fileset, create a new fileset.
8975
8976 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
8977
8978 * textmodes/org.el (org-up-heading-all): Fix bug with
8979 `outline-up-heading-all'.
8980
8981 2005-04-16 Andreas Schwab <schwab@suse.de>
8982
8983 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
8984 /etc/permissions.d/* and /etc/aliases.d/*.
8985
8986 2005-04-16 Kenichi Handa <handa@m17n.org>
8987
8988 * international/code-pages.el (cp-make-coding-system):
8989 Set `translation-table-for-input' property value to the symbol
8990 ucs-mule-to-mule-unicode, not to that value.
8991 (pt154): Escape guillemet by `\'.
8992
8993 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
8994
8995 * loadup.el: Load tooltip if x-show-tip is fboundp.
8996
8997 * startup.el (command-line): Add comment.
8998
8999 * tooltip.el (tooltip-mode): Specify correct standard value for
9000 Custom in init-value.
9001
9002 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9003
9004 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9005 possible.
9006
9007 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9008
9009 * textmodes/org.el (org-agenda-date-prompt): Rename from
9010 `org-agenda-date-today'.
9011 (org-evaluate-time-range): Insert at point instead of directly
9012 after time range.
9013 (org-first-headline-recenter, org-subtree-end-visible-p)
9014 (org-optimize-window-after-visibility-change): New functions
9015 (org-agenda-post-command-hook): Don't allow point at end of line,
9016 to make sure it always hits the text properties.
9017 (org-agenda-next-date-line, org-agenda-previous-date-line):
9018 New commands.
9019 (org-set-regexps-and-options): Category may contain white space.
9020 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9021 Improve marker positions.
9022 (org-agenda-new-marker): Argument POS made optional.
9023 (org-agenda-get-timestamps): Deadlines which are done are listed
9024 in org-done-face now.
9025 (org-agenda-get-todos, org-agenda-get-timestamps)
9026 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9027 Set `undone-face' and `done-face' properties.
9028 (org-last-todo-state-is-todo): New variable.
9029 (org-todo): Set `org-last-todo-state-is-todo'.
9030 (org-agenda-todo): Change face according to
9031 `org-last-todo-state-is-todo'. And change other lines referring to
9032 the same entry.
9033 (org-calendar-goto-agenda): New command.
9034 (org-calendar-to-agenda-key): New option.
9035 (org-startup-folded): New allowed value `content'.
9036 (org-set-regexps-and-options): Accept new value `content' for
9037 `org-startup-folded'.
9038 (org-get-current-options): Handle new value `content' for
9039 `org-startup-folded'.
9040 (org-insert-todo-heading): New command.
9041 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9042 interactively in empty file and option
9043 `org-insert-mode-line-in-empty-file' has been set.
9044 (org-agenda-todo,org-agenda-priority): Modify to use
9045 `org-agenda-change-all-lines'.
9046 (org-warning-face): Change color on dark background
9047
9048 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9049
9050 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9051 use preferences AppleLocale and AppleLanguages, and variable
9052 mac-system-locale for default locale. On Mac OS Classic, use
9053 mac-system-coding-system for default coding systems.
9054
9055 * term/mac-win.el: Don't set file-name-coding-system.
9056 Decode variables system-name, emacs-build-system, user-login-name, and
9057 user-full-name by mac-system-coding-system on Mac OS Classic.
9058 (mac-system-coding-system): New variable.
9059
9060 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9061
9062 * startup.el (command-line): Handle `xterm-mouse-mode' before
9063 reading init file.
9064
9065 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9066
9067 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9068
9069 * progmodes/sh-script.el (sh-here-document-word): Make it a
9070 defcustom. Doc fix.
9071 (sh-add): Bash uses $(( )) for arithmetic.
9072 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9073 (sh-maybe-here-document): Remove quotes and leading whitespace
9074 from heredoc word when closing. Indent heredoc with tabs if word
9075 starts with "-".
9076
9077 2005-04-13 Richard M. Stallman <rms@gnu.org>
9078
9079 * simple.el (undo): Fix previous change.
9080
9081 * custom.el (defface): Doc fix.
9082
9083 2005-04-13 Lute Kamstra <lute@gnu.org>
9084
9085 * Makefile.in (DONTCOMPILE): Remove list.
9086 (compile, compile-always): Don't use DONTCOMPILE.
9087 (update-authors): Load the library in which batch-update-authors
9088 is defined.
9089 * makefile.w32-in (DONTCOMPILE): Remove list.
9090 (compile, compile-always): Fix comments.
9091 (update-authors): Load the library in which batch-update-authors
9092 is defined.
9093
9094 * generic-x.el (generic-mode-ini-file-find-file-hook):
9095 Rename to ini-generic-mode-find-file-hook.
9096 Keep generic-mode-ini-file-find-file-hook as an alias.
9097 (ini-generic-mode-find-file-hook): Rename from
9098 generic-mode-ini-file-find-file-hook. Fix docstring.
9099 (ini-generic-mode): Docstring change.
9100 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9101
9102 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9103 called from lisp.
9104
9105 * generic.el: Move to the emacs-lisp subdir.
9106
9107 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9108
9109 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9110 and C-S- function and cursor motion keys.
9111
9112 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9113
9114 * startup.el (command-line): Enable Xterm Mouse mode by default.
9115 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9116 for Custom. No longer show "Mouse" in mode line when enabled.
9117 Doc fix.
9118
9119 2005-04-12 Kim F. Storm <storm@cua.dk>
9120
9121 * emulation/cua-base.el (cua-rectangle-face)
9122 (cua-rectangle-noselect-face): Define face attributes here.
9123
9124 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9125
9126 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9127
9128 * startup.el (command-line): Turn off blinking cursor if
9129 cursorBlink in resources is off or false.
9130
9131 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9132
9133 * term/mac-win.el (dnd): Require dnd.
9134 (mac-drag-n-drop): Call dnd-handle-one-url.
9135 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9136 (kTextEncodingISOLatin2): Remove constants.
9137 (mac-script-code-coding-systems): New constant.
9138 (mac-handle-language-change): New function.
9139 (special-event-map): Bind it to `language-change' event.
9140 (mac-centraleurroman, mac-cyrillic): New coding systems.
9141 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9142 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9143 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9144 encode-mac-cyrillic, respectively.
9145
9146 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9147
9148 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9149 Don't set overlay-arrow-string to "=>" as this is done
9150 globally in C now.
9151
9152 2005-04-12 Lute Kamstra <lute@gnu.org>
9153
9154 * generic-x.el (rc-generic-mode, rul-generic-mode):
9155 Fix auto-mode-alist entries.
9156 (etc-fstab-generic-mode): Tweak fontification.
9157
9158 * generic.el (generic-make-keywords-list): Fix docstring.
9159 (generic-mode-internal): Simplify generic-font-lock-keywords.
9160
9161 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9162
9163 * whitespace.el (whitespace-buffer-leading)
9164 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9165 However, fix the highlight area for the leading and
9166 trailing whitespaces to show space.
9167
9168 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9169
9170 * whitespace.el (whitespace-version): Bump to 3.5
9171
9172 (whitespace-buffer-leading, whitespace-buffer-trailing):
9173 Invert sense of the test to highlight the whitespace.
9174
9175 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9176
9177 * progmodes/gud.el (gud-display-line): GUD uses its own
9178 overlay arrow now so don't set overlay-arrow-string.
9179 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9180
9181 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9182
9183 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9184 (term-ansi-current-reverse, term-ansi-current-invisible)
9185 (term-ansi-face-already-done): Change to boolean.
9186 (term-reset-terminal, term-handle-colors-array): Handle the above
9187 vars accordingly.
9188 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9189 (term-emulate-terminal): Use the new name.
9190
9191 * faces.el (secondary-selection): Use yellow1, not yellow.
9192 (trailing-whitespace): Use red1, not red.
9193
9194 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9195
9196 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9197 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9198 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9199
9200 * cus-edit.el (dnd): New group.
9201
9202 * term/w32-win.el (dnd): Require dnd
9203 (w32-drag-n-drop): Call dnd-handle-one-url.
9204
9205 * x-dnd.el: Require dnd.
9206 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9207 Call dnd-handle-one-url.
9208 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9209 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9210 to dnd-insert-text.
9211 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9212 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9213 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9214 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9215
9216 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9217
9218 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9219
9220 * wdired.el: Doc fixes.
9221 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9222 (wdired-use-dired-vertical-movement): Rename from
9223 wdired-always-move-to-filename-beginning.
9224 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9225 (wdired-change-to-wdired-mode): Change mode name.
9226 (wdired-newline): Delete.
9227
9228 2005-04-11 Richard M. Stallman <rms@gnu.org>
9229
9230 * whitespace.el (whitespace-highlight-the-space):
9231 Don't call whitespace-unhighlight-the-space here.
9232
9233 * simple.el (undo): Record t in undo-equiv-table
9234 for the redo record made by an undo-in-region.
9235
9236 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9237
9238 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9239 (gdb-frame-inferior-io-buffer): New Functions to control
9240 display of separate IO buffer.
9241 (menu): Add them to menu-bar.
9242 (gdb-display-buffer): Check for buffer another frame.
9243 Protect GUD buffer.
9244 (gdb-setup-windows): Create IO buffer if not already there.
9245 (gdb-memory-mode): Remove purecopy noops.
9246
9247 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9248
9249 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9250 and pass to self-insert-command.
9251
9252 2005-04-11 Lute Kamstra <lute@gnu.org>
9253
9254 * generic.el: Commentary section cleanup.
9255 (generic): Delete.
9256 (generic-use-find-file-hook, generic-lines-to-scan)
9257 (generic-find-file-regexp, generic-ignore-files-regexp)
9258 (default-generic-mode, generic-mode-find-file-hook)
9259 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9260 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9261 (generic-use-find-file-hook, generic-lines-to-scan)
9262 (generic-find-file-regexp, generic-ignore-files-regexp)
9263 (default-generic-mode, generic-mode-find-file-hook)
9264 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9265
9266 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9267
9268 * bookmark.el (bookmark-write-file): Catch errors writing file.
9269 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9270
9271 2005-04-10 Richard M. Stallman <rms@gnu.org>
9272
9273 * startup.el (fancy-splash-tail): Update copyright year.
9274 (command-line): Split part of -Q into -D.
9275 (emacs-basic-display): New defvar.
9276 (fancy-splash-text): Correct name of menu item.
9277
9278 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9279
9280 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9281 lines in one node.
9282
9283 * comint.el (comint-send-input): New arg ARTIFICIAL.
9284 Callers in this file changed.
9285
9286 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9287
9288 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9289
9290 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9291
9292 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9293 `ldap-search-internal'.
9294
9295 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * files.el (set-auto-mode-1): Use line-end-position.
9298
9299 * international/latin-1.el:
9300 * international/latin-2.el:
9301 * international/latin-3.el:
9302 * international/latin-4.el:
9303 * international/latin-5.el:
9304 * international/latin-8.el:
9305 * international/latin-9.el: Give punctuation syntax to NBSP.
9306
9307 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9308 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9309 Use char-classes to accept non-ascii letters, accepted in some recent
9310 bibtex implementations.
9311
9312 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9313
9314 * custom.el (custom-set-minor-mode): Any non-nil value for the
9315 variable should enable the mode when set through Custom.
9316
9317 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9320 TAB binding so tab-always-indent is obeyed.
9321 (vhdl-minibuffer-local-map): Move initialization into declaration.
9322 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9323 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9324 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9325 (vhdl-current-line): Use line-beginning-position.
9326 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9327 with-output-to-temp-buffer, so the current position can be recorded.
9328
9329 2005-04-10 Masatake YAMATO <jet@gyve.org>
9330
9331 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9332 Add regexp for gcov.
9333
9334 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9335
9336 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9337 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9338 syntax which Emacs 20 doesn't support.
9339
9340 2005-04-09 Richard M. Stallman <rms@gnu.org>
9341
9342 * help.el (describe-key-briefly, describe-key):
9343 Replace strings as event types with "(any string)".
9344
9345 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9346
9347 * arc-mode.el (archive-mode-map): Move initialization into
9348 the declaration. Override *all* bindings of `undo'.
9349 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9350
9351 2005-04-09 Jay Belanger <belanger@truman.edu>
9352
9353 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9354
9355 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9356
9357 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9358 (xterm-register-default-colors): Update color values computation
9359 to match xterm-200.
9360
9361 2005-04-09 Kenichi Handa <handa@m17n.org>
9362
9363 * international/code-pages.el (iso-latin-7): Fix the map.
9364
9365 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9366
9367 * emacs-lisp/lisp.el (defun-prompt-regexp)
9368 (parens-require-spaces, buffer-end, end-of-defun)
9369 (insert-parentheses): Doc fixes.
9370
9371 2005-04-08 Kim F. Storm <storm@cua.dk>
9372
9373 * comint.el (comint-highlight-prompt): Fix face spec.
9374 * hi-lock.el (hi-green): Likewise.
9375
9376 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9377
9378 * cus-edit.el (custom-modified-face):
9379 * comint.el (comint-highlight-input): Fix previous changes.
9380 * term.el (term-handle-ansi-escape): Add a comment.
9381
9382 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9385 in the buffer and in whitespace-highlighted-space.
9386 (whitespace-unhighlight-the-space): Simplify.
9387 (whitespace-buffer): Simplify.
9388
9389 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9390
9391 * textmodes/table.el (table-cell-face): Add special case for
9392 displays supporting a high number of colors.
9393 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9394 (vhdl-font-lock-reserved-words-face)
9395 (vhdl-speedbar-architecture-face)
9396 (vhdl-speedbar-instantiation-face)
9397 (vhdl-speedbar-architecture-selected-face)
9398 (vhdl-speedbar-instantiation-selected-face): Likewise.
9399 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9400 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9401 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9402 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9403 (ebrowse-progress-face): Likewise.
9404 * progmodes/compile.el (compilation-info-face): Likewise.
9405 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9406 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9407 * calendar/calendar.el (diary-face): Likewise.
9408 * woman.el (woman-italic-face, woman-bold-face)
9409 (woman-unknown-face): Likewise.
9410 * wid-edit.el (widget-button-pressed-face): Likewise.
9411 * whitespace.el (whitespace-highlight-face): Likewise.
9412 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9413 * pcvs-info.el (cvs-marked-face): Likewise.
9414 * info.el (info-xref): Likewise.
9415 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9416 * hilit-chg.el (highlight-changes-face)
9417 (highlight-changes-delete-face): Likewise.
9418 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9419 (hi-red-b): Likewise.
9420 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9421 * font-lock.el (font-lock-keyword-face)
9422 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9423 * cus-edit.el (custom-invalid-face, custom-modified-face)
9424 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9425 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9426 * comint.el (comint-highlight-prompt): Likewise.
9427
9428 2005-04-08 Lute Kamstra <lute@gnu.org>
9429
9430 * font-lock.el (font-lock-keywords): Docstring fixes.
9431
9432 2005-04-08 Kenichi Handa <handa@m17n.org>
9433
9434 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9435 chars are more than a limit, print " and more..." at the tail.
9436
9437 2005-04-08 Kim F. Storm <storm@cua.dk>
9438
9439 * emacs-lisp/authors.el (authors-aliases): Update list.
9440 (authors-ignored-files): New list.
9441 (authors-fixed-entries): Fix typo.
9442 (authors-renamed-files-alist): Update list.
9443 (authors-add): Check authors-ignored-files.
9444
9445 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9446
9447 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9448 optional, to ensure backward compatibility.
9449
9450 2005-04-08 Stephen Eglen <stephen@gnu.org>
9451
9452 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9453
9454 2005-04-08 Kim F. Storm <storm@cua.dk>
9455
9456 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9457
9458 * mouse.el (mouse-on-link-p): Doc fix.
9459
9460 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9461
9462 * ielm.el (ielm-prompt-read-only): Doc fix.
9463
9464 * comint.el (comint-prompt-read-only): Doc fix.
9465
9466 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9467
9468 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9469 ensure dired always handles wildcards passed to ffap.
9470 (find-file-at-point): Use it.
9471 (ffap-dired-wildcards): Doc fix.
9472
9473 2005-04-07 Juri Linkov <juri@jurta.org>
9474
9475 * simple.el (next-error-overlay-arrow-position): New defvar.
9476 Put "=>" on its property `overlay-arrow-string'. Add it to
9477 `overlay-arrow-variable-list'.
9478
9479 * progmodes/compile.el (compilation-setup):
9480 Set `next-error-overlay-arrow-position' to nil. Also set it to
9481 nil in the local hook `kill-buffer-hook'. Make local variable
9482 `overlay-arrow-string' and set it to "=>".
9483 (compilation-goto-locus): Set BOL position to
9484 `next-error-overlay-arrow-position' instead of
9485 `overlay-arrow-position'.
9486
9487 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9488 locally instead of adding it to the global hook.
9489 (Info-kill-buffer): Move up.
9490
9491 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9492
9493 * term/xterm.el (xterm-standard-colors): Update color values from
9494 xterm-200.
9495
9496 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9499
9500 * fast-lock.el:
9501 * lazy-lock.el: Move them to the obsolete subdir.
9502
9503 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9504
9505 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9506 (wdired-add-replace-advice): Remove.
9507 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9508
9509 2005-04-06 Kim F. Storm <storm@cua.dk>
9510
9511 * startup.el (command-line): Add --bare-bones alias for -Q.
9512
9513 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9514
9515 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9516 create the startup fontset if a font specification ends with
9517 `mac-roman'.
9518
9519 2005-04-06 Lute Kamstra <lute@gnu.org>
9520
9521 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9522 change.
9523
9524 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9525 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9526
9527 2005-04-05 Lute Kamstra <lute@gnu.org>
9528
9529 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9530 (define-generic-mode): Ditto. Fix debug declaration.
9531
9532 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9533 Put them in the generic-x group.
9534
9535 * calendar/timeclock.el (timeclock): Doc fix.
9536
9537 * generic.el (define-generic-mode): Don't use custom-current-group.
9538 Document default :group value.
9539 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9540 (define-global-minor-mode): Don't use custom-current-group.
9541
9542 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9543
9544 * startup.el (command-line-1): Display startup-echo-area-message
9545 when fancy splash screen is in use.
9546
9547 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9548 (sh-escaped-newline): New face.
9549 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9550 newline, and use sh-escaped-newline face.
9551
9552 * progmodes/tcl.el (tcl-escaped-newline): New face.
9553 (tcl-builtin-list): New variable.
9554 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9555 newlines. Fix keywords subexpression number.
9556
9557 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9558
9559 * textmodes/org.el (org-diary-default-entry): Fix call to
9560 `add-to-diary-entry'.
9561
9562 2005-04-05 Kim F. Storm <storm@cua.dk>
9563
9564 * ediff-init.el: Use (featurep 'xemacs).
9565
9566 2005-04-05 David Ponce <david@dponce.com>
9567
9568 * cus-edit.el (face): Derive from symbol widget. Display sample
9569 of the current face on the fly.
9570 (widget-face-sample-face-get, widget-face-notify): New functions.
9571 (widget-face-value-create): Remove.
9572
9573 * wid-edit.el (widget-field-end): Temporarily remove field
9574 narrowing before to call `get-char-property'.
9575
9576 2005-04-04 Jay Belanger <belanger@truman.edu>
9577
9578 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9579 (math-read-subscripts): New variable.
9580 (math-read-preprocess-string): Process subscripts.
9581
9582 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9583
9584 * comint.el (comint-prompt-read-only): Doc fix.
9585
9586 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9587 `-1'. Doc fix.
9588
9589 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9590
9591 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9592 Change default value to nil.
9593
9594 2005-04-04 Lute Kamstra <lute@gnu.org>
9595
9596 * autorevert.el (auto-revert-mode): Specify :group.
9597 * battery.el (display-battery-mode): Specify :group.
9598 * diff-mode.el (diff-minor-mode): Specify :group.
9599 * font-core.el (font-lock-mode): Specify :group.
9600 * hl-line.el (hl-line-mode): Specify :group.
9601 * iimage.el (iimage): New customization group.
9602 (iimage-mode): Specify :group.
9603 * longlines.el (longlines-mode): Specify :group.
9604 * master.el: Don't require easy-mmode.
9605 (master): New customization group.
9606 (master-mode): Specify :group.
9607 * msb.el (msb-mode): Specify :group.
9608 * reveal.el (reveal-mode): Specify :group.
9609 * simple.el (next-error-follow-minor-mode): Specify :group.
9610 * smerge-mode.el (smerge-mode): Specify :group.
9611 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9612 * emulation/cua-base.el (cua-mode): Specify :group.
9613 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9614 * language/thai-util.el (thai-auto-composition-mode)
9615 (thai-word-mode): Specify :group.
9616 * mail/supercite.el (sc-minor-mode): Specify :group.
9617 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9618 * progmodes/flymake.el (flymake-mode): Specify :group.
9619 * progmodes/glasses.el (glasses-mode): Specify :group.
9620 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9621 * textmodes/enriched.el (enriched-mode): Specify :group.
9622 * textmodes/refill.el (refill-mode): Specify :group.
9623
9624 * add-log.el (change-log-font-lock-keywords): Names in
9625 parenthesized lists can contain spaces.
9626
9627 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9628
9629 * startup.el (fancy-splash-text): Shorten default text of
9630 "Emacs Tutorial" line. Also, if the current language env
9631 indicates an available tutorial file other than TUTORIAL,
9632 extract its title and append it to the line in parentheses.
9633 (fancy-splash-insert): If arg is a thunk, funcall it.
9634
9635 2005-04-04 Jay Belanger <belanger@truman.edu>
9636
9637 * calc.el (calc-language-alist): Add tags to customization type.
9638
9639 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9640
9641 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9642 Doc fix.
9643
9644 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9645
9646 * add-log.el (change-log-font-lock-keywords): The manual
9647 describing a Change Log entry, says: (...) "Aside from these
9648 header lines, every line in the change log starts with a space or
9649 a tab.". The font-lock was not highlighting lines started with
9650 spaces, added support for it.
9651
9652 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9653
9654 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9655 (bibtex-generate-url-list): Update docstring accordingly. Put the
9656 complex example in the docstring.
9657 (bibtex-font-lock-url): Use pop.
9658
9659 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9662
9663 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9664
9665 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9666
9667 * filesets.el (filesets-set-default): Doc fix.
9668
9669 2005-04-03 Lute Kamstra <lute@gnu.org>
9670
9671 * generic.el (define-generic-mode): Add argument to specify
9672 keywords for defcustom.
9673 (default-generic-mode): Specify :group.
9674
9675 * generic-x.el: Specify :group for all generic modes.
9676
9677 * desktop.el (desktop-no-desktop-file-hook)
9678 (desktop-after-read-hook): Doc fix.
9679
9680 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9681
9682 * simple.el (visible-mode): Use explicit :group keyword.
9683 This changes the group of `visible-mode-hook' from paren-blinking
9684 to editing-basics.
9685
9686 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9687
9688 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9689 mailbox specifications as well as URLs.
9690 (rmail-insert-inbox-text): Remove unused conditional branches.
9691
9692 2005-04-01 Jay Belanger <belanger@truman.edu>
9693
9694 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9695 (calc-gnuplot-print-command): Move definitions to calc.el.
9696
9697 * calc/calc-embed.el (calc-embedded-announce-formula)
9698 (calc-embedded-open-formula, calc-embedded-close-formula)
9699 (calc-embedded-open-word, calc-embedded-close-word)
9700 (calc-embedded-open-plain, calc-embedded-close-plain)
9701 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9702 (calc-embedded-open-mode, calc-embedded-close-mode):
9703 Move definitions to calc.el.
9704
9705 * calc/calc.el (calc-settings-file, calc-language-alist):
9706 Make customizable.
9707 (calc-embedded-announce-formula, calc-embedded-open-formula)
9708 (calc-embedded-close-formula, calc-embedded-open-word)
9709 (calc-embedded-close-word, calc-embedded-open-plain)
9710 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9711 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9712 (calc-embedded-close-mode, calc-gnuplot-name)
9713 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9714 from other files and make customizable.
9715
9716 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9719 Use buffer-live-p.
9720 (cvs-mode-run): Don't call cvs-update-header here.
9721 (cvs-run-process): Call cvs-update-header.
9722 Use process properties for cvs-postprocess and cvs-buffer so that
9723 the sentinel can behave better if the temp buffer is killed.
9724 Use a pipe rather than a tty, to better handle unexpected prompts.
9725 (cvs-sentinel): Rewrite. Call cvs-update-header.
9726
9727 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9728
9729 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9730 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9731
9732 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * generic.el (define-generic-mode): Add indentation rule.
9735
9736 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9737
9738 * files.el (mode-require-final-newline): Make Custom correctly
9739 report a nil value and allow to set it to nil via Custom.
9740 Doc fix.
9741
9742 2005-04-01 Kenichi Handa <handa@m17n.org>
9743
9744 * international/characters.el: Enable the correct case setting for
9745 dotless-i and dotted-I.
9746
9747 2005-04-01 Kim F. Storm <storm@cua.dk>
9748
9749 * ido.el (ido-file-internal): Fall back to non-ido command if
9750 initial directory is on slow ftp (or tramp) host.
9751
9752 2005-03-31 Richard M. Stallman <rms@gnu.org>
9753
9754 * emacs-lisp/autoload.el (make-autoload):
9755 Handle define-global-minor-mode.
9756
9757 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9758 Rename from easy-mmode-define-global-mode.
9759 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9760
9761 * progmodes/scheme.el (scheme-mode-syntax-table):
9762 Update syntax of | and # for two-character comment syntax.
9763
9764 2005-03-31 Lute Kamstra <lute@gnu.org>
9765
9766 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9767 (define-minor-mode): Call custom-current-group at load-time.
9768
9769 * generic.el (define-generic-mode): Add debug declaration.
9770 Add defcustom for the mode hook.
9771 (generic-mode-internal): Use run-mode-hooks.
9772
9773 2005-03-31 Kim F. Storm <storm@cua.dk>
9774
9775 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9776 (mouse-fixup-help-message): New defun called by show_help_echo
9777 to fixup mouse-2 prefix in help messages when applicable.
9778
9779 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9780
9781 2005-03-31 Kenichi Handa <handa@m17n.org>
9782
9783 * language/thai-word.el (thai-find-word-ends): Pay attention to
9784 the case that we reach the end of buffer.
9785
9786 * textmodes/fill.el (fill-text-properties-at): New function.
9787 (fill-newline): Use fill-text-properties-at instead of
9788 text-properties-at.
9789
9790 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9791
9792 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9793 not comint-quote-filename.
9794
9795 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9796
9797 * help-fns.el (help-with-tutorial): Revert last change.
9798
9799 2005-03-31 Kim F. Storm <storm@cua.dk>
9800
9801 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9802
9803 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9804
9805 * calendar/cal-china.el: Update reference to "Calendrical
9806 Calculations" book; there's a new edition.
9807 * calendar/cal-coptic.el: Likewise.
9808 * calendar/cal-french.el: Likewise.
9809 * calendar/cal-hebrew.el: Likewise.
9810 * calendar/cal-islam.el: Likewise.
9811 * calendar/cal-iso.el: Likewise.
9812 * calendar/cal-julian.el: Likewise.
9813 * calendar/cal-mayan.el: Likewise.
9814 * calendar/cal-persia.el: Likewise.
9815 * calendar/calendar.el: Likewise.
9816 * calendar/holidays.el: Likewise.
9817 * calendar/lunar.el: Likewise.
9818 * calendar/solar.el: Likewise.
9819
9820 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9821 white space from doc string.
9822
9823 2005-03-30 Jay Belanger <belanger@truman.edu>
9824
9825 * calc/calc-help.el (calc-full-help): Remove email address.
9826
9827 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9828
9829 * help-fns.el (help-with-tutorial): Delete title line.
9830
9831 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9832
9833 * calendar/cal-x.el (calendar-one-frame-setup)
9834 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9835 rather than 'symbol for set-window-dedicated-p.
9836
9837 * calendar/appt.el (appt-buffer-name): Make it a constant.
9838 (appt-add): Doc fix.
9839
9840 * filesets.el (filesets-menu-path, filesets-menu-before)
9841 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9842 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9843 (filesets-add-submenu): Delete and use add-submenu instead.
9844
9845 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9846
9847 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9848 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9849 (org-diary-default-entry): New function.
9850 (org-get-entries-from-diary): Better parsing of diary entries.
9851 (org-agenda-check-no-diary): New function.
9852 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9853 linking to diary entries.
9854 (org-agenda-execute-calendar-command): New function.
9855 (org-agenda): Improve visible section in window.
9856 Use `org-fit-agenda-window'.
9857 (org-fit-agenda-window): New option.
9858 (org-move-subtree-down): Better handling of empty lines
9859 at end of subtree.
9860 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9861 levels up.
9862 (org-fontify-done-headline): New option.
9863 (org-headline-done-face): New face.
9864 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9865 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9866 When current field is non-empty, it is copied to next row.
9867 (org-table-copy-from-above): Fix bug which made it
9868 impossible to copy fields containing only a single non-white character.
9869
9870 2005-03-30 Kim F. Storm <storm@cua.dk>
9871
9872 * kmacro.el (kmacro-end-macro): Isearch may store this command
9873 into the macro -- so ignore it when executing keyboard macro.
9874
9875 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9876
9877 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9878
9879 2005-03-29 Kenichi Handa <handa@m17n.org>
9880
9881 * language/thai.el ("Thai"): Set setup-function and exit-function
9882 for Thai language environment.
9883
9884 * language/thai-util.el: Require thai-word.
9885 (thai-word-mode-map): New variable.
9886 (thai-word-mode): New minor mode.
9887 (setup-thai-language-environment-internal): New function.
9888 (exit-thai-language-environment-internal): New function.
9889
9890 * language/thai-word.el (thai-word-table): Declare it by defvar,
9891 use dolist to initialize it.
9892 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9893 (thai-fill-find-break-point): New functions.
9894
9895 2005-03-29 Richard M. Stallman <rms@gnu.org>
9896
9897 * simple.el (idle-update-delay): Move definition up.
9898 (set-mark): Doc fix.
9899
9900 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9901
9902 * longlines.el: New file.
9903
9904 * simple.el (buffer-substring-filters): New variable.
9905 (filter-buffer-substring): New function.
9906 (kill-region, copy-region-as-kill): Use it.
9907
9908 * register.el (copy-to-register, append-to-register)
9909 (prepend-to-register): Use filter-buffer-substring.
9910
9911 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9912
9913 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9914 (gud-filter-pending-text): Move in front of gdb.
9915 (gud-overlay-arrow-position): New variable.
9916 (gud-sentinel, gud-display-line): Use it in place of
9917 overlay-arrow-position.
9918
9919 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9920
9921 * progmodes/fortran.el (fortran-if-indent): Doc fix.
9922 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9923 (fortran-font-lock-keywords-4): New variable.
9924 (fortran-blocks-re, fortran-end-block-re)
9925 (fortran-start-block-re): New constants, for hideshow.
9926 (hs-special-modes-alist): Add a Fortran entry.
9927 (fortran-mode-map): Bind fortran-end-of-block,
9928 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9929 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
9930 (fortran-looking-at-if-then, fortran-end-of-block)
9931 (fortran-beginning-of-block): New functions, for hideshow.
9932
9933 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9934 Doc fix. Tweak regexp.
9935 (f90-beginning-of-block): Push mark first.
9936
9937 2005-03-29 Jay Belanger <belanger@truman.edu>
9938
9939 * calc/calc.el: Update copyright date.
9940 (calc-version): Increase to 2.1.
9941 (calc-version-date): Remove.
9942
9943 * calc/calc-help.el: Update copyright date.
9944 (calc-full-help): Remove reference to calc-version-date.
9945 Update copyright date.
9946
9947 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9948
9949 * vc.el (vc-do-command): Use a pipe for async processes, so password
9950 prompts don't show up at places where the user can't reply.
9951
9952 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9953
9954 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
9955 on the file name we pass to the inferior shell.
9956
9957 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9958
9959 * progmodes/which-func.el (which-function): Be robust in the face of an
9960 imenu--make-index-alist failure.
9961
9962 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
9965
9966 * progmodes/python.el (python-preoutput-filter): Fix last change.
9967
9968 2005-03-29 Lute Kamstra <lute@gnu.org>
9969
9970 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
9971 functions and compiled macros.
9972 (debug-convert-byte-code): Handle macros too.
9973 (debug-on-entry-1): Don't signal an error when trying to clear a
9974 function that is not set to debug on entry.
9975
9976 2005-03-29 Jay Belanger <belanger@truman.edu>
9977
9978 * calc/calc-lang.el: Add functions to math-function-table
9979 properties of tex and math.
9980
9981 2005-03-29 Kenichi Handa <handa@m17n.org>
9982
9983 * ps-mule.el (ps-mule-plot-string): Translate characters by
9984 ps-print-translation-table.
9985 (ps-mule-begin-job): Call find-charset-region/string with
9986 ps-print-translation-table.
9987 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
9988
9989 * ps-print.el (ps-print-translation-table): New variable.
9990 (ps-plot-region): Translate characters by ps-print-translation-table.
9991
9992 2005-03-29 Juri Linkov <juri@jurta.org>
9993
9994 * simple.el (next-error-highlight-timer): New variable.
9995
9996 * progmodes/compile.el (compilation-goto-locus):
9997 Use `next-error-highlight-timer' instead of `sit-for'.
9998
9999 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10000
10001 * mail/supercite.el (sc-mail-field): Use assoc-string.
10002 (sc-get-address): Simplify regexps.
10003
10004 * files.el (minibuffer-with-setup-hook): New macro.
10005 (find-file-read-args): Use it to avoid let-binding
10006 minibuffer-with-setup-hook (which breaks turning on/off
10007 file-name-shadow-mode while in the prompt).
10008
10009 * complete.el (PC-read-include-file-name-internal): Use
10010 test-completion.
10011
10012 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10013
10014 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10015
10016 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * window.el (window-buffer-height): Use count-screen-lines.
10019
10020 * progmodes/python.el (python-preoutput-leftover): New var.
10021 (python-preoutput-filter): Use it.
10022 (python-send-receive): Loop until all the result has been received.
10023
10024 2005-03-28 Juri Linkov <juri@jurta.org>
10025
10026 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10027
10028 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10029 "Recover Crashed Session".
10030 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10031 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10032 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10033 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10034 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10035 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10036 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10037 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10038
10039 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10040 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10041 Ediff Sessions", "Toggle use of separate control buffer frame",
10042 "Use separate frame for Ediff control buffer".
10043
10044 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10045 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10046 "Rename Bookmark", "Delete Bookmark".
10047
10048 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10049 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10050 Add `:active Info-index-alternatives' to "Next Matching Item".
10051
10052 * wdired.el (wdired-change-to-wdired-mode):
10053 Mention `wdired-abort-changes' key in the initial message.
10054
10055 * international/mule.el (auto-coding-alist): Associate non-ascii
10056 image filename extensions with `no-conversion'.
10057
10058 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * international/iso-acc.el:
10061 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10062
10063 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10064
10065 * textmodes/sgml-mode.el (html-mode): Doc update.
10066
10067 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10068
10069 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10070
10071 * term.el (term-move-columns): Fix face after extending a line.
10072 (term-insert-spaces): Likewise.
10073 (term-reset-terminal): Fix off by one error.
10074
10075 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10076
10077 * international/mule.el (auto-coding-alist): Add .xpi files.
10078
10079 * files.el (auto-mode-alist): Add .xpi files.
10080
10081 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10082
10083 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10084
10085 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10086
10087 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10088
10089 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10090
10091 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10092 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10093
10094 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10095 cursor to Jan 1 when needed.
10096 (calendar-end-of-year): Fix -/+ typo.
10097 Reported by Chong Yidong <cyd@stupidchicken.com>.
10098
10099 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10102
10103 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10104 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10105
10106 2005-03-25 Richard M. Stallman <rms@gnu.org>
10107
10108 * filesets.el (filesets-init): Add autoload.
10109
10110 * mail/mailalias.el (mail-directory): Doc fix.
10111
10112 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10113
10114 * mail/mailalias.el (mail-directory-process): Do nothing if
10115 mail-directory-process is an atom.
10116 (mail-get-names): Ignore mail-directory-names if it is an atom.
10117 (mail-directory-process defvar): Doc fix.
10118 (mail-names): Doc fix.
10119
10120 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10121
10122 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10123
10124 2005-03-26 Kenichi Handa <handa@m17n.org>
10125
10126 * international/mule-util.el (detect-coding-with-priority):
10127 Call update-coding-systems-internal before detect-coding-region.
10128
10129 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10130
10131 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10132 (gdb-frames-mode-map): Add follow-link property.
10133
10134 2005-03-25 Jay Belanger <belanger@truman.edu>
10135
10136 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10137 for variables.
10138
10139 2005-03-25 Juri Linkov <juri@jurta.org>
10140
10141 * image-mode.el: Optimize image filename extension regexps in
10142 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10143 in `auto-mode-alist'.
10144 (image-mode): Add `image-toggle-display-text' to local hook
10145 `change-major-mode-hook'. Display the image as an image by
10146 default. Set `cursor-type' and `truncate-lines' if the image
10147 is already displayed. Take into account the current mode (image
10148 or text) in message.
10149 (image-minor-mode): New minor mode.
10150 (image-mode-maybe, image-toggle-display-text): New functions.
10151 (image-toggle-display): Use called-interactively-p.
10152 Let-bind `inhibit-read-only' to t.
10153
10154 * image-mode.el (image-minor-mode): Set `cursor-type' and
10155 `truncate-lines' if the image is already displayed. Add turning
10156 image-minor-mode off to `change-major-mode-hook'. Add message.
10157 Call `image-toggle-display-text' after turning image-minor-mode off.
10158
10159 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10162 Terminal.app, use utf-8.
10163 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10164 (set-locale-environment): Use it.
10165
10166 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10167
10168 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10169
10170 * progmodes/python.el (python-close-block-statement-p)
10171 (python-outdent-p, python-current-defun): Use symbol-end.
10172
10173 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10174
10175 * files.el (save-some-buffers): Doc fix.
10176
10177 2005-03-25 Werner Lemberg <wl@gnu.org>
10178
10179 * complete.el, thumbs.el: Replace `legal' with `valid'.
10180 * calendar/calendar.el: Replace `legal' with `valid'.
10181 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10182 * mail/supercite.el: Replace `legal' with `valid'.
10183 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10184 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10185 Replace `legal' with `valid'.
10186 * textmodes/reftex-vars.el, textmodes/reftex.el:
10187 Replace `legal' with `valid'.
10188
10189 2005-03-25 Werner Lemberg <wl@gnu.org>
10190
10191 * calc/calc-forms.el, calc/calc-sel.el:
10192 * midnight.el, vc-cvs.el:
10193 * emacs-lisp/cl-macs.el:
10194 * emulation/vip.el:
10195 * eshell/esh-io.el, eshell/esh-var.el:
10196 * mail/supercite.el:
10197 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10198 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10199 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10200 * progmodes/sh-script.el, progmodes/xscheme.el:
10201 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10202 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10203 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10204 * textmodes/reftex.el, textmodes/org.el:
10205 Replace `illegal' with `invalid'.
10206
10207 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10210 (flymake-find-buildfile, flymake-find-possible-master-files)
10211 (flymake-check-include, flymake-parse-line): Replace loops over the
10212 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10213
10214 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10215 Substitute file-name-as-directory in the rest of the file.
10216 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10217 (flymake-replace-region): Remove unused arg `buffer'.
10218 (flymake-check-patch-master-file-buffer): Update calls to it.
10219 (flymake-add-err-info): Remove unused var `count'.
10220 (flymake-mode): Use define-minor-mode.
10221
10222 * progmodes/flymake.el: Use with-current-buffer.
10223 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10224 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10225 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10226 Avoid testing for `xemacs'.
10227 (flymake-nop): Move.
10228 (flymake-region-has-flymake-overlays): Return the computed value.
10229 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10230 Remove unused var `endline'.
10231 (flymake-get-line-count): Remove unused function.
10232 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10233
10234 * emulation/vi.el:
10235 * generic.el:
10236 * hilit-chg.el (global-highlight-changes):
10237 * hi-lock.el (hi-lock-mode):
10238 * follow.el: find-file-hooks -> find-file-hook.
10239
10240 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10241
10242 2005-03-24 Juri Linkov <juri@jurta.org>
10243
10244 * dired.el (dired-mode-map): Add menu item "Compare directories"
10245 for dired-compare-directories.
10246
10247 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10248 Doc fix. Replace `read-file-name' with `read-directory-name'.
10249
10250 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10253
10254 2005-03-24 Jay Belanger <belanger@truman.edu>
10255
10256 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10257 relevant mode settings in calc-embedded-original-modes when modes
10258 are permanently changed.
10259
10260 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * autoinsert.el: find-file-hooks -> find-file-hook.
10263
10264 2005-03-24 Lute Kamstra <lute@gnu.org>
10265
10266 * generic.el (generic-font-lock-defaults): Make it obsolete.
10267 (generic-font-lock-keywords): New variable to replace
10268 generic-font-lock-defaults.
10269 (generic-mode-set-font-lock): Delete it.
10270 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10271 (generic-bracket-support): Add docstring.
10272
10273 * generic-x.el: Rename generic-font-lock-defaults to
10274 generic-font-lock-keywords throughout.
10275 (mailagent-rules-setup-function): Delete it.
10276 (mailagent-rules-generic-mode): Use anonymous function instead.
10277 (show-tabs-generic-mode-font-lock-defaults-1)
10278 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10279 Quote faces.
10280 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10281 not foreground.
10282
10283 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10284 Recognize define-generic-mode.
10285
10286 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10289 if there's no completion table.
10290
10291 2005-03-23 Miles Bader <miles@gnu.org>
10292
10293 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10294 Remove tty-specific variants, as they're no longer needed.
10295
10296 2005-03-23 Lute Kamstra <lute@gnu.org>
10297
10298 * generic-x.el: Code cleanup: make args constant whenever possible.
10299 (installshield-statement-keyword-list)
10300 (installshield-system-functions-list)
10301 (installshield-system-variables-list, installshield-types-list)
10302 (installshield-funarg-constants-list): Make them constants.
10303
10304 * generic.el (generic-make-keywords-list): Add autoload cookie.
10305
10306 * calendar/time-date.el: Add comment on time value formats.
10307 Don't require parse-time.
10308 (with-decoded-time-value): New macro.
10309 (encode-time-value): New function.
10310 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10311 (days-to-time): Return a valid time value when arg is huge.
10312 (time-since): Use time-subtract.
10313 (time-to-number-of-days): Use time-to-seconds.
10314
10315 2005-03-23 David Ponce <david@dponce.com>
10316
10317 * recentf.el: (recentf-keep): New option.
10318 (recentf-menu-action): Default to `find-file'.
10319 (recentf-keep-non-readable-files-flag)
10320 (recentf-keep-non-readable-files-p)
10321 (recentf-file-readable-p, recentf-find-file)
10322 (recentf-cleanup-remote): Remove.
10323 (recentf-include-p): More robust.
10324 (recentf-keep-p): New function.
10325 (recentf-remove-if-non-kept): Rename from
10326 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10327 All callers updated.
10328 (recentf-menu-items-for-commands): Fix help string.
10329 (recentf-track-closed-file): Update. Doc fix.
10330 (recentf-cleanup): Update. Count removed files. Doc fix.
10331
10332 2005-03-23 Kim F. Storm <storm@cua.dk>
10333
10334 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10335 Don't inherit from fringe face (now happens automatically).
10336
10337 2005-03-22 Kim F. Storm <storm@cua.dk>
10338
10339 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10340 position values.
10341
10342 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * menu-bar.el (showhide-date-time): Remove.
10345 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10346 (menu-bar-make-mm-toggle): Simplify.
10347
10348 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10349
10350 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10351 Accept qualified variable and function names.
10352
10353 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10354
10355 * bindings.el (completion-ignored-extensions):
10356 Remove ".lis" for `vax-vms'.
10357
10358 2005-03-22 Andreas Schwab <schwab@suse.de>
10359
10360 * generic-x.el: Revert last change.
10361 * ldefs-boot.el: Update.
10362
10363 2005-03-22 Jay Belanger <belanger@truman.edu>
10364
10365 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10366 (calc-embedded-save-original-modes)
10367 (calc-embedded-restore-original-modes): New functions.
10368 (calc-do-embedded): Save original modes when entering embedded mode
10369 and restore when leaving embedded mode.
10370 (calc-embedded-modes-change): Change the value of
10371 calc-embedded-original-modes to reflect permanent changes.
10372
10373 2005-03-22 Lute Kamstra <lute@gnu.org>
10374
10375 * generic-x.el: Require generic again.
10376
10377 2005-03-22 Miles Bader <miles@gnu.org>
10378
10379 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10380 Tweak details to look good on both ttys and bitmap displays, light
10381 or dark background, etc.
10382
10383 2005-03-21 Kim F. Storm <storm@cua.dk>
10384
10385 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10386 mouse position.
10387
10388 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 * icomplete.el: Don't forcibly turn on the mode upon load.
10391 (icomplete-mode): Use define-minor-mode.
10392 (icomplete-eoinput): Default to nil.
10393 (icomplete-minibuffer-setup): Remove autoload.
10394 (icomplete-tidy): Simplify.
10395 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10396 in the initial state or if the user has modified the field.
10397 Fix handling of icomplete-max-delay-chars.
10398 Remove code that handles the oddball case where
10399 minibuffer-completion-table is an integer.
10400 Wrap icomplete-completions in while-no-input in case building
10401 completions takes more time than expected.
10402 (icomplete-completions): Simplify.
10403
10404 2005-03-21 Richard M. Stallman <rms@gnu.org>
10405
10406 * jka-compr.el (jka-compr-really-do-compress):
10407 Make variable buffer-local.
10408
10409 * image-mode.el: Handle .xpm files too.
10410 (image-toggle-display): Preserve modification flag.
10411
10412 * help.el (where-is): Don't mention aliases with no key bindings.
10413
10414 2005-03-21 Lute Kamstra <lute@gnu.org>
10415
10416 * generic.el: Fix commentary section. Don't require cl for
10417 compilation.
10418 (generic-mode-list): Add autoload cookie.
10419 (generic-use-find-file-hook, generic-lines-to-scan)
10420 (generic-find-file-regexp, generic-ignore-files-regexp)
10421 (generic-mode, generic-mode-find-file-hook)
10422 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10423 (define-generic-mode): Make it a defmacro. Fix docstring.
10424 (generic-mode-internal): Code cleanup. Add autoload cookie.
10425 (generic-mode-set-comments): Code cleanup.
10426 * generic-x.el: Don't prevent compilation. Don't require generic.
10427 Follow coding conventions. Minor code cleanup.
10428 (etc-fstab-generic-mode): Add some keywords.
10429 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10430 define-generic-mode like a function declaration.
10431
10432 2005-03-21 Jay Belanger <belanger@truman.edu>
10433
10434 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10435 changing modes.
10436
10437 2005-03-21 Sam Steingold <sds@gnu.org>
10438
10439 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10440
10441 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10442
10443 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10444 Add underscore to "f$ lexicals" regexp.
10445
10446 2005-03-20 Juri Linkov <juri@jurta.org>
10447
10448 * subr.el (progress-reporter-do-update): When `min-value' is equal
10449 to `max-value', set `percentage' to 0 and prevent division by zero.
10450
10451 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10452
10453 Sync with Tramp 2.0.48.
10454
10455 * net/tramp.el (all): Change all addresses to .gnu.org.
10456 (tramp-append-tramp-buffers): New defun.
10457 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10458 Catch `dont-send' signal.
10459 (tramp-set-auto-save-file-modes): Set always permissions, because
10460 there might be an old auto-saved file belonging to another
10461 original file. This could be a security threat. Reported by
10462 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10463 Check for Emacs 21.3.50 removed.
10464
10465 * net/tramp-smb.el (all): Remove debug construct for
10466 `with-parsed-tramp-file-name'.
10467 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10468 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10469 No error message if DIRECTORY or FILENAME doesn't exist.
10470 (tramp-smb-open-connection): Check existence of
10471 `tramp-smb-program'.
10472
10473 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10476 Properly handle the case where the `m' or `s' command's argument is not
10477 yet terminated.
10478 (perl-indent-new-calculate): New function.
10479 (perl-indent-line): Use it.
10480
10481 2005-03-20 Miles Bader <miles@gnu.org>
10482
10483 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10484 in text-mode too. Change to new face names.
10485 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10486 Add `:weight bold' attribute.
10487 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10488
10489 2005-03-19 Juri Linkov <juri@jurta.org>
10490
10491 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10492
10493 * international/mule.el (auto-coding-alist): Sync with
10494 `auto-mode-alist' by adding upper case archive file extensions
10495 and adding ear/war to jar extension.
10496
10497 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10498
10499 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10500 running, restart it.
10501
10502 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10503
10504 * finder.el (finder-current-item): Throw an error on an empty line.
10505
10506 * man.el (Man-follow-manual-reference): If current-word returns
10507 nil, use "".
10508
10509 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10510
10511 * simple.el (goto-line): Doc fix.
10512
10513 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10514
10515 * files.el (save-buffer): Doc fix.
10516
10517 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10518
10519 * recentf.el (recentf-cleanup-remote): New variable.
10520 (recentf-cleanup): Use it to conditionally check availability of
10521 remote files.
10522
10523 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10524
10525 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10526 function names.
10527
10528 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10529
10530 * language/thai-word.el: New file.
10531
10532 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10533
10534 * files.el (backup-buffer): If the file's directory is not
10535 writable, use copy instead of move to backup the file.
10536
10537 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10538
10539 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10540
10541 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10542
10543 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10544 Use functionp instead of symbolp and fboundp. Reported by Drkm
10545 <darkman_spam@yahoo.fr>.
10546 (ps-print-version): New version 6.6.6.
10547
10548 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10549
10550 * textmodes/table.el (table--line-column-position): New idiom.
10551 (table--row-column-insertion-point-p): New function to test
10552 validity of row and column insertion operation at a location.
10553 (table-global-menu, table-cell-menu): Use above functions for
10554 deterministic test operation.
10555 (table--editable-cell-p): Behave in deterministic fashion.
10556
10557 2005-03-18 Juri Linkov <juri@jurta.org>
10558
10559 * isearch.el (isearch-lazy-highlight-new-loop):
10560 Make arguments beg and end optional.
10561 (isearch-update): Remove optional arguments nil from
10562 isearch-lazy-highlight-new-loop.
10563 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10564 isearch-lazy-highlight-case-fold-search instead of
10565 isearch-case-fold-search, and let-bind isearch-regexp to
10566 isearch-lazy-highlight-regexp.
10567 Use isearch-lazy-highlight-last-string instead of isearch-string.
10568
10569 * replace.el (perform-replace): Remove bindings of global
10570 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10571 Add three new arguments to `replace-highlight'.
10572 (replace-highlight): Add arguments string, regexp, case-fold.
10573 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10574 to allow isearch-lazy-highlight-new-loop to use these values
10575 to set corresponding isearch-lazy-highlight-* internal
10576 variables whose values lazy highlighting will use regardless of
10577 changes to global variables isearch-string, isearch-regexp,
10578 isearch-case-fold-search during lazy highlighting loop.
10579 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10580 to `lazy-highlight-cleanup'.
10581
10582 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10583 (ispell-highlight-face): Set default face to `isearch' when
10584 lazy highlighting is enabled.
10585 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10586 priority to 1. Add lazy highlighting.
10587 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10588 from `isearch-dehighlight'.
10589
10590 2005-03-18 David Ponce <david@dponce.com>
10591
10592 * files.el (hack-local-variables): Do a case-insensitive search
10593 for End.
10594
10595 2005-03-18 Juri Linkov <juri@jurta.org>
10596
10597 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10598 `isearch-lazy-highlight-cleanup', add alias to old name and
10599 declare obsolete. Add release numbers to other obsolete vars.
10600 (isearch-done, isearch-lazy-highlight-new-loop):
10601 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10602 (lazy-highlight-cleanup) <variable>: Doc fix.
10603 (isearch-lazy-highlight-update): Rename obsolete
10604 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10605
10606 2005-03-18 Kenichi Handa <handa@m17n.org>
10607
10608 * language/thai-util.el: Fix categorization of Thai characters in
10609 thai-category-table.
10610 (thai-composition-pattern): Adjust it for the above change.
10611 (thai-self-insert-command, thai-compose-syllable): New functions.
10612 (thai-compose-region): Use thai-compose-syllable.
10613 (thai-compose-string): Likewise.
10614 (thai-composition-function): Likewise.
10615 (thai-auto-composition): New function.
10616 (thai-auto-composition-mode): New minor mode.
10617
10618 * language/thai.el: Fix patterns to be registered in
10619 composition-function-table.
10620
10621 * international/quail.el (quail-input-method): Locally bind
10622 inhibit-modification-hooks to t.
10623
10624 2005-03-17 Richard M. Stallman <rms@gnu.org>
10625
10626 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10627 (perl-mode): Use run-mode-hooks.
10628
10629 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10630 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10631 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10632
10633 * mail/sendmail.el (sendmail-send-it): Reenable the code
10634 to compute resend-to-address and use it.
10635
10636 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10637
10638 * image-mode.el: New file.
10639
10640 * image.el (insert-sliced-image): Add autoload cookie.
10641
10642 * font-lock.el (font-lock-lines-before): New user option.
10643 (font-lock-after-change-function): Obey it.
10644
10645 * bindings.el (esc-map): Make M-g a prefix.
10646 Bind M-g g and M-g M-g to goto-line.
10647
10648 * faces.el (face-id): Doc fix.
10649
10650 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10651
10652 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10653 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10654 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10655
10656 * mail/sendmail.el (mail-yank-ignored-headers)
10657 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10658 Add Mail-Followup-To and Mail-Reply-To headers.
10659 (mail-citation-hook): Add autoload cookie.
10660 (mail-mode): Doc fix.
10661 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10662 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10663 (mail-mode-fill-paragraph): Handle those headers.
10664 (mail-mailing-lists): New variable.
10665 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10666
10667 2005-03-17 Juri Linkov <juri@jurta.org>
10668
10669 * isearch.el (isearch-fallback): Check for `(car previous)'
10670 before calling `isearch-other-end-state'.
10671
10672 2005-03-17 Kim F. Storm <storm@cua.dk>
10673
10674 * simple.el (move-beginning-of-line): Move to beginning of buffer
10675 line, as well as beginning of screen line.
10676
10677 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10678
10679 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10680 argument REDRAW rather than calendar-redrawing variable.
10681 * calendar/calendar.el (calendar-redrawing): Delete.
10682 (redraw-calendar): Do not bind calendar-redrawing.
10683
10684 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10685
10686 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10687 diary-file buffer.
10688
10689 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * help.el (describe-mode): Allow a :minor-mode-function property to
10692 specify a different minor mode toggle function than the variable.
10693 * simple.el (auto-fill-function):
10694 * subr.el (add-minor-mode): Use it.
10695
10696 2005-03-16 Kenichi Handa <handa@m17n.org>
10697
10698 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10699 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10700 (ethio-fidel-to-sera-buffer): Likewise.
10701
10702 2005-03-16 Juri Linkov <juri@jurta.org>
10703
10704 * emacs-lisp/find-func.el (find-function-regexp):
10705 Add defun-emitting macro `menu-bar-make-toggle'.
10706
10707 * isearch.el: Put `isearch-scroll' property to
10708 `split-window-horizontally'.
10709
10710 * info.el: Update error messages for `debug-ignored-errors'.
10711 (Info-isearch-search): Doc fix.
10712 (Info-find-node): Move up code to go into info buffer before
10713 recording the node to the history.
10714 (Info-fontify-node): Fontify titles only if the next line
10715 has two or more `*', `=', `-', `.'.
10716 Display "go to this node" for empty (match-string 3).
10717
10718 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10719
10720 * term/mac-win.el: Add mouse pointer shape constants.
10721
10722 2005-03-15 Kim F. Storm <storm@cua.dk>
10723
10724 * simple.el (move-beginning-of-line): Use vertical-motion.
10725
10726 2005-03-15 Juri Linkov <juri@jurta.org>
10727
10728 * isearch.el (isearch-error): New variable.
10729 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10730 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10731 (isearch-within-brackets-state): Remove.
10732 (isearch-case-fold-search-state, isearch-pop-fun-state):
10733 Decrease frame index.
10734 (isearch-mode, isearch-top-state, isearch-push-state)
10735 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10736 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10737 (isearch-search, isearch-lazy-highlight-new-loop):
10738 Replace `isearch-invalid-regexp' with `isearch-error'.
10739 Remove `isearch-within-brackets'.
10740 (isearch-search): Add `search-failed' handler to `condition-case'.
10741 (isearch-lazy-highlight-search): Add `condition-case' to catch
10742 errors and allow `isearch-lazy-highlight-update' to try
10743 highlighting from the beginning of the window.
10744 (isearch-repeat): Move up code to set isearch-wrapped to t
10745 before calling isearch-wrap-function.
10746
10747 * info.el (Info-isearch-initial-node): New internal variable.
10748 (Info-search): Signal an error in isearch mode when search leaves
10749 the initial node. Signal an error when `bound' is non-nil and
10750 nothing was found in the current subfile.
10751 (Info-isearch-search): Remove `condition-case'.
10752 (Info-isearch-wrap): Don't wrap when search failed during leaving
10753 the initial node. If `Info-isearch-search' is nil, wrap around
10754 the current node.
10755 (Info-isearch-start): New fun.
10756 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10757 `isearch-mode-hook'.
10758
10759 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10760
10761 * simple.el (normal-erase-is-backspace): Set default to t if
10762 running on Mac.
10763
10764 * term/mac-win.el (function-key-map): Sync with x-win.el.
10765
10766 2005-03-15 Kenichi Handa <handa@m17n.org>
10767
10768 * international/mule-cmds.el (locale-language-names): Modify the
10769 format of elements and add more entries.
10770 (locale-preferred-coding-systems): Add more entries.
10771 (set-locale-environment): Adjust for the change of
10772 locale-language-names.
10773
10774 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10775
10776 * pcvs.el (smerge-ediff): Remove bogus autoload.
10777
10778 2005-03-14 Lute Kamstra <lute@gnu.org>
10779
10780 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10781 Ignore a `*' at the beginning of a line.
10782
10783 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10784 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10785 subr.el.
10786 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10787 to specify indentation.
10788
10789 * generic.el (define-generic-mode): Let generic-mode-list be a
10790 list of strings; test membership with equal.
10791
10792 2005-03-14 Kim F. Storm <storm@cua.dk>
10793
10794 * simple.el (next-line, previous-line): Add optional try-vscroll
10795 arg to recognize interactive use. Pass it on to line-move.
10796 (line-move): Don't perform auto-window-vscroll when defining or
10797 executing keyboard macro to ensure consistent behavior.
10798
10799 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10802
10803 2005-03-13 Lute Kamstra <lute@gnu.org>
10804
10805 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10806 debugger-setup-buffer so that backtrace marks the frames set to
10807 debug-on-exit and we don't have to do it manually. Set an extra
10808 debug-on-exit for macro's.
10809 (debugger-setup-buffer): Don't mark the top frame manually.
10810
10811 2005-03-12 Lute Kamstra <lute@gnu.org>
10812
10813 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10814 lisp-indent-function throughout.
10815 (with-no-warnings): Set lisp-indent-function property.
10816
10817 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10818
10819 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10820 Add entry for backslash.
10821
10822 2005-03-12 Juri Linkov <juri@jurta.org>
10823
10824 * info.el (Info-search): Four fixes for backward search.
10825
10826 2005-03-11 Jay Belanger <belanger@truman.edu>
10827
10828 * calc/calc.el (calc-language-alist): New variable.
10829 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10830 (calc-embedded-find-modes): Use calc-language-alist instead of
10831 calc-embedded-language-alist.
10832
10833 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10834
10835 * calendar/calendar.el (calendar-redrawing): New internal
10836 variable.
10837 (redraw-calendar): Remove bogus save-excursion from previous
10838 change. Bind calendar-redrawing to t for mark-diary-entries.
10839 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10840 calendar if that is why we were called.
10841
10842 2005-03-11 Kenichi Handa <handa@m17n.org>
10843
10844 * international/mule.el (make-coding-system): Set property
10845 coding-system-define-form to nil.
10846 (define-coding-system-alias): Likewise.
10847
10848 2005-03-11 Kenichi Handa <handa@m17n.org>
10849
10850 These changes are suggested by Dave Love <fx@gnu.org>.
10851
10852 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10853 coding: tag.
10854 (adaptive-fill-regexp): Add more bullets.
10855 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10856 regexps.
10857
10858 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * help.el (describe-mode): Properly handle non-trivial lighters.
10861 Don't ignore minor modes that are not listed in minor-mode-list.
10862
10863 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10864 feature ON when the user requests to turn it OFF.
10865
10866 2005-03-10 Lute Kamstra <lute@gnu.org>
10867
10868 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10869 (implement-debug-on-entry): New function to replace debug-entry-code.
10870 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10871 second argument as the 2005-03-07 change makes it obsolete.
10872 (debug-on-entry, cancel-debug-on-entry): Update call to
10873 debug-on-entry-1.
10874 (debug, debugger-setup-buffer): Comment update.
10875 (debugger-frame-number): Update to work with implement-debug-on-entry.
10876
10877 2005-03-10 Jay Belanger <belanger@truman.edu>
10878
10879 * calc/calc-embed.el (math-ms-args): Declare it.
10880 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10881 math-ms-args.
10882 (calc-embedded-subst): Use math-multi-subst-rec to substitute
10883 variables.
10884
10885 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
10886
10887 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10888 Use message-box.
10889
10890 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10891 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10892 (tooltip-gud-tips): Simplify.
10893 (tooltip-gud-tips-p): Remove superfluous :set.
10894 (tooltip-gud-modes): Add fortran-mode.
10895 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10896
10897 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10898
10899 2005-03-09 Kim F. Storm <storm@cua.dk>
10900
10901 * play/animate.el (animate-place-char): Use forward-line instead
10902 of next-line to improve performance.
10903
10904 2005-03-09 Simon Josefsson <jas@extundo.com>
10905
10906 * net/browse-url.el (browse-url-default-browser): Doc fix.
10907
10908 2005-03-09 Miles Bader <miles@gnu.org>
10909
10910 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10911 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10912
10913 2005-03-09 Kenichi Handa <handa@m17n.org>
10914
10915 * international/latin-1.el: Set case and syntax for 255 only if
10916 set-case-syntax-set-multibyte is nil.
10917
10918 * textmodes/ispell.el (ispell-insert-word): New function.
10919 (ispell-word): Use ispell-insert-word to insert a new word.
10920 (ispell-process-line): Likewise.
10921 (ispell-complete-word): Likewise.
10922
10923 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10924
10925 * calendar/calendar.el (redraw-calendar): Preserve point.
10926 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10927 (calendar-week-start-day): Move after definition of
10928 redraw-calendar. Delete buffer test, since redraw-calendar has
10929 that now.
10930
10931 * calendar/diary-lib.el (mark-diary-entries): Only call
10932 redraw-calendar in the first of any recursive calls.
10933 Reported by Alan Shutko <ats@acm.org>.
10934
10935 2005-03-08 Juri Linkov <juri@jurta.org>
10936
10937 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
10938 (html-horizontal-rule, html-line, html-image, html-checkboxes)
10939 (html-radio-buttons): Add a space before the trailing `/>' where
10940 sgml-xml-mode is non-nil.
10941 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
10942 the subsequent tag of the empty XML tag.
10943 (html-href-anchor): Don't set initial input to "http:".
10944 (html-image): Ask for the image URL and set point inside alt="".
10945 (html-name-anchor): Duplicate the name in the `id' attribute when
10946 sgml-xml-mode is non-nil.
10947 (html-paragraph): Remove \n before <p>.
10948 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
10949 instead of `checked' when sgml-xml-mode is non-nil.
10950
10951 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
10952 Remove 1 space before #RRGGBB to not truncate it on terminal
10953 windows w/o fringes. Remove 1 space between bg and fg examples
10954 to get more space.
10955 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
10956 avoid byte-compile warnings.
10957
10958 * image-file.el (image-file-handler): Put `safe-magic' property to
10959 `image-file-handler'.
10960
10961 * info.el (Info-isearch-search): Emulate word search in
10962 isearching through multiple Info nodes with Info-search.
10963 (Info-isearch-wrap): Allow isearch-word.
10964
10965 2005-03-08 Lute Kamstra <lute@gnu.org>
10966
10967 * emacs-lisp/debug.el (debugger-step-through): Make sure that
10968 stepping into the debugger's code is not possible.
10969 (debugger-jumping-flag): Docstring update.
10970
10971 2005-03-08 Jay Belanger <belanger@truman.edu>
10972
10973 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
10974 embedded mode begins.
10975 (calc-embedded-language-alist): New variable.
10976 (calc-embedded-find-modes): Use calc-embedded-language-alist to
10977 set default language mode.
10978
10979 2005-03-08 Kenichi Handa <handa@m17n.org>
10980
10981 * international/ccl.el (define-ccl-program): Fix docstring about
10982 extra 256 bytes assured for the output buffer.
10983
10984 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10985 Fix BUFFER_MAGNIFICATION to 2.
10986 (ccl-encode-mule-utf-16be-with-signature): Likewise.
10987
10988 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
10989
10990 * align.el (align-rules-list): Added an alignment rule for CSS
10991 declarations (applies to css-mode and html-mode buffers).
10992
10993 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
10996
10997 2005-03-07 Kim F. Storm <storm@cua.dk>
10998
10999 * simple.el (move-beginning-of-line): New command.
11000
11001 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11002
11003 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11004
11005 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11006 and move-beginning-of-line.
11007
11008 * apropos.el (apropos-print): Omit command from M-x ... RET.
11009
11010 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11011
11012 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11013 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11014
11015 2005-03-06 Richard M. Stallman <rms@gnu.org>
11016
11017 * bindings.el (esc-map): Bind M-g to goto-line.
11018
11019 * facemenu.el (global-map): Bind M-o, not M-g.
11020
11021 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11022
11023 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11024 "Open Directory" as for "Open File".
11025
11026 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11027
11028 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11029 (push-mark-command): Run activate-mark-hook.
11030
11031 2005-03-06 Richard M. Stallman <rms@gnu.org>
11032
11033 * help-mode.el (help-mode-finish): Don't alter the element
11034 in view-return-to-alist if there already is one.
11035
11036 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11037 make sure the current buffer is the expected one.
11038
11039 * novice.el (disabled-command-function): Output in *Disabled Command*.
11040 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11041
11042 * textmodes/flyspell.el (flyspell-large-region):
11043 Pass args differently for aspell.
11044
11045 * files.el (mode-require-final-newline): Doc fix.
11046
11047 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11048
11049 * progmodes/which-func.el (which-function):
11050 Specify NOERROR when calling imenu--make-index-alist.
11051
11052 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11053
11054 * simple.el (normal-erase-is-backspace): Define default value.
11055
11056 * custom.el (custom-theme-set-variables): Remove unused var
11057 `immediate'.
11058 (custom-reevaluate-setting): Simple function to handle variables
11059 that are defined before their default value can really be
11060 computed.
11061
11062 * startup.el (command-line): Use it for temporary-file-directory,
11063 small-emporary-file-directory, auto-save-file-name-transforms,
11064 blink-cursor-mode, and normal-erase-is-backspace.
11065
11066 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11067 progress, even with buggy anchored keywords.
11068
11069 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11070
11071 * simple.el (goto-line): Remove unbalanced final parenthesis.
11072
11073 2005-03-05 Richard M. Stallman <rms@gnu.org>
11074
11075 * simple.el (goto-line): Use a number at point as the default.
11076 With C-u as arg, switch buffers.
11077
11078 2005-03-05 Juri Linkov <juri@jurta.org>
11079
11080 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11081 with `no-blinking-cursor'.
11082
11083 * startup.el (no-blinking-cursor): New defvar.
11084 (command-line): Add `--no-blinking-cursor' to longopts.
11085 Set `no-blinking-cursor' to t for command line arguments
11086 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11087 with `no-blinking-cursor' in the condition for calling
11088 `blink-cursor-mode'.
11089
11090 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11091
11092 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11093 (menu-bar-options-save): Add blink-cursor-mode.
11094 (menu-bar-options-menu): Add blink-cursor-mode.
11095
11096 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11097
11098 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11099 (icalendar-export-file, icalendar-export-region)
11100 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11101 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11102
11103 2005-03-04 Lute Kamstra <lute@gnu.org>
11104
11105 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11106 (debug-function-list): Ditto.
11107
11108 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11109
11110 * textmodes/texinfmt.el (texinfo-append-refill):
11111 Redefine the types of line to which @refill
11112 is not appended by replacing a search for `@refill\\|@bye' with
11113 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11114 itemize@refill' bug and the unfilled long lines bug.
11115 (texinfmt-version): Update number and date.
11116
11117 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11118
11119 * international/code-pages.el (windows-1250, windows-125[2-8])
11120 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11121
11122 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11125 bound yet.
11126
11127 2005-03-02 Romain Francoise <romain@orebokech.com>
11128
11129 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11130 buffer after removing limits.
11131 (ibuffer-pop-filter): Ditto.
11132 Update copyright.
11133
11134 2005-03-02 Miles Bader <miles@gnu.org>
11135
11136 * button.el (make-text-button): If the user doesn't specify a
11137 type, use the default. Rewrite to use `add-text-properties' and
11138 plist functions.
11139
11140 2005-03-01 Lute Kamstra <lute@gnu.org>
11141
11142 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11143 (debugger-jumping-flag): New var.
11144 (debug-entry-code): Use it.
11145 (debugger-jump): Use debugger-jumping-flag and add
11146 debugger-reenable to post-command-hook.
11147 (debugger-reenable): Use debugger-jumping-flag and remove itself
11148 from post-command-hook.
11149 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11150 debugger-reenable.
11151
11152 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11153
11154 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11155 inclusion of "itemize\\|", which may be unnecessary, is certainly
11156 inelegant, and stops refilling in itemize lists when formatting
11157 Japanese Texinfo files to Info.
11158 Update copyright to 2005.
11159
11160 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11161
11162 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11163 of an error if GDB can't find the source file.
11164
11165 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11166
11167 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11168 not just the calendar.
11169
11170 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11171 first.
11172 (diary-redraw-calendar): New function.
11173 (make-diary-entry): Add diary-redraw-calendar to local
11174 write-contents-functions. Turn off selective display before
11175 inserting in diary.
11176
11177 2005-03-01 Kim F. Storm <storm@cua.dk>
11178
11179 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11180
11181 2005-03-01 Lute Kamstra <lute@gnu.org>
11182
11183 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11184 that debug-entry-code can be safely removed from a function while
11185 this code is being evaluated. Revert the 2005-02-27 change as the
11186 new implementation no longer requires it. Make sure that a
11187 function body containing just a string is not mistaken for a docstring.
11188 (debug): Skip one more frame in case of debug on entry.
11189 (debugger-setup-buffer): Delete one more frame line in case of
11190 debug on entry.
11191 (debugger-frame-number): Update to use the new text introduced by
11192 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11193
11194 2005-02-28 Kim F. Storm <storm@cua.dk>
11195
11196 * double.el (double-translate-key): Call force-window-update after
11197 read-event to avoid crash in redisplay.
11198
11199 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11202 (debug): Use it. Move the inhibit-trace earlier.
11203 (debug-entry-code): New const.
11204 (debug-on-entry-1): Use it.
11205
11206 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11207
11208 * international/utf-16.el (ccl-encode-mule-utf-16le):
11209 Fix BUFFER_MAGNIFICATION to 2.
11210 (ccl-encode-mule-utf-16be): Likewise.
11211
11212 2005-02-28 Kenichi Handa <handa@m17n.org>
11213
11214 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11215 Fix BUFFER_MAGNIFICATION to 4.
11216 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11217
11218 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11219
11220 * speedbar.el (speedbar-update-flag): Doc fix.
11221 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11222 argument.
11223
11224 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11227 have a non-nil `invisible' property but are actually visible.
11228
11229 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11230 for perldoc sections.
11231 (perl-outline-regexp, perl-outline-level): New var and function.
11232 (perl-mode): Use them.
11233
11234 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11235
11236 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11237 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11238
11239 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11240
11241 * cus-edit.el: Comment change.
11242 (custom-buffer-create-internal): Slightly reword text at top of
11243 Custom buffers. Mention there that saving an option edits the
11244 init file. Add link to Emacs manual node on `custom-file'.
11245 (custom-magic-alist): Rewrite individual State messages to use
11246 capitalized keywords. Doc fix.
11247
11248 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11249
11250 * calendar/calendar.el (calendar-buffer): Move above
11251 calendar-week-start-day.
11252 (calendar-week-start-day): Doc fix. Add :set function.
11253 (calendar-minimum-window-height): New variable.
11254 (generate-calendar-window): Only resize window if selected-window
11255 is displaying the calendar buffer. Use new variable
11256 calendar-minimum-window-height.
11257 (generate-calendar): Reword error message.
11258 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11259
11260 2005-02-27 Andreas Schwab <schwab@suse.de>
11261
11262 * vc.el (vc-do-command): Don't run command asynchronously when
11263 operating in a remote directory.
11264
11265 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11266 change from sync with Tramp 2.0.47.
11267
11268 2005-02-27 Richard M. Stallman <rms@gnu.org>
11269
11270 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11271
11272 * textmodes/flyspell.el (flyspell-mode-on):
11273 Call ispell-change-dictionary only if necessary.
11274
11275 * emacs-lisp/re-builder.el (regexp-builder): New function.
11276
11277 * register.el (describe-register-1): Explicitly handle
11278 yank-excluded-properties = t.
11279
11280 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11281 (custom-magic-alist): Change the status descriptions again.
11282 (face widget-type): Total rewrite based on `restricted-sexp'
11283 to eliminate the confusing double hiding levels.
11284
11285 * emacs-lisp/debug.el (debug-on-entry-1):
11286 If function body is empty, add nil as body form.
11287
11288 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * emacs-lisp/trace.el (inhibit-trace): New var.
11291 (trace-make-advice): Use it.
11292
11293 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11294
11295 2005-02-26 Kim F. Storm <storm@cua.dk>
11296
11297 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11298 (mouse-on-link-p, mouse-drag-region-1): Use it.
11299
11300 2005-02-25 Lute Kamstra <lute@gnu.org>
11301
11302 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11303
11304 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11305
11306 * frame.el (blink-cursor-mode): Add :group keyword.
11307
11308 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11309
11310 * calendar/icalendar.el (icalendar--decode-isodatetime):
11311 New optional argument DAY-SHIFT.
11312 (icalendar-export-region): Fix coding-system-for-write.
11313 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11314 events by one.
11315
11316 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11319
11320 2005-02-24 Kim F. Storm <storm@cua.dk>
11321
11322 * international/iso-acc.el (iso-accents-compose): Fix crash
11323 during redisplay. Call force-window-update after read-event
11324 and delete-region to signal that window is not accurate.
11325
11326 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11329 Remove unused and inexistent var `inhibit-trace'.
11330 (debugger-mode): Use run-mode-hooks.
11331 (debugger-list-functions): Add buttons; setup xref stack.
11332
11333 2005-02-23 Richard M. Stallman <rms@gnu.org>
11334
11335 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11336 appointment says it was explicitly made.
11337 (appt-add): Set the 3rd element.
11338 (appt-make-list): Preserve explicit appointments.
11339
11340 * subr.el (find-tag-default): Catch errors in forward-sexp.
11341
11342 2005-02-23 Juri Linkov <juri@jurta.org>
11343
11344 * info.el (Info-isearch-search): New defcustom.
11345 (Info-isearch-search): Call the default isearch function
11346 when Info-isearch-search is nil.
11347 (Info-isearch-wrap): Use variable Info-isearch-search.
11348
11349 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11350
11351 * cus-edit.el: Comment change.
11352
11353 2005-02-22 Kim F. Storm <storm@cua.dk>
11354
11355 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11356 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11357
11358 2005-02-22 Simon Josefsson <jas@extundo.com>
11359
11360 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11361 New variable.
11362 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11363 Oskarsson" <myrkraverk@users.sourceforget.net>.
11364
11365 2005-02-22 Kim F. Storm <storm@cua.dk>
11366
11367 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11368 check that window of that event is the selected window.
11369 (mouse-drag-region-1): Compare mouse event window to selected
11370 window before setting point.
11371
11372 * tooltip.el (tooltip-show-help-function): Pass event to
11373 mouse-on-link-p so it can check selected window.
11374
11375 2005-02-22 Kenichi Handa <handa@m17n.org>
11376
11377 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11378 (ps-mule-show-warning): New function.
11379 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11380 characters are found.
11381
11382 * ps-print.el (ps-header-footer-string): Return a list of header
11383 and footer strings.
11384
11385 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11386
11387 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11388
11389 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11390
11391 * frame.el (blink-cursor-mode): Use define-minor-mode.
11392
11393 * term/mac-win.el (function-key-map): Use char-names more consistently.
11394 (file-name-coding-system): Only set it for MacOS-9. The other case is
11395 already handled in mule-cmds.el (where it also works when mac-win.el
11396 is not used).
11397
11398 2005-02-21 Kenichi Handa <handa@m17n.org>
11399
11400 * international/mule.el (ctext-pre-write-conversion): Always use
11401 " *code-converting-work*" buffer for work.
11402
11403 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11404
11405 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11406
11407 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11408
11409 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11410
11411 * ses.el (undo-more): Restore defadvice, but only the part that
11412 allows changes outside the restricted area of the buffer.
11413
11414 2005-02-20 Kim F. Storm <storm@cua.dk>
11415
11416 * simple.el (line-move): Add fourth optional arg try-vscroll which
11417 must be set to perform auto-window-vscroll.
11418 When moving backwards and doing auto-window-vscroll, automatically
11419 vscroll to the last part of lines which are taller than the window.
11420 (next-line, previous-line): Set try-vscroll arg on line-move.
11421
11422 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11423
11424 * replace.el (query-replace, query-replace-regexp)
11425 (replace-string, replace-regexp): When operating on region, make
11426 the minibuffer prompt say so.
11427
11428 * isearch.el (isearch-forward): Document isearch-query-replace and
11429 isearch-query-replace-regexp keybindings.
11430
11431 2005-02-19 Jay Belanger <belanger@truman.edu>
11432
11433 * calc/calc-aent.el (math-read-token): Add local variable.
11434
11435 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11436 (calc-edit-top): Move declaration to earlier in file.
11437 (calc-edit-macro-repeats): Add local variables.
11438
11439 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11440 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11441 calcFunc-tanh.
11442 Adjust integration rule for calcFunc-tan.
11443
11444 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11445
11446 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11447 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11448 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11449 (viper-skip-separators): Bug fix.
11450 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11451 particular major mode.
11452 (viper-del-backward-char-in-replace): Don't put deleted char on the
11453 kill ring.
11454
11455 * viper-ex.el (viper-color-display-p): New function.
11456 (viper-has-face-support-p): Use viper-color-display-p.
11457
11458 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11459
11460 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11461
11462 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11463 (viper-file-remote-p): Make equivalent to file-remote-p.
11464
11465 * viper.el (viper-major-mode-modifier-list):
11466 Use viper-gnus-modifier-map.
11467
11468 2005-02-19 David Kastrup <dak@gnu.org>
11469
11470 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11471 quoting.
11472
11473 2005-02-19 Jay Belanger <belanger@truman.edu>
11474
11475 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11476 Remove extra definitions.
11477 (calc-coth): New function.
11478 (calcFunc-cot): Fix `let'.
11479
11480 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11481
11482 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11483 the reasons we use "type pc" in these faces.
11484
11485 * button.el (button): Ditto.
11486
11487 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11488
11489 * replace.el (query-replace-read-from): Set the value of
11490 query-replace-from-history-variable to handle the case of an empty
11491 string entered to accept the suggested default.
11492
11493 * net/tramp.el (tramp-file-name-for-operation):
11494 Use dired-call-process instead of dired-call-process-command.
11495
11496 2005-02-19 Jay Belanger <belanger@truman.edu>
11497
11498 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11499 (math-div-non-trig): New variables.
11500 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11501 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11502 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11503 trig expressions.
11504
11505 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11506
11507 * progmodes/gdb-ui.el (gdb-var-update-handler)
11508 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11509 for watch expressions,
11510 (gdb-var-create-handler): Don't set speedbar-update-flag.
11511 (gdb-post-prompt): Simplify test for speedbar.
11512
11513 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11514
11515 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11516 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11517 we use the syntax table of the correct buffer.
11518 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11519 Felix Gatzemeier.
11520
11521 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11522 (ediff-file-remote-p): Make synonymous with file-remote-p.
11523 In all deffaces ediff-*-face-*, use min-colors.
11524
11525 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11526 ediff-recurse-to-subdirectories.
11527 (ediff-mark-if-equal): Check that the arguments are strings, use
11528 ediff-same-contents (after to Felix Gatzemeier).
11529
11530 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11531 nil.
11532
11533 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11534
11535 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11536
11537 2005-02-18 David Kastrup <dak@gnu.org>
11538
11539 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11540 use `mark-active' when defined.
11541
11542 2005-02-18 Kenichi Handa <handa@m17n.org>
11543
11544 * ps-print.el (ps-font-info-database): New entry
11545 ZapfChancery-MediumItalic with correct font name. Fix font name
11546 of the entry Zapf-Chancery-MediumItalic.
11547
11548 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11549
11550 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11551
11552 2005-02-16 Kim F. Storm <storm@cua.dk>
11553
11554 * ido.el (ido-fallback-command): Pass user input to fallback command.
11555
11556 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11557
11558 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11559 (gdb-find-file-hook): Add server prefix.
11560
11561 2005-02-16 Richard M. Stallman <rms@gnu.org>
11562
11563 * replace.el (perform-replace): Pass new args to replace-highlight.
11564 (replace-highlight): Take region args,
11565 and pass them to isearch-lazy-highlight-new-loop.
11566
11567 * novice.el (disabled-command-hook): Autoload the defalias
11568 and the make-obsolete-variable call.
11569
11570 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11571
11572 * isearch.el (isearch-lazy-highlight-start-limit)
11573 (isearch-lazy-highlight-end-limit): New variables limit
11574 the region for highlighting.
11575 (isearch-lazy-highlight-new-loop): New args BEG and END.
11576 (isearch-lazy-highlight-search): Use the new vars.
11577 (isearch-lazy-highlight-update): Likewise.
11578
11579 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11580
11581 * cus-start.el (all): Use default-boundp.
11582
11583 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11584
11585 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11586
11587 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11588
11589 * autorevert.el (auto-revert-stop-on-user-input)
11590 (auto-revert-verbose): Doc fixes.
11591
11592 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11593
11594 * international/mule-cmds.el (set-locale-environment): Remove call
11595 to set-selection-coding-system on Windows.
11596
11597 2005-02-15 Jay Belanger <belanger@truman.edu>
11598
11599 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11600 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11601 calcFunc-coth.
11602 (math-simplify-sqrt): Add simplifications.
11603
11604 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11605 to list.
11606
11607 * calc/calc-ext.el: Add functions to autoloads.
11608
11609 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11610 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11611 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11612 (math-csc-raw, math-cot-raw): New functions.
11613
11614 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11615
11616 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11617 the variable name in a message.
11618
11619 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11620 calcFunc-csc, calcFunc-cot.
11621
11622 * calc/calcalg2.el: Add derivative and integration rules for
11623 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11624 calcFunc-csch, calcFunc-coth.
11625 (math-do-integral-methods): Add to checks for when to use
11626 substitutions.
11627
11628 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11629
11630 2005-02-15 Lute Kamstra <lute@gnu.org>
11631
11632 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11633 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11634 <monnier@iro.umontreal.ca>
11635 (lisp-outline-level): Improve efficiency. Suggested by David
11636 Kastrup <dak@gnu.org>.
11637
11638 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11639
11640 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11641 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11642 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11643 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11644 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11645
11646 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11647
11648 * cus-start.el (all): Comment change.
11649
11650 2005-02-14 Lute Kamstra <lute@gnu.org>
11651
11652 * cus-start.el (all): Check if symbol is void.
11653
11654 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11655
11656 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11657 optional argument to \cite.
11658
11659 2005-02-14 Richard M. Stallman <rms@gnu.org>
11660
11661 * cus-edit.el (custom-buffer-create-internal): Update help message.
11662 (custom-magic-alist): Update help messages.
11663
11664 * cus-start.el (all): Allow a var to specify a standard value.
11665
11666 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11667
11668 * custom.el (custom-theme-set-variables): Handle variable aliases.
11669
11670 * frame.el (blink-cursor-timer): Doc fix.
11671 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11672 declare obsolete.
11673 (blink-cursor-mode): Define with defcustom and use correct
11674 standard expression in that defcustom.
11675 * startup.el (command-line): Adapt to above changes in frame.el.
11676
11677 2005-02-11 Lute Kamstra <lute@gnu.org>
11678
11679 * apropos.el (apropos-score-doc): Prevent division by zero.
11680
11681 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11682
11683 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11684 (icalendar--get-event-property-attributes)
11685 (icalendar--get-event-properties)
11686 (icalendar--datetime-to-diary-date): New functions.
11687 (icalendar--split-value): Doc fix.
11688 (icalendar--datetime-to-noneuropean-date)
11689 (icalendar--datetime-to-european-date): New optional argument
11690 SEPARATOR. Return result as a string instead of a list.
11691 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11692 (icalendar--convert-string-for-export): Rename arg S to STRING.
11693 (icalendar-export-region): Doc fix. Change name of error buffer.
11694 Save output buffer.
11695 (icalendar-import-file): Add blank at end of prompt.
11696 (icalendar-import-buffer): Doc fix. Do not switch to error
11697 buffer. Indicate status in return value.
11698 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11699 buffer. Save output buffer. Handle exception from recurrence
11700 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11701 events. Fix problems with weekly all-day events.
11702
11703 2005-02-10 Richard M. Stallman <rms@gnu.org>
11704
11705 * simple.el (eval-expression-print-format):
11706 Avoid warning about edebug-active.
11707
11708 * help.el (help-for-help-internal): Rename from help-for-help.
11709 (help-for-help): Define with defalias.
11710
11711 * font-core.el (font-lock-default-function): Use with-no-warnings.
11712
11713 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11714
11715 * custom.el (defface): Doc fix.
11716
11717 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11718
11719 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11720 width 0" to prevent word wrapping problems.
11721
11722 2005-02-09 Kim F. Storm <storm@cua.dk>
11723
11724 * ido.el (ido-file-extensions-order): New defcustom.
11725 (ido-file-extension-lessp, ido-file-extension-aux)
11726 (ido-file-extension-order): New advanced file ordering.
11727 (ido-file-lessp): New simple file ordering.
11728 (ido-sort-list): Remove.
11729 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11730 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11731
11732 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11733
11734 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11735 that some versions of grep produce.
11736 (grep-mode-font-lock-keywords): Likewise.
11737
11738 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11739
11740 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11741 (gdb-cdir): Delete.
11742 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11743 (gdb-source-info): Treat case when source file is in another
11744 directory properly.
11745 (gdb-get-location): New function.
11746
11747 2005-02-07 Jay Belanger <belanger@truman.edu>
11748
11749 * calc/calc-prog.el (calc-write-parse-table-part)
11750 (calc-fix-token-name): Fix a check for language type.
11751
11752 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11753
11754 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11755
11756 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11757 as directory not writable.
11758
11759 2005-02-07 Kim F. Storm <storm@cua.dk>
11760
11761 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11762 (cua--standard-movement-commands): Remove list.
11763 Instead, set CUA property value to move for movement commands.
11764 (cua-movement-commands): Remove. Users must set CUA prop instead.
11765 (cua--pre-command-handler): Check CUA property.
11766 (cua--init-keymaps): Don't remap undo commands.
11767 (cua-mode): Don't call cua--rectangle-on-off.
11768
11769 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11770 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11771 (cua--rect-undo-set-point): New var.
11772 (cua--rectangle-undo-boundary): Setup undo apply entry.
11773 (cua--rect-undo-handler): New function for rectangle undo.
11774 (cua--rect-start-position, cua--rect-end-position): Add.
11775 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11776 for restored rectangle. Set point if cua--rect-undo-set-point.
11777
11778 2005-02-06 Jay Belanger <belanger@truman.edu>
11779
11780 * calc/calc-lang.el (calc-tex-language): Display more information
11781 in messages.
11782
11783 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11784 in TeX mode.
11785
11786 2005-02-06 Richard M. Stallman <rms@gnu.org>
11787
11788 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11789
11790 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11791
11792 * net/ldap.el (ldap-search-internal): Support attributes with
11793 optional descriptions separated by a semi-colon, as in
11794 "userCertificate;binary".
11795
11796 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11797
11798 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11799 isn't a cons (i.e. the version is 0).
11800
11801 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11802
11803 * help.el (help-for-help): Doc fix.
11804
11805 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11806
11807 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11808 GDB-Windows on the menu-bar as this works better.
11809
11810 2005-02-04 Jay Belanger <belanger@truman.edu>
11811
11812 * calc/calc-embed.el (calc-embedded-update): Don't put in
11813 unnecessary newlines. Adjust the end of formula marker.
11814
11815 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11816 (math-latex-parse-two-args): New function.
11817
11818 2005-02-03 Lute Kamstra <lute@gnu.org>
11819
11820 * help-fns.el (help-with-tutorial): Make sure that users cannot
11821 remove the entire text of the tutorial by means of `undo'.
11822
11823 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11824
11825 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11826 in recent changes, where the ispell process was repeatedly
11827 killed & restarted.
11828
11829 * international/mule-cmds.el (set-locale-environment): Set file-name
11830 coding system to utf-8 on Darwin systems.
11831 (set-default-coding-systems): Don't set default-file-name-coding-system
11832 on Darwin systems.
11833
11834 2005-02-03 Richard M. Stallman <rms@gnu.org>
11835
11836 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11837
11838 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11839
11840 * faces.el (list-faces-display): Add optional argument.
11841
11842 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * font-core.el (font-lock-default-function): Handle the rare case where
11845 only font-lock-keywords is set.
11846
11847 2005-02-02 Kenichi Handa <handa@m17n.org>
11848
11849 * international/characters.el: Cancel previous change for
11850 I-WITH-DOT-ABOVE and DOTLESS-i.
11851
11852 * international/latin-5.el: Cancel previous change.
11853
11854 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11855
11856 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11857
11858 2005-02-02 Kenichi Handa <handa@m17n.org>
11859
11860 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11861 DOTLESS-i.
11862
11863 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11864 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11865
11866 * case-table.el (get-upcase-table): New function.
11867 (copy-case-table): Copy upcaes table too if non-nil.
11868 (set-case-syntax-delims): Maintain upcase table too.
11869 (set-case-syntax-pair): Likewise.
11870 (set-upcase-syntax, set-downcase-syntax): New functions.
11871 (set-case-syntax): Maintain upcase table too.
11872
11873 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11874
11875 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11876
11877 * progmodes/gud.el (gud-goto-info): New function.
11878 (gud-tool-bar-map): Use correct icon.
11879
11880 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11881
11882 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11883 When delegating, order args in the funcall correctly.
11884
11885 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11886
11887 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11888
11889 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
11890
11891 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11892 buffer not visiting a file.
11893
11894 2005-01-31 Jay Belanger <belanger@truman.edu>
11895
11896 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11897 bound on the line with the formula.
11898
11899 2005-01-31 Kim F. Storm <storm@cua.dk>
11900
11901 * ses.el (ses-create-cell-variable-range)
11902 (ses-destroy-cell-variable-range, ses-reset-header-string)
11903 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11904 (ses-insert-row): Fix format of apply undo entries.
11905
11906 2005-01-31 Jay Belanger <belanger@truman.edu>
11907
11908 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11909 parts.
11910
11911 * calc/calc-embed.el (calc-embedded-open-formula)
11912 (calc-embedded-close-formula): Ignore matrix environments.
11913
11914 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11915 TeX mode.
11916
11917 * calc/calc-lang.el (math-function-table, math-oper-table)
11918 (math-variable-table): Adjust the LaTeX portions.
11919
11920 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11921 (math-latex-ignore-words): New constant.
11922
11923 2005-01-31 Richard M. Stallman <rms@gnu.org>
11924
11925 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11926 (ispell-local-dictionary): Doc fix.
11927 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11928 Don't reinitialize at run time. Don't defcustom.
11929 All uses changed to append ispell-local-dictionary-alist,
11930 or check it first.
11931 (ispell-current-dictionary): New variable for dictionary in use.
11932 (ispell-dictionary): Now used only for global default.
11933 (ispell-start-process): Set ispell-current-dictionary,
11934 not ispell-dictionary.
11935 (ispell-change-dictionary): Use this only for setting
11936 user preferences.
11937 (ispell-internal-change-dictionary): New function
11938 to change the current dictionary in use.
11939 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
11940 Use ispell-current-dictionary.
11941 Handle ispell-local-dictionary-overridden.
11942 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
11943
11944 2005-01-31 Jay Belanger <belanger@truman.edu>
11945
11946 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
11947
11948 * calc/calc-ext.el: Add calc-latex-language to autoloads.
11949 (calc-mode-map): Add calc-latex-language.
11950
11951 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
11952 (math-latex-print-frac): New functions.
11953 (math-oper-table, math-function-table, math-variable-table)
11954 (math-complex-format, math-input-filter): Add latex properties.
11955 (calc-set-language): Set math-expr-special-function-mapping.
11956
11957 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
11958 (calc-write-parse-table-part): Add LaTeX support.
11959
11960 * calc/calc.el (calc-language): Adjust docstring.
11961 (calc-set-mode-line): Add LaTeX support.
11962 (math-expr-special-function-mapping): New variable.
11963 (math-tex-ignore-words): Add to list.
11964
11965 * calc/calccomp.el (math-compose-expr, math-compose-rows):
11966 Add LaTeX support.
11967 (math-compose-expr): Add support for special functions.
11968
11969 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
11970
11971 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
11972
11973 * progmodes/gdb-ui.el (gdb-memory-address)
11974 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
11975 (gdb-memory-mode-map, gdb-memory-format-keymap)
11976 (gdb-memory-format-menu, gdb-memory-unit-keymap)
11977 (gdb-memory-unit-menu): New variables for a buffer
11978 that lets the user examine program memory.
11979 (gdb-memory-set-address, gdb-memory-set-repeat-count)
11980 (gdb-memory-format-binary, gdb-memory-format-octal)
11981 (gdb-memory-format-unsigned, gdb-memory-format-signed)
11982 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
11983 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
11984 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11985 (gdb-memory-unit-byte, gdb-memory-unit-menu)
11986 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
11987 (gdb-memory-mode, gdb-memory-buffer-name)
11988 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
11989 New functions for above buffer.
11990
11991 2005-01-30 Richard M. Stallman <rms@gnu.org>
11992
11993 * cus-edit.el (custom-bury-buffer): Function deleted.
11994 (custom-buffer-done-function): Option deleted.
11995 (custom-buffer-done-kill): New (replacement option.
11996 (Custom-buffer-done): Call quit-window.
11997 (custom-buffer-create-internal): Update for above changes.
11998
11999 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12000
12001 * simple.el (undo-ask-before-discard): New var.
12002 (undo-outer-limit-truncate): Implement it.
12003 (undo-extra-outer-limit): Doc update.
12004
12005 2005-01-29 Richard M. Stallman <rms@gnu.org>
12006
12007 * ses.el (undo-more): Delete defadvice.
12008 (ses-begin-change): Doc fix.
12009
12010 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12011 instead of rebinding C-x u and C-_.
12012
12013 * files.el (normal-backup-enable-predicate): Return nil for files
12014 in /tmp, regardless of temporary-file-directory.
12015
12016 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12017
12018 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12019 (open-rectangle, delete-whitespace-rectangle-line)
12020 (clear-rectangle-line): If FILL, pass t instead of FILL
12021 for move-to-column's 2nd arg.
12022
12023 * simple.el (undo): Fix the test for continuing a series of undos.
12024 (undo-more): Set pending-undo-list to t when we reach end.
12025 (pending-undo-list): Move up defvar.
12026
12027 * wid-edit.el (widget-button-click):
12028 Shorten the range of the track-mouse binding.
12029
12030 * comint.el (comint-insert-input): Undo previous changes;
12031 use last-input-event in interactive spec.
12032
12033 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12034
12035 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12036 to nil before invoking call-process. Reset buffer's modified flag
12037 after fontifying it in the no-async branch.
12038
12039 * wid-edit.el (widget-specify-button): If mouse pointer shape
12040 cannot be changed, use mouse face instead.
12041
12042 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12043
12044 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12045 (gdb-goto-breakpoint): Make breakpoint handling work on template
12046 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12047 (gdb-assembler-custom): Update to recognize breakpoint information
12048 added on 2005-01-19.
12049
12050 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12053 (dsssl-mode): Use define-derived-mode.
12054 (scheme-mode-initialize): Remove.
12055 (scheme-mode): Use run-mode-hooks.
12056
12057 * cus-edit.el (customize-group-other-window)
12058 (custom-buffer-create-other-window): Don't override special-display-*.
12059 (custom-mode-map): Make it dense.
12060
12061 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12062 sets the default value.
12063
12064 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12065
12066 * descr-text.el: Add more keywords.
12067
12068 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * speedbar.el: Avoid unnecessary use of locate-library.
12071
12072 * international/mule-cmds.el (standard-display-european-internal):
12073 Don't fiddle with latin-1 non-break space any more since it's now
12074 special cased in the C code.
12075 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12076
12077 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12078
12079 * cus-start.el (all): Add `undo-outer-limit'.
12080
12081 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12082
12083 * textmodes/bibtex.el (bibtex-format-entry):
12084 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12085 field lines.
12086 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12087 not on part of a buffer.
12088
12089 2005-01-25 Lute Kamstra <lute@gnu.org>
12090
12091 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12092 nonempty field text strings like "{letters\\macro{}more letters}".
12093 Clarify docstring.
12094 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12095 (bibtex-entry-offset, bibtex-parse-association)
12096 (bibtex-parse-field-name): Fix typos in docstrings.
12097 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12098
12099 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12100
12101 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12102 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12103 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12104 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12105
12106 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12107 isearch minor mode.
12108
12109 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12110
12111 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12112
12113 2005-01-24 Lute Kamstra <lute@gnu.org>
12114
12115 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12116 CASECHARS and NOT-CASECHARS regular expressions of the
12117 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12118 striding over charsets" error.
12119
12120 2005-01-24 Jay Belanger <belanger@truman.edu>
12121
12122 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12123 display variable name.
12124
12125 2005-01-24 Kenichi Handa <handa@m17n.org>
12126
12127 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12128 Fix setting of the element of encoded-kbd-iso2022-invocations.
12129
12130 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12131
12132 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12133 (gdb-threads-select): Change to also accept mouse events.
12134 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12135 (gdb-threads-mouse-select): Delete.
12136
12137 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12138
12139 * files.el (insert-directory): Take care of empty directory,
12140 listed without -a switch.
12141
12142 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * textmodes/refill.el (refill-post-command-function):
12145 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12146 to the list of functions that we should be careful not to undo.
12147 (refill-late-fill-paragraph-function): Remove.
12148 (refill-saved-state): New var.
12149 (refill-mode): Use it to save fill-paragraph-function.
12150 Save also the value of auto-fill-function.
12151
12152 * term/w32-win.el: Simplify code.
12153
12154 2005-01-23 Kim F. Storm <storm@cua.dk>
12155
12156 * simple.el (line-move): Adapt to new return value from
12157 pos-visible-in-window-p.
12158
12159 * simple.el (line-move): Fix last change. Check partial
12160 visibility at point rather than at window-start.
12161
12162 2005-01-22 Jason Rumney <jasonr@gnu.org>
12163
12164 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12165
12166 2005-01-22 David Kastrup <dak@gnu.org>
12167
12168 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12169
12170 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12171
12172 * type-break.el (type-break-mode): Add a test for
12173 type-break-file-name being non-nil.
12174
12175 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12176
12177 * net/eudc.el (top level): Call (message "") via progn, so that
12178 eudc-options-file is loaded.
12179
12180 2005-01-22 Kim F. Storm <storm@cua.dk>
12181
12182 * simple.el (line-move-1): Rename from line-move.
12183 (line-move): New function that adjusts vscroll for partially
12184 visible rows, and calls line-move-1 otherwise.
12185
12186 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12187
12188 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12189 since it's not a complete read-event implementation
12190
12191 2005-01-20 Jay Belanger <belanger@truman.edu>
12192
12193 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12194 for called function.
12195
12196 2005-01-20 Steven Tamm <steventamm@mac.com>
12197
12198 * term/mac-win.el (process-connection-type): Remove.
12199 Controlled now by s/darwin.h:PTY_ITERATION.
12200
12201 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * window.el (handle-select-window): Don't switch window when we're
12204 in the minibuffer.
12205
12206 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12207
12208 * subr.el (dotimes-with-progress-reporter): New macro.
12209
12210 * ses.el (ses-dotimes-msg): Remove macro.
12211 Use `dotimes-with-progress-reporter' instead.
12212
12213 2005-01-19 Steven Tamm <steventamm@mac.com>
12214
12215 * term/mac-win.el (process-connection-type): Use new
12216 operating-system-release variable to use ptys on Darwin 7 (OS X
12217 10.3) when using carbon build.
12218
12219 2005-01-19 Jay Belanger <belanger@truman.edu>
12220
12221 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12222 flags if the last command was a tab or M-tab.
12223
12224 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12225 in formula editing buffer.
12226
12227 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12228
12229 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12230 breakpoint image symbol in margin.
12231
12232 2005-01-19 Jay Belanger <belanger@truman.edu>
12233
12234 * calc/calc-prog.el (calc-execute-kbd-macro):
12235 Ignore calc-keep-arg-flag.
12236
12237 2005-01-19 Kenichi Handa <handa@m17n.org>
12238
12239 * textmodes/ispell.el (ispell-looking-at): New function.
12240 (ispell-process-line): Use ispell-looking-at to compare the ispell
12241 output and the buffer contents.
12242
12243 2005-01-18 Jay Belanger <belanger@truman.edu>
12244
12245 * calc/calc.el (calc-display-raw): Fix docstring.
12246
12247 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * simple.el (blink-matching-open): Strip extra info from syntax.
12250
12251 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12252 funny chars in the end-of-here-doc marker.
12253
12254 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12255
12256 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12257 that enable/disabled state of breakpoints is shown correctly in
12258 fringe and on ttys.
12259 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12260 Add breakpoint information as text properties.
12261 (gdb-mouse-toggle-breakpoint):
12262 Rename to gdb-mouse-set-clear-breakpoint.
12263 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12264 breakpoints in the margin.
12265 (gdb-remove-strings): Simplify.
12266
12267 2005-01-17 Jay Belanger <belanger@truman.edu>
12268
12269 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12270 erasing buffer.
12271
12272 2005-01-17 Richard M. Stallman <rms@gnu.org>
12273
12274 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12275 for calling grep-compute-defaults.
12276
12277 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12278 if buffer is empty.
12279
12280 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12281
12282 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12283
12284 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12285
12286 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12287 non-preloaded variables.
12288
12289 2005-01-17 Steven Tamm <steventamm@mac.com>
12290
12291 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12292 tex-shell cause to force interactivity when using pipes.
12293
12294 2005-01-17 Kim F. Storm <storm@cua.dk>
12295
12296 * simple.el (just-one-space): Make arg optional.
12297
12298 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12299
12300 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12301 posn-at-x-y to t to access left-margin.
12302
12303 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12304
12305 Sync with Tramp 2.0.47.
12306
12307 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12308 catching keep-date problems in cp/scp operations.
12309 (tramp-handle-copy-file): Don't call `set-file-modes'
12310 unconditionally. Specialized functions should know better what is
12311 necessary. This improves performance a little bit, and the
12312 functions could catch errors with `cp -p' and `scp -p'.
12313 (tramp-do-copy-or-rename-file-via-buffer)
12314 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12315 when appropriate.
12316 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12317 Call `set-file-modes' when appropriate.
12318 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12319 Johnsson <isak@hypergene.com>
12320 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12321 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12322 <joakim@verona.se>
12323 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12324 Emacs only.
12325
12326 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12327 `find-file-hooks' and `dired-mode-hook'.
12328 (tramp-minor-mode-map): Respective map. Add remapping for
12329 `compile' and `recompile'.
12330 (tramp-remap-command, tramp-recompile): New defuns.
12331 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12332 in buffer "*Compilation*". Call the commands asynchronously.
12333
12334 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12335 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12336 `shell-command', because it isn't magic in XEmacs. Reported by
12337 Adrian Aichner <adrian@xemacs.org>.
12338
12339 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12340 `substitute-in-file-name.
12341 (tramp-smb-handle-substitute-in-file-name): New defun.
12342 (tramp-smb-advice-PC-do-completion): Delete advice.
12343
12344 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12345
12346 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12347 Fix error in deleting region.
12348
12349 2005-01-15 Richard M. Stallman <rms@gnu.org>
12350
12351 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12352 In non-temp buffer, switch syntax table temporarily.
12353
12354 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12355
12356 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12357
12358 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12359
12360 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12361 (imenu--generic-function): Use START, not BEG, as pos of definition.
12362
12363 * simple.el (just-one-space): Argument specifies number of spaces.
12364
12365 * simple.el (eval-expression-print-format): Avoid warning
12366 about edebug-active.
12367
12368 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12369
12370 * progmodes/sh-script.el: Code copied from make-mode.el
12371 with small changes,
12372 (sh-mode-map): Bind C-c C-\.
12373 (sh-backslash-column, sh-backslash-align): New variables.
12374 (sh-backslash-region, sh-append-backslash): New functions.
12375
12376 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12377
12378 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12379 (rmail-pop-password, rmail-pop-password-required): Move to
12380 rmail-obsolete group.
12381 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12382 All callers updated.
12383 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12384 Take an argument specifying whether it is POP or IMAP mailbox we
12385 are using. All callers updated.
12386 (rmail-pop-password-error): Rename to
12387 rmail-remote-password-error. Added mailutils-specific error message.
12388 (rmail-movemail-search-path)
12389 (rmail-movemail-variant-in-use): New variables.
12390 (rmail-remote-password, rmail-remote-password-required):
12391 New customization variables.
12392 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12393 (rmail-parse-url): New function.
12394 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12395 with GNU mailutils movemail.
12396
12397 2005-01-15 Kevin Ryde <user42@zip.com.au>
12398
12399 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12400 suffix to space, $ or '$, to correctly position point when going
12401 to @table style constants like DBL_MAX.
12402
12403 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12404
12405 * type-break.el (type-break-mode, type-break-file-time)
12406 (type-break-file-keystroke-count, type-break-choose-file):
12407 Don't store data in or load data from the file if type-break-file-name
12408 is nil.
12409 (type-break-file-name): Doc update as per the above.
12410
12411 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12412
12413 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12414 lookup-key might return nil; handle that.
12415
12416 2005-01-15 Alan Mackenzie <acm@muc.de>
12417
12418 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12419 rather than the element found, thus enabling the tree to be setcar'd.
12420
12421 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12422
12423 * textmodes/org.el (org-show-following-heading): New option.
12424 (org-show-hierarchy-above): Use `org-show-following-heading'.
12425 (org-cycle): Documentation fix.
12426
12427 * textmodes/org.el (orgtbl-optimized): New option
12428 (orgtbl-mode): New command, a minor mode.
12429 (orgtbl-mode-map): New variable.
12430 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12431 (orgtbl-error, orgtbl-self-insert-command)
12432 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12433
12434 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12435 a local variable in each org-mode buffer.
12436
12437 * textmodes/org.el (org-set-regexps-and-options): Rename from
12438 `org-set-regexps'. Added checking for STARTUP keyword.
12439 (org-get-current-options): Add STARTUP options.
12440 (org-table-insert-row): Make mode intelligent about when
12441 realignment is needed.
12442 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12443 New commands.
12444 (org-enable-table-editor): New default value `optimized'.
12445 (org-table-blank-field): Support blanking regions if active.
12446
12447 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12448
12449 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12450 if the year is not given.
12451
12452 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12453 Add new escapes %m and %M, fixed bug with %F by adding
12454 save-match-data.
12455 (reftex-reference): Remove ?. from list of spaces.
12456 (reftex-label-info): Add automatic label prefix recognition.
12457
12458 * textmodes/reftex-index.el (reftex-index-next-phrase):
12459 Add slave parameter to call of `reftex-index-this-phrase'.
12460 (reftex-index-this-phrase): New optional argument.
12461 (reftex-index-region-phrases): Add slave parameter to call of
12462 `reftex-index-this-phrase'.
12463 (reftex-display-index): New argument redo.
12464 (reftex-index-rescan): Add 'redo to arguments of
12465 `reftex-display-index'.
12466 (reftex-index-Rescan, reftex-index-revert)
12467 (reftex-index-switch-index-tag): Add 'redo to arguments of
12468 `reftex-display-index'.
12469 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12470 indexing. Fix bug with matching is there is a quote before or
12471 after the word.
12472
12473 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12474 Fix bug when collecting citation keys in lines with comments.
12475 (reftex-citation): Prefix argument no longer rescans the document,
12476 but forces prompting for optional arguments of cite macros.
12477 (reftex-do-citation): Prompting for optional arguments implemented.
12478
12479 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12480 Add optional arguments to most cite commands.
12481 (reftex-cite-cleanup-optional-args): New option
12482 (reftex-cite-prompt-optional-args): New option.
12483 (reftex-trust-label-prefix): New option.
12484
12485 * textmodes/reftex-toc.el (reftex-toc-find-section):
12486 Add push-mark before changing the position in the buffer.
12487
12488 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12489 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12490
12491 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12492
12493 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12494 more carefully.
12495
12496 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12499 (sgml-mode): Use it.
12500 (sgml-get-context): Better keep track of implicitly closed tags.
12501
12502 2005-01-13 Kenichi Handa <handa@m17n.org>
12503
12504 * textmodes/ispell.el: These changes are to fix misalignment error
12505 caused by equivalent characters of different Emacs charsets.
12506 (ispell-unified-chars-table): New variable.
12507 (ispell-get-decoded-string): New function.
12508 (ispell-get-casechars, ispell-get-not-casechars)
12509 (ispell-get-otherchars): Call ispell-get-decoded-string.
12510
12511 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12512
12513 * custom.el (custom-declare-variable): Just put symbol instead
12514 of (defvar . symbol) in `current-load-list'.
12515
12516 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12517
12518 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12519
12520 2005-01-12 Jay Belanger <belanger@truman.edu>
12521
12522 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12523 to create a Calc summary.
12524
12525 2005-01-12 Kim F. Storm <storm@cua.dk>
12526
12527 * mouse.el (mouse-on-link-p): Change functionality and doc
12528 string to comply with latest description in lisp ref.
12529
12530 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12531
12532 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12533 Enable mouse clicks on mode-line, header-line and margin.
12534 (event-type): Give mouse event symbols an 'event-kind property
12535 with value 'mouse-click.
12536
12537 2005-01-12 Juri Linkov <juri@jurta.org>
12538
12539 * facemenu.el (list-colors-display): Add new arg buffer-name.
12540 Use it. Fix docstring. Replace code for identifying duplicate
12541 colors by the name with call to `list-colors-duplicates' which
12542 identifies duplicate colors by the value unless the color
12543 is one of special Windows colors. Set truncate-lines to t.
12544 Print sorted duplicate color names on each line. Indent to 22
12545 \(the longest color name in rgb.txt) instead of 20. Optimize.
12546 (list-colors-duplicates): New function.
12547 (facemenu-color-name-equal): Delete function.
12548
12549 * facemenu.el (list-colors-print): New function created from code
12550 in list-colors-display. Print #RRGGBB at the window right edge.
12551 (list-colors-display): When temp-buffer-show-function is not
12552 defined, call list-colors-print from temp-buffer-show-hook
12553 to get the right value of window-width in list-colors-print
12554 after the buffer is displayed.
12555
12556 * simple.el (pop-mark): Move deactivate-mark out of conditional
12557 part to deactivate the active mark regardless of the state of the
12558 mark ring.
12559
12560 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12561 variables line in desktop files.
12562
12563 2005-01-12 Juri Linkov <juri@jurta.org>
12564
12565 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12566 Bring together isearch highlight related options.
12567 (lazy-highlight): Replace group `replace' by `matching'.
12568 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12569 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12570 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12571 and declare them obsolete.
12572 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12573 (isearch-faces): Remove defgroup.
12574 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12575 Move isearch highlighting code closer to lazy highlighting code.
12576
12577 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12578 (query-replace-highlight, query-replace-lazy-highlight)
12579 (query-replace): Move definitions to the beginning of the file.
12580
12581 2005-01-11 Juri Linkov <juri@jurta.org>
12582
12583 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12584 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12585 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12586
12587 * info.el (Info-history-forward): New variable.
12588 (Info-select-node): Reset Info-history-forward to nil.
12589 (Info-last): Turn into defalias.
12590 (Info-history-back): Rename from Info-last.
12591 Add current node to Info-history-forward.
12592 (Info-history-forward): New fun.
12593 (Info-mode-map): Replace Info-last by Info-history-back.
12594 Bind Info-history-forward to "r".
12595 (Info-mode-menu): Replace Info-last by Info-history-back.
12596 Fix menu item text. Add menu item for Info-history-forward.
12597 (info-tool-bar-map): Replace Info-last by Info-history-back.
12598 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12599 for Info-history-forward.
12600 (Info-mode): Replace Info-last by Info-history-back in docstring.
12601 Add local variable Info-history-forward.
12602 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12603
12604 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12605
12606 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12607 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12608 Ignore select-window events rather than fiddle with
12609 mouse-autoselect-window.
12610
12611 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12612
12613 * type-break.el (type-break-mode): Fix previous change.
12614
12615 2005-01-10 Jay Belanger <belanger@truman.edu>
12616
12617 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12618 calculator; only reset when point is inside a calculator.
12619 Don't adjust the window height if the window takes up the whole height
12620 of the frame.
12621
12622 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12623
12624 * ebuff-menu.el (Electric-buffer-menu-mode):
12625 Preserve value of buffer-local var header-line-format.
12626
12627 2005-01-09 Jay Belanger <belanger@truman.edu>
12628
12629 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12630 Make sure settings file exists before accessing it.
12631
12632 * calc/calc-embed.el (calc-embedded-subst):
12633 Replace math-multi-subst-rec, which is only supposed to be called
12634 by math-multi-subst, by math-multi-subst.
12635
12636 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12637
12638 * vc.el (vc-allow-async-revert): New user option.
12639 (vc-disable-async-diff): New internal variable.
12640 (vc-revert-buffer): Use them to disable asynchronous diff.
12641
12642 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12643 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12644 asynchronously if vc-disable-async-diff is t.
12645
12646 2005-01-09 Jay Belanger <belanger@truman.edu>
12647
12648 * calc/calc.el (defcalcmodevar): New macro.
12649 (calc-mode-var-list-restore-default-values)
12650 (calc-mode-var-list-restore-saved-values): New functions.
12651 (calc-mode-var-list): Use defcalcmodevar to define it.
12652 (calc-always-load-extensions, calc-line-numbering)
12653 (calc-line-breaking, calc-display-just, calc-display-origin)
12654 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12655 (calc-group-char, calc-point-char, calc-frac-format)
12656 (calc-prefer-frac, calc-hms-format, calc-date-format)
12657 (calc-float-format, calc-full-float-format, calc-complex-format)
12658 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12659 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12660 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12661 (calc-matrix-brackets, calc-language, calc-language-option)
12662 (calc-left-label, calc-right-label, calc-word-size)
12663 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12664 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12665 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12666 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12667 (calc-window-height, calc-display-trail, calc-show-selections)
12668 (calc-use-selections, calc-assoc-selections)
12669 (calc-display-working-message, calc-auto-why, calc-timing)
12670 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12671 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12672 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12673 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12674 (calc-gnuplot-geometry, calc-graph-default-resolution)
12675 (calc-graph-default-resolution-3d, calc-invocation-macro)
12676 (calc-show-banner): Use defcalcmodevar to declare them and set
12677 their default values.
12678
12679 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12680 instead of default values (but restore default values if there is
12681 an argument of 0).
12682
12683 2005-01-09 David Kastrup <dak@gnu.org>
12684
12685 * desktop.el (desktop-restore-eager): Fix typo in type.
12686
12687 2005-01-08 Richard M. Stallman <rms@gnu.org>
12688
12689 * cus-edit.el (customize): Delete :link.
12690
12691 2005-01-08 Jay Belanger <belanger@truman.edu>
12692
12693 * calc/calc.el (calc-mode): Remove the extension from the
12694 `calc-settings-file' file name when loading it.
12695
12696 2005-01-08 Kim F. Storm <storm@cua.dk>
12697
12698 * info.el (Info-mode-map, Info-next-link-keymap)
12699 (Info-prev-link-keymap, Info-up-link-keymap):
12700 Map follow-link to mouse-face.
12701 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12702
12703 2005-01-08 Jay Belanger <belanger@truman.edu>
12704
12705 * calc/calc.el (calc-settings-file): Change default value.
12706 Suggested by cgw in a comment in calc-mode.el.
12707
12708 * calc/calc-mode.el (calc-settings-file-name):
12709 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12710 Replace ~/.emacs in a prompt by calc-settings-file.
12711
12712 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12713
12714 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12715 (desktop-lazy-idle-delay): New customizable variables.
12716 (desktop-buffer-args-list): New variable.
12717 (desktop-append-buffer-args): New function.
12718 (desktop-save): Call desktop-append-buffer-args for some buffers.
12719 (desktop-lazy-create-buffer): New function.
12720 (desktop-idle-create-buffers): New function.
12721 (desktop-read): Add message about buffers to restore lazily.
12722 (desktop-lazy-abort): New command.
12723 (desktop-clear): Call desktop-lazy-abort.
12724 (desktop-lazy-complete): New command.
12725
12726 2005-01-06 Richard M. Stallman <rms@gnu.org>
12727
12728 * emacs-lisp/find-func.el (find-face-definition):
12729 Rename from find-face.
12730
12731 2005-01-06 Kim F. Storm <storm@cua.dk>
12732
12733 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12734
12735 * man.el (Man-xref-man-page, Man-xref-header-file)
12736 (Man-xref-normal-file): Add follow-link property.
12737
12738 2005-01-06 Jay Belanger <belanger@truman.edu>
12739
12740 * calc/calc-units.el: Make sure the proper macro definitions are
12741 available when compiling.
12742
12743 2005-01-06 Juri Linkov <juri@jurta.org>
12744
12745 * isearch.el (isearch-lazy-highlight-update):
12746 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12747
12748 2005-01-06 Miles Bader <miles@gnu.org>
12749
12750 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12751 (isearch-lazy-highlight-face): Use new name.
12752
12753 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12754
12755 * uniquify.el (uniquify-rationalize-file-buffer-names):
12756 Re-add an interactive spec.
12757 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12758 to the same name.
12759
12760 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12761 (isearch-update, isearch-done): Adjust calls accordingly.
12762
12763 2005-01-05 Richard M. Stallman <rms@gnu.org>
12764
12765 * custom.el (custom-set-variables, custom-theme-set-variables):
12766 Clarify documentation.
12767
12768 * emacs-lisp/find-func.el (find-variable)
12769 (find-variable-other-window, find-variable-other-frame):
12770 Fix the TYPE args to find-function-read and find-function-do-it.
12771 (find-function): Doc fix.
12772 (find-function-at-point): Replace function-at-point alias.
12773
12774 2005-01-04 Richard M. Stallman <rms@gnu.org>
12775
12776 * cus-face.el (custom-declare-face):
12777 Record defface in current-load-list.
12778
12779 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12780
12781 * emacs-lisp/find-func.el: Doc fixes.
12782 (find-face-regexp): New variable.
12783 (find-function-regexp-alist): New variable.
12784 (find-function-C-source): Third arg is now TYPE.
12785 (find-function-search-for-symbol): Handle general TYPE.
12786 (find-function-read, find-function-do-it): Handle general TYPE.
12787 (find-definition-noselect, find-face): New functions.
12788 (function-at-point): Alias deleted.
12789
12790 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12791
12792 * battery.el (display-battery-mode): Rename from display-battery.
12793 Handle the case where it gets turned off.
12794
12795 2005-01-04 Richard M. Stallman <rms@gnu.org>
12796
12797 * cus-edit.el (customize): Make :link point to user doc.
12798
12799 * man.el (Man-fontify-manpage): Turn off undo generation.
12800
12801 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12802
12803 2005-01-04 Andreas Schwab <schwab@suse.de>
12804
12805 * files.el (insert-directory): Only look for error lines in
12806 inserted text. Don't move too far after processing --dired markers.
12807
12808 2005-01-04 Richard M. Stallman <rms@gnu.org>
12809
12810 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12811 Don't expand if the character is @, period, dash, etc.
12812 (define-mail-abbrev): Quote names that contain problem characters.
12813
12814 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12815
12816 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12817
12818 2005-01-03 Richard M. Stallman <rms@gnu.org>
12819
12820 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12821 (query-replace-highlight, query-replace-lazy-highlight)
12822 (query-replace): Definitions moved up. Doc fix.
12823
12824 2005-01-03 Richard M. Stallman <rms@gnu.org>
12825
12826 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12827 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12828 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12829 (lazy-highlight-face): Rename from isearch-lazy-...
12830 Change all references to them.
12831
12832 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12833
12834 * cus-edit.el (custom-file): Doc fix for defcustom.
12835 (custom-file): The function no longer sets the variable
12836 `custom-file' to its return value.
12837
12838 * startup.el (command-line): No longer load `custom-file'.
12839
12840 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12843
12844 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12845 Don't confuse module-prefixed identifiers for labels.
12846 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12847
12848 2005-01-02 Richard M. Stallman <rms@gnu.org>
12849
12850 * files.el (basic-save-buffer-1): Fix previous change.
12851
12852 * loadhist.el (file-loadhist-lookup): New function.
12853 (file-provides, file-requires): Use it.
12854
12855 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12856 instead of calculating the right size.
12857
12858 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12859
12860 * vc-svn.el (vc-svn-diff): Stay local if possible.
12861
12862 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12863
12864 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12865
12866 * files.el (hack-local-variables): Fix last change.
12867
12868 2005-01-02 Jay Belanger <belanger@truman.edu>
12869
12870 * calc/calc-yank.el (calc-edit-top): New variable.
12871 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12872 object. Change header properties.
12873 (calc-edit-finish, calc-edit-finish-stack-object)
12874 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12875 edited object.
12876 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12877 for the beginning of the edited object.
12878 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12879 for the beginning of the edited object.
12880 * calc/calc-prog.el (calc-edit-macro-finish-edit)
12881 (calc-finish-formula-edit, calc-macro-repeats)
12882 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12883 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12884 beginning of the edited object.
12885 (calc-user-define-edit): Change the header for editing macros.
12886 Remove unnecessary variable.
12887
12888 2005-01-01 Jay Belanger <belanger@truman.edu>
12889
12890 * calc/calc-yank.el (calc-edit-mode): Change default header.
12891 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12892 * calc/calc-store.el (calc-edit-variable): Change title to match new
12893 header.
12894 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12895 mode to match new header.
12896 (calc-user-define-edit): Change titles to include names of commands.
12897 (calc-finish-formula-edit): Adjust to handle new header.
12898 (calc-finish-macro-edit): Remove.
12899 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12900 (calc-edit-macro-command, calc-edit-macro-command-type)
12901 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12902 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12903 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12904 (calc-edit-macro-finish-edit): New functions.
12905 (calc-user-define-edit): Use new functions to edit named calc macros.
12906
12907 2005-01-01 Stefan <monnier@iro.umontreal.ca>
12908
12909 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12910
12911 * ses.el (copy-region-as-kill): Deactivate mark.
12912
12913 2005-01-01 Richard M. Stallman <rms@gnu.org>
12914
12915 * replace.el (occur-1): If the output buffer is also an input,
12916 don't kill it, rename it.
12917
12918 * faces.el (set-face-background, set-face-foreground): Doc fix.
12919
12920 * cus-face.el (custom-face-attributes): Fix :help-echo strings
12921 for :foreground and :background.
12922
12923 * dired.el (dired-view-command-alist): Variable deleted.
12924 (dired-view-file, dired-mouse-find-file-other-window):
12925 Delete the code to use it.
12926
12927 2005-01-01 Kim F. Storm <storm@cua.dk>
12928
12929 * image.el (insert-sliced-image): Use t for line-height property.
12930
12931 See ChangeLog.11 for earlier changes.
12932
12933 ;; Local Variables:
12934 ;; coding: iso-2022-7bit
12935 ;; End:
12936
12937 Copyright (C) 2005 Free Software Foundation, Inc.
12938 Copying and distribution of this file, with or without modification,
12939 are permitted provided the copyright notice and this notice are preserved.
12940
12941 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1