]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-12 Kim F. Storm <storm@cua.dk>
2
3 * startup.el (fancy-splash-default-action): Discard mouse click in
4 the spash screen window, as it has no sensible meaning in the
5 next window to be selected. Fixes error reported by Jan D.
6
7 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8
9 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10
11 2005-10-11 Sven Joachim <svenjoac@gmx.de>
12
13 * progmodes/sh-script.el (sh-tmp-file):
14 Use mktemp -t. Finish support for es and rc shells.
15
16 2005-10-11 Jay Belanger <belanger@truman.edu>
17
18 * calc/calcalg2.el (calc-integral): With an argument, compute the
19 definite integral.
20
21 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22
23 * mouse.el (mouse-drag-region-1): Don't try to catch a
24 double-click when doing follow-link (it's overridden anyway).
25
26 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
27
28 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
29 (autoload-print-form-outbuf): Add docstring.
30
31 2005-10-11 Juri Linkov <juri@jurta.org>
32
33 * info.el (Info-mode-menu): Delete menu item "Edit".
34 (Info-mode): Delete description of Info-edit from docstring,
35 and rearrange descriptions of Info commands in the order
36 they are documented in the Info manual.
37
38 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * calendar/appt.el (appt-check): Use diary-selective-display var.
41
42 2005-10-10 Richard M. Stallman <rms@gnu.org>
43
44 * net/newsticker.el (newsticker-start, newsticker-show-news):
45 Add autoload cookies.
46
47 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
48
49 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
50
51 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
52
53 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
54
55 2005-10-10 Jay Belanger <belanger@truman.edu>
56
57 * calc/calc-arith.el (math-check-known-scalarp)
58 (math-check-known-matrixp): Check the values of arguments that are
59 variables.
60 (math-check-known-square-matrixp): New function.
61 (math-known-square-matrixp): Use math-check-known-square-matrixp.
62 (math-super-types): Add sqmatrix type.
63
64 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
65 mode name `square' to 'sqmatrix'.
66
67 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
68 mode name `square' to 'sqmatrix'.
69
70 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * progmodes/etags.el (select-tags-table-mode): Don't use
73 selective-display.
74 (tags-select-tags-table): Pass `button' to the action function.
75 (select-tags-table): Place the side-info on button properties rather
76 than in hidden text. Abbreviate file names.
77 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
78 (select-tags-table-select): Add `button' argument.
79 Get side-info from the button property rather than from hidden text.
80
81 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
82
83 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
84 (gud-speedbar-buttons): Preserve point if possible.
85 (gud-sentinel): Restore previous speedbar display type.
86
87 * progmodes/gdb-ui.el (gdba): Improve diagram.
88 (def-gdb-auto-update-handler, gdb-info-locals-handler)
89 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
90 Call get-buffer-window once.
91
92 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
95 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
96 (pascal-indent-command): Remove unused var `ind'.
97 (pascal-indent-case): Remove unused var `oldpos'.
98 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
99 since it's now used as a proper minor mode map.
100 (pascal-outline): Rename to pascal-outline-mode.
101 (pascal-outline-mode): Use define-minor-mode.
102 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
103 selective-display.
104
105 2005-10-10 Andreas Schwab <schwab@suse.de>
106
107 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
108 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
109
110 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
111 outside source directory.
112
113 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
114
115 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
116 C-x' as a prefix.
117 (orgtbl-mode-map): Full keymap instead of sparse, because all
118 `self-insert-command' keys are redefined in this map.
119 (org-export-as-html): Specify charset for HTML file, by taking it
120 from the coding system.
121
122 2005-10-10 Kenichi Handa <handa@m17n.org>
123
124 * textmodes/flyspell.el (flyspell-check-word-p):
125 If unread-command-events is non-empty, don't call sit-for.
126
127 2005-10-09 Richard M. Stallman <rms@gnu.org>
128
129 * font-lock.el (font-lock-syntactic-keywords)
130 (font-lock-keywords): Doc fixes.
131
132 * textmodes/flyspell.el (flyspell-external-point-words):
133 Simplify logic, and don't try to check for consecutive appearances
134 of one incorrect word.
135
136 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
137
138 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
139 separator.
140
141 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
142 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
143 (gud-expansion-speedbar-buttons): New function.
144 (gud-speedbar-buttons): Check for gud-comint-buffer.
145
146 2005-10-09 Bill Wohler <wohler@newt.com>
147
148 * Makefile.in (updates): Add mh-loaddefs dependency.
149
150 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
151
152 * speedbar.el (speedbar-file-key-map): Fix typo.
153
154 2005-10-09 Daniel Brockman <daniel@brockman.se>
155
156 * cus-start.el (line-spacing): Add custom spec.
157
158 2005-10-09 Romain Francoise <romain@orebokech.com>
159
160 * textmodes/ispell.el (ispell-check-version): Fix last change.
161
162 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
163
164 * term/x-win.el: Remove -i, --icon-type from comment.
165
166 * startup.el (command-line-x-option-alist): Remove options -i,
167 -itype, --icon-type, added -nb, --no-bitmap-icon
168
169 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
170
171 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
172 instead of :active.
173
174 2005-10-08 Eric Hanchrow <offby1@blarg.net>
175
176 * textmodes/ispell.el (ispell-check-version):
177 Ignore hyphen, and all that follows, in aspell's version text.
178
179 2005-10-08 Jay Belanger <belanger@truman.edu>
180
181 * calc/calc-arith.el (math-known-square-matrixp): New function.
182 (math-pow-fancy): Check for matrices before distributing exponent
183 across products.
184
185 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
186 fullscreen keypad. Suggested by Luc Teirlinck.
187 (calc-keypad-show-input): Add space for formatting.
188
189 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
190 Add square matrix option.
191
192 * calc/calc-poly.el (math-expand-term): Check for matrices instead
193 of checking calc-matrix-mode when deciding how to expand.
194
195 * calc/calc.el (calc-set-mode-line): Add square matrix option.
196
197 2005-10-08 Lars Hansen <larsh@soem.dk>
198
199 * net/tramp.el (tramp-perl-directory-files-and-attributes):
200 Add error handling.
201 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
202
203 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
204
205 Sync with Tramp 2.0.51.
206
207 * net/tramp.el (tramp-handle-set-visited-file-modtime)
208 (tramp-handle-insert-file-contents, tramp-handle-write-region):
209 Insert special handling for `last-coding-system-used', again
210 it still seems to be necessary (unlike stated before).
211 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
212 (tramp-password-prompt-regexp): There might be other words before
213 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
214 (tramp-chunksize): Improve docstring.
215 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
216 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
217 Christian Joergensen <bugs@razor.dk>.
218
219 2005-10-07 Glenn Morris <rgm@gnu.org>
220
221 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
222 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
223 precision'.
224
225 2005-10-07 Romain Francoise <romain@orebokech.com>
226
227 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
228 (ibuffer-do-shell-command-pipe-replace)
229 (ibuffer-do-shell-command-file, ibuffer-do-eval)
230 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
231 (ibuffer-do-revert, ibuffer-do-replace-regexp)
232 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
233 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
234 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
235 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
236 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
237 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
238 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
239 Autoload file sans suffix.
240
241 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
242
243 2005-10-07 David Ponce <david@dponce.com>
244
245 * recentf.el (recentf-menu-open-all-flag): New option.
246 (recentf-digit-shortcut-command-name): New function.
247 (recentf--shortcuts-keymap): New variable.
248 (recentf-menu-shortcuts): New variable.
249 (recentf-make-menu-items): Initialize it. Replace the "More..."
250 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
251 (recentf-menu-value-shortcut): New function.
252 (recentf-make-menu-item): Use it. No more in-lined.
253 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
254 (recentf-open-most-recent-file): Rename from
255 `recentf-open-file-with-key'. Don't depend on key binding.
256 (recentf-mode-map): New variable.
257 (recentf-mode): Use it.
258
259 2005-10-06 Bill Wohler <wohler@newt.com>
260
261 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
262
263 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
264 (MH-E-SRC): New. Used by mh-autoloads.
265 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
266 files in MH-E-SRC have been updated.
267 (compile, recompile, bootstrap): Depend on mh-autoloads.
268
269 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
270
271 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
272 gud-break and gud-remove icons when the fringe is not available.
273
274 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
275 Typo.
276
277 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
278
279 * play/zone.el (zone): Wrap body with save-window-excursion.
280
281 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
284 Use the new `list-only' arg to diary-list-entries.
285
286 * calendar/diary-lib.el: Use overlays rather than selective-display.
287 (diary-selective-display): New var.
288 (diary-header-line-format): Use it.
289 (diary-list-entries): Add argument `list-only'.
290 Put the buffer in diary-mode. Don't add \^M at beg and end.
291 Replace \^M by invisible overlays.
292 (diary-unhide-everything): Replace \^M by invisible overlays.
293 (print-diary-entries): Look for overlays rather than \^M.
294 Add a space to the temp buffer name.
295 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
296 Put the buffer in diary-mode.
297 (list-sexp-diary-entries): Replace \^M by invisible overlays.
298 (diary-anniversary): Make the year arg optional.
299 (diary-time-regexp): New const.
300 (diary-font-lock-keywords): Use it to accept a few more time formats.
301
302 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
303
304 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
305
306 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
307 Fix bug introduced 2005-07-03: Use (car (last ...))
308 to faithfully reproduce replaced artist-last.
309 (artist-set-arrow-points-for-poly): Likewise.
310 Suggested by Johan Bockg\e,Ae\e(Brd.
311
312 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
313
314 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
315 * wid-edit.el (widget):
316 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
317 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
318
319 2005-10-06 Kenichi Handa <handa@m17n.org>
320
321 * international/mule-cmds.el (set-language-environment):
322 Fix setting up of case-table for unibyte mode.
323
324 * simple.el (what-cursor-position): If the character is displayed
325 by some `display' text property, show that. Don't use
326 single-key-description for eight-bit characters in multibyte mode.
327
328 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
329
330 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
331 (gdb-ann3): Set it.
332 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
333 (gdb-info-frames-custom): Use inverse-video for first five
334 characters of selected frame only.
335 (gdb-get-frame-number): Select frame even when point is on frame
336 number.
337
338 2005-10-06 Masatake YAMATO <jet@gyve.org>
339
340 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
341 Put `font-lock-function-name-face'.
342 (gdb-info-frames-custom): Put `font-lock-function-name-face'
343 and `font-lock-variable-name-face'
344 (gdb-registers-font-lock-keywords): New font lock keywords definition.
345 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
346 (gdb-memory-font-lock-keywords): New font lock keywords definition.
347 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
348 (gdb-local-font-lock-keywords): New font lock keywords definition.
349 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
350 (gdb-threads-font-lock-keywords): New font lock keywords definition.
351 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
352
353 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
354
355 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
356 (ediff-merge-region-is-non-clash-to-skip): Previously called
357 ediff-merge-region-is-non-clash.
358
359 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
360 Use insert-buffer-substring.
361
362 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
363 selecting files to patch. Also bug fixes.
364
365 * ediff-util.el (ediff-setup): Bug fix.
366 (ediff-next-difference): Never skip clashes that differ in white
367 space only.
368
369 * ediff-wind.el (ediff-setup-control-frame)
370 (ediff-destroy-control-frame): Check the menubar feature.
371
372 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
373 (viper-refresh-mode-line): Use make-local-variable to localize
374 some vars instead of make-variable-buffer-local. Suggested by
375 Stefan Monnier.
376
377 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
378 (viper-restore-cursor-type, viper-set-insert-cursor-type):
379 Use make-local-variable instead of make-variable-buffer-local.
380 Suggested by Stefan Monnier.
381
382 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
383 (viper-comint-mode-hook): Use make-local-variable on
384 require-final-newline.
385 (viper-non-hook-settings): Don't use make-variable-buffer-local.
386
387 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
390 also the second char of a comment-start sequence.
391 (scheme-sexp-comment-syntax-table): New var.
392 (lambda, define): Set their scheme-doc-string-elt property.
393 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
394 Use lisp-font-lock-syntactic-face-function now that it properly
395 handles |...| symbols.
396 (scheme-mode-variables): Set lisp-doc-string-elt-property,
397 parse-sexp-lookup-properties and font-lock-extra-managed-props.
398
399 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
400 bit from # to |.
401 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
402
403 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
404 (lisp-doc-string-elt-property): New var.
405 (lisp-font-lock-syntactic-face-function): Use it.
406 Rewrite to recognize docstrings even for forms not at toplevel.
407
408 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
409 annotation on the | part of #| rather than on the # part.
410 (scheme-font-lock-syntactic-face-function): New function, to
411 distinguish strings from |...| symbols.
412 (scheme-mode-variables): Use it. Also fix up the font-lock-time
413 syntax-table so that #|...|# is properly highlighted.
414
415 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
416 Don't mark as docstring the 3rd elem of an unknown toplevel form.
417
418 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
421 and C-e.
422
423 * emacs-lisp/eldoc.el: Move comments into docstrings.
424 (eldoc-message-commands): Initialize in its declaration.
425 Add move-beginning-of-line and move-end-of-line.
426 (eldoc-add-command, eldoc-add-command-completions)
427 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
428
429 * outline.el (outline-mark-subtree): Activate the mark.
430
431 * calendar/appt.el (appt-time-regexp): New var.
432 (appt-add, appt-make-list): Use it.
433 (appt-convert-time): Clean up.
434
435 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
436 Don't set any syntax-table property here.
437 (tex-font-lock-verb): New function. Do it here.
438 (tex-font-lock-syntactic-keywords): Use it.
439
440 2005-10-04 Richard M. Stallman <rms@gnu.org>
441
442 * wid-edit.el (widget-file-complete): Get the widget start point
443 the right way. Default directory to `/' if file has none.
444
445 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
446
447 * textmodes/flyspell.el (flyspell-mode-on):
448 Call ispell-maybe-find-aspell-dictionaries.
449
450 * textmodes/ispell.el (ispell-word, ispell-region):
451 Call ispell-maybe-find-aspell-dictionaries.
452 (ispell-accept-buffer-local-defs):
453 Don't call ispell-maybe-find-aspell-dictionaries
454
455 2005-10-04 Richard M. Stallman <rms@gnu.org>
456
457 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
458
459 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
460
461 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
462 instead of `fboundp' in order to allow for anonymous functions.
463
464 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
465
466 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
467 case the user clicks on the link while another window is selected.
468 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
469
470 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
471 functionality.
472 (dframe-help-echo): Save point in case mouse tracking is off.
473
474 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
475
476 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
477
478 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
481 not change the global value of those vars.
482
483 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
484 make-local-variable which we do not need any more.
485
486 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
487
488 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
489 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
490 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
491 (speedbar-path-line): Define obsolete aliases.
492 (speedbar-line-directory): Doc fix.
493
494 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
495 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
496 instead of speedbar-line-path.
497
498 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
499
500 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
501 to nil if dropping on a window. Handle dropping on a minibuffer window
502 like dropping on a non-window part of Emacs.
503
504 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * net/ange-ftp.el: Use with-current-buffer.
507 (ange-ftp-insert-directory): Do not follow symlinks any more.
508
509 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
510 Remove interactive spec.
511
512 2005-10-03 Kim F. Storm <storm@cua.dk>
513
514 * ido.el (ido-mode): Use custom-initialize-set.
515
516 2005-10-02 Richard M. Stallman <rms@gnu.org>
517
518 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
519 Use insert-buffer-substring.
520
521 * net/tramp.el: Pacify byte compiler warnings in pacification code.
522 (tramp-handle-file-local-copy): Use insert-buffer-substring.
523
524 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
527 in last change.
528 (ange-ftp-insert-directory): Fix up the search for the case where
529 `file' is absolute.
530
531 2005-10-02 Romain Francoise <romain@orebokech.com>
532
533 * progmodes/compile.el (compile-goto-error): Delete extra paren.
534
535 2005-10-02 Andreas Schwab <schwab@suse.de>
536
537 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
538 directory component in the session info.
539
540 2005-10-01 Richard M. Stallman <rms@gnu.org>
541
542 * comint.el (comint-redirect-subvert-readonly): Doc fix.
543
544 * simple.el (next-error-internal): New function.
545
546 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
547 (compilation-start): Pass new arg to compilation-buffer-name.
548 (compile-goto-error): Use next-error-internal.
549
550 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
551
552 * speedbar.el: Remove RCS tag.
553 (speedbar-check-read-only): Handle non-existent files.
554
555 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
556
557 * info.el (Info-speedbar-hierarchy-buttons)
558 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
559
560 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
561
562 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
563 Do not match newline.
564 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
565 (bibtex-summary): Remove unnecessary save-excursion.
566 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
567
568 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
569
570 * term/mac-win.el: Add charset info for "iso10646-1".
571 Modify default fontset to use ATSUI-compatible fonts for some charsets
572 if available.
573
574 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
575
576 * speedbar.el: Re-apply arch tag.
577 (speedbar-version): Rename to version 1.0. Suggested by Eric
578 M. Ludlam.
579 Reapply two changes from Emacs CVS' version of speedbar lost
580 during the merge:
581 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
582 (speedbar-frame-parameters): Improve customize type.
583
584 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
587 (ange-ftp-file-directory-p): Fix the symlink case.
588 (ange-ftp-insert-directory): When listing a single file, get a list of
589 the parent buffer and extract the relevant line. Inspired from a patch
590 by Katsumi Yamaoka <yamaoka@jpl.org>.
591 (ange-ftp-file-name-sans-versions): Simplify.
592
593 2005-09-30 Bill Wohler <wohler@newt.com>
594
595 Move MH-E image files from toolbar and mail directories into
596 etc/images.
597
598 * mail/reply2.*: Move to etc/images/mail/reply*.
599
600 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
601 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
602 etc/images.
603
604 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
605 * toolbar/reply*: Move to etc/images/mail.
606
607 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
608
609 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
610
611 * speedbar.el: New version 1.0pre3.
612
613 Frame management code (including timer, and mouse click specifics)
614 moved to dframe.el:
615 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
616 (speedbar-timer): Removed. Use dframe-timer.
617 (speedbar-close-frame): Removed. Use dframe-close-frame.
618 (speedbar-activity-change-focus-flag): Removed. Use
619 dframe-activity-change-focus-flag.
620 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
621 dframe-update-speed.
622
623 (speedbar-current-frame): New macro. Use this instead of the
624 variable speedbar-frame.
625
626 (speedbar-use-images, speedbar-expand-image-button-alist)
627 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
628
629 (speedbar-find-image-on-load-path): Removed. Replaced by
630 defezimage in ezimage.el.
631 (speedbar-expand-image-button-alist): Removed. Replaced by
632 ezimage-expand-image-button-alist in ezimage.el.
633
634 (speedbar-ignored-directory-regexp)
635 (speedbar-add-ignored-directory-regexp)
636 (speedbar-ignored-directory-expressions)
637 (speedbar-line-directory, speedbar-buffers-line-directory)
638 (speedbar-directory-line, speedbar-buffers-line-directory):
639 Renamed, replacing `path' with `directory'.
640
641 (speedbar-create-directory, speedbar-expand-line-descendants)
642 (speedbar-toggle-line-expansion)
643 (speedbar-contract-line-descendants): New commands.
644
645 (speedbar-query-confirmation-method, speedbar-select-frame-method)
646 (speedbar-use-tool-tips-flag): New options.
647
648 (speedbar-check-read-only, speedbar-require-version)
649 (speedbar-insert-separator, speedbar-buffers-tail-notes)
650 (speedbar-handle-delete-frame, speedbar-try-completion)
651 (speedbar-update-localized-contents): New functions.
652
653 (speedbar-incompatible-version, speedbar-ro-to-do-point)
654 (speedbar-object-read-only-indicator): New variables.
655
656 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
657 New hooks.
658
659 (speedbar-separator-face): New face.
660
661 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
662 (speedbar-ignored-modes): Add fundamental-mode.
663 (speedbar-directory-unshown-regexp): Add . directories.
664
665 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
666 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
667 `]' for full expand/close.
668 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
669
670 (speedbar-check-vc): Support hidden files.
671 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
672 (speedbar-this-file-in-vc): Use vc-state if available. If VC
673 state is nil, it is not checked out.
674
675 (speedbar-line-text, speedbar-line-token): Support expand buttons
676 with no text.
677 (speedbar-refresh): Universal argument acts as power-click.
678 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
679 that buffer to get variable values.
680
681 And many other bugfixes.
682
683 * dframe.el, ezimage.el, sb-image.el: New files.
684
685 * sb-*.xpm: Remove files. New image files installed into
686 etc/images/ezimage.
687
688 2005-09-30 Kenichi Handa <handa@m17n.org>
689
690 * ps-mule.el (ps-mule-show-warning): If a character is in
691 ps-print-translation-table, don't treat it as non-printable.
692
693 2005-09-30 David Ponce <david@dponce.com>
694
695 * tree-widget.el (tree-widget-themes-load-path): New variable.
696 (tree-widget-themes-directory): Doc fix.
697 (tree-widget-image-formats) [Emacs]: Doc fix.
698 (tree-widget--locate-sub-directory): New function.
699 (tree-widget-themes-directory): Use it.
700
701 * recentf.el (recentf-filename-handlers): Rename from
702 `recentf-filename-handler'. Allow a list of functions.
703 (recentf-menu-items-for-commands): Fix :help strings.
704 (recentf-apply-filename-handlers): New function.
705 (recentf-expand-file-name): Use it.
706 (recentf-cleanup): Remove duplicates too.
707
708 2005-09-29 Juri Linkov <juri@jurta.org>
709
710 * faces.el: Rearrange face definitions to be in the same order as
711 their face descriptions in "(emacs)Standard Faces".
712
713 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
714
715 * tooltip.el (tooltip): Add group `basic-faces'.
716
717 * buff-menu.el (Buffer-menu-buffer): Remove group
718 `font-lock-highlighting-faces'.
719
720 * progmodes/compile.el (compilation-error, compilation-warning)
721 (compilation-info, compilation-line-number, compilation-column-number):
722 Change group from `font-lock-highlighting-faces' to `compilation'.
723
724 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
725 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
726 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
727 (vhdl-font-lock-reserved-words-face)
728 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
729 `font-lock-highlighting-faces'.
730
731 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
732
733 2005-09-28 Kim F. Storm <storm@cua.dk>
734
735 * emulation/cua-base.el: Set CUA move property on additional commands:
736 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
737 forward-sexp, backward-sexp, forward-list, backward-list.
738
739 2005-09-28 Romain Francoise <romain@orebokech.com>
740
741 * comint.el (comint-show-output): Really set point at the
742 beginning of the output when not using `comint-use-prompt-regexp'.
743
744 2005-09-27 Jay Belanger <belanger@truman.edu>
745
746 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
747 in TeX mode.
748
749 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
750
751 * textmodes/org.el (org-table-sum): Fix format string.
752
753 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
754 Quote face names.
755
756 2005-09-26 Romain Francoise <romain@orebokech.com>
757
758 * isearch.el (isearch-forward-regexp): Close doc string.
759
760 2005-09-25 Richard M. Stallman <rms@gnu.org>
761
762 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
763
764 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
765
766 * progmodes/compile.el (compilation-error-properties):
767 When getting the file from the previous error message,
768 correctly decode the new data format.
769
770 * progmodes/cc-cmds.el (c-electric-paren):
771 Call old-blink-paren only for close-paren.
772
773 2005-09-24 Andreas Schwab <schwab@suse.de>
774
775 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
776 condition.
777
778 2005-09-25 Romain Francoise <romain@orebokech.com>
779
780 * dired-aux.el (dired-copy-file-recursive):
781 * dired.el (dired-delete-file):
782 * ediff-mult.el (ediff-dir-diff-copy-file):
783 * ediff-util.el (ediff-test-save-region):
784 * forms.el (forms-mode):
785 * ido.el (ido-file-internal, ido-delete-file-at-head):
786 * log-edit.el (log-edit-done):
787 * ses.el (ses-yank-resize):
788 * play/gomoku.el (gomoku-human-plays, gomoku)
789 (gomoku-human-resigns, gomoku-prompt-for-other-game)
790 (gomoku-offer-a-draw):
791 * play/landmark.el (lm-human-resigns, lm):
792 * net/eudcb-ldap.el (eudc-ldap-check-base):
793 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
794 * progmodes/ebrowse.el (ebrowse-find-pattern):
795 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
796 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
797 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
798
799 * vc.el (vc-delete-file):
800 * play/gomoku.el (gomoku-terminate-game, gomoku)
801 (gomoku-prompt-for-move, gomoku-human-takes-back):
802 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
803 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
804
805 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
806
807 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
808 color rxvt terminals by using the code xterm.el used to use before
809 2005-04-09 in order to match the colors used by rxvt.
810
811 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
812
813 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
814 colors rxvt-unicode terminals by using the same code as xterm.el.
815
816 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * textmodes/tex-mode.el (tex-font-lock-append-prop)
819 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
820 new symbol used for the tex-verbatim face.
821
822 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
823
824 * woman.el (woman-file-name):
825 * wid-edit.el (widget-file-prompt-value)
826 (widget-coding-system-prompt-value):
827 * w32-fns.el (set-w32-system-coding-system):
828 * vc.el (vc-version-diff, vc-annotate):
829 * textmodes/reftex-auc.el (reftex-arg-cite)
830 (reftex-arg-index-tag):
831 * textmodes/refer.el (refer-get-bib-files):
832 * textmodes/artist.el (artist-figlet-choose-font):
833 * terminal.el (terminal-emulator):
834 * replace.el (occur-read-primary-args):
835 * rect.el (string-rectangle, string-insert-rectangle):
836 * ps-print.el (ps-print-preprint):
837 * progmodes/pascal.el (pascal-goto-defun):
838 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
839 * progmodes/compile.el (compilation-find-file):
840 * printing.el (pr-interactive-n-up):
841 * play/animate.el (animate-birthday-present):
842 * net/rcompile.el (remote-compile):
843 * man.el (man, Man-goto-section, Man-follow-manual-reference):
844 * mail/rmailsum.el (rmail-summary-search-backward)
845 (rmail-summary-search):
846 * mail/rmailout.el (rmail-output-read-rmail-file-name)
847 (rmail-output-read-file-name):
848 * mail/rmail.el (rmail-search, rmail-search-backwards):
849 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
850 * locate.el (locate):
851 * international/quail.el (quail-show-keyboard-layout):
852 * international/mule.el (set-buffer-file-coding-system)
853 (revert-buffer-with-coding-system, set-file-name-coding-system)
854 (set-terminal-coding-system, set-keyboard-coding-system)
855 (set-next-selection-coding-system):
856 * international/mule-diag.el (describe-coding-system)
857 (describe-font, describe-fontset):
858 * international/mule-cmds.el (universal-coding-system-argument)
859 (search-unencodable-char, describe-input-method)
860 (set-language-environment, describe-language-environment):
861 * international/codepage.el (codepage-setup):
862 * international/code-pages.el (codepage-setup):
863 * info.el (Info-search, Info-follow-reference)
864 (Info-search-backward):
865 * emacs-lisp/advice.el (ad-read-advised-function)
866 (ad-read-advice-class, ad-clear-cache, ad-activate)
867 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
868 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
869 (ad-read-regexp):
870 * ediff-util.el (ediff-toggle-regexp-match):
871 * ediff-ptch.el (ediff-prompt-for-patch-file):
872 * dired-aux.el (dired-diff):
873 * diff.el (diff):
874 * cus-edit.el (custom-variable-prompt):
875 * calendar/timeclock.el (timeclock-ask-for-project):
876 * calc/calcalg3.el (calc-get-fit-variables):
877 * calc/calc-store.el (calc-edit-variable)
878 (calc-permanent-variable):
879 * vc-mcvs.el (vc-mcvs-register):
880 * shadowfile.el (shadow-define-literal-group):
881 * woman.el (woman-file-name):
882 * vc.el (vc-version-diff, vc-merge):
883 * textmodes/reftex-index.el (reftex-index-complete-tag):
884 * format.el (format-decode-buffer, format-decode-region):
885 * emulation/viper-cmd.el (viper-read-string-with-history):
886 * emacs-lisp/debug.el (cancel-debug-on-entry):
887 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
888 * ediff.el (ediff-merge-revisions)
889 (ediff-merge-revisions-with-ancestor, ediff-revision):
890 * completion.el (interactive-completion-string-reader):
891 * calc/calc-prog.el (calc-user-define-formula):
892 Follow convention for reading with the minibuffer.
893
894 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
895
896 * progmodes/python.el (python-describe-symbol): Add globals() and
897 locals() to the arguments of emacs.ehelp.
898
899 2005-09-24 Magnus Henoch <mange@freemail.hu>
900
901 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
902 New function, code extracted from ispell-valid-dictionary-list.
903 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
904 Call it.
905
906 2005-09-24 Eli Zaretskii <eliz@gnu.org>
907
908 * subr.el (version-regexp-alist): Extend valid syntax for version
909 strings: allow any of the characters -,_,+ to separate the
910 alpha/beta/rc part from the version part. Doc fix.
911 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
912
913 2005-09-23 David Reitter <david.reitter@gmail.com>
914
915 * mail/mailclient.el: New file.
916
917 2005-09-23 Richard M. Stallman <rms@gnu.org>
918
919 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
920 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
921 Doc fixes.
922
923 * progmodes/cc-mode.el (c-font-lock-init):
924 Specify font-lock-lines-before.
925
926 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
929 whole conflict.
930
931 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
932
933 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
934 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
935 of `remap' feature when available. Additional key bindings for
936 better tty support.
937 (org-mode-restart, org-force-self-insert): New commands.
938 (org-time-stamp-inactive): New command.
939 (org-remap): New function.
940 (org-table-auto-blank-field, org-level-color-stars-only): New options.
941 (org-enable-fixed-width-editor): Move to `org-structure'
942 customization group.
943 (org-self-insert-command, orgtbl-self-insert-command): Modify to
944 blank field after field motion commands.
945
946 2005-09-23 Kenichi Handa <handa@m17n.org>
947
948 * international/mule-cmds.el (set-language-environment):
949 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
950 have to call utf-translate-cjk-load-tables.
951
952 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * mouse.el (mouse-move-drag-overlay): Fix last change.
955
956 2005-09-22 David Ponce <david@dponce.com>
957
958 * tree-widget.el (tree-widget-value-create): Fix previous change.
959
960 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
961
962 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
963
964 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * mouse.el (mouse-move-drag-overlay): New function.
967 (mouse-drag-region-1): Use it.
968 Try to simplify a bit the state handling. Handle clicks on links
969 inside intangible areas.
970 (mouse-save-then-kill): Minor simplification.
971 (mouse-secondary-overlay): Make it always non-nil instead of
972 recreating it each time.
973 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
974 (mouse-kill-secondary, mouse-secondary-save-then-kill):
975 Simplify accordingly.
976
977 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
978
979 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
980
981 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
982
983 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
984 (ediff-file-name-sans-prefix): Treat nil as an empty string.
985 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
986 to patch.
987
988 * ediff-util.el: Use insert-buffer-substring.
989
990 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
991
992 * emulation/viper-cmd.el (viper-change-state): Don't move over the
993 field boundaries in the minibuffer.
994 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
995 (viper-minibuffer-post-command-hook): New hook.
996 (viper-line): Don't move cursor at bolp.
997
998 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
999
1000 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1001 avoid compiler warnings.
1002
1003 * emulation/viper-macs.el (ex-map): Better messages.
1004
1005 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1006
1007 * emulation/viper.el: Replace make-variable-buffer-local with
1008 viper-make-variable-buffer-local everywhere, to avoid warnings.
1009
1010 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1013 Delete unused var `old-selected-window'.
1014 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1015 (mouse-drag-secondary): Delete unused var `start-frame'.
1016
1017 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1018
1019 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1020
1021 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1024 Re-indent within 80 columns. Use inhibit-read-only.
1025
1026 2005-09-19 Romain Francoise <romain@orebokech.com>
1027
1028 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1029
1030 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1031
1032 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1033 unconditionally, since the after-change-function already did it.
1034
1035 2005-09-19 Miles Bader <miles@gnu.org>
1036
1037 * net/newsticker.el: Get rid of CVS keyword.
1038
1039 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1040
1041 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1042 The prompt is formatted later.
1043
1044 2005-09-19 David Ponce <david@dponce.com>
1045
1046 * tree-widget.el (tree-widget-value-create): Save the converted
1047 tree :node widget.
1048
1049 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1050
1051 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1052 variable `message'.
1053
1054 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1055
1056 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1057 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1058 <slawomir.nowaczyk.847@student.lu.se>.
1059
1060 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * image.el (image-load-path): Use symbol `data-directory' instead
1063 of its value, for backward compatibility with packages that bind
1064 it during `find-image'. Suggested by Katsumi Yamaoka.
1065 (image-search-load-path): Handle symbols whose values are strings.
1066
1067 2005-09-18 Romain Francoise <romain@orebokech.com>
1068
1069 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1070 with-current-buffer form in save-excursion.
1071
1072 2005-09-18 D Goel <deego@gnufans.org>
1073
1074 * apropos.el (apropos-command): Fix `message' call: first arg
1075 should be a format spec. In this and all other cases that appear
1076 below and elsewhere in the source code, I made a change only when
1077 two conditions were satisfied: [1] I can think of a possibility
1078 that the arguments would cause an error, for example, the code in
1079 question relies on external variables such as filenames. [2] I
1080 was sure that the arg to `message' could not have been nil in the code.
1081
1082 * textmodes/tildify.el (tildify-region): Ditto.
1083
1084 * textmodes/reftex-index.el (reftex-index-change-entry)
1085 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1086 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1087 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1088 (org-priority, org-table-sum):
1089 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1090 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1091 (flyspell-word, flyspell-display-next-corrections):
1092 * textmodes/bibtex.el (bibtex-print-help-message):
1093 * textmodes/artist.el (artist-key-set-point-poly):
1094 * term/mac-win.el (mac-services-insert-text):
1095 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1096 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1097 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1098 (vhdl-compose-configuration):
1099 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1100 (sh-set-indent, sh-learn-line-indent):
1101 * progmodes/ps-mode.el (ps-mode-target-column):
1102 * progmodes/idlwave.el (idlwave-make-tags)
1103 (idlwave-scan-library-catalogs):
1104 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1105 * progmodes/gud.el (gud-jdb-analyze-source):
1106 * progmodes/flymake.el (flymake-log):
1107 * progmodes/ebnf2ps.el (ebnf-generate-region):
1108 * progmodes/cmacexp.el (c-macro-expansion):
1109 * progmodes/ada-xref.el (ada-treat-cmd-string):
1110 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1111 (ada-justified-indent-current, ada-batch-reformat):
1112 * play/zone.el (zone):
1113 * play/landmark.el (lm-move):
1114 * play/decipher.el (decipher-show-alphabet):
1115 * net/newsticker.el (newsticker--display-jump)
1116 (newsticker--display-scroll):
1117 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1118 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1119 * mail/feedmail.el (feedmail-dump-message-to-queue):
1120 * eshell/esh-proc.el (eshell-remove-process-entry):
1121 * emulation/ws-mode.el (ws-last-error):
1122 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1123 (viper-record-kbd-macro):
1124 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1125 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1126 * emacs-lisp/find-func.el (find-function-noselect):
1127 * calendar/timeclock.el (timeclock-status-string)
1128 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1129 (timeclock-when-to-leave-string):
1130 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1131 * calc/calc-units.el (calc-enter-units-table):
1132 * calc/calc-mode.el (calc-mode-record-mode):
1133 * woman.el (woman-mini-help):
1134 * wdired.el (wdired-change-to-wdired-mode):
1135 * vc.el (vc-retrieve-snapshot):
1136 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1137 * startup.el (display-startup-echo-area-message):
1138 * simple.el (set-goal-column):
1139 * ses.el (ses-command-hook, ses-recalculate-cell):
1140 * server.el (server-process-filter):
1141 * printing.el (pr-interface-txt-print, pr-interface-printify)
1142 (pr-interface-ps):
1143 * pcvs.el (cvs-help):
1144 * log-edit.el (log-edit, log-edit-mode-help):
1145 * iswitchb.el (iswitchb-possible-new-buffer):
1146 * isearch.el (isearch-edit-string):
1147 * image-mode.el (image-mode, image-minor-mode):
1148 * ibuf-macs.el (define-ibuffer-filter):
1149 * hi-lock.el (hi-lock-find-patterns):
1150 * files.el (toggle-read-only):
1151 * ediff-util.el (ediff-copy-diff)
1152 (ediff-write-merge-buffer-and-maybe-kill):
1153 * echistory.el (Electric-history-undefined):
1154 * dnd.el (dnd-insert-text):
1155 * dired-aux.el (dired-query):
1156 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1157 * bookmark.el (bookmark-bmenu-locate):
1158 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1159 Fix `message' calls to ensure first arg is a format string.
1160 The change was made only when these two conditions were satisfied:
1161 [1] when there is a possibility that the arguments would cause an error
1162 for example, if the code in question relies on external variables
1163 such as filenames, and
1164 [2] if the arg to `message' could not have been nil in the code.
1165
1166 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1167 Not having a %s would be weird, though not technically wrong.
1168
1169 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1170
1171 * term/mac-win.el (mac-add-charset-info): Doc fix.
1172
1173 2005-09-17 Romain Francoise <romain@orebokech.com>
1174
1175 * shell.el (shell-resync-dirs): Handle echoing processes more
1176 reliably. Don't insert resync command if `comint-process-echoes'
1177 is non-nil.
1178
1179 2005-09-17 Magnus Henoch <mange@freemail.hu>
1180
1181 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1182 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1183 aspell versions >= 0.60.
1184 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1185 only if ispell-aspell-supports-utf8 is non-nil.
1186
1187 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1188
1189 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1190 buffer-local value to lisp-indent-function.
1191
1192 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1193
1194 * progmodes/glasses.el (glasses-make-readable): If
1195 glasses-separator differs from underscore, put appropriate
1196 overlays over underscore characters.
1197 (glasses-convert-to-unreadable): If glasses-separator differs from
1198 underscore, try to convert glasses-separator characters to
1199 underscores.
1200
1201 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1204 Use with-syntax-table and dolist.
1205
1206 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1207
1208 * textmodes/reftex-auc.el:
1209 * textmodes/reftex-cite.el:
1210 * textmodes/reftex-dcr.el:
1211 * textmodes/reftex-global.el:
1212 * textmodes/reftex-parse.el:
1213 * textmodes/reftex-ref.el:
1214 * textmodes/reftex-sel.el:
1215 * textmodes/reftex-toc.el:
1216 * textmodes/reftex-vars.el:
1217 * textmodes/reftex.el: Small changes to remove compiler warnings.
1218
1219 * textmodes/reftex-index.el: Likewise.
1220 (reftex-query-index-phrase): More efficient use of markers.
1221
1222 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1223
1224 * image.el (image-load-path): New variable.
1225 (image-search-load-path): New function.
1226 (find-image): Search for images in `image-load-path'.
1227
1228 2005-09-15 Richard M. Stallman <rms@gnu.org>
1229
1230 * follow.el: Change Maintainer field.
1231
1232 2005-09-15 David Ponce <david@dponce.com>
1233
1234 * recentf.el (recentf-save-file-modes): New option.
1235 (recentf-save-list): Use it.
1236
1237 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1238
1239 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1240 (mode-line-mule-info, mode-line-modified): Move bindings from
1241 mouse-3 to mouse-1.
1242
1243 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1244
1245 * simple.el (sendmail-user-agent-compose): Revert last change.
1246
1247 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1250 Use with-current-buffer.
1251 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1252 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1253 (ange-ftp-insert-directory): Remove unused var `short'.
1254 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1255
1256 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1257 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1258
1259 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1260 (check-calendar-holidays, diary-list-entries): Autoload.
1261 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1262 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1263
1264 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1265 which mistakenly removed a call to display-buffer.
1266
1267 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1270
1271 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1272
1273 * progmodes/hideshow.el
1274 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1275 (hs-allow-nesting): New user var.
1276 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1277 (hs-hide-block-at-point): When nesting allowed,
1278 if there is already an overlay in place, delete it.
1279 (hs-safety-is-job-n): Delete func; remove call sites.
1280 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1281 (hs-overlay-at): New func.
1282 (hs-already-hidden-p, hs-show-block): Use it.
1283 (hs-hide-all): Don't pre-clean if nesting allowed.
1284 (hs-show-all): Temporarily disallow
1285 nesting around call to `hs-discard-overlays'.
1286
1287 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1288
1289 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1290 Delete unused local var.
1291
1292 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1293
1294 * help-fns.el (describe-categories): "?\ " -> "?\s".
1295 (help-do-arg-highlight): Recognize also ARG-n, as in
1296 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1297
1298 * international/codepage.el (dos-unsupported-char-glyph):
1299 * net/newsticker.el (tool-bar-map, w3-mode-map)
1300 (w3m-minor-mode-map):
1301 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1302 (ent-alist):
1303 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1304
1305 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1306
1307 * custom.el (custom-push-theme): Handle the case where a symbol is
1308 bound but face properties have not yet been assigned.
1309
1310 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1311 Fix behavior if noerase is `t' and there is no mail buffer.
1312
1313 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1314 if `continue' is nil, rather than signal an error.
1315
1316 2005-09-12 Richard M. Stallman <rms@gnu.org>
1317
1318 * font-lock.el (font-lock-keywords): Add autoload.
1319
1320 * help-fns.el (describe-variable): Rearrange to put source link
1321 in a predictable place.
1322
1323 * net/newsticker.el: New file.
1324
1325 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1328 (calendar-basic-setup): Use the new nil arg.
1329 (number-of-diary-entries): Move to diary-lib.el.
1330
1331 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1332 (diary-list-entries): Use with-syntax-table and dolist.
1333 Rename from list-diary-entries.
1334 Use number-of-diary-entries if `number' is nil.
1335 (diary, diary-view-entries): Use this new name and new nil arg value.
1336 (number-of-diary-entries): Move from calendar.el.
1337 (diary-unhide-everything): New function.
1338 (include-other-diary-files, fancy-diary-display)
1339 (diary-show-all-entries, make-diary-entry): Use it.
1340 (diary-mail-entries): Use buffer-string.
1341 (mark-diary-entries): Fix long standing paren typo.
1342 (diary-sexp-entry): Use count-lines.
1343 (make-diary-entry): Avoid `previous-line'.
1344 (diary-mode-map): New var.
1345 (diary-mode): Redraw cal after saving. Setup header-line.
1346 (fancy-diary-display-mode): Use local-set-key.
1347
1348 * startup.el (command-line): Try calling various terminal-init-foo-bar
1349 functions by stripping hyphenated suffixes from $TERM.
1350
1351 * files.el (normal-mode): Check boundness of font-lock-keywords.
1352
1353 2005-09-12 Richard M. Stallman <rms@gnu.org>
1354
1355 * progmodes/compile.el: Don't decide a file's directory
1356 until the user actually tries to go there.
1357 (compilation-next-error-function):
1358 Pass compilation-find-file the directory from the file-struct.
1359 (compilation-internal-error-properties): Separate local FILE-STRUCT
1360 from FILE. Doc the args better. Rename arg FMT to FMTS.
1361 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1362 Expand it, and if nil, use default-directory.
1363 (compilation-get-file-structure): Don't mix specified directory
1364 with default directory. Put specified directory into
1365 file-struct. Don't make the file name absolute.
1366
1367 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1368 (compile-command): Add autoload.
1369 (compilation-disable-input): Add autoload.
1370
1371 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1372
1373 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1374 strings of the variables it can override.
1375 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1376 %Q and %q, for fully-qualified domain name and unqualified host name.
1377
1378 2005-09-11 Kim F. Storm <storm@cua.dk>
1379
1380 * emacs-lisp/authors.el (authors-aliases): Update list.
1381 (authors-fixed-entries): Update mldrag.el entry.
1382
1383 2005-09-10 Alan Mackenzie <acm@muc.de>
1384
1385 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1386 from the region narrowed to.
1387
1388 2005-09-10 Magnus Henoch <mange@freemail.hu>
1389
1390 * textmodes/ispell.el (ispell-check-version): Signal an error if
1391 aspell version is less than 0.60.
1392
1393 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1394
1395 * progmodes/octave-inf.el (inferior-octave-startup):
1396 Resync current dir at the end.
1397
1398 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1399
1400 * woman.el (woman-topic-at-point-default):
1401 Rename to woman-use-topic-at-point-default.
1402 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1403 (woman-file-name): Reflect renames above. Automatically use the
1404 word at point as topic if woman-use-topic-at-point is non-nil.
1405 Otherwise offer it as default but don't insert it in the
1406 minibuffer. Also use `test-completion' instead of `assoc' as
1407 suggested by Stefan Monnier.
1408
1409 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1410
1411 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1412 the attempt to do it over Tramp. This is not yet supported.
1413
1414 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1415
1416 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1417 (menu-bar-non-minibuffer-window-p): New functions.
1418 ("Split Window", "Save As..."): Use them.
1419 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1420 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1421 Use menu-bar-menu-frame-live-and-visible-p.
1422 ("Save Buffer", "Insert File", "Open Directory...")
1423 ("Open File...", "Visit New File..."):
1424 Use menu-bar-non-minibuffer-window-p.
1425 (kill-this-buffer-enabled-p, dired <menu-enable>):
1426 Use menu-bar-non-minibuffer-window-p.
1427
1428 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1429
1430 * cus-start.el (all): Don't complain about fringe-related
1431 built-ins if fringes are not supported. Ditto about
1432 selection-related built-ins. Fix the test for GTK-related built-ins.
1433
1434 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1435 ("Postscript Print Buffer", "Print Region", "Save As...")
1436 ("Save", "Insert File...", "Open Directory...")
1437 ("Open File...", "Visit New File..."")
1438 ("Truncate Long Lines in this Buffer"): Don't look at
1439 menu-updating-frame if this display does not support multiple frames.
1440
1441 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1442
1443 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1444
1445 2005-09-09 Emilio Lopes <eclig@gmx.net>
1446
1447 * woman.el: Format- and whitespace-related changes.
1448
1449 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1450
1451 * woman.el: Fix my email address.
1452
1453 2005-09-08 Richard M. Stallman <rms@gnu.org>
1454
1455 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1456 (sh-mode): Locally set skeleton-pair-default-alist.
1457
1458 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1459
1460 * progmodes/flymake.el: Require `compile' unconditionally.
1461
1462 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1463
1464 * woman.el (woman-file-name): Provide a default, not initial input.
1465
1466 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1467
1468 * font-lock.el (font-lock-support-mode): Doc fix.
1469
1470 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1471
1472 2005-09-08 Richard M. Stallman <rms@gnu.org>
1473
1474 * simple.el (blink-matching-open): Get rid of text props from
1475 the string shown in echo area. Don't permanently set point.
1476 Some rearrangements.
1477
1478 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1479
1480 * recentf.el (recentf-filename-handler): Add custom choice
1481 `abbreviate-file-name'.
1482
1483 * msb.el (msb--very-many-menus): Fix typo.
1484
1485 * disp-table.el (standard-display-european): Don't set
1486 enable-multibyte-characters to nil.
1487
1488 2005-09-08 David Ponce <david@dponce.com>
1489
1490 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1491 (recentf-expand-file-name): Doc fix.
1492 (recentf-dialog-mode-map): Define digit shortcuts.
1493 (recentf--files-with-key): New variable.
1494 (recentf-show-digit-shortcut-filter): New function.
1495 (recentf-open-files-items): New function.
1496 (recentf-open-files): Use it.
1497 (recentf-open-file-with-key): New command.
1498
1499 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1500
1501 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1502 Suggested by Kim F. Storm.
1503 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1504 (Buffer-menu-make-sort-button): Use global keymap.
1505
1506 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1507
1508 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1509 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1510 necessary any longer with the remapped command.
1511 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1512 formatting time only.
1513
1514 * net/tramp.el (tramp-action-password)
1515 (tramp-multi-action-password): Compile the password prompt from
1516 `method', `user' and `host'. Sometimes it isn't obvious which
1517 password to enter, for example with remote files offered by
1518 recentf.el, or with multiple steps. Suggested by Robert Marshall
1519 <robert@chezmarshall.freeserve.co.uk>.
1520
1521 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1524 Fix regexp for when "s///" is at the beginning of line.
1525
1526 2005-09-07 Jay Belanger <belanger@truman.edu>
1527
1528 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1529 when in matrix mode.
1530
1531 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1534 non-anonymous functions.
1535
1536 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1539 when using a header line. Otherwise, use mouse-1-click-follows-link.
1540
1541 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1542 can't be moved; don't signal an error.
1543
1544 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * cus-theme.el (custom-theme-write-faces): Save the current face
1547 spec, not the defface spec.
1548
1549 * custom.el (custom-known-themes): Clarify meaning of "standard".
1550 (custom-push-theme): Save old values in the standard theme.
1551 (disable-theme): Correct typo.
1552 (custom-face-theme-value) Deleted unused function.
1553 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1554
1555 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * progmodes/compile.el (compilation-goto-locus): Take into account
1558 iconified frames when determining whether the buffer is
1559 already visible.
1560 Don't reset window height if the window already existed.
1561
1562 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * custom.el (load-theme): Rename from require-theme.
1565 Add interactive spec.
1566 (enable-theme): Rename from custom-enable-theme.
1567 Add interactive spec.
1568 (disable-theme): Rename from custom-disable-theme.
1569 Add interactive spec.
1570 (custom-make-theme-feature): Doc fix.
1571 (custom-theme-directory): Doc fix.
1572 (provide-theme): Call enable-theme.
1573
1574 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * obsolete/lazy-lock.el (lazy-lock-mode):
1577 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1578 font-lock-mode if it's off. Print a warning instead.
1579
1580 * progmodes/compile.el (compilation-start): Ignore errors if the
1581 process died before we get to send-eof.
1582
1583 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1584 Undo last change. Enclosing the result in quotes broke things on Unix
1585 since tex-send-command passes it through shell-quote-argument.
1586 (tex-send-command): Pass `file' through convert-standard-filename
1587 when possible.
1588 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1589 info in a transcript.
1590
1591 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1592
1593 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1594 fix compilation warning. Reorder the key definitions to group
1595 together keys emitted by the current version of xterm.
1596
1597 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1598 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1599 Reorder predicates to correct min-color usage.
1600
1601 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1604 Kill local variables when longlines-mode is turned off.
1605
1606 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1609
1610 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1611
1612 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1613
1614 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1615 (font-lock-lines-before): Change default to being inactive.
1616 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1617 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1618
1619 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1620
1621 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1622 Deactivate temporarily advice if active (not needed for Emacs 22,
1623 but for backwards compatibility).
1624 (tramp-exists-file-name-handler): Rewrite. First implementation
1625 was too simple.
1626 (tramp-advice-make-auto-save-file-name):
1627 Call `tramp-handle-make-auto-save-file-name' (again, just for
1628 backwards compatibility).
1629
1630 2005-08-31 Reto Zimmermann <reto@gnu.org>
1631
1632 * progmodes/vhdl-mode.el
1633 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1634 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1635 (vhdl-set-default-project): New function (easier setting of default).
1636 (vhdl-port-copy): Handle extended identifiers for generics.
1637 (vhdl-compiler-alist): Better description for error message regexp.
1638 (vhdl-make): Query for target, use previous as default.
1639 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1640 (vhdl-font-lock-keywords-2): Fix fontification for record
1641 el. assign.
1642 (vhdl-speedbar-make-subpack-line): Add package body link.
1643 (vhdl-generate-makefile-1): Not include itself as dependency.
1644 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1645 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1646 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1647 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1648 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1649 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1650 (vhdl-import-project): Add string argument for `error'.
1651 (vhdl-compose-configuration)
1652 (vhdl-compose-configuration-architecture): Add configuration
1653 declaration generation.
1654 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1655 (vhdl-trailer-re): Add "record" keyword (better indentation).
1656 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1657 "[^ \t-\"]+".
1658 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1659 (vhdl-testbench-entity-file-name)
1660 (vhdl-testbench-architecture-file-name): Allow separate
1661 customization of testbench file names.
1662 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1663 (vhdl-get-visible-signals): Allow newline within alias declaration.
1664 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1665 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1666 (member-ignore-case): Alias for missing function in XEmacs.
1667 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1668 (vhdl-update-sensitivity-list): Ignore case on read signals.
1669 (vhdl-replace-string): Adjust case only for file names.
1670 (vhdl-update-sensitivity-list): Fix search for read signals.
1671 (vhdl-update-sensitivity-list): Exclude formal parameters.
1672 (vhdl-get-visible-signals): Include aliases of signals.
1673 (vhdl-get-visible-signals): Fix signal name searching.
1674 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1675 (vhdl-fixup-whitespace-region): Fix for character
1676 literals (e.g. ':').
1677
1678 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * ansi-color.el (comint-last-output-start):
1681 * bs.el (font-lock-verbose):
1682 * diff-mode.el (add-log-buffer-file-name-function):
1683 * dired-x.el (vm-folder-directory):
1684 * faces.el (help-xref-stack-item):
1685 * files.el (font-lock-keywords):
1686 * find-lisp.el (dired-buffers, dired-subdir-alist):
1687 * ido.el (cua-inhibit-cua-keys):
1688 * log-view.el (cvs-minor-wrap-function):
1689 * outline.el (font-lock-warning-face):
1690 * simple.el (compilation-current-error):
1691 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1692 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1693 * tooltip.el (comint-prompt-regexp):
1694 * w32-fns.el (explicit-shell-file-name):
1695 * term/mac-win.el (mac-charset-info-alist)
1696 (mac-services-selection, mac-system-script-code):
1697 * term/tty-colors.el (msdos-color-values):
1698 * term/w32-win.el (xlfd-regexp-registry-subnum):
1699 * term/x-win.el (x-keysym-table, x-selection-timeout)
1700 (x-session-id, x-session-previous-id):
1701 * textmodes/ispell.el (mail-yank-prefix):
1702 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1703 * textmodes/org.el (calc-embedded-close-formula)
1704 (calc-embedded-open-formula)
1705 (font-lock-unfontify-region-function):
1706 * textmodes/reftex-global.el (isearch-next-buffer-function)
1707 (TeX-master):
1708 * textmodes/reftex.el (font-lock-keywords):
1709 * textmodes/tex-mode.el (font-lock-comment-face)
1710 (font-lock-doc-face):
1711 * textmodes/texinfo.el (outline-heading-alist):
1712 Add defvars.
1713
1714 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1715 (artist-spray-chars, artist-mode-init, artist-replace-string)
1716 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1717 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1718 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1719
1720 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1721 (conf-align-assignments): "?\ " -> "?\s".
1722
1723 * textmodes/reftex-index.el (TeX-master): Add defvar.
1724 (reftex-index-phrases-marker): Move up defvar.
1725
1726 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1727 (reftex-toc-include-labels-indicator)
1728 (reftex-toc-include-index-indicator)
1729 (reftex-toc-max-level-indicator): Move up declarations.
1730
1731 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1732 of args to `tramp-run-real-handler', even if it's empty in this case.
1733
1734 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1735
1736 * dired.el (dired-move-to-filename-regexp): Add date format for
1737 Mac OS X 10.3 in East Asian locales.
1738
1739 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1740
1741 * files.el (make-auto-save-file-name): Add file name handler call
1742 if applicable.
1743
1744 * net/tramp.el (tramp-file-name-handler-alist)
1745 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1746 (tramp-handle-make-auto-save-file-name): Rename from
1747 `tramp-make-auto-save-file-name'.
1748 (tramp-exists-file-name-handler): New defun.
1749 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1750 `make-auto-save-file-name' is not a magic file name operation.
1751
1752 2005-08-30 Richard M. Stallman <rms@gnu.org>
1753
1754 * files.el (risky-local-variable-p):
1755 Match `-predicates' and `-commands.
1756
1757 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1758 (custom-save-all): Visit the file if necessary;
1759 kill the buffer if we created it.
1760 (custom-save-delete): Don't visit file or kill buffer here.
1761
1762 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1763
1764 * textmodes/org.el (org-special-keyword): New face.
1765 (org-table-copy-down, org-table-eval-formula)
1766 (org-table-recalculate, org-init-section-numbers):
1767 Use `string-to-number' instead of `string-to-int'.
1768 (org-get-location): Use `insert-buffer-substring' instead of
1769 `insert-buffer'.
1770 (org-modify-diary-entry-string): New function.
1771 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1772 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1773 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1774 active region.
1775 (org-export-as-html): Handle QUOTE keyword.
1776 (org-quote-string): New option.
1777 (org-bookmark-jump-unhide): New function, used for
1778 `bookmark-after-jump-hook'.
1779 (org-diary-default-entry): Apply only when not called through
1780 `org-agenda'.
1781
1782 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1783
1784 * net/eudc.el (mode-popup-menu):
1785 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1786 * progmodes/ada-mode.el (compile-auto-highlight)
1787 (skeleton-further-elements):
1788 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1789 * progmodes/cmacexp.el (msdos-shells):
1790 * progmodes/compile.el (font-lock-extra-managed-props)
1791 (font-lock-keywords, font-lock-maximum-size)
1792 (font-lock-support-mode):
1793 * progmodes/grep.el (font-lock-lines-before):
1794 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1795 * progmodes/mixal-mode.el (compile-command):
1796 * progmodes/perl-mode.el (font-lock-comment-face)
1797 (font-lock-doc-face, font-lock-string-face):
1798 * progmodes/prolog.el (comint-prompt-regexp):
1799 * progmodes/sh-script.el (font-lock-comment-face)
1800 (font-lock-set-defaults, font-lock-string-face):
1801 * progmodes/sql.el (font-lock-keyword-face)
1802 (font-lock-set-defaults, font-lock-string-face):
1803 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1804 (itimer-version, lazy-lock-defer-contextually)
1805 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1806 Add defvars.
1807
1808 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1809 (cperl-electric-keyword, cperl-electric-pod)
1810 (cperl-electric-backspace, cperl-forward-re)
1811 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1812 (vc-rcs-header, vc-sccs-header): Add defvars.
1813
1814 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1815 (font-lock-syntactic-keywords, gud-find-expr-function):
1816 Add defvars.
1817
1818 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1819 (gdb-frame-parameters): Declare before use.
1820
1821 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1822 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1823 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1824 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1825
1826 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1827 (idlwave-help-with-source): Use `insert-buffer-substring', not
1828 `insert-buffer'.
1829
1830 2005-08-29 Juri Linkov <juri@jurta.org>
1831
1832 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1833 Put outline-back-to-heading function call inside save-excursion.
1834
1835 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1836
1837 * man.el (Man-init-defvars, Man-translate-references)
1838 (Man-support-local-filenames, Man-highlight-references):
1839 * progmodes/sql.el (sql-interactive-mode):
1840 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1841
1842 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1843 (compilation-mode-font-lock-keywords): Add defvars.
1844 (checkdoc-interactive-loop): "?\ " -> "?\s".
1845
1846 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1847 (font-lock-doc-face, font-lock-string-face)
1848 (font-lock-keywords-case-fold-search): Add defvars.
1849 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1850
1851 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1852 Don't pass X and Y (they are ignored anyway).
1853 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1854 (mouse-delete-window): Make arguments optional.
1855
1856 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1857 (caesar-translate-table, minor-modes, news-buffer-save)
1858 (news-group-name, news-minor-modes): Add defvars.
1859
1860 * emacs-lisp/lselect.el (mouse-highlight-priority)
1861 (x-lost-selection-functions, zmacs-regions):
1862 * emacs-lisp/pp.el (font-lock-verbose):
1863 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1864 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1865 (ses-mode-map):
1866 * emacs-lisp/tcover-unsafep.el (safe-functions):
1867 * international/mule-cmds.el (mac-system-coding-system)
1868 (mac-system-locale):
1869 * language/ethio-util.el (rmail-current-message)
1870 (rmail-message-vector):
1871 * language/thai-util.el (thai-auto-composition-mode):
1872 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1873 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1874 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1875 (vm-primary-inbox, vm-spool-files):
1876 * mail/rmail.el (deleted-head, font-lock-fontified)
1877 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1878 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1879 (total-messages):
1880 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1881 (rmail-summary-mode-map):
1882 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1883 (rmail-last-label, rmail-last-multi-labels)
1884 (rmail-summary-vector, rmail-total-messages):
1885 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1886 * mail/rmailsum.el (msgnum):
1887 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1888 (rmail-current-message):
1889 * obsolete/fast-lock.el (font-lock-face-list):
1890 * obsolete/rnewspost.el (mail-reply-buffer):
1891 * obsolete/scribe.el (compile-command):
1892 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1893
1894 2005-08-28 John Paul Wallington <jpw@gnu.org>
1895
1896 * ibuf-ext.el (ibuffer-auto-update-changed):
1897 Use `frame-or-buffer-changed-p' to check whether we need to update.
1898 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1899 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
1900 as a `frame-or-buffer-changed-p' state vector instead.
1901
1902 2005-08-27 Romain Francoise <romain@orebokech.com>
1903
1904 * textmodes/makeinfo.el (makeinfo-compile):
1905 Use `compilation-start'. Set `next-error-function' according to
1906 `disable-errors'.
1907 (makeinfo-next-error): New function.
1908 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1909 (makeinfo-buffer): Likewise.
1910
1911 * progmodes/compile.el (compilation-start): Add autoload cookie.
1912
1913 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1914 * textmodes/sgml-mode.el: Likewise.
1915 * progmodes/python.el: Likewise.
1916
1917 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1918
1919 * simple.el (blink-matching-paren-distance): Document the meaning
1920 of nil value, and allow to customize to nil.
1921
1922 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1923 command.com, not command.exe.
1924
1925 2005-08-26 John Wiegley <johnw@newartisans.com>
1926
1927 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1928 code around a bit so that an extraneous nil argument is not added
1929 to a command when no args are given.
1930
1931 * eshell/esh-arg.el (eshell-parse-double-quote): If a
1932 double-quoted argument resolves to nil, return it as an empty
1933 string rather than as nil. This made it impossible to pass "" to
1934 a shell script as a null string argument.
1935
1936 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * outline.el (outline-invent-heading): New fun.
1939 (outline-promote, outline-demote): Use it.
1940 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1941 (outline-end-of-subtree): Remove unused var `opoint'.
1942
1943 2005-08-26 David Reitter <david.reitter@gmail.com>
1944
1945 * menu-bar.el (truncate-lines, write-file, print-buffer)
1946 (ps-print-buffer-faces, ps-print-buffer, split-window):
1947 Disable menu items when the frame they refer to is invisible, or when
1948 they refer to a buffer and the minibuffer is selected.
1949
1950 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1951
1952 * progmodes/flymake.el (flymake-highlight-err-lines):
1953 Use save-excursion around flymake-highlight-line to preserve point.
1954
1955 2005-08-26 Eli Zaretskii <eliz@gnu.org>
1956
1957 * progmodes/octave-mod.el: Change Author and Maintainer address.
1958 (octave-maintainer-address): Change Kurt's email address.
1959 * progmodes/octave-inf.el: Change Author and Maintainer address.
1960 * progmodes/octave-hlp.el: Change Author and Maintainer address.
1961
1962 2005-08-26 Kim F. Storm <storm@cua.dk>
1963
1964 * subr.el (version-list-<, version-list-<=, version-list-=):
1965 Renamed from integer-list-*.
1966 (version-list-not-zero): Likewise. Fix while loop.
1967 (version=): Use version-list-= instead of string-equal.
1968
1969 2005-08-26 Richard M. Stallman <rms@gnu.org>
1970
1971 * outline.el (outline-promote): Try shortening the heading.
1972 As last resort, read the heading to use.
1973 (outline-demote): As last resort, read the heading to use.
1974
1975 2005-08-26 Romain Francoise <romain@orebokech.com>
1976
1977 * progmodes/compile.el (compilation-start): Doc fix.
1978
1979 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
1980 (antlr-font-lock-additional-keywords): Fix reference to
1981 `antlr-font-lock-literal-regexp' erroneously changed during the
1982 mass face rename.
1983 (antlr-run-tool): Use `compilation-start'.
1984
1985 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
1986 instead of the obsolete `compile-internal'.
1987
1988 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
1989
1990 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
1991 (number, original-date):
1992 * calendar/cal-china.el (date):
1993 * calendar/cal-coptic.el (date):
1994 * calendar/cal-french.el (date):
1995 * calendar/cal-hebrew.el (date, entry, number, original-date):
1996 * calendar/cal-islam.el (date, number, original-date):
1997 * calendar/cal-iso.el (date):
1998 * calendar/cal-julian.el (date):
1999 * calendar/cal-mayan.el (date):
2000 * calendar/cal-menu.el (date, event):
2001 * calendar/cal-persia.el (date):
2002 * calendar/lunar.el (date):
2003 * calendar/solar.el (date): Add defvars.
2004
2005 * emerge.el:
2006 * ibuffer.el:
2007 * info-xref.el:
2008 * obsolete/bg-mouse.el:
2009 * obsolete/sun-curs.el:
2010 * obsolete/swedish.el: Move the `defvar's to the top level.
2011
2012 * smerge-mode.el (smerge-refined-change): Add :group.
2013
2014 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2017 (smerge-keep-n): Remove props.
2018 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2019 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2020 now that it's done in smerge-keep-n.
2021 (smerge-refined-change): New face.
2022 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2023 (smerge-refine): New funs.
2024 (smerge-basic-map): Bind smerge-refine.
2025
2026 2005-08-25 Juri Linkov <juri@jurta.org>
2027
2028 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2029 compilation-process-setup-function and compilation-disable-input
2030 in grep-mode instead of let-bindings in grep.
2031
2032 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2033 Delete "Automatic File De/compression" (auto-compression-mode).
2034
2035 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2036
2037 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2038 Silence warning about non-existent variable.
2039
2040 2005-08-25 Richard M. Stallman <rms@gnu.org>
2041
2042 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2043 Rename "Describe Key" to "Describe Key or Mouse Operation".
2044
2045 * mail/mailalias.el (build-mail-aliases): Delete comments
2046 from the contents before processing them.
2047
2048 * isearch.el (isearch-edit-string): Erase the Search prompt
2049 if user enters an empty string and there is no default.
2050
2051 * comint.el (comint-file-name-prefix): Add autoload.
2052
2053 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2054
2055 * subr.el (play-sound): Rearrange to avoid warning.
2056
2057 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2058
2059 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2060 New hook.
2061 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2062
2063 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2066
2067 * custom.el (custom-theme-set-variables): Sort minor modes last.
2068
2069 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2070
2071 * subr.el (version-separator, version-regexp-alist): New vars used by
2072 version comparison funs.
2073 (integer-list-<, integer-list-=, integer-list-<=)
2074 (integer-list-not-zero): New funs for integer list comparison.
2075 (version-to-list, version=, version<, version<=): New funs for version
2076 comparison.
2077
2078 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2081 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2082 time to silence the byte-compiler.
2083
2084 * ibuffer.el (ibuffer-compile-make-eliding-form)
2085 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2086 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2087 so it's silly to get warnings for it).
2088 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2089 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2090 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2091 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2092 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2093 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2094 Defvar at compile time.
2095 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2096 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2097 Declare them before use.
2098
2099 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2100 (info-xref-good, info-xref-bad): Defvar at compile time.
2101
2102 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2103 Use `let*' instead of `let'.
2104
2105 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2106 (*mouse-y*, menu, char): Defvar at compile time.
2107 (sc::menu): Declare it before use.
2108 (sc::pack-one-line): Use `let', not `let*'.
2109
2110 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2111 (mail-send-hook): Defvar at compile time.
2112
2113 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2114 Defvar at compile time.
2115
2116 * term/sun-mouse.el (current-global-mousemap)
2117 (current-local-mousemap): Declare them before use.
2118
2119 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2120
2121 * bookmark.el (bookmark-after-jump-hook): New hook.
2122 (bookmark-jump): Run `bookmark-after-jump-hook'.
2123
2124 2005-08-23 Juri Linkov <juri@jurta.org>
2125
2126 * faces.el (minibuffer-prompt): Doc fix.
2127
2128 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * progmodes/xscheme.el: Trivial changes to silence warnings.
2131 (xscheme-previous-mode, xscheme-previous-process-state):
2132 Add defvars.
2133 (xscheme-last-input-end, xscheme-process-command-line)
2134 (xscheme-process-name, xscheme-buffer-name)
2135 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2136 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2137 (xscheme-control-g-synchronization-p)
2138 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2139 (default-xscheme-runlight, xscheme-runlight)
2140 (xscheme-runlight-string, xscheme-process-filter-state)
2141 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2142 Move to beginning of file.
2143 (scheme-interaction-mode-commands-alist)
2144 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2145 Declare them before use. Note: the initialization code for the variables
2146 has not been moved because it uses functions that reference the variables.
2147 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2148 (xscheme-prompt-for-expression-map): Declare them before use.
2149 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2150
2151 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2152
2153 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2154
2155 2005-08-22 Juri Linkov <juri@jurta.org>
2156
2157 * faces.el (set-face-underline): Delete this duplicate function
2158 and make an obsolete alias to set-face-underline-p.
2159 (set-face-underline-p): Use docstring of set-face-underline.
2160 (describe-face): Create hyperlink to parent face.
2161
2162 * info.el (Info-insert-dir): Use save-excursion around
2163 insert-buffer-substring.
2164 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2165 (Info-escape-percent): Delete function.
2166 (Info-fontify-node): Replace Info-escape-percent by
2167 replace-regexp-in-string with REP arg set to lambda that
2168 duplicates `%' and preserves text properties.
2169
2170 * progmodes/compile.el (compilation-disable-input): Doc fix.
2171 (define-compilation-mode): Doc fix and refill.
2172 (kill-compilation): Use `mode-name' in the error message.
2173 (compilation-find-file): Use `compilation-error' in the
2174 read-file-name's prompt.
2175
2176 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2179 (smerge-auto-leave): Make undo re-enable the mode.
2180 (debug-ignored-errors): Add the user-error of impossible resolution.
2181 (smerge-resolve): Move things around a bit, in preparation for later.
2182 (smerge-diff): Don't fail if the buffer has no associated file.
2183 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2184 (smerge-conflict-overlay): New function.
2185 (smerge-match-conflict): Don't add text properties here.
2186 (smerge-find-conflict): Instead, add an overlay here.
2187 Also check for the case where we're inside a conflict already, so as to
2188 obviate the need for font-lock-multiline, which is unbearably slow with
2189 large conflicts and ciomplex font-lock patterns.
2190 (smerge-remove-props): Remove overlay rather than text-properties.
2191 (smerge-mode): Don't set font-lock-multiline.
2192 Remove overlays when turned off.
2193
2194 2005-08-21 Kim F. Storm <storm@cua.dk>
2195
2196 * ido.el (ido-ignore-item-p): Use save-match-data.
2197 Bind case-fold-search to ido-case-fold locally.
2198
2199 2005-08-20 Richard M. Stallman <rms@gnu.org>
2200
2201 * files.el (normal-mode): If font lock is on, turn it off and on.
2202
2203 * subr.el (replace-regexp-in-string): Doc fix.
2204
2205 * startup.el (command-line-1): Don't suppress startup screen
2206 due to existing processes.
2207
2208 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2209
2210 * progmodes/compile.el (compilation-disable-input): Default to nil.
2211
2212 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2213
2214 * progmodes/compile.el (compilation-disable-input): New defcustom.
2215 (compilation-start): If compilation-disable-input is non-nil, send
2216 EOF to the compilation process.
2217
2218 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2219
2220 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2221 Run the argument of tex-shell-cd-command through
2222 convert-standard-filename, to get the correct style of slashes on
2223 Windows, and enclose the result in quotes, in case the file name
2224 includes whitespace or other special characters.
2225
2226 2005-08-19 Andreas Schwab <schwab@suse.de>
2227
2228 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2229 process.
2230
2231 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2232
2233 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2234
2235 2005-08-18 Kim F. Storm <storm@cua.dk>
2236
2237 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2238
2239 2005-08-18 Richard M. Stallman <rms@gnu.org>
2240
2241 * scroll-lock.el: New file.
2242
2243 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2244
2245 * dired.el (dired-move-to-end-of-filename):
2246 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2247
2248 2005-08-18 Kim F. Storm <storm@cua.dk>
2249
2250 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2251 rather than toggle mode when custom value is nil.
2252 (ido-everywhere): Fix defun doc string.
2253
2254 2005-08-17 Richard M. Stallman <rms@gnu.org>
2255
2256 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2257 as tag instead of "Inviolable".
2258
2259 2005-08-17 Kim F. Storm <storm@cua.dk>
2260
2261 * windmove.el (windmove-coordinates-of-position): Remove.
2262 (windmove-coordinates-of-window-position): Remove.
2263 (windmove-reference-loc): Use posn-at-point instead.
2264
2265 * subr.el (insert-for-yank-1): Doc fix.
2266
2267 * ido.el (ido-enter-matching-directory): Rename from
2268 ido-enter-single-matching-directory. Change 'slash choice to
2269 'only. Add 'first choice.
2270 (ido-exhibit): Adapt to above changes.
2271
2272 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2273
2274 * Makefile.in: Expand comment about building loaddefs.el.
2275
2276 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2277
2278 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2279 Comment use of defadvice.
2280
2281 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2282
2283 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2284
2285 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2286 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2287 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2288 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2289 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2290 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2291 for backward compatibility for faces that did not appear in the
2292 previous Emacs release.
2293
2294 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2295
2296 2005-08-15 Kim F. Storm <storm@cua.dk>
2297
2298 * emulation/cua-base.el (cua-delete-region): Return t if
2299 deleted region was non-empty.
2300 (cua-replace-region): Inhibit overwrite-mode for
2301 self-insert-command if replaced region was non-empty.
2302 (cua--explicit-region-start, cua--status-string): Make them
2303 buffer-local at top-level...
2304 (cua-mode): ...rather than when mode is enabled.
2305
2306 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2307
2308 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2309 Set t for Emacs 21, 22, and so on.
2310
2311 2005-08-15 David Ponce <david@dponce.com>
2312
2313 * tree-widget.el: Update Commentary header.
2314 (tree-widget-theme): Doc fix.
2315 (tree-widget-space-width): New option.
2316 (tree-widget-image-properties): Look up in the default theme too.
2317 (tree-widget--cursors): Only for images with arrow pointer shape.
2318 (tree-widget-lookup-image): Pointer shape is hand by default.
2319 (tree-widget-icon): Rename generic icon widget from
2320 `tree-widget-control'.
2321 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2322 derive from `tree-widget-icon'.
2323 (tree-widget-handle): Improve default look and feel of the text
2324 representation.
2325 (tree-widget): Rename :*-control properties to :*-icon properties.
2326 Add :action and :help-echo properties.
2327 (tree-widget-after-toggle-functions): Move.
2328 (tree-widget-close-node, tree-widget-open-node): Remove.
2329 (tree-widget-before-create-icon-functions): New hook.
2330 (tree-widget-value-create): Update to allow customization of icons
2331 and nodes at run-time via that new hook.
2332 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2333 (tree-widget-icon-action, tree-widget-icon-help-echo)
2334 (tree-widget-action, tree-widget-help-echo): New functions.
2335
2336 2005-08-15 Kim F. Storm <storm@cua.dk>
2337
2338 * ido.el (ido-buffer-internal): Use with-no-warnings.
2339 (ido-make-merged-file-list): Use while-no-input.
2340
2341 2005-08-15 Richard M. Stallman <rms@gnu.org>
2342
2343 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2344 (flyspell-large-region): Fix doc and custom type.
2345
2346 2005-08-14 Richard M. Stallman <rms@gnu.org>
2347
2348 * files.el (interpreter-mode-alist): Doc fix.
2349
2350 * mail/rmail.el (rmail-nonignored-headers): New variable.
2351 (rmail-clear-headers): Use it.
2352 (rmail-reply): Better handling of mail-followup-to header.
2353
2354 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2355 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2356 don't try to refer to executable-font-lock-keywords.
2357 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2358 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2359 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2360 (sh-mode): Set comment-start-skip, local-abbrev-table,
2361 imenu-case-fold-search.
2362 (sh-set-shell): Don't set them here.
2363 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2364 Don't cache the results in the original alist; don't ever modify
2365 that alist.
2366
2367 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2368
2369 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2370 empty.
2371
2372 2005-08-15 Andreas Schwab <schwab@suse.de>
2373
2374 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2375
2376 * dired.el, info.el, mail/rmail.el: Revert last change.
2377
2378 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2379
2380 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2381 modification in `eval-after-load' form.
2382 * info.el: Likewise.
2383 * mail/rmail.el: Likewise.
2384
2385 2005-08-14 Juri Linkov <juri@jurta.org>
2386
2387 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2388 Remove highlighting of "Compilation started". Highlight only
2389 the word "finished" in "Compilation finished". Add highlighting
2390 of "interrupt", "killed", "terminated" and the exit code.
2391 (compilation-start): Add newline after header. Use exactly the
2392 same time stamp format as the finishing message.
2393 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2394
2395 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2396 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2397 Add highlighting of "interrupt", "killed", "terminated".
2398
2399 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2400 enabled and the current command is self-insert-command, call it
2401 explicitly with overwrite-mode bound to nil, to not allow it
2402 to delete the character after the selected region.
2403
2404 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2405
2406 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2407 move-end-of-line, end-of-line, and beginning-of-line to the list
2408 of commands after which the echo area is updated.
2409
2410 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2411
2412 * cus-edit.el (custom-save-all, custom-save-delete):
2413 Bind recentf-exclude to exclude custom-file.
2414
2415 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2416
2417 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2418 to go to the bottom of the mail message. Added to
2419 `rmail-summary-mode-map' with key "/".
2420 (rmail-summary-show-message): New (internal) function for use by
2421 both `rmail-summary-beginning/end-of-message'.
2422 (rmail-summary-beginning-of-message): Change to use
2423 rmail-summary-show-message.
2424
2425 * mail/rmail.el (rmail-end-of-message): New command to go to the
2426 end of the current message. Added to `rmail-mode-map' with key "/".
2427 (rmail-beginning-of-message): Fix to work as documented.
2428 (rmail-mode): Change documentation.
2429
2430 * progmodes/compile.el (compilation-start): Add the line
2431 "Compilation started" with compilation start time.
2432 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2433
2434 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2435
2436 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2437 of menu items.
2438
2439 2005-08-11 Richard M. Stallman <rms@gnu.org>
2440
2441 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2442
2443 * battery.el (battery-status-function): Don't use ignore-errors.
2444
2445 2005-08-11 Lute Kamstra <lute@gnu.org>
2446
2447 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2448 define-obsolete-variable-alias.
2449
2450 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2453 (ange-ftp-send-cmd): Revert last change, and expand
2454 the comment explaining the problem.
2455
2456 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2457
2458 * ldefs-boot.el: Update.
2459
2460 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2461 item to "Time, Load and Mail". Change help echo text.
2462
2463 * time.el (display-time-use-mail-icon, display-time-format)
2464 (display-time-string-forms): Shorten first line of docstrings.
2465
2466 2005-08-10 Lars Hansen <larsh@soem.dk>
2467
2468 * desktop.el (desktop-buffer-mode-handlers):
2469 Make non-customizable. Add autoload cookie. Change initial value to
2470 nil; add elements in respective modules instead. Fix doc string.
2471 (desktop-load-file): New function.
2472 (desktop-minor-mode-handlers): New autoloaded variable.
2473 (desktop-create-buffer): Call minor mode handlers.
2474 Use desktop-load-file to load major and minor mode modules prior to
2475 checking for a handler.
2476 (desktop-save): Don't add nil to desktop-minor-modes for minor
2477 modes with nil function in desktop-minor-mode-table. Don't delete
2478 desktop file before rewriting it.
2479 (desktop-locals-to-save): Add autoload cookie. Don't make
2480 automatically buffer-local. Add variables column-number-mode,
2481 size-indication-mode, indent-tabs-mode,
2482 indicate-buffer-boundaries, indicate-empty-lines and
2483 show-trailing-whitespace.
2484 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2485 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2486 (desktop-clear-preserve-buffers-regexp): Delete.
2487 (desktop-clear-preserve-buffers): Update initial value and docstring.
2488 (desktop-save-buffer): Fix doc string.
2489
2490 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2491 (hilit-chg-desktop-restore): New function.
2492 (highlight-changes-mode): Add highlight-changes-mode to
2493 desktop-locals-to-save.
2494
2495 * dired.el: Add handler to desktop-buffer-mode-handlers.
2496 (dired-restore-desktop-buffer): Remove autoload cookie.
2497 (dired-mode): Add autoload cookie.
2498
2499 * info.el: Add handler to desktop-buffer-mode-handlers.
2500 (Info-restore-desktop-buffer): Remove autoload cookie.
2501 (Info-mode): Add autoload cookie.
2502
2503 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2504 (mh-restore-desktop-buffer): Remove autoload cookie.
2505 (mh-folder-mode): Add autoload cookie.
2506
2507 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2508 (rmail-restore-desktop-buffer): Remove autoload cookie.
2509
2510 2005-08-11 Masatake YAMATO <jet@gyve.org>
2511
2512 * hexl.el (hexl-address-region):
2513 (hexl-ascii-region, hexl-font-lock-keywords):
2514 (hexl-highlight-line-range): Use the term "region"
2515 instead of "area" for consistency with the other symbols
2516 defined in hexl.el.
2517
2518 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2519
2520 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2521 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2522 out by Juri Linkov). Add `display-battery-mode'.
2523
2524 2005-08-09 Juri Linkov <juri@jurta.org>
2525
2526 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2527 Remove `-text' from face variable names.
2528 (compilation-error-file-name, compilation-warning-file-name)
2529 (compilation-info-file-name): Delete faces.
2530 (compilation-line-number, compilation-column-number):
2531 Remove face underlining.
2532 (compilation-message-face): Set to `underline' value by default.
2533 (compilation-error-face, compilation-warning-face)
2534 (compilation-info-face): Remove `-file-name' from face names.
2535 (compilation-error-text-face, compilation-warning-text-face)
2536 (compilation-info-text-face): Delete face variables.
2537 (compilation-text-face): Delete function.
2538
2539 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2540 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2541 (grep-error-face): Set to `compilation-error' instead of
2542 `compilation-error-face' (which is redefined to `grep-hit-face' in
2543 grep buffers).
2544 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2545 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2546
2547 * dired-aux.el (dired-do-query-replace-regexp):
2548 Use `query-replace-read-args'.
2549
2550 * replace.el (query-replace-read-from, query-replace-read-to)
2551 (query-replace-read-args): Rename arg `string' to `prompt'.
2552
2553 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2554
2555 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2556
2557 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2558 uploading files.
2559 (ange-ftp-canonize-filename): Handle file names beginning with ~
2560 correctly.
2561
2562 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2563
2564 * textmodes/fill.el (canonically-space-region)
2565 (fill-context-prefix, fill-french-nobreak-p)
2566 (fill-delete-newlines, fill-comment-paragraph)
2567 (justify-current-line): "?\ " -> "?\s".
2568
2569 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2570
2571 * textmodes/fill.el (fill-nonuniform-paragraphs):
2572 Improve argument/docstring consistency.
2573
2574 2005-08-09 Richard M. Stallman <rms@gnu.org>
2575
2576 * textmodes/ispell.el (ispell-word): More fboundp checks.
2577
2578 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2579 (find-file-noselect-1): Call it here, only if RAWFILE.
2580 (normal-mode): Always set some major mode.
2581 (save-some-buffers-action-alist): Change some explanation strings.
2582 (file-name-non-special): In the `quote' method, use unwind-protect.
2583
2584 2005-08-09 Magnus Henoch <mange@freemail.hu>
2585
2586 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2587 (ispell-have-aspell-dictionaries): New variable.
2588 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2589 (ispell-get-aspell-config-value): New function.
2590 (ispell-aspell-find-dictionary): New function.
2591 (ispell-aspell-add-aliases): New function.
2592 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2593 appropriate. Don't look for ispell dictionaries if we use aspell.
2594 (ispell-menu-map): Don't build a submenu of dictionaries.
2595
2596 2005-08-09 Richard M. Stallman <rms@gnu.org>
2597
2598 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2599 (sql-read-passwd): Use read-passwd.
2600
2601 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2602 (idlwave-toolbar-is-possible): Add defvars.
2603
2604 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2605 Avoid warnings.
2606
2607 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2608 (idlwave-system-class-info, idlwave-executive-commands-alist):
2609 Use defvar.
2610
2611 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2612
2613 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2614 Avoid warnings.
2615
2616 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2617 and content-type: headers.
2618
2619 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2620
2621 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2622 and rename some of them to be more self-explanatory.
2623
2624 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2625
2626 * startup.el (command-line-1): Implement -scriptload.
2627
2628 * replace.el (occur-engine): Initial *Occur* output not undoable.
2629
2630 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2631 and improve help strings.
2632
2633 * isearch.el (isearch-repeat): When changing direction,
2634 mark search successful.
2635
2636 * ediff-init.el: Use (featurep 'xemacs).
2637
2638 * comint.el (send-invisible): Identify buffer, if not selected.
2639
2640 * align.el: Delete autoload for c-guess-basic-syntax.
2641
2642 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2643
2644 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2645 Improve argument/docstring consistency. Doc fixes.
2646 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2647 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2648 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2649 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2650 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2651 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2652 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2653 Defvar at compile time.
2654
2655 2005-08-09 Juri Linkov <juri@jurta.org>
2656
2657 * info.el: Replace `info' with upper-case `Info' where appropriate.
2658 (info-title-1, info-title-2, info-title-3, info-title-4)
2659 (info-menu-header): Move up face definitions.
2660 (info-menu-star): Rename from `info-menu-5'.
2661 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2662 (Info-fontify-visited-nodes): Fix docstring.
2663 (Info-hide-note-references): Fix docstring.
2664 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2665 menu items in the same way as on cross-references.
2666 (info-apropos): Fix sorting order and formatting to be like in the
2667 stand-alone Info browser. Display error messages for 1 sec.
2668 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2669 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2670 from the menu bar.
2671 (Info-insert-dir): Restore point after calling
2672 `insert-buffer-substring'.
2673
2674 2005-08-08 Richard M. Stallman <rms@gnu.org>
2675
2676 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2677 (recompute-lucid-menubar): Add defvars.
2678
2679 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2680
2681 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2682
2683 * net/net-utils.el (run-dig): Rename from `dig'.
2684
2685 * play/gametree.el (gametree-mode): Use make-local-variable,
2686 not make-variable-buffer-local.
2687
2688 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2689
2690 * ansi-color.el (ansi-color-make-extent)
2691 (ansi-color-set-extent-face): Use fboundp, not functionp.
2692
2693 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2694 not make-variable-buffer-local.
2695
2696 * bookmark.el (Info-current-file): Add defvar.
2697 (bookmark-jump-noselect): Use with-no-warnings.
2698
2699 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2700
2701 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2702
2703 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2704
2705 * find-file.el (ada-procedure-start-regexp)
2706 (ada-package-start-regexp): Add defvars.
2707
2708 * info.el (Info-insert-dir): Use insert-buffer-substring.
2709
2710 * xml.el (xml-att-def-re): Add defvar.
2711
2712 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2713 calling convention.
2714
2715 * subr.el (while-no-input): Return t if there is input.
2716
2717 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2718
2719 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2720
2721 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2722
2723 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2724 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2725
2726 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2727
2728 * cmuscheme.el (scheme-start-file): Replace reference to
2729 `user-emacs-directory' by "~/.emacs.d/".
2730
2731 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2732
2733 * info.el (Info-dir-remove-duplicates): Avoid case folding
2734 in loop; instead, keep downcased strings for comparison.
2735 Suggested by Helmut Eller.
2736
2737 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2738
2739 Sync with Tramp 2.0.50.
2740
2741 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2742 XEmacs case; not necessary anymore.
2743 (tramp-user-regexp): Allow "@" as part of user name.
2744 (tramp-handle-set-visited-file-modtime)
2745 (tramp-handle-insert-file-contents)
2746 (tramp-handle-write-region): No special handling for
2747 `last-coding-system-used, because this is done in
2748 `tramp-accept-process-output' now.
2749 (tramp-accept-process-output): New defun.
2750 (tramp-process-one-action, tramp-process-one-multi-action)
2751 (tramp-wait-for-regexp, tramp-wait-for-output)
2752 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2753 Howells <dhowells@redhat.com>.
2754 (clear-visited-file-modtime): Defadvice removed. The check for
2755 unset buffer's modtime does not need to be based on
2756 `tramp-buffer-file-attributes'. Suggested by RMS.
2757 (tramp-message): Insert "\n" if not being at beginning of line.
2758 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2759 sequence with same logic.
2760 (tramp-completion-handle-expand-file-name): Discard call of
2761 `tramp-drop-volume-letter'. It is not necessary, and there have
2762 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2763 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2764 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2765 should always be visible.
2766 (tramp-handle-insert-directory, tramp-setup-complete)
2767 (tramp-set-process-query-on-exit-flag)
2768 (tramp-append-tramp-buffers): Pacify byte-compiler.
2769 (tramp-bug): Delete non-existing variables from list.
2770 Apply `tramp-load-report-modules' as pre-hook.
2771 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2772 `shell-prompt-pattern' because of non-7bit characters.
2773 Reported by Sebastian Luque <sluque@mun.ca>.
2774 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2775 (tramp-match-string-list): Remove function.
2776 (tramp-wait-for-regexp): Remove call of that function.
2777 Suggested by Kim F. Storm <storm@cua.dk>.
2778 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2779 instead of octal character code ?\600. The latter resulted in a
2780 syntax error with XEmacs.
2781
2782 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2783 XEmacs case; not necessary anymore.
2784 (tramp-smb-handle-write-region): No special handling for
2785 `last-coding-system-used, because this is done in
2786 `tramp-accept-process-output' now.
2787 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2788
2789 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2790
2791 * wid-edit.el (widget-choice-value-create):
2792 Unconditionally respect user choice. Set :explicit-choice back to nil
2793 when no longer needed.
2794 (widget-choice-action): Unconditionally respect user choice.
2795 Eliminate :explicit-choice-value.
2796
2797 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2798
2799 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2800 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2801 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2802 running new function `toggle-indicate-empty-lines'.
2803 Rename "Customize" item to "Customize fringe".
2804 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2805 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2806 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2807 Delete "Empty lines only" item.
2808 (menu-bar-showhide-fringe-ind-customize): New function.
2809 (menu-bar-showhide-fringe-ind-mixed)
2810 (menu-bar-showhide-fringe-ind-box)
2811 (menu-bar-showhide-fringe-ind-right)
2812 (menu-bar-showhide-fringe-ind-left)
2813 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2814 instead of `fringe-indicators'.
2815
2816 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2817
2818 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2819 Change the date of last update.
2820
2821 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2822
2823 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2824 (viper-exec-yank, viper-put-back): Don't display modification msg
2825 if in the minibuffer.
2826
2827 * viper-init.el (viper-replace-overlay-cursor-color)
2828 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2829 Make variables frame local.
2830
2831 * viper-util.el (viper-append-filter-alist): Use append instead of
2832 nconc.
2833
2834 * viper.el (viper-vi-state-mode-list)
2835 (viper-emacs-state-mode-list): Move help-mode and
2836 completion-list-mode from the first list to the second.
2837 (viper-mode): Docstring.
2838 (viper-go-away, viper-non-hook-settings): Don't localize
2839 minor-mode-alist in newer Emacsen. Add advice to
2840 set-cursor-color. Don't bind "\C-c\\".
2841
2842 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2843
2844 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2845 (scheme-macro-expand-command): New user options.
2846 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2847 (scheme-form-at-point, scheme-start-file)
2848 (scheme-interactively-start-process): New functions.
2849 (scheme-get-process): New function, extracted from `scheme-proc'.
2850 (run-scheme): Call `scheme-start-file' to get start file, and pass
2851 it to `make-comint'.
2852 (switch-to-scheme, scheme-proc):
2853 Call `scheme-interactively-start-process' if no Scheme buffer/process
2854 is available.
2855
2856 2005-08-06 Juri Linkov <juri@jurta.org>
2857
2858 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2859 Use `compilation-text-face', `compilation-info-text-face' and
2860 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2861 (compilation-error): New face.
2862 (compilation-error-file-name): Inherit from
2863 `compilation-error' instead of `font-lock-warning-face'.
2864 (compilation-warning-file-name): Inherit from
2865 `compilation-warning' instead of `font-lock-warning-face'.
2866 (compilation-info, compilation-error-file-name)
2867 (compilation-warning-file-name, compilation-info-file-name)
2868 (compilation-line-number, compilation-column-number): Doc fix.
2869 (compilation-error-text-face, compilation-warning-text-face)
2870 (compilation-info-text-face): New face variables.
2871 (compilation-line-face, compilation-column-face)
2872 (compilation-enter-directory-face)
2873 (compilation-leave-directory-face): Doc fix.
2874 (compilation-text-face): New function.
2875
2876 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2877 instead of 1 to display binary file names as info file links.
2878 (grep-error-face): Use `compilation-error-face' instead of
2879 `font-lock-keyword-face'.
2880 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2881 and `compilation-warning-text-face' instead of
2882 `font-lock-keyword-face'. Use `compilation-error-text-face'
2883 instead of `grep-error-face'.
2884
2885 2005-08-05 Kenichi Handa <handa@m17n.org>
2886
2887 * international/code-pages.el: Add autoload cookies for all coding
2888 systems.
2889
2890 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
2891
2892 * cus-start.el (all): Put undo.c where it alphabetically belongs.
2893
2894 2005-08-04 Juri Linkov <juri@jurta.org>
2895
2896 * progmodes/compile.el (compilation-mode-map):
2897 * progmodes/grep.el (grep-mode-map):
2898 Bind TAB to `compilation-next-error' and [backtab] to
2899 `compilation-previous-error'.
2900
2901 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2902 matching line numbers, column numbers and their ranges with regexp
2903 matching only line numbers.
2904 (grep-context-face): New face variable.
2905 (grep-mode-font-lock-keywords): Use it.
2906
2907 * faces.el (read-face-name): Delete duplicate faces.
2908
2909 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2910
2911 * thumbs.el (thumbs-find-image): Don't make variables
2912 automatically buffer local.
2913 (thumbs-current-tmp-filename, thumbs-current-image-filename)
2914 (thumbs-image-num): Make automatically buffer local.
2915 (thumbs-show-thumbs-list): Use `make-local-variable', not
2916 `make-variable-buffer-local'.
2917 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2918
2919 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2920 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2921 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2922 (bother, bye, canyou, chatlst, continue, deathlst, describe)
2923 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2924 (feelings-about, foullst, found, hello, history, howareyoulst)
2925 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2926 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2927 (neglst, obj, object, owner, please, problems, qlist)
2928 (random-adjective, relation, remlst, repetitive-shortness)
2929 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2930 (shortlst, something, sportslst, stallmanlst, states, subj)
2931 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2932 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2933 Defvar at compile time.
2934
2935 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2936 not `make-variable-buffer-local'.
2937
2938 2005-08-02 Kim F. Storm <storm@cua.dk>
2939
2940 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2941 rectangle overlay in selected window.
2942
2943 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
2944
2945 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
2946 instead of display group. Make `indicate-buffer-boundaries'
2947 customizable through Custom.
2948
2949 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
2950
2951 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
2952 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
2953 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
2954 (gdb-put-string): Fix typos in docstrings.
2955
2956 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
2957
2958 Update copyright notices of files in progmodes directory for
2959 release of Emacs 22.1.
2960
2961 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
2962
2963 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
2964 Don't barf if the GUD buffer has been killed.
2965
2966 2005-08-01 Kim F. Storm <storm@cua.dk>
2967
2968 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
2969
2970 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * simple.el (next-error-follow-minor-mode):
2973 make-variable-buffer-local -> make-local-variable.
2974
2975 * emacs-lisp/cl-extra.el: Require CL also when compiling.
2976
2977 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
2978 (byte-compile-form-make-variable-buffer-local): New functions to warn
2979 about misuses of make-variable-buffer-local where make-local-variable
2980 was meant.
2981
2982 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
2983
2984 * bs.el (bs-attributes-list): Doc fix.
2985 (bs): Update url-link.
2986
2987 * desktop.el (desktop-save-buffer): Fix typos in docstring.
2988 (desktop-load-default): Simplify.
2989
2990 * ibuffer.el (ibuffer-columnize-and-insert-list)
2991 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
2992 (ibuffer-unmark-all, ibuffer-toggle-marks)
2993 (ibuffer-unmark-forward, ibuffer-unmark-backward)
2994 (ibuffer-compile-make-format-form, ibuffer-format-column)
2995 (ibuffer-current-buffers-with-marks)
2996 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
2997 (ibuffer): Doc fix.
2998 (ibuffer-mode): Fix typo in docstring.
2999 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3000 with `define-obsolete-variable-alias'.
3001 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3002
3003 2005-07-29 Kenichi Handa <handa@m17n.org>
3004
3005 * international/mule-cmds.el (select-message-coding-system):
3006 Be sure to use LF for end-of-line. If no coding system is decided,
3007 return iso-8859-1-unix.
3008
3009 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3012 (ange-ftp-pending-error-line): New vars.
3013 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3014 to handle the non-fatal no-route-to-host messages.
3015 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3016
3017 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3018
3019 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3020 (isearch-quote-char, isearch-printing-char)
3021 (isearch-text-char-description): "?\ " -> "?\s".
3022 (isearch-lazy-highlight-cleanup)
3023 (isearch-lazy-highlight-initial-delay)
3024 (isearch-lazy-highlight-interval)
3025 (isearch-lazy-highlight-max-at-a-time)
3026 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3027 Declare with define-obsolete-*-alias macros.
3028 (isearch-forward): Fix typo in docstring.
3029 (search-invisible, search-ring-yank-pointer)
3030 (regexp-search-ring-yank-pointer): Doc fixes.
3031
3032 * recentf.el (recentf-menu-append-commands-p): Declare with
3033 `define-obsolete-variable-alias'.
3034 (recentf-max-saved-items, recentf-menu-filter)
3035 (recentf-arrange-by-rule-subfilter): Doc fixes.
3036 (recentf-menu-append-commands-flag)
3037 (recentf-initialize-file-name-history, recentf-expand-file-name)
3038 (recentf-clear-data): Fix typos in docstrings.
3039
3040 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3041
3042 * progmodes/gdb-ui.el: Smarten comments.
3043 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3044
3045 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3046
3047 * term/apollo.el (terminal-init-apollo): New function containing
3048 all former top level forms in the file.
3049 * term/bobcat.el (terminal-init-bobcat):
3050 * term/cygwin.el (terminal-init-cygwin):
3051 * term/iris-ansi.el (terminal-init-iris-ansi):
3052 * term/linux.el (terminal-init-linux):
3053 * term/news.el (terminal-init-news):
3054 * term/rxvt.el (terminal-init-rxvt):
3055 * term/sun.el (terminal-init-sun):
3056 * term/tvi970.el (terminal-init-tvi970):
3057 * term/vt100.el (terminal-init-vt100):
3058 * term/vt102.el (terminal-init-vt102):
3059 * term/vt125.el (terminal-init-vt125):
3060 * term/vt200.el (terminal-init-vt200):
3061 * term/vt201.el (terminal-init-vt201):
3062 * term/vt220.el (terminal-init-vt220):
3063 * term/vt240.el (terminal-init-vt240):
3064 * term/vt300.el (terminal-init-vt300):
3065 * term/vt320.el (terminal-init-vt320):
3066 * term/vt400.el (terminal-init-vt400):
3067 * term/vt420.el (terminal-init-vt420):
3068 * term/wyse50.el (terminal-init-wyse50):
3069 * term/xterm.el (terminal-init-xterm): Likewise.
3070
3071 * term/README: Describe the terminal-init-* functionality.
3072
3073 * startup.el (command-line): After loading the terminal initialization
3074 file call the corresponding terminal initialization function.
3075
3076 2005-07-27 Kenichi Handa <handa@m17n.org>
3077
3078 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3079 negative.
3080
3081 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3082 (ps-mule-composition-prologue): Fix for the case that
3083 RelativeCompose is false.
3084
3085 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3088
3089 * descr-text.el (describe-char): Handle the case where the list of
3090 chars is displayed in a separate frame.
3091 Be a bit more discriminating when looking for the char.
3092
3093 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3094
3095 * bookmark.el (bookmark-automatically-show-annotations)
3096 (bookmark-read-annotation-text-func): Doc fixes.
3097 (bookmark-save): Improve argument/docstring consistency.
3098 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3099 (bookmark-alist-from-buffer)
3100 (bookmark-upgrade-file-format-from-0)
3101 (bookmark-grok-file-format-version)
3102 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3103 (bookmark-read-annotation-mode)
3104 (bookmark-insert-current-bookmark, bookmark-jump)
3105 (bookmark-exit-hook): Fix typos in docstrings.
3106 (bookmark-exit-hooks): Define as obsolete alias.
3107 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3108 not `bookmark-exit-hooks'. Fix docstring.
3109 (bookmark-bmenu-select): "?\ " -> "?\s".
3110
3111 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3112
3113 * startup.el (command-line): Fix typo.
3114
3115 2005-07-24 Richard M. Stallman <rms@gnu.org>
3116
3117 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3118 not emacs-quick-startup.
3119
3120 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3121
3122 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3123 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3124 instead of `reb-with-current-window'.
3125 (reb-prev-match): Likewise. Also, don't move left if the search
3126 was unsuccessful.
3127 (reb-initialize-buffer): New function.
3128 (re-builder, reb-change-syntax): Use it.
3129
3130 * man.el (Man-goto-page): Make second argument NOERROR optional.
3131
3132 2005-07-23 Richard M. Stallman <rms@gnu.org>
3133
3134 * man.el (Man-bgproc-sentinel): Check here for failure to find
3135 any man page in the output, and report the error here.
3136 (Man-arguments): Make it permanent local.
3137 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3138 (Man-mode): Pass t for NOERROR.
3139
3140 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3141 (grep-mode-font-lock-keywords):
3142 Don't use compilation-...-face for messages that are not file names.
3143
3144 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3145 Don't use compilation-...-face for messages that are not file names.
3146
3147 2005-07-22 Juri Linkov <juri@jurta.org>
3148
3149 * startup.el (normal-splash-screen): Update menu name.
3150
3151 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3152
3153 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3154
3155 * term/xterm.el: Load term/rxvt if the terminal is actually an
3156 rxvt terminal.
3157 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3158
3159 * term/rxvt.el (function-key-map): Use substitute-key-definition
3160 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3161
3162 * term/cygwin.el: New file.
3163
3164 2005-07-22 Kim F. Storm <storm@cua.dk>
3165
3166 * image-file.el (insert-image-file, image-file-yank-handler):
3167 Fix last change to maintain a (unique) yank-handler on yanked images.
3168
3169 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3170
3171 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3172 of the file size (as in "177B" for 177 bytes). This happens with
3173 "ls -lh" on FreeBSD.
3174
3175 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3176
3177 * hilit-chg.el (highlight-changes-global-initial-state)
3178 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3179 (hilit-chg-fixup, highlight-changes-mode):
3180 Fix typos in docstrings.
3181 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3182 Doc fixes.
3183
3184 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3185
3186 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3187 mode function using `eval-after-load'.
3188
3189 2005-07-21 Kim F. Storm <storm@cua.dk>
3190
3191 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3192 included when reporting an emacs crash, and tell about the DEBUG file.
3193
3194 * image-file.el (insert-image-file): Add yank-handler.
3195 (image-file-yank-handler): Yank handler to make unique copies of
3196 images when they are yanked into a buffer next to each other.
3197
3198 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * comint.el (comint-use-prompt-regexp, comint-send-input)
3201 (comint-source-default, comint-extract-string)
3202 (comint-get-source, comint-word, comint-completion)
3203 (comint-source, comint-prompt-read-only, comint-update-fence):
3204 Fix typos in docstrings.
3205 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3206 Declare with define-obsolete-*-alias macros.
3207 (comint-previous-matching-input-from-input)
3208 (comint-next-matching-input-from-input)
3209 (comint-previous-matching-input, comint-next-matching-input)
3210 (comint-forward-matching-input):
3211 Improve argument/docstring consistency.
3212
3213 * desktop.el (desktop-clear-preserve-buffers-regexp):
3214 Also preserve the *server* buffer.
3215
3216 * simple.el (clone-indirect-buffer): Doc fix.
3217 (fixup-whitespace, just-one-space)
3218 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3219 (next-error, next-error-highlight)
3220 (next-error-highlight-no-select, next-error-last-buffer)
3221 (next-error-buffer-p, next-error-find-buffer, next-error)
3222 (previous-error, next-error-no-select, previous-error-no-select)
3223 (open-line, split-line, minibuffer-prompt-width, kill-new)
3224 (binary-overwrite-mode): Fix typos in docstrings.
3225 (set-fill-column): Fix typo in message.
3226
3227 * skeleton.el (skeleton-proxy-new): Doc fix.
3228
3229 * strokes.el (strokes-load-hook): Doc fix.
3230 (strokes-grid-resolution, strokes-get-grid-position)
3231 (strokes-renormalize-to-grid, strokes-read-stroke)
3232 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3233 (strokes-global-map): Fix typos in docstrings.
3234 (strokes-help): Doc fix. Fix help message and pass it through
3235 `substitute-command-keys'.
3236
3237 * tempo.el (tempo-insert-prompt, tempo-interactive)
3238 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3239 (tempo-insert-string-functions, tempo-local-tags)
3240 (tempo-define-template, tempo-insert-template)
3241 (tempo-insert-prompt-compat, tempo-is-user-element)
3242 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3243 Fix typos in docstrings.
3244
3245 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3246 (vcursor-key-bindings, vcursor-use-vcursor-map)
3247 (vcursor-find-window, vcursor-scroll-down)
3248 (vcursor-disable, vcursor-beginning-of-buffer)
3249 (vcursor-end-of-buffer): Fix typos in docstrings.
3250 (vcursor-relative-move, vcursor-get-char-count):
3251 Improve argument/docstring consistency.
3252
3253 * version.el: "?\ " -> "?\s".
3254
3255 * wid-edit.el (widget-default-create, widget-after-change)
3256 (widget-default-format-handler, widget-checklist-add-item)
3257 (widget-radio-add-item, widget-choose, widget-specify-secret)
3258 (widget-field-value-create, widget-field-value-get)
3259 (widget-editable-list-format-handler)
3260 (widget-editable-list-entry-create, widget-group-value-create)
3261 (widget-documentation-link-add)
3262 (widget-documentation-string-value-create): "?\ " -> "?\s".
3263 (widget-convert-text): Doc fix.
3264 (widget-narrow-to-field, widget-field-find)
3265 (widget-url-link-action, widget-emacs-library-link-action)
3266 (widget-color-notify): Fix typos in docstrings.
3267
3268 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3269 (x-select-text, set-w32-system-coding-system)
3270 (w32-add-charset-info): Fix typos in docstrings.
3271
3272 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3273 (cua-enable-cua-keys, cua-use-hyper-key)
3274 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3275 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3276
3277 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3278
3279 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3280 `defalias' instead of faking it.
3281
3282 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3283 (eshell-ls-missing, eshell-ls-dired-initial-args)
3284 (eshell-ls-use-in-dired): Fix typos in docstrings.
3285
3286 2005-07-20 Kim F. Storm <storm@cua.dk>
3287
3288 * emulation/cua-base.el (cua-mode): Improve doc string.
3289
3290 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3291
3292 * abbrev.el (expand-region-abbrevs): Doc fix.
3293 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3294 Improve argument/docstring consistency.
3295
3296 * arc-mode.el (archive-get-descr, archive-alternate-display):
3297 Doc fixes.
3298 (archive-l-e): Improve argument/docstring consistency.
3299 (archive-tmpdir, archive-unixdate, archive-unixtime)
3300 (archive-chmod-entry): Fix typos in docstrings.
3301 (archive-unflag, archive-unflag-backwards)
3302 (archive-unmark-all-files): "?\ " -> "?\s".
3303
3304 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3305 (Buffer-menu-not-modified, Buffer-menu-execute)
3306 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3307 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3308
3309 * composite.el (compose-string, encode-composition-rule)
3310 (compose-last-chars): Fix typos in docstrings.
3311
3312 * desktop.el (desktop-enable, desktop-basefilename):
3313 Declare with `define-obsolete-variable-alias'.
3314 (desktop-internal-v2s): Don't quote keywords.
3315 (desktop-clear): "?\ " -> "?\s".
3316
3317 * dired.el (dired-align-file, dired-flag-backup-files)
3318 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3319 (dired-listing-switches, dired-ls-F-marks-symlinks)
3320 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3321 (dired-directory, dired-faces, dired, dired-revert)
3322 (dired-mode, dired-summary, dired-view-file)
3323 (dired-copy-filename-as-kill, dired-delete-file)
3324 (dired-no-confirm, dired-unmark-all-marks)
3325 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3326 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3327 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3328 Fix typos in message strings.
3329
3330 * dired-x.el (virtual-dired): Declare with `defalias'.
3331 (dired-mark-unmarked-files, dired-local-variables-file)
3332 (dired-omit-here-always): Doc fix.
3333 (dired-omit-mode, dired-find-subdir)
3334 (dired-enable-local-variables, dired-clean-up-buffers-too)
3335 (dired-extra-startup, dired-mark-extension, dired-jump)
3336 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3337 (dired-smart-shell-command, dired-guess-shell-alist-user)
3338 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3339 (dired-x-bind-find-file, dired-x-submit-report):
3340 Fix typos in docstrings.
3341 (dired-mark-unmarked-files): "?\ " -> "?\s".
3342
3343 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3344
3345 * faces.el (describe-face): "?\ " -> "?\s".
3346 (read-all-face-attributes, read-face-font, modify-face)
3347 (face-attr-construct, italic): Fix typos in docstrings.
3348 (frame-update-face-colors): Declare with
3349 `define-obsolete-function-alias'.
3350
3351 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3352 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3353 (magic-mode-alist, buffer-file-numbers-unique)
3354 (write-file-functions, get-free-disk-space):
3355 Fix typos in docstrings.
3356 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3357 (write-contents-hooks, write-file-hooks):
3358 Declare with `define-obsolete-variable-alias'.
3359
3360 * forms-d2.el (arch-rj): Fix typo in docstrings.
3361 (arch-tocol): Likewise. "?\ " -> "?\s".
3362
3363 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3364 Fix typo in docstring.
3365 (set-screen-width, set-screen-height): Delete redundant info in
3366 doctrings.
3367 (new-frame, screen-height, screen-width): Declare with
3368 `define-obsolete-function-alias'.
3369 (delete-frame-hook, blink-cursor): Declare with
3370 `define-obsolete-variable-alias'.
3371
3372 * paths.el (prune-directory-list): Fix typos in docstring.
3373
3374 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3375 (cvs-prefix-get): Fix typos in docstrings.
3376
3377 * ps-print.el (ps-extend-face-list, ps-extend-face)
3378 (ps-print-background-image): Fix typos in docstrings.
3379 (ps-default-fg, ps-default-bg): Doc fixes.
3380
3381 * s-region.el (s-region-bind): Doc fix.
3382 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3383
3384 * textmodes/org.el (org-table-formula-substitute-names)
3385 (org-table-get-vertical-vector): Doc fixes.
3386 (org-table-recalculate): Remove unused argument to `message'.
3387
3388 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3389
3390 * textmodes/org.el (org-table-column-names)
3391 (org-table-column-name-regexp)
3392 (org-table-named-field-locations): New variables.
3393 (org-archive-subtree): Protect `this-command' when calling
3394 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3395 the kill buffer.
3396 (org-complete): Remove fixed-formula completion.
3397 (org-edit-formulas-map): New variable.
3398 (org-table-edit-formulas): New command.
3399 (org-finish-edit-formulas, org-abort-edit-formulas)
3400 (org-show-variable, org-table-get-vertical-vector): New functions.
3401 (org-table-maybe-eval-formula): Handle `:=' fields.
3402 (org-table-get-stored-formulas, org-table-store-formulas)
3403 (org-table-get-formula, org-table-modify-formulas)
3404 (org-table-replace-in-formulas): Handle named field formulas.
3405 (org-table-get-specials): Store locations of named fields.
3406
3407 2005-07-19 Juri Linkov <juri@jurta.org>
3408
3409 * progmodes/grep.el (grep-regexp-alist)
3410 (grep-mode-font-lock-keywords, grep-process-setup):
3411 Use default GNU grep match color "01;31m" instead of "01;41m".
3412 (grep-regexp-alist, grep-mode-font-lock-keywords):
3413 Use `\\[[0-9]*m' instead of `\\[00m'.
3414 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3415 sgr_start where its handling is more important. Use the real
3416 length of sgr_start instead of constant 8.
3417 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3418 specially. Delete all remaining escape sequences.
3419 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3420 (grep-regexp-alist): Make hyperlink only for binary file name
3421 instead of the whole line.
3422 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3423 (grep-mode): Add autoload.
3424
3425 * emacs-lisp/find-func.el (find-function-regexp):
3426 Add `define-compilation-mode'.
3427
3428 2005-07-19 Juri Linkov <juri@jurta.org>
3429
3430 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3431 (compare-windows-sync-string-size, compare-windows-recenter)
3432 (compare-windows-highlight, compare-windows): Add version 22.1.
3433 (compare-windows) <defface>: Inherit from lazy-highlight instead
3434 of duplicating its default value.
3435
3436 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3437 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3438
3439 * descr-text.el (describe-char): Create link buttons for `charset'
3440 and `code point'. Add the current input method name with a link
3441 button to `to input' field. Print face names of display table
3442 characters in `The display table entry is displayed by' section
3443 instead of printing face-id in the `display' field.
3444 Guess hardcoded faces and create a link button for them.
3445 Skip empty fields when calculating max-width.
3446 Treat `widget-create' specially while inserting strings from the
3447 collected field list.
3448 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3449
3450 * diff-mode.el (diff-file-header): Change foreground color from
3451 yellow to green on light backgrounds.
3452 (diff-context): Inherit from `shadow' only for color/grayscale
3453 with more than 88 colors.
3454 (diff-indicator-removed, diff-indicator-added)
3455 (diff-indicator-changed): New faces.
3456 (diff-font-lock-keywords): Use new faces. Regroup rules.
3457 Add "^---$" for `normal' diff format. Fontify `#' lines with
3458 font-lock-comment-delimiter-face and font-lock-comment-face.
3459 Add `#' to ^[^...] in the rule for `diff-context-face'.
3460
3461 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3462 a button-like box. Inherit from `highlight' on low colors.
3463 (shadow): Use shades of gray only for color/grayscale with
3464 more than 88 colors. Use green for light backgrounds with
3465 8 colors, and yellow for dark backgrounds with 8 colors.
3466
3467 * font-lock.el (font-lock-regexp-grouping-backslash):
3468 Don't inherit from escape-glyph (use bold for all cases).
3469
3470 * info.el (info-xref-visited): Use light foreground color `violet'
3471 for dark backgrounds instead of dark color `magenta3'.
3472 (info-title-1): Use `yellow' color for dark backgrounds.
3473
3474 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3475 too-light magenta2.
3476
3477 * replace.el (match): Use slightly more light RoyalBlue3 instead
3478 of dark RoyalBlue4.
3479
3480 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3481
3482 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3483
3484 * novice.el (disabled-command-hook): Declare it with
3485 `define-obsolete-variable-alias'.
3486
3487 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3488 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3489 (desktop-load-default): Add release to obsolescence info.
3490 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3491 (desktop-append-buffer-args, desktop-read):
3492 Fix typos in docstrings.
3493 (desktop-kill): Fix typo in message.
3494 (desktop-save): Doc fix.
3495
3496 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3497
3498 * viper-cmd.el (viper-escape-to-state): Bug fix.
3499 (viper-envelop-ESC-key): Change the definition of fast
3500 keysequence so it'll work with keyboard macros.
3501
3502 * ediff.el (ediff-patch-buffer): Change the docstring.
3503
3504 2005-07-19 Kenichi Handa <handa@m17n.org>
3505
3506 * international/mule-cmds.el (select-safe-coding-system): Try to
3507 use an auto-coding (if any) before anything else. If the found
3508 auto-coding is invalid, show a warning message.
3509
3510 * international/mule.el (find-auto-coding): New function created
3511 by modifying the body of set-auto-coding.
3512 (set-auto-coding): Use find-auto-coding to find a coding.
3513
3514 2005-07-18 Richard M. Stallman <rms@gnu.org>
3515
3516 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3517 not isearch-mode-end-hook-error.
3518 (allout-before-change-protect): Fix error message.
3519
3520 2005-07-18 Juri Linkov <juri@jurta.org>
3521
3522 * allout.el (allout-mode):
3523 * calculator.el (calculator-copy):
3524 * custom.el (custom-known-themes):
3525 * dired.el (dired-desktop-buffer-misc-data)
3526 (dired-restore-desktop-buffer):
3527 * dired-x.el (dired-omit-marker-char):
3528 * files.el (basic-save-buffer):
3529 * font-core.el (font-lock-mode):
3530 * calendar/calendar.el (calendar-goto-hebrew-date)
3531 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3532 (calendar-goto-persian-date):
3533 * language/ethio-util.el (ethio-sera-to-fidel-region):
3534 * textmodes/picture.el (picture-mode):
3535 Delete duplicate duplicate words.
3536
3537 2005-07-18 Juri Linkov <juri@jurta.org>
3538
3539 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3540 chars * ? } |.
3541 (isearch-fallback): Don't call `isearch-process-search-char'.
3542 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3543 (isearch-process-search-char): Call `isearch-fallback' for regexp
3544 chars * ? } |.
3545 (isearch-return-char): Make obsolete with `make-obsolete' instead
3546 of simply documenting it as obsolete in the docstring.
3547 (isearch-fallback): Refill docstring.
3548
3549 * international/isearch-x.el
3550 (isearch-process-search-multibyte-characters): Remove unneeded
3551 `concat'. Add intermediate values to `junk-hist' instead of
3552 `minibuffer-history'. Test the length of `str'.
3553
3554 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3555
3556 * allout.el (allout-resolve-xref): Fix typos in error strings.
3557 (allout-before-change-protect): Remove unneeded `concat'.
3558
3559 * array.el (array-mode, array-reconfigure-rows)
3560 (untabify-backward): Fix typos in docstrings.
3561 (array-reconfigure-rows): Use `insert-buffer-substring', not
3562 `insert-buffer'.
3563
3564 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3565 * progmodes/ada-mode.el (ada-make-body):
3566 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3567
3568 * dired.el (dired-log):
3569 * tar-mode.el (tar-subfile-save-buffer):
3570 * play/zone.el (zone-pgm-stress-destress):
3571 Use `insert-buffer-substring', not `insert-buffer'.
3572
3573 2005-07-17 Simon Josefsson <jas@extundo.com>
3574
3575 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3576
3577 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3578
3579 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3580 Add plain auth method.
3581 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3582
3583 2005-07-17 Kim F. Storm <storm@cua.dk>
3584
3585 * ido.el (dired-other-window): Add ido property.
3586
3587 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3588
3589 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3590 Fix typo in docstring.
3591 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3592 `insert-file-literally'.
3593
3594 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3595 info and delete redundant message. Doc fix.
3596 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3597 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3598
3599 2005-07-16 Richard M. Stallman <rms@gnu.org>
3600
3601 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3602 (byte-compile-and): Use byte-compile-and-recursion.
3603 (byte-compile-or-recursion): New function.
3604 (byte-compile-or): Use that.
3605 (byte-compile-if): Guard the else-clause too.
3606 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3607
3608 * isearch.el (isearch-mode-end-hook-quit): New variable.
3609 (isearch-done): Bind it.
3610 (isearch-mode-end-hook): Doc fix.
3611
3612 * allout.el (allout-isearch-did-quit): Variable deleted.
3613 (allout-real-isearch-abort): Function name no longer used.
3614 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3615 (allout-isearch-rectification): isearch-mode always exists.
3616 Don't set allout-isearch-did-quit.
3617 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3618 allout-isearch-did-quit.
3619 (allout-enwrap-isearch): Just add the hook.
3620 (allout-isearch-abort): Function deleted.
3621 (allout-pre-command-business): Avoid warning.
3622
3623 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3624 Correctly avoid warnings.
3625 (pascal-outline): Likewise.
3626
3627 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3628
3629 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3630
3631 * play/tetris.el (tetris-mode): Avoid warning.
3632
3633 * play/snake.el (snake-mode): Avoid warning.
3634
3635 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3636 (gamegrid-set-display-table): Avoid warning.
3637 (gamegrid-set-timer): Likewise.
3638 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3639 (gamegrid-add-score-with-update-game-score-1): Take FILE
3640 as argument.
3641 (gamegrid-add-score-with-update-game-score): Pass that argument.
3642 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3643
3644 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3645
3646 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3647 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3648
3649 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3650 and insert-file.
3651
3652 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3653 (sc-ask): Avoid warnings.
3654
3655 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3656 (eshell-hist-initialize): Use that var the natural way.
3657
3658 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3659
3660 * emacs-lisp/re-builder.el (reb-cook-regexp):
3661 Avoid warning calling lre-compile-string.
3662 (reb-color-display-p): Avoid warning.
3663
3664 * calculator.el (calculator-last-input): Guard uses
3665 of event-key and key-press-event-p.
3666 (event-key, key-press-event-p): Delete definitions.
3667
3668 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3669 (find-gc-source-directory, find-gc-subrs-callers)
3670 (find-gc-noreturn-list, find-gc-source-files)
3671 (find-gc-subrs-called): Vars renamed and defvar'd.
3672
3673 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3674 (checkdoc-overlay-put, checkdoc-delete-overlay)
3675 (checkdoc-overlay-start, checkdoc-overlay-end)
3676 (checkdoc-mode-line-update, checkdoc-char=):
3677 Define such that compiler knows they are defined.
3678 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3679 (checkdoc-read-event): Delete. Use read-event directly.
3680
3681 * whitespace.el (whitespace-make-overlay)
3682 (whitespace-overlay-put, whitespace-delete-overlay)
3683 (whitespace-overlay-start, whitespace-overlay-end):
3684 Define such that compiler knows they are defined.
3685 (whitespace): Move conditional inside.
3686
3687 * tempo.el (tempo-insert-template): Suppress warning.
3688
3689 * ediff-diff.el (longlines-mode): Add defvar.
3690
3691 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3692
3693 * server.el: Bind "C-x #" in a way that works even if C-x is
3694 redefined to a command key, not a prefix key.
3695
3696 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3697
3698 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3699 cl-make-type-test till execution time.
3700
3701 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3702
3703 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3704 arg ARG and use it.
3705
3706 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3707
3708 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3709
3710 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3711
3712 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3713 a defcustom with two :set or :type keywords.
3714
3715 2005-07-15 Richard M. Stallman <rms@gnu.org>
3716
3717 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3718 Don't give ^M comment-end syntax.
3719
3720 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3721
3722 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3723 Don't consider gdbmi (gdb-mi.el has its own update functions).
3724 (gdb-var-delete): Make it work for gdbmi as well.
3725 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3726
3727 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3728 (gud-speedbar-menu-items): Correct logic for enabling items.
3729
3730 2005-07-15 Kim F. Storm <storm@cua.dk>
3731
3732 * ido.el: Fix commentary.
3733 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3734 Use with-no-warnings around ffap-guesser.
3735 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3736 Let bind minibuffer-completing-file-name to t.
3737
3738 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3739
3740 * startup.el (site-run-file, keyboard-type): Doc fixes.
3741 (command-line): Check for "--basic-display" argument; also for
3742 "--quick", not "--bare-bones" (which was renamed).
3743 (fancy-splash-text): Add missing item "Getting New Versions".
3744 (normal-splash-screen): Fix typos and improve consistency with
3745 `fancy-splash-text'. Update copyright year.
3746
3747 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3748 valid binding for `help-char'.
3749
3750 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3751
3752 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3753
3754 * term.el (term-mode): Disable cua-mode for term buffers.
3755
3756 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3757
3758 * add-log.el (add-log-mailing-address, change-log-merge):
3759 Doc fixes.
3760 (change-log-get-method-definition): Fix typo in docstring.
3761
3762 2005-07-14 Kim F. Storm <storm@cua.dk>
3763
3764 * emulation/cua-base.el:
3765 (cua--pre-command-handler-1, cua--pre-command-handler)
3766 (cua--post-command-handler-1, cua--post-command-handler):
3767 Split in two. Check (buffer local) value of cua-mode.
3768 (cua-selection-mode): New command.
3769
3770 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3771
3772 * custom.el (custom-initialize-safe-set)
3773 (custom-initialize-safe-default): Doc fixes.
3774
3775 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3776 and simplify :init-value again.
3777
3778 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3779 and simplify :init-value again. Delete autoload.
3780
3781 * startup.el (command-line): Use `custom-reevaluate-setting' again
3782 for tooltip-mode.
3783
3784 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3785 a defcustom with two :initialize keywords.
3786
3787 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3788
3789 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3790 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3791 (allout-post-command-business, allout-flag-region)
3792 (isearch-reenable-font-lock, allout-yank)
3793 (allout-insert-latex-header, allout-insert-latex-trailer)
3794 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3795 (allout-latex-verb-quote): Fix typos in docstrings.
3796 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3797 (allout-unprotected, allout-prefix-data):
3798 Improve argument/docstring consistency.
3799 (allout-chart-subtree): Fix argument spec.
3800 (allout-open-topic): Rename `use_sib_bullet' argument to
3801 `use-sib-bullet'. Doc fix.
3802
3803 * whitespace.el (whitespace-check-buffer-leading)
3804 (whitespace-check-buffer-trailing)
3805 (whitespace-check-buffer-indent)
3806 (whitespace-check-buffer-spacetab)
3807 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3808 (whitespace-check-leading-whitespace)
3809 (whitespace-check-trailing-whitespace)
3810 (whitespace-check-spacetab-whitespace)
3811 (whitespace-check-indent-whitespace)
3812 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3813 (whitespace-modes): Fix typos in docstrings.
3814 (defgroup, defcustom): Doc fixes.
3815
3816 * winner.el (winner-mode, winner-boring-buffers)
3817 (winner-pending-undo-ring): Doc fixes.
3818 (winner-ring): Remove unneeded `progn'.
3819 (winner-equal): `defsubst' it.
3820 (winner-redo): Fix message.
3821
3822 2005-07-13 Kim F. Storm <storm@cua.dk>
3823
3824 * simple.el (line-move-1): Always use vertical-motion to
3825 do the last (or only) line move to ensure some movement.
3826 Undo 2005-06-23 change--don't check for overlays.
3827
3828 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3829
3830 * term/mac-win.el (ccl-encode-mac-roman-font)
3831 (ccl-encode-mac-centraleurroman-font)
3832 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3833 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3834 Change charset-id boundary of dimension to ?\xef.
3835 (mac-char-fontspec-list): New constant.
3836 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3837 argument. Nil uses itself as family in font-spec. Previous
3838 behavior for nil is now provided by non-nil non-string argument.
3839 All callers changed. Add font-specs for Mac fonts to
3840 "fontset-default" unless iso8859-1 fonts are installed.
3841
3842 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3845 a continuation line if the \ is preceded by SPC or TAB.
3846 (sh-get-indent-info): Simplify.
3847 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3848 Use with-current-buffer.
3849
3850 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3851 when the matched text is empty.
3852
3853 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3854
3855 * startup.el (command-line): Revert to previous handling of
3856 tooltip-mode. Explain in comment why the complexity is needed.
3857
3858 * tooltip.el (tooltip-mode): Revert to previous implementation of
3859 its defcustom.
3860
3861 * frame.el (blink-cursor-mode): Revert to previous implementation
3862 of its defcustom. Update comment.
3863
3864 2005-07-12 Lars Hansen <larsh@soem.dk>
3865
3866 * desktop.el: Update e-mail address.
3867
3868 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3869
3870 * term/mac-win.el (mac-services-mail-selection)
3871 (mac-services-mail-to): New functions.
3872 (mac-application-menu-map): Bind them.
3873
3874 2005-07-12 wulei <milton@wulei.net> (tiny change)
3875
3876 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3877
3878 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
3879
3880 * custom.el (custom-reevaluate-setting): Doc fix.
3881
3882 2005-07-11 Jay Belanger <belanger@truman.edu>
3883
3884 * calc/calc.el (calc-embedded-announce-formula-alist)
3885 (calc-embedded-open-close-plain-alist)
3886 (calc-embedded-open-close-mode-alist): Add checks for additional
3887 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3888
3889 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
3890
3891 * custom.el (custom-enable-theme): Don't add theme to
3892 `custom-enabled-themes' with `push' because there is no
3893 setf-method for `delq'.
3894
3895 2005-07-11 Richard M. Stallman <rms@gnu.org>
3896
3897 * custom.el (custom-declare-variable): Doc fix.
3898
3899 * dired-aux.el (dired-compare-directories): Remove "." and ".."
3900 from the alists.
3901
3902 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3903 Do nothing if edebug-active.
3904
3905 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3906 (edebug-display): Do it here instead.
3907
3908 2005-07-10 Richard M. Stallman <rms@gnu.org>
3909
3910 * cus-face.el (custom-theme-set-faces): Make it work.
3911 (custom-reset-faces): Doc fix.
3912 (custom-theme-reset-internal-face, custom-theme-face-value):
3913 Functions deleted.
3914
3915 * custom.el (custom-push-theme): Maintain list of the settings
3916 of a given theme in its theme-settings property.
3917 Maintain position of old settings in the theme-value
3918 or theme-face property.
3919 (custom-enabled-themes): New variable.
3920 (custom-theme-enabled-p): New function.
3921 (provide-theme): Update custom-enabled-themes.
3922 Disable and reenable the `user' theme.
3923 (require-theme): Doc fix.
3924 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3925 (custom-theme-value, custom-theme-variable-value): Likewise.
3926 (custom-theme-reset-internal): Likewise.
3927 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3928 (custom-enable-theme, custom-disable-theme): New functions.
3929 (custom-variable-theme-value, custom-face-theme-value): Likewise.
3930 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3931 (custom-theme-reset-variables): Simplify.
3932 (deftheme, custom-declare-theme, custom-make-theme-feature):
3933 Definitions moved.
3934
3935 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
3936
3937 * longlines.el (longlines-show-region)
3938 (longlines-unshow-hard-newlines): Recognize hard newlines by
3939 non-nil hard property, instead of t.
3940
3941 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
3942
3943 * viper-cmd.el (viper--key-maps): New variable.
3944 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
3945 emulation-mode-map-alists.
3946 (viper-envelop-ESC-key): Use viper-subseq.
3947 (viper-search-forward/backward/next): Disable debug-on-error.
3948
3949 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3950 (viper-ESC-key): New defcustoms.
3951
3952 * viper-macs.el (ex-map-read-args): Use viper-subseq.
3953
3954 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
3955 (viper-subseq): Copy of subseq from cl.el.
3956
3957 * viper.el (viper-go-away, viper-set-hooks): Use
3958 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
3959
3960 * viper-mous.el (viper-current-frame-saved): Use defvar.
3961
3962 * viper-init.el: Get rid of -face in face names.
3963
3964 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3965 Make it work with longlines mode
3966
3967 * ediff-mult.el (ediff-meta-mode-hook): New variable.
3968
3969 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
3970
3971 * ediff-init.el: Get rid of -face in face names.
3972
3973 2005-07-10 Richard M. Stallman <rms@gnu.org>
3974
3975 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
3976 and with-timeout-unsuspend.
3977
3978 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
3979 and with-timeout-unsuspend.
3980
3981 * emacs-lisp/timer.el (with-timeout-timers): New variable.
3982 (with-timeout): Bind that variable to record timers.
3983 (with-timeout-suspend, with-timeout-unsuspend): New functions.
3984
3985 * emacs-lisp/debug.el (debug-help-follow): New function.
3986 (debugger-mode-map): Use that instead of help-follow.
3987 (debugger-setup-buffer): Use eval-buffer-list
3988 to handle eval-buffer frames.
3989
3990 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
3991
3992 * timezone.el (timezone-parse-date): Change first regexp
3993 so it will not mistakenly match dates with no time zone.
3994
3995 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
3996
3997 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
3998
3999 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4000
4001 * custom.el (custom-initialize-safe-set)
4002 (custom-initialize-safe-default): New functions.
4003
4004 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4005 and simplify :init-value.
4006
4007 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4008 and simplify :init-value. Delete obsolete comment.
4009
4010 * startup.el (command-line): Use `custom-reevaluate-setting' to
4011 handle `tooltip-mode'. Delete obsolete comment.
4012
4013 * files.el (set-visited-file-name): Avoid calling
4014 `file-name-nondirectory' with a nil argument.
4015
4016 2005-07-09 Richard M. Stallman <rms@gnu.org>
4017
4018 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4019 was called with nil for the buffer, handle the read position right.
4020 Handle read position for eval-region, too.
4021
4022 2005-07-09 Juri Linkov <juri@jurta.org>
4023
4024 * fringe.el (fringe-mode): Add period in docstring.
4025 (fringe-query-style): Build prompt depending on `all-frames' arg.
4026
4027 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4028 to not create links to unrelated functions in the Help buffer.
4029
4030 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4031 Doc fix.
4032
4033 * simple.el (next-error-hook): New variable.
4034 (next-error): Use it. Doc fix.
4035
4036 * textmodes/ispell.el (ispell-command-loop): Add current
4037 dictionary name and program name to mode-line-format.
4038 (ispell-region, ispell-process-line): Add current dictionary name
4039 and program name to messages.
4040
4041 2005-07-08 Jay Belanger <belanger@truman.edu>
4042
4043 * calc/calc.el (calc-embedded-announce-formula-alist)
4044 (calc-embedded-open-close-formula-alist)
4045 (calc-embedded-open-close-word-alist)
4046 (calc-embedded-open-close-plain-alist)
4047 (calc-embedded-open-close-new-formula-alist)
4048 (calc-embedded-open-close-mode-alist)
4049 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4050 (calc-embedded-mode-hook): New variables.
4051
4052 * calc/calc-embed.el (calc-embedded-firsttime)
4053 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4054 New variables.
4055 (calc-do-embedded): Use calc-embedded-firsttime,
4056 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4057 determine whether or not to run hooks.
4058 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4059 calc-embedded-firsttime-formula appropriately.
4060 Set calc-embedded delimiter variables according to mode.
4061
4062 2005-07-08 Richard M. Stallman <rms@gnu.org>
4063
4064 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4065 Check for "emacs", etc., as entire symbol, not just as word.
4066 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4067
4068 * files.el (set-visited-file-name): Report the error
4069 for "empty filename" earlier.
4070 (kill-some-buffers): Ignore buffers already dead.
4071
4072 * fringe.el (fringe-mode): Doc fix.
4073
4074 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4075 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4076 Use unwind-protect to ensure byte-compile-unresolved-functions
4077 is updated.
4078
4079 * whitespace.el (whitespace-buffer-leading-cleanup):
4080 Simplify w/ skip-chars-forward.
4081 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4082
4083 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4084 Unconditionally try to leave point at the same old place.
4085
4086 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4087
4088 * comint.el (comint-postoutput-scroll-to-bottom)
4089 (comint-show-maximum-output): Take scroll-margin into consideration.
4090
4091 2005-07-08 Kim F. Storm <storm@cua.dk>
4092
4093 * ido.el (ido-use-filename-at-point): New choice `guess'.
4094 (ido-file-internal): Try ffap-guesser if selected.
4095
4096 * ido.el (ido-before-fallback-functions): New hook.
4097 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4098 (ido-read-file-name): Run it.
4099
4100 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4103 strings rather than a list of symbols to the completion function.
4104
4105 2005-07-07 Jay Belanger <belanger@truman.edu>
4106
4107 * calc/calc-units.el (math-apply-units): Change the places in
4108 which units are simplified.
4109
4110 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4111
4112 * cus-edit.el (customize-option, customize-option-other-window):
4113 Make them handle aliases.
4114
4115 * custom.el (custom-variable-p): Make it recursively follow
4116 aliases. Mention that in the docstring.
4117
4118 2005-07-07 Richard M. Stallman <rms@gnu.org>
4119
4120 * cus-start.el (exec-path): Use `directory' instead of `file'.
4121 Fix tag for nil.
4122
4123 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4124
4125 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4126 when called non-interactively. Doc fix.
4127
4128 2005-07-07 Lute Kamstra <lute@gnu.org>
4129
4130 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4131 new address as well.
4132
4133 2005-07-07 Kenichi Handa <handa@m17n.org>
4134
4135 * international/mule.el (make-coding-system):
4136 Describe `ascii-incompatible' property in the docstring.
4137 (set-file-name-coding-system): Signal an error if coding-system is
4138 ascii-incompatible.
4139 (set-keyboard-coding-system): Likewise.
4140
4141 * international/mule-cmds.el (set-default-coding-systems):
4142 Don't set default-file-name-coding-system and
4143 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4144
4145 * international/utf-16.el: Declare that all UTF-16-based coding
4146 systems are ASCII-incompatible.
4147
4148 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4149
4150 * progmodes/gud.el: Require font-lock for displaying errors.
4151 Used by gdb-ui.el.
4152
4153 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4154
4155 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4156 values for the pattern lists which are `read'able but not
4157 `append'able (like symbols).
4158
4159 2005-07-06 Richard M. Stallman <rms@gnu.org>
4160
4161 * progmodes/flymake.el (flymake-float-time): Instead of
4162 with-no-warnings, test for xemacs.
4163 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4164 to avoid warning.
4165
4166 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4169
4170 2005-07-05 Lute Kamstra <lute@gnu.org>
4171
4172 * battery.el: Add support for Darwin (with much debugging help
4173 from Samuel Lauber <sam124@operamail.com>).
4174 (battery-status-function, battery-echo-area-format)
4175 (battery-mode-line-format): Add support for pmset on Darwin.
4176 (battery-load-low, battery-load-critical): New user options.
4177 (battery-pmset): New function.
4178
4179 2005-07-05 Lute Kamstra <lute@gnu.org>
4180
4181 Update FSF's address in GPL notices.
4182
4183 * textmodes/page-ext.el: Update FSF's address.
4184
4185 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4188 filling from using prefix when filling a single-line docstring.
4189
4190 * progmodes/flymake.el: Remove useless eval-when-compile.
4191
4192 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4193
4194 2005-07-04 Richard M. Stallman <rms@gnu.org>
4195
4196 * textmodes/org.el (org-file-apps-defaults-gnu):
4197 Rename from org-file-apps-defaults-linux.
4198 (org-default-apps): Don't test system-type for `linux'.
4199 (org-file-apps): Doc fix.
4200
4201 2005-07-04 David Ponce <david@dponce.com>
4202
4203 * tree-widget.el: Improve header Commentary section.
4204 (tree-widget) [defgroup]
4205 (tree-widget-image-enable, tree-widget-themes-directory)
4206 (tree-widget-theme, tree-widget-image-properties-emacs)
4207 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4208 (tree-widget-image-formats, tree-widget-control)
4209 (tree-widget-empty-control, tree-widget-leaf-control
4210 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4211 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4212 (tree-widget-keep, tree-widget-after-toggle-functions)
4213 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4214 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4215 :help-echo message.
4216 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4217 (tree-widget-image-properties): Doc fix. Clearer implementation.
4218 (tree-widget--cursors): New constant.
4219 (tree-widget-lookup-image): New function split from
4220 `tree-widget-find-image'. Clearer implementation.
4221 (tree-widget-find-image): Use it.
4222 (tree-widget-button-keymap): Use `set-keymap-parent'.
4223 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4224 Define the sub-widgets here.
4225 (tree-widget-node): Check that :node is not a tree-widget.
4226 (tree-widget-get-super, tree-widget-open-control)
4227 (tree-widget-close-control, tree-widget-empty-control)
4228 (tree-widget-leaf-control, tree-widget-guide)
4229 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4230 (tree-widget-no-handle, tree-widget-value-delete)
4231 (tree-widget-map): Remove.
4232 (tree-widget-children-value-save): Doc fix. Simplified.
4233 (tree-widget-value-create): Update according to previous changes.
4234
4235 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4236
4237 * textmodes/org.el: Leading space replaced by TABS.
4238 (org-recalc-marks, org-table-rotate-recalc-marks)
4239 (org-table-get-specials): Treat "^" and "_" marks.
4240 (org-table-justify-field-maybe): Optional argument NEW.
4241 (org-table-eval-formula): Parsing of the format simplified.
4242 New modes C,I. Honor the %= parameter in the current table.
4243 Avoid unnecessary re-align by using the NEW argument to
4244 `org-table-justify-field-maybe'.
4245 (org-calc-default-modes): Default for date-format mimicks org-mode.
4246 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4247
4248 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4249
4250 * cus-face.el (custom-theme-set-faces): Make it handle face
4251 aliases whose alias declarations are pre- or autoloaded.
4252
4253 2005-07-04 Juri Linkov <juri@jurta.org>
4254
4255 * faces.el (read-face-name): Put the code for getting a face name
4256 from the buffer before adding the faces from the `face' property.
4257 Use `completing-read-multiple' instead of `completing-read'.
4258 Require `crm'. Add default value and post-process the returned
4259 list of faces.
4260
4261 * emacs-lisp/crm.el (crm-find-current-element)
4262 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4263
4264 * emacs-lisp/lisp-mode.el (eval-defun-1):
4265 * emacs-lisp/edebug.el (edebug-eval-defun):
4266 Remove unnecessary quotes.
4267
4268 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4269
4270 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4271 (prolog-indent-level): Fix typo in docstring.
4272
4273 * info.el (Info-history, Info-history-forward)
4274 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4275
4276 * add-log.el (add-change-log-entry):
4277 * comint.el (comint-dynamic-list-input-ring)
4278 (comint-dynamic-list-completions):
4279 * dabbrev.el (dabbrev-expand):
4280 * delim-col.el (delimit-columns-rectangle-line):
4281 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4282 (diff-unified->context):
4283 * ediff-init.el (ediff-abbrev-jobname):
4284 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4285 (ediff-replace-session-activity-marker-in-meta-buffer):
4286 * info.el (Info-summary):
4287 * lpr.el (printify-region):
4288 * printing.el (pr-create-interface):
4289 * ps-print.el (ps-print-quote):
4290 * ses.el (ses-column-widths, ses-print-cell)
4291 (ses-adjust-print-width, ses-center):
4292 * shell.el (shell-file-name-quote-list):
4293 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4294 (strokes-fill-current-buffer-with-whitespace)
4295 (strokes-xpm-for-stroke, strokes-list-strokes)
4296 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4297 * term.el (term-dynamic-list-input-ring)
4298 (term-dynamic-list-completions):
4299 * calc/calc.el (math-format-stack-value):
4300 * emacs-lisp/edebug.el (edebug-display-freq-count):
4301 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4302 (delphi-new-comment-line):
4303 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4304 * progmodes/executable.el (executable-set-magic):
4305 * progmodes/python.el (inferior-python-mode):
4306 * progmodes/scheme.el (scheme-mode-syntax-table):
4307 * progmodes/sh-script.el (sh-maybe-here-document):
4308 * progmodes/sql.el (sql-copy-column):
4309 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4310 * textmodes/bibtex.el (bibtex-mode):
4311 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4312 (sgml-auto-attributes):
4313 * textmodes/table.el (table-insert, table-shorten-cell)
4314 (table--generate-source-scan-lines, table-delete-row)
4315 (*table--cell-delete-char, table--spacify-frame)
4316 (table--horizontally-shift-above-and-below)
4317 (table--cell-insert-char, table--cell-blank-str)
4318 (table--fill-region-strictly):
4319 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4320 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4321
4322 * add-log.el (change-log):
4323 * apropos.el (apropos):
4324 * comint.el (comint-completion, comint-source):
4325 * dabbrev.el (dabbrev):
4326 * delim-col.el (columns):
4327 * diff-mode.el (diff-mode):
4328 * ediff.el (ediff):
4329 * ediff-diff.el (ediff-diff):
4330 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4331 * ediff-mult.el (ediff-mult):
4332 * ediff-ptch.el (ediff-ptch):
4333 * ediff-wind.el (ediff-window):
4334 * facemenu.el (facemenu):
4335 * indent.el (indent):
4336 * info.el (info):
4337 * jka-cmpr-hook.el (compression, jka-compr):
4338 * lpr.el (lpr):
4339 * outline.el (outlines):
4340 * pcmpl-cvs.el (pcmpl-cvs):
4341 * pcmpl-rpm.el (pcmpl-rpm):
4342 * printing.el (printing):
4343 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4344 (ps-print-vertical, ps-print-headers, ps-print-font)
4345 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4346 (ps-print-background, ps-print-printer, ps-print-page)
4347 (ps-print-miscellany):
4348 * ses.el (ses):
4349 * shell.el (shell, shell-directories, shell-faces):
4350 * startup.el (initialization):
4351 * strokes.el (strokes):
4352 * term.el (term):
4353 * uniquify.el (uniquify):
4354 * w32-vars.el (w32):
4355 * calc/calc.el (calc):
4356 * emacs-lisp/bytecomp.el (bytecomp):
4357 * emacs-lisp/cl-indent.el (lisp-indent):
4358 * emacs-lisp/edebug.el (edebug):
4359 * emacs-lisp/elp.el (elp):
4360 * emacs-lisp/testcover.el (testcover):
4361 * emacs-lisp/trace.el (trace):
4362 * emulation/viper-ex.el (viper-ex):
4363 * emulation/viper-mous.el (viper-mouse):
4364 * mail/mailalias.el (mailalias):
4365 * mail/supercite.el (supercite, supercite-frames)
4366 (supercite-attr, supercite-cite, supercite-hooks):
4367 * net/rcompile.el (remote-compile):
4368 * net/rlogin.el (rlogin):
4369 * obsolete/ooutline.el (outlines):
4370 * progmodes/delphi.el (delphi):
4371 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4372 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4373 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4374 (ebnf-optimization):
4375 * progmodes/etags.el (etags):
4376 * progmodes/executable.el (executable):
4377 * progmodes/idlwave.el (idlwave):
4378 * progmodes/pascal.el (pascal):
4379 * progmodes/prolog.el (prolog):
4380 * progmodes/python.el (python):
4381 * progmodes/scheme.el (scheme):
4382 * progmodes/sh-script.el (sh, sh-script):
4383 * progmodes/sql.el (SQL):
4384 * progmodes/tcl.el (tcl):
4385 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4386 * textmodes/enriched.el (enriched):
4387 * textmodes/makeinfo.el (makeinfo):
4388 * textmodes/sgml-mode.el (sgml):
4389 * textmodes/table.el (table-hooks):
4390 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4391 * textmodes/texinfo.el (texinfo):
4392 * textmodes/two-column.el (two-column):
4393 Finish `defgroup' description with period.
4394
4395 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4396 * eshell/esh-var.el (eshell-var):
4397 * progmodes/vhdl-mode.el (vhdl-testbench):
4398 * textmodes/org.el (org): Fix typos in docstrings.
4399
4400 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4401 consistency.
4402
4403 * progmodes/flymake.el (flymake-find-file): Remove.
4404 (flymake-float-time): Use `with-no-warnings'.
4405 (flymake-check-start-time, flymake-check-was-interrupted)
4406 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4407 (flymake-new-err-info): `defvar' at compile time.
4408
4409 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4410
4411 * replace.el (occur-hook): Doc fix.
4412 (occur-1): Don't call `occur-hook' if there are no matches.
4413
4414 2005-07-03 Richard M. Stallman <rms@gnu.org>
4415
4416 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4417 global-map, save the same map.
4418 (global-map): Don't alter it at top level.
4419 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4420 Then alter it here instead.
4421 (tpu-edt-off): Set global-map to the saved one.
4422
4423 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4424 All references simplified.
4425 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4426 (zmacs-regions): Add defvar.
4427 (repeat-complex-command-map): Everything about that deleted.
4428
4429 * textmodes/artist.el (artist-key-is-drawing)
4430 (artist-key-endpoint1, artist-key-poly-point-list)
4431 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4432 (artist-key-compl-table, artist-rb-save-data)
4433 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4434 Don't put them in eval-when-compile.
4435 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4436
4437 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4438 Use with-no-warnings.
4439
4440 * net/browse-url.el (dos-windows-version): Add defvar.
4441
4442 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4443
4444 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4445 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4446 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4447 Add defvar.
4448 (rmail-summary-beginning-of-message): Use with-no-warnings.
4449 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4450
4451 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4452 Use with-no-warnings.
4453
4454 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4455 (c-mark-function): Add point-moving-unit property.
4456 (vi-goto-line): Use with-no-warnings.
4457
4458 * emulation/edt.el (edt-last-copied-word): Add defvar.
4459 (zmacs-region-stays): Likewise.
4460 (edt-mark-section-wisely): Use c-mark-function for C.
4461 Use makr-defun for Fortran.
4462 (time-string): defvar deleted.
4463 (edt-display-the-time): Don't set time-string.
4464
4465 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4466
4467 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4468 Don't warn when name is not constant
4469 or for defining the group `emacs'.
4470
4471 * tooltip.el (gud-tooltip-mode): Add defvar.
4472
4473 * startup.el (default-frame-background-mode): Add defvar.
4474
4475 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4476
4477 * info.el (tool-bar-map): Add defvar.
4478
4479 * dired.el (dnd-protocol-alist): Add defvar.
4480
4481 * dired-aux.el (dired-query): Display question with answer, when
4482 the user answers.
4483
4484 * custom.el (custom-add-option): Doc fix.
4485
4486 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4487
4488 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4489
4490 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4491 bogus name from the last change.
4492
4493 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4494
4495 * custom.el (custom-declare-variable): Fix typos in comment.
4496 (custom-known-themes): Doc fix.
4497 (custom-theme-directory): New defcustom.
4498 (require-theme): Make it check `custom-theme-directory'.
4499
4500 * cus-theme.el (custom-new-theme-mode): New function.
4501 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4502 (custom-theme-description): Add compiler defvars.
4503 (customize-create-theme): Add doc to the "*New Custom Theme*"
4504 buffer. Use `custom-new-theme-mode'.
4505 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4506 and save it to the `custom-theme-directory'. Make this the
4507 default directory of the buffer.
4508
4509 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4510
4511 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4512 Fix unbalanced parentheses.
4513
4514 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4517 into flymake-mode and delegate to flymake-mode.
4518
4519 * find-file.el (ff-which-function-are-we-in): Clean up.
4520
4521 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4522
4523 * replace.el (occur-rename-buffer): Fix docstring.
4524
4525 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4526 (edt-last-copied-word, edt-learn-macro-count)
4527 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4528 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4529 (time-string, zmacs-region-stays):
4530 * emulation/edt-mapper.el (edt-save-function-key-map)
4531 (EDT-key-name): `defvar' to silence the byte-compiler.
4532
4533 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4534
4535 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4536 font-lock-regexp-backslash. Doc fix.
4537 (font-lock-regexp-backslash-grouping-construct): Rename from
4538 font-lock-regexp-backslash-construct. Doc fix.
4539 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4540 grouping constructs.
4541
4542 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4543
4544 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4545 updating all the prerequisites.
4546
4547 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4548
4549 * textmodes/org.el (org-agenda-start-on-weekday)
4550 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4551 (org-agenda-use-time-grid, org-archive-location)
4552 (org-allow-space-in-links, org-usenet-links-prefer-google)
4553 (org-enable-table-editor, org-export-default-language)
4554 (org-export-html-show-new-buffer, org-fill-paragraph)
4555 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4556 (org-goto-quit, org-occur, org-eval-in-calendar)
4557 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4558 (org-agenda-diary-entry, org-remember-help)
4559 (org-table-convert-region, org-at-table-p)
4560 (org-table-move-row-down, org-table-move-row-up)
4561 (org-table-copy-region, org-table-toggle-vline-visibility)
4562 (org-table-get-stored-formulas, org-table-get-specials)
4563 (org-recalc-commands, org-table-eval-formula)
4564 (org-table-formula-substitute-names, orgtbl-make-binding)
4565 (org-format-org-table-html, org-format-table-table-html)
4566 (org-format-table-table-html-using-table-generate-source)
4567 (org-customize): Fix typos in docstrings.
4568 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4569 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4570 (org-back-to-heading): Doc fixes.
4571 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4572 (org-agenda-change-all-lines, org-get-header):
4573 Improve argument/docstring consistency.
4574 (orgtbl-error): Fix error message.
4575
4576 * progmodes/flymake.el (flymake-find-possible-master-files)
4577 (flymake-master-file-compare, flymake-get-line-err-count)
4578 (flymake-highlight-line, flymake-gui-warnings-enabled):
4579 Fix typos in docstrings.
4580 (flymake-parse-line, flymake-get-project-include-dirs-function)
4581 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4582 Doc fixes.
4583 (flymake-get-project-include-dirs-function)
4584 (flymake-make-err-menu-data):
4585 Improve argument/docstring consistency.
4586
4587 2005-07-01 Lute Kamstra <lute@gnu.org>
4588
4589 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4590 Catch errors with ignore-errors. Use temporary buffer.
4591 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4592
4593 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4594 background color faces.
4595 (facemenu-set-foreground, facemenu-set-background):
4596 Use facemenu-set-face-from-menu.
4597 (facemenu-set-face-from-menu): Treat face names that start with
4598 "fg:" or "bg:" as special.
4599 (facemenu-add-new-color): Don't create faces. Simplify.
4600
4601 2005-06-30 Richard M. Stallman <rms@gnu.org>
4602
4603 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4604 (crm-find-current-element): Likewise.
4605
4606 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4607
4608 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4609
4610 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4613 (archive-mouse-extract): Make it an obsolete alias.
4614 (archive-mode-map): Don't use archive-mouse-extract any more.
4615 (archive-mode, archive-extract): write-contents-hooks ->
4616 write-contents-functions.
4617 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4618 first arg.
4619 (archive-rename-entry): Update the call.
4620 (archive-zip-summarize): Remove unused var `method'.
4621 (archive-lzh-summarize): Remove unused var `creator'.
4622
4623 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4624 dedicated frame upon exit.
4625
4626 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4627 (archive-zip-extract, archive-zip-expunge)
4628 (archive-zip-update, archive-zip-update-case): Use executable-find.
4629 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4630 Use restore-buffer-modified-p.
4631 (archive-extract, archive-add-new-member, archive-write-file-member):
4632 Use with-current-buffer.
4633 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4634
4635 2005-06-30 Andreas Schwab <schwab@suse.de>
4636
4637 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4638
4639 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4640
4641 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4642
4643 2005-06-30 Juri Linkov <juri@jurta.org>
4644
4645 * faces.el (vertical-border): Inherit from mode-line-inactive
4646 only on tty.
4647
4648 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4649
4650 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4651 example, -NLINES in the `occur' docstring).
4652
4653 * replace.el (occur-1): When no matches are found, do not set the
4654 `buffer-read-only' and modified flags for the occur buffer,
4655 because it is deleted.
4656
4657 * emulation/cua-base.el (cua-check-pending-input)
4658 (cua-repeat-replace-region, cua-mode, cua-debug)
4659 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4660 Fix typos in docstrings.
4661
4662 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4663 (cua-cut-region-to-global-mark)
4664 (cua--cut-rectangle-to-global-mark):
4665 Remove period from end of messages.
4666
4667 * emulation/cua-rect.el (cua-do-rectangle-padding):
4668 Remove period from end of messages.
4669 (cua--rectangle-seq-format): Fix typo in docstring.
4670 (cua-sequence-rectangle, cua-fill-char-rectangle):
4671 Improve argument/docstring consistency.
4672
4673 2005-06-29 Juri Linkov <juri@jurta.org>
4674
4675 * faces.el (default-frame-background-mode): New internal variable.
4676 (frame-set-background-mode): Use it.
4677
4678 * startup.el (normal-top-level): Set default-frame-background-mode
4679 instead of frame-background-mode. Before setting it, test for its
4680 nil value. Remove tests for frame-background-mode and frame
4681 parameter `reverse'. Add test for "unspecified-fg".
4682
4683 * term/xterm.el (xterm-rxvt-set-background-mode):
4684 * term/rxvt.el (rxvt-set-background-mode):
4685 Set default-frame-background-mode instead of frame-background-mode.
4686
4687 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * simple.el (set-variable): Warn about obsolete user variables.
4690
4691 * imenu.el (imenu--completion-buffer):
4692 * mouse.el (mouse-buffer-menu-alist):
4693 * msb.el (msb-invisible-buffer-p):
4694 * calendar/diary-lib.el (diary-header-line-format):
4695 * emacs-lisp/pp.el (pp-buffer):
4696 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4697 * textmodes/picture.el (picture-replace-match):
4698 Change space constants followed by a sexp to "?\s ".
4699
4700 * play/decipher.el (decipher-loop-with-breaks):
4701 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4702 constants "protected" from end of line by a comment to "?\s".
4703
4704 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * font-lock.el (save-buffer-state): Use `declare'.
4707
4708 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4709 reset the syntax-table to cperl-mode-syntax-table.
4710 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4711 "foo_print_bar" is not matched as a reserved keyword.
4712
4713 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4714
4715 * textmodes/org.el (orgtbl-setup): New function, for delayed
4716 setup for the orgtbl commands.
4717 (org-calc-default-modes): New option.
4718 (orgtbl-make-binding): Use `defun' to get better help display.
4719 (org-diary): Call `org-compile-prefix-format'.
4720 (org-table-formula-substitute-names): New function.
4721 (org-agenda-day-view, org-agenda-week-view): New commands.
4722 (org-agenda-toggle-week-view): Command removed.
4723 (org-tbl-menu): Split off from org-org-menu.
4724 (org-mode): Move removal of outline-mode menus to here.
4725 (org-table-formula-debug): New option.
4726 (org-table-insert-row): Keep first field if just "#" or "*".
4727 (org-mode): Paragraph regexps fixed.
4728 (org-table-recalculate-regexp): New constant.
4729 (org-table-justify-field-maybe): Avoid replace if not necessary.
4730 (org-copy-special, org-cut-special): Use `call-interactively'.
4731 (org-table-copy-region): Take region from `interactive' call.
4732 (org-trim): Return string even if no match.
4733 (org-formula): New face.
4734 (org-set-font-lock-defaults): No longer highlight "FIXME".
4735 But highlight formula-related fields in table.
4736 (org-table-p): Use regexp, not fontification.
4737 (org-table-align): Handle white space at end of line.
4738 (org-table-formula-evaluate-inline): New option.
4739 (org-mode): Auto-wrapping in comment lines turned off.
4740 (org-table-copy-down): Evaluate only in copied field, not in
4741 destination.
4742 (org-table-current-formula): Variable removed.
4743 (org-table-store-formulas, org-table-get-stored-formulas)
4744 (org-table-modify-formulas, org-table-replace-in-formulas)
4745 (org-table-maybe-eval-formula): New functions.
4746 (org-table-get-formula): Modify to use stored formulas.
4747 (org-table-insert-column, org-table-delete-column)
4748 (org-table-move-column): Call `org-table-modify-formulas'.
4749 (org-complete): Add completion for keyword formulas.
4750 (orgtbl-mode): Pull orgtbl-mode-map to start of
4751 minor-mode-map-alist.
4752
4753 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * progmodes/python.el (python-check): Require `compile' before
4756 modifying its variables.
4757
4758 * newcomment.el (comment-indent-default): Don't get fooled by an early
4759 end of buffer.
4760
4761 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4762
4763 * ps-print.el (ps-print-version): Fix version number.
4764
4765 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4766
4767 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4768
4769 2005-06-28 Richard M. Stallman <rms@gnu.org>
4770
4771 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4772 (flyspell-local-mouse-map): Declaration deleted.
4773 (flyspell-mouse-map): Bind only mouse-2.
4774 (flyspell-mode-map): Don't test flyspell-use-local-map.
4775 (flyspell-overlay-keymap-property-name): Var deleted.
4776 (flyspell-mode-on): Don't make local bindings for
4777 flyspell-mouse-map and flyspell-mode-map.
4778 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4779
4780 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4781
4782 * progmodes/compile.el (compilation-next-error-function):
4783 Don't switch buffers; operate on the current buffer.
4784
4785 * progmodes/compile.el (compilation-error-file-name)
4786 (compilation-warning-file-name, compilation-info-file-name)
4787 (compilation-line-number, compilation-column-number): New faces.
4788 (compilation-error-face, compilation-warning-face)
4789 (compilation-info-face, compilation-line-face)
4790 (compilation-column-face): Use them.
4791
4792 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4793
4794 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4795
4796 * bindings.el (global-map): Bind insertchar and its variants.
4797
4798 2005-06-27 Richard M. Stallman <rms@gnu.org>
4799
4800 * textmodes/artist.el (artist-text-overwrite)
4801 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4802
4803 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4804
4805 * ps-print.el: It was not working the page selection for printing.
4806 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4807 (ps-print-version): New version 6.6.7.
4808 (ps-end-sheet): New fun.
4809 (ps-header-sheet, ps-end-job): Call it.
4810
4811 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4812
4813 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4814
4815 2005-06-27 Lute Kamstra <lute@gnu.org>
4816
4817 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4818 background color faces.
4819 (facemenu-get-face): Delete function.
4820 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4821 (facemenu-add-new-color): Make second argument mandatory.
4822 Create the appropriate face and return it. Simplify.
4823 (facemenu-set-foreground, facemenu-set-background): Don't check if
4824 color is defined. Use return value of facemenu-add-new-color.
4825
4826 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4827
4828 * progmodes/gud.el (gud-filter): Add missing argument to
4829 with-selected-window.
4830
4831 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4834 a :require to the defcustom.
4835
4836 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4837 defcustoms corresponding to minor modes.
4838
4839 2005-06-26 David Ponce <david@dponce.com>
4840
4841 * recentf.el: Require tree-widget instead of wid-edit.
4842 (recentf-filename-handler): Fix widget :type.
4843 (recentf-cancel-dialog, recentf-open-more-files)
4844 (recentf-open-files-action): Doc fix.
4845 (recentf-dialog-goto-first): New function.
4846 (recentf-dialog-mode-map): Set parent keymap first.
4847 (recentf-dialog-mode): Define with define-derived-mode.
4848 Don't display continuation lines in dialogs.
4849 (recentf-edit-list): Rename from recentf-edit-selected-items.
4850 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4851 Simplify.
4852 (recentf-edit-list-validate): New function.
4853 (recentf-edit-list): Update accordingly.
4854 (recentf-open-files-item-shift): Remove.
4855 (recentf-open-files-item): Convert menu elements into tree and
4856 link widgets. Don't create the widgets.
4857 (recentf-open-files): Update accordingly.
4858 (recentf-save-list): Untabify.
4859
4860 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4861
4862 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4863 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4864 partially contained in the active region. Do not take active
4865 region into account when called from Lisp, unless INTERACTIVE arg
4866 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4867 avoid trouble with fields. Make marker point nowhere when no
4868 longer used. Always return nil. Doc fix.
4869 (flush-lines): Add INTERACTIVE arg. Do not take active region
4870 into account when called from Lisp, unless INTERACTIVE arg is
4871 non-nil. Use `forward-line' instead of `beginning-of-line' to
4872 avoid trouble with fields. Make marker point nowhere when no
4873 longer used. Always return nil. Doc fix.
4874 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4875 interchangeable. Do not take active region into account when
4876 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4877 message in echo area when called from Lisp, unless INTERACTIVE arg
4878 is non-nil. Avoid saying "1 occurrences". Do not use markers.
4879 Return the number of matches. Doc fix.
4880 (occur): Doc fix.
4881 (perform-replace): Make comment follow double space convention for
4882 the sake of `outline-minor-mode'.
4883
4884 * faces.el (facep): Doc fix.
4885
4886 2005-06-25 Richard M. Stallman <rms@gnu.org>
4887
4888 * facemenu.el (facemenu-enable-faces-p): New function.
4889 (facemenu-background-menu, facemenu-foreground-menu)
4890 (facemenu-face-menu): Add menu-enable property.
4891
4892 * jka-compr.el (jka-compr-insert-file-contents):
4893 Special handling if cannot find the uncompression program.
4894
4895 * cus-face.el (custom-face-attributes): Add autoload.
4896
4897 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4898 Bind comment-indent-function locally.
4899
4900 * window.el (save-selected-window): Use save-current-buffer.
4901
4902 * subr.el (with-selected-window): Use save-current-buffer.
4903
4904 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4905 and with-current-buffer.
4906
4907 2005-06-24 Richard M. Stallman <rms@gnu.org>
4908
4909 * simple.el (line-move-1): Fix previous change.
4910
4911 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
4912
4913 * replace.el (occur-1): Set `buffer-read-only' and the
4914 buffer-modified flag before running `occur-hook' to protect
4915 against unintentional buffer switches that can lead to data loss.
4916
4917 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
4918
4919 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4920 (gud-gdb-marker-filter): Use font-lock-warning-face for any
4921 initial error.
4922
4923 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4924 after fresh input.
4925 (gdb-var-create-handler): Put name of expression in quotes.
4926
4927 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4928
4929 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4930 elements of RING in order, and without bogus nil elements.
4931
4932 2005-06-23 Richard M. Stallman <rms@gnu.org>
4933
4934 * simple.el (set-variable): Args renamed; doc fix.
4935 (line-move-1): When there are overlays around, use vertical-motion.
4936
4937 * faces.el (escape-glyph): Use brown against light background.
4938 (nobreak-space): Rename from no-break-space.
4939 Fix previous change.
4940
4941 * dired-aux.el (dired-do-copy): Fix arg prompt.
4942
4943 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
4944
4945 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4946
4947 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
4948 rather than "Distributor".
4949
4950 2005-06-23 Lute Kamstra <lute@gnu.org>
4951
4952 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
4953 (debug-on-entry): Use it. New interactive declaration that uses
4954 function-called-at-point.
4955
4956 2005-06-23 Kim F. Storm <storm@cua.dk>
4957
4958 * subr.el (save-match-data): Add comment about using evaporate arg
4959 to set-match-data.
4960
4961 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4962
4963 * cus-edit.el (customize-face)
4964 (customize-face-other-window): Handle face aliases.
4965
4966 * faces.el (face-documentation, set-face-attribute)
4967 (face-spec-set): Handle face aliases.
4968
4969 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * help-mode.el (help-make-xrefs): If a symbol representing a face
4972 name is not followed by the word "face", it could still be a
4973 function or variable name, so don't bypass other checks.
4974
4975 2005-06-22 Juri Linkov <juri@jurta.org>
4976
4977 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4978 Replace aliased functions with calls where second arg `inherit' is t.
4979
4980 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
4981
4982 * progmodes/gdb-ui.el (gdb-error): New variable.
4983 (gdb-error): New function.
4984 (gdb-annotation-rules): Act on error-begin and error annotations.
4985 (gdb-concat-output): Use font-lock-warning-face for errors.
4986
4987 2005-06-22 Miles Bader <miles@gnu.org>
4988
4989 * bindings.el (propertized-buffer-identification): Use renamed
4990 `Buffer-menu-buffer' face.
4991
4992 * faces.el (vertical-border): Rename from `vertical-divider'.
4993 (escape-glyph): Change dark-background color back to `cyan'.
4994
4995 2005-06-21 Juri Linkov <juri@jurta.org>
4996
4997 * faces.el (face-user-default-spec): Try getting `customized-face'
4998 prior to `saved-face'.
4999 (frame-background-mode): Refill docstring.
5000
5001 * emacs-lisp/lisp-mode.el (eval-defun-1):
5002 * emacs-lisp/edebug.el (edebug-eval-defun):
5003 Set `saved-face' temporarily to nil before calling form.
5004 Set `customized-face' to the new spec after that.
5005
5006 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5007
5008 * subr.el (1value, lambda, key-substitution-in-progress):
5009 Doc fixes.
5010
5011 * autoinsert.el (auto-insert-alist):
5012 * ses.el (ses-call-printer):
5013 * subr.el (noreturn):
5014 * emacs-lisp/lisp.el (check-parens):
5015 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5016 * net/browse-url.el (browse-url-mosaic):
5017 * progmodes/cc-defs.el (c-safe-scan-lists):
5018 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5019 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5020 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5021 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5022 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5023 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5024
5025 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5026
5027 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5028
5029 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5030
5031 * calendar/appt.el (appt-make-list): Activate the package, if
5032 not already active (for backwards compatibility).
5033
5034 2005-06-20 Kim F. Storm <storm@cua.dk>
5035
5036 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5037
5038 2005-06-20 Miles Bader <miles@gnu.org>
5039
5040 * faces.el (vertical-divider): New face.
5041
5042 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5043
5044 * simple.el (kill-whole-line): Doc fix.
5045 (next-error-buffer-p, next-error-find-buffer)
5046 (clone-indirect-buffer): Fix typos in docstrings.
5047 (comment-line-break-function): Doc fix: don't say variable
5048 is automatically buffer-local (it isn't).
5049
5050 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5051
5052 * net/tramp-ftp.el (top):
5053 * net/tramp-smb.el (top):
5054 * net/tramp-util.el (top):
5055 * net/tramp-uu.el (top):
5056 * net/tramp-vc.el (top):
5057 * net/tramp.el (top): Revert copyright years back to original
5058 ones. Tramp has a life outside GNU Emacs.
5059
5060 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5061
5062 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5063
5064 2005-06-18 Juri Linkov <juri@jurta.org>
5065
5066 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5067 end of first regexp to limit the match to the position between
5068 line number and source line with same separator character as used
5069 between file name and line number. In the second regexp limit
5070 mouse-face area to file name and line number by adding new group
5071 for them and referring it in HYPERLINK arg.
5072 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5073 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5074 previous line where grep markers may be already removed.
5075
5076 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5077
5078 * progmodes/ps-mode.el: Update version and maintainer's email address.
5079
5080 2005-06-18 Steve Youngs <steve@xemacs.org>
5081
5082 * net/browse-url.el (browse-url-browser-function)
5083 (browse-url-default-browser): Add firefox.
5084 (browse-url-firefox-program, browse-url-firefox-arguments)
5085 (browse-url-firefox-startup-arguments)
5086 (browse-url-firefox-new-window-is-tab): New defcustoms.
5087 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5088
5089 2005-06-17 Richard M. Stallman <rms@gnu.org>
5090
5091 * startup.el (command-line): Warn if specified user name has
5092 no home directory.
5093
5094 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5095 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5096
5097 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5098 Doc fixes.
5099
5100 * faces.el (underline): Try bold if terminal doesn't support underline.
5101
5102 * mail/sendmail.el (mail-setup-with-from): New variable.
5103 (mail-insert-from-field): New function.
5104 (sendmail-send-it): Call it.
5105 (mail-setup): Optionally call it here.
5106
5107 * term/linux.el: Call tty-no-underline.
5108
5109 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5110
5111 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5112
5113 2005-06-17 Miles Bader <miles@gnu.org>
5114
5115 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5116 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5117 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5118 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5119 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5120 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5121 Remove "-face" suffix from face names.
5122 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5123 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5124 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5125 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5126 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5127 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5128 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5129 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5130 New backward-compatibility aliases for renamed faces.
5131 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5132 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5133 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5134 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5135 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5136 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5137 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5138 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5139 Use renamed ediff faces.
5140
5141 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5142 Remove "-face" suffix from face names.
5143 (eshell-test-ok-face, eshell-test-failed-face):
5144 New backward-compatibility aliases for renamed faces.
5145 (eshell-run-test): Use renamed eshell-test faces.
5146
5147 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5148 face name.
5149 (eshell-prompt-face): New backward-compatibility alias for renamed
5150 face.
5151 (eshell-emit-prompt): Use renamed eshell-prompt face.
5152
5153 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5154 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5155 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5156 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5157 Remove "-face" suffix from face names.
5158 (eshell-ls-directory-face, eshell-ls-symlink-face)
5159 (eshell-ls-executable-face, eshell-ls-readonly-face)
5160 (eshell-ls-unreadable-face, eshell-ls-special-face)
5161 (eshell-ls-missing-face, eshell-ls-archive-face)
5162 (eshell-ls-backup-face, eshell-ls-product-face)
5163 (eshell-ls-clutter-face):
5164 New backward-compatibility aliases for renamed faces.
5165 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5166
5167 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5168 Remove "-face" suffix from face name.
5169 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5170 instead of literal face.
5171
5172 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5173
5174 * emacs-lisp/warnings.el (display-warning, lwarn)
5175 (warning-minimum-log-level): Doc fixes.
5176 (warning-minimum-level, warning-minimum-log-level):
5177 Add :debug to :type choices.
5178
5179 * progmodes/ada-mode.el (ada-format-paramlist)
5180 (ada-get-indent-case, ada-check-matching-start)
5181 (ada-check-defun-name, ada-goto-matching-decl-start)
5182 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5183 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5184 (ada-make-subprogram-body): Follow error conventions.
5185 (ada-case-exception-file, ada-indent-comment-as-code)
5186 (ada-indent-handle-comment-special, ada-indent-renames)
5187 (ada-indent-return, ada-search-directories-internal)
5188 (ada-tab-policy, ada-case-exception-substring)
5189 (ada-other-file-alist, ada-matching-start-re)
5190 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5191 (ada-imenu-generic-expression, ada-compile-goto-error)
5192 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5193 (ada-popup-menu, ada-add-extensions, ada-mode)
5194 (ada-region-selected, ada-create-case-exception)
5195 (ada-create-case-exception-substring, ada-after-keyword-p)
5196 (ada-activate-keys-for-case, ada-adjust-case-region)
5197 (ada-adjust-case-buffer, ada-format-paramlist)
5198 (ada-scan-paramlist, ada-insert-paramlist)
5199 (ada-indent-newline-indent)
5200 (ada-indent-newline-indent-conditional)
5201 (ada-justified-indent-current, ada-goto-previous-word)
5202 (ada-indent-current, ada-get-indent-open-paren)
5203 (ada-get-indent-paramlist, ada-get-indent-end)
5204 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5205 (ada-get-indent-block-start, ada-get-indent-subprog)
5206 (ada-get-indent-noindent, ada-get-indent-label)
5207 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5208 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5209 (ada-goto-stmt-end, ada-goto-next-word)
5210 (ada-check-matching-start, ada-check-defun-name)
5211 (ada-goto-matching-decl-start, ada-goto-matching-start)
5212 (ada-goto-matching-end, ada-search-ignore-string-comment)
5213 (ada-in-decl-p, ada-looking-at-semi-or)
5214 (ada-looking-at-semi-private, ada-in-paramlist-p)
5215 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5216 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5217 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5218 (ada-previous-package, ada-create-menu)
5219 (ada-fill-comment-paragraph-justify)
5220 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5221 (ada-other-file-name, ada-last-which-function-line)
5222 (ada-last-which-function-subprog, ada-which-function)
5223 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5224 (ada-gen-treat-proc, ada-check-emacs-version)
5225 (ada-continuation-indent, ada-align-region-separate):
5226 Fix typos in docstrings.
5227 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5228
5229 2005-06-16 Lute Kamstra <lute@gnu.org>
5230
5231 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5232 conditionally.
5233
5234 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5235
5236 * comint.el (comint-replace-by-expanded-filename)
5237 (comint-prompt-regexp, comint-delimiter-argument-list)
5238 (comint-preinput-scroll-to-bottom):
5239 * info.el (Info-hide-cookies-node):
5240 * ls-lisp.el (ls-lisp-classify):
5241 * find-file.el (ff-search-directories, ff-special-constructs)
5242 (ff-find-other-file):
5243 * font-lock.el (font-lock-keywords):
5244 * shell.el (shell-prompt-pattern)
5245 (shell-dynamic-complete-functions, shell-mode)
5246 (shell-delimiter-argument-list):
5247 * term.el (term-replace-by-expanded-filename)
5248 (term-prompt-regexp, term-delimiter-argument-list):
5249 * woman.el (woman-ignore, woman0-if):
5250 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5251 * emacs-lisp/elint.el (elint-init-env):
5252 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5253 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5254 * language/ethio-util.el (ethio-tilde-escape)
5255 (ethio-use-three-dot-question):
5256 * net/zone-mode.el (zone-mode-load-time-setup):
5257 * progmodes/cc-align.el (c-lineup-argcont):
5258 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5259 * progmodes/cperl-mode.el (cperl-set-style-back):
5260 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5261 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5262 Fix spellings in docstrings.
5263
5264 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5265 * progmodes/modula2.el (m2-for): Fix spellings.
5266
5267 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5268
5269 * simple.el (undo-more): Don't use `format' on `error' arguments.
5270 Improve argument/docstring consistency.
5271 (pending-undo-list): Doc fix.
5272
5273 * smerge-mode.el (smerge-ensure-match):
5274 * emulation/vip.el (vip-ex):
5275 * net/zone-mode.el (zone-mode-update-serial):
5276 * progmodes/idlwave.el (idlwave-complete):
5277 * progmodes/vhdl-mode.el (vhdl-visit-file)
5278 (vhdl-compose-wire-components):
5279 Don't use `format' on `error' arguments.
5280
5281 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5282 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5283 (tooltip-help-tips): Fix typos in docstrings.
5284
5285 2005-06-16 David Ponce <david@dponce.com>
5286
5287 * tree-widget.el (tree-widget-value-create): Simplify last change.
5288
5289 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5290
5291 * ido.el (ido-incomplete-regexp): New variable.
5292 (ido-set-matches-1): Handle invalid-regexp error and set
5293 ido-incomplete-regexp.
5294 (ido-incomplete-regexp): New face.
5295 (ido-completions): Use it.
5296 (ido-complete, ido-exit-minibuffer, ido-completions):
5297 Handle incomplete regexps.
5298 (ido-completions): Add check for complete match when entering a regexp.
5299
5300 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5303
5304 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5305
5306 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5307 by field delimiters.
5308
5309 2005-06-15 David Ponce <david@dponce.com>
5310
5311 * tree-widget.el: eval-and-compile inlined functions so they will
5312 be available at run-time too.
5313 (tree-widget-super-format-handler)
5314 (tree-widget-format-handler): Remove.
5315 (tree-widget-value-create): Handle the :indent property.
5316
5317 2005-06-15 Miles Bader <miles@gnu.org>
5318
5319 * progmodes/which-func.el (which-func): Only inherit
5320 `font-lock-function-name-face' when that makes sense against the
5321 default mode-line face, otherwise set the face color explicitly.
5322
5323 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5324 faces instead of (non-existent) variables.
5325
5326 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5329 (iswitchb-get-matched-buffers): Likewise. Simplify.
5330
5331 2005-06-14 Miles Bader <miles@gnu.org>
5332
5333 * progmodes/ld-script.el (ld-script-location-counter):
5334 Remove "-face" suffix from face name.
5335 (ld-script-location-counter-face):
5336 New backward-compatibility alias for renamed face.
5337 (ld-script-location-counter-face): Use renamed face.
5338
5339 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5340 (cperl-hash): Remove "-face" suffix from face names.
5341 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5342 New backward-compatibility aliases for renamed faces.
5343 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5344 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5345
5346 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5347 name.
5348 (which-func-face): New backward-compatibility alias for renamed face.
5349 (which-func-format): Use renamed which-func face.
5350
5351 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5352 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5353 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5354 names.
5355 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5356 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5357 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5358 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5359 (vhdl-speedbar-architecture-selected)
5360 (vhdl-speedbar-configuration-selected)
5361 (vhdl-speedbar-package-selected)
5362 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5363 names.
5364 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5365 Use renamed faces.
5366 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5367 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5368 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5369 Use renamed faces.
5370 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5371 names.
5372 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5373 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5374 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5375 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5376 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5377 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5378
5379 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5380 face name.
5381 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5382 (sh-heredoc-face): Use renamed sh-heredoc face.
5383
5384 * progmodes/idlw-help.el (idlwave-help-link):
5385 Remove "-face" suffix from face name.
5386 (idlwave-help-link-face):
5387 New backward-compatibility alias for renamed face.
5388 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5389
5390 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5391 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5392 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5393 New backward-compatibility aliases for renamed faces.
5394 (idlwave-shell-disabled-breakpoint-face)
5395 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5396
5397 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5398 Remove "-face" suffix from face names.
5399 (flymake-errline-face, flymake-warnline-face):
5400 New backward-compatibility aliases for renamed faces.
5401 (flymake-highlight-line): Use renamed flymake faces.
5402
5403 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5404 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5405 (ebrowse-member-class, ebrowse-progress):
5406 Remove "-face" suffix from face names.
5407 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5408 (ebrowse-file-name-face, ebrowse-default-face)
5409 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5410 (ebrowse-progress-face):
5411 New backward-compatibility aliases for renamed faces.
5412 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5413 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5414 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5415 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5416
5417 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5418 antlr-syntax)
5419 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5420 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5421 names.
5422 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5423 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5424 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5425 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5426 backward-compatibility aliases for renamed faces.
5427 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5428 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5429 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5430 remove "font-lock-". Use renamed antlr-mode faces.
5431 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5432 literal face-names with face variable references.
5433
5434 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5435 face name.
5436 (Buffer-menu-buffer-face): New backward-compatibility alias for
5437 renamed face.
5438 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5439
5440 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5441
5442 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5443 Eliminate "-face" suffix.
5444 (makefile-targets): Inherit from font-lock-function-name-face and
5445 eliminate "-face" suffix.
5446 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5447 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5448 actions, instead of prepending, to make it less visible.
5449 (makefile-previous-dependency, makefile-match-dependency):
5450 Don't match a target on a continuation line.
5451
5452 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5453
5454 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5455
5456 * progmodes/gdb-ui.el (menu): Re-order menu items.
5457 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5458
5459 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5460 Define in tooltip.el.
5461 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5462 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5463 gud-tooltip-echo-area.
5464
5465 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5466 backward compatibility and make obsolete.
5467 (tooltip-help-tips): Use tooltip-use-echo-area.
5468 (tooltip-show-help-function): Rename to...
5469 (tooltip-show-help): ...this, because it is a function.
5470 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5471
5472 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5473
5474 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5475 (edebug-print-length, edebug-print-level, edebug-print-circle)
5476 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5477 (edebug-eval-print-last-sexp): Doc fixes.
5478
5479 2005-06-14 Kim F. Storm <storm@cua.dk>
5480
5481 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5482 as the coverage buffer/file/both may change.
5483
5484 2005-06-14 Lute Kamstra <lute@gnu.org>
5485
5486 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5487 and run-mode-hooks. Simplify.
5488
5489 * mail/rmailedit.el (rmail-edit-mode):
5490 * progmodes/octave-inf.el (inferior-octave-mode):
5491 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5492
5493 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5494 and run-mode-hooks.
5495 (recentf-edit-list, recentf-open-files): Don't call
5496 kill-all-local-variables directly.
5497
5498 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5499
5500 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5501
5502 * emacs-lisp/byte-run.el (make-obsolete)
5503 (define-obsolete-function-alias): Rename arguments FUNCTION and
5504 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5505 (make-obsolete-variable, define-obsolete-variable-alias):
5506 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5507 respectively.
5508
5509 * isearchb.el (isearchb-activate):
5510 * pcvs.el (cvs-mode):
5511 * ses.el (ses-load):
5512 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5513 * net/tramp.el (tramp-find-file-exists-command)
5514 (tramp-find-shell):
5515 * progmodes/ada-mode.el (ada-create-case-exception)
5516 (ada-create-case-exception-substring, ada-make-subprogram-body):
5517 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5518 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5519 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5520 * textmodes/org.el (org-promote, org-evaluate-time-range)
5521 (org-agenda-next-date-line, org-agenda-previous-date-line)
5522 (org-agenda-error, org-open-at-point, org-table-move-row)
5523 (org-format-table-table-html-using-table-generate-source)
5524 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5525 * textmodes/reftex.el (reftex-access-scan-info):
5526 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5527 (reftex-toc-promote-prepare): Follow error conventions.
5528
5529 * diff-mode.el (diff-mode): Fix typo in docstring.
5530
5531 * forms.el (forms--intuit-from-file): Fix reference to
5532 `forms-number-of-fields' in error message.
5533 (forms-print): Fix quoting in error message.
5534
5535 * forms.el (forms-mode):
5536 * emulation/vi.el (vi-goto-insert-state):
5537 * progmodes/flymake.el (flymake-new-err-info)
5538 (flymake-start-syntax-check-for-current-buffer)
5539 (flymake-simple-cleanup):
5540 * eshell/esh-var.el (eshell/export):
5541 * progmodes/gud.el (xdb):
5542 * textmodes/flyspell.el (flyspell-incorrect-hook)
5543 (flyspell-maybe-correct-transposition)
5544 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5545
5546 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5547
5548 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5549 minibuffer prompt.
5550
5551 2005-06-13 Kim F. Storm <storm@cua.dk>
5552
5553 * subr.el (add-to-ordered-list): New defun.
5554
5555 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5556 add cua--keymap-alist to emulation-mode-map-alists.
5557
5558 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5559
5560 * subr.el (complete-in-turn): New macro.
5561 (dynamic-completion-table, lazy-completion-table): Add debug info.
5562
5563 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5564 in preference to face aliases.
5565
5566 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5567 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5568 Remove unused vars `start' and `firstline'.
5569 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5570 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5571
5572 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5573
5574 * cus-start.el (all): Don't complain about missing GTK-related
5575 variables, unless either `gtk' is boundp or this isn't a
5576 `windows-nt' build.
5577
5578 2005-06-13 Lute Kamstra <lute@gnu.org>
5579
5580 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5581 run-mode-hooks.
5582
5583 * ediff-mult.el (ediff-meta-mode):
5584 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5585
5586 * ledit.el (ledit-mode): Use delay-mode-hooks.
5587
5588 * woman.el (woman-mode-line-format): Delete constant.
5589 (woman-mode-map): Initialize it properly.
5590 (woman-mode): Set mode-class property to special.
5591 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5592 Set major-mode and mode-name. Don't set mode-line-format directly.
5593 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5594
5595 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5596 string argument obsolete.
5597
5598 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5599
5600 * textmodes/org.el (org-CUA-compatible): New option.
5601 (org-disputed-keys): New variable.
5602 (org-key): New function.
5603 (orgtbl-make-binding): Add docstring to the created function.
5604 (org-mode): Set paragraph start/separate regexps.
5605 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5606 (org-archive-location, org-archive-mark-done)
5607 (org-archive-stamp-time): New options.
5608 (org-archive-subtree): New command.
5609 (org-fill-paragraph): New function.
5610 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5611 (org-fake-empty-table-line): Function removed.
5612 (org-format-org-table-html): Do not create empty table lines at
5613 separator lines. Improved table header treatment.
5614 (org-link-format): New option.
5615 (org-make-link): New function.
5616 (org-insert-link, org-store-link): Use org-make-link.
5617 (org-open-file): Quote file name for shell command, to allow
5618 spaces in file names.
5619 (org-link-regexp): Fix bug with mailto link.
5620 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5621 New constants.
5622 (org-export-as-html): Deal with the optional angles around a link.
5623 Better treatment of file: links.
5624 (org-open-at-point): Replace @{ and @} with < and >.
5625 (org-run-mode-hooks): Function removed.
5626 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5627
5628 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5629
5630 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5631 MI command -data-list-register-values.
5632 (gdb-post-prompt): Indent properly.
5633
5634 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5635
5636 * hilit-chg.el (highlight-changes-colors): Rename from
5637 `highlight-changes-colours'.
5638 (highlight-changes-colours): Keep as obsolete alias.
5639 (highlight-changes-face-list): Doc fix.
5640 (hilit-chg-make-list): Use `highlight-changes-colors'.
5641
5642 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5643
5644 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5645 defun-prompt-regexp.
5646
5647 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5648
5649 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5650 and cygwin.
5651
5652 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5653 Don't use an old loaddefs.el, as in Makefile.in.
5654
5655 2005-06-12 Lute Kamstra <lute@gnu.org>
5656
5657 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5658
5659 * man.el (Man-mode-map): Initialize it properly.
5660 (Man-mode): Set mode-class property to special.
5661
5662 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5663
5664 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5665
5666 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5667 A newline is needed in the docstring there.
5668
5669 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5670 Doc fixes.
5671
5672 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5673
5674 * printing.el: Doc fix. The menubar is no more changed when printing
5675 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5676 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5677 (pr-version): New version number (6.8.4).
5678 (pr-menu-bind): New command.
5679 (pr-update-menus): Docstring and code fix.
5680 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5681 Docstring fix.
5682 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5683 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5684
5685 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5686
5687 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5688 "Returns" to "return", document useful return values, etc.
5689
5690 2005-06-11 Alan Mackenzie <acm@muc.de>
5691
5692 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5693 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5694 (adaptive-file-function): Minor amendment to doc-string.
5695
5696 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5697
5698 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5699 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5700 Fix :type--it is `integer', not `string'.
5701
5702 * faces.el (modeline-highlight): Rename from (the erroneous)
5703 `modeline-higilight'.
5704
5705 2005-06-11 Lute Kamstra <lute@gnu.org>
5706
5707 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5708 lisp-interaction-mode-map but make it the parent.
5709 (edebug-eval-mode): Use define-derived-mode.
5710
5711 2005-06-11 Andreas Schwab <schwab@suse.de>
5712
5713 * bindings.el: Add binding of `ESC functionkey' for every
5714 `M-functionkey'.
5715 * hexl.el (hexl-mode-map): Likewise.
5716
5717 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5718
5719 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5720 [msft]: update regexp for newer msft compilers.
5721
5722 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5723
5724 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5725 ATTLIST portions of included DTDs.
5726 (xml-parse-dtd): Eliminate use of inefficient match-data.
5727
5728 2005-06-10 Miles Bader <miles@gnu.org>
5729
5730 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5731 (mpuz-text): Remove "-face" suffix from face names.
5732 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5733 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5734 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5735
5736 * play/gomoku.el (gomoku-O, gomoku-X):
5737 Remove "-face" suffix from face names.
5738 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5739 New backward-compatibility aliases for renamed faces.
5740 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5741
5742 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5743
5744 * thumbs.el: Fixes for changes of 2005-06-09.
5745 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5746 as a directory.
5747 (thumbs-thumbname): Remove directory separator from format string;
5748 `thumbs-thumbsdir' now returns a valid directory name.
5749 (thumbs-temp-dir): New defsubst.
5750 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5751 Use it.
5752
5753 * cus-edit.el (minibuffer):
5754 * files.el (make-backup-file-name-function):
5755 * filesets.el (filesets-external-viewers):
5756 * hilit-chg.el (highlight-changes-colours)
5757 (highlight-changes-face-list, highlight-changes-rotate-faces):
5758 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5759 * kmacro.el (kmacro-call-macro):
5760 * log-edit.el (log-edit-changelog-full-paragraphs):
5761 * mouse.el (mouse-1-click-follows-link):
5762 * skeleton.el (skeleton-autowrap):
5763 * subr.el (insert-for-yank-1):
5764 * tempo.el (tempo-insert-region):
5765 * terminal.el (terminal-emulator):
5766 * time.el (display-time-mail-face):
5767 * vc.el (vc-annotate):
5768 * vcursor.el (vcursor-copy-line):
5769 * woman.el (woman-bold-headings, woman-ignore)
5770 (woman-default-faces, woman-monochrome-faces):
5771 * calendar/todo-mode.el (todo-insert-threshold):
5772 * emulation/pc-select.el (pc-select-selection-keys-only)
5773 (pc-selection-mode):
5774 * emulation/vip.el (vip-find-char-forward):
5775 * emulation/viper-cmd.el (viper-find-char-forward):
5776 * international/mule-cmds.el
5777 (select-safe-coding-system-accept-default-p)
5778 (input-method-exit-on-invalid-key):
5779 * international/mule-diag.el (describe-coding-system):
5780 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5781 * net/browse-url.el (browse-url-xterm-program):
5782 * obsolete/lazy-lock.el (lazy-lock-mode):
5783 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5784 (cperl-mode):
5785 * progmodes/cpp.el (cpp-face-light-name-list)
5786 (cpp-face-dark-name-list):
5787 * progmodes/delphi.el (delphi-newline-always-indents):
5788 Fix spellings in docstrings.
5789
5790 * ido.el (ido-mode, ido-file-extensions-order)
5791 (ido-default-file-method, ido-default-buffer-method)
5792 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5793 (ido-decorations, ido-read-file-name-as-directory-commands)
5794 (ido-read-file-name-non-ido, ido-work-directory-list)
5795 (ido-ignore-item-temp-list, ido-current-directory)
5796 (ido-magic-forward-char, ido-enter-find-file)
5797 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5798 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5799
5800 2005-06-10 Lute Kamstra <lute@gnu.org>
5801
5802 * play/dunnet.el (dun-mode): Use define-derived-mode.
5803 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5804 obsolete alias.
5805
5806 * play/doctor.el (doctor-mode-map): Remove defvar.
5807 (doctor-mode): Use define-derived-mode.
5808
5809 * mail/mspools.el (mspools-mode):
5810 * net/eudc-hotlist.el (eudc-hotlist-mode):
5811 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5812
5813 2005-06-10 Miles Bader <miles@gnu.org>
5814
5815 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5816 Remove "-face" suffix from face names.
5817 (flyspell-incorrect-face, flyspell-duplicate-face):
5818 New backward-compatibility aliases for renamed faces.
5819 (flyspell-mode-on, make-flyspell-overlay)
5820 (flyspell-highlight-incorrect-region)
5821 (flyspell-highlight-duplicate-region)
5822 (flyspell-display-next-corrections)
5823 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5824
5825 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5826 from face name.
5827 (texinfo-heading-face): New backward-compatibility alias for
5828 renamed face.
5829 (texinfo-heading-face): Use renamed texinfo-heading face.
5830
5831 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5832 suffix from face names.
5833 (tex-math-face, tex-verbatim-face):
5834 New backward-compatibility aliases for renamed faces.
5835 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5836 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5837 literal face name.
5838
5839 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5840 name.
5841 (table-cell-face): New backward-compatibility alias for renamed face.
5842 (table--put-cell-face-property, table--update-cell-face):
5843 Use renamed table-cell face.
5844
5845 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5846 from face name.
5847 (sgml-namespace-face): New backward-compatibility alias for
5848 renamed face.
5849 (sgml-namespace-face): Use renamed sgml-namespace face.
5850
5851 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5852 (org-level-4, org-level-5, org-level-6, org-level-7)
5853 (org-level-8, org-warning, org-headline-done)
5854 (org-deadline-announce, org-scheduled-today)
5855 (org-scheduled-previously, org-link, org-done, org-table)
5856 (org-time-grid): Remove "-face" suffix from face names.
5857 (org-level-1-face, org-level-2-face, org-level-3-face)
5858 (org-level-4-face, org-level-5-face, org-level-6-face)
5859 (org-level-7-face, org-level-8-face, org-warning-face)
5860 (org-headline-done-face, org-deadline-announce-face)
5861 (org-scheduled-today-face, org-scheduled-previously-face)
5862 (org-link-face, org-done-face, org-table-face)
5863 (org-time-grid-face):
5864 New backward-compatibility aliases for renamed faces.
5865 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5866 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5867 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5868 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5869
5870 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5871 (viper-minibuffer-emacs, viper-minibuffer-insert)
5872 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5873 (viper-search-face, viper-replace-overlay-face)
5874 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5875 (viper-minibuffer-vi-face):
5876 New backward-compatibility aliases for renamed faces.
5877 (viper-search-face, viper-replace-overlay-face)
5878 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5879 (viper-minibuffer-vi-face): Use renamed viper faces.
5880
5881 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5882 Remove "-face" suffix from face names.
5883 (testcover-nohits-face, testcover-1value-face):
5884 New backward-compatibility aliases for renamed faces.
5885 (testcover-mark): Use renamed testcover faces.
5886
5887 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5888 face name.
5889 (diary-button-face): New backward-compatibility alias for renamed face.
5890 (diary-entry): Use renamed diary-button face.
5891
5892 * calendar/calendar.el (diary, calendar-today, holiday)
5893 (mark-visible-calendar-date): Remove "-face" suffix from face names.
5894 (diary-face, calendar-today-face, holiday-face):
5895 New backward-compatibility aliases for renamed faces.
5896 (eval-after-load "facemenu", diary-entry-marker)
5897 (calendar-today-marker, calendar-holiday-marker, diary-face):
5898 Use renamed calendar faces.
5899
5900 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5901 (compare-windows-face): New backward-compatibility alias for
5902 renamed face.
5903 (compare-windows-highlight): Use renamed compare-windows face.
5904
5905 * strokes.el (strokes-char): Remove "-face" suffix from face name.
5906 (strokes-char-face): New backward-compatibility alias for renamed face.
5907 (strokes-encode-buffer): Use renamed strokes-char face.
5908
5909 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5910 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5911 Remove "-face" suffix from face names.
5912 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5913 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5914 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5915 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5916 Use renamed pcvs faces.
5917 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5918 * pcvs-defs.el (cvs-mode-map): Likewise.
5919 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5920
5921 * info.el (info-title-1, info-title-2, info-title-3)
5922 (info-title-4): Remove "-face" suffix from and downcase face names.
5923 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5924 (Info-title-4-face):
5925 New backward-compatibility aliases for renamed faces.
5926 (Info-fontify-node): Use renamed info faces.
5927
5928 * hilit-chg.el (highlight-changes, highlight-changes-delete):
5929 Remove "-face" suffix from face names.
5930 (highlight-changes-face, highlight-changes-delete-face):
5931 New backward-compatibility aliases for renamed faces.
5932 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5933 (hilit-chg-make-list): Use renamed highlight-changes faces.
5934
5935 * generic-x.el (show-tabs-tab, show-tabs-space):
5936 Remove "-face" suffix from face names.
5937 (show-tabs-tab-face, show-tabs-space-face):
5938 New backward-compatibility aliases for renamed faces.
5939 (show-tabs-generic-mode-font-lock-defaults-1)
5940 (show-tabs-generic-mode-font-lock-defaults-2):
5941 Use renamed show-tabs faces.
5942
5943 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
5944 (smerge-markers): Remove "-face" suffix from face names.
5945 (smerge-mine-face, smerge-other-face, smerge-base-face)
5946 (smerge-markers-face):
5947 New backward-compatibility aliases for renamed faces.
5948 (smerge-mine-face, smerge-other-face, smerge-base-face)
5949 (smerge-markers-face): Use renamed smerge faces.
5950
5951 * log-view.el (log-view-file, log-view-message): Remove "-face"
5952 suffix from face names.
5953 (log-view-file-face, log-view-message-face): New
5954 backward-compatibility aliases for renamed faces.
5955 (log-view-file-face, log-view-message-face): Use renamed log-view
5956 faces.
5957
5958 * paren.el (show-paren-match, show-paren-mismatch):
5959 Remove "-face" suffix from face names.
5960 (show-paren-match-face, show-paren-mismatch-face):
5961 New backward-compatibility aliases for renamed faces.
5962 (show-paren-function): Use renamed show-paren faces.
5963
5964 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
5965 (ruler-mode-margins, ruler-mode-fringes)
5966 (ruler-mode-column-number, ruler-mode-fill-column)
5967 (ruler-mode-comment-column, ruler-mode-goal-column)
5968 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
5969 suffix from face names.
5970 (ruler-mode-default-face, ruler-mode-pad-face)
5971 (ruler-mode-margins-face, ruler-mode-fringes-face)
5972 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
5973 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
5974 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
5975 backward-compatibility aliases for renamed faces.
5976 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
5977 (ruler-mode-column-number, ruler-mode-fill-column)
5978 (ruler-mode-comment-column, ruler-mode-goal-column)
5979 (ruler-mode-tab-stop, ruler-mode-current-column)
5980 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
5981 faces.
5982
5983 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
5984 face name.
5985 (whitespace-highlight-the-space): Use renamed face.
5986 (whitespace-highlight-face): New backward-compatibility alias for
5987 renamed face.
5988
5989 * woman.el (woman-italic, woman-bold, woman-unknown)
5990 (woman-addition, woman-symbol-face):
5991 Remove "-face" suffix from face names.
5992 (woman-italic-face, woman-bold-face, woman-unknown-face)
5993 (woman-addition-face):
5994 New backward-compatibility aliases for renamed faces.
5995 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
5996 (woman-decode-region, woman-replace-match)
5997 (woman-display-extended-fonts, woman-special-characters)
5998 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
5999 Use renamed woman faces.
6000
6001 * longlines.el (longlines-visible-face): Face removed.
6002
6003 * diff-mode.el (diff-header, diff-file-header, diff-index)
6004 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6005 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6006 suffix from face names.
6007 (diff-header-face, diff-file-header-face, diff-index-face)
6008 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6009 (diff-changed-face, diff-function-face, diff-context-face)
6010 (diff-nonexistent-face): New backward-compatibility aliases for
6011 renamed faces.
6012 (diff-header-face, diff-file-header-face)
6013 (diff-index, diff-index-face, diff-hunk-header)
6014 (diff-hunk-header-face, diff-removed, diff-removed-face)
6015 (diff-added, diff-added-face, diff-changed-face, diff-function)
6016 (diff-function-face, diff-context-face, diff-nonexistent)
6017 (diff-nonexistent-face): Use renamed diff-mode faces.
6018
6019 * progmodes/compile.el (compilation-warning-face)
6020 (compilation-info-face): Remove "-face" suffix from face names.
6021 (compilation-warning-face, compilation-info-face):
6022 New backward-compatibility aliases for renamed faces.
6023 (compilation-warning-face, compilation-info-face):
6024 Use renamed compilation faces.
6025
6026 * add-log.el (change-log-date, change-log-name)
6027 (change-log-email, change-log-file, change-log-list)
6028 (change-log-conditionals, change-log-function)
6029 (change-log-acknowledgement): Remove "-face" suffix from face names.
6030 (change-log-date-face, change-log-name-face)
6031 (change-log-email-face, change-log-file-face)
6032 (change-log-list-face, change-log-conditionals-face)
6033 (change-log-function-face, change-log-acknowledgement-face):
6034 New backward-compatibility aliases for renamed faces.
6035 (change-log-font-lock-keywords): Use renamed change-log faces.
6036
6037 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6038 (custom-set, custom-changed, custom-saved, custom-button)
6039 (custom-button-pressed, custom-documentation, custom-state)
6040 (custom-comment, custom-comment-tag, custom-variable-tag)
6041 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6042 (custom-group-tag): Remove "-face" suffix from face names.
6043 (custom-magic-alist, custom-magic-value-create)
6044 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6045 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6046 (custom-set-face, custom-changed-face, custom-saved-face)
6047 (custom-button-face, custom-button-pressed-face)
6048 (custom-documentation-face, custom-state-face)
6049 (custom-comment-face, custom-comment-tag-face)
6050 (custom-variable-tag-face, custom-variable-button-face)
6051 (custom-face-tag-face, custom-group-tag-face-1)
6052 (custom-group-tag-face):
6053 New backward-compatibility aliases for renamed faces.
6054
6055 * wid-edit.el (widget-documentation, widget-button)
6056 (widget-field, widget-single-line-field, widget-inactive)
6057 (widget-button-pressed): "-face" suffix removed from face names.
6058 (widget-documentation-face, widget-button-face)
6059 (widget-field-face, widget-single-line-field-face)
6060 (widget-inactive-face, widget-button-pressed-face):
6061 New backward-compatibility aliases for renamed faces.
6062 (widget-documentation-face, widget-button-face)
6063 (widget-button-pressed-face, widget-specify-field)
6064 (widget-specify-inactive): Use renamed widget faces.
6065
6066 2005-06-10 Kenichi Handa <handa@m17n.org>
6067
6068 * term/x-win.el (x-clipboard-yank): Remove condition-case
6069 wrapping.
6070
6071 2005-06-11 Kenichi Handa <handa@m17n.org>
6072
6073 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6074 date lines stricter.
6075
6076 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6077
6078 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6079 of x-get-selection.
6080
6081 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6082
6083 * comint.el (comint-mode, comint-snapshot-last-prompt):
6084 * frame.el (frame-current-scroll-bars):
6085 * term.el (term-mode, term-check-proc, term-input-sender)
6086 (term-simple-send, term-extract-string, term-word)
6087 (term-match-partial-filename):
6088 * window.el (window-current-scroll-bars):
6089 * emulation/cua-base.el (cua-normal-cursor-color)
6090 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6091 (cua-global-mark-cursor-color):
6092 * mail/undigest.el (rmail-forward-separator-regex):
6093 Fix typos in docstrings.
6094
6095 * comint.el (comint-check-proc, make-comint-in-buffer)
6096 (comint-source-default): Doc fixes.
6097
6098 * term.el (term-send-string): Improve argument/docstring
6099 consistency.
6100
6101 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6102
6103 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6104 call to `delete-region'.
6105 (comint-mode-hook): Do not enable Font Lock by default.
6106
6107 2005-06-09 Lute Kamstra <lute@gnu.org>
6108
6109 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6110 could be void.
6111
6112 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6113
6114 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6115 (debug): Use it.
6116 (debugger-step-through, debugger-continue, debugger-jump)
6117 (debugger-return-value): Set it when needed.
6118 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6119 Use inhibit-read-only.
6120
6121 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6122
6123 * window.el (shrink-window-if-larger-than-buffer)
6124 (window-size-fixed): Fix typo in docstring.
6125
6126 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6127 thumbnails directory on loading.
6128 (thumbs-conversion-program): Use `eq' to check the system type,
6129 not `equal'.
6130 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6131 not "/tmp". Fix docstring.
6132 (thumbs-thumbsdir): New function to return the thumbnails
6133 directory, creating it if needed.
6134 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6135 (thumbs-temp-file): Delete variable and make it into a function.
6136 (thumbs-resize-image, thumbs-modify-image): Use it.
6137 (thumbs-kill-buffer): Simplify.
6138 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6139 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6140 docstrings.
6141
6142 2005-06-09 Kim F. Storm <storm@cua.dk>
6143
6144 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6145 set-match-data to free markers in match-data.
6146
6147 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6148 match-data to unchain markers in match-data.
6149
6150 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6151
6152 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6153 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6154 unnecessary now.
6155
6156 2005-06-08 Richard M. Stallman <rms@gnu.org>
6157
6158 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6159 give the variable a doc string that doesn't say don't set it directly.
6160
6161 * textmodes/ispell.el (ispell-check-version):
6162 Use match-string-no-properties.
6163 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6164 (ispell-buffer-local-words): Likewise.
6165
6166 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6167 except on terminals with enough colors to really display it.
6168 (makefile-dependency-regex): Delete spurious `bb'.
6169
6170 * faces.el (escape-glyph): Use blue once again in last case.
6171 (no-break-space): Redefine so that it isn't invisible on a tty.
6172
6173 2005-06-08 Kim F. Storm <storm@cua.dk>
6174
6175 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6176 also when reading directory name.
6177
6178 2005-06-08 Lute Kamstra <lute@gnu.org>
6179
6180 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6181 (flyspell-mode-line-string): Remove autoload cookie.
6182 (flyspell-mode): Remove defvar.
6183
6184 2005-06-07 Lute Kamstra <lute@gnu.org>
6185
6186 * textmodes/org.el (org-run-mode-hooks): New function.
6187 (org-agenda-mode): Use it.
6188
6189 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6190
6191 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6192
6193 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6196
6197 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6198
6199 * font-lock.el (font-lock-add-keywords): Doc fix.
6200
6201 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6202
6203 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6204 (tex-compile-default): In the absence of any history, use the order in
6205 tex-compile-alist to choose the preferred command.
6206 (tex-compile-commands): Reorder a bit.
6207
6208 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6209 (flyspell-incorrect-face, flyspell-duplicate-face):
6210 Use (X)Emacs-agnostic code.
6211 (flyspell-mode-map): Don't overwrite at each load. Remove code
6212 redundant with the subsequent add-minor-mode. Merge Emacs and
6213 XEmacs code.
6214 (flyspell-word): Minor simplification.
6215 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6216 (flyspell-external-point-words): Remove unused vars `size' and
6217 `start'.
6218 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
6219 the corresponding Emacs code.
6220 (flyspell-correct-word, flyspell-xemacs-popup): Use
6221 flyspell-do-correct.
6222
6223 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6224 a dedicated window.
6225
6226 * international/latexenc.el (latexenc-find-file-coding-system):
6227 Undo part of last patch, to turn off a compiler warning.
6228
6229 2005-06-06 Juri Linkov <juri@jurta.org>
6230
6231 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6232 Rename `tmm-inactive-face' to `tmm-inactive'.
6233
6234 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6235
6236 * iswitchb.el: Rename faces.
6237
6238 2005-06-06 Kim F. Storm <storm@cua.dk>
6239
6240 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6241 (cua-global-mark): Remove -face suffix from face names.
6242
6243 * emulation/cua-gmrk.el (cua--init-global-mark):
6244 Remove cua-global-mark face setup.
6245
6246 2005-06-06 Richard M. Stallman <rms@gnu.org>
6247
6248 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6249 just like other allowed characters.
6250 (makefile-match-dependency): Exclude leading and training whitespace
6251 from the range of regexp subexp 1.
6252 (makefile-macroassign-regex): Don't try to match the body,
6253 just the name of the macro being defined.
6254
6255 * info.el (Info-read-node-name-2): New function.
6256 (Info-read-node-name-1): Use that.
6257 Add a completion-base-size-function property.
6258
6259 * simple.el (completion-setup-function): Look for
6260 completion-base-size-function property of
6261 minibuffer-completion-table.
6262
6263 * files.el (locate-file-completion): Doc fix.
6264
6265 * printing.el: Don't call pr-update-menus; user must do that.
6266
6267 * emacs-lisp/debug.el (debugger-window): New variable.
6268 (debug): Use debugger-window if it is set and still alive.
6269 Record debugger-window for next entry.
6270
6271 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6272
6273 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6274
6275 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6276 (hack-one-local-variable, hack-local-variables)
6277 (hack-local-variables-prop-line): Pass that arg.
6278
6279 2005-06-06 Kim F. Storm <storm@cua.dk>
6280
6281 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6282 (ido-indicator): Remove -face suffix from face names.
6283
6284 2005-06-06 Juri Linkov <juri@jurta.org>
6285
6286 * font-lock.el (font-lock-regexp-backslash)
6287 (font-lock-regexp-backslash-construct): New faces.
6288 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6289 after `('. Add `while-no-input' to control structures.
6290
6291 * faces.el (no-break-space, shadow): New faces.
6292 (escape-glyph): Use less loud colors pink2 and red4.
6293
6294 * diff-mode.el (diff-context-face)
6295 * dired.el (dired-ignored)
6296 * rfn-eshadow.el (file-name-shadow)
6297 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6298
6299 * info.el (Info-title-1-face): Use green instead of yellow because
6300 bold yellow is not readable on light backgrounds.
6301
6302 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6303 before selecting the desired mode to not spend time fontifying
6304 old contents.
6305
6306 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6307
6308 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6309 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6310
6311 * ps-print.el (ps-default-fg, ps-default-bg):
6312 Fix typos in docstrings.
6313
6314 * isearchb.el (isearchb): Don't pass a spurious second argument to
6315 `iswitchb-completions'.
6316
6317 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6318
6319 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6320 to preserve point.
6321 (gdb-find-file-hook): Add doc string.
6322
6323 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6324 C dereferenced pointer expression.
6325 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6326
6327 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6328
6329 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6330 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6331 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6332 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6333 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6334 Make background transparent.
6335
6336 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6337
6338 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6339 (font-lock-remove-keywords): Doc fix.
6340 (font-lock-mode-major-mode): Compiler defvar.
6341 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6342
6343 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6344 (font-lock-mode): Update `font-lock-mode-major-mode'.
6345 (font-lock-set-defaults): Compiler defvar.
6346 (font-lock-default-function): Take `font-lock-mode-major-mode'
6347 into account.
6348
6349 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6350 keep track of which major mode it enabled the minor mode for.
6351 Use find-file-hook again. Update docstring.
6352
6353 * simple.el (eval-expression-print-level)
6354 (eval-expression-print-length, eval-expression-debug-on-error):
6355 Doc fixes.
6356
6357 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6358
6359 * iswitchb.el (iswitchb-single-match-face)
6360 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6361 (iswitchb-invalid-regexp-face): New faces.
6362 (iswitchb-completions): Use them.
6363 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6364 now marked as an obsolete alias.
6365 (iswitchb-read-buffer): Remove check for bound font variables.
6366 (iswitchb-invalid-regexp): New free variable.
6367 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6368 set iswitchb-invalid-regexp.
6369 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6370 invalid regexps.
6371 (iswitchb-completions): Add check for complete match when entering
6372 a regexp.
6373 (iswitchb-completions): Remove require-match argument.
6374 (iswitchb-exhibit): Fix caller.
6375 (iswitchb-common-match-inserted): New variable.
6376 (iswitchb-complete, iswitchb-completion-help): Use it.
6377
6378 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6379
6380 * url-http.el (url-http-chunked-encoding-after-change-function):
6381 Use `url-http-debug' instead of `message'.
6382
6383 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6384
6385 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6386 callback argument.
6387
6388 2005-06-04 Kim F. Storm <storm@cua.dk>
6389
6390 * simple.el (line-move): Only call sit-for when moving backwards.
6391
6392 * ido.el (ido-make-merged-file-list-1): New defun split from
6393 ido-make-merged-file-list.
6394 (ido-make-merged-file-list): Bind throw-on-input around call to
6395 ido-make-merged-file-list-1. Return input-pending-p if
6396 interrupted by more input available.
6397 (ido-read-internal): Handle input-pending-p return value from
6398 ido-make-merged-file-list.
6399
6400 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6403 compatibility code.
6404
6405 * international/latexenc.el (latexenc-find-file-coding-system):
6406 Don't inherit the EOL part of the coding-system from the
6407 tex-main buffer. Fit within 80 columns.
6408
6409 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6410
6411 * tmm.el (tmm-inactive-face): New face.
6412 (tmm-remove-inactive-mouse-face): New function.
6413 (tmm-prompt, tmm-add-one-shortcut)
6414 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6415 but not selectable.
6416
6417 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6418
6419 * faces.el (face-equal): Improve argument/docstring consistency.
6420
6421 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6422
6423 * progmodes/make-mode.el (makefile-targets-face)
6424 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6425 (makefile-bsdmake-dependency-regex)
6426 (makefile-makepp-rule-action-regex)
6427 (makefile-bsdmake-rule-action-regex): New constants.
6428 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6429
6430 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6431 Allow (...) within `...' for makepp messages.
6432
6433 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6434
6435 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6436
6437 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6438 "." files are deleted from all file lists before comparison.
6439
6440 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6441 (viper-ESC-key): Made them customizable.
6442
6443 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6444
6445 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6446
6447 * autorevert.el (auto-revert-buffers): Use save-match-data.
6448
6449 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6452 menu items with a nil command binding.
6453
6454 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6455
6456 * emacs-lisp/cl-macs.el (defsetf):
6457 Improve argument/docstring consistency.
6458
6459 * faces.el (list-faces-display): Improve the formatting by
6460 computing the maximum length required for any face-name (reworked
6461 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6462 (internal-find-face): Remove redundant info in docstring.
6463
6464 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6465
6466 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6467 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6468 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6469 (gdb-assembler-custom): Improve regexps.
6470 (def-gdb-auto-update-handler): Use window point to preserve point.
6471
6472 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6475
6476 2005-05-31 Jay Belanger <belanger@truman.edu>
6477
6478 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6479 to calc-embedded.
6480 (calc-embedded-make-info): Have plain prefix argument select
6481 entire line.
6482
6483 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6484
6485 * faces.el (list-faces-display): Signal error if passed a regexp
6486 that matches no face name.
6487
6488 * simple.el (filter-buffer-substring): Fix typo in docstring.
6489
6490 2005-05-31 Richard M. Stallman <rms@gnu.org>
6491
6492 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6493 (vhdl-emacs-21): Doc fix.
6494 (vhdl-mode): Unconditionally set comment-padding.
6495 (vhdl-fixup-whitespace-region): Insert spaces only where
6496 there are none.
6497 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6498
6499 2005-05-30 John Wiegley <johnw@newartisans.com>
6500
6501 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6502 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6503 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6504 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6505 `string-to-number'.
6506
6507 2005-05-30 Jay Belanger <belanger@truman.edu>
6508
6509 * calc/calc.el (calc-bug-address): Fix docstring.
6510 (calc-window-hook, calc-trail-window-hook): New variables.
6511 (calc-trail-display): Restore use of calc-trail-window-hook.
6512 (calc): Restore use of calc-window-hook.
6513
6514 2005-05-31 Masatake YAMATO <jet@gyve.org>
6515
6516 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6517
6518 * help-fns.el (help-C-file-name): Add autoload mark for
6519 `find-function-noselect'.
6520
6521 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6524 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6525
6526 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6527
6528 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6529 included diary buffer if it was not already being visited.
6530 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6531
6532 * calendar/icalendar.el (top-level): Do not require 'appt.
6533
6534 * mail/supercite.el (sc-select-attribution): Only use a list
6535 element from sc-attrib-selection-list if it returns a string.
6536 Reported by Davide G. M. Salvetti <salve@debian.org>.
6537
6538 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6539
6540 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6541 includes a hash value to improve its uniqueness, and has a ".jpg"
6542 extension. Also, it is now a valid filename on all systems.
6543 (thumbs-make-thumb): Use `let', not `let*'.
6544 (thumbs-show-thumbs-list): Check for JPEG availability.
6545
6546 2005-05-30 Richard M. Stallman <rms@gnu.org>
6547
6548 * filesets.el (filesets-menu-ensure-use-cached):
6549 Prevent warning when emacs-version>= is undefined.
6550
6551 * printing.el (pr-interactive-n-up): Use string-to-number.
6552
6553 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6554
6555 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6556 Warn only when name to be defined is quoted.
6557
6558 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6559
6560 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6561 Make regexp more robust.
6562 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6563 Force regeneration of disassembly.
6564
6565 2005-05-29 Jay Belanger <belanger@truman.edu>
6566
6567 * calc/calc.el (calc-user-invocation): Check if
6568 calc-invocation-macro is non-nil.
6569
6570 2005-05-29 Juri Linkov <juri@jurta.org>
6571
6572 * add-log.el (change-log-font-lock-keywords):
6573 Add `+' to e-mail regexp to accept mail address with keywords.
6574
6575 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6576
6577 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6578
6579 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6580
6581 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6582
6583 2005-05-29 Richard M. Stallman <rms@gnu.org>
6584
6585 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6586 Undo the change that moves to end of the current word.
6587
6588 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6589
6590 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6591 Throw error when count <= 0 to ensure input is a number.
6592 (gdb-read-memory-custom): Pick up address from buffer.
6593 (gdb-memory-mode): Allow user to increment and decrement
6594 memory address from header line.
6595
6596 2005-05-29 Richard M. Stallman <rms@gnu.org>
6597
6598 * flyspell.el (flyspell-version): Function deleted.
6599 (flyspell-auto-correct-previous-hook): Doc fix.
6600
6601 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6602 Do nothing if memory is full.
6603
6604 * font-lock.el (font-lock-fontify-syntactically-region):
6605 Pass t for GREEDY to looking-back.
6606
6607 * saveplace.el (save-place-alist-to-file): Write the file
6608 using write-region.
6609
6610 * subr.el (looking-back): New argument GREEDY.
6611
6612 * progmodes/compile.el (compilation-start): Set the mode
6613 before inserting the initial text.
6614
6615 * progmodes/which-func.el (which-func-update-1): Turn the mode
6616 off in case of error by setting which-func-mode.
6617
6618 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6619
6620 * flyspell.el (flyspell-auto-correct-previous-word):
6621 Narrow down to what's on the screen, and recenter overlays
6622 at the end of the next word.
6623
6624 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6625
6626 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6627 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6628 (flyspell-abbrev-p): Default to nil.
6629 (flyspell-use-global-abbrev-table-p): Doc fix.
6630 (flyspell-large-region): Allow nil as value.
6631 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6632
6633 (mail-mode-flyspell-verify): More robust handling
6634 of `mail-header-separator'. More efficient signature detection.
6635 Allow for regexp metacharacters in message-header-separator.
6636 Adding `To' not to be checked in mail-mode-flyspell-verify.
6637
6638 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6639 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6640 Bind flyspell-auto-correct-binding.
6641 Bind C-. and C-, .
6642 (flyspell-mode-map): Likewise.
6643 (flyspell-mode): Doc fix.
6644 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6645 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6646 (flyspell-word-cache-result): New var, always local.
6647 (flyspell-check-pre-word-p): Doc fix.
6648 (flyspell-check-changed-word-p): Handle spc like newline.
6649 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6650 (flyspell-word-search-backward, flyspell-word-search-forward):
6651 New functions.
6652 (flyspell-word): Return t if nothing to check.
6653 When parsing TeX code, check for after } or \.
6654 Use flyspell-word-search-backward to find previous word.
6655 Return nil if duplicated word.
6656 For word already checked, return same value as last time.
6657 Set flyspell-word-cache-result after checking.
6658 Don't clobber the return value.
6659 (flyspell-get-word): Major rewrite.
6660 (flyspell-external-point-words): New locals pword, pcount.
6661 Fix size used in progress message.
6662 Find the proper corresponding word in flyspell-large-region-buffer.
6663 (flyspell-region): Check for flyspell-large-region = nil.
6664 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6665 (flyspell-auto-correct-word): Check that WORD is a cons.
6666 (flyspell-correct-word): Likewise.
6667
6668 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6669
6670 * progmodes/make-mode.el (makefile-rule-action-regex)
6671 (makefile-macroassign-regex, makefile-makepp-mode)
6672 (makefile-bsdmake-mode): Continuation lines may be empty.
6673 Reported by Joshua Varner.
6674 (makefile-makepp-font-lock-keywords): Add $(stem).
6675
6676 2005-05-28 Karl Berry <karl@gnu.org>
6677
6678 * textmodes/tex-mode.el: Now that tex-send-command calls
6679 shell-quote-argument (2005-03-31 change), remove all calls to
6680 shell-quote-argument; they all end up invoking tex-send-command.
6681 The double quoting loses on filenames with non-safe characters,
6682 such as "@". Reported by Frederik Fouvry.
6683
6684 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6685
6686 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6687 about preserving point.
6688
6689 2005-05-27 Jay Belanger <belanger@truman.edu>
6690
6691 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6692 Info-goto-node.
6693
6694 * calc/calc-embed.el (calc-embed-arg): New variable.
6695 (calc-do-embedded-activate, calc-embedded-activate-formula)
6696 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6697 variable by new variable.
6698 (calc-embedded-make-info): Replace undeclared variable by new
6699 variable. When selecting region with positive prefix
6700 argument, use end of previous line instead of beginning of line.
6701
6702 * calc/calc-aent.el (calc-arg-values): Declare it.
6703
6704 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6705 Declare them.
6706
6707 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6708
6709 * calc/calc.el (calc-alg-map): Declare it.
6710
6711 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6712
6713 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6714
6715 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6716 (gdb-registers-buffer, toggle-gdb-all-registers):
6717 Toggle display of floating point registers.
6718 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6719
6720 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6721 (toggle-gud-tooltip-dereference):
6722 Rename from gud-toggle-tooltip-dereference.
6723
6724 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6727
6728 2005-05-27 Jay Belanger <belanger@truman.edu>
6729
6730 * calc/calc-prog.el (calc-kbd-report): Remove.
6731 (calc-kbd-query): Rewrite.
6732
6733 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6734
6735 * image.el (image-library-alist): Move to image.c.
6736 (image-type-available-p): Doc fix.
6737
6738 2005-05-27 Lute Kamstra <lute@gnu.org>
6739
6740 * calc/calc.el (calc):
6741 * outline.el (outline-1, outline-2, outline-3, outline-4)
6742 (outline-5, outline-6, outline-7, outline-8):
6743 * textmodes/dns-mode.el (dns-mode):
6744 * textmodes/sgml-mode.el (sgml-namespace-face):
6745 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6746 (tex-verbatim-face, tex-use-reftex):
6747 * textmodes/texinfo.el (texinfo-heading-face):
6748 Specify customization group.
6749
6750 * longlines.el: Don't require easy-mmode.
6751 (longlines-visible-face): Specify customization group.
6752
6753 2005-05-27 Kenichi Handa <handa@m17n.org>
6754
6755 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6756 encoding table of windows-1251.
6757
6758 * international/ucs-tables.el (ucs-set-table-for-input):
6759 If translation-table-for-input of a coding system is a symbol, get
6760 its translation-table property.
6761
6762 * international/code-pages.el: Don't register a coding system into
6763 non-iso-charset-alist more than once.
6764 (cp-make-coding-system): Likewise.
6765
6766 2005-05-26 John Wiegley <johnw@newartisans.com>
6767
6768 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6769 `eshell-resume-eval' is wrapped in a list, it indicates that the
6770 command was run asynchronously. In that case, unwrap the value
6771 before checking the delimiter value.
6772
6773 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6774 character before a space at the end of a line is \, assume the space
6775 is part of the last argument rather than a final argument separator.
6776
6777 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6778 is in use, and the target is `t' or `nil' (which are the most common
6779 values), don't assume that the symbol target is a buffer.
6780
6781 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6782
6783 * calendar/calendar.el (calendar-mode-line-format):
6784 Use mode-line-highlight as mouse-face.
6785
6786 * time.el (display-time-string-forms, display-time-update):
6787 Use mode-line-highlight as mouse-face.
6788
6789 2005-05-26 Jay Belanger <belanger@truman.edu>
6790
6791 * calc/calc.el (calc-language-alist): Remove extra defvar.
6792
6793 2005-05-26 Lute Kamstra <lute@gnu.org>
6794
6795 * arc-mode.el (archive-mode):
6796 * bookmark.el (bookmark-read-annotation-mode)
6797 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6798 * bs.el (bs-mode):
6799 * calc/calc-yank.el (calc-edit-mode):
6800 * calc/calc.el (calc-mode, calc-trail-mode):
6801 * calculator.el (calculator-mode):
6802 * chistory.el (command-history-mode):
6803 * comint.el:
6804 * cus-edit.el (custom-mode):
6805 * descr-text.el (describe-text-mode):
6806 * ebuff-menu.el (Electric-buffer-menu-mode):
6807 * ediff-util.el (ediff-mode):
6808 * emacs-lisp/re-builder.el (reb-mode):
6809 * emulation/vi.el (vi-mode-setup):
6810 * emulation/ws-mode.el (wordstar-mode):
6811 * eshell/esh-mode.el (eshell-mode):
6812 * forms.el (forms-mode):
6813 * help-mode.el (help-mode):
6814 * hexl.el (hexl-mode):
6815 * ibuffer.el (ibuffer-mode):
6816 * ielm.el (inferior-emacs-lisp-mode):
6817 * info.el (Info-mode, Info-edit-mode):
6818 * international/swedish.el:
6819 * ledit.el (ledit-from-lisp-mode):
6820 * locate.el (locate-mode):
6821 * mail/rmail.el (rmail-mode):
6822 * mail/rmailedit.el (rmail-edit-mode):
6823 * mail/rmailsum.el (rmail-summary-mode):
6824 * mail/supercite.el (sc-electric-mode):
6825 * net/eudc.el (eudc-mode):
6826 * net/quickurl.el (quickurl-list-mode):
6827 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6828 * obsolete/ooutline.el (outline-mode):
6829 * obsolete/options.el (Edit-options-mode):
6830 * obsolete/rnews.el (news-mode):
6831 * obsolete/rnewspost.el (news-reply-mode):
6832 * play/5x5.el (5x5-mode):
6833 * play/decipher.el (decipher-mode, decipher-stats-mode):
6834 * play/gomoku.el (gomoku-mode):
6835 * play/snake.el (snake-mode):
6836 * play/solitaire.el (solitaire-mode):
6837 * play/tetris.el (tetris-mode):
6838 * progmodes/ada-mode.el (ada-mode):
6839 * progmodes/antlr-mode.el (antlr-mode):
6840 * progmodes/autoconf.el (autoconf-mode):
6841 * progmodes/dcl-mode.el (dcl-mode):
6842 * progmodes/delphi.el (delphi-mode):
6843 * progmodes/ebrowse.el (ebrowse-tree-mode)
6844 (ebrowse-electric-list-mode, ebrowse-member-mode)
6845 (ebrowse-electric-position-mode):
6846 * progmodes/f90.el (f90-mode):
6847 * progmodes/fortran.el (fortran-mode):
6848 * progmodes/icon.el (icon-mode):
6849 * progmodes/idlw-help.el (idlwave-help-mode):
6850 * progmodes/idlw-shell.el (idlwave-shell-mode):
6851 * progmodes/idlwave.el (idlwave-mode):
6852 * progmodes/inf-lisp.el (inferior-lisp-mode):
6853 * progmodes/m4-mode.el (m4-mode):
6854 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6855 * progmodes/modula2.el (modula-2-mode):
6856 * progmodes/octave-inf.el (inferior-octave-mode):
6857 * progmodes/octave-mod.el (octave-mode):
6858 * progmodes/pascal.el (pascal-mode):
6859 * progmodes/sh-script.el (sh-mode):
6860 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6861 * progmodes/vhdl-mode.el (vhdl-mode):
6862 * progmodes/xscheme.el (scheme-interaction-mode):
6863 * replace.el (occur-mode):
6864 * ses.el (ses-mode):
6865 * simple.el (completion-list-mode):
6866 * skeleton.el:
6867 * speedbar.el (speedbar-mode):
6868 * term.el (term-mode):
6869 * terminal.el (terminal-edit-mode):
6870 * textmodes/reftex-index.el (reftex-index-mode)
6871 (reftex-index-phrases-mode):
6872 * textmodes/reftex-sel.el (reftex-select-label-mode)
6873 (reftex-select-bib-mode):
6874 * textmodes/reftex-toc.el (reftex-toc-mode):
6875 * wdired.el (wdired-change-to-wdired-mode):
6876 * wid-browse.el (widget-browse-mode):
6877 Use run-mode-hooks.
6878
6879 * array.el (array-mode):
6880 * calendar/todo-mode.el (todo-mode):
6881 * man.el (Man-mode):
6882 * play/landmark.el (lm-mode):
6883 * play/mpuz.el (mpuz-mode):
6884 Use kill-all-local-variables and run-mode-hooks.
6885
6886 * subr.el (delay-mode-hooks): Specify indentation.
6887
6888 2005-05-26 Mark A. Hershberger <mah@everybody.org>
6889
6890 * xml.el (xml-substitute-special): Don't die for undefined xml
6891 entities.
6892
6893 2005-05-26 Jay Belanger <belanger@truman.edu>
6894
6895 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6896 of nil.
6897
6898 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6899
6900 * progmodes/gdb-ui.el (gdb-frame-address):
6901 Rename from gdb-current-address.
6902 (gdb-previous-frame-address): Rename from gdb-previous-address.
6903 (gdb-selected-frame): Rename from gdb-current-frame.
6904 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6905 (gdb-frame-number): Rename from gdb-current-stack-level.
6906 (gdb-ann3): Match new mode-name for disassembly buffer.
6907 Extend initialization of variables.
6908 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6909 (gdb-memory-mode): Use mouse-face in header line.
6910 (gdb-assembler-buffer-name): Call it disassembly and give frame
6911 in mode line.
6912 (gdb-source-spec-regexp, gdb-assembler-custom)
6913 (gdb-invalidate-assembler, gdb-frame-handler):
6914 Make robust to leading zeroes in address format.
6915
6916 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
6917
6918 * textmodes/org.el (org-mode): Use `define-derived-mode' to
6919 define `org-mode'.
6920 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6921
6922 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * log-edit.el (log-edit-changelog-entries): Distinguish between
6925 filenames like xfns.c and fns.c.
6926
6927 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
6928
6929 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6930 point after reverting.
6931 (Buffer-menu-make-sort-button): Handle the case where
6932 `Buffer-menu-use-header-line' is nil.
6933
6934 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6935
6936 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6937 New funcs. In minibuffer-local-completion-map bind `]', `/'
6938 and `:' to them.
6939
6940 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6941
6942 * startup.el (normal-top-level): Allow modification of load-path while
6943 we're iterating over it.
6944
6945 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
6948 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
6949 (thumbs-resize-interactive, thumbs-insert-image)
6950 (thumbs-insert-thumb, thumbs-dired-show-marked)
6951 (thumbs-find-image-at-point, thumbs-delete-images)
6952 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
6953 (thumbs-increment-image-size, thumbs-decrement-image-size):
6954 Fix typos in docstrings.
6955
6956 2005-05-24 Andre Spiegel <spiegel@gnu.org>
6957
6958 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
6959 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
6960 (cperl-mode): Use them.
6961
6962 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
6963
6964 * window.el (quit-window, shrink-window-if-larger-than-buffer):
6965 Doc fixes.
6966
6967 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6968
6969 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
6970 Bind C-d to gdb-inferior-io-eof.
6971
6972 * dired.el (dired-dnd-popup-notice): Use message-box.
6973
6974 2005-05-23 Masatake YAMATO <jet@gyve.org>
6975
6976 * bindings.el (mode-line-major-mode-keymap):
6977 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
6978
6979 * faces.el (mode-line-highlight): New face.
6980
6981 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
6982 as mouse-face.
6983
6984 * bindings.el (top-level, help-echo, mode-line-modified)
6985 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
6986 as mouse-face.
6987
6988 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
6989
6990 * progmodes/cc-engine.el (c-guess-basic-syntax):
6991 Remove spurious call to `zerop'.
6992
6993 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
6994
6995 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
6996
6997 CC Mode update to 5.30.10:
6998
6999 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7000 could go past the limit in decoration level 2, thereby causing
7001 errors during interactive fontification.
7002
7003 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7004 the file is evaluated interactively.
7005
7006 * cc-engine.el (c-guess-basic-syntax): Handle operator
7007 declarations somewhat better in C++.
7008
7009 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7010 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7011 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7012 (awk-mode): Use it.
7013 (make-local-hook): Suppress warning about obsoleteness.
7014
7015 * cc-engine.el, cc-align.el, cc-cmds.el
7016 (c-append-backslashes-forward, c-delete-backslashes-forward)
7017 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7018 Compensate for return value from `forward-line' when it has moved
7019 but not to a different line due to eob.
7020
7021 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7022 `objc-method-intro' and `objc-method-args-cont'.
7023
7024 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7025
7026 CC Mode update to 5.30.10:
7027
7028 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7029 in the copyright statement. Incidentally, change "along with GNU
7030 Emacs" to "along with this program" where it occurs.
7031
7032 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7033 so that it is interactive, hence can be found by M-x awk-mode
7034 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7035 <gmorris+emacs@ast.cam.ac.uk>.
7036
7037 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7038 Mode's regexps.
7039
7040 2005-05-23 Kevin Ryde <user42@zip.com.au>
7041
7042 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7043 c-parse-state, to avoid a lisp error (on bad code).
7044
7045 2005-05-23 Lute Kamstra <lute@gnu.org>
7046
7047 * subr.el (font-lock-defaults): Remove defvar as it's already
7048 defined in font-core.el.
7049
7050 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7051
7052 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7053
7054 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7055 more general and work when GDB variable "print pretty" is on,
7056 as with Emacs, for example.
7057
7058 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * font-core.el: Update comment.
7061
7062 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7063 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7064
7065 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7066
7067 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7068
7069 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7070 and `yank-handler' in the doc strings.
7071
7072 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7073
7074 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7075
7076 2005-05-22 Richard M. Stallman <rms@gnu.org>
7077
7078 * help.el (describe-key): Move print-help-return-message call
7079 out of conditional.
7080
7081 * progmodes/etags.el (list-tags): Use with-no-warnings.
7082
7083 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7084 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7085 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7086
7087 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7088
7089 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7090 Add defvar.
7091
7092 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7093 Use defvar, not defconst.
7094
7095 * hexl.el (hexl-follow-line): Use with-no-warnings.
7096
7097 * emulation/tpu-extras.el: Use write-file-functions instead of
7098 write-file-hooks.
7099
7100 * dired.el (dired-font-lock-keywords): Fontify files with junk
7101 extensions even if marked by -F.
7102
7103 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7104
7105 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7106 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7107 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7108 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7109 (concatenate, list-length, get*, getf, cl-remprop):
7110 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7111 (etypecase, progv, lexical-let, lexical-let*)
7112 (multiple-value-bind, multiple-value-setq, shiftf):
7113 Improve argument/docstring consistency.
7114
7115 * subr.el (focus-frame, unfocus-frame):
7116 Revert deletion on 2005-05-01.
7117
7118 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7119
7120 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7121 doesn't exist.
7122
7123 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7124 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7125
7126 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7127
7128 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7129 already deleted variables: auto-fill-hook, blink-paren-hook,
7130 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7131 suspend-hooks, comment-indent-hook, meta-flag,
7132 before-change-function, after-change-function,
7133 font-lock-doc-string-face.
7134
7135 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7136
7137 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7138
7139 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7140
7141 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7142 rmail-dont-reply-to.
7143
7144 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7145
7146 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7147 literal blank when splitting new-header-values.
7148
7149 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7150
7151 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7152 string so that tmm doesn't create a completion entry for it.
7153
7154 * textmodes/table.el (table-disable-menu): Ditto.
7155
7156 2005-05-21 Richard M. Stallman <rms@gnu.org>
7157
7158 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7159
7160 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7161
7162 * net/rcompile.el (remote-compile): Use compilation-start.
7163
7164 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7165
7166 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7167
7168 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7169 Default to makefile-bsdmake-mode on BSD systems.
7170
7171 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7172 REGEXP may also be a search function now. The part of doc-string
7173 for describing the structure was 95% identical to that of
7174 `imenu--generic-function'. Unify it there.
7175
7176 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7177 Use function to find dependencies, because regexp alone is so complex,
7178 it easily goes into an endless loop.
7179 (makefile-makepp-mode): Also add submenu for Perl functions
7180 defined in the makefile.
7181 (makefile-bsdmake-mode): Special imenu-generic-expression no
7182 longer needed, due to function call.
7183 (makefile-match-dependency): Take BOUND into account when checking
7184 if we're through.
7185
7186 2005-05-20 Jay Belanger <belanger@truman.edu>
7187
7188 * calc/calc-units.el (calc-invalidate-units-table):
7189 Use inhibit-read-only.
7190 (math-build-units-table-buffer): Use view-mode.
7191
7192 2005-05-20 David Kastrup <dak@gnu.org>
7193
7194 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7195 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7196
7197 2005-05-20 Lute Kamstra <lute@gnu.org>
7198
7199 * diff-mode.el (diff-header-face, diff-file-header-face)
7200 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7201 (diff-added-face, diff-changed-face, diff-function-face)
7202 (diff-context-face, diff-nonexistent-face): Put them in the
7203 diff-mode customization group.
7204
7205 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7208
7209 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7210
7211 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7212 Minor regexp-optimization.
7213
7214 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7215
7216 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7217 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7218 (org-agenda-add-time-grid-maybe): New function.
7219 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7220 (org-table-create): `dotimes' instead of `mapcar'.
7221 (org-xor): Simplify implementation.
7222 (org-agenda): `inhibit-redisplay' turned on.
7223 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7224 a consistent line after a state change.
7225 (org-agenda-remove-times-when-in-prefix): New option.
7226 (org-prefix-has-time): New variable.
7227 (org-parse-time-string): Optional argument NODEFAULT.
7228 (org-format-agenda-item): Parse items for time-of-day
7229 specifications and move these into the prefix if possible.
7230 (org-agenda-priority): Get current heading, not previous heading
7231 during agenda remote editing.
7232
7233 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7234
7235 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7236 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7237 (remove-duplicates, delete-duplicates, substitute)
7238 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7239 (nsubstitute-if-not, find, find-if, find-if-not, position)
7240 (position-if, position-if-not, count, count-if, count-if-not)
7241 (mismatch, search, sort*, stable-sort, merge, member*)
7242 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7243 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7244 (intersection, nintersection, set-difference, nset-difference)
7245 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7246 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7247 (nsublis, tree-equal): Improve argument/docstring consistency.
7248
7249 * subr.el (send-string, send-region):
7250 Remove obsolescence declaration.
7251 (window-dot, set-window-dot, read-input, show-buffer)
7252 (eval-current-buffer, string-to-int):
7253 Add release number to obsolescence declarations.
7254
7255 2005-05-19 Kim F. Storm <storm@cua.dk>
7256
7257 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7258 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7259
7260 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7261
7262 * faces.el (list-faces-display): Make back button respect optional
7263 regexp arg.
7264
7265 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7266
7267 * calculator.el (calculator-radix-grouping-mode)
7268 (calculator-radix-grouping-digits, calculator-displayer)
7269 (calculator-radix-grouping-separator, calculator-copy-displayer):
7270 * dabbrev.el (dabbrev-search-these-buffers-only):
7271 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7272 (diff-advance-after-apply-hunk, diff-mode-hook)
7273 (diff-minor-mode-prefix):
7274 * imenu.el (imenu-use-popup-menu):
7275 * jit-lock.el (jit-lock-context-time):
7276 * newcomment.el (comment-fill-column, comment-column)
7277 (comment-style, comment-padding, comment-multi-line)
7278 (comment-empty-lines, comment-auto-fill-only-comments):
7279 * reveal.el (reveal-around-mark):
7280 * uniquify.el (uniquify-buffer-name-style)
7281 (uniquify-after-kill-buffer-p)
7282 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7283 (uniquify-min-dir-content, uniquify-separator)
7284 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7285 * w32-vars.el (w32-fixed-font-alist):
7286 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7287 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7288 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7289 * progmodes/perl-mode.el (perl-indent-level)
7290 (perl-continued-statement-offset, perl-continued-brace-offset)
7291 (perl-brace-offset, perl-brace-imaginary-offset)
7292 (perl-label-offset, perl-indent-continued-arguments)
7293 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7294 * progmodes/tcl.el (tcl-indent-level)
7295 (tcl-continued-indent-level, tcl-auto-newline)
7296 (tcl-tab-always-indent, tcl-electric-hash-style)
7297 (tcl-help-directory-list, tcl-use-smart-word-finder)
7298 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7299 (inferior-tcl-source-command):
7300 * textmodes/fill.el (enable-kinsoku):
7301 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7302 * textmodes/table.el (table-yank-handler):
7303 Specify missing group (and type, if simple) in defcustom.
7304
7305 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7306
7307 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7308
7309 2005-05-19 Richard M. Stallman <rms@gnu.org>
7310
7311 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7312
7313 * subr.el (event-basic-type): Don't get an error.
7314 (left-fringe-p): Function deleted.
7315
7316 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7317 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7318
7319 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7320 in recursive copy.
7321
7322 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7323
7324 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7325
7326 * emacs-lisp/bytecomp.el
7327 (byte-compile-file-form-custom-declare-variable): Call
7328 byte-compile-nogroup-warn if appropriate.
7329
7330 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7331 (compilation-set-window): Don't call left-fringe-p; do it directly.
7332
7333 2005-05-19 Jay Belanger <belanger@truman.edu>
7334
7335 * calc/calc-graph.el (calc-graph-format-data): Make sure
7336 var-PlotRejects is bound before trying to check its value.
7337
7338 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7339
7340 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7341 definition of this variable from reftex-global.el to reftex.el,
7342 because it is needed in the menu.
7343
7344 2005-05-19 Lute Kamstra <lute@gnu.org>
7345
7346 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7347 years are fixed. Don't insert a space after a dash.
7348
7349 2005-05-19 Kim F. Storm <storm@cua.dk>
7350
7351 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7352
7353 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7354
7355 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7356 strings, because (eq ... ?\\) is fairly frequent.
7357
7358 * progmodes/make-mode.el (makefile-add-this-line-targets):
7359 Simplify and integrate into `makefile-pickup-targets'.
7360 (makefile-add-this-line-macro): Simplify and integrate into
7361 `makefile-pickup-macros.
7362 (makefile-pickup-filenames-as-targets): Simplify.
7363 (makefile-previous-dependency, makefile-match-dependency):
7364 Don't stumble over `::'.
7365
7366 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7367
7368 * subr.el (post-command-idle-hook, post-command-idle-delay):
7369 Remove obsoletion of post-command-idle-hook and
7370 post-command-idle-delay.
7371
7372 * faces.el (list-faces-display): Provide button when describe-face
7373 is called to take user back to the list of faces.
7374
7375 * help-fns.el (describe-variable): Remove hyperlinks in a
7376 variable's value as these are quite frequently inappropriate.
7377
7378 * follow.el (follow-submit-feedback, follow-mode):
7379 Remove references to post-command-idle-hook.
7380
7381 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7382
7383 * progmodes/make-mode.el (makefile-previous-dependency)
7384 (makefile-match-dependency): Check for := (and in bsd mode also
7385 !=) to give a better result, even when font-lock is not on.
7386
7387 2005-05-18 Jay Belanger <belanger@truman.edu>
7388
7389 * calc/calc-help.el (calc-s-prefix-help):
7390 Add `calc-copy-special-constant' to help string.
7391
7392 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7393
7394 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7395
7396 2005-05-18 Jay Belanger <belanger@truman.edu>
7397
7398 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7399 in linear factors are in proper order.
7400
7401 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7402
7403 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7404 Support for jurabib.
7405
7406 * textmodes/reftex.el (featurep): Define aliases for overlay
7407 commands, for XEmacs compatibility, and use these aliases in
7408 overlay initializations.
7409 (reftex-highlight): Use `reftex-move-overlay'.
7410 (reftex-unhighlight): Use `reftex-delete-overlay'.
7411 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7412 (reftex-access-search-path): Use `reftex-uniquify' instead of
7413 `reftex-uniq'
7414
7415 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7416 `before-string' property modification enables for Emacs as well.
7417 (reftex-select-item): Use `reftex-delete-overlay'.
7418 (reftex-select-mark): Use `reftex-make-overlay' and
7419 `reftex-overlay-put'.
7420 (reftex-select-unmark): Use `reftex-delete-overlay' and
7421 `reftex-overlay-put'.
7422
7423 2005-05-18 Lute Kamstra <lute@gnu.org>
7424
7425 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7426
7427 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7428
7429 * add-log.el (add-change-log-entry):
7430 * array.el (array-make-template, array-reconfigure-rows)
7431 (array-init-max-row, array-init-max-column)
7432 (array-init-columns-per-line, array-init-field-width):
7433 * replace.el (replace-match-maybe-edit, perform-replace):
7434 * textmodes/spell.el (spell-region):
7435 Replace `read-input' by `read-string'.
7436
7437 * forms.el (forms-mode):
7438 * finder.el (finder-compile-keywords):
7439 * shadowfile.el (shadow-read-files):
7440 Replace `eval-current-buffer' by `eval-buffer'.
7441
7442 * terminal.el (te-pass-through):
7443 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7444 (ange-ftp-raw-send-cmd):
7445 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7446 (send-process-next-char, telnet-initial-filter, telnet):
7447 Replace `send-string' by `process-send-string'.
7448
7449 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7450 (prolog-consult-region): Replace `send-string' by
7451 `process-send-string'; replace `send-region' by `process-send-region'.
7452
7453 * progmodes/delphi.el (delphi-log-msg):
7454 Replace `set-window-dot' by `set-window-point'.
7455
7456 * subr.el (window-dot, set-window-dot, read-input, send-string)
7457 (send-region, show-buffer, eval-current-buffer):
7458 Make really obsolete, as the comment says.
7459
7460 2005-05-17 Kim F. Storm <storm@cua.dk>
7461
7462 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7463 (cua--init-keymaps): Bind C-return instead of S-return to set
7464 rectangle mark.
7465
7466 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7467 instead of S-return to toggle/clear rectangle mark.
7468
7469 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7470
7471 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7472 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7473 Also fontify plain strings assigned to variables, mostly so that a
7474 colon has a face and is thus not taken as a dependency separator.
7475 (makefile-previous-dependency): Inline the new matcher, because it
7476 is too complex to work in both directions.
7477 (makefile-match-dependency): Eliminate `backward' arg (see above).
7478 Completely reimplemented so as to not sometimes go into an endless
7479 loop. It should also be more efficient, because first it only
7480 searches for `:', instead of applying the very complex regexp.
7481 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7482 to be fontified in one piece can be too long for JIT.
7483 Makefiles are never *that* big.
7484
7485 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7486
7487 * dired.el (dired-mode): Simplify.
7488
7489 2005-05-17 Lute Kamstra <lute@gnu.org>
7490
7491 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7492 defcustom for the mode hook variable.
7493
7494 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7495 Emacs Lisp Reference Manual.
7496
7497 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7498
7499 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7500 (evenp, list*):
7501 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7502 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7503
7504 * net/tramp-smb.el (tramp-smb-open-connection):
7505 Pass `tramp-chunksize' as fifth (required) argument.
7506
7507 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7508
7509 * font-lock.el (lisp-font-lock-keywords-1):
7510 Set `font-lock-negation-char-face' for [^...] char group.
7511 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7512
7513 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7514 a var, and refine it to mask one more level of nested vars.
7515 (makefile-rule-action-regex): Turn it into a var, and refine it so
7516 it recognizes backslashed continuation lines as belonging to the
7517 same command.
7518 (makefile-macroassign-regex): Refine it so it recognizes
7519 backslashed continuation lines as belonging to the same command.
7520 (makefile-var-use-regex): Don't look at the next char, because it
7521 might be the same one to be skipped by the initial [^$], leading
7522 to an overlooked variable use.
7523 (makefile-make-font-lock-keywords): Remove two parameters, which
7524 are now variables that some of the modes set locally.
7525 Handle dependency and rule action matching through functions, because
7526 regexps alone match too often. Dependency matching now comes
7527 last, so it can check, whether a colon already matched something else.
7528 (makefile-mode): Inform that font-lock improves makefile parsing
7529 capabilities.
7530 (makefile-match-dependency, makefile-match-action): New functions.
7531
7532 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7535
7536 * align.el (align-regexp):
7537 * ansi-color.el (ansi-color-get-face):
7538 * array.el (array-reconfigure-rows, array-init-max-row)
7539 (array-init-max-column, array-init-columns-per-line)
7540 (array-init-field-width):
7541 * dired-aux.el (dired-trample-file-versions):
7542 * dired-x.el (dired-mark-sexp):
7543 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7544 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7545 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7546 * faces.el (face-read-integer):
7547 * files.el (backup-extract-version, insert-directory):
7548 * hexl.el (hexl-insert-decimal-char):
7549 * server.el (server-process-filter):
7550 * shell.el (shell-extract-num):
7551 * startup.el (command-line-1):
7552 * term.el (term-command-hook):
7553 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7554 (time-stamp-do-number):
7555 * time.el (display-time-update):
7556 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7557 (timezone-fix-time):
7558 * vms-patch.el (vms-suspend-resume-hook):
7559 * calendar/appt.el (appt-convert-time):
7560 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7561 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7562 * calendar/cal-islam.el (mark-islamic-diary-entries):
7563 * calendar/calendar.el (calendar-cursor-to-date)
7564 (calendar-star-date):
7565 * calendar/diary-lib.el (diary-attrtype-convert)
7566 (mark-diary-entries, diary-entry-time):
7567 * calendar/solar.el (solar-get-number):
7568 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7569 * emacs-lisp/re-builder.el (reb-display-subexp):
7570 * emulation/edt.el (edt-set-scroll-margins):
7571 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7572 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7573 (vip-get-ex-count):
7574 * emulation/viper-ex.el (viper-get-ex-token)
7575 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7576 * international/fontset.el (fontset-plain-name):
7577 * mail/feedmail.el (feedmail-look-at-queue-directory):
7578 * mail/mailalias.el (mail-get-names):
7579 * mail/rmail.el (rmail-convert-to-babyl-format):
7580 * mail/rmailsum.el (rmail-make-basic-summary-line)
7581 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7582 (rmail-summary-goto-msg):
7583 * mail/smtpmail.el (smtpmail-read-response):
7584 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7585 (ange-ftp-vms-add-file-entry):
7586 * play/gametree.el (gametree-looking-at-ply)
7587 (gametree-current-branch-score):
7588 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7589 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7590 * progmodes/cperl-mode.el (condition-case):
7591 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7592 (ebrowse-set-member-buffer-column-width)
7593 (ebrowse-select-1st-to-9nth):
7594 * progmodes/etags.el (etags-snarf-tag):
7595 * progmodes/flymake.el (flymake-parse-line):
7596 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7597 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7598 (idlwave-shell-menu-def):
7599 * progmodes/ps-mode.el (ps-run-goto-error):
7600 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7601 (vhdl-speedbar-contract-level):
7602 * term/mac-win.el (x-handle-numeric-switch):
7603 * term/sun-mouse.el (sun-get-frame-data):
7604 * term/w32-win.el (x-handle-numeric-switch):
7605 * term/x-win.el (x-handle-numeric-switch):
7606 * textmodes/ispell.el (ispell-parse-output):
7607 * textmodes/nroff-mode.el (nroff-outline-level):
7608 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7609 (reftex-bib-sort-year-reverse, reftex-format-citation):
7610 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7611 (reftex-section-number):
7612 * textmodes/texinfmt.el (texinfo-paragraphindent):
7613 Replace `string-to-int' by `string-to-number'.
7614
7615 * international/latexenc.el: Add page marker to force the "Local
7616 Variables:" string out of the last page.
7617
7618 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7619
7620 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7621 tooltip-change-major-mode.
7622 (gud-tooltip-print-command): Remove case where gud-minor-mode
7623 is gdb ("--fullname").
7624 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7625 explain to user.
7626
7627 2005-05-16 Jay Belanger <belanger@truman.edu>
7628
7629 * calc/calc-store.el (calc-copy-special-constant): New function.
7630
7631 * calc/calc-ext.el (calc-init-extensions): Add binding for
7632 `calc-copy-special-constant'.
7633
7634 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7635 for the `calc-copy-special-constant' command.
7636
7637 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7638
7639 * subr.el (left-fringe-p): New function.
7640
7641 * progmodes/compile.el (compilation-setup): Set local value of
7642 overlay-arrow-string to "" always.
7643 (compilation-set-window): Left fringe then don't scroll.
7644 No left fringe then no arrow and scroll message to top.
7645 (compilation-context-lines): Adjust doc string accordingly.
7646
7647 2005-05-16 Kim F. Storm <storm@cua.dk>
7648
7649 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7650 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7651 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7652 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7653 (ido-read-file-name): Handle commands with ido property value
7654 equal to find-file as reading a file name, to allow C-d to enter dired.
7655 (ibuffer-find-file): Add ido property with value find-file.
7656
7657 2005-05-15 Kim F. Storm <storm@cua.dk>
7658
7659 * subr.el (open-network-stream-nowait): Remove.
7660 (open-network-stream-server): Remove.
7661
7662 2005-05-15 Richard M. Stallman <rms@gnu.org>
7663
7664 * faces.el (describe-face): Output a definition link button.
7665
7666 * help-mode.el (help-face-def): New button type.
7667
7668 * emacs-lisp/copyright.el (copyright-fix-years):
7669 Match properly if the first year is 2-digit.
7670 Don't mess up the whitespace after the years by filling.
7671
7672 * dired-aux.el (dired-mark-confirm):
7673 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7674
7675 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7676 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7677 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7678
7679 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7680 Set font-lock-comment-start-skip.
7681
7682 * font-lock.el (font-lock-comment-start-skip): New variable.
7683 (font-lock-comment-end-skip): New variable.
7684 (font-lock-fontify-syntactically-region): Use them if non-nil.
7685
7686 2005-05-15 Jay Belanger <belanger@truman.edu>
7687
7688 * calc/calc-store.el (calc-store-value): Return a string rather
7689 than display it as a message.
7690 Use calc-var-name for variable name.
7691 (calc-store-into): Add the result of calc-store-value to message.
7692 (calc-copy-variable): Add a message.
7693 (calc-store-exchange): Improve error messages.
7694 (calc-store-binary, calc-store-map): Don't reset the values of
7695 special constants.
7696
7697 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7698
7699 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7700 manual to docstring.
7701
7702 * files.el (hack-local-variables-confirm): Add STRING argument.
7703 Make the function handle non file visiting buffers correctly.
7704 (hack-local-variables-prop-line, hack-local-variables)
7705 (hack-one-local-variable): Use STRING arg of
7706 `hack-local-variables-confirm'.
7707
7708 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7709
7710 Sync with Tramp 2.0.49.
7711
7712 * net/tramp.el (tramp-handle-dired-call-process)
7713 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7714 because the contents of the Tramp buffer is changed before
7715 insertion (`expand-file' and alike).
7716 (tramp-handle-insert-directory): If `localname' has an empty
7717 nondirectory name, it must not be quoted.
7718 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7719 variable `tramp-chunksize'. Change callees.
7720 (tramp-open-connection-setup-interactive-shell): Check remote host
7721 for buggy `send-process-string' implementation.
7722 Set `tramp-chunksize' if found. Reported by Michael Kifer
7723 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7724 (tramp-handle-shell-command): `insert-buffer' cannot be used
7725 because the contents of the Tramp buffer is changed before
7726 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7727 <frederic.bothamy@free.fr>.
7728 (tramp-set-auto-save): Actions should be done for Tramp file name
7729 handler only. Ange-FTP has its own auto-save mechanism.
7730 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7731 (tramp-set-auto-save-file-modes): Set file modes of
7732 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7733 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7734 (tramp-bug): Remove obsolete variable.
7735 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7736 for presence of `mml-mode'. Make it running for older Emacsen as well.
7737
7738 2005-05-14 John Paul Wallington <jpw@pobox.com>
7739
7740 * ibuf-ext.el (define-ibuffer-filter filename):
7741 If `dired-directory' is a list, use its car.
7742
7743 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7744
7745 * ibuffer.el (define-ibuffer-column filename):
7746 If `dired-directory' is a list, use its car.
7747
7748 2005-05-14 Richard M. Stallman <rms@gnu.org>
7749
7750 * subr.el (symbol-file): Doc fix.
7751
7752 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7753 (byte-compile-form): Call byte-compile-nogroup-warn.
7754 (byte-compile-warning-types): Doc fix.
7755
7756 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7757
7758 * progmodes/cc-engine.el (c-literal-faces):
7759 Add font-lock-comment-delimiter-face.
7760
7761 * net/net-utils.el (dig): Use with-no-warnings.
7762
7763 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7764 (sc-recite-frame-alist, sc-default-cite-frame)
7765 (sc-default-uncite-frame, sc-default-recite-frame)
7766 (sc-attrib-selection-list, sc-rewrite-header-list):
7767 Mark as risky-local-variable.
7768
7769 * international/ogonek.el (ogonek-jak, ogonek-how):
7770 Don't use beginning-of-buffer.
7771
7772 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7773
7774 * calendar/solar.el (solar-data-list): Move definition up.
7775
7776 * dnd.el (dnd-protocol-alist): Add autoload.
7777
7778 * progmodes/sh-script.el: Many doc usage fixes.
7779 (sh-indent-after-do): Change default to match common styles.
7780
7781 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7782
7783 * files.el (interpreter-mode-alist)
7784 (auto-mode-interpreter-regexp): Doc fixes.
7785
7786 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7787
7788 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7789
7790 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7791
7792 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7793
7794 * dired.el (dired-mode): make-variable-buffer-local =>
7795 make-local-variable.
7796
7797 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7798
7799 * term/mac-win.el (mac-select-convert-to-string): Try coding
7800 systems in mac-script-code-coding-systems if specified one cannot
7801 encode string for `com.apple.traditional-mac-plain-text'.
7802
7803 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7804
7805 * progmodes/make-mode.el (makefile-targets-face)
7806 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7807 (makefile-dependency-regex): Fix it to not make the colon in
7808 $(var:a=b) special.
7809 (makefile-rule-action-regex): New regexp for highlighting embedded
7810 Shell strings.
7811 (makefile-macroassign-regex): Handle != for highlighting as
7812 embedded Shell strings.
7813 (makefile-var-use-regex): New const.
7814 (makefile-statements, makefile-automake-statements)
7815 (makefile-gmake-statements, makefile-makepp-statements)
7816 (makefile-bsdmake-statements): New consts.
7817 (makefile-make-font-lock-keywords): New function.
7818 (makefile-automake-font-lock-keywords)
7819 (makefile-gmake-font-lock-keywords)
7820 (makefile-makepp-font-lock-keywords)
7821 (makefile-bsdmake-font-lock-keywords): New consts.
7822 (makefile-mode-map): Add switchers between the various submodes.
7823 (makefile-mode): Document the availability of the variants.
7824 (makefile-automake-mode, makefile-gmake-mode)
7825 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7826
7827 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7828 new variants of makefile-mode.
7829
7830 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7833 the inheritance.
7834
7835 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7836
7837 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7838 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7839
7840 * files.el (normal-mode): Extend the scope of the
7841 `enable-local-variables' binding to include the `set-auto-mode' call.
7842 (magic-mode-alist): Doc fix.
7843
7844 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7847 font-lock-comment-face rather than copying its setting.
7848
7849 2005-05-12 Andreas Schwab <schwab@suse.de>
7850
7851 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7852
7853 2005-05-12 Lute Kamstra <lute@gnu.org>
7854
7855 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7856 defcustom for the mode hook variable. Delete the last argument.
7857 * generic-x.el: Fix callers of define-generic-mode.
7858 (generic-x-modes): Delete group.
7859 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7860 generic-x customization group.
7861
7862 2005-05-12 Kim F. Storm <storm@cua.dk>
7863
7864 * font-lock.el (font-lock-negation-char-face): Default to "off".
7865
7866 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7867 font-lock-negation-char-face to ! in !=.
7868
7869 2005-05-12 Masatake YAMATO <jet@gyve.org>
7870
7871 * add-log.el (find-change-log): Fix typos in the docstring
7872 of function.
7873
7874 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7875
7876 * international/latexenc.el (latexenc-find-file-coding-system):
7877 Avoid `re-search-forward' when looking for input encoding because
7878 of speed and safety. Better regular expressions for recognizing
7879 input encoding. Limit a search for TeX-master/tex-main-file to
7880 the local variable section.
7881
7882 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
7883
7884 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7885 syntax of $ to "'" (quote).
7886
7887 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7888
7889 * dnd.el (dnd-protocol-alist): Improve custom type.
7890
7891 * dired.el (dired-dnd-protocol-alist): New variable.
7892 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
7893 `dired-mode-hook' to the end.
7894
7895 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7898 comment-end if comment-start-skip is not set.
7899 Obey the font-lock-comment-delimiter-face variables.
7900
7901 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * files.el (executable-find): Move from executable.el. Use
7904 locate-file.
7905 * progmodes/executable.el (executable-find): Move to files.el.
7906
7907 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7908 when trying to ensure forward progress.
7909
7910 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
7911
7912 * mouse-sel.el (mouse-sel-follow-link-p): New function.
7913 (mouse-select, mouse-select-internal, mouse-extend-internal):
7914 Use it to implement mouse-1-click-follows-link functionality.
7915
7916 2005-05-11 Richard M. Stallman <rms@gnu.org>
7917
7918 * font-lock.el (font-lock-fontify-syntactically-region):
7919 Use font-lock-comment-delimiter-face for comment delimiters.
7920
7921 2005-05-10 Jay Belanger <belanger@truman.edu>
7922
7923 * calc/calc-help.el (calc-m-prefix-help): Add mention of
7924 preserving embedded modes.
7925
7926 2005-05-10 Richard M. Stallman <rms@gnu.org>
7927
7928 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7929
7930 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7931 Move from ada-stmt.el.
7932 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7933
7934 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7935 Move to ada-mode.el.
7936 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7937
7938 * cus-edit.el (custom-file): Call file-chase-links.
7939
7940 * files.el (read-directory-name): Fix previous change.
7941 (hack-local-variables-confirm): New function.
7942 (hack-local-variables-prop-line, hack-local-variables)
7943 (hack-one-local-variable): Use it.
7944
7945 2005-05-10 Lute Kamstra <lute@gnu.org>
7946
7947 * font-lock.el (font-lock-keywords-alist)
7948 (font-lock-removed-keywords-alist): Clarify docstrings.
7949
7950 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
7951
7952 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
7953 (gdb-source-info): Check for preprocessor info.
7954 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
7955 a macro for a function.
7956 (gdb-info-breakpoints-custom): Try to find file again if not already
7957 found (user might have used GDB dir command).
7958 (gdb-get-location): Update gdb-location-alist correctly for change
7959 to gdb-info-breakpoints-custom.
7960
7961 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
7962 (gud-tooltip-print-command): Add gdbmi case.
7963 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
7964 preprocessor info.
7965
7966 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7967
7968 * startup.el (fancy-splash-insert): Fix typo in doc string.
7969
7970 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7971
7972 * obsolete/float.el (string-to-float):
7973 * obsolete/hilit19.el (hilit-add-pattern):
7974 * obsolete/rnews.el (news-parse-range, news-select-message)
7975 (news-get-pruned-list-of-files): Replace `string-to-int' by
7976 `string-to-number'.
7977
7978 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
7979 `find-file-not-found-hooks'; use `add-hook'.
7980 (uncompress-while-visiting): Set `write-file-functions', not
7981 `write-file-hooks'; use `add-hook'.
7982
7983 2005-05-09 Kim F. Storm <storm@cua.dk>
7984
7985 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
7986 (cua-paste): Handle clipboard action.
7987 (cua--init-keymaps): Remap clipboard-kill-region and
7988 clipboard-kill-ring-save.
7989
7990 2005-05-08 Eli Zaretskii <eliz@gnu.org>
7991
7992 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7993 Improve commentary.
7994
7995 * simple.el (next-error-overlay-arrow-position): Revert the change
7996 made on 2005-04-30.
7997
7998 2005-05-07 Jay Belanger <belanger@truman.edu>
7999
8000 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8001 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8002 `calc-sel-reselect'.
8003
8004 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8005 Calc is in embedded mode.
8006
8007 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8008
8009 * progmodes/compile.el (compilation-setup):
8010 Set overlay-arrow-string to an empty string on text terminals.
8011
8012 * textmodes/ispell.el (ispell-program-name): Try looking for
8013 "aspell" along exec-path, and if found, use it as the default
8014 speller program.
8015
8016 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8017
8018 * international/mule.el (sgml-xml-auto-coding-function):
8019 Recognize encoding='FOO' in single quotes as well as in double quotes.
8020
8021 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8022
8023 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8024 as well as `interactive', so that defmacro* would recognize
8025 `declare' forms.
8026
8027 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8028
8029 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8030 Explain more about the LIGHTER arg's usage in the doc string.
8031 Add commentary to clarify what the code does. Fix the regexp that
8032 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8033 since it could have characters special to regular expressions.
8034
8035 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8036
8037 * replace.el (occur-1): Bind inhibit-read-only so that
8038 erase-buffer doesn't barf on read-only text properties (likewise
8039 for add-text-properties in occur-engine). Mark buffer as unmodified.
8040 (occur-engine): Don't set buffer-read-only here.
8041
8042 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8043
8044 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8045 list-buffers-directory. This caused the *cvs-commit* buffer to be
8046 sometimes mistakenly reused as a *cvs* buffer.
8047
8048 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8049
8050 * tooltip.el: Move code for GUD tooltips into gud.el.
8051 (require): CL no longer needed to compile case.
8052 (tooltip-mode): Do not toggle functions for GUD tooltips.
8053 (tooltip-gud-tips-p): Remove. Replace with minor mode
8054 gud-tooltip-mode in gud.el.
8055 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8056 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8057 tooltip-gud prefix with gud-tooltip and obsolete.
8058 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8059 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8060 (tooltip-mouse-motion): Mouse movement functions/variable.
8061 Rename in gud.el by adding gud prefix.
8062 (tooltip-gud-original-filter, tooltip-gud-dereference)
8063 (tooltip-gud-event, tooltip-toggle-gud-tips)
8064 (tooltip-gud-process-output, tooltip-gud-print-command)
8065 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8066 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8067 (gdb-tooltip-print): Move to gdb-ui.el.
8068
8069 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8070 (require): CL needed to compile case.
8071 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8072 tooltip-gud-tips-p. Make it a minor-mode.
8073 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8074 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8075 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8076 (gud-tooltip-change-major-mode)
8077 (gud-tooltip-activate-mouse-motions-if-enabled)
8078 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8079 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8080 (gud-tooltip-original-filter, gud-tooltip-dereference)
8081 (gud-tooltip-event, tooltip-toggle-gud-tips)
8082 (gud-tooltip-process-output, gud-tooltip-print-command)
8083 (gud-tooltip-tips): Move from tooltip.el.
8084
8085 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8086 (gdb-cpp-define-alist-flags): Doc fix.
8087 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8088 gud-tooltip-mode is t.
8089
8090 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8093 evaporate if their text is deleted.
8094 (goto-address-at-point): Make it work as a mouse binding as well.
8095 (goto-address-at-mouse): Obsolete it. Update users.
8096
8097 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8098
8099 * calendar/appt.el (top-level): No longer activate on load.
8100
8101 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8102
8103 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8104 * net/webjump.el (webjump):
8105 * progmodes/idlw-help.el (idlwave-do-context-help1)
8106 (idlwave-highlight-linked-completions):
8107 * textmodes/po.el (po-find-file-coding-system-guts):
8108 Replace `assoc-ignore-case' by `assoc-string'.
8109
8110 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8111
8112 * files.el (locate-file): Doc fix.
8113
8114 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8115 Remove the redundant test for ms-dos.
8116
8117 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8118 look for the preprocessor with exec-suffixes. If not found in
8119 standard places, look in exec-path. Remove most of the tests that
8120 used system-type.
8121
8122 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8123
8124 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8125
8126 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8127 file-name clash with jka-compr.el on 8+3 filesystems.
8128
8129 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8130
8131 * term/mac-win.el: Don't define or bind scroll bar functions if
8132 x-toolkit-scroll-bars is t.
8133 (x-select-text, x-get-selection-value): Clear
8134 x-last-selected-text-clipboard if x-select-enable-clipboard is
8135 nil.
8136 (PRIMARY): Put mac-scrap-name property.
8137 (mac-select-convert-to-file-url): New function.
8138 (public.file-url): New selection target type. Add to
8139 selection-converter-alist.
8140 (x-get-selection, x-selection-value): Handle it.
8141 (x-cut-buffer-or-selection-value): New alias.
8142
8143 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8144
8145 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8146 entry to avoid calling bibtex-find-entry with arg global
8147 being t. Remove arg key.
8148 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8149 (bibtex-copy-summary-as-kill): Change accordingly.
8150
8151 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8154 (org-agenda-date-later): Use with-current-buffer.
8155
8156 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8157
8158 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8159 (define-obsolete-variable-alias): Doc Fixes.
8160
8161 2005-05-06 Kim F. Storm <storm@cua.dk>
8162
8163 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8164 vertical-motion when selective-display is active.
8165
8166 * ido.el (ido-setup-hook): New hook.
8167 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8168 (ido-input-stack): New var.
8169 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8170 ido-next-work-file binding to M-O.
8171 Bind M-f to ido-wide-find-file-or-pop-dir.
8172 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8173 (ido-read-internal): Run ido-setup-hook.
8174 Catch quit in read-file-name and read-string to cancel edit.
8175 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8176 Automatically pop-all when completing a directory name (RET).
8177 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8178 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8179 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8180 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8181 New functions for M-b/M-f to move among the directory components.
8182 (ido-make-merged-file-list): Catch quit to cancel merge.
8183 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8184 (ido-completion-help): No warnings for ido-completion-buffer-full.
8185
8186 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8187
8188 * font-lock.el (font-lock-negation-char-face): New face and variable.
8189 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8190 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8191 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8192 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8193
8194 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8195
8196 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8197 Fix typo in docstring.
8198
8199 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8200 (ebrowse-print-statistics-line)
8201 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8202
8203 * term/w32-win.el (image-library-alist): Add additional name for
8204 Xpm library.
8205
8206 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8207
8208 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8209 use gcc instead of cpp.
8210
8211 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8212 (gdb-create-define-alist): Use it.
8213 (gdb-cpp-define-alist-program): Update for MS-DOS.
8214
8215 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8216
8217 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8218
8219 2005-05-04 Richard M. Stallman <rms@gnu.org>
8220
8221 * help.el (describe-key): No error when UNTRANSLATED is nil.
8222
8223 * simple.el (line-move-1): Fix previous change to signal errors
8224 appropriately.
8225
8226 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8227
8228 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8229 (icalendar-duration-correction): Remove.
8230 (icalendar--get-event-properties): Split result at commas.
8231 (icalendar--decode-isoduration): New optional argument
8232 DURATION-CORRECTION.
8233 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8234 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8235 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8236 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8237 (icalendar--convert-anniversary-to-ical): New functions, extracted
8238 from icalendar-export-region, with bug fixes.
8239 (icalendar-export-region): Use the above functions.
8240 (icalendar-import-buffer): Check before saving diary file.
8241 (icalendar--convert-recurring-to-diary)
8242 (icalendar--convert-non-recurring-all-day-to-diary)
8243 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8244 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8245 (icalendar--convert-ical-to-diary): Use the above functions.
8246
8247 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8248
8249 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8250 Remove these recent additions.
8251 (c-mode): Restore to before 2005-04-28.
8252
8253 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8254 recent addition.
8255
8256 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8257 (gdb-define-alist): New variables.
8258 (gdb-create-define-alist): New function.
8259 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8260 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8261 with string-to-number.
8262 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8263
8264 * progmodes/gud.el: Replace string-to-int with string-to-number.
8265 (gud-find-file): Handle gdb-define-alist.
8266
8267 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8268
8269 2005-05-02 Jay Belanger <belanger@truman.edu>
8270
8271 * calc/calc-aent.el (math-read-token):
8272 * calc/calc-bin.el (calc-word-size):
8273 * calc/calc-ext.el (calc-read-number-fancy):
8274 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8275 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8276 * calc/calc-frac.el (calc-over-notation):
8277 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8278 (calc-graph-num-points, calc-graph-init):
8279 * calc/calc-prog.el (calc-read-parse-table-part)
8280 (calc-edit-macro-repeats):
8281 * calc/calc-yank.el (calc-do-grab-rectangle):
8282 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8283 Replace `string-to-int' by `string-to-number'.
8284
8285 2005-05-02 Kim F. Storm <storm@cua.dk>
8286
8287 * kmacro.el: Use executing-kbd-macro-index variable.
8288
8289 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8290
8291 * net/rlogin.el (rlogin-parse-words): Delete func.
8292 (rlogin): Use split-string, not rlogin-parse-words.
8293 Also, if there are option-like elements in the parsed args,
8294 take the host to be the first arg immediately following them.
8295 Suggested by Michael Mauger.
8296
8297 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8298
8299 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8300
8301 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8302
8303 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8304 (cc-mode-cpp-program): Rename to cc-define-list-program and
8305 move to cc-vars.el.
8306
8307 * progmodes/cc-vars.el (cc-define-list-program):
8308 Change to "gcc -E -dM -". Make customizable.
8309
8310 2005-05-02 Kim F. Storm <storm@cua.dk>
8311
8312 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8313
8314 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8315
8316 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8317
8318 * international/mule-util.el (truncate-string): Remove alias and
8319 obsolete declaration.
8320
8321 * international/mule-cmds.el (update-iso-coding-systems):
8322 Remove alias and obsolete declaration.
8323
8324 * international/mule.el (coding-system-parent): Remove alias and
8325 obsolete declaration.
8326
8327 * subr.el (define-function, sref): Remove aliases and obsolete
8328 declarations.
8329 (chars-in-region): Remove obsolete declaration.
8330
8331 2005-05-01 Richard M. Stallman <rms@gnu.org>
8332
8333 * info.el (Info-mode): Set widen-automatically to nil, locally.
8334
8335 * simple.el (widen-automatically): New variable.
8336 (pop-global-mark): Obey widen-automatically.
8337
8338 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8339
8340 * term/xterm.el (function-key-map): Call substitute-key-definition
8341 before the keymap size is increased by a lot of define-key calls.
8342
8343 2005-05-01 Richard M. Stallman <rms@gnu.org>
8344
8345 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8346 Rename ARG to ELEMENT. Doc fix.
8347
8348 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8349
8350 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8351 Remove references to allout-exposure/change to allout-new-exposure.
8352
8353 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8354 bytecode symbols.
8355
8356 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8357 (compiled-function-p, focus-frame, unfocus-frame):
8358 Remove aliases and obsolete declarations.
8359 Back out inadvertent changes from previous commit.
8360
8361 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8362
8363 * files.el (require-final-newline): Make Custom tags consistent
8364 with mode-require-final-newline.
8365 (mode-require-final-newline): Doc fix.
8366
8367 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * international/latexenc.el (latexenc-find-file-coding-system):
8370 Fix regular expressions.
8371
8372 2005-05-01 David Kastrup <dak@gnu.org>
8373
8374 * international/latexenc.el (latexenc-find-file-coding-system):
8375 Fix regular expressions.
8376
8377 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8378
8379 * subr.el (string-to-int): Make obsolete.
8380
8381 2005-04-30 Richard M. Stallman <rms@gnu.org>
8382
8383 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8384
8385 * loadup.el: load jka-comp-hook.
8386
8387 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8388 (jka-compr-handler): Add autoload. `put' calls moved
8389 to jka-comp-hook.el.
8390 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8391 (jka-compr-inhibit): Autoload.
8392
8393 * jka-comp-hook.el: New file.
8394 Enable the mode by default.
8395
8396 * files.el (backup-buffer-copy): Use copy-file instead
8397 of write-region, and put back the 'excl.
8398
8399 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8400
8401 * progmodes/flymake.el (flymake-split-string)
8402 (flymake-split-string, flymake-log, flymake-pid-to-names)
8403 (flymake-reg-names, flymake-get-source-buffer-name)
8404 (flymake-unreg-names, flymake-add-line-err-info)
8405 (flymake-add-err-info): Clarify docstrings.
8406 (flymake-popup-menu, flymake-make-emacs-menu)
8407 (flymake-make-xemacs-menu): Add docstrings.
8408 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8409 Set variables directly throughout.
8410
8411 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8412
8413 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8414 exists. Initialize cc-define-alist.
8415 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8416 If there is no file (Macroexpansion) don't create an alist.
8417
8418 2005-04-29 Sam Steingold <sds@gnu.org>
8419
8420 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8421 (cc-create-define-alist): Use it instead of the hard-coded string.
8422
8423 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8426 for latexenc.
8427
8428 2005-04-29 Lute Kamstra <lute@gnu.org>
8429
8430 * emacs-lisp/generic.el: Improve commentary section.
8431 (define-generic-mode): Improve docstring.
8432
8433 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8434
8435 * textmodes/org.el (many places): Change to quiet the byte compiler.
8436 (org-prefix-format-compiled): New variable.
8437 (org-compile-prefix-format): New function.
8438 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8439 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8440 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8441 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8442 consistency with entries from `org-mode' files.
8443 (org-get-time-of-day): Fix bug with partial matches early in a line.
8444 (org-non-link-chars): New constant.
8445 (org-link-regexp): Respect `org-non-link-chars'.
8446 (org-agenda-day-view): Remove command.
8447 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8448 (org-follow-bbdb-link, org-store-link): Search also company field.
8449 (org-highlight-overlay): New variable.
8450 (org-highlight, org-unhighlight): New functions.
8451 (org-agenda-mode): Add pre-command-hook to remove highlight.
8452 (org-evaluate-time-range): Behavior depends upon whether time stamp
8453 contains a time or not.
8454 (org-show-subtree, org-show-entry): New functions.
8455 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8456
8457 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8458
8459 * comint.el (comint-output-filter-functions): Add autoload cookie.
8460
8461 2005-04-28 Kim F. Storm <storm@cua.dk>
8462
8463 * ido.el (ido-everywhere): Fix last change.
8464
8465 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8466
8467 * international/latexenc.el: New file.
8468 * international/mule-conf.el (file-coding-system-alist): For .tex,
8469 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8470
8471 2005-04-28 Lute Kamstra <lute@gnu.org>
8472
8473 * font-lock.el (font-lock-add-keywords)
8474 (font-lock-remove-keywords): Clarify docstring.
8475 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8476 Don't start docstrings with a `*'.
8477 (font-lock-update-removed-keyword-alist): Give it a docstring.
8478
8479 * generic-x.el: Update commentary section.
8480 Only require font-lock when compiling.
8481 Define all modes conditionally.
8482 Place all generic modes in the generic-x-modes customization group.
8483 (generic-x-modes): New customization group.
8484 (generic-default-modes, generic-mswindows-modes)
8485 (generic-unix-modes, generic-other-modes): New constants.
8486 (generic-define-mswindows-modes, generic-define-unix-modes):
8487 Update docstrings. Make them obsolete.
8488 (generic-extras-enable-list): New default value. Update docstring.
8489 Improve :type. Change :set function.
8490 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8491 Fix docstring.
8492
8493 * emacs-lisp/generic.el (generic-mode-internal):
8494 Simplify font-lock-defaults.
8495 (define-generic-mode): Fix docstring.
8496
8497 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8500 font-lock-face property to highlight matches.
8501
8502 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8503
8504 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8505 (cc-define-alist): New variable.
8506 (c-mode): Make it local and initialize it.
8507
8508 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8509 (gdb-exited): New function.
8510 (gdb-annotation-rules): Use it.
8511 (gdb-starting): Set gdb-active-process to t.
8512 (gdb-stopping): Amend doc string.
8513 (gdb-reset): Set gdb-active-process to nil.
8514
8515 * tooltip.el (tooltip-gud-tips): Show the associated #define
8516 directives when a C program under GDB is not executing.
8517
8518 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8521 font-lock-fontify-syntactic-keywords.
8522
8523 * font-lock.el (font-lock-default-fontify-region): Don't force
8524 parse-sexp-lookup-properties to nil.
8525
8526 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8527
8528 * man.el (man-mode-syntax-table): Set up `:' to have
8529 word-constituent syntax.
8530
8531 2005-04-27 Lute Kamstra <lute@gnu.org>
8532
8533 * novice.el (disable-command): Don't add spurious newlines to the
8534 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8535
8536 2005-04-26 Jay Belanger <belanger@truman.edu>
8537
8538 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8539 than one window before deleting window.
8540
8541 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8542
8543 * shell.el (shell-prompt-pattern): Doc fix.
8544 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8545
8546 * comint.el (comint-prompt-regexp, comint-get-old-input)
8547 (comint-use-prompt-regexp)
8548 (comint-use-prompt-regexp-instead-of-fields)
8549 (comint-replace-by-expanded-history, comint-send-input)
8550 (comint-output-filter, comint-get-old-input-default)
8551 (comint-line-beginning-position, comint-bol, comint-show-output)
8552 (comint-backward-matching-input, comint-forward-matching-input)
8553 (comint-next-prompt, comint-previous-prompt):
8554 Rename `comint-use-prompt-regexp-instead-of-fields' to
8555 `comint-use-prompt-regexp'. Keep old name as alias and declare
8556 obsolete.
8557 (comint-use-prompt-regexp): Shorten first line of doc string.
8558
8559 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8560 Set paragraph-separate buffer locally to "\\'".
8561
8562 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8563 Adapt to above name change.
8564
8565 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8566 (smbclient-prompt-regexp): Ditto.
8567
8568 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8569
8570 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8571
8572 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8573 gdb-location-list.
8574 Break lines that are over 80 characters wide.
8575
8576 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8579 New fun and var, to preserve compatibility.
8580
8581 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8582
8583 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8584
8585 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8586 name to file-newer-than-file-p.
8587
8588 2005-04-26 Richard M. Stallman <rms@gnu.org>
8589
8590 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8591
8592 * progmodes/python.el (python-mode):
8593 Use new name eldoc-documentation-function.
8594
8595 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8596
8597 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8598 (eldoc-documentation-function):
8599 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8600
8601 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8602
8603 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8604
8605 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8606
8607 * term/xterm.el (function-key-map): Fix strings for
8608 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8609 {C,S,A,C-S}-{f1-f12}.
8610
8611 2005-04-26 Kenichi Handa <handa@m17n.org>
8612
8613 * international/mule-cmds.el (select-safe-coding-system):
8614 Fix previous change.
8615
8616 2005-04-26 Lute Kamstra <lute@gnu.org>
8617
8618 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8619
8620 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8621 (font-lock-comment-delimiter-face): Ditto.
8622
8623 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8624
8625 2005-04-25 Jay Belanger <belanger@truman.edu>
8626
8627 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8628 to t while inserting information; use help-mode.
8629
8630 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8631
8632 * term.el (ansi-term-color-vector): Use the xterm colors.
8633 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8634
8635 2005-04-25 Lute Kamstra <lute@gnu.org>
8636
8637 * font-core.el (font-lock-defaults): Fix docstring.
8638
8639 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8640
8641 2005-04-25 Kenichi Handa <handa@m17n.org>
8642
8643 * international/mule-cmds.el (select-safe-coding-system):
8644 Don't check consistency with coding: spec, etc if raw-text or
8645 no-conversion was found to be safe.
8646
8647 2005-04-24 Richard M. Stallman <rms@gnu.org>
8648
8649 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8650 citation markers at start of each line.
8651
8652 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8653 citation markers at start of each line.
8654
8655 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8656
8657 * files.el (mode-require-final-newline): Fix previous change.
8658 (require-final-newline): Fix type label.
8659
8660 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8661
8662 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8663 statement in buffer (broken by 2004-11-24 change).
8664
8665 2005-04-24 Kim F. Storm <storm@cua.dk>
8666
8667 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8668 and read-file-name-function values. Don't overwrite existing
8669 non-nil values if ido-mode is enabled without ido-everywhere.
8670
8671 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8672
8673 * files.el (mode-require-final-newline): Minor doc fix.
8674
8675 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8676
8677 * subr.el (syntax-after): Doc fix.
8678 (syntax-class): If argument is nil, return nil. Mask off upper 16
8679 bits, not 8 bits.
8680
8681 * files.el (mode-require-final-newline): Doc fix.
8682 (backup-buffer-copy): Fix last change.
8683
8684 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8685
8686 * term/mac-win.el: Require select. Set selection-coding-system to
8687 mac-system-coding-system. Call menu-bar-enable-clipboard.
8688 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8689 (x-select-enable-clipboard): New variables.
8690 (x-select-text, x-get-selection, x-selection-value)
8691 (x-get-selection-value, mac-select-convert-to-string)
8692 (mac-services-open-file, mac-services-open-selection)
8693 (mac-services-insert-text): New functions.
8694 (CLIPBOARD, FIND): Put mac-scrap-name property.
8695 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8696 (public.tiff): Put mac-ostype property.
8697 (selection-converter-alist): Add entries for them.
8698 (mac-application-menu-map): New keymap.
8699 (interprogram-cut-function, interprogram-paste-function): Set to
8700 x-select-text and x-get-selection-value, respectively.
8701 (split-window-keep-point): Set to t.
8702
8703 2005-04-23 Richard M. Stallman <rms@gnu.org>
8704
8705 * files.el (read-directory-name): Always pass non-nil
8706 DEFAULT-FILENAME arg to read-file-name.
8707 (backup-buffer-copy, basic-save-buffer-2): Take care against
8708 writing thru an unexpected existing symlink.
8709 (revert-buffer): In indirect buffer, revert the base buffer.
8710 (magic-mode-alist): Doc fix.
8711 (buffer-stale-function): Doc fix.
8712 (minibuffer-with-setup-hook): Avoid warning.
8713 (mode-require-final-newline): Doc and custom fix.
8714
8715 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8716
8717 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8718 use the default appearance.
8719 (font-lock-comment-delimiter-face): New face, new variable.
8720
8721 * imenu.el (imenu--generic-function): The official position of a
8722 definition is the start of the line that BEG is in.
8723
8724 * midnight.el (midnight-timer): Move defvar up.
8725
8726 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8727
8728 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8729
8730 * startup.el (command-line): Use with-no-warnings.
8731
8732 * window.el (window-size-fixed): New defvar.
8733
8734 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8735
8736 * mail/rmail.el (rmail-font-lock-keywords):
8737 Use font-lock-comment-delimiter-face.
8738
8739 * mail/sendmail.el (mail-font-lock-keywords):
8740 Use font-lock-comment-delimiter-face.
8741
8742 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8743
8744 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8745
8746 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8747 Specify t for LAXMATCH when matching directories.
8748 Save match data around compilation-compat-error-properties form.
8749
8750 2005-04-23 David Kastrup <dak@gnu.org>
8751
8752 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8753 Mention that the autoloaded aliases should be kept for AUCTeX.
8754
8755 2005-04-23 Andreas Schwab <schwab@suse.de>
8756
8757 * isearch.el (isearch-forward): Doc fix.
8758
8759 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8760
8761 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8762 (jit-lock-stealth-nice): Change default value to 0.5.
8763
8764 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8765
8766 * abbrev.el (write-abbrev-file): Write table entries in
8767 alphabetical order by table name.
8768
8769 2005-04-22 Kim F. Storm <storm@cua.dk>
8770
8771 * ido.el (ido-read-internal): Fix `list' completion.
8772
8773 2005-04-22 Kenichi Handa <handa@m17n.org>
8774
8775 * recentf.el (recentf-save-file-coding-system): New variable.
8776 (recentf-save-list): Encode the file by
8777 recentf-save-file-coding-system and add coding: tag.
8778
8779 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8780
8781 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8782
8783 2005-04-21 Lute Kamstra <lute@gnu.org>
8784
8785 * loadhist.el (unload-feature): Don't remove a function from hooks
8786 if it is about to be restored to an autoload . Remove functions
8787 that will become unbound from auto-mode-alist. Simplify the code.
8788
8789 * subr.el (assq-delete-all): New implementation that is linear,
8790 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8791 (rassq-delete-all): New function.
8792
8793 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8794 Add size-indication-mode.
8795
8796 2005-04-21 Kenichi Handa <handa@m17n.org>
8797
8798 * international/mule-cmds.el: Add autoload for widget-value in
8799 eval-when-compile.
8800
8801 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8802
8803 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8804 Add tooltip-mode.
8805
8806 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8807
8808 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8809
8810 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8811 (inferior-lisp-filter-regexp, inferior-lisp-program)
8812 (inferior-lisp-load-command, inferior-lisp-prompt)
8813 (inferior-lisp-mode-hook, lisp-source-modes)
8814 (inferior-lisp-load-hook): defvar->defcustom.
8815 (inferior-lisp-program, inferior-lisp-prompt)
8816 (inferior-lisp-load-hook): Doc fixes.
8817 (inferior-lisp-install-letter-bindings): Small change in
8818 introductory comment.
8819
8820 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8821
8822 * vc.el (vc-annotate-color-map): Change some colors so that text
8823 using them as foreground is readable on both white and black
8824 backgrounds.
8825
8826 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * international/mule-conf.el (translation-table-for-input):
8829 Remove redundant declaration.
8830
8831 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8832
8833 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8834
8835 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8836 (tooltip-toggle-gud-tips): New function.
8837
8838 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8839
8840 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8841 right angle brackets.
8842
8843 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8844
8845 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8846
8847 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8850 Remove. Update callers to use expand-file-name instead.
8851
8852 * subr.el (syntax-class): New function.
8853
8854 * simple.el (blink-matching-open): Use it.
8855
8856 * paren.el (show-paren-function): Use it to recognize parens that are
8857 also used in 2-char comment markers.
8858
8859 2005-04-19 Lute Kamstra <lute@gnu.org>
8860
8861 * loadhist.el (unload-feature): Update for new format of
8862 load-history. Simplify the code.
8863
8864 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8865
8866 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8867 (mac-add-charset-info): New function. Initialize variable
8868 mac-charset-info-alist using it.
8869 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8870 for translation.
8871 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8872 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8873 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8874 New CCL programs.
8875
8876 2005-04-19 Kim F. Storm <storm@cua.dk>
8877
8878 * simple.el (next-buffer, prev-buffer, next-error)
8879 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8880 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8881
8882 * bindings.el (next-buffer, prev-buffer, next-error)
8883 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8884 (clone-indirect-buffer-other-window): Move bindings from simple.el.
8885 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8886 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8887
8888 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * isearch.el (isearch-edit-string): Make the search-ring available for
8891 minibuffer history commands.
8892 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8893 the default history commands now work just as well.
8894 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8895
8896 2005-04-18 Kim F. Storm <storm@cua.dk>
8897
8898 * emulation/cua-base.el (cua--pre-command-handler): Add more
8899 elaborate check for shift modifier on non-window systems.
8900
8901 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8902
8903 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8904
8905 2005-04-18 Kim F. Storm <storm@cua.dk>
8906
8907 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8908 and make it optional. Don't test tooltip-gud-echo-area here.
8909 (tooltip-gud-process-output, gdb-tooltip-print):
8910 Pass tooltip-gud-echo-area to tooltip-show.
8911 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8912
8913 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8914
8915 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8916 `display-graphic-p' may not be bound yet.
8917
8918 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8919
8920 * startup.el (command-line): No longer enable Xterm Mouse mode by
8921 default in terminals compatible with xterm.
8922
8923 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8924
8925 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8926
8927 * tooltip.el (tooltip-gud-echo-area): Rename from
8928 tooltip-use-echo-area.
8929 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8930 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8931 area independently of where help tooltips are displayed.
8932
8933 2005-04-17 David Kastrup <dak@gnu.org>
8934
8935 * cus-theme.el (custom-theme-write-variables): Quote variables
8936 where necessary.
8937
8938 2005-04-17 Richard M. Stallman <rms@gnu.org>
8939
8940 * simple.el (yank-excluded-properties): Add follow-link to value.
8941
8942 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
8943
8944 * startup.el (fancy-splash-max-time): Just 30 seconds.
8945 (fancy-splash-delay): Just 7.
8946 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8947
8948 * loadhist.el (unload-feature): Update for new format of load-history.
8949 Simplify the code.
8950
8951 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
8952 (rmail-font-lock-keywords): Don't fontify the text of a citation.
8953
8954 * mail/sendmail.el (mail-font-lock-keywords):
8955 Don't fontify subject text.
8956 Don't fontify the text of a citation.
8957
8958 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
8959
8960 * comint.el (comint-output-filter): Run comint-output-filter-functions
8961 with point where the user had it.
8962
8963 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8964
8965 * international/ucs-tables.el (ucs-set-table-for-input):
8966 Disable when using unify-on-decoding.
8967
8968 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
8969
8970 * emulation/cua-base.el (cua-global-mark-face): Add special case
8971 for displays supporting a high number of colors.
8972
8973 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8974
8975 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
8976
8977 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
8978
8979 * filesets.el (filesets-add-buffer): If user supplies a name of a
8980 non-existing fileset, create a new fileset.
8981
8982 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
8983
8984 * textmodes/org.el (org-up-heading-all): Fix bug with
8985 `outline-up-heading-all'.
8986
8987 2005-04-16 Andreas Schwab <schwab@suse.de>
8988
8989 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
8990 /etc/permissions.d/* and /etc/aliases.d/*.
8991
8992 2005-04-16 Kenichi Handa <handa@m17n.org>
8993
8994 * international/code-pages.el (cp-make-coding-system):
8995 Set `translation-table-for-input' property value to the symbol
8996 ucs-mule-to-mule-unicode, not to that value.
8997 (pt154): Escape guillemet by `\'.
8998
8999 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9000
9001 * loadup.el: Load tooltip if x-show-tip is fboundp.
9002
9003 * startup.el (command-line): Add comment.
9004
9005 * tooltip.el (tooltip-mode): Specify correct standard value for
9006 Custom in init-value.
9007
9008 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9009
9010 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9011 possible.
9012
9013 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9014
9015 * textmodes/org.el (org-agenda-date-prompt): Rename from
9016 `org-agenda-date-today'.
9017 (org-evaluate-time-range): Insert at point instead of directly
9018 after time range.
9019 (org-first-headline-recenter, org-subtree-end-visible-p)
9020 (org-optimize-window-after-visibility-change): New functions
9021 (org-agenda-post-command-hook): Don't allow point at end of line,
9022 to make sure it always hits the text properties.
9023 (org-agenda-next-date-line, org-agenda-previous-date-line):
9024 New commands.
9025 (org-set-regexps-and-options): Category may contain white space.
9026 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9027 Improve marker positions.
9028 (org-agenda-new-marker): Argument POS made optional.
9029 (org-agenda-get-timestamps): Deadlines which are done are listed
9030 in org-done-face now.
9031 (org-agenda-get-todos, org-agenda-get-timestamps)
9032 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9033 Set `undone-face' and `done-face' properties.
9034 (org-last-todo-state-is-todo): New variable.
9035 (org-todo): Set `org-last-todo-state-is-todo'.
9036 (org-agenda-todo): Change face according to
9037 `org-last-todo-state-is-todo'. And change other lines referring to
9038 the same entry.
9039 (org-calendar-goto-agenda): New command.
9040 (org-calendar-to-agenda-key): New option.
9041 (org-startup-folded): New allowed value `content'.
9042 (org-set-regexps-and-options): Accept new value `content' for
9043 `org-startup-folded'.
9044 (org-get-current-options): Handle new value `content' for
9045 `org-startup-folded'.
9046 (org-insert-todo-heading): New command.
9047 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9048 interactively in empty file and option
9049 `org-insert-mode-line-in-empty-file' has been set.
9050 (org-agenda-todo,org-agenda-priority): Modify to use
9051 `org-agenda-change-all-lines'.
9052 (org-warning-face): Change color on dark background
9053
9054 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9055
9056 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9057 use preferences AppleLocale and AppleLanguages, and variable
9058 mac-system-locale for default locale. On Mac OS Classic, use
9059 mac-system-coding-system for default coding systems.
9060
9061 * term/mac-win.el: Don't set file-name-coding-system.
9062 Decode variables system-name, emacs-build-system, user-login-name, and
9063 user-full-name by mac-system-coding-system on Mac OS Classic.
9064 (mac-system-coding-system): New variable.
9065
9066 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9067
9068 * startup.el (command-line): Handle `xterm-mouse-mode' before
9069 reading init file.
9070
9071 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9072
9073 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9074
9075 * progmodes/sh-script.el (sh-here-document-word): Make it a
9076 defcustom. Doc fix.
9077 (sh-add): Bash uses $(( )) for arithmetic.
9078 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9079 (sh-maybe-here-document): Remove quotes and leading whitespace
9080 from heredoc word when closing. Indent heredoc with tabs if word
9081 starts with "-".
9082
9083 2005-04-13 Richard M. Stallman <rms@gnu.org>
9084
9085 * simple.el (undo): Fix previous change.
9086
9087 * custom.el (defface): Doc fix.
9088
9089 2005-04-13 Lute Kamstra <lute@gnu.org>
9090
9091 * Makefile.in (DONTCOMPILE): Remove list.
9092 (compile, compile-always): Don't use DONTCOMPILE.
9093 (update-authors): Load the library in which batch-update-authors
9094 is defined.
9095 * makefile.w32-in (DONTCOMPILE): Remove list.
9096 (compile, compile-always): Fix comments.
9097 (update-authors): Load the library in which batch-update-authors
9098 is defined.
9099
9100 * generic-x.el (generic-mode-ini-file-find-file-hook):
9101 Rename to ini-generic-mode-find-file-hook.
9102 Keep generic-mode-ini-file-find-file-hook as an alias.
9103 (ini-generic-mode-find-file-hook): Rename from
9104 generic-mode-ini-file-find-file-hook. Fix docstring.
9105 (ini-generic-mode): Docstring change.
9106 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9107
9108 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9109 called from lisp.
9110
9111 * generic.el: Move to the emacs-lisp subdir.
9112
9113 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9114
9115 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9116 and C-S- function and cursor motion keys.
9117
9118 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9119
9120 * startup.el (command-line): Enable Xterm Mouse mode by default.
9121 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9122 for Custom. No longer show "Mouse" in mode line when enabled.
9123 Doc fix.
9124
9125 2005-04-12 Kim F. Storm <storm@cua.dk>
9126
9127 * emulation/cua-base.el (cua-rectangle-face)
9128 (cua-rectangle-noselect-face): Define face attributes here.
9129
9130 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9131
9132 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9133
9134 * startup.el (command-line): Turn off blinking cursor if
9135 cursorBlink in resources is off or false.
9136
9137 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9138
9139 * term/mac-win.el (dnd): Require dnd.
9140 (mac-drag-n-drop): Call dnd-handle-one-url.
9141 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9142 (kTextEncodingISOLatin2): Remove constants.
9143 (mac-script-code-coding-systems): New constant.
9144 (mac-handle-language-change): New function.
9145 (special-event-map): Bind it to `language-change' event.
9146 (mac-centraleurroman, mac-cyrillic): New coding systems.
9147 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9148 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9149 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9150 encode-mac-cyrillic, respectively.
9151
9152 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9153
9154 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9155 Don't set overlay-arrow-string to "=>" as this is done
9156 globally in C now.
9157
9158 2005-04-12 Lute Kamstra <lute@gnu.org>
9159
9160 * generic-x.el (rc-generic-mode, rul-generic-mode):
9161 Fix auto-mode-alist entries.
9162 (etc-fstab-generic-mode): Tweak fontification.
9163
9164 * generic.el (generic-make-keywords-list): Fix docstring.
9165 (generic-mode-internal): Simplify generic-font-lock-keywords.
9166
9167 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9168
9169 * whitespace.el (whitespace-buffer-leading)
9170 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9171 However, fix the highlight area for the leading and
9172 trailing whitespaces to show space.
9173
9174 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9175
9176 * whitespace.el (whitespace-version): Bump to 3.5
9177
9178 (whitespace-buffer-leading, whitespace-buffer-trailing):
9179 Invert sense of the test to highlight the whitespace.
9180
9181 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9182
9183 * progmodes/gud.el (gud-display-line): GUD uses its own
9184 overlay arrow now so don't set overlay-arrow-string.
9185 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9186
9187 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9188
9189 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9190 (term-ansi-current-reverse, term-ansi-current-invisible)
9191 (term-ansi-face-already-done): Change to boolean.
9192 (term-reset-terminal, term-handle-colors-array): Handle the above
9193 vars accordingly.
9194 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9195 (term-emulate-terminal): Use the new name.
9196
9197 * faces.el (secondary-selection): Use yellow1, not yellow.
9198 (trailing-whitespace): Use red1, not red.
9199
9200 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9201
9202 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9203 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9204 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9205
9206 * cus-edit.el (dnd): New group.
9207
9208 * term/w32-win.el (dnd): Require dnd
9209 (w32-drag-n-drop): Call dnd-handle-one-url.
9210
9211 * x-dnd.el: Require dnd.
9212 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9213 Call dnd-handle-one-url.
9214 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9215 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9216 to dnd-insert-text.
9217 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9218 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9219 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9220 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9221
9222 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9223
9224 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9225
9226 * wdired.el: Doc fixes.
9227 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9228 (wdired-use-dired-vertical-movement): Rename from
9229 wdired-always-move-to-filename-beginning.
9230 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9231 (wdired-change-to-wdired-mode): Change mode name.
9232 (wdired-newline): Delete.
9233
9234 2005-04-11 Richard M. Stallman <rms@gnu.org>
9235
9236 * whitespace.el (whitespace-highlight-the-space):
9237 Don't call whitespace-unhighlight-the-space here.
9238
9239 * simple.el (undo): Record t in undo-equiv-table
9240 for the redo record made by an undo-in-region.
9241
9242 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9243
9244 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9245 (gdb-frame-inferior-io-buffer): New Functions to control
9246 display of separate IO buffer.
9247 (menu): Add them to menu-bar.
9248 (gdb-display-buffer): Check for buffer another frame.
9249 Protect GUD buffer.
9250 (gdb-setup-windows): Create IO buffer if not already there.
9251 (gdb-memory-mode): Remove purecopy noops.
9252
9253 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9254
9255 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9256 and pass to self-insert-command.
9257
9258 2005-04-11 Lute Kamstra <lute@gnu.org>
9259
9260 * generic.el: Commentary section cleanup.
9261 (generic): Delete.
9262 (generic-use-find-file-hook, generic-lines-to-scan)
9263 (generic-find-file-regexp, generic-ignore-files-regexp)
9264 (default-generic-mode, generic-mode-find-file-hook)
9265 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9266 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9267 (generic-use-find-file-hook, generic-lines-to-scan)
9268 (generic-find-file-regexp, generic-ignore-files-regexp)
9269 (default-generic-mode, generic-mode-find-file-hook)
9270 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9271
9272 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9273
9274 * bookmark.el (bookmark-write-file): Catch errors writing file.
9275 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9276
9277 2005-04-10 Richard M. Stallman <rms@gnu.org>
9278
9279 * startup.el (fancy-splash-tail): Update copyright year.
9280 (command-line): Split part of -Q into -D.
9281 (emacs-basic-display): New defvar.
9282 (fancy-splash-text): Correct name of menu item.
9283
9284 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9285
9286 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9287 lines in one node.
9288
9289 * comint.el (comint-send-input): New arg ARTIFICIAL.
9290 Callers in this file changed.
9291
9292 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9293
9294 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9295
9296 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9297
9298 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9299 `ldap-search-internal'.
9300
9301 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * files.el (set-auto-mode-1): Use line-end-position.
9304
9305 * international/latin-1.el:
9306 * international/latin-2.el:
9307 * international/latin-3.el:
9308 * international/latin-4.el:
9309 * international/latin-5.el:
9310 * international/latin-8.el:
9311 * international/latin-9.el: Give punctuation syntax to NBSP.
9312
9313 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9314 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9315 Use char-classes to accept non-ascii letters, accepted in some recent
9316 bibtex implementations.
9317
9318 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9319
9320 * custom.el (custom-set-minor-mode): Any non-nil value for the
9321 variable should enable the mode when set through Custom.
9322
9323 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9324
9325 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9326 TAB binding so tab-always-indent is obeyed.
9327 (vhdl-minibuffer-local-map): Move initialization into declaration.
9328 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9329 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9330 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9331 (vhdl-current-line): Use line-beginning-position.
9332 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9333 with-output-to-temp-buffer, so the current position can be recorded.
9334
9335 2005-04-10 Masatake YAMATO <jet@gyve.org>
9336
9337 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9338 Add regexp for gcov.
9339
9340 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9341
9342 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9343 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9344 syntax which Emacs 20 doesn't support.
9345
9346 2005-04-09 Richard M. Stallman <rms@gnu.org>
9347
9348 * help.el (describe-key-briefly, describe-key):
9349 Replace strings as event types with "(any string)".
9350
9351 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * arc-mode.el (archive-mode-map): Move initialization into
9354 the declaration. Override *all* bindings of `undo'.
9355 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9356
9357 2005-04-09 Jay Belanger <belanger@truman.edu>
9358
9359 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9360
9361 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9362
9363 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9364 (xterm-register-default-colors): Update color values computation
9365 to match xterm-200.
9366
9367 2005-04-09 Kenichi Handa <handa@m17n.org>
9368
9369 * international/code-pages.el (iso-latin-7): Fix the map.
9370
9371 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9372
9373 * emacs-lisp/lisp.el (defun-prompt-regexp)
9374 (parens-require-spaces, buffer-end, end-of-defun)
9375 (insert-parentheses): Doc fixes.
9376
9377 2005-04-08 Kim F. Storm <storm@cua.dk>
9378
9379 * comint.el (comint-highlight-prompt): Fix face spec.
9380 * hi-lock.el (hi-green): Likewise.
9381
9382 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9383
9384 * cus-edit.el (custom-modified-face):
9385 * comint.el (comint-highlight-input): Fix previous changes.
9386 * term.el (term-handle-ansi-escape): Add a comment.
9387
9388 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9389
9390 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9391 in the buffer and in whitespace-highlighted-space.
9392 (whitespace-unhighlight-the-space): Simplify.
9393 (whitespace-buffer): Simplify.
9394
9395 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9396
9397 * textmodes/table.el (table-cell-face): Add special case for
9398 displays supporting a high number of colors.
9399 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9400 (vhdl-font-lock-reserved-words-face)
9401 (vhdl-speedbar-architecture-face)
9402 (vhdl-speedbar-instantiation-face)
9403 (vhdl-speedbar-architecture-selected-face)
9404 (vhdl-speedbar-instantiation-selected-face): Likewise.
9405 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9406 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9407 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9408 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9409 (ebrowse-progress-face): Likewise.
9410 * progmodes/compile.el (compilation-info-face): Likewise.
9411 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9412 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9413 * calendar/calendar.el (diary-face): Likewise.
9414 * woman.el (woman-italic-face, woman-bold-face)
9415 (woman-unknown-face): Likewise.
9416 * wid-edit.el (widget-button-pressed-face): Likewise.
9417 * whitespace.el (whitespace-highlight-face): Likewise.
9418 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9419 * pcvs-info.el (cvs-marked-face): Likewise.
9420 * info.el (info-xref): Likewise.
9421 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9422 * hilit-chg.el (highlight-changes-face)
9423 (highlight-changes-delete-face): Likewise.
9424 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9425 (hi-red-b): Likewise.
9426 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9427 * font-lock.el (font-lock-keyword-face)
9428 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9429 * cus-edit.el (custom-invalid-face, custom-modified-face)
9430 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9431 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9432 * comint.el (comint-highlight-prompt): Likewise.
9433
9434 2005-04-08 Lute Kamstra <lute@gnu.org>
9435
9436 * font-lock.el (font-lock-keywords): Docstring fixes.
9437
9438 2005-04-08 Kenichi Handa <handa@m17n.org>
9439
9440 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9441 chars are more than a limit, print " and more..." at the tail.
9442
9443 2005-04-08 Kim F. Storm <storm@cua.dk>
9444
9445 * emacs-lisp/authors.el (authors-aliases): Update list.
9446 (authors-ignored-files): New list.
9447 (authors-fixed-entries): Fix typo.
9448 (authors-renamed-files-alist): Update list.
9449 (authors-add): Check authors-ignored-files.
9450
9451 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9452
9453 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9454 optional, to ensure backward compatibility.
9455
9456 2005-04-08 Stephen Eglen <stephen@gnu.org>
9457
9458 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9459
9460 2005-04-08 Kim F. Storm <storm@cua.dk>
9461
9462 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9463
9464 * mouse.el (mouse-on-link-p): Doc fix.
9465
9466 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9467
9468 * ielm.el (ielm-prompt-read-only): Doc fix.
9469
9470 * comint.el (comint-prompt-read-only): Doc fix.
9471
9472 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9473
9474 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9475 ensure dired always handles wildcards passed to ffap.
9476 (find-file-at-point): Use it.
9477 (ffap-dired-wildcards): Doc fix.
9478
9479 2005-04-07 Juri Linkov <juri@jurta.org>
9480
9481 * simple.el (next-error-overlay-arrow-position): New defvar.
9482 Put "=>" on its property `overlay-arrow-string'. Add it to
9483 `overlay-arrow-variable-list'.
9484
9485 * progmodes/compile.el (compilation-setup):
9486 Set `next-error-overlay-arrow-position' to nil. Also set it to
9487 nil in the local hook `kill-buffer-hook'. Make local variable
9488 `overlay-arrow-string' and set it to "=>".
9489 (compilation-goto-locus): Set BOL position to
9490 `next-error-overlay-arrow-position' instead of
9491 `overlay-arrow-position'.
9492
9493 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9494 locally instead of adding it to the global hook.
9495 (Info-kill-buffer): Move up.
9496
9497 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9498
9499 * term/xterm.el (xterm-standard-colors): Update color values from
9500 xterm-200.
9501
9502 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9505
9506 * fast-lock.el:
9507 * lazy-lock.el: Move them to the obsolete subdir.
9508
9509 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9510
9511 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9512 (wdired-add-replace-advice): Remove.
9513 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9514
9515 2005-04-06 Kim F. Storm <storm@cua.dk>
9516
9517 * startup.el (command-line): Add --bare-bones alias for -Q.
9518
9519 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9520
9521 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9522 create the startup fontset if a font specification ends with
9523 `mac-roman'.
9524
9525 2005-04-06 Lute Kamstra <lute@gnu.org>
9526
9527 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9528 change.
9529
9530 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9531 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9532
9533 2005-04-05 Lute Kamstra <lute@gnu.org>
9534
9535 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9536 (define-generic-mode): Ditto. Fix debug declaration.
9537
9538 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9539 Put them in the generic-x group.
9540
9541 * calendar/timeclock.el (timeclock): Doc fix.
9542
9543 * generic.el (define-generic-mode): Don't use custom-current-group.
9544 Document default :group value.
9545 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9546 (define-global-minor-mode): Don't use custom-current-group.
9547
9548 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9549
9550 * startup.el (command-line-1): Display startup-echo-area-message
9551 when fancy splash screen is in use.
9552
9553 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9554 (sh-escaped-newline): New face.
9555 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9556 newline, and use sh-escaped-newline face.
9557
9558 * progmodes/tcl.el (tcl-escaped-newline): New face.
9559 (tcl-builtin-list): New variable.
9560 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9561 newlines. Fix keywords subexpression number.
9562
9563 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9564
9565 * textmodes/org.el (org-diary-default-entry): Fix call to
9566 `add-to-diary-entry'.
9567
9568 2005-04-05 Kim F. Storm <storm@cua.dk>
9569
9570 * ediff-init.el: Use (featurep 'xemacs).
9571
9572 2005-04-05 David Ponce <david@dponce.com>
9573
9574 * cus-edit.el (face): Derive from symbol widget. Display sample
9575 of the current face on the fly.
9576 (widget-face-sample-face-get, widget-face-notify): New functions.
9577 (widget-face-value-create): Remove.
9578
9579 * wid-edit.el (widget-field-end): Temporarily remove field
9580 narrowing before to call `get-char-property'.
9581
9582 2005-04-04 Jay Belanger <belanger@truman.edu>
9583
9584 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9585 (math-read-subscripts): New variable.
9586 (math-read-preprocess-string): Process subscripts.
9587
9588 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9589
9590 * comint.el (comint-prompt-read-only): Doc fix.
9591
9592 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9593 `-1'. Doc fix.
9594
9595 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9596
9597 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9598 Change default value to nil.
9599
9600 2005-04-04 Lute Kamstra <lute@gnu.org>
9601
9602 * autorevert.el (auto-revert-mode): Specify :group.
9603 * battery.el (display-battery-mode): Specify :group.
9604 * diff-mode.el (diff-minor-mode): Specify :group.
9605 * font-core.el (font-lock-mode): Specify :group.
9606 * hl-line.el (hl-line-mode): Specify :group.
9607 * iimage.el (iimage): New customization group.
9608 (iimage-mode): Specify :group.
9609 * longlines.el (longlines-mode): Specify :group.
9610 * master.el: Don't require easy-mmode.
9611 (master): New customization group.
9612 (master-mode): Specify :group.
9613 * msb.el (msb-mode): Specify :group.
9614 * reveal.el (reveal-mode): Specify :group.
9615 * simple.el (next-error-follow-minor-mode): Specify :group.
9616 * smerge-mode.el (smerge-mode): Specify :group.
9617 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9618 * emulation/cua-base.el (cua-mode): Specify :group.
9619 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9620 * language/thai-util.el (thai-auto-composition-mode)
9621 (thai-word-mode): Specify :group.
9622 * mail/supercite.el (sc-minor-mode): Specify :group.
9623 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9624 * progmodes/flymake.el (flymake-mode): Specify :group.
9625 * progmodes/glasses.el (glasses-mode): Specify :group.
9626 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9627 * textmodes/enriched.el (enriched-mode): Specify :group.
9628 * textmodes/refill.el (refill-mode): Specify :group.
9629
9630 * add-log.el (change-log-font-lock-keywords): Names in
9631 parenthesized lists can contain spaces.
9632
9633 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9634
9635 * startup.el (fancy-splash-text): Shorten default text of
9636 "Emacs Tutorial" line. Also, if the current language env
9637 indicates an available tutorial file other than TUTORIAL,
9638 extract its title and append it to the line in parentheses.
9639 (fancy-splash-insert): If arg is a thunk, funcall it.
9640
9641 2005-04-04 Jay Belanger <belanger@truman.edu>
9642
9643 * calc.el (calc-language-alist): Add tags to customization type.
9644
9645 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9646
9647 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9648 Doc fix.
9649
9650 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9651
9652 * add-log.el (change-log-font-lock-keywords): The manual
9653 describing a Change Log entry, says: (...) "Aside from these
9654 header lines, every line in the change log starts with a space or
9655 a tab.". The font-lock was not highlighting lines started with
9656 spaces, added support for it.
9657
9658 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9659
9660 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9661 (bibtex-generate-url-list): Update docstring accordingly. Put the
9662 complex example in the docstring.
9663 (bibtex-font-lock-url): Use pop.
9664
9665 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9668
9669 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9670
9671 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9672
9673 * filesets.el (filesets-set-default): Doc fix.
9674
9675 2005-04-03 Lute Kamstra <lute@gnu.org>
9676
9677 * generic.el (define-generic-mode): Add argument to specify
9678 keywords for defcustom.
9679 (default-generic-mode): Specify :group.
9680
9681 * generic-x.el: Specify :group for all generic modes.
9682
9683 * desktop.el (desktop-no-desktop-file-hook)
9684 (desktop-after-read-hook): Doc fix.
9685
9686 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9687
9688 * simple.el (visible-mode): Use explicit :group keyword.
9689 This changes the group of `visible-mode-hook' from paren-blinking
9690 to editing-basics.
9691
9692 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9693
9694 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9695 mailbox specifications as well as URLs.
9696 (rmail-insert-inbox-text): Remove unused conditional branches.
9697
9698 2005-04-01 Jay Belanger <belanger@truman.edu>
9699
9700 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9701 (calc-gnuplot-print-command): Move definitions to calc.el.
9702
9703 * calc/calc-embed.el (calc-embedded-announce-formula)
9704 (calc-embedded-open-formula, calc-embedded-close-formula)
9705 (calc-embedded-open-word, calc-embedded-close-word)
9706 (calc-embedded-open-plain, calc-embedded-close-plain)
9707 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9708 (calc-embedded-open-mode, calc-embedded-close-mode):
9709 Move definitions to calc.el.
9710
9711 * calc/calc.el (calc-settings-file, calc-language-alist):
9712 Make customizable.
9713 (calc-embedded-announce-formula, calc-embedded-open-formula)
9714 (calc-embedded-close-formula, calc-embedded-open-word)
9715 (calc-embedded-close-word, calc-embedded-open-plain)
9716 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9717 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9718 (calc-embedded-close-mode, calc-gnuplot-name)
9719 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9720 from other files and make customizable.
9721
9722 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9723
9724 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9725 Use buffer-live-p.
9726 (cvs-mode-run): Don't call cvs-update-header here.
9727 (cvs-run-process): Call cvs-update-header.
9728 Use process properties for cvs-postprocess and cvs-buffer so that
9729 the sentinel can behave better if the temp buffer is killed.
9730 Use a pipe rather than a tty, to better handle unexpected prompts.
9731 (cvs-sentinel): Rewrite. Call cvs-update-header.
9732
9733 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9734
9735 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9736 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9737
9738 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9739
9740 * generic.el (define-generic-mode): Add indentation rule.
9741
9742 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9743
9744 * files.el (mode-require-final-newline): Make Custom correctly
9745 report a nil value and allow to set it to nil via Custom.
9746 Doc fix.
9747
9748 2005-04-01 Kenichi Handa <handa@m17n.org>
9749
9750 * international/characters.el: Enable the correct case setting for
9751 dotless-i and dotted-I.
9752
9753 2005-04-01 Kim F. Storm <storm@cua.dk>
9754
9755 * ido.el (ido-file-internal): Fall back to non-ido command if
9756 initial directory is on slow ftp (or tramp) host.
9757
9758 2005-03-31 Richard M. Stallman <rms@gnu.org>
9759
9760 * emacs-lisp/autoload.el (make-autoload):
9761 Handle define-global-minor-mode.
9762
9763 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9764 Rename from easy-mmode-define-global-mode.
9765 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9766
9767 * progmodes/scheme.el (scheme-mode-syntax-table):
9768 Update syntax of | and # for two-character comment syntax.
9769
9770 2005-03-31 Lute Kamstra <lute@gnu.org>
9771
9772 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9773 (define-minor-mode): Call custom-current-group at load-time.
9774
9775 * generic.el (define-generic-mode): Add debug declaration.
9776 Add defcustom for the mode hook.
9777 (generic-mode-internal): Use run-mode-hooks.
9778
9779 2005-03-31 Kim F. Storm <storm@cua.dk>
9780
9781 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9782 (mouse-fixup-help-message): New defun called by show_help_echo
9783 to fixup mouse-2 prefix in help messages when applicable.
9784
9785 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9786
9787 2005-03-31 Kenichi Handa <handa@m17n.org>
9788
9789 * language/thai-word.el (thai-find-word-ends): Pay attention to
9790 the case that we reach the end of buffer.
9791
9792 * textmodes/fill.el (fill-text-properties-at): New function.
9793 (fill-newline): Use fill-text-properties-at instead of
9794 text-properties-at.
9795
9796 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9797
9798 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9799 not comint-quote-filename.
9800
9801 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9802
9803 * help-fns.el (help-with-tutorial): Revert last change.
9804
9805 2005-03-31 Kim F. Storm <storm@cua.dk>
9806
9807 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9808
9809 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9810
9811 * calendar/cal-china.el: Update reference to "Calendrical
9812 Calculations" book; there's a new edition.
9813 * calendar/cal-coptic.el: Likewise.
9814 * calendar/cal-french.el: Likewise.
9815 * calendar/cal-hebrew.el: Likewise.
9816 * calendar/cal-islam.el: Likewise.
9817 * calendar/cal-iso.el: Likewise.
9818 * calendar/cal-julian.el: Likewise.
9819 * calendar/cal-mayan.el: Likewise.
9820 * calendar/cal-persia.el: Likewise.
9821 * calendar/calendar.el: Likewise.
9822 * calendar/holidays.el: Likewise.
9823 * calendar/lunar.el: Likewise.
9824 * calendar/solar.el: Likewise.
9825
9826 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9827 white space from doc string.
9828
9829 2005-03-30 Jay Belanger <belanger@truman.edu>
9830
9831 * calc/calc-help.el (calc-full-help): Remove email address.
9832
9833 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9834
9835 * help-fns.el (help-with-tutorial): Delete title line.
9836
9837 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9838
9839 * calendar/cal-x.el (calendar-one-frame-setup)
9840 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9841 rather than 'symbol for set-window-dedicated-p.
9842
9843 * calendar/appt.el (appt-buffer-name): Make it a constant.
9844 (appt-add): Doc fix.
9845
9846 * filesets.el (filesets-menu-path, filesets-menu-before)
9847 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9848 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9849 (filesets-add-submenu): Delete and use add-submenu instead.
9850
9851 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9852
9853 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9854 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9855 (org-diary-default-entry): New function.
9856 (org-get-entries-from-diary): Better parsing of diary entries.
9857 (org-agenda-check-no-diary): New function.
9858 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9859 linking to diary entries.
9860 (org-agenda-execute-calendar-command): New function.
9861 (org-agenda): Improve visible section in window.
9862 Use `org-fit-agenda-window'.
9863 (org-fit-agenda-window): New option.
9864 (org-move-subtree-down): Better handling of empty lines
9865 at end of subtree.
9866 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9867 levels up.
9868 (org-fontify-done-headline): New option.
9869 (org-headline-done-face): New face.
9870 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9871 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9872 When current field is non-empty, it is copied to next row.
9873 (org-table-copy-from-above): Fix bug which made it
9874 impossible to copy fields containing only a single non-white character.
9875
9876 2005-03-30 Kim F. Storm <storm@cua.dk>
9877
9878 * kmacro.el (kmacro-end-macro): Isearch may store this command
9879 into the macro -- so ignore it when executing keyboard macro.
9880
9881 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9882
9883 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9884
9885 2005-03-29 Kenichi Handa <handa@m17n.org>
9886
9887 * language/thai.el ("Thai"): Set setup-function and exit-function
9888 for Thai language environment.
9889
9890 * language/thai-util.el: Require thai-word.
9891 (thai-word-mode-map): New variable.
9892 (thai-word-mode): New minor mode.
9893 (setup-thai-language-environment-internal): New function.
9894 (exit-thai-language-environment-internal): New function.
9895
9896 * language/thai-word.el (thai-word-table): Declare it by defvar,
9897 use dolist to initialize it.
9898 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9899 (thai-fill-find-break-point): New functions.
9900
9901 2005-03-29 Richard M. Stallman <rms@gnu.org>
9902
9903 * simple.el (idle-update-delay): Move definition up.
9904 (set-mark): Doc fix.
9905
9906 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9907
9908 * longlines.el: New file.
9909
9910 * simple.el (buffer-substring-filters): New variable.
9911 (filter-buffer-substring): New function.
9912 (kill-region, copy-region-as-kill): Use it.
9913
9914 * register.el (copy-to-register, append-to-register)
9915 (prepend-to-register): Use filter-buffer-substring.
9916
9917 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9918
9919 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9920 (gud-filter-pending-text): Move in front of gdb.
9921 (gud-overlay-arrow-position): New variable.
9922 (gud-sentinel, gud-display-line): Use it in place of
9923 overlay-arrow-position.
9924
9925 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9926
9927 * progmodes/fortran.el (fortran-if-indent): Doc fix.
9928 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9929 (fortran-font-lock-keywords-4): New variable.
9930 (fortran-blocks-re, fortran-end-block-re)
9931 (fortran-start-block-re): New constants, for hideshow.
9932 (hs-special-modes-alist): Add a Fortran entry.
9933 (fortran-mode-map): Bind fortran-end-of-block,
9934 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9935 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
9936 (fortran-looking-at-if-then, fortran-end-of-block)
9937 (fortran-beginning-of-block): New functions, for hideshow.
9938
9939 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9940 Doc fix. Tweak regexp.
9941 (f90-beginning-of-block): Push mark first.
9942
9943 2005-03-29 Jay Belanger <belanger@truman.edu>
9944
9945 * calc/calc.el: Update copyright date.
9946 (calc-version): Increase to 2.1.
9947 (calc-version-date): Remove.
9948
9949 * calc/calc-help.el: Update copyright date.
9950 (calc-full-help): Remove reference to calc-version-date.
9951 Update copyright date.
9952
9953 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9954
9955 * vc.el (vc-do-command): Use a pipe for async processes, so password
9956 prompts don't show up at places where the user can't reply.
9957
9958 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9959
9960 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
9961 on the file name we pass to the inferior shell.
9962
9963 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9964
9965 * progmodes/which-func.el (which-function): Be robust in the face of an
9966 imenu--make-index-alist failure.
9967
9968 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9969
9970 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
9971
9972 * progmodes/python.el (python-preoutput-filter): Fix last change.
9973
9974 2005-03-29 Lute Kamstra <lute@gnu.org>
9975
9976 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
9977 functions and compiled macros.
9978 (debug-convert-byte-code): Handle macros too.
9979 (debug-on-entry-1): Don't signal an error when trying to clear a
9980 function that is not set to debug on entry.
9981
9982 2005-03-29 Jay Belanger <belanger@truman.edu>
9983
9984 * calc/calc-lang.el: Add functions to math-function-table
9985 properties of tex and math.
9986
9987 2005-03-29 Kenichi Handa <handa@m17n.org>
9988
9989 * ps-mule.el (ps-mule-plot-string): Translate characters by
9990 ps-print-translation-table.
9991 (ps-mule-begin-job): Call find-charset-region/string with
9992 ps-print-translation-table.
9993 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
9994
9995 * ps-print.el (ps-print-translation-table): New variable.
9996 (ps-plot-region): Translate characters by ps-print-translation-table.
9997
9998 2005-03-29 Juri Linkov <juri@jurta.org>
9999
10000 * simple.el (next-error-highlight-timer): New variable.
10001
10002 * progmodes/compile.el (compilation-goto-locus):
10003 Use `next-error-highlight-timer' instead of `sit-for'.
10004
10005 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * mail/supercite.el (sc-mail-field): Use assoc-string.
10008 (sc-get-address): Simplify regexps.
10009
10010 * files.el (minibuffer-with-setup-hook): New macro.
10011 (find-file-read-args): Use it to avoid let-binding
10012 minibuffer-with-setup-hook (which breaks turning on/off
10013 file-name-shadow-mode while in the prompt).
10014
10015 * complete.el (PC-read-include-file-name-internal): Use
10016 test-completion.
10017
10018 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10019
10020 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10021
10022 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 * window.el (window-buffer-height): Use count-screen-lines.
10025
10026 * progmodes/python.el (python-preoutput-leftover): New var.
10027 (python-preoutput-filter): Use it.
10028 (python-send-receive): Loop until all the result has been received.
10029
10030 2005-03-28 Juri Linkov <juri@jurta.org>
10031
10032 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10033
10034 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10035 "Recover Crashed Session".
10036 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10037 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10038 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10039 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10040 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10041 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10042 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10043 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10044
10045 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10046 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10047 Ediff Sessions", "Toggle use of separate control buffer frame",
10048 "Use separate frame for Ediff control buffer".
10049
10050 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10051 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10052 "Rename Bookmark", "Delete Bookmark".
10053
10054 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10055 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10056 Add `:active Info-index-alternatives' to "Next Matching Item".
10057
10058 * wdired.el (wdired-change-to-wdired-mode):
10059 Mention `wdired-abort-changes' key in the initial message.
10060
10061 * international/mule.el (auto-coding-alist): Associate non-ascii
10062 image filename extensions with `no-conversion'.
10063
10064 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * international/iso-acc.el:
10067 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10068
10069 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10070
10071 * textmodes/sgml-mode.el (html-mode): Doc update.
10072
10073 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10074
10075 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10076
10077 * term.el (term-move-columns): Fix face after extending a line.
10078 (term-insert-spaces): Likewise.
10079 (term-reset-terminal): Fix off by one error.
10080
10081 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10082
10083 * international/mule.el (auto-coding-alist): Add .xpi files.
10084
10085 * files.el (auto-mode-alist): Add .xpi files.
10086
10087 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10088
10089 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10090
10091 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10092
10093 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10094
10095 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10096
10097 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10098 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10099
10100 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10101 cursor to Jan 1 when needed.
10102 (calendar-end-of-year): Fix -/+ typo.
10103 Reported by Chong Yidong <cyd@stupidchicken.com>.
10104
10105 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10108
10109 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10110 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10111
10112 2005-03-25 Richard M. Stallman <rms@gnu.org>
10113
10114 * filesets.el (filesets-init): Add autoload.
10115
10116 * mail/mailalias.el (mail-directory): Doc fix.
10117
10118 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10119
10120 * mail/mailalias.el (mail-directory-process): Do nothing if
10121 mail-directory-process is an atom.
10122 (mail-get-names): Ignore mail-directory-names if it is an atom.
10123 (mail-directory-process defvar): Doc fix.
10124 (mail-names): Doc fix.
10125
10126 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10127
10128 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10129
10130 2005-03-26 Kenichi Handa <handa@m17n.org>
10131
10132 * international/mule-util.el (detect-coding-with-priority):
10133 Call update-coding-systems-internal before detect-coding-region.
10134
10135 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10136
10137 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10138 (gdb-frames-mode-map): Add follow-link property.
10139
10140 2005-03-25 Jay Belanger <belanger@truman.edu>
10141
10142 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10143 for variables.
10144
10145 2005-03-25 Juri Linkov <juri@jurta.org>
10146
10147 * image-mode.el: Optimize image filename extension regexps in
10148 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10149 in `auto-mode-alist'.
10150 (image-mode): Add `image-toggle-display-text' to local hook
10151 `change-major-mode-hook'. Display the image as an image by
10152 default. Set `cursor-type' and `truncate-lines' if the image
10153 is already displayed. Take into account the current mode (image
10154 or text) in message.
10155 (image-minor-mode): New minor mode.
10156 (image-mode-maybe, image-toggle-display-text): New functions.
10157 (image-toggle-display): Use called-interactively-p.
10158 Let-bind `inhibit-read-only' to t.
10159
10160 * image-mode.el (image-minor-mode): Set `cursor-type' and
10161 `truncate-lines' if the image is already displayed. Add turning
10162 image-minor-mode off to `change-major-mode-hook'. Add message.
10163 Call `image-toggle-display-text' after turning image-minor-mode off.
10164
10165 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10168 Terminal.app, use utf-8.
10169 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10170 (set-locale-environment): Use it.
10171
10172 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10173
10174 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10175
10176 * progmodes/python.el (python-close-block-statement-p)
10177 (python-outdent-p, python-current-defun): Use symbol-end.
10178
10179 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10180
10181 * files.el (save-some-buffers): Doc fix.
10182
10183 2005-03-25 Werner Lemberg <wl@gnu.org>
10184
10185 * complete.el, thumbs.el: Replace `legal' with `valid'.
10186 * calendar/calendar.el: Replace `legal' with `valid'.
10187 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10188 * mail/supercite.el: Replace `legal' with `valid'.
10189 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10190 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10191 Replace `legal' with `valid'.
10192 * textmodes/reftex-vars.el, textmodes/reftex.el:
10193 Replace `legal' with `valid'.
10194
10195 2005-03-25 Werner Lemberg <wl@gnu.org>
10196
10197 * calc/calc-forms.el, calc/calc-sel.el:
10198 * midnight.el, vc-cvs.el:
10199 * emacs-lisp/cl-macs.el:
10200 * emulation/vip.el:
10201 * eshell/esh-io.el, eshell/esh-var.el:
10202 * mail/supercite.el:
10203 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10204 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10205 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10206 * progmodes/sh-script.el, progmodes/xscheme.el:
10207 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10208 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10209 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10210 * textmodes/reftex.el, textmodes/org.el:
10211 Replace `illegal' with `invalid'.
10212
10213 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10216 (flymake-find-buildfile, flymake-find-possible-master-files)
10217 (flymake-check-include, flymake-parse-line): Replace loops over the
10218 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10219
10220 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10221 Substitute file-name-as-directory in the rest of the file.
10222 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10223 (flymake-replace-region): Remove unused arg `buffer'.
10224 (flymake-check-patch-master-file-buffer): Update calls to it.
10225 (flymake-add-err-info): Remove unused var `count'.
10226 (flymake-mode): Use define-minor-mode.
10227
10228 * progmodes/flymake.el: Use with-current-buffer.
10229 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10230 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10231 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10232 Avoid testing for `xemacs'.
10233 (flymake-nop): Move.
10234 (flymake-region-has-flymake-overlays): Return the computed value.
10235 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10236 Remove unused var `endline'.
10237 (flymake-get-line-count): Remove unused function.
10238 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10239
10240 * emulation/vi.el:
10241 * generic.el:
10242 * hilit-chg.el (global-highlight-changes):
10243 * hi-lock.el (hi-lock-mode):
10244 * follow.el: find-file-hooks -> find-file-hook.
10245
10246 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10247
10248 2005-03-24 Juri Linkov <juri@jurta.org>
10249
10250 * dired.el (dired-mode-map): Add menu item "Compare directories"
10251 for dired-compare-directories.
10252
10253 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10254 Doc fix. Replace `read-file-name' with `read-directory-name'.
10255
10256 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10259
10260 2005-03-24 Jay Belanger <belanger@truman.edu>
10261
10262 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10263 relevant mode settings in calc-embedded-original-modes when modes
10264 are permanently changed.
10265
10266 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * autoinsert.el: find-file-hooks -> find-file-hook.
10269
10270 2005-03-24 Lute Kamstra <lute@gnu.org>
10271
10272 * generic.el (generic-font-lock-defaults): Make it obsolete.
10273 (generic-font-lock-keywords): New variable to replace
10274 generic-font-lock-defaults.
10275 (generic-mode-set-font-lock): Delete it.
10276 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10277 (generic-bracket-support): Add docstring.
10278
10279 * generic-x.el: Rename generic-font-lock-defaults to
10280 generic-font-lock-keywords throughout.
10281 (mailagent-rules-setup-function): Delete it.
10282 (mailagent-rules-generic-mode): Use anonymous function instead.
10283 (show-tabs-generic-mode-font-lock-defaults-1)
10284 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10285 Quote faces.
10286 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10287 not foreground.
10288
10289 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10290 Recognize define-generic-mode.
10291
10292 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10295 if there's no completion table.
10296
10297 2005-03-23 Miles Bader <miles@gnu.org>
10298
10299 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10300 Remove tty-specific variants, as they're no longer needed.
10301
10302 2005-03-23 Lute Kamstra <lute@gnu.org>
10303
10304 * generic-x.el: Code cleanup: make args constant whenever possible.
10305 (installshield-statement-keyword-list)
10306 (installshield-system-functions-list)
10307 (installshield-system-variables-list, installshield-types-list)
10308 (installshield-funarg-constants-list): Make them constants.
10309
10310 * generic.el (generic-make-keywords-list): Add autoload cookie.
10311
10312 * calendar/time-date.el: Add comment on time value formats.
10313 Don't require parse-time.
10314 (with-decoded-time-value): New macro.
10315 (encode-time-value): New function.
10316 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10317 (days-to-time): Return a valid time value when arg is huge.
10318 (time-since): Use time-subtract.
10319 (time-to-number-of-days): Use time-to-seconds.
10320
10321 2005-03-23 David Ponce <david@dponce.com>
10322
10323 * recentf.el: (recentf-keep): New option.
10324 (recentf-menu-action): Default to `find-file'.
10325 (recentf-keep-non-readable-files-flag)
10326 (recentf-keep-non-readable-files-p)
10327 (recentf-file-readable-p, recentf-find-file)
10328 (recentf-cleanup-remote): Remove.
10329 (recentf-include-p): More robust.
10330 (recentf-keep-p): New function.
10331 (recentf-remove-if-non-kept): Rename from
10332 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10333 All callers updated.
10334 (recentf-menu-items-for-commands): Fix help string.
10335 (recentf-track-closed-file): Update. Doc fix.
10336 (recentf-cleanup): Update. Count removed files. Doc fix.
10337
10338 2005-03-23 Kim F. Storm <storm@cua.dk>
10339
10340 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10341 Don't inherit from fringe face (now happens automatically).
10342
10343 2005-03-22 Kim F. Storm <storm@cua.dk>
10344
10345 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10346 position values.
10347
10348 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * menu-bar.el (showhide-date-time): Remove.
10351 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10352 (menu-bar-make-mm-toggle): Simplify.
10353
10354 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10355
10356 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10357 Accept qualified variable and function names.
10358
10359 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10360
10361 * bindings.el (completion-ignored-extensions):
10362 Remove ".lis" for `vax-vms'.
10363
10364 2005-03-22 Andreas Schwab <schwab@suse.de>
10365
10366 * generic-x.el: Revert last change.
10367 * ldefs-boot.el: Update.
10368
10369 2005-03-22 Jay Belanger <belanger@truman.edu>
10370
10371 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10372 (calc-embedded-save-original-modes)
10373 (calc-embedded-restore-original-modes): New functions.
10374 (calc-do-embedded): Save original modes when entering embedded mode
10375 and restore when leaving embedded mode.
10376 (calc-embedded-modes-change): Change the value of
10377 calc-embedded-original-modes to reflect permanent changes.
10378
10379 2005-03-22 Lute Kamstra <lute@gnu.org>
10380
10381 * generic-x.el: Require generic again.
10382
10383 2005-03-22 Miles Bader <miles@gnu.org>
10384
10385 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10386 Tweak details to look good on both ttys and bitmap displays, light
10387 or dark background, etc.
10388
10389 2005-03-21 Kim F. Storm <storm@cua.dk>
10390
10391 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10392 mouse position.
10393
10394 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10395
10396 * icomplete.el: Don't forcibly turn on the mode upon load.
10397 (icomplete-mode): Use define-minor-mode.
10398 (icomplete-eoinput): Default to nil.
10399 (icomplete-minibuffer-setup): Remove autoload.
10400 (icomplete-tidy): Simplify.
10401 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10402 in the initial state or if the user has modified the field.
10403 Fix handling of icomplete-max-delay-chars.
10404 Remove code that handles the oddball case where
10405 minibuffer-completion-table is an integer.
10406 Wrap icomplete-completions in while-no-input in case building
10407 completions takes more time than expected.
10408 (icomplete-completions): Simplify.
10409
10410 2005-03-21 Richard M. Stallman <rms@gnu.org>
10411
10412 * jka-compr.el (jka-compr-really-do-compress):
10413 Make variable buffer-local.
10414
10415 * image-mode.el: Handle .xpm files too.
10416 (image-toggle-display): Preserve modification flag.
10417
10418 * help.el (where-is): Don't mention aliases with no key bindings.
10419
10420 2005-03-21 Lute Kamstra <lute@gnu.org>
10421
10422 * generic.el: Fix commentary section. Don't require cl for
10423 compilation.
10424 (generic-mode-list): Add autoload cookie.
10425 (generic-use-find-file-hook, generic-lines-to-scan)
10426 (generic-find-file-regexp, generic-ignore-files-regexp)
10427 (generic-mode, generic-mode-find-file-hook)
10428 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10429 (define-generic-mode): Make it a defmacro. Fix docstring.
10430 (generic-mode-internal): Code cleanup. Add autoload cookie.
10431 (generic-mode-set-comments): Code cleanup.
10432 * generic-x.el: Don't prevent compilation. Don't require generic.
10433 Follow coding conventions. Minor code cleanup.
10434 (etc-fstab-generic-mode): Add some keywords.
10435 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10436 define-generic-mode like a function declaration.
10437
10438 2005-03-21 Jay Belanger <belanger@truman.edu>
10439
10440 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10441 changing modes.
10442
10443 2005-03-21 Sam Steingold <sds@gnu.org>
10444
10445 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10446
10447 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10448
10449 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10450 Add underscore to "f$ lexicals" regexp.
10451
10452 2005-03-20 Juri Linkov <juri@jurta.org>
10453
10454 * subr.el (progress-reporter-do-update): When `min-value' is equal
10455 to `max-value', set `percentage' to 0 and prevent division by zero.
10456
10457 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10458
10459 Sync with Tramp 2.0.48.
10460
10461 * net/tramp.el (all): Change all addresses to .gnu.org.
10462 (tramp-append-tramp-buffers): New defun.
10463 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10464 Catch `dont-send' signal.
10465 (tramp-set-auto-save-file-modes): Set always permissions, because
10466 there might be an old auto-saved file belonging to another
10467 original file. This could be a security threat. Reported by
10468 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10469 Check for Emacs 21.3.50 removed.
10470
10471 * net/tramp-smb.el (all): Remove debug construct for
10472 `with-parsed-tramp-file-name'.
10473 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10474 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10475 No error message if DIRECTORY or FILENAME doesn't exist.
10476 (tramp-smb-open-connection): Check existence of
10477 `tramp-smb-program'.
10478
10479 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10482 Properly handle the case where the `m' or `s' command's argument is not
10483 yet terminated.
10484 (perl-indent-new-calculate): New function.
10485 (perl-indent-line): Use it.
10486
10487 2005-03-20 Miles Bader <miles@gnu.org>
10488
10489 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10490 in text-mode too. Change to new face names.
10491 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10492 Add `:weight bold' attribute.
10493 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10494
10495 2005-03-19 Juri Linkov <juri@jurta.org>
10496
10497 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10498
10499 * international/mule.el (auto-coding-alist): Sync with
10500 `auto-mode-alist' by adding upper case archive file extensions
10501 and adding ear/war to jar extension.
10502
10503 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10504
10505 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10506 running, restart it.
10507
10508 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10509
10510 * finder.el (finder-current-item): Throw an error on an empty line.
10511
10512 * man.el (Man-follow-manual-reference): If current-word returns
10513 nil, use "".
10514
10515 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10516
10517 * simple.el (goto-line): Doc fix.
10518
10519 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10520
10521 * files.el (save-buffer): Doc fix.
10522
10523 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10524
10525 * recentf.el (recentf-cleanup-remote): New variable.
10526 (recentf-cleanup): Use it to conditionally check availability of
10527 remote files.
10528
10529 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10530
10531 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10532 function names.
10533
10534 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10535
10536 * language/thai-word.el: New file.
10537
10538 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10539
10540 * files.el (backup-buffer): If the file's directory is not
10541 writable, use copy instead of move to backup the file.
10542
10543 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10544
10545 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10546
10547 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10548
10549 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10550 Use functionp instead of symbolp and fboundp. Reported by Drkm
10551 <darkman_spam@yahoo.fr>.
10552 (ps-print-version): New version 6.6.6.
10553
10554 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10555
10556 * textmodes/table.el (table--line-column-position): New idiom.
10557 (table--row-column-insertion-point-p): New function to test
10558 validity of row and column insertion operation at a location.
10559 (table-global-menu, table-cell-menu): Use above functions for
10560 deterministic test operation.
10561 (table--editable-cell-p): Behave in deterministic fashion.
10562
10563 2005-03-18 Juri Linkov <juri@jurta.org>
10564
10565 * isearch.el (isearch-lazy-highlight-new-loop):
10566 Make arguments beg and end optional.
10567 (isearch-update): Remove optional arguments nil from
10568 isearch-lazy-highlight-new-loop.
10569 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10570 isearch-lazy-highlight-case-fold-search instead of
10571 isearch-case-fold-search, and let-bind isearch-regexp to
10572 isearch-lazy-highlight-regexp.
10573 Use isearch-lazy-highlight-last-string instead of isearch-string.
10574
10575 * replace.el (perform-replace): Remove bindings of global
10576 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10577 Add three new arguments to `replace-highlight'.
10578 (replace-highlight): Add arguments string, regexp, case-fold.
10579 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10580 to allow isearch-lazy-highlight-new-loop to use these values
10581 to set corresponding isearch-lazy-highlight-* internal
10582 variables whose values lazy highlighting will use regardless of
10583 changes to global variables isearch-string, isearch-regexp,
10584 isearch-case-fold-search during lazy highlighting loop.
10585 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10586 to `lazy-highlight-cleanup'.
10587
10588 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10589 (ispell-highlight-face): Set default face to `isearch' when
10590 lazy highlighting is enabled.
10591 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10592 priority to 1. Add lazy highlighting.
10593 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10594 from `isearch-dehighlight'.
10595
10596 2005-03-18 David Ponce <david@dponce.com>
10597
10598 * files.el (hack-local-variables): Do a case-insensitive search
10599 for End.
10600
10601 2005-03-18 Juri Linkov <juri@jurta.org>
10602
10603 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10604 `isearch-lazy-highlight-cleanup', add alias to old name and
10605 declare obsolete. Add release numbers to other obsolete vars.
10606 (isearch-done, isearch-lazy-highlight-new-loop):
10607 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10608 (lazy-highlight-cleanup) <variable>: Doc fix.
10609 (isearch-lazy-highlight-update): Rename obsolete
10610 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10611
10612 2005-03-18 Kenichi Handa <handa@m17n.org>
10613
10614 * language/thai-util.el: Fix categorization of Thai characters in
10615 thai-category-table.
10616 (thai-composition-pattern): Adjust it for the above change.
10617 (thai-self-insert-command, thai-compose-syllable): New functions.
10618 (thai-compose-region): Use thai-compose-syllable.
10619 (thai-compose-string): Likewise.
10620 (thai-composition-function): Likewise.
10621 (thai-auto-composition): New function.
10622 (thai-auto-composition-mode): New minor mode.
10623
10624 * language/thai.el: Fix patterns to be registered in
10625 composition-function-table.
10626
10627 * international/quail.el (quail-input-method): Locally bind
10628 inhibit-modification-hooks to t.
10629
10630 2005-03-17 Richard M. Stallman <rms@gnu.org>
10631
10632 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10633 (perl-mode): Use run-mode-hooks.
10634
10635 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10636 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10637 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10638
10639 * mail/sendmail.el (sendmail-send-it): Reenable the code
10640 to compute resend-to-address and use it.
10641
10642 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10643
10644 * image-mode.el: New file.
10645
10646 * image.el (insert-sliced-image): Add autoload cookie.
10647
10648 * font-lock.el (font-lock-lines-before): New user option.
10649 (font-lock-after-change-function): Obey it.
10650
10651 * bindings.el (esc-map): Make M-g a prefix.
10652 Bind M-g g and M-g M-g to goto-line.
10653
10654 * faces.el (face-id): Doc fix.
10655
10656 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10657
10658 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10659 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10660 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10661
10662 * mail/sendmail.el (mail-yank-ignored-headers)
10663 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10664 Add Mail-Followup-To and Mail-Reply-To headers.
10665 (mail-citation-hook): Add autoload cookie.
10666 (mail-mode): Doc fix.
10667 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10668 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10669 (mail-mode-fill-paragraph): Handle those headers.
10670 (mail-mailing-lists): New variable.
10671 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10672
10673 2005-03-17 Juri Linkov <juri@jurta.org>
10674
10675 * isearch.el (isearch-fallback): Check for `(car previous)'
10676 before calling `isearch-other-end-state'.
10677
10678 2005-03-17 Kim F. Storm <storm@cua.dk>
10679
10680 * simple.el (move-beginning-of-line): Move to beginning of buffer
10681 line, as well as beginning of screen line.
10682
10683 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10684
10685 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10686 argument REDRAW rather than calendar-redrawing variable.
10687 * calendar/calendar.el (calendar-redrawing): Delete.
10688 (redraw-calendar): Do not bind calendar-redrawing.
10689
10690 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10691
10692 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10693 diary-file buffer.
10694
10695 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10696
10697 * help.el (describe-mode): Allow a :minor-mode-function property to
10698 specify a different minor mode toggle function than the variable.
10699 * simple.el (auto-fill-function):
10700 * subr.el (add-minor-mode): Use it.
10701
10702 2005-03-16 Kenichi Handa <handa@m17n.org>
10703
10704 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10705 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10706 (ethio-fidel-to-sera-buffer): Likewise.
10707
10708 2005-03-16 Juri Linkov <juri@jurta.org>
10709
10710 * emacs-lisp/find-func.el (find-function-regexp):
10711 Add defun-emitting macro `menu-bar-make-toggle'.
10712
10713 * isearch.el: Put `isearch-scroll' property to
10714 `split-window-horizontally'.
10715
10716 * info.el: Update error messages for `debug-ignored-errors'.
10717 (Info-isearch-search): Doc fix.
10718 (Info-find-node): Move up code to go into info buffer before
10719 recording the node to the history.
10720 (Info-fontify-node): Fontify titles only if the next line
10721 has two or more `*', `=', `-', `.'.
10722 Display "go to this node" for empty (match-string 3).
10723
10724 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10725
10726 * term/mac-win.el: Add mouse pointer shape constants.
10727
10728 2005-03-15 Kim F. Storm <storm@cua.dk>
10729
10730 * simple.el (move-beginning-of-line): Use vertical-motion.
10731
10732 2005-03-15 Juri Linkov <juri@jurta.org>
10733
10734 * isearch.el (isearch-error): New variable.
10735 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10736 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10737 (isearch-within-brackets-state): Remove.
10738 (isearch-case-fold-search-state, isearch-pop-fun-state):
10739 Decrease frame index.
10740 (isearch-mode, isearch-top-state, isearch-push-state)
10741 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10742 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10743 (isearch-search, isearch-lazy-highlight-new-loop):
10744 Replace `isearch-invalid-regexp' with `isearch-error'.
10745 Remove `isearch-within-brackets'.
10746 (isearch-search): Add `search-failed' handler to `condition-case'.
10747 (isearch-lazy-highlight-search): Add `condition-case' to catch
10748 errors and allow `isearch-lazy-highlight-update' to try
10749 highlighting from the beginning of the window.
10750 (isearch-repeat): Move up code to set isearch-wrapped to t
10751 before calling isearch-wrap-function.
10752
10753 * info.el (Info-isearch-initial-node): New internal variable.
10754 (Info-search): Signal an error in isearch mode when search leaves
10755 the initial node. Signal an error when `bound' is non-nil and
10756 nothing was found in the current subfile.
10757 (Info-isearch-search): Remove `condition-case'.
10758 (Info-isearch-wrap): Don't wrap when search failed during leaving
10759 the initial node. If `Info-isearch-search' is nil, wrap around
10760 the current node.
10761 (Info-isearch-start): New fun.
10762 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10763 `isearch-mode-hook'.
10764
10765 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10766
10767 * simple.el (normal-erase-is-backspace): Set default to t if
10768 running on Mac.
10769
10770 * term/mac-win.el (function-key-map): Sync with x-win.el.
10771
10772 2005-03-15 Kenichi Handa <handa@m17n.org>
10773
10774 * international/mule-cmds.el (locale-language-names): Modify the
10775 format of elements and add more entries.
10776 (locale-preferred-coding-systems): Add more entries.
10777 (set-locale-environment): Adjust for the change of
10778 locale-language-names.
10779
10780 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10781
10782 * pcvs.el (smerge-ediff): Remove bogus autoload.
10783
10784 2005-03-14 Lute Kamstra <lute@gnu.org>
10785
10786 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10787 Ignore a `*' at the beginning of a line.
10788
10789 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10790 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10791 subr.el.
10792 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10793 to specify indentation.
10794
10795 * generic.el (define-generic-mode): Let generic-mode-list be a
10796 list of strings; test membership with equal.
10797
10798 2005-03-14 Kim F. Storm <storm@cua.dk>
10799
10800 * simple.el (next-line, previous-line): Add optional try-vscroll
10801 arg to recognize interactive use. Pass it on to line-move.
10802 (line-move): Don't perform auto-window-vscroll when defining or
10803 executing keyboard macro to ensure consistent behavior.
10804
10805 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10808
10809 2005-03-13 Lute Kamstra <lute@gnu.org>
10810
10811 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10812 debugger-setup-buffer so that backtrace marks the frames set to
10813 debug-on-exit and we don't have to do it manually. Set an extra
10814 debug-on-exit for macro's.
10815 (debugger-setup-buffer): Don't mark the top frame manually.
10816
10817 2005-03-12 Lute Kamstra <lute@gnu.org>
10818
10819 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10820 lisp-indent-function throughout.
10821 (with-no-warnings): Set lisp-indent-function property.
10822
10823 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10824
10825 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10826 Add entry for backslash.
10827
10828 2005-03-12 Juri Linkov <juri@jurta.org>
10829
10830 * info.el (Info-search): Four fixes for backward search.
10831
10832 2005-03-11 Jay Belanger <belanger@truman.edu>
10833
10834 * calc/calc.el (calc-language-alist): New variable.
10835 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10836 (calc-embedded-find-modes): Use calc-language-alist instead of
10837 calc-embedded-language-alist.
10838
10839 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10840
10841 * calendar/calendar.el (calendar-redrawing): New internal
10842 variable.
10843 (redraw-calendar): Remove bogus save-excursion from previous
10844 change. Bind calendar-redrawing to t for mark-diary-entries.
10845 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10846 calendar if that is why we were called.
10847
10848 2005-03-11 Kenichi Handa <handa@m17n.org>
10849
10850 * international/mule.el (make-coding-system): Set property
10851 coding-system-define-form to nil.
10852 (define-coding-system-alias): Likewise.
10853
10854 2005-03-11 Kenichi Handa <handa@m17n.org>
10855
10856 These changes are suggested by Dave Love <fx@gnu.org>.
10857
10858 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10859 coding: tag.
10860 (adaptive-fill-regexp): Add more bullets.
10861 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10862 regexps.
10863
10864 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10865
10866 * help.el (describe-mode): Properly handle non-trivial lighters.
10867 Don't ignore minor modes that are not listed in minor-mode-list.
10868
10869 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10870 feature ON when the user requests to turn it OFF.
10871
10872 2005-03-10 Lute Kamstra <lute@gnu.org>
10873
10874 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10875 (implement-debug-on-entry): New function to replace debug-entry-code.
10876 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10877 second argument as the 2005-03-07 change makes it obsolete.
10878 (debug-on-entry, cancel-debug-on-entry): Update call to
10879 debug-on-entry-1.
10880 (debug, debugger-setup-buffer): Comment update.
10881 (debugger-frame-number): Update to work with implement-debug-on-entry.
10882
10883 2005-03-10 Jay Belanger <belanger@truman.edu>
10884
10885 * calc/calc-embed.el (math-ms-args): Declare it.
10886 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10887 math-ms-args.
10888 (calc-embedded-subst): Use math-multi-subst-rec to substitute
10889 variables.
10890
10891 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
10892
10893 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10894 Use message-box.
10895
10896 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10897 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10898 (tooltip-gud-tips): Simplify.
10899 (tooltip-gud-tips-p): Remove superfluous :set.
10900 (tooltip-gud-modes): Add fortran-mode.
10901 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10902
10903 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10904
10905 2005-03-09 Kim F. Storm <storm@cua.dk>
10906
10907 * play/animate.el (animate-place-char): Use forward-line instead
10908 of next-line to improve performance.
10909
10910 2005-03-09 Simon Josefsson <jas@extundo.com>
10911
10912 * net/browse-url.el (browse-url-default-browser): Doc fix.
10913
10914 2005-03-09 Miles Bader <miles@gnu.org>
10915
10916 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10917 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10918
10919 2005-03-09 Kenichi Handa <handa@m17n.org>
10920
10921 * international/latin-1.el: Set case and syntax for 255 only if
10922 set-case-syntax-set-multibyte is nil.
10923
10924 * textmodes/ispell.el (ispell-insert-word): New function.
10925 (ispell-word): Use ispell-insert-word to insert a new word.
10926 (ispell-process-line): Likewise.
10927 (ispell-complete-word): Likewise.
10928
10929 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10930
10931 * calendar/calendar.el (redraw-calendar): Preserve point.
10932 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10933 (calendar-week-start-day): Move after definition of
10934 redraw-calendar. Delete buffer test, since redraw-calendar has
10935 that now.
10936
10937 * calendar/diary-lib.el (mark-diary-entries): Only call
10938 redraw-calendar in the first of any recursive calls.
10939 Reported by Alan Shutko <ats@acm.org>.
10940
10941 2005-03-08 Juri Linkov <juri@jurta.org>
10942
10943 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
10944 (html-horizontal-rule, html-line, html-image, html-checkboxes)
10945 (html-radio-buttons): Add a space before the trailing `/>' where
10946 sgml-xml-mode is non-nil.
10947 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
10948 the subsequent tag of the empty XML tag.
10949 (html-href-anchor): Don't set initial input to "http:".
10950 (html-image): Ask for the image URL and set point inside alt="".
10951 (html-name-anchor): Duplicate the name in the `id' attribute when
10952 sgml-xml-mode is non-nil.
10953 (html-paragraph): Remove \n before <p>.
10954 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
10955 instead of `checked' when sgml-xml-mode is non-nil.
10956
10957 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
10958 Remove 1 space before #RRGGBB to not truncate it on terminal
10959 windows w/o fringes. Remove 1 space between bg and fg examples
10960 to get more space.
10961 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
10962 avoid byte-compile warnings.
10963
10964 * image-file.el (image-file-handler): Put `safe-magic' property to
10965 `image-file-handler'.
10966
10967 * info.el (Info-isearch-search): Emulate word search in
10968 isearching through multiple Info nodes with Info-search.
10969 (Info-isearch-wrap): Allow isearch-word.
10970
10971 2005-03-08 Lute Kamstra <lute@gnu.org>
10972
10973 * emacs-lisp/debug.el (debugger-step-through): Make sure that
10974 stepping into the debugger's code is not possible.
10975 (debugger-jumping-flag): Docstring update.
10976
10977 2005-03-08 Jay Belanger <belanger@truman.edu>
10978
10979 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
10980 embedded mode begins.
10981 (calc-embedded-language-alist): New variable.
10982 (calc-embedded-find-modes): Use calc-embedded-language-alist to
10983 set default language mode.
10984
10985 2005-03-08 Kenichi Handa <handa@m17n.org>
10986
10987 * international/ccl.el (define-ccl-program): Fix docstring about
10988 extra 256 bytes assured for the output buffer.
10989
10990 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10991 Fix BUFFER_MAGNIFICATION to 2.
10992 (ccl-encode-mule-utf-16be-with-signature): Likewise.
10993
10994 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
10995
10996 * align.el (align-rules-list): Added an alignment rule for CSS
10997 declarations (applies to css-mode and html-mode buffers).
10998
10999 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11000
11001 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11002
11003 2005-03-07 Kim F. Storm <storm@cua.dk>
11004
11005 * simple.el (move-beginning-of-line): New command.
11006
11007 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11008
11009 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11010
11011 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11012 and move-beginning-of-line.
11013
11014 * apropos.el (apropos-print): Omit command from M-x ... RET.
11015
11016 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11017
11018 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11019 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11020
11021 2005-03-06 Richard M. Stallman <rms@gnu.org>
11022
11023 * bindings.el (esc-map): Bind M-g to goto-line.
11024
11025 * facemenu.el (global-map): Bind M-o, not M-g.
11026
11027 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11028
11029 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11030 "Open Directory" as for "Open File".
11031
11032 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11033
11034 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11035 (push-mark-command): Run activate-mark-hook.
11036
11037 2005-03-06 Richard M. Stallman <rms@gnu.org>
11038
11039 * help-mode.el (help-mode-finish): Don't alter the element
11040 in view-return-to-alist if there already is one.
11041
11042 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11043 make sure the current buffer is the expected one.
11044
11045 * novice.el (disabled-command-function): Output in *Disabled Command*.
11046 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11047
11048 * textmodes/flyspell.el (flyspell-large-region):
11049 Pass args differently for aspell.
11050
11051 * files.el (mode-require-final-newline): Doc fix.
11052
11053 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11054
11055 * progmodes/which-func.el (which-function):
11056 Specify NOERROR when calling imenu--make-index-alist.
11057
11058 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11059
11060 * simple.el (normal-erase-is-backspace): Define default value.
11061
11062 * custom.el (custom-theme-set-variables): Remove unused var
11063 `immediate'.
11064 (custom-reevaluate-setting): Simple function to handle variables
11065 that are defined before their default value can really be
11066 computed.
11067
11068 * startup.el (command-line): Use it for temporary-file-directory,
11069 small-emporary-file-directory, auto-save-file-name-transforms,
11070 blink-cursor-mode, and normal-erase-is-backspace.
11071
11072 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11073 progress, even with buggy anchored keywords.
11074
11075 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11076
11077 * simple.el (goto-line): Remove unbalanced final parenthesis.
11078
11079 2005-03-05 Richard M. Stallman <rms@gnu.org>
11080
11081 * simple.el (goto-line): Use a number at point as the default.
11082 With C-u as arg, switch buffers.
11083
11084 2005-03-05 Juri Linkov <juri@jurta.org>
11085
11086 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11087 with `no-blinking-cursor'.
11088
11089 * startup.el (no-blinking-cursor): New defvar.
11090 (command-line): Add `--no-blinking-cursor' to longopts.
11091 Set `no-blinking-cursor' to t for command line arguments
11092 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11093 with `no-blinking-cursor' in the condition for calling
11094 `blink-cursor-mode'.
11095
11096 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11097
11098 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11099 (menu-bar-options-save): Add blink-cursor-mode.
11100 (menu-bar-options-menu): Add blink-cursor-mode.
11101
11102 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11103
11104 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11105 (icalendar-export-file, icalendar-export-region)
11106 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11107 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11108
11109 2005-03-04 Lute Kamstra <lute@gnu.org>
11110
11111 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11112 (debug-function-list): Ditto.
11113
11114 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11115
11116 * textmodes/texinfmt.el (texinfo-append-refill):
11117 Redefine the types of line to which @refill
11118 is not appended by replacing a search for `@refill\\|@bye' with
11119 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11120 itemize@refill' bug and the unfilled long lines bug.
11121 (texinfmt-version): Update number and date.
11122
11123 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11124
11125 * international/code-pages.el (windows-1250, windows-125[2-8])
11126 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11127
11128 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11129
11130 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11131 bound yet.
11132
11133 2005-03-02 Romain Francoise <romain@orebokech.com>
11134
11135 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11136 buffer after removing limits.
11137 (ibuffer-pop-filter): Ditto.
11138 Update copyright.
11139
11140 2005-03-02 Miles Bader <miles@gnu.org>
11141
11142 * button.el (make-text-button): If the user doesn't specify a
11143 type, use the default. Rewrite to use `add-text-properties' and
11144 plist functions.
11145
11146 2005-03-01 Lute Kamstra <lute@gnu.org>
11147
11148 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11149 (debugger-jumping-flag): New var.
11150 (debug-entry-code): Use it.
11151 (debugger-jump): Use debugger-jumping-flag and add
11152 debugger-reenable to post-command-hook.
11153 (debugger-reenable): Use debugger-jumping-flag and remove itself
11154 from post-command-hook.
11155 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11156 debugger-reenable.
11157
11158 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11159
11160 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11161 inclusion of "itemize\\|", which may be unnecessary, is certainly
11162 inelegant, and stops refilling in itemize lists when formatting
11163 Japanese Texinfo files to Info.
11164 Update copyright to 2005.
11165
11166 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11167
11168 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11169 of an error if GDB can't find the source file.
11170
11171 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11172
11173 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11174 not just the calendar.
11175
11176 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11177 first.
11178 (diary-redraw-calendar): New function.
11179 (make-diary-entry): Add diary-redraw-calendar to local
11180 write-contents-functions. Turn off selective display before
11181 inserting in diary.
11182
11183 2005-03-01 Kim F. Storm <storm@cua.dk>
11184
11185 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11186
11187 2005-03-01 Lute Kamstra <lute@gnu.org>
11188
11189 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11190 that debug-entry-code can be safely removed from a function while
11191 this code is being evaluated. Revert the 2005-02-27 change as the
11192 new implementation no longer requires it. Make sure that a
11193 function body containing just a string is not mistaken for a docstring.
11194 (debug): Skip one more frame in case of debug on entry.
11195 (debugger-setup-buffer): Delete one more frame line in case of
11196 debug on entry.
11197 (debugger-frame-number): Update to use the new text introduced by
11198 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11199
11200 2005-02-28 Kim F. Storm <storm@cua.dk>
11201
11202 * double.el (double-translate-key): Call force-window-update after
11203 read-event to avoid crash in redisplay.
11204
11205 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11208 (debug): Use it. Move the inhibit-trace earlier.
11209 (debug-entry-code): New const.
11210 (debug-on-entry-1): Use it.
11211
11212 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11213
11214 * international/utf-16.el (ccl-encode-mule-utf-16le):
11215 Fix BUFFER_MAGNIFICATION to 2.
11216 (ccl-encode-mule-utf-16be): Likewise.
11217
11218 2005-02-28 Kenichi Handa <handa@m17n.org>
11219
11220 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11221 Fix BUFFER_MAGNIFICATION to 4.
11222 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11223
11224 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11225
11226 * speedbar.el (speedbar-update-flag): Doc fix.
11227 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11228 argument.
11229
11230 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11233 have a non-nil `invisible' property but are actually visible.
11234
11235 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11236 for perldoc sections.
11237 (perl-outline-regexp, perl-outline-level): New var and function.
11238 (perl-mode): Use them.
11239
11240 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11241
11242 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11243 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11244
11245 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11246
11247 * cus-edit.el: Comment change.
11248 (custom-buffer-create-internal): Slightly reword text at top of
11249 Custom buffers. Mention there that saving an option edits the
11250 init file. Add link to Emacs manual node on `custom-file'.
11251 (custom-magic-alist): Rewrite individual State messages to use
11252 capitalized keywords. Doc fix.
11253
11254 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11255
11256 * calendar/calendar.el (calendar-buffer): Move above
11257 calendar-week-start-day.
11258 (calendar-week-start-day): Doc fix. Add :set function.
11259 (calendar-minimum-window-height): New variable.
11260 (generate-calendar-window): Only resize window if selected-window
11261 is displaying the calendar buffer. Use new variable
11262 calendar-minimum-window-height.
11263 (generate-calendar): Reword error message.
11264 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11265
11266 2005-02-27 Andreas Schwab <schwab@suse.de>
11267
11268 * vc.el (vc-do-command): Don't run command asynchronously when
11269 operating in a remote directory.
11270
11271 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11272 change from sync with Tramp 2.0.47.
11273
11274 2005-02-27 Richard M. Stallman <rms@gnu.org>
11275
11276 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11277
11278 * textmodes/flyspell.el (flyspell-mode-on):
11279 Call ispell-change-dictionary only if necessary.
11280
11281 * emacs-lisp/re-builder.el (regexp-builder): New function.
11282
11283 * register.el (describe-register-1): Explicitly handle
11284 yank-excluded-properties = t.
11285
11286 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11287 (custom-magic-alist): Change the status descriptions again.
11288 (face widget-type): Total rewrite based on `restricted-sexp'
11289 to eliminate the confusing double hiding levels.
11290
11291 * emacs-lisp/debug.el (debug-on-entry-1):
11292 If function body is empty, add nil as body form.
11293
11294 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * emacs-lisp/trace.el (inhibit-trace): New var.
11297 (trace-make-advice): Use it.
11298
11299 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11300
11301 2005-02-26 Kim F. Storm <storm@cua.dk>
11302
11303 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11304 (mouse-on-link-p, mouse-drag-region-1): Use it.
11305
11306 2005-02-25 Lute Kamstra <lute@gnu.org>
11307
11308 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11309
11310 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11311
11312 * frame.el (blink-cursor-mode): Add :group keyword.
11313
11314 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11315
11316 * calendar/icalendar.el (icalendar--decode-isodatetime):
11317 New optional argument DAY-SHIFT.
11318 (icalendar-export-region): Fix coding-system-for-write.
11319 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11320 events by one.
11321
11322 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11323
11324 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11325
11326 2005-02-24 Kim F. Storm <storm@cua.dk>
11327
11328 * international/iso-acc.el (iso-accents-compose): Fix crash
11329 during redisplay. Call force-window-update after read-event
11330 and delete-region to signal that window is not accurate.
11331
11332 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11333
11334 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11335 Remove unused and inexistent var `inhibit-trace'.
11336 (debugger-mode): Use run-mode-hooks.
11337 (debugger-list-functions): Add buttons; setup xref stack.
11338
11339 2005-02-23 Richard M. Stallman <rms@gnu.org>
11340
11341 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11342 appointment says it was explicitly made.
11343 (appt-add): Set the 3rd element.
11344 (appt-make-list): Preserve explicit appointments.
11345
11346 * subr.el (find-tag-default): Catch errors in forward-sexp.
11347
11348 2005-02-23 Juri Linkov <juri@jurta.org>
11349
11350 * info.el (Info-isearch-search): New defcustom.
11351 (Info-isearch-search): Call the default isearch function
11352 when Info-isearch-search is nil.
11353 (Info-isearch-wrap): Use variable Info-isearch-search.
11354
11355 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11356
11357 * cus-edit.el: Comment change.
11358
11359 2005-02-22 Kim F. Storm <storm@cua.dk>
11360
11361 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11362 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11363
11364 2005-02-22 Simon Josefsson <jas@extundo.com>
11365
11366 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11367 New variable.
11368 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11369 Oskarsson" <myrkraverk@users.sourceforget.net>.
11370
11371 2005-02-22 Kim F. Storm <storm@cua.dk>
11372
11373 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11374 check that window of that event is the selected window.
11375 (mouse-drag-region-1): Compare mouse event window to selected
11376 window before setting point.
11377
11378 * tooltip.el (tooltip-show-help-function): Pass event to
11379 mouse-on-link-p so it can check selected window.
11380
11381 2005-02-22 Kenichi Handa <handa@m17n.org>
11382
11383 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11384 (ps-mule-show-warning): New function.
11385 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11386 characters are found.
11387
11388 * ps-print.el (ps-header-footer-string): Return a list of header
11389 and footer strings.
11390
11391 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11392
11393 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11394
11395 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * frame.el (blink-cursor-mode): Use define-minor-mode.
11398
11399 * term/mac-win.el (function-key-map): Use char-names more consistently.
11400 (file-name-coding-system): Only set it for MacOS-9. The other case is
11401 already handled in mule-cmds.el (where it also works when mac-win.el
11402 is not used).
11403
11404 2005-02-21 Kenichi Handa <handa@m17n.org>
11405
11406 * international/mule.el (ctext-pre-write-conversion): Always use
11407 " *code-converting-work*" buffer for work.
11408
11409 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11410
11411 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11412
11413 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11414
11415 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11416
11417 * ses.el (undo-more): Restore defadvice, but only the part that
11418 allows changes outside the restricted area of the buffer.
11419
11420 2005-02-20 Kim F. Storm <storm@cua.dk>
11421
11422 * simple.el (line-move): Add fourth optional arg try-vscroll which
11423 must be set to perform auto-window-vscroll.
11424 When moving backwards and doing auto-window-vscroll, automatically
11425 vscroll to the last part of lines which are taller than the window.
11426 (next-line, previous-line): Set try-vscroll arg on line-move.
11427
11428 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11429
11430 * replace.el (query-replace, query-replace-regexp)
11431 (replace-string, replace-regexp): When operating on region, make
11432 the minibuffer prompt say so.
11433
11434 * isearch.el (isearch-forward): Document isearch-query-replace and
11435 isearch-query-replace-regexp keybindings.
11436
11437 2005-02-19 Jay Belanger <belanger@truman.edu>
11438
11439 * calc/calc-aent.el (math-read-token): Add local variable.
11440
11441 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11442 (calc-edit-top): Move declaration to earlier in file.
11443 (calc-edit-macro-repeats): Add local variables.
11444
11445 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11446 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11447 calcFunc-tanh.
11448 Adjust integration rule for calcFunc-tan.
11449
11450 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11451
11452 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11453 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11454 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11455 (viper-skip-separators): Bug fix.
11456 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11457 particular major mode.
11458 (viper-del-backward-char-in-replace): Don't put deleted char on the
11459 kill ring.
11460
11461 * viper-ex.el (viper-color-display-p): New function.
11462 (viper-has-face-support-p): Use viper-color-display-p.
11463
11464 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11465
11466 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11467
11468 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11469 (viper-file-remote-p): Make equivalent to file-remote-p.
11470
11471 * viper.el (viper-major-mode-modifier-list):
11472 Use viper-gnus-modifier-map.
11473
11474 2005-02-19 David Kastrup <dak@gnu.org>
11475
11476 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11477 quoting.
11478
11479 2005-02-19 Jay Belanger <belanger@truman.edu>
11480
11481 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11482 Remove extra definitions.
11483 (calc-coth): New function.
11484 (calcFunc-cot): Fix `let'.
11485
11486 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11487
11488 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11489 the reasons we use "type pc" in these faces.
11490
11491 * button.el (button): Ditto.
11492
11493 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11494
11495 * replace.el (query-replace-read-from): Set the value of
11496 query-replace-from-history-variable to handle the case of an empty
11497 string entered to accept the suggested default.
11498
11499 * net/tramp.el (tramp-file-name-for-operation):
11500 Use dired-call-process instead of dired-call-process-command.
11501
11502 2005-02-19 Jay Belanger <belanger@truman.edu>
11503
11504 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11505 (math-div-non-trig): New variables.
11506 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11507 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11508 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11509 trig expressions.
11510
11511 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11512
11513 * progmodes/gdb-ui.el (gdb-var-update-handler)
11514 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11515 for watch expressions,
11516 (gdb-var-create-handler): Don't set speedbar-update-flag.
11517 (gdb-post-prompt): Simplify test for speedbar.
11518
11519 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11520
11521 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11522 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11523 we use the syntax table of the correct buffer.
11524 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11525 Felix Gatzemeier.
11526
11527 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11528 (ediff-file-remote-p): Make synonymous with file-remote-p.
11529 In all deffaces ediff-*-face-*, use min-colors.
11530
11531 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11532 ediff-recurse-to-subdirectories.
11533 (ediff-mark-if-equal): Check that the arguments are strings, use
11534 ediff-same-contents (after to Felix Gatzemeier).
11535
11536 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11537 nil.
11538
11539 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11540
11541 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11542
11543 2005-02-18 David Kastrup <dak@gnu.org>
11544
11545 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11546 use `mark-active' when defined.
11547
11548 2005-02-18 Kenichi Handa <handa@m17n.org>
11549
11550 * ps-print.el (ps-font-info-database): New entry
11551 ZapfChancery-MediumItalic with correct font name. Fix font name
11552 of the entry Zapf-Chancery-MediumItalic.
11553
11554 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11555
11556 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11557
11558 2005-02-16 Kim F. Storm <storm@cua.dk>
11559
11560 * ido.el (ido-fallback-command): Pass user input to fallback command.
11561
11562 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11563
11564 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11565 (gdb-find-file-hook): Add server prefix.
11566
11567 2005-02-16 Richard M. Stallman <rms@gnu.org>
11568
11569 * replace.el (perform-replace): Pass new args to replace-highlight.
11570 (replace-highlight): Take region args,
11571 and pass them to isearch-lazy-highlight-new-loop.
11572
11573 * novice.el (disabled-command-hook): Autoload the defalias
11574 and the make-obsolete-variable call.
11575
11576 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11577
11578 * isearch.el (isearch-lazy-highlight-start-limit)
11579 (isearch-lazy-highlight-end-limit): New variables limit
11580 the region for highlighting.
11581 (isearch-lazy-highlight-new-loop): New args BEG and END.
11582 (isearch-lazy-highlight-search): Use the new vars.
11583 (isearch-lazy-highlight-update): Likewise.
11584
11585 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11586
11587 * cus-start.el (all): Use default-boundp.
11588
11589 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11590
11591 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11592
11593 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11594
11595 * autorevert.el (auto-revert-stop-on-user-input)
11596 (auto-revert-verbose): Doc fixes.
11597
11598 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11599
11600 * international/mule-cmds.el (set-locale-environment): Remove call
11601 to set-selection-coding-system on Windows.
11602
11603 2005-02-15 Jay Belanger <belanger@truman.edu>
11604
11605 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11606 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11607 calcFunc-coth.
11608 (math-simplify-sqrt): Add simplifications.
11609
11610 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11611 to list.
11612
11613 * calc/calc-ext.el: Add functions to autoloads.
11614
11615 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11616 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11617 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11618 (math-csc-raw, math-cot-raw): New functions.
11619
11620 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11621
11622 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11623 the variable name in a message.
11624
11625 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11626 calcFunc-csc, calcFunc-cot.
11627
11628 * calc/calcalg2.el: Add derivative and integration rules for
11629 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11630 calcFunc-csch, calcFunc-coth.
11631 (math-do-integral-methods): Add to checks for when to use
11632 substitutions.
11633
11634 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11635
11636 2005-02-15 Lute Kamstra <lute@gnu.org>
11637
11638 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11639 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11640 <monnier@iro.umontreal.ca>
11641 (lisp-outline-level): Improve efficiency. Suggested by David
11642 Kastrup <dak@gnu.org>.
11643
11644 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11645
11646 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11647 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11648 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11649 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11650 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11651
11652 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11653
11654 * cus-start.el (all): Comment change.
11655
11656 2005-02-14 Lute Kamstra <lute@gnu.org>
11657
11658 * cus-start.el (all): Check if symbol is void.
11659
11660 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11661
11662 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11663 optional argument to \cite.
11664
11665 2005-02-14 Richard M. Stallman <rms@gnu.org>
11666
11667 * cus-edit.el (custom-buffer-create-internal): Update help message.
11668 (custom-magic-alist): Update help messages.
11669
11670 * cus-start.el (all): Allow a var to specify a standard value.
11671
11672 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11673
11674 * custom.el (custom-theme-set-variables): Handle variable aliases.
11675
11676 * frame.el (blink-cursor-timer): Doc fix.
11677 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11678 declare obsolete.
11679 (blink-cursor-mode): Define with defcustom and use correct
11680 standard expression in that defcustom.
11681 * startup.el (command-line): Adapt to above changes in frame.el.
11682
11683 2005-02-11 Lute Kamstra <lute@gnu.org>
11684
11685 * apropos.el (apropos-score-doc): Prevent division by zero.
11686
11687 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11688
11689 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11690 (icalendar--get-event-property-attributes)
11691 (icalendar--get-event-properties)
11692 (icalendar--datetime-to-diary-date): New functions.
11693 (icalendar--split-value): Doc fix.
11694 (icalendar--datetime-to-noneuropean-date)
11695 (icalendar--datetime-to-european-date): New optional argument
11696 SEPARATOR. Return result as a string instead of a list.
11697 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11698 (icalendar--convert-string-for-export): Rename arg S to STRING.
11699 (icalendar-export-region): Doc fix. Change name of error buffer.
11700 Save output buffer.
11701 (icalendar-import-file): Add blank at end of prompt.
11702 (icalendar-import-buffer): Doc fix. Do not switch to error
11703 buffer. Indicate status in return value.
11704 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11705 buffer. Save output buffer. Handle exception from recurrence
11706 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11707 events. Fix problems with weekly all-day events.
11708
11709 2005-02-10 Richard M. Stallman <rms@gnu.org>
11710
11711 * simple.el (eval-expression-print-format):
11712 Avoid warning about edebug-active.
11713
11714 * help.el (help-for-help-internal): Rename from help-for-help.
11715 (help-for-help): Define with defalias.
11716
11717 * font-core.el (font-lock-default-function): Use with-no-warnings.
11718
11719 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11720
11721 * custom.el (defface): Doc fix.
11722
11723 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11724
11725 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11726 width 0" to prevent word wrapping problems.
11727
11728 2005-02-09 Kim F. Storm <storm@cua.dk>
11729
11730 * ido.el (ido-file-extensions-order): New defcustom.
11731 (ido-file-extension-lessp, ido-file-extension-aux)
11732 (ido-file-extension-order): New advanced file ordering.
11733 (ido-file-lessp): New simple file ordering.
11734 (ido-sort-list): Remove.
11735 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11736 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11737
11738 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11739
11740 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11741 that some versions of grep produce.
11742 (grep-mode-font-lock-keywords): Likewise.
11743
11744 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11745
11746 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11747 (gdb-cdir): Delete.
11748 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11749 (gdb-source-info): Treat case when source file is in another
11750 directory properly.
11751 (gdb-get-location): New function.
11752
11753 2005-02-07 Jay Belanger <belanger@truman.edu>
11754
11755 * calc/calc-prog.el (calc-write-parse-table-part)
11756 (calc-fix-token-name): Fix a check for language type.
11757
11758 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11759
11760 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11761
11762 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11763 as directory not writable.
11764
11765 2005-02-07 Kim F. Storm <storm@cua.dk>
11766
11767 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11768 (cua--standard-movement-commands): Remove list.
11769 Instead, set CUA property value to move for movement commands.
11770 (cua-movement-commands): Remove. Users must set CUA prop instead.
11771 (cua--pre-command-handler): Check CUA property.
11772 (cua--init-keymaps): Don't remap undo commands.
11773 (cua-mode): Don't call cua--rectangle-on-off.
11774
11775 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11776 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11777 (cua--rect-undo-set-point): New var.
11778 (cua--rectangle-undo-boundary): Setup undo apply entry.
11779 (cua--rect-undo-handler): New function for rectangle undo.
11780 (cua--rect-start-position, cua--rect-end-position): Add.
11781 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11782 for restored rectangle. Set point if cua--rect-undo-set-point.
11783
11784 2005-02-06 Jay Belanger <belanger@truman.edu>
11785
11786 * calc/calc-lang.el (calc-tex-language): Display more information
11787 in messages.
11788
11789 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11790 in TeX mode.
11791
11792 2005-02-06 Richard M. Stallman <rms@gnu.org>
11793
11794 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11795
11796 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11797
11798 * net/ldap.el (ldap-search-internal): Support attributes with
11799 optional descriptions separated by a semi-colon, as in
11800 "userCertificate;binary".
11801
11802 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11803
11804 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11805 isn't a cons (i.e. the version is 0).
11806
11807 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11808
11809 * help.el (help-for-help): Doc fix.
11810
11811 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11812
11813 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11814 GDB-Windows on the menu-bar as this works better.
11815
11816 2005-02-04 Jay Belanger <belanger@truman.edu>
11817
11818 * calc/calc-embed.el (calc-embedded-update): Don't put in
11819 unnecessary newlines. Adjust the end of formula marker.
11820
11821 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11822 (math-latex-parse-two-args): New function.
11823
11824 2005-02-03 Lute Kamstra <lute@gnu.org>
11825
11826 * help-fns.el (help-with-tutorial): Make sure that users cannot
11827 remove the entire text of the tutorial by means of `undo'.
11828
11829 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11832 in recent changes, where the ispell process was repeatedly
11833 killed & restarted.
11834
11835 * international/mule-cmds.el (set-locale-environment): Set file-name
11836 coding system to utf-8 on Darwin systems.
11837 (set-default-coding-systems): Don't set default-file-name-coding-system
11838 on Darwin systems.
11839
11840 2005-02-03 Richard M. Stallman <rms@gnu.org>
11841
11842 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11843
11844 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11845
11846 * faces.el (list-faces-display): Add optional argument.
11847
11848 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * font-core.el (font-lock-default-function): Handle the rare case where
11851 only font-lock-keywords is set.
11852
11853 2005-02-02 Kenichi Handa <handa@m17n.org>
11854
11855 * international/characters.el: Cancel previous change for
11856 I-WITH-DOT-ABOVE and DOTLESS-i.
11857
11858 * international/latin-5.el: Cancel previous change.
11859
11860 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11861
11862 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11863
11864 2005-02-02 Kenichi Handa <handa@m17n.org>
11865
11866 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11867 DOTLESS-i.
11868
11869 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11870 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11871
11872 * case-table.el (get-upcase-table): New function.
11873 (copy-case-table): Copy upcaes table too if non-nil.
11874 (set-case-syntax-delims): Maintain upcase table too.
11875 (set-case-syntax-pair): Likewise.
11876 (set-upcase-syntax, set-downcase-syntax): New functions.
11877 (set-case-syntax): Maintain upcase table too.
11878
11879 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11880
11881 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11882
11883 * progmodes/gud.el (gud-goto-info): New function.
11884 (gud-tool-bar-map): Use correct icon.
11885
11886 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11887
11888 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11889 When delegating, order args in the funcall correctly.
11890
11891 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11892
11893 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11894
11895 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
11896
11897 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11898 buffer not visiting a file.
11899
11900 2005-01-31 Jay Belanger <belanger@truman.edu>
11901
11902 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11903 bound on the line with the formula.
11904
11905 2005-01-31 Kim F. Storm <storm@cua.dk>
11906
11907 * ses.el (ses-create-cell-variable-range)
11908 (ses-destroy-cell-variable-range, ses-reset-header-string)
11909 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11910 (ses-insert-row): Fix format of apply undo entries.
11911
11912 2005-01-31 Jay Belanger <belanger@truman.edu>
11913
11914 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11915 parts.
11916
11917 * calc/calc-embed.el (calc-embedded-open-formula)
11918 (calc-embedded-close-formula): Ignore matrix environments.
11919
11920 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11921 TeX mode.
11922
11923 * calc/calc-lang.el (math-function-table, math-oper-table)
11924 (math-variable-table): Adjust the LaTeX portions.
11925
11926 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11927 (math-latex-ignore-words): New constant.
11928
11929 2005-01-31 Richard M. Stallman <rms@gnu.org>
11930
11931 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11932 (ispell-local-dictionary): Doc fix.
11933 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11934 Don't reinitialize at run time. Don't defcustom.
11935 All uses changed to append ispell-local-dictionary-alist,
11936 or check it first.
11937 (ispell-current-dictionary): New variable for dictionary in use.
11938 (ispell-dictionary): Now used only for global default.
11939 (ispell-start-process): Set ispell-current-dictionary,
11940 not ispell-dictionary.
11941 (ispell-change-dictionary): Use this only for setting
11942 user preferences.
11943 (ispell-internal-change-dictionary): New function
11944 to change the current dictionary in use.
11945 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
11946 Use ispell-current-dictionary.
11947 Handle ispell-local-dictionary-overridden.
11948 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
11949
11950 2005-01-31 Jay Belanger <belanger@truman.edu>
11951
11952 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
11953
11954 * calc/calc-ext.el: Add calc-latex-language to autoloads.
11955 (calc-mode-map): Add calc-latex-language.
11956
11957 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
11958 (math-latex-print-frac): New functions.
11959 (math-oper-table, math-function-table, math-variable-table)
11960 (math-complex-format, math-input-filter): Add latex properties.
11961 (calc-set-language): Set math-expr-special-function-mapping.
11962
11963 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
11964 (calc-write-parse-table-part): Add LaTeX support.
11965
11966 * calc/calc.el (calc-language): Adjust docstring.
11967 (calc-set-mode-line): Add LaTeX support.
11968 (math-expr-special-function-mapping): New variable.
11969 (math-tex-ignore-words): Add to list.
11970
11971 * calc/calccomp.el (math-compose-expr, math-compose-rows):
11972 Add LaTeX support.
11973 (math-compose-expr): Add support for special functions.
11974
11975 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
11976
11977 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
11978
11979 * progmodes/gdb-ui.el (gdb-memory-address)
11980 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
11981 (gdb-memory-mode-map, gdb-memory-format-keymap)
11982 (gdb-memory-format-menu, gdb-memory-unit-keymap)
11983 (gdb-memory-unit-menu): New variables for a buffer
11984 that lets the user examine program memory.
11985 (gdb-memory-set-address, gdb-memory-set-repeat-count)
11986 (gdb-memory-format-binary, gdb-memory-format-octal)
11987 (gdb-memory-format-unsigned, gdb-memory-format-signed)
11988 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
11989 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
11990 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11991 (gdb-memory-unit-byte, gdb-memory-unit-menu)
11992 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
11993 (gdb-memory-mode, gdb-memory-buffer-name)
11994 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
11995 New functions for above buffer.
11996
11997 2005-01-30 Richard M. Stallman <rms@gnu.org>
11998
11999 * cus-edit.el (custom-bury-buffer): Function deleted.
12000 (custom-buffer-done-function): Option deleted.
12001 (custom-buffer-done-kill): New (replacement option.
12002 (Custom-buffer-done): Call quit-window.
12003 (custom-buffer-create-internal): Update for above changes.
12004
12005 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12006
12007 * simple.el (undo-ask-before-discard): New var.
12008 (undo-outer-limit-truncate): Implement it.
12009 (undo-extra-outer-limit): Doc update.
12010
12011 2005-01-29 Richard M. Stallman <rms@gnu.org>
12012
12013 * ses.el (undo-more): Delete defadvice.
12014 (ses-begin-change): Doc fix.
12015
12016 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12017 instead of rebinding C-x u and C-_.
12018
12019 * files.el (normal-backup-enable-predicate): Return nil for files
12020 in /tmp, regardless of temporary-file-directory.
12021
12022 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12023
12024 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12025 (open-rectangle, delete-whitespace-rectangle-line)
12026 (clear-rectangle-line): If FILL, pass t instead of FILL
12027 for move-to-column's 2nd arg.
12028
12029 * simple.el (undo): Fix the test for continuing a series of undos.
12030 (undo-more): Set pending-undo-list to t when we reach end.
12031 (pending-undo-list): Move up defvar.
12032
12033 * wid-edit.el (widget-button-click):
12034 Shorten the range of the track-mouse binding.
12035
12036 * comint.el (comint-insert-input): Undo previous changes;
12037 use last-input-event in interactive spec.
12038
12039 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12040
12041 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12042 to nil before invoking call-process. Reset buffer's modified flag
12043 after fontifying it in the no-async branch.
12044
12045 * wid-edit.el (widget-specify-button): If mouse pointer shape
12046 cannot be changed, use mouse face instead.
12047
12048 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12049
12050 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12051 (gdb-goto-breakpoint): Make breakpoint handling work on template
12052 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12053 (gdb-assembler-custom): Update to recognize breakpoint information
12054 added on 2005-01-19.
12055
12056 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12059 (dsssl-mode): Use define-derived-mode.
12060 (scheme-mode-initialize): Remove.
12061 (scheme-mode): Use run-mode-hooks.
12062
12063 * cus-edit.el (customize-group-other-window)
12064 (custom-buffer-create-other-window): Don't override special-display-*.
12065 (custom-mode-map): Make it dense.
12066
12067 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12068 sets the default value.
12069
12070 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12071
12072 * descr-text.el: Add more keywords.
12073
12074 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * speedbar.el: Avoid unnecessary use of locate-library.
12077
12078 * international/mule-cmds.el (standard-display-european-internal):
12079 Don't fiddle with latin-1 non-break space any more since it's now
12080 special cased in the C code.
12081 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12082
12083 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12084
12085 * cus-start.el (all): Add `undo-outer-limit'.
12086
12087 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12088
12089 * textmodes/bibtex.el (bibtex-format-entry):
12090 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12091 field lines.
12092 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12093 not on part of a buffer.
12094
12095 2005-01-25 Lute Kamstra <lute@gnu.org>
12096
12097 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12098 nonempty field text strings like "{letters\\macro{}more letters}".
12099 Clarify docstring.
12100 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12101 (bibtex-entry-offset, bibtex-parse-association)
12102 (bibtex-parse-field-name): Fix typos in docstrings.
12103 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12104
12105 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12106
12107 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12108 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12109 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12110 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12111
12112 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12113 isearch minor mode.
12114
12115 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12116
12117 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12118
12119 2005-01-24 Lute Kamstra <lute@gnu.org>
12120
12121 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12122 CASECHARS and NOT-CASECHARS regular expressions of the
12123 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12124 striding over charsets" error.
12125
12126 2005-01-24 Jay Belanger <belanger@truman.edu>
12127
12128 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12129 display variable name.
12130
12131 2005-01-24 Kenichi Handa <handa@m17n.org>
12132
12133 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12134 Fix setting of the element of encoded-kbd-iso2022-invocations.
12135
12136 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12137
12138 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12139 (gdb-threads-select): Change to also accept mouse events.
12140 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12141 (gdb-threads-mouse-select): Delete.
12142
12143 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12144
12145 * files.el (insert-directory): Take care of empty directory,
12146 listed without -a switch.
12147
12148 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * textmodes/refill.el (refill-post-command-function):
12151 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12152 to the list of functions that we should be careful not to undo.
12153 (refill-late-fill-paragraph-function): Remove.
12154 (refill-saved-state): New var.
12155 (refill-mode): Use it to save fill-paragraph-function.
12156 Save also the value of auto-fill-function.
12157
12158 * term/w32-win.el: Simplify code.
12159
12160 2005-01-23 Kim F. Storm <storm@cua.dk>
12161
12162 * simple.el (line-move): Adapt to new return value from
12163 pos-visible-in-window-p.
12164
12165 * simple.el (line-move): Fix last change. Check partial
12166 visibility at point rather than at window-start.
12167
12168 2005-01-22 Jason Rumney <jasonr@gnu.org>
12169
12170 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12171
12172 2005-01-22 David Kastrup <dak@gnu.org>
12173
12174 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12175
12176 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12177
12178 * type-break.el (type-break-mode): Add a test for
12179 type-break-file-name being non-nil.
12180
12181 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12182
12183 * net/eudc.el (top level): Call (message "") via progn, so that
12184 eudc-options-file is loaded.
12185
12186 2005-01-22 Kim F. Storm <storm@cua.dk>
12187
12188 * simple.el (line-move-1): Rename from line-move.
12189 (line-move): New function that adjusts vscroll for partially
12190 visible rows, and calls line-move-1 otherwise.
12191
12192 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12193
12194 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12195 since it's not a complete read-event implementation
12196
12197 2005-01-20 Jay Belanger <belanger@truman.edu>
12198
12199 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12200 for called function.
12201
12202 2005-01-20 Steven Tamm <steventamm@mac.com>
12203
12204 * term/mac-win.el (process-connection-type): Remove.
12205 Controlled now by s/darwin.h:PTY_ITERATION.
12206
12207 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12208
12209 * window.el (handle-select-window): Don't switch window when we're
12210 in the minibuffer.
12211
12212 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12213
12214 * subr.el (dotimes-with-progress-reporter): New macro.
12215
12216 * ses.el (ses-dotimes-msg): Remove macro.
12217 Use `dotimes-with-progress-reporter' instead.
12218
12219 2005-01-19 Steven Tamm <steventamm@mac.com>
12220
12221 * term/mac-win.el (process-connection-type): Use new
12222 operating-system-release variable to use ptys on Darwin 7 (OS X
12223 10.3) when using carbon build.
12224
12225 2005-01-19 Jay Belanger <belanger@truman.edu>
12226
12227 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12228 flags if the last command was a tab or M-tab.
12229
12230 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12231 in formula editing buffer.
12232
12233 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12234
12235 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12236 breakpoint image symbol in margin.
12237
12238 2005-01-19 Jay Belanger <belanger@truman.edu>
12239
12240 * calc/calc-prog.el (calc-execute-kbd-macro):
12241 Ignore calc-keep-arg-flag.
12242
12243 2005-01-19 Kenichi Handa <handa@m17n.org>
12244
12245 * textmodes/ispell.el (ispell-looking-at): New function.
12246 (ispell-process-line): Use ispell-looking-at to compare the ispell
12247 output and the buffer contents.
12248
12249 2005-01-18 Jay Belanger <belanger@truman.edu>
12250
12251 * calc/calc.el (calc-display-raw): Fix docstring.
12252
12253 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12254
12255 * simple.el (blink-matching-open): Strip extra info from syntax.
12256
12257 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12258 funny chars in the end-of-here-doc marker.
12259
12260 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12261
12262 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12263 that enable/disabled state of breakpoints is shown correctly in
12264 fringe and on ttys.
12265 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12266 Add breakpoint information as text properties.
12267 (gdb-mouse-toggle-breakpoint):
12268 Rename to gdb-mouse-set-clear-breakpoint.
12269 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12270 breakpoints in the margin.
12271 (gdb-remove-strings): Simplify.
12272
12273 2005-01-17 Jay Belanger <belanger@truman.edu>
12274
12275 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12276 erasing buffer.
12277
12278 2005-01-17 Richard M. Stallman <rms@gnu.org>
12279
12280 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12281 for calling grep-compute-defaults.
12282
12283 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12284 if buffer is empty.
12285
12286 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12287
12288 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12291
12292 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12293 non-preloaded variables.
12294
12295 2005-01-17 Steven Tamm <steventamm@mac.com>
12296
12297 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12298 tex-shell cause to force interactivity when using pipes.
12299
12300 2005-01-17 Kim F. Storm <storm@cua.dk>
12301
12302 * simple.el (just-one-space): Make arg optional.
12303
12304 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12305
12306 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12307 posn-at-x-y to t to access left-margin.
12308
12309 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12310
12311 Sync with Tramp 2.0.47.
12312
12313 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12314 catching keep-date problems in cp/scp operations.
12315 (tramp-handle-copy-file): Don't call `set-file-modes'
12316 unconditionally. Specialized functions should know better what is
12317 necessary. This improves performance a little bit, and the
12318 functions could catch errors with `cp -p' and `scp -p'.
12319 (tramp-do-copy-or-rename-file-via-buffer)
12320 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12321 when appropriate.
12322 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12323 Call `set-file-modes' when appropriate.
12324 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12325 Johnsson <isak@hypergene.com>
12326 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12327 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12328 <joakim@verona.se>
12329 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12330 Emacs only.
12331
12332 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12333 `find-file-hooks' and `dired-mode-hook'.
12334 (tramp-minor-mode-map): Respective map. Add remapping for
12335 `compile' and `recompile'.
12336 (tramp-remap-command, tramp-recompile): New defuns.
12337 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12338 in buffer "*Compilation*". Call the commands asynchronously.
12339
12340 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12341 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12342 `shell-command', because it isn't magic in XEmacs. Reported by
12343 Adrian Aichner <adrian@xemacs.org>.
12344
12345 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12346 `substitute-in-file-name.
12347 (tramp-smb-handle-substitute-in-file-name): New defun.
12348 (tramp-smb-advice-PC-do-completion): Delete advice.
12349
12350 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12351
12352 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12353 Fix error in deleting region.
12354
12355 2005-01-15 Richard M. Stallman <rms@gnu.org>
12356
12357 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12358 In non-temp buffer, switch syntax table temporarily.
12359
12360 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12361
12362 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12363
12364 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12365
12366 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12367 (imenu--generic-function): Use START, not BEG, as pos of definition.
12368
12369 * simple.el (just-one-space): Argument specifies number of spaces.
12370
12371 * simple.el (eval-expression-print-format): Avoid warning
12372 about edebug-active.
12373
12374 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12375
12376 * progmodes/sh-script.el: Code copied from make-mode.el
12377 with small changes,
12378 (sh-mode-map): Bind C-c C-\.
12379 (sh-backslash-column, sh-backslash-align): New variables.
12380 (sh-backslash-region, sh-append-backslash): New functions.
12381
12382 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12383
12384 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12385 (rmail-pop-password, rmail-pop-password-required): Move to
12386 rmail-obsolete group.
12387 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12388 All callers updated.
12389 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12390 Take an argument specifying whether it is POP or IMAP mailbox we
12391 are using. All callers updated.
12392 (rmail-pop-password-error): Rename to
12393 rmail-remote-password-error. Added mailutils-specific error message.
12394 (rmail-movemail-search-path)
12395 (rmail-movemail-variant-in-use): New variables.
12396 (rmail-remote-password, rmail-remote-password-required):
12397 New customization variables.
12398 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12399 (rmail-parse-url): New function.
12400 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12401 with GNU mailutils movemail.
12402
12403 2005-01-15 Kevin Ryde <user42@zip.com.au>
12404
12405 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12406 suffix to space, $ or '$, to correctly position point when going
12407 to @table style constants like DBL_MAX.
12408
12409 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12410
12411 * type-break.el (type-break-mode, type-break-file-time)
12412 (type-break-file-keystroke-count, type-break-choose-file):
12413 Don't store data in or load data from the file if type-break-file-name
12414 is nil.
12415 (type-break-file-name): Doc update as per the above.
12416
12417 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12418
12419 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12420 lookup-key might return nil; handle that.
12421
12422 2005-01-15 Alan Mackenzie <acm@muc.de>
12423
12424 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12425 rather than the element found, thus enabling the tree to be setcar'd.
12426
12427 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12428
12429 * textmodes/org.el (org-show-following-heading): New option.
12430 (org-show-hierarchy-above): Use `org-show-following-heading'.
12431 (org-cycle): Documentation fix.
12432
12433 * textmodes/org.el (orgtbl-optimized): New option
12434 (orgtbl-mode): New command, a minor mode.
12435 (orgtbl-mode-map): New variable.
12436 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12437 (orgtbl-error, orgtbl-self-insert-command)
12438 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12439
12440 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12441 a local variable in each org-mode buffer.
12442
12443 * textmodes/org.el (org-set-regexps-and-options): Rename from
12444 `org-set-regexps'. Added checking for STARTUP keyword.
12445 (org-get-current-options): Add STARTUP options.
12446 (org-table-insert-row): Make mode intelligent about when
12447 realignment is needed.
12448 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12449 New commands.
12450 (org-enable-table-editor): New default value `optimized'.
12451 (org-table-blank-field): Support blanking regions if active.
12452
12453 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12454
12455 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12456 if the year is not given.
12457
12458 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12459 Add new escapes %m and %M, fixed bug with %F by adding
12460 save-match-data.
12461 (reftex-reference): Remove ?. from list of spaces.
12462 (reftex-label-info): Add automatic label prefix recognition.
12463
12464 * textmodes/reftex-index.el (reftex-index-next-phrase):
12465 Add slave parameter to call of `reftex-index-this-phrase'.
12466 (reftex-index-this-phrase): New optional argument.
12467 (reftex-index-region-phrases): Add slave parameter to call of
12468 `reftex-index-this-phrase'.
12469 (reftex-display-index): New argument redo.
12470 (reftex-index-rescan): Add 'redo to arguments of
12471 `reftex-display-index'.
12472 (reftex-index-Rescan, reftex-index-revert)
12473 (reftex-index-switch-index-tag): Add 'redo to arguments of
12474 `reftex-display-index'.
12475 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12476 indexing. Fix bug with matching is there is a quote before or
12477 after the word.
12478
12479 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12480 Fix bug when collecting citation keys in lines with comments.
12481 (reftex-citation): Prefix argument no longer rescans the document,
12482 but forces prompting for optional arguments of cite macros.
12483 (reftex-do-citation): Prompting for optional arguments implemented.
12484
12485 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12486 Add optional arguments to most cite commands.
12487 (reftex-cite-cleanup-optional-args): New option
12488 (reftex-cite-prompt-optional-args): New option.
12489 (reftex-trust-label-prefix): New option.
12490
12491 * textmodes/reftex-toc.el (reftex-toc-find-section):
12492 Add push-mark before changing the position in the buffer.
12493
12494 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12495 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12496
12497 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12498
12499 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12500 more carefully.
12501
12502 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12503
12504 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12505 (sgml-mode): Use it.
12506 (sgml-get-context): Better keep track of implicitly closed tags.
12507
12508 2005-01-13 Kenichi Handa <handa@m17n.org>
12509
12510 * textmodes/ispell.el: These changes are to fix misalignment error
12511 caused by equivalent characters of different Emacs charsets.
12512 (ispell-unified-chars-table): New variable.
12513 (ispell-get-decoded-string): New function.
12514 (ispell-get-casechars, ispell-get-not-casechars)
12515 (ispell-get-otherchars): Call ispell-get-decoded-string.
12516
12517 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12518
12519 * custom.el (custom-declare-variable): Just put symbol instead
12520 of (defvar . symbol) in `current-load-list'.
12521
12522 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12523
12524 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12525
12526 2005-01-12 Jay Belanger <belanger@truman.edu>
12527
12528 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12529 to create a Calc summary.
12530
12531 2005-01-12 Kim F. Storm <storm@cua.dk>
12532
12533 * mouse.el (mouse-on-link-p): Change functionality and doc
12534 string to comply with latest description in lisp ref.
12535
12536 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12537
12538 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12539 Enable mouse clicks on mode-line, header-line and margin.
12540 (event-type): Give mouse event symbols an 'event-kind property
12541 with value 'mouse-click.
12542
12543 2005-01-12 Juri Linkov <juri@jurta.org>
12544
12545 * facemenu.el (list-colors-display): Add new arg buffer-name.
12546 Use it. Fix docstring. Replace code for identifying duplicate
12547 colors by the name with call to `list-colors-duplicates' which
12548 identifies duplicate colors by the value unless the color
12549 is one of special Windows colors. Set truncate-lines to t.
12550 Print sorted duplicate color names on each line. Indent to 22
12551 \(the longest color name in rgb.txt) instead of 20. Optimize.
12552 (list-colors-duplicates): New function.
12553 (facemenu-color-name-equal): Delete function.
12554
12555 * facemenu.el (list-colors-print): New function created from code
12556 in list-colors-display. Print #RRGGBB at the window right edge.
12557 (list-colors-display): When temp-buffer-show-function is not
12558 defined, call list-colors-print from temp-buffer-show-hook
12559 to get the right value of window-width in list-colors-print
12560 after the buffer is displayed.
12561
12562 * simple.el (pop-mark): Move deactivate-mark out of conditional
12563 part to deactivate the active mark regardless of the state of the
12564 mark ring.
12565
12566 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12567 variables line in desktop files.
12568
12569 2005-01-12 Juri Linkov <juri@jurta.org>
12570
12571 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12572 Bring together isearch highlight related options.
12573 (lazy-highlight): Replace group `replace' by `matching'.
12574 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12575 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12576 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12577 and declare them obsolete.
12578 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12579 (isearch-faces): Remove defgroup.
12580 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12581 Move isearch highlighting code closer to lazy highlighting code.
12582
12583 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12584 (query-replace-highlight, query-replace-lazy-highlight)
12585 (query-replace): Move definitions to the beginning of the file.
12586
12587 2005-01-11 Juri Linkov <juri@jurta.org>
12588
12589 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12590 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12591 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12592
12593 * info.el (Info-history-forward): New variable.
12594 (Info-select-node): Reset Info-history-forward to nil.
12595 (Info-last): Turn into defalias.
12596 (Info-history-back): Rename from Info-last.
12597 Add current node to Info-history-forward.
12598 (Info-history-forward): New fun.
12599 (Info-mode-map): Replace Info-last by Info-history-back.
12600 Bind Info-history-forward to "r".
12601 (Info-mode-menu): Replace Info-last by Info-history-back.
12602 Fix menu item text. Add menu item for Info-history-forward.
12603 (info-tool-bar-map): Replace Info-last by Info-history-back.
12604 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12605 for Info-history-forward.
12606 (Info-mode): Replace Info-last by Info-history-back in docstring.
12607 Add local variable Info-history-forward.
12608 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12609
12610 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12613 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12614 Ignore select-window events rather than fiddle with
12615 mouse-autoselect-window.
12616
12617 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12618
12619 * type-break.el (type-break-mode): Fix previous change.
12620
12621 2005-01-10 Jay Belanger <belanger@truman.edu>
12622
12623 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12624 calculator; only reset when point is inside a calculator.
12625 Don't adjust the window height if the window takes up the whole height
12626 of the frame.
12627
12628 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12629
12630 * ebuff-menu.el (Electric-buffer-menu-mode):
12631 Preserve value of buffer-local var header-line-format.
12632
12633 2005-01-09 Jay Belanger <belanger@truman.edu>
12634
12635 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12636 Make sure settings file exists before accessing it.
12637
12638 * calc/calc-embed.el (calc-embedded-subst):
12639 Replace math-multi-subst-rec, which is only supposed to be called
12640 by math-multi-subst, by math-multi-subst.
12641
12642 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12643
12644 * vc.el (vc-allow-async-revert): New user option.
12645 (vc-disable-async-diff): New internal variable.
12646 (vc-revert-buffer): Use them to disable asynchronous diff.
12647
12648 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12649 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12650 asynchronously if vc-disable-async-diff is t.
12651
12652 2005-01-09 Jay Belanger <belanger@truman.edu>
12653
12654 * calc/calc.el (defcalcmodevar): New macro.
12655 (calc-mode-var-list-restore-default-values)
12656 (calc-mode-var-list-restore-saved-values): New functions.
12657 (calc-mode-var-list): Use defcalcmodevar to define it.
12658 (calc-always-load-extensions, calc-line-numbering)
12659 (calc-line-breaking, calc-display-just, calc-display-origin)
12660 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12661 (calc-group-char, calc-point-char, calc-frac-format)
12662 (calc-prefer-frac, calc-hms-format, calc-date-format)
12663 (calc-float-format, calc-full-float-format, calc-complex-format)
12664 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12665 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12666 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12667 (calc-matrix-brackets, calc-language, calc-language-option)
12668 (calc-left-label, calc-right-label, calc-word-size)
12669 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12670 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12671 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12672 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12673 (calc-window-height, calc-display-trail, calc-show-selections)
12674 (calc-use-selections, calc-assoc-selections)
12675 (calc-display-working-message, calc-auto-why, calc-timing)
12676 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12677 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12678 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12679 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12680 (calc-gnuplot-geometry, calc-graph-default-resolution)
12681 (calc-graph-default-resolution-3d, calc-invocation-macro)
12682 (calc-show-banner): Use defcalcmodevar to declare them and set
12683 their default values.
12684
12685 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12686 instead of default values (but restore default values if there is
12687 an argument of 0).
12688
12689 2005-01-09 David Kastrup <dak@gnu.org>
12690
12691 * desktop.el (desktop-restore-eager): Fix typo in type.
12692
12693 2005-01-08 Richard M. Stallman <rms@gnu.org>
12694
12695 * cus-edit.el (customize): Delete :link.
12696
12697 2005-01-08 Jay Belanger <belanger@truman.edu>
12698
12699 * calc/calc.el (calc-mode): Remove the extension from the
12700 `calc-settings-file' file name when loading it.
12701
12702 2005-01-08 Kim F. Storm <storm@cua.dk>
12703
12704 * info.el (Info-mode-map, Info-next-link-keymap)
12705 (Info-prev-link-keymap, Info-up-link-keymap):
12706 Map follow-link to mouse-face.
12707 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12708
12709 2005-01-08 Jay Belanger <belanger@truman.edu>
12710
12711 * calc/calc.el (calc-settings-file): Change default value.
12712 Suggested by cgw in a comment in calc-mode.el.
12713
12714 * calc/calc-mode.el (calc-settings-file-name):
12715 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12716 Replace ~/.emacs in a prompt by calc-settings-file.
12717
12718 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12719
12720 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12721 (desktop-lazy-idle-delay): New customizable variables.
12722 (desktop-buffer-args-list): New variable.
12723 (desktop-append-buffer-args): New function.
12724 (desktop-save): Call desktop-append-buffer-args for some buffers.
12725 (desktop-lazy-create-buffer): New function.
12726 (desktop-idle-create-buffers): New function.
12727 (desktop-read): Add message about buffers to restore lazily.
12728 (desktop-lazy-abort): New command.
12729 (desktop-clear): Call desktop-lazy-abort.
12730 (desktop-lazy-complete): New command.
12731
12732 2005-01-06 Richard M. Stallman <rms@gnu.org>
12733
12734 * emacs-lisp/find-func.el (find-face-definition):
12735 Rename from find-face.
12736
12737 2005-01-06 Kim F. Storm <storm@cua.dk>
12738
12739 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12740
12741 * man.el (Man-xref-man-page, Man-xref-header-file)
12742 (Man-xref-normal-file): Add follow-link property.
12743
12744 2005-01-06 Jay Belanger <belanger@truman.edu>
12745
12746 * calc/calc-units.el: Make sure the proper macro definitions are
12747 available when compiling.
12748
12749 2005-01-06 Juri Linkov <juri@jurta.org>
12750
12751 * isearch.el (isearch-lazy-highlight-update):
12752 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12753
12754 2005-01-06 Miles Bader <miles@gnu.org>
12755
12756 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12757 (isearch-lazy-highlight-face): Use new name.
12758
12759 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12760
12761 * uniquify.el (uniquify-rationalize-file-buffer-names):
12762 Re-add an interactive spec.
12763 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12764 to the same name.
12765
12766 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12767 (isearch-update, isearch-done): Adjust calls accordingly.
12768
12769 2005-01-05 Richard M. Stallman <rms@gnu.org>
12770
12771 * custom.el (custom-set-variables, custom-theme-set-variables):
12772 Clarify documentation.
12773
12774 * emacs-lisp/find-func.el (find-variable)
12775 (find-variable-other-window, find-variable-other-frame):
12776 Fix the TYPE args to find-function-read and find-function-do-it.
12777 (find-function): Doc fix.
12778 (find-function-at-point): Replace function-at-point alias.
12779
12780 2005-01-04 Richard M. Stallman <rms@gnu.org>
12781
12782 * cus-face.el (custom-declare-face):
12783 Record defface in current-load-list.
12784
12785 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12786
12787 * emacs-lisp/find-func.el: Doc fixes.
12788 (find-face-regexp): New variable.
12789 (find-function-regexp-alist): New variable.
12790 (find-function-C-source): Third arg is now TYPE.
12791 (find-function-search-for-symbol): Handle general TYPE.
12792 (find-function-read, find-function-do-it): Handle general TYPE.
12793 (find-definition-noselect, find-face): New functions.
12794 (function-at-point): Alias deleted.
12795
12796 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 * battery.el (display-battery-mode): Rename from display-battery.
12799 Handle the case where it gets turned off.
12800
12801 2005-01-04 Richard M. Stallman <rms@gnu.org>
12802
12803 * cus-edit.el (customize): Make :link point to user doc.
12804
12805 * man.el (Man-fontify-manpage): Turn off undo generation.
12806
12807 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12808
12809 2005-01-04 Andreas Schwab <schwab@suse.de>
12810
12811 * files.el (insert-directory): Only look for error lines in
12812 inserted text. Don't move too far after processing --dired markers.
12813
12814 2005-01-04 Richard M. Stallman <rms@gnu.org>
12815
12816 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12817 Don't expand if the character is @, period, dash, etc.
12818 (define-mail-abbrev): Quote names that contain problem characters.
12819
12820 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12821
12822 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12823
12824 2005-01-03 Richard M. Stallman <rms@gnu.org>
12825
12826 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12827 (query-replace-highlight, query-replace-lazy-highlight)
12828 (query-replace): Definitions moved up. Doc fix.
12829
12830 2005-01-03 Richard M. Stallman <rms@gnu.org>
12831
12832 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12833 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12834 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12835 (lazy-highlight-face): Rename from isearch-lazy-...
12836 Change all references to them.
12837
12838 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12839
12840 * cus-edit.el (custom-file): Doc fix for defcustom.
12841 (custom-file): The function no longer sets the variable
12842 `custom-file' to its return value.
12843
12844 * startup.el (command-line): No longer load `custom-file'.
12845
12846 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12847
12848 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12849
12850 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12851 Don't confuse module-prefixed identifiers for labels.
12852 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12853
12854 2005-01-02 Richard M. Stallman <rms@gnu.org>
12855
12856 * files.el (basic-save-buffer-1): Fix previous change.
12857
12858 * loadhist.el (file-loadhist-lookup): New function.
12859 (file-provides, file-requires): Use it.
12860
12861 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12862 instead of calculating the right size.
12863
12864 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12865
12866 * vc-svn.el (vc-svn-diff): Stay local if possible.
12867
12868 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12871
12872 * files.el (hack-local-variables): Fix last change.
12873
12874 2005-01-02 Jay Belanger <belanger@truman.edu>
12875
12876 * calc/calc-yank.el (calc-edit-top): New variable.
12877 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12878 object. Change header properties.
12879 (calc-edit-finish, calc-edit-finish-stack-object)
12880 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12881 edited object.
12882 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12883 for the beginning of the edited object.
12884 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12885 for the beginning of the edited object.
12886 * calc/calc-prog.el (calc-edit-macro-finish-edit)
12887 (calc-finish-formula-edit, calc-macro-repeats)
12888 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12889 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12890 beginning of the edited object.
12891 (calc-user-define-edit): Change the header for editing macros.
12892 Remove unnecessary variable.
12893
12894 2005-01-01 Jay Belanger <belanger@truman.edu>
12895
12896 * calc/calc-yank.el (calc-edit-mode): Change default header.
12897 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12898 * calc/calc-store.el (calc-edit-variable): Change title to match new
12899 header.
12900 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12901 mode to match new header.
12902 (calc-user-define-edit): Change titles to include names of commands.
12903 (calc-finish-formula-edit): Adjust to handle new header.
12904 (calc-finish-macro-edit): Remove.
12905 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12906 (calc-edit-macro-command, calc-edit-macro-command-type)
12907 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12908 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12909 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12910 (calc-edit-macro-finish-edit): New functions.
12911 (calc-user-define-edit): Use new functions to edit named calc macros.
12912
12913 2005-01-01 Stefan <monnier@iro.umontreal.ca>
12914
12915 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12916
12917 * ses.el (copy-region-as-kill): Deactivate mark.
12918
12919 2005-01-01 Richard M. Stallman <rms@gnu.org>
12920
12921 * replace.el (occur-1): If the output buffer is also an input,
12922 don't kill it, rename it.
12923
12924 * faces.el (set-face-background, set-face-foreground): Doc fix.
12925
12926 * cus-face.el (custom-face-attributes): Fix :help-echo strings
12927 for :foreground and :background.
12928
12929 * dired.el (dired-view-command-alist): Variable deleted.
12930 (dired-view-file, dired-mouse-find-file-other-window):
12931 Delete the code to use it.
12932
12933 2005-01-01 Kim F. Storm <storm@cua.dk>
12934
12935 * image.el (insert-sliced-image): Use t for line-height property.
12936
12937 See ChangeLog.11 for earlier changes.
12938
12939 ;; Local Variables:
12940 ;; coding: iso-2022-7bit
12941 ;; End:
12942
12943 Copyright (C) 2005 Free Software Foundation, Inc.
12944 Copying and distribution of this file, with or without modification,
12945 are permitted provided the copyright notice and this notice are preserved.
12946
12947 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1