]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* mouse.el (mouse-drag-region-1): Don't try to catch a
[gnu-emacs] / lisp / ChangeLog
1 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2
3 * mouse.el (mouse-drag-region-1): Don't try to catch a
4 double-click when doing follow-link (it's overridden anyway).
5
6 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
7
8 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9 (autoload-print-form-outbuf): Add docstring.
10
11 2005-10-11 Juri Linkov <juri@jurta.org>
12
13 * info.el (Info-mode-menu): Delete menu item "Edit".
14 (Info-mode): Delete description of Info-edit from docstring,
15 and rearrange descriptions of Info commands in the order
16 they are documented in the Info manual.
17
18 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * calendar/appt.el (appt-check): Use diary-selective-display var.
21
22 2005-10-10 Richard M. Stallman <rms@gnu.org>
23
24 * net/newsticker.el (newsticker-start, newsticker-show-news):
25 Add autoload cookies.
26
27 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
28
29 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
30
31 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
32
33 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
34
35 2005-10-10 Jay Belanger <belanger@truman.edu>
36
37 * calc/calc-arith.el (math-check-known-scalarp)
38 (math-check-known-matrixp): Check the values of arguments that are
39 variables.
40 (math-check-known-square-matrixp): New function.
41 (math-known-square-matrixp): Use math-check-known-square-matrixp.
42 (math-super-types): Add sqmatrix type.
43
44 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
45 mode name `square' to 'sqmatrix'.
46
47 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
48 mode name `square' to 'sqmatrix'.
49
50 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * progmodes/etags.el (select-tags-table-mode): Don't use
53 selective-display.
54 (tags-select-tags-table): Pass `button' to the action function.
55 (select-tags-table): Place the side-info on button properties rather
56 than in hidden text. Abbreviate file names.
57 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
58 (select-tags-table-select): Add `button' argument.
59 Get side-info from the button property rather than from hidden text.
60
61 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
62
63 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
64 (gud-speedbar-buttons): Preserve point if possible.
65 (gud-sentinel): Restore previous speedbar display type.
66
67 * progmodes/gdb-ui.el (gdba): Improve diagram.
68 (def-gdb-auto-update-handler, gdb-info-locals-handler)
69 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
70 Call get-buffer-window once.
71
72 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
75 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
76 (pascal-indent-command): Remove unused var `ind'.
77 (pascal-indent-case): Remove unused var `oldpos'.
78 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
79 since it's now used as a proper minor mode map.
80 (pascal-outline): Rename to pascal-outline-mode.
81 (pascal-outline-mode): Use define-minor-mode.
82 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
83 selective-display.
84
85 2005-10-10 Andreas Schwab <schwab@suse.de>
86
87 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
88 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
89
90 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
91 outside source directory.
92
93 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
94
95 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
96 C-x' as a prefix.
97 (orgtbl-mode-map): Full keymap instead of sparse, because all
98 `self-insert-command' keys are redefined in this map.
99 (org-export-as-html): Specify charset for HTML file, by taking it
100 from the coding system.
101
102 2005-10-10 Kenichi Handa <handa@m17n.org>
103
104 * textmodes/flyspell.el (flyspell-check-word-p):
105 If unread-command-events is non-empty, don't call sit-for.
106
107 2005-10-09 Richard M. Stallman <rms@gnu.org>
108
109 * font-lock.el (font-lock-syntactic-keywords)
110 (font-lock-keywords): Doc fixes.
111
112 * textmodes/flyspell.el (flyspell-external-point-words):
113 Simplify logic, and don't try to check for consecutive appearances
114 of one incorrect word.
115
116 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
117
118 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
119 separator.
120
121 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
122 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
123 (gud-expansion-speedbar-buttons): New function.
124 (gud-speedbar-buttons): Check for gud-comint-buffer.
125
126 2005-10-09 Bill Wohler <wohler@newt.com>
127
128 * Makefile.in (updates): Add mh-loaddefs dependency.
129
130 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
131
132 * speedbar.el (speedbar-file-key-map): Fix typo.
133
134 2005-10-09 Daniel Brockman <daniel@brockman.se>
135
136 * cus-start.el (line-spacing): Add custom spec.
137
138 2005-10-09 Romain Francoise <romain@orebokech.com>
139
140 * textmodes/ispell.el (ispell-check-version): Fix last change.
141
142 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
143
144 * term/x-win.el: Remove -i, --icon-type from comment.
145
146 * startup.el (command-line-x-option-alist): Remove options -i,
147 -itype, --icon-type, added -nb, --no-bitmap-icon
148
149 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
150
151 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
152 instead of :active.
153
154 2005-10-08 Eric Hanchrow <offby1@blarg.net>
155
156 * textmodes/ispell.el (ispell-check-version):
157 Ignore hyphen, and all that follows, in aspell's version text.
158
159 2005-10-08 Jay Belanger <belanger@truman.edu>
160
161 * calc/calc-arith.el (math-known-square-matrixp): New function.
162 (math-pow-fancy): Check for matrices before distributing exponent
163 across products.
164
165 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
166 fullscreen keypad. Suggested by Luc Teirlinck.
167 (calc-keypad-show-input): Add space for formatting.
168
169 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
170 Add square matrix option.
171
172 * calc/calc-poly.el (math-expand-term): Check for matrices instead
173 of checking calc-matrix-mode when deciding how to expand.
174
175 * calc/calc.el (calc-set-mode-line): Add square matrix option.
176
177 2005-10-08 Lars Hansen <larsh@soem.dk>
178
179 * net/tramp.el (tramp-perl-directory-files-and-attributes):
180 Add error handling.
181 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
182
183 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
184
185 Sync with Tramp 2.0.51.
186
187 * net/tramp.el (tramp-handle-set-visited-file-modtime)
188 (tramp-handle-insert-file-contents, tramp-handle-write-region):
189 Insert special handling for `last-coding-system-used', again
190 it still seems to be necessary (unlike stated before).
191 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
192 (tramp-password-prompt-regexp): There might be other words before
193 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
194 (tramp-chunksize): Improve docstring.
195 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
196 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
197 Christian Joergensen <bugs@razor.dk>.
198
199 2005-10-07 Glenn Morris <rgm@gnu.org>
200
201 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
202 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
203 precision'.
204
205 2005-10-07 Romain Francoise <romain@orebokech.com>
206
207 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
208 (ibuffer-do-shell-command-pipe-replace)
209 (ibuffer-do-shell-command-file, ibuffer-do-eval)
210 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
211 (ibuffer-do-revert, ibuffer-do-replace-regexp)
212 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
213 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
214 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
215 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
216 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
217 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
218 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
219 Autoload file sans suffix.
220
221 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
222
223 2005-10-07 David Ponce <david@dponce.com>
224
225 * recentf.el (recentf-menu-open-all-flag): New option.
226 (recentf-digit-shortcut-command-name): New function.
227 (recentf--shortcuts-keymap): New variable.
228 (recentf-menu-shortcuts): New variable.
229 (recentf-make-menu-items): Initialize it. Replace the "More..."
230 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
231 (recentf-menu-value-shortcut): New function.
232 (recentf-make-menu-item): Use it. No more in-lined.
233 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
234 (recentf-open-most-recent-file): Rename from
235 `recentf-open-file-with-key'. Don't depend on key binding.
236 (recentf-mode-map): New variable.
237 (recentf-mode): Use it.
238
239 2005-10-06 Bill Wohler <wohler@newt.com>
240
241 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
242
243 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
244 (MH-E-SRC): New. Used by mh-autoloads.
245 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
246 files in MH-E-SRC have been updated.
247 (compile, recompile, bootstrap): Depend on mh-autoloads.
248
249 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
250
251 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
252 gud-break and gud-remove icons when the fringe is not available.
253
254 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
255 Typo.
256
257 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
258
259 * play/zone.el (zone): Wrap body with save-window-excursion.
260
261 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
264 Use the new `list-only' arg to diary-list-entries.
265
266 * calendar/diary-lib.el: Use overlays rather than selective-display.
267 (diary-selective-display): New var.
268 (diary-header-line-format): Use it.
269 (diary-list-entries): Add argument `list-only'.
270 Put the buffer in diary-mode. Don't add \^M at beg and end.
271 Replace \^M by invisible overlays.
272 (diary-unhide-everything): Replace \^M by invisible overlays.
273 (print-diary-entries): Look for overlays rather than \^M.
274 Add a space to the temp buffer name.
275 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
276 Put the buffer in diary-mode.
277 (list-sexp-diary-entries): Replace \^M by invisible overlays.
278 (diary-anniversary): Make the year arg optional.
279 (diary-time-regexp): New const.
280 (diary-font-lock-keywords): Use it to accept a few more time formats.
281
282 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
283
284 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
285
286 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
287 Fix bug introduced 2005-07-03: Use (car (last ...))
288 to faithfully reproduce replaced artist-last.
289 (artist-set-arrow-points-for-poly): Likewise.
290 Suggested by Johan Bockg\e,Ae\e(Brd.
291
292 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
293
294 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
295 * wid-edit.el (widget):
296 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
297 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
298
299 2005-10-06 Kenichi Handa <handa@m17n.org>
300
301 * international/mule-cmds.el (set-language-environment):
302 Fix setting up of case-table for unibyte mode.
303
304 * simple.el (what-cursor-position): If the character is displayed
305 by some `display' text property, show that. Don't use
306 single-key-description for eight-bit characters in multibyte mode.
307
308 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
309
310 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
311 (gdb-ann3): Set it.
312 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
313 (gdb-info-frames-custom): Use inverse-video for first five
314 characters of selected frame only.
315 (gdb-get-frame-number): Select frame even when point is on frame
316 number.
317
318 2005-10-06 Masatake YAMATO <jet@gyve.org>
319
320 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
321 Put `font-lock-function-name-face'.
322 (gdb-info-frames-custom): Put `font-lock-function-name-face'
323 and `font-lock-variable-name-face'
324 (gdb-registers-font-lock-keywords): New font lock keywords definition.
325 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
326 (gdb-memory-font-lock-keywords): New font lock keywords definition.
327 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
328 (gdb-local-font-lock-keywords): New font lock keywords definition.
329 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
330 (gdb-threads-font-lock-keywords): New font lock keywords definition.
331 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
332
333 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
334
335 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
336 (ediff-merge-region-is-non-clash-to-skip): Previously called
337 ediff-merge-region-is-non-clash.
338
339 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
340 Use insert-buffer-substring.
341
342 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
343 selecting files to patch. Also bug fixes.
344
345 * ediff-util.el (ediff-setup): Bug fix.
346 (ediff-next-difference): Never skip clashes that differ in white
347 space only.
348
349 * ediff-wind.el (ediff-setup-control-frame)
350 (ediff-destroy-control-frame): Check the menubar feature.
351
352 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
353 (viper-refresh-mode-line): Use make-local-variable to localize
354 some vars instead of make-variable-buffer-local. Suggested by
355 Stefan Monnier.
356
357 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
358 (viper-restore-cursor-type, viper-set-insert-cursor-type):
359 Use make-local-variable instead of make-variable-buffer-local.
360 Suggested by Stefan Monnier.
361
362 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
363 (viper-comint-mode-hook): Use make-local-variable on
364 require-final-newline.
365 (viper-non-hook-settings): Don't use make-variable-buffer-local.
366
367 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
368
369 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
370 also the second char of a comment-start sequence.
371 (scheme-sexp-comment-syntax-table): New var.
372 (lambda, define): Set their scheme-doc-string-elt property.
373 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
374 Use lisp-font-lock-syntactic-face-function now that it properly
375 handles |...| symbols.
376 (scheme-mode-variables): Set lisp-doc-string-elt-property,
377 parse-sexp-lookup-properties and font-lock-extra-managed-props.
378
379 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
380 bit from # to |.
381 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
382
383 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
384 (lisp-doc-string-elt-property): New var.
385 (lisp-font-lock-syntactic-face-function): Use it.
386 Rewrite to recognize docstrings even for forms not at toplevel.
387
388 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
389 annotation on the | part of #| rather than on the # part.
390 (scheme-font-lock-syntactic-face-function): New function, to
391 distinguish strings from |...| symbols.
392 (scheme-mode-variables): Use it. Also fix up the font-lock-time
393 syntax-table so that #|...|# is properly highlighted.
394
395 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
396 Don't mark as docstring the 3rd elem of an unknown toplevel form.
397
398 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
401 and C-e.
402
403 * emacs-lisp/eldoc.el: Move comments into docstrings.
404 (eldoc-message-commands): Initialize in its declaration.
405 Add move-beginning-of-line and move-end-of-line.
406 (eldoc-add-command, eldoc-add-command-completions)
407 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
408
409 * outline.el (outline-mark-subtree): Activate the mark.
410
411 * calendar/appt.el (appt-time-regexp): New var.
412 (appt-add, appt-make-list): Use it.
413 (appt-convert-time): Clean up.
414
415 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
416 Don't set any syntax-table property here.
417 (tex-font-lock-verb): New function. Do it here.
418 (tex-font-lock-syntactic-keywords): Use it.
419
420 2005-10-04 Richard M. Stallman <rms@gnu.org>
421
422 * wid-edit.el (widget-file-complete): Get the widget start point
423 the right way. Default directory to `/' if file has none.
424
425 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
426
427 * textmodes/flyspell.el (flyspell-mode-on):
428 Call ispell-maybe-find-aspell-dictionaries.
429
430 * textmodes/ispell.el (ispell-word, ispell-region):
431 Call ispell-maybe-find-aspell-dictionaries.
432 (ispell-accept-buffer-local-defs):
433 Don't call ispell-maybe-find-aspell-dictionaries
434
435 2005-10-04 Richard M. Stallman <rms@gnu.org>
436
437 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
438
439 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
440
441 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
442 instead of `fboundp' in order to allow for anonymous functions.
443
444 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
445
446 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
447 case the user clicks on the link while another window is selected.
448 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
449
450 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
451 functionality.
452 (dframe-help-echo): Save point in case mouse tracking is off.
453
454 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
455
456 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
457
458 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
461 not change the global value of those vars.
462
463 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
464 make-local-variable which we do not need any more.
465
466 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
467
468 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
469 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
470 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
471 (speedbar-path-line): Define obsolete aliases.
472 (speedbar-line-directory): Doc fix.
473
474 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
475 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
476 instead of speedbar-line-path.
477
478 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
479
480 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
481 to nil if dropping on a window. Handle dropping on a minibuffer window
482 like dropping on a non-window part of Emacs.
483
484 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * net/ange-ftp.el: Use with-current-buffer.
487 (ange-ftp-insert-directory): Do not follow symlinks any more.
488
489 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
490 Remove interactive spec.
491
492 2005-10-03 Kim F. Storm <storm@cua.dk>
493
494 * ido.el (ido-mode): Use custom-initialize-set.
495
496 2005-10-02 Richard M. Stallman <rms@gnu.org>
497
498 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
499 Use insert-buffer-substring.
500
501 * net/tramp.el: Pacify byte compiler warnings in pacification code.
502 (tramp-handle-file-local-copy): Use insert-buffer-substring.
503
504 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
507 in last change.
508 (ange-ftp-insert-directory): Fix up the search for the case where
509 `file' is absolute.
510
511 2005-10-02 Romain Francoise <romain@orebokech.com>
512
513 * progmodes/compile.el (compile-goto-error): Delete extra paren.
514
515 2005-10-02 Andreas Schwab <schwab@suse.de>
516
517 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
518 directory component in the session info.
519
520 2005-10-01 Richard M. Stallman <rms@gnu.org>
521
522 * comint.el (comint-redirect-subvert-readonly): Doc fix.
523
524 * simple.el (next-error-internal): New function.
525
526 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
527 (compilation-start): Pass new arg to compilation-buffer-name.
528 (compile-goto-error): Use next-error-internal.
529
530 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
531
532 * speedbar.el: Remove RCS tag.
533 (speedbar-check-read-only): Handle non-existent files.
534
535 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
536
537 * info.el (Info-speedbar-hierarchy-buttons)
538 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
539
540 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
541
542 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
543 Do not match newline.
544 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
545 (bibtex-summary): Remove unnecessary save-excursion.
546 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
547
548 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
549
550 * term/mac-win.el: Add charset info for "iso10646-1".
551 Modify default fontset to use ATSUI-compatible fonts for some charsets
552 if available.
553
554 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
555
556 * speedbar.el: Re-apply arch tag.
557 (speedbar-version): Rename to version 1.0. Suggested by Eric
558 M. Ludlam.
559 Reapply two changes from Emacs CVS' version of speedbar lost
560 during the merge:
561 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
562 (speedbar-frame-parameters): Improve customize type.
563
564 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
567 (ange-ftp-file-directory-p): Fix the symlink case.
568 (ange-ftp-insert-directory): When listing a single file, get a list of
569 the parent buffer and extract the relevant line. Inspired from a patch
570 by Katsumi Yamaoka <yamaoka@jpl.org>.
571 (ange-ftp-file-name-sans-versions): Simplify.
572
573 2005-09-30 Bill Wohler <wohler@newt.com>
574
575 Move MH-E image files from toolbar and mail directories into
576 etc/images.
577
578 * mail/reply2.*: Move to etc/images/mail/reply*.
579
580 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
581 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
582 etc/images.
583
584 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
585 * toolbar/reply*: Move to etc/images/mail.
586
587 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
588
589 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
590
591 * speedbar.el: New version 1.0pre3.
592
593 Frame management code (including timer, and mouse click specifics)
594 moved to dframe.el:
595 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
596 (speedbar-timer): Removed. Use dframe-timer.
597 (speedbar-close-frame): Removed. Use dframe-close-frame.
598 (speedbar-activity-change-focus-flag): Removed. Use
599 dframe-activity-change-focus-flag.
600 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
601 dframe-update-speed.
602
603 (speedbar-current-frame): New macro. Use this instead of the
604 variable speedbar-frame.
605
606 (speedbar-use-images, speedbar-expand-image-button-alist)
607 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
608
609 (speedbar-find-image-on-load-path): Removed. Replaced by
610 defezimage in ezimage.el.
611 (speedbar-expand-image-button-alist): Removed. Replaced by
612 ezimage-expand-image-button-alist in ezimage.el.
613
614 (speedbar-ignored-directory-regexp)
615 (speedbar-add-ignored-directory-regexp)
616 (speedbar-ignored-directory-expressions)
617 (speedbar-line-directory, speedbar-buffers-line-directory)
618 (speedbar-directory-line, speedbar-buffers-line-directory):
619 Renamed, replacing `path' with `directory'.
620
621 (speedbar-create-directory, speedbar-expand-line-descendants)
622 (speedbar-toggle-line-expansion)
623 (speedbar-contract-line-descendants): New commands.
624
625 (speedbar-query-confirmation-method, speedbar-select-frame-method)
626 (speedbar-use-tool-tips-flag): New options.
627
628 (speedbar-check-read-only, speedbar-require-version)
629 (speedbar-insert-separator, speedbar-buffers-tail-notes)
630 (speedbar-handle-delete-frame, speedbar-try-completion)
631 (speedbar-update-localized-contents): New functions.
632
633 (speedbar-incompatible-version, speedbar-ro-to-do-point)
634 (speedbar-object-read-only-indicator): New variables.
635
636 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
637 New hooks.
638
639 (speedbar-separator-face): New face.
640
641 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
642 (speedbar-ignored-modes): Add fundamental-mode.
643 (speedbar-directory-unshown-regexp): Add . directories.
644
645 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
646 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
647 `]' for full expand/close.
648 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
649
650 (speedbar-check-vc): Support hidden files.
651 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
652 (speedbar-this-file-in-vc): Use vc-state if available. If VC
653 state is nil, it is not checked out.
654
655 (speedbar-line-text, speedbar-line-token): Support expand buttons
656 with no text.
657 (speedbar-refresh): Universal argument acts as power-click.
658 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
659 that buffer to get variable values.
660
661 And many other bugfixes.
662
663 * dframe.el, ezimage.el, sb-image.el: New files.
664
665 * sb-*.xpm: Remove files. New image files installed into
666 etc/images/ezimage.
667
668 2005-09-30 Kenichi Handa <handa@m17n.org>
669
670 * ps-mule.el (ps-mule-show-warning): If a character is in
671 ps-print-translation-table, don't treat it as non-printable.
672
673 2005-09-30 David Ponce <david@dponce.com>
674
675 * tree-widget.el (tree-widget-themes-load-path): New variable.
676 (tree-widget-themes-directory): Doc fix.
677 (tree-widget-image-formats) [Emacs]: Doc fix.
678 (tree-widget--locate-sub-directory): New function.
679 (tree-widget-themes-directory): Use it.
680
681 * recentf.el (recentf-filename-handlers): Rename from
682 `recentf-filename-handler'. Allow a list of functions.
683 (recentf-menu-items-for-commands): Fix :help strings.
684 (recentf-apply-filename-handlers): New function.
685 (recentf-expand-file-name): Use it.
686 (recentf-cleanup): Remove duplicates too.
687
688 2005-09-29 Juri Linkov <juri@jurta.org>
689
690 * faces.el: Rearrange face definitions to be in the same order as
691 their face descriptions in "(emacs)Standard Faces".
692
693 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
694
695 * tooltip.el (tooltip): Add group `basic-faces'.
696
697 * buff-menu.el (Buffer-menu-buffer): Remove group
698 `font-lock-highlighting-faces'.
699
700 * progmodes/compile.el (compilation-error, compilation-warning)
701 (compilation-info, compilation-line-number, compilation-column-number):
702 Change group from `font-lock-highlighting-faces' to `compilation'.
703
704 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
705 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
706 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
707 (vhdl-font-lock-reserved-words-face)
708 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
709 `font-lock-highlighting-faces'.
710
711 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
712
713 2005-09-28 Kim F. Storm <storm@cua.dk>
714
715 * emulation/cua-base.el: Set CUA move property on additional commands:
716 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
717 forward-sexp, backward-sexp, forward-list, backward-list.
718
719 2005-09-28 Romain Francoise <romain@orebokech.com>
720
721 * comint.el (comint-show-output): Really set point at the
722 beginning of the output when not using `comint-use-prompt-regexp'.
723
724 2005-09-27 Jay Belanger <belanger@truman.edu>
725
726 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
727 in TeX mode.
728
729 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
730
731 * textmodes/org.el (org-table-sum): Fix format string.
732
733 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
734 Quote face names.
735
736 2005-09-26 Romain Francoise <romain@orebokech.com>
737
738 * isearch.el (isearch-forward-regexp): Close doc string.
739
740 2005-09-25 Richard M. Stallman <rms@gnu.org>
741
742 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
743
744 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
745
746 * progmodes/compile.el (compilation-error-properties):
747 When getting the file from the previous error message,
748 correctly decode the new data format.
749
750 * progmodes/cc-cmds.el (c-electric-paren):
751 Call old-blink-paren only for close-paren.
752
753 2005-09-24 Andreas Schwab <schwab@suse.de>
754
755 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
756 condition.
757
758 2005-09-25 Romain Francoise <romain@orebokech.com>
759
760 * dired-aux.el (dired-copy-file-recursive):
761 * dired.el (dired-delete-file):
762 * ediff-mult.el (ediff-dir-diff-copy-file):
763 * ediff-util.el (ediff-test-save-region):
764 * forms.el (forms-mode):
765 * ido.el (ido-file-internal, ido-delete-file-at-head):
766 * log-edit.el (log-edit-done):
767 * ses.el (ses-yank-resize):
768 * play/gomoku.el (gomoku-human-plays, gomoku)
769 (gomoku-human-resigns, gomoku-prompt-for-other-game)
770 (gomoku-offer-a-draw):
771 * play/landmark.el (lm-human-resigns, lm):
772 * net/eudcb-ldap.el (eudc-ldap-check-base):
773 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
774 * progmodes/ebrowse.el (ebrowse-find-pattern):
775 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
776 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
777 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
778
779 * vc.el (vc-delete-file):
780 * play/gomoku.el (gomoku-terminate-game, gomoku)
781 (gomoku-prompt-for-move, gomoku-human-takes-back):
782 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
783 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
784
785 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
786
787 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
788 color rxvt terminals by using the code xterm.el used to use before
789 2005-04-09 in order to match the colors used by rxvt.
790
791 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
792
793 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
794 colors rxvt-unicode terminals by using the same code as xterm.el.
795
796 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * textmodes/tex-mode.el (tex-font-lock-append-prop)
799 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
800 new symbol used for the tex-verbatim face.
801
802 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
803
804 * woman.el (woman-file-name):
805 * wid-edit.el (widget-file-prompt-value)
806 (widget-coding-system-prompt-value):
807 * w32-fns.el (set-w32-system-coding-system):
808 * vc.el (vc-version-diff, vc-annotate):
809 * textmodes/reftex-auc.el (reftex-arg-cite)
810 (reftex-arg-index-tag):
811 * textmodes/refer.el (refer-get-bib-files):
812 * textmodes/artist.el (artist-figlet-choose-font):
813 * terminal.el (terminal-emulator):
814 * replace.el (occur-read-primary-args):
815 * rect.el (string-rectangle, string-insert-rectangle):
816 * ps-print.el (ps-print-preprint):
817 * progmodes/pascal.el (pascal-goto-defun):
818 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
819 * progmodes/compile.el (compilation-find-file):
820 * printing.el (pr-interactive-n-up):
821 * play/animate.el (animate-birthday-present):
822 * net/rcompile.el (remote-compile):
823 * man.el (man, Man-goto-section, Man-follow-manual-reference):
824 * mail/rmailsum.el (rmail-summary-search-backward)
825 (rmail-summary-search):
826 * mail/rmailout.el (rmail-output-read-rmail-file-name)
827 (rmail-output-read-file-name):
828 * mail/rmail.el (rmail-search, rmail-search-backwards):
829 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
830 * locate.el (locate):
831 * international/quail.el (quail-show-keyboard-layout):
832 * international/mule.el (set-buffer-file-coding-system)
833 (revert-buffer-with-coding-system, set-file-name-coding-system)
834 (set-terminal-coding-system, set-keyboard-coding-system)
835 (set-next-selection-coding-system):
836 * international/mule-diag.el (describe-coding-system)
837 (describe-font, describe-fontset):
838 * international/mule-cmds.el (universal-coding-system-argument)
839 (search-unencodable-char, describe-input-method)
840 (set-language-environment, describe-language-environment):
841 * international/codepage.el (codepage-setup):
842 * international/code-pages.el (codepage-setup):
843 * info.el (Info-search, Info-follow-reference)
844 (Info-search-backward):
845 * emacs-lisp/advice.el (ad-read-advised-function)
846 (ad-read-advice-class, ad-clear-cache, ad-activate)
847 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
848 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
849 (ad-read-regexp):
850 * ediff-util.el (ediff-toggle-regexp-match):
851 * ediff-ptch.el (ediff-prompt-for-patch-file):
852 * dired-aux.el (dired-diff):
853 * diff.el (diff):
854 * cus-edit.el (custom-variable-prompt):
855 * calendar/timeclock.el (timeclock-ask-for-project):
856 * calc/calcalg3.el (calc-get-fit-variables):
857 * calc/calc-store.el (calc-edit-variable)
858 (calc-permanent-variable):
859 * vc-mcvs.el (vc-mcvs-register):
860 * shadowfile.el (shadow-define-literal-group):
861 * woman.el (woman-file-name):
862 * vc.el (vc-version-diff, vc-merge):
863 * textmodes/reftex-index.el (reftex-index-complete-tag):
864 * format.el (format-decode-buffer, format-decode-region):
865 * emulation/viper-cmd.el (viper-read-string-with-history):
866 * emacs-lisp/debug.el (cancel-debug-on-entry):
867 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
868 * ediff.el (ediff-merge-revisions)
869 (ediff-merge-revisions-with-ancestor, ediff-revision):
870 * completion.el (interactive-completion-string-reader):
871 * calc/calc-prog.el (calc-user-define-formula):
872 Follow convention for reading with the minibuffer.
873
874 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
875
876 * progmodes/python.el (python-describe-symbol): Add globals() and
877 locals() to the arguments of emacs.ehelp.
878
879 2005-09-24 Magnus Henoch <mange@freemail.hu>
880
881 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
882 New function, code extracted from ispell-valid-dictionary-list.
883 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
884 Call it.
885
886 2005-09-24 Eli Zaretskii <eliz@gnu.org>
887
888 * subr.el (version-regexp-alist): Extend valid syntax for version
889 strings: allow any of the characters -,_,+ to separate the
890 alpha/beta/rc part from the version part. Doc fix.
891 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
892
893 2005-09-23 David Reitter <david.reitter@gmail.com>
894
895 * mail/mailclient.el: New file.
896
897 2005-09-23 Richard M. Stallman <rms@gnu.org>
898
899 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
900 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
901 Doc fixes.
902
903 * progmodes/cc-mode.el (c-font-lock-init):
904 Specify font-lock-lines-before.
905
906 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
909 whole conflict.
910
911 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
912
913 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
914 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
915 of `remap' feature when available. Additional key bindings for
916 better tty support.
917 (org-mode-restart, org-force-self-insert): New commands.
918 (org-time-stamp-inactive): New command.
919 (org-remap): New function.
920 (org-table-auto-blank-field, org-level-color-stars-only): New options.
921 (org-enable-fixed-width-editor): Move to `org-structure'
922 customization group.
923 (org-self-insert-command, orgtbl-self-insert-command): Modify to
924 blank field after field motion commands.
925
926 2005-09-23 Kenichi Handa <handa@m17n.org>
927
928 * international/mule-cmds.el (set-language-environment):
929 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
930 have to call utf-translate-cjk-load-tables.
931
932 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * mouse.el (mouse-move-drag-overlay): Fix last change.
935
936 2005-09-22 David Ponce <david@dponce.com>
937
938 * tree-widget.el (tree-widget-value-create): Fix previous change.
939
940 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
941
942 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
943
944 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * mouse.el (mouse-move-drag-overlay): New function.
947 (mouse-drag-region-1): Use it.
948 Try to simplify a bit the state handling. Handle clicks on links
949 inside intangible areas.
950 (mouse-save-then-kill): Minor simplification.
951 (mouse-secondary-overlay): Make it always non-nil instead of
952 recreating it each time.
953 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
954 (mouse-kill-secondary, mouse-secondary-save-then-kill):
955 Simplify accordingly.
956
957 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
958
959 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
960
961 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
962
963 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
964 (ediff-file-name-sans-prefix): Treat nil as an empty string.
965 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
966 to patch.
967
968 * ediff-util.el: Use insert-buffer-substring.
969
970 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
971
972 * emulation/viper-cmd.el (viper-change-state): Don't move over the
973 field boundaries in the minibuffer.
974 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
975 (viper-minibuffer-post-command-hook): New hook.
976 (viper-line): Don't move cursor at bolp.
977
978 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
979
980 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
981 avoid compiler warnings.
982
983 * emulation/viper-macs.el (ex-map): Better messages.
984
985 * emulation/viper-utils.el (viper-beginning-of-field): New function.
986
987 * emulation/viper.el: Replace make-variable-buffer-local with
988 viper-make-variable-buffer-local everywhere, to avoid warnings.
989
990 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
993 Delete unused var `old-selected-window'.
994 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
995 (mouse-drag-secondary): Delete unused var `start-frame'.
996
997 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
998
999 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1000
1001 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1004 Re-indent within 80 columns. Use inhibit-read-only.
1005
1006 2005-09-19 Romain Francoise <romain@orebokech.com>
1007
1008 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1009
1010 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1013 unconditionally, since the after-change-function already did it.
1014
1015 2005-09-19 Miles Bader <miles@gnu.org>
1016
1017 * net/newsticker.el: Get rid of CVS keyword.
1018
1019 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1020
1021 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1022 The prompt is formatted later.
1023
1024 2005-09-19 David Ponce <david@dponce.com>
1025
1026 * tree-widget.el (tree-widget-value-create): Save the converted
1027 tree :node widget.
1028
1029 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1030
1031 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1032 variable `message'.
1033
1034 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1035
1036 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1037 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1038 <slawomir.nowaczyk.847@student.lu.se>.
1039
1040 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1041
1042 * image.el (image-load-path): Use symbol `data-directory' instead
1043 of its value, for backward compatibility with packages that bind
1044 it during `find-image'. Suggested by Katsumi Yamaoka.
1045 (image-search-load-path): Handle symbols whose values are strings.
1046
1047 2005-09-18 Romain Francoise <romain@orebokech.com>
1048
1049 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1050 with-current-buffer form in save-excursion.
1051
1052 2005-09-18 D Goel <deego@gnufans.org>
1053
1054 * apropos.el (apropos-command): Fix `message' call: first arg
1055 should be a format spec. In this and all other cases that appear
1056 below and elsewhere in the source code, I made a change only when
1057 two conditions were satisfied: [1] I can think of a possibility
1058 that the arguments would cause an error, for example, the code in
1059 question relies on external variables such as filenames. [2] I
1060 was sure that the arg to `message' could not have been nil in the code.
1061
1062 * textmodes/tildify.el (tildify-region): Ditto.
1063
1064 * textmodes/reftex-index.el (reftex-index-change-entry)
1065 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1066 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1067 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1068 (org-priority, org-table-sum):
1069 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1070 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1071 (flyspell-word, flyspell-display-next-corrections):
1072 * textmodes/bibtex.el (bibtex-print-help-message):
1073 * textmodes/artist.el (artist-key-set-point-poly):
1074 * term/mac-win.el (mac-services-insert-text):
1075 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1076 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1077 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1078 (vhdl-compose-configuration):
1079 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1080 (sh-set-indent, sh-learn-line-indent):
1081 * progmodes/ps-mode.el (ps-mode-target-column):
1082 * progmodes/idlwave.el (idlwave-make-tags)
1083 (idlwave-scan-library-catalogs):
1084 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1085 * progmodes/gud.el (gud-jdb-analyze-source):
1086 * progmodes/flymake.el (flymake-log):
1087 * progmodes/ebnf2ps.el (ebnf-generate-region):
1088 * progmodes/cmacexp.el (c-macro-expansion):
1089 * progmodes/ada-xref.el (ada-treat-cmd-string):
1090 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1091 (ada-justified-indent-current, ada-batch-reformat):
1092 * play/zone.el (zone):
1093 * play/landmark.el (lm-move):
1094 * play/decipher.el (decipher-show-alphabet):
1095 * net/newsticker.el (newsticker--display-jump)
1096 (newsticker--display-scroll):
1097 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1098 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1099 * mail/feedmail.el (feedmail-dump-message-to-queue):
1100 * eshell/esh-proc.el (eshell-remove-process-entry):
1101 * emulation/ws-mode.el (ws-last-error):
1102 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1103 (viper-record-kbd-macro):
1104 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1105 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1106 * emacs-lisp/find-func.el (find-function-noselect):
1107 * calendar/timeclock.el (timeclock-status-string)
1108 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1109 (timeclock-when-to-leave-string):
1110 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1111 * calc/calc-units.el (calc-enter-units-table):
1112 * calc/calc-mode.el (calc-mode-record-mode):
1113 * woman.el (woman-mini-help):
1114 * wdired.el (wdired-change-to-wdired-mode):
1115 * vc.el (vc-retrieve-snapshot):
1116 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1117 * startup.el (display-startup-echo-area-message):
1118 * simple.el (set-goal-column):
1119 * ses.el (ses-command-hook, ses-recalculate-cell):
1120 * server.el (server-process-filter):
1121 * printing.el (pr-interface-txt-print, pr-interface-printify)
1122 (pr-interface-ps):
1123 * pcvs.el (cvs-help):
1124 * log-edit.el (log-edit, log-edit-mode-help):
1125 * iswitchb.el (iswitchb-possible-new-buffer):
1126 * isearch.el (isearch-edit-string):
1127 * image-mode.el (image-mode, image-minor-mode):
1128 * ibuf-macs.el (define-ibuffer-filter):
1129 * hi-lock.el (hi-lock-find-patterns):
1130 * files.el (toggle-read-only):
1131 * ediff-util.el (ediff-copy-diff)
1132 (ediff-write-merge-buffer-and-maybe-kill):
1133 * echistory.el (Electric-history-undefined):
1134 * dnd.el (dnd-insert-text):
1135 * dired-aux.el (dired-query):
1136 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1137 * bookmark.el (bookmark-bmenu-locate):
1138 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1139 Fix `message' calls to ensure first arg is a format string.
1140 The change was made only when these two conditions were satisfied:
1141 [1] when there is a possibility that the arguments would cause an error
1142 for example, if the code in question relies on external variables
1143 such as filenames, and
1144 [2] if the arg to `message' could not have been nil in the code.
1145
1146 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1147 Not having a %s would be weird, though not technically wrong.
1148
1149 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1150
1151 * term/mac-win.el (mac-add-charset-info): Doc fix.
1152
1153 2005-09-17 Romain Francoise <romain@orebokech.com>
1154
1155 * shell.el (shell-resync-dirs): Handle echoing processes more
1156 reliably. Don't insert resync command if `comint-process-echoes'
1157 is non-nil.
1158
1159 2005-09-17 Magnus Henoch <mange@freemail.hu>
1160
1161 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1162 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1163 aspell versions >= 0.60.
1164 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1165 only if ispell-aspell-supports-utf8 is non-nil.
1166
1167 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1168
1169 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1170 buffer-local value to lisp-indent-function.
1171
1172 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1173
1174 * progmodes/glasses.el (glasses-make-readable): If
1175 glasses-separator differs from underscore, put appropriate
1176 overlays over underscore characters.
1177 (glasses-convert-to-unreadable): If glasses-separator differs from
1178 underscore, try to convert glasses-separator characters to
1179 underscores.
1180
1181 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1184 Use with-syntax-table and dolist.
1185
1186 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1187
1188 * textmodes/reftex-auc.el:
1189 * textmodes/reftex-cite.el:
1190 * textmodes/reftex-dcr.el:
1191 * textmodes/reftex-global.el:
1192 * textmodes/reftex-parse.el:
1193 * textmodes/reftex-ref.el:
1194 * textmodes/reftex-sel.el:
1195 * textmodes/reftex-toc.el:
1196 * textmodes/reftex-vars.el:
1197 * textmodes/reftex.el: Small changes to remove compiler warnings.
1198
1199 * textmodes/reftex-index.el: Likewise.
1200 (reftex-query-index-phrase): More efficient use of markers.
1201
1202 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * image.el (image-load-path): New variable.
1205 (image-search-load-path): New function.
1206 (find-image): Search for images in `image-load-path'.
1207
1208 2005-09-15 Richard M. Stallman <rms@gnu.org>
1209
1210 * follow.el: Change Maintainer field.
1211
1212 2005-09-15 David Ponce <david@dponce.com>
1213
1214 * recentf.el (recentf-save-file-modes): New option.
1215 (recentf-save-list): Use it.
1216
1217 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1218
1219 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1220 (mode-line-mule-info, mode-line-modified): Move bindings from
1221 mouse-3 to mouse-1.
1222
1223 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * simple.el (sendmail-user-agent-compose): Revert last change.
1226
1227 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1230 Use with-current-buffer.
1231 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1232 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1233 (ange-ftp-insert-directory): Remove unused var `short'.
1234 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1235
1236 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1237 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1238
1239 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1240 (check-calendar-holidays, diary-list-entries): Autoload.
1241 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1242 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1243
1244 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1245 which mistakenly removed a call to display-buffer.
1246
1247 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1248
1249 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1250
1251 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1252
1253 * progmodes/hideshow.el
1254 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1255 (hs-allow-nesting): New user var.
1256 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1257 (hs-hide-block-at-point): When nesting allowed,
1258 if there is already an overlay in place, delete it.
1259 (hs-safety-is-job-n): Delete func; remove call sites.
1260 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1261 (hs-overlay-at): New func.
1262 (hs-already-hidden-p, hs-show-block): Use it.
1263 (hs-hide-all): Don't pre-clean if nesting allowed.
1264 (hs-show-all): Temporarily disallow
1265 nesting around call to `hs-discard-overlays'.
1266
1267 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1268
1269 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1270 Delete unused local var.
1271
1272 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1273
1274 * help-fns.el (describe-categories): "?\ " -> "?\s".
1275 (help-do-arg-highlight): Recognize also ARG-n, as in
1276 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1277
1278 * international/codepage.el (dos-unsupported-char-glyph):
1279 * net/newsticker.el (tool-bar-map, w3-mode-map)
1280 (w3m-minor-mode-map):
1281 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1282 (ent-alist):
1283 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1284
1285 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1286
1287 * custom.el (custom-push-theme): Handle the case where a symbol is
1288 bound but face properties have not yet been assigned.
1289
1290 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1291 Fix behavior if noerase is `t' and there is no mail buffer.
1292
1293 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1294 if `continue' is nil, rather than signal an error.
1295
1296 2005-09-12 Richard M. Stallman <rms@gnu.org>
1297
1298 * font-lock.el (font-lock-keywords): Add autoload.
1299
1300 * help-fns.el (describe-variable): Rearrange to put source link
1301 in a predictable place.
1302
1303 * net/newsticker.el: New file.
1304
1305 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1308 (calendar-basic-setup): Use the new nil arg.
1309 (number-of-diary-entries): Move to diary-lib.el.
1310
1311 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1312 (diary-list-entries): Use with-syntax-table and dolist.
1313 Rename from list-diary-entries.
1314 Use number-of-diary-entries if `number' is nil.
1315 (diary, diary-view-entries): Use this new name and new nil arg value.
1316 (number-of-diary-entries): Move from calendar.el.
1317 (diary-unhide-everything): New function.
1318 (include-other-diary-files, fancy-diary-display)
1319 (diary-show-all-entries, make-diary-entry): Use it.
1320 (diary-mail-entries): Use buffer-string.
1321 (mark-diary-entries): Fix long standing paren typo.
1322 (diary-sexp-entry): Use count-lines.
1323 (make-diary-entry): Avoid `previous-line'.
1324 (diary-mode-map): New var.
1325 (diary-mode): Redraw cal after saving. Setup header-line.
1326 (fancy-diary-display-mode): Use local-set-key.
1327
1328 * startup.el (command-line): Try calling various terminal-init-foo-bar
1329 functions by stripping hyphenated suffixes from $TERM.
1330
1331 * files.el (normal-mode): Check boundness of font-lock-keywords.
1332
1333 2005-09-12 Richard M. Stallman <rms@gnu.org>
1334
1335 * progmodes/compile.el: Don't decide a file's directory
1336 until the user actually tries to go there.
1337 (compilation-next-error-function):
1338 Pass compilation-find-file the directory from the file-struct.
1339 (compilation-internal-error-properties): Separate local FILE-STRUCT
1340 from FILE. Doc the args better. Rename arg FMT to FMTS.
1341 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1342 Expand it, and if nil, use default-directory.
1343 (compilation-get-file-structure): Don't mix specified directory
1344 with default directory. Put specified directory into
1345 file-struct. Don't make the file name absolute.
1346
1347 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1348 (compile-command): Add autoload.
1349 (compilation-disable-input): Add autoload.
1350
1351 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1352
1353 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1354 strings of the variables it can override.
1355 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1356 %Q and %q, for fully-qualified domain name and unqualified host name.
1357
1358 2005-09-11 Kim F. Storm <storm@cua.dk>
1359
1360 * emacs-lisp/authors.el (authors-aliases): Update list.
1361 (authors-fixed-entries): Update mldrag.el entry.
1362
1363 2005-09-10 Alan Mackenzie <acm@muc.de>
1364
1365 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1366 from the region narrowed to.
1367
1368 2005-09-10 Magnus Henoch <mange@freemail.hu>
1369
1370 * textmodes/ispell.el (ispell-check-version): Signal an error if
1371 aspell version is less than 0.60.
1372
1373 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1374
1375 * progmodes/octave-inf.el (inferior-octave-startup):
1376 Resync current dir at the end.
1377
1378 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1379
1380 * woman.el (woman-topic-at-point-default):
1381 Rename to woman-use-topic-at-point-default.
1382 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1383 (woman-file-name): Reflect renames above. Automatically use the
1384 word at point as topic if woman-use-topic-at-point is non-nil.
1385 Otherwise offer it as default but don't insert it in the
1386 minibuffer. Also use `test-completion' instead of `assoc' as
1387 suggested by Stefan Monnier.
1388
1389 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1390
1391 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1392 the attempt to do it over Tramp. This is not yet supported.
1393
1394 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1395
1396 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1397 (menu-bar-non-minibuffer-window-p): New functions.
1398 ("Split Window", "Save As..."): Use them.
1399 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1400 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1401 Use menu-bar-menu-frame-live-and-visible-p.
1402 ("Save Buffer", "Insert File", "Open Directory...")
1403 ("Open File...", "Visit New File..."):
1404 Use menu-bar-non-minibuffer-window-p.
1405 (kill-this-buffer-enabled-p, dired <menu-enable>):
1406 Use menu-bar-non-minibuffer-window-p.
1407
1408 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1409
1410 * cus-start.el (all): Don't complain about fringe-related
1411 built-ins if fringes are not supported. Ditto about
1412 selection-related built-ins. Fix the test for GTK-related built-ins.
1413
1414 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1415 ("Postscript Print Buffer", "Print Region", "Save As...")
1416 ("Save", "Insert File...", "Open Directory...")
1417 ("Open File...", "Visit New File..."")
1418 ("Truncate Long Lines in this Buffer"): Don't look at
1419 menu-updating-frame if this display does not support multiple frames.
1420
1421 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1422
1423 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1424
1425 2005-09-09 Emilio Lopes <eclig@gmx.net>
1426
1427 * woman.el: Format- and whitespace-related changes.
1428
1429 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1430
1431 * woman.el: Fix my email address.
1432
1433 2005-09-08 Richard M. Stallman <rms@gnu.org>
1434
1435 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1436 (sh-mode): Locally set skeleton-pair-default-alist.
1437
1438 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1439
1440 * progmodes/flymake.el: Require `compile' unconditionally.
1441
1442 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1443
1444 * woman.el (woman-file-name): Provide a default, not initial input.
1445
1446 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1447
1448 * font-lock.el (font-lock-support-mode): Doc fix.
1449
1450 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1451
1452 2005-09-08 Richard M. Stallman <rms@gnu.org>
1453
1454 * simple.el (blink-matching-open): Get rid of text props from
1455 the string shown in echo area. Don't permanently set point.
1456 Some rearrangements.
1457
1458 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1459
1460 * recentf.el (recentf-filename-handler): Add custom choice
1461 `abbreviate-file-name'.
1462
1463 * msb.el (msb--very-many-menus): Fix typo.
1464
1465 * disp-table.el (standard-display-european): Don't set
1466 enable-multibyte-characters to nil.
1467
1468 2005-09-08 David Ponce <david@dponce.com>
1469
1470 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1471 (recentf-expand-file-name): Doc fix.
1472 (recentf-dialog-mode-map): Define digit shortcuts.
1473 (recentf--files-with-key): New variable.
1474 (recentf-show-digit-shortcut-filter): New function.
1475 (recentf-open-files-items): New function.
1476 (recentf-open-files): Use it.
1477 (recentf-open-file-with-key): New command.
1478
1479 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1480
1481 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1482 Suggested by Kim F. Storm.
1483 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1484 (Buffer-menu-make-sort-button): Use global keymap.
1485
1486 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1487
1488 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1489 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1490 necessary any longer with the remapped command.
1491 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1492 formatting time only.
1493
1494 * net/tramp.el (tramp-action-password)
1495 (tramp-multi-action-password): Compile the password prompt from
1496 `method', `user' and `host'. Sometimes it isn't obvious which
1497 password to enter, for example with remote files offered by
1498 recentf.el, or with multiple steps. Suggested by Robert Marshall
1499 <robert@chezmarshall.freeserve.co.uk>.
1500
1501 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1504 Fix regexp for when "s///" is at the beginning of line.
1505
1506 2005-09-07 Jay Belanger <belanger@truman.edu>
1507
1508 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1509 when in matrix mode.
1510
1511 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1514 non-anonymous functions.
1515
1516 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1519 when using a header line. Otherwise, use mouse-1-click-follows-link.
1520
1521 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1522 can't be moved; don't signal an error.
1523
1524 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1525
1526 * cus-theme.el (custom-theme-write-faces): Save the current face
1527 spec, not the defface spec.
1528
1529 * custom.el (custom-known-themes): Clarify meaning of "standard".
1530 (custom-push-theme): Save old values in the standard theme.
1531 (disable-theme): Correct typo.
1532 (custom-face-theme-value) Deleted unused function.
1533 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1534
1535 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * progmodes/compile.el (compilation-goto-locus): Take into account
1538 iconified frames when determining whether the buffer is
1539 already visible.
1540 Don't reset window height if the window already existed.
1541
1542 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1543
1544 * custom.el (load-theme): Rename from require-theme.
1545 Add interactive spec.
1546 (enable-theme): Rename from custom-enable-theme.
1547 Add interactive spec.
1548 (disable-theme): Rename from custom-disable-theme.
1549 Add interactive spec.
1550 (custom-make-theme-feature): Doc fix.
1551 (custom-theme-directory): Doc fix.
1552 (provide-theme): Call enable-theme.
1553
1554 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * obsolete/lazy-lock.el (lazy-lock-mode):
1557 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1558 font-lock-mode if it's off. Print a warning instead.
1559
1560 * progmodes/compile.el (compilation-start): Ignore errors if the
1561 process died before we get to send-eof.
1562
1563 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1564 Undo last change. Enclosing the result in quotes broke things on Unix
1565 since tex-send-command passes it through shell-quote-argument.
1566 (tex-send-command): Pass `file' through convert-standard-filename
1567 when possible.
1568 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1569 info in a transcript.
1570
1571 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1572
1573 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1574 fix compilation warning. Reorder the key definitions to group
1575 together keys emitted by the current version of xterm.
1576
1577 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1578 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1579 Reorder predicates to correct min-color usage.
1580
1581 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1584 Kill local variables when longlines-mode is turned off.
1585
1586 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1589
1590 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1591
1592 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1593
1594 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1595 (font-lock-lines-before): Change default to being inactive.
1596 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1597 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1598
1599 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1600
1601 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1602 Deactivate temporarily advice if active (not needed for Emacs 22,
1603 but for backwards compatibility).
1604 (tramp-exists-file-name-handler): Rewrite. First implementation
1605 was too simple.
1606 (tramp-advice-make-auto-save-file-name):
1607 Call `tramp-handle-make-auto-save-file-name' (again, just for
1608 backwards compatibility).
1609
1610 2005-08-31 Reto Zimmermann <reto@gnu.org>
1611
1612 * progmodes/vhdl-mode.el
1613 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1614 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1615 (vhdl-set-default-project): New function (easier setting of default).
1616 (vhdl-port-copy): Handle extended identifiers for generics.
1617 (vhdl-compiler-alist): Better description for error message regexp.
1618 (vhdl-make): Query for target, use previous as default.
1619 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1620 (vhdl-font-lock-keywords-2): Fix fontification for record
1621 el. assign.
1622 (vhdl-speedbar-make-subpack-line): Add package body link.
1623 (vhdl-generate-makefile-1): Not include itself as dependency.
1624 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1625 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1626 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1627 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1628 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1629 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1630 (vhdl-import-project): Add string argument for `error'.
1631 (vhdl-compose-configuration)
1632 (vhdl-compose-configuration-architecture): Add configuration
1633 declaration generation.
1634 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1635 (vhdl-trailer-re): Add "record" keyword (better indentation).
1636 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1637 "[^ \t-\"]+".
1638 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1639 (vhdl-testbench-entity-file-name)
1640 (vhdl-testbench-architecture-file-name): Allow separate
1641 customization of testbench file names.
1642 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1643 (vhdl-get-visible-signals): Allow newline within alias declaration.
1644 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1645 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1646 (member-ignore-case): Alias for missing function in XEmacs.
1647 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1648 (vhdl-update-sensitivity-list): Ignore case on read signals.
1649 (vhdl-replace-string): Adjust case only for file names.
1650 (vhdl-update-sensitivity-list): Fix search for read signals.
1651 (vhdl-update-sensitivity-list): Exclude formal parameters.
1652 (vhdl-get-visible-signals): Include aliases of signals.
1653 (vhdl-get-visible-signals): Fix signal name searching.
1654 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1655 (vhdl-fixup-whitespace-region): Fix for character
1656 literals (e.g. ':').
1657
1658 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1659
1660 * ansi-color.el (comint-last-output-start):
1661 * bs.el (font-lock-verbose):
1662 * diff-mode.el (add-log-buffer-file-name-function):
1663 * dired-x.el (vm-folder-directory):
1664 * faces.el (help-xref-stack-item):
1665 * files.el (font-lock-keywords):
1666 * find-lisp.el (dired-buffers, dired-subdir-alist):
1667 * ido.el (cua-inhibit-cua-keys):
1668 * log-view.el (cvs-minor-wrap-function):
1669 * outline.el (font-lock-warning-face):
1670 * simple.el (compilation-current-error):
1671 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1672 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1673 * tooltip.el (comint-prompt-regexp):
1674 * w32-fns.el (explicit-shell-file-name):
1675 * term/mac-win.el (mac-charset-info-alist)
1676 (mac-services-selection, mac-system-script-code):
1677 * term/tty-colors.el (msdos-color-values):
1678 * term/w32-win.el (xlfd-regexp-registry-subnum):
1679 * term/x-win.el (x-keysym-table, x-selection-timeout)
1680 (x-session-id, x-session-previous-id):
1681 * textmodes/ispell.el (mail-yank-prefix):
1682 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1683 * textmodes/org.el (calc-embedded-close-formula)
1684 (calc-embedded-open-formula)
1685 (font-lock-unfontify-region-function):
1686 * textmodes/reftex-global.el (isearch-next-buffer-function)
1687 (TeX-master):
1688 * textmodes/reftex.el (font-lock-keywords):
1689 * textmodes/tex-mode.el (font-lock-comment-face)
1690 (font-lock-doc-face):
1691 * textmodes/texinfo.el (outline-heading-alist):
1692 Add defvars.
1693
1694 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1695 (artist-spray-chars, artist-mode-init, artist-replace-string)
1696 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1697 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1698 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1699
1700 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1701 (conf-align-assignments): "?\ " -> "?\s".
1702
1703 * textmodes/reftex-index.el (TeX-master): Add defvar.
1704 (reftex-index-phrases-marker): Move up defvar.
1705
1706 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1707 (reftex-toc-include-labels-indicator)
1708 (reftex-toc-include-index-indicator)
1709 (reftex-toc-max-level-indicator): Move up declarations.
1710
1711 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1712 of args to `tramp-run-real-handler', even if it's empty in this case.
1713
1714 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1715
1716 * dired.el (dired-move-to-filename-regexp): Add date format for
1717 Mac OS X 10.3 in East Asian locales.
1718
1719 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1720
1721 * files.el (make-auto-save-file-name): Add file name handler call
1722 if applicable.
1723
1724 * net/tramp.el (tramp-file-name-handler-alist)
1725 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1726 (tramp-handle-make-auto-save-file-name): Rename from
1727 `tramp-make-auto-save-file-name'.
1728 (tramp-exists-file-name-handler): New defun.
1729 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1730 `make-auto-save-file-name' is not a magic file name operation.
1731
1732 2005-08-30 Richard M. Stallman <rms@gnu.org>
1733
1734 * files.el (risky-local-variable-p):
1735 Match `-predicates' and `-commands.
1736
1737 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1738 (custom-save-all): Visit the file if necessary;
1739 kill the buffer if we created it.
1740 (custom-save-delete): Don't visit file or kill buffer here.
1741
1742 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1743
1744 * textmodes/org.el (org-special-keyword): New face.
1745 (org-table-copy-down, org-table-eval-formula)
1746 (org-table-recalculate, org-init-section-numbers):
1747 Use `string-to-number' instead of `string-to-int'.
1748 (org-get-location): Use `insert-buffer-substring' instead of
1749 `insert-buffer'.
1750 (org-modify-diary-entry-string): New function.
1751 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1752 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1753 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1754 active region.
1755 (org-export-as-html): Handle QUOTE keyword.
1756 (org-quote-string): New option.
1757 (org-bookmark-jump-unhide): New function, used for
1758 `bookmark-after-jump-hook'.
1759 (org-diary-default-entry): Apply only when not called through
1760 `org-agenda'.
1761
1762 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1763
1764 * net/eudc.el (mode-popup-menu):
1765 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1766 * progmodes/ada-mode.el (compile-auto-highlight)
1767 (skeleton-further-elements):
1768 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1769 * progmodes/cmacexp.el (msdos-shells):
1770 * progmodes/compile.el (font-lock-extra-managed-props)
1771 (font-lock-keywords, font-lock-maximum-size)
1772 (font-lock-support-mode):
1773 * progmodes/grep.el (font-lock-lines-before):
1774 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1775 * progmodes/mixal-mode.el (compile-command):
1776 * progmodes/perl-mode.el (font-lock-comment-face)
1777 (font-lock-doc-face, font-lock-string-face):
1778 * progmodes/prolog.el (comint-prompt-regexp):
1779 * progmodes/sh-script.el (font-lock-comment-face)
1780 (font-lock-set-defaults, font-lock-string-face):
1781 * progmodes/sql.el (font-lock-keyword-face)
1782 (font-lock-set-defaults, font-lock-string-face):
1783 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1784 (itimer-version, lazy-lock-defer-contextually)
1785 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1786 Add defvars.
1787
1788 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1789 (cperl-electric-keyword, cperl-electric-pod)
1790 (cperl-electric-backspace, cperl-forward-re)
1791 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1792 (vc-rcs-header, vc-sccs-header): Add defvars.
1793
1794 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1795 (font-lock-syntactic-keywords, gud-find-expr-function):
1796 Add defvars.
1797
1798 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1799 (gdb-frame-parameters): Declare before use.
1800
1801 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1802 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1803 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1804 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1805
1806 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1807 (idlwave-help-with-source): Use `insert-buffer-substring', not
1808 `insert-buffer'.
1809
1810 2005-08-29 Juri Linkov <juri@jurta.org>
1811
1812 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1813 Put outline-back-to-heading function call inside save-excursion.
1814
1815 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1816
1817 * man.el (Man-init-defvars, Man-translate-references)
1818 (Man-support-local-filenames, Man-highlight-references):
1819 * progmodes/sql.el (sql-interactive-mode):
1820 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1821
1822 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1823 (compilation-mode-font-lock-keywords): Add defvars.
1824 (checkdoc-interactive-loop): "?\ " -> "?\s".
1825
1826 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1827 (font-lock-doc-face, font-lock-string-face)
1828 (font-lock-keywords-case-fold-search): Add defvars.
1829 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1830
1831 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1832 Don't pass X and Y (they are ignored anyway).
1833 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1834 (mouse-delete-window): Make arguments optional.
1835
1836 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1837 (caesar-translate-table, minor-modes, news-buffer-save)
1838 (news-group-name, news-minor-modes): Add defvars.
1839
1840 * emacs-lisp/lselect.el (mouse-highlight-priority)
1841 (x-lost-selection-functions, zmacs-regions):
1842 * emacs-lisp/pp.el (font-lock-verbose):
1843 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1844 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1845 (ses-mode-map):
1846 * emacs-lisp/tcover-unsafep.el (safe-functions):
1847 * international/mule-cmds.el (mac-system-coding-system)
1848 (mac-system-locale):
1849 * language/ethio-util.el (rmail-current-message)
1850 (rmail-message-vector):
1851 * language/thai-util.el (thai-auto-composition-mode):
1852 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1853 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1854 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1855 (vm-primary-inbox, vm-spool-files):
1856 * mail/rmail.el (deleted-head, font-lock-fontified)
1857 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1858 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1859 (total-messages):
1860 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1861 (rmail-summary-mode-map):
1862 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1863 (rmail-last-label, rmail-last-multi-labels)
1864 (rmail-summary-vector, rmail-total-messages):
1865 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1866 * mail/rmailsum.el (msgnum):
1867 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1868 (rmail-current-message):
1869 * obsolete/fast-lock.el (font-lock-face-list):
1870 * obsolete/rnewspost.el (mail-reply-buffer):
1871 * obsolete/scribe.el (compile-command):
1872 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1873
1874 2005-08-28 John Paul Wallington <jpw@gnu.org>
1875
1876 * ibuf-ext.el (ibuffer-auto-update-changed):
1877 Use `frame-or-buffer-changed-p' to check whether we need to update.
1878 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1879 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
1880 as a `frame-or-buffer-changed-p' state vector instead.
1881
1882 2005-08-27 Romain Francoise <romain@orebokech.com>
1883
1884 * textmodes/makeinfo.el (makeinfo-compile):
1885 Use `compilation-start'. Set `next-error-function' according to
1886 `disable-errors'.
1887 (makeinfo-next-error): New function.
1888 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1889 (makeinfo-buffer): Likewise.
1890
1891 * progmodes/compile.el (compilation-start): Add autoload cookie.
1892
1893 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1894 * textmodes/sgml-mode.el: Likewise.
1895 * progmodes/python.el: Likewise.
1896
1897 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1898
1899 * simple.el (blink-matching-paren-distance): Document the meaning
1900 of nil value, and allow to customize to nil.
1901
1902 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1903 command.com, not command.exe.
1904
1905 2005-08-26 John Wiegley <johnw@newartisans.com>
1906
1907 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1908 code around a bit so that an extraneous nil argument is not added
1909 to a command when no args are given.
1910
1911 * eshell/esh-arg.el (eshell-parse-double-quote): If a
1912 double-quoted argument resolves to nil, return it as an empty
1913 string rather than as nil. This made it impossible to pass "" to
1914 a shell script as a null string argument.
1915
1916 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 * outline.el (outline-invent-heading): New fun.
1919 (outline-promote, outline-demote): Use it.
1920 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1921 (outline-end-of-subtree): Remove unused var `opoint'.
1922
1923 2005-08-26 David Reitter <david.reitter@gmail.com>
1924
1925 * menu-bar.el (truncate-lines, write-file, print-buffer)
1926 (ps-print-buffer-faces, ps-print-buffer, split-window):
1927 Disable menu items when the frame they refer to is invisible, or when
1928 they refer to a buffer and the minibuffer is selected.
1929
1930 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1931
1932 * progmodes/flymake.el (flymake-highlight-err-lines):
1933 Use save-excursion around flymake-highlight-line to preserve point.
1934
1935 2005-08-26 Eli Zaretskii <eliz@gnu.org>
1936
1937 * progmodes/octave-mod.el: Change Author and Maintainer address.
1938 (octave-maintainer-address): Change Kurt's email address.
1939 * progmodes/octave-inf.el: Change Author and Maintainer address.
1940 * progmodes/octave-hlp.el: Change Author and Maintainer address.
1941
1942 2005-08-26 Kim F. Storm <storm@cua.dk>
1943
1944 * subr.el (version-list-<, version-list-<=, version-list-=):
1945 Renamed from integer-list-*.
1946 (version-list-not-zero): Likewise. Fix while loop.
1947 (version=): Use version-list-= instead of string-equal.
1948
1949 2005-08-26 Richard M. Stallman <rms@gnu.org>
1950
1951 * outline.el (outline-promote): Try shortening the heading.
1952 As last resort, read the heading to use.
1953 (outline-demote): As last resort, read the heading to use.
1954
1955 2005-08-26 Romain Francoise <romain@orebokech.com>
1956
1957 * progmodes/compile.el (compilation-start): Doc fix.
1958
1959 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
1960 (antlr-font-lock-additional-keywords): Fix reference to
1961 `antlr-font-lock-literal-regexp' erroneously changed during the
1962 mass face rename.
1963 (antlr-run-tool): Use `compilation-start'.
1964
1965 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
1966 instead of the obsolete `compile-internal'.
1967
1968 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
1971 (number, original-date):
1972 * calendar/cal-china.el (date):
1973 * calendar/cal-coptic.el (date):
1974 * calendar/cal-french.el (date):
1975 * calendar/cal-hebrew.el (date, entry, number, original-date):
1976 * calendar/cal-islam.el (date, number, original-date):
1977 * calendar/cal-iso.el (date):
1978 * calendar/cal-julian.el (date):
1979 * calendar/cal-mayan.el (date):
1980 * calendar/cal-menu.el (date, event):
1981 * calendar/cal-persia.el (date):
1982 * calendar/lunar.el (date):
1983 * calendar/solar.el (date): Add defvars.
1984
1985 * emerge.el:
1986 * ibuffer.el:
1987 * info-xref.el:
1988 * obsolete/bg-mouse.el:
1989 * obsolete/sun-curs.el:
1990 * obsolete/swedish.el: Move the `defvar's to the top level.
1991
1992 * smerge-mode.el (smerge-refined-change): Add :group.
1993
1994 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
1997 (smerge-keep-n): Remove props.
1998 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1999 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2000 now that it's done in smerge-keep-n.
2001 (smerge-refined-change): New face.
2002 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2003 (smerge-refine): New funs.
2004 (smerge-basic-map): Bind smerge-refine.
2005
2006 2005-08-25 Juri Linkov <juri@jurta.org>
2007
2008 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2009 compilation-process-setup-function and compilation-disable-input
2010 in grep-mode instead of let-bindings in grep.
2011
2012 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2013 Delete "Automatic File De/compression" (auto-compression-mode).
2014
2015 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2016
2017 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2018 Silence warning about non-existent variable.
2019
2020 2005-08-25 Richard M. Stallman <rms@gnu.org>
2021
2022 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2023 Rename "Describe Key" to "Describe Key or Mouse Operation".
2024
2025 * mail/mailalias.el (build-mail-aliases): Delete comments
2026 from the contents before processing them.
2027
2028 * isearch.el (isearch-edit-string): Erase the Search prompt
2029 if user enters an empty string and there is no default.
2030
2031 * comint.el (comint-file-name-prefix): Add autoload.
2032
2033 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2034
2035 * subr.el (play-sound): Rearrange to avoid warning.
2036
2037 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2038
2039 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2040 New hook.
2041 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2042
2043 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2046
2047 * custom.el (custom-theme-set-variables): Sort minor modes last.
2048
2049 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2050
2051 * subr.el (version-separator, version-regexp-alist): New vars used by
2052 version comparison funs.
2053 (integer-list-<, integer-list-=, integer-list-<=)
2054 (integer-list-not-zero): New funs for integer list comparison.
2055 (version-to-list, version=, version<, version<=): New funs for version
2056 comparison.
2057
2058 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2059
2060 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2061 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2062 time to silence the byte-compiler.
2063
2064 * ibuffer.el (ibuffer-compile-make-eliding-form)
2065 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2066 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2067 so it's silly to get warnings for it).
2068 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2069 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2070 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2071 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2072 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2073 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2074 Defvar at compile time.
2075 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2076 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2077 Declare them before use.
2078
2079 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2080 (info-xref-good, info-xref-bad): Defvar at compile time.
2081
2082 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2083 Use `let*' instead of `let'.
2084
2085 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2086 (*mouse-y*, menu, char): Defvar at compile time.
2087 (sc::menu): Declare it before use.
2088 (sc::pack-one-line): Use `let', not `let*'.
2089
2090 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2091 (mail-send-hook): Defvar at compile time.
2092
2093 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2094 Defvar at compile time.
2095
2096 * term/sun-mouse.el (current-global-mousemap)
2097 (current-local-mousemap): Declare them before use.
2098
2099 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2100
2101 * bookmark.el (bookmark-after-jump-hook): New hook.
2102 (bookmark-jump): Run `bookmark-after-jump-hook'.
2103
2104 2005-08-23 Juri Linkov <juri@jurta.org>
2105
2106 * faces.el (minibuffer-prompt): Doc fix.
2107
2108 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2109
2110 * progmodes/xscheme.el: Trivial changes to silence warnings.
2111 (xscheme-previous-mode, xscheme-previous-process-state):
2112 Add defvars.
2113 (xscheme-last-input-end, xscheme-process-command-line)
2114 (xscheme-process-name, xscheme-buffer-name)
2115 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2116 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2117 (xscheme-control-g-synchronization-p)
2118 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2119 (default-xscheme-runlight, xscheme-runlight)
2120 (xscheme-runlight-string, xscheme-process-filter-state)
2121 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2122 Move to beginning of file.
2123 (scheme-interaction-mode-commands-alist)
2124 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2125 Declare them before use. Note: the initialization code for the variables
2126 has not been moved because it uses functions that reference the variables.
2127 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2128 (xscheme-prompt-for-expression-map): Declare them before use.
2129 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2130
2131 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2132
2133 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2134
2135 2005-08-22 Juri Linkov <juri@jurta.org>
2136
2137 * faces.el (set-face-underline): Delete this duplicate function
2138 and make an obsolete alias to set-face-underline-p.
2139 (set-face-underline-p): Use docstring of set-face-underline.
2140 (describe-face): Create hyperlink to parent face.
2141
2142 * info.el (Info-insert-dir): Use save-excursion around
2143 insert-buffer-substring.
2144 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2145 (Info-escape-percent): Delete function.
2146 (Info-fontify-node): Replace Info-escape-percent by
2147 replace-regexp-in-string with REP arg set to lambda that
2148 duplicates `%' and preserves text properties.
2149
2150 * progmodes/compile.el (compilation-disable-input): Doc fix.
2151 (define-compilation-mode): Doc fix and refill.
2152 (kill-compilation): Use `mode-name' in the error message.
2153 (compilation-find-file): Use `compilation-error' in the
2154 read-file-name's prompt.
2155
2156 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2159 (smerge-auto-leave): Make undo re-enable the mode.
2160 (debug-ignored-errors): Add the user-error of impossible resolution.
2161 (smerge-resolve): Move things around a bit, in preparation for later.
2162 (smerge-diff): Don't fail if the buffer has no associated file.
2163 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2164 (smerge-conflict-overlay): New function.
2165 (smerge-match-conflict): Don't add text properties here.
2166 (smerge-find-conflict): Instead, add an overlay here.
2167 Also check for the case where we're inside a conflict already, so as to
2168 obviate the need for font-lock-multiline, which is unbearably slow with
2169 large conflicts and ciomplex font-lock patterns.
2170 (smerge-remove-props): Remove overlay rather than text-properties.
2171 (smerge-mode): Don't set font-lock-multiline.
2172 Remove overlays when turned off.
2173
2174 2005-08-21 Kim F. Storm <storm@cua.dk>
2175
2176 * ido.el (ido-ignore-item-p): Use save-match-data.
2177 Bind case-fold-search to ido-case-fold locally.
2178
2179 2005-08-20 Richard M. Stallman <rms@gnu.org>
2180
2181 * files.el (normal-mode): If font lock is on, turn it off and on.
2182
2183 * subr.el (replace-regexp-in-string): Doc fix.
2184
2185 * startup.el (command-line-1): Don't suppress startup screen
2186 due to existing processes.
2187
2188 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2189
2190 * progmodes/compile.el (compilation-disable-input): Default to nil.
2191
2192 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2193
2194 * progmodes/compile.el (compilation-disable-input): New defcustom.
2195 (compilation-start): If compilation-disable-input is non-nil, send
2196 EOF to the compilation process.
2197
2198 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2199
2200 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2201 Run the argument of tex-shell-cd-command through
2202 convert-standard-filename, to get the correct style of slashes on
2203 Windows, and enclose the result in quotes, in case the file name
2204 includes whitespace or other special characters.
2205
2206 2005-08-19 Andreas Schwab <schwab@suse.de>
2207
2208 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2209 process.
2210
2211 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2212
2213 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2214
2215 2005-08-18 Kim F. Storm <storm@cua.dk>
2216
2217 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2218
2219 2005-08-18 Richard M. Stallman <rms@gnu.org>
2220
2221 * scroll-lock.el: New file.
2222
2223 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2224
2225 * dired.el (dired-move-to-end-of-filename):
2226 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2227
2228 2005-08-18 Kim F. Storm <storm@cua.dk>
2229
2230 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2231 rather than toggle mode when custom value is nil.
2232 (ido-everywhere): Fix defun doc string.
2233
2234 2005-08-17 Richard M. Stallman <rms@gnu.org>
2235
2236 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2237 as tag instead of "Inviolable".
2238
2239 2005-08-17 Kim F. Storm <storm@cua.dk>
2240
2241 * windmove.el (windmove-coordinates-of-position): Remove.
2242 (windmove-coordinates-of-window-position): Remove.
2243 (windmove-reference-loc): Use posn-at-point instead.
2244
2245 * subr.el (insert-for-yank-1): Doc fix.
2246
2247 * ido.el (ido-enter-matching-directory): Rename from
2248 ido-enter-single-matching-directory. Change 'slash choice to
2249 'only. Add 'first choice.
2250 (ido-exhibit): Adapt to above changes.
2251
2252 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2253
2254 * Makefile.in: Expand comment about building loaddefs.el.
2255
2256 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2257
2258 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2259 Comment use of defadvice.
2260
2261 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2262
2263 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2264
2265 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2266 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2267 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2268 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2269 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2270 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2271 for backward compatibility for faces that did not appear in the
2272 previous Emacs release.
2273
2274 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2275
2276 2005-08-15 Kim F. Storm <storm@cua.dk>
2277
2278 * emulation/cua-base.el (cua-delete-region): Return t if
2279 deleted region was non-empty.
2280 (cua-replace-region): Inhibit overwrite-mode for
2281 self-insert-command if replaced region was non-empty.
2282 (cua--explicit-region-start, cua--status-string): Make them
2283 buffer-local at top-level...
2284 (cua-mode): ...rather than when mode is enabled.
2285
2286 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2287
2288 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2289 Set t for Emacs 21, 22, and so on.
2290
2291 2005-08-15 David Ponce <david@dponce.com>
2292
2293 * tree-widget.el: Update Commentary header.
2294 (tree-widget-theme): Doc fix.
2295 (tree-widget-space-width): New option.
2296 (tree-widget-image-properties): Look up in the default theme too.
2297 (tree-widget--cursors): Only for images with arrow pointer shape.
2298 (tree-widget-lookup-image): Pointer shape is hand by default.
2299 (tree-widget-icon): Rename generic icon widget from
2300 `tree-widget-control'.
2301 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2302 derive from `tree-widget-icon'.
2303 (tree-widget-handle): Improve default look and feel of the text
2304 representation.
2305 (tree-widget): Rename :*-control properties to :*-icon properties.
2306 Add :action and :help-echo properties.
2307 (tree-widget-after-toggle-functions): Move.
2308 (tree-widget-close-node, tree-widget-open-node): Remove.
2309 (tree-widget-before-create-icon-functions): New hook.
2310 (tree-widget-value-create): Update to allow customization of icons
2311 and nodes at run-time via that new hook.
2312 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2313 (tree-widget-icon-action, tree-widget-icon-help-echo)
2314 (tree-widget-action, tree-widget-help-echo): New functions.
2315
2316 2005-08-15 Kim F. Storm <storm@cua.dk>
2317
2318 * ido.el (ido-buffer-internal): Use with-no-warnings.
2319 (ido-make-merged-file-list): Use while-no-input.
2320
2321 2005-08-15 Richard M. Stallman <rms@gnu.org>
2322
2323 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2324 (flyspell-large-region): Fix doc and custom type.
2325
2326 2005-08-14 Richard M. Stallman <rms@gnu.org>
2327
2328 * files.el (interpreter-mode-alist): Doc fix.
2329
2330 * mail/rmail.el (rmail-nonignored-headers): New variable.
2331 (rmail-clear-headers): Use it.
2332 (rmail-reply): Better handling of mail-followup-to header.
2333
2334 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2335 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2336 don't try to refer to executable-font-lock-keywords.
2337 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2338 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2339 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2340 (sh-mode): Set comment-start-skip, local-abbrev-table,
2341 imenu-case-fold-search.
2342 (sh-set-shell): Don't set them here.
2343 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2344 Don't cache the results in the original alist; don't ever modify
2345 that alist.
2346
2347 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2348
2349 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2350 empty.
2351
2352 2005-08-15 Andreas Schwab <schwab@suse.de>
2353
2354 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2355
2356 * dired.el, info.el, mail/rmail.el: Revert last change.
2357
2358 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2359
2360 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2361 modification in `eval-after-load' form.
2362 * info.el: Likewise.
2363 * mail/rmail.el: Likewise.
2364
2365 2005-08-14 Juri Linkov <juri@jurta.org>
2366
2367 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2368 Remove highlighting of "Compilation started". Highlight only
2369 the word "finished" in "Compilation finished". Add highlighting
2370 of "interrupt", "killed", "terminated" and the exit code.
2371 (compilation-start): Add newline after header. Use exactly the
2372 same time stamp format as the finishing message.
2373 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2374
2375 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2376 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2377 Add highlighting of "interrupt", "killed", "terminated".
2378
2379 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2380 enabled and the current command is self-insert-command, call it
2381 explicitly with overwrite-mode bound to nil, to not allow it
2382 to delete the character after the selected region.
2383
2384 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2385
2386 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2387 move-end-of-line, end-of-line, and beginning-of-line to the list
2388 of commands after which the echo area is updated.
2389
2390 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2391
2392 * cus-edit.el (custom-save-all, custom-save-delete):
2393 Bind recentf-exclude to exclude custom-file.
2394
2395 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2396
2397 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2398 to go to the bottom of the mail message. Added to
2399 `rmail-summary-mode-map' with key "/".
2400 (rmail-summary-show-message): New (internal) function for use by
2401 both `rmail-summary-beginning/end-of-message'.
2402 (rmail-summary-beginning-of-message): Change to use
2403 rmail-summary-show-message.
2404
2405 * mail/rmail.el (rmail-end-of-message): New command to go to the
2406 end of the current message. Added to `rmail-mode-map' with key "/".
2407 (rmail-beginning-of-message): Fix to work as documented.
2408 (rmail-mode): Change documentation.
2409
2410 * progmodes/compile.el (compilation-start): Add the line
2411 "Compilation started" with compilation start time.
2412 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2413
2414 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2415
2416 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2417 of menu items.
2418
2419 2005-08-11 Richard M. Stallman <rms@gnu.org>
2420
2421 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2422
2423 * battery.el (battery-status-function): Don't use ignore-errors.
2424
2425 2005-08-11 Lute Kamstra <lute@gnu.org>
2426
2427 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2428 define-obsolete-variable-alias.
2429
2430 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2433 (ange-ftp-send-cmd): Revert last change, and expand
2434 the comment explaining the problem.
2435
2436 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2437
2438 * ldefs-boot.el: Update.
2439
2440 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2441 item to "Time, Load and Mail". Change help echo text.
2442
2443 * time.el (display-time-use-mail-icon, display-time-format)
2444 (display-time-string-forms): Shorten first line of docstrings.
2445
2446 2005-08-10 Lars Hansen <larsh@soem.dk>
2447
2448 * desktop.el (desktop-buffer-mode-handlers):
2449 Make non-customizable. Add autoload cookie. Change initial value to
2450 nil; add elements in respective modules instead. Fix doc string.
2451 (desktop-load-file): New function.
2452 (desktop-minor-mode-handlers): New autoloaded variable.
2453 (desktop-create-buffer): Call minor mode handlers.
2454 Use desktop-load-file to load major and minor mode modules prior to
2455 checking for a handler.
2456 (desktop-save): Don't add nil to desktop-minor-modes for minor
2457 modes with nil function in desktop-minor-mode-table. Don't delete
2458 desktop file before rewriting it.
2459 (desktop-locals-to-save): Add autoload cookie. Don't make
2460 automatically buffer-local. Add variables column-number-mode,
2461 size-indication-mode, indent-tabs-mode,
2462 indicate-buffer-boundaries, indicate-empty-lines and
2463 show-trailing-whitespace.
2464 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2465 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2466 (desktop-clear-preserve-buffers-regexp): Delete.
2467 (desktop-clear-preserve-buffers): Update initial value and docstring.
2468 (desktop-save-buffer): Fix doc string.
2469
2470 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2471 (hilit-chg-desktop-restore): New function.
2472 (highlight-changes-mode): Add highlight-changes-mode to
2473 desktop-locals-to-save.
2474
2475 * dired.el: Add handler to desktop-buffer-mode-handlers.
2476 (dired-restore-desktop-buffer): Remove autoload cookie.
2477 (dired-mode): Add autoload cookie.
2478
2479 * info.el: Add handler to desktop-buffer-mode-handlers.
2480 (Info-restore-desktop-buffer): Remove autoload cookie.
2481 (Info-mode): Add autoload cookie.
2482
2483 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2484 (mh-restore-desktop-buffer): Remove autoload cookie.
2485 (mh-folder-mode): Add autoload cookie.
2486
2487 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2488 (rmail-restore-desktop-buffer): Remove autoload cookie.
2489
2490 2005-08-11 Masatake YAMATO <jet@gyve.org>
2491
2492 * hexl.el (hexl-address-region):
2493 (hexl-ascii-region, hexl-font-lock-keywords):
2494 (hexl-highlight-line-range): Use the term "region"
2495 instead of "area" for consistency with the other symbols
2496 defined in hexl.el.
2497
2498 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2499
2500 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2501 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2502 out by Juri Linkov). Add `display-battery-mode'.
2503
2504 2005-08-09 Juri Linkov <juri@jurta.org>
2505
2506 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2507 Remove `-text' from face variable names.
2508 (compilation-error-file-name, compilation-warning-file-name)
2509 (compilation-info-file-name): Delete faces.
2510 (compilation-line-number, compilation-column-number):
2511 Remove face underlining.
2512 (compilation-message-face): Set to `underline' value by default.
2513 (compilation-error-face, compilation-warning-face)
2514 (compilation-info-face): Remove `-file-name' from face names.
2515 (compilation-error-text-face, compilation-warning-text-face)
2516 (compilation-info-text-face): Delete face variables.
2517 (compilation-text-face): Delete function.
2518
2519 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2520 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2521 (grep-error-face): Set to `compilation-error' instead of
2522 `compilation-error-face' (which is redefined to `grep-hit-face' in
2523 grep buffers).
2524 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2525 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2526
2527 * dired-aux.el (dired-do-query-replace-regexp):
2528 Use `query-replace-read-args'.
2529
2530 * replace.el (query-replace-read-from, query-replace-read-to)
2531 (query-replace-read-args): Rename arg `string' to `prompt'.
2532
2533 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2534
2535 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2536
2537 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2538 uploading files.
2539 (ange-ftp-canonize-filename): Handle file names beginning with ~
2540 correctly.
2541
2542 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * textmodes/fill.el (canonically-space-region)
2545 (fill-context-prefix, fill-french-nobreak-p)
2546 (fill-delete-newlines, fill-comment-paragraph)
2547 (justify-current-line): "?\ " -> "?\s".
2548
2549 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2550
2551 * textmodes/fill.el (fill-nonuniform-paragraphs):
2552 Improve argument/docstring consistency.
2553
2554 2005-08-09 Richard M. Stallman <rms@gnu.org>
2555
2556 * textmodes/ispell.el (ispell-word): More fboundp checks.
2557
2558 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2559 (find-file-noselect-1): Call it here, only if RAWFILE.
2560 (normal-mode): Always set some major mode.
2561 (save-some-buffers-action-alist): Change some explanation strings.
2562 (file-name-non-special): In the `quote' method, use unwind-protect.
2563
2564 2005-08-09 Magnus Henoch <mange@freemail.hu>
2565
2566 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2567 (ispell-have-aspell-dictionaries): New variable.
2568 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2569 (ispell-get-aspell-config-value): New function.
2570 (ispell-aspell-find-dictionary): New function.
2571 (ispell-aspell-add-aliases): New function.
2572 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2573 appropriate. Don't look for ispell dictionaries if we use aspell.
2574 (ispell-menu-map): Don't build a submenu of dictionaries.
2575
2576 2005-08-09 Richard M. Stallman <rms@gnu.org>
2577
2578 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2579 (sql-read-passwd): Use read-passwd.
2580
2581 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2582 (idlwave-toolbar-is-possible): Add defvars.
2583
2584 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2585 Avoid warnings.
2586
2587 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2588 (idlwave-system-class-info, idlwave-executive-commands-alist):
2589 Use defvar.
2590
2591 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2592
2593 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2594 Avoid warnings.
2595
2596 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2597 and content-type: headers.
2598
2599 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2600
2601 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2602 and rename some of them to be more self-explanatory.
2603
2604 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2605
2606 * startup.el (command-line-1): Implement -scriptload.
2607
2608 * replace.el (occur-engine): Initial *Occur* output not undoable.
2609
2610 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2611 and improve help strings.
2612
2613 * isearch.el (isearch-repeat): When changing direction,
2614 mark search successful.
2615
2616 * ediff-init.el: Use (featurep 'xemacs).
2617
2618 * comint.el (send-invisible): Identify buffer, if not selected.
2619
2620 * align.el: Delete autoload for c-guess-basic-syntax.
2621
2622 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2623
2624 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2625 Improve argument/docstring consistency. Doc fixes.
2626 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2627 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2628 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2629 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2630 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2631 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2632 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2633 Defvar at compile time.
2634
2635 2005-08-09 Juri Linkov <juri@jurta.org>
2636
2637 * info.el: Replace `info' with upper-case `Info' where appropriate.
2638 (info-title-1, info-title-2, info-title-3, info-title-4)
2639 (info-menu-header): Move up face definitions.
2640 (info-menu-star): Rename from `info-menu-5'.
2641 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2642 (Info-fontify-visited-nodes): Fix docstring.
2643 (Info-hide-note-references): Fix docstring.
2644 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2645 menu items in the same way as on cross-references.
2646 (info-apropos): Fix sorting order and formatting to be like in the
2647 stand-alone Info browser. Display error messages for 1 sec.
2648 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2649 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2650 from the menu bar.
2651 (Info-insert-dir): Restore point after calling
2652 `insert-buffer-substring'.
2653
2654 2005-08-08 Richard M. Stallman <rms@gnu.org>
2655
2656 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2657 (recompute-lucid-menubar): Add defvars.
2658
2659 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2660
2661 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2662
2663 * net/net-utils.el (run-dig): Rename from `dig'.
2664
2665 * play/gametree.el (gametree-mode): Use make-local-variable,
2666 not make-variable-buffer-local.
2667
2668 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2669
2670 * ansi-color.el (ansi-color-make-extent)
2671 (ansi-color-set-extent-face): Use fboundp, not functionp.
2672
2673 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2674 not make-variable-buffer-local.
2675
2676 * bookmark.el (Info-current-file): Add defvar.
2677 (bookmark-jump-noselect): Use with-no-warnings.
2678
2679 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2680
2681 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2682
2683 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2684
2685 * find-file.el (ada-procedure-start-regexp)
2686 (ada-package-start-regexp): Add defvars.
2687
2688 * info.el (Info-insert-dir): Use insert-buffer-substring.
2689
2690 * xml.el (xml-att-def-re): Add defvar.
2691
2692 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2693 calling convention.
2694
2695 * subr.el (while-no-input): Return t if there is input.
2696
2697 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2698
2699 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2700
2701 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2702
2703 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2704 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2705
2706 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2707
2708 * cmuscheme.el (scheme-start-file): Replace reference to
2709 `user-emacs-directory' by "~/.emacs.d/".
2710
2711 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2712
2713 * info.el (Info-dir-remove-duplicates): Avoid case folding
2714 in loop; instead, keep downcased strings for comparison.
2715 Suggested by Helmut Eller.
2716
2717 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2718
2719 Sync with Tramp 2.0.50.
2720
2721 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2722 XEmacs case; not necessary anymore.
2723 (tramp-user-regexp): Allow "@" as part of user name.
2724 (tramp-handle-set-visited-file-modtime)
2725 (tramp-handle-insert-file-contents)
2726 (tramp-handle-write-region): No special handling for
2727 `last-coding-system-used, because this is done in
2728 `tramp-accept-process-output' now.
2729 (tramp-accept-process-output): New defun.
2730 (tramp-process-one-action, tramp-process-one-multi-action)
2731 (tramp-wait-for-regexp, tramp-wait-for-output)
2732 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2733 Howells <dhowells@redhat.com>.
2734 (clear-visited-file-modtime): Defadvice removed. The check for
2735 unset buffer's modtime does not need to be based on
2736 `tramp-buffer-file-attributes'. Suggested by RMS.
2737 (tramp-message): Insert "\n" if not being at beginning of line.
2738 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2739 sequence with same logic.
2740 (tramp-completion-handle-expand-file-name): Discard call of
2741 `tramp-drop-volume-letter'. It is not necessary, and there have
2742 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2743 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2744 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2745 should always be visible.
2746 (tramp-handle-insert-directory, tramp-setup-complete)
2747 (tramp-set-process-query-on-exit-flag)
2748 (tramp-append-tramp-buffers): Pacify byte-compiler.
2749 (tramp-bug): Delete non-existing variables from list.
2750 Apply `tramp-load-report-modules' as pre-hook.
2751 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2752 `shell-prompt-pattern' because of non-7bit characters.
2753 Reported by Sebastian Luque <sluque@mun.ca>.
2754 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2755 (tramp-match-string-list): Remove function.
2756 (tramp-wait-for-regexp): Remove call of that function.
2757 Suggested by Kim F. Storm <storm@cua.dk>.
2758 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2759 instead of octal character code ?\600. The latter resulted in a
2760 syntax error with XEmacs.
2761
2762 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2763 XEmacs case; not necessary anymore.
2764 (tramp-smb-handle-write-region): No special handling for
2765 `last-coding-system-used, because this is done in
2766 `tramp-accept-process-output' now.
2767 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2768
2769 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2770
2771 * wid-edit.el (widget-choice-value-create):
2772 Unconditionally respect user choice. Set :explicit-choice back to nil
2773 when no longer needed.
2774 (widget-choice-action): Unconditionally respect user choice.
2775 Eliminate :explicit-choice-value.
2776
2777 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2778
2779 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2780 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2781 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2782 running new function `toggle-indicate-empty-lines'.
2783 Rename "Customize" item to "Customize fringe".
2784 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2785 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2786 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2787 Delete "Empty lines only" item.
2788 (menu-bar-showhide-fringe-ind-customize): New function.
2789 (menu-bar-showhide-fringe-ind-mixed)
2790 (menu-bar-showhide-fringe-ind-box)
2791 (menu-bar-showhide-fringe-ind-right)
2792 (menu-bar-showhide-fringe-ind-left)
2793 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2794 instead of `fringe-indicators'.
2795
2796 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2797
2798 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2799 Change the date of last update.
2800
2801 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2802
2803 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2804 (viper-exec-yank, viper-put-back): Don't display modification msg
2805 if in the minibuffer.
2806
2807 * viper-init.el (viper-replace-overlay-cursor-color)
2808 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2809 Make variables frame local.
2810
2811 * viper-util.el (viper-append-filter-alist): Use append instead of
2812 nconc.
2813
2814 * viper.el (viper-vi-state-mode-list)
2815 (viper-emacs-state-mode-list): Move help-mode and
2816 completion-list-mode from the first list to the second.
2817 (viper-mode): Docstring.
2818 (viper-go-away, viper-non-hook-settings): Don't localize
2819 minor-mode-alist in newer Emacsen. Add advice to
2820 set-cursor-color. Don't bind "\C-c\\".
2821
2822 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2823
2824 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2825 (scheme-macro-expand-command): New user options.
2826 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2827 (scheme-form-at-point, scheme-start-file)
2828 (scheme-interactively-start-process): New functions.
2829 (scheme-get-process): New function, extracted from `scheme-proc'.
2830 (run-scheme): Call `scheme-start-file' to get start file, and pass
2831 it to `make-comint'.
2832 (switch-to-scheme, scheme-proc):
2833 Call `scheme-interactively-start-process' if no Scheme buffer/process
2834 is available.
2835
2836 2005-08-06 Juri Linkov <juri@jurta.org>
2837
2838 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2839 Use `compilation-text-face', `compilation-info-text-face' and
2840 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2841 (compilation-error): New face.
2842 (compilation-error-file-name): Inherit from
2843 `compilation-error' instead of `font-lock-warning-face'.
2844 (compilation-warning-file-name): Inherit from
2845 `compilation-warning' instead of `font-lock-warning-face'.
2846 (compilation-info, compilation-error-file-name)
2847 (compilation-warning-file-name, compilation-info-file-name)
2848 (compilation-line-number, compilation-column-number): Doc fix.
2849 (compilation-error-text-face, compilation-warning-text-face)
2850 (compilation-info-text-face): New face variables.
2851 (compilation-line-face, compilation-column-face)
2852 (compilation-enter-directory-face)
2853 (compilation-leave-directory-face): Doc fix.
2854 (compilation-text-face): New function.
2855
2856 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2857 instead of 1 to display binary file names as info file links.
2858 (grep-error-face): Use `compilation-error-face' instead of
2859 `font-lock-keyword-face'.
2860 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2861 and `compilation-warning-text-face' instead of
2862 `font-lock-keyword-face'. Use `compilation-error-text-face'
2863 instead of `grep-error-face'.
2864
2865 2005-08-05 Kenichi Handa <handa@m17n.org>
2866
2867 * international/code-pages.el: Add autoload cookies for all coding
2868 systems.
2869
2870 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
2871
2872 * cus-start.el (all): Put undo.c where it alphabetically belongs.
2873
2874 2005-08-04 Juri Linkov <juri@jurta.org>
2875
2876 * progmodes/compile.el (compilation-mode-map):
2877 * progmodes/grep.el (grep-mode-map):
2878 Bind TAB to `compilation-next-error' and [backtab] to
2879 `compilation-previous-error'.
2880
2881 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2882 matching line numbers, column numbers and their ranges with regexp
2883 matching only line numbers.
2884 (grep-context-face): New face variable.
2885 (grep-mode-font-lock-keywords): Use it.
2886
2887 * faces.el (read-face-name): Delete duplicate faces.
2888
2889 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2890
2891 * thumbs.el (thumbs-find-image): Don't make variables
2892 automatically buffer local.
2893 (thumbs-current-tmp-filename, thumbs-current-image-filename)
2894 (thumbs-image-num): Make automatically buffer local.
2895 (thumbs-show-thumbs-list): Use `make-local-variable', not
2896 `make-variable-buffer-local'.
2897 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2898
2899 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2900 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2901 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2902 (bother, bye, canyou, chatlst, continue, deathlst, describe)
2903 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2904 (feelings-about, foullst, found, hello, history, howareyoulst)
2905 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2906 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2907 (neglst, obj, object, owner, please, problems, qlist)
2908 (random-adjective, relation, remlst, repetitive-shortness)
2909 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2910 (shortlst, something, sportslst, stallmanlst, states, subj)
2911 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2912 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2913 Defvar at compile time.
2914
2915 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2916 not `make-variable-buffer-local'.
2917
2918 2005-08-02 Kim F. Storm <storm@cua.dk>
2919
2920 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2921 rectangle overlay in selected window.
2922
2923 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
2924
2925 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
2926 instead of display group. Make `indicate-buffer-boundaries'
2927 customizable through Custom.
2928
2929 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
2930
2931 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
2932 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
2933 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
2934 (gdb-put-string): Fix typos in docstrings.
2935
2936 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
2937
2938 Update copyright notices of files in progmodes directory for
2939 release of Emacs 22.1.
2940
2941 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
2942
2943 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
2944 Don't barf if the GUD buffer has been killed.
2945
2946 2005-08-01 Kim F. Storm <storm@cua.dk>
2947
2948 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
2949
2950 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * simple.el (next-error-follow-minor-mode):
2953 make-variable-buffer-local -> make-local-variable.
2954
2955 * emacs-lisp/cl-extra.el: Require CL also when compiling.
2956
2957 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
2958 (byte-compile-form-make-variable-buffer-local): New functions to warn
2959 about misuses of make-variable-buffer-local where make-local-variable
2960 was meant.
2961
2962 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
2963
2964 * bs.el (bs-attributes-list): Doc fix.
2965 (bs): Update url-link.
2966
2967 * desktop.el (desktop-save-buffer): Fix typos in docstring.
2968 (desktop-load-default): Simplify.
2969
2970 * ibuffer.el (ibuffer-columnize-and-insert-list)
2971 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
2972 (ibuffer-unmark-all, ibuffer-toggle-marks)
2973 (ibuffer-unmark-forward, ibuffer-unmark-backward)
2974 (ibuffer-compile-make-format-form, ibuffer-format-column)
2975 (ibuffer-current-buffers-with-marks)
2976 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
2977 (ibuffer): Doc fix.
2978 (ibuffer-mode): Fix typo in docstring.
2979 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
2980 with `define-obsolete-variable-alias'.
2981 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
2982
2983 2005-07-29 Kenichi Handa <handa@m17n.org>
2984
2985 * international/mule-cmds.el (select-message-coding-system):
2986 Be sure to use LF for end-of-line. If no coding system is decided,
2987 return iso-8859-1-unix.
2988
2989 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
2992 (ange-ftp-pending-error-line): New vars.
2993 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
2994 to handle the non-fatal no-route-to-host messages.
2995 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
2996
2997 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
2998
2999 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3000 (isearch-quote-char, isearch-printing-char)
3001 (isearch-text-char-description): "?\ " -> "?\s".
3002 (isearch-lazy-highlight-cleanup)
3003 (isearch-lazy-highlight-initial-delay)
3004 (isearch-lazy-highlight-interval)
3005 (isearch-lazy-highlight-max-at-a-time)
3006 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3007 Declare with define-obsolete-*-alias macros.
3008 (isearch-forward): Fix typo in docstring.
3009 (search-invisible, search-ring-yank-pointer)
3010 (regexp-search-ring-yank-pointer): Doc fixes.
3011
3012 * recentf.el (recentf-menu-append-commands-p): Declare with
3013 `define-obsolete-variable-alias'.
3014 (recentf-max-saved-items, recentf-menu-filter)
3015 (recentf-arrange-by-rule-subfilter): Doc fixes.
3016 (recentf-menu-append-commands-flag)
3017 (recentf-initialize-file-name-history, recentf-expand-file-name)
3018 (recentf-clear-data): Fix typos in docstrings.
3019
3020 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3021
3022 * progmodes/gdb-ui.el: Smarten comments.
3023 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3024
3025 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3026
3027 * term/apollo.el (terminal-init-apollo): New function containing
3028 all former top level forms in the file.
3029 * term/bobcat.el (terminal-init-bobcat):
3030 * term/cygwin.el (terminal-init-cygwin):
3031 * term/iris-ansi.el (terminal-init-iris-ansi):
3032 * term/linux.el (terminal-init-linux):
3033 * term/news.el (terminal-init-news):
3034 * term/rxvt.el (terminal-init-rxvt):
3035 * term/sun.el (terminal-init-sun):
3036 * term/tvi970.el (terminal-init-tvi970):
3037 * term/vt100.el (terminal-init-vt100):
3038 * term/vt102.el (terminal-init-vt102):
3039 * term/vt125.el (terminal-init-vt125):
3040 * term/vt200.el (terminal-init-vt200):
3041 * term/vt201.el (terminal-init-vt201):
3042 * term/vt220.el (terminal-init-vt220):
3043 * term/vt240.el (terminal-init-vt240):
3044 * term/vt300.el (terminal-init-vt300):
3045 * term/vt320.el (terminal-init-vt320):
3046 * term/vt400.el (terminal-init-vt400):
3047 * term/vt420.el (terminal-init-vt420):
3048 * term/wyse50.el (terminal-init-wyse50):
3049 * term/xterm.el (terminal-init-xterm): Likewise.
3050
3051 * term/README: Describe the terminal-init-* functionality.
3052
3053 * startup.el (command-line): After loading the terminal initialization
3054 file call the corresponding terminal initialization function.
3055
3056 2005-07-27 Kenichi Handa <handa@m17n.org>
3057
3058 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3059 negative.
3060
3061 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3062 (ps-mule-composition-prologue): Fix for the case that
3063 RelativeCompose is false.
3064
3065 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3068
3069 * descr-text.el (describe-char): Handle the case where the list of
3070 chars is displayed in a separate frame.
3071 Be a bit more discriminating when looking for the char.
3072
3073 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3074
3075 * bookmark.el (bookmark-automatically-show-annotations)
3076 (bookmark-read-annotation-text-func): Doc fixes.
3077 (bookmark-save): Improve argument/docstring consistency.
3078 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3079 (bookmark-alist-from-buffer)
3080 (bookmark-upgrade-file-format-from-0)
3081 (bookmark-grok-file-format-version)
3082 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3083 (bookmark-read-annotation-mode)
3084 (bookmark-insert-current-bookmark, bookmark-jump)
3085 (bookmark-exit-hook): Fix typos in docstrings.
3086 (bookmark-exit-hooks): Define as obsolete alias.
3087 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3088 not `bookmark-exit-hooks'. Fix docstring.
3089 (bookmark-bmenu-select): "?\ " -> "?\s".
3090
3091 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3092
3093 * startup.el (command-line): Fix typo.
3094
3095 2005-07-24 Richard M. Stallman <rms@gnu.org>
3096
3097 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3098 not emacs-quick-startup.
3099
3100 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3101
3102 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3103 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3104 instead of `reb-with-current-window'.
3105 (reb-prev-match): Likewise. Also, don't move left if the search
3106 was unsuccessful.
3107 (reb-initialize-buffer): New function.
3108 (re-builder, reb-change-syntax): Use it.
3109
3110 * man.el (Man-goto-page): Make second argument NOERROR optional.
3111
3112 2005-07-23 Richard M. Stallman <rms@gnu.org>
3113
3114 * man.el (Man-bgproc-sentinel): Check here for failure to find
3115 any man page in the output, and report the error here.
3116 (Man-arguments): Make it permanent local.
3117 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3118 (Man-mode): Pass t for NOERROR.
3119
3120 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3121 (grep-mode-font-lock-keywords):
3122 Don't use compilation-...-face for messages that are not file names.
3123
3124 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3125 Don't use compilation-...-face for messages that are not file names.
3126
3127 2005-07-22 Juri Linkov <juri@jurta.org>
3128
3129 * startup.el (normal-splash-screen): Update menu name.
3130
3131 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3132
3133 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3134
3135 * term/xterm.el: Load term/rxvt if the terminal is actually an
3136 rxvt terminal.
3137 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3138
3139 * term/rxvt.el (function-key-map): Use substitute-key-definition
3140 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3141
3142 * term/cygwin.el: New file.
3143
3144 2005-07-22 Kim F. Storm <storm@cua.dk>
3145
3146 * image-file.el (insert-image-file, image-file-yank-handler):
3147 Fix last change to maintain a (unique) yank-handler on yanked images.
3148
3149 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3150
3151 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3152 of the file size (as in "177B" for 177 bytes). This happens with
3153 "ls -lh" on FreeBSD.
3154
3155 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * hilit-chg.el (highlight-changes-global-initial-state)
3158 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3159 (hilit-chg-fixup, highlight-changes-mode):
3160 Fix typos in docstrings.
3161 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3162 Doc fixes.
3163
3164 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3165
3166 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3167 mode function using `eval-after-load'.
3168
3169 2005-07-21 Kim F. Storm <storm@cua.dk>
3170
3171 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3172 included when reporting an emacs crash, and tell about the DEBUG file.
3173
3174 * image-file.el (insert-image-file): Add yank-handler.
3175 (image-file-yank-handler): Yank handler to make unique copies of
3176 images when they are yanked into a buffer next to each other.
3177
3178 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3179
3180 * comint.el (comint-use-prompt-regexp, comint-send-input)
3181 (comint-source-default, comint-extract-string)
3182 (comint-get-source, comint-word, comint-completion)
3183 (comint-source, comint-prompt-read-only, comint-update-fence):
3184 Fix typos in docstrings.
3185 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3186 Declare with define-obsolete-*-alias macros.
3187 (comint-previous-matching-input-from-input)
3188 (comint-next-matching-input-from-input)
3189 (comint-previous-matching-input, comint-next-matching-input)
3190 (comint-forward-matching-input):
3191 Improve argument/docstring consistency.
3192
3193 * desktop.el (desktop-clear-preserve-buffers-regexp):
3194 Also preserve the *server* buffer.
3195
3196 * simple.el (clone-indirect-buffer): Doc fix.
3197 (fixup-whitespace, just-one-space)
3198 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3199 (next-error, next-error-highlight)
3200 (next-error-highlight-no-select, next-error-last-buffer)
3201 (next-error-buffer-p, next-error-find-buffer, next-error)
3202 (previous-error, next-error-no-select, previous-error-no-select)
3203 (open-line, split-line, minibuffer-prompt-width, kill-new)
3204 (binary-overwrite-mode): Fix typos in docstrings.
3205 (set-fill-column): Fix typo in message.
3206
3207 * skeleton.el (skeleton-proxy-new): Doc fix.
3208
3209 * strokes.el (strokes-load-hook): Doc fix.
3210 (strokes-grid-resolution, strokes-get-grid-position)
3211 (strokes-renormalize-to-grid, strokes-read-stroke)
3212 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3213 (strokes-global-map): Fix typos in docstrings.
3214 (strokes-help): Doc fix. Fix help message and pass it through
3215 `substitute-command-keys'.
3216
3217 * tempo.el (tempo-insert-prompt, tempo-interactive)
3218 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3219 (tempo-insert-string-functions, tempo-local-tags)
3220 (tempo-define-template, tempo-insert-template)
3221 (tempo-insert-prompt-compat, tempo-is-user-element)
3222 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3223 Fix typos in docstrings.
3224
3225 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3226 (vcursor-key-bindings, vcursor-use-vcursor-map)
3227 (vcursor-find-window, vcursor-scroll-down)
3228 (vcursor-disable, vcursor-beginning-of-buffer)
3229 (vcursor-end-of-buffer): Fix typos in docstrings.
3230 (vcursor-relative-move, vcursor-get-char-count):
3231 Improve argument/docstring consistency.
3232
3233 * version.el: "?\ " -> "?\s".
3234
3235 * wid-edit.el (widget-default-create, widget-after-change)
3236 (widget-default-format-handler, widget-checklist-add-item)
3237 (widget-radio-add-item, widget-choose, widget-specify-secret)
3238 (widget-field-value-create, widget-field-value-get)
3239 (widget-editable-list-format-handler)
3240 (widget-editable-list-entry-create, widget-group-value-create)
3241 (widget-documentation-link-add)
3242 (widget-documentation-string-value-create): "?\ " -> "?\s".
3243 (widget-convert-text): Doc fix.
3244 (widget-narrow-to-field, widget-field-find)
3245 (widget-url-link-action, widget-emacs-library-link-action)
3246 (widget-color-notify): Fix typos in docstrings.
3247
3248 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3249 (x-select-text, set-w32-system-coding-system)
3250 (w32-add-charset-info): Fix typos in docstrings.
3251
3252 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3253 (cua-enable-cua-keys, cua-use-hyper-key)
3254 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3255 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3256
3257 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3258
3259 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3260 `defalias' instead of faking it.
3261
3262 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3263 (eshell-ls-missing, eshell-ls-dired-initial-args)
3264 (eshell-ls-use-in-dired): Fix typos in docstrings.
3265
3266 2005-07-20 Kim F. Storm <storm@cua.dk>
3267
3268 * emulation/cua-base.el (cua-mode): Improve doc string.
3269
3270 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * abbrev.el (expand-region-abbrevs): Doc fix.
3273 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3274 Improve argument/docstring consistency.
3275
3276 * arc-mode.el (archive-get-descr, archive-alternate-display):
3277 Doc fixes.
3278 (archive-l-e): Improve argument/docstring consistency.
3279 (archive-tmpdir, archive-unixdate, archive-unixtime)
3280 (archive-chmod-entry): Fix typos in docstrings.
3281 (archive-unflag, archive-unflag-backwards)
3282 (archive-unmark-all-files): "?\ " -> "?\s".
3283
3284 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3285 (Buffer-menu-not-modified, Buffer-menu-execute)
3286 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3287 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3288
3289 * composite.el (compose-string, encode-composition-rule)
3290 (compose-last-chars): Fix typos in docstrings.
3291
3292 * desktop.el (desktop-enable, desktop-basefilename):
3293 Declare with `define-obsolete-variable-alias'.
3294 (desktop-internal-v2s): Don't quote keywords.
3295 (desktop-clear): "?\ " -> "?\s".
3296
3297 * dired.el (dired-align-file, dired-flag-backup-files)
3298 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3299 (dired-listing-switches, dired-ls-F-marks-symlinks)
3300 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3301 (dired-directory, dired-faces, dired, dired-revert)
3302 (dired-mode, dired-summary, dired-view-file)
3303 (dired-copy-filename-as-kill, dired-delete-file)
3304 (dired-no-confirm, dired-unmark-all-marks)
3305 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3306 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3307 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3308 Fix typos in message strings.
3309
3310 * dired-x.el (virtual-dired): Declare with `defalias'.
3311 (dired-mark-unmarked-files, dired-local-variables-file)
3312 (dired-omit-here-always): Doc fix.
3313 (dired-omit-mode, dired-find-subdir)
3314 (dired-enable-local-variables, dired-clean-up-buffers-too)
3315 (dired-extra-startup, dired-mark-extension, dired-jump)
3316 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3317 (dired-smart-shell-command, dired-guess-shell-alist-user)
3318 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3319 (dired-x-bind-find-file, dired-x-submit-report):
3320 Fix typos in docstrings.
3321 (dired-mark-unmarked-files): "?\ " -> "?\s".
3322
3323 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3324
3325 * faces.el (describe-face): "?\ " -> "?\s".
3326 (read-all-face-attributes, read-face-font, modify-face)
3327 (face-attr-construct, italic): Fix typos in docstrings.
3328 (frame-update-face-colors): Declare with
3329 `define-obsolete-function-alias'.
3330
3331 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3332 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3333 (magic-mode-alist, buffer-file-numbers-unique)
3334 (write-file-functions, get-free-disk-space):
3335 Fix typos in docstrings.
3336 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3337 (write-contents-hooks, write-file-hooks):
3338 Declare with `define-obsolete-variable-alias'.
3339
3340 * forms-d2.el (arch-rj): Fix typo in docstrings.
3341 (arch-tocol): Likewise. "?\ " -> "?\s".
3342
3343 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3344 Fix typo in docstring.
3345 (set-screen-width, set-screen-height): Delete redundant info in
3346 doctrings.
3347 (new-frame, screen-height, screen-width): Declare with
3348 `define-obsolete-function-alias'.
3349 (delete-frame-hook, blink-cursor): Declare with
3350 `define-obsolete-variable-alias'.
3351
3352 * paths.el (prune-directory-list): Fix typos in docstring.
3353
3354 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3355 (cvs-prefix-get): Fix typos in docstrings.
3356
3357 * ps-print.el (ps-extend-face-list, ps-extend-face)
3358 (ps-print-background-image): Fix typos in docstrings.
3359 (ps-default-fg, ps-default-bg): Doc fixes.
3360
3361 * s-region.el (s-region-bind): Doc fix.
3362 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3363
3364 * textmodes/org.el (org-table-formula-substitute-names)
3365 (org-table-get-vertical-vector): Doc fixes.
3366 (org-table-recalculate): Remove unused argument to `message'.
3367
3368 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3369
3370 * textmodes/org.el (org-table-column-names)
3371 (org-table-column-name-regexp)
3372 (org-table-named-field-locations): New variables.
3373 (org-archive-subtree): Protect `this-command' when calling
3374 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3375 the kill buffer.
3376 (org-complete): Remove fixed-formula completion.
3377 (org-edit-formulas-map): New variable.
3378 (org-table-edit-formulas): New command.
3379 (org-finish-edit-formulas, org-abort-edit-formulas)
3380 (org-show-variable, org-table-get-vertical-vector): New functions.
3381 (org-table-maybe-eval-formula): Handle `:=' fields.
3382 (org-table-get-stored-formulas, org-table-store-formulas)
3383 (org-table-get-formula, org-table-modify-formulas)
3384 (org-table-replace-in-formulas): Handle named field formulas.
3385 (org-table-get-specials): Store locations of named fields.
3386
3387 2005-07-19 Juri Linkov <juri@jurta.org>
3388
3389 * progmodes/grep.el (grep-regexp-alist)
3390 (grep-mode-font-lock-keywords, grep-process-setup):
3391 Use default GNU grep match color "01;31m" instead of "01;41m".
3392 (grep-regexp-alist, grep-mode-font-lock-keywords):
3393 Use `\\[[0-9]*m' instead of `\\[00m'.
3394 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3395 sgr_start where its handling is more important. Use the real
3396 length of sgr_start instead of constant 8.
3397 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3398 specially. Delete all remaining escape sequences.
3399 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3400 (grep-regexp-alist): Make hyperlink only for binary file name
3401 instead of the whole line.
3402 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3403 (grep-mode): Add autoload.
3404
3405 * emacs-lisp/find-func.el (find-function-regexp):
3406 Add `define-compilation-mode'.
3407
3408 2005-07-19 Juri Linkov <juri@jurta.org>
3409
3410 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3411 (compare-windows-sync-string-size, compare-windows-recenter)
3412 (compare-windows-highlight, compare-windows): Add version 22.1.
3413 (compare-windows) <defface>: Inherit from lazy-highlight instead
3414 of duplicating its default value.
3415
3416 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3417 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3418
3419 * descr-text.el (describe-char): Create link buttons for `charset'
3420 and `code point'. Add the current input method name with a link
3421 button to `to input' field. Print face names of display table
3422 characters in `The display table entry is displayed by' section
3423 instead of printing face-id in the `display' field.
3424 Guess hardcoded faces and create a link button for them.
3425 Skip empty fields when calculating max-width.
3426 Treat `widget-create' specially while inserting strings from the
3427 collected field list.
3428 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3429
3430 * diff-mode.el (diff-file-header): Change foreground color from
3431 yellow to green on light backgrounds.
3432 (diff-context): Inherit from `shadow' only for color/grayscale
3433 with more than 88 colors.
3434 (diff-indicator-removed, diff-indicator-added)
3435 (diff-indicator-changed): New faces.
3436 (diff-font-lock-keywords): Use new faces. Regroup rules.
3437 Add "^---$" for `normal' diff format. Fontify `#' lines with
3438 font-lock-comment-delimiter-face and font-lock-comment-face.
3439 Add `#' to ^[^...] in the rule for `diff-context-face'.
3440
3441 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3442 a button-like box. Inherit from `highlight' on low colors.
3443 (shadow): Use shades of gray only for color/grayscale with
3444 more than 88 colors. Use green for light backgrounds with
3445 8 colors, and yellow for dark backgrounds with 8 colors.
3446
3447 * font-lock.el (font-lock-regexp-grouping-backslash):
3448 Don't inherit from escape-glyph (use bold for all cases).
3449
3450 * info.el (info-xref-visited): Use light foreground color `violet'
3451 for dark backgrounds instead of dark color `magenta3'.
3452 (info-title-1): Use `yellow' color for dark backgrounds.
3453
3454 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3455 too-light magenta2.
3456
3457 * replace.el (match): Use slightly more light RoyalBlue3 instead
3458 of dark RoyalBlue4.
3459
3460 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3461
3462 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3463
3464 * novice.el (disabled-command-hook): Declare it with
3465 `define-obsolete-variable-alias'.
3466
3467 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3468 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3469 (desktop-load-default): Add release to obsolescence info.
3470 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3471 (desktop-append-buffer-args, desktop-read):
3472 Fix typos in docstrings.
3473 (desktop-kill): Fix typo in message.
3474 (desktop-save): Doc fix.
3475
3476 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3477
3478 * viper-cmd.el (viper-escape-to-state): Bug fix.
3479 (viper-envelop-ESC-key): Change the definition of fast
3480 keysequence so it'll work with keyboard macros.
3481
3482 * ediff.el (ediff-patch-buffer): Change the docstring.
3483
3484 2005-07-19 Kenichi Handa <handa@m17n.org>
3485
3486 * international/mule-cmds.el (select-safe-coding-system): Try to
3487 use an auto-coding (if any) before anything else. If the found
3488 auto-coding is invalid, show a warning message.
3489
3490 * international/mule.el (find-auto-coding): New function created
3491 by modifying the body of set-auto-coding.
3492 (set-auto-coding): Use find-auto-coding to find a coding.
3493
3494 2005-07-18 Richard M. Stallman <rms@gnu.org>
3495
3496 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3497 not isearch-mode-end-hook-error.
3498 (allout-before-change-protect): Fix error message.
3499
3500 2005-07-18 Juri Linkov <juri@jurta.org>
3501
3502 * allout.el (allout-mode):
3503 * calculator.el (calculator-copy):
3504 * custom.el (custom-known-themes):
3505 * dired.el (dired-desktop-buffer-misc-data)
3506 (dired-restore-desktop-buffer):
3507 * dired-x.el (dired-omit-marker-char):
3508 * files.el (basic-save-buffer):
3509 * font-core.el (font-lock-mode):
3510 * calendar/calendar.el (calendar-goto-hebrew-date)
3511 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3512 (calendar-goto-persian-date):
3513 * language/ethio-util.el (ethio-sera-to-fidel-region):
3514 * textmodes/picture.el (picture-mode):
3515 Delete duplicate duplicate words.
3516
3517 2005-07-18 Juri Linkov <juri@jurta.org>
3518
3519 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3520 chars * ? } |.
3521 (isearch-fallback): Don't call `isearch-process-search-char'.
3522 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3523 (isearch-process-search-char): Call `isearch-fallback' for regexp
3524 chars * ? } |.
3525 (isearch-return-char): Make obsolete with `make-obsolete' instead
3526 of simply documenting it as obsolete in the docstring.
3527 (isearch-fallback): Refill docstring.
3528
3529 * international/isearch-x.el
3530 (isearch-process-search-multibyte-characters): Remove unneeded
3531 `concat'. Add intermediate values to `junk-hist' instead of
3532 `minibuffer-history'. Test the length of `str'.
3533
3534 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3535
3536 * allout.el (allout-resolve-xref): Fix typos in error strings.
3537 (allout-before-change-protect): Remove unneeded `concat'.
3538
3539 * array.el (array-mode, array-reconfigure-rows)
3540 (untabify-backward): Fix typos in docstrings.
3541 (array-reconfigure-rows): Use `insert-buffer-substring', not
3542 `insert-buffer'.
3543
3544 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3545 * progmodes/ada-mode.el (ada-make-body):
3546 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3547
3548 * dired.el (dired-log):
3549 * tar-mode.el (tar-subfile-save-buffer):
3550 * play/zone.el (zone-pgm-stress-destress):
3551 Use `insert-buffer-substring', not `insert-buffer'.
3552
3553 2005-07-17 Simon Josefsson <jas@extundo.com>
3554
3555 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3556
3557 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3558
3559 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3560 Add plain auth method.
3561 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3562
3563 2005-07-17 Kim F. Storm <storm@cua.dk>
3564
3565 * ido.el (dired-other-window): Add ido property.
3566
3567 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3570 Fix typo in docstring.
3571 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3572 `insert-file-literally'.
3573
3574 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3575 info and delete redundant message. Doc fix.
3576 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3577 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3578
3579 2005-07-16 Richard M. Stallman <rms@gnu.org>
3580
3581 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3582 (byte-compile-and): Use byte-compile-and-recursion.
3583 (byte-compile-or-recursion): New function.
3584 (byte-compile-or): Use that.
3585 (byte-compile-if): Guard the else-clause too.
3586 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3587
3588 * isearch.el (isearch-mode-end-hook-quit): New variable.
3589 (isearch-done): Bind it.
3590 (isearch-mode-end-hook): Doc fix.
3591
3592 * allout.el (allout-isearch-did-quit): Variable deleted.
3593 (allout-real-isearch-abort): Function name no longer used.
3594 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3595 (allout-isearch-rectification): isearch-mode always exists.
3596 Don't set allout-isearch-did-quit.
3597 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3598 allout-isearch-did-quit.
3599 (allout-enwrap-isearch): Just add the hook.
3600 (allout-isearch-abort): Function deleted.
3601 (allout-pre-command-business): Avoid warning.
3602
3603 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3604 Correctly avoid warnings.
3605 (pascal-outline): Likewise.
3606
3607 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3608
3609 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3610
3611 * play/tetris.el (tetris-mode): Avoid warning.
3612
3613 * play/snake.el (snake-mode): Avoid warning.
3614
3615 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3616 (gamegrid-set-display-table): Avoid warning.
3617 (gamegrid-set-timer): Likewise.
3618 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3619 (gamegrid-add-score-with-update-game-score-1): Take FILE
3620 as argument.
3621 (gamegrid-add-score-with-update-game-score): Pass that argument.
3622 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3623
3624 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3625
3626 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3627 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3628
3629 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3630 and insert-file.
3631
3632 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3633 (sc-ask): Avoid warnings.
3634
3635 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3636 (eshell-hist-initialize): Use that var the natural way.
3637
3638 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3639
3640 * emacs-lisp/re-builder.el (reb-cook-regexp):
3641 Avoid warning calling lre-compile-string.
3642 (reb-color-display-p): Avoid warning.
3643
3644 * calculator.el (calculator-last-input): Guard uses
3645 of event-key and key-press-event-p.
3646 (event-key, key-press-event-p): Delete definitions.
3647
3648 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3649 (find-gc-source-directory, find-gc-subrs-callers)
3650 (find-gc-noreturn-list, find-gc-source-files)
3651 (find-gc-subrs-called): Vars renamed and defvar'd.
3652
3653 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3654 (checkdoc-overlay-put, checkdoc-delete-overlay)
3655 (checkdoc-overlay-start, checkdoc-overlay-end)
3656 (checkdoc-mode-line-update, checkdoc-char=):
3657 Define such that compiler knows they are defined.
3658 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3659 (checkdoc-read-event): Delete. Use read-event directly.
3660
3661 * whitespace.el (whitespace-make-overlay)
3662 (whitespace-overlay-put, whitespace-delete-overlay)
3663 (whitespace-overlay-start, whitespace-overlay-end):
3664 Define such that compiler knows they are defined.
3665 (whitespace): Move conditional inside.
3666
3667 * tempo.el (tempo-insert-template): Suppress warning.
3668
3669 * ediff-diff.el (longlines-mode): Add defvar.
3670
3671 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3672
3673 * server.el: Bind "C-x #" in a way that works even if C-x is
3674 redefined to a command key, not a prefix key.
3675
3676 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3677
3678 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3679 cl-make-type-test till execution time.
3680
3681 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3682
3683 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3684 arg ARG and use it.
3685
3686 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3687
3688 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3689
3690 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3691
3692 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3693 a defcustom with two :set or :type keywords.
3694
3695 2005-07-15 Richard M. Stallman <rms@gnu.org>
3696
3697 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3698 Don't give ^M comment-end syntax.
3699
3700 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3701
3702 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3703 Don't consider gdbmi (gdb-mi.el has its own update functions).
3704 (gdb-var-delete): Make it work for gdbmi as well.
3705 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3706
3707 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3708 (gud-speedbar-menu-items): Correct logic for enabling items.
3709
3710 2005-07-15 Kim F. Storm <storm@cua.dk>
3711
3712 * ido.el: Fix commentary.
3713 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3714 Use with-no-warnings around ffap-guesser.
3715 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3716 Let bind minibuffer-completing-file-name to t.
3717
3718 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3719
3720 * startup.el (site-run-file, keyboard-type): Doc fixes.
3721 (command-line): Check for "--basic-display" argument; also for
3722 "--quick", not "--bare-bones" (which was renamed).
3723 (fancy-splash-text): Add missing item "Getting New Versions".
3724 (normal-splash-screen): Fix typos and improve consistency with
3725 `fancy-splash-text'. Update copyright year.
3726
3727 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3728 valid binding for `help-char'.
3729
3730 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3731
3732 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3733
3734 * term.el (term-mode): Disable cua-mode for term buffers.
3735
3736 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3737
3738 * add-log.el (add-log-mailing-address, change-log-merge):
3739 Doc fixes.
3740 (change-log-get-method-definition): Fix typo in docstring.
3741
3742 2005-07-14 Kim F. Storm <storm@cua.dk>
3743
3744 * emulation/cua-base.el:
3745 (cua--pre-command-handler-1, cua--pre-command-handler)
3746 (cua--post-command-handler-1, cua--post-command-handler):
3747 Split in two. Check (buffer local) value of cua-mode.
3748 (cua-selection-mode): New command.
3749
3750 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3751
3752 * custom.el (custom-initialize-safe-set)
3753 (custom-initialize-safe-default): Doc fixes.
3754
3755 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3756 and simplify :init-value again.
3757
3758 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3759 and simplify :init-value again. Delete autoload.
3760
3761 * startup.el (command-line): Use `custom-reevaluate-setting' again
3762 for tooltip-mode.
3763
3764 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3765 a defcustom with two :initialize keywords.
3766
3767 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3768
3769 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3770 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3771 (allout-post-command-business, allout-flag-region)
3772 (isearch-reenable-font-lock, allout-yank)
3773 (allout-insert-latex-header, allout-insert-latex-trailer)
3774 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3775 (allout-latex-verb-quote): Fix typos in docstrings.
3776 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3777 (allout-unprotected, allout-prefix-data):
3778 Improve argument/docstring consistency.
3779 (allout-chart-subtree): Fix argument spec.
3780 (allout-open-topic): Rename `use_sib_bullet' argument to
3781 `use-sib-bullet'. Doc fix.
3782
3783 * whitespace.el (whitespace-check-buffer-leading)
3784 (whitespace-check-buffer-trailing)
3785 (whitespace-check-buffer-indent)
3786 (whitespace-check-buffer-spacetab)
3787 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3788 (whitespace-check-leading-whitespace)
3789 (whitespace-check-trailing-whitespace)
3790 (whitespace-check-spacetab-whitespace)
3791 (whitespace-check-indent-whitespace)
3792 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3793 (whitespace-modes): Fix typos in docstrings.
3794 (defgroup, defcustom): Doc fixes.
3795
3796 * winner.el (winner-mode, winner-boring-buffers)
3797 (winner-pending-undo-ring): Doc fixes.
3798 (winner-ring): Remove unneeded `progn'.
3799 (winner-equal): `defsubst' it.
3800 (winner-redo): Fix message.
3801
3802 2005-07-13 Kim F. Storm <storm@cua.dk>
3803
3804 * simple.el (line-move-1): Always use vertical-motion to
3805 do the last (or only) line move to ensure some movement.
3806 Undo 2005-06-23 change--don't check for overlays.
3807
3808 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3809
3810 * term/mac-win.el (ccl-encode-mac-roman-font)
3811 (ccl-encode-mac-centraleurroman-font)
3812 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3813 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3814 Change charset-id boundary of dimension to ?\xef.
3815 (mac-char-fontspec-list): New constant.
3816 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3817 argument. Nil uses itself as family in font-spec. Previous
3818 behavior for nil is now provided by non-nil non-string argument.
3819 All callers changed. Add font-specs for Mac fonts to
3820 "fontset-default" unless iso8859-1 fonts are installed.
3821
3822 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3825 a continuation line if the \ is preceded by SPC or TAB.
3826 (sh-get-indent-info): Simplify.
3827 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3828 Use with-current-buffer.
3829
3830 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3831 when the matched text is empty.
3832
3833 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3834
3835 * startup.el (command-line): Revert to previous handling of
3836 tooltip-mode. Explain in comment why the complexity is needed.
3837
3838 * tooltip.el (tooltip-mode): Revert to previous implementation of
3839 its defcustom.
3840
3841 * frame.el (blink-cursor-mode): Revert to previous implementation
3842 of its defcustom. Update comment.
3843
3844 2005-07-12 Lars Hansen <larsh@soem.dk>
3845
3846 * desktop.el: Update e-mail address.
3847
3848 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3849
3850 * term/mac-win.el (mac-services-mail-selection)
3851 (mac-services-mail-to): New functions.
3852 (mac-application-menu-map): Bind them.
3853
3854 2005-07-12 wulei <milton@wulei.net> (tiny change)
3855
3856 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3857
3858 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
3859
3860 * custom.el (custom-reevaluate-setting): Doc fix.
3861
3862 2005-07-11 Jay Belanger <belanger@truman.edu>
3863
3864 * calc/calc.el (calc-embedded-announce-formula-alist)
3865 (calc-embedded-open-close-plain-alist)
3866 (calc-embedded-open-close-mode-alist): Add checks for additional
3867 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3868
3869 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
3870
3871 * custom.el (custom-enable-theme): Don't add theme to
3872 `custom-enabled-themes' with `push' because there is no
3873 setf-method for `delq'.
3874
3875 2005-07-11 Richard M. Stallman <rms@gnu.org>
3876
3877 * custom.el (custom-declare-variable): Doc fix.
3878
3879 * dired-aux.el (dired-compare-directories): Remove "." and ".."
3880 from the alists.
3881
3882 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3883 Do nothing if edebug-active.
3884
3885 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3886 (edebug-display): Do it here instead.
3887
3888 2005-07-10 Richard M. Stallman <rms@gnu.org>
3889
3890 * cus-face.el (custom-theme-set-faces): Make it work.
3891 (custom-reset-faces): Doc fix.
3892 (custom-theme-reset-internal-face, custom-theme-face-value):
3893 Functions deleted.
3894
3895 * custom.el (custom-push-theme): Maintain list of the settings
3896 of a given theme in its theme-settings property.
3897 Maintain position of old settings in the theme-value
3898 or theme-face property.
3899 (custom-enabled-themes): New variable.
3900 (custom-theme-enabled-p): New function.
3901 (provide-theme): Update custom-enabled-themes.
3902 Disable and reenable the `user' theme.
3903 (require-theme): Doc fix.
3904 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3905 (custom-theme-value, custom-theme-variable-value): Likewise.
3906 (custom-theme-reset-internal): Likewise.
3907 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3908 (custom-enable-theme, custom-disable-theme): New functions.
3909 (custom-variable-theme-value, custom-face-theme-value): Likewise.
3910 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3911 (custom-theme-reset-variables): Simplify.
3912 (deftheme, custom-declare-theme, custom-make-theme-feature):
3913 Definitions moved.
3914
3915 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
3916
3917 * longlines.el (longlines-show-region)
3918 (longlines-unshow-hard-newlines): Recognize hard newlines by
3919 non-nil hard property, instead of t.
3920
3921 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
3922
3923 * viper-cmd.el (viper--key-maps): New variable.
3924 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
3925 emulation-mode-map-alists.
3926 (viper-envelop-ESC-key): Use viper-subseq.
3927 (viper-search-forward/backward/next): Disable debug-on-error.
3928
3929 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3930 (viper-ESC-key): New defcustoms.
3931
3932 * viper-macs.el (ex-map-read-args): Use viper-subseq.
3933
3934 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
3935 (viper-subseq): Copy of subseq from cl.el.
3936
3937 * viper.el (viper-go-away, viper-set-hooks): Use
3938 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
3939
3940 * viper-mous.el (viper-current-frame-saved): Use defvar.
3941
3942 * viper-init.el: Get rid of -face in face names.
3943
3944 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3945 Make it work with longlines mode
3946
3947 * ediff-mult.el (ediff-meta-mode-hook): New variable.
3948
3949 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
3950
3951 * ediff-init.el: Get rid of -face in face names.
3952
3953 2005-07-10 Richard M. Stallman <rms@gnu.org>
3954
3955 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
3956 and with-timeout-unsuspend.
3957
3958 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
3959 and with-timeout-unsuspend.
3960
3961 * emacs-lisp/timer.el (with-timeout-timers): New variable.
3962 (with-timeout): Bind that variable to record timers.
3963 (with-timeout-suspend, with-timeout-unsuspend): New functions.
3964
3965 * emacs-lisp/debug.el (debug-help-follow): New function.
3966 (debugger-mode-map): Use that instead of help-follow.
3967 (debugger-setup-buffer): Use eval-buffer-list
3968 to handle eval-buffer frames.
3969
3970 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
3971
3972 * timezone.el (timezone-parse-date): Change first regexp
3973 so it will not mistakenly match dates with no time zone.
3974
3975 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
3976
3977 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
3978
3979 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
3980
3981 * custom.el (custom-initialize-safe-set)
3982 (custom-initialize-safe-default): New functions.
3983
3984 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3985 and simplify :init-value.
3986
3987 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3988 and simplify :init-value. Delete obsolete comment.
3989
3990 * startup.el (command-line): Use `custom-reevaluate-setting' to
3991 handle `tooltip-mode'. Delete obsolete comment.
3992
3993 * files.el (set-visited-file-name): Avoid calling
3994 `file-name-nondirectory' with a nil argument.
3995
3996 2005-07-09 Richard M. Stallman <rms@gnu.org>
3997
3998 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
3999 was called with nil for the buffer, handle the read position right.
4000 Handle read position for eval-region, too.
4001
4002 2005-07-09 Juri Linkov <juri@jurta.org>
4003
4004 * fringe.el (fringe-mode): Add period in docstring.
4005 (fringe-query-style): Build prompt depending on `all-frames' arg.
4006
4007 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4008 to not create links to unrelated functions in the Help buffer.
4009
4010 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4011 Doc fix.
4012
4013 * simple.el (next-error-hook): New variable.
4014 (next-error): Use it. Doc fix.
4015
4016 * textmodes/ispell.el (ispell-command-loop): Add current
4017 dictionary name and program name to mode-line-format.
4018 (ispell-region, ispell-process-line): Add current dictionary name
4019 and program name to messages.
4020
4021 2005-07-08 Jay Belanger <belanger@truman.edu>
4022
4023 * calc/calc.el (calc-embedded-announce-formula-alist)
4024 (calc-embedded-open-close-formula-alist)
4025 (calc-embedded-open-close-word-alist)
4026 (calc-embedded-open-close-plain-alist)
4027 (calc-embedded-open-close-new-formula-alist)
4028 (calc-embedded-open-close-mode-alist)
4029 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4030 (calc-embedded-mode-hook): New variables.
4031
4032 * calc/calc-embed.el (calc-embedded-firsttime)
4033 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4034 New variables.
4035 (calc-do-embedded): Use calc-embedded-firsttime,
4036 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4037 determine whether or not to run hooks.
4038 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4039 calc-embedded-firsttime-formula appropriately.
4040 Set calc-embedded delimiter variables according to mode.
4041
4042 2005-07-08 Richard M. Stallman <rms@gnu.org>
4043
4044 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4045 Check for "emacs", etc., as entire symbol, not just as word.
4046 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4047
4048 * files.el (set-visited-file-name): Report the error
4049 for "empty filename" earlier.
4050 (kill-some-buffers): Ignore buffers already dead.
4051
4052 * fringe.el (fringe-mode): Doc fix.
4053
4054 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4055 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4056 Use unwind-protect to ensure byte-compile-unresolved-functions
4057 is updated.
4058
4059 * whitespace.el (whitespace-buffer-leading-cleanup):
4060 Simplify w/ skip-chars-forward.
4061 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4062
4063 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4064 Unconditionally try to leave point at the same old place.
4065
4066 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4067
4068 * comint.el (comint-postoutput-scroll-to-bottom)
4069 (comint-show-maximum-output): Take scroll-margin into consideration.
4070
4071 2005-07-08 Kim F. Storm <storm@cua.dk>
4072
4073 * ido.el (ido-use-filename-at-point): New choice `guess'.
4074 (ido-file-internal): Try ffap-guesser if selected.
4075
4076 * ido.el (ido-before-fallback-functions): New hook.
4077 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4078 (ido-read-file-name): Run it.
4079
4080 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4083 strings rather than a list of symbols to the completion function.
4084
4085 2005-07-07 Jay Belanger <belanger@truman.edu>
4086
4087 * calc/calc-units.el (math-apply-units): Change the places in
4088 which units are simplified.
4089
4090 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4091
4092 * cus-edit.el (customize-option, customize-option-other-window):
4093 Make them handle aliases.
4094
4095 * custom.el (custom-variable-p): Make it recursively follow
4096 aliases. Mention that in the docstring.
4097
4098 2005-07-07 Richard M. Stallman <rms@gnu.org>
4099
4100 * cus-start.el (exec-path): Use `directory' instead of `file'.
4101 Fix tag for nil.
4102
4103 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4104
4105 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4106 when called non-interactively. Doc fix.
4107
4108 2005-07-07 Lute Kamstra <lute@gnu.org>
4109
4110 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4111 new address as well.
4112
4113 2005-07-07 Kenichi Handa <handa@m17n.org>
4114
4115 * international/mule.el (make-coding-system):
4116 Describe `ascii-incompatible' property in the docstring.
4117 (set-file-name-coding-system): Signal an error if coding-system is
4118 ascii-incompatible.
4119 (set-keyboard-coding-system): Likewise.
4120
4121 * international/mule-cmds.el (set-default-coding-systems):
4122 Don't set default-file-name-coding-system and
4123 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4124
4125 * international/utf-16.el: Declare that all UTF-16-based coding
4126 systems are ASCII-incompatible.
4127
4128 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4129
4130 * progmodes/gud.el: Require font-lock for displaying errors.
4131 Used by gdb-ui.el.
4132
4133 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4136 values for the pattern lists which are `read'able but not
4137 `append'able (like symbols).
4138
4139 2005-07-06 Richard M. Stallman <rms@gnu.org>
4140
4141 * progmodes/flymake.el (flymake-float-time): Instead of
4142 with-no-warnings, test for xemacs.
4143 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4144 to avoid warning.
4145
4146 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4147
4148 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4149
4150 2005-07-05 Lute Kamstra <lute@gnu.org>
4151
4152 * battery.el: Add support for Darwin (with much debugging help
4153 from Samuel Lauber <sam124@operamail.com>).
4154 (battery-status-function, battery-echo-area-format)
4155 (battery-mode-line-format): Add support for pmset on Darwin.
4156 (battery-load-low, battery-load-critical): New user options.
4157 (battery-pmset): New function.
4158
4159 2005-07-05 Lute Kamstra <lute@gnu.org>
4160
4161 Update FSF's address in GPL notices.
4162
4163 * textmodes/page-ext.el: Update FSF's address.
4164
4165 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4168 filling from using prefix when filling a single-line docstring.
4169
4170 * progmodes/flymake.el: Remove useless eval-when-compile.
4171
4172 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4173
4174 2005-07-04 Richard M. Stallman <rms@gnu.org>
4175
4176 * textmodes/org.el (org-file-apps-defaults-gnu):
4177 Rename from org-file-apps-defaults-linux.
4178 (org-default-apps): Don't test system-type for `linux'.
4179 (org-file-apps): Doc fix.
4180
4181 2005-07-04 David Ponce <david@dponce.com>
4182
4183 * tree-widget.el: Improve header Commentary section.
4184 (tree-widget) [defgroup]
4185 (tree-widget-image-enable, tree-widget-themes-directory)
4186 (tree-widget-theme, tree-widget-image-properties-emacs)
4187 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4188 (tree-widget-image-formats, tree-widget-control)
4189 (tree-widget-empty-control, tree-widget-leaf-control
4190 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4191 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4192 (tree-widget-keep, tree-widget-after-toggle-functions)
4193 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4194 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4195 :help-echo message.
4196 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4197 (tree-widget-image-properties): Doc fix. Clearer implementation.
4198 (tree-widget--cursors): New constant.
4199 (tree-widget-lookup-image): New function split from
4200 `tree-widget-find-image'. Clearer implementation.
4201 (tree-widget-find-image): Use it.
4202 (tree-widget-button-keymap): Use `set-keymap-parent'.
4203 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4204 Define the sub-widgets here.
4205 (tree-widget-node): Check that :node is not a tree-widget.
4206 (tree-widget-get-super, tree-widget-open-control)
4207 (tree-widget-close-control, tree-widget-empty-control)
4208 (tree-widget-leaf-control, tree-widget-guide)
4209 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4210 (tree-widget-no-handle, tree-widget-value-delete)
4211 (tree-widget-map): Remove.
4212 (tree-widget-children-value-save): Doc fix. Simplified.
4213 (tree-widget-value-create): Update according to previous changes.
4214
4215 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4216
4217 * textmodes/org.el: Leading space replaced by TABS.
4218 (org-recalc-marks, org-table-rotate-recalc-marks)
4219 (org-table-get-specials): Treat "^" and "_" marks.
4220 (org-table-justify-field-maybe): Optional argument NEW.
4221 (org-table-eval-formula): Parsing of the format simplified.
4222 New modes C,I. Honor the %= parameter in the current table.
4223 Avoid unnecessary re-align by using the NEW argument to
4224 `org-table-justify-field-maybe'.
4225 (org-calc-default-modes): Default for date-format mimicks org-mode.
4226 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4227
4228 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4229
4230 * cus-face.el (custom-theme-set-faces): Make it handle face
4231 aliases whose alias declarations are pre- or autoloaded.
4232
4233 2005-07-04 Juri Linkov <juri@jurta.org>
4234
4235 * faces.el (read-face-name): Put the code for getting a face name
4236 from the buffer before adding the faces from the `face' property.
4237 Use `completing-read-multiple' instead of `completing-read'.
4238 Require `crm'. Add default value and post-process the returned
4239 list of faces.
4240
4241 * emacs-lisp/crm.el (crm-find-current-element)
4242 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4243
4244 * emacs-lisp/lisp-mode.el (eval-defun-1):
4245 * emacs-lisp/edebug.el (edebug-eval-defun):
4246 Remove unnecessary quotes.
4247
4248 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4249
4250 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4251 (prolog-indent-level): Fix typo in docstring.
4252
4253 * info.el (Info-history, Info-history-forward)
4254 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4255
4256 * add-log.el (add-change-log-entry):
4257 * comint.el (comint-dynamic-list-input-ring)
4258 (comint-dynamic-list-completions):
4259 * dabbrev.el (dabbrev-expand):
4260 * delim-col.el (delimit-columns-rectangle-line):
4261 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4262 (diff-unified->context):
4263 * ediff-init.el (ediff-abbrev-jobname):
4264 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4265 (ediff-replace-session-activity-marker-in-meta-buffer):
4266 * info.el (Info-summary):
4267 * lpr.el (printify-region):
4268 * printing.el (pr-create-interface):
4269 * ps-print.el (ps-print-quote):
4270 * ses.el (ses-column-widths, ses-print-cell)
4271 (ses-adjust-print-width, ses-center):
4272 * shell.el (shell-file-name-quote-list):
4273 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4274 (strokes-fill-current-buffer-with-whitespace)
4275 (strokes-xpm-for-stroke, strokes-list-strokes)
4276 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4277 * term.el (term-dynamic-list-input-ring)
4278 (term-dynamic-list-completions):
4279 * calc/calc.el (math-format-stack-value):
4280 * emacs-lisp/edebug.el (edebug-display-freq-count):
4281 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4282 (delphi-new-comment-line):
4283 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4284 * progmodes/executable.el (executable-set-magic):
4285 * progmodes/python.el (inferior-python-mode):
4286 * progmodes/scheme.el (scheme-mode-syntax-table):
4287 * progmodes/sh-script.el (sh-maybe-here-document):
4288 * progmodes/sql.el (sql-copy-column):
4289 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4290 * textmodes/bibtex.el (bibtex-mode):
4291 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4292 (sgml-auto-attributes):
4293 * textmodes/table.el (table-insert, table-shorten-cell)
4294 (table--generate-source-scan-lines, table-delete-row)
4295 (*table--cell-delete-char, table--spacify-frame)
4296 (table--horizontally-shift-above-and-below)
4297 (table--cell-insert-char, table--cell-blank-str)
4298 (table--fill-region-strictly):
4299 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4300 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4301
4302 * add-log.el (change-log):
4303 * apropos.el (apropos):
4304 * comint.el (comint-completion, comint-source):
4305 * dabbrev.el (dabbrev):
4306 * delim-col.el (columns):
4307 * diff-mode.el (diff-mode):
4308 * ediff.el (ediff):
4309 * ediff-diff.el (ediff-diff):
4310 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4311 * ediff-mult.el (ediff-mult):
4312 * ediff-ptch.el (ediff-ptch):
4313 * ediff-wind.el (ediff-window):
4314 * facemenu.el (facemenu):
4315 * indent.el (indent):
4316 * info.el (info):
4317 * jka-cmpr-hook.el (compression, jka-compr):
4318 * lpr.el (lpr):
4319 * outline.el (outlines):
4320 * pcmpl-cvs.el (pcmpl-cvs):
4321 * pcmpl-rpm.el (pcmpl-rpm):
4322 * printing.el (printing):
4323 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4324 (ps-print-vertical, ps-print-headers, ps-print-font)
4325 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4326 (ps-print-background, ps-print-printer, ps-print-page)
4327 (ps-print-miscellany):
4328 * ses.el (ses):
4329 * shell.el (shell, shell-directories, shell-faces):
4330 * startup.el (initialization):
4331 * strokes.el (strokes):
4332 * term.el (term):
4333 * uniquify.el (uniquify):
4334 * w32-vars.el (w32):
4335 * calc/calc.el (calc):
4336 * emacs-lisp/bytecomp.el (bytecomp):
4337 * emacs-lisp/cl-indent.el (lisp-indent):
4338 * emacs-lisp/edebug.el (edebug):
4339 * emacs-lisp/elp.el (elp):
4340 * emacs-lisp/testcover.el (testcover):
4341 * emacs-lisp/trace.el (trace):
4342 * emulation/viper-ex.el (viper-ex):
4343 * emulation/viper-mous.el (viper-mouse):
4344 * mail/mailalias.el (mailalias):
4345 * mail/supercite.el (supercite, supercite-frames)
4346 (supercite-attr, supercite-cite, supercite-hooks):
4347 * net/rcompile.el (remote-compile):
4348 * net/rlogin.el (rlogin):
4349 * obsolete/ooutline.el (outlines):
4350 * progmodes/delphi.el (delphi):
4351 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4352 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4353 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4354 (ebnf-optimization):
4355 * progmodes/etags.el (etags):
4356 * progmodes/executable.el (executable):
4357 * progmodes/idlwave.el (idlwave):
4358 * progmodes/pascal.el (pascal):
4359 * progmodes/prolog.el (prolog):
4360 * progmodes/python.el (python):
4361 * progmodes/scheme.el (scheme):
4362 * progmodes/sh-script.el (sh, sh-script):
4363 * progmodes/sql.el (SQL):
4364 * progmodes/tcl.el (tcl):
4365 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4366 * textmodes/enriched.el (enriched):
4367 * textmodes/makeinfo.el (makeinfo):
4368 * textmodes/sgml-mode.el (sgml):
4369 * textmodes/table.el (table-hooks):
4370 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4371 * textmodes/texinfo.el (texinfo):
4372 * textmodes/two-column.el (two-column):
4373 Finish `defgroup' description with period.
4374
4375 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4376 * eshell/esh-var.el (eshell-var):
4377 * progmodes/vhdl-mode.el (vhdl-testbench):
4378 * textmodes/org.el (org): Fix typos in docstrings.
4379
4380 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4381 consistency.
4382
4383 * progmodes/flymake.el (flymake-find-file): Remove.
4384 (flymake-float-time): Use `with-no-warnings'.
4385 (flymake-check-start-time, flymake-check-was-interrupted)
4386 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4387 (flymake-new-err-info): `defvar' at compile time.
4388
4389 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4390
4391 * replace.el (occur-hook): Doc fix.
4392 (occur-1): Don't call `occur-hook' if there are no matches.
4393
4394 2005-07-03 Richard M. Stallman <rms@gnu.org>
4395
4396 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4397 global-map, save the same map.
4398 (global-map): Don't alter it at top level.
4399 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4400 Then alter it here instead.
4401 (tpu-edt-off): Set global-map to the saved one.
4402
4403 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4404 All references simplified.
4405 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4406 (zmacs-regions): Add defvar.
4407 (repeat-complex-command-map): Everything about that deleted.
4408
4409 * textmodes/artist.el (artist-key-is-drawing)
4410 (artist-key-endpoint1, artist-key-poly-point-list)
4411 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4412 (artist-key-compl-table, artist-rb-save-data)
4413 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4414 Don't put them in eval-when-compile.
4415 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4416
4417 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4418 Use with-no-warnings.
4419
4420 * net/browse-url.el (dos-windows-version): Add defvar.
4421
4422 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4423
4424 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4425 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4426 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4427 Add defvar.
4428 (rmail-summary-beginning-of-message): Use with-no-warnings.
4429 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4430
4431 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4432 Use with-no-warnings.
4433
4434 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4435 (c-mark-function): Add point-moving-unit property.
4436 (vi-goto-line): Use with-no-warnings.
4437
4438 * emulation/edt.el (edt-last-copied-word): Add defvar.
4439 (zmacs-region-stays): Likewise.
4440 (edt-mark-section-wisely): Use c-mark-function for C.
4441 Use makr-defun for Fortran.
4442 (time-string): defvar deleted.
4443 (edt-display-the-time): Don't set time-string.
4444
4445 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4446
4447 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4448 Don't warn when name is not constant
4449 or for defining the group `emacs'.
4450
4451 * tooltip.el (gud-tooltip-mode): Add defvar.
4452
4453 * startup.el (default-frame-background-mode): Add defvar.
4454
4455 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4456
4457 * info.el (tool-bar-map): Add defvar.
4458
4459 * dired.el (dnd-protocol-alist): Add defvar.
4460
4461 * dired-aux.el (dired-query): Display question with answer, when
4462 the user answers.
4463
4464 * custom.el (custom-add-option): Doc fix.
4465
4466 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4467
4468 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4469
4470 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4471 bogus name from the last change.
4472
4473 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4474
4475 * custom.el (custom-declare-variable): Fix typos in comment.
4476 (custom-known-themes): Doc fix.
4477 (custom-theme-directory): New defcustom.
4478 (require-theme): Make it check `custom-theme-directory'.
4479
4480 * cus-theme.el (custom-new-theme-mode): New function.
4481 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4482 (custom-theme-description): Add compiler defvars.
4483 (customize-create-theme): Add doc to the "*New Custom Theme*"
4484 buffer. Use `custom-new-theme-mode'.
4485 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4486 and save it to the `custom-theme-directory'. Make this the
4487 default directory of the buffer.
4488
4489 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4490
4491 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4492 Fix unbalanced parentheses.
4493
4494 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4497 into flymake-mode and delegate to flymake-mode.
4498
4499 * find-file.el (ff-which-function-are-we-in): Clean up.
4500
4501 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * replace.el (occur-rename-buffer): Fix docstring.
4504
4505 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4506 (edt-last-copied-word, edt-learn-macro-count)
4507 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4508 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4509 (time-string, zmacs-region-stays):
4510 * emulation/edt-mapper.el (edt-save-function-key-map)
4511 (EDT-key-name): `defvar' to silence the byte-compiler.
4512
4513 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4514
4515 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4516 font-lock-regexp-backslash. Doc fix.
4517 (font-lock-regexp-backslash-grouping-construct): Rename from
4518 font-lock-regexp-backslash-construct. Doc fix.
4519 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4520 grouping constructs.
4521
4522 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4523
4524 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4525 updating all the prerequisites.
4526
4527 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4528
4529 * textmodes/org.el (org-agenda-start-on-weekday)
4530 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4531 (org-agenda-use-time-grid, org-archive-location)
4532 (org-allow-space-in-links, org-usenet-links-prefer-google)
4533 (org-enable-table-editor, org-export-default-language)
4534 (org-export-html-show-new-buffer, org-fill-paragraph)
4535 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4536 (org-goto-quit, org-occur, org-eval-in-calendar)
4537 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4538 (org-agenda-diary-entry, org-remember-help)
4539 (org-table-convert-region, org-at-table-p)
4540 (org-table-move-row-down, org-table-move-row-up)
4541 (org-table-copy-region, org-table-toggle-vline-visibility)
4542 (org-table-get-stored-formulas, org-table-get-specials)
4543 (org-recalc-commands, org-table-eval-formula)
4544 (org-table-formula-substitute-names, orgtbl-make-binding)
4545 (org-format-org-table-html, org-format-table-table-html)
4546 (org-format-table-table-html-using-table-generate-source)
4547 (org-customize): Fix typos in docstrings.
4548 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4549 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4550 (org-back-to-heading): Doc fixes.
4551 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4552 (org-agenda-change-all-lines, org-get-header):
4553 Improve argument/docstring consistency.
4554 (orgtbl-error): Fix error message.
4555
4556 * progmodes/flymake.el (flymake-find-possible-master-files)
4557 (flymake-master-file-compare, flymake-get-line-err-count)
4558 (flymake-highlight-line, flymake-gui-warnings-enabled):
4559 Fix typos in docstrings.
4560 (flymake-parse-line, flymake-get-project-include-dirs-function)
4561 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4562 Doc fixes.
4563 (flymake-get-project-include-dirs-function)
4564 (flymake-make-err-menu-data):
4565 Improve argument/docstring consistency.
4566
4567 2005-07-01 Lute Kamstra <lute@gnu.org>
4568
4569 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4570 Catch errors with ignore-errors. Use temporary buffer.
4571 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4572
4573 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4574 background color faces.
4575 (facemenu-set-foreground, facemenu-set-background):
4576 Use facemenu-set-face-from-menu.
4577 (facemenu-set-face-from-menu): Treat face names that start with
4578 "fg:" or "bg:" as special.
4579 (facemenu-add-new-color): Don't create faces. Simplify.
4580
4581 2005-06-30 Richard M. Stallman <rms@gnu.org>
4582
4583 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4584 (crm-find-current-element): Likewise.
4585
4586 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4587
4588 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4589
4590 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4593 (archive-mouse-extract): Make it an obsolete alias.
4594 (archive-mode-map): Don't use archive-mouse-extract any more.
4595 (archive-mode, archive-extract): write-contents-hooks ->
4596 write-contents-functions.
4597 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4598 first arg.
4599 (archive-rename-entry): Update the call.
4600 (archive-zip-summarize): Remove unused var `method'.
4601 (archive-lzh-summarize): Remove unused var `creator'.
4602
4603 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4604 dedicated frame upon exit.
4605
4606 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4607 (archive-zip-extract, archive-zip-expunge)
4608 (archive-zip-update, archive-zip-update-case): Use executable-find.
4609 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4610 Use restore-buffer-modified-p.
4611 (archive-extract, archive-add-new-member, archive-write-file-member):
4612 Use with-current-buffer.
4613 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4614
4615 2005-06-30 Andreas Schwab <schwab@suse.de>
4616
4617 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4618
4619 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4620
4621 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4622
4623 2005-06-30 Juri Linkov <juri@jurta.org>
4624
4625 * faces.el (vertical-border): Inherit from mode-line-inactive
4626 only on tty.
4627
4628 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4629
4630 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4631 example, -NLINES in the `occur' docstring).
4632
4633 * replace.el (occur-1): When no matches are found, do not set the
4634 `buffer-read-only' and modified flags for the occur buffer,
4635 because it is deleted.
4636
4637 * emulation/cua-base.el (cua-check-pending-input)
4638 (cua-repeat-replace-region, cua-mode, cua-debug)
4639 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4640 Fix typos in docstrings.
4641
4642 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4643 (cua-cut-region-to-global-mark)
4644 (cua--cut-rectangle-to-global-mark):
4645 Remove period from end of messages.
4646
4647 * emulation/cua-rect.el (cua-do-rectangle-padding):
4648 Remove period from end of messages.
4649 (cua--rectangle-seq-format): Fix typo in docstring.
4650 (cua-sequence-rectangle, cua-fill-char-rectangle):
4651 Improve argument/docstring consistency.
4652
4653 2005-06-29 Juri Linkov <juri@jurta.org>
4654
4655 * faces.el (default-frame-background-mode): New internal variable.
4656 (frame-set-background-mode): Use it.
4657
4658 * startup.el (normal-top-level): Set default-frame-background-mode
4659 instead of frame-background-mode. Before setting it, test for its
4660 nil value. Remove tests for frame-background-mode and frame
4661 parameter `reverse'. Add test for "unspecified-fg".
4662
4663 * term/xterm.el (xterm-rxvt-set-background-mode):
4664 * term/rxvt.el (rxvt-set-background-mode):
4665 Set default-frame-background-mode instead of frame-background-mode.
4666
4667 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4668
4669 * simple.el (set-variable): Warn about obsolete user variables.
4670
4671 * imenu.el (imenu--completion-buffer):
4672 * mouse.el (mouse-buffer-menu-alist):
4673 * msb.el (msb-invisible-buffer-p):
4674 * calendar/diary-lib.el (diary-header-line-format):
4675 * emacs-lisp/pp.el (pp-buffer):
4676 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4677 * textmodes/picture.el (picture-replace-match):
4678 Change space constants followed by a sexp to "?\s ".
4679
4680 * play/decipher.el (decipher-loop-with-breaks):
4681 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4682 constants "protected" from end of line by a comment to "?\s".
4683
4684 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * font-lock.el (save-buffer-state): Use `declare'.
4687
4688 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4689 reset the syntax-table to cperl-mode-syntax-table.
4690 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4691 "foo_print_bar" is not matched as a reserved keyword.
4692
4693 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4694
4695 * textmodes/org.el (orgtbl-setup): New function, for delayed
4696 setup for the orgtbl commands.
4697 (org-calc-default-modes): New option.
4698 (orgtbl-make-binding): Use `defun' to get better help display.
4699 (org-diary): Call `org-compile-prefix-format'.
4700 (org-table-formula-substitute-names): New function.
4701 (org-agenda-day-view, org-agenda-week-view): New commands.
4702 (org-agenda-toggle-week-view): Command removed.
4703 (org-tbl-menu): Split off from org-org-menu.
4704 (org-mode): Move removal of outline-mode menus to here.
4705 (org-table-formula-debug): New option.
4706 (org-table-insert-row): Keep first field if just "#" or "*".
4707 (org-mode): Paragraph regexps fixed.
4708 (org-table-recalculate-regexp): New constant.
4709 (org-table-justify-field-maybe): Avoid replace if not necessary.
4710 (org-copy-special, org-cut-special): Use `call-interactively'.
4711 (org-table-copy-region): Take region from `interactive' call.
4712 (org-trim): Return string even if no match.
4713 (org-formula): New face.
4714 (org-set-font-lock-defaults): No longer highlight "FIXME".
4715 But highlight formula-related fields in table.
4716 (org-table-p): Use regexp, not fontification.
4717 (org-table-align): Handle white space at end of line.
4718 (org-table-formula-evaluate-inline): New option.
4719 (org-mode): Auto-wrapping in comment lines turned off.
4720 (org-table-copy-down): Evaluate only in copied field, not in
4721 destination.
4722 (org-table-current-formula): Variable removed.
4723 (org-table-store-formulas, org-table-get-stored-formulas)
4724 (org-table-modify-formulas, org-table-replace-in-formulas)
4725 (org-table-maybe-eval-formula): New functions.
4726 (org-table-get-formula): Modify to use stored formulas.
4727 (org-table-insert-column, org-table-delete-column)
4728 (org-table-move-column): Call `org-table-modify-formulas'.
4729 (org-complete): Add completion for keyword formulas.
4730 (orgtbl-mode): Pull orgtbl-mode-map to start of
4731 minor-mode-map-alist.
4732
4733 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * progmodes/python.el (python-check): Require `compile' before
4736 modifying its variables.
4737
4738 * newcomment.el (comment-indent-default): Don't get fooled by an early
4739 end of buffer.
4740
4741 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4742
4743 * ps-print.el (ps-print-version): Fix version number.
4744
4745 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4746
4747 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4748
4749 2005-06-28 Richard M. Stallman <rms@gnu.org>
4750
4751 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4752 (flyspell-local-mouse-map): Declaration deleted.
4753 (flyspell-mouse-map): Bind only mouse-2.
4754 (flyspell-mode-map): Don't test flyspell-use-local-map.
4755 (flyspell-overlay-keymap-property-name): Var deleted.
4756 (flyspell-mode-on): Don't make local bindings for
4757 flyspell-mouse-map and flyspell-mode-map.
4758 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4759
4760 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4761
4762 * progmodes/compile.el (compilation-next-error-function):
4763 Don't switch buffers; operate on the current buffer.
4764
4765 * progmodes/compile.el (compilation-error-file-name)
4766 (compilation-warning-file-name, compilation-info-file-name)
4767 (compilation-line-number, compilation-column-number): New faces.
4768 (compilation-error-face, compilation-warning-face)
4769 (compilation-info-face, compilation-line-face)
4770 (compilation-column-face): Use them.
4771
4772 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4773
4774 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4775
4776 * bindings.el (global-map): Bind insertchar and its variants.
4777
4778 2005-06-27 Richard M. Stallman <rms@gnu.org>
4779
4780 * textmodes/artist.el (artist-text-overwrite)
4781 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4782
4783 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4784
4785 * ps-print.el: It was not working the page selection for printing.
4786 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4787 (ps-print-version): New version 6.6.7.
4788 (ps-end-sheet): New fun.
4789 (ps-header-sheet, ps-end-job): Call it.
4790
4791 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4792
4793 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4794
4795 2005-06-27 Lute Kamstra <lute@gnu.org>
4796
4797 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4798 background color faces.
4799 (facemenu-get-face): Delete function.
4800 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4801 (facemenu-add-new-color): Make second argument mandatory.
4802 Create the appropriate face and return it. Simplify.
4803 (facemenu-set-foreground, facemenu-set-background): Don't check if
4804 color is defined. Use return value of facemenu-add-new-color.
4805
4806 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4807
4808 * progmodes/gud.el (gud-filter): Add missing argument to
4809 with-selected-window.
4810
4811 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4812
4813 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4814 a :require to the defcustom.
4815
4816 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4817 defcustoms corresponding to minor modes.
4818
4819 2005-06-26 David Ponce <david@dponce.com>
4820
4821 * recentf.el: Require tree-widget instead of wid-edit.
4822 (recentf-filename-handler): Fix widget :type.
4823 (recentf-cancel-dialog, recentf-open-more-files)
4824 (recentf-open-files-action): Doc fix.
4825 (recentf-dialog-goto-first): New function.
4826 (recentf-dialog-mode-map): Set parent keymap first.
4827 (recentf-dialog-mode): Define with define-derived-mode.
4828 Don't display continuation lines in dialogs.
4829 (recentf-edit-list): Rename from recentf-edit-selected-items.
4830 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4831 Simplify.
4832 (recentf-edit-list-validate): New function.
4833 (recentf-edit-list): Update accordingly.
4834 (recentf-open-files-item-shift): Remove.
4835 (recentf-open-files-item): Convert menu elements into tree and
4836 link widgets. Don't create the widgets.
4837 (recentf-open-files): Update accordingly.
4838 (recentf-save-list): Untabify.
4839
4840 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4841
4842 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4843 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4844 partially contained in the active region. Do not take active
4845 region into account when called from Lisp, unless INTERACTIVE arg
4846 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4847 avoid trouble with fields. Make marker point nowhere when no
4848 longer used. Always return nil. Doc fix.
4849 (flush-lines): Add INTERACTIVE arg. Do not take active region
4850 into account when called from Lisp, unless INTERACTIVE arg is
4851 non-nil. Use `forward-line' instead of `beginning-of-line' to
4852 avoid trouble with fields. Make marker point nowhere when no
4853 longer used. Always return nil. Doc fix.
4854 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4855 interchangeable. Do not take active region into account when
4856 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4857 message in echo area when called from Lisp, unless INTERACTIVE arg
4858 is non-nil. Avoid saying "1 occurrences". Do not use markers.
4859 Return the number of matches. Doc fix.
4860 (occur): Doc fix.
4861 (perform-replace): Make comment follow double space convention for
4862 the sake of `outline-minor-mode'.
4863
4864 * faces.el (facep): Doc fix.
4865
4866 2005-06-25 Richard M. Stallman <rms@gnu.org>
4867
4868 * facemenu.el (facemenu-enable-faces-p): New function.
4869 (facemenu-background-menu, facemenu-foreground-menu)
4870 (facemenu-face-menu): Add menu-enable property.
4871
4872 * jka-compr.el (jka-compr-insert-file-contents):
4873 Special handling if cannot find the uncompression program.
4874
4875 * cus-face.el (custom-face-attributes): Add autoload.
4876
4877 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4878 Bind comment-indent-function locally.
4879
4880 * window.el (save-selected-window): Use save-current-buffer.
4881
4882 * subr.el (with-selected-window): Use save-current-buffer.
4883
4884 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4885 and with-current-buffer.
4886
4887 2005-06-24 Richard M. Stallman <rms@gnu.org>
4888
4889 * simple.el (line-move-1): Fix previous change.
4890
4891 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
4892
4893 * replace.el (occur-1): Set `buffer-read-only' and the
4894 buffer-modified flag before running `occur-hook' to protect
4895 against unintentional buffer switches that can lead to data loss.
4896
4897 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
4898
4899 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4900 (gud-gdb-marker-filter): Use font-lock-warning-face for any
4901 initial error.
4902
4903 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4904 after fresh input.
4905 (gdb-var-create-handler): Put name of expression in quotes.
4906
4907 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4908
4909 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4910 elements of RING in order, and without bogus nil elements.
4911
4912 2005-06-23 Richard M. Stallman <rms@gnu.org>
4913
4914 * simple.el (set-variable): Args renamed; doc fix.
4915 (line-move-1): When there are overlays around, use vertical-motion.
4916
4917 * faces.el (escape-glyph): Use brown against light background.
4918 (nobreak-space): Rename from no-break-space.
4919 Fix previous change.
4920
4921 * dired-aux.el (dired-do-copy): Fix arg prompt.
4922
4923 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
4924
4925 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4926
4927 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
4928 rather than "Distributor".
4929
4930 2005-06-23 Lute Kamstra <lute@gnu.org>
4931
4932 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
4933 (debug-on-entry): Use it. New interactive declaration that uses
4934 function-called-at-point.
4935
4936 2005-06-23 Kim F. Storm <storm@cua.dk>
4937
4938 * subr.el (save-match-data): Add comment about using evaporate arg
4939 to set-match-data.
4940
4941 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4942
4943 * cus-edit.el (customize-face)
4944 (customize-face-other-window): Handle face aliases.
4945
4946 * faces.el (face-documentation, set-face-attribute)
4947 (face-spec-set): Handle face aliases.
4948
4949 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
4950
4951 * help-mode.el (help-make-xrefs): If a symbol representing a face
4952 name is not followed by the word "face", it could still be a
4953 function or variable name, so don't bypass other checks.
4954
4955 2005-06-22 Juri Linkov <juri@jurta.org>
4956
4957 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4958 Replace aliased functions with calls where second arg `inherit' is t.
4959
4960 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
4961
4962 * progmodes/gdb-ui.el (gdb-error): New variable.
4963 (gdb-error): New function.
4964 (gdb-annotation-rules): Act on error-begin and error annotations.
4965 (gdb-concat-output): Use font-lock-warning-face for errors.
4966
4967 2005-06-22 Miles Bader <miles@gnu.org>
4968
4969 * bindings.el (propertized-buffer-identification): Use renamed
4970 `Buffer-menu-buffer' face.
4971
4972 * faces.el (vertical-border): Rename from `vertical-divider'.
4973 (escape-glyph): Change dark-background color back to `cyan'.
4974
4975 2005-06-21 Juri Linkov <juri@jurta.org>
4976
4977 * faces.el (face-user-default-spec): Try getting `customized-face'
4978 prior to `saved-face'.
4979 (frame-background-mode): Refill docstring.
4980
4981 * emacs-lisp/lisp-mode.el (eval-defun-1):
4982 * emacs-lisp/edebug.el (edebug-eval-defun):
4983 Set `saved-face' temporarily to nil before calling form.
4984 Set `customized-face' to the new spec after that.
4985
4986 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
4987
4988 * subr.el (1value, lambda, key-substitution-in-progress):
4989 Doc fixes.
4990
4991 * autoinsert.el (auto-insert-alist):
4992 * ses.el (ses-call-printer):
4993 * subr.el (noreturn):
4994 * emacs-lisp/lisp.el (check-parens):
4995 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
4996 * net/browse-url.el (browse-url-mosaic):
4997 * progmodes/cc-defs.el (c-safe-scan-lists):
4998 * progmodes/ebnf-abn.el (ebnf-abn-lex):
4999 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5000 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5001 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5002 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5003 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5004
5005 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5006
5007 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5008
5009 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5010
5011 * calendar/appt.el (appt-make-list): Activate the package, if
5012 not already active (for backwards compatibility).
5013
5014 2005-06-20 Kim F. Storm <storm@cua.dk>
5015
5016 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5017
5018 2005-06-20 Miles Bader <miles@gnu.org>
5019
5020 * faces.el (vertical-divider): New face.
5021
5022 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5023
5024 * simple.el (kill-whole-line): Doc fix.
5025 (next-error-buffer-p, next-error-find-buffer)
5026 (clone-indirect-buffer): Fix typos in docstrings.
5027 (comment-line-break-function): Doc fix: don't say variable
5028 is automatically buffer-local (it isn't).
5029
5030 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5031
5032 * net/tramp-ftp.el (top):
5033 * net/tramp-smb.el (top):
5034 * net/tramp-util.el (top):
5035 * net/tramp-uu.el (top):
5036 * net/tramp-vc.el (top):
5037 * net/tramp.el (top): Revert copyright years back to original
5038 ones. Tramp has a life outside GNU Emacs.
5039
5040 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5041
5042 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5043
5044 2005-06-18 Juri Linkov <juri@jurta.org>
5045
5046 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5047 end of first regexp to limit the match to the position between
5048 line number and source line with same separator character as used
5049 between file name and line number. In the second regexp limit
5050 mouse-face area to file name and line number by adding new group
5051 for them and referring it in HYPERLINK arg.
5052 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5053 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5054 previous line where grep markers may be already removed.
5055
5056 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5057
5058 * progmodes/ps-mode.el: Update version and maintainer's email address.
5059
5060 2005-06-18 Steve Youngs <steve@xemacs.org>
5061
5062 * net/browse-url.el (browse-url-browser-function)
5063 (browse-url-default-browser): Add firefox.
5064 (browse-url-firefox-program, browse-url-firefox-arguments)
5065 (browse-url-firefox-startup-arguments)
5066 (browse-url-firefox-new-window-is-tab): New defcustoms.
5067 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5068
5069 2005-06-17 Richard M. Stallman <rms@gnu.org>
5070
5071 * startup.el (command-line): Warn if specified user name has
5072 no home directory.
5073
5074 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5075 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5076
5077 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5078 Doc fixes.
5079
5080 * faces.el (underline): Try bold if terminal doesn't support underline.
5081
5082 * mail/sendmail.el (mail-setup-with-from): New variable.
5083 (mail-insert-from-field): New function.
5084 (sendmail-send-it): Call it.
5085 (mail-setup): Optionally call it here.
5086
5087 * term/linux.el: Call tty-no-underline.
5088
5089 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5090
5091 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5092
5093 2005-06-17 Miles Bader <miles@gnu.org>
5094
5095 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5096 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5097 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5098 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5099 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5100 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5101 Remove "-face" suffix from face names.
5102 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5103 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5104 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5105 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5106 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5107 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5108 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5109 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5110 New backward-compatibility aliases for renamed faces.
5111 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5112 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5113 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5114 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5115 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5116 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5117 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5118 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5119 Use renamed ediff faces.
5120
5121 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5122 Remove "-face" suffix from face names.
5123 (eshell-test-ok-face, eshell-test-failed-face):
5124 New backward-compatibility aliases for renamed faces.
5125 (eshell-run-test): Use renamed eshell-test faces.
5126
5127 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5128 face name.
5129 (eshell-prompt-face): New backward-compatibility alias for renamed
5130 face.
5131 (eshell-emit-prompt): Use renamed eshell-prompt face.
5132
5133 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5134 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5135 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5136 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5137 Remove "-face" suffix from face names.
5138 (eshell-ls-directory-face, eshell-ls-symlink-face)
5139 (eshell-ls-executable-face, eshell-ls-readonly-face)
5140 (eshell-ls-unreadable-face, eshell-ls-special-face)
5141 (eshell-ls-missing-face, eshell-ls-archive-face)
5142 (eshell-ls-backup-face, eshell-ls-product-face)
5143 (eshell-ls-clutter-face):
5144 New backward-compatibility aliases for renamed faces.
5145 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5146
5147 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5148 Remove "-face" suffix from face name.
5149 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5150 instead of literal face.
5151
5152 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5153
5154 * emacs-lisp/warnings.el (display-warning, lwarn)
5155 (warning-minimum-log-level): Doc fixes.
5156 (warning-minimum-level, warning-minimum-log-level):
5157 Add :debug to :type choices.
5158
5159 * progmodes/ada-mode.el (ada-format-paramlist)
5160 (ada-get-indent-case, ada-check-matching-start)
5161 (ada-check-defun-name, ada-goto-matching-decl-start)
5162 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5163 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5164 (ada-make-subprogram-body): Follow error conventions.
5165 (ada-case-exception-file, ada-indent-comment-as-code)
5166 (ada-indent-handle-comment-special, ada-indent-renames)
5167 (ada-indent-return, ada-search-directories-internal)
5168 (ada-tab-policy, ada-case-exception-substring)
5169 (ada-other-file-alist, ada-matching-start-re)
5170 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5171 (ada-imenu-generic-expression, ada-compile-goto-error)
5172 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5173 (ada-popup-menu, ada-add-extensions, ada-mode)
5174 (ada-region-selected, ada-create-case-exception)
5175 (ada-create-case-exception-substring, ada-after-keyword-p)
5176 (ada-activate-keys-for-case, ada-adjust-case-region)
5177 (ada-adjust-case-buffer, ada-format-paramlist)
5178 (ada-scan-paramlist, ada-insert-paramlist)
5179 (ada-indent-newline-indent)
5180 (ada-indent-newline-indent-conditional)
5181 (ada-justified-indent-current, ada-goto-previous-word)
5182 (ada-indent-current, ada-get-indent-open-paren)
5183 (ada-get-indent-paramlist, ada-get-indent-end)
5184 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5185 (ada-get-indent-block-start, ada-get-indent-subprog)
5186 (ada-get-indent-noindent, ada-get-indent-label)
5187 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5188 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5189 (ada-goto-stmt-end, ada-goto-next-word)
5190 (ada-check-matching-start, ada-check-defun-name)
5191 (ada-goto-matching-decl-start, ada-goto-matching-start)
5192 (ada-goto-matching-end, ada-search-ignore-string-comment)
5193 (ada-in-decl-p, ada-looking-at-semi-or)
5194 (ada-looking-at-semi-private, ada-in-paramlist-p)
5195 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5196 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5197 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5198 (ada-previous-package, ada-create-menu)
5199 (ada-fill-comment-paragraph-justify)
5200 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5201 (ada-other-file-name, ada-last-which-function-line)
5202 (ada-last-which-function-subprog, ada-which-function)
5203 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5204 (ada-gen-treat-proc, ada-check-emacs-version)
5205 (ada-continuation-indent, ada-align-region-separate):
5206 Fix typos in docstrings.
5207 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5208
5209 2005-06-16 Lute Kamstra <lute@gnu.org>
5210
5211 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5212 conditionally.
5213
5214 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5215
5216 * comint.el (comint-replace-by-expanded-filename)
5217 (comint-prompt-regexp, comint-delimiter-argument-list)
5218 (comint-preinput-scroll-to-bottom):
5219 * info.el (Info-hide-cookies-node):
5220 * ls-lisp.el (ls-lisp-classify):
5221 * find-file.el (ff-search-directories, ff-special-constructs)
5222 (ff-find-other-file):
5223 * font-lock.el (font-lock-keywords):
5224 * shell.el (shell-prompt-pattern)
5225 (shell-dynamic-complete-functions, shell-mode)
5226 (shell-delimiter-argument-list):
5227 * term.el (term-replace-by-expanded-filename)
5228 (term-prompt-regexp, term-delimiter-argument-list):
5229 * woman.el (woman-ignore, woman0-if):
5230 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5231 * emacs-lisp/elint.el (elint-init-env):
5232 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5233 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5234 * language/ethio-util.el (ethio-tilde-escape)
5235 (ethio-use-three-dot-question):
5236 * net/zone-mode.el (zone-mode-load-time-setup):
5237 * progmodes/cc-align.el (c-lineup-argcont):
5238 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5239 * progmodes/cperl-mode.el (cperl-set-style-back):
5240 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5241 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5242 Fix spellings in docstrings.
5243
5244 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5245 * progmodes/modula2.el (m2-for): Fix spellings.
5246
5247 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5248
5249 * simple.el (undo-more): Don't use `format' on `error' arguments.
5250 Improve argument/docstring consistency.
5251 (pending-undo-list): Doc fix.
5252
5253 * smerge-mode.el (smerge-ensure-match):
5254 * emulation/vip.el (vip-ex):
5255 * net/zone-mode.el (zone-mode-update-serial):
5256 * progmodes/idlwave.el (idlwave-complete):
5257 * progmodes/vhdl-mode.el (vhdl-visit-file)
5258 (vhdl-compose-wire-components):
5259 Don't use `format' on `error' arguments.
5260
5261 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5262 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5263 (tooltip-help-tips): Fix typos in docstrings.
5264
5265 2005-06-16 David Ponce <david@dponce.com>
5266
5267 * tree-widget.el (tree-widget-value-create): Simplify last change.
5268
5269 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5270
5271 * ido.el (ido-incomplete-regexp): New variable.
5272 (ido-set-matches-1): Handle invalid-regexp error and set
5273 ido-incomplete-regexp.
5274 (ido-incomplete-regexp): New face.
5275 (ido-completions): Use it.
5276 (ido-complete, ido-exit-minibuffer, ido-completions):
5277 Handle incomplete regexps.
5278 (ido-completions): Add check for complete match when entering a regexp.
5279
5280 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5283
5284 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5285
5286 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5287 by field delimiters.
5288
5289 2005-06-15 David Ponce <david@dponce.com>
5290
5291 * tree-widget.el: eval-and-compile inlined functions so they will
5292 be available at run-time too.
5293 (tree-widget-super-format-handler)
5294 (tree-widget-format-handler): Remove.
5295 (tree-widget-value-create): Handle the :indent property.
5296
5297 2005-06-15 Miles Bader <miles@gnu.org>
5298
5299 * progmodes/which-func.el (which-func): Only inherit
5300 `font-lock-function-name-face' when that makes sense against the
5301 default mode-line face, otherwise set the face color explicitly.
5302
5303 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5304 faces instead of (non-existent) variables.
5305
5306 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5307
5308 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5309 (iswitchb-get-matched-buffers): Likewise. Simplify.
5310
5311 2005-06-14 Miles Bader <miles@gnu.org>
5312
5313 * progmodes/ld-script.el (ld-script-location-counter):
5314 Remove "-face" suffix from face name.
5315 (ld-script-location-counter-face):
5316 New backward-compatibility alias for renamed face.
5317 (ld-script-location-counter-face): Use renamed face.
5318
5319 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5320 (cperl-hash): Remove "-face" suffix from face names.
5321 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5322 New backward-compatibility aliases for renamed faces.
5323 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5324 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5325
5326 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5327 name.
5328 (which-func-face): New backward-compatibility alias for renamed face.
5329 (which-func-format): Use renamed which-func face.
5330
5331 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5332 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5333 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5334 names.
5335 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5336 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5337 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5338 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5339 (vhdl-speedbar-architecture-selected)
5340 (vhdl-speedbar-configuration-selected)
5341 (vhdl-speedbar-package-selected)
5342 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5343 names.
5344 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5345 Use renamed faces.
5346 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5347 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5348 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5349 Use renamed faces.
5350 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5351 names.
5352 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5353 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5354 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5355 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5356 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5357 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5358
5359 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5360 face name.
5361 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5362 (sh-heredoc-face): Use renamed sh-heredoc face.
5363
5364 * progmodes/idlw-help.el (idlwave-help-link):
5365 Remove "-face" suffix from face name.
5366 (idlwave-help-link-face):
5367 New backward-compatibility alias for renamed face.
5368 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5369
5370 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5371 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5372 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5373 New backward-compatibility aliases for renamed faces.
5374 (idlwave-shell-disabled-breakpoint-face)
5375 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5376
5377 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5378 Remove "-face" suffix from face names.
5379 (flymake-errline-face, flymake-warnline-face):
5380 New backward-compatibility aliases for renamed faces.
5381 (flymake-highlight-line): Use renamed flymake faces.
5382
5383 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5384 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5385 (ebrowse-member-class, ebrowse-progress):
5386 Remove "-face" suffix from face names.
5387 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5388 (ebrowse-file-name-face, ebrowse-default-face)
5389 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5390 (ebrowse-progress-face):
5391 New backward-compatibility aliases for renamed faces.
5392 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5393 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5394 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5395 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5396
5397 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5398 antlr-syntax)
5399 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5400 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5401 names.
5402 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5403 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5404 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5405 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5406 backward-compatibility aliases for renamed faces.
5407 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5408 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5409 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5410 remove "font-lock-". Use renamed antlr-mode faces.
5411 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5412 literal face-names with face variable references.
5413
5414 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5415 face name.
5416 (Buffer-menu-buffer-face): New backward-compatibility alias for
5417 renamed face.
5418 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5419
5420 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5421
5422 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5423 Eliminate "-face" suffix.
5424 (makefile-targets): Inherit from font-lock-function-name-face and
5425 eliminate "-face" suffix.
5426 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5427 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5428 actions, instead of prepending, to make it less visible.
5429 (makefile-previous-dependency, makefile-match-dependency):
5430 Don't match a target on a continuation line.
5431
5432 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5433
5434 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5435
5436 * progmodes/gdb-ui.el (menu): Re-order menu items.
5437 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5438
5439 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5440 Define in tooltip.el.
5441 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5442 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5443 gud-tooltip-echo-area.
5444
5445 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5446 backward compatibility and make obsolete.
5447 (tooltip-help-tips): Use tooltip-use-echo-area.
5448 (tooltip-show-help-function): Rename to...
5449 (tooltip-show-help): ...this, because it is a function.
5450 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5451
5452 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5453
5454 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5455 (edebug-print-length, edebug-print-level, edebug-print-circle)
5456 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5457 (edebug-eval-print-last-sexp): Doc fixes.
5458
5459 2005-06-14 Kim F. Storm <storm@cua.dk>
5460
5461 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5462 as the coverage buffer/file/both may change.
5463
5464 2005-06-14 Lute Kamstra <lute@gnu.org>
5465
5466 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5467 and run-mode-hooks. Simplify.
5468
5469 * mail/rmailedit.el (rmail-edit-mode):
5470 * progmodes/octave-inf.el (inferior-octave-mode):
5471 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5472
5473 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5474 and run-mode-hooks.
5475 (recentf-edit-list, recentf-open-files): Don't call
5476 kill-all-local-variables directly.
5477
5478 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5479
5480 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5481
5482 * emacs-lisp/byte-run.el (make-obsolete)
5483 (define-obsolete-function-alias): Rename arguments FUNCTION and
5484 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5485 (make-obsolete-variable, define-obsolete-variable-alias):
5486 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5487 respectively.
5488
5489 * isearchb.el (isearchb-activate):
5490 * pcvs.el (cvs-mode):
5491 * ses.el (ses-load):
5492 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5493 * net/tramp.el (tramp-find-file-exists-command)
5494 (tramp-find-shell):
5495 * progmodes/ada-mode.el (ada-create-case-exception)
5496 (ada-create-case-exception-substring, ada-make-subprogram-body):
5497 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5498 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5499 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5500 * textmodes/org.el (org-promote, org-evaluate-time-range)
5501 (org-agenda-next-date-line, org-agenda-previous-date-line)
5502 (org-agenda-error, org-open-at-point, org-table-move-row)
5503 (org-format-table-table-html-using-table-generate-source)
5504 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5505 * textmodes/reftex.el (reftex-access-scan-info):
5506 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5507 (reftex-toc-promote-prepare): Follow error conventions.
5508
5509 * diff-mode.el (diff-mode): Fix typo in docstring.
5510
5511 * forms.el (forms--intuit-from-file): Fix reference to
5512 `forms-number-of-fields' in error message.
5513 (forms-print): Fix quoting in error message.
5514
5515 * forms.el (forms-mode):
5516 * emulation/vi.el (vi-goto-insert-state):
5517 * progmodes/flymake.el (flymake-new-err-info)
5518 (flymake-start-syntax-check-for-current-buffer)
5519 (flymake-simple-cleanup):
5520 * eshell/esh-var.el (eshell/export):
5521 * progmodes/gud.el (xdb):
5522 * textmodes/flyspell.el (flyspell-incorrect-hook)
5523 (flyspell-maybe-correct-transposition)
5524 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5525
5526 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5527
5528 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5529 minibuffer prompt.
5530
5531 2005-06-13 Kim F. Storm <storm@cua.dk>
5532
5533 * subr.el (add-to-ordered-list): New defun.
5534
5535 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5536 add cua--keymap-alist to emulation-mode-map-alists.
5537
5538 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5539
5540 * subr.el (complete-in-turn): New macro.
5541 (dynamic-completion-table, lazy-completion-table): Add debug info.
5542
5543 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5544 in preference to face aliases.
5545
5546 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5547 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5548 Remove unused vars `start' and `firstline'.
5549 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5550 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5551
5552 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5553
5554 * cus-start.el (all): Don't complain about missing GTK-related
5555 variables, unless either `gtk' is boundp or this isn't a
5556 `windows-nt' build.
5557
5558 2005-06-13 Lute Kamstra <lute@gnu.org>
5559
5560 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5561 run-mode-hooks.
5562
5563 * ediff-mult.el (ediff-meta-mode):
5564 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5565
5566 * ledit.el (ledit-mode): Use delay-mode-hooks.
5567
5568 * woman.el (woman-mode-line-format): Delete constant.
5569 (woman-mode-map): Initialize it properly.
5570 (woman-mode): Set mode-class property to special.
5571 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5572 Set major-mode and mode-name. Don't set mode-line-format directly.
5573 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5574
5575 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5576 string argument obsolete.
5577
5578 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5579
5580 * textmodes/org.el (org-CUA-compatible): New option.
5581 (org-disputed-keys): New variable.
5582 (org-key): New function.
5583 (orgtbl-make-binding): Add docstring to the created function.
5584 (org-mode): Set paragraph start/separate regexps.
5585 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5586 (org-archive-location, org-archive-mark-done)
5587 (org-archive-stamp-time): New options.
5588 (org-archive-subtree): New command.
5589 (org-fill-paragraph): New function.
5590 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5591 (org-fake-empty-table-line): Function removed.
5592 (org-format-org-table-html): Do not create empty table lines at
5593 separator lines. Improved table header treatment.
5594 (org-link-format): New option.
5595 (org-make-link): New function.
5596 (org-insert-link, org-store-link): Use org-make-link.
5597 (org-open-file): Quote file name for shell command, to allow
5598 spaces in file names.
5599 (org-link-regexp): Fix bug with mailto link.
5600 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5601 New constants.
5602 (org-export-as-html): Deal with the optional angles around a link.
5603 Better treatment of file: links.
5604 (org-open-at-point): Replace @{ and @} with < and >.
5605 (org-run-mode-hooks): Function removed.
5606 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5607
5608 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5609
5610 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5611 MI command -data-list-register-values.
5612 (gdb-post-prompt): Indent properly.
5613
5614 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5615
5616 * hilit-chg.el (highlight-changes-colors): Rename from
5617 `highlight-changes-colours'.
5618 (highlight-changes-colours): Keep as obsolete alias.
5619 (highlight-changes-face-list): Doc fix.
5620 (hilit-chg-make-list): Use `highlight-changes-colors'.
5621
5622 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5623
5624 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5625 defun-prompt-regexp.
5626
5627 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5628
5629 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5630 and cygwin.
5631
5632 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5633 Don't use an old loaddefs.el, as in Makefile.in.
5634
5635 2005-06-12 Lute Kamstra <lute@gnu.org>
5636
5637 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5638
5639 * man.el (Man-mode-map): Initialize it properly.
5640 (Man-mode): Set mode-class property to special.
5641
5642 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5643
5644 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5645
5646 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5647 A newline is needed in the docstring there.
5648
5649 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5650 Doc fixes.
5651
5652 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5653
5654 * printing.el: Doc fix. The menubar is no more changed when printing
5655 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5656 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5657 (pr-version): New version number (6.8.4).
5658 (pr-menu-bind): New command.
5659 (pr-update-menus): Docstring and code fix.
5660 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5661 Docstring fix.
5662 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5663 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5664
5665 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5666
5667 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5668 "Returns" to "return", document useful return values, etc.
5669
5670 2005-06-11 Alan Mackenzie <acm@muc.de>
5671
5672 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5673 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5674 (adaptive-file-function): Minor amendment to doc-string.
5675
5676 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5677
5678 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5679 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5680 Fix :type--it is `integer', not `string'.
5681
5682 * faces.el (modeline-highlight): Rename from (the erroneous)
5683 `modeline-higilight'.
5684
5685 2005-06-11 Lute Kamstra <lute@gnu.org>
5686
5687 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5688 lisp-interaction-mode-map but make it the parent.
5689 (edebug-eval-mode): Use define-derived-mode.
5690
5691 2005-06-11 Andreas Schwab <schwab@suse.de>
5692
5693 * bindings.el: Add binding of `ESC functionkey' for every
5694 `M-functionkey'.
5695 * hexl.el (hexl-mode-map): Likewise.
5696
5697 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5698
5699 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5700 [msft]: update regexp for newer msft compilers.
5701
5702 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5703
5704 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5705 ATTLIST portions of included DTDs.
5706 (xml-parse-dtd): Eliminate use of inefficient match-data.
5707
5708 2005-06-10 Miles Bader <miles@gnu.org>
5709
5710 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5711 (mpuz-text): Remove "-face" suffix from face names.
5712 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5713 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5714 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5715
5716 * play/gomoku.el (gomoku-O, gomoku-X):
5717 Remove "-face" suffix from face names.
5718 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5719 New backward-compatibility aliases for renamed faces.
5720 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5721
5722 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5723
5724 * thumbs.el: Fixes for changes of 2005-06-09.
5725 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5726 as a directory.
5727 (thumbs-thumbname): Remove directory separator from format string;
5728 `thumbs-thumbsdir' now returns a valid directory name.
5729 (thumbs-temp-dir): New defsubst.
5730 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5731 Use it.
5732
5733 * cus-edit.el (minibuffer):
5734 * files.el (make-backup-file-name-function):
5735 * filesets.el (filesets-external-viewers):
5736 * hilit-chg.el (highlight-changes-colours)
5737 (highlight-changes-face-list, highlight-changes-rotate-faces):
5738 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5739 * kmacro.el (kmacro-call-macro):
5740 * log-edit.el (log-edit-changelog-full-paragraphs):
5741 * mouse.el (mouse-1-click-follows-link):
5742 * skeleton.el (skeleton-autowrap):
5743 * subr.el (insert-for-yank-1):
5744 * tempo.el (tempo-insert-region):
5745 * terminal.el (terminal-emulator):
5746 * time.el (display-time-mail-face):
5747 * vc.el (vc-annotate):
5748 * vcursor.el (vcursor-copy-line):
5749 * woman.el (woman-bold-headings, woman-ignore)
5750 (woman-default-faces, woman-monochrome-faces):
5751 * calendar/todo-mode.el (todo-insert-threshold):
5752 * emulation/pc-select.el (pc-select-selection-keys-only)
5753 (pc-selection-mode):
5754 * emulation/vip.el (vip-find-char-forward):
5755 * emulation/viper-cmd.el (viper-find-char-forward):
5756 * international/mule-cmds.el
5757 (select-safe-coding-system-accept-default-p)
5758 (input-method-exit-on-invalid-key):
5759 * international/mule-diag.el (describe-coding-system):
5760 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5761 * net/browse-url.el (browse-url-xterm-program):
5762 * obsolete/lazy-lock.el (lazy-lock-mode):
5763 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5764 (cperl-mode):
5765 * progmodes/cpp.el (cpp-face-light-name-list)
5766 (cpp-face-dark-name-list):
5767 * progmodes/delphi.el (delphi-newline-always-indents):
5768 Fix spellings in docstrings.
5769
5770 * ido.el (ido-mode, ido-file-extensions-order)
5771 (ido-default-file-method, ido-default-buffer-method)
5772 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5773 (ido-decorations, ido-read-file-name-as-directory-commands)
5774 (ido-read-file-name-non-ido, ido-work-directory-list)
5775 (ido-ignore-item-temp-list, ido-current-directory)
5776 (ido-magic-forward-char, ido-enter-find-file)
5777 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5778 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5779
5780 2005-06-10 Lute Kamstra <lute@gnu.org>
5781
5782 * play/dunnet.el (dun-mode): Use define-derived-mode.
5783 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5784 obsolete alias.
5785
5786 * play/doctor.el (doctor-mode-map): Remove defvar.
5787 (doctor-mode): Use define-derived-mode.
5788
5789 * mail/mspools.el (mspools-mode):
5790 * net/eudc-hotlist.el (eudc-hotlist-mode):
5791 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5792
5793 2005-06-10 Miles Bader <miles@gnu.org>
5794
5795 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5796 Remove "-face" suffix from face names.
5797 (flyspell-incorrect-face, flyspell-duplicate-face):
5798 New backward-compatibility aliases for renamed faces.
5799 (flyspell-mode-on, make-flyspell-overlay)
5800 (flyspell-highlight-incorrect-region)
5801 (flyspell-highlight-duplicate-region)
5802 (flyspell-display-next-corrections)
5803 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5804
5805 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5806 from face name.
5807 (texinfo-heading-face): New backward-compatibility alias for
5808 renamed face.
5809 (texinfo-heading-face): Use renamed texinfo-heading face.
5810
5811 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5812 suffix from face names.
5813 (tex-math-face, tex-verbatim-face):
5814 New backward-compatibility aliases for renamed faces.
5815 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5816 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5817 literal face name.
5818
5819 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5820 name.
5821 (table-cell-face): New backward-compatibility alias for renamed face.
5822 (table--put-cell-face-property, table--update-cell-face):
5823 Use renamed table-cell face.
5824
5825 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5826 from face name.
5827 (sgml-namespace-face): New backward-compatibility alias for
5828 renamed face.
5829 (sgml-namespace-face): Use renamed sgml-namespace face.
5830
5831 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5832 (org-level-4, org-level-5, org-level-6, org-level-7)
5833 (org-level-8, org-warning, org-headline-done)
5834 (org-deadline-announce, org-scheduled-today)
5835 (org-scheduled-previously, org-link, org-done, org-table)
5836 (org-time-grid): Remove "-face" suffix from face names.
5837 (org-level-1-face, org-level-2-face, org-level-3-face)
5838 (org-level-4-face, org-level-5-face, org-level-6-face)
5839 (org-level-7-face, org-level-8-face, org-warning-face)
5840 (org-headline-done-face, org-deadline-announce-face)
5841 (org-scheduled-today-face, org-scheduled-previously-face)
5842 (org-link-face, org-done-face, org-table-face)
5843 (org-time-grid-face):
5844 New backward-compatibility aliases for renamed faces.
5845 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5846 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5847 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5848 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5849
5850 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5851 (viper-minibuffer-emacs, viper-minibuffer-insert)
5852 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5853 (viper-search-face, viper-replace-overlay-face)
5854 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5855 (viper-minibuffer-vi-face):
5856 New backward-compatibility aliases for renamed faces.
5857 (viper-search-face, viper-replace-overlay-face)
5858 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5859 (viper-minibuffer-vi-face): Use renamed viper faces.
5860
5861 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5862 Remove "-face" suffix from face names.
5863 (testcover-nohits-face, testcover-1value-face):
5864 New backward-compatibility aliases for renamed faces.
5865 (testcover-mark): Use renamed testcover faces.
5866
5867 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5868 face name.
5869 (diary-button-face): New backward-compatibility alias for renamed face.
5870 (diary-entry): Use renamed diary-button face.
5871
5872 * calendar/calendar.el (diary, calendar-today, holiday)
5873 (mark-visible-calendar-date): Remove "-face" suffix from face names.
5874 (diary-face, calendar-today-face, holiday-face):
5875 New backward-compatibility aliases for renamed faces.
5876 (eval-after-load "facemenu", diary-entry-marker)
5877 (calendar-today-marker, calendar-holiday-marker, diary-face):
5878 Use renamed calendar faces.
5879
5880 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5881 (compare-windows-face): New backward-compatibility alias for
5882 renamed face.
5883 (compare-windows-highlight): Use renamed compare-windows face.
5884
5885 * strokes.el (strokes-char): Remove "-face" suffix from face name.
5886 (strokes-char-face): New backward-compatibility alias for renamed face.
5887 (strokes-encode-buffer): Use renamed strokes-char face.
5888
5889 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5890 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5891 Remove "-face" suffix from face names.
5892 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5893 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5894 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5895 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5896 Use renamed pcvs faces.
5897 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5898 * pcvs-defs.el (cvs-mode-map): Likewise.
5899 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5900
5901 * info.el (info-title-1, info-title-2, info-title-3)
5902 (info-title-4): Remove "-face" suffix from and downcase face names.
5903 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5904 (Info-title-4-face):
5905 New backward-compatibility aliases for renamed faces.
5906 (Info-fontify-node): Use renamed info faces.
5907
5908 * hilit-chg.el (highlight-changes, highlight-changes-delete):
5909 Remove "-face" suffix from face names.
5910 (highlight-changes-face, highlight-changes-delete-face):
5911 New backward-compatibility aliases for renamed faces.
5912 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5913 (hilit-chg-make-list): Use renamed highlight-changes faces.
5914
5915 * generic-x.el (show-tabs-tab, show-tabs-space):
5916 Remove "-face" suffix from face names.
5917 (show-tabs-tab-face, show-tabs-space-face):
5918 New backward-compatibility aliases for renamed faces.
5919 (show-tabs-generic-mode-font-lock-defaults-1)
5920 (show-tabs-generic-mode-font-lock-defaults-2):
5921 Use renamed show-tabs faces.
5922
5923 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
5924 (smerge-markers): Remove "-face" suffix from face names.
5925 (smerge-mine-face, smerge-other-face, smerge-base-face)
5926 (smerge-markers-face):
5927 New backward-compatibility aliases for renamed faces.
5928 (smerge-mine-face, smerge-other-face, smerge-base-face)
5929 (smerge-markers-face): Use renamed smerge faces.
5930
5931 * log-view.el (log-view-file, log-view-message): Remove "-face"
5932 suffix from face names.
5933 (log-view-file-face, log-view-message-face): New
5934 backward-compatibility aliases for renamed faces.
5935 (log-view-file-face, log-view-message-face): Use renamed log-view
5936 faces.
5937
5938 * paren.el (show-paren-match, show-paren-mismatch):
5939 Remove "-face" suffix from face names.
5940 (show-paren-match-face, show-paren-mismatch-face):
5941 New backward-compatibility aliases for renamed faces.
5942 (show-paren-function): Use renamed show-paren faces.
5943
5944 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
5945 (ruler-mode-margins, ruler-mode-fringes)
5946 (ruler-mode-column-number, ruler-mode-fill-column)
5947 (ruler-mode-comment-column, ruler-mode-goal-column)
5948 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
5949 suffix from face names.
5950 (ruler-mode-default-face, ruler-mode-pad-face)
5951 (ruler-mode-margins-face, ruler-mode-fringes-face)
5952 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
5953 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
5954 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
5955 backward-compatibility aliases for renamed faces.
5956 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
5957 (ruler-mode-column-number, ruler-mode-fill-column)
5958 (ruler-mode-comment-column, ruler-mode-goal-column)
5959 (ruler-mode-tab-stop, ruler-mode-current-column)
5960 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
5961 faces.
5962
5963 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
5964 face name.
5965 (whitespace-highlight-the-space): Use renamed face.
5966 (whitespace-highlight-face): New backward-compatibility alias for
5967 renamed face.
5968
5969 * woman.el (woman-italic, woman-bold, woman-unknown)
5970 (woman-addition, woman-symbol-face):
5971 Remove "-face" suffix from face names.
5972 (woman-italic-face, woman-bold-face, woman-unknown-face)
5973 (woman-addition-face):
5974 New backward-compatibility aliases for renamed faces.
5975 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
5976 (woman-decode-region, woman-replace-match)
5977 (woman-display-extended-fonts, woman-special-characters)
5978 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
5979 Use renamed woman faces.
5980
5981 * longlines.el (longlines-visible-face): Face removed.
5982
5983 * diff-mode.el (diff-header, diff-file-header, diff-index)
5984 (diff-hunk-header, diff-removed, diff-added, diff-changed)
5985 (diff-function, diff-context, diff-nonexistent): Remove "-face"
5986 suffix from face names.
5987 (diff-header-face, diff-file-header-face, diff-index-face)
5988 (diff-hunk-header-face, diff-removed-face, diff-added-face)
5989 (diff-changed-face, diff-function-face, diff-context-face)
5990 (diff-nonexistent-face): New backward-compatibility aliases for
5991 renamed faces.
5992 (diff-header-face, diff-file-header-face)
5993 (diff-index, diff-index-face, diff-hunk-header)
5994 (diff-hunk-header-face, diff-removed, diff-removed-face)
5995 (diff-added, diff-added-face, diff-changed-face, diff-function)
5996 (diff-function-face, diff-context-face, diff-nonexistent)
5997 (diff-nonexistent-face): Use renamed diff-mode faces.
5998
5999 * progmodes/compile.el (compilation-warning-face)
6000 (compilation-info-face): Remove "-face" suffix from face names.
6001 (compilation-warning-face, compilation-info-face):
6002 New backward-compatibility aliases for renamed faces.
6003 (compilation-warning-face, compilation-info-face):
6004 Use renamed compilation faces.
6005
6006 * add-log.el (change-log-date, change-log-name)
6007 (change-log-email, change-log-file, change-log-list)
6008 (change-log-conditionals, change-log-function)
6009 (change-log-acknowledgement): Remove "-face" suffix from face names.
6010 (change-log-date-face, change-log-name-face)
6011 (change-log-email-face, change-log-file-face)
6012 (change-log-list-face, change-log-conditionals-face)
6013 (change-log-function-face, change-log-acknowledgement-face):
6014 New backward-compatibility aliases for renamed faces.
6015 (change-log-font-lock-keywords): Use renamed change-log faces.
6016
6017 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6018 (custom-set, custom-changed, custom-saved, custom-button)
6019 (custom-button-pressed, custom-documentation, custom-state)
6020 (custom-comment, custom-comment-tag, custom-variable-tag)
6021 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6022 (custom-group-tag): Remove "-face" suffix from face names.
6023 (custom-magic-alist, custom-magic-value-create)
6024 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6025 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6026 (custom-set-face, custom-changed-face, custom-saved-face)
6027 (custom-button-face, custom-button-pressed-face)
6028 (custom-documentation-face, custom-state-face)
6029 (custom-comment-face, custom-comment-tag-face)
6030 (custom-variable-tag-face, custom-variable-button-face)
6031 (custom-face-tag-face, custom-group-tag-face-1)
6032 (custom-group-tag-face):
6033 New backward-compatibility aliases for renamed faces.
6034
6035 * wid-edit.el (widget-documentation, widget-button)
6036 (widget-field, widget-single-line-field, widget-inactive)
6037 (widget-button-pressed): "-face" suffix removed from face names.
6038 (widget-documentation-face, widget-button-face)
6039 (widget-field-face, widget-single-line-field-face)
6040 (widget-inactive-face, widget-button-pressed-face):
6041 New backward-compatibility aliases for renamed faces.
6042 (widget-documentation-face, widget-button-face)
6043 (widget-button-pressed-face, widget-specify-field)
6044 (widget-specify-inactive): Use renamed widget faces.
6045
6046 2005-06-10 Kenichi Handa <handa@m17n.org>
6047
6048 * term/x-win.el (x-clipboard-yank): Remove condition-case
6049 wrapping.
6050
6051 2005-06-11 Kenichi Handa <handa@m17n.org>
6052
6053 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6054 date lines stricter.
6055
6056 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6057
6058 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6059 of x-get-selection.
6060
6061 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6062
6063 * comint.el (comint-mode, comint-snapshot-last-prompt):
6064 * frame.el (frame-current-scroll-bars):
6065 * term.el (term-mode, term-check-proc, term-input-sender)
6066 (term-simple-send, term-extract-string, term-word)
6067 (term-match-partial-filename):
6068 * window.el (window-current-scroll-bars):
6069 * emulation/cua-base.el (cua-normal-cursor-color)
6070 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6071 (cua-global-mark-cursor-color):
6072 * mail/undigest.el (rmail-forward-separator-regex):
6073 Fix typos in docstrings.
6074
6075 * comint.el (comint-check-proc, make-comint-in-buffer)
6076 (comint-source-default): Doc fixes.
6077
6078 * term.el (term-send-string): Improve argument/docstring
6079 consistency.
6080
6081 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6082
6083 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6084 call to `delete-region'.
6085 (comint-mode-hook): Do not enable Font Lock by default.
6086
6087 2005-06-09 Lute Kamstra <lute@gnu.org>
6088
6089 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6090 could be void.
6091
6092 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6095 (debug): Use it.
6096 (debugger-step-through, debugger-continue, debugger-jump)
6097 (debugger-return-value): Set it when needed.
6098 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6099 Use inhibit-read-only.
6100
6101 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6102
6103 * window.el (shrink-window-if-larger-than-buffer)
6104 (window-size-fixed): Fix typo in docstring.
6105
6106 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6107 thumbnails directory on loading.
6108 (thumbs-conversion-program): Use `eq' to check the system type,
6109 not `equal'.
6110 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6111 not "/tmp". Fix docstring.
6112 (thumbs-thumbsdir): New function to return the thumbnails
6113 directory, creating it if needed.
6114 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6115 (thumbs-temp-file): Delete variable and make it into a function.
6116 (thumbs-resize-image, thumbs-modify-image): Use it.
6117 (thumbs-kill-buffer): Simplify.
6118 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6119 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6120 docstrings.
6121
6122 2005-06-09 Kim F. Storm <storm@cua.dk>
6123
6124 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6125 set-match-data to free markers in match-data.
6126
6127 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6128 match-data to unchain markers in match-data.
6129
6130 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6133 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6134 unnecessary now.
6135
6136 2005-06-08 Richard M. Stallman <rms@gnu.org>
6137
6138 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6139 give the variable a doc string that doesn't say don't set it directly.
6140
6141 * textmodes/ispell.el (ispell-check-version):
6142 Use match-string-no-properties.
6143 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6144 (ispell-buffer-local-words): Likewise.
6145
6146 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6147 except on terminals with enough colors to really display it.
6148 (makefile-dependency-regex): Delete spurious `bb'.
6149
6150 * faces.el (escape-glyph): Use blue once again in last case.
6151 (no-break-space): Redefine so that it isn't invisible on a tty.
6152
6153 2005-06-08 Kim F. Storm <storm@cua.dk>
6154
6155 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6156 also when reading directory name.
6157
6158 2005-06-08 Lute Kamstra <lute@gnu.org>
6159
6160 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6161 (flyspell-mode-line-string): Remove autoload cookie.
6162 (flyspell-mode): Remove defvar.
6163
6164 2005-06-07 Lute Kamstra <lute@gnu.org>
6165
6166 * textmodes/org.el (org-run-mode-hooks): New function.
6167 (org-agenda-mode): Use it.
6168
6169 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6170
6171 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6172
6173 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6176
6177 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6178
6179 * font-lock.el (font-lock-add-keywords): Doc fix.
6180
6181 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6182
6183 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6184 (tex-compile-default): In the absence of any history, use the order in
6185 tex-compile-alist to choose the preferred command.
6186 (tex-compile-commands): Reorder a bit.
6187
6188 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6189 (flyspell-incorrect-face, flyspell-duplicate-face):
6190 Use (X)Emacs-agnostic code.
6191 (flyspell-mode-map): Don't overwrite at each load. Remove code
6192 redundant with the subsequent add-minor-mode. Merge Emacs and
6193 XEmacs code.
6194 (flyspell-word): Minor simplification.
6195 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6196 (flyspell-external-point-words): Remove unused vars `size' and
6197 `start'.
6198 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
6199 the corresponding Emacs code.
6200 (flyspell-correct-word, flyspell-xemacs-popup): Use
6201 flyspell-do-correct.
6202
6203 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6204 a dedicated window.
6205
6206 * international/latexenc.el (latexenc-find-file-coding-system):
6207 Undo part of last patch, to turn off a compiler warning.
6208
6209 2005-06-06 Juri Linkov <juri@jurta.org>
6210
6211 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6212 Rename `tmm-inactive-face' to `tmm-inactive'.
6213
6214 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6215
6216 * iswitchb.el: Rename faces.
6217
6218 2005-06-06 Kim F. Storm <storm@cua.dk>
6219
6220 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6221 (cua-global-mark): Remove -face suffix from face names.
6222
6223 * emulation/cua-gmrk.el (cua--init-global-mark):
6224 Remove cua-global-mark face setup.
6225
6226 2005-06-06 Richard M. Stallman <rms@gnu.org>
6227
6228 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6229 just like other allowed characters.
6230 (makefile-match-dependency): Exclude leading and training whitespace
6231 from the range of regexp subexp 1.
6232 (makefile-macroassign-regex): Don't try to match the body,
6233 just the name of the macro being defined.
6234
6235 * info.el (Info-read-node-name-2): New function.
6236 (Info-read-node-name-1): Use that.
6237 Add a completion-base-size-function property.
6238
6239 * simple.el (completion-setup-function): Look for
6240 completion-base-size-function property of
6241 minibuffer-completion-table.
6242
6243 * files.el (locate-file-completion): Doc fix.
6244
6245 * printing.el: Don't call pr-update-menus; user must do that.
6246
6247 * emacs-lisp/debug.el (debugger-window): New variable.
6248 (debug): Use debugger-window if it is set and still alive.
6249 Record debugger-window for next entry.
6250
6251 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6252
6253 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6254
6255 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6256 (hack-one-local-variable, hack-local-variables)
6257 (hack-local-variables-prop-line): Pass that arg.
6258
6259 2005-06-06 Kim F. Storm <storm@cua.dk>
6260
6261 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6262 (ido-indicator): Remove -face suffix from face names.
6263
6264 2005-06-06 Juri Linkov <juri@jurta.org>
6265
6266 * font-lock.el (font-lock-regexp-backslash)
6267 (font-lock-regexp-backslash-construct): New faces.
6268 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6269 after `('. Add `while-no-input' to control structures.
6270
6271 * faces.el (no-break-space, shadow): New faces.
6272 (escape-glyph): Use less loud colors pink2 and red4.
6273
6274 * diff-mode.el (diff-context-face)
6275 * dired.el (dired-ignored)
6276 * rfn-eshadow.el (file-name-shadow)
6277 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6278
6279 * info.el (Info-title-1-face): Use green instead of yellow because
6280 bold yellow is not readable on light backgrounds.
6281
6282 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6283 before selecting the desired mode to not spend time fontifying
6284 old contents.
6285
6286 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6287
6288 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6289 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6290
6291 * ps-print.el (ps-default-fg, ps-default-bg):
6292 Fix typos in docstrings.
6293
6294 * isearchb.el (isearchb): Don't pass a spurious second argument to
6295 `iswitchb-completions'.
6296
6297 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6298
6299 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6300 to preserve point.
6301 (gdb-find-file-hook): Add doc string.
6302
6303 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6304 C dereferenced pointer expression.
6305 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6306
6307 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6308
6309 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6310 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6311 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6312 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6313 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6314 Make background transparent.
6315
6316 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6317
6318 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6319 (font-lock-remove-keywords): Doc fix.
6320 (font-lock-mode-major-mode): Compiler defvar.
6321 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6322
6323 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6324 (font-lock-mode): Update `font-lock-mode-major-mode'.
6325 (font-lock-set-defaults): Compiler defvar.
6326 (font-lock-default-function): Take `font-lock-mode-major-mode'
6327 into account.
6328
6329 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6330 keep track of which major mode it enabled the minor mode for.
6331 Use find-file-hook again. Update docstring.
6332
6333 * simple.el (eval-expression-print-level)
6334 (eval-expression-print-length, eval-expression-debug-on-error):
6335 Doc fixes.
6336
6337 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6338
6339 * iswitchb.el (iswitchb-single-match-face)
6340 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6341 (iswitchb-invalid-regexp-face): New faces.
6342 (iswitchb-completions): Use them.
6343 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6344 now marked as an obsolete alias.
6345 (iswitchb-read-buffer): Remove check for bound font variables.
6346 (iswitchb-invalid-regexp): New free variable.
6347 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6348 set iswitchb-invalid-regexp.
6349 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6350 invalid regexps.
6351 (iswitchb-completions): Add check for complete match when entering
6352 a regexp.
6353 (iswitchb-completions): Remove require-match argument.
6354 (iswitchb-exhibit): Fix caller.
6355 (iswitchb-common-match-inserted): New variable.
6356 (iswitchb-complete, iswitchb-completion-help): Use it.
6357
6358 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6359
6360 * url-http.el (url-http-chunked-encoding-after-change-function):
6361 Use `url-http-debug' instead of `message'.
6362
6363 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6364
6365 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6366 callback argument.
6367
6368 2005-06-04 Kim F. Storm <storm@cua.dk>
6369
6370 * simple.el (line-move): Only call sit-for when moving backwards.
6371
6372 * ido.el (ido-make-merged-file-list-1): New defun split from
6373 ido-make-merged-file-list.
6374 (ido-make-merged-file-list): Bind throw-on-input around call to
6375 ido-make-merged-file-list-1. Return input-pending-p if
6376 interrupted by more input available.
6377 (ido-read-internal): Handle input-pending-p return value from
6378 ido-make-merged-file-list.
6379
6380 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6383 compatibility code.
6384
6385 * international/latexenc.el (latexenc-find-file-coding-system):
6386 Don't inherit the EOL part of the coding-system from the
6387 tex-main buffer. Fit within 80 columns.
6388
6389 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6390
6391 * tmm.el (tmm-inactive-face): New face.
6392 (tmm-remove-inactive-mouse-face): New function.
6393 (tmm-prompt, tmm-add-one-shortcut)
6394 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6395 but not selectable.
6396
6397 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6398
6399 * faces.el (face-equal): Improve argument/docstring consistency.
6400
6401 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6402
6403 * progmodes/make-mode.el (makefile-targets-face)
6404 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6405 (makefile-bsdmake-dependency-regex)
6406 (makefile-makepp-rule-action-regex)
6407 (makefile-bsdmake-rule-action-regex): New constants.
6408 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6409
6410 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6411 Allow (...) within `...' for makepp messages.
6412
6413 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6414
6415 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6416
6417 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6418 "." files are deleted from all file lists before comparison.
6419
6420 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6421 (viper-ESC-key): Made them customizable.
6422
6423 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6424
6425 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6426
6427 * autorevert.el (auto-revert-buffers): Use save-match-data.
6428
6429 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6432 menu items with a nil command binding.
6433
6434 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6435
6436 * emacs-lisp/cl-macs.el (defsetf):
6437 Improve argument/docstring consistency.
6438
6439 * faces.el (list-faces-display): Improve the formatting by
6440 computing the maximum length required for any face-name (reworked
6441 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6442 (internal-find-face): Remove redundant info in docstring.
6443
6444 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6445
6446 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6447 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6448 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6449 (gdb-assembler-custom): Improve regexps.
6450 (def-gdb-auto-update-handler): Use window point to preserve point.
6451
6452 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6455
6456 2005-05-31 Jay Belanger <belanger@truman.edu>
6457
6458 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6459 to calc-embedded.
6460 (calc-embedded-make-info): Have plain prefix argument select
6461 entire line.
6462
6463 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6464
6465 * faces.el (list-faces-display): Signal error if passed a regexp
6466 that matches no face name.
6467
6468 * simple.el (filter-buffer-substring): Fix typo in docstring.
6469
6470 2005-05-31 Richard M. Stallman <rms@gnu.org>
6471
6472 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6473 (vhdl-emacs-21): Doc fix.
6474 (vhdl-mode): Unconditionally set comment-padding.
6475 (vhdl-fixup-whitespace-region): Insert spaces only where
6476 there are none.
6477 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6478
6479 2005-05-30 John Wiegley <johnw@newartisans.com>
6480
6481 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6482 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6483 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6484 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6485 `string-to-number'.
6486
6487 2005-05-30 Jay Belanger <belanger@truman.edu>
6488
6489 * calc/calc.el (calc-bug-address): Fix docstring.
6490 (calc-window-hook, calc-trail-window-hook): New variables.
6491 (calc-trail-display): Restore use of calc-trail-window-hook.
6492 (calc): Restore use of calc-window-hook.
6493
6494 2005-05-31 Masatake YAMATO <jet@gyve.org>
6495
6496 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6497
6498 * help-fns.el (help-C-file-name): Add autoload mark for
6499 `find-function-noselect'.
6500
6501 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6502
6503 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6504 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6505
6506 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6507
6508 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6509 included diary buffer if it was not already being visited.
6510 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6511
6512 * calendar/icalendar.el (top-level): Do not require 'appt.
6513
6514 * mail/supercite.el (sc-select-attribution): Only use a list
6515 element from sc-attrib-selection-list if it returns a string.
6516 Reported by Davide G. M. Salvetti <salve@debian.org>.
6517
6518 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6519
6520 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6521 includes a hash value to improve its uniqueness, and has a ".jpg"
6522 extension. Also, it is now a valid filename on all systems.
6523 (thumbs-make-thumb): Use `let', not `let*'.
6524 (thumbs-show-thumbs-list): Check for JPEG availability.
6525
6526 2005-05-30 Richard M. Stallman <rms@gnu.org>
6527
6528 * filesets.el (filesets-menu-ensure-use-cached):
6529 Prevent warning when emacs-version>= is undefined.
6530
6531 * printing.el (pr-interactive-n-up): Use string-to-number.
6532
6533 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6534
6535 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6536 Warn only when name to be defined is quoted.
6537
6538 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6539
6540 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6541 Make regexp more robust.
6542 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6543 Force regeneration of disassembly.
6544
6545 2005-05-29 Jay Belanger <belanger@truman.edu>
6546
6547 * calc/calc.el (calc-user-invocation): Check if
6548 calc-invocation-macro is non-nil.
6549
6550 2005-05-29 Juri Linkov <juri@jurta.org>
6551
6552 * add-log.el (change-log-font-lock-keywords):
6553 Add `+' to e-mail regexp to accept mail address with keywords.
6554
6555 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6556
6557 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6558
6559 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6560
6561 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6562
6563 2005-05-29 Richard M. Stallman <rms@gnu.org>
6564
6565 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6566 Undo the change that moves to end of the current word.
6567
6568 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6569
6570 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6571 Throw error when count <= 0 to ensure input is a number.
6572 (gdb-read-memory-custom): Pick up address from buffer.
6573 (gdb-memory-mode): Allow user to increment and decrement
6574 memory address from header line.
6575
6576 2005-05-29 Richard M. Stallman <rms@gnu.org>
6577
6578 * flyspell.el (flyspell-version): Function deleted.
6579 (flyspell-auto-correct-previous-hook): Doc fix.
6580
6581 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6582 Do nothing if memory is full.
6583
6584 * font-lock.el (font-lock-fontify-syntactically-region):
6585 Pass t for GREEDY to looking-back.
6586
6587 * saveplace.el (save-place-alist-to-file): Write the file
6588 using write-region.
6589
6590 * subr.el (looking-back): New argument GREEDY.
6591
6592 * progmodes/compile.el (compilation-start): Set the mode
6593 before inserting the initial text.
6594
6595 * progmodes/which-func.el (which-func-update-1): Turn the mode
6596 off in case of error by setting which-func-mode.
6597
6598 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6599
6600 * flyspell.el (flyspell-auto-correct-previous-word):
6601 Narrow down to what's on the screen, and recenter overlays
6602 at the end of the next word.
6603
6604 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6605
6606 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6607 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6608 (flyspell-abbrev-p): Default to nil.
6609 (flyspell-use-global-abbrev-table-p): Doc fix.
6610 (flyspell-large-region): Allow nil as value.
6611 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6612
6613 (mail-mode-flyspell-verify): More robust handling
6614 of `mail-header-separator'. More efficient signature detection.
6615 Allow for regexp metacharacters in message-header-separator.
6616 Adding `To' not to be checked in mail-mode-flyspell-verify.
6617
6618 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6619 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6620 Bind flyspell-auto-correct-binding.
6621 Bind C-. and C-, .
6622 (flyspell-mode-map): Likewise.
6623 (flyspell-mode): Doc fix.
6624 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6625 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6626 (flyspell-word-cache-result): New var, always local.
6627 (flyspell-check-pre-word-p): Doc fix.
6628 (flyspell-check-changed-word-p): Handle spc like newline.
6629 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6630 (flyspell-word-search-backward, flyspell-word-search-forward):
6631 New functions.
6632 (flyspell-word): Return t if nothing to check.
6633 When parsing TeX code, check for after } or \.
6634 Use flyspell-word-search-backward to find previous word.
6635 Return nil if duplicated word.
6636 For word already checked, return same value as last time.
6637 Set flyspell-word-cache-result after checking.
6638 Don't clobber the return value.
6639 (flyspell-get-word): Major rewrite.
6640 (flyspell-external-point-words): New locals pword, pcount.
6641 Fix size used in progress message.
6642 Find the proper corresponding word in flyspell-large-region-buffer.
6643 (flyspell-region): Check for flyspell-large-region = nil.
6644 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6645 (flyspell-auto-correct-word): Check that WORD is a cons.
6646 (flyspell-correct-word): Likewise.
6647
6648 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6649
6650 * progmodes/make-mode.el (makefile-rule-action-regex)
6651 (makefile-macroassign-regex, makefile-makepp-mode)
6652 (makefile-bsdmake-mode): Continuation lines may be empty.
6653 Reported by Joshua Varner.
6654 (makefile-makepp-font-lock-keywords): Add $(stem).
6655
6656 2005-05-28 Karl Berry <karl@gnu.org>
6657
6658 * textmodes/tex-mode.el: Now that tex-send-command calls
6659 shell-quote-argument (2005-03-31 change), remove all calls to
6660 shell-quote-argument; they all end up invoking tex-send-command.
6661 The double quoting loses on filenames with non-safe characters,
6662 such as "@". Reported by Frederik Fouvry.
6663
6664 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6665
6666 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6667 about preserving point.
6668
6669 2005-05-27 Jay Belanger <belanger@truman.edu>
6670
6671 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6672 Info-goto-node.
6673
6674 * calc/calc-embed.el (calc-embed-arg): New variable.
6675 (calc-do-embedded-activate, calc-embedded-activate-formula)
6676 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6677 variable by new variable.
6678 (calc-embedded-make-info): Replace undeclared variable by new
6679 variable. When selecting region with positive prefix
6680 argument, use end of previous line instead of beginning of line.
6681
6682 * calc/calc-aent.el (calc-arg-values): Declare it.
6683
6684 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6685 Declare them.
6686
6687 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6688
6689 * calc/calc.el (calc-alg-map): Declare it.
6690
6691 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6692
6693 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6694
6695 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6696 (gdb-registers-buffer, toggle-gdb-all-registers):
6697 Toggle display of floating point registers.
6698 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6699
6700 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6701 (toggle-gud-tooltip-dereference):
6702 Rename from gud-toggle-tooltip-dereference.
6703
6704 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6707
6708 2005-05-27 Jay Belanger <belanger@truman.edu>
6709
6710 * calc/calc-prog.el (calc-kbd-report): Remove.
6711 (calc-kbd-query): Rewrite.
6712
6713 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6714
6715 * image.el (image-library-alist): Move to image.c.
6716 (image-type-available-p): Doc fix.
6717
6718 2005-05-27 Lute Kamstra <lute@gnu.org>
6719
6720 * calc/calc.el (calc):
6721 * outline.el (outline-1, outline-2, outline-3, outline-4)
6722 (outline-5, outline-6, outline-7, outline-8):
6723 * textmodes/dns-mode.el (dns-mode):
6724 * textmodes/sgml-mode.el (sgml-namespace-face):
6725 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6726 (tex-verbatim-face, tex-use-reftex):
6727 * textmodes/texinfo.el (texinfo-heading-face):
6728 Specify customization group.
6729
6730 * longlines.el: Don't require easy-mmode.
6731 (longlines-visible-face): Specify customization group.
6732
6733 2005-05-27 Kenichi Handa <handa@m17n.org>
6734
6735 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6736 encoding table of windows-1251.
6737
6738 * international/ucs-tables.el (ucs-set-table-for-input):
6739 If translation-table-for-input of a coding system is a symbol, get
6740 its translation-table property.
6741
6742 * international/code-pages.el: Don't register a coding system into
6743 non-iso-charset-alist more than once.
6744 (cp-make-coding-system): Likewise.
6745
6746 2005-05-26 John Wiegley <johnw@newartisans.com>
6747
6748 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6749 `eshell-resume-eval' is wrapped in a list, it indicates that the
6750 command was run asynchronously. In that case, unwrap the value
6751 before checking the delimiter value.
6752
6753 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6754 character before a space at the end of a line is \, assume the space
6755 is part of the last argument rather than a final argument separator.
6756
6757 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6758 is in use, and the target is `t' or `nil' (which are the most common
6759 values), don't assume that the symbol target is a buffer.
6760
6761 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6762
6763 * calendar/calendar.el (calendar-mode-line-format):
6764 Use mode-line-highlight as mouse-face.
6765
6766 * time.el (display-time-string-forms, display-time-update):
6767 Use mode-line-highlight as mouse-face.
6768
6769 2005-05-26 Jay Belanger <belanger@truman.edu>
6770
6771 * calc/calc.el (calc-language-alist): Remove extra defvar.
6772
6773 2005-05-26 Lute Kamstra <lute@gnu.org>
6774
6775 * arc-mode.el (archive-mode):
6776 * bookmark.el (bookmark-read-annotation-mode)
6777 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6778 * bs.el (bs-mode):
6779 * calc/calc-yank.el (calc-edit-mode):
6780 * calc/calc.el (calc-mode, calc-trail-mode):
6781 * calculator.el (calculator-mode):
6782 * chistory.el (command-history-mode):
6783 * comint.el:
6784 * cus-edit.el (custom-mode):
6785 * descr-text.el (describe-text-mode):
6786 * ebuff-menu.el (Electric-buffer-menu-mode):
6787 * ediff-util.el (ediff-mode):
6788 * emacs-lisp/re-builder.el (reb-mode):
6789 * emulation/vi.el (vi-mode-setup):
6790 * emulation/ws-mode.el (wordstar-mode):
6791 * eshell/esh-mode.el (eshell-mode):
6792 * forms.el (forms-mode):
6793 * help-mode.el (help-mode):
6794 * hexl.el (hexl-mode):
6795 * ibuffer.el (ibuffer-mode):
6796 * ielm.el (inferior-emacs-lisp-mode):
6797 * info.el (Info-mode, Info-edit-mode):
6798 * international/swedish.el:
6799 * ledit.el (ledit-from-lisp-mode):
6800 * locate.el (locate-mode):
6801 * mail/rmail.el (rmail-mode):
6802 * mail/rmailedit.el (rmail-edit-mode):
6803 * mail/rmailsum.el (rmail-summary-mode):
6804 * mail/supercite.el (sc-electric-mode):
6805 * net/eudc.el (eudc-mode):
6806 * net/quickurl.el (quickurl-list-mode):
6807 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6808 * obsolete/ooutline.el (outline-mode):
6809 * obsolete/options.el (Edit-options-mode):
6810 * obsolete/rnews.el (news-mode):
6811 * obsolete/rnewspost.el (news-reply-mode):
6812 * play/5x5.el (5x5-mode):
6813 * play/decipher.el (decipher-mode, decipher-stats-mode):
6814 * play/gomoku.el (gomoku-mode):
6815 * play/snake.el (snake-mode):
6816 * play/solitaire.el (solitaire-mode):
6817 * play/tetris.el (tetris-mode):
6818 * progmodes/ada-mode.el (ada-mode):
6819 * progmodes/antlr-mode.el (antlr-mode):
6820 * progmodes/autoconf.el (autoconf-mode):
6821 * progmodes/dcl-mode.el (dcl-mode):
6822 * progmodes/delphi.el (delphi-mode):
6823 * progmodes/ebrowse.el (ebrowse-tree-mode)
6824 (ebrowse-electric-list-mode, ebrowse-member-mode)
6825 (ebrowse-electric-position-mode):
6826 * progmodes/f90.el (f90-mode):
6827 * progmodes/fortran.el (fortran-mode):
6828 * progmodes/icon.el (icon-mode):
6829 * progmodes/idlw-help.el (idlwave-help-mode):
6830 * progmodes/idlw-shell.el (idlwave-shell-mode):
6831 * progmodes/idlwave.el (idlwave-mode):
6832 * progmodes/inf-lisp.el (inferior-lisp-mode):
6833 * progmodes/m4-mode.el (m4-mode):
6834 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6835 * progmodes/modula2.el (modula-2-mode):
6836 * progmodes/octave-inf.el (inferior-octave-mode):
6837 * progmodes/octave-mod.el (octave-mode):
6838 * progmodes/pascal.el (pascal-mode):
6839 * progmodes/sh-script.el (sh-mode):
6840 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6841 * progmodes/vhdl-mode.el (vhdl-mode):
6842 * progmodes/xscheme.el (scheme-interaction-mode):
6843 * replace.el (occur-mode):
6844 * ses.el (ses-mode):
6845 * simple.el (completion-list-mode):
6846 * skeleton.el:
6847 * speedbar.el (speedbar-mode):
6848 * term.el (term-mode):
6849 * terminal.el (terminal-edit-mode):
6850 * textmodes/reftex-index.el (reftex-index-mode)
6851 (reftex-index-phrases-mode):
6852 * textmodes/reftex-sel.el (reftex-select-label-mode)
6853 (reftex-select-bib-mode):
6854 * textmodes/reftex-toc.el (reftex-toc-mode):
6855 * wdired.el (wdired-change-to-wdired-mode):
6856 * wid-browse.el (widget-browse-mode):
6857 Use run-mode-hooks.
6858
6859 * array.el (array-mode):
6860 * calendar/todo-mode.el (todo-mode):
6861 * man.el (Man-mode):
6862 * play/landmark.el (lm-mode):
6863 * play/mpuz.el (mpuz-mode):
6864 Use kill-all-local-variables and run-mode-hooks.
6865
6866 * subr.el (delay-mode-hooks): Specify indentation.
6867
6868 2005-05-26 Mark A. Hershberger <mah@everybody.org>
6869
6870 * xml.el (xml-substitute-special): Don't die for undefined xml
6871 entities.
6872
6873 2005-05-26 Jay Belanger <belanger@truman.edu>
6874
6875 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6876 of nil.
6877
6878 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6879
6880 * progmodes/gdb-ui.el (gdb-frame-address):
6881 Rename from gdb-current-address.
6882 (gdb-previous-frame-address): Rename from gdb-previous-address.
6883 (gdb-selected-frame): Rename from gdb-current-frame.
6884 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6885 (gdb-frame-number): Rename from gdb-current-stack-level.
6886 (gdb-ann3): Match new mode-name for disassembly buffer.
6887 Extend initialization of variables.
6888 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6889 (gdb-memory-mode): Use mouse-face in header line.
6890 (gdb-assembler-buffer-name): Call it disassembly and give frame
6891 in mode line.
6892 (gdb-source-spec-regexp, gdb-assembler-custom)
6893 (gdb-invalidate-assembler, gdb-frame-handler):
6894 Make robust to leading zeroes in address format.
6895
6896 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
6897
6898 * textmodes/org.el (org-mode): Use `define-derived-mode' to
6899 define `org-mode'.
6900 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6901
6902 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * log-edit.el (log-edit-changelog-entries): Distinguish between
6905 filenames like xfns.c and fns.c.
6906
6907 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
6908
6909 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6910 point after reverting.
6911 (Buffer-menu-make-sort-button): Handle the case where
6912 `Buffer-menu-use-header-line' is nil.
6913
6914 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6915
6916 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6917 New funcs. In minibuffer-local-completion-map bind `]', `/'
6918 and `:' to them.
6919
6920 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * startup.el (normal-top-level): Allow modification of load-path while
6923 we're iterating over it.
6924
6925 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
6926
6927 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
6928 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
6929 (thumbs-resize-interactive, thumbs-insert-image)
6930 (thumbs-insert-thumb, thumbs-dired-show-marked)
6931 (thumbs-find-image-at-point, thumbs-delete-images)
6932 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
6933 (thumbs-increment-image-size, thumbs-decrement-image-size):
6934 Fix typos in docstrings.
6935
6936 2005-05-24 Andre Spiegel <spiegel@gnu.org>
6937
6938 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
6939 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
6940 (cperl-mode): Use them.
6941
6942 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
6943
6944 * window.el (quit-window, shrink-window-if-larger-than-buffer):
6945 Doc fixes.
6946
6947 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6948
6949 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
6950 Bind C-d to gdb-inferior-io-eof.
6951
6952 * dired.el (dired-dnd-popup-notice): Use message-box.
6953
6954 2005-05-23 Masatake YAMATO <jet@gyve.org>
6955
6956 * bindings.el (mode-line-major-mode-keymap):
6957 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
6958
6959 * faces.el (mode-line-highlight): New face.
6960
6961 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
6962 as mouse-face.
6963
6964 * bindings.el (top-level, help-echo, mode-line-modified)
6965 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
6966 as mouse-face.
6967
6968 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
6969
6970 * progmodes/cc-engine.el (c-guess-basic-syntax):
6971 Remove spurious call to `zerop'.
6972
6973 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
6974
6975 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
6976
6977 CC Mode update to 5.30.10:
6978
6979 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
6980 could go past the limit in decoration level 2, thereby causing
6981 errors during interactive fontification.
6982
6983 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
6984 the file is evaluated interactively.
6985
6986 * cc-engine.el (c-guess-basic-syntax): Handle operator
6987 declarations somewhat better in C++.
6988
6989 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
6990 make use of `run-mode-hooks' which has been added in Emacs 21.1.
6991 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6992 (awk-mode): Use it.
6993 (make-local-hook): Suppress warning about obsoleteness.
6994
6995 * cc-engine.el, cc-align.el, cc-cmds.el
6996 (c-append-backslashes-forward, c-delete-backslashes-forward)
6997 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
6998 Compensate for return value from `forward-line' when it has moved
6999 but not to a different line due to eob.
7000
7001 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7002 `objc-method-intro' and `objc-method-args-cont'.
7003
7004 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7005
7006 CC Mode update to 5.30.10:
7007
7008 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7009 in the copyright statement. Incidentally, change "along with GNU
7010 Emacs" to "along with this program" where it occurs.
7011
7012 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7013 so that it is interactive, hence can be found by M-x awk-mode
7014 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7015 <gmorris+emacs@ast.cam.ac.uk>.
7016
7017 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7018 Mode's regexps.
7019
7020 2005-05-23 Kevin Ryde <user42@zip.com.au>
7021
7022 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7023 c-parse-state, to avoid a lisp error (on bad code).
7024
7025 2005-05-23 Lute Kamstra <lute@gnu.org>
7026
7027 * subr.el (font-lock-defaults): Remove defvar as it's already
7028 defined in font-core.el.
7029
7030 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7031
7032 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7033
7034 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7035 more general and work when GDB variable "print pretty" is on,
7036 as with Emacs, for example.
7037
7038 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7039
7040 * font-core.el: Update comment.
7041
7042 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7043 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7044
7045 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7046
7047 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7048
7049 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7050 and `yank-handler' in the doc strings.
7051
7052 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7055
7056 2005-05-22 Richard M. Stallman <rms@gnu.org>
7057
7058 * help.el (describe-key): Move print-help-return-message call
7059 out of conditional.
7060
7061 * progmodes/etags.el (list-tags): Use with-no-warnings.
7062
7063 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7064 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7065 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7066
7067 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7068
7069 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7070 Add defvar.
7071
7072 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7073 Use defvar, not defconst.
7074
7075 * hexl.el (hexl-follow-line): Use with-no-warnings.
7076
7077 * emulation/tpu-extras.el: Use write-file-functions instead of
7078 write-file-hooks.
7079
7080 * dired.el (dired-font-lock-keywords): Fontify files with junk
7081 extensions even if marked by -F.
7082
7083 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7084
7085 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7086 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7087 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7088 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7089 (concatenate, list-length, get*, getf, cl-remprop):
7090 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7091 (etypecase, progv, lexical-let, lexical-let*)
7092 (multiple-value-bind, multiple-value-setq, shiftf):
7093 Improve argument/docstring consistency.
7094
7095 * subr.el (focus-frame, unfocus-frame):
7096 Revert deletion on 2005-05-01.
7097
7098 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7099
7100 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7101 doesn't exist.
7102
7103 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7104 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7105
7106 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7107
7108 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7109 already deleted variables: auto-fill-hook, blink-paren-hook,
7110 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7111 suspend-hooks, comment-indent-hook, meta-flag,
7112 before-change-function, after-change-function,
7113 font-lock-doc-string-face.
7114
7115 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7116
7117 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7118
7119 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7120
7121 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7122 rmail-dont-reply-to.
7123
7124 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7125
7126 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7127 literal blank when splitting new-header-values.
7128
7129 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7130
7131 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7132 string so that tmm doesn't create a completion entry for it.
7133
7134 * textmodes/table.el (table-disable-menu): Ditto.
7135
7136 2005-05-21 Richard M. Stallman <rms@gnu.org>
7137
7138 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7139
7140 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7141
7142 * net/rcompile.el (remote-compile): Use compilation-start.
7143
7144 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7145
7146 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7147
7148 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7149 Default to makefile-bsdmake-mode on BSD systems.
7150
7151 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7152 REGEXP may also be a search function now. The part of doc-string
7153 for describing the structure was 95% identical to that of
7154 `imenu--generic-function'. Unify it there.
7155
7156 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7157 Use function to find dependencies, because regexp alone is so complex,
7158 it easily goes into an endless loop.
7159 (makefile-makepp-mode): Also add submenu for Perl functions
7160 defined in the makefile.
7161 (makefile-bsdmake-mode): Special imenu-generic-expression no
7162 longer needed, due to function call.
7163 (makefile-match-dependency): Take BOUND into account when checking
7164 if we're through.
7165
7166 2005-05-20 Jay Belanger <belanger@truman.edu>
7167
7168 * calc/calc-units.el (calc-invalidate-units-table):
7169 Use inhibit-read-only.
7170 (math-build-units-table-buffer): Use view-mode.
7171
7172 2005-05-20 David Kastrup <dak@gnu.org>
7173
7174 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7175 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7176
7177 2005-05-20 Lute Kamstra <lute@gnu.org>
7178
7179 * diff-mode.el (diff-header-face, diff-file-header-face)
7180 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7181 (diff-added-face, diff-changed-face, diff-function-face)
7182 (diff-context-face, diff-nonexistent-face): Put them in the
7183 diff-mode customization group.
7184
7185 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7188
7189 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7190
7191 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7192 Minor regexp-optimization.
7193
7194 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7195
7196 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7197 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7198 (org-agenda-add-time-grid-maybe): New function.
7199 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7200 (org-table-create): `dotimes' instead of `mapcar'.
7201 (org-xor): Simplify implementation.
7202 (org-agenda): `inhibit-redisplay' turned on.
7203 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7204 a consistent line after a state change.
7205 (org-agenda-remove-times-when-in-prefix): New option.
7206 (org-prefix-has-time): New variable.
7207 (org-parse-time-string): Optional argument NODEFAULT.
7208 (org-format-agenda-item): Parse items for time-of-day
7209 specifications and move these into the prefix if possible.
7210 (org-agenda-priority): Get current heading, not previous heading
7211 during agenda remote editing.
7212
7213 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7214
7215 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7216 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7217 (remove-duplicates, delete-duplicates, substitute)
7218 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7219 (nsubstitute-if-not, find, find-if, find-if-not, position)
7220 (position-if, position-if-not, count, count-if, count-if-not)
7221 (mismatch, search, sort*, stable-sort, merge, member*)
7222 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7223 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7224 (intersection, nintersection, set-difference, nset-difference)
7225 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7226 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7227 (nsublis, tree-equal): Improve argument/docstring consistency.
7228
7229 * subr.el (send-string, send-region):
7230 Remove obsolescence declaration.
7231 (window-dot, set-window-dot, read-input, show-buffer)
7232 (eval-current-buffer, string-to-int):
7233 Add release number to obsolescence declarations.
7234
7235 2005-05-19 Kim F. Storm <storm@cua.dk>
7236
7237 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7238 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7239
7240 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7241
7242 * faces.el (list-faces-display): Make back button respect optional
7243 regexp arg.
7244
7245 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7246
7247 * calculator.el (calculator-radix-grouping-mode)
7248 (calculator-radix-grouping-digits, calculator-displayer)
7249 (calculator-radix-grouping-separator, calculator-copy-displayer):
7250 * dabbrev.el (dabbrev-search-these-buffers-only):
7251 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7252 (diff-advance-after-apply-hunk, diff-mode-hook)
7253 (diff-minor-mode-prefix):
7254 * imenu.el (imenu-use-popup-menu):
7255 * jit-lock.el (jit-lock-context-time):
7256 * newcomment.el (comment-fill-column, comment-column)
7257 (comment-style, comment-padding, comment-multi-line)
7258 (comment-empty-lines, comment-auto-fill-only-comments):
7259 * reveal.el (reveal-around-mark):
7260 * uniquify.el (uniquify-buffer-name-style)
7261 (uniquify-after-kill-buffer-p)
7262 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7263 (uniquify-min-dir-content, uniquify-separator)
7264 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7265 * w32-vars.el (w32-fixed-font-alist):
7266 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7267 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7268 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7269 * progmodes/perl-mode.el (perl-indent-level)
7270 (perl-continued-statement-offset, perl-continued-brace-offset)
7271 (perl-brace-offset, perl-brace-imaginary-offset)
7272 (perl-label-offset, perl-indent-continued-arguments)
7273 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7274 * progmodes/tcl.el (tcl-indent-level)
7275 (tcl-continued-indent-level, tcl-auto-newline)
7276 (tcl-tab-always-indent, tcl-electric-hash-style)
7277 (tcl-help-directory-list, tcl-use-smart-word-finder)
7278 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7279 (inferior-tcl-source-command):
7280 * textmodes/fill.el (enable-kinsoku):
7281 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7282 * textmodes/table.el (table-yank-handler):
7283 Specify missing group (and type, if simple) in defcustom.
7284
7285 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7286
7287 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7288
7289 2005-05-19 Richard M. Stallman <rms@gnu.org>
7290
7291 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7292
7293 * subr.el (event-basic-type): Don't get an error.
7294 (left-fringe-p): Function deleted.
7295
7296 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7297 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7298
7299 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7300 in recursive copy.
7301
7302 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7303
7304 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7305
7306 * emacs-lisp/bytecomp.el
7307 (byte-compile-file-form-custom-declare-variable): Call
7308 byte-compile-nogroup-warn if appropriate.
7309
7310 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7311 (compilation-set-window): Don't call left-fringe-p; do it directly.
7312
7313 2005-05-19 Jay Belanger <belanger@truman.edu>
7314
7315 * calc/calc-graph.el (calc-graph-format-data): Make sure
7316 var-PlotRejects is bound before trying to check its value.
7317
7318 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7319
7320 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7321 definition of this variable from reftex-global.el to reftex.el,
7322 because it is needed in the menu.
7323
7324 2005-05-19 Lute Kamstra <lute@gnu.org>
7325
7326 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7327 years are fixed. Don't insert a space after a dash.
7328
7329 2005-05-19 Kim F. Storm <storm@cua.dk>
7330
7331 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7332
7333 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7334
7335 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7336 strings, because (eq ... ?\\) is fairly frequent.
7337
7338 * progmodes/make-mode.el (makefile-add-this-line-targets):
7339 Simplify and integrate into `makefile-pickup-targets'.
7340 (makefile-add-this-line-macro): Simplify and integrate into
7341 `makefile-pickup-macros.
7342 (makefile-pickup-filenames-as-targets): Simplify.
7343 (makefile-previous-dependency, makefile-match-dependency):
7344 Don't stumble over `::'.
7345
7346 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7347
7348 * subr.el (post-command-idle-hook, post-command-idle-delay):
7349 Remove obsoletion of post-command-idle-hook and
7350 post-command-idle-delay.
7351
7352 * faces.el (list-faces-display): Provide button when describe-face
7353 is called to take user back to the list of faces.
7354
7355 * help-fns.el (describe-variable): Remove hyperlinks in a
7356 variable's value as these are quite frequently inappropriate.
7357
7358 * follow.el (follow-submit-feedback, follow-mode):
7359 Remove references to post-command-idle-hook.
7360
7361 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7362
7363 * progmodes/make-mode.el (makefile-previous-dependency)
7364 (makefile-match-dependency): Check for := (and in bsd mode also
7365 !=) to give a better result, even when font-lock is not on.
7366
7367 2005-05-18 Jay Belanger <belanger@truman.edu>
7368
7369 * calc/calc-help.el (calc-s-prefix-help):
7370 Add `calc-copy-special-constant' to help string.
7371
7372 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7373
7374 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7375
7376 2005-05-18 Jay Belanger <belanger@truman.edu>
7377
7378 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7379 in linear factors are in proper order.
7380
7381 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7382
7383 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7384 Support for jurabib.
7385
7386 * textmodes/reftex.el (featurep): Define aliases for overlay
7387 commands, for XEmacs compatibility, and use these aliases in
7388 overlay initializations.
7389 (reftex-highlight): Use `reftex-move-overlay'.
7390 (reftex-unhighlight): Use `reftex-delete-overlay'.
7391 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7392 (reftex-access-search-path): Use `reftex-uniquify' instead of
7393 `reftex-uniq'
7394
7395 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7396 `before-string' property modification enables for Emacs as well.
7397 (reftex-select-item): Use `reftex-delete-overlay'.
7398 (reftex-select-mark): Use `reftex-make-overlay' and
7399 `reftex-overlay-put'.
7400 (reftex-select-unmark): Use `reftex-delete-overlay' and
7401 `reftex-overlay-put'.
7402
7403 2005-05-18 Lute Kamstra <lute@gnu.org>
7404
7405 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7406
7407 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7408
7409 * add-log.el (add-change-log-entry):
7410 * array.el (array-make-template, array-reconfigure-rows)
7411 (array-init-max-row, array-init-max-column)
7412 (array-init-columns-per-line, array-init-field-width):
7413 * replace.el (replace-match-maybe-edit, perform-replace):
7414 * textmodes/spell.el (spell-region):
7415 Replace `read-input' by `read-string'.
7416
7417 * forms.el (forms-mode):
7418 * finder.el (finder-compile-keywords):
7419 * shadowfile.el (shadow-read-files):
7420 Replace `eval-current-buffer' by `eval-buffer'.
7421
7422 * terminal.el (te-pass-through):
7423 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7424 (ange-ftp-raw-send-cmd):
7425 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7426 (send-process-next-char, telnet-initial-filter, telnet):
7427 Replace `send-string' by `process-send-string'.
7428
7429 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7430 (prolog-consult-region): Replace `send-string' by
7431 `process-send-string'; replace `send-region' by `process-send-region'.
7432
7433 * progmodes/delphi.el (delphi-log-msg):
7434 Replace `set-window-dot' by `set-window-point'.
7435
7436 * subr.el (window-dot, set-window-dot, read-input, send-string)
7437 (send-region, show-buffer, eval-current-buffer):
7438 Make really obsolete, as the comment says.
7439
7440 2005-05-17 Kim F. Storm <storm@cua.dk>
7441
7442 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7443 (cua--init-keymaps): Bind C-return instead of S-return to set
7444 rectangle mark.
7445
7446 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7447 instead of S-return to toggle/clear rectangle mark.
7448
7449 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7450
7451 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7452 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7453 Also fontify plain strings assigned to variables, mostly so that a
7454 colon has a face and is thus not taken as a dependency separator.
7455 (makefile-previous-dependency): Inline the new matcher, because it
7456 is too complex to work in both directions.
7457 (makefile-match-dependency): Eliminate `backward' arg (see above).
7458 Completely reimplemented so as to not sometimes go into an endless
7459 loop. It should also be more efficient, because first it only
7460 searches for `:', instead of applying the very complex regexp.
7461 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7462 to be fontified in one piece can be too long for JIT.
7463 Makefiles are never *that* big.
7464
7465 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7466
7467 * dired.el (dired-mode): Simplify.
7468
7469 2005-05-17 Lute Kamstra <lute@gnu.org>
7470
7471 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7472 defcustom for the mode hook variable.
7473
7474 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7475 Emacs Lisp Reference Manual.
7476
7477 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7478
7479 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7480 (evenp, list*):
7481 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7482 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7483
7484 * net/tramp-smb.el (tramp-smb-open-connection):
7485 Pass `tramp-chunksize' as fifth (required) argument.
7486
7487 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7488
7489 * font-lock.el (lisp-font-lock-keywords-1):
7490 Set `font-lock-negation-char-face' for [^...] char group.
7491 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7492
7493 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7494 a var, and refine it to mask one more level of nested vars.
7495 (makefile-rule-action-regex): Turn it into a var, and refine it so
7496 it recognizes backslashed continuation lines as belonging to the
7497 same command.
7498 (makefile-macroassign-regex): Refine it so it recognizes
7499 backslashed continuation lines as belonging to the same command.
7500 (makefile-var-use-regex): Don't look at the next char, because it
7501 might be the same one to be skipped by the initial [^$], leading
7502 to an overlooked variable use.
7503 (makefile-make-font-lock-keywords): Remove two parameters, which
7504 are now variables that some of the modes set locally.
7505 Handle dependency and rule action matching through functions, because
7506 regexps alone match too often. Dependency matching now comes
7507 last, so it can check, whether a colon already matched something else.
7508 (makefile-mode): Inform that font-lock improves makefile parsing
7509 capabilities.
7510 (makefile-match-dependency, makefile-match-action): New functions.
7511
7512 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7513
7514 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7515
7516 * align.el (align-regexp):
7517 * ansi-color.el (ansi-color-get-face):
7518 * array.el (array-reconfigure-rows, array-init-max-row)
7519 (array-init-max-column, array-init-columns-per-line)
7520 (array-init-field-width):
7521 * dired-aux.el (dired-trample-file-versions):
7522 * dired-x.el (dired-mark-sexp):
7523 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7524 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7525 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7526 * faces.el (face-read-integer):
7527 * files.el (backup-extract-version, insert-directory):
7528 * hexl.el (hexl-insert-decimal-char):
7529 * server.el (server-process-filter):
7530 * shell.el (shell-extract-num):
7531 * startup.el (command-line-1):
7532 * term.el (term-command-hook):
7533 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7534 (time-stamp-do-number):
7535 * time.el (display-time-update):
7536 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7537 (timezone-fix-time):
7538 * vms-patch.el (vms-suspend-resume-hook):
7539 * calendar/appt.el (appt-convert-time):
7540 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7541 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7542 * calendar/cal-islam.el (mark-islamic-diary-entries):
7543 * calendar/calendar.el (calendar-cursor-to-date)
7544 (calendar-star-date):
7545 * calendar/diary-lib.el (diary-attrtype-convert)
7546 (mark-diary-entries, diary-entry-time):
7547 * calendar/solar.el (solar-get-number):
7548 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7549 * emacs-lisp/re-builder.el (reb-display-subexp):
7550 * emulation/edt.el (edt-set-scroll-margins):
7551 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7552 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7553 (vip-get-ex-count):
7554 * emulation/viper-ex.el (viper-get-ex-token)
7555 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7556 * international/fontset.el (fontset-plain-name):
7557 * mail/feedmail.el (feedmail-look-at-queue-directory):
7558 * mail/mailalias.el (mail-get-names):
7559 * mail/rmail.el (rmail-convert-to-babyl-format):
7560 * mail/rmailsum.el (rmail-make-basic-summary-line)
7561 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7562 (rmail-summary-goto-msg):
7563 * mail/smtpmail.el (smtpmail-read-response):
7564 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7565 (ange-ftp-vms-add-file-entry):
7566 * play/gametree.el (gametree-looking-at-ply)
7567 (gametree-current-branch-score):
7568 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7569 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7570 * progmodes/cperl-mode.el (condition-case):
7571 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7572 (ebrowse-set-member-buffer-column-width)
7573 (ebrowse-select-1st-to-9nth):
7574 * progmodes/etags.el (etags-snarf-tag):
7575 * progmodes/flymake.el (flymake-parse-line):
7576 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7577 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7578 (idlwave-shell-menu-def):
7579 * progmodes/ps-mode.el (ps-run-goto-error):
7580 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7581 (vhdl-speedbar-contract-level):
7582 * term/mac-win.el (x-handle-numeric-switch):
7583 * term/sun-mouse.el (sun-get-frame-data):
7584 * term/w32-win.el (x-handle-numeric-switch):
7585 * term/x-win.el (x-handle-numeric-switch):
7586 * textmodes/ispell.el (ispell-parse-output):
7587 * textmodes/nroff-mode.el (nroff-outline-level):
7588 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7589 (reftex-bib-sort-year-reverse, reftex-format-citation):
7590 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7591 (reftex-section-number):
7592 * textmodes/texinfmt.el (texinfo-paragraphindent):
7593 Replace `string-to-int' by `string-to-number'.
7594
7595 * international/latexenc.el: Add page marker to force the "Local
7596 Variables:" string out of the last page.
7597
7598 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7599
7600 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7601 tooltip-change-major-mode.
7602 (gud-tooltip-print-command): Remove case where gud-minor-mode
7603 is gdb ("--fullname").
7604 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7605 explain to user.
7606
7607 2005-05-16 Jay Belanger <belanger@truman.edu>
7608
7609 * calc/calc-store.el (calc-copy-special-constant): New function.
7610
7611 * calc/calc-ext.el (calc-init-extensions): Add binding for
7612 `calc-copy-special-constant'.
7613
7614 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7615 for the `calc-copy-special-constant' command.
7616
7617 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7618
7619 * subr.el (left-fringe-p): New function.
7620
7621 * progmodes/compile.el (compilation-setup): Set local value of
7622 overlay-arrow-string to "" always.
7623 (compilation-set-window): Left fringe then don't scroll.
7624 No left fringe then no arrow and scroll message to top.
7625 (compilation-context-lines): Adjust doc string accordingly.
7626
7627 2005-05-16 Kim F. Storm <storm@cua.dk>
7628
7629 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7630 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7631 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7632 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7633 (ido-read-file-name): Handle commands with ido property value
7634 equal to find-file as reading a file name, to allow C-d to enter dired.
7635 (ibuffer-find-file): Add ido property with value find-file.
7636
7637 2005-05-15 Kim F. Storm <storm@cua.dk>
7638
7639 * subr.el (open-network-stream-nowait): Remove.
7640 (open-network-stream-server): Remove.
7641
7642 2005-05-15 Richard M. Stallman <rms@gnu.org>
7643
7644 * faces.el (describe-face): Output a definition link button.
7645
7646 * help-mode.el (help-face-def): New button type.
7647
7648 * emacs-lisp/copyright.el (copyright-fix-years):
7649 Match properly if the first year is 2-digit.
7650 Don't mess up the whitespace after the years by filling.
7651
7652 * dired-aux.el (dired-mark-confirm):
7653 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7654
7655 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7656 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7657 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7658
7659 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7660 Set font-lock-comment-start-skip.
7661
7662 * font-lock.el (font-lock-comment-start-skip): New variable.
7663 (font-lock-comment-end-skip): New variable.
7664 (font-lock-fontify-syntactically-region): Use them if non-nil.
7665
7666 2005-05-15 Jay Belanger <belanger@truman.edu>
7667
7668 * calc/calc-store.el (calc-store-value): Return a string rather
7669 than display it as a message.
7670 Use calc-var-name for variable name.
7671 (calc-store-into): Add the result of calc-store-value to message.
7672 (calc-copy-variable): Add a message.
7673 (calc-store-exchange): Improve error messages.
7674 (calc-store-binary, calc-store-map): Don't reset the values of
7675 special constants.
7676
7677 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7678
7679 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7680 manual to docstring.
7681
7682 * files.el (hack-local-variables-confirm): Add STRING argument.
7683 Make the function handle non file visiting buffers correctly.
7684 (hack-local-variables-prop-line, hack-local-variables)
7685 (hack-one-local-variable): Use STRING arg of
7686 `hack-local-variables-confirm'.
7687
7688 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7689
7690 Sync with Tramp 2.0.49.
7691
7692 * net/tramp.el (tramp-handle-dired-call-process)
7693 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7694 because the contents of the Tramp buffer is changed before
7695 insertion (`expand-file' and alike).
7696 (tramp-handle-insert-directory): If `localname' has an empty
7697 nondirectory name, it must not be quoted.
7698 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7699 variable `tramp-chunksize'. Change callees.
7700 (tramp-open-connection-setup-interactive-shell): Check remote host
7701 for buggy `send-process-string' implementation.
7702 Set `tramp-chunksize' if found. Reported by Michael Kifer
7703 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7704 (tramp-handle-shell-command): `insert-buffer' cannot be used
7705 because the contents of the Tramp buffer is changed before
7706 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7707 <frederic.bothamy@free.fr>.
7708 (tramp-set-auto-save): Actions should be done for Tramp file name
7709 handler only. Ange-FTP has its own auto-save mechanism.
7710 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7711 (tramp-set-auto-save-file-modes): Set file modes of
7712 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7713 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7714 (tramp-bug): Remove obsolete variable.
7715 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7716 for presence of `mml-mode'. Make it running for older Emacsen as well.
7717
7718 2005-05-14 John Paul Wallington <jpw@pobox.com>
7719
7720 * ibuf-ext.el (define-ibuffer-filter filename):
7721 If `dired-directory' is a list, use its car.
7722
7723 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7724
7725 * ibuffer.el (define-ibuffer-column filename):
7726 If `dired-directory' is a list, use its car.
7727
7728 2005-05-14 Richard M. Stallman <rms@gnu.org>
7729
7730 * subr.el (symbol-file): Doc fix.
7731
7732 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7733 (byte-compile-form): Call byte-compile-nogroup-warn.
7734 (byte-compile-warning-types): Doc fix.
7735
7736 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7737
7738 * progmodes/cc-engine.el (c-literal-faces):
7739 Add font-lock-comment-delimiter-face.
7740
7741 * net/net-utils.el (dig): Use with-no-warnings.
7742
7743 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7744 (sc-recite-frame-alist, sc-default-cite-frame)
7745 (sc-default-uncite-frame, sc-default-recite-frame)
7746 (sc-attrib-selection-list, sc-rewrite-header-list):
7747 Mark as risky-local-variable.
7748
7749 * international/ogonek.el (ogonek-jak, ogonek-how):
7750 Don't use beginning-of-buffer.
7751
7752 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7753
7754 * calendar/solar.el (solar-data-list): Move definition up.
7755
7756 * dnd.el (dnd-protocol-alist): Add autoload.
7757
7758 * progmodes/sh-script.el: Many doc usage fixes.
7759 (sh-indent-after-do): Change default to match common styles.
7760
7761 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7762
7763 * files.el (interpreter-mode-alist)
7764 (auto-mode-interpreter-regexp): Doc fixes.
7765
7766 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7767
7768 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7769
7770 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7771
7772 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7773
7774 * dired.el (dired-mode): make-variable-buffer-local =>
7775 make-local-variable.
7776
7777 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7778
7779 * term/mac-win.el (mac-select-convert-to-string): Try coding
7780 systems in mac-script-code-coding-systems if specified one cannot
7781 encode string for `com.apple.traditional-mac-plain-text'.
7782
7783 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7784
7785 * progmodes/make-mode.el (makefile-targets-face)
7786 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7787 (makefile-dependency-regex): Fix it to not make the colon in
7788 $(var:a=b) special.
7789 (makefile-rule-action-regex): New regexp for highlighting embedded
7790 Shell strings.
7791 (makefile-macroassign-regex): Handle != for highlighting as
7792 embedded Shell strings.
7793 (makefile-var-use-regex): New const.
7794 (makefile-statements, makefile-automake-statements)
7795 (makefile-gmake-statements, makefile-makepp-statements)
7796 (makefile-bsdmake-statements): New consts.
7797 (makefile-make-font-lock-keywords): New function.
7798 (makefile-automake-font-lock-keywords)
7799 (makefile-gmake-font-lock-keywords)
7800 (makefile-makepp-font-lock-keywords)
7801 (makefile-bsdmake-font-lock-keywords): New consts.
7802 (makefile-mode-map): Add switchers between the various submodes.
7803 (makefile-mode): Document the availability of the variants.
7804 (makefile-automake-mode, makefile-gmake-mode)
7805 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7806
7807 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7808 new variants of makefile-mode.
7809
7810 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7813 the inheritance.
7814
7815 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7816
7817 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7818 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7819
7820 * files.el (normal-mode): Extend the scope of the
7821 `enable-local-variables' binding to include the `set-auto-mode' call.
7822 (magic-mode-alist): Doc fix.
7823
7824 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7827 font-lock-comment-face rather than copying its setting.
7828
7829 2005-05-12 Andreas Schwab <schwab@suse.de>
7830
7831 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7832
7833 2005-05-12 Lute Kamstra <lute@gnu.org>
7834
7835 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7836 defcustom for the mode hook variable. Delete the last argument.
7837 * generic-x.el: Fix callers of define-generic-mode.
7838 (generic-x-modes): Delete group.
7839 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7840 generic-x customization group.
7841
7842 2005-05-12 Kim F. Storm <storm@cua.dk>
7843
7844 * font-lock.el (font-lock-negation-char-face): Default to "off".
7845
7846 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7847 font-lock-negation-char-face to ! in !=.
7848
7849 2005-05-12 Masatake YAMATO <jet@gyve.org>
7850
7851 * add-log.el (find-change-log): Fix typos in the docstring
7852 of function.
7853
7854 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7855
7856 * international/latexenc.el (latexenc-find-file-coding-system):
7857 Avoid `re-search-forward' when looking for input encoding because
7858 of speed and safety. Better regular expressions for recognizing
7859 input encoding. Limit a search for TeX-master/tex-main-file to
7860 the local variable section.
7861
7862 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
7863
7864 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7865 syntax of $ to "'" (quote).
7866
7867 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7868
7869 * dnd.el (dnd-protocol-alist): Improve custom type.
7870
7871 * dired.el (dired-dnd-protocol-alist): New variable.
7872 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
7873 `dired-mode-hook' to the end.
7874
7875 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7878 comment-end if comment-start-skip is not set.
7879 Obey the font-lock-comment-delimiter-face variables.
7880
7881 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7882
7883 * files.el (executable-find): Move from executable.el. Use
7884 locate-file.
7885 * progmodes/executable.el (executable-find): Move to files.el.
7886
7887 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7888 when trying to ensure forward progress.
7889
7890 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
7891
7892 * mouse-sel.el (mouse-sel-follow-link-p): New function.
7893 (mouse-select, mouse-select-internal, mouse-extend-internal):
7894 Use it to implement mouse-1-click-follows-link functionality.
7895
7896 2005-05-11 Richard M. Stallman <rms@gnu.org>
7897
7898 * font-lock.el (font-lock-fontify-syntactically-region):
7899 Use font-lock-comment-delimiter-face for comment delimiters.
7900
7901 2005-05-10 Jay Belanger <belanger@truman.edu>
7902
7903 * calc/calc-help.el (calc-m-prefix-help): Add mention of
7904 preserving embedded modes.
7905
7906 2005-05-10 Richard M. Stallman <rms@gnu.org>
7907
7908 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7909
7910 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7911 Move from ada-stmt.el.
7912 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7913
7914 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7915 Move to ada-mode.el.
7916 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7917
7918 * cus-edit.el (custom-file): Call file-chase-links.
7919
7920 * files.el (read-directory-name): Fix previous change.
7921 (hack-local-variables-confirm): New function.
7922 (hack-local-variables-prop-line, hack-local-variables)
7923 (hack-one-local-variable): Use it.
7924
7925 2005-05-10 Lute Kamstra <lute@gnu.org>
7926
7927 * font-lock.el (font-lock-keywords-alist)
7928 (font-lock-removed-keywords-alist): Clarify docstrings.
7929
7930 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
7931
7932 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
7933 (gdb-source-info): Check for preprocessor info.
7934 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
7935 a macro for a function.
7936 (gdb-info-breakpoints-custom): Try to find file again if not already
7937 found (user might have used GDB dir command).
7938 (gdb-get-location): Update gdb-location-alist correctly for change
7939 to gdb-info-breakpoints-custom.
7940
7941 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
7942 (gud-tooltip-print-command): Add gdbmi case.
7943 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
7944 preprocessor info.
7945
7946 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7947
7948 * startup.el (fancy-splash-insert): Fix typo in doc string.
7949
7950 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7951
7952 * obsolete/float.el (string-to-float):
7953 * obsolete/hilit19.el (hilit-add-pattern):
7954 * obsolete/rnews.el (news-parse-range, news-select-message)
7955 (news-get-pruned-list-of-files): Replace `string-to-int' by
7956 `string-to-number'.
7957
7958 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
7959 `find-file-not-found-hooks'; use `add-hook'.
7960 (uncompress-while-visiting): Set `write-file-functions', not
7961 `write-file-hooks'; use `add-hook'.
7962
7963 2005-05-09 Kim F. Storm <storm@cua.dk>
7964
7965 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
7966 (cua-paste): Handle clipboard action.
7967 (cua--init-keymaps): Remap clipboard-kill-region and
7968 clipboard-kill-ring-save.
7969
7970 2005-05-08 Eli Zaretskii <eliz@gnu.org>
7971
7972 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7973 Improve commentary.
7974
7975 * simple.el (next-error-overlay-arrow-position): Revert the change
7976 made on 2005-04-30.
7977
7978 2005-05-07 Jay Belanger <belanger@truman.edu>
7979
7980 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
7981 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
7982 `calc-sel-reselect'.
7983
7984 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
7985 Calc is in embedded mode.
7986
7987 2005-05-07 Eli Zaretskii <eliz@gnu.org>
7988
7989 * progmodes/compile.el (compilation-setup):
7990 Set overlay-arrow-string to an empty string on text terminals.
7991
7992 * textmodes/ispell.el (ispell-program-name): Try looking for
7993 "aspell" along exec-path, and if found, use it as the default
7994 speller program.
7995
7996 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
7997
7998 * international/mule.el (sgml-xml-auto-coding-function):
7999 Recognize encoding='FOO' in single quotes as well as in double quotes.
8000
8001 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8002
8003 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8004 as well as `interactive', so that defmacro* would recognize
8005 `declare' forms.
8006
8007 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8008
8009 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8010 Explain more about the LIGHTER arg's usage in the doc string.
8011 Add commentary to clarify what the code does. Fix the regexp that
8012 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8013 since it could have characters special to regular expressions.
8014
8015 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8016
8017 * replace.el (occur-1): Bind inhibit-read-only so that
8018 erase-buffer doesn't barf on read-only text properties (likewise
8019 for add-text-properties in occur-engine). Mark buffer as unmodified.
8020 (occur-engine): Don't set buffer-read-only here.
8021
8022 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8025 list-buffers-directory. This caused the *cvs-commit* buffer to be
8026 sometimes mistakenly reused as a *cvs* buffer.
8027
8028 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8029
8030 * tooltip.el: Move code for GUD tooltips into gud.el.
8031 (require): CL no longer needed to compile case.
8032 (tooltip-mode): Do not toggle functions for GUD tooltips.
8033 (tooltip-gud-tips-p): Remove. Replace with minor mode
8034 gud-tooltip-mode in gud.el.
8035 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8036 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8037 tooltip-gud prefix with gud-tooltip and obsolete.
8038 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8039 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8040 (tooltip-mouse-motion): Mouse movement functions/variable.
8041 Rename in gud.el by adding gud prefix.
8042 (tooltip-gud-original-filter, tooltip-gud-dereference)
8043 (tooltip-gud-event, tooltip-toggle-gud-tips)
8044 (tooltip-gud-process-output, tooltip-gud-print-command)
8045 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8046 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8047 (gdb-tooltip-print): Move to gdb-ui.el.
8048
8049 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8050 (require): CL needed to compile case.
8051 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8052 tooltip-gud-tips-p. Make it a minor-mode.
8053 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8054 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8055 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8056 (gud-tooltip-change-major-mode)
8057 (gud-tooltip-activate-mouse-motions-if-enabled)
8058 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8059 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8060 (gud-tooltip-original-filter, gud-tooltip-dereference)
8061 (gud-tooltip-event, tooltip-toggle-gud-tips)
8062 (gud-tooltip-process-output, gud-tooltip-print-command)
8063 (gud-tooltip-tips): Move from tooltip.el.
8064
8065 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8066 (gdb-cpp-define-alist-flags): Doc fix.
8067 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8068 gud-tooltip-mode is t.
8069
8070 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8073 evaporate if their text is deleted.
8074 (goto-address-at-point): Make it work as a mouse binding as well.
8075 (goto-address-at-mouse): Obsolete it. Update users.
8076
8077 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8078
8079 * calendar/appt.el (top-level): No longer activate on load.
8080
8081 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8082
8083 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8084 * net/webjump.el (webjump):
8085 * progmodes/idlw-help.el (idlwave-do-context-help1)
8086 (idlwave-highlight-linked-completions):
8087 * textmodes/po.el (po-find-file-coding-system-guts):
8088 Replace `assoc-ignore-case' by `assoc-string'.
8089
8090 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8091
8092 * files.el (locate-file): Doc fix.
8093
8094 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8095 Remove the redundant test for ms-dos.
8096
8097 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8098 look for the preprocessor with exec-suffixes. If not found in
8099 standard places, look in exec-path. Remove most of the tests that
8100 used system-type.
8101
8102 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8103
8104 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8105
8106 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8107 file-name clash with jka-compr.el on 8+3 filesystems.
8108
8109 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8110
8111 * term/mac-win.el: Don't define or bind scroll bar functions if
8112 x-toolkit-scroll-bars is t.
8113 (x-select-text, x-get-selection-value): Clear
8114 x-last-selected-text-clipboard if x-select-enable-clipboard is
8115 nil.
8116 (PRIMARY): Put mac-scrap-name property.
8117 (mac-select-convert-to-file-url): New function.
8118 (public.file-url): New selection target type. Add to
8119 selection-converter-alist.
8120 (x-get-selection, x-selection-value): Handle it.
8121 (x-cut-buffer-or-selection-value): New alias.
8122
8123 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8124
8125 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8126 entry to avoid calling bibtex-find-entry with arg global
8127 being t. Remove arg key.
8128 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8129 (bibtex-copy-summary-as-kill): Change accordingly.
8130
8131 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8134 (org-agenda-date-later): Use with-current-buffer.
8135
8136 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8137
8138 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8139 (define-obsolete-variable-alias): Doc Fixes.
8140
8141 2005-05-06 Kim F. Storm <storm@cua.dk>
8142
8143 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8144 vertical-motion when selective-display is active.
8145
8146 * ido.el (ido-setup-hook): New hook.
8147 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8148 (ido-input-stack): New var.
8149 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8150 ido-next-work-file binding to M-O.
8151 Bind M-f to ido-wide-find-file-or-pop-dir.
8152 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8153 (ido-read-internal): Run ido-setup-hook.
8154 Catch quit in read-file-name and read-string to cancel edit.
8155 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8156 Automatically pop-all when completing a directory name (RET).
8157 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8158 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8159 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8160 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8161 New functions for M-b/M-f to move among the directory components.
8162 (ido-make-merged-file-list): Catch quit to cancel merge.
8163 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8164 (ido-completion-help): No warnings for ido-completion-buffer-full.
8165
8166 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8167
8168 * font-lock.el (font-lock-negation-char-face): New face and variable.
8169 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8170 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8171 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8172 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8173
8174 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8175
8176 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8177 Fix typo in docstring.
8178
8179 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8180 (ebrowse-print-statistics-line)
8181 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8182
8183 * term/w32-win.el (image-library-alist): Add additional name for
8184 Xpm library.
8185
8186 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8187
8188 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8189 use gcc instead of cpp.
8190
8191 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8192 (gdb-create-define-alist): Use it.
8193 (gdb-cpp-define-alist-program): Update for MS-DOS.
8194
8195 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8196
8197 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8198
8199 2005-05-04 Richard M. Stallman <rms@gnu.org>
8200
8201 * help.el (describe-key): No error when UNTRANSLATED is nil.
8202
8203 * simple.el (line-move-1): Fix previous change to signal errors
8204 appropriately.
8205
8206 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8207
8208 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8209 (icalendar-duration-correction): Remove.
8210 (icalendar--get-event-properties): Split result at commas.
8211 (icalendar--decode-isoduration): New optional argument
8212 DURATION-CORRECTION.
8213 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8214 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8215 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8216 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8217 (icalendar--convert-anniversary-to-ical): New functions, extracted
8218 from icalendar-export-region, with bug fixes.
8219 (icalendar-export-region): Use the above functions.
8220 (icalendar-import-buffer): Check before saving diary file.
8221 (icalendar--convert-recurring-to-diary)
8222 (icalendar--convert-non-recurring-all-day-to-diary)
8223 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8224 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8225 (icalendar--convert-ical-to-diary): Use the above functions.
8226
8227 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8228
8229 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8230 Remove these recent additions.
8231 (c-mode): Restore to before 2005-04-28.
8232
8233 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8234 recent addition.
8235
8236 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8237 (gdb-define-alist): New variables.
8238 (gdb-create-define-alist): New function.
8239 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8240 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8241 with string-to-number.
8242 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8243
8244 * progmodes/gud.el: Replace string-to-int with string-to-number.
8245 (gud-find-file): Handle gdb-define-alist.
8246
8247 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8248
8249 2005-05-02 Jay Belanger <belanger@truman.edu>
8250
8251 * calc/calc-aent.el (math-read-token):
8252 * calc/calc-bin.el (calc-word-size):
8253 * calc/calc-ext.el (calc-read-number-fancy):
8254 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8255 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8256 * calc/calc-frac.el (calc-over-notation):
8257 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8258 (calc-graph-num-points, calc-graph-init):
8259 * calc/calc-prog.el (calc-read-parse-table-part)
8260 (calc-edit-macro-repeats):
8261 * calc/calc-yank.el (calc-do-grab-rectangle):
8262 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8263 Replace `string-to-int' by `string-to-number'.
8264
8265 2005-05-02 Kim F. Storm <storm@cua.dk>
8266
8267 * kmacro.el: Use executing-kbd-macro-index variable.
8268
8269 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8270
8271 * net/rlogin.el (rlogin-parse-words): Delete func.
8272 (rlogin): Use split-string, not rlogin-parse-words.
8273 Also, if there are option-like elements in the parsed args,
8274 take the host to be the first arg immediately following them.
8275 Suggested by Michael Mauger.
8276
8277 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8278
8279 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8280
8281 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8282
8283 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8284 (cc-mode-cpp-program): Rename to cc-define-list-program and
8285 move to cc-vars.el.
8286
8287 * progmodes/cc-vars.el (cc-define-list-program):
8288 Change to "gcc -E -dM -". Make customizable.
8289
8290 2005-05-02 Kim F. Storm <storm@cua.dk>
8291
8292 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8293
8294 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8295
8296 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8297
8298 * international/mule-util.el (truncate-string): Remove alias and
8299 obsolete declaration.
8300
8301 * international/mule-cmds.el (update-iso-coding-systems):
8302 Remove alias and obsolete declaration.
8303
8304 * international/mule.el (coding-system-parent): Remove alias and
8305 obsolete declaration.
8306
8307 * subr.el (define-function, sref): Remove aliases and obsolete
8308 declarations.
8309 (chars-in-region): Remove obsolete declaration.
8310
8311 2005-05-01 Richard M. Stallman <rms@gnu.org>
8312
8313 * info.el (Info-mode): Set widen-automatically to nil, locally.
8314
8315 * simple.el (widen-automatically): New variable.
8316 (pop-global-mark): Obey widen-automatically.
8317
8318 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8319
8320 * term/xterm.el (function-key-map): Call substitute-key-definition
8321 before the keymap size is increased by a lot of define-key calls.
8322
8323 2005-05-01 Richard M. Stallman <rms@gnu.org>
8324
8325 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8326 Rename ARG to ELEMENT. Doc fix.
8327
8328 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8329
8330 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8331 Remove references to allout-exposure/change to allout-new-exposure.
8332
8333 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8334 bytecode symbols.
8335
8336 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8337 (compiled-function-p, focus-frame, unfocus-frame):
8338 Remove aliases and obsolete declarations.
8339 Back out inadvertent changes from previous commit.
8340
8341 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8342
8343 * files.el (require-final-newline): Make Custom tags consistent
8344 with mode-require-final-newline.
8345 (mode-require-final-newline): Doc fix.
8346
8347 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * international/latexenc.el (latexenc-find-file-coding-system):
8350 Fix regular expressions.
8351
8352 2005-05-01 David Kastrup <dak@gnu.org>
8353
8354 * international/latexenc.el (latexenc-find-file-coding-system):
8355 Fix regular expressions.
8356
8357 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8358
8359 * subr.el (string-to-int): Make obsolete.
8360
8361 2005-04-30 Richard M. Stallman <rms@gnu.org>
8362
8363 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8364
8365 * loadup.el: load jka-comp-hook.
8366
8367 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8368 (jka-compr-handler): Add autoload. `put' calls moved
8369 to jka-comp-hook.el.
8370 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8371 (jka-compr-inhibit): Autoload.
8372
8373 * jka-comp-hook.el: New file.
8374 Enable the mode by default.
8375
8376 * files.el (backup-buffer-copy): Use copy-file instead
8377 of write-region, and put back the 'excl.
8378
8379 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8380
8381 * progmodes/flymake.el (flymake-split-string)
8382 (flymake-split-string, flymake-log, flymake-pid-to-names)
8383 (flymake-reg-names, flymake-get-source-buffer-name)
8384 (flymake-unreg-names, flymake-add-line-err-info)
8385 (flymake-add-err-info): Clarify docstrings.
8386 (flymake-popup-menu, flymake-make-emacs-menu)
8387 (flymake-make-xemacs-menu): Add docstrings.
8388 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8389 Set variables directly throughout.
8390
8391 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8392
8393 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8394 exists. Initialize cc-define-alist.
8395 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8396 If there is no file (Macroexpansion) don't create an alist.
8397
8398 2005-04-29 Sam Steingold <sds@gnu.org>
8399
8400 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8401 (cc-create-define-alist): Use it instead of the hard-coded string.
8402
8403 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8406 for latexenc.
8407
8408 2005-04-29 Lute Kamstra <lute@gnu.org>
8409
8410 * emacs-lisp/generic.el: Improve commentary section.
8411 (define-generic-mode): Improve docstring.
8412
8413 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8414
8415 * textmodes/org.el (many places): Change to quiet the byte compiler.
8416 (org-prefix-format-compiled): New variable.
8417 (org-compile-prefix-format): New function.
8418 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8419 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8420 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8421 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8422 consistency with entries from `org-mode' files.
8423 (org-get-time-of-day): Fix bug with partial matches early in a line.
8424 (org-non-link-chars): New constant.
8425 (org-link-regexp): Respect `org-non-link-chars'.
8426 (org-agenda-day-view): Remove command.
8427 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8428 (org-follow-bbdb-link, org-store-link): Search also company field.
8429 (org-highlight-overlay): New variable.
8430 (org-highlight, org-unhighlight): New functions.
8431 (org-agenda-mode): Add pre-command-hook to remove highlight.
8432 (org-evaluate-time-range): Behavior depends upon whether time stamp
8433 contains a time or not.
8434 (org-show-subtree, org-show-entry): New functions.
8435 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8436
8437 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8438
8439 * comint.el (comint-output-filter-functions): Add autoload cookie.
8440
8441 2005-04-28 Kim F. Storm <storm@cua.dk>
8442
8443 * ido.el (ido-everywhere): Fix last change.
8444
8445 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8446
8447 * international/latexenc.el: New file.
8448 * international/mule-conf.el (file-coding-system-alist): For .tex,
8449 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8450
8451 2005-04-28 Lute Kamstra <lute@gnu.org>
8452
8453 * font-lock.el (font-lock-add-keywords)
8454 (font-lock-remove-keywords): Clarify docstring.
8455 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8456 Don't start docstrings with a `*'.
8457 (font-lock-update-removed-keyword-alist): Give it a docstring.
8458
8459 * generic-x.el: Update commentary section.
8460 Only require font-lock when compiling.
8461 Define all modes conditionally.
8462 Place all generic modes in the generic-x-modes customization group.
8463 (generic-x-modes): New customization group.
8464 (generic-default-modes, generic-mswindows-modes)
8465 (generic-unix-modes, generic-other-modes): New constants.
8466 (generic-define-mswindows-modes, generic-define-unix-modes):
8467 Update docstrings. Make them obsolete.
8468 (generic-extras-enable-list): New default value. Update docstring.
8469 Improve :type. Change :set function.
8470 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8471 Fix docstring.
8472
8473 * emacs-lisp/generic.el (generic-mode-internal):
8474 Simplify font-lock-defaults.
8475 (define-generic-mode): Fix docstring.
8476
8477 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8480 font-lock-face property to highlight matches.
8481
8482 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8483
8484 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8485 (cc-define-alist): New variable.
8486 (c-mode): Make it local and initialize it.
8487
8488 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8489 (gdb-exited): New function.
8490 (gdb-annotation-rules): Use it.
8491 (gdb-starting): Set gdb-active-process to t.
8492 (gdb-stopping): Amend doc string.
8493 (gdb-reset): Set gdb-active-process to nil.
8494
8495 * tooltip.el (tooltip-gud-tips): Show the associated #define
8496 directives when a C program under GDB is not executing.
8497
8498 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8501 font-lock-fontify-syntactic-keywords.
8502
8503 * font-lock.el (font-lock-default-fontify-region): Don't force
8504 parse-sexp-lookup-properties to nil.
8505
8506 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8507
8508 * man.el (man-mode-syntax-table): Set up `:' to have
8509 word-constituent syntax.
8510
8511 2005-04-27 Lute Kamstra <lute@gnu.org>
8512
8513 * novice.el (disable-command): Don't add spurious newlines to the
8514 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8515
8516 2005-04-26 Jay Belanger <belanger@truman.edu>
8517
8518 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8519 than one window before deleting window.
8520
8521 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8522
8523 * shell.el (shell-prompt-pattern): Doc fix.
8524 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8525
8526 * comint.el (comint-prompt-regexp, comint-get-old-input)
8527 (comint-use-prompt-regexp)
8528 (comint-use-prompt-regexp-instead-of-fields)
8529 (comint-replace-by-expanded-history, comint-send-input)
8530 (comint-output-filter, comint-get-old-input-default)
8531 (comint-line-beginning-position, comint-bol, comint-show-output)
8532 (comint-backward-matching-input, comint-forward-matching-input)
8533 (comint-next-prompt, comint-previous-prompt):
8534 Rename `comint-use-prompt-regexp-instead-of-fields' to
8535 `comint-use-prompt-regexp'. Keep old name as alias and declare
8536 obsolete.
8537 (comint-use-prompt-regexp): Shorten first line of doc string.
8538
8539 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8540 Set paragraph-separate buffer locally to "\\'".
8541
8542 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8543 Adapt to above name change.
8544
8545 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8546 (smbclient-prompt-regexp): Ditto.
8547
8548 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8549
8550 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8551
8552 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8553 gdb-location-list.
8554 Break lines that are over 80 characters wide.
8555
8556 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8559 New fun and var, to preserve compatibility.
8560
8561 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8562
8563 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8564
8565 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8566 name to file-newer-than-file-p.
8567
8568 2005-04-26 Richard M. Stallman <rms@gnu.org>
8569
8570 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8571
8572 * progmodes/python.el (python-mode):
8573 Use new name eldoc-documentation-function.
8574
8575 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8576
8577 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8578 (eldoc-documentation-function):
8579 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8580
8581 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8582
8583 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8584
8585 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8586
8587 * term/xterm.el (function-key-map): Fix strings for
8588 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8589 {C,S,A,C-S}-{f1-f12}.
8590
8591 2005-04-26 Kenichi Handa <handa@m17n.org>
8592
8593 * international/mule-cmds.el (select-safe-coding-system):
8594 Fix previous change.
8595
8596 2005-04-26 Lute Kamstra <lute@gnu.org>
8597
8598 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8599
8600 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8601 (font-lock-comment-delimiter-face): Ditto.
8602
8603 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8604
8605 2005-04-25 Jay Belanger <belanger@truman.edu>
8606
8607 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8608 to t while inserting information; use help-mode.
8609
8610 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8611
8612 * term.el (ansi-term-color-vector): Use the xterm colors.
8613 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8614
8615 2005-04-25 Lute Kamstra <lute@gnu.org>
8616
8617 * font-core.el (font-lock-defaults): Fix docstring.
8618
8619 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8620
8621 2005-04-25 Kenichi Handa <handa@m17n.org>
8622
8623 * international/mule-cmds.el (select-safe-coding-system):
8624 Don't check consistency with coding: spec, etc if raw-text or
8625 no-conversion was found to be safe.
8626
8627 2005-04-24 Richard M. Stallman <rms@gnu.org>
8628
8629 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8630 citation markers at start of each line.
8631
8632 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8633 citation markers at start of each line.
8634
8635 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8636
8637 * files.el (mode-require-final-newline): Fix previous change.
8638 (require-final-newline): Fix type label.
8639
8640 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8641
8642 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8643 statement in buffer (broken by 2004-11-24 change).
8644
8645 2005-04-24 Kim F. Storm <storm@cua.dk>
8646
8647 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8648 and read-file-name-function values. Don't overwrite existing
8649 non-nil values if ido-mode is enabled without ido-everywhere.
8650
8651 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8652
8653 * files.el (mode-require-final-newline): Minor doc fix.
8654
8655 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8656
8657 * subr.el (syntax-after): Doc fix.
8658 (syntax-class): If argument is nil, return nil. Mask off upper 16
8659 bits, not 8 bits.
8660
8661 * files.el (mode-require-final-newline): Doc fix.
8662 (backup-buffer-copy): Fix last change.
8663
8664 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8665
8666 * term/mac-win.el: Require select. Set selection-coding-system to
8667 mac-system-coding-system. Call menu-bar-enable-clipboard.
8668 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8669 (x-select-enable-clipboard): New variables.
8670 (x-select-text, x-get-selection, x-selection-value)
8671 (x-get-selection-value, mac-select-convert-to-string)
8672 (mac-services-open-file, mac-services-open-selection)
8673 (mac-services-insert-text): New functions.
8674 (CLIPBOARD, FIND): Put mac-scrap-name property.
8675 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8676 (public.tiff): Put mac-ostype property.
8677 (selection-converter-alist): Add entries for them.
8678 (mac-application-menu-map): New keymap.
8679 (interprogram-cut-function, interprogram-paste-function): Set to
8680 x-select-text and x-get-selection-value, respectively.
8681 (split-window-keep-point): Set to t.
8682
8683 2005-04-23 Richard M. Stallman <rms@gnu.org>
8684
8685 * files.el (read-directory-name): Always pass non-nil
8686 DEFAULT-FILENAME arg to read-file-name.
8687 (backup-buffer-copy, basic-save-buffer-2): Take care against
8688 writing thru an unexpected existing symlink.
8689 (revert-buffer): In indirect buffer, revert the base buffer.
8690 (magic-mode-alist): Doc fix.
8691 (buffer-stale-function): Doc fix.
8692 (minibuffer-with-setup-hook): Avoid warning.
8693 (mode-require-final-newline): Doc and custom fix.
8694
8695 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8696
8697 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8698 use the default appearance.
8699 (font-lock-comment-delimiter-face): New face, new variable.
8700
8701 * imenu.el (imenu--generic-function): The official position of a
8702 definition is the start of the line that BEG is in.
8703
8704 * midnight.el (midnight-timer): Move defvar up.
8705
8706 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8707
8708 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8709
8710 * startup.el (command-line): Use with-no-warnings.
8711
8712 * window.el (window-size-fixed): New defvar.
8713
8714 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8715
8716 * mail/rmail.el (rmail-font-lock-keywords):
8717 Use font-lock-comment-delimiter-face.
8718
8719 * mail/sendmail.el (mail-font-lock-keywords):
8720 Use font-lock-comment-delimiter-face.
8721
8722 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8723
8724 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8725
8726 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8727 Specify t for LAXMATCH when matching directories.
8728 Save match data around compilation-compat-error-properties form.
8729
8730 2005-04-23 David Kastrup <dak@gnu.org>
8731
8732 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8733 Mention that the autoloaded aliases should be kept for AUCTeX.
8734
8735 2005-04-23 Andreas Schwab <schwab@suse.de>
8736
8737 * isearch.el (isearch-forward): Doc fix.
8738
8739 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8740
8741 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8742 (jit-lock-stealth-nice): Change default value to 0.5.
8743
8744 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8745
8746 * abbrev.el (write-abbrev-file): Write table entries in
8747 alphabetical order by table name.
8748
8749 2005-04-22 Kim F. Storm <storm@cua.dk>
8750
8751 * ido.el (ido-read-internal): Fix `list' completion.
8752
8753 2005-04-22 Kenichi Handa <handa@m17n.org>
8754
8755 * recentf.el (recentf-save-file-coding-system): New variable.
8756 (recentf-save-list): Encode the file by
8757 recentf-save-file-coding-system and add coding: tag.
8758
8759 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8760
8761 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8762
8763 2005-04-21 Lute Kamstra <lute@gnu.org>
8764
8765 * loadhist.el (unload-feature): Don't remove a function from hooks
8766 if it is about to be restored to an autoload . Remove functions
8767 that will become unbound from auto-mode-alist. Simplify the code.
8768
8769 * subr.el (assq-delete-all): New implementation that is linear,
8770 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8771 (rassq-delete-all): New function.
8772
8773 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8774 Add size-indication-mode.
8775
8776 2005-04-21 Kenichi Handa <handa@m17n.org>
8777
8778 * international/mule-cmds.el: Add autoload for widget-value in
8779 eval-when-compile.
8780
8781 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8782
8783 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8784 Add tooltip-mode.
8785
8786 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8787
8788 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8789
8790 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8791 (inferior-lisp-filter-regexp, inferior-lisp-program)
8792 (inferior-lisp-load-command, inferior-lisp-prompt)
8793 (inferior-lisp-mode-hook, lisp-source-modes)
8794 (inferior-lisp-load-hook): defvar->defcustom.
8795 (inferior-lisp-program, inferior-lisp-prompt)
8796 (inferior-lisp-load-hook): Doc fixes.
8797 (inferior-lisp-install-letter-bindings): Small change in
8798 introductory comment.
8799
8800 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8801
8802 * vc.el (vc-annotate-color-map): Change some colors so that text
8803 using them as foreground is readable on both white and black
8804 backgrounds.
8805
8806 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * international/mule-conf.el (translation-table-for-input):
8809 Remove redundant declaration.
8810
8811 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8812
8813 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8814
8815 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8816 (tooltip-toggle-gud-tips): New function.
8817
8818 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8819
8820 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8821 right angle brackets.
8822
8823 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8824
8825 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8826
8827 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8828
8829 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8830 Remove. Update callers to use expand-file-name instead.
8831
8832 * subr.el (syntax-class): New function.
8833
8834 * simple.el (blink-matching-open): Use it.
8835
8836 * paren.el (show-paren-function): Use it to recognize parens that are
8837 also used in 2-char comment markers.
8838
8839 2005-04-19 Lute Kamstra <lute@gnu.org>
8840
8841 * loadhist.el (unload-feature): Update for new format of
8842 load-history. Simplify the code.
8843
8844 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8845
8846 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8847 (mac-add-charset-info): New function. Initialize variable
8848 mac-charset-info-alist using it.
8849 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8850 for translation.
8851 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8852 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8853 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8854 New CCL programs.
8855
8856 2005-04-19 Kim F. Storm <storm@cua.dk>
8857
8858 * simple.el (next-buffer, prev-buffer, next-error)
8859 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8860 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8861
8862 * bindings.el (next-buffer, prev-buffer, next-error)
8863 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8864 (clone-indirect-buffer-other-window): Move bindings from simple.el.
8865 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8866 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8867
8868 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * isearch.el (isearch-edit-string): Make the search-ring available for
8871 minibuffer history commands.
8872 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8873 the default history commands now work just as well.
8874 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8875
8876 2005-04-18 Kim F. Storm <storm@cua.dk>
8877
8878 * emulation/cua-base.el (cua--pre-command-handler): Add more
8879 elaborate check for shift modifier on non-window systems.
8880
8881 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8882
8883 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8884
8885 2005-04-18 Kim F. Storm <storm@cua.dk>
8886
8887 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8888 and make it optional. Don't test tooltip-gud-echo-area here.
8889 (tooltip-gud-process-output, gdb-tooltip-print):
8890 Pass tooltip-gud-echo-area to tooltip-show.
8891 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8892
8893 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8894
8895 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8896 `display-graphic-p' may not be bound yet.
8897
8898 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8899
8900 * startup.el (command-line): No longer enable Xterm Mouse mode by
8901 default in terminals compatible with xterm.
8902
8903 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8904
8905 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8906
8907 * tooltip.el (tooltip-gud-echo-area): Rename from
8908 tooltip-use-echo-area.
8909 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8910 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8911 area independently of where help tooltips are displayed.
8912
8913 2005-04-17 David Kastrup <dak@gnu.org>
8914
8915 * cus-theme.el (custom-theme-write-variables): Quote variables
8916 where necessary.
8917
8918 2005-04-17 Richard M. Stallman <rms@gnu.org>
8919
8920 * simple.el (yank-excluded-properties): Add follow-link to value.
8921
8922 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
8923
8924 * startup.el (fancy-splash-max-time): Just 30 seconds.
8925 (fancy-splash-delay): Just 7.
8926 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8927
8928 * loadhist.el (unload-feature): Update for new format of load-history.
8929 Simplify the code.
8930
8931 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
8932 (rmail-font-lock-keywords): Don't fontify the text of a citation.
8933
8934 * mail/sendmail.el (mail-font-lock-keywords):
8935 Don't fontify subject text.
8936 Don't fontify the text of a citation.
8937
8938 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
8939
8940 * comint.el (comint-output-filter): Run comint-output-filter-functions
8941 with point where the user had it.
8942
8943 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * international/ucs-tables.el (ucs-set-table-for-input):
8946 Disable when using unify-on-decoding.
8947
8948 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
8949
8950 * emulation/cua-base.el (cua-global-mark-face): Add special case
8951 for displays supporting a high number of colors.
8952
8953 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8954
8955 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
8956
8957 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
8958
8959 * filesets.el (filesets-add-buffer): If user supplies a name of a
8960 non-existing fileset, create a new fileset.
8961
8962 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
8963
8964 * textmodes/org.el (org-up-heading-all): Fix bug with
8965 `outline-up-heading-all'.
8966
8967 2005-04-16 Andreas Schwab <schwab@suse.de>
8968
8969 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
8970 /etc/permissions.d/* and /etc/aliases.d/*.
8971
8972 2005-04-16 Kenichi Handa <handa@m17n.org>
8973
8974 * international/code-pages.el (cp-make-coding-system):
8975 Set `translation-table-for-input' property value to the symbol
8976 ucs-mule-to-mule-unicode, not to that value.
8977 (pt154): Escape guillemet by `\'.
8978
8979 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
8980
8981 * loadup.el: Load tooltip if x-show-tip is fboundp.
8982
8983 * startup.el (command-line): Add comment.
8984
8985 * tooltip.el (tooltip-mode): Specify correct standard value for
8986 Custom in init-value.
8987
8988 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
8989
8990 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
8991 possible.
8992
8993 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
8994
8995 * textmodes/org.el (org-agenda-date-prompt): Rename from
8996 `org-agenda-date-today'.
8997 (org-evaluate-time-range): Insert at point instead of directly
8998 after time range.
8999 (org-first-headline-recenter, org-subtree-end-visible-p)
9000 (org-optimize-window-after-visibility-change): New functions
9001 (org-agenda-post-command-hook): Don't allow point at end of line,
9002 to make sure it always hits the text properties.
9003 (org-agenda-next-date-line, org-agenda-previous-date-line):
9004 New commands.
9005 (org-set-regexps-and-options): Category may contain white space.
9006 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9007 Improve marker positions.
9008 (org-agenda-new-marker): Argument POS made optional.
9009 (org-agenda-get-timestamps): Deadlines which are done are listed
9010 in org-done-face now.
9011 (org-agenda-get-todos, org-agenda-get-timestamps)
9012 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9013 Set `undone-face' and `done-face' properties.
9014 (org-last-todo-state-is-todo): New variable.
9015 (org-todo): Set `org-last-todo-state-is-todo'.
9016 (org-agenda-todo): Change face according to
9017 `org-last-todo-state-is-todo'. And change other lines referring to
9018 the same entry.
9019 (org-calendar-goto-agenda): New command.
9020 (org-calendar-to-agenda-key): New option.
9021 (org-startup-folded): New allowed value `content'.
9022 (org-set-regexps-and-options): Accept new value `content' for
9023 `org-startup-folded'.
9024 (org-get-current-options): Handle new value `content' for
9025 `org-startup-folded'.
9026 (org-insert-todo-heading): New command.
9027 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9028 interactively in empty file and option
9029 `org-insert-mode-line-in-empty-file' has been set.
9030 (org-agenda-todo,org-agenda-priority): Modify to use
9031 `org-agenda-change-all-lines'.
9032 (org-warning-face): Change color on dark background
9033
9034 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9035
9036 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9037 use preferences AppleLocale and AppleLanguages, and variable
9038 mac-system-locale for default locale. On Mac OS Classic, use
9039 mac-system-coding-system for default coding systems.
9040
9041 * term/mac-win.el: Don't set file-name-coding-system.
9042 Decode variables system-name, emacs-build-system, user-login-name, and
9043 user-full-name by mac-system-coding-system on Mac OS Classic.
9044 (mac-system-coding-system): New variable.
9045
9046 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9047
9048 * startup.el (command-line): Handle `xterm-mouse-mode' before
9049 reading init file.
9050
9051 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9052
9053 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9054
9055 * progmodes/sh-script.el (sh-here-document-word): Make it a
9056 defcustom. Doc fix.
9057 (sh-add): Bash uses $(( )) for arithmetic.
9058 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9059 (sh-maybe-here-document): Remove quotes and leading whitespace
9060 from heredoc word when closing. Indent heredoc with tabs if word
9061 starts with "-".
9062
9063 2005-04-13 Richard M. Stallman <rms@gnu.org>
9064
9065 * simple.el (undo): Fix previous change.
9066
9067 * custom.el (defface): Doc fix.
9068
9069 2005-04-13 Lute Kamstra <lute@gnu.org>
9070
9071 * Makefile.in (DONTCOMPILE): Remove list.
9072 (compile, compile-always): Don't use DONTCOMPILE.
9073 (update-authors): Load the library in which batch-update-authors
9074 is defined.
9075 * makefile.w32-in (DONTCOMPILE): Remove list.
9076 (compile, compile-always): Fix comments.
9077 (update-authors): Load the library in which batch-update-authors
9078 is defined.
9079
9080 * generic-x.el (generic-mode-ini-file-find-file-hook):
9081 Rename to ini-generic-mode-find-file-hook.
9082 Keep generic-mode-ini-file-find-file-hook as an alias.
9083 (ini-generic-mode-find-file-hook): Rename from
9084 generic-mode-ini-file-find-file-hook. Fix docstring.
9085 (ini-generic-mode): Docstring change.
9086 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9087
9088 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9089 called from lisp.
9090
9091 * generic.el: Move to the emacs-lisp subdir.
9092
9093 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9094
9095 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9096 and C-S- function and cursor motion keys.
9097
9098 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9099
9100 * startup.el (command-line): Enable Xterm Mouse mode by default.
9101 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9102 for Custom. No longer show "Mouse" in mode line when enabled.
9103 Doc fix.
9104
9105 2005-04-12 Kim F. Storm <storm@cua.dk>
9106
9107 * emulation/cua-base.el (cua-rectangle-face)
9108 (cua-rectangle-noselect-face): Define face attributes here.
9109
9110 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9111
9112 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9113
9114 * startup.el (command-line): Turn off blinking cursor if
9115 cursorBlink in resources is off or false.
9116
9117 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9118
9119 * term/mac-win.el (dnd): Require dnd.
9120 (mac-drag-n-drop): Call dnd-handle-one-url.
9121 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9122 (kTextEncodingISOLatin2): Remove constants.
9123 (mac-script-code-coding-systems): New constant.
9124 (mac-handle-language-change): New function.
9125 (special-event-map): Bind it to `language-change' event.
9126 (mac-centraleurroman, mac-cyrillic): New coding systems.
9127 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9128 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9129 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9130 encode-mac-cyrillic, respectively.
9131
9132 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9133
9134 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9135 Don't set overlay-arrow-string to "=>" as this is done
9136 globally in C now.
9137
9138 2005-04-12 Lute Kamstra <lute@gnu.org>
9139
9140 * generic-x.el (rc-generic-mode, rul-generic-mode):
9141 Fix auto-mode-alist entries.
9142 (etc-fstab-generic-mode): Tweak fontification.
9143
9144 * generic.el (generic-make-keywords-list): Fix docstring.
9145 (generic-mode-internal): Simplify generic-font-lock-keywords.
9146
9147 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9148
9149 * whitespace.el (whitespace-buffer-leading)
9150 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9151 However, fix the highlight area for the leading and
9152 trailing whitespaces to show space.
9153
9154 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9155
9156 * whitespace.el (whitespace-version): Bump to 3.5
9157
9158 (whitespace-buffer-leading, whitespace-buffer-trailing):
9159 Invert sense of the test to highlight the whitespace.
9160
9161 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9162
9163 * progmodes/gud.el (gud-display-line): GUD uses its own
9164 overlay arrow now so don't set overlay-arrow-string.
9165 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9166
9167 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9168
9169 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9170 (term-ansi-current-reverse, term-ansi-current-invisible)
9171 (term-ansi-face-already-done): Change to boolean.
9172 (term-reset-terminal, term-handle-colors-array): Handle the above
9173 vars accordingly.
9174 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9175 (term-emulate-terminal): Use the new name.
9176
9177 * faces.el (secondary-selection): Use yellow1, not yellow.
9178 (trailing-whitespace): Use red1, not red.
9179
9180 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9181
9182 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9183 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9184 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9185
9186 * cus-edit.el (dnd): New group.
9187
9188 * term/w32-win.el (dnd): Require dnd
9189 (w32-drag-n-drop): Call dnd-handle-one-url.
9190
9191 * x-dnd.el: Require dnd.
9192 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9193 Call dnd-handle-one-url.
9194 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9195 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9196 to dnd-insert-text.
9197 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9198 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9199 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9200 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9201
9202 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9203
9204 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9205
9206 * wdired.el: Doc fixes.
9207 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9208 (wdired-use-dired-vertical-movement): Rename from
9209 wdired-always-move-to-filename-beginning.
9210 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9211 (wdired-change-to-wdired-mode): Change mode name.
9212 (wdired-newline): Delete.
9213
9214 2005-04-11 Richard M. Stallman <rms@gnu.org>
9215
9216 * whitespace.el (whitespace-highlight-the-space):
9217 Don't call whitespace-unhighlight-the-space here.
9218
9219 * simple.el (undo): Record t in undo-equiv-table
9220 for the redo record made by an undo-in-region.
9221
9222 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9223
9224 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9225 (gdb-frame-inferior-io-buffer): New Functions to control
9226 display of separate IO buffer.
9227 (menu): Add them to menu-bar.
9228 (gdb-display-buffer): Check for buffer another frame.
9229 Protect GUD buffer.
9230 (gdb-setup-windows): Create IO buffer if not already there.
9231 (gdb-memory-mode): Remove purecopy noops.
9232
9233 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9234
9235 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9236 and pass to self-insert-command.
9237
9238 2005-04-11 Lute Kamstra <lute@gnu.org>
9239
9240 * generic.el: Commentary section cleanup.
9241 (generic): Delete.
9242 (generic-use-find-file-hook, generic-lines-to-scan)
9243 (generic-find-file-regexp, generic-ignore-files-regexp)
9244 (default-generic-mode, generic-mode-find-file-hook)
9245 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9246 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9247 (generic-use-find-file-hook, generic-lines-to-scan)
9248 (generic-find-file-regexp, generic-ignore-files-regexp)
9249 (default-generic-mode, generic-mode-find-file-hook)
9250 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9251
9252 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9253
9254 * bookmark.el (bookmark-write-file): Catch errors writing file.
9255 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9256
9257 2005-04-10 Richard M. Stallman <rms@gnu.org>
9258
9259 * startup.el (fancy-splash-tail): Update copyright year.
9260 (command-line): Split part of -Q into -D.
9261 (emacs-basic-display): New defvar.
9262 (fancy-splash-text): Correct name of menu item.
9263
9264 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9265
9266 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9267 lines in one node.
9268
9269 * comint.el (comint-send-input): New arg ARTIFICIAL.
9270 Callers in this file changed.
9271
9272 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9273
9274 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9275
9276 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9279 `ldap-search-internal'.
9280
9281 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * files.el (set-auto-mode-1): Use line-end-position.
9284
9285 * international/latin-1.el:
9286 * international/latin-2.el:
9287 * international/latin-3.el:
9288 * international/latin-4.el:
9289 * international/latin-5.el:
9290 * international/latin-8.el:
9291 * international/latin-9.el: Give punctuation syntax to NBSP.
9292
9293 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9294 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9295 Use char-classes to accept non-ascii letters, accepted in some recent
9296 bibtex implementations.
9297
9298 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9299
9300 * custom.el (custom-set-minor-mode): Any non-nil value for the
9301 variable should enable the mode when set through Custom.
9302
9303 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9304
9305 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9306 TAB binding so tab-always-indent is obeyed.
9307 (vhdl-minibuffer-local-map): Move initialization into declaration.
9308 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9309 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9310 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9311 (vhdl-current-line): Use line-beginning-position.
9312 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9313 with-output-to-temp-buffer, so the current position can be recorded.
9314
9315 2005-04-10 Masatake YAMATO <jet@gyve.org>
9316
9317 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9318 Add regexp for gcov.
9319
9320 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9321
9322 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9323 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9324 syntax which Emacs 20 doesn't support.
9325
9326 2005-04-09 Richard M. Stallman <rms@gnu.org>
9327
9328 * help.el (describe-key-briefly, describe-key):
9329 Replace strings as event types with "(any string)".
9330
9331 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * arc-mode.el (archive-mode-map): Move initialization into
9334 the declaration. Override *all* bindings of `undo'.
9335 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9336
9337 2005-04-09 Jay Belanger <belanger@truman.edu>
9338
9339 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9340
9341 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9342
9343 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9344 (xterm-register-default-colors): Update color values computation
9345 to match xterm-200.
9346
9347 2005-04-09 Kenichi Handa <handa@m17n.org>
9348
9349 * international/code-pages.el (iso-latin-7): Fix the map.
9350
9351 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9352
9353 * emacs-lisp/lisp.el (defun-prompt-regexp)
9354 (parens-require-spaces, buffer-end, end-of-defun)
9355 (insert-parentheses): Doc fixes.
9356
9357 2005-04-08 Kim F. Storm <storm@cua.dk>
9358
9359 * comint.el (comint-highlight-prompt): Fix face spec.
9360 * hi-lock.el (hi-green): Likewise.
9361
9362 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9363
9364 * cus-edit.el (custom-modified-face):
9365 * comint.el (comint-highlight-input): Fix previous changes.
9366 * term.el (term-handle-ansi-escape): Add a comment.
9367
9368 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9369
9370 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9371 in the buffer and in whitespace-highlighted-space.
9372 (whitespace-unhighlight-the-space): Simplify.
9373 (whitespace-buffer): Simplify.
9374
9375 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9376
9377 * textmodes/table.el (table-cell-face): Add special case for
9378 displays supporting a high number of colors.
9379 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9380 (vhdl-font-lock-reserved-words-face)
9381 (vhdl-speedbar-architecture-face)
9382 (vhdl-speedbar-instantiation-face)
9383 (vhdl-speedbar-architecture-selected-face)
9384 (vhdl-speedbar-instantiation-selected-face): Likewise.
9385 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9386 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9387 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9388 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9389 (ebrowse-progress-face): Likewise.
9390 * progmodes/compile.el (compilation-info-face): Likewise.
9391 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9392 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9393 * calendar/calendar.el (diary-face): Likewise.
9394 * woman.el (woman-italic-face, woman-bold-face)
9395 (woman-unknown-face): Likewise.
9396 * wid-edit.el (widget-button-pressed-face): Likewise.
9397 * whitespace.el (whitespace-highlight-face): Likewise.
9398 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9399 * pcvs-info.el (cvs-marked-face): Likewise.
9400 * info.el (info-xref): Likewise.
9401 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9402 * hilit-chg.el (highlight-changes-face)
9403 (highlight-changes-delete-face): Likewise.
9404 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9405 (hi-red-b): Likewise.
9406 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9407 * font-lock.el (font-lock-keyword-face)
9408 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9409 * cus-edit.el (custom-invalid-face, custom-modified-face)
9410 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9411 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9412 * comint.el (comint-highlight-prompt): Likewise.
9413
9414 2005-04-08 Lute Kamstra <lute@gnu.org>
9415
9416 * font-lock.el (font-lock-keywords): Docstring fixes.
9417
9418 2005-04-08 Kenichi Handa <handa@m17n.org>
9419
9420 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9421 chars are more than a limit, print " and more..." at the tail.
9422
9423 2005-04-08 Kim F. Storm <storm@cua.dk>
9424
9425 * emacs-lisp/authors.el (authors-aliases): Update list.
9426 (authors-ignored-files): New list.
9427 (authors-fixed-entries): Fix typo.
9428 (authors-renamed-files-alist): Update list.
9429 (authors-add): Check authors-ignored-files.
9430
9431 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9432
9433 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9434 optional, to ensure backward compatibility.
9435
9436 2005-04-08 Stephen Eglen <stephen@gnu.org>
9437
9438 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9439
9440 2005-04-08 Kim F. Storm <storm@cua.dk>
9441
9442 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9443
9444 * mouse.el (mouse-on-link-p): Doc fix.
9445
9446 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9447
9448 * ielm.el (ielm-prompt-read-only): Doc fix.
9449
9450 * comint.el (comint-prompt-read-only): Doc fix.
9451
9452 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9453
9454 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9455 ensure dired always handles wildcards passed to ffap.
9456 (find-file-at-point): Use it.
9457 (ffap-dired-wildcards): Doc fix.
9458
9459 2005-04-07 Juri Linkov <juri@jurta.org>
9460
9461 * simple.el (next-error-overlay-arrow-position): New defvar.
9462 Put "=>" on its property `overlay-arrow-string'. Add it to
9463 `overlay-arrow-variable-list'.
9464
9465 * progmodes/compile.el (compilation-setup):
9466 Set `next-error-overlay-arrow-position' to nil. Also set it to
9467 nil in the local hook `kill-buffer-hook'. Make local variable
9468 `overlay-arrow-string' and set it to "=>".
9469 (compilation-goto-locus): Set BOL position to
9470 `next-error-overlay-arrow-position' instead of
9471 `overlay-arrow-position'.
9472
9473 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9474 locally instead of adding it to the global hook.
9475 (Info-kill-buffer): Move up.
9476
9477 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9478
9479 * term/xterm.el (xterm-standard-colors): Update color values from
9480 xterm-200.
9481
9482 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9485
9486 * fast-lock.el:
9487 * lazy-lock.el: Move them to the obsolete subdir.
9488
9489 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9490
9491 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9492 (wdired-add-replace-advice): Remove.
9493 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9494
9495 2005-04-06 Kim F. Storm <storm@cua.dk>
9496
9497 * startup.el (command-line): Add --bare-bones alias for -Q.
9498
9499 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9500
9501 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9502 create the startup fontset if a font specification ends with
9503 `mac-roman'.
9504
9505 2005-04-06 Lute Kamstra <lute@gnu.org>
9506
9507 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9508 change.
9509
9510 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9511 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9512
9513 2005-04-05 Lute Kamstra <lute@gnu.org>
9514
9515 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9516 (define-generic-mode): Ditto. Fix debug declaration.
9517
9518 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9519 Put them in the generic-x group.
9520
9521 * calendar/timeclock.el (timeclock): Doc fix.
9522
9523 * generic.el (define-generic-mode): Don't use custom-current-group.
9524 Document default :group value.
9525 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9526 (define-global-minor-mode): Don't use custom-current-group.
9527
9528 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9529
9530 * startup.el (command-line-1): Display startup-echo-area-message
9531 when fancy splash screen is in use.
9532
9533 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9534 (sh-escaped-newline): New face.
9535 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9536 newline, and use sh-escaped-newline face.
9537
9538 * progmodes/tcl.el (tcl-escaped-newline): New face.
9539 (tcl-builtin-list): New variable.
9540 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9541 newlines. Fix keywords subexpression number.
9542
9543 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9544
9545 * textmodes/org.el (org-diary-default-entry): Fix call to
9546 `add-to-diary-entry'.
9547
9548 2005-04-05 Kim F. Storm <storm@cua.dk>
9549
9550 * ediff-init.el: Use (featurep 'xemacs).
9551
9552 2005-04-05 David Ponce <david@dponce.com>
9553
9554 * cus-edit.el (face): Derive from symbol widget. Display sample
9555 of the current face on the fly.
9556 (widget-face-sample-face-get, widget-face-notify): New functions.
9557 (widget-face-value-create): Remove.
9558
9559 * wid-edit.el (widget-field-end): Temporarily remove field
9560 narrowing before to call `get-char-property'.
9561
9562 2005-04-04 Jay Belanger <belanger@truman.edu>
9563
9564 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9565 (math-read-subscripts): New variable.
9566 (math-read-preprocess-string): Process subscripts.
9567
9568 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9569
9570 * comint.el (comint-prompt-read-only): Doc fix.
9571
9572 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9573 `-1'. Doc fix.
9574
9575 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9576
9577 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9578 Change default value to nil.
9579
9580 2005-04-04 Lute Kamstra <lute@gnu.org>
9581
9582 * autorevert.el (auto-revert-mode): Specify :group.
9583 * battery.el (display-battery-mode): Specify :group.
9584 * diff-mode.el (diff-minor-mode): Specify :group.
9585 * font-core.el (font-lock-mode): Specify :group.
9586 * hl-line.el (hl-line-mode): Specify :group.
9587 * iimage.el (iimage): New customization group.
9588 (iimage-mode): Specify :group.
9589 * longlines.el (longlines-mode): Specify :group.
9590 * master.el: Don't require easy-mmode.
9591 (master): New customization group.
9592 (master-mode): Specify :group.
9593 * msb.el (msb-mode): Specify :group.
9594 * reveal.el (reveal-mode): Specify :group.
9595 * simple.el (next-error-follow-minor-mode): Specify :group.
9596 * smerge-mode.el (smerge-mode): Specify :group.
9597 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9598 * emulation/cua-base.el (cua-mode): Specify :group.
9599 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9600 * language/thai-util.el (thai-auto-composition-mode)
9601 (thai-word-mode): Specify :group.
9602 * mail/supercite.el (sc-minor-mode): Specify :group.
9603 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9604 * progmodes/flymake.el (flymake-mode): Specify :group.
9605 * progmodes/glasses.el (glasses-mode): Specify :group.
9606 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9607 * textmodes/enriched.el (enriched-mode): Specify :group.
9608 * textmodes/refill.el (refill-mode): Specify :group.
9609
9610 * add-log.el (change-log-font-lock-keywords): Names in
9611 parenthesized lists can contain spaces.
9612
9613 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9614
9615 * startup.el (fancy-splash-text): Shorten default text of
9616 "Emacs Tutorial" line. Also, if the current language env
9617 indicates an available tutorial file other than TUTORIAL,
9618 extract its title and append it to the line in parentheses.
9619 (fancy-splash-insert): If arg is a thunk, funcall it.
9620
9621 2005-04-04 Jay Belanger <belanger@truman.edu>
9622
9623 * calc.el (calc-language-alist): Add tags to customization type.
9624
9625 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9626
9627 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9628 Doc fix.
9629
9630 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9631
9632 * add-log.el (change-log-font-lock-keywords): The manual
9633 describing a Change Log entry, says: (...) "Aside from these
9634 header lines, every line in the change log starts with a space or
9635 a tab.". The font-lock was not highlighting lines started with
9636 spaces, added support for it.
9637
9638 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9639
9640 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9641 (bibtex-generate-url-list): Update docstring accordingly. Put the
9642 complex example in the docstring.
9643 (bibtex-font-lock-url): Use pop.
9644
9645 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9646
9647 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9648
9649 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9650
9651 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9652
9653 * filesets.el (filesets-set-default): Doc fix.
9654
9655 2005-04-03 Lute Kamstra <lute@gnu.org>
9656
9657 * generic.el (define-generic-mode): Add argument to specify
9658 keywords for defcustom.
9659 (default-generic-mode): Specify :group.
9660
9661 * generic-x.el: Specify :group for all generic modes.
9662
9663 * desktop.el (desktop-no-desktop-file-hook)
9664 (desktop-after-read-hook): Doc fix.
9665
9666 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9667
9668 * simple.el (visible-mode): Use explicit :group keyword.
9669 This changes the group of `visible-mode-hook' from paren-blinking
9670 to editing-basics.
9671
9672 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9673
9674 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9675 mailbox specifications as well as URLs.
9676 (rmail-insert-inbox-text): Remove unused conditional branches.
9677
9678 2005-04-01 Jay Belanger <belanger@truman.edu>
9679
9680 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9681 (calc-gnuplot-print-command): Move definitions to calc.el.
9682
9683 * calc/calc-embed.el (calc-embedded-announce-formula)
9684 (calc-embedded-open-formula, calc-embedded-close-formula)
9685 (calc-embedded-open-word, calc-embedded-close-word)
9686 (calc-embedded-open-plain, calc-embedded-close-plain)
9687 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9688 (calc-embedded-open-mode, calc-embedded-close-mode):
9689 Move definitions to calc.el.
9690
9691 * calc/calc.el (calc-settings-file, calc-language-alist):
9692 Make customizable.
9693 (calc-embedded-announce-formula, calc-embedded-open-formula)
9694 (calc-embedded-close-formula, calc-embedded-open-word)
9695 (calc-embedded-close-word, calc-embedded-open-plain)
9696 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9697 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9698 (calc-embedded-close-mode, calc-gnuplot-name)
9699 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9700 from other files and make customizable.
9701
9702 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9705 Use buffer-live-p.
9706 (cvs-mode-run): Don't call cvs-update-header here.
9707 (cvs-run-process): Call cvs-update-header.
9708 Use process properties for cvs-postprocess and cvs-buffer so that
9709 the sentinel can behave better if the temp buffer is killed.
9710 Use a pipe rather than a tty, to better handle unexpected prompts.
9711 (cvs-sentinel): Rewrite. Call cvs-update-header.
9712
9713 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9714
9715 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9716 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9717
9718 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * generic.el (define-generic-mode): Add indentation rule.
9721
9722 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9723
9724 * files.el (mode-require-final-newline): Make Custom correctly
9725 report a nil value and allow to set it to nil via Custom.
9726 Doc fix.
9727
9728 2005-04-01 Kenichi Handa <handa@m17n.org>
9729
9730 * international/characters.el: Enable the correct case setting for
9731 dotless-i and dotted-I.
9732
9733 2005-04-01 Kim F. Storm <storm@cua.dk>
9734
9735 * ido.el (ido-file-internal): Fall back to non-ido command if
9736 initial directory is on slow ftp (or tramp) host.
9737
9738 2005-03-31 Richard M. Stallman <rms@gnu.org>
9739
9740 * emacs-lisp/autoload.el (make-autoload):
9741 Handle define-global-minor-mode.
9742
9743 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9744 Rename from easy-mmode-define-global-mode.
9745 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9746
9747 * progmodes/scheme.el (scheme-mode-syntax-table):
9748 Update syntax of | and # for two-character comment syntax.
9749
9750 2005-03-31 Lute Kamstra <lute@gnu.org>
9751
9752 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9753 (define-minor-mode): Call custom-current-group at load-time.
9754
9755 * generic.el (define-generic-mode): Add debug declaration.
9756 Add defcustom for the mode hook.
9757 (generic-mode-internal): Use run-mode-hooks.
9758
9759 2005-03-31 Kim F. Storm <storm@cua.dk>
9760
9761 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9762 (mouse-fixup-help-message): New defun called by show_help_echo
9763 to fixup mouse-2 prefix in help messages when applicable.
9764
9765 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9766
9767 2005-03-31 Kenichi Handa <handa@m17n.org>
9768
9769 * language/thai-word.el (thai-find-word-ends): Pay attention to
9770 the case that we reach the end of buffer.
9771
9772 * textmodes/fill.el (fill-text-properties-at): New function.
9773 (fill-newline): Use fill-text-properties-at instead of
9774 text-properties-at.
9775
9776 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9777
9778 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9779 not comint-quote-filename.
9780
9781 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9782
9783 * help-fns.el (help-with-tutorial): Revert last change.
9784
9785 2005-03-31 Kim F. Storm <storm@cua.dk>
9786
9787 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9788
9789 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9790
9791 * calendar/cal-china.el: Update reference to "Calendrical
9792 Calculations" book; there's a new edition.
9793 * calendar/cal-coptic.el: Likewise.
9794 * calendar/cal-french.el: Likewise.
9795 * calendar/cal-hebrew.el: Likewise.
9796 * calendar/cal-islam.el: Likewise.
9797 * calendar/cal-iso.el: Likewise.
9798 * calendar/cal-julian.el: Likewise.
9799 * calendar/cal-mayan.el: Likewise.
9800 * calendar/cal-persia.el: Likewise.
9801 * calendar/calendar.el: Likewise.
9802 * calendar/holidays.el: Likewise.
9803 * calendar/lunar.el: Likewise.
9804 * calendar/solar.el: Likewise.
9805
9806 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9807 white space from doc string.
9808
9809 2005-03-30 Jay Belanger <belanger@truman.edu>
9810
9811 * calc/calc-help.el (calc-full-help): Remove email address.
9812
9813 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9814
9815 * help-fns.el (help-with-tutorial): Delete title line.
9816
9817 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9818
9819 * calendar/cal-x.el (calendar-one-frame-setup)
9820 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9821 rather than 'symbol for set-window-dedicated-p.
9822
9823 * calendar/appt.el (appt-buffer-name): Make it a constant.
9824 (appt-add): Doc fix.
9825
9826 * filesets.el (filesets-menu-path, filesets-menu-before)
9827 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9828 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9829 (filesets-add-submenu): Delete and use add-submenu instead.
9830
9831 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9832
9833 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9834 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9835 (org-diary-default-entry): New function.
9836 (org-get-entries-from-diary): Better parsing of diary entries.
9837 (org-agenda-check-no-diary): New function.
9838 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9839 linking to diary entries.
9840 (org-agenda-execute-calendar-command): New function.
9841 (org-agenda): Improve visible section in window.
9842 Use `org-fit-agenda-window'.
9843 (org-fit-agenda-window): New option.
9844 (org-move-subtree-down): Better handling of empty lines
9845 at end of subtree.
9846 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9847 levels up.
9848 (org-fontify-done-headline): New option.
9849 (org-headline-done-face): New face.
9850 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9851 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9852 When current field is non-empty, it is copied to next row.
9853 (org-table-copy-from-above): Fix bug which made it
9854 impossible to copy fields containing only a single non-white character.
9855
9856 2005-03-30 Kim F. Storm <storm@cua.dk>
9857
9858 * kmacro.el (kmacro-end-macro): Isearch may store this command
9859 into the macro -- so ignore it when executing keyboard macro.
9860
9861 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9862
9863 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9864
9865 2005-03-29 Kenichi Handa <handa@m17n.org>
9866
9867 * language/thai.el ("Thai"): Set setup-function and exit-function
9868 for Thai language environment.
9869
9870 * language/thai-util.el: Require thai-word.
9871 (thai-word-mode-map): New variable.
9872 (thai-word-mode): New minor mode.
9873 (setup-thai-language-environment-internal): New function.
9874 (exit-thai-language-environment-internal): New function.
9875
9876 * language/thai-word.el (thai-word-table): Declare it by defvar,
9877 use dolist to initialize it.
9878 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9879 (thai-fill-find-break-point): New functions.
9880
9881 2005-03-29 Richard M. Stallman <rms@gnu.org>
9882
9883 * simple.el (idle-update-delay): Move definition up.
9884 (set-mark): Doc fix.
9885
9886 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9887
9888 * longlines.el: New file.
9889
9890 * simple.el (buffer-substring-filters): New variable.
9891 (filter-buffer-substring): New function.
9892 (kill-region, copy-region-as-kill): Use it.
9893
9894 * register.el (copy-to-register, append-to-register)
9895 (prepend-to-register): Use filter-buffer-substring.
9896
9897 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9898
9899 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9900 (gud-filter-pending-text): Move in front of gdb.
9901 (gud-overlay-arrow-position): New variable.
9902 (gud-sentinel, gud-display-line): Use it in place of
9903 overlay-arrow-position.
9904
9905 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9906
9907 * progmodes/fortran.el (fortran-if-indent): Doc fix.
9908 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9909 (fortran-font-lock-keywords-4): New variable.
9910 (fortran-blocks-re, fortran-end-block-re)
9911 (fortran-start-block-re): New constants, for hideshow.
9912 (hs-special-modes-alist): Add a Fortran entry.
9913 (fortran-mode-map): Bind fortran-end-of-block,
9914 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9915 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
9916 (fortran-looking-at-if-then, fortran-end-of-block)
9917 (fortran-beginning-of-block): New functions, for hideshow.
9918
9919 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9920 Doc fix. Tweak regexp.
9921 (f90-beginning-of-block): Push mark first.
9922
9923 2005-03-29 Jay Belanger <belanger@truman.edu>
9924
9925 * calc/calc.el: Update copyright date.
9926 (calc-version): Increase to 2.1.
9927 (calc-version-date): Remove.
9928
9929 * calc/calc-help.el: Update copyright date.
9930 (calc-full-help): Remove reference to calc-version-date.
9931 Update copyright date.
9932
9933 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * vc.el (vc-do-command): Use a pipe for async processes, so password
9936 prompts don't show up at places where the user can't reply.
9937
9938 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9939
9940 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
9941 on the file name we pass to the inferior shell.
9942
9943 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9944
9945 * progmodes/which-func.el (which-function): Be robust in the face of an
9946 imenu--make-index-alist failure.
9947
9948 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
9951
9952 * progmodes/python.el (python-preoutput-filter): Fix last change.
9953
9954 2005-03-29 Lute Kamstra <lute@gnu.org>
9955
9956 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
9957 functions and compiled macros.
9958 (debug-convert-byte-code): Handle macros too.
9959 (debug-on-entry-1): Don't signal an error when trying to clear a
9960 function that is not set to debug on entry.
9961
9962 2005-03-29 Jay Belanger <belanger@truman.edu>
9963
9964 * calc/calc-lang.el: Add functions to math-function-table
9965 properties of tex and math.
9966
9967 2005-03-29 Kenichi Handa <handa@m17n.org>
9968
9969 * ps-mule.el (ps-mule-plot-string): Translate characters by
9970 ps-print-translation-table.
9971 (ps-mule-begin-job): Call find-charset-region/string with
9972 ps-print-translation-table.
9973 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
9974
9975 * ps-print.el (ps-print-translation-table): New variable.
9976 (ps-plot-region): Translate characters by ps-print-translation-table.
9977
9978 2005-03-29 Juri Linkov <juri@jurta.org>
9979
9980 * simple.el (next-error-highlight-timer): New variable.
9981
9982 * progmodes/compile.el (compilation-goto-locus):
9983 Use `next-error-highlight-timer' instead of `sit-for'.
9984
9985 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * mail/supercite.el (sc-mail-field): Use assoc-string.
9988 (sc-get-address): Simplify regexps.
9989
9990 * files.el (minibuffer-with-setup-hook): New macro.
9991 (find-file-read-args): Use it to avoid let-binding
9992 minibuffer-with-setup-hook (which breaks turning on/off
9993 file-name-shadow-mode while in the prompt).
9994
9995 * complete.el (PC-read-include-file-name-internal): Use
9996 test-completion.
9997
9998 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
9999
10000 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10001
10002 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * window.el (window-buffer-height): Use count-screen-lines.
10005
10006 * progmodes/python.el (python-preoutput-leftover): New var.
10007 (python-preoutput-filter): Use it.
10008 (python-send-receive): Loop until all the result has been received.
10009
10010 2005-03-28 Juri Linkov <juri@jurta.org>
10011
10012 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10013
10014 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10015 "Recover Crashed Session".
10016 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10017 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10018 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10019 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10020 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10021 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10022 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10023 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10024
10025 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10026 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10027 Ediff Sessions", "Toggle use of separate control buffer frame",
10028 "Use separate frame for Ediff control buffer".
10029
10030 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10031 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10032 "Rename Bookmark", "Delete Bookmark".
10033
10034 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10035 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10036 Add `:active Info-index-alternatives' to "Next Matching Item".
10037
10038 * wdired.el (wdired-change-to-wdired-mode):
10039 Mention `wdired-abort-changes' key in the initial message.
10040
10041 * international/mule.el (auto-coding-alist): Associate non-ascii
10042 image filename extensions with `no-conversion'.
10043
10044 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * international/iso-acc.el:
10047 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10048
10049 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10050
10051 * textmodes/sgml-mode.el (html-mode): Doc update.
10052
10053 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10054
10055 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10056
10057 * term.el (term-move-columns): Fix face after extending a line.
10058 (term-insert-spaces): Likewise.
10059 (term-reset-terminal): Fix off by one error.
10060
10061 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10062
10063 * international/mule.el (auto-coding-alist): Add .xpi files.
10064
10065 * files.el (auto-mode-alist): Add .xpi files.
10066
10067 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10068
10069 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10070
10071 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10072
10073 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10074
10075 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10076
10077 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10078 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10079
10080 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10081 cursor to Jan 1 when needed.
10082 (calendar-end-of-year): Fix -/+ typo.
10083 Reported by Chong Yidong <cyd@stupidchicken.com>.
10084
10085 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10088
10089 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10090 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10091
10092 2005-03-25 Richard M. Stallman <rms@gnu.org>
10093
10094 * filesets.el (filesets-init): Add autoload.
10095
10096 * mail/mailalias.el (mail-directory): Doc fix.
10097
10098 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10099
10100 * mail/mailalias.el (mail-directory-process): Do nothing if
10101 mail-directory-process is an atom.
10102 (mail-get-names): Ignore mail-directory-names if it is an atom.
10103 (mail-directory-process defvar): Doc fix.
10104 (mail-names): Doc fix.
10105
10106 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10107
10108 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10109
10110 2005-03-26 Kenichi Handa <handa@m17n.org>
10111
10112 * international/mule-util.el (detect-coding-with-priority):
10113 Call update-coding-systems-internal before detect-coding-region.
10114
10115 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10116
10117 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10118 (gdb-frames-mode-map): Add follow-link property.
10119
10120 2005-03-25 Jay Belanger <belanger@truman.edu>
10121
10122 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10123 for variables.
10124
10125 2005-03-25 Juri Linkov <juri@jurta.org>
10126
10127 * image-mode.el: Optimize image filename extension regexps in
10128 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10129 in `auto-mode-alist'.
10130 (image-mode): Add `image-toggle-display-text' to local hook
10131 `change-major-mode-hook'. Display the image as an image by
10132 default. Set `cursor-type' and `truncate-lines' if the image
10133 is already displayed. Take into account the current mode (image
10134 or text) in message.
10135 (image-minor-mode): New minor mode.
10136 (image-mode-maybe, image-toggle-display-text): New functions.
10137 (image-toggle-display): Use called-interactively-p.
10138 Let-bind `inhibit-read-only' to t.
10139
10140 * image-mode.el (image-minor-mode): Set `cursor-type' and
10141 `truncate-lines' if the image is already displayed. Add turning
10142 image-minor-mode off to `change-major-mode-hook'. Add message.
10143 Call `image-toggle-display-text' after turning image-minor-mode off.
10144
10145 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10146
10147 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10148 Terminal.app, use utf-8.
10149 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10150 (set-locale-environment): Use it.
10151
10152 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10153
10154 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10155
10156 * progmodes/python.el (python-close-block-statement-p)
10157 (python-outdent-p, python-current-defun): Use symbol-end.
10158
10159 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10160
10161 * files.el (save-some-buffers): Doc fix.
10162
10163 2005-03-25 Werner Lemberg <wl@gnu.org>
10164
10165 * complete.el, thumbs.el: Replace `legal' with `valid'.
10166 * calendar/calendar.el: Replace `legal' with `valid'.
10167 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10168 * mail/supercite.el: Replace `legal' with `valid'.
10169 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10170 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10171 Replace `legal' with `valid'.
10172 * textmodes/reftex-vars.el, textmodes/reftex.el:
10173 Replace `legal' with `valid'.
10174
10175 2005-03-25 Werner Lemberg <wl@gnu.org>
10176
10177 * calc/calc-forms.el, calc/calc-sel.el:
10178 * midnight.el, vc-cvs.el:
10179 * emacs-lisp/cl-macs.el:
10180 * emulation/vip.el:
10181 * eshell/esh-io.el, eshell/esh-var.el:
10182 * mail/supercite.el:
10183 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10184 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10185 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10186 * progmodes/sh-script.el, progmodes/xscheme.el:
10187 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10188 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10189 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10190 * textmodes/reftex.el, textmodes/org.el:
10191 Replace `illegal' with `invalid'.
10192
10193 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10196 (flymake-find-buildfile, flymake-find-possible-master-files)
10197 (flymake-check-include, flymake-parse-line): Replace loops over the
10198 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10199
10200 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10201 Substitute file-name-as-directory in the rest of the file.
10202 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10203 (flymake-replace-region): Remove unused arg `buffer'.
10204 (flymake-check-patch-master-file-buffer): Update calls to it.
10205 (flymake-add-err-info): Remove unused var `count'.
10206 (flymake-mode): Use define-minor-mode.
10207
10208 * progmodes/flymake.el: Use with-current-buffer.
10209 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10210 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10211 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10212 Avoid testing for `xemacs'.
10213 (flymake-nop): Move.
10214 (flymake-region-has-flymake-overlays): Return the computed value.
10215 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10216 Remove unused var `endline'.
10217 (flymake-get-line-count): Remove unused function.
10218 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10219
10220 * emulation/vi.el:
10221 * generic.el:
10222 * hilit-chg.el (global-highlight-changes):
10223 * hi-lock.el (hi-lock-mode):
10224 * follow.el: find-file-hooks -> find-file-hook.
10225
10226 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10227
10228 2005-03-24 Juri Linkov <juri@jurta.org>
10229
10230 * dired.el (dired-mode-map): Add menu item "Compare directories"
10231 for dired-compare-directories.
10232
10233 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10234 Doc fix. Replace `read-file-name' with `read-directory-name'.
10235
10236 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10239
10240 2005-03-24 Jay Belanger <belanger@truman.edu>
10241
10242 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10243 relevant mode settings in calc-embedded-original-modes when modes
10244 are permanently changed.
10245
10246 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 * autoinsert.el: find-file-hooks -> find-file-hook.
10249
10250 2005-03-24 Lute Kamstra <lute@gnu.org>
10251
10252 * generic.el (generic-font-lock-defaults): Make it obsolete.
10253 (generic-font-lock-keywords): New variable to replace
10254 generic-font-lock-defaults.
10255 (generic-mode-set-font-lock): Delete it.
10256 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10257 (generic-bracket-support): Add docstring.
10258
10259 * generic-x.el: Rename generic-font-lock-defaults to
10260 generic-font-lock-keywords throughout.
10261 (mailagent-rules-setup-function): Delete it.
10262 (mailagent-rules-generic-mode): Use anonymous function instead.
10263 (show-tabs-generic-mode-font-lock-defaults-1)
10264 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10265 Quote faces.
10266 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10267 not foreground.
10268
10269 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10270 Recognize define-generic-mode.
10271
10272 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10273
10274 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10275 if there's no completion table.
10276
10277 2005-03-23 Miles Bader <miles@gnu.org>
10278
10279 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10280 Remove tty-specific variants, as they're no longer needed.
10281
10282 2005-03-23 Lute Kamstra <lute@gnu.org>
10283
10284 * generic-x.el: Code cleanup: make args constant whenever possible.
10285 (installshield-statement-keyword-list)
10286 (installshield-system-functions-list)
10287 (installshield-system-variables-list, installshield-types-list)
10288 (installshield-funarg-constants-list): Make them constants.
10289
10290 * generic.el (generic-make-keywords-list): Add autoload cookie.
10291
10292 * calendar/time-date.el: Add comment on time value formats.
10293 Don't require parse-time.
10294 (with-decoded-time-value): New macro.
10295 (encode-time-value): New function.
10296 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10297 (days-to-time): Return a valid time value when arg is huge.
10298 (time-since): Use time-subtract.
10299 (time-to-number-of-days): Use time-to-seconds.
10300
10301 2005-03-23 David Ponce <david@dponce.com>
10302
10303 * recentf.el: (recentf-keep): New option.
10304 (recentf-menu-action): Default to `find-file'.
10305 (recentf-keep-non-readable-files-flag)
10306 (recentf-keep-non-readable-files-p)
10307 (recentf-file-readable-p, recentf-find-file)
10308 (recentf-cleanup-remote): Remove.
10309 (recentf-include-p): More robust.
10310 (recentf-keep-p): New function.
10311 (recentf-remove-if-non-kept): Rename from
10312 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10313 All callers updated.
10314 (recentf-menu-items-for-commands): Fix help string.
10315 (recentf-track-closed-file): Update. Doc fix.
10316 (recentf-cleanup): Update. Count removed files. Doc fix.
10317
10318 2005-03-23 Kim F. Storm <storm@cua.dk>
10319
10320 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10321 Don't inherit from fringe face (now happens automatically).
10322
10323 2005-03-22 Kim F. Storm <storm@cua.dk>
10324
10325 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10326 position values.
10327
10328 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * menu-bar.el (showhide-date-time): Remove.
10331 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10332 (menu-bar-make-mm-toggle): Simplify.
10333
10334 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10335
10336 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10337 Accept qualified variable and function names.
10338
10339 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10340
10341 * bindings.el (completion-ignored-extensions):
10342 Remove ".lis" for `vax-vms'.
10343
10344 2005-03-22 Andreas Schwab <schwab@suse.de>
10345
10346 * generic-x.el: Revert last change.
10347 * ldefs-boot.el: Update.
10348
10349 2005-03-22 Jay Belanger <belanger@truman.edu>
10350
10351 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10352 (calc-embedded-save-original-modes)
10353 (calc-embedded-restore-original-modes): New functions.
10354 (calc-do-embedded): Save original modes when entering embedded mode
10355 and restore when leaving embedded mode.
10356 (calc-embedded-modes-change): Change the value of
10357 calc-embedded-original-modes to reflect permanent changes.
10358
10359 2005-03-22 Lute Kamstra <lute@gnu.org>
10360
10361 * generic-x.el: Require generic again.
10362
10363 2005-03-22 Miles Bader <miles@gnu.org>
10364
10365 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10366 Tweak details to look good on both ttys and bitmap displays, light
10367 or dark background, etc.
10368
10369 2005-03-21 Kim F. Storm <storm@cua.dk>
10370
10371 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10372 mouse position.
10373
10374 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 * icomplete.el: Don't forcibly turn on the mode upon load.
10377 (icomplete-mode): Use define-minor-mode.
10378 (icomplete-eoinput): Default to nil.
10379 (icomplete-minibuffer-setup): Remove autoload.
10380 (icomplete-tidy): Simplify.
10381 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10382 in the initial state or if the user has modified the field.
10383 Fix handling of icomplete-max-delay-chars.
10384 Remove code that handles the oddball case where
10385 minibuffer-completion-table is an integer.
10386 Wrap icomplete-completions in while-no-input in case building
10387 completions takes more time than expected.
10388 (icomplete-completions): Simplify.
10389
10390 2005-03-21 Richard M. Stallman <rms@gnu.org>
10391
10392 * jka-compr.el (jka-compr-really-do-compress):
10393 Make variable buffer-local.
10394
10395 * image-mode.el: Handle .xpm files too.
10396 (image-toggle-display): Preserve modification flag.
10397
10398 * help.el (where-is): Don't mention aliases with no key bindings.
10399
10400 2005-03-21 Lute Kamstra <lute@gnu.org>
10401
10402 * generic.el: Fix commentary section. Don't require cl for
10403 compilation.
10404 (generic-mode-list): Add autoload cookie.
10405 (generic-use-find-file-hook, generic-lines-to-scan)
10406 (generic-find-file-regexp, generic-ignore-files-regexp)
10407 (generic-mode, generic-mode-find-file-hook)
10408 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10409 (define-generic-mode): Make it a defmacro. Fix docstring.
10410 (generic-mode-internal): Code cleanup. Add autoload cookie.
10411 (generic-mode-set-comments): Code cleanup.
10412 * generic-x.el: Don't prevent compilation. Don't require generic.
10413 Follow coding conventions. Minor code cleanup.
10414 (etc-fstab-generic-mode): Add some keywords.
10415 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10416 define-generic-mode like a function declaration.
10417
10418 2005-03-21 Jay Belanger <belanger@truman.edu>
10419
10420 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10421 changing modes.
10422
10423 2005-03-21 Sam Steingold <sds@gnu.org>
10424
10425 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10426
10427 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10428
10429 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10430 Add underscore to "f$ lexicals" regexp.
10431
10432 2005-03-20 Juri Linkov <juri@jurta.org>
10433
10434 * subr.el (progress-reporter-do-update): When `min-value' is equal
10435 to `max-value', set `percentage' to 0 and prevent division by zero.
10436
10437 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10438
10439 Sync with Tramp 2.0.48.
10440
10441 * net/tramp.el (all): Change all addresses to .gnu.org.
10442 (tramp-append-tramp-buffers): New defun.
10443 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10444 Catch `dont-send' signal.
10445 (tramp-set-auto-save-file-modes): Set always permissions, because
10446 there might be an old auto-saved file belonging to another
10447 original file. This could be a security threat. Reported by
10448 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10449 Check for Emacs 21.3.50 removed.
10450
10451 * net/tramp-smb.el (all): Remove debug construct for
10452 `with-parsed-tramp-file-name'.
10453 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10454 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10455 No error message if DIRECTORY or FILENAME doesn't exist.
10456 (tramp-smb-open-connection): Check existence of
10457 `tramp-smb-program'.
10458
10459 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10462 Properly handle the case where the `m' or `s' command's argument is not
10463 yet terminated.
10464 (perl-indent-new-calculate): New function.
10465 (perl-indent-line): Use it.
10466
10467 2005-03-20 Miles Bader <miles@gnu.org>
10468
10469 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10470 in text-mode too. Change to new face names.
10471 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10472 Add `:weight bold' attribute.
10473 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10474
10475 2005-03-19 Juri Linkov <juri@jurta.org>
10476
10477 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10478
10479 * international/mule.el (auto-coding-alist): Sync with
10480 `auto-mode-alist' by adding upper case archive file extensions
10481 and adding ear/war to jar extension.
10482
10483 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10484
10485 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10486 running, restart it.
10487
10488 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10489
10490 * finder.el (finder-current-item): Throw an error on an empty line.
10491
10492 * man.el (Man-follow-manual-reference): If current-word returns
10493 nil, use "".
10494
10495 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10496
10497 * simple.el (goto-line): Doc fix.
10498
10499 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10500
10501 * files.el (save-buffer): Doc fix.
10502
10503 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10504
10505 * recentf.el (recentf-cleanup-remote): New variable.
10506 (recentf-cleanup): Use it to conditionally check availability of
10507 remote files.
10508
10509 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10510
10511 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10512 function names.
10513
10514 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10515
10516 * language/thai-word.el: New file.
10517
10518 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10519
10520 * files.el (backup-buffer): If the file's directory is not
10521 writable, use copy instead of move to backup the file.
10522
10523 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10524
10525 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10526
10527 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10528
10529 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10530 Use functionp instead of symbolp and fboundp. Reported by Drkm
10531 <darkman_spam@yahoo.fr>.
10532 (ps-print-version): New version 6.6.6.
10533
10534 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10535
10536 * textmodes/table.el (table--line-column-position): New idiom.
10537 (table--row-column-insertion-point-p): New function to test
10538 validity of row and column insertion operation at a location.
10539 (table-global-menu, table-cell-menu): Use above functions for
10540 deterministic test operation.
10541 (table--editable-cell-p): Behave in deterministic fashion.
10542
10543 2005-03-18 Juri Linkov <juri@jurta.org>
10544
10545 * isearch.el (isearch-lazy-highlight-new-loop):
10546 Make arguments beg and end optional.
10547 (isearch-update): Remove optional arguments nil from
10548 isearch-lazy-highlight-new-loop.
10549 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10550 isearch-lazy-highlight-case-fold-search instead of
10551 isearch-case-fold-search, and let-bind isearch-regexp to
10552 isearch-lazy-highlight-regexp.
10553 Use isearch-lazy-highlight-last-string instead of isearch-string.
10554
10555 * replace.el (perform-replace): Remove bindings of global
10556 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10557 Add three new arguments to `replace-highlight'.
10558 (replace-highlight): Add arguments string, regexp, case-fold.
10559 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10560 to allow isearch-lazy-highlight-new-loop to use these values
10561 to set corresponding isearch-lazy-highlight-* internal
10562 variables whose values lazy highlighting will use regardless of
10563 changes to global variables isearch-string, isearch-regexp,
10564 isearch-case-fold-search during lazy highlighting loop.
10565 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10566 to `lazy-highlight-cleanup'.
10567
10568 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10569 (ispell-highlight-face): Set default face to `isearch' when
10570 lazy highlighting is enabled.
10571 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10572 priority to 1. Add lazy highlighting.
10573 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10574 from `isearch-dehighlight'.
10575
10576 2005-03-18 David Ponce <david@dponce.com>
10577
10578 * files.el (hack-local-variables): Do a case-insensitive search
10579 for End.
10580
10581 2005-03-18 Juri Linkov <juri@jurta.org>
10582
10583 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10584 `isearch-lazy-highlight-cleanup', add alias to old name and
10585 declare obsolete. Add release numbers to other obsolete vars.
10586 (isearch-done, isearch-lazy-highlight-new-loop):
10587 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10588 (lazy-highlight-cleanup) <variable>: Doc fix.
10589 (isearch-lazy-highlight-update): Rename obsolete
10590 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10591
10592 2005-03-18 Kenichi Handa <handa@m17n.org>
10593
10594 * language/thai-util.el: Fix categorization of Thai characters in
10595 thai-category-table.
10596 (thai-composition-pattern): Adjust it for the above change.
10597 (thai-self-insert-command, thai-compose-syllable): New functions.
10598 (thai-compose-region): Use thai-compose-syllable.
10599 (thai-compose-string): Likewise.
10600 (thai-composition-function): Likewise.
10601 (thai-auto-composition): New function.
10602 (thai-auto-composition-mode): New minor mode.
10603
10604 * language/thai.el: Fix patterns to be registered in
10605 composition-function-table.
10606
10607 * international/quail.el (quail-input-method): Locally bind
10608 inhibit-modification-hooks to t.
10609
10610 2005-03-17 Richard M. Stallman <rms@gnu.org>
10611
10612 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10613 (perl-mode): Use run-mode-hooks.
10614
10615 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10616 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10617 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10618
10619 * mail/sendmail.el (sendmail-send-it): Reenable the code
10620 to compute resend-to-address and use it.
10621
10622 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10623
10624 * image-mode.el: New file.
10625
10626 * image.el (insert-sliced-image): Add autoload cookie.
10627
10628 * font-lock.el (font-lock-lines-before): New user option.
10629 (font-lock-after-change-function): Obey it.
10630
10631 * bindings.el (esc-map): Make M-g a prefix.
10632 Bind M-g g and M-g M-g to goto-line.
10633
10634 * faces.el (face-id): Doc fix.
10635
10636 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10637
10638 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10639 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10640 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10641
10642 * mail/sendmail.el (mail-yank-ignored-headers)
10643 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10644 Add Mail-Followup-To and Mail-Reply-To headers.
10645 (mail-citation-hook): Add autoload cookie.
10646 (mail-mode): Doc fix.
10647 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10648 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10649 (mail-mode-fill-paragraph): Handle those headers.
10650 (mail-mailing-lists): New variable.
10651 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10652
10653 2005-03-17 Juri Linkov <juri@jurta.org>
10654
10655 * isearch.el (isearch-fallback): Check for `(car previous)'
10656 before calling `isearch-other-end-state'.
10657
10658 2005-03-17 Kim F. Storm <storm@cua.dk>
10659
10660 * simple.el (move-beginning-of-line): Move to beginning of buffer
10661 line, as well as beginning of screen line.
10662
10663 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10664
10665 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10666 argument REDRAW rather than calendar-redrawing variable.
10667 * calendar/calendar.el (calendar-redrawing): Delete.
10668 (redraw-calendar): Do not bind calendar-redrawing.
10669
10670 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10671
10672 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10673 diary-file buffer.
10674
10675 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * help.el (describe-mode): Allow a :minor-mode-function property to
10678 specify a different minor mode toggle function than the variable.
10679 * simple.el (auto-fill-function):
10680 * subr.el (add-minor-mode): Use it.
10681
10682 2005-03-16 Kenichi Handa <handa@m17n.org>
10683
10684 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10685 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10686 (ethio-fidel-to-sera-buffer): Likewise.
10687
10688 2005-03-16 Juri Linkov <juri@jurta.org>
10689
10690 * emacs-lisp/find-func.el (find-function-regexp):
10691 Add defun-emitting macro `menu-bar-make-toggle'.
10692
10693 * isearch.el: Put `isearch-scroll' property to
10694 `split-window-horizontally'.
10695
10696 * info.el: Update error messages for `debug-ignored-errors'.
10697 (Info-isearch-search): Doc fix.
10698 (Info-find-node): Move up code to go into info buffer before
10699 recording the node to the history.
10700 (Info-fontify-node): Fontify titles only if the next line
10701 has two or more `*', `=', `-', `.'.
10702 Display "go to this node" for empty (match-string 3).
10703
10704 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10705
10706 * term/mac-win.el: Add mouse pointer shape constants.
10707
10708 2005-03-15 Kim F. Storm <storm@cua.dk>
10709
10710 * simple.el (move-beginning-of-line): Use vertical-motion.
10711
10712 2005-03-15 Juri Linkov <juri@jurta.org>
10713
10714 * isearch.el (isearch-error): New variable.
10715 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10716 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10717 (isearch-within-brackets-state): Remove.
10718 (isearch-case-fold-search-state, isearch-pop-fun-state):
10719 Decrease frame index.
10720 (isearch-mode, isearch-top-state, isearch-push-state)
10721 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10722 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10723 (isearch-search, isearch-lazy-highlight-new-loop):
10724 Replace `isearch-invalid-regexp' with `isearch-error'.
10725 Remove `isearch-within-brackets'.
10726 (isearch-search): Add `search-failed' handler to `condition-case'.
10727 (isearch-lazy-highlight-search): Add `condition-case' to catch
10728 errors and allow `isearch-lazy-highlight-update' to try
10729 highlighting from the beginning of the window.
10730 (isearch-repeat): Move up code to set isearch-wrapped to t
10731 before calling isearch-wrap-function.
10732
10733 * info.el (Info-isearch-initial-node): New internal variable.
10734 (Info-search): Signal an error in isearch mode when search leaves
10735 the initial node. Signal an error when `bound' is non-nil and
10736 nothing was found in the current subfile.
10737 (Info-isearch-search): Remove `condition-case'.
10738 (Info-isearch-wrap): Don't wrap when search failed during leaving
10739 the initial node. If `Info-isearch-search' is nil, wrap around
10740 the current node.
10741 (Info-isearch-start): New fun.
10742 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10743 `isearch-mode-hook'.
10744
10745 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10746
10747 * simple.el (normal-erase-is-backspace): Set default to t if
10748 running on Mac.
10749
10750 * term/mac-win.el (function-key-map): Sync with x-win.el.
10751
10752 2005-03-15 Kenichi Handa <handa@m17n.org>
10753
10754 * international/mule-cmds.el (locale-language-names): Modify the
10755 format of elements and add more entries.
10756 (locale-preferred-coding-systems): Add more entries.
10757 (set-locale-environment): Adjust for the change of
10758 locale-language-names.
10759
10760 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10761
10762 * pcvs.el (smerge-ediff): Remove bogus autoload.
10763
10764 2005-03-14 Lute Kamstra <lute@gnu.org>
10765
10766 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10767 Ignore a `*' at the beginning of a line.
10768
10769 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10770 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10771 subr.el.
10772 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10773 to specify indentation.
10774
10775 * generic.el (define-generic-mode): Let generic-mode-list be a
10776 list of strings; test membership with equal.
10777
10778 2005-03-14 Kim F. Storm <storm@cua.dk>
10779
10780 * simple.el (next-line, previous-line): Add optional try-vscroll
10781 arg to recognize interactive use. Pass it on to line-move.
10782 (line-move): Don't perform auto-window-vscroll when defining or
10783 executing keyboard macro to ensure consistent behavior.
10784
10785 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10786
10787 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10788
10789 2005-03-13 Lute Kamstra <lute@gnu.org>
10790
10791 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10792 debugger-setup-buffer so that backtrace marks the frames set to
10793 debug-on-exit and we don't have to do it manually. Set an extra
10794 debug-on-exit for macro's.
10795 (debugger-setup-buffer): Don't mark the top frame manually.
10796
10797 2005-03-12 Lute Kamstra <lute@gnu.org>
10798
10799 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10800 lisp-indent-function throughout.
10801 (with-no-warnings): Set lisp-indent-function property.
10802
10803 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10804
10805 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10806 Add entry for backslash.
10807
10808 2005-03-12 Juri Linkov <juri@jurta.org>
10809
10810 * info.el (Info-search): Four fixes for backward search.
10811
10812 2005-03-11 Jay Belanger <belanger@truman.edu>
10813
10814 * calc/calc.el (calc-language-alist): New variable.
10815 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10816 (calc-embedded-find-modes): Use calc-language-alist instead of
10817 calc-embedded-language-alist.
10818
10819 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10820
10821 * calendar/calendar.el (calendar-redrawing): New internal
10822 variable.
10823 (redraw-calendar): Remove bogus save-excursion from previous
10824 change. Bind calendar-redrawing to t for mark-diary-entries.
10825 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10826 calendar if that is why we were called.
10827
10828 2005-03-11 Kenichi Handa <handa@m17n.org>
10829
10830 * international/mule.el (make-coding-system): Set property
10831 coding-system-define-form to nil.
10832 (define-coding-system-alias): Likewise.
10833
10834 2005-03-11 Kenichi Handa <handa@m17n.org>
10835
10836 These changes are suggested by Dave Love <fx@gnu.org>.
10837
10838 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10839 coding: tag.
10840 (adaptive-fill-regexp): Add more bullets.
10841 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10842 regexps.
10843
10844 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10845
10846 * help.el (describe-mode): Properly handle non-trivial lighters.
10847 Don't ignore minor modes that are not listed in minor-mode-list.
10848
10849 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10850 feature ON when the user requests to turn it OFF.
10851
10852 2005-03-10 Lute Kamstra <lute@gnu.org>
10853
10854 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10855 (implement-debug-on-entry): New function to replace debug-entry-code.
10856 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10857 second argument as the 2005-03-07 change makes it obsolete.
10858 (debug-on-entry, cancel-debug-on-entry): Update call to
10859 debug-on-entry-1.
10860 (debug, debugger-setup-buffer): Comment update.
10861 (debugger-frame-number): Update to work with implement-debug-on-entry.
10862
10863 2005-03-10 Jay Belanger <belanger@truman.edu>
10864
10865 * calc/calc-embed.el (math-ms-args): Declare it.
10866 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10867 math-ms-args.
10868 (calc-embedded-subst): Use math-multi-subst-rec to substitute
10869 variables.
10870
10871 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
10872
10873 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10874 Use message-box.
10875
10876 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10877 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10878 (tooltip-gud-tips): Simplify.
10879 (tooltip-gud-tips-p): Remove superfluous :set.
10880 (tooltip-gud-modes): Add fortran-mode.
10881 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10882
10883 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10884
10885 2005-03-09 Kim F. Storm <storm@cua.dk>
10886
10887 * play/animate.el (animate-place-char): Use forward-line instead
10888 of next-line to improve performance.
10889
10890 2005-03-09 Simon Josefsson <jas@extundo.com>
10891
10892 * net/browse-url.el (browse-url-default-browser): Doc fix.
10893
10894 2005-03-09 Miles Bader <miles@gnu.org>
10895
10896 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10897 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10898
10899 2005-03-09 Kenichi Handa <handa@m17n.org>
10900
10901 * international/latin-1.el: Set case and syntax for 255 only if
10902 set-case-syntax-set-multibyte is nil.
10903
10904 * textmodes/ispell.el (ispell-insert-word): New function.
10905 (ispell-word): Use ispell-insert-word to insert a new word.
10906 (ispell-process-line): Likewise.
10907 (ispell-complete-word): Likewise.
10908
10909 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10910
10911 * calendar/calendar.el (redraw-calendar): Preserve point.
10912 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10913 (calendar-week-start-day): Move after definition of
10914 redraw-calendar. Delete buffer test, since redraw-calendar has
10915 that now.
10916
10917 * calendar/diary-lib.el (mark-diary-entries): Only call
10918 redraw-calendar in the first of any recursive calls.
10919 Reported by Alan Shutko <ats@acm.org>.
10920
10921 2005-03-08 Juri Linkov <juri@jurta.org>
10922
10923 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
10924 (html-horizontal-rule, html-line, html-image, html-checkboxes)
10925 (html-radio-buttons): Add a space before the trailing `/>' where
10926 sgml-xml-mode is non-nil.
10927 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
10928 the subsequent tag of the empty XML tag.
10929 (html-href-anchor): Don't set initial input to "http:".
10930 (html-image): Ask for the image URL and set point inside alt="".
10931 (html-name-anchor): Duplicate the name in the `id' attribute when
10932 sgml-xml-mode is non-nil.
10933 (html-paragraph): Remove \n before <p>.
10934 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
10935 instead of `checked' when sgml-xml-mode is non-nil.
10936
10937 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
10938 Remove 1 space before #RRGGBB to not truncate it on terminal
10939 windows w/o fringes. Remove 1 space between bg and fg examples
10940 to get more space.
10941 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
10942 avoid byte-compile warnings.
10943
10944 * image-file.el (image-file-handler): Put `safe-magic' property to
10945 `image-file-handler'.
10946
10947 * info.el (Info-isearch-search): Emulate word search in
10948 isearching through multiple Info nodes with Info-search.
10949 (Info-isearch-wrap): Allow isearch-word.
10950
10951 2005-03-08 Lute Kamstra <lute@gnu.org>
10952
10953 * emacs-lisp/debug.el (debugger-step-through): Make sure that
10954 stepping into the debugger's code is not possible.
10955 (debugger-jumping-flag): Docstring update.
10956
10957 2005-03-08 Jay Belanger <belanger@truman.edu>
10958
10959 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
10960 embedded mode begins.
10961 (calc-embedded-language-alist): New variable.
10962 (calc-embedded-find-modes): Use calc-embedded-language-alist to
10963 set default language mode.
10964
10965 2005-03-08 Kenichi Handa <handa@m17n.org>
10966
10967 * international/ccl.el (define-ccl-program): Fix docstring about
10968 extra 256 bytes assured for the output buffer.
10969
10970 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10971 Fix BUFFER_MAGNIFICATION to 2.
10972 (ccl-encode-mule-utf-16be-with-signature): Likewise.
10973
10974 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
10975
10976 * align.el (align-rules-list): Added an alignment rule for CSS
10977 declarations (applies to css-mode and html-mode buffers).
10978
10979 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10980
10981 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
10982
10983 2005-03-07 Kim F. Storm <storm@cua.dk>
10984
10985 * simple.el (move-beginning-of-line): New command.
10986
10987 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
10988
10989 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
10990
10991 * emulation/cua-base.el: Put CUA move property on move-end-of-line
10992 and move-beginning-of-line.
10993
10994 * apropos.el (apropos-print): Omit command from M-x ... RET.
10995
10996 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
10997
10998 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
10999 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11000
11001 2005-03-06 Richard M. Stallman <rms@gnu.org>
11002
11003 * bindings.el (esc-map): Bind M-g to goto-line.
11004
11005 * facemenu.el (global-map): Bind M-o, not M-g.
11006
11007 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11008
11009 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11010 "Open Directory" as for "Open File".
11011
11012 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11013
11014 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11015 (push-mark-command): Run activate-mark-hook.
11016
11017 2005-03-06 Richard M. Stallman <rms@gnu.org>
11018
11019 * help-mode.el (help-mode-finish): Don't alter the element
11020 in view-return-to-alist if there already is one.
11021
11022 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11023 make sure the current buffer is the expected one.
11024
11025 * novice.el (disabled-command-function): Output in *Disabled Command*.
11026 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11027
11028 * textmodes/flyspell.el (flyspell-large-region):
11029 Pass args differently for aspell.
11030
11031 * files.el (mode-require-final-newline): Doc fix.
11032
11033 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11034
11035 * progmodes/which-func.el (which-function):
11036 Specify NOERROR when calling imenu--make-index-alist.
11037
11038 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * simple.el (normal-erase-is-backspace): Define default value.
11041
11042 * custom.el (custom-theme-set-variables): Remove unused var
11043 `immediate'.
11044 (custom-reevaluate-setting): Simple function to handle variables
11045 that are defined before their default value can really be
11046 computed.
11047
11048 * startup.el (command-line): Use it for temporary-file-directory,
11049 small-emporary-file-directory, auto-save-file-name-transforms,
11050 blink-cursor-mode, and normal-erase-is-backspace.
11051
11052 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11053 progress, even with buggy anchored keywords.
11054
11055 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11056
11057 * simple.el (goto-line): Remove unbalanced final parenthesis.
11058
11059 2005-03-05 Richard M. Stallman <rms@gnu.org>
11060
11061 * simple.el (goto-line): Use a number at point as the default.
11062 With C-u as arg, switch buffers.
11063
11064 2005-03-05 Juri Linkov <juri@jurta.org>
11065
11066 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11067 with `no-blinking-cursor'.
11068
11069 * startup.el (no-blinking-cursor): New defvar.
11070 (command-line): Add `--no-blinking-cursor' to longopts.
11071 Set `no-blinking-cursor' to t for command line arguments
11072 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11073 with `no-blinking-cursor' in the condition for calling
11074 `blink-cursor-mode'.
11075
11076 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11077
11078 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11079 (menu-bar-options-save): Add blink-cursor-mode.
11080 (menu-bar-options-menu): Add blink-cursor-mode.
11081
11082 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11083
11084 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11085 (icalendar-export-file, icalendar-export-region)
11086 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11087 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11088
11089 2005-03-04 Lute Kamstra <lute@gnu.org>
11090
11091 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11092 (debug-function-list): Ditto.
11093
11094 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11095
11096 * textmodes/texinfmt.el (texinfo-append-refill):
11097 Redefine the types of line to which @refill
11098 is not appended by replacing a search for `@refill\\|@bye' with
11099 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11100 itemize@refill' bug and the unfilled long lines bug.
11101 (texinfmt-version): Update number and date.
11102
11103 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11104
11105 * international/code-pages.el (windows-1250, windows-125[2-8])
11106 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11107
11108 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11109
11110 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11111 bound yet.
11112
11113 2005-03-02 Romain Francoise <romain@orebokech.com>
11114
11115 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11116 buffer after removing limits.
11117 (ibuffer-pop-filter): Ditto.
11118 Update copyright.
11119
11120 2005-03-02 Miles Bader <miles@gnu.org>
11121
11122 * button.el (make-text-button): If the user doesn't specify a
11123 type, use the default. Rewrite to use `add-text-properties' and
11124 plist functions.
11125
11126 2005-03-01 Lute Kamstra <lute@gnu.org>
11127
11128 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11129 (debugger-jumping-flag): New var.
11130 (debug-entry-code): Use it.
11131 (debugger-jump): Use debugger-jumping-flag and add
11132 debugger-reenable to post-command-hook.
11133 (debugger-reenable): Use debugger-jumping-flag and remove itself
11134 from post-command-hook.
11135 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11136 debugger-reenable.
11137
11138 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11139
11140 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11141 inclusion of "itemize\\|", which may be unnecessary, is certainly
11142 inelegant, and stops refilling in itemize lists when formatting
11143 Japanese Texinfo files to Info.
11144 Update copyright to 2005.
11145
11146 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11147
11148 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11149 of an error if GDB can't find the source file.
11150
11151 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11152
11153 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11154 not just the calendar.
11155
11156 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11157 first.
11158 (diary-redraw-calendar): New function.
11159 (make-diary-entry): Add diary-redraw-calendar to local
11160 write-contents-functions. Turn off selective display before
11161 inserting in diary.
11162
11163 2005-03-01 Kim F. Storm <storm@cua.dk>
11164
11165 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11166
11167 2005-03-01 Lute Kamstra <lute@gnu.org>
11168
11169 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11170 that debug-entry-code can be safely removed from a function while
11171 this code is being evaluated. Revert the 2005-02-27 change as the
11172 new implementation no longer requires it. Make sure that a
11173 function body containing just a string is not mistaken for a docstring.
11174 (debug): Skip one more frame in case of debug on entry.
11175 (debugger-setup-buffer): Delete one more frame line in case of
11176 debug on entry.
11177 (debugger-frame-number): Update to use the new text introduced by
11178 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11179
11180 2005-02-28 Kim F. Storm <storm@cua.dk>
11181
11182 * double.el (double-translate-key): Call force-window-update after
11183 read-event to avoid crash in redisplay.
11184
11185 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11188 (debug): Use it. Move the inhibit-trace earlier.
11189 (debug-entry-code): New const.
11190 (debug-on-entry-1): Use it.
11191
11192 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11193
11194 * international/utf-16.el (ccl-encode-mule-utf-16le):
11195 Fix BUFFER_MAGNIFICATION to 2.
11196 (ccl-encode-mule-utf-16be): Likewise.
11197
11198 2005-02-28 Kenichi Handa <handa@m17n.org>
11199
11200 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11201 Fix BUFFER_MAGNIFICATION to 4.
11202 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11203
11204 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11205
11206 * speedbar.el (speedbar-update-flag): Doc fix.
11207 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11208 argument.
11209
11210 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11213 have a non-nil `invisible' property but are actually visible.
11214
11215 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11216 for perldoc sections.
11217 (perl-outline-regexp, perl-outline-level): New var and function.
11218 (perl-mode): Use them.
11219
11220 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11221
11222 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11223 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11224
11225 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11226
11227 * cus-edit.el: Comment change.
11228 (custom-buffer-create-internal): Slightly reword text at top of
11229 Custom buffers. Mention there that saving an option edits the
11230 init file. Add link to Emacs manual node on `custom-file'.
11231 (custom-magic-alist): Rewrite individual State messages to use
11232 capitalized keywords. Doc fix.
11233
11234 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11235
11236 * calendar/calendar.el (calendar-buffer): Move above
11237 calendar-week-start-day.
11238 (calendar-week-start-day): Doc fix. Add :set function.
11239 (calendar-minimum-window-height): New variable.
11240 (generate-calendar-window): Only resize window if selected-window
11241 is displaying the calendar buffer. Use new variable
11242 calendar-minimum-window-height.
11243 (generate-calendar): Reword error message.
11244 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11245
11246 2005-02-27 Andreas Schwab <schwab@suse.de>
11247
11248 * vc.el (vc-do-command): Don't run command asynchronously when
11249 operating in a remote directory.
11250
11251 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11252 change from sync with Tramp 2.0.47.
11253
11254 2005-02-27 Richard M. Stallman <rms@gnu.org>
11255
11256 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11257
11258 * textmodes/flyspell.el (flyspell-mode-on):
11259 Call ispell-change-dictionary only if necessary.
11260
11261 * emacs-lisp/re-builder.el (regexp-builder): New function.
11262
11263 * register.el (describe-register-1): Explicitly handle
11264 yank-excluded-properties = t.
11265
11266 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11267 (custom-magic-alist): Change the status descriptions again.
11268 (face widget-type): Total rewrite based on `restricted-sexp'
11269 to eliminate the confusing double hiding levels.
11270
11271 * emacs-lisp/debug.el (debug-on-entry-1):
11272 If function body is empty, add nil as body form.
11273
11274 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 * emacs-lisp/trace.el (inhibit-trace): New var.
11277 (trace-make-advice): Use it.
11278
11279 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11280
11281 2005-02-26 Kim F. Storm <storm@cua.dk>
11282
11283 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11284 (mouse-on-link-p, mouse-drag-region-1): Use it.
11285
11286 2005-02-25 Lute Kamstra <lute@gnu.org>
11287
11288 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11289
11290 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11291
11292 * frame.el (blink-cursor-mode): Add :group keyword.
11293
11294 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11295
11296 * calendar/icalendar.el (icalendar--decode-isodatetime):
11297 New optional argument DAY-SHIFT.
11298 (icalendar-export-region): Fix coding-system-for-write.
11299 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11300 events by one.
11301
11302 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11305
11306 2005-02-24 Kim F. Storm <storm@cua.dk>
11307
11308 * international/iso-acc.el (iso-accents-compose): Fix crash
11309 during redisplay. Call force-window-update after read-event
11310 and delete-region to signal that window is not accurate.
11311
11312 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11313
11314 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11315 Remove unused and inexistent var `inhibit-trace'.
11316 (debugger-mode): Use run-mode-hooks.
11317 (debugger-list-functions): Add buttons; setup xref stack.
11318
11319 2005-02-23 Richard M. Stallman <rms@gnu.org>
11320
11321 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11322 appointment says it was explicitly made.
11323 (appt-add): Set the 3rd element.
11324 (appt-make-list): Preserve explicit appointments.
11325
11326 * subr.el (find-tag-default): Catch errors in forward-sexp.
11327
11328 2005-02-23 Juri Linkov <juri@jurta.org>
11329
11330 * info.el (Info-isearch-search): New defcustom.
11331 (Info-isearch-search): Call the default isearch function
11332 when Info-isearch-search is nil.
11333 (Info-isearch-wrap): Use variable Info-isearch-search.
11334
11335 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11336
11337 * cus-edit.el: Comment change.
11338
11339 2005-02-22 Kim F. Storm <storm@cua.dk>
11340
11341 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11342 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11343
11344 2005-02-22 Simon Josefsson <jas@extundo.com>
11345
11346 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11347 New variable.
11348 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11349 Oskarsson" <myrkraverk@users.sourceforget.net>.
11350
11351 2005-02-22 Kim F. Storm <storm@cua.dk>
11352
11353 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11354 check that window of that event is the selected window.
11355 (mouse-drag-region-1): Compare mouse event window to selected
11356 window before setting point.
11357
11358 * tooltip.el (tooltip-show-help-function): Pass event to
11359 mouse-on-link-p so it can check selected window.
11360
11361 2005-02-22 Kenichi Handa <handa@m17n.org>
11362
11363 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11364 (ps-mule-show-warning): New function.
11365 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11366 characters are found.
11367
11368 * ps-print.el (ps-header-footer-string): Return a list of header
11369 and footer strings.
11370
11371 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11372
11373 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11374
11375 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11376
11377 * frame.el (blink-cursor-mode): Use define-minor-mode.
11378
11379 * term/mac-win.el (function-key-map): Use char-names more consistently.
11380 (file-name-coding-system): Only set it for MacOS-9. The other case is
11381 already handled in mule-cmds.el (where it also works when mac-win.el
11382 is not used).
11383
11384 2005-02-21 Kenichi Handa <handa@m17n.org>
11385
11386 * international/mule.el (ctext-pre-write-conversion): Always use
11387 " *code-converting-work*" buffer for work.
11388
11389 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11390
11391 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11392
11393 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11394
11395 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11396
11397 * ses.el (undo-more): Restore defadvice, but only the part that
11398 allows changes outside the restricted area of the buffer.
11399
11400 2005-02-20 Kim F. Storm <storm@cua.dk>
11401
11402 * simple.el (line-move): Add fourth optional arg try-vscroll which
11403 must be set to perform auto-window-vscroll.
11404 When moving backwards and doing auto-window-vscroll, automatically
11405 vscroll to the last part of lines which are taller than the window.
11406 (next-line, previous-line): Set try-vscroll arg on line-move.
11407
11408 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11409
11410 * replace.el (query-replace, query-replace-regexp)
11411 (replace-string, replace-regexp): When operating on region, make
11412 the minibuffer prompt say so.
11413
11414 * isearch.el (isearch-forward): Document isearch-query-replace and
11415 isearch-query-replace-regexp keybindings.
11416
11417 2005-02-19 Jay Belanger <belanger@truman.edu>
11418
11419 * calc/calc-aent.el (math-read-token): Add local variable.
11420
11421 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11422 (calc-edit-top): Move declaration to earlier in file.
11423 (calc-edit-macro-repeats): Add local variables.
11424
11425 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11426 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11427 calcFunc-tanh.
11428 Adjust integration rule for calcFunc-tan.
11429
11430 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11431
11432 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11433 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11434 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11435 (viper-skip-separators): Bug fix.
11436 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11437 particular major mode.
11438 (viper-del-backward-char-in-replace): Don't put deleted char on the
11439 kill ring.
11440
11441 * viper-ex.el (viper-color-display-p): New function.
11442 (viper-has-face-support-p): Use viper-color-display-p.
11443
11444 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11445
11446 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11447
11448 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11449 (viper-file-remote-p): Make equivalent to file-remote-p.
11450
11451 * viper.el (viper-major-mode-modifier-list):
11452 Use viper-gnus-modifier-map.
11453
11454 2005-02-19 David Kastrup <dak@gnu.org>
11455
11456 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11457 quoting.
11458
11459 2005-02-19 Jay Belanger <belanger@truman.edu>
11460
11461 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11462 Remove extra definitions.
11463 (calc-coth): New function.
11464 (calcFunc-cot): Fix `let'.
11465
11466 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11467
11468 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11469 the reasons we use "type pc" in these faces.
11470
11471 * button.el (button): Ditto.
11472
11473 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11474
11475 * replace.el (query-replace-read-from): Set the value of
11476 query-replace-from-history-variable to handle the case of an empty
11477 string entered to accept the suggested default.
11478
11479 * net/tramp.el (tramp-file-name-for-operation):
11480 Use dired-call-process instead of dired-call-process-command.
11481
11482 2005-02-19 Jay Belanger <belanger@truman.edu>
11483
11484 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11485 (math-div-non-trig): New variables.
11486 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11487 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11488 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11489 trig expressions.
11490
11491 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11492
11493 * progmodes/gdb-ui.el (gdb-var-update-handler)
11494 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11495 for watch expressions,
11496 (gdb-var-create-handler): Don't set speedbar-update-flag.
11497 (gdb-post-prompt): Simplify test for speedbar.
11498
11499 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11500
11501 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11502 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11503 we use the syntax table of the correct buffer.
11504 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11505 Felix Gatzemeier.
11506
11507 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11508 (ediff-file-remote-p): Make synonymous with file-remote-p.
11509 In all deffaces ediff-*-face-*, use min-colors.
11510
11511 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11512 ediff-recurse-to-subdirectories.
11513 (ediff-mark-if-equal): Check that the arguments are strings, use
11514 ediff-same-contents (after to Felix Gatzemeier).
11515
11516 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11517 nil.
11518
11519 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11522
11523 2005-02-18 David Kastrup <dak@gnu.org>
11524
11525 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11526 use `mark-active' when defined.
11527
11528 2005-02-18 Kenichi Handa <handa@m17n.org>
11529
11530 * ps-print.el (ps-font-info-database): New entry
11531 ZapfChancery-MediumItalic with correct font name. Fix font name
11532 of the entry Zapf-Chancery-MediumItalic.
11533
11534 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11535
11536 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11537
11538 2005-02-16 Kim F. Storm <storm@cua.dk>
11539
11540 * ido.el (ido-fallback-command): Pass user input to fallback command.
11541
11542 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11543
11544 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11545 (gdb-find-file-hook): Add server prefix.
11546
11547 2005-02-16 Richard M. Stallman <rms@gnu.org>
11548
11549 * replace.el (perform-replace): Pass new args to replace-highlight.
11550 (replace-highlight): Take region args,
11551 and pass them to isearch-lazy-highlight-new-loop.
11552
11553 * novice.el (disabled-command-hook): Autoload the defalias
11554 and the make-obsolete-variable call.
11555
11556 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11557
11558 * isearch.el (isearch-lazy-highlight-start-limit)
11559 (isearch-lazy-highlight-end-limit): New variables limit
11560 the region for highlighting.
11561 (isearch-lazy-highlight-new-loop): New args BEG and END.
11562 (isearch-lazy-highlight-search): Use the new vars.
11563 (isearch-lazy-highlight-update): Likewise.
11564
11565 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11566
11567 * cus-start.el (all): Use default-boundp.
11568
11569 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11570
11571 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11572
11573 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11574
11575 * autorevert.el (auto-revert-stop-on-user-input)
11576 (auto-revert-verbose): Doc fixes.
11577
11578 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11579
11580 * international/mule-cmds.el (set-locale-environment): Remove call
11581 to set-selection-coding-system on Windows.
11582
11583 2005-02-15 Jay Belanger <belanger@truman.edu>
11584
11585 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11586 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11587 calcFunc-coth.
11588 (math-simplify-sqrt): Add simplifications.
11589
11590 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11591 to list.
11592
11593 * calc/calc-ext.el: Add functions to autoloads.
11594
11595 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11596 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11597 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11598 (math-csc-raw, math-cot-raw): New functions.
11599
11600 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11601
11602 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11603 the variable name in a message.
11604
11605 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11606 calcFunc-csc, calcFunc-cot.
11607
11608 * calc/calcalg2.el: Add derivative and integration rules for
11609 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11610 calcFunc-csch, calcFunc-coth.
11611 (math-do-integral-methods): Add to checks for when to use
11612 substitutions.
11613
11614 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11615
11616 2005-02-15 Lute Kamstra <lute@gnu.org>
11617
11618 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11619 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11620 <monnier@iro.umontreal.ca>
11621 (lisp-outline-level): Improve efficiency. Suggested by David
11622 Kastrup <dak@gnu.org>.
11623
11624 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11625
11626 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11627 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11628 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11629 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11630 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11631
11632 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11633
11634 * cus-start.el (all): Comment change.
11635
11636 2005-02-14 Lute Kamstra <lute@gnu.org>
11637
11638 * cus-start.el (all): Check if symbol is void.
11639
11640 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11641
11642 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11643 optional argument to \cite.
11644
11645 2005-02-14 Richard M. Stallman <rms@gnu.org>
11646
11647 * cus-edit.el (custom-buffer-create-internal): Update help message.
11648 (custom-magic-alist): Update help messages.
11649
11650 * cus-start.el (all): Allow a var to specify a standard value.
11651
11652 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11653
11654 * custom.el (custom-theme-set-variables): Handle variable aliases.
11655
11656 * frame.el (blink-cursor-timer): Doc fix.
11657 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11658 declare obsolete.
11659 (blink-cursor-mode): Define with defcustom and use correct
11660 standard expression in that defcustom.
11661 * startup.el (command-line): Adapt to above changes in frame.el.
11662
11663 2005-02-11 Lute Kamstra <lute@gnu.org>
11664
11665 * apropos.el (apropos-score-doc): Prevent division by zero.
11666
11667 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11668
11669 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11670 (icalendar--get-event-property-attributes)
11671 (icalendar--get-event-properties)
11672 (icalendar--datetime-to-diary-date): New functions.
11673 (icalendar--split-value): Doc fix.
11674 (icalendar--datetime-to-noneuropean-date)
11675 (icalendar--datetime-to-european-date): New optional argument
11676 SEPARATOR. Return result as a string instead of a list.
11677 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11678 (icalendar--convert-string-for-export): Rename arg S to STRING.
11679 (icalendar-export-region): Doc fix. Change name of error buffer.
11680 Save output buffer.
11681 (icalendar-import-file): Add blank at end of prompt.
11682 (icalendar-import-buffer): Doc fix. Do not switch to error
11683 buffer. Indicate status in return value.
11684 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11685 buffer. Save output buffer. Handle exception from recurrence
11686 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11687 events. Fix problems with weekly all-day events.
11688
11689 2005-02-10 Richard M. Stallman <rms@gnu.org>
11690
11691 * simple.el (eval-expression-print-format):
11692 Avoid warning about edebug-active.
11693
11694 * help.el (help-for-help-internal): Rename from help-for-help.
11695 (help-for-help): Define with defalias.
11696
11697 * font-core.el (font-lock-default-function): Use with-no-warnings.
11698
11699 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11700
11701 * custom.el (defface): Doc fix.
11702
11703 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11704
11705 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11706 width 0" to prevent word wrapping problems.
11707
11708 2005-02-09 Kim F. Storm <storm@cua.dk>
11709
11710 * ido.el (ido-file-extensions-order): New defcustom.
11711 (ido-file-extension-lessp, ido-file-extension-aux)
11712 (ido-file-extension-order): New advanced file ordering.
11713 (ido-file-lessp): New simple file ordering.
11714 (ido-sort-list): Remove.
11715 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11716 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11717
11718 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11719
11720 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11721 that some versions of grep produce.
11722 (grep-mode-font-lock-keywords): Likewise.
11723
11724 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11725
11726 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11727 (gdb-cdir): Delete.
11728 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11729 (gdb-source-info): Treat case when source file is in another
11730 directory properly.
11731 (gdb-get-location): New function.
11732
11733 2005-02-07 Jay Belanger <belanger@truman.edu>
11734
11735 * calc/calc-prog.el (calc-write-parse-table-part)
11736 (calc-fix-token-name): Fix a check for language type.
11737
11738 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11739
11740 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11741
11742 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11743 as directory not writable.
11744
11745 2005-02-07 Kim F. Storm <storm@cua.dk>
11746
11747 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11748 (cua--standard-movement-commands): Remove list.
11749 Instead, set CUA property value to move for movement commands.
11750 (cua-movement-commands): Remove. Users must set CUA prop instead.
11751 (cua--pre-command-handler): Check CUA property.
11752 (cua--init-keymaps): Don't remap undo commands.
11753 (cua-mode): Don't call cua--rectangle-on-off.
11754
11755 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11756 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11757 (cua--rect-undo-set-point): New var.
11758 (cua--rectangle-undo-boundary): Setup undo apply entry.
11759 (cua--rect-undo-handler): New function for rectangle undo.
11760 (cua--rect-start-position, cua--rect-end-position): Add.
11761 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11762 for restored rectangle. Set point if cua--rect-undo-set-point.
11763
11764 2005-02-06 Jay Belanger <belanger@truman.edu>
11765
11766 * calc/calc-lang.el (calc-tex-language): Display more information
11767 in messages.
11768
11769 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11770 in TeX mode.
11771
11772 2005-02-06 Richard M. Stallman <rms@gnu.org>
11773
11774 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11775
11776 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11777
11778 * net/ldap.el (ldap-search-internal): Support attributes with
11779 optional descriptions separated by a semi-colon, as in
11780 "userCertificate;binary".
11781
11782 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11783
11784 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11785 isn't a cons (i.e. the version is 0).
11786
11787 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11788
11789 * help.el (help-for-help): Doc fix.
11790
11791 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11792
11793 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11794 GDB-Windows on the menu-bar as this works better.
11795
11796 2005-02-04 Jay Belanger <belanger@truman.edu>
11797
11798 * calc/calc-embed.el (calc-embedded-update): Don't put in
11799 unnecessary newlines. Adjust the end of formula marker.
11800
11801 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11802 (math-latex-parse-two-args): New function.
11803
11804 2005-02-03 Lute Kamstra <lute@gnu.org>
11805
11806 * help-fns.el (help-with-tutorial): Make sure that users cannot
11807 remove the entire text of the tutorial by means of `undo'.
11808
11809 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11810
11811 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11812 in recent changes, where the ispell process was repeatedly
11813 killed & restarted.
11814
11815 * international/mule-cmds.el (set-locale-environment): Set file-name
11816 coding system to utf-8 on Darwin systems.
11817 (set-default-coding-systems): Don't set default-file-name-coding-system
11818 on Darwin systems.
11819
11820 2005-02-03 Richard M. Stallman <rms@gnu.org>
11821
11822 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11823
11824 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11825
11826 * faces.el (list-faces-display): Add optional argument.
11827
11828 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * font-core.el (font-lock-default-function): Handle the rare case where
11831 only font-lock-keywords is set.
11832
11833 2005-02-02 Kenichi Handa <handa@m17n.org>
11834
11835 * international/characters.el: Cancel previous change for
11836 I-WITH-DOT-ABOVE and DOTLESS-i.
11837
11838 * international/latin-5.el: Cancel previous change.
11839
11840 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11841
11842 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11843
11844 2005-02-02 Kenichi Handa <handa@m17n.org>
11845
11846 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11847 DOTLESS-i.
11848
11849 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11850 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11851
11852 * case-table.el (get-upcase-table): New function.
11853 (copy-case-table): Copy upcaes table too if non-nil.
11854 (set-case-syntax-delims): Maintain upcase table too.
11855 (set-case-syntax-pair): Likewise.
11856 (set-upcase-syntax, set-downcase-syntax): New functions.
11857 (set-case-syntax): Maintain upcase table too.
11858
11859 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11860
11861 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11862
11863 * progmodes/gud.el (gud-goto-info): New function.
11864 (gud-tool-bar-map): Use correct icon.
11865
11866 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11867
11868 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11869 When delegating, order args in the funcall correctly.
11870
11871 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11872
11873 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11874
11875 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
11876
11877 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11878 buffer not visiting a file.
11879
11880 2005-01-31 Jay Belanger <belanger@truman.edu>
11881
11882 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11883 bound on the line with the formula.
11884
11885 2005-01-31 Kim F. Storm <storm@cua.dk>
11886
11887 * ses.el (ses-create-cell-variable-range)
11888 (ses-destroy-cell-variable-range, ses-reset-header-string)
11889 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11890 (ses-insert-row): Fix format of apply undo entries.
11891
11892 2005-01-31 Jay Belanger <belanger@truman.edu>
11893
11894 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11895 parts.
11896
11897 * calc/calc-embed.el (calc-embedded-open-formula)
11898 (calc-embedded-close-formula): Ignore matrix environments.
11899
11900 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11901 TeX mode.
11902
11903 * calc/calc-lang.el (math-function-table, math-oper-table)
11904 (math-variable-table): Adjust the LaTeX portions.
11905
11906 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11907 (math-latex-ignore-words): New constant.
11908
11909 2005-01-31 Richard M. Stallman <rms@gnu.org>
11910
11911 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11912 (ispell-local-dictionary): Doc fix.
11913 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11914 Don't reinitialize at run time. Don't defcustom.
11915 All uses changed to append ispell-local-dictionary-alist,
11916 or check it first.
11917 (ispell-current-dictionary): New variable for dictionary in use.
11918 (ispell-dictionary): Now used only for global default.
11919 (ispell-start-process): Set ispell-current-dictionary,
11920 not ispell-dictionary.
11921 (ispell-change-dictionary): Use this only for setting
11922 user preferences.
11923 (ispell-internal-change-dictionary): New function
11924 to change the current dictionary in use.
11925 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
11926 Use ispell-current-dictionary.
11927 Handle ispell-local-dictionary-overridden.
11928 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
11929
11930 2005-01-31 Jay Belanger <belanger@truman.edu>
11931
11932 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
11933
11934 * calc/calc-ext.el: Add calc-latex-language to autoloads.
11935 (calc-mode-map): Add calc-latex-language.
11936
11937 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
11938 (math-latex-print-frac): New functions.
11939 (math-oper-table, math-function-table, math-variable-table)
11940 (math-complex-format, math-input-filter): Add latex properties.
11941 (calc-set-language): Set math-expr-special-function-mapping.
11942
11943 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
11944 (calc-write-parse-table-part): Add LaTeX support.
11945
11946 * calc/calc.el (calc-language): Adjust docstring.
11947 (calc-set-mode-line): Add LaTeX support.
11948 (math-expr-special-function-mapping): New variable.
11949 (math-tex-ignore-words): Add to list.
11950
11951 * calc/calccomp.el (math-compose-expr, math-compose-rows):
11952 Add LaTeX support.
11953 (math-compose-expr): Add support for special functions.
11954
11955 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
11956
11957 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
11958
11959 * progmodes/gdb-ui.el (gdb-memory-address)
11960 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
11961 (gdb-memory-mode-map, gdb-memory-format-keymap)
11962 (gdb-memory-format-menu, gdb-memory-unit-keymap)
11963 (gdb-memory-unit-menu): New variables for a buffer
11964 that lets the user examine program memory.
11965 (gdb-memory-set-address, gdb-memory-set-repeat-count)
11966 (gdb-memory-format-binary, gdb-memory-format-octal)
11967 (gdb-memory-format-unsigned, gdb-memory-format-signed)
11968 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
11969 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
11970 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11971 (gdb-memory-unit-byte, gdb-memory-unit-menu)
11972 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
11973 (gdb-memory-mode, gdb-memory-buffer-name)
11974 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
11975 New functions for above buffer.
11976
11977 2005-01-30 Richard M. Stallman <rms@gnu.org>
11978
11979 * cus-edit.el (custom-bury-buffer): Function deleted.
11980 (custom-buffer-done-function): Option deleted.
11981 (custom-buffer-done-kill): New (replacement option.
11982 (Custom-buffer-done): Call quit-window.
11983 (custom-buffer-create-internal): Update for above changes.
11984
11985 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
11986
11987 * simple.el (undo-ask-before-discard): New var.
11988 (undo-outer-limit-truncate): Implement it.
11989 (undo-extra-outer-limit): Doc update.
11990
11991 2005-01-29 Richard M. Stallman <rms@gnu.org>
11992
11993 * ses.el (undo-more): Delete defadvice.
11994 (ses-begin-change): Doc fix.
11995
11996 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
11997 instead of rebinding C-x u and C-_.
11998
11999 * files.el (normal-backup-enable-predicate): Return nil for files
12000 in /tmp, regardless of temporary-file-directory.
12001
12002 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12003
12004 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12005 (open-rectangle, delete-whitespace-rectangle-line)
12006 (clear-rectangle-line): If FILL, pass t instead of FILL
12007 for move-to-column's 2nd arg.
12008
12009 * simple.el (undo): Fix the test for continuing a series of undos.
12010 (undo-more): Set pending-undo-list to t when we reach end.
12011 (pending-undo-list): Move up defvar.
12012
12013 * wid-edit.el (widget-button-click):
12014 Shorten the range of the track-mouse binding.
12015
12016 * comint.el (comint-insert-input): Undo previous changes;
12017 use last-input-event in interactive spec.
12018
12019 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12020
12021 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12022 to nil before invoking call-process. Reset buffer's modified flag
12023 after fontifying it in the no-async branch.
12024
12025 * wid-edit.el (widget-specify-button): If mouse pointer shape
12026 cannot be changed, use mouse face instead.
12027
12028 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12029
12030 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12031 (gdb-goto-breakpoint): Make breakpoint handling work on template
12032 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12033 (gdb-assembler-custom): Update to recognize breakpoint information
12034 added on 2005-01-19.
12035
12036 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12037
12038 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12039 (dsssl-mode): Use define-derived-mode.
12040 (scheme-mode-initialize): Remove.
12041 (scheme-mode): Use run-mode-hooks.
12042
12043 * cus-edit.el (customize-group-other-window)
12044 (custom-buffer-create-other-window): Don't override special-display-*.
12045 (custom-mode-map): Make it dense.
12046
12047 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12048 sets the default value.
12049
12050 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12051
12052 * descr-text.el: Add more keywords.
12053
12054 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12055
12056 * speedbar.el: Avoid unnecessary use of locate-library.
12057
12058 * international/mule-cmds.el (standard-display-european-internal):
12059 Don't fiddle with latin-1 non-break space any more since it's now
12060 special cased in the C code.
12061 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12062
12063 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12064
12065 * cus-start.el (all): Add `undo-outer-limit'.
12066
12067 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12068
12069 * textmodes/bibtex.el (bibtex-format-entry):
12070 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12071 field lines.
12072 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12073 not on part of a buffer.
12074
12075 2005-01-25 Lute Kamstra <lute@gnu.org>
12076
12077 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12078 nonempty field text strings like "{letters\\macro{}more letters}".
12079 Clarify docstring.
12080 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12081 (bibtex-entry-offset, bibtex-parse-association)
12082 (bibtex-parse-field-name): Fix typos in docstrings.
12083 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12084
12085 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12086
12087 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12088 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12089 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12090 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12091
12092 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12093 isearch minor mode.
12094
12095 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12096
12097 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12098
12099 2005-01-24 Lute Kamstra <lute@gnu.org>
12100
12101 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12102 CASECHARS and NOT-CASECHARS regular expressions of the
12103 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12104 striding over charsets" error.
12105
12106 2005-01-24 Jay Belanger <belanger@truman.edu>
12107
12108 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12109 display variable name.
12110
12111 2005-01-24 Kenichi Handa <handa@m17n.org>
12112
12113 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12114 Fix setting of the element of encoded-kbd-iso2022-invocations.
12115
12116 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12117
12118 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12119 (gdb-threads-select): Change to also accept mouse events.
12120 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12121 (gdb-threads-mouse-select): Delete.
12122
12123 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12124
12125 * files.el (insert-directory): Take care of empty directory,
12126 listed without -a switch.
12127
12128 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12129
12130 * textmodes/refill.el (refill-post-command-function):
12131 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12132 to the list of functions that we should be careful not to undo.
12133 (refill-late-fill-paragraph-function): Remove.
12134 (refill-saved-state): New var.
12135 (refill-mode): Use it to save fill-paragraph-function.
12136 Save also the value of auto-fill-function.
12137
12138 * term/w32-win.el: Simplify code.
12139
12140 2005-01-23 Kim F. Storm <storm@cua.dk>
12141
12142 * simple.el (line-move): Adapt to new return value from
12143 pos-visible-in-window-p.
12144
12145 * simple.el (line-move): Fix last change. Check partial
12146 visibility at point rather than at window-start.
12147
12148 2005-01-22 Jason Rumney <jasonr@gnu.org>
12149
12150 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12151
12152 2005-01-22 David Kastrup <dak@gnu.org>
12153
12154 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12155
12156 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12157
12158 * type-break.el (type-break-mode): Add a test for
12159 type-break-file-name being non-nil.
12160
12161 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12162
12163 * net/eudc.el (top level): Call (message "") via progn, so that
12164 eudc-options-file is loaded.
12165
12166 2005-01-22 Kim F. Storm <storm@cua.dk>
12167
12168 * simple.el (line-move-1): Rename from line-move.
12169 (line-move): New function that adjusts vscroll for partially
12170 visible rows, and calls line-move-1 otherwise.
12171
12172 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12173
12174 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12175 since it's not a complete read-event implementation
12176
12177 2005-01-20 Jay Belanger <belanger@truman.edu>
12178
12179 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12180 for called function.
12181
12182 2005-01-20 Steven Tamm <steventamm@mac.com>
12183
12184 * term/mac-win.el (process-connection-type): Remove.
12185 Controlled now by s/darwin.h:PTY_ITERATION.
12186
12187 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 * window.el (handle-select-window): Don't switch window when we're
12190 in the minibuffer.
12191
12192 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12193
12194 * subr.el (dotimes-with-progress-reporter): New macro.
12195
12196 * ses.el (ses-dotimes-msg): Remove macro.
12197 Use `dotimes-with-progress-reporter' instead.
12198
12199 2005-01-19 Steven Tamm <steventamm@mac.com>
12200
12201 * term/mac-win.el (process-connection-type): Use new
12202 operating-system-release variable to use ptys on Darwin 7 (OS X
12203 10.3) when using carbon build.
12204
12205 2005-01-19 Jay Belanger <belanger@truman.edu>
12206
12207 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12208 flags if the last command was a tab or M-tab.
12209
12210 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12211 in formula editing buffer.
12212
12213 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12214
12215 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12216 breakpoint image symbol in margin.
12217
12218 2005-01-19 Jay Belanger <belanger@truman.edu>
12219
12220 * calc/calc-prog.el (calc-execute-kbd-macro):
12221 Ignore calc-keep-arg-flag.
12222
12223 2005-01-19 Kenichi Handa <handa@m17n.org>
12224
12225 * textmodes/ispell.el (ispell-looking-at): New function.
12226 (ispell-process-line): Use ispell-looking-at to compare the ispell
12227 output and the buffer contents.
12228
12229 2005-01-18 Jay Belanger <belanger@truman.edu>
12230
12231 * calc/calc.el (calc-display-raw): Fix docstring.
12232
12233 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12234
12235 * simple.el (blink-matching-open): Strip extra info from syntax.
12236
12237 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12238 funny chars in the end-of-here-doc marker.
12239
12240 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12241
12242 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12243 that enable/disabled state of breakpoints is shown correctly in
12244 fringe and on ttys.
12245 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12246 Add breakpoint information as text properties.
12247 (gdb-mouse-toggle-breakpoint):
12248 Rename to gdb-mouse-set-clear-breakpoint.
12249 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12250 breakpoints in the margin.
12251 (gdb-remove-strings): Simplify.
12252
12253 2005-01-17 Jay Belanger <belanger@truman.edu>
12254
12255 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12256 erasing buffer.
12257
12258 2005-01-17 Richard M. Stallman <rms@gnu.org>
12259
12260 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12261 for calling grep-compute-defaults.
12262
12263 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12264 if buffer is empty.
12265
12266 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12267
12268 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12271
12272 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12273 non-preloaded variables.
12274
12275 2005-01-17 Steven Tamm <steventamm@mac.com>
12276
12277 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12278 tex-shell cause to force interactivity when using pipes.
12279
12280 2005-01-17 Kim F. Storm <storm@cua.dk>
12281
12282 * simple.el (just-one-space): Make arg optional.
12283
12284 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12285
12286 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12287 posn-at-x-y to t to access left-margin.
12288
12289 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12290
12291 Sync with Tramp 2.0.47.
12292
12293 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12294 catching keep-date problems in cp/scp operations.
12295 (tramp-handle-copy-file): Don't call `set-file-modes'
12296 unconditionally. Specialized functions should know better what is
12297 necessary. This improves performance a little bit, and the
12298 functions could catch errors with `cp -p' and `scp -p'.
12299 (tramp-do-copy-or-rename-file-via-buffer)
12300 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12301 when appropriate.
12302 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12303 Call `set-file-modes' when appropriate.
12304 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12305 Johnsson <isak@hypergene.com>
12306 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12307 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12308 <joakim@verona.se>
12309 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12310 Emacs only.
12311
12312 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12313 `find-file-hooks' and `dired-mode-hook'.
12314 (tramp-minor-mode-map): Respective map. Add remapping for
12315 `compile' and `recompile'.
12316 (tramp-remap-command, tramp-recompile): New defuns.
12317 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12318 in buffer "*Compilation*". Call the commands asynchronously.
12319
12320 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12321 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12322 `shell-command', because it isn't magic in XEmacs. Reported by
12323 Adrian Aichner <adrian@xemacs.org>.
12324
12325 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12326 `substitute-in-file-name.
12327 (tramp-smb-handle-substitute-in-file-name): New defun.
12328 (tramp-smb-advice-PC-do-completion): Delete advice.
12329
12330 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12331
12332 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12333 Fix error in deleting region.
12334
12335 2005-01-15 Richard M. Stallman <rms@gnu.org>
12336
12337 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12338 In non-temp buffer, switch syntax table temporarily.
12339
12340 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12341
12342 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12343
12344 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12345
12346 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12347 (imenu--generic-function): Use START, not BEG, as pos of definition.
12348
12349 * simple.el (just-one-space): Argument specifies number of spaces.
12350
12351 * simple.el (eval-expression-print-format): Avoid warning
12352 about edebug-active.
12353
12354 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12355
12356 * progmodes/sh-script.el: Code copied from make-mode.el
12357 with small changes,
12358 (sh-mode-map): Bind C-c C-\.
12359 (sh-backslash-column, sh-backslash-align): New variables.
12360 (sh-backslash-region, sh-append-backslash): New functions.
12361
12362 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12363
12364 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12365 (rmail-pop-password, rmail-pop-password-required): Move to
12366 rmail-obsolete group.
12367 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12368 All callers updated.
12369 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12370 Take an argument specifying whether it is POP or IMAP mailbox we
12371 are using. All callers updated.
12372 (rmail-pop-password-error): Rename to
12373 rmail-remote-password-error. Added mailutils-specific error message.
12374 (rmail-movemail-search-path)
12375 (rmail-movemail-variant-in-use): New variables.
12376 (rmail-remote-password, rmail-remote-password-required):
12377 New customization variables.
12378 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12379 (rmail-parse-url): New function.
12380 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12381 with GNU mailutils movemail.
12382
12383 2005-01-15 Kevin Ryde <user42@zip.com.au>
12384
12385 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12386 suffix to space, $ or '$, to correctly position point when going
12387 to @table style constants like DBL_MAX.
12388
12389 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12390
12391 * type-break.el (type-break-mode, type-break-file-time)
12392 (type-break-file-keystroke-count, type-break-choose-file):
12393 Don't store data in or load data from the file if type-break-file-name
12394 is nil.
12395 (type-break-file-name): Doc update as per the above.
12396
12397 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12398
12399 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12400 lookup-key might return nil; handle that.
12401
12402 2005-01-15 Alan Mackenzie <acm@muc.de>
12403
12404 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12405 rather than the element found, thus enabling the tree to be setcar'd.
12406
12407 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12408
12409 * textmodes/org.el (org-show-following-heading): New option.
12410 (org-show-hierarchy-above): Use `org-show-following-heading'.
12411 (org-cycle): Documentation fix.
12412
12413 * textmodes/org.el (orgtbl-optimized): New option
12414 (orgtbl-mode): New command, a minor mode.
12415 (orgtbl-mode-map): New variable.
12416 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12417 (orgtbl-error, orgtbl-self-insert-command)
12418 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12419
12420 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12421 a local variable in each org-mode buffer.
12422
12423 * textmodes/org.el (org-set-regexps-and-options): Rename from
12424 `org-set-regexps'. Added checking for STARTUP keyword.
12425 (org-get-current-options): Add STARTUP options.
12426 (org-table-insert-row): Make mode intelligent about when
12427 realignment is needed.
12428 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12429 New commands.
12430 (org-enable-table-editor): New default value `optimized'.
12431 (org-table-blank-field): Support blanking regions if active.
12432
12433 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12434
12435 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12436 if the year is not given.
12437
12438 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12439 Add new escapes %m and %M, fixed bug with %F by adding
12440 save-match-data.
12441 (reftex-reference): Remove ?. from list of spaces.
12442 (reftex-label-info): Add automatic label prefix recognition.
12443
12444 * textmodes/reftex-index.el (reftex-index-next-phrase):
12445 Add slave parameter to call of `reftex-index-this-phrase'.
12446 (reftex-index-this-phrase): New optional argument.
12447 (reftex-index-region-phrases): Add slave parameter to call of
12448 `reftex-index-this-phrase'.
12449 (reftex-display-index): New argument redo.
12450 (reftex-index-rescan): Add 'redo to arguments of
12451 `reftex-display-index'.
12452 (reftex-index-Rescan, reftex-index-revert)
12453 (reftex-index-switch-index-tag): Add 'redo to arguments of
12454 `reftex-display-index'.
12455 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12456 indexing. Fix bug with matching is there is a quote before or
12457 after the word.
12458
12459 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12460 Fix bug when collecting citation keys in lines with comments.
12461 (reftex-citation): Prefix argument no longer rescans the document,
12462 but forces prompting for optional arguments of cite macros.
12463 (reftex-do-citation): Prompting for optional arguments implemented.
12464
12465 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12466 Add optional arguments to most cite commands.
12467 (reftex-cite-cleanup-optional-args): New option
12468 (reftex-cite-prompt-optional-args): New option.
12469 (reftex-trust-label-prefix): New option.
12470
12471 * textmodes/reftex-toc.el (reftex-toc-find-section):
12472 Add push-mark before changing the position in the buffer.
12473
12474 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12475 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12476
12477 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12480 more carefully.
12481
12482 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12485 (sgml-mode): Use it.
12486 (sgml-get-context): Better keep track of implicitly closed tags.
12487
12488 2005-01-13 Kenichi Handa <handa@m17n.org>
12489
12490 * textmodes/ispell.el: These changes are to fix misalignment error
12491 caused by equivalent characters of different Emacs charsets.
12492 (ispell-unified-chars-table): New variable.
12493 (ispell-get-decoded-string): New function.
12494 (ispell-get-casechars, ispell-get-not-casechars)
12495 (ispell-get-otherchars): Call ispell-get-decoded-string.
12496
12497 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12498
12499 * custom.el (custom-declare-variable): Just put symbol instead
12500 of (defvar . symbol) in `current-load-list'.
12501
12502 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12503
12504 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12505
12506 2005-01-12 Jay Belanger <belanger@truman.edu>
12507
12508 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12509 to create a Calc summary.
12510
12511 2005-01-12 Kim F. Storm <storm@cua.dk>
12512
12513 * mouse.el (mouse-on-link-p): Change functionality and doc
12514 string to comply with latest description in lisp ref.
12515
12516 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12517
12518 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12519 Enable mouse clicks on mode-line, header-line and margin.
12520 (event-type): Give mouse event symbols an 'event-kind property
12521 with value 'mouse-click.
12522
12523 2005-01-12 Juri Linkov <juri@jurta.org>
12524
12525 * facemenu.el (list-colors-display): Add new arg buffer-name.
12526 Use it. Fix docstring. Replace code for identifying duplicate
12527 colors by the name with call to `list-colors-duplicates' which
12528 identifies duplicate colors by the value unless the color
12529 is one of special Windows colors. Set truncate-lines to t.
12530 Print sorted duplicate color names on each line. Indent to 22
12531 \(the longest color name in rgb.txt) instead of 20. Optimize.
12532 (list-colors-duplicates): New function.
12533 (facemenu-color-name-equal): Delete function.
12534
12535 * facemenu.el (list-colors-print): New function created from code
12536 in list-colors-display. Print #RRGGBB at the window right edge.
12537 (list-colors-display): When temp-buffer-show-function is not
12538 defined, call list-colors-print from temp-buffer-show-hook
12539 to get the right value of window-width in list-colors-print
12540 after the buffer is displayed.
12541
12542 * simple.el (pop-mark): Move deactivate-mark out of conditional
12543 part to deactivate the active mark regardless of the state of the
12544 mark ring.
12545
12546 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12547 variables line in desktop files.
12548
12549 2005-01-12 Juri Linkov <juri@jurta.org>
12550
12551 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12552 Bring together isearch highlight related options.
12553 (lazy-highlight): Replace group `replace' by `matching'.
12554 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12555 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12556 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12557 and declare them obsolete.
12558 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12559 (isearch-faces): Remove defgroup.
12560 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12561 Move isearch highlighting code closer to lazy highlighting code.
12562
12563 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12564 (query-replace-highlight, query-replace-lazy-highlight)
12565 (query-replace): Move definitions to the beginning of the file.
12566
12567 2005-01-11 Juri Linkov <juri@jurta.org>
12568
12569 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12570 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12571 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12572
12573 * info.el (Info-history-forward): New variable.
12574 (Info-select-node): Reset Info-history-forward to nil.
12575 (Info-last): Turn into defalias.
12576 (Info-history-back): Rename from Info-last.
12577 Add current node to Info-history-forward.
12578 (Info-history-forward): New fun.
12579 (Info-mode-map): Replace Info-last by Info-history-back.
12580 Bind Info-history-forward to "r".
12581 (Info-mode-menu): Replace Info-last by Info-history-back.
12582 Fix menu item text. Add menu item for Info-history-forward.
12583 (info-tool-bar-map): Replace Info-last by Info-history-back.
12584 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12585 for Info-history-forward.
12586 (Info-mode): Replace Info-last by Info-history-back in docstring.
12587 Add local variable Info-history-forward.
12588 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12589
12590 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12591
12592 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12593 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12594 Ignore select-window events rather than fiddle with
12595 mouse-autoselect-window.
12596
12597 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12598
12599 * type-break.el (type-break-mode): Fix previous change.
12600
12601 2005-01-10 Jay Belanger <belanger@truman.edu>
12602
12603 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12604 calculator; only reset when point is inside a calculator.
12605 Don't adjust the window height if the window takes up the whole height
12606 of the frame.
12607
12608 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12609
12610 * ebuff-menu.el (Electric-buffer-menu-mode):
12611 Preserve value of buffer-local var header-line-format.
12612
12613 2005-01-09 Jay Belanger <belanger@truman.edu>
12614
12615 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12616 Make sure settings file exists before accessing it.
12617
12618 * calc/calc-embed.el (calc-embedded-subst):
12619 Replace math-multi-subst-rec, which is only supposed to be called
12620 by math-multi-subst, by math-multi-subst.
12621
12622 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12623
12624 * vc.el (vc-allow-async-revert): New user option.
12625 (vc-disable-async-diff): New internal variable.
12626 (vc-revert-buffer): Use them to disable asynchronous diff.
12627
12628 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12629 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12630 asynchronously if vc-disable-async-diff is t.
12631
12632 2005-01-09 Jay Belanger <belanger@truman.edu>
12633
12634 * calc/calc.el (defcalcmodevar): New macro.
12635 (calc-mode-var-list-restore-default-values)
12636 (calc-mode-var-list-restore-saved-values): New functions.
12637 (calc-mode-var-list): Use defcalcmodevar to define it.
12638 (calc-always-load-extensions, calc-line-numbering)
12639 (calc-line-breaking, calc-display-just, calc-display-origin)
12640 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12641 (calc-group-char, calc-point-char, calc-frac-format)
12642 (calc-prefer-frac, calc-hms-format, calc-date-format)
12643 (calc-float-format, calc-full-float-format, calc-complex-format)
12644 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12645 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12646 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12647 (calc-matrix-brackets, calc-language, calc-language-option)
12648 (calc-left-label, calc-right-label, calc-word-size)
12649 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12650 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12651 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12652 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12653 (calc-window-height, calc-display-trail, calc-show-selections)
12654 (calc-use-selections, calc-assoc-selections)
12655 (calc-display-working-message, calc-auto-why, calc-timing)
12656 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12657 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12658 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12659 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12660 (calc-gnuplot-geometry, calc-graph-default-resolution)
12661 (calc-graph-default-resolution-3d, calc-invocation-macro)
12662 (calc-show-banner): Use defcalcmodevar to declare them and set
12663 their default values.
12664
12665 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12666 instead of default values (but restore default values if there is
12667 an argument of 0).
12668
12669 2005-01-09 David Kastrup <dak@gnu.org>
12670
12671 * desktop.el (desktop-restore-eager): Fix typo in type.
12672
12673 2005-01-08 Richard M. Stallman <rms@gnu.org>
12674
12675 * cus-edit.el (customize): Delete :link.
12676
12677 2005-01-08 Jay Belanger <belanger@truman.edu>
12678
12679 * calc/calc.el (calc-mode): Remove the extension from the
12680 `calc-settings-file' file name when loading it.
12681
12682 2005-01-08 Kim F. Storm <storm@cua.dk>
12683
12684 * info.el (Info-mode-map, Info-next-link-keymap)
12685 (Info-prev-link-keymap, Info-up-link-keymap):
12686 Map follow-link to mouse-face.
12687 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12688
12689 2005-01-08 Jay Belanger <belanger@truman.edu>
12690
12691 * calc/calc.el (calc-settings-file): Change default value.
12692 Suggested by cgw in a comment in calc-mode.el.
12693
12694 * calc/calc-mode.el (calc-settings-file-name):
12695 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12696 Replace ~/.emacs in a prompt by calc-settings-file.
12697
12698 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12699
12700 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12701 (desktop-lazy-idle-delay): New customizable variables.
12702 (desktop-buffer-args-list): New variable.
12703 (desktop-append-buffer-args): New function.
12704 (desktop-save): Call desktop-append-buffer-args for some buffers.
12705 (desktop-lazy-create-buffer): New function.
12706 (desktop-idle-create-buffers): New function.
12707 (desktop-read): Add message about buffers to restore lazily.
12708 (desktop-lazy-abort): New command.
12709 (desktop-clear): Call desktop-lazy-abort.
12710 (desktop-lazy-complete): New command.
12711
12712 2005-01-06 Richard M. Stallman <rms@gnu.org>
12713
12714 * emacs-lisp/find-func.el (find-face-definition):
12715 Rename from find-face.
12716
12717 2005-01-06 Kim F. Storm <storm@cua.dk>
12718
12719 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12720
12721 * man.el (Man-xref-man-page, Man-xref-header-file)
12722 (Man-xref-normal-file): Add follow-link property.
12723
12724 2005-01-06 Jay Belanger <belanger@truman.edu>
12725
12726 * calc/calc-units.el: Make sure the proper macro definitions are
12727 available when compiling.
12728
12729 2005-01-06 Juri Linkov <juri@jurta.org>
12730
12731 * isearch.el (isearch-lazy-highlight-update):
12732 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12733
12734 2005-01-06 Miles Bader <miles@gnu.org>
12735
12736 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12737 (isearch-lazy-highlight-face): Use new name.
12738
12739 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12740
12741 * uniquify.el (uniquify-rationalize-file-buffer-names):
12742 Re-add an interactive spec.
12743 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12744 to the same name.
12745
12746 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12747 (isearch-update, isearch-done): Adjust calls accordingly.
12748
12749 2005-01-05 Richard M. Stallman <rms@gnu.org>
12750
12751 * custom.el (custom-set-variables, custom-theme-set-variables):
12752 Clarify documentation.
12753
12754 * emacs-lisp/find-func.el (find-variable)
12755 (find-variable-other-window, find-variable-other-frame):
12756 Fix the TYPE args to find-function-read and find-function-do-it.
12757 (find-function): Doc fix.
12758 (find-function-at-point): Replace function-at-point alias.
12759
12760 2005-01-04 Richard M. Stallman <rms@gnu.org>
12761
12762 * cus-face.el (custom-declare-face):
12763 Record defface in current-load-list.
12764
12765 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12766
12767 * emacs-lisp/find-func.el: Doc fixes.
12768 (find-face-regexp): New variable.
12769 (find-function-regexp-alist): New variable.
12770 (find-function-C-source): Third arg is now TYPE.
12771 (find-function-search-for-symbol): Handle general TYPE.
12772 (find-function-read, find-function-do-it): Handle general TYPE.
12773 (find-definition-noselect, find-face): New functions.
12774 (function-at-point): Alias deleted.
12775
12776 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * battery.el (display-battery-mode): Rename from display-battery.
12779 Handle the case where it gets turned off.
12780
12781 2005-01-04 Richard M. Stallman <rms@gnu.org>
12782
12783 * cus-edit.el (customize): Make :link point to user doc.
12784
12785 * man.el (Man-fontify-manpage): Turn off undo generation.
12786
12787 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12788
12789 2005-01-04 Andreas Schwab <schwab@suse.de>
12790
12791 * files.el (insert-directory): Only look for error lines in
12792 inserted text. Don't move too far after processing --dired markers.
12793
12794 2005-01-04 Richard M. Stallman <rms@gnu.org>
12795
12796 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12797 Don't expand if the character is @, period, dash, etc.
12798 (define-mail-abbrev): Quote names that contain problem characters.
12799
12800 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12801
12802 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12803
12804 2005-01-03 Richard M. Stallman <rms@gnu.org>
12805
12806 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12807 (query-replace-highlight, query-replace-lazy-highlight)
12808 (query-replace): Definitions moved up. Doc fix.
12809
12810 2005-01-03 Richard M. Stallman <rms@gnu.org>
12811
12812 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12813 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12814 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12815 (lazy-highlight-face): Rename from isearch-lazy-...
12816 Change all references to them.
12817
12818 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12819
12820 * cus-edit.el (custom-file): Doc fix for defcustom.
12821 (custom-file): The function no longer sets the variable
12822 `custom-file' to its return value.
12823
12824 * startup.el (command-line): No longer load `custom-file'.
12825
12826 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12827
12828 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12829
12830 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12831 Don't confuse module-prefixed identifiers for labels.
12832 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12833
12834 2005-01-02 Richard M. Stallman <rms@gnu.org>
12835
12836 * files.el (basic-save-buffer-1): Fix previous change.
12837
12838 * loadhist.el (file-loadhist-lookup): New function.
12839 (file-provides, file-requires): Use it.
12840
12841 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12842 instead of calculating the right size.
12843
12844 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12845
12846 * vc-svn.el (vc-svn-diff): Stay local if possible.
12847
12848 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12851
12852 * files.el (hack-local-variables): Fix last change.
12853
12854 2005-01-02 Jay Belanger <belanger@truman.edu>
12855
12856 * calc/calc-yank.el (calc-edit-top): New variable.
12857 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12858 object. Change header properties.
12859 (calc-edit-finish, calc-edit-finish-stack-object)
12860 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12861 edited object.
12862 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12863 for the beginning of the edited object.
12864 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12865 for the beginning of the edited object.
12866 * calc/calc-prog.el (calc-edit-macro-finish-edit)
12867 (calc-finish-formula-edit, calc-macro-repeats)
12868 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12869 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12870 beginning of the edited object.
12871 (calc-user-define-edit): Change the header for editing macros.
12872 Remove unnecessary variable.
12873
12874 2005-01-01 Jay Belanger <belanger@truman.edu>
12875
12876 * calc/calc-yank.el (calc-edit-mode): Change default header.
12877 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12878 * calc/calc-store.el (calc-edit-variable): Change title to match new
12879 header.
12880 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12881 mode to match new header.
12882 (calc-user-define-edit): Change titles to include names of commands.
12883 (calc-finish-formula-edit): Adjust to handle new header.
12884 (calc-finish-macro-edit): Remove.
12885 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12886 (calc-edit-macro-command, calc-edit-macro-command-type)
12887 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12888 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12889 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12890 (calc-edit-macro-finish-edit): New functions.
12891 (calc-user-define-edit): Use new functions to edit named calc macros.
12892
12893 2005-01-01 Stefan <monnier@iro.umontreal.ca>
12894
12895 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12896
12897 * ses.el (copy-region-as-kill): Deactivate mark.
12898
12899 2005-01-01 Richard M. Stallman <rms@gnu.org>
12900
12901 * replace.el (occur-1): If the output buffer is also an input,
12902 don't kill it, rename it.
12903
12904 * faces.el (set-face-background, set-face-foreground): Doc fix.
12905
12906 * cus-face.el (custom-face-attributes): Fix :help-echo strings
12907 for :foreground and :background.
12908
12909 * dired.el (dired-view-command-alist): Variable deleted.
12910 (dired-view-file, dired-mouse-find-file-other-window):
12911 Delete the code to use it.
12912
12913 2005-01-01 Kim F. Storm <storm@cua.dk>
12914
12915 * image.el (insert-sliced-image): Use t for line-height property.
12916
12917 See ChangeLog.11 for earlier changes.
12918
12919 ;; Local Variables:
12920 ;; coding: iso-2022-7bit
12921 ;; End:
12922
12923 Copyright (C) 2005 Free Software Foundation, Inc.
12924 Copying and distribution of this file, with or without modification,
12925 are permitted provided the copyright notice and this notice are preserved.
12926
12927 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1