]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(newsticker-start, newsticker-show-news): Add autoload cookies.
[gnu-emacs] / lisp / ChangeLog
1 2005-10-10 Richard M. Stallman <rms@gnu.org>
2
3 * net/newsticker.el (newsticker-start, newsticker-show-news):
4 Add autoload cookies.
5
6 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
7
8 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9
10 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
11
12 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13
14 2005-10-10 Jay Belanger <belanger@truman.edu>
15
16 * calc/calc-arith.el (math-check-known-scalarp)
17 (math-check-known-matrixp): Check the values of arguments that are
18 variables.
19 (math-check-known-square-matrixp): New function.
20 (math-known-square-matrixp): Use math-check-known-square-matrixp.
21 (math-super-types): Add sqmatrix type.
22
23 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24 mode name `square' to 'sqmatrix'.
25
26 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
27 mode name `square' to 'sqmatrix'.
28
29 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * progmodes/etags.el (select-tags-table-mode): Don't use
32 selective-display.
33 (tags-select-tags-table): Pass `button' to the action function.
34 (select-tags-table): Place the side-info on button properties rather
35 than in hidden text. Abbreviate file names.
36 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
37 (select-tags-table-select): Add `button' argument.
38 Get side-info from the button property rather than from hidden text.
39
40 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
41
42 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
43 (gud-speedbar-buttons): Preserve point if possible.
44 (gud-sentinel): Restore previous speedbar display type.
45
46 * progmodes/gdb-ui.el (gdba): Improve diagram.
47 (def-gdb-auto-update-handler, gdb-info-locals-handler)
48 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
49 Call get-buffer-window once.
50
51 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
54 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
55 (pascal-indent-command): Remove unused var `ind'.
56 (pascal-indent-case): Remove unused var `oldpos'.
57 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
58 since it's now used as a proper minor mode map.
59 (pascal-outline): Rename to pascal-outline-mode.
60 (pascal-outline-mode): Use define-minor-mode.
61 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
62 selective-display.
63
64 2005-10-10 Andreas Schwab <schwab@suse.de>
65
66 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
67 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
68
69 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
70 outside source directory.
71
72 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
73
74 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
75 C-x' as a prefix.
76 (orgtbl-mode-map): Full keymap instead of sparse, because all
77 `self-insert-command' keys are redefined in this map.
78 (org-export-as-html): Specify charset for HTML file, by taking it
79 from the coding system.
80
81 2005-10-10 Kenichi Handa <handa@m17n.org>
82
83 * textmodes/flyspell.el (flyspell-check-word-p):
84 If unread-command-events is non-empty, don't call sit-for.
85
86 2005-10-09 Richard M. Stallman <rms@gnu.org>
87
88 * font-lock.el (font-lock-syntactic-keywords)
89 (font-lock-keywords): Doc fixes.
90
91 * textmodes/flyspell.el (flyspell-external-point-words):
92 Simplify logic, and don't try to check for consecutive appearances
93 of one incorrect word.
94
95 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
96
97 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
98 separator.
99
100 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
101 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
102 (gud-expansion-speedbar-buttons): New function.
103 (gud-speedbar-buttons): Check for gud-comint-buffer.
104
105 2005-10-09 Bill Wohler <wohler@newt.com>
106
107 * Makefile.in (updates): Add mh-loaddefs dependency.
108
109 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
110
111 * speedbar.el (speedbar-file-key-map): Fix typo.
112
113 2005-10-09 Daniel Brockman <daniel@brockman.se>
114
115 * cus-start.el (line-spacing): Add custom spec.
116
117 2005-10-09 Romain Francoise <romain@orebokech.com>
118
119 * textmodes/ispell.el (ispell-check-version): Fix last change.
120
121 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
122
123 * term/x-win.el: Removed -i, --icon-type from comment.
124
125 * startup.el (command-line-x-option-alist): Remove options -i,
126 -itype, --icon-type, added -nb, --no-bitmap-icon
127
128 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
129
130 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
131 instead of :active.
132
133 2005-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * calendar/appt.el (appt-check): Use diary-selective-display var.
136
137 2005-10-08 Eric Hanchrow <offby1@blarg.net>
138
139 * textmodes/ispell.el (ispell-check-version):
140 Ignore hyphen, and all that follows, in aspell's version text.
141
142 2005-10-08 Jay Belanger <belanger@truman.edu>
143
144 * calc/calc-arith.el (math-known-square-matrixp): New function.
145 (math-pow-fancy): Check for matrices before distributing exponent
146 across products.
147
148 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
149 fullscreen keypad. Suggested by Luc Teirlinck.
150 (calc-keypad-show-input): Add space for formatting.
151
152 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
153 Add square matrix option.
154
155 * calc/calc-poly.el (math-expand-term): Check for matrices instead
156 of checking calc-matrix-mode when deciding how to expand.
157
158 * calc/calc.el (calc-set-mode-line): Add square matrix option.
159
160 2005-10-08 Lars Hansen <larsh@soem.dk>
161
162 * net/tramp.el (tramp-perl-directory-files-and-attributes):
163 Add error handling.
164 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
165
166 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
167
168 Sync with Tramp 2.0.51.
169
170 * net/tramp.el (tramp-handle-set-visited-file-modtime)
171 (tramp-handle-insert-file-contents, tramp-handle-write-region):
172 Insert special handling for `last-coding-system-used', again
173 it still seems to be necessary (unlike stated before).
174 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
175 (tramp-password-prompt-regexp): There might be other words before
176 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
177 (tramp-chunksize): Improve docstring.
178 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
179 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
180 Christian Joergensen <bugs@razor.dk>.
181
182 2005-10-07 Glenn Morris <rgm@gnu.org>
183
184 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
185 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
186 precision'.
187
188 2005-10-07 Romain Francoise <romain@orebokech.com>
189
190 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
191 (ibuffer-do-shell-command-pipe-replace)
192 (ibuffer-do-shell-command-file, ibuffer-do-eval)
193 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
194 (ibuffer-do-revert, ibuffer-do-replace-regexp)
195 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
196 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
197 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
198 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
199 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
200 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
201 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
202 Autoload file sans suffix.
203
204 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
205
206 2005-10-07 David Ponce <david@dponce.com>
207
208 * recentf.el (recentf-menu-open-all-flag): New option.
209 (recentf-digit-shortcut-command-name): New function.
210 (recentf--shortcuts-keymap): New variable.
211 (recentf-menu-shortcuts): New variable.
212 (recentf-make-menu-items): Initialize it. Replace the "More..."
213 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
214 (recentf-menu-value-shortcut): New function.
215 (recentf-make-menu-item): Use it. No more in-lined.
216 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
217 (recentf-open-most-recent-file): Rename from
218 `recentf-open-file-with-key'. Don't depend on key binding.
219 (recentf-mode-map): New variable.
220 (recentf-mode): Use it.
221
222 2005-10-06 Bill Wohler <wohler@newt.com>
223
224 * mh-e/mh-loaddefs.el: Removed. Now generated automatically.
225
226 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
227 (MH-E-SRC): New. Used by mh-autoloads.
228 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
229 files in MH-E-SRC have been updated.
230 (compile, recompile, bootstrap): Depend on mh-autoloads.
231
232 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
233
234 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
235 gud-break and gud-remove icons when the fringe is not available.
236
237 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
238 Typo.
239
240 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
241
242 * play/zone.el (zone): Wrap body with save-window-excursion.
243
244 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
247 Use the new `list-only' arg to diary-list-entries.
248
249 * calendar/diary-lib.el: Use overlays rather than selective-display.
250 (diary-selective-display): New var.
251 (diary-header-line-format): Use it.
252 (diary-list-entries): Add argument `list-only'.
253 Put the buffer in diary-mode. Don't add \^M at beg and end.
254 Replace \^M by invisible overlays.
255 (diary-unhide-everything): Replace \^M by invisible overlays.
256 (print-diary-entries): Look for overlays rather than \^M.
257 Add a space to the temp buffer name.
258 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
259 Put the buffer in diary-mode.
260 (list-sexp-diary-entries): Replace \^M by invisible overlays.
261 (diary-anniversary): Make the year arg optional.
262 (diary-time-regexp): New const.
263 (diary-font-lock-keywords): Use it to accept a few more time formats.
264
265 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
266
267 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
268
269 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
270 Fix bug introduced 2005-07-03: Use (car (last ...))
271 to faithfully reproduce replaced artist-last.
272 (artist-set-arrow-points-for-poly): Likewise.
273 Suggested by Johan Bockg\e,Ae\e(Brd.
274
275 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
276
277 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
278 * wid-edit.el (widget):
279 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
280 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
281
282 2005-10-06 Kenichi Handa <handa@m17n.org>
283
284 * international/mule-cmds.el (set-language-environment):
285 Fix setting up of case-table for unibyte mode.
286
287 * simple.el (what-cursor-position): If the character is displayed
288 by some `display' text property, show that. Don't use
289 single-key-description for eight-bit characters in multibyte mode.
290
291 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
292
293 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
294 (gdb-ann3): Set it.
295 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
296 (gdb-info-frames-custom): Use inverse-video for first five
297 characters of selected frame only.
298 (gdb-get-frame-number): Select frame even when point is on frame
299 number.
300
301 2005-10-06 Masatake YAMATO <jet@gyve.org>
302
303 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
304 Put `font-lock-function-name-face'.
305 (gdb-info-frames-custom): Put `font-lock-function-name-face'
306 and `font-lock-variable-name-face'
307 (gdb-registers-font-lock-keywords): New font lock keywords definition.
308 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
309 (gdb-memory-font-lock-keywords): New font lock keywords definition.
310 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
311 (gdb-local-font-lock-keywords): New font lock keywords definition.
312 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
313 (gdb-threads-font-lock-keywords): New font lock keywords definition.
314 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
315
316 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
317
318 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
319 (ediff-merge-region-is-non-clash-to-skip): Previously called
320 ediff-merge-region-is-non-clash.
321
322 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
323 Use insert-buffer-substring.
324
325 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
326 selecting files to patch. Also bug fixes.
327
328 * ediff-util.el (ediff-setup): Bug fix.
329 (ediff-next-difference): Never skip clashes that differ in white
330 space only.
331
332 * ediff-wind.el (ediff-setup-control-frame)
333 (ediff-destroy-control-frame): Check the menubar feature.
334
335 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
336 (viper-refresh-mode-line): Use make-local-variable to localize
337 some vars instead of make-variable-buffer-local. Suggested by
338 Stefan Monnier.
339
340 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
341 (viper-restore-cursor-type, viper-set-insert-cursor-type):
342 Use make-local-variable instead of make-variable-buffer-local.
343 Suggested by Stefan Monnier.
344
345 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
346 (viper-comint-mode-hook): Use make-local-variable on
347 require-final-newline.
348 (viper-non-hook-settings): Don't use make-variable-buffer-local.
349
350 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
353 also the second char of a comment-start sequence.
354 (scheme-sexp-comment-syntax-table): New var.
355 (lambda, define): Set their scheme-doc-string-elt property.
356 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
357 Use lisp-font-lock-syntactic-face-function now that it properly
358 handles |...| symbols.
359 (scheme-mode-variables): Set lisp-doc-string-elt-property,
360 parse-sexp-lookup-properties and font-lock-extra-managed-props.
361
362 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
363 bit from # to |.
364 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
365
366 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
367 (lisp-doc-string-elt-property): New var.
368 (lisp-font-lock-syntactic-face-function): Use it.
369 Rewrite to recognize docstrings even for forms not at toplevel.
370
371 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
372 annotation on the | part of #| rather than on the # part.
373 (scheme-font-lock-syntactic-face-function): New function, to
374 distinguish strings from |...| symbols.
375 (scheme-mode-variables): Use it. Also fix up the font-lock-time
376 syntax-table so that #|...|# is properly highlighted.
377
378 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
379 Don't mark as docstring the 3rd elem of an unknown toplevel form.
380
381 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
384 and C-e.
385
386 * emacs-lisp/eldoc.el: Move comments into docstrings.
387 (eldoc-message-commands): Initialize in its declaration.
388 Add move-beginning-of-line and move-end-of-line.
389 (eldoc-add-command, eldoc-add-command-completions)
390 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
391
392 * outline.el (outline-mark-subtree): Activate the mark.
393
394 * calendar/appt.el (appt-time-regexp): New var.
395 (appt-add, appt-make-list): Use it.
396 (appt-convert-time): Clean up.
397
398 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
399 Don't set any syntax-table property here.
400 (tex-font-lock-verb): New function. Do it here.
401 (tex-font-lock-syntactic-keywords): Use it.
402
403 2005-10-04 Richard M. Stallman <rms@gnu.org>
404
405 * wid-edit.el (widget-file-complete): Get the widget start point
406 the right way. Default directory to `/' if file has none.
407
408 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
409
410 * textmodes/flyspell.el (flyspell-mode-on):
411 Call ispell-maybe-find-aspell-dictionaries.
412
413 * textmodes/ispell.el (ispell-word, ispell-region):
414 Call ispell-maybe-find-aspell-dictionaries.
415 (ispell-accept-buffer-local-defs):
416 Don't call ispell-maybe-find-aspell-dictionaries
417
418 2005-10-04 Richard M. Stallman <rms@gnu.org>
419
420 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
421
422 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
423
424 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
425 instead of `fboundp' in order to allow for anonymous functions.
426
427 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
428
429 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
430 case the user clicks on the link while another window is selected.
431 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
432
433 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
434 functionality.
435 (dframe-help-echo): Save point in case mouse tracking is off.
436
437 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
438
439 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
440
441 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
444 not change the global value of those vars.
445
446 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
447 make-local-variable which we do not need any more.
448
449 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
450
451 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
452 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
453 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
454 (speedbar-path-line): Define obsolete aliases.
455 (speedbar-line-directory): Doc fix.
456
457 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
458 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
459 instead of speedbar-line-path.
460
461 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
462
463 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
464 to nil if dropping on a window. Handle dropping on a minibuffer window
465 like dropping on a non-window part of Emacs.
466
467 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * net/ange-ftp.el: Use with-current-buffer.
470 (ange-ftp-insert-directory): Do not follow symlinks any more.
471
472 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
473 Remove interactive spec.
474
475 2005-10-03 Kim F. Storm <storm@cua.dk>
476
477 * ido.el (ido-mode): Use custom-initialize-set.
478
479 2005-10-02 Richard M. Stallman <rms@gnu.org>
480
481 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
482 Use insert-buffer-substring.
483
484 * net/tramp.el: Pacify byte compiler warnings in pacification code.
485 (tramp-handle-file-local-copy): Use insert-buffer-substring.
486
487 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
490 in last change.
491 (ange-ftp-insert-directory): Fix up the search for the case where
492 `file' is absolute.
493
494 2005-10-02 Romain Francoise <romain@orebokech.com>
495
496 * progmodes/compile.el (compile-goto-error): Delete extra paren.
497
498 2005-10-02 Andreas Schwab <schwab@suse.de>
499
500 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
501 directory component in the session info.
502
503 2005-10-01 Richard M. Stallman <rms@gnu.org>
504
505 * comint.el (comint-redirect-subvert-readonly): Doc fix.
506
507 * simple.el (next-error-internal): New function.
508
509 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
510 (compilation-start): Pass new arg to compilation-buffer-name.
511 (compile-goto-error): Use next-error-internal.
512
513 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
514
515 * speedbar.el: Remove RCS tag.
516 (speedbar-check-read-only): Handle non-existent files.
517
518 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
519
520 * info.el (Info-speedbar-hierarchy-buttons)
521 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
522
523 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
524
525 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
526 Do not match newline.
527 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
528 (bibtex-summary): Remove unnecessary save-excursion.
529 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
530
531 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
532
533 * term/mac-win.el: Add charset info for "iso10646-1".
534 Modify default fontset to use ATSUI-compatible fonts for some charsets
535 if available.
536
537 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
538
539 * speedbar.el: Re-apply arch tag.
540 (speedbar-version): Rename to version 1.0. Suggested by Eric
541 M. Ludlam.
542 Reapply two changes from Emacs CVS' version of speedbar lost
543 during the merge:
544 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
545 (speedbar-frame-parameters): Improve customize type.
546
547 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
550 (ange-ftp-file-directory-p): Fix the symlink case.
551 (ange-ftp-insert-directory): When listing a single file, get a list of
552 the parent buffer and extract the relevant line. Inspired from a patch
553 by Katsumi Yamaoka <yamaoka@jpl.org>.
554 (ange-ftp-file-name-sans-versions): Simplify.
555
556 2005-09-30 Bill Wohler <wohler@newt.com>
557
558 Move MH-E image files from toolbar and mail directories into
559 etc/images.
560
561 * mail/reply2.*: Move to etc/images/mail/reply*.
562
563 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
564 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
565 etc/images.
566
567 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
568 * toolbar/reply*: Move to etc/images/mail.
569
570 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
571
572 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
573
574 * speedbar.el: New version 1.0pre3.
575
576 Frame management code (including timer, and mouse click specifics)
577 moved to dframe.el:
578 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
579 (speedbar-timer): Removed. Use dframe-timer.
580 (speedbar-close-frame): Removed. Use dframe-close-frame.
581 (speedbar-activity-change-focus-flag): Removed. Use
582 dframe-activity-change-focus-flag.
583 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
584 dframe-update-speed.
585
586 (speedbar-current-frame): New macro. Use this instead of the
587 variable speedbar-frame.
588
589 (speedbar-use-images, speedbar-expand-image-button-alist)
590 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
591
592 (speedbar-find-image-on-load-path): Removed. Replaced by
593 defezimage in ezimage.el.
594 (speedbar-expand-image-button-alist): Removed. Replaced by
595 ezimage-expand-image-button-alist in ezimage.el.
596
597 (speedbar-ignored-directory-regexp)
598 (speedbar-add-ignored-directory-regexp)
599 (speedbar-ignored-directory-expressions)
600 (speedbar-line-directory, speedbar-buffers-line-directory)
601 (speedbar-directory-line, speedbar-buffers-line-directory):
602 Renamed, replacing `path' with `directory'.
603
604 (speedbar-create-directory, speedbar-expand-line-descendants)
605 (speedbar-toggle-line-expansion)
606 (speedbar-contract-line-descendants): New commands.
607
608 (speedbar-query-confirmation-method, speedbar-select-frame-method)
609 (speedbar-use-tool-tips-flag): New options.
610
611 (speedbar-check-read-only, speedbar-require-version)
612 (speedbar-insert-separator, speedbar-buffers-tail-notes)
613 (speedbar-handle-delete-frame, speedbar-try-completion)
614 (speedbar-update-localized-contents): New functions.
615
616 (speedbar-incompatible-version, speedbar-ro-to-do-point)
617 (speedbar-object-read-only-indicator): New variables.
618
619 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
620 New hooks.
621
622 (speedbar-separator-face): New face.
623
624 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
625 (speedbar-ignored-modes): Add fundamental-mode.
626 (speedbar-directory-unshown-regexp): Add . directories.
627
628 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
629 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
630 `]' for full expand/close.
631 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
632
633 (speedbar-check-vc): Support hidden files.
634 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
635 (speedbar-this-file-in-vc): Use vc-state if available. If VC
636 state is nil, it is not checked out.
637
638 (speedbar-line-text, speedbar-line-token): Support expand buttons
639 with no text.
640 (speedbar-refresh): Universal argument acts as power-click.
641 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
642 that buffer to get variable values.
643
644 And many other bugfixes.
645
646 * dframe.el, ezimage.el, sb-image.el: New files.
647
648 * sb-*.xpm: Remove files. New image files installed into
649 etc/images/ezimage.
650
651 2005-09-30 Kenichi Handa <handa@m17n.org>
652
653 * ps-mule.el (ps-mule-show-warning): If a character is in
654 ps-print-translation-table, don't treat it as non-printable.
655
656 2005-09-30 David Ponce <david@dponce.com>
657
658 * tree-widget.el (tree-widget-themes-load-path): New variable.
659 (tree-widget-themes-directory): Doc fix.
660 (tree-widget-image-formats) [Emacs]: Doc fix.
661 (tree-widget--locate-sub-directory): New function.
662 (tree-widget-themes-directory): Use it.
663
664 * recentf.el (recentf-filename-handlers): Rename from
665 `recentf-filename-handler'. Allow a list of functions.
666 (recentf-menu-items-for-commands): Fix :help strings.
667 (recentf-apply-filename-handlers): New function.
668 (recentf-expand-file-name): Use it.
669 (recentf-cleanup): Remove duplicates too.
670
671 2005-09-29 Juri Linkov <juri@jurta.org>
672
673 * faces.el: Rearrange face definitions to be in the same order as
674 their face descriptions in "(emacs)Standard Faces".
675
676 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
677
678 * tooltip.el (tooltip): Add group `basic-faces'.
679
680 * buff-menu.el (Buffer-menu-buffer): Remove group
681 `font-lock-highlighting-faces'.
682
683 * progmodes/compile.el (compilation-error, compilation-warning)
684 (compilation-info, compilation-line-number, compilation-column-number):
685 Change group from `font-lock-highlighting-faces' to `compilation'.
686
687 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
688 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
689 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
690 (vhdl-font-lock-reserved-words-face)
691 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
692 `font-lock-highlighting-faces'.
693
694 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
695
696 2005-09-28 Kim F. Storm <storm@cua.dk>
697
698 * emulation/cua-base.el: Set CUA move property on additional commands:
699 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
700 forward-sexp, backward-sexp, forward-list, backward-list.
701
702 2005-09-28 Romain Francoise <romain@orebokech.com>
703
704 * comint.el (comint-show-output): Really set point at the
705 beginning of the output when not using `comint-use-prompt-regexp'.
706
707 2005-09-27 Jay Belanger <belanger@truman.edu>
708
709 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
710 in TeX mode.
711
712 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
713
714 * textmodes/org.el (org-table-sum): Fix format string.
715
716 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
717 Quote face names.
718
719 2005-09-26 Romain Francoise <romain@orebokech.com>
720
721 * isearch.el (isearch-forward-regexp): Close doc string.
722
723 2005-09-25 Richard M. Stallman <rms@gnu.org>
724
725 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
726
727 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
728
729 * progmodes/compile.el (compilation-error-properties):
730 When getting the file from the previous error message,
731 correctly decode the new data format.
732
733 * progmodes/cc-cmds.el (c-electric-paren):
734 Call old-blink-paren only for close-paren.
735
736 2005-09-24 Andreas Schwab <schwab@suse.de>
737
738 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
739 condition.
740
741 2005-09-25 Romain Francoise <romain@orebokech.com>
742
743 * dired-aux.el (dired-copy-file-recursive):
744 * dired.el (dired-delete-file):
745 * ediff-mult.el (ediff-dir-diff-copy-file):
746 * ediff-util.el (ediff-test-save-region):
747 * forms.el (forms-mode):
748 * ido.el (ido-file-internal, ido-delete-file-at-head):
749 * log-edit.el (log-edit-done):
750 * ses.el (ses-yank-resize):
751 * play/gomoku.el (gomoku-human-plays, gomoku)
752 (gomoku-human-resigns, gomoku-prompt-for-other-game)
753 (gomoku-offer-a-draw):
754 * play/landmark.el (lm-human-resigns, lm):
755 * net/eudcb-ldap.el (eudc-ldap-check-base):
756 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
757 * progmodes/ebrowse.el (ebrowse-find-pattern):
758 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
759 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
760 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
761
762 * vc.el (vc-delete-file):
763 * play/gomoku.el (gomoku-terminate-game, gomoku)
764 (gomoku-prompt-for-move, gomoku-human-takes-back):
765 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
766 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
767
768 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
769
770 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
771 color rxvt terminals by using the code xterm.el used to use before
772 2005-04-09 in order to match the colors used by rxvt.
773
774 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
775
776 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
777 colors rxvt-unicode terminals by using the same code as xterm.el.
778
779 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * textmodes/tex-mode.el (tex-font-lock-append-prop)
782 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
783 new symbol used for the tex-verbatim face.
784
785 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
786
787 * woman.el (woman-file-name):
788 * wid-edit.el (widget-file-prompt-value)
789 (widget-coding-system-prompt-value):
790 * w32-fns.el (set-w32-system-coding-system):
791 * vc.el (vc-version-diff, vc-annotate):
792 * textmodes/reftex-auc.el (reftex-arg-cite)
793 (reftex-arg-index-tag):
794 * textmodes/refer.el (refer-get-bib-files):
795 * textmodes/artist.el (artist-figlet-choose-font):
796 * terminal.el (terminal-emulator):
797 * replace.el (occur-read-primary-args):
798 * rect.el (string-rectangle, string-insert-rectangle):
799 * ps-print.el (ps-print-preprint):
800 * progmodes/pascal.el (pascal-goto-defun):
801 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
802 * progmodes/compile.el (compilation-find-file):
803 * printing.el (pr-interactive-n-up):
804 * play/animate.el (animate-birthday-present):
805 * net/rcompile.el (remote-compile):
806 * man.el (man, Man-goto-section, Man-follow-manual-reference):
807 * mail/rmailsum.el (rmail-summary-search-backward)
808 (rmail-summary-search):
809 * mail/rmailout.el (rmail-output-read-rmail-file-name)
810 (rmail-output-read-file-name):
811 * mail/rmail.el (rmail-search, rmail-search-backwards):
812 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
813 * locate.el (locate):
814 * international/quail.el (quail-show-keyboard-layout):
815 * international/mule.el (set-buffer-file-coding-system)
816 (revert-buffer-with-coding-system, set-file-name-coding-system)
817 (set-terminal-coding-system, set-keyboard-coding-system)
818 (set-next-selection-coding-system):
819 * international/mule-diag.el (describe-coding-system)
820 (describe-font, describe-fontset):
821 * international/mule-cmds.el (universal-coding-system-argument)
822 (search-unencodable-char, describe-input-method)
823 (set-language-environment, describe-language-environment):
824 * international/codepage.el (codepage-setup):
825 * international/code-pages.el (codepage-setup):
826 * info.el (Info-search, Info-follow-reference)
827 (Info-search-backward):
828 * emacs-lisp/advice.el (ad-read-advised-function)
829 (ad-read-advice-class, ad-clear-cache, ad-activate)
830 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
831 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
832 (ad-read-regexp):
833 * ediff-util.el (ediff-toggle-regexp-match):
834 * ediff-ptch.el (ediff-prompt-for-patch-file):
835 * dired-aux.el (dired-diff):
836 * diff.el (diff):
837 * cus-edit.el (custom-variable-prompt):
838 * calendar/timeclock.el (timeclock-ask-for-project):
839 * calc/calcalg3.el (calc-get-fit-variables):
840 * calc/calc-store.el (calc-edit-variable)
841 (calc-permanent-variable):
842 * vc-mcvs.el (vc-mcvs-register):
843 * shadowfile.el (shadow-define-literal-group):
844 * woman.el (woman-file-name):
845 * vc.el (vc-version-diff, vc-merge):
846 * textmodes/reftex-index.el (reftex-index-complete-tag):
847 * format.el (format-decode-buffer, format-decode-region):
848 * emulation/viper-cmd.el (viper-read-string-with-history):
849 * emacs-lisp/debug.el (cancel-debug-on-entry):
850 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
851 * ediff.el (ediff-merge-revisions)
852 (ediff-merge-revisions-with-ancestor, ediff-revision):
853 * completion.el (interactive-completion-string-reader):
854 * calc/calc-prog.el (calc-user-define-formula):
855 Follow convention for reading with the minibuffer.
856
857 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
858
859 * progmodes/python.el (python-describe-symbol): Add globals() and
860 locals() to the arguments of emacs.ehelp.
861
862 2005-09-24 Magnus Henoch <mange@freemail.hu>
863
864 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
865 New function, code extracted from ispell-valid-dictionary-list.
866 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
867 Call it.
868
869 2005-09-24 Eli Zaretskii <eliz@gnu.org>
870
871 * subr.el (version-regexp-alist): Extend valid syntax for version
872 strings: allow any of the characters -,_,+ to separate the
873 alpha/beta/rc part from the version part. Doc fix.
874 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
875
876 2005-09-23 David Reitter <david.reitter@gmail.com>
877
878 * mail/mailclient.el: New file.
879
880 2005-09-23 Richard M. Stallman <rms@gnu.org>
881
882 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
883 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
884 Doc fixes.
885
886 * progmodes/cc-mode.el (c-font-lock-init):
887 Specify font-lock-lines-before.
888
889 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
892 whole conflict.
893
894 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
895
896 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
897 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
898 of `remap' feature when available. Additional key bindings for
899 better tty support.
900 (org-mode-restart, org-force-self-insert): New commands.
901 (org-time-stamp-inactive): New command.
902 (org-remap): New function.
903 (org-table-auto-blank-field, org-level-color-stars-only): New options.
904 (org-enable-fixed-width-editor): Move to `org-structure'
905 customization group.
906 (org-self-insert-command, orgtbl-self-insert-command): Modify to
907 blank field after field motion commands.
908
909 2005-09-23 Kenichi Handa <handa@m17n.org>
910
911 * international/mule-cmds.el (set-language-environment):
912 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
913 have to call utf-translate-cjk-load-tables.
914
915 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * mouse.el (mouse-move-drag-overlay): Fix last change.
918
919 2005-09-22 David Ponce <david@dponce.com>
920
921 * tree-widget.el (tree-widget-value-create): Fix previous change.
922
923 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
924
925 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
926
927 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * mouse.el (mouse-move-drag-overlay): New function.
930 (mouse-drag-region-1): Use it.
931 Try to simplify a bit the state handling. Handle clicks on links
932 inside intangible areas.
933 (mouse-save-then-kill): Minor simplification.
934 (mouse-secondary-overlay): Make it always non-nil instead of
935 recreating it each time.
936 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
937 (mouse-kill-secondary, mouse-secondary-save-then-kill):
938 Simplify accordingly.
939
940 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
941
942 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
943
944 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
945
946 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
947 (ediff-file-name-sans-prefix): Treat nil as an empty string.
948 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
949 to patch.
950
951 * ediff-util.el: Use insert-buffer-substring.
952
953 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
954
955 * emulation/viper-cmd.el (viper-change-state): Don't move over the
956 field boundaries in the minibuffer.
957 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
958 (viper-minibuffer-post-command-hook): New hook.
959 (viper-line): Don't move cursor at bolp.
960
961 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
962
963 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
964 avoid compiler warnings.
965
966 * emulation/viper-macs.el (ex-map): Better messages.
967
968 * emulation/viper-utils.el (viper-beginning-of-field): New function.
969
970 * emulation/viper.el: Replace make-variable-buffer-local with
971 viper-make-variable-buffer-local everywhere, to avoid warnings.
972
973 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
976 Delete unused var `old-selected-window'.
977 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
978 (mouse-drag-secondary): Delete unused var `start-frame'.
979
980 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
981
982 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
983
984 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
987 Re-indent within 80 columns. Use inhibit-read-only.
988
989 2005-09-19 Romain Francoise <romain@orebokech.com>
990
991 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
992
993 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * font-lock.el (font-lock-default-fontify-region): Don't add a line
996 unconditionally, since the after-change-function already did it.
997
998 2005-09-19 Miles Bader <miles@gnu.org>
999
1000 * net/newsticker.el: Get rid of CVS keyword.
1001
1002 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1003
1004 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1005 The prompt is formatted later.
1006
1007 2005-09-19 David Ponce <david@dponce.com>
1008
1009 * tree-widget.el (tree-widget-value-create): Save the converted
1010 tree :node widget.
1011
1012 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1015 variable `message'.
1016
1017 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1018
1019 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1020 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1021 <slawomir.nowaczyk.847@student.lu.se>.
1022
1023 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1024
1025 * image.el (image-load-path): Use symbol `data-directory' instead
1026 of its value, for backward compatibility with packages that bind
1027 it during `find-image'. Suggested by Katsumi Yamaoka.
1028 (image-search-load-path): Handle symbols whose values are strings.
1029
1030 2005-09-18 Romain Francoise <romain@orebokech.com>
1031
1032 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1033 with-current-buffer form in save-excursion.
1034
1035 2005-09-18 D Goel <deego@gnufans.org>
1036
1037 * apropos.el (apropos-command): Fix `message' call: first arg
1038 should be a format spec. In this and all other cases that appear
1039 below and elsewhere in the source code, I made a change only when
1040 two conditions were satisfied: [1] I can think of a possibility
1041 that the arguments would cause an error, for example, the code in
1042 question relies on external variables such as filenames. [2] I
1043 was sure that the arg to `message' could not have been nil in the code.
1044
1045 * textmodes/tildify.el (tildify-region): Ditto.
1046
1047 * textmodes/reftex-index.el (reftex-index-change-entry)
1048 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1049 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1050 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1051 (org-priority, org-table-sum):
1052 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1053 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1054 (flyspell-word, flyspell-display-next-corrections):
1055 * textmodes/bibtex.el (bibtex-print-help-message):
1056 * textmodes/artist.el (artist-key-set-point-poly):
1057 * term/mac-win.el (mac-services-insert-text):
1058 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1059 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1060 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1061 (vhdl-compose-configuration):
1062 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1063 (sh-set-indent, sh-learn-line-indent):
1064 * progmodes/ps-mode.el (ps-mode-target-column):
1065 * progmodes/idlwave.el (idlwave-make-tags)
1066 (idlwave-scan-library-catalogs):
1067 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1068 * progmodes/gud.el (gud-jdb-analyze-source):
1069 * progmodes/flymake.el (flymake-log):
1070 * progmodes/ebnf2ps.el (ebnf-generate-region):
1071 * progmodes/cmacexp.el (c-macro-expansion):
1072 * progmodes/ada-xref.el (ada-treat-cmd-string):
1073 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1074 (ada-justified-indent-current, ada-batch-reformat):
1075 * play/zone.el (zone):
1076 * play/landmark.el (lm-move):
1077 * play/decipher.el (decipher-show-alphabet):
1078 * net/newsticker.el (newsticker--display-jump)
1079 (newsticker--display-scroll):
1080 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1081 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1082 * mail/feedmail.el (feedmail-dump-message-to-queue):
1083 * eshell/esh-proc.el (eshell-remove-process-entry):
1084 * emulation/ws-mode.el (ws-last-error):
1085 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1086 (viper-record-kbd-macro):
1087 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1088 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1089 * emacs-lisp/find-func.el (find-function-noselect):
1090 * calendar/timeclock.el (timeclock-status-string)
1091 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1092 (timeclock-when-to-leave-string):
1093 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1094 * calc/calc-units.el (calc-enter-units-table):
1095 * calc/calc-mode.el (calc-mode-record-mode):
1096 * woman.el (woman-mini-help):
1097 * wdired.el (wdired-change-to-wdired-mode):
1098 * vc.el (vc-retrieve-snapshot):
1099 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1100 * startup.el (display-startup-echo-area-message):
1101 * simple.el (set-goal-column):
1102 * ses.el (ses-command-hook, ses-recalculate-cell):
1103 * server.el (server-process-filter):
1104 * printing.el (pr-interface-txt-print, pr-interface-printify)
1105 (pr-interface-ps):
1106 * pcvs.el (cvs-help):
1107 * log-edit.el (log-edit, log-edit-mode-help):
1108 * iswitchb.el (iswitchb-possible-new-buffer):
1109 * isearch.el (isearch-edit-string):
1110 * image-mode.el (image-mode, image-minor-mode):
1111 * ibuf-macs.el (define-ibuffer-filter):
1112 * hi-lock.el (hi-lock-find-patterns):
1113 * files.el (toggle-read-only):
1114 * ediff-util.el (ediff-copy-diff)
1115 (ediff-write-merge-buffer-and-maybe-kill):
1116 * echistory.el (Electric-history-undefined):
1117 * dnd.el (dnd-insert-text):
1118 * dired-aux.el (dired-query):
1119 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1120 * bookmark.el (bookmark-bmenu-locate):
1121 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1122 Fix `message' calls to ensure first arg is a format string.
1123 The change was made only when these two conditions were satisfied:
1124 [1] when there is a possibility that the arguments would cause an error
1125 for example, if the code in question relies on external variables
1126 such as filenames, and
1127 [2] if the arg to `message' could not have been nil in the code.
1128
1129 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1130 Not having a %s would be weird, though not technically wrong.
1131
1132 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1133
1134 * term/mac-win.el (mac-add-charset-info): Doc fix.
1135
1136 2005-09-17 Romain Francoise <romain@orebokech.com>
1137
1138 * shell.el (shell-resync-dirs): Handle echoing processes more
1139 reliably. Don't insert resync command if `comint-process-echoes'
1140 is non-nil.
1141
1142 2005-09-17 Magnus Henoch <mange@freemail.hu>
1143
1144 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1145 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1146 aspell versions >= 0.60.
1147 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1148 only if ispell-aspell-supports-utf8 is non-nil.
1149
1150 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1151
1152 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1153 buffer-local value to lisp-indent-function.
1154
1155 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1156
1157 * progmodes/glasses.el (glasses-make-readable): If
1158 glasses-separator differs from underscore, put appropriate
1159 overlays over underscore characters.
1160 (glasses-convert-to-unreadable): If glasses-separator differs from
1161 underscore, try to convert glasses-separator characters to
1162 underscores.
1163
1164 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1167 Use with-syntax-table and dolist.
1168
1169 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1170
1171 * textmodes/reftex-auc.el:
1172 * textmodes/reftex-cite.el:
1173 * textmodes/reftex-dcr.el:
1174 * textmodes/reftex-global.el:
1175 * textmodes/reftex-parse.el:
1176 * textmodes/reftex-ref.el:
1177 * textmodes/reftex-sel.el:
1178 * textmodes/reftex-toc.el:
1179 * textmodes/reftex-vars.el:
1180 * textmodes/reftex.el: Small changes to remove compiler warnings.
1181
1182 * textmodes/reftex-index.el: Likewise.
1183 (reftex-query-index-phrase): More efficient use of markers.
1184
1185 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1186
1187 * image.el (image-load-path): New variable.
1188 (image-search-load-path): New function.
1189 (find-image): Search for images in `image-load-path'.
1190
1191 2005-09-15 Richard M. Stallman <rms@gnu.org>
1192
1193 * follow.el: Change Maintainer field.
1194
1195 2005-09-15 David Ponce <david@dponce.com>
1196
1197 * recentf.el (recentf-save-file-modes): New option.
1198 (recentf-save-list): Use it.
1199
1200 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1201
1202 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1203 (mode-line-mule-info, mode-line-modified): Move bindings from
1204 mouse-3 to mouse-1.
1205
1206 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * simple.el (sendmail-user-agent-compose): Revert last change.
1209
1210 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1213 Use with-current-buffer.
1214 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1215 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1216 (ange-ftp-insert-directory): Remove unused var `short'.
1217 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1218
1219 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1220 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1221
1222 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1223 (check-calendar-holidays, diary-list-entries): Autoload.
1224 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1225 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1226
1227 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1228 which mistakenly removed a call to display-buffer.
1229
1230 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1231
1232 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1233
1234 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1235
1236 * progmodes/hideshow.el
1237 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1238 (hs-allow-nesting): New user var.
1239 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1240 (hs-hide-block-at-point): When nesting allowed,
1241 if there is already an overlay in place, delete it.
1242 (hs-safety-is-job-n): Delete func; remove call sites.
1243 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1244 (hs-overlay-at): New func.
1245 (hs-already-hidden-p, hs-show-block): Use it.
1246 (hs-hide-all): Don't pre-clean if nesting allowed.
1247 (hs-show-all): Temporarily disallow
1248 nesting around call to `hs-discard-overlays'.
1249
1250 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1253 Delete unused local var.
1254
1255 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1256
1257 * help-fns.el (describe-categories): "?\ " -> "?\s".
1258 (help-do-arg-highlight): Recognize also ARG-n, as in
1259 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1260
1261 * international/codepage.el (dos-unsupported-char-glyph):
1262 * net/newsticker.el (tool-bar-map, w3-mode-map)
1263 (w3m-minor-mode-map):
1264 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1265 (ent-alist):
1266 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1267
1268 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1269
1270 * custom.el (custom-push-theme): Handle the case where a symbol is
1271 bound but face properties have not yet been assigned.
1272
1273 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1274 Fix behavior if noerase is `t' and there is no mail buffer.
1275
1276 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1277 if `continue' is nil, rather than signal an error.
1278
1279 2005-09-12 Richard M. Stallman <rms@gnu.org>
1280
1281 * font-lock.el (font-lock-keywords): Add autoload.
1282
1283 * help-fns.el (describe-variable): Rearrange to put source link
1284 in a predictable place.
1285
1286 * net/newsticker.el: New file.
1287
1288 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1291 (calendar-basic-setup): Use the new nil arg.
1292 (number-of-diary-entries): Move to diary-lib.el.
1293
1294 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1295 (diary-list-entries): Use with-syntax-table and dolist.
1296 Rename from list-diary-entries.
1297 Use number-of-diary-entries if `number' is nil.
1298 (diary, diary-view-entries): Use this new name and new nil arg value.
1299 (number-of-diary-entries): Move from calendar.el.
1300 (diary-unhide-everything): New function.
1301 (include-other-diary-files, fancy-diary-display)
1302 (diary-show-all-entries, make-diary-entry): Use it.
1303 (diary-mail-entries): Use buffer-string.
1304 (mark-diary-entries): Fix long standing paren typo.
1305 (diary-sexp-entry): Use count-lines.
1306 (make-diary-entry): Avoid `previous-line'.
1307 (diary-mode-map): New var.
1308 (diary-mode): Redraw cal after saving. Setup header-line.
1309 (fancy-diary-display-mode): Use local-set-key.
1310
1311 * startup.el (command-line): Try calling various terminal-init-foo-bar
1312 functions by stripping hyphenated suffixes from $TERM.
1313
1314 * files.el (normal-mode): Check boundness of font-lock-keywords.
1315
1316 2005-09-12 Richard M. Stallman <rms@gnu.org>
1317
1318 * progmodes/compile.el: Don't decide a file's directory
1319 until the user actually tries to go there.
1320 (compilation-next-error-function):
1321 Pass compilation-find-file the directory from the file-struct.
1322 (compilation-internal-error-properties): Separate local FILE-STRUCT
1323 from FILE. Doc the args better. Rename arg FMT to FMTS.
1324 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1325 Expand it, and if nil, use default-directory.
1326 (compilation-get-file-structure): Don't mix specified directory
1327 with default directory. Put specified directory into
1328 file-struct. Don't make the file name absolute.
1329
1330 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1331 (compile-command): Add autoload.
1332 (compilation-disable-input): Add autoload.
1333
1334 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1335
1336 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1337 strings of the variables it can override.
1338 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1339 %Q and %q, for fully-qualified domain name and unqualified host name.
1340
1341 2005-09-11 Kim F. Storm <storm@cua.dk>
1342
1343 * emacs-lisp/authors.el (authors-aliases): Update list.
1344 (authors-fixed-entries): Update mldrag.el entry.
1345
1346 2005-09-10 Alan Mackenzie <acm@muc.de>
1347
1348 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1349 from the region narrowed to.
1350
1351 2005-09-10 Magnus Henoch <mange@freemail.hu>
1352
1353 * textmodes/ispell.el (ispell-check-version): Signal an error if
1354 aspell version is less than 0.60.
1355
1356 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1357
1358 * progmodes/octave-inf.el (inferior-octave-startup):
1359 Resync current dir at the end.
1360
1361 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1362
1363 * woman.el (woman-topic-at-point-default):
1364 Rename to woman-use-topic-at-point-default.
1365 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1366 (woman-file-name): Reflect renames above. Automatically use the
1367 word at point as topic if woman-use-topic-at-point is non-nil.
1368 Otherwise offer it as default but don't insert it in the
1369 minibuffer. Also use `test-completion' instead of `assoc' as
1370 suggested by Stefan Monnier.
1371
1372 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1373
1374 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1375 the attempt to do it over Tramp. This is not yet supported.
1376
1377 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1378
1379 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1380 (menu-bar-non-minibuffer-window-p): New functions.
1381 ("Split Window", "Save As..."): Use them.
1382 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1383 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1384 Use menu-bar-menu-frame-live-and-visible-p.
1385 ("Save Buffer", "Insert File", "Open Directory...")
1386 ("Open File...", "Visit New File..."):
1387 Use menu-bar-non-minibuffer-window-p.
1388 (kill-this-buffer-enabled-p, dired <menu-enable>):
1389 Use menu-bar-non-minibuffer-window-p.
1390
1391 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1392
1393 * cus-start.el (all): Don't complain about fringe-related
1394 built-ins if fringes are not supported. Ditto about
1395 selection-related built-ins. Fix the test for GTK-related built-ins.
1396
1397 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1398 ("Postscript Print Buffer", "Print Region", "Save As...")
1399 ("Save", "Insert File...", "Open Directory...")
1400 ("Open File...", "Visit New File..."")
1401 ("Truncate Long Lines in this Buffer"): Don't look at
1402 menu-updating-frame if this display does not support multiple frames.
1403
1404 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1405
1406 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1407
1408 2005-09-09 Emilio Lopes <eclig@gmx.net>
1409
1410 * woman.el: Format- and whitespace-related changes.
1411
1412 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1413
1414 * woman.el: Fix my email address.
1415
1416 2005-09-08 Richard M. Stallman <rms@gnu.org>
1417
1418 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1419 (sh-mode): Locally set skeleton-pair-default-alist.
1420
1421 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1422
1423 * progmodes/flymake.el: Require `compile' unconditionally.
1424
1425 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1426
1427 * woman.el (woman-file-name): Provide a default, not initial input.
1428
1429 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1430
1431 * font-lock.el (font-lock-support-mode): Doc fix.
1432
1433 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1434
1435 2005-09-08 Richard M. Stallman <rms@gnu.org>
1436
1437 * simple.el (blink-matching-open): Get rid of text props from
1438 the string shown in echo area. Don't permanently set point.
1439 Some rearrangements.
1440
1441 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1442
1443 * recentf.el (recentf-filename-handler): Add custom choice
1444 `abbreviate-file-name'.
1445
1446 * msb.el (msb--very-many-menus): Fix typo.
1447
1448 * disp-table.el (standard-display-european): Don't set
1449 enable-multibyte-characters to nil.
1450
1451 2005-09-08 David Ponce <david@dponce.com>
1452
1453 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1454 (recentf-expand-file-name): Doc fix.
1455 (recentf-dialog-mode-map): Define digit shortcuts.
1456 (recentf--files-with-key): New variable.
1457 (recentf-show-digit-shortcut-filter): New function.
1458 (recentf-open-files-items): New function.
1459 (recentf-open-files): Use it.
1460 (recentf-open-file-with-key): New command.
1461
1462 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1465 Suggested by Kim F. Storm.
1466 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1467 (Buffer-menu-make-sort-button): Use global keymap.
1468
1469 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1470
1471 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1472 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1473 necessary any longer with the remapped command.
1474 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1475 formatting time only.
1476
1477 * net/tramp.el (tramp-action-password)
1478 (tramp-multi-action-password): Compile the password prompt from
1479 `method', `user' and `host'. Sometimes it isn't obvious which
1480 password to enter, for example with remote files offered by
1481 recentf.el, or with multiple steps. Suggested by Robert Marshall
1482 <robert@chezmarshall.freeserve.co.uk>.
1483
1484 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1487 Fix regexp for when "s///" is at the beginning of line.
1488
1489 2005-09-07 Jay Belanger <belanger@truman.edu>
1490
1491 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1492 when in matrix mode.
1493
1494 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1497 non-anonymous functions.
1498
1499 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1500
1501 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1502 when using a header line. Otherwise, use mouse-1-click-follows-link.
1503
1504 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1505 can't be moved; don't signal an error.
1506
1507 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * cus-theme.el (custom-theme-write-faces): Save the current face
1510 spec, not the defface spec.
1511
1512 * custom.el (custom-known-themes): Clarify meaning of "standard".
1513 (custom-push-theme): Save old values in the standard theme.
1514 (disable-theme): Correct typo.
1515 (custom-face-theme-value) Deleted unused function.
1516 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1517
1518 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1519
1520 * progmodes/compile.el (compilation-goto-locus): Take into account
1521 iconified frames when determining whether the buffer is
1522 already visible.
1523 Don't reset window height if the window already existed.
1524
1525 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * custom.el (load-theme): Rename from require-theme.
1528 Add interactive spec.
1529 (enable-theme): Rename from custom-enable-theme.
1530 Add interactive spec.
1531 (disable-theme): Rename from custom-disable-theme.
1532 Add interactive spec.
1533 (custom-make-theme-feature): Doc fix.
1534 (custom-theme-directory): Doc fix.
1535 (provide-theme): Call enable-theme.
1536
1537 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * obsolete/lazy-lock.el (lazy-lock-mode):
1540 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1541 font-lock-mode if it's off. Print a warning instead.
1542
1543 * progmodes/compile.el (compilation-start): Ignore errors if the
1544 process died before we get to send-eof.
1545
1546 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1547 Undo last change. Enclosing the result in quotes broke things on Unix
1548 since tex-send-command passes it through shell-quote-argument.
1549 (tex-send-command): Pass `file' through convert-standard-filename
1550 when possible.
1551 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1552 info in a transcript.
1553
1554 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1555
1556 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1557 fix compilation warning. Reorder the key definitions to group
1558 together keys emitted by the current version of xterm.
1559
1560 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1561 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1562 Reorder predicates to correct min-color usage.
1563
1564 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1565
1566 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1567 Kill local variables when longlines-mode is turned off.
1568
1569 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1572
1573 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1574
1575 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1576
1577 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1578 (font-lock-lines-before): Change default to being inactive.
1579 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1580 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1581
1582 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1583
1584 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1585 Deactivate temporarily advice if active (not needed for Emacs 22,
1586 but for backwards compatibility).
1587 (tramp-exists-file-name-handler): Rewrite. First implementation
1588 was too simple.
1589 (tramp-advice-make-auto-save-file-name):
1590 Call `tramp-handle-make-auto-save-file-name' (again, just for
1591 backwards compatibility).
1592
1593 2005-08-31 Reto Zimmermann <reto@gnu.org>
1594
1595 * progmodes/vhdl-mode.el
1596 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1597 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1598 (vhdl-set-default-project): New function (easier setting of default).
1599 (vhdl-port-copy): Handle extended identifiers for generics.
1600 (vhdl-compiler-alist): Better description for error message regexp.
1601 (vhdl-make): Query for target, use previous as default.
1602 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1603 (vhdl-font-lock-keywords-2): Fix fontification for record
1604 el. assign.
1605 (vhdl-speedbar-make-subpack-line): Add package body link.
1606 (vhdl-generate-makefile-1): Not include itself as dependency.
1607 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1608 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1609 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1610 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1611 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1612 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1613 (vhdl-import-project): Add string argument for `error'.
1614 (vhdl-compose-configuration)
1615 (vhdl-compose-configuration-architecture): Add configuration
1616 declaration generation.
1617 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1618 (vhdl-trailer-re): Add "record" keyword (better indentation).
1619 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1620 "[^ \t-\"]+".
1621 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1622 (vhdl-testbench-entity-file-name)
1623 (vhdl-testbench-architecture-file-name): Allow separate
1624 customization of testbench file names.
1625 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1626 (vhdl-get-visible-signals): Allow newline within alias declaration.
1627 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1628 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1629 (member-ignore-case): Alias for missing function in XEmacs.
1630 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1631 (vhdl-update-sensitivity-list): Ignore case on read signals.
1632 (vhdl-replace-string): Adjust case only for file names.
1633 (vhdl-update-sensitivity-list): Fix search for read signals.
1634 (vhdl-update-sensitivity-list): Exclude formal parameters.
1635 (vhdl-get-visible-signals): Include aliases of signals.
1636 (vhdl-get-visible-signals): Fix signal name searching.
1637 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1638 (vhdl-fixup-whitespace-region): Fix for character
1639 literals (e.g. ':').
1640
1641 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1642
1643 * ansi-color.el (comint-last-output-start):
1644 * bs.el (font-lock-verbose):
1645 * diff-mode.el (add-log-buffer-file-name-function):
1646 * dired-x.el (vm-folder-directory):
1647 * faces.el (help-xref-stack-item):
1648 * files.el (font-lock-keywords):
1649 * find-lisp.el (dired-buffers, dired-subdir-alist):
1650 * ido.el (cua-inhibit-cua-keys):
1651 * log-view.el (cvs-minor-wrap-function):
1652 * outline.el (font-lock-warning-face):
1653 * simple.el (compilation-current-error):
1654 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1655 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1656 * tooltip.el (comint-prompt-regexp):
1657 * w32-fns.el (explicit-shell-file-name):
1658 * term/mac-win.el (mac-charset-info-alist)
1659 (mac-services-selection, mac-system-script-code):
1660 * term/tty-colors.el (msdos-color-values):
1661 * term/w32-win.el (xlfd-regexp-registry-subnum):
1662 * term/x-win.el (x-keysym-table, x-selection-timeout)
1663 (x-session-id, x-session-previous-id):
1664 * textmodes/ispell.el (mail-yank-prefix):
1665 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1666 * textmodes/org.el (calc-embedded-close-formula)
1667 (calc-embedded-open-formula)
1668 (font-lock-unfontify-region-function):
1669 * textmodes/reftex-global.el (isearch-next-buffer-function)
1670 (TeX-master):
1671 * textmodes/reftex.el (font-lock-keywords):
1672 * textmodes/tex-mode.el (font-lock-comment-face)
1673 (font-lock-doc-face):
1674 * textmodes/texinfo.el (outline-heading-alist):
1675 Add defvars.
1676
1677 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1678 (artist-spray-chars, artist-mode-init, artist-replace-string)
1679 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1680 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1681 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1682
1683 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1684 (conf-align-assignments): "?\ " -> "?\s".
1685
1686 * textmodes/reftex-index.el (TeX-master): Add defvar.
1687 (reftex-index-phrases-marker): Move up defvar.
1688
1689 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1690 (reftex-toc-include-labels-indicator)
1691 (reftex-toc-include-index-indicator)
1692 (reftex-toc-max-level-indicator): Move up declarations.
1693
1694 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1695 of args to `tramp-run-real-handler', even if it's empty in this case.
1696
1697 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1698
1699 * dired.el (dired-move-to-filename-regexp): Add date format for
1700 Mac OS X 10.3 in East Asian locales.
1701
1702 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1703
1704 * files.el (make-auto-save-file-name): Add file name handler call
1705 if applicable.
1706
1707 * net/tramp.el (tramp-file-name-handler-alist)
1708 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1709 (tramp-handle-make-auto-save-file-name): Rename from
1710 `tramp-make-auto-save-file-name'.
1711 (tramp-exists-file-name-handler): New defun.
1712 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1713 `make-auto-save-file-name' is not a magic file name operation.
1714
1715 2005-08-30 Richard M. Stallman <rms@gnu.org>
1716
1717 * files.el (risky-local-variable-p):
1718 Match `-predicates' and `-commands.
1719
1720 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1721 (custom-save-all): Visit the file if necessary;
1722 kill the buffer if we created it.
1723 (custom-save-delete): Don't visit file or kill buffer here.
1724
1725 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1726
1727 * textmodes/org.el (org-special-keyword): New face.
1728 (org-table-copy-down, org-table-eval-formula)
1729 (org-table-recalculate, org-init-section-numbers):
1730 Use `string-to-number' instead of `string-to-int'.
1731 (org-get-location): Use `insert-buffer-substring' instead of
1732 `insert-buffer'.
1733 (org-modify-diary-entry-string): New function.
1734 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1735 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1736 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1737 active region.
1738 (org-export-as-html): Handle QUOTE keyword.
1739 (org-quote-string): New option.
1740 (org-bookmark-jump-unhide): New function, used for
1741 `bookmark-after-jump-hook'.
1742 (org-diary-default-entry): Apply only when not called through
1743 `org-agenda'.
1744
1745 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1746
1747 * net/eudc.el (mode-popup-menu):
1748 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1749 * progmodes/ada-mode.el (compile-auto-highlight)
1750 (skeleton-further-elements):
1751 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1752 * progmodes/cmacexp.el (msdos-shells):
1753 * progmodes/compile.el (font-lock-extra-managed-props)
1754 (font-lock-keywords, font-lock-maximum-size)
1755 (font-lock-support-mode):
1756 * progmodes/grep.el (font-lock-lines-before):
1757 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1758 * progmodes/mixal-mode.el (compile-command):
1759 * progmodes/perl-mode.el (font-lock-comment-face)
1760 (font-lock-doc-face, font-lock-string-face):
1761 * progmodes/prolog.el (comint-prompt-regexp):
1762 * progmodes/sh-script.el (font-lock-comment-face)
1763 (font-lock-set-defaults, font-lock-string-face):
1764 * progmodes/sql.el (font-lock-keyword-face)
1765 (font-lock-set-defaults, font-lock-string-face):
1766 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1767 (itimer-version, lazy-lock-defer-contextually)
1768 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1769 Add defvars.
1770
1771 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1772 (cperl-electric-keyword, cperl-electric-pod)
1773 (cperl-electric-backspace, cperl-forward-re)
1774 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1775 (vc-rcs-header, vc-sccs-header): Add defvars.
1776
1777 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1778 (font-lock-syntactic-keywords, gud-find-expr-function):
1779 Add defvars.
1780
1781 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1782 (gdb-frame-parameters): Declare before use.
1783
1784 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1785 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1786 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1787 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1788
1789 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1790 (idlwave-help-with-source): Use `insert-buffer-substring', not
1791 `insert-buffer'.
1792
1793 2005-08-29 Juri Linkov <juri@jurta.org>
1794
1795 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1796 Put outline-back-to-heading function call inside save-excursion.
1797
1798 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1799
1800 * man.el (Man-init-defvars, Man-translate-references)
1801 (Man-support-local-filenames, Man-highlight-references):
1802 * progmodes/sql.el (sql-interactive-mode):
1803 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1804
1805 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1806 (compilation-mode-font-lock-keywords): Add defvars.
1807 (checkdoc-interactive-loop): "?\ " -> "?\s".
1808
1809 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1810 (font-lock-doc-face, font-lock-string-face)
1811 (font-lock-keywords-case-fold-search): Add defvars.
1812 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1813
1814 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1815 Don't pass X and Y (they are ignored anyway).
1816 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1817 (mouse-delete-window): Make arguments optional.
1818
1819 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1820 (caesar-translate-table, minor-modes, news-buffer-save)
1821 (news-group-name, news-minor-modes): Add defvars.
1822
1823 * emacs-lisp/lselect.el (mouse-highlight-priority)
1824 (x-lost-selection-functions, zmacs-regions):
1825 * emacs-lisp/pp.el (font-lock-verbose):
1826 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1827 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1828 (ses-mode-map):
1829 * emacs-lisp/tcover-unsafep.el (safe-functions):
1830 * international/mule-cmds.el (mac-system-coding-system)
1831 (mac-system-locale):
1832 * language/ethio-util.el (rmail-current-message)
1833 (rmail-message-vector):
1834 * language/thai-util.el (thai-auto-composition-mode):
1835 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1836 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1837 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1838 (vm-primary-inbox, vm-spool-files):
1839 * mail/rmail.el (deleted-head, font-lock-fontified)
1840 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1841 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1842 (total-messages):
1843 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1844 (rmail-summary-mode-map):
1845 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1846 (rmail-last-label, rmail-last-multi-labels)
1847 (rmail-summary-vector, rmail-total-messages):
1848 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1849 * mail/rmailsum.el (msgnum):
1850 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1851 (rmail-current-message):
1852 * obsolete/fast-lock.el (font-lock-face-list):
1853 * obsolete/rnewspost.el (mail-reply-buffer):
1854 * obsolete/scribe.el (compile-command):
1855 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1856
1857 2005-08-28 John Paul Wallington <jpw@gnu.org>
1858
1859 * ibuf-ext.el (ibuffer-auto-update-changed):
1860 Use `frame-or-buffer-changed-p' to check whether we need to update.
1861 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1862 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
1863 as a `frame-or-buffer-changed-p' state vector instead.
1864
1865 2005-08-27 Romain Francoise <romain@orebokech.com>
1866
1867 * textmodes/makeinfo.el (makeinfo-compile):
1868 Use `compilation-start'. Set `next-error-function' according to
1869 `disable-errors'.
1870 (makeinfo-next-error): New function.
1871 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1872 (makeinfo-buffer): Likewise.
1873
1874 * progmodes/compile.el (compilation-start): Add autoload cookie.
1875
1876 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1877 * textmodes/sgml-mode.el: Likewise.
1878 * progmodes/python.el: Likewise.
1879
1880 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1881
1882 * simple.el (blink-matching-paren-distance): Document the meaning
1883 of nil value, and allow to customize to nil.
1884
1885 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1886 command.com, not command.exe.
1887
1888 2005-08-26 John Wiegley <johnw@newartisans.com>
1889
1890 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1891 code around a bit so that an extraneous nil argument is not added
1892 to a command when no args are given.
1893
1894 * eshell/esh-arg.el (eshell-parse-double-quote): If a
1895 double-quoted argument resolves to nil, return it as an empty
1896 string rather than as nil. This made it impossible to pass "" to
1897 a shell script as a null string argument.
1898
1899 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * outline.el (outline-invent-heading): New fun.
1902 (outline-promote, outline-demote): Use it.
1903 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1904 (outline-end-of-subtree): Remove unused var `opoint'.
1905
1906 2005-08-26 David Reitter <david.reitter@gmail.com>
1907
1908 * menu-bar.el (truncate-lines, write-file, print-buffer)
1909 (ps-print-buffer-faces, ps-print-buffer, split-window):
1910 Disable menu items when the frame they refer to is invisible, or when
1911 they refer to a buffer and the minibuffer is selected.
1912
1913 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1914
1915 * progmodes/flymake.el (flymake-highlight-err-lines):
1916 Use save-excursion around flymake-highlight-line to preserve point.
1917
1918 2005-08-26 Eli Zaretskii <eliz@gnu.org>
1919
1920 * progmodes/octave-mod.el: Change Author and Maintainer address.
1921 (octave-maintainer-address): Change Kurt's email address.
1922 * progmodes/octave-inf.el: Change Author and Maintainer address.
1923 * progmodes/octave-hlp.el: Change Author and Maintainer address.
1924
1925 2005-08-26 Kim F. Storm <storm@cua.dk>
1926
1927 * subr.el (version-list-<, version-list-<=, version-list-=):
1928 Renamed from integer-list-*.
1929 (version-list-not-zero): Likewise. Fix while loop.
1930 (version=): Use version-list-= instead of string-equal.
1931
1932 2005-08-26 Richard M. Stallman <rms@gnu.org>
1933
1934 * outline.el (outline-promote): Try shortening the heading.
1935 As last resort, read the heading to use.
1936 (outline-demote): As last resort, read the heading to use.
1937
1938 2005-08-26 Romain Francoise <romain@orebokech.com>
1939
1940 * progmodes/compile.el (compilation-start): Doc fix.
1941
1942 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
1943 (antlr-font-lock-additional-keywords): Fix reference to
1944 `antlr-font-lock-literal-regexp' erroneously changed during the
1945 mass face rename.
1946 (antlr-run-tool): Use `compilation-start'.
1947
1948 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
1949 instead of the obsolete `compile-internal'.
1950
1951 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
1952
1953 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
1954 (number, original-date):
1955 * calendar/cal-china.el (date):
1956 * calendar/cal-coptic.el (date):
1957 * calendar/cal-french.el (date):
1958 * calendar/cal-hebrew.el (date, entry, number, original-date):
1959 * calendar/cal-islam.el (date, number, original-date):
1960 * calendar/cal-iso.el (date):
1961 * calendar/cal-julian.el (date):
1962 * calendar/cal-mayan.el (date):
1963 * calendar/cal-menu.el (date, event):
1964 * calendar/cal-persia.el (date):
1965 * calendar/lunar.el (date):
1966 * calendar/solar.el (date): Add defvars.
1967
1968 * emerge.el:
1969 * ibuffer.el:
1970 * info-xref.el:
1971 * obsolete/bg-mouse.el:
1972 * obsolete/sun-curs.el:
1973 * obsolete/swedish.el: Move the `defvar's to the top level.
1974
1975 * smerge-mode.el (smerge-refined-change): Add :group.
1976
1977 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
1980 (smerge-keep-n): Remove props.
1981 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1982 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
1983 now that it's done in smerge-keep-n.
1984 (smerge-refined-change): New face.
1985 (smerge-refine-chopup-region, smerge-refine-highlight-change)
1986 (smerge-refine): New funs.
1987 (smerge-basic-map): Bind smerge-refine.
1988
1989 2005-08-25 Juri Linkov <juri@jurta.org>
1990
1991 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
1992 compilation-process-setup-function and compilation-disable-input
1993 in grep-mode instead of let-bindings in grep.
1994
1995 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
1996 Delete "Automatic File De/compression" (auto-compression-mode).
1997
1998 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
1999
2000 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2001 Silence warning about non-existent variable.
2002
2003 2005-08-25 Richard M. Stallman <rms@gnu.org>
2004
2005 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2006 Rename "Describe Key" to "Describe Key or Mouse Operation".
2007
2008 * mail/mailalias.el (build-mail-aliases): Delete comments
2009 from the contents before processing them.
2010
2011 * isearch.el (isearch-edit-string): Erase the Search prompt
2012 if user enters an empty string and there is no default.
2013
2014 * comint.el (comint-file-name-prefix): Add autoload.
2015
2016 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2017
2018 * subr.el (play-sound): Rearrange to avoid warning.
2019
2020 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2021
2022 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2023 New hook.
2024 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2025
2026 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2029
2030 * custom.el (custom-theme-set-variables): Sort minor modes last.
2031
2032 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2033
2034 * subr.el (version-separator, version-regexp-alist): New vars used by
2035 version comparison funs.
2036 (integer-list-<, integer-list-=, integer-list-<=)
2037 (integer-list-not-zero): New funs for integer list comparison.
2038 (version-to-list, version=, version<, version<=): New funs for version
2039 comparison.
2040
2041 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2042
2043 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2044 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2045 time to silence the byte-compiler.
2046
2047 * ibuffer.el (ibuffer-compile-make-eliding-form)
2048 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2049 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2050 so it's silly to get warnings for it).
2051 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2052 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2053 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2054 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2055 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2056 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2057 Defvar at compile time.
2058 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2059 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2060 Declare them before use.
2061
2062 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2063 (info-xref-good, info-xref-bad): Defvar at compile time.
2064
2065 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2066 Use `let*' instead of `let'.
2067
2068 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2069 (*mouse-y*, menu, char): Defvar at compile time.
2070 (sc::menu): Declare it before use.
2071 (sc::pack-one-line): Use `let', not `let*'.
2072
2073 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2074 (mail-send-hook): Defvar at compile time.
2075
2076 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2077 Defvar at compile time.
2078
2079 * term/sun-mouse.el (current-global-mousemap)
2080 (current-local-mousemap): Declare them before use.
2081
2082 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2083
2084 * bookmark.el (bookmark-after-jump-hook): New hook.
2085 (bookmark-jump): Run `bookmark-after-jump-hook'.
2086
2087 2005-08-23 Juri Linkov <juri@jurta.org>
2088
2089 * faces.el (minibuffer-prompt): Doc fix.
2090
2091 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2092
2093 * progmodes/xscheme.el: Trivial changes to silence warnings.
2094 (xscheme-previous-mode, xscheme-previous-process-state):
2095 Add defvars.
2096 (xscheme-last-input-end, xscheme-process-command-line)
2097 (xscheme-process-name, xscheme-buffer-name)
2098 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2099 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2100 (xscheme-control-g-synchronization-p)
2101 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2102 (default-xscheme-runlight, xscheme-runlight)
2103 (xscheme-runlight-string, xscheme-process-filter-state)
2104 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2105 Move to beginning of file.
2106 (scheme-interaction-mode-commands-alist)
2107 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2108 Declare them before use. Note: the initialization code for the variables
2109 has not been moved because it uses functions that reference the variables.
2110 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2111 (xscheme-prompt-for-expression-map): Declare them before use.
2112 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2113
2114 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2115
2116 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2117
2118 2005-08-22 Juri Linkov <juri@jurta.org>
2119
2120 * faces.el (set-face-underline): Delete this duplicate function
2121 and make an obsolete alias to set-face-underline-p.
2122 (set-face-underline-p): Use docstring of set-face-underline.
2123 (describe-face): Create hyperlink to parent face.
2124
2125 * info.el (Info-insert-dir): Use save-excursion around
2126 insert-buffer-substring.
2127 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2128 (Info-escape-percent): Delete function.
2129 (Info-fontify-node): Replace Info-escape-percent by
2130 replace-regexp-in-string with REP arg set to lambda that
2131 duplicates `%' and preserves text properties.
2132
2133 * progmodes/compile.el (compilation-disable-input): Doc fix.
2134 (define-compilation-mode): Doc fix and refill.
2135 (kill-compilation): Use `mode-name' in the error message.
2136 (compilation-find-file): Use `compilation-error' in the
2137 read-file-name's prompt.
2138
2139 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2142 (smerge-auto-leave): Make undo re-enable the mode.
2143 (debug-ignored-errors): Add the user-error of impossible resolution.
2144 (smerge-resolve): Move things around a bit, in preparation for later.
2145 (smerge-diff): Don't fail if the buffer has no associated file.
2146 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2147 (smerge-conflict-overlay): New function.
2148 (smerge-match-conflict): Don't add text properties here.
2149 (smerge-find-conflict): Instead, add an overlay here.
2150 Also check for the case where we're inside a conflict already, so as to
2151 obviate the need for font-lock-multiline, which is unbearably slow with
2152 large conflicts and ciomplex font-lock patterns.
2153 (smerge-remove-props): Remove overlay rather than text-properties.
2154 (smerge-mode): Don't set font-lock-multiline.
2155 Remove overlays when turned off.
2156
2157 2005-08-21 Kim F. Storm <storm@cua.dk>
2158
2159 * ido.el (ido-ignore-item-p): Use save-match-data.
2160 Bind case-fold-search to ido-case-fold locally.
2161
2162 2005-08-20 Richard M. Stallman <rms@gnu.org>
2163
2164 * files.el (normal-mode): If font lock is on, turn it off and on.
2165
2166 * subr.el (replace-regexp-in-string): Doc fix.
2167
2168 * startup.el (command-line-1): Don't suppress startup screen
2169 due to existing processes.
2170
2171 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2172
2173 * progmodes/compile.el (compilation-disable-input): Default to nil.
2174
2175 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2176
2177 * progmodes/compile.el (compilation-disable-input): New defcustom.
2178 (compilation-start): If compilation-disable-input is non-nil, send
2179 EOF to the compilation process.
2180
2181 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2182
2183 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2184 Run the argument of tex-shell-cd-command through
2185 convert-standard-filename, to get the correct style of slashes on
2186 Windows, and enclose the result in quotes, in case the file name
2187 includes whitespace or other special characters.
2188
2189 2005-08-19 Andreas Schwab <schwab@suse.de>
2190
2191 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2192 process.
2193
2194 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2195
2196 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2197
2198 2005-08-18 Kim F. Storm <storm@cua.dk>
2199
2200 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2201
2202 2005-08-18 Richard M. Stallman <rms@gnu.org>
2203
2204 * scroll-lock.el: New file.
2205
2206 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2207
2208 * dired.el (dired-move-to-end-of-filename):
2209 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2210
2211 2005-08-18 Kim F. Storm <storm@cua.dk>
2212
2213 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2214 rather than toggle mode when custom value is nil.
2215 (ido-everywhere): Fix defun doc string.
2216
2217 2005-08-17 Richard M. Stallman <rms@gnu.org>
2218
2219 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2220 as tag instead of "Inviolable".
2221
2222 2005-08-17 Kim F. Storm <storm@cua.dk>
2223
2224 * windmove.el (windmove-coordinates-of-position): Remove.
2225 (windmove-coordinates-of-window-position): Remove.
2226 (windmove-reference-loc): Use posn-at-point instead.
2227
2228 * subr.el (insert-for-yank-1): Doc fix.
2229
2230 * ido.el (ido-enter-matching-directory): Rename from
2231 ido-enter-single-matching-directory. Change 'slash choice to
2232 'only. Add 'first choice.
2233 (ido-exhibit): Adapt to above changes.
2234
2235 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2236
2237 * Makefile.in: Expand comment about building loaddefs.el.
2238
2239 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2240
2241 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2242 Comment use of defadvice.
2243
2244 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2245
2246 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2247
2248 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2249 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2250 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2251 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2252 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2253 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2254 for backward compatibility for faces that did not appear in the
2255 previous Emacs release.
2256
2257 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2258
2259 2005-08-15 Kim F. Storm <storm@cua.dk>
2260
2261 * emulation/cua-base.el (cua-delete-region): Return t if
2262 deleted region was non-empty.
2263 (cua-replace-region): Inhibit overwrite-mode for
2264 self-insert-command if replaced region was non-empty.
2265 (cua--explicit-region-start, cua--status-string): Make them
2266 buffer-local at top-level...
2267 (cua-mode): ...rather than when mode is enabled.
2268
2269 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2270
2271 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2272 Set t for Emacs 21, 22, and so on.
2273
2274 2005-08-15 David Ponce <david@dponce.com>
2275
2276 * tree-widget.el: Update Commentary header.
2277 (tree-widget-theme): Doc fix.
2278 (tree-widget-space-width): New option.
2279 (tree-widget-image-properties): Look up in the default theme too.
2280 (tree-widget--cursors): Only for images with arrow pointer shape.
2281 (tree-widget-lookup-image): Pointer shape is hand by default.
2282 (tree-widget-icon): Rename generic icon widget from
2283 `tree-widget-control'.
2284 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2285 derive from `tree-widget-icon'.
2286 (tree-widget-handle): Improve default look and feel of the text
2287 representation.
2288 (tree-widget): Rename :*-control properties to :*-icon properties.
2289 Add :action and :help-echo properties.
2290 (tree-widget-after-toggle-functions): Move.
2291 (tree-widget-close-node, tree-widget-open-node): Remove.
2292 (tree-widget-before-create-icon-functions): New hook.
2293 (tree-widget-value-create): Update to allow customization of icons
2294 and nodes at run-time via that new hook.
2295 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2296 (tree-widget-icon-action, tree-widget-icon-help-echo)
2297 (tree-widget-action, tree-widget-help-echo): New functions.
2298
2299 2005-08-15 Kim F. Storm <storm@cua.dk>
2300
2301 * ido.el (ido-buffer-internal): Use with-no-warnings.
2302 (ido-make-merged-file-list): Use while-no-input.
2303
2304 2005-08-15 Richard M. Stallman <rms@gnu.org>
2305
2306 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2307 (flyspell-large-region): Fix doc and custom type.
2308
2309 2005-08-14 Richard M. Stallman <rms@gnu.org>
2310
2311 * files.el (interpreter-mode-alist): Doc fix.
2312
2313 * mail/rmail.el (rmail-nonignored-headers): New variable.
2314 (rmail-clear-headers): Use it.
2315 (rmail-reply): Better handling of mail-followup-to header.
2316
2317 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2318 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2319 don't try to refer to executable-font-lock-keywords.
2320 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2321 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2322 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2323 (sh-mode): Set comment-start-skip, local-abbrev-table,
2324 imenu-case-fold-search.
2325 (sh-set-shell): Don't set them here.
2326 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2327 Don't cache the results in the original alist; don't ever modify
2328 that alist.
2329
2330 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2331
2332 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2333 empty.
2334
2335 2005-08-15 Andreas Schwab <schwab@suse.de>
2336
2337 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2338
2339 * dired.el, info.el, mail/rmail.el: Revert last change.
2340
2341 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2342
2343 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2344 modification in `eval-after-load' form.
2345 * info.el: Likewise.
2346 * mail/rmail.el: Likewise.
2347
2348 2005-08-14 Juri Linkov <juri@jurta.org>
2349
2350 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2351 Remove highlighting of "Compilation started". Highlight only
2352 the word "finished" in "Compilation finished". Add highlighting
2353 of "interrupt", "killed", "terminated" and the exit code.
2354 (compilation-start): Add newline after header. Use exactly the
2355 same time stamp format as the finishing message.
2356 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2357
2358 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2359 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2360 Add highlighting of "interrupt", "killed", "terminated".
2361
2362 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2363 enabled and the current command is self-insert-command, call it
2364 explicitly with overwrite-mode bound to nil, to not allow it
2365 to delete the character after the selected region.
2366
2367 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2368
2369 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2370 move-end-of-line, end-of-line, and beginning-of-line to the list
2371 of commands after which the echo area is updated.
2372
2373 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2374
2375 * cus-edit.el (custom-save-all, custom-save-delete):
2376 Bind recentf-exclude to exclude custom-file.
2377
2378 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2379
2380 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2381 to go to the bottom of the mail message. Added to
2382 `rmail-summary-mode-map' with key "/".
2383 (rmail-summary-show-message): New (internal) function for use by
2384 both `rmail-summary-beginning/end-of-message'.
2385 (rmail-summary-beginning-of-message): Change to use
2386 rmail-summary-show-message.
2387
2388 * mail/rmail.el (rmail-end-of-message): New command to go to the
2389 end of the current message. Added to `rmail-mode-map' with key "/".
2390 (rmail-beginning-of-message): Fix to work as documented.
2391 (rmail-mode): Change documentation.
2392
2393 * progmodes/compile.el (compilation-start): Add the line
2394 "Compilation started" with compilation start time.
2395 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2396
2397 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2398
2399 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2400 of menu items.
2401
2402 2005-08-11 Richard M. Stallman <rms@gnu.org>
2403
2404 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2405
2406 * battery.el (battery-status-function): Don't use ignore-errors.
2407
2408 2005-08-11 Lute Kamstra <lute@gnu.org>
2409
2410 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2411 define-obsolete-variable-alias.
2412
2413 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2416 (ange-ftp-send-cmd): Revert last change, and expand
2417 the comment explaining the problem.
2418
2419 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2420
2421 * ldefs-boot.el: Update.
2422
2423 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2424 item to "Time, Load and Mail". Change help echo text.
2425
2426 * time.el (display-time-use-mail-icon, display-time-format)
2427 (display-time-string-forms): Shorten first line of docstrings.
2428
2429 2005-08-10 Lars Hansen <larsh@soem.dk>
2430
2431 * desktop.el (desktop-buffer-mode-handlers):
2432 Make non-customizable. Add autoload cookie. Change initial value to
2433 nil; add elements in respective modules instead. Fix doc string.
2434 (desktop-load-file): New function.
2435 (desktop-minor-mode-handlers): New autoloaded variable.
2436 (desktop-create-buffer): Call minor mode handlers.
2437 Use desktop-load-file to load major and minor mode modules prior to
2438 checking for a handler.
2439 (desktop-save): Don't add nil to desktop-minor-modes for minor
2440 modes with nil function in desktop-minor-mode-table. Don't delete
2441 desktop file before rewriting it.
2442 (desktop-locals-to-save): Add autoload cookie. Don't make
2443 automatically buffer-local. Add variables column-number-mode,
2444 size-indication-mode, indent-tabs-mode,
2445 indicate-buffer-boundaries, indicate-empty-lines and
2446 show-trailing-whitespace.
2447 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2448 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2449 (desktop-clear-preserve-buffers-regexp): Delete.
2450 (desktop-clear-preserve-buffers): Update initial value and docstring.
2451 (desktop-save-buffer): Fix doc string.
2452
2453 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2454 (hilit-chg-desktop-restore): New function.
2455 (highlight-changes-mode): Add highlight-changes-mode to
2456 desktop-locals-to-save.
2457
2458 * dired.el: Add handler to desktop-buffer-mode-handlers.
2459 (dired-restore-desktop-buffer): Remove autoload cookie.
2460 (dired-mode): Add autoload cookie.
2461
2462 * info.el: Add handler to desktop-buffer-mode-handlers.
2463 (Info-restore-desktop-buffer): Remove autoload cookie.
2464 (Info-mode): Add autoload cookie.
2465
2466 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2467 (mh-restore-desktop-buffer): Remove autoload cookie.
2468 (mh-folder-mode): Add autoload cookie.
2469
2470 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2471 (rmail-restore-desktop-buffer): Remove autoload cookie.
2472
2473 2005-08-11 Masatake YAMATO <jet@gyve.org>
2474
2475 * hexl.el (hexl-address-region):
2476 (hexl-ascii-region, hexl-font-lock-keywords):
2477 (hexl-highlight-line-range): Use the term "region"
2478 instead of "area" for consistency with the other symbols
2479 defined in hexl.el.
2480
2481 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2482
2483 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2484 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2485 out by Juri Linkov). Add `display-battery-mode'.
2486
2487 2005-08-09 Juri Linkov <juri@jurta.org>
2488
2489 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2490 Remove `-text' from face variable names.
2491 (compilation-error-file-name, compilation-warning-file-name)
2492 (compilation-info-file-name): Delete faces.
2493 (compilation-line-number, compilation-column-number):
2494 Remove face underlining.
2495 (compilation-message-face): Set to `underline' value by default.
2496 (compilation-error-face, compilation-warning-face)
2497 (compilation-info-face): Remove `-file-name' from face names.
2498 (compilation-error-text-face, compilation-warning-text-face)
2499 (compilation-info-text-face): Delete face variables.
2500 (compilation-text-face): Delete function.
2501
2502 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2503 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2504 (grep-error-face): Set to `compilation-error' instead of
2505 `compilation-error-face' (which is redefined to `grep-hit-face' in
2506 grep buffers).
2507 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2508 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2509
2510 * dired-aux.el (dired-do-query-replace-regexp):
2511 Use `query-replace-read-args'.
2512
2513 * replace.el (query-replace-read-from, query-replace-read-to)
2514 (query-replace-read-args): Rename arg `string' to `prompt'.
2515
2516 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2517
2518 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2519
2520 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2521 uploading files.
2522 (ange-ftp-canonize-filename): Handle file names beginning with ~
2523 correctly.
2524
2525 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2526
2527 * textmodes/fill.el (canonically-space-region)
2528 (fill-context-prefix, fill-french-nobreak-p)
2529 (fill-delete-newlines, fill-comment-paragraph)
2530 (justify-current-line): "?\ " -> "?\s".
2531
2532 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2533
2534 * textmodes/fill.el (fill-nonuniform-paragraphs):
2535 Improve argument/docstring consistency.
2536
2537 2005-08-09 Richard M. Stallman <rms@gnu.org>
2538
2539 * textmodes/ispell.el (ispell-word): More fboundp checks.
2540
2541 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2542 (find-file-noselect-1): Call it here, only if RAWFILE.
2543 (normal-mode): Always set some major mode.
2544 (save-some-buffers-action-alist): Change some explanation strings.
2545 (file-name-non-special): In the `quote' method, use unwind-protect.
2546
2547 2005-08-09 Magnus Henoch <mange@freemail.hu>
2548
2549 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2550 (ispell-have-aspell-dictionaries): New variable.
2551 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2552 (ispell-get-aspell-config-value): New function.
2553 (ispell-aspell-find-dictionary): New function.
2554 (ispell-aspell-add-aliases): New function.
2555 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2556 appropriate. Don't look for ispell dictionaries if we use aspell.
2557 (ispell-menu-map): Don't build a submenu of dictionaries.
2558
2559 2005-08-09 Richard M. Stallman <rms@gnu.org>
2560
2561 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2562 (sql-read-passwd): Use read-passwd.
2563
2564 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2565 (idlwave-toolbar-is-possible): Add defvars.
2566
2567 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2568 Avoid warnings.
2569
2570 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2571 (idlwave-system-class-info, idlwave-executive-commands-alist):
2572 Use defvar.
2573
2574 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2575
2576 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2577 Avoid warnings.
2578
2579 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2580 and content-type: headers.
2581
2582 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2583
2584 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2585 and rename some of them to be more self-explanatory.
2586
2587 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2588
2589 * startup.el (command-line-1): Implement -scriptload.
2590
2591 * replace.el (occur-engine): Initial *Occur* output not undoable.
2592
2593 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2594 and improve help strings.
2595
2596 * isearch.el (isearch-repeat): When changing direction,
2597 mark search successful.
2598
2599 * ediff-init.el: Use (featurep 'xemacs).
2600
2601 * comint.el (send-invisible): Identify buffer, if not selected.
2602
2603 * align.el: Delete autoload for c-guess-basic-syntax.
2604
2605 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2606
2607 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2608 Improve argument/docstring consistency. Doc fixes.
2609 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2610 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2611 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2612 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2613 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2614 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2615 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2616 Defvar at compile time.
2617
2618 2005-08-09 Juri Linkov <juri@jurta.org>
2619
2620 * info.el: Replace `info' with upper-case `Info' where appropriate.
2621 (info-title-1, info-title-2, info-title-3, info-title-4)
2622 (info-menu-header): Move up face definitions.
2623 (info-menu-star): Rename from `info-menu-5'.
2624 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2625 (Info-fontify-visited-nodes): Fix docstring.
2626 (Info-hide-note-references): Fix docstring.
2627 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2628 menu items in the same way as on cross-references.
2629 (info-apropos): Fix sorting order and formatting to be like in the
2630 stand-alone Info browser. Display error messages for 1 sec.
2631 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2632 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2633 from the menu bar.
2634 (Info-insert-dir): Restore point after calling
2635 `insert-buffer-substring'.
2636
2637 2005-08-08 Richard M. Stallman <rms@gnu.org>
2638
2639 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2640 (recompute-lucid-menubar): Add defvars.
2641
2642 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2643
2644 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2645
2646 * net/net-utils.el (run-dig): Rename from `dig'.
2647
2648 * play/gametree.el (gametree-mode): Use make-local-variable,
2649 not make-variable-buffer-local.
2650
2651 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2652
2653 * ansi-color.el (ansi-color-make-extent)
2654 (ansi-color-set-extent-face): Use fboundp, not functionp.
2655
2656 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2657 not make-variable-buffer-local.
2658
2659 * bookmark.el (Info-current-file): Add defvar.
2660 (bookmark-jump-noselect): Use with-no-warnings.
2661
2662 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2663
2664 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2665
2666 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2667
2668 * find-file.el (ada-procedure-start-regexp)
2669 (ada-package-start-regexp): Add defvars.
2670
2671 * info.el (Info-insert-dir): Use insert-buffer-substring.
2672
2673 * xml.el (xml-att-def-re): Add defvar.
2674
2675 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2676 calling convention.
2677
2678 * subr.el (while-no-input): Return t if there is input.
2679
2680 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2681
2682 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2683
2684 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2687 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2688
2689 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2690
2691 * cmuscheme.el (scheme-start-file): Replace reference to
2692 `user-emacs-directory' by "~/.emacs.d/".
2693
2694 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2695
2696 * info.el (Info-dir-remove-duplicates): Avoid case folding
2697 in loop; instead, keep downcased strings for comparison.
2698 Suggested by Helmut Eller.
2699
2700 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2701
2702 Sync with Tramp 2.0.50.
2703
2704 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2705 XEmacs case; not necessary anymore.
2706 (tramp-user-regexp): Allow "@" as part of user name.
2707 (tramp-handle-set-visited-file-modtime)
2708 (tramp-handle-insert-file-contents)
2709 (tramp-handle-write-region): No special handling for
2710 `last-coding-system-used, because this is done in
2711 `tramp-accept-process-output' now.
2712 (tramp-accept-process-output): New defun.
2713 (tramp-process-one-action, tramp-process-one-multi-action)
2714 (tramp-wait-for-regexp, tramp-wait-for-output)
2715 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2716 Howells <dhowells@redhat.com>.
2717 (clear-visited-file-modtime): Defadvice removed. The check for
2718 unset buffer's modtime does not need to be based on
2719 `tramp-buffer-file-attributes'. Suggested by RMS.
2720 (tramp-message): Insert "\n" if not being at beginning of line.
2721 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2722 sequence with same logic.
2723 (tramp-completion-handle-expand-file-name): Discard call of
2724 `tramp-drop-volume-letter'. It is not necessary, and there have
2725 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2726 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2727 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2728 should always be visible.
2729 (tramp-handle-insert-directory, tramp-setup-complete)
2730 (tramp-set-process-query-on-exit-flag)
2731 (tramp-append-tramp-buffers): Pacify byte-compiler.
2732 (tramp-bug): Delete non-existing variables from list.
2733 Apply `tramp-load-report-modules' as pre-hook.
2734 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2735 `shell-prompt-pattern' because of non-7bit characters.
2736 Reported by Sebastian Luque <sluque@mun.ca>.
2737 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2738 (tramp-match-string-list): Remove function.
2739 (tramp-wait-for-regexp): Remove call of that function.
2740 Suggested by Kim F. Storm <storm@cua.dk>.
2741 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2742 instead of octal character code ?\600. The latter resulted in a
2743 syntax error with XEmacs.
2744
2745 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2746 XEmacs case; not necessary anymore.
2747 (tramp-smb-handle-write-region): No special handling for
2748 `last-coding-system-used, because this is done in
2749 `tramp-accept-process-output' now.
2750 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2751
2752 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2753
2754 * wid-edit.el (widget-choice-value-create):
2755 Unconditionally respect user choice. Set :explicit-choice back to nil
2756 when no longer needed.
2757 (widget-choice-action): Unconditionally respect user choice.
2758 Eliminate :explicit-choice-value.
2759
2760 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2761
2762 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2763 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2764 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2765 running new function `toggle-indicate-empty-lines'.
2766 Rename "Customize" item to "Customize fringe".
2767 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2768 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2769 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2770 Delete "Empty lines only" item.
2771 (menu-bar-showhide-fringe-ind-customize): New function.
2772 (menu-bar-showhide-fringe-ind-mixed)
2773 (menu-bar-showhide-fringe-ind-box)
2774 (menu-bar-showhide-fringe-ind-right)
2775 (menu-bar-showhide-fringe-ind-left)
2776 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2777 instead of `fringe-indicators'.
2778
2779 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2780
2781 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2782 Change the date of last update.
2783
2784 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2785
2786 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2787 (viper-exec-yank, viper-put-back): Don't display modification msg
2788 if in the minibuffer.
2789
2790 * viper-init.el (viper-replace-overlay-cursor-color)
2791 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2792 Make variables frame local.
2793
2794 * viper-util.el (viper-append-filter-alist): Use append instead of
2795 nconc.
2796
2797 * viper.el (viper-vi-state-mode-list)
2798 (viper-emacs-state-mode-list): Move help-mode and
2799 completion-list-mode from the first list to the second.
2800 (viper-mode): Docstring.
2801 (viper-go-away, viper-non-hook-settings): Don't localize
2802 minor-mode-alist in newer Emacsen. Add advice to
2803 set-cursor-color. Don't bind "\C-c\\".
2804
2805 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2806
2807 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2808 (scheme-macro-expand-command): New user options.
2809 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2810 (scheme-form-at-point, scheme-start-file)
2811 (scheme-interactively-start-process): New functions.
2812 (scheme-get-process): New function, extracted from `scheme-proc'.
2813 (run-scheme): Call `scheme-start-file' to get start file, and pass
2814 it to `make-comint'.
2815 (switch-to-scheme, scheme-proc):
2816 Call `scheme-interactively-start-process' if no Scheme buffer/process
2817 is available.
2818
2819 2005-08-06 Juri Linkov <juri@jurta.org>
2820
2821 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2822 Use `compilation-text-face', `compilation-info-text-face' and
2823 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2824 (compilation-error): New face.
2825 (compilation-error-file-name): Inherit from
2826 `compilation-error' instead of `font-lock-warning-face'.
2827 (compilation-warning-file-name): Inherit from
2828 `compilation-warning' instead of `font-lock-warning-face'.
2829 (compilation-info, compilation-error-file-name)
2830 (compilation-warning-file-name, compilation-info-file-name)
2831 (compilation-line-number, compilation-column-number): Doc fix.
2832 (compilation-error-text-face, compilation-warning-text-face)
2833 (compilation-info-text-face): New face variables.
2834 (compilation-line-face, compilation-column-face)
2835 (compilation-enter-directory-face)
2836 (compilation-leave-directory-face): Doc fix.
2837 (compilation-text-face): New function.
2838
2839 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2840 instead of 1 to display binary file names as info file links.
2841 (grep-error-face): Use `compilation-error-face' instead of
2842 `font-lock-keyword-face'.
2843 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2844 and `compilation-warning-text-face' instead of
2845 `font-lock-keyword-face'. Use `compilation-error-text-face'
2846 instead of `grep-error-face'.
2847
2848 2005-08-05 Kenichi Handa <handa@m17n.org>
2849
2850 * international/code-pages.el: Add autoload cookies for all coding
2851 systems.
2852
2853 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
2854
2855 * cus-start.el (all): Put undo.c where it alphabetically belongs.
2856
2857 2005-08-04 Juri Linkov <juri@jurta.org>
2858
2859 * progmodes/compile.el (compilation-mode-map):
2860 * progmodes/grep.el (grep-mode-map):
2861 Bind TAB to `compilation-next-error' and [backtab] to
2862 `compilation-previous-error'.
2863
2864 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2865 matching line numbers, column numbers and their ranges with regexp
2866 matching only line numbers.
2867 (grep-context-face): New face variable.
2868 (grep-mode-font-lock-keywords): Use it.
2869
2870 * faces.el (read-face-name): Delete duplicate faces.
2871
2872 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2873
2874 * thumbs.el (thumbs-find-image): Don't make variables
2875 automatically buffer local.
2876 (thumbs-current-tmp-filename, thumbs-current-image-filename)
2877 (thumbs-image-num): Make automatically buffer local.
2878 (thumbs-show-thumbs-list): Use `make-local-variable', not
2879 `make-variable-buffer-local'.
2880 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2881
2882 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2883 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2884 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2885 (bother, bye, canyou, chatlst, continue, deathlst, describe)
2886 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2887 (feelings-about, foullst, found, hello, history, howareyoulst)
2888 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2889 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2890 (neglst, obj, object, owner, please, problems, qlist)
2891 (random-adjective, relation, remlst, repetitive-shortness)
2892 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2893 (shortlst, something, sportslst, stallmanlst, states, subj)
2894 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2895 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2896 Defvar at compile time.
2897
2898 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2899 not `make-variable-buffer-local'.
2900
2901 2005-08-02 Kim F. Storm <storm@cua.dk>
2902
2903 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2904 rectangle overlay in selected window.
2905
2906 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
2907
2908 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
2909 instead of display group. Make `indicate-buffer-boundaries'
2910 customizable through Custom.
2911
2912 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
2913
2914 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
2915 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
2916 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
2917 (gdb-put-string): Fix typos in docstrings.
2918
2919 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
2920
2921 Update copyright notices of files in progmodes directory for
2922 release of Emacs 22.1.
2923
2924 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
2925
2926 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
2927 Don't barf if the GUD buffer has been killed.
2928
2929 2005-08-01 Kim F. Storm <storm@cua.dk>
2930
2931 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
2932
2933 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * simple.el (next-error-follow-minor-mode):
2936 make-variable-buffer-local -> make-local-variable.
2937
2938 * emacs-lisp/cl-extra.el: Require CL also when compiling.
2939
2940 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
2941 (byte-compile-form-make-variable-buffer-local): New functions to warn
2942 about misuses of make-variable-buffer-local where make-local-variable
2943 was meant.
2944
2945 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * bs.el (bs-attributes-list): Doc fix.
2948 (bs): Update url-link.
2949
2950 * desktop.el (desktop-save-buffer): Fix typos in docstring.
2951 (desktop-load-default): Simplify.
2952
2953 * ibuffer.el (ibuffer-columnize-and-insert-list)
2954 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
2955 (ibuffer-unmark-all, ibuffer-toggle-marks)
2956 (ibuffer-unmark-forward, ibuffer-unmark-backward)
2957 (ibuffer-compile-make-format-form, ibuffer-format-column)
2958 (ibuffer-current-buffers-with-marks)
2959 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
2960 (ibuffer): Doc fix.
2961 (ibuffer-mode): Fix typo in docstring.
2962 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
2963 with `define-obsolete-variable-alias'.
2964 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
2965
2966 2005-07-29 Kenichi Handa <handa@m17n.org>
2967
2968 * international/mule-cmds.el (select-message-coding-system):
2969 Be sure to use LF for end-of-line. If no coding system is decided,
2970 return iso-8859-1-unix.
2971
2972 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2973
2974 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
2975 (ange-ftp-pending-error-line): New vars.
2976 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
2977 to handle the non-fatal no-route-to-host messages.
2978 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
2979
2980 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
2981
2982 * isearch.el (isearch-mode-map, isearch-other-meta-char)
2983 (isearch-quote-char, isearch-printing-char)
2984 (isearch-text-char-description): "?\ " -> "?\s".
2985 (isearch-lazy-highlight-cleanup)
2986 (isearch-lazy-highlight-initial-delay)
2987 (isearch-lazy-highlight-interval)
2988 (isearch-lazy-highlight-max-at-a-time)
2989 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
2990 Declare with define-obsolete-*-alias macros.
2991 (isearch-forward): Fix typo in docstring.
2992 (search-invisible, search-ring-yank-pointer)
2993 (regexp-search-ring-yank-pointer): Doc fixes.
2994
2995 * recentf.el (recentf-menu-append-commands-p): Declare with
2996 `define-obsolete-variable-alias'.
2997 (recentf-max-saved-items, recentf-menu-filter)
2998 (recentf-arrange-by-rule-subfilter): Doc fixes.
2999 (recentf-menu-append-commands-flag)
3000 (recentf-initialize-file-name-history, recentf-expand-file-name)
3001 (recentf-clear-data): Fix typos in docstrings.
3002
3003 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3004
3005 * progmodes/gdb-ui.el: Smarten comments.
3006 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3007
3008 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3009
3010 * term/apollo.el (terminal-init-apollo): New function containing
3011 all former top level forms in the file.
3012 * term/bobcat.el (terminal-init-bobcat):
3013 * term/cygwin.el (terminal-init-cygwin):
3014 * term/iris-ansi.el (terminal-init-iris-ansi):
3015 * term/linux.el (terminal-init-linux):
3016 * term/news.el (terminal-init-news):
3017 * term/rxvt.el (terminal-init-rxvt):
3018 * term/sun.el (terminal-init-sun):
3019 * term/tvi970.el (terminal-init-tvi970):
3020 * term/vt100.el (terminal-init-vt100):
3021 * term/vt102.el (terminal-init-vt102):
3022 * term/vt125.el (terminal-init-vt125):
3023 * term/vt200.el (terminal-init-vt200):
3024 * term/vt201.el (terminal-init-vt201):
3025 * term/vt220.el (terminal-init-vt220):
3026 * term/vt240.el (terminal-init-vt240):
3027 * term/vt300.el (terminal-init-vt300):
3028 * term/vt320.el (terminal-init-vt320):
3029 * term/vt400.el (terminal-init-vt400):
3030 * term/vt420.el (terminal-init-vt420):
3031 * term/wyse50.el (terminal-init-wyse50):
3032 * term/xterm.el (terminal-init-xterm): Likewise.
3033
3034 * term/README: Describe the terminal-init-* functionality.
3035
3036 * startup.el (command-line): After loading the terminal initialization
3037 file call the corresponding terminal initialization function.
3038
3039 2005-07-27 Kenichi Handa <handa@m17n.org>
3040
3041 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3042 negative.
3043
3044 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3045 (ps-mule-composition-prologue): Fix for the case that
3046 RelativeCompose is false.
3047
3048 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3051
3052 * descr-text.el (describe-char): Handle the case where the list of
3053 chars is displayed in a separate frame.
3054 Be a bit more discriminating when looking for the char.
3055
3056 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3057
3058 * bookmark.el (bookmark-automatically-show-annotations)
3059 (bookmark-read-annotation-text-func): Doc fixes.
3060 (bookmark-save): Improve argument/docstring consistency.
3061 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3062 (bookmark-alist-from-buffer)
3063 (bookmark-upgrade-file-format-from-0)
3064 (bookmark-grok-file-format-version)
3065 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3066 (bookmark-read-annotation-mode)
3067 (bookmark-insert-current-bookmark, bookmark-jump)
3068 (bookmark-exit-hook): Fix typos in docstrings.
3069 (bookmark-exit-hooks): Define as obsolete alias.
3070 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3071 not `bookmark-exit-hooks'. Fix docstring.
3072 (bookmark-bmenu-select): "?\ " -> "?\s".
3073
3074 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3075
3076 * startup.el (command-line): Fix typo.
3077
3078 2005-07-24 Richard M. Stallman <rms@gnu.org>
3079
3080 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3081 not emacs-quick-startup.
3082
3083 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3084
3085 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3086 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3087 instead of `reb-with-current-window'.
3088 (reb-prev-match): Likewise. Also, don't move left if the search
3089 was unsuccessful.
3090 (reb-initialize-buffer): New function.
3091 (re-builder, reb-change-syntax): Use it.
3092
3093 * man.el (Man-goto-page): Make second argument NOERROR optional.
3094
3095 2005-07-23 Richard M. Stallman <rms@gnu.org>
3096
3097 * man.el (Man-bgproc-sentinel): Check here for failure to find
3098 any man page in the output, and report the error here.
3099 (Man-arguments): Make it permanent local.
3100 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3101 (Man-mode): Pass t for NOERROR.
3102
3103 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3104 (grep-mode-font-lock-keywords):
3105 Don't use compilation-...-face for messages that are not file names.
3106
3107 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3108 Don't use compilation-...-face for messages that are not file names.
3109
3110 2005-07-22 Juri Linkov <juri@jurta.org>
3111
3112 * startup.el (normal-splash-screen): Update menu name.
3113
3114 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3115
3116 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3117
3118 * term/xterm.el: Load term/rxvt if the terminal is actually an
3119 rxvt terminal.
3120 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3121
3122 * term/rxvt.el (function-key-map): Use substitute-key-definition
3123 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3124
3125 * term/cygwin.el: New file.
3126
3127 2005-07-22 Kim F. Storm <storm@cua.dk>
3128
3129 * image-file.el (insert-image-file, image-file-yank-handler):
3130 Fix last change to maintain a (unique) yank-handler on yanked images.
3131
3132 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3133
3134 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3135 of the file size (as in "177B" for 177 bytes). This happens with
3136 "ls -lh" on FreeBSD.
3137
3138 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3139
3140 * hilit-chg.el (highlight-changes-global-initial-state)
3141 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3142 (hilit-chg-fixup, highlight-changes-mode):
3143 Fix typos in docstrings.
3144 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3145 Doc fixes.
3146
3147 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3148
3149 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3150 mode function using `eval-after-load'.
3151
3152 2005-07-21 Kim F. Storm <storm@cua.dk>
3153
3154 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3155 included when reporting an emacs crash, and tell about the DEBUG file.
3156
3157 * image-file.el (insert-image-file): Add yank-handler.
3158 (image-file-yank-handler): Yank handler to make unique copies of
3159 images when they are yanked into a buffer next to each other.
3160
3161 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3162
3163 * comint.el (comint-use-prompt-regexp, comint-send-input)
3164 (comint-source-default, comint-extract-string)
3165 (comint-get-source, comint-word, comint-completion)
3166 (comint-source, comint-prompt-read-only, comint-update-fence):
3167 Fix typos in docstrings.
3168 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3169 Declare with define-obsolete-*-alias macros.
3170 (comint-previous-matching-input-from-input)
3171 (comint-next-matching-input-from-input)
3172 (comint-previous-matching-input, comint-next-matching-input)
3173 (comint-forward-matching-input):
3174 Improve argument/docstring consistency.
3175
3176 * desktop.el (desktop-clear-preserve-buffers-regexp):
3177 Also preserve the *server* buffer.
3178
3179 * simple.el (clone-indirect-buffer): Doc fix.
3180 (fixup-whitespace, just-one-space)
3181 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3182 (next-error, next-error-highlight)
3183 (next-error-highlight-no-select, next-error-last-buffer)
3184 (next-error-buffer-p, next-error-find-buffer, next-error)
3185 (previous-error, next-error-no-select, previous-error-no-select)
3186 (open-line, split-line, minibuffer-prompt-width, kill-new)
3187 (binary-overwrite-mode): Fix typos in docstrings.
3188 (set-fill-column): Fix typo in message.
3189
3190 * skeleton.el (skeleton-proxy-new): Doc fix.
3191
3192 * strokes.el (strokes-load-hook): Doc fix.
3193 (strokes-grid-resolution, strokes-get-grid-position)
3194 (strokes-renormalize-to-grid, strokes-read-stroke)
3195 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3196 (strokes-global-map): Fix typos in docstrings.
3197 (strokes-help): Doc fix. Fix help message and pass it through
3198 `substitute-command-keys'.
3199
3200 * tempo.el (tempo-insert-prompt, tempo-interactive)
3201 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3202 (tempo-insert-string-functions, tempo-local-tags)
3203 (tempo-define-template, tempo-insert-template)
3204 (tempo-insert-prompt-compat, tempo-is-user-element)
3205 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3206 Fix typos in docstrings.
3207
3208 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3209 (vcursor-key-bindings, vcursor-use-vcursor-map)
3210 (vcursor-find-window, vcursor-scroll-down)
3211 (vcursor-disable, vcursor-beginning-of-buffer)
3212 (vcursor-end-of-buffer): Fix typos in docstrings.
3213 (vcursor-relative-move, vcursor-get-char-count):
3214 Improve argument/docstring consistency.
3215
3216 * version.el: "?\ " -> "?\s".
3217
3218 * wid-edit.el (widget-default-create, widget-after-change)
3219 (widget-default-format-handler, widget-checklist-add-item)
3220 (widget-radio-add-item, widget-choose, widget-specify-secret)
3221 (widget-field-value-create, widget-field-value-get)
3222 (widget-editable-list-format-handler)
3223 (widget-editable-list-entry-create, widget-group-value-create)
3224 (widget-documentation-link-add)
3225 (widget-documentation-string-value-create): "?\ " -> "?\s".
3226 (widget-convert-text): Doc fix.
3227 (widget-narrow-to-field, widget-field-find)
3228 (widget-url-link-action, widget-emacs-library-link-action)
3229 (widget-color-notify): Fix typos in docstrings.
3230
3231 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3232 (x-select-text, set-w32-system-coding-system)
3233 (w32-add-charset-info): Fix typos in docstrings.
3234
3235 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3236 (cua-enable-cua-keys, cua-use-hyper-key)
3237 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3238 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3239
3240 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3241
3242 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3243 `defalias' instead of faking it.
3244
3245 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3246 (eshell-ls-missing, eshell-ls-dired-initial-args)
3247 (eshell-ls-use-in-dired): Fix typos in docstrings.
3248
3249 2005-07-20 Kim F. Storm <storm@cua.dk>
3250
3251 * emulation/cua-base.el (cua-mode): Improve doc string.
3252
3253 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3254
3255 * abbrev.el (expand-region-abbrevs): Doc fix.
3256 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3257 Improve argument/docstring consistency.
3258
3259 * arc-mode.el (archive-get-descr, archive-alternate-display):
3260 Doc fixes.
3261 (archive-l-e): Improve argument/docstring consistency.
3262 (archive-tmpdir, archive-unixdate, archive-unixtime)
3263 (archive-chmod-entry): Fix typos in docstrings.
3264 (archive-unflag, archive-unflag-backwards)
3265 (archive-unmark-all-files): "?\ " -> "?\s".
3266
3267 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3268 (Buffer-menu-not-modified, Buffer-menu-execute)
3269 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3270 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3271
3272 * composite.el (compose-string, encode-composition-rule)
3273 (compose-last-chars): Fix typos in docstrings.
3274
3275 * desktop.el (desktop-enable, desktop-basefilename):
3276 Declare with `define-obsolete-variable-alias'.
3277 (desktop-internal-v2s): Don't quote keywords.
3278 (desktop-clear): "?\ " -> "?\s".
3279
3280 * dired.el (dired-align-file, dired-flag-backup-files)
3281 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3282 (dired-listing-switches, dired-ls-F-marks-symlinks)
3283 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3284 (dired-directory, dired-faces, dired, dired-revert)
3285 (dired-mode, dired-summary, dired-view-file)
3286 (dired-copy-filename-as-kill, dired-delete-file)
3287 (dired-no-confirm, dired-unmark-all-marks)
3288 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3289 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3290 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3291 Fix typos in message strings.
3292
3293 * dired-x.el (virtual-dired): Declare with `defalias'.
3294 (dired-mark-unmarked-files, dired-local-variables-file)
3295 (dired-omit-here-always): Doc fix.
3296 (dired-omit-mode, dired-find-subdir)
3297 (dired-enable-local-variables, dired-clean-up-buffers-too)
3298 (dired-extra-startup, dired-mark-extension, dired-jump)
3299 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3300 (dired-smart-shell-command, dired-guess-shell-alist-user)
3301 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3302 (dired-x-bind-find-file, dired-x-submit-report):
3303 Fix typos in docstrings.
3304 (dired-mark-unmarked-files): "?\ " -> "?\s".
3305
3306 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3307
3308 * faces.el (describe-face): "?\ " -> "?\s".
3309 (read-all-face-attributes, read-face-font, modify-face)
3310 (face-attr-construct, italic): Fix typos in docstrings.
3311 (frame-update-face-colors): Declare with
3312 `define-obsolete-function-alias'.
3313
3314 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3315 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3316 (magic-mode-alist, buffer-file-numbers-unique)
3317 (write-file-functions, get-free-disk-space):
3318 Fix typos in docstrings.
3319 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3320 (write-contents-hooks, write-file-hooks):
3321 Declare with `define-obsolete-variable-alias'.
3322
3323 * forms-d2.el (arch-rj): Fix typo in docstrings.
3324 (arch-tocol): Likewise. "?\ " -> "?\s".
3325
3326 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3327 Fix typo in docstring.
3328 (set-screen-width, set-screen-height): Delete redundant info in
3329 doctrings.
3330 (new-frame, screen-height, screen-width): Declare with
3331 `define-obsolete-function-alias'.
3332 (delete-frame-hook, blink-cursor): Declare with
3333 `define-obsolete-variable-alias'.
3334
3335 * paths.el (prune-directory-list): Fix typos in docstring.
3336
3337 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3338 (cvs-prefix-get): Fix typos in docstrings.
3339
3340 * ps-print.el (ps-extend-face-list, ps-extend-face)
3341 (ps-print-background-image): Fix typos in docstrings.
3342 (ps-default-fg, ps-default-bg): Doc fixes.
3343
3344 * s-region.el (s-region-bind): Doc fix.
3345 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3346
3347 * textmodes/org.el (org-table-formula-substitute-names)
3348 (org-table-get-vertical-vector): Doc fixes.
3349 (org-table-recalculate): Remove unused argument to `message'.
3350
3351 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3352
3353 * textmodes/org.el (org-table-column-names)
3354 (org-table-column-name-regexp)
3355 (org-table-named-field-locations): New variables.
3356 (org-archive-subtree): Protect `this-command' when calling
3357 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3358 the kill buffer.
3359 (org-complete): Remove fixed-formula completion.
3360 (org-edit-formulas-map): New variable.
3361 (org-table-edit-formulas): New command.
3362 (org-finish-edit-formulas, org-abort-edit-formulas)
3363 (org-show-variable, org-table-get-vertical-vector): New functions.
3364 (org-table-maybe-eval-formula): Handle `:=' fields.
3365 (org-table-get-stored-formulas, org-table-store-formulas)
3366 (org-table-get-formula, org-table-modify-formulas)
3367 (org-table-replace-in-formulas): Handle named field formulas.
3368 (org-table-get-specials): Store locations of named fields.
3369
3370 2005-07-19 Juri Linkov <juri@jurta.org>
3371
3372 * progmodes/grep.el (grep-regexp-alist)
3373 (grep-mode-font-lock-keywords, grep-process-setup):
3374 Use default GNU grep match color "01;31m" instead of "01;41m".
3375 (grep-regexp-alist, grep-mode-font-lock-keywords):
3376 Use `\\[[0-9]*m' instead of `\\[00m'.
3377 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3378 sgr_start where its handling is more important. Use the real
3379 length of sgr_start instead of constant 8.
3380 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3381 specially. Delete all remaining escape sequences.
3382 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3383 (grep-regexp-alist): Make hyperlink only for binary file name
3384 instead of the whole line.
3385 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3386 (grep-mode): Add autoload.
3387
3388 * emacs-lisp/find-func.el (find-function-regexp):
3389 Add `define-compilation-mode'.
3390
3391 2005-07-19 Juri Linkov <juri@jurta.org>
3392
3393 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3394 (compare-windows-sync-string-size, compare-windows-recenter)
3395 (compare-windows-highlight, compare-windows): Add version 22.1.
3396 (compare-windows) <defface>: Inherit from lazy-highlight instead
3397 of duplicating its default value.
3398
3399 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3400 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3401
3402 * descr-text.el (describe-char): Create link buttons for `charset'
3403 and `code point'. Add the current input method name with a link
3404 button to `to input' field. Print face names of display table
3405 characters in `The display table entry is displayed by' section
3406 instead of printing face-id in the `display' field.
3407 Guess hardcoded faces and create a link button for them.
3408 Skip empty fields when calculating max-width.
3409 Treat `widget-create' specially while inserting strings from the
3410 collected field list.
3411 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3412
3413 * diff-mode.el (diff-file-header): Change foreground color from
3414 yellow to green on light backgrounds.
3415 (diff-context): Inherit from `shadow' only for color/grayscale
3416 with more than 88 colors.
3417 (diff-indicator-removed, diff-indicator-added)
3418 (diff-indicator-changed): New faces.
3419 (diff-font-lock-keywords): Use new faces. Regroup rules.
3420 Add "^---$" for `normal' diff format. Fontify `#' lines with
3421 font-lock-comment-delimiter-face and font-lock-comment-face.
3422 Add `#' to ^[^...] in the rule for `diff-context-face'.
3423
3424 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3425 a button-like box. Inherit from `highlight' on low colors.
3426 (shadow): Use shades of gray only for color/grayscale with
3427 more than 88 colors. Use green for light backgrounds with
3428 8 colors, and yellow for dark backgrounds with 8 colors.
3429
3430 * font-lock.el (font-lock-regexp-grouping-backslash):
3431 Don't inherit from escape-glyph (use bold for all cases).
3432
3433 * info.el (info-xref-visited): Use light foreground color `violet'
3434 for dark backgrounds instead of dark color `magenta3'.
3435 (info-title-1): Use `yellow' color for dark backgrounds.
3436
3437 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3438 too-light magenta2.
3439
3440 * replace.el (match): Use slightly more light RoyalBlue3 instead
3441 of dark RoyalBlue4.
3442
3443 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3444
3445 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3446
3447 * novice.el (disabled-command-hook): Declare it with
3448 `define-obsolete-variable-alias'.
3449
3450 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3451 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3452 (desktop-load-default): Add release to obsolescence info.
3453 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3454 (desktop-append-buffer-args, desktop-read):
3455 Fix typos in docstrings.
3456 (desktop-kill): Fix typo in message.
3457 (desktop-save): Doc fix.
3458
3459 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3460
3461 * viper-cmd.el (viper-escape-to-state): Bug fix.
3462 (viper-envelop-ESC-key): Change the definition of fast
3463 keysequence so it'll work with keyboard macros.
3464
3465 * ediff.el (ediff-patch-buffer): Change the docstring.
3466
3467 2005-07-19 Kenichi Handa <handa@m17n.org>
3468
3469 * international/mule-cmds.el (select-safe-coding-system): Try to
3470 use an auto-coding (if any) before anything else. If the found
3471 auto-coding is invalid, show a warning message.
3472
3473 * international/mule.el (find-auto-coding): New function created
3474 by modifying the body of set-auto-coding.
3475 (set-auto-coding): Use find-auto-coding to find a coding.
3476
3477 2005-07-18 Richard M. Stallman <rms@gnu.org>
3478
3479 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3480 not isearch-mode-end-hook-error.
3481 (allout-before-change-protect): Fix error message.
3482
3483 2005-07-18 Juri Linkov <juri@jurta.org>
3484
3485 * allout.el (allout-mode):
3486 * calculator.el (calculator-copy):
3487 * custom.el (custom-known-themes):
3488 * dired.el (dired-desktop-buffer-misc-data)
3489 (dired-restore-desktop-buffer):
3490 * dired-x.el (dired-omit-marker-char):
3491 * files.el (basic-save-buffer):
3492 * font-core.el (font-lock-mode):
3493 * calendar/calendar.el (calendar-goto-hebrew-date)
3494 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3495 (calendar-goto-persian-date):
3496 * language/ethio-util.el (ethio-sera-to-fidel-region):
3497 * textmodes/picture.el (picture-mode):
3498 Delete duplicate duplicate words.
3499
3500 2005-07-18 Juri Linkov <juri@jurta.org>
3501
3502 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3503 chars * ? } |.
3504 (isearch-fallback): Don't call `isearch-process-search-char'.
3505 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3506 (isearch-process-search-char): Call `isearch-fallback' for regexp
3507 chars * ? } |.
3508 (isearch-return-char): Make obsolete with `make-obsolete' instead
3509 of simply documenting it as obsolete in the docstring.
3510 (isearch-fallback): Refill docstring.
3511
3512 * international/isearch-x.el
3513 (isearch-process-search-multibyte-characters): Remove unneeded
3514 `concat'. Add intermediate values to `junk-hist' instead of
3515 `minibuffer-history'. Test the length of `str'.
3516
3517 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * allout.el (allout-resolve-xref): Fix typos in error strings.
3520 (allout-before-change-protect): Remove unneeded `concat'.
3521
3522 * array.el (array-mode, array-reconfigure-rows)
3523 (untabify-backward): Fix typos in docstrings.
3524 (array-reconfigure-rows): Use `insert-buffer-substring', not
3525 `insert-buffer'.
3526
3527 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3528 * progmodes/ada-mode.el (ada-make-body):
3529 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3530
3531 * dired.el (dired-log):
3532 * tar-mode.el (tar-subfile-save-buffer):
3533 * play/zone.el (zone-pgm-stress-destress):
3534 Use `insert-buffer-substring', not `insert-buffer'.
3535
3536 2005-07-17 Simon Josefsson <jas@extundo.com>
3537
3538 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3539
3540 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3541
3542 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3543 Add plain auth method.
3544 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3545
3546 2005-07-17 Kim F. Storm <storm@cua.dk>
3547
3548 * ido.el (dired-other-window): Add ido property.
3549
3550 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3551
3552 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3553 Fix typo in docstring.
3554 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3555 `insert-file-literally'.
3556
3557 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3558 info and delete redundant message. Doc fix.
3559 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3560 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3561
3562 2005-07-16 Richard M. Stallman <rms@gnu.org>
3563
3564 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3565 (byte-compile-and): Use byte-compile-and-recursion.
3566 (byte-compile-or-recursion): New function.
3567 (byte-compile-or): Use that.
3568 (byte-compile-if): Guard the else-clause too.
3569 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3570
3571 * isearch.el (isearch-mode-end-hook-quit): New variable.
3572 (isearch-done): Bind it.
3573 (isearch-mode-end-hook): Doc fix.
3574
3575 * allout.el (allout-isearch-did-quit): Variable deleted.
3576 (allout-real-isearch-abort): Function name no longer used.
3577 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3578 (allout-isearch-rectification): isearch-mode always exists.
3579 Don't set allout-isearch-did-quit.
3580 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3581 allout-isearch-did-quit.
3582 (allout-enwrap-isearch): Just add the hook.
3583 (allout-isearch-abort): Function deleted.
3584 (allout-pre-command-business): Avoid warning.
3585
3586 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3587 Correctly avoid warnings.
3588 (pascal-outline): Likewise.
3589
3590 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3591
3592 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3593
3594 * play/tetris.el (tetris-mode): Avoid warning.
3595
3596 * play/snake.el (snake-mode): Avoid warning.
3597
3598 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3599 (gamegrid-set-display-table): Avoid warning.
3600 (gamegrid-set-timer): Likewise.
3601 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3602 (gamegrid-add-score-with-update-game-score-1): Take FILE
3603 as argument.
3604 (gamegrid-add-score-with-update-game-score): Pass that argument.
3605 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3606
3607 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3608
3609 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3610 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3611
3612 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3613 and insert-file.
3614
3615 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3616 (sc-ask): Avoid warnings.
3617
3618 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3619 (eshell-hist-initialize): Use that var the natural way.
3620
3621 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3622
3623 * emacs-lisp/re-builder.el (reb-cook-regexp):
3624 Avoid warning calling lre-compile-string.
3625 (reb-color-display-p): Avoid warning.
3626
3627 * calculator.el (calculator-last-input): Guard uses
3628 of event-key and key-press-event-p.
3629 (event-key, key-press-event-p): Delete definitions.
3630
3631 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3632 (find-gc-source-directory, find-gc-subrs-callers)
3633 (find-gc-noreturn-list, find-gc-source-files)
3634 (find-gc-subrs-called): Vars renamed and defvar'd.
3635
3636 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3637 (checkdoc-overlay-put, checkdoc-delete-overlay)
3638 (checkdoc-overlay-start, checkdoc-overlay-end)
3639 (checkdoc-mode-line-update, checkdoc-char=):
3640 Define such that compiler knows they are defined.
3641 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3642 (checkdoc-read-event): Delete. Use read-event directly.
3643
3644 * whitespace.el (whitespace-make-overlay)
3645 (whitespace-overlay-put, whitespace-delete-overlay)
3646 (whitespace-overlay-start, whitespace-overlay-end):
3647 Define such that compiler knows they are defined.
3648 (whitespace): Move conditional inside.
3649
3650 * tempo.el (tempo-insert-template): Suppress warning.
3651
3652 * ediff-diff.el (longlines-mode): Add defvar.
3653
3654 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3655
3656 * server.el: Bind "C-x #" in a way that works even if C-x is
3657 redefined to a command key, not a prefix key.
3658
3659 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3660
3661 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3662 cl-make-type-test till execution time.
3663
3664 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3665
3666 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3667 arg ARG and use it.
3668
3669 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3670
3671 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3672
3673 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3674
3675 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3676 a defcustom with two :set or :type keywords.
3677
3678 2005-07-15 Richard M. Stallman <rms@gnu.org>
3679
3680 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3681 Don't give ^M comment-end syntax.
3682
3683 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3684
3685 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3686 Don't consider gdbmi (gdb-mi.el has its own update functions).
3687 (gdb-var-delete): Make it work for gdbmi as well.
3688 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3689
3690 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3691 (gud-speedbar-menu-items): Correct logic for enabling items.
3692
3693 2005-07-15 Kim F. Storm <storm@cua.dk>
3694
3695 * ido.el: Fix commentary.
3696 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3697 Use with-no-warnings around ffap-guesser.
3698 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3699 Let bind minibuffer-completing-file-name to t.
3700
3701 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3702
3703 * startup.el (site-run-file, keyboard-type): Doc fixes.
3704 (command-line): Check for "--basic-display" argument; also for
3705 "--quick", not "--bare-bones" (which was renamed).
3706 (fancy-splash-text): Add missing item "Getting New Versions".
3707 (normal-splash-screen): Fix typos and improve consistency with
3708 `fancy-splash-text'. Update copyright year.
3709
3710 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3711 valid binding for `help-char'.
3712
3713 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3714
3715 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3716
3717 * term.el (term-mode): Disable cua-mode for term buffers.
3718
3719 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3720
3721 * add-log.el (add-log-mailing-address, change-log-merge):
3722 Doc fixes.
3723 (change-log-get-method-definition): Fix typo in docstring.
3724
3725 2005-07-14 Kim F. Storm <storm@cua.dk>
3726
3727 * emulation/cua-base.el:
3728 (cua--pre-command-handler-1, cua--pre-command-handler)
3729 (cua--post-command-handler-1, cua--post-command-handler):
3730 Split in two. Check (buffer local) value of cua-mode.
3731 (cua-selection-mode): New command.
3732
3733 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3734
3735 * custom.el (custom-initialize-safe-set)
3736 (custom-initialize-safe-default): Doc fixes.
3737
3738 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3739 and simplify :init-value again.
3740
3741 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3742 and simplify :init-value again. Delete autoload.
3743
3744 * startup.el (command-line): Use `custom-reevaluate-setting' again
3745 for tooltip-mode.
3746
3747 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3748 a defcustom with two :initialize keywords.
3749
3750 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3751
3752 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3753 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3754 (allout-post-command-business, allout-flag-region)
3755 (isearch-reenable-font-lock, allout-yank)
3756 (allout-insert-latex-header, allout-insert-latex-trailer)
3757 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3758 (allout-latex-verb-quote): Fix typos in docstrings.
3759 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3760 (allout-unprotected, allout-prefix-data):
3761 Improve argument/docstring consistency.
3762 (allout-chart-subtree): Fix argument spec.
3763 (allout-open-topic): Rename `use_sib_bullet' argument to
3764 `use-sib-bullet'. Doc fix.
3765
3766 * whitespace.el (whitespace-check-buffer-leading)
3767 (whitespace-check-buffer-trailing)
3768 (whitespace-check-buffer-indent)
3769 (whitespace-check-buffer-spacetab)
3770 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3771 (whitespace-check-leading-whitespace)
3772 (whitespace-check-trailing-whitespace)
3773 (whitespace-check-spacetab-whitespace)
3774 (whitespace-check-indent-whitespace)
3775 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3776 (whitespace-modes): Fix typos in docstrings.
3777 (defgroup, defcustom): Doc fixes.
3778
3779 * winner.el (winner-mode, winner-boring-buffers)
3780 (winner-pending-undo-ring): Doc fixes.
3781 (winner-ring): Remove unneeded `progn'.
3782 (winner-equal): `defsubst' it.
3783 (winner-redo): Fix message.
3784
3785 2005-07-13 Kim F. Storm <storm@cua.dk>
3786
3787 * simple.el (line-move-1): Always use vertical-motion to
3788 do the last (or only) line move to ensure some movement.
3789 Undo 2005-06-23 change--don't check for overlays.
3790
3791 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3792
3793 * term/mac-win.el (ccl-encode-mac-roman-font)
3794 (ccl-encode-mac-centraleurroman-font)
3795 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3796 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3797 Change charset-id boundary of dimension to ?\xef.
3798 (mac-char-fontspec-list): New constant.
3799 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3800 argument. Nil uses itself as family in font-spec. Previous
3801 behavior for nil is now provided by non-nil non-string argument.
3802 All callers changed. Add font-specs for Mac fonts to
3803 "fontset-default" unless iso8859-1 fonts are installed.
3804
3805 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3808 a continuation line if the \ is preceded by SPC or TAB.
3809 (sh-get-indent-info): Simplify.
3810 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3811 Use with-current-buffer.
3812
3813 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3814 when the matched text is empty.
3815
3816 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3817
3818 * startup.el (command-line): Revert to previous handling of
3819 tooltip-mode. Explain in comment why the complexity is needed.
3820
3821 * tooltip.el (tooltip-mode): Revert to previous implementation of
3822 its defcustom.
3823
3824 * frame.el (blink-cursor-mode): Revert to previous implementation
3825 of its defcustom. Update comment.
3826
3827 2005-07-12 Lars Hansen <larsh@soem.dk>
3828
3829 * desktop.el: Update e-mail address.
3830
3831 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3832
3833 * term/mac-win.el (mac-services-mail-selection)
3834 (mac-services-mail-to): New functions.
3835 (mac-application-menu-map): Bind them.
3836
3837 2005-07-12 wulei <milton@wulei.net> (tiny change)
3838
3839 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3840
3841 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
3842
3843 * custom.el (custom-reevaluate-setting): Doc fix.
3844
3845 2005-07-11 Jay Belanger <belanger@truman.edu>
3846
3847 * calc/calc.el (calc-embedded-announce-formula-alist)
3848 (calc-embedded-open-close-plain-alist)
3849 (calc-embedded-open-close-mode-alist): Add checks for additional
3850 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3851
3852 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
3853
3854 * custom.el (custom-enable-theme): Don't add theme to
3855 `custom-enabled-themes' with `push' because there is no
3856 setf-method for `delq'.
3857
3858 2005-07-11 Richard M. Stallman <rms@gnu.org>
3859
3860 * custom.el (custom-declare-variable): Doc fix.
3861
3862 * dired-aux.el (dired-compare-directories): Remove "." and ".."
3863 from the alists.
3864
3865 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3866 Do nothing if edebug-active.
3867
3868 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3869 (edebug-display): Do it here instead.
3870
3871 2005-07-10 Richard M. Stallman <rms@gnu.org>
3872
3873 * cus-face.el (custom-theme-set-faces): Make it work.
3874 (custom-reset-faces): Doc fix.
3875 (custom-theme-reset-internal-face, custom-theme-face-value):
3876 Functions deleted.
3877
3878 * custom.el (custom-push-theme): Maintain list of the settings
3879 of a given theme in its theme-settings property.
3880 Maintain position of old settings in the theme-value
3881 or theme-face property.
3882 (custom-enabled-themes): New variable.
3883 (custom-theme-enabled-p): New function.
3884 (provide-theme): Update custom-enabled-themes.
3885 Disable and reenable the `user' theme.
3886 (require-theme): Doc fix.
3887 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3888 (custom-theme-value, custom-theme-variable-value): Likewise.
3889 (custom-theme-reset-internal): Likewise.
3890 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3891 (custom-enable-theme, custom-disable-theme): New functions.
3892 (custom-variable-theme-value, custom-face-theme-value): Likewise.
3893 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3894 (custom-theme-reset-variables): Simplify.
3895 (deftheme, custom-declare-theme, custom-make-theme-feature):
3896 Definitions moved.
3897
3898 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * longlines.el (longlines-show-region)
3901 (longlines-unshow-hard-newlines): Recognize hard newlines by
3902 non-nil hard property, instead of t.
3903
3904 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
3905
3906 * viper-cmd.el (viper--key-maps): New variable.
3907 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
3908 emulation-mode-map-alists.
3909 (viper-envelop-ESC-key): Use viper-subseq.
3910 (viper-search-forward/backward/next): Disable debug-on-error.
3911
3912 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3913 (viper-ESC-key): New defcustoms.
3914
3915 * viper-macs.el (ex-map-read-args): Use viper-subseq.
3916
3917 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
3918 (viper-subseq): Copy of subseq from cl.el.
3919
3920 * viper.el (viper-go-away, viper-set-hooks): Use
3921 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
3922
3923 * viper-mous.el (viper-current-frame-saved): Use defvar.
3924
3925 * viper-init.el: Get rid of -face in face names.
3926
3927 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3928 Make it work with longlines mode
3929
3930 * ediff-mult.el (ediff-meta-mode-hook): New variable.
3931
3932 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
3933
3934 * ediff-init.el: Get rid of -face in face names.
3935
3936 2005-07-10 Richard M. Stallman <rms@gnu.org>
3937
3938 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
3939 and with-timeout-unsuspend.
3940
3941 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
3942 and with-timeout-unsuspend.
3943
3944 * emacs-lisp/timer.el (with-timeout-timers): New variable.
3945 (with-timeout): Bind that variable to record timers.
3946 (with-timeout-suspend, with-timeout-unsuspend): New functions.
3947
3948 * emacs-lisp/debug.el (debug-help-follow): New function.
3949 (debugger-mode-map): Use that instead of help-follow.
3950 (debugger-setup-buffer): Use eval-buffer-list
3951 to handle eval-buffer frames.
3952
3953 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
3954
3955 * timezone.el (timezone-parse-date): Change first regexp
3956 so it will not mistakenly match dates with no time zone.
3957
3958 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
3959
3960 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
3961
3962 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
3963
3964 * custom.el (custom-initialize-safe-set)
3965 (custom-initialize-safe-default): New functions.
3966
3967 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3968 and simplify :init-value.
3969
3970 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3971 and simplify :init-value. Delete obsolete comment.
3972
3973 * startup.el (command-line): Use `custom-reevaluate-setting' to
3974 handle `tooltip-mode'. Delete obsolete comment.
3975
3976 * files.el (set-visited-file-name): Avoid calling
3977 `file-name-nondirectory' with a nil argument.
3978
3979 2005-07-09 Richard M. Stallman <rms@gnu.org>
3980
3981 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
3982 was called with nil for the buffer, handle the read position right.
3983 Handle read position for eval-region, too.
3984
3985 2005-07-09 Juri Linkov <juri@jurta.org>
3986
3987 * fringe.el (fringe-mode): Add period in docstring.
3988 (fringe-query-style): Build prompt depending on `all-frames' arg.
3989
3990 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
3991 to not create links to unrelated functions in the Help buffer.
3992
3993 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
3994 Doc fix.
3995
3996 * simple.el (next-error-hook): New variable.
3997 (next-error): Use it. Doc fix.
3998
3999 * textmodes/ispell.el (ispell-command-loop): Add current
4000 dictionary name and program name to mode-line-format.
4001 (ispell-region, ispell-process-line): Add current dictionary name
4002 and program name to messages.
4003
4004 2005-07-08 Jay Belanger <belanger@truman.edu>
4005
4006 * calc/calc.el (calc-embedded-announce-formula-alist)
4007 (calc-embedded-open-close-formula-alist)
4008 (calc-embedded-open-close-word-alist)
4009 (calc-embedded-open-close-plain-alist)
4010 (calc-embedded-open-close-new-formula-alist)
4011 (calc-embedded-open-close-mode-alist)
4012 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4013 (calc-embedded-mode-hook): New variables.
4014
4015 * calc/calc-embed.el (calc-embedded-firsttime)
4016 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4017 New variables.
4018 (calc-do-embedded): Use calc-embedded-firsttime,
4019 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4020 determine whether or not to run hooks.
4021 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4022 calc-embedded-firsttime-formula appropriately.
4023 Set calc-embedded delimiter variables according to mode.
4024
4025 2005-07-08 Richard M. Stallman <rms@gnu.org>
4026
4027 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4028 Check for "emacs", etc., as entire symbol, not just as word.
4029 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4030
4031 * files.el (set-visited-file-name): Report the error
4032 for "empty filename" earlier.
4033 (kill-some-buffers): Ignore buffers already dead.
4034
4035 * fringe.el (fringe-mode): Doc fix.
4036
4037 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4038 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4039 Use unwind-protect to ensure byte-compile-unresolved-functions
4040 is updated.
4041
4042 * whitespace.el (whitespace-buffer-leading-cleanup):
4043 Simplify w/ skip-chars-forward.
4044 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4045
4046 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4047 Unconditionally try to leave point at the same old place.
4048
4049 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4050
4051 * comint.el (comint-postoutput-scroll-to-bottom)
4052 (comint-show-maximum-output): Take scroll-margin into consideration.
4053
4054 2005-07-08 Kim F. Storm <storm@cua.dk>
4055
4056 * ido.el (ido-use-filename-at-point): New choice `guess'.
4057 (ido-file-internal): Try ffap-guesser if selected.
4058
4059 * ido.el (ido-before-fallback-functions): New hook.
4060 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4061 (ido-read-file-name): Run it.
4062
4063 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4066 strings rather than a list of symbols to the completion function.
4067
4068 2005-07-07 Jay Belanger <belanger@truman.edu>
4069
4070 * calc/calc-units.el (math-apply-units): Change the places in
4071 which units are simplified.
4072
4073 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4074
4075 * cus-edit.el (customize-option, customize-option-other-window):
4076 Make them handle aliases.
4077
4078 * custom.el (custom-variable-p): Make it recursively follow
4079 aliases. Mention that in the docstring.
4080
4081 2005-07-07 Richard M. Stallman <rms@gnu.org>
4082
4083 * cus-start.el (exec-path): Use `directory' instead of `file'.
4084 Fix tag for nil.
4085
4086 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4087
4088 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4089 when called non-interactively. Doc fix.
4090
4091 2005-07-07 Lute Kamstra <lute@gnu.org>
4092
4093 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4094 new address as well.
4095
4096 2005-07-07 Kenichi Handa <handa@m17n.org>
4097
4098 * international/mule.el (make-coding-system):
4099 Describe `ascii-incompatible' property in the docstring.
4100 (set-file-name-coding-system): Signal an error if coding-system is
4101 ascii-incompatible.
4102 (set-keyboard-coding-system): Likewise.
4103
4104 * international/mule-cmds.el (set-default-coding-systems):
4105 Don't set default-file-name-coding-system and
4106 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4107
4108 * international/utf-16.el: Declare that all UTF-16-based coding
4109 systems are ASCII-incompatible.
4110
4111 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4112
4113 * progmodes/gud.el: Require font-lock for displaying errors.
4114 Used by gdb-ui.el.
4115
4116 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4117
4118 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4119 values for the pattern lists which are `read'able but not
4120 `append'able (like symbols).
4121
4122 2005-07-06 Richard M. Stallman <rms@gnu.org>
4123
4124 * progmodes/flymake.el (flymake-float-time): Instead of
4125 with-no-warnings, test for xemacs.
4126 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4127 to avoid warning.
4128
4129 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4132
4133 2005-07-05 Lute Kamstra <lute@gnu.org>
4134
4135 * battery.el: Add support for Darwin (with much debugging help
4136 from Samuel Lauber <sam124@operamail.com>).
4137 (battery-status-function, battery-echo-area-format)
4138 (battery-mode-line-format): Add support for pmset on Darwin.
4139 (battery-load-low, battery-load-critical): New user options.
4140 (battery-pmset): New function.
4141
4142 2005-07-05 Lute Kamstra <lute@gnu.org>
4143
4144 Update FSF's address in GPL notices.
4145
4146 * textmodes/page-ext.el: Update FSF's address.
4147
4148 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4151 filling from using prefix when filling a single-line docstring.
4152
4153 * progmodes/flymake.el: Remove useless eval-when-compile.
4154
4155 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4156
4157 2005-07-04 Richard M. Stallman <rms@gnu.org>
4158
4159 * textmodes/org.el (org-file-apps-defaults-gnu):
4160 Rename from org-file-apps-defaults-linux.
4161 (org-default-apps): Don't test system-type for `linux'.
4162 (org-file-apps): Doc fix.
4163
4164 2005-07-04 David Ponce <david@dponce.com>
4165
4166 * tree-widget.el: Improve header Commentary section.
4167 (tree-widget) [defgroup]
4168 (tree-widget-image-enable, tree-widget-themes-directory)
4169 (tree-widget-theme, tree-widget-image-properties-emacs)
4170 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4171 (tree-widget-image-formats, tree-widget-control)
4172 (tree-widget-empty-control, tree-widget-leaf-control
4173 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4174 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4175 (tree-widget-keep, tree-widget-after-toggle-functions)
4176 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4177 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4178 :help-echo message.
4179 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4180 (tree-widget-image-properties): Doc fix. Clearer implementation.
4181 (tree-widget--cursors): New constant.
4182 (tree-widget-lookup-image): New function split from
4183 `tree-widget-find-image'. Clearer implementation.
4184 (tree-widget-find-image): Use it.
4185 (tree-widget-button-keymap): Use `set-keymap-parent'.
4186 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4187 Define the sub-widgets here.
4188 (tree-widget-node): Check that :node is not a tree-widget.
4189 (tree-widget-get-super, tree-widget-open-control)
4190 (tree-widget-close-control, tree-widget-empty-control)
4191 (tree-widget-leaf-control, tree-widget-guide)
4192 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4193 (tree-widget-no-handle, tree-widget-value-delete)
4194 (tree-widget-map): Remove.
4195 (tree-widget-children-value-save): Doc fix. Simplified.
4196 (tree-widget-value-create): Update according to previous changes.
4197
4198 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4199
4200 * textmodes/org.el: Leading space replaced by TABS.
4201 (org-recalc-marks, org-table-rotate-recalc-marks)
4202 (org-table-get-specials): Treat "^" and "_" marks.
4203 (org-table-justify-field-maybe): Optional argument NEW.
4204 (org-table-eval-formula): Parsing of the format simplified.
4205 New modes C,I. Honor the %= parameter in the current table.
4206 Avoid unnecessary re-align by using the NEW argument to
4207 `org-table-justify-field-maybe'.
4208 (org-calc-default-modes): Default for date-format mimicks org-mode.
4209 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4210
4211 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4212
4213 * cus-face.el (custom-theme-set-faces): Make it handle face
4214 aliases whose alias declarations are pre- or autoloaded.
4215
4216 2005-07-04 Juri Linkov <juri@jurta.org>
4217
4218 * faces.el (read-face-name): Put the code for getting a face name
4219 from the buffer before adding the faces from the `face' property.
4220 Use `completing-read-multiple' instead of `completing-read'.
4221 Require `crm'. Add default value and post-process the returned
4222 list of faces.
4223
4224 * emacs-lisp/crm.el (crm-find-current-element)
4225 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4226
4227 * emacs-lisp/lisp-mode.el (eval-defun-1):
4228 * emacs-lisp/edebug.el (edebug-eval-defun):
4229 Remove unnecessary quotes.
4230
4231 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4232
4233 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4234 (prolog-indent-level): Fix typo in docstring.
4235
4236 * info.el (Info-history, Info-history-forward)
4237 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4238
4239 * add-log.el (add-change-log-entry):
4240 * comint.el (comint-dynamic-list-input-ring)
4241 (comint-dynamic-list-completions):
4242 * dabbrev.el (dabbrev-expand):
4243 * delim-col.el (delimit-columns-rectangle-line):
4244 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4245 (diff-unified->context):
4246 * ediff-init.el (ediff-abbrev-jobname):
4247 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4248 (ediff-replace-session-activity-marker-in-meta-buffer):
4249 * info.el (Info-summary):
4250 * lpr.el (printify-region):
4251 * printing.el (pr-create-interface):
4252 * ps-print.el (ps-print-quote):
4253 * ses.el (ses-column-widths, ses-print-cell)
4254 (ses-adjust-print-width, ses-center):
4255 * shell.el (shell-file-name-quote-list):
4256 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4257 (strokes-fill-current-buffer-with-whitespace)
4258 (strokes-xpm-for-stroke, strokes-list-strokes)
4259 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4260 * term.el (term-dynamic-list-input-ring)
4261 (term-dynamic-list-completions):
4262 * calc/calc.el (math-format-stack-value):
4263 * emacs-lisp/edebug.el (edebug-display-freq-count):
4264 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4265 (delphi-new-comment-line):
4266 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4267 * progmodes/executable.el (executable-set-magic):
4268 * progmodes/python.el (inferior-python-mode):
4269 * progmodes/scheme.el (scheme-mode-syntax-table):
4270 * progmodes/sh-script.el (sh-maybe-here-document):
4271 * progmodes/sql.el (sql-copy-column):
4272 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4273 * textmodes/bibtex.el (bibtex-mode):
4274 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4275 (sgml-auto-attributes):
4276 * textmodes/table.el (table-insert, table-shorten-cell)
4277 (table--generate-source-scan-lines, table-delete-row)
4278 (*table--cell-delete-char, table--spacify-frame)
4279 (table--horizontally-shift-above-and-below)
4280 (table--cell-insert-char, table--cell-blank-str)
4281 (table--fill-region-strictly):
4282 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4283 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4284
4285 * add-log.el (change-log):
4286 * apropos.el (apropos):
4287 * comint.el (comint-completion, comint-source):
4288 * dabbrev.el (dabbrev):
4289 * delim-col.el (columns):
4290 * diff-mode.el (diff-mode):
4291 * ediff.el (ediff):
4292 * ediff-diff.el (ediff-diff):
4293 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4294 * ediff-mult.el (ediff-mult):
4295 * ediff-ptch.el (ediff-ptch):
4296 * ediff-wind.el (ediff-window):
4297 * facemenu.el (facemenu):
4298 * indent.el (indent):
4299 * info.el (info):
4300 * jka-cmpr-hook.el (compression, jka-compr):
4301 * lpr.el (lpr):
4302 * outline.el (outlines):
4303 * pcmpl-cvs.el (pcmpl-cvs):
4304 * pcmpl-rpm.el (pcmpl-rpm):
4305 * printing.el (printing):
4306 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4307 (ps-print-vertical, ps-print-headers, ps-print-font)
4308 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4309 (ps-print-background, ps-print-printer, ps-print-page)
4310 (ps-print-miscellany):
4311 * ses.el (ses):
4312 * shell.el (shell, shell-directories, shell-faces):
4313 * startup.el (initialization):
4314 * strokes.el (strokes):
4315 * term.el (term):
4316 * uniquify.el (uniquify):
4317 * w32-vars.el (w32):
4318 * calc/calc.el (calc):
4319 * emacs-lisp/bytecomp.el (bytecomp):
4320 * emacs-lisp/cl-indent.el (lisp-indent):
4321 * emacs-lisp/edebug.el (edebug):
4322 * emacs-lisp/elp.el (elp):
4323 * emacs-lisp/testcover.el (testcover):
4324 * emacs-lisp/trace.el (trace):
4325 * emulation/viper-ex.el (viper-ex):
4326 * emulation/viper-mous.el (viper-mouse):
4327 * mail/mailalias.el (mailalias):
4328 * mail/supercite.el (supercite, supercite-frames)
4329 (supercite-attr, supercite-cite, supercite-hooks):
4330 * net/rcompile.el (remote-compile):
4331 * net/rlogin.el (rlogin):
4332 * obsolete/ooutline.el (outlines):
4333 * progmodes/delphi.el (delphi):
4334 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4335 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4336 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4337 (ebnf-optimization):
4338 * progmodes/etags.el (etags):
4339 * progmodes/executable.el (executable):
4340 * progmodes/idlwave.el (idlwave):
4341 * progmodes/pascal.el (pascal):
4342 * progmodes/prolog.el (prolog):
4343 * progmodes/python.el (python):
4344 * progmodes/scheme.el (scheme):
4345 * progmodes/sh-script.el (sh, sh-script):
4346 * progmodes/sql.el (SQL):
4347 * progmodes/tcl.el (tcl):
4348 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4349 * textmodes/enriched.el (enriched):
4350 * textmodes/makeinfo.el (makeinfo):
4351 * textmodes/sgml-mode.el (sgml):
4352 * textmodes/table.el (table-hooks):
4353 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4354 * textmodes/texinfo.el (texinfo):
4355 * textmodes/two-column.el (two-column):
4356 Finish `defgroup' description with period.
4357
4358 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4359 * eshell/esh-var.el (eshell-var):
4360 * progmodes/vhdl-mode.el (vhdl-testbench):
4361 * textmodes/org.el (org): Fix typos in docstrings.
4362
4363 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4364 consistency.
4365
4366 * progmodes/flymake.el (flymake-find-file): Remove.
4367 (flymake-float-time): Use `with-no-warnings'.
4368 (flymake-check-start-time, flymake-check-was-interrupted)
4369 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4370 (flymake-new-err-info): `defvar' at compile time.
4371
4372 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4373
4374 * replace.el (occur-hook): Doc fix.
4375 (occur-1): Don't call `occur-hook' if there are no matches.
4376
4377 2005-07-03 Richard M. Stallman <rms@gnu.org>
4378
4379 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4380 global-map, save the same map.
4381 (global-map): Don't alter it at top level.
4382 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4383 Then alter it here instead.
4384 (tpu-edt-off): Set global-map to the saved one.
4385
4386 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4387 All references simplified.
4388 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4389 (zmacs-regions): Add defvar.
4390 (repeat-complex-command-map): Everything about that deleted.
4391
4392 * textmodes/artist.el (artist-key-is-drawing)
4393 (artist-key-endpoint1, artist-key-poly-point-list)
4394 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4395 (artist-key-compl-table, artist-rb-save-data)
4396 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4397 Don't put them in eval-when-compile.
4398 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4399
4400 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4401 Use with-no-warnings.
4402
4403 * net/browse-url.el (dos-windows-version): Add defvar.
4404
4405 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4406
4407 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4408 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4409 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4410 Add defvar.
4411 (rmail-summary-beginning-of-message): Use with-no-warnings.
4412 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4413
4414 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4415 Use with-no-warnings.
4416
4417 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4418 (c-mark-function): Add point-moving-unit property.
4419 (vi-goto-line): Use with-no-warnings.
4420
4421 * emulation/edt.el (edt-last-copied-word): Add defvar.
4422 (zmacs-region-stays): Likewise.
4423 (edt-mark-section-wisely): Use c-mark-function for C.
4424 Use makr-defun for Fortran.
4425 (time-string): defvar deleted.
4426 (edt-display-the-time): Don't set time-string.
4427
4428 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4429
4430 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4431 Don't warn when name is not constant
4432 or for defining the group `emacs'.
4433
4434 * tooltip.el (gud-tooltip-mode): Add defvar.
4435
4436 * startup.el (default-frame-background-mode): Add defvar.
4437
4438 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4439
4440 * info.el (tool-bar-map): Add defvar.
4441
4442 * dired.el (dnd-protocol-alist): Add defvar.
4443
4444 * dired-aux.el (dired-query): Display question with answer, when
4445 the user answers.
4446
4447 * custom.el (custom-add-option): Doc fix.
4448
4449 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4450
4451 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4452
4453 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4454 bogus name from the last change.
4455
4456 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4457
4458 * custom.el (custom-declare-variable): Fix typos in comment.
4459 (custom-known-themes): Doc fix.
4460 (custom-theme-directory): New defcustom.
4461 (require-theme): Make it check `custom-theme-directory'.
4462
4463 * cus-theme.el (custom-new-theme-mode): New function.
4464 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4465 (custom-theme-description): Add compiler defvars.
4466 (customize-create-theme): Add doc to the "*New Custom Theme*"
4467 buffer. Use `custom-new-theme-mode'.
4468 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4469 and save it to the `custom-theme-directory'. Make this the
4470 default directory of the buffer.
4471
4472 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4473
4474 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4475 Fix unbalanced parentheses.
4476
4477 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4480 into flymake-mode and delegate to flymake-mode.
4481
4482 * find-file.el (ff-which-function-are-we-in): Clean up.
4483
4484 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4485
4486 * replace.el (occur-rename-buffer): Fix docstring.
4487
4488 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4489 (edt-last-copied-word, edt-learn-macro-count)
4490 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4491 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4492 (time-string, zmacs-region-stays):
4493 * emulation/edt-mapper.el (edt-save-function-key-map)
4494 (EDT-key-name): `defvar' to silence the byte-compiler.
4495
4496 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4497
4498 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4499 font-lock-regexp-backslash. Doc fix.
4500 (font-lock-regexp-backslash-grouping-construct): Rename from
4501 font-lock-regexp-backslash-construct. Doc fix.
4502 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4503 grouping constructs.
4504
4505 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4506
4507 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4508 updating all the prerequisites.
4509
4510 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * textmodes/org.el (org-agenda-start-on-weekday)
4513 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4514 (org-agenda-use-time-grid, org-archive-location)
4515 (org-allow-space-in-links, org-usenet-links-prefer-google)
4516 (org-enable-table-editor, org-export-default-language)
4517 (org-export-html-show-new-buffer, org-fill-paragraph)
4518 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4519 (org-goto-quit, org-occur, org-eval-in-calendar)
4520 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4521 (org-agenda-diary-entry, org-remember-help)
4522 (org-table-convert-region, org-at-table-p)
4523 (org-table-move-row-down, org-table-move-row-up)
4524 (org-table-copy-region, org-table-toggle-vline-visibility)
4525 (org-table-get-stored-formulas, org-table-get-specials)
4526 (org-recalc-commands, org-table-eval-formula)
4527 (org-table-formula-substitute-names, orgtbl-make-binding)
4528 (org-format-org-table-html, org-format-table-table-html)
4529 (org-format-table-table-html-using-table-generate-source)
4530 (org-customize): Fix typos in docstrings.
4531 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4532 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4533 (org-back-to-heading): Doc fixes.
4534 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4535 (org-agenda-change-all-lines, org-get-header):
4536 Improve argument/docstring consistency.
4537 (orgtbl-error): Fix error message.
4538
4539 * progmodes/flymake.el (flymake-find-possible-master-files)
4540 (flymake-master-file-compare, flymake-get-line-err-count)
4541 (flymake-highlight-line, flymake-gui-warnings-enabled):
4542 Fix typos in docstrings.
4543 (flymake-parse-line, flymake-get-project-include-dirs-function)
4544 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4545 Doc fixes.
4546 (flymake-get-project-include-dirs-function)
4547 (flymake-make-err-menu-data):
4548 Improve argument/docstring consistency.
4549
4550 2005-07-01 Lute Kamstra <lute@gnu.org>
4551
4552 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4553 Catch errors with ignore-errors. Use temporary buffer.
4554 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4555
4556 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4557 background color faces.
4558 (facemenu-set-foreground, facemenu-set-background):
4559 Use facemenu-set-face-from-menu.
4560 (facemenu-set-face-from-menu): Treat face names that start with
4561 "fg:" or "bg:" as special.
4562 (facemenu-add-new-color): Don't create faces. Simplify.
4563
4564 2005-06-30 Richard M. Stallman <rms@gnu.org>
4565
4566 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4567 (crm-find-current-element): Likewise.
4568
4569 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4570
4571 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4572
4573 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4576 (archive-mouse-extract): Make it an obsolete alias.
4577 (archive-mode-map): Don't use archive-mouse-extract any more.
4578 (archive-mode, archive-extract): write-contents-hooks ->
4579 write-contents-functions.
4580 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4581 first arg.
4582 (archive-rename-entry): Update the call.
4583 (archive-zip-summarize): Remove unused var `method'.
4584 (archive-lzh-summarize): Remove unused var `creator'.
4585
4586 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4587 dedicated frame upon exit.
4588
4589 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4590 (archive-zip-extract, archive-zip-expunge)
4591 (archive-zip-update, archive-zip-update-case): Use executable-find.
4592 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4593 Use restore-buffer-modified-p.
4594 (archive-extract, archive-add-new-member, archive-write-file-member):
4595 Use with-current-buffer.
4596 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4597
4598 2005-06-30 Andreas Schwab <schwab@suse.de>
4599
4600 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4601
4602 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4603
4604 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4605
4606 2005-06-30 Juri Linkov <juri@jurta.org>
4607
4608 * faces.el (vertical-border): Inherit from mode-line-inactive
4609 only on tty.
4610
4611 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4612
4613 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4614 example, -NLINES in the `occur' docstring).
4615
4616 * replace.el (occur-1): When no matches are found, do not set the
4617 `buffer-read-only' and modified flags for the occur buffer,
4618 because it is deleted.
4619
4620 * emulation/cua-base.el (cua-check-pending-input)
4621 (cua-repeat-replace-region, cua-mode, cua-debug)
4622 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4623 Fix typos in docstrings.
4624
4625 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4626 (cua-cut-region-to-global-mark)
4627 (cua--cut-rectangle-to-global-mark):
4628 Remove period from end of messages.
4629
4630 * emulation/cua-rect.el (cua-do-rectangle-padding):
4631 Remove period from end of messages.
4632 (cua--rectangle-seq-format): Fix typo in docstring.
4633 (cua-sequence-rectangle, cua-fill-char-rectangle):
4634 Improve argument/docstring consistency.
4635
4636 2005-06-29 Juri Linkov <juri@jurta.org>
4637
4638 * faces.el (default-frame-background-mode): New internal variable.
4639 (frame-set-background-mode): Use it.
4640
4641 * startup.el (normal-top-level): Set default-frame-background-mode
4642 instead of frame-background-mode. Before setting it, test for its
4643 nil value. Remove tests for frame-background-mode and frame
4644 parameter `reverse'. Add test for "unspecified-fg".
4645
4646 * term/xterm.el (xterm-rxvt-set-background-mode):
4647 * term/rxvt.el (rxvt-set-background-mode):
4648 Set default-frame-background-mode instead of frame-background-mode.
4649
4650 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4651
4652 * simple.el (set-variable): Warn about obsolete user variables.
4653
4654 * imenu.el (imenu--completion-buffer):
4655 * mouse.el (mouse-buffer-menu-alist):
4656 * msb.el (msb-invisible-buffer-p):
4657 * calendar/diary-lib.el (diary-header-line-format):
4658 * emacs-lisp/pp.el (pp-buffer):
4659 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4660 * textmodes/picture.el (picture-replace-match):
4661 Change space constants followed by a sexp to "?\s ".
4662
4663 * play/decipher.el (decipher-loop-with-breaks):
4664 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4665 constants "protected" from end of line by a comment to "?\s".
4666
4667 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * font-lock.el (save-buffer-state): Use `declare'.
4670
4671 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4672 reset the syntax-table to cperl-mode-syntax-table.
4673 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4674 "foo_print_bar" is not matched as a reserved keyword.
4675
4676 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4677
4678 * textmodes/org.el (orgtbl-setup): New function, for delayed
4679 setup for the orgtbl commands.
4680 (org-calc-default-modes): New option.
4681 (orgtbl-make-binding): Use `defun' to get better help display.
4682 (org-diary): Call `org-compile-prefix-format'.
4683 (org-table-formula-substitute-names): New function.
4684 (org-agenda-day-view, org-agenda-week-view): New commands.
4685 (org-agenda-toggle-week-view): Command removed.
4686 (org-tbl-menu): Split off from org-org-menu.
4687 (org-mode): Move removal of outline-mode menus to here.
4688 (org-table-formula-debug): New option.
4689 (org-table-insert-row): Keep first field if just "#" or "*".
4690 (org-mode): Paragraph regexps fixed.
4691 (org-table-recalculate-regexp): New constant.
4692 (org-table-justify-field-maybe): Avoid replace if not necessary.
4693 (org-copy-special, org-cut-special): Use `call-interactively'.
4694 (org-table-copy-region): Take region from `interactive' call.
4695 (org-trim): Return string even if no match.
4696 (org-formula): New face.
4697 (org-set-font-lock-defaults): No longer highlight "FIXME".
4698 But highlight formula-related fields in table.
4699 (org-table-p): Use regexp, not fontification.
4700 (org-table-align): Handle white space at end of line.
4701 (org-table-formula-evaluate-inline): New option.
4702 (org-mode): Auto-wrapping in comment lines turned off.
4703 (org-table-copy-down): Evaluate only in copied field, not in
4704 destination.
4705 (org-table-current-formula): Variable removed.
4706 (org-table-store-formulas, org-table-get-stored-formulas)
4707 (org-table-modify-formulas, org-table-replace-in-formulas)
4708 (org-table-maybe-eval-formula): New functions.
4709 (org-table-get-formula): Modify to use stored formulas.
4710 (org-table-insert-column, org-table-delete-column)
4711 (org-table-move-column): Call `org-table-modify-formulas'.
4712 (org-complete): Add completion for keyword formulas.
4713 (orgtbl-mode): Pull orgtbl-mode-map to start of
4714 minor-mode-map-alist.
4715
4716 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * progmodes/python.el (python-check): Require `compile' before
4719 modifying its variables.
4720
4721 * newcomment.el (comment-indent-default): Don't get fooled by an early
4722 end of buffer.
4723
4724 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4725
4726 * ps-print.el (ps-print-version): Fix version number.
4727
4728 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4729
4730 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4731
4732 2005-06-28 Richard M. Stallman <rms@gnu.org>
4733
4734 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4735 (flyspell-local-mouse-map): Declaration deleted.
4736 (flyspell-mouse-map): Bind only mouse-2.
4737 (flyspell-mode-map): Don't test flyspell-use-local-map.
4738 (flyspell-overlay-keymap-property-name): Var deleted.
4739 (flyspell-mode-on): Don't make local bindings for
4740 flyspell-mouse-map and flyspell-mode-map.
4741 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4742
4743 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4744
4745 * progmodes/compile.el (compilation-next-error-function):
4746 Don't switch buffers; operate on the current buffer.
4747
4748 * progmodes/compile.el (compilation-error-file-name)
4749 (compilation-warning-file-name, compilation-info-file-name)
4750 (compilation-line-number, compilation-column-number): New faces.
4751 (compilation-error-face, compilation-warning-face)
4752 (compilation-info-face, compilation-line-face)
4753 (compilation-column-face): Use them.
4754
4755 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4756
4757 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4758
4759 * bindings.el (global-map): Bind insertchar and its variants.
4760
4761 2005-06-27 Richard M. Stallman <rms@gnu.org>
4762
4763 * textmodes/artist.el (artist-text-overwrite)
4764 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4765
4766 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4767
4768 * ps-print.el: It was not working the page selection for printing.
4769 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4770 (ps-print-version): New version 6.6.7.
4771 (ps-end-sheet): New fun.
4772 (ps-header-sheet, ps-end-job): Call it.
4773
4774 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4775
4776 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4777
4778 2005-06-27 Lute Kamstra <lute@gnu.org>
4779
4780 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4781 background color faces.
4782 (facemenu-get-face): Delete function.
4783 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4784 (facemenu-add-new-color): Make second argument mandatory.
4785 Create the appropriate face and return it. Simplify.
4786 (facemenu-set-foreground, facemenu-set-background): Don't check if
4787 color is defined. Use return value of facemenu-add-new-color.
4788
4789 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4790
4791 * progmodes/gud.el (gud-filter): Add missing argument to
4792 with-selected-window.
4793
4794 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4797 a :require to the defcustom.
4798
4799 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4800 defcustoms corresponding to minor modes.
4801
4802 2005-06-26 David Ponce <david@dponce.com>
4803
4804 * recentf.el: Require tree-widget instead of wid-edit.
4805 (recentf-filename-handler): Fix widget :type.
4806 (recentf-cancel-dialog, recentf-open-more-files)
4807 (recentf-open-files-action): Doc fix.
4808 (recentf-dialog-goto-first): New function.
4809 (recentf-dialog-mode-map): Set parent keymap first.
4810 (recentf-dialog-mode): Define with define-derived-mode.
4811 Don't display continuation lines in dialogs.
4812 (recentf-edit-list): Rename from recentf-edit-selected-items.
4813 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4814 Simplify.
4815 (recentf-edit-list-validate): New function.
4816 (recentf-edit-list): Update accordingly.
4817 (recentf-open-files-item-shift): Remove.
4818 (recentf-open-files-item): Convert menu elements into tree and
4819 link widgets. Don't create the widgets.
4820 (recentf-open-files): Update accordingly.
4821 (recentf-save-list): Untabify.
4822
4823 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4824
4825 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4826 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4827 partially contained in the active region. Do not take active
4828 region into account when called from Lisp, unless INTERACTIVE arg
4829 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4830 avoid trouble with fields. Make marker point nowhere when no
4831 longer used. Always return nil. Doc fix.
4832 (flush-lines): Add INTERACTIVE arg. Do not take active region
4833 into account when called from Lisp, unless INTERACTIVE arg is
4834 non-nil. Use `forward-line' instead of `beginning-of-line' to
4835 avoid trouble with fields. Make marker point nowhere when no
4836 longer used. Always return nil. Doc fix.
4837 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4838 interchangeable. Do not take active region into account when
4839 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4840 message in echo area when called from Lisp, unless INTERACTIVE arg
4841 is non-nil. Avoid saying "1 occurrences". Do not use markers.
4842 Return the number of matches. Doc fix.
4843 (occur): Doc fix.
4844 (perform-replace): Make comment follow double space convention for
4845 the sake of `outline-minor-mode'.
4846
4847 * faces.el (facep): Doc fix.
4848
4849 2005-06-25 Richard M. Stallman <rms@gnu.org>
4850
4851 * facemenu.el (facemenu-enable-faces-p): New function.
4852 (facemenu-background-menu, facemenu-foreground-menu)
4853 (facemenu-face-menu): Add menu-enable property.
4854
4855 * jka-compr.el (jka-compr-insert-file-contents):
4856 Special handling if cannot find the uncompression program.
4857
4858 * cus-face.el (custom-face-attributes): Add autoload.
4859
4860 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4861 Bind comment-indent-function locally.
4862
4863 * window.el (save-selected-window): Use save-current-buffer.
4864
4865 * subr.el (with-selected-window): Use save-current-buffer.
4866
4867 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4868 and with-current-buffer.
4869
4870 2005-06-24 Richard M. Stallman <rms@gnu.org>
4871
4872 * simple.el (line-move-1): Fix previous change.
4873
4874 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
4875
4876 * replace.el (occur-1): Set `buffer-read-only' and the
4877 buffer-modified flag before running `occur-hook' to protect
4878 against unintentional buffer switches that can lead to data loss.
4879
4880 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
4881
4882 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4883 (gud-gdb-marker-filter): Use font-lock-warning-face for any
4884 initial error.
4885
4886 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4887 after fresh input.
4888 (gdb-var-create-handler): Put name of expression in quotes.
4889
4890 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4891
4892 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4893 elements of RING in order, and without bogus nil elements.
4894
4895 2005-06-23 Richard M. Stallman <rms@gnu.org>
4896
4897 * simple.el (set-variable): Args renamed; doc fix.
4898 (line-move-1): When there are overlays around, use vertical-motion.
4899
4900 * faces.el (escape-glyph): Use brown against light background.
4901 (nobreak-space): Rename from no-break-space.
4902 Fix previous change.
4903
4904 * dired-aux.el (dired-do-copy): Fix arg prompt.
4905
4906 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
4907
4908 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4909
4910 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
4911 rather than "Distributor".
4912
4913 2005-06-23 Lute Kamstra <lute@gnu.org>
4914
4915 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
4916 (debug-on-entry): Use it. New interactive declaration that uses
4917 function-called-at-point.
4918
4919 2005-06-23 Kim F. Storm <storm@cua.dk>
4920
4921 * subr.el (save-match-data): Add comment about using evaporate arg
4922 to set-match-data.
4923
4924 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4925
4926 * cus-edit.el (customize-face)
4927 (customize-face-other-window): Handle face aliases.
4928
4929 * faces.el (face-documentation, set-face-attribute)
4930 (face-spec-set): Handle face aliases.
4931
4932 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
4933
4934 * help-mode.el (help-make-xrefs): If a symbol representing a face
4935 name is not followed by the word "face", it could still be a
4936 function or variable name, so don't bypass other checks.
4937
4938 2005-06-22 Juri Linkov <juri@jurta.org>
4939
4940 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4941 Replace aliased functions with calls where second arg `inherit' is t.
4942
4943 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
4944
4945 * progmodes/gdb-ui.el (gdb-error): New variable.
4946 (gdb-error): New function.
4947 (gdb-annotation-rules): Act on error-begin and error annotations.
4948 (gdb-concat-output): Use font-lock-warning-face for errors.
4949
4950 2005-06-22 Miles Bader <miles@gnu.org>
4951
4952 * bindings.el (propertized-buffer-identification): Use renamed
4953 `Buffer-menu-buffer' face.
4954
4955 * faces.el (vertical-border): Rename from `vertical-divider'.
4956 (escape-glyph): Change dark-background color back to `cyan'.
4957
4958 2005-06-21 Juri Linkov <juri@jurta.org>
4959
4960 * faces.el (face-user-default-spec): Try getting `customized-face'
4961 prior to `saved-face'.
4962 (frame-background-mode): Refill docstring.
4963
4964 * emacs-lisp/lisp-mode.el (eval-defun-1):
4965 * emacs-lisp/edebug.el (edebug-eval-defun):
4966 Set `saved-face' temporarily to nil before calling form.
4967 Set `customized-face' to the new spec after that.
4968
4969 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * subr.el (1value, lambda, key-substitution-in-progress):
4972 Doc fixes.
4973
4974 * autoinsert.el (auto-insert-alist):
4975 * ses.el (ses-call-printer):
4976 * subr.el (noreturn):
4977 * emacs-lisp/lisp.el (check-parens):
4978 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
4979 * net/browse-url.el (browse-url-mosaic):
4980 * progmodes/cc-defs.el (c-safe-scan-lists):
4981 * progmodes/ebnf-abn.el (ebnf-abn-lex):
4982 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
4983 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
4984 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
4985 * progmodes/ebnf-iso.el (ebnf-iso-lex):
4986 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
4987
4988 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4989
4990 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
4991
4992 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
4993
4994 * calendar/appt.el (appt-make-list): Activate the package, if
4995 not already active (for backwards compatibility).
4996
4997 2005-06-20 Kim F. Storm <storm@cua.dk>
4998
4999 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5000
5001 2005-06-20 Miles Bader <miles@gnu.org>
5002
5003 * faces.el (vertical-divider): New face.
5004
5005 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5006
5007 * simple.el (kill-whole-line): Doc fix.
5008 (next-error-buffer-p, next-error-find-buffer)
5009 (clone-indirect-buffer): Fix typos in docstrings.
5010 (comment-line-break-function): Doc fix: don't say variable
5011 is automatically buffer-local (it isn't).
5012
5013 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5014
5015 * net/tramp-ftp.el (top):
5016 * net/tramp-smb.el (top):
5017 * net/tramp-util.el (top):
5018 * net/tramp-uu.el (top):
5019 * net/tramp-vc.el (top):
5020 * net/tramp.el (top): Revert copyright years back to original
5021 ones. Tramp has a life outside GNU Emacs.
5022
5023 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5024
5025 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5026
5027 2005-06-18 Juri Linkov <juri@jurta.org>
5028
5029 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5030 end of first regexp to limit the match to the position between
5031 line number and source line with same separator character as used
5032 between file name and line number. In the second regexp limit
5033 mouse-face area to file name and line number by adding new group
5034 for them and referring it in HYPERLINK arg.
5035 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5036 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5037 previous line where grep markers may be already removed.
5038
5039 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5040
5041 * progmodes/ps-mode.el: Update version and maintainer's email address.
5042
5043 2005-06-18 Steve Youngs <steve@xemacs.org>
5044
5045 * net/browse-url.el (browse-url-browser-function)
5046 (browse-url-default-browser): Add firefox.
5047 (browse-url-firefox-program, browse-url-firefox-arguments)
5048 (browse-url-firefox-startup-arguments)
5049 (browse-url-firefox-new-window-is-tab): New defcustoms.
5050 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5051
5052 2005-06-17 Richard M. Stallman <rms@gnu.org>
5053
5054 * startup.el (command-line): Warn if specified user name has
5055 no home directory.
5056
5057 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5058 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5059
5060 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5061 Doc fixes.
5062
5063 * faces.el (underline): Try bold if terminal doesn't support underline.
5064
5065 * mail/sendmail.el (mail-setup-with-from): New variable.
5066 (mail-insert-from-field): New function.
5067 (sendmail-send-it): Call it.
5068 (mail-setup): Optionally call it here.
5069
5070 * term/linux.el: Call tty-no-underline.
5071
5072 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5073
5074 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5075
5076 2005-06-17 Miles Bader <miles@gnu.org>
5077
5078 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5079 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5080 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5081 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5082 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5083 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5084 Remove "-face" suffix from face names.
5085 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5086 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5087 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5088 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5089 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5090 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5091 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5092 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5093 New backward-compatibility aliases for renamed faces.
5094 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5095 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5096 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5097 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5098 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5099 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5100 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5101 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5102 Use renamed ediff faces.
5103
5104 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5105 Remove "-face" suffix from face names.
5106 (eshell-test-ok-face, eshell-test-failed-face):
5107 New backward-compatibility aliases for renamed faces.
5108 (eshell-run-test): Use renamed eshell-test faces.
5109
5110 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5111 face name.
5112 (eshell-prompt-face): New backward-compatibility alias for renamed
5113 face.
5114 (eshell-emit-prompt): Use renamed eshell-prompt face.
5115
5116 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5117 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5118 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5119 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5120 Remove "-face" suffix from face names.
5121 (eshell-ls-directory-face, eshell-ls-symlink-face)
5122 (eshell-ls-executable-face, eshell-ls-readonly-face)
5123 (eshell-ls-unreadable-face, eshell-ls-special-face)
5124 (eshell-ls-missing-face, eshell-ls-archive-face)
5125 (eshell-ls-backup-face, eshell-ls-product-face)
5126 (eshell-ls-clutter-face):
5127 New backward-compatibility aliases for renamed faces.
5128 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5129
5130 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5131 Remove "-face" suffix from face name.
5132 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5133 instead of literal face.
5134
5135 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5136
5137 * emacs-lisp/warnings.el (display-warning, lwarn)
5138 (warning-minimum-log-level): Doc fixes.
5139 (warning-minimum-level, warning-minimum-log-level):
5140 Add :debug to :type choices.
5141
5142 * progmodes/ada-mode.el (ada-format-paramlist)
5143 (ada-get-indent-case, ada-check-matching-start)
5144 (ada-check-defun-name, ada-goto-matching-decl-start)
5145 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5146 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5147 (ada-make-subprogram-body): Follow error conventions.
5148 (ada-case-exception-file, ada-indent-comment-as-code)
5149 (ada-indent-handle-comment-special, ada-indent-renames)
5150 (ada-indent-return, ada-search-directories-internal)
5151 (ada-tab-policy, ada-case-exception-substring)
5152 (ada-other-file-alist, ada-matching-start-re)
5153 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5154 (ada-imenu-generic-expression, ada-compile-goto-error)
5155 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5156 (ada-popup-menu, ada-add-extensions, ada-mode)
5157 (ada-region-selected, ada-create-case-exception)
5158 (ada-create-case-exception-substring, ada-after-keyword-p)
5159 (ada-activate-keys-for-case, ada-adjust-case-region)
5160 (ada-adjust-case-buffer, ada-format-paramlist)
5161 (ada-scan-paramlist, ada-insert-paramlist)
5162 (ada-indent-newline-indent)
5163 (ada-indent-newline-indent-conditional)
5164 (ada-justified-indent-current, ada-goto-previous-word)
5165 (ada-indent-current, ada-get-indent-open-paren)
5166 (ada-get-indent-paramlist, ada-get-indent-end)
5167 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5168 (ada-get-indent-block-start, ada-get-indent-subprog)
5169 (ada-get-indent-noindent, ada-get-indent-label)
5170 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5171 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5172 (ada-goto-stmt-end, ada-goto-next-word)
5173 (ada-check-matching-start, ada-check-defun-name)
5174 (ada-goto-matching-decl-start, ada-goto-matching-start)
5175 (ada-goto-matching-end, ada-search-ignore-string-comment)
5176 (ada-in-decl-p, ada-looking-at-semi-or)
5177 (ada-looking-at-semi-private, ada-in-paramlist-p)
5178 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5179 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5180 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5181 (ada-previous-package, ada-create-menu)
5182 (ada-fill-comment-paragraph-justify)
5183 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5184 (ada-other-file-name, ada-last-which-function-line)
5185 (ada-last-which-function-subprog, ada-which-function)
5186 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5187 (ada-gen-treat-proc, ada-check-emacs-version)
5188 (ada-continuation-indent, ada-align-region-separate):
5189 Fix typos in docstrings.
5190 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5191
5192 2005-06-16 Lute Kamstra <lute@gnu.org>
5193
5194 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5195 conditionally.
5196
5197 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5198
5199 * comint.el (comint-replace-by-expanded-filename)
5200 (comint-prompt-regexp, comint-delimiter-argument-list)
5201 (comint-preinput-scroll-to-bottom):
5202 * info.el (Info-hide-cookies-node):
5203 * ls-lisp.el (ls-lisp-classify):
5204 * find-file.el (ff-search-directories, ff-special-constructs)
5205 (ff-find-other-file):
5206 * font-lock.el (font-lock-keywords):
5207 * shell.el (shell-prompt-pattern)
5208 (shell-dynamic-complete-functions, shell-mode)
5209 (shell-delimiter-argument-list):
5210 * term.el (term-replace-by-expanded-filename)
5211 (term-prompt-regexp, term-delimiter-argument-list):
5212 * woman.el (woman-ignore, woman0-if):
5213 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5214 * emacs-lisp/elint.el (elint-init-env):
5215 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5216 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5217 * language/ethio-util.el (ethio-tilde-escape)
5218 (ethio-use-three-dot-question):
5219 * net/zone-mode.el (zone-mode-load-time-setup):
5220 * progmodes/cc-align.el (c-lineup-argcont):
5221 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5222 * progmodes/cperl-mode.el (cperl-set-style-back):
5223 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5224 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5225 Fix spellings in docstrings.
5226
5227 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5228 * progmodes/modula2.el (m2-for): Fix spellings.
5229
5230 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5231
5232 * simple.el (undo-more): Don't use `format' on `error' arguments.
5233 Improve argument/docstring consistency.
5234 (pending-undo-list): Doc fix.
5235
5236 * smerge-mode.el (smerge-ensure-match):
5237 * emulation/vip.el (vip-ex):
5238 * net/zone-mode.el (zone-mode-update-serial):
5239 * progmodes/idlwave.el (idlwave-complete):
5240 * progmodes/vhdl-mode.el (vhdl-visit-file)
5241 (vhdl-compose-wire-components):
5242 Don't use `format' on `error' arguments.
5243
5244 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5245 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5246 (tooltip-help-tips): Fix typos in docstrings.
5247
5248 2005-06-16 David Ponce <david@dponce.com>
5249
5250 * tree-widget.el (tree-widget-value-create): Simplify last change.
5251
5252 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5253
5254 * ido.el (ido-incomplete-regexp): New variable.
5255 (ido-set-matches-1): Handle invalid-regexp error and set
5256 ido-incomplete-regexp.
5257 (ido-incomplete-regexp): New face.
5258 (ido-completions): Use it.
5259 (ido-complete, ido-exit-minibuffer, ido-completions):
5260 Handle incomplete regexps.
5261 (ido-completions): Add check for complete match when entering a regexp.
5262
5263 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5266
5267 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5268
5269 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5270 by field delimiters.
5271
5272 2005-06-15 David Ponce <david@dponce.com>
5273
5274 * tree-widget.el: eval-and-compile inlined functions so they will
5275 be available at run-time too.
5276 (tree-widget-super-format-handler)
5277 (tree-widget-format-handler): Remove.
5278 (tree-widget-value-create): Handle the :indent property.
5279
5280 2005-06-15 Miles Bader <miles@gnu.org>
5281
5282 * progmodes/which-func.el (which-func): Only inherit
5283 `font-lock-function-name-face' when that makes sense against the
5284 default mode-line face, otherwise set the face color explicitly.
5285
5286 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5287 faces instead of (non-existent) variables.
5288
5289 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5292 (iswitchb-get-matched-buffers): Likewise. Simplify.
5293
5294 2005-06-14 Miles Bader <miles@gnu.org>
5295
5296 * progmodes/ld-script.el (ld-script-location-counter):
5297 Remove "-face" suffix from face name.
5298 (ld-script-location-counter-face):
5299 New backward-compatibility alias for renamed face.
5300 (ld-script-location-counter-face): Use renamed face.
5301
5302 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5303 (cperl-hash): Remove "-face" suffix from face names.
5304 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5305 New backward-compatibility aliases for renamed faces.
5306 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5307 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5308
5309 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5310 name.
5311 (which-func-face): New backward-compatibility alias for renamed face.
5312 (which-func-format): Use renamed which-func face.
5313
5314 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5315 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5316 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5317 names.
5318 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5319 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5320 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5321 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5322 (vhdl-speedbar-architecture-selected)
5323 (vhdl-speedbar-configuration-selected)
5324 (vhdl-speedbar-package-selected)
5325 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5326 names.
5327 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5328 Use renamed faces.
5329 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5330 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5331 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5332 Use renamed faces.
5333 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5334 names.
5335 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5336 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5337 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5338 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5339 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5340 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5341
5342 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5343 face name.
5344 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5345 (sh-heredoc-face): Use renamed sh-heredoc face.
5346
5347 * progmodes/idlw-help.el (idlwave-help-link):
5348 Remove "-face" suffix from face name.
5349 (idlwave-help-link-face):
5350 New backward-compatibility alias for renamed face.
5351 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5352
5353 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5354 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5355 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5356 New backward-compatibility aliases for renamed faces.
5357 (idlwave-shell-disabled-breakpoint-face)
5358 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5359
5360 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5361 Remove "-face" suffix from face names.
5362 (flymake-errline-face, flymake-warnline-face):
5363 New backward-compatibility aliases for renamed faces.
5364 (flymake-highlight-line): Use renamed flymake faces.
5365
5366 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5367 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5368 (ebrowse-member-class, ebrowse-progress):
5369 Remove "-face" suffix from face names.
5370 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5371 (ebrowse-file-name-face, ebrowse-default-face)
5372 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5373 (ebrowse-progress-face):
5374 New backward-compatibility aliases for renamed faces.
5375 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5376 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5377 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5378 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5379
5380 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5381 antlr-syntax)
5382 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5383 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5384 names.
5385 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5386 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5387 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5388 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5389 backward-compatibility aliases for renamed faces.
5390 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5391 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5392 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5393 remove "font-lock-". Use renamed antlr-mode faces.
5394 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5395 literal face-names with face variable references.
5396
5397 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5398 face name.
5399 (Buffer-menu-buffer-face): New backward-compatibility alias for
5400 renamed face.
5401 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5402
5403 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5404
5405 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5406 Eliminate "-face" suffix.
5407 (makefile-targets): Inherit from font-lock-function-name-face and
5408 eliminate "-face" suffix.
5409 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5410 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5411 actions, instead of prepending, to make it less visible.
5412 (makefile-previous-dependency, makefile-match-dependency):
5413 Don't match a target on a continuation line.
5414
5415 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5416
5417 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5418
5419 * progmodes/gdb-ui.el (menu): Re-order menu items.
5420 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5421
5422 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5423 Define in tooltip.el.
5424 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5425 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5426 gud-tooltip-echo-area.
5427
5428 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5429 backward compatibility and make obsolete.
5430 (tooltip-help-tips): Use tooltip-use-echo-area.
5431 (tooltip-show-help-function): Rename to...
5432 (tooltip-show-help): ...this, because it is a function.
5433 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5434
5435 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5436
5437 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5438 (edebug-print-length, edebug-print-level, edebug-print-circle)
5439 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5440 (edebug-eval-print-last-sexp): Doc fixes.
5441
5442 2005-06-14 Kim F. Storm <storm@cua.dk>
5443
5444 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5445 as the coverage buffer/file/both may change.
5446
5447 2005-06-14 Lute Kamstra <lute@gnu.org>
5448
5449 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5450 and run-mode-hooks. Simplify.
5451
5452 * mail/rmailedit.el (rmail-edit-mode):
5453 * progmodes/octave-inf.el (inferior-octave-mode):
5454 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5455
5456 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5457 and run-mode-hooks.
5458 (recentf-edit-list, recentf-open-files): Don't call
5459 kill-all-local-variables directly.
5460
5461 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5462
5463 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5464
5465 * emacs-lisp/byte-run.el (make-obsolete)
5466 (define-obsolete-function-alias): Rename arguments FUNCTION and
5467 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5468 (make-obsolete-variable, define-obsolete-variable-alias):
5469 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5470 respectively.
5471
5472 * isearchb.el (isearchb-activate):
5473 * pcvs.el (cvs-mode):
5474 * ses.el (ses-load):
5475 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5476 * net/tramp.el (tramp-find-file-exists-command)
5477 (tramp-find-shell):
5478 * progmodes/ada-mode.el (ada-create-case-exception)
5479 (ada-create-case-exception-substring, ada-make-subprogram-body):
5480 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5481 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5482 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5483 * textmodes/org.el (org-promote, org-evaluate-time-range)
5484 (org-agenda-next-date-line, org-agenda-previous-date-line)
5485 (org-agenda-error, org-open-at-point, org-table-move-row)
5486 (org-format-table-table-html-using-table-generate-source)
5487 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5488 * textmodes/reftex.el (reftex-access-scan-info):
5489 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5490 (reftex-toc-promote-prepare): Follow error conventions.
5491
5492 * diff-mode.el (diff-mode): Fix typo in docstring.
5493
5494 * forms.el (forms--intuit-from-file): Fix reference to
5495 `forms-number-of-fields' in error message.
5496 (forms-print): Fix quoting in error message.
5497
5498 * forms.el (forms-mode):
5499 * emulation/vi.el (vi-goto-insert-state):
5500 * progmodes/flymake.el (flymake-new-err-info)
5501 (flymake-start-syntax-check-for-current-buffer)
5502 (flymake-simple-cleanup):
5503 * eshell/esh-var.el (eshell/export):
5504 * progmodes/gud.el (xdb):
5505 * textmodes/flyspell.el (flyspell-incorrect-hook)
5506 (flyspell-maybe-correct-transposition)
5507 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5508
5509 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5510
5511 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5512 minibuffer prompt.
5513
5514 2005-06-13 Kim F. Storm <storm@cua.dk>
5515
5516 * subr.el (add-to-ordered-list): New defun.
5517
5518 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5519 add cua--keymap-alist to emulation-mode-map-alists.
5520
5521 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5522
5523 * subr.el (complete-in-turn): New macro.
5524 (dynamic-completion-table, lazy-completion-table): Add debug info.
5525
5526 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5527 in preference to face aliases.
5528
5529 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5530 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5531 Remove unused vars `start' and `firstline'.
5532 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5533 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5534
5535 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5536
5537 * cus-start.el (all): Don't complain about missing GTK-related
5538 variables, unless either `gtk' is boundp or this isn't a
5539 `windows-nt' build.
5540
5541 2005-06-13 Lute Kamstra <lute@gnu.org>
5542
5543 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5544 run-mode-hooks.
5545
5546 * ediff-mult.el (ediff-meta-mode):
5547 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5548
5549 * ledit.el (ledit-mode): Use delay-mode-hooks.
5550
5551 * woman.el (woman-mode-line-format): Delete constant.
5552 (woman-mode-map): Initialize it properly.
5553 (woman-mode): Set mode-class property to special.
5554 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5555 Set major-mode and mode-name. Don't set mode-line-format directly.
5556 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5557
5558 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5559 string argument obsolete.
5560
5561 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5562
5563 * textmodes/org.el (org-CUA-compatible): New option.
5564 (org-disputed-keys): New variable.
5565 (org-key): New function.
5566 (orgtbl-make-binding): Add docstring to the created function.
5567 (org-mode): Set paragraph start/separate regexps.
5568 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5569 (org-archive-location, org-archive-mark-done)
5570 (org-archive-stamp-time): New options.
5571 (org-archive-subtree): New command.
5572 (org-fill-paragraph): New function.
5573 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5574 (org-fake-empty-table-line): Function removed.
5575 (org-format-org-table-html): Do not create empty table lines at
5576 separator lines. Improved table header treatment.
5577 (org-link-format): New option.
5578 (org-make-link): New function.
5579 (org-insert-link, org-store-link): Use org-make-link.
5580 (org-open-file): Quote file name for shell command, to allow
5581 spaces in file names.
5582 (org-link-regexp): Fix bug with mailto link.
5583 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5584 New constants.
5585 (org-export-as-html): Deal with the optional angles around a link.
5586 Better treatment of file: links.
5587 (org-open-at-point): Replace @{ and @} with < and >.
5588 (org-run-mode-hooks): Function removed.
5589 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5590
5591 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5592
5593 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5594 MI command -data-list-register-values.
5595 (gdb-post-prompt): Indent properly.
5596
5597 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5598
5599 * hilit-chg.el (highlight-changes-colors): Rename from
5600 `highlight-changes-colours'.
5601 (highlight-changes-colours): Keep as obsolete alias.
5602 (highlight-changes-face-list): Doc fix.
5603 (hilit-chg-make-list): Use `highlight-changes-colors'.
5604
5605 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5606
5607 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5608 defun-prompt-regexp.
5609
5610 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5611
5612 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5613 and cygwin.
5614
5615 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5616 Don't use an old loaddefs.el, as in Makefile.in.
5617
5618 2005-06-12 Lute Kamstra <lute@gnu.org>
5619
5620 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5621
5622 * man.el (Man-mode-map): Initialize it properly.
5623 (Man-mode): Set mode-class property to special.
5624
5625 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5626
5627 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5628
5629 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5630 A newline is needed in the docstring there.
5631
5632 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5633 Doc fixes.
5634
5635 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5636
5637 * printing.el: Doc fix. The menubar is no more changed when printing
5638 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5639 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5640 (pr-version): New version number (6.8.4).
5641 (pr-menu-bind): New command.
5642 (pr-update-menus): Docstring and code fix.
5643 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5644 Docstring fix.
5645 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5646 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5647
5648 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5649
5650 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5651 "Returns" to "return", document useful return values, etc.
5652
5653 2005-06-11 Alan Mackenzie <acm@muc.de>
5654
5655 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5656 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5657 (adaptive-file-function): Minor amendment to doc-string.
5658
5659 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5660
5661 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5662 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5663 Fix :type--it is `integer', not `string'.
5664
5665 * faces.el (modeline-highlight): Rename from (the erroneous)
5666 `modeline-higilight'.
5667
5668 2005-06-11 Lute Kamstra <lute@gnu.org>
5669
5670 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5671 lisp-interaction-mode-map but make it the parent.
5672 (edebug-eval-mode): Use define-derived-mode.
5673
5674 2005-06-11 Andreas Schwab <schwab@suse.de>
5675
5676 * bindings.el: Add binding of `ESC functionkey' for every
5677 `M-functionkey'.
5678 * hexl.el (hexl-mode-map): Likewise.
5679
5680 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5681
5682 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5683 [msft]: update regexp for newer msft compilers.
5684
5685 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5686
5687 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5688 ATTLIST portions of included DTDs.
5689 (xml-parse-dtd): Eliminate use of inefficient match-data.
5690
5691 2005-06-10 Miles Bader <miles@gnu.org>
5692
5693 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5694 (mpuz-text): Remove "-face" suffix from face names.
5695 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5696 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5697 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5698
5699 * play/gomoku.el (gomoku-O, gomoku-X):
5700 Remove "-face" suffix from face names.
5701 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5702 New backward-compatibility aliases for renamed faces.
5703 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5704
5705 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5706
5707 * thumbs.el: Fixes for changes of 2005-06-09.
5708 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5709 as a directory.
5710 (thumbs-thumbname): Remove directory separator from format string;
5711 `thumbs-thumbsdir' now returns a valid directory name.
5712 (thumbs-temp-dir): New defsubst.
5713 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5714 Use it.
5715
5716 * cus-edit.el (minibuffer):
5717 * files.el (make-backup-file-name-function):
5718 * filesets.el (filesets-external-viewers):
5719 * hilit-chg.el (highlight-changes-colours)
5720 (highlight-changes-face-list, highlight-changes-rotate-faces):
5721 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5722 * kmacro.el (kmacro-call-macro):
5723 * log-edit.el (log-edit-changelog-full-paragraphs):
5724 * mouse.el (mouse-1-click-follows-link):
5725 * skeleton.el (skeleton-autowrap):
5726 * subr.el (insert-for-yank-1):
5727 * tempo.el (tempo-insert-region):
5728 * terminal.el (terminal-emulator):
5729 * time.el (display-time-mail-face):
5730 * vc.el (vc-annotate):
5731 * vcursor.el (vcursor-copy-line):
5732 * woman.el (woman-bold-headings, woman-ignore)
5733 (woman-default-faces, woman-monochrome-faces):
5734 * calendar/todo-mode.el (todo-insert-threshold):
5735 * emulation/pc-select.el (pc-select-selection-keys-only)
5736 (pc-selection-mode):
5737 * emulation/vip.el (vip-find-char-forward):
5738 * emulation/viper-cmd.el (viper-find-char-forward):
5739 * international/mule-cmds.el
5740 (select-safe-coding-system-accept-default-p)
5741 (input-method-exit-on-invalid-key):
5742 * international/mule-diag.el (describe-coding-system):
5743 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5744 * net/browse-url.el (browse-url-xterm-program):
5745 * obsolete/lazy-lock.el (lazy-lock-mode):
5746 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5747 (cperl-mode):
5748 * progmodes/cpp.el (cpp-face-light-name-list)
5749 (cpp-face-dark-name-list):
5750 * progmodes/delphi.el (delphi-newline-always-indents):
5751 Fix spellings in docstrings.
5752
5753 * ido.el (ido-mode, ido-file-extensions-order)
5754 (ido-default-file-method, ido-default-buffer-method)
5755 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5756 (ido-decorations, ido-read-file-name-as-directory-commands)
5757 (ido-read-file-name-non-ido, ido-work-directory-list)
5758 (ido-ignore-item-temp-list, ido-current-directory)
5759 (ido-magic-forward-char, ido-enter-find-file)
5760 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5761 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5762
5763 2005-06-10 Lute Kamstra <lute@gnu.org>
5764
5765 * play/dunnet.el (dun-mode): Use define-derived-mode.
5766 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5767 obsolete alias.
5768
5769 * play/doctor.el (doctor-mode-map): Remove defvar.
5770 (doctor-mode): Use define-derived-mode.
5771
5772 * mail/mspools.el (mspools-mode):
5773 * net/eudc-hotlist.el (eudc-hotlist-mode):
5774 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5775
5776 2005-06-10 Miles Bader <miles@gnu.org>
5777
5778 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5779 Remove "-face" suffix from face names.
5780 (flyspell-incorrect-face, flyspell-duplicate-face):
5781 New backward-compatibility aliases for renamed faces.
5782 (flyspell-mode-on, make-flyspell-overlay)
5783 (flyspell-highlight-incorrect-region)
5784 (flyspell-highlight-duplicate-region)
5785 (flyspell-display-next-corrections)
5786 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5787
5788 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5789 from face name.
5790 (texinfo-heading-face): New backward-compatibility alias for
5791 renamed face.
5792 (texinfo-heading-face): Use renamed texinfo-heading face.
5793
5794 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5795 suffix from face names.
5796 (tex-math-face, tex-verbatim-face):
5797 New backward-compatibility aliases for renamed faces.
5798 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5799 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5800 literal face name.
5801
5802 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5803 name.
5804 (table-cell-face): New backward-compatibility alias for renamed face.
5805 (table--put-cell-face-property, table--update-cell-face):
5806 Use renamed table-cell face.
5807
5808 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5809 from face name.
5810 (sgml-namespace-face): New backward-compatibility alias for
5811 renamed face.
5812 (sgml-namespace-face): Use renamed sgml-namespace face.
5813
5814 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5815 (org-level-4, org-level-5, org-level-6, org-level-7)
5816 (org-level-8, org-warning, org-headline-done)
5817 (org-deadline-announce, org-scheduled-today)
5818 (org-scheduled-previously, org-link, org-done, org-table)
5819 (org-time-grid): Remove "-face" suffix from face names.
5820 (org-level-1-face, org-level-2-face, org-level-3-face)
5821 (org-level-4-face, org-level-5-face, org-level-6-face)
5822 (org-level-7-face, org-level-8-face, org-warning-face)
5823 (org-headline-done-face, org-deadline-announce-face)
5824 (org-scheduled-today-face, org-scheduled-previously-face)
5825 (org-link-face, org-done-face, org-table-face)
5826 (org-time-grid-face):
5827 New backward-compatibility aliases for renamed faces.
5828 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5829 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5830 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5831 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5832
5833 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5834 (viper-minibuffer-emacs, viper-minibuffer-insert)
5835 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5836 (viper-search-face, viper-replace-overlay-face)
5837 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5838 (viper-minibuffer-vi-face):
5839 New backward-compatibility aliases for renamed faces.
5840 (viper-search-face, viper-replace-overlay-face)
5841 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5842 (viper-minibuffer-vi-face): Use renamed viper faces.
5843
5844 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5845 Remove "-face" suffix from face names.
5846 (testcover-nohits-face, testcover-1value-face):
5847 New backward-compatibility aliases for renamed faces.
5848 (testcover-mark): Use renamed testcover faces.
5849
5850 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5851 face name.
5852 (diary-button-face): New backward-compatibility alias for renamed face.
5853 (diary-entry): Use renamed diary-button face.
5854
5855 * calendar/calendar.el (diary, calendar-today, holiday)
5856 (mark-visible-calendar-date): Remove "-face" suffix from face names.
5857 (diary-face, calendar-today-face, holiday-face):
5858 New backward-compatibility aliases for renamed faces.
5859 (eval-after-load "facemenu", diary-entry-marker)
5860 (calendar-today-marker, calendar-holiday-marker, diary-face):
5861 Use renamed calendar faces.
5862
5863 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5864 (compare-windows-face): New backward-compatibility alias for
5865 renamed face.
5866 (compare-windows-highlight): Use renamed compare-windows face.
5867
5868 * strokes.el (strokes-char): Remove "-face" suffix from face name.
5869 (strokes-char-face): New backward-compatibility alias for renamed face.
5870 (strokes-encode-buffer): Use renamed strokes-char face.
5871
5872 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5873 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5874 Remove "-face" suffix from face names.
5875 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5876 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5877 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5878 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5879 Use renamed pcvs faces.
5880 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5881 * pcvs-defs.el (cvs-mode-map): Likewise.
5882 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5883
5884 * info.el (info-title-1, info-title-2, info-title-3)
5885 (info-title-4): Remove "-face" suffix from and downcase face names.
5886 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5887 (Info-title-4-face):
5888 New backward-compatibility aliases for renamed faces.
5889 (Info-fontify-node): Use renamed info faces.
5890
5891 * hilit-chg.el (highlight-changes, highlight-changes-delete):
5892 Remove "-face" suffix from face names.
5893 (highlight-changes-face, highlight-changes-delete-face):
5894 New backward-compatibility aliases for renamed faces.
5895 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5896 (hilit-chg-make-list): Use renamed highlight-changes faces.
5897
5898 * generic-x.el (show-tabs-tab, show-tabs-space):
5899 Remove "-face" suffix from face names.
5900 (show-tabs-tab-face, show-tabs-space-face):
5901 New backward-compatibility aliases for renamed faces.
5902 (show-tabs-generic-mode-font-lock-defaults-1)
5903 (show-tabs-generic-mode-font-lock-defaults-2):
5904 Use renamed show-tabs faces.
5905
5906 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
5907 (smerge-markers): Remove "-face" suffix from face names.
5908 (smerge-mine-face, smerge-other-face, smerge-base-face)
5909 (smerge-markers-face):
5910 New backward-compatibility aliases for renamed faces.
5911 (smerge-mine-face, smerge-other-face, smerge-base-face)
5912 (smerge-markers-face): Use renamed smerge faces.
5913
5914 * log-view.el (log-view-file, log-view-message): Remove "-face"
5915 suffix from face names.
5916 (log-view-file-face, log-view-message-face): New
5917 backward-compatibility aliases for renamed faces.
5918 (log-view-file-face, log-view-message-face): Use renamed log-view
5919 faces.
5920
5921 * paren.el (show-paren-match, show-paren-mismatch):
5922 Remove "-face" suffix from face names.
5923 (show-paren-match-face, show-paren-mismatch-face):
5924 New backward-compatibility aliases for renamed faces.
5925 (show-paren-function): Use renamed show-paren faces.
5926
5927 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
5928 (ruler-mode-margins, ruler-mode-fringes)
5929 (ruler-mode-column-number, ruler-mode-fill-column)
5930 (ruler-mode-comment-column, ruler-mode-goal-column)
5931 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
5932 suffix from face names.
5933 (ruler-mode-default-face, ruler-mode-pad-face)
5934 (ruler-mode-margins-face, ruler-mode-fringes-face)
5935 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
5936 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
5937 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
5938 backward-compatibility aliases for renamed faces.
5939 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
5940 (ruler-mode-column-number, ruler-mode-fill-column)
5941 (ruler-mode-comment-column, ruler-mode-goal-column)
5942 (ruler-mode-tab-stop, ruler-mode-current-column)
5943 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
5944 faces.
5945
5946 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
5947 face name.
5948 (whitespace-highlight-the-space): Use renamed face.
5949 (whitespace-highlight-face): New backward-compatibility alias for
5950 renamed face.
5951
5952 * woman.el (woman-italic, woman-bold, woman-unknown)
5953 (woman-addition, woman-symbol-face):
5954 Remove "-face" suffix from face names.
5955 (woman-italic-face, woman-bold-face, woman-unknown-face)
5956 (woman-addition-face):
5957 New backward-compatibility aliases for renamed faces.
5958 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
5959 (woman-decode-region, woman-replace-match)
5960 (woman-display-extended-fonts, woman-special-characters)
5961 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
5962 Use renamed woman faces.
5963
5964 * longlines.el (longlines-visible-face): Face removed.
5965
5966 * diff-mode.el (diff-header, diff-file-header, diff-index)
5967 (diff-hunk-header, diff-removed, diff-added, diff-changed)
5968 (diff-function, diff-context, diff-nonexistent): Remove "-face"
5969 suffix from face names.
5970 (diff-header-face, diff-file-header-face, diff-index-face)
5971 (diff-hunk-header-face, diff-removed-face, diff-added-face)
5972 (diff-changed-face, diff-function-face, diff-context-face)
5973 (diff-nonexistent-face): New backward-compatibility aliases for
5974 renamed faces.
5975 (diff-header-face, diff-file-header-face)
5976 (diff-index, diff-index-face, diff-hunk-header)
5977 (diff-hunk-header-face, diff-removed, diff-removed-face)
5978 (diff-added, diff-added-face, diff-changed-face, diff-function)
5979 (diff-function-face, diff-context-face, diff-nonexistent)
5980 (diff-nonexistent-face): Use renamed diff-mode faces.
5981
5982 * progmodes/compile.el (compilation-warning-face)
5983 (compilation-info-face): Remove "-face" suffix from face names.
5984 (compilation-warning-face, compilation-info-face):
5985 New backward-compatibility aliases for renamed faces.
5986 (compilation-warning-face, compilation-info-face):
5987 Use renamed compilation faces.
5988
5989 * add-log.el (change-log-date, change-log-name)
5990 (change-log-email, change-log-file, change-log-list)
5991 (change-log-conditionals, change-log-function)
5992 (change-log-acknowledgement): Remove "-face" suffix from face names.
5993 (change-log-date-face, change-log-name-face)
5994 (change-log-email-face, change-log-file-face)
5995 (change-log-list-face, change-log-conditionals-face)
5996 (change-log-function-face, change-log-acknowledgement-face):
5997 New backward-compatibility aliases for renamed faces.
5998 (change-log-font-lock-keywords): Use renamed change-log faces.
5999
6000 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6001 (custom-set, custom-changed, custom-saved, custom-button)
6002 (custom-button-pressed, custom-documentation, custom-state)
6003 (custom-comment, custom-comment-tag, custom-variable-tag)
6004 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6005 (custom-group-tag): Remove "-face" suffix from face names.
6006 (custom-magic-alist, custom-magic-value-create)
6007 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6008 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6009 (custom-set-face, custom-changed-face, custom-saved-face)
6010 (custom-button-face, custom-button-pressed-face)
6011 (custom-documentation-face, custom-state-face)
6012 (custom-comment-face, custom-comment-tag-face)
6013 (custom-variable-tag-face, custom-variable-button-face)
6014 (custom-face-tag-face, custom-group-tag-face-1)
6015 (custom-group-tag-face):
6016 New backward-compatibility aliases for renamed faces.
6017
6018 * wid-edit.el (widget-documentation, widget-button)
6019 (widget-field, widget-single-line-field, widget-inactive)
6020 (widget-button-pressed): "-face" suffix removed from face names.
6021 (widget-documentation-face, widget-button-face)
6022 (widget-field-face, widget-single-line-field-face)
6023 (widget-inactive-face, widget-button-pressed-face):
6024 New backward-compatibility aliases for renamed faces.
6025 (widget-documentation-face, widget-button-face)
6026 (widget-button-pressed-face, widget-specify-field)
6027 (widget-specify-inactive): Use renamed widget faces.
6028
6029 2005-06-10 Kenichi Handa <handa@m17n.org>
6030
6031 * term/x-win.el (x-clipboard-yank): Remove condition-case
6032 wrapping.
6033
6034 2005-06-11 Kenichi Handa <handa@m17n.org>
6035
6036 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6037 date lines stricter.
6038
6039 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6040
6041 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6042 of x-get-selection.
6043
6044 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6045
6046 * comint.el (comint-mode, comint-snapshot-last-prompt):
6047 * frame.el (frame-current-scroll-bars):
6048 * term.el (term-mode, term-check-proc, term-input-sender)
6049 (term-simple-send, term-extract-string, term-word)
6050 (term-match-partial-filename):
6051 * window.el (window-current-scroll-bars):
6052 * emulation/cua-base.el (cua-normal-cursor-color)
6053 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6054 (cua-global-mark-cursor-color):
6055 * mail/undigest.el (rmail-forward-separator-regex):
6056 Fix typos in docstrings.
6057
6058 * comint.el (comint-check-proc, make-comint-in-buffer)
6059 (comint-source-default): Doc fixes.
6060
6061 * term.el (term-send-string): Improve argument/docstring
6062 consistency.
6063
6064 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6065
6066 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6067 call to `delete-region'.
6068 (comint-mode-hook): Do not enable Font Lock by default.
6069
6070 2005-06-09 Lute Kamstra <lute@gnu.org>
6071
6072 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6073 could be void.
6074
6075 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6078 (debug): Use it.
6079 (debugger-step-through, debugger-continue, debugger-jump)
6080 (debugger-return-value): Set it when needed.
6081 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6082 Use inhibit-read-only.
6083
6084 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6085
6086 * window.el (shrink-window-if-larger-than-buffer)
6087 (window-size-fixed): Fix typo in docstring.
6088
6089 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6090 thumbnails directory on loading.
6091 (thumbs-conversion-program): Use `eq' to check the system type,
6092 not `equal'.
6093 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6094 not "/tmp". Fix docstring.
6095 (thumbs-thumbsdir): New function to return the thumbnails
6096 directory, creating it if needed.
6097 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6098 (thumbs-temp-file): Delete variable and make it into a function.
6099 (thumbs-resize-image, thumbs-modify-image): Use it.
6100 (thumbs-kill-buffer): Simplify.
6101 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6102 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6103 docstrings.
6104
6105 2005-06-09 Kim F. Storm <storm@cua.dk>
6106
6107 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6108 set-match-data to free markers in match-data.
6109
6110 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6111 match-data to unchain markers in match-data.
6112
6113 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6116 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6117 unnecessary now.
6118
6119 2005-06-08 Richard M. Stallman <rms@gnu.org>
6120
6121 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6122 give the variable a doc string that doesn't say don't set it directly.
6123
6124 * textmodes/ispell.el (ispell-check-version):
6125 Use match-string-no-properties.
6126 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6127 (ispell-buffer-local-words): Likewise.
6128
6129 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6130 except on terminals with enough colors to really display it.
6131 (makefile-dependency-regex): Delete spurious `bb'.
6132
6133 * faces.el (escape-glyph): Use blue once again in last case.
6134 (no-break-space): Redefine so that it isn't invisible on a tty.
6135
6136 2005-06-08 Kim F. Storm <storm@cua.dk>
6137
6138 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6139 also when reading directory name.
6140
6141 2005-06-08 Lute Kamstra <lute@gnu.org>
6142
6143 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6144 (flyspell-mode-line-string): Remove autoload cookie.
6145 (flyspell-mode): Remove defvar.
6146
6147 2005-06-07 Lute Kamstra <lute@gnu.org>
6148
6149 * textmodes/org.el (org-run-mode-hooks): New function.
6150 (org-agenda-mode): Use it.
6151
6152 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6153
6154 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6155
6156 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6159
6160 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6161
6162 * font-lock.el (font-lock-add-keywords): Doc fix.
6163
6164 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6167 (tex-compile-default): In the absence of any history, use the order in
6168 tex-compile-alist to choose the preferred command.
6169 (tex-compile-commands): Reorder a bit.
6170
6171 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6172 (flyspell-incorrect-face, flyspell-duplicate-face):
6173 Use (X)Emacs-agnostic code.
6174 (flyspell-mode-map): Don't overwrite at each load. Remove code
6175 redundant with the subsequent add-minor-mode. Merge Emacs and
6176 XEmacs code.
6177 (flyspell-word): Minor simplification.
6178 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6179 (flyspell-external-point-words): Remove unused vars `size' and
6180 `start'.
6181 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
6182 the corresponding Emacs code.
6183 (flyspell-correct-word, flyspell-xemacs-popup): Use
6184 flyspell-do-correct.
6185
6186 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6187 a dedicated window.
6188
6189 * international/latexenc.el (latexenc-find-file-coding-system):
6190 Undo part of last patch, to turn off a compiler warning.
6191
6192 2005-06-06 Juri Linkov <juri@jurta.org>
6193
6194 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6195 Rename `tmm-inactive-face' to `tmm-inactive'.
6196
6197 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6198
6199 * iswitchb.el: Rename faces.
6200
6201 2005-06-06 Kim F. Storm <storm@cua.dk>
6202
6203 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6204 (cua-global-mark): Remove -face suffix from face names.
6205
6206 * emulation/cua-gmrk.el (cua--init-global-mark):
6207 Remove cua-global-mark face setup.
6208
6209 2005-06-06 Richard M. Stallman <rms@gnu.org>
6210
6211 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6212 just like other allowed characters.
6213 (makefile-match-dependency): Exclude leading and training whitespace
6214 from the range of regexp subexp 1.
6215 (makefile-macroassign-regex): Don't try to match the body,
6216 just the name of the macro being defined.
6217
6218 * info.el (Info-read-node-name-2): New function.
6219 (Info-read-node-name-1): Use that.
6220 Add a completion-base-size-function property.
6221
6222 * simple.el (completion-setup-function): Look for
6223 completion-base-size-function property of
6224 minibuffer-completion-table.
6225
6226 * files.el (locate-file-completion): Doc fix.
6227
6228 * printing.el: Don't call pr-update-menus; user must do that.
6229
6230 * emacs-lisp/debug.el (debugger-window): New variable.
6231 (debug): Use debugger-window if it is set and still alive.
6232 Record debugger-window for next entry.
6233
6234 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6235
6236 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6237
6238 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6239 (hack-one-local-variable, hack-local-variables)
6240 (hack-local-variables-prop-line): Pass that arg.
6241
6242 2005-06-06 Kim F. Storm <storm@cua.dk>
6243
6244 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6245 (ido-indicator): Remove -face suffix from face names.
6246
6247 2005-06-06 Juri Linkov <juri@jurta.org>
6248
6249 * font-lock.el (font-lock-regexp-backslash)
6250 (font-lock-regexp-backslash-construct): New faces.
6251 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6252 after `('. Add `while-no-input' to control structures.
6253
6254 * faces.el (no-break-space, shadow): New faces.
6255 (escape-glyph): Use less loud colors pink2 and red4.
6256
6257 * diff-mode.el (diff-context-face)
6258 * dired.el (dired-ignored)
6259 * rfn-eshadow.el (file-name-shadow)
6260 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6261
6262 * info.el (Info-title-1-face): Use green instead of yellow because
6263 bold yellow is not readable on light backgrounds.
6264
6265 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6266 before selecting the desired mode to not spend time fontifying
6267 old contents.
6268
6269 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6270
6271 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6272 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6273
6274 * ps-print.el (ps-default-fg, ps-default-bg):
6275 Fix typos in docstrings.
6276
6277 * isearchb.el (isearchb): Don't pass a spurious second argument to
6278 `iswitchb-completions'.
6279
6280 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6281
6282 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6283 to preserve point.
6284 (gdb-find-file-hook): Add doc string.
6285
6286 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6287 C dereferenced pointer expression.
6288 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6289
6290 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6291
6292 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6293 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6294 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6295 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6296 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6297 Make background transparent.
6298
6299 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6300
6301 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6302 (font-lock-remove-keywords): Doc fix.
6303 (font-lock-mode-major-mode): Compiler defvar.
6304 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6305
6306 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6307 (font-lock-mode): Update `font-lock-mode-major-mode'.
6308 (font-lock-set-defaults): Compiler defvar.
6309 (font-lock-default-function): Take `font-lock-mode-major-mode'
6310 into account.
6311
6312 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6313 keep track of which major mode it enabled the minor mode for.
6314 Use find-file-hook again. Update docstring.
6315
6316 * simple.el (eval-expression-print-level)
6317 (eval-expression-print-length, eval-expression-debug-on-error):
6318 Doc fixes.
6319
6320 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6321
6322 * iswitchb.el (iswitchb-single-match-face)
6323 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6324 (iswitchb-invalid-regexp-face): New faces.
6325 (iswitchb-completions): Use them.
6326 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6327 now marked as an obsolete alias.
6328 (iswitchb-read-buffer): Remove check for bound font variables.
6329 (iswitchb-invalid-regexp): New free variable.
6330 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6331 set iswitchb-invalid-regexp.
6332 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6333 invalid regexps.
6334 (iswitchb-completions): Add check for complete match when entering
6335 a regexp.
6336 (iswitchb-completions): Remove require-match argument.
6337 (iswitchb-exhibit): Fix caller.
6338 (iswitchb-common-match-inserted): New variable.
6339 (iswitchb-complete, iswitchb-completion-help): Use it.
6340
6341 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6342
6343 * url-http.el (url-http-chunked-encoding-after-change-function):
6344 Use `url-http-debug' instead of `message'.
6345
6346 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6347
6348 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6349 callback argument.
6350
6351 2005-06-04 Kim F. Storm <storm@cua.dk>
6352
6353 * simple.el (line-move): Only call sit-for when moving backwards.
6354
6355 * ido.el (ido-make-merged-file-list-1): New defun split from
6356 ido-make-merged-file-list.
6357 (ido-make-merged-file-list): Bind throw-on-input around call to
6358 ido-make-merged-file-list-1. Return input-pending-p if
6359 interrupted by more input available.
6360 (ido-read-internal): Handle input-pending-p return value from
6361 ido-make-merged-file-list.
6362
6363 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6366 compatibility code.
6367
6368 * international/latexenc.el (latexenc-find-file-coding-system):
6369 Don't inherit the EOL part of the coding-system from the
6370 tex-main buffer. Fit within 80 columns.
6371
6372 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6373
6374 * tmm.el (tmm-inactive-face): New face.
6375 (tmm-remove-inactive-mouse-face): New function.
6376 (tmm-prompt, tmm-add-one-shortcut)
6377 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6378 but not selectable.
6379
6380 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6381
6382 * faces.el (face-equal): Improve argument/docstring consistency.
6383
6384 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6385
6386 * progmodes/make-mode.el (makefile-targets-face)
6387 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6388 (makefile-bsdmake-dependency-regex)
6389 (makefile-makepp-rule-action-regex)
6390 (makefile-bsdmake-rule-action-regex): New constants.
6391 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6392
6393 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6394 Allow (...) within `...' for makepp messages.
6395
6396 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6397
6398 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6399
6400 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6401 "." files are deleted from all file lists before comparison.
6402
6403 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6404 (viper-ESC-key): Made them customizable.
6405
6406 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6407
6408 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6409
6410 * autorevert.el (auto-revert-buffers): Use save-match-data.
6411
6412 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6415 menu items with a nil command binding.
6416
6417 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6418
6419 * emacs-lisp/cl-macs.el (defsetf):
6420 Improve argument/docstring consistency.
6421
6422 * faces.el (list-faces-display): Improve the formatting by
6423 computing the maximum length required for any face-name (reworked
6424 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6425 (internal-find-face): Remove redundant info in docstring.
6426
6427 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6428
6429 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6430 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6431 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6432 (gdb-assembler-custom): Improve regexps.
6433 (def-gdb-auto-update-handler): Use window point to preserve point.
6434
6435 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6438
6439 2005-05-31 Jay Belanger <belanger@truman.edu>
6440
6441 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6442 to calc-embedded.
6443 (calc-embedded-make-info): Have plain prefix argument select
6444 entire line.
6445
6446 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6447
6448 * faces.el (list-faces-display): Signal error if passed a regexp
6449 that matches no face name.
6450
6451 * simple.el (filter-buffer-substring): Fix typo in docstring.
6452
6453 2005-05-31 Richard M. Stallman <rms@gnu.org>
6454
6455 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6456 (vhdl-emacs-21): Doc fix.
6457 (vhdl-mode): Unconditionally set comment-padding.
6458 (vhdl-fixup-whitespace-region): Insert spaces only where
6459 there are none.
6460 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6461
6462 2005-05-30 John Wiegley <johnw@newartisans.com>
6463
6464 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6465 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6466 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6467 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6468 `string-to-number'.
6469
6470 2005-05-30 Jay Belanger <belanger@truman.edu>
6471
6472 * calc/calc.el (calc-bug-address): Fix docstring.
6473 (calc-window-hook, calc-trail-window-hook): New variables.
6474 (calc-trail-display): Restore use of calc-trail-window-hook.
6475 (calc): Restore use of calc-window-hook.
6476
6477 2005-05-31 Masatake YAMATO <jet@gyve.org>
6478
6479 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6480
6481 * help-fns.el (help-C-file-name): Add autoload mark for
6482 `find-function-noselect'.
6483
6484 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6487 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6488
6489 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6490
6491 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6492 included diary buffer if it was not already being visited.
6493 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6494
6495 * calendar/icalendar.el (top-level): Do not require 'appt.
6496
6497 * mail/supercite.el (sc-select-attribution): Only use a list
6498 element from sc-attrib-selection-list if it returns a string.
6499 Reported by Davide G. M. Salvetti <salve@debian.org>.
6500
6501 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6502
6503 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6504 includes a hash value to improve its uniqueness, and has a ".jpg"
6505 extension. Also, it is now a valid filename on all systems.
6506 (thumbs-make-thumb): Use `let', not `let*'.
6507 (thumbs-show-thumbs-list): Check for JPEG availability.
6508
6509 2005-05-30 Richard M. Stallman <rms@gnu.org>
6510
6511 * filesets.el (filesets-menu-ensure-use-cached):
6512 Prevent warning when emacs-version>= is undefined.
6513
6514 * printing.el (pr-interactive-n-up): Use string-to-number.
6515
6516 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6517
6518 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6519 Warn only when name to be defined is quoted.
6520
6521 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6522
6523 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6524 Make regexp more robust.
6525 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6526 Force regeneration of disassembly.
6527
6528 2005-05-29 Jay Belanger <belanger@truman.edu>
6529
6530 * calc/calc.el (calc-user-invocation): Check if
6531 calc-invocation-macro is non-nil.
6532
6533 2005-05-29 Juri Linkov <juri@jurta.org>
6534
6535 * add-log.el (change-log-font-lock-keywords):
6536 Add `+' to e-mail regexp to accept mail address with keywords.
6537
6538 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6539
6540 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6541
6542 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6543
6544 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6545
6546 2005-05-29 Richard M. Stallman <rms@gnu.org>
6547
6548 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6549 Undo the change that moves to end of the current word.
6550
6551 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6552
6553 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6554 Throw error when count <= 0 to ensure input is a number.
6555 (gdb-read-memory-custom): Pick up address from buffer.
6556 (gdb-memory-mode): Allow user to increment and decrement
6557 memory address from header line.
6558
6559 2005-05-29 Richard M. Stallman <rms@gnu.org>
6560
6561 * flyspell.el (flyspell-version): Function deleted.
6562 (flyspell-auto-correct-previous-hook): Doc fix.
6563
6564 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6565 Do nothing if memory is full.
6566
6567 * font-lock.el (font-lock-fontify-syntactically-region):
6568 Pass t for GREEDY to looking-back.
6569
6570 * saveplace.el (save-place-alist-to-file): Write the file
6571 using write-region.
6572
6573 * subr.el (looking-back): New argument GREEDY.
6574
6575 * progmodes/compile.el (compilation-start): Set the mode
6576 before inserting the initial text.
6577
6578 * progmodes/which-func.el (which-func-update-1): Turn the mode
6579 off in case of error by setting which-func-mode.
6580
6581 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6582
6583 * flyspell.el (flyspell-auto-correct-previous-word):
6584 Narrow down to what's on the screen, and recenter overlays
6585 at the end of the next word.
6586
6587 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6588
6589 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6590 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6591 (flyspell-abbrev-p): Default to nil.
6592 (flyspell-use-global-abbrev-table-p): Doc fix.
6593 (flyspell-large-region): Allow nil as value.
6594 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6595
6596 (mail-mode-flyspell-verify): More robust handling
6597 of `mail-header-separator'. More efficient signature detection.
6598 Allow for regexp metacharacters in message-header-separator.
6599 Adding `To' not to be checked in mail-mode-flyspell-verify.
6600
6601 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6602 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6603 Bind flyspell-auto-correct-binding.
6604 Bind C-. and C-, .
6605 (flyspell-mode-map): Likewise.
6606 (flyspell-mode): Doc fix.
6607 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6608 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6609 (flyspell-word-cache-result): New var, always local.
6610 (flyspell-check-pre-word-p): Doc fix.
6611 (flyspell-check-changed-word-p): Handle spc like newline.
6612 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6613 (flyspell-word-search-backward, flyspell-word-search-forward):
6614 New functions.
6615 (flyspell-word): Return t if nothing to check.
6616 When parsing TeX code, check for after } or \.
6617 Use flyspell-word-search-backward to find previous word.
6618 Return nil if duplicated word.
6619 For word already checked, return same value as last time.
6620 Set flyspell-word-cache-result after checking.
6621 Don't clobber the return value.
6622 (flyspell-get-word): Major rewrite.
6623 (flyspell-external-point-words): New locals pword, pcount.
6624 Fix size used in progress message.
6625 Find the proper corresponding word in flyspell-large-region-buffer.
6626 (flyspell-region): Check for flyspell-large-region = nil.
6627 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6628 (flyspell-auto-correct-word): Check that WORD is a cons.
6629 (flyspell-correct-word): Likewise.
6630
6631 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6632
6633 * progmodes/make-mode.el (makefile-rule-action-regex)
6634 (makefile-macroassign-regex, makefile-makepp-mode)
6635 (makefile-bsdmake-mode): Continuation lines may be empty.
6636 Reported by Joshua Varner.
6637 (makefile-makepp-font-lock-keywords): Add $(stem).
6638
6639 2005-05-28 Karl Berry <karl@gnu.org>
6640
6641 * textmodes/tex-mode.el: Now that tex-send-command calls
6642 shell-quote-argument (2005-03-31 change), remove all calls to
6643 shell-quote-argument; they all end up invoking tex-send-command.
6644 The double quoting loses on filenames with non-safe characters,
6645 such as "@". Reported by Frederik Fouvry.
6646
6647 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6648
6649 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6650 about preserving point.
6651
6652 2005-05-27 Jay Belanger <belanger@truman.edu>
6653
6654 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6655 Info-goto-node.
6656
6657 * calc/calc-embed.el (calc-embed-arg): New variable.
6658 (calc-do-embedded-activate, calc-embedded-activate-formula)
6659 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6660 variable by new variable.
6661 (calc-embedded-make-info): Replace undeclared variable by new
6662 variable. When selecting region with positive prefix
6663 argument, use end of previous line instead of beginning of line.
6664
6665 * calc/calc-aent.el (calc-arg-values): Declare it.
6666
6667 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6668 Declare them.
6669
6670 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6671
6672 * calc/calc.el (calc-alg-map): Declare it.
6673
6674 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6675
6676 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6677
6678 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6679 (gdb-registers-buffer, toggle-gdb-all-registers):
6680 Toggle display of floating point registers.
6681 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6682
6683 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6684 (toggle-gud-tooltip-dereference):
6685 Rename from gud-toggle-tooltip-dereference.
6686
6687 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6690
6691 2005-05-27 Jay Belanger <belanger@truman.edu>
6692
6693 * calc/calc-prog.el (calc-kbd-report): Remove.
6694 (calc-kbd-query): Rewrite.
6695
6696 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6697
6698 * image.el (image-library-alist): Move to image.c.
6699 (image-type-available-p): Doc fix.
6700
6701 2005-05-27 Lute Kamstra <lute@gnu.org>
6702
6703 * calc/calc.el (calc):
6704 * outline.el (outline-1, outline-2, outline-3, outline-4)
6705 (outline-5, outline-6, outline-7, outline-8):
6706 * textmodes/dns-mode.el (dns-mode):
6707 * textmodes/sgml-mode.el (sgml-namespace-face):
6708 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6709 (tex-verbatim-face, tex-use-reftex):
6710 * textmodes/texinfo.el (texinfo-heading-face):
6711 Specify customization group.
6712
6713 * longlines.el: Don't require easy-mmode.
6714 (longlines-visible-face): Specify customization group.
6715
6716 2005-05-27 Kenichi Handa <handa@m17n.org>
6717
6718 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6719 encoding table of windows-1251.
6720
6721 * international/ucs-tables.el (ucs-set-table-for-input):
6722 If translation-table-for-input of a coding system is a symbol, get
6723 its translation-table property.
6724
6725 * international/code-pages.el: Don't register a coding system into
6726 non-iso-charset-alist more than once.
6727 (cp-make-coding-system): Likewise.
6728
6729 2005-05-26 John Wiegley <johnw@newartisans.com>
6730
6731 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6732 `eshell-resume-eval' is wrapped in a list, it indicates that the
6733 command was run asynchronously. In that case, unwrap the value
6734 before checking the delimiter value.
6735
6736 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6737 character before a space at the end of a line is \, assume the space
6738 is part of the last argument rather than a final argument separator.
6739
6740 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6741 is in use, and the target is `t' or `nil' (which are the most common
6742 values), don't assume that the symbol target is a buffer.
6743
6744 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6745
6746 * calendar/calendar.el (calendar-mode-line-format):
6747 Use mode-line-highlight as mouse-face.
6748
6749 * time.el (display-time-string-forms, display-time-update):
6750 Use mode-line-highlight as mouse-face.
6751
6752 2005-05-26 Jay Belanger <belanger@truman.edu>
6753
6754 * calc/calc.el (calc-language-alist): Remove extra defvar.
6755
6756 2005-05-26 Lute Kamstra <lute@gnu.org>
6757
6758 * arc-mode.el (archive-mode):
6759 * bookmark.el (bookmark-read-annotation-mode)
6760 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6761 * bs.el (bs-mode):
6762 * calc/calc-yank.el (calc-edit-mode):
6763 * calc/calc.el (calc-mode, calc-trail-mode):
6764 * calculator.el (calculator-mode):
6765 * chistory.el (command-history-mode):
6766 * comint.el:
6767 * cus-edit.el (custom-mode):
6768 * descr-text.el (describe-text-mode):
6769 * ebuff-menu.el (Electric-buffer-menu-mode):
6770 * ediff-util.el (ediff-mode):
6771 * emacs-lisp/re-builder.el (reb-mode):
6772 * emulation/vi.el (vi-mode-setup):
6773 * emulation/ws-mode.el (wordstar-mode):
6774 * eshell/esh-mode.el (eshell-mode):
6775 * forms.el (forms-mode):
6776 * help-mode.el (help-mode):
6777 * hexl.el (hexl-mode):
6778 * ibuffer.el (ibuffer-mode):
6779 * ielm.el (inferior-emacs-lisp-mode):
6780 * info.el (Info-mode, Info-edit-mode):
6781 * international/swedish.el:
6782 * ledit.el (ledit-from-lisp-mode):
6783 * locate.el (locate-mode):
6784 * mail/rmail.el (rmail-mode):
6785 * mail/rmailedit.el (rmail-edit-mode):
6786 * mail/rmailsum.el (rmail-summary-mode):
6787 * mail/supercite.el (sc-electric-mode):
6788 * net/eudc.el (eudc-mode):
6789 * net/quickurl.el (quickurl-list-mode):
6790 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6791 * obsolete/ooutline.el (outline-mode):
6792 * obsolete/options.el (Edit-options-mode):
6793 * obsolete/rnews.el (news-mode):
6794 * obsolete/rnewspost.el (news-reply-mode):
6795 * play/5x5.el (5x5-mode):
6796 * play/decipher.el (decipher-mode, decipher-stats-mode):
6797 * play/gomoku.el (gomoku-mode):
6798 * play/snake.el (snake-mode):
6799 * play/solitaire.el (solitaire-mode):
6800 * play/tetris.el (tetris-mode):
6801 * progmodes/ada-mode.el (ada-mode):
6802 * progmodes/antlr-mode.el (antlr-mode):
6803 * progmodes/autoconf.el (autoconf-mode):
6804 * progmodes/dcl-mode.el (dcl-mode):
6805 * progmodes/delphi.el (delphi-mode):
6806 * progmodes/ebrowse.el (ebrowse-tree-mode)
6807 (ebrowse-electric-list-mode, ebrowse-member-mode)
6808 (ebrowse-electric-position-mode):
6809 * progmodes/f90.el (f90-mode):
6810 * progmodes/fortran.el (fortran-mode):
6811 * progmodes/icon.el (icon-mode):
6812 * progmodes/idlw-help.el (idlwave-help-mode):
6813 * progmodes/idlw-shell.el (idlwave-shell-mode):
6814 * progmodes/idlwave.el (idlwave-mode):
6815 * progmodes/inf-lisp.el (inferior-lisp-mode):
6816 * progmodes/m4-mode.el (m4-mode):
6817 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6818 * progmodes/modula2.el (modula-2-mode):
6819 * progmodes/octave-inf.el (inferior-octave-mode):
6820 * progmodes/octave-mod.el (octave-mode):
6821 * progmodes/pascal.el (pascal-mode):
6822 * progmodes/sh-script.el (sh-mode):
6823 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6824 * progmodes/vhdl-mode.el (vhdl-mode):
6825 * progmodes/xscheme.el (scheme-interaction-mode):
6826 * replace.el (occur-mode):
6827 * ses.el (ses-mode):
6828 * simple.el (completion-list-mode):
6829 * skeleton.el:
6830 * speedbar.el (speedbar-mode):
6831 * term.el (term-mode):
6832 * terminal.el (terminal-edit-mode):
6833 * textmodes/reftex-index.el (reftex-index-mode)
6834 (reftex-index-phrases-mode):
6835 * textmodes/reftex-sel.el (reftex-select-label-mode)
6836 (reftex-select-bib-mode):
6837 * textmodes/reftex-toc.el (reftex-toc-mode):
6838 * wdired.el (wdired-change-to-wdired-mode):
6839 * wid-browse.el (widget-browse-mode):
6840 Use run-mode-hooks.
6841
6842 * array.el (array-mode):
6843 * calendar/todo-mode.el (todo-mode):
6844 * man.el (Man-mode):
6845 * play/landmark.el (lm-mode):
6846 * play/mpuz.el (mpuz-mode):
6847 Use kill-all-local-variables and run-mode-hooks.
6848
6849 * subr.el (delay-mode-hooks): Specify indentation.
6850
6851 2005-05-26 Mark A. Hershberger <mah@everybody.org>
6852
6853 * xml.el (xml-substitute-special): Don't die for undefined xml
6854 entities.
6855
6856 2005-05-26 Jay Belanger <belanger@truman.edu>
6857
6858 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6859 of nil.
6860
6861 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6862
6863 * progmodes/gdb-ui.el (gdb-frame-address):
6864 Rename from gdb-current-address.
6865 (gdb-previous-frame-address): Rename from gdb-previous-address.
6866 (gdb-selected-frame): Rename from gdb-current-frame.
6867 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6868 (gdb-frame-number): Rename from gdb-current-stack-level.
6869 (gdb-ann3): Match new mode-name for disassembly buffer.
6870 Extend initialization of variables.
6871 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6872 (gdb-memory-mode): Use mouse-face in header line.
6873 (gdb-assembler-buffer-name): Call it disassembly and give frame
6874 in mode line.
6875 (gdb-source-spec-regexp, gdb-assembler-custom)
6876 (gdb-invalidate-assembler, gdb-frame-handler):
6877 Make robust to leading zeroes in address format.
6878
6879 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
6880
6881 * textmodes/org.el (org-mode): Use `define-derived-mode' to
6882 define `org-mode'.
6883 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6884
6885 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * log-edit.el (log-edit-changelog-entries): Distinguish between
6888 filenames like xfns.c and fns.c.
6889
6890 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
6891
6892 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6893 point after reverting.
6894 (Buffer-menu-make-sort-button): Handle the case where
6895 `Buffer-menu-use-header-line' is nil.
6896
6897 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6898
6899 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6900 New funcs. In minibuffer-local-completion-map bind `]', `/'
6901 and `:' to them.
6902
6903 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * startup.el (normal-top-level): Allow modification of load-path while
6906 we're iterating over it.
6907
6908 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
6909
6910 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
6911 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
6912 (thumbs-resize-interactive, thumbs-insert-image)
6913 (thumbs-insert-thumb, thumbs-dired-show-marked)
6914 (thumbs-find-image-at-point, thumbs-delete-images)
6915 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
6916 (thumbs-increment-image-size, thumbs-decrement-image-size):
6917 Fix typos in docstrings.
6918
6919 2005-05-24 Andre Spiegel <spiegel@gnu.org>
6920
6921 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
6922 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
6923 (cperl-mode): Use them.
6924
6925 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
6926
6927 * window.el (quit-window, shrink-window-if-larger-than-buffer):
6928 Doc fixes.
6929
6930 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6931
6932 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
6933 Bind C-d to gdb-inferior-io-eof.
6934
6935 * dired.el (dired-dnd-popup-notice): Use message-box.
6936
6937 2005-05-23 Masatake YAMATO <jet@gyve.org>
6938
6939 * bindings.el (mode-line-major-mode-keymap):
6940 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
6941
6942 * faces.el (mode-line-highlight): New face.
6943
6944 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
6945 as mouse-face.
6946
6947 * bindings.el (top-level, help-echo, mode-line-modified)
6948 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
6949 as mouse-face.
6950
6951 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
6952
6953 * progmodes/cc-engine.el (c-guess-basic-syntax):
6954 Remove spurious call to `zerop'.
6955
6956 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
6957
6958 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
6959
6960 CC Mode update to 5.30.10:
6961
6962 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
6963 could go past the limit in decoration level 2, thereby causing
6964 errors during interactive fontification.
6965
6966 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
6967 the file is evaluated interactively.
6968
6969 * cc-engine.el (c-guess-basic-syntax): Handle operator
6970 declarations somewhat better in C++.
6971
6972 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
6973 make use of `run-mode-hooks' which has been added in Emacs 21.1.
6974 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6975 (awk-mode): Use it.
6976 (make-local-hook): Suppress warning about obsoleteness.
6977
6978 * cc-engine.el, cc-align.el, cc-cmds.el
6979 (c-append-backslashes-forward, c-delete-backslashes-forward)
6980 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
6981 Compensate for return value from `forward-line' when it has moved
6982 but not to a different line due to eob.
6983
6984 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
6985 `objc-method-intro' and `objc-method-args-cont'.
6986
6987 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
6988
6989 CC Mode update to 5.30.10:
6990
6991 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
6992 in the copyright statement. Incidentally, change "along with GNU
6993 Emacs" to "along with this program" where it occurs.
6994
6995 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
6996 so that it is interactive, hence can be found by M-x awk-mode
6997 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
6998 <gmorris+emacs@ast.cam.ac.uk>.
6999
7000 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7001 Mode's regexps.
7002
7003 2005-05-23 Kevin Ryde <user42@zip.com.au>
7004
7005 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7006 c-parse-state, to avoid a lisp error (on bad code).
7007
7008 2005-05-23 Lute Kamstra <lute@gnu.org>
7009
7010 * subr.el (font-lock-defaults): Remove defvar as it's already
7011 defined in font-core.el.
7012
7013 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7014
7015 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7016
7017 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7018 more general and work when GDB variable "print pretty" is on,
7019 as with Emacs, for example.
7020
7021 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * font-core.el: Update comment.
7024
7025 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7026 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7027
7028 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7029
7030 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7031
7032 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7033 and `yank-handler' in the doc strings.
7034
7035 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7038
7039 2005-05-22 Richard M. Stallman <rms@gnu.org>
7040
7041 * help.el (describe-key): Move print-help-return-message call
7042 out of conditional.
7043
7044 * progmodes/etags.el (list-tags): Use with-no-warnings.
7045
7046 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7047 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7048 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7049
7050 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7051
7052 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7053 Add defvar.
7054
7055 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7056 Use defvar, not defconst.
7057
7058 * hexl.el (hexl-follow-line): Use with-no-warnings.
7059
7060 * emulation/tpu-extras.el: Use write-file-functions instead of
7061 write-file-hooks.
7062
7063 * dired.el (dired-font-lock-keywords): Fontify files with junk
7064 extensions even if marked by -F.
7065
7066 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7067
7068 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7069 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7070 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7071 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7072 (concatenate, list-length, get*, getf, cl-remprop):
7073 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7074 (etypecase, progv, lexical-let, lexical-let*)
7075 (multiple-value-bind, multiple-value-setq, shiftf):
7076 Improve argument/docstring consistency.
7077
7078 * subr.el (focus-frame, unfocus-frame):
7079 Revert deletion on 2005-05-01.
7080
7081 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7082
7083 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7084 doesn't exist.
7085
7086 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7087 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7088
7089 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7090
7091 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7092 already deleted variables: auto-fill-hook, blink-paren-hook,
7093 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7094 suspend-hooks, comment-indent-hook, meta-flag,
7095 before-change-function, after-change-function,
7096 font-lock-doc-string-face.
7097
7098 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7099
7100 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7101
7102 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7103
7104 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7105 rmail-dont-reply-to.
7106
7107 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7108
7109 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7110 literal blank when splitting new-header-values.
7111
7112 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7113
7114 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7115 string so that tmm doesn't create a completion entry for it.
7116
7117 * textmodes/table.el (table-disable-menu): Ditto.
7118
7119 2005-05-21 Richard M. Stallman <rms@gnu.org>
7120
7121 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7122
7123 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7124
7125 * net/rcompile.el (remote-compile): Use compilation-start.
7126
7127 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7128
7129 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7130
7131 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7132 Default to makefile-bsdmake-mode on BSD systems.
7133
7134 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7135 REGEXP may also be a search function now. The part of doc-string
7136 for describing the structure was 95% identical to that of
7137 `imenu--generic-function'. Unify it there.
7138
7139 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7140 Use function to find dependencies, because regexp alone is so complex,
7141 it easily goes into an endless loop.
7142 (makefile-makepp-mode): Also add submenu for Perl functions
7143 defined in the makefile.
7144 (makefile-bsdmake-mode): Special imenu-generic-expression no
7145 longer needed, due to function call.
7146 (makefile-match-dependency): Take BOUND into account when checking
7147 if we're through.
7148
7149 2005-05-20 Jay Belanger <belanger@truman.edu>
7150
7151 * calc/calc-units.el (calc-invalidate-units-table):
7152 Use inhibit-read-only.
7153 (math-build-units-table-buffer): Use view-mode.
7154
7155 2005-05-20 David Kastrup <dak@gnu.org>
7156
7157 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7158 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7159
7160 2005-05-20 Lute Kamstra <lute@gnu.org>
7161
7162 * diff-mode.el (diff-header-face, diff-file-header-face)
7163 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7164 (diff-added-face, diff-changed-face, diff-function-face)
7165 (diff-context-face, diff-nonexistent-face): Put them in the
7166 diff-mode customization group.
7167
7168 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7171
7172 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7173
7174 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7175 Minor regexp-optimization.
7176
7177 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7178
7179 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7180 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7181 (org-agenda-add-time-grid-maybe): New function.
7182 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7183 (org-table-create): `dotimes' instead of `mapcar'.
7184 (org-xor): Simplify implementation.
7185 (org-agenda): `inhibit-redisplay' turned on.
7186 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7187 a consistent line after a state change.
7188 (org-agenda-remove-times-when-in-prefix): New option.
7189 (org-prefix-has-time): New variable.
7190 (org-parse-time-string): Optional argument NODEFAULT.
7191 (org-format-agenda-item): Parse items for time-of-day
7192 specifications and move these into the prefix if possible.
7193 (org-agenda-priority): Get current heading, not previous heading
7194 during agenda remote editing.
7195
7196 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7197
7198 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7199 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7200 (remove-duplicates, delete-duplicates, substitute)
7201 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7202 (nsubstitute-if-not, find, find-if, find-if-not, position)
7203 (position-if, position-if-not, count, count-if, count-if-not)
7204 (mismatch, search, sort*, stable-sort, merge, member*)
7205 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7206 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7207 (intersection, nintersection, set-difference, nset-difference)
7208 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7209 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7210 (nsublis, tree-equal): Improve argument/docstring consistency.
7211
7212 * subr.el (send-string, send-region):
7213 Remove obsolescence declaration.
7214 (window-dot, set-window-dot, read-input, show-buffer)
7215 (eval-current-buffer, string-to-int):
7216 Add release number to obsolescence declarations.
7217
7218 2005-05-19 Kim F. Storm <storm@cua.dk>
7219
7220 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7221 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7222
7223 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7224
7225 * faces.el (list-faces-display): Make back button respect optional
7226 regexp arg.
7227
7228 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7229
7230 * calculator.el (calculator-radix-grouping-mode)
7231 (calculator-radix-grouping-digits, calculator-displayer)
7232 (calculator-radix-grouping-separator, calculator-copy-displayer):
7233 * dabbrev.el (dabbrev-search-these-buffers-only):
7234 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7235 (diff-advance-after-apply-hunk, diff-mode-hook)
7236 (diff-minor-mode-prefix):
7237 * imenu.el (imenu-use-popup-menu):
7238 * jit-lock.el (jit-lock-context-time):
7239 * newcomment.el (comment-fill-column, comment-column)
7240 (comment-style, comment-padding, comment-multi-line)
7241 (comment-empty-lines, comment-auto-fill-only-comments):
7242 * reveal.el (reveal-around-mark):
7243 * uniquify.el (uniquify-buffer-name-style)
7244 (uniquify-after-kill-buffer-p)
7245 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7246 (uniquify-min-dir-content, uniquify-separator)
7247 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7248 * w32-vars.el (w32-fixed-font-alist):
7249 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7250 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7251 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7252 * progmodes/perl-mode.el (perl-indent-level)
7253 (perl-continued-statement-offset, perl-continued-brace-offset)
7254 (perl-brace-offset, perl-brace-imaginary-offset)
7255 (perl-label-offset, perl-indent-continued-arguments)
7256 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7257 * progmodes/tcl.el (tcl-indent-level)
7258 (tcl-continued-indent-level, tcl-auto-newline)
7259 (tcl-tab-always-indent, tcl-electric-hash-style)
7260 (tcl-help-directory-list, tcl-use-smart-word-finder)
7261 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7262 (inferior-tcl-source-command):
7263 * textmodes/fill.el (enable-kinsoku):
7264 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7265 * textmodes/table.el (table-yank-handler):
7266 Specify missing group (and type, if simple) in defcustom.
7267
7268 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7269
7270 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7271
7272 2005-05-19 Richard M. Stallman <rms@gnu.org>
7273
7274 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7275
7276 * subr.el (event-basic-type): Don't get an error.
7277 (left-fringe-p): Function deleted.
7278
7279 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7280 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7281
7282 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7283 in recursive copy.
7284
7285 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7286
7287 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7288
7289 * emacs-lisp/bytecomp.el
7290 (byte-compile-file-form-custom-declare-variable): Call
7291 byte-compile-nogroup-warn if appropriate.
7292
7293 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7294 (compilation-set-window): Don't call left-fringe-p; do it directly.
7295
7296 2005-05-19 Jay Belanger <belanger@truman.edu>
7297
7298 * calc/calc-graph.el (calc-graph-format-data): Make sure
7299 var-PlotRejects is bound before trying to check its value.
7300
7301 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7302
7303 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7304 definition of this variable from reftex-global.el to reftex.el,
7305 because it is needed in the menu.
7306
7307 2005-05-19 Lute Kamstra <lute@gnu.org>
7308
7309 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7310 years are fixed. Don't insert a space after a dash.
7311
7312 2005-05-19 Kim F. Storm <storm@cua.dk>
7313
7314 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7315
7316 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7317
7318 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7319 strings, because (eq ... ?\\) is fairly frequent.
7320
7321 * progmodes/make-mode.el (makefile-add-this-line-targets):
7322 Simplify and integrate into `makefile-pickup-targets'.
7323 (makefile-add-this-line-macro): Simplify and integrate into
7324 `makefile-pickup-macros.
7325 (makefile-pickup-filenames-as-targets): Simplify.
7326 (makefile-previous-dependency, makefile-match-dependency):
7327 Don't stumble over `::'.
7328
7329 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7330
7331 * subr.el (post-command-idle-hook, post-command-idle-delay):
7332 Remove obsoletion of post-command-idle-hook and
7333 post-command-idle-delay.
7334
7335 * faces.el (list-faces-display): Provide button when describe-face
7336 is called to take user back to the list of faces.
7337
7338 * help-fns.el (describe-variable): Remove hyperlinks in a
7339 variable's value as these are quite frequently inappropriate.
7340
7341 * follow.el (follow-submit-feedback, follow-mode):
7342 Remove references to post-command-idle-hook.
7343
7344 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7345
7346 * progmodes/make-mode.el (makefile-previous-dependency)
7347 (makefile-match-dependency): Check for := (and in bsd mode also
7348 !=) to give a better result, even when font-lock is not on.
7349
7350 2005-05-18 Jay Belanger <belanger@truman.edu>
7351
7352 * calc/calc-help.el (calc-s-prefix-help):
7353 Add `calc-copy-special-constant' to help string.
7354
7355 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7356
7357 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7358
7359 2005-05-18 Jay Belanger <belanger@truman.edu>
7360
7361 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7362 in linear factors are in proper order.
7363
7364 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7365
7366 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7367 Support for jurabib.
7368
7369 * textmodes/reftex.el (featurep): Define aliases for overlay
7370 commands, for XEmacs compatibility, and use these aliases in
7371 overlay initializations.
7372 (reftex-highlight): Use `reftex-move-overlay'.
7373 (reftex-unhighlight): Use `reftex-delete-overlay'.
7374 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7375 (reftex-access-search-path): Use `reftex-uniquify' instead of
7376 `reftex-uniq'
7377
7378 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7379 `before-string' property modification enables for Emacs as well.
7380 (reftex-select-item): Use `reftex-delete-overlay'.
7381 (reftex-select-mark): Use `reftex-make-overlay' and
7382 `reftex-overlay-put'.
7383 (reftex-select-unmark): Use `reftex-delete-overlay' and
7384 `reftex-overlay-put'.
7385
7386 2005-05-18 Lute Kamstra <lute@gnu.org>
7387
7388 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7389
7390 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7391
7392 * add-log.el (add-change-log-entry):
7393 * array.el (array-make-template, array-reconfigure-rows)
7394 (array-init-max-row, array-init-max-column)
7395 (array-init-columns-per-line, array-init-field-width):
7396 * replace.el (replace-match-maybe-edit, perform-replace):
7397 * textmodes/spell.el (spell-region):
7398 Replace `read-input' by `read-string'.
7399
7400 * forms.el (forms-mode):
7401 * finder.el (finder-compile-keywords):
7402 * shadowfile.el (shadow-read-files):
7403 Replace `eval-current-buffer' by `eval-buffer'.
7404
7405 * terminal.el (te-pass-through):
7406 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7407 (ange-ftp-raw-send-cmd):
7408 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7409 (send-process-next-char, telnet-initial-filter, telnet):
7410 Replace `send-string' by `process-send-string'.
7411
7412 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7413 (prolog-consult-region): Replace `send-string' by
7414 `process-send-string'; replace `send-region' by `process-send-region'.
7415
7416 * progmodes/delphi.el (delphi-log-msg):
7417 Replace `set-window-dot' by `set-window-point'.
7418
7419 * subr.el (window-dot, set-window-dot, read-input, send-string)
7420 (send-region, show-buffer, eval-current-buffer):
7421 Make really obsolete, as the comment says.
7422
7423 2005-05-17 Kim F. Storm <storm@cua.dk>
7424
7425 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7426 (cua--init-keymaps): Bind C-return instead of S-return to set
7427 rectangle mark.
7428
7429 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7430 instead of S-return to toggle/clear rectangle mark.
7431
7432 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7433
7434 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7435 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7436 Also fontify plain strings assigned to variables, mostly so that a
7437 colon has a face and is thus not taken as a dependency separator.
7438 (makefile-previous-dependency): Inline the new matcher, because it
7439 is too complex to work in both directions.
7440 (makefile-match-dependency): Eliminate `backward' arg (see above).
7441 Completely reimplemented so as to not sometimes go into an endless
7442 loop. It should also be more efficient, because first it only
7443 searches for `:', instead of applying the very complex regexp.
7444 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7445 to be fontified in one piece can be too long for JIT.
7446 Makefiles are never *that* big.
7447
7448 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7449
7450 * dired.el (dired-mode): Simplify.
7451
7452 2005-05-17 Lute Kamstra <lute@gnu.org>
7453
7454 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7455 defcustom for the mode hook variable.
7456
7457 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7458 Emacs Lisp Reference Manual.
7459
7460 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7461
7462 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7463 (evenp, list*):
7464 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7465 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7466
7467 * net/tramp-smb.el (tramp-smb-open-connection):
7468 Pass `tramp-chunksize' as fifth (required) argument.
7469
7470 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7471
7472 * font-lock.el (lisp-font-lock-keywords-1):
7473 Set `font-lock-negation-char-face' for [^...] char group.
7474 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7475
7476 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7477 a var, and refine it to mask one more level of nested vars.
7478 (makefile-rule-action-regex): Turn it into a var, and refine it so
7479 it recognizes backslashed continuation lines as belonging to the
7480 same command.
7481 (makefile-macroassign-regex): Refine it so it recognizes
7482 backslashed continuation lines as belonging to the same command.
7483 (makefile-var-use-regex): Don't look at the next char, because it
7484 might be the same one to be skipped by the initial [^$], leading
7485 to an overlooked variable use.
7486 (makefile-make-font-lock-keywords): Remove two parameters, which
7487 are now variables that some of the modes set locally.
7488 Handle dependency and rule action matching through functions, because
7489 regexps alone match too often. Dependency matching now comes
7490 last, so it can check, whether a colon already matched something else.
7491 (makefile-mode): Inform that font-lock improves makefile parsing
7492 capabilities.
7493 (makefile-match-dependency, makefile-match-action): New functions.
7494
7495 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7496
7497 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7498
7499 * align.el (align-regexp):
7500 * ansi-color.el (ansi-color-get-face):
7501 * array.el (array-reconfigure-rows, array-init-max-row)
7502 (array-init-max-column, array-init-columns-per-line)
7503 (array-init-field-width):
7504 * dired-aux.el (dired-trample-file-versions):
7505 * dired-x.el (dired-mark-sexp):
7506 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7507 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7508 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7509 * faces.el (face-read-integer):
7510 * files.el (backup-extract-version, insert-directory):
7511 * hexl.el (hexl-insert-decimal-char):
7512 * server.el (server-process-filter):
7513 * shell.el (shell-extract-num):
7514 * startup.el (command-line-1):
7515 * term.el (term-command-hook):
7516 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7517 (time-stamp-do-number):
7518 * time.el (display-time-update):
7519 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7520 (timezone-fix-time):
7521 * vms-patch.el (vms-suspend-resume-hook):
7522 * calendar/appt.el (appt-convert-time):
7523 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7524 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7525 * calendar/cal-islam.el (mark-islamic-diary-entries):
7526 * calendar/calendar.el (calendar-cursor-to-date)
7527 (calendar-star-date):
7528 * calendar/diary-lib.el (diary-attrtype-convert)
7529 (mark-diary-entries, diary-entry-time):
7530 * calendar/solar.el (solar-get-number):
7531 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7532 * emacs-lisp/re-builder.el (reb-display-subexp):
7533 * emulation/edt.el (edt-set-scroll-margins):
7534 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7535 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7536 (vip-get-ex-count):
7537 * emulation/viper-ex.el (viper-get-ex-token)
7538 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7539 * international/fontset.el (fontset-plain-name):
7540 * mail/feedmail.el (feedmail-look-at-queue-directory):
7541 * mail/mailalias.el (mail-get-names):
7542 * mail/rmail.el (rmail-convert-to-babyl-format):
7543 * mail/rmailsum.el (rmail-make-basic-summary-line)
7544 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7545 (rmail-summary-goto-msg):
7546 * mail/smtpmail.el (smtpmail-read-response):
7547 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7548 (ange-ftp-vms-add-file-entry):
7549 * play/gametree.el (gametree-looking-at-ply)
7550 (gametree-current-branch-score):
7551 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7552 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7553 * progmodes/cperl-mode.el (condition-case):
7554 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7555 (ebrowse-set-member-buffer-column-width)
7556 (ebrowse-select-1st-to-9nth):
7557 * progmodes/etags.el (etags-snarf-tag):
7558 * progmodes/flymake.el (flymake-parse-line):
7559 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7560 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7561 (idlwave-shell-menu-def):
7562 * progmodes/ps-mode.el (ps-run-goto-error):
7563 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7564 (vhdl-speedbar-contract-level):
7565 * term/mac-win.el (x-handle-numeric-switch):
7566 * term/sun-mouse.el (sun-get-frame-data):
7567 * term/w32-win.el (x-handle-numeric-switch):
7568 * term/x-win.el (x-handle-numeric-switch):
7569 * textmodes/ispell.el (ispell-parse-output):
7570 * textmodes/nroff-mode.el (nroff-outline-level):
7571 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7572 (reftex-bib-sort-year-reverse, reftex-format-citation):
7573 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7574 (reftex-section-number):
7575 * textmodes/texinfmt.el (texinfo-paragraphindent):
7576 Replace `string-to-int' by `string-to-number'.
7577
7578 * international/latexenc.el: Add page marker to force the "Local
7579 Variables:" string out of the last page.
7580
7581 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7582
7583 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7584 tooltip-change-major-mode.
7585 (gud-tooltip-print-command): Remove case where gud-minor-mode
7586 is gdb ("--fullname").
7587 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7588 explain to user.
7589
7590 2005-05-16 Jay Belanger <belanger@truman.edu>
7591
7592 * calc/calc-store.el (calc-copy-special-constant): New function.
7593
7594 * calc/calc-ext.el (calc-init-extensions): Add binding for
7595 `calc-copy-special-constant'.
7596
7597 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7598 for the `calc-copy-special-constant' command.
7599
7600 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7601
7602 * subr.el (left-fringe-p): New function.
7603
7604 * progmodes/compile.el (compilation-setup): Set local value of
7605 overlay-arrow-string to "" always.
7606 (compilation-set-window): Left fringe then don't scroll.
7607 No left fringe then no arrow and scroll message to top.
7608 (compilation-context-lines): Adjust doc string accordingly.
7609
7610 2005-05-16 Kim F. Storm <storm@cua.dk>
7611
7612 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7613 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7614 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7615 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7616 (ido-read-file-name): Handle commands with ido property value
7617 equal to find-file as reading a file name, to allow C-d to enter dired.
7618 (ibuffer-find-file): Add ido property with value find-file.
7619
7620 2005-05-15 Kim F. Storm <storm@cua.dk>
7621
7622 * subr.el (open-network-stream-nowait): Remove.
7623 (open-network-stream-server): Remove.
7624
7625 2005-05-15 Richard M. Stallman <rms@gnu.org>
7626
7627 * faces.el (describe-face): Output a definition link button.
7628
7629 * help-mode.el (help-face-def): New button type.
7630
7631 * emacs-lisp/copyright.el (copyright-fix-years):
7632 Match properly if the first year is 2-digit.
7633 Don't mess up the whitespace after the years by filling.
7634
7635 * dired-aux.el (dired-mark-confirm):
7636 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7637
7638 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7639 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7640 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7641
7642 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7643 Set font-lock-comment-start-skip.
7644
7645 * font-lock.el (font-lock-comment-start-skip): New variable.
7646 (font-lock-comment-end-skip): New variable.
7647 (font-lock-fontify-syntactically-region): Use them if non-nil.
7648
7649 2005-05-15 Jay Belanger <belanger@truman.edu>
7650
7651 * calc/calc-store.el (calc-store-value): Return a string rather
7652 than display it as a message.
7653 Use calc-var-name for variable name.
7654 (calc-store-into): Add the result of calc-store-value to message.
7655 (calc-copy-variable): Add a message.
7656 (calc-store-exchange): Improve error messages.
7657 (calc-store-binary, calc-store-map): Don't reset the values of
7658 special constants.
7659
7660 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7661
7662 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7663 manual to docstring.
7664
7665 * files.el (hack-local-variables-confirm): Add STRING argument.
7666 Make the function handle non file visiting buffers correctly.
7667 (hack-local-variables-prop-line, hack-local-variables)
7668 (hack-one-local-variable): Use STRING arg of
7669 `hack-local-variables-confirm'.
7670
7671 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7672
7673 Sync with Tramp 2.0.49.
7674
7675 * net/tramp.el (tramp-handle-dired-call-process)
7676 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7677 because the contents of the Tramp buffer is changed before
7678 insertion (`expand-file' and alike).
7679 (tramp-handle-insert-directory): If `localname' has an empty
7680 nondirectory name, it must not be quoted.
7681 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7682 variable `tramp-chunksize'. Change callees.
7683 (tramp-open-connection-setup-interactive-shell): Check remote host
7684 for buggy `send-process-string' implementation.
7685 Set `tramp-chunksize' if found. Reported by Michael Kifer
7686 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7687 (tramp-handle-shell-command): `insert-buffer' cannot be used
7688 because the contents of the Tramp buffer is changed before
7689 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7690 <frederic.bothamy@free.fr>.
7691 (tramp-set-auto-save): Actions should be done for Tramp file name
7692 handler only. Ange-FTP has its own auto-save mechanism.
7693 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7694 (tramp-set-auto-save-file-modes): Set file modes of
7695 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7696 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7697 (tramp-bug): Remove obsolete variable.
7698 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7699 for presence of `mml-mode'. Make it running for older Emacsen as well.
7700
7701 2005-05-14 John Paul Wallington <jpw@pobox.com>
7702
7703 * ibuf-ext.el (define-ibuffer-filter filename):
7704 If `dired-directory' is a list, use its car.
7705
7706 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7707
7708 * ibuffer.el (define-ibuffer-column filename):
7709 If `dired-directory' is a list, use its car.
7710
7711 2005-05-14 Richard M. Stallman <rms@gnu.org>
7712
7713 * subr.el (symbol-file): Doc fix.
7714
7715 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7716 (byte-compile-form): Call byte-compile-nogroup-warn.
7717 (byte-compile-warning-types): Doc fix.
7718
7719 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7720
7721 * progmodes/cc-engine.el (c-literal-faces):
7722 Add font-lock-comment-delimiter-face.
7723
7724 * net/net-utils.el (dig): Use with-no-warnings.
7725
7726 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7727 (sc-recite-frame-alist, sc-default-cite-frame)
7728 (sc-default-uncite-frame, sc-default-recite-frame)
7729 (sc-attrib-selection-list, sc-rewrite-header-list):
7730 Mark as risky-local-variable.
7731
7732 * international/ogonek.el (ogonek-jak, ogonek-how):
7733 Don't use beginning-of-buffer.
7734
7735 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7736
7737 * calendar/solar.el (solar-data-list): Move definition up.
7738
7739 * dnd.el (dnd-protocol-alist): Add autoload.
7740
7741 * progmodes/sh-script.el: Many doc usage fixes.
7742 (sh-indent-after-do): Change default to match common styles.
7743
7744 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7745
7746 * files.el (interpreter-mode-alist)
7747 (auto-mode-interpreter-regexp): Doc fixes.
7748
7749 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7750
7751 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7752
7753 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7754
7755 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7756
7757 * dired.el (dired-mode): make-variable-buffer-local =>
7758 make-local-variable.
7759
7760 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7761
7762 * term/mac-win.el (mac-select-convert-to-string): Try coding
7763 systems in mac-script-code-coding-systems if specified one cannot
7764 encode string for `com.apple.traditional-mac-plain-text'.
7765
7766 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7767
7768 * progmodes/make-mode.el (makefile-targets-face)
7769 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7770 (makefile-dependency-regex): Fix it to not make the colon in
7771 $(var:a=b) special.
7772 (makefile-rule-action-regex): New regexp for highlighting embedded
7773 Shell strings.
7774 (makefile-macroassign-regex): Handle != for highlighting as
7775 embedded Shell strings.
7776 (makefile-var-use-regex): New const.
7777 (makefile-statements, makefile-automake-statements)
7778 (makefile-gmake-statements, makefile-makepp-statements)
7779 (makefile-bsdmake-statements): New consts.
7780 (makefile-make-font-lock-keywords): New function.
7781 (makefile-automake-font-lock-keywords)
7782 (makefile-gmake-font-lock-keywords)
7783 (makefile-makepp-font-lock-keywords)
7784 (makefile-bsdmake-font-lock-keywords): New consts.
7785 (makefile-mode-map): Add switchers between the various submodes.
7786 (makefile-mode): Document the availability of the variants.
7787 (makefile-automake-mode, makefile-gmake-mode)
7788 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7789
7790 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7791 new variants of makefile-mode.
7792
7793 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7796 the inheritance.
7797
7798 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7799
7800 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7801 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7802
7803 * files.el (normal-mode): Extend the scope of the
7804 `enable-local-variables' binding to include the `set-auto-mode' call.
7805 (magic-mode-alist): Doc fix.
7806
7807 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7810 font-lock-comment-face rather than copying its setting.
7811
7812 2005-05-12 Andreas Schwab <schwab@suse.de>
7813
7814 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7815
7816 2005-05-12 Lute Kamstra <lute@gnu.org>
7817
7818 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7819 defcustom for the mode hook variable. Delete the last argument.
7820 * generic-x.el: Fix callers of define-generic-mode.
7821 (generic-x-modes): Delete group.
7822 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7823 generic-x customization group.
7824
7825 2005-05-12 Kim F. Storm <storm@cua.dk>
7826
7827 * font-lock.el (font-lock-negation-char-face): Default to "off".
7828
7829 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7830 font-lock-negation-char-face to ! in !=.
7831
7832 2005-05-12 Masatake YAMATO <jet@gyve.org>
7833
7834 * add-log.el (find-change-log): Fix typos in the docstring
7835 of function.
7836
7837 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7838
7839 * international/latexenc.el (latexenc-find-file-coding-system):
7840 Avoid `re-search-forward' when looking for input encoding because
7841 of speed and safety. Better regular expressions for recognizing
7842 input encoding. Limit a search for TeX-master/tex-main-file to
7843 the local variable section.
7844
7845 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
7846
7847 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7848 syntax of $ to "'" (quote).
7849
7850 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7851
7852 * dnd.el (dnd-protocol-alist): Improve custom type.
7853
7854 * dired.el (dired-dnd-protocol-alist): New variable.
7855 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
7856 `dired-mode-hook' to the end.
7857
7858 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7861 comment-end if comment-start-skip is not set.
7862 Obey the font-lock-comment-delimiter-face variables.
7863
7864 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 * files.el (executable-find): Move from executable.el. Use
7867 locate-file.
7868 * progmodes/executable.el (executable-find): Move to files.el.
7869
7870 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7871 when trying to ensure forward progress.
7872
7873 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
7874
7875 * mouse-sel.el (mouse-sel-follow-link-p): New function.
7876 (mouse-select, mouse-select-internal, mouse-extend-internal):
7877 Use it to implement mouse-1-click-follows-link functionality.
7878
7879 2005-05-11 Richard M. Stallman <rms@gnu.org>
7880
7881 * font-lock.el (font-lock-fontify-syntactically-region):
7882 Use font-lock-comment-delimiter-face for comment delimiters.
7883
7884 2005-05-10 Jay Belanger <belanger@truman.edu>
7885
7886 * calc/calc-help.el (calc-m-prefix-help): Add mention of
7887 preserving embedded modes.
7888
7889 2005-05-10 Richard M. Stallman <rms@gnu.org>
7890
7891 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7892
7893 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7894 Move from ada-stmt.el.
7895 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7896
7897 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7898 Move to ada-mode.el.
7899 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7900
7901 * cus-edit.el (custom-file): Call file-chase-links.
7902
7903 * files.el (read-directory-name): Fix previous change.
7904 (hack-local-variables-confirm): New function.
7905 (hack-local-variables-prop-line, hack-local-variables)
7906 (hack-one-local-variable): Use it.
7907
7908 2005-05-10 Lute Kamstra <lute@gnu.org>
7909
7910 * font-lock.el (font-lock-keywords-alist)
7911 (font-lock-removed-keywords-alist): Clarify docstrings.
7912
7913 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
7914
7915 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
7916 (gdb-source-info): Check for preprocessor info.
7917 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
7918 a macro for a function.
7919 (gdb-info-breakpoints-custom): Try to find file again if not already
7920 found (user might have used GDB dir command).
7921 (gdb-get-location): Update gdb-location-alist correctly for change
7922 to gdb-info-breakpoints-custom.
7923
7924 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
7925 (gud-tooltip-print-command): Add gdbmi case.
7926 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
7927 preprocessor info.
7928
7929 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7930
7931 * startup.el (fancy-splash-insert): Fix typo in doc string.
7932
7933 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7934
7935 * obsolete/float.el (string-to-float):
7936 * obsolete/hilit19.el (hilit-add-pattern):
7937 * obsolete/rnews.el (news-parse-range, news-select-message)
7938 (news-get-pruned-list-of-files): Replace `string-to-int' by
7939 `string-to-number'.
7940
7941 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
7942 `find-file-not-found-hooks'; use `add-hook'.
7943 (uncompress-while-visiting): Set `write-file-functions', not
7944 `write-file-hooks'; use `add-hook'.
7945
7946 2005-05-09 Kim F. Storm <storm@cua.dk>
7947
7948 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
7949 (cua-paste): Handle clipboard action.
7950 (cua--init-keymaps): Remap clipboard-kill-region and
7951 clipboard-kill-ring-save.
7952
7953 2005-05-08 Eli Zaretskii <eliz@gnu.org>
7954
7955 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7956 Improve commentary.
7957
7958 * simple.el (next-error-overlay-arrow-position): Revert the change
7959 made on 2005-04-30.
7960
7961 2005-05-07 Jay Belanger <belanger@truman.edu>
7962
7963 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
7964 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
7965 `calc-sel-reselect'.
7966
7967 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
7968 Calc is in embedded mode.
7969
7970 2005-05-07 Eli Zaretskii <eliz@gnu.org>
7971
7972 * progmodes/compile.el (compilation-setup):
7973 Set overlay-arrow-string to an empty string on text terminals.
7974
7975 * textmodes/ispell.el (ispell-program-name): Try looking for
7976 "aspell" along exec-path, and if found, use it as the default
7977 speller program.
7978
7979 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
7980
7981 * international/mule.el (sgml-xml-auto-coding-function):
7982 Recognize encoding='FOO' in single quotes as well as in double quotes.
7983
7984 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7985
7986 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
7987 as well as `interactive', so that defmacro* would recognize
7988 `declare' forms.
7989
7990 2005-05-07 Eli Zaretskii <eliz@gnu.org>
7991
7992 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7993 Explain more about the LIGHTER arg's usage in the doc string.
7994 Add commentary to clarify what the code does. Fix the regexp that
7995 strips whitespace from LIGHTER. Quote LIGHTER before using it,
7996 since it could have characters special to regular expressions.
7997
7998 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
7999
8000 * replace.el (occur-1): Bind inhibit-read-only so that
8001 erase-buffer doesn't barf on read-only text properties (likewise
8002 for add-text-properties in occur-engine). Mark buffer as unmodified.
8003 (occur-engine): Don't set buffer-read-only here.
8004
8005 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8008 list-buffers-directory. This caused the *cvs-commit* buffer to be
8009 sometimes mistakenly reused as a *cvs* buffer.
8010
8011 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8012
8013 * tooltip.el: Move code for GUD tooltips into gud.el.
8014 (require): CL no longer needed to compile case.
8015 (tooltip-mode): Do not toggle functions for GUD tooltips.
8016 (tooltip-gud-tips-p): Remove. Replace with minor mode
8017 gud-tooltip-mode in gud.el.
8018 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8019 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8020 tooltip-gud prefix with gud-tooltip and obsolete.
8021 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8022 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8023 (tooltip-mouse-motion): Mouse movement functions/variable.
8024 Rename in gud.el by adding gud prefix.
8025 (tooltip-gud-original-filter, tooltip-gud-dereference)
8026 (tooltip-gud-event, tooltip-toggle-gud-tips)
8027 (tooltip-gud-process-output, tooltip-gud-print-command)
8028 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8029 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8030 (gdb-tooltip-print): Move to gdb-ui.el.
8031
8032 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8033 (require): CL needed to compile case.
8034 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8035 tooltip-gud-tips-p. Make it a minor-mode.
8036 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8037 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8038 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8039 (gud-tooltip-change-major-mode)
8040 (gud-tooltip-activate-mouse-motions-if-enabled)
8041 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8042 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8043 (gud-tooltip-original-filter, gud-tooltip-dereference)
8044 (gud-tooltip-event, tooltip-toggle-gud-tips)
8045 (gud-tooltip-process-output, gud-tooltip-print-command)
8046 (gud-tooltip-tips): Move from tooltip.el.
8047
8048 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8049 (gdb-cpp-define-alist-flags): Doc fix.
8050 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8051 gud-tooltip-mode is t.
8052
8053 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8056 evaporate if their text is deleted.
8057 (goto-address-at-point): Make it work as a mouse binding as well.
8058 (goto-address-at-mouse): Obsolete it. Update users.
8059
8060 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8061
8062 * calendar/appt.el (top-level): No longer activate on load.
8063
8064 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8065
8066 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8067 * net/webjump.el (webjump):
8068 * progmodes/idlw-help.el (idlwave-do-context-help1)
8069 (idlwave-highlight-linked-completions):
8070 * textmodes/po.el (po-find-file-coding-system-guts):
8071 Replace `assoc-ignore-case' by `assoc-string'.
8072
8073 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8074
8075 * files.el (locate-file): Doc fix.
8076
8077 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8078 Remove the redundant test for ms-dos.
8079
8080 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8081 look for the preprocessor with exec-suffixes. If not found in
8082 standard places, look in exec-path. Remove most of the tests that
8083 used system-type.
8084
8085 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8086
8087 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8088
8089 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8090 file-name clash with jka-compr.el on 8+3 filesystems.
8091
8092 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8093
8094 * term/mac-win.el: Don't define or bind scroll bar functions if
8095 x-toolkit-scroll-bars is t.
8096 (x-select-text, x-get-selection-value): Clear
8097 x-last-selected-text-clipboard if x-select-enable-clipboard is
8098 nil.
8099 (PRIMARY): Put mac-scrap-name property.
8100 (mac-select-convert-to-file-url): New function.
8101 (public.file-url): New selection target type. Add to
8102 selection-converter-alist.
8103 (x-get-selection, x-selection-value): Handle it.
8104 (x-cut-buffer-or-selection-value): New alias.
8105
8106 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8107
8108 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8109 entry to avoid calling bibtex-find-entry with arg global
8110 being t. Remove arg key.
8111 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8112 (bibtex-copy-summary-as-kill): Change accordingly.
8113
8114 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8117 (org-agenda-date-later): Use with-current-buffer.
8118
8119 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8120
8121 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8122 (define-obsolete-variable-alias): Doc Fixes.
8123
8124 2005-05-06 Kim F. Storm <storm@cua.dk>
8125
8126 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8127 vertical-motion when selective-display is active.
8128
8129 * ido.el (ido-setup-hook): New hook.
8130 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8131 (ido-input-stack): New var.
8132 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8133 ido-next-work-file binding to M-O.
8134 Bind M-f to ido-wide-find-file-or-pop-dir.
8135 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8136 (ido-read-internal): Run ido-setup-hook.
8137 Catch quit in read-file-name and read-string to cancel edit.
8138 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8139 Automatically pop-all when completing a directory name (RET).
8140 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8141 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8142 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8143 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8144 New functions for M-b/M-f to move among the directory components.
8145 (ido-make-merged-file-list): Catch quit to cancel merge.
8146 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8147 (ido-completion-help): No warnings for ido-completion-buffer-full.
8148
8149 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8150
8151 * font-lock.el (font-lock-negation-char-face): New face and variable.
8152 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8153 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8154 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8155 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8156
8157 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8158
8159 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8160 Fix typo in docstring.
8161
8162 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8163 (ebrowse-print-statistics-line)
8164 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8165
8166 * term/w32-win.el (image-library-alist): Add additional name for
8167 Xpm library.
8168
8169 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8170
8171 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8172 use gcc instead of cpp.
8173
8174 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8175 (gdb-create-define-alist): Use it.
8176 (gdb-cpp-define-alist-program): Update for MS-DOS.
8177
8178 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8179
8180 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8181
8182 2005-05-04 Richard M. Stallman <rms@gnu.org>
8183
8184 * help.el (describe-key): No error when UNTRANSLATED is nil.
8185
8186 * simple.el (line-move-1): Fix previous change to signal errors
8187 appropriately.
8188
8189 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8190
8191 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8192 (icalendar-duration-correction): Remove.
8193 (icalendar--get-event-properties): Split result at commas.
8194 (icalendar--decode-isoduration): New optional argument
8195 DURATION-CORRECTION.
8196 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8197 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8198 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8199 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8200 (icalendar--convert-anniversary-to-ical): New functions, extracted
8201 from icalendar-export-region, with bug fixes.
8202 (icalendar-export-region): Use the above functions.
8203 (icalendar-import-buffer): Check before saving diary file.
8204 (icalendar--convert-recurring-to-diary)
8205 (icalendar--convert-non-recurring-all-day-to-diary)
8206 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8207 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8208 (icalendar--convert-ical-to-diary): Use the above functions.
8209
8210 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8211
8212 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8213 Remove these recent additions.
8214 (c-mode): Restore to before 2005-04-28.
8215
8216 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8217 recent addition.
8218
8219 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8220 (gdb-define-alist): New variables.
8221 (gdb-create-define-alist): New function.
8222 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8223 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8224 with string-to-number.
8225 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8226
8227 * progmodes/gud.el: Replace string-to-int with string-to-number.
8228 (gud-find-file): Handle gdb-define-alist.
8229
8230 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8231
8232 2005-05-02 Jay Belanger <belanger@truman.edu>
8233
8234 * calc/calc-aent.el (math-read-token):
8235 * calc/calc-bin.el (calc-word-size):
8236 * calc/calc-ext.el (calc-read-number-fancy):
8237 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8238 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8239 * calc/calc-frac.el (calc-over-notation):
8240 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8241 (calc-graph-num-points, calc-graph-init):
8242 * calc/calc-prog.el (calc-read-parse-table-part)
8243 (calc-edit-macro-repeats):
8244 * calc/calc-yank.el (calc-do-grab-rectangle):
8245 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8246 Replace `string-to-int' by `string-to-number'.
8247
8248 2005-05-02 Kim F. Storm <storm@cua.dk>
8249
8250 * kmacro.el: Use executing-kbd-macro-index variable.
8251
8252 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8253
8254 * net/rlogin.el (rlogin-parse-words): Delete func.
8255 (rlogin): Use split-string, not rlogin-parse-words.
8256 Also, if there are option-like elements in the parsed args,
8257 take the host to be the first arg immediately following them.
8258 Suggested by Michael Mauger.
8259
8260 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8261
8262 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8263
8264 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8265
8266 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8267 (cc-mode-cpp-program): Rename to cc-define-list-program and
8268 move to cc-vars.el.
8269
8270 * progmodes/cc-vars.el (cc-define-list-program):
8271 Change to "gcc -E -dM -". Make customizable.
8272
8273 2005-05-02 Kim F. Storm <storm@cua.dk>
8274
8275 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8276
8277 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8278
8279 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8280
8281 * international/mule-util.el (truncate-string): Remove alias and
8282 obsolete declaration.
8283
8284 * international/mule-cmds.el (update-iso-coding-systems):
8285 Remove alias and obsolete declaration.
8286
8287 * international/mule.el (coding-system-parent): Remove alias and
8288 obsolete declaration.
8289
8290 * subr.el (define-function, sref): Remove aliases and obsolete
8291 declarations.
8292 (chars-in-region): Remove obsolete declaration.
8293
8294 2005-05-01 Richard M. Stallman <rms@gnu.org>
8295
8296 * info.el (Info-mode): Set widen-automatically to nil, locally.
8297
8298 * simple.el (widen-automatically): New variable.
8299 (pop-global-mark): Obey widen-automatically.
8300
8301 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8302
8303 * term/xterm.el (function-key-map): Call substitute-key-definition
8304 before the keymap size is increased by a lot of define-key calls.
8305
8306 2005-05-01 Richard M. Stallman <rms@gnu.org>
8307
8308 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8309 Rename ARG to ELEMENT. Doc fix.
8310
8311 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8312
8313 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8314 Remove references to allout-exposure/change to allout-new-exposure.
8315
8316 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8317 bytecode symbols.
8318
8319 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8320 (compiled-function-p, focus-frame, unfocus-frame):
8321 Remove aliases and obsolete declarations.
8322 Back out inadvertent changes from previous commit.
8323
8324 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8325
8326 * files.el (require-final-newline): Make Custom tags consistent
8327 with mode-require-final-newline.
8328 (mode-require-final-newline): Doc fix.
8329
8330 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8331
8332 * international/latexenc.el (latexenc-find-file-coding-system):
8333 Fix regular expressions.
8334
8335 2005-05-01 David Kastrup <dak@gnu.org>
8336
8337 * international/latexenc.el (latexenc-find-file-coding-system):
8338 Fix regular expressions.
8339
8340 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8341
8342 * subr.el (string-to-int): Make obsolete.
8343
8344 2005-04-30 Richard M. Stallman <rms@gnu.org>
8345
8346 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8347
8348 * loadup.el: load jka-comp-hook.
8349
8350 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8351 (jka-compr-handler): Add autoload. `put' calls moved
8352 to jka-comp-hook.el.
8353 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8354 (jka-compr-inhibit): Autoload.
8355
8356 * jka-comp-hook.el: New file.
8357 Enable the mode by default.
8358
8359 * files.el (backup-buffer-copy): Use copy-file instead
8360 of write-region, and put back the 'excl.
8361
8362 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8363
8364 * progmodes/flymake.el (flymake-split-string)
8365 (flymake-split-string, flymake-log, flymake-pid-to-names)
8366 (flymake-reg-names, flymake-get-source-buffer-name)
8367 (flymake-unreg-names, flymake-add-line-err-info)
8368 (flymake-add-err-info): Clarify docstrings.
8369 (flymake-popup-menu, flymake-make-emacs-menu)
8370 (flymake-make-xemacs-menu): Add docstrings.
8371 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8372 Set variables directly throughout.
8373
8374 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8375
8376 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8377 exists. Initialize cc-define-alist.
8378 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8379 If there is no file (Macroexpansion) don't create an alist.
8380
8381 2005-04-29 Sam Steingold <sds@gnu.org>
8382
8383 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8384 (cc-create-define-alist): Use it instead of the hard-coded string.
8385
8386 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8389 for latexenc.
8390
8391 2005-04-29 Lute Kamstra <lute@gnu.org>
8392
8393 * emacs-lisp/generic.el: Improve commentary section.
8394 (define-generic-mode): Improve docstring.
8395
8396 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8397
8398 * textmodes/org.el (many places): Change to quiet the byte compiler.
8399 (org-prefix-format-compiled): New variable.
8400 (org-compile-prefix-format): New function.
8401 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8402 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8403 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8404 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8405 consistency with entries from `org-mode' files.
8406 (org-get-time-of-day): Fix bug with partial matches early in a line.
8407 (org-non-link-chars): New constant.
8408 (org-link-regexp): Respect `org-non-link-chars'.
8409 (org-agenda-day-view): Remove command.
8410 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8411 (org-follow-bbdb-link, org-store-link): Search also company field.
8412 (org-highlight-overlay): New variable.
8413 (org-highlight, org-unhighlight): New functions.
8414 (org-agenda-mode): Add pre-command-hook to remove highlight.
8415 (org-evaluate-time-range): Behavior depends upon whether time stamp
8416 contains a time or not.
8417 (org-show-subtree, org-show-entry): New functions.
8418 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8419
8420 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8421
8422 * comint.el (comint-output-filter-functions): Add autoload cookie.
8423
8424 2005-04-28 Kim F. Storm <storm@cua.dk>
8425
8426 * ido.el (ido-everywhere): Fix last change.
8427
8428 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8429
8430 * international/latexenc.el: New file.
8431 * international/mule-conf.el (file-coding-system-alist): For .tex,
8432 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8433
8434 2005-04-28 Lute Kamstra <lute@gnu.org>
8435
8436 * font-lock.el (font-lock-add-keywords)
8437 (font-lock-remove-keywords): Clarify docstring.
8438 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8439 Don't start docstrings with a `*'.
8440 (font-lock-update-removed-keyword-alist): Give it a docstring.
8441
8442 * generic-x.el: Update commentary section.
8443 Only require font-lock when compiling.
8444 Define all modes conditionally.
8445 Place all generic modes in the generic-x-modes customization group.
8446 (generic-x-modes): New customization group.
8447 (generic-default-modes, generic-mswindows-modes)
8448 (generic-unix-modes, generic-other-modes): New constants.
8449 (generic-define-mswindows-modes, generic-define-unix-modes):
8450 Update docstrings. Make them obsolete.
8451 (generic-extras-enable-list): New default value. Update docstring.
8452 Improve :type. Change :set function.
8453 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8454 Fix docstring.
8455
8456 * emacs-lisp/generic.el (generic-mode-internal):
8457 Simplify font-lock-defaults.
8458 (define-generic-mode): Fix docstring.
8459
8460 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8463 font-lock-face property to highlight matches.
8464
8465 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8466
8467 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8468 (cc-define-alist): New variable.
8469 (c-mode): Make it local and initialize it.
8470
8471 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8472 (gdb-exited): New function.
8473 (gdb-annotation-rules): Use it.
8474 (gdb-starting): Set gdb-active-process to t.
8475 (gdb-stopping): Amend doc string.
8476 (gdb-reset): Set gdb-active-process to nil.
8477
8478 * tooltip.el (tooltip-gud-tips): Show the associated #define
8479 directives when a C program under GDB is not executing.
8480
8481 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8484 font-lock-fontify-syntactic-keywords.
8485
8486 * font-lock.el (font-lock-default-fontify-region): Don't force
8487 parse-sexp-lookup-properties to nil.
8488
8489 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8490
8491 * man.el (man-mode-syntax-table): Set up `:' to have
8492 word-constituent syntax.
8493
8494 2005-04-27 Lute Kamstra <lute@gnu.org>
8495
8496 * novice.el (disable-command): Don't add spurious newlines to the
8497 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8498
8499 2005-04-26 Jay Belanger <belanger@truman.edu>
8500
8501 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8502 than one window before deleting window.
8503
8504 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8505
8506 * shell.el (shell-prompt-pattern): Doc fix.
8507 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8508
8509 * comint.el (comint-prompt-regexp, comint-get-old-input)
8510 (comint-use-prompt-regexp)
8511 (comint-use-prompt-regexp-instead-of-fields)
8512 (comint-replace-by-expanded-history, comint-send-input)
8513 (comint-output-filter, comint-get-old-input-default)
8514 (comint-line-beginning-position, comint-bol, comint-show-output)
8515 (comint-backward-matching-input, comint-forward-matching-input)
8516 (comint-next-prompt, comint-previous-prompt):
8517 Rename `comint-use-prompt-regexp-instead-of-fields' to
8518 `comint-use-prompt-regexp'. Keep old name as alias and declare
8519 obsolete.
8520 (comint-use-prompt-regexp): Shorten first line of doc string.
8521
8522 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8523 Set paragraph-separate buffer locally to "\\'".
8524
8525 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8526 Adapt to above name change.
8527
8528 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8529 (smbclient-prompt-regexp): Ditto.
8530
8531 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8532
8533 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8534
8535 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8536 gdb-location-list.
8537 Break lines that are over 80 characters wide.
8538
8539 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8542 New fun and var, to preserve compatibility.
8543
8544 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8545
8546 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8547
8548 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8549 name to file-newer-than-file-p.
8550
8551 2005-04-26 Richard M. Stallman <rms@gnu.org>
8552
8553 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8554
8555 * progmodes/python.el (python-mode):
8556 Use new name eldoc-documentation-function.
8557
8558 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8559
8560 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8561 (eldoc-documentation-function):
8562 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8563
8564 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8565
8566 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8567
8568 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8569
8570 * term/xterm.el (function-key-map): Fix strings for
8571 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8572 {C,S,A,C-S}-{f1-f12}.
8573
8574 2005-04-26 Kenichi Handa <handa@m17n.org>
8575
8576 * international/mule-cmds.el (select-safe-coding-system):
8577 Fix previous change.
8578
8579 2005-04-26 Lute Kamstra <lute@gnu.org>
8580
8581 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8582
8583 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8584 (font-lock-comment-delimiter-face): Ditto.
8585
8586 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8587
8588 2005-04-25 Jay Belanger <belanger@truman.edu>
8589
8590 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8591 to t while inserting information; use help-mode.
8592
8593 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8594
8595 * term.el (ansi-term-color-vector): Use the xterm colors.
8596 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8597
8598 2005-04-25 Lute Kamstra <lute@gnu.org>
8599
8600 * font-core.el (font-lock-defaults): Fix docstring.
8601
8602 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8603
8604 2005-04-25 Kenichi Handa <handa@m17n.org>
8605
8606 * international/mule-cmds.el (select-safe-coding-system):
8607 Don't check consistency with coding: spec, etc if raw-text or
8608 no-conversion was found to be safe.
8609
8610 2005-04-24 Richard M. Stallman <rms@gnu.org>
8611
8612 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8613 citation markers at start of each line.
8614
8615 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8616 citation markers at start of each line.
8617
8618 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8619
8620 * files.el (mode-require-final-newline): Fix previous change.
8621 (require-final-newline): Fix type label.
8622
8623 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8624
8625 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8626 statement in buffer (broken by 2004-11-24 change).
8627
8628 2005-04-24 Kim F. Storm <storm@cua.dk>
8629
8630 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8631 and read-file-name-function values. Don't overwrite existing
8632 non-nil values if ido-mode is enabled without ido-everywhere.
8633
8634 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8635
8636 * files.el (mode-require-final-newline): Minor doc fix.
8637
8638 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8639
8640 * subr.el (syntax-after): Doc fix.
8641 (syntax-class): If argument is nil, return nil. Mask off upper 16
8642 bits, not 8 bits.
8643
8644 * files.el (mode-require-final-newline): Doc fix.
8645 (backup-buffer-copy): Fix last change.
8646
8647 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8648
8649 * term/mac-win.el: Require select. Set selection-coding-system to
8650 mac-system-coding-system. Call menu-bar-enable-clipboard.
8651 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8652 (x-select-enable-clipboard): New variables.
8653 (x-select-text, x-get-selection, x-selection-value)
8654 (x-get-selection-value, mac-select-convert-to-string)
8655 (mac-services-open-file, mac-services-open-selection)
8656 (mac-services-insert-text): New functions.
8657 (CLIPBOARD, FIND): Put mac-scrap-name property.
8658 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8659 (public.tiff): Put mac-ostype property.
8660 (selection-converter-alist): Add entries for them.
8661 (mac-application-menu-map): New keymap.
8662 (interprogram-cut-function, interprogram-paste-function): Set to
8663 x-select-text and x-get-selection-value, respectively.
8664 (split-window-keep-point): Set to t.
8665
8666 2005-04-23 Richard M. Stallman <rms@gnu.org>
8667
8668 * files.el (read-directory-name): Always pass non-nil
8669 DEFAULT-FILENAME arg to read-file-name.
8670 (backup-buffer-copy, basic-save-buffer-2): Take care against
8671 writing thru an unexpected existing symlink.
8672 (revert-buffer): In indirect buffer, revert the base buffer.
8673 (magic-mode-alist): Doc fix.
8674 (buffer-stale-function): Doc fix.
8675 (minibuffer-with-setup-hook): Avoid warning.
8676 (mode-require-final-newline): Doc and custom fix.
8677
8678 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8679
8680 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8681 use the default appearance.
8682 (font-lock-comment-delimiter-face): New face, new variable.
8683
8684 * imenu.el (imenu--generic-function): The official position of a
8685 definition is the start of the line that BEG is in.
8686
8687 * midnight.el (midnight-timer): Move defvar up.
8688
8689 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8690
8691 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8692
8693 * startup.el (command-line): Use with-no-warnings.
8694
8695 * window.el (window-size-fixed): New defvar.
8696
8697 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8698
8699 * mail/rmail.el (rmail-font-lock-keywords):
8700 Use font-lock-comment-delimiter-face.
8701
8702 * mail/sendmail.el (mail-font-lock-keywords):
8703 Use font-lock-comment-delimiter-face.
8704
8705 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8706
8707 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8708
8709 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8710 Specify t for LAXMATCH when matching directories.
8711 Save match data around compilation-compat-error-properties form.
8712
8713 2005-04-23 David Kastrup <dak@gnu.org>
8714
8715 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8716 Mention that the autoloaded aliases should be kept for AUCTeX.
8717
8718 2005-04-23 Andreas Schwab <schwab@suse.de>
8719
8720 * isearch.el (isearch-forward): Doc fix.
8721
8722 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8723
8724 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8725 (jit-lock-stealth-nice): Change default value to 0.5.
8726
8727 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8728
8729 * abbrev.el (write-abbrev-file): Write table entries in
8730 alphabetical order by table name.
8731
8732 2005-04-22 Kim F. Storm <storm@cua.dk>
8733
8734 * ido.el (ido-read-internal): Fix `list' completion.
8735
8736 2005-04-22 Kenichi Handa <handa@m17n.org>
8737
8738 * recentf.el (recentf-save-file-coding-system): New variable.
8739 (recentf-save-list): Encode the file by
8740 recentf-save-file-coding-system and add coding: tag.
8741
8742 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8743
8744 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8745
8746 2005-04-21 Lute Kamstra <lute@gnu.org>
8747
8748 * loadhist.el (unload-feature): Don't remove a function from hooks
8749 if it is about to be restored to an autoload . Remove functions
8750 that will become unbound from auto-mode-alist. Simplify the code.
8751
8752 * subr.el (assq-delete-all): New implementation that is linear,
8753 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8754 (rassq-delete-all): New function.
8755
8756 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8757 Add size-indication-mode.
8758
8759 2005-04-21 Kenichi Handa <handa@m17n.org>
8760
8761 * international/mule-cmds.el: Add autoload for widget-value in
8762 eval-when-compile.
8763
8764 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8765
8766 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8767 Add tooltip-mode.
8768
8769 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8770
8771 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8772
8773 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8774 (inferior-lisp-filter-regexp, inferior-lisp-program)
8775 (inferior-lisp-load-command, inferior-lisp-prompt)
8776 (inferior-lisp-mode-hook, lisp-source-modes)
8777 (inferior-lisp-load-hook): defvar->defcustom.
8778 (inferior-lisp-program, inferior-lisp-prompt)
8779 (inferior-lisp-load-hook): Doc fixes.
8780 (inferior-lisp-install-letter-bindings): Small change in
8781 introductory comment.
8782
8783 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8784
8785 * vc.el (vc-annotate-color-map): Change some colors so that text
8786 using them as foreground is readable on both white and black
8787 backgrounds.
8788
8789 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * international/mule-conf.el (translation-table-for-input):
8792 Remove redundant declaration.
8793
8794 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8795
8796 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8797
8798 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8799 (tooltip-toggle-gud-tips): New function.
8800
8801 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8802
8803 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8804 right angle brackets.
8805
8806 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8807
8808 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8809
8810 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8813 Remove. Update callers to use expand-file-name instead.
8814
8815 * subr.el (syntax-class): New function.
8816
8817 * simple.el (blink-matching-open): Use it.
8818
8819 * paren.el (show-paren-function): Use it to recognize parens that are
8820 also used in 2-char comment markers.
8821
8822 2005-04-19 Lute Kamstra <lute@gnu.org>
8823
8824 * loadhist.el (unload-feature): Update for new format of
8825 load-history. Simplify the code.
8826
8827 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8828
8829 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8830 (mac-add-charset-info): New function. Initialize variable
8831 mac-charset-info-alist using it.
8832 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8833 for translation.
8834 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8835 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8836 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8837 New CCL programs.
8838
8839 2005-04-19 Kim F. Storm <storm@cua.dk>
8840
8841 * simple.el (next-buffer, prev-buffer, next-error)
8842 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8843 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8844
8845 * bindings.el (next-buffer, prev-buffer, next-error)
8846 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8847 (clone-indirect-buffer-other-window): Move bindings from simple.el.
8848 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8849 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8850
8851 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * isearch.el (isearch-edit-string): Make the search-ring available for
8854 minibuffer history commands.
8855 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8856 the default history commands now work just as well.
8857 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8858
8859 2005-04-18 Kim F. Storm <storm@cua.dk>
8860
8861 * emulation/cua-base.el (cua--pre-command-handler): Add more
8862 elaborate check for shift modifier on non-window systems.
8863
8864 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8865
8866 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8867
8868 2005-04-18 Kim F. Storm <storm@cua.dk>
8869
8870 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8871 and make it optional. Don't test tooltip-gud-echo-area here.
8872 (tooltip-gud-process-output, gdb-tooltip-print):
8873 Pass tooltip-gud-echo-area to tooltip-show.
8874 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8875
8876 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8877
8878 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8879 `display-graphic-p' may not be bound yet.
8880
8881 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8882
8883 * startup.el (command-line): No longer enable Xterm Mouse mode by
8884 default in terminals compatible with xterm.
8885
8886 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8887
8888 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8889
8890 * tooltip.el (tooltip-gud-echo-area): Rename from
8891 tooltip-use-echo-area.
8892 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8893 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8894 area independently of where help tooltips are displayed.
8895
8896 2005-04-17 David Kastrup <dak@gnu.org>
8897
8898 * cus-theme.el (custom-theme-write-variables): Quote variables
8899 where necessary.
8900
8901 2005-04-17 Richard M. Stallman <rms@gnu.org>
8902
8903 * simple.el (yank-excluded-properties): Add follow-link to value.
8904
8905 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
8906
8907 * startup.el (fancy-splash-max-time): Just 30 seconds.
8908 (fancy-splash-delay): Just 7.
8909 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8910
8911 * loadhist.el (unload-feature): Update for new format of load-history.
8912 Simplify the code.
8913
8914 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
8915 (rmail-font-lock-keywords): Don't fontify the text of a citation.
8916
8917 * mail/sendmail.el (mail-font-lock-keywords):
8918 Don't fontify subject text.
8919 Don't fontify the text of a citation.
8920
8921 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
8922
8923 * comint.el (comint-output-filter): Run comint-output-filter-functions
8924 with point where the user had it.
8925
8926 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * international/ucs-tables.el (ucs-set-table-for-input):
8929 Disable when using unify-on-decoding.
8930
8931 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
8932
8933 * emulation/cua-base.el (cua-global-mark-face): Add special case
8934 for displays supporting a high number of colors.
8935
8936 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8937
8938 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
8939
8940 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
8941
8942 * filesets.el (filesets-add-buffer): If user supplies a name of a
8943 non-existing fileset, create a new fileset.
8944
8945 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
8946
8947 * textmodes/org.el (org-up-heading-all): Fix bug with
8948 `outline-up-heading-all'.
8949
8950 2005-04-16 Andreas Schwab <schwab@suse.de>
8951
8952 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
8953 /etc/permissions.d/* and /etc/aliases.d/*.
8954
8955 2005-04-16 Kenichi Handa <handa@m17n.org>
8956
8957 * international/code-pages.el (cp-make-coding-system):
8958 Set `translation-table-for-input' property value to the symbol
8959 ucs-mule-to-mule-unicode, not to that value.
8960 (pt154): Escape guillemet by `\'.
8961
8962 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
8963
8964 * loadup.el: Load tooltip if x-show-tip is fboundp.
8965
8966 * startup.el (command-line): Add comment.
8967
8968 * tooltip.el (tooltip-mode): Specify correct standard value for
8969 Custom in init-value.
8970
8971 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
8972
8973 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
8974 possible.
8975
8976 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
8977
8978 * textmodes/org.el (org-agenda-date-prompt): Rename from
8979 `org-agenda-date-today'.
8980 (org-evaluate-time-range): Insert at point instead of directly
8981 after time range.
8982 (org-first-headline-recenter, org-subtree-end-visible-p)
8983 (org-optimize-window-after-visibility-change): New functions
8984 (org-agenda-post-command-hook): Don't allow point at end of line,
8985 to make sure it always hits the text properties.
8986 (org-agenda-next-date-line, org-agenda-previous-date-line):
8987 New commands.
8988 (org-set-regexps-and-options): Category may contain white space.
8989 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8990 Improve marker positions.
8991 (org-agenda-new-marker): Argument POS made optional.
8992 (org-agenda-get-timestamps): Deadlines which are done are listed
8993 in org-done-face now.
8994 (org-agenda-get-todos, org-agenda-get-timestamps)
8995 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8996 Set `undone-face' and `done-face' properties.
8997 (org-last-todo-state-is-todo): New variable.
8998 (org-todo): Set `org-last-todo-state-is-todo'.
8999 (org-agenda-todo): Change face according to
9000 `org-last-todo-state-is-todo'. And change other lines referring to
9001 the same entry.
9002 (org-calendar-goto-agenda): New command.
9003 (org-calendar-to-agenda-key): New option.
9004 (org-startup-folded): New allowed value `content'.
9005 (org-set-regexps-and-options): Accept new value `content' for
9006 `org-startup-folded'.
9007 (org-get-current-options): Handle new value `content' for
9008 `org-startup-folded'.
9009 (org-insert-todo-heading): New command.
9010 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9011 interactively in empty file and option
9012 `org-insert-mode-line-in-empty-file' has been set.
9013 (org-agenda-todo,org-agenda-priority): Modify to use
9014 `org-agenda-change-all-lines'.
9015 (org-warning-face): Change color on dark background
9016
9017 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9018
9019 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9020 use preferences AppleLocale and AppleLanguages, and variable
9021 mac-system-locale for default locale. On Mac OS Classic, use
9022 mac-system-coding-system for default coding systems.
9023
9024 * term/mac-win.el: Don't set file-name-coding-system.
9025 Decode variables system-name, emacs-build-system, user-login-name, and
9026 user-full-name by mac-system-coding-system on Mac OS Classic.
9027 (mac-system-coding-system): New variable.
9028
9029 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9030
9031 * startup.el (command-line): Handle `xterm-mouse-mode' before
9032 reading init file.
9033
9034 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9035
9036 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9037
9038 * progmodes/sh-script.el (sh-here-document-word): Make it a
9039 defcustom. Doc fix.
9040 (sh-add): Bash uses $(( )) for arithmetic.
9041 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9042 (sh-maybe-here-document): Remove quotes and leading whitespace
9043 from heredoc word when closing. Indent heredoc with tabs if word
9044 starts with "-".
9045
9046 2005-04-13 Richard M. Stallman <rms@gnu.org>
9047
9048 * simple.el (undo): Fix previous change.
9049
9050 * custom.el (defface): Doc fix.
9051
9052 2005-04-13 Lute Kamstra <lute@gnu.org>
9053
9054 * Makefile.in (DONTCOMPILE): Remove list.
9055 (compile, compile-always): Don't use DONTCOMPILE.
9056 (update-authors): Load the library in which batch-update-authors
9057 is defined.
9058 * makefile.w32-in (DONTCOMPILE): Remove list.
9059 (compile, compile-always): Fix comments.
9060 (update-authors): Load the library in which batch-update-authors
9061 is defined.
9062
9063 * generic-x.el (generic-mode-ini-file-find-file-hook):
9064 Rename to ini-generic-mode-find-file-hook.
9065 Keep generic-mode-ini-file-find-file-hook as an alias.
9066 (ini-generic-mode-find-file-hook): Rename from
9067 generic-mode-ini-file-find-file-hook. Fix docstring.
9068 (ini-generic-mode): Docstring change.
9069 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9070
9071 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9072 called from lisp.
9073
9074 * generic.el: Move to the emacs-lisp subdir.
9075
9076 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9077
9078 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9079 and C-S- function and cursor motion keys.
9080
9081 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9082
9083 * startup.el (command-line): Enable Xterm Mouse mode by default.
9084 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9085 for Custom. No longer show "Mouse" in mode line when enabled.
9086 Doc fix.
9087
9088 2005-04-12 Kim F. Storm <storm@cua.dk>
9089
9090 * emulation/cua-base.el (cua-rectangle-face)
9091 (cua-rectangle-noselect-face): Define face attributes here.
9092
9093 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9094
9095 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9096
9097 * startup.el (command-line): Turn off blinking cursor if
9098 cursorBlink in resources is off or false.
9099
9100 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9101
9102 * term/mac-win.el (dnd): Require dnd.
9103 (mac-drag-n-drop): Call dnd-handle-one-url.
9104 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9105 (kTextEncodingISOLatin2): Remove constants.
9106 (mac-script-code-coding-systems): New constant.
9107 (mac-handle-language-change): New function.
9108 (special-event-map): Bind it to `language-change' event.
9109 (mac-centraleurroman, mac-cyrillic): New coding systems.
9110 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9111 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9112 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9113 encode-mac-cyrillic, respectively.
9114
9115 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9116
9117 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9118 Don't set overlay-arrow-string to "=>" as this is done
9119 globally in C now.
9120
9121 2005-04-12 Lute Kamstra <lute@gnu.org>
9122
9123 * generic-x.el (rc-generic-mode, rul-generic-mode):
9124 Fix auto-mode-alist entries.
9125 (etc-fstab-generic-mode): Tweak fontification.
9126
9127 * generic.el (generic-make-keywords-list): Fix docstring.
9128 (generic-mode-internal): Simplify generic-font-lock-keywords.
9129
9130 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9131
9132 * whitespace.el (whitespace-buffer-leading)
9133 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9134 However, fix the highlight area for the leading and
9135 trailing whitespaces to show space.
9136
9137 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9138
9139 * whitespace.el (whitespace-version): Bump to 3.5
9140
9141 (whitespace-buffer-leading, whitespace-buffer-trailing):
9142 Invert sense of the test to highlight the whitespace.
9143
9144 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9145
9146 * progmodes/gud.el (gud-display-line): GUD uses its own
9147 overlay arrow now so don't set overlay-arrow-string.
9148 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9149
9150 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9151
9152 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9153 (term-ansi-current-reverse, term-ansi-current-invisible)
9154 (term-ansi-face-already-done): Change to boolean.
9155 (term-reset-terminal, term-handle-colors-array): Handle the above
9156 vars accordingly.
9157 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9158 (term-emulate-terminal): Use the new name.
9159
9160 * faces.el (secondary-selection): Use yellow1, not yellow.
9161 (trailing-whitespace): Use red1, not red.
9162
9163 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9164
9165 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9166 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9167 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9168
9169 * cus-edit.el (dnd): New group.
9170
9171 * term/w32-win.el (dnd): Require dnd
9172 (w32-drag-n-drop): Call dnd-handle-one-url.
9173
9174 * x-dnd.el: Require dnd.
9175 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9176 Call dnd-handle-one-url.
9177 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9178 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9179 to dnd-insert-text.
9180 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9181 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9182 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9183 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9184
9185 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9186
9187 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9188
9189 * wdired.el: Doc fixes.
9190 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9191 (wdired-use-dired-vertical-movement): Rename from
9192 wdired-always-move-to-filename-beginning.
9193 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9194 (wdired-change-to-wdired-mode): Change mode name.
9195 (wdired-newline): Delete.
9196
9197 2005-04-11 Richard M. Stallman <rms@gnu.org>
9198
9199 * whitespace.el (whitespace-highlight-the-space):
9200 Don't call whitespace-unhighlight-the-space here.
9201
9202 * simple.el (undo): Record t in undo-equiv-table
9203 for the redo record made by an undo-in-region.
9204
9205 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9206
9207 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9208 (gdb-frame-inferior-io-buffer): New Functions to control
9209 display of separate IO buffer.
9210 (menu): Add them to menu-bar.
9211 (gdb-display-buffer): Check for buffer another frame.
9212 Protect GUD buffer.
9213 (gdb-setup-windows): Create IO buffer if not already there.
9214 (gdb-memory-mode): Remove purecopy noops.
9215
9216 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9217
9218 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9219 and pass to self-insert-command.
9220
9221 2005-04-11 Lute Kamstra <lute@gnu.org>
9222
9223 * generic.el: Commentary section cleanup.
9224 (generic): Delete.
9225 (generic-use-find-file-hook, generic-lines-to-scan)
9226 (generic-find-file-regexp, generic-ignore-files-regexp)
9227 (default-generic-mode, generic-mode-find-file-hook)
9228 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9229 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9230 (generic-use-find-file-hook, generic-lines-to-scan)
9231 (generic-find-file-regexp, generic-ignore-files-regexp)
9232 (default-generic-mode, generic-mode-find-file-hook)
9233 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9234
9235 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9236
9237 * bookmark.el (bookmark-write-file): Catch errors writing file.
9238 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9239
9240 2005-04-10 Richard M. Stallman <rms@gnu.org>
9241
9242 * startup.el (fancy-splash-tail): Update copyright year.
9243 (command-line): Split part of -Q into -D.
9244 (emacs-basic-display): New defvar.
9245 (fancy-splash-text): Correct name of menu item.
9246
9247 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9248
9249 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9250 lines in one node.
9251
9252 * comint.el (comint-send-input): New arg ARTIFICIAL.
9253 Callers in this file changed.
9254
9255 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9256
9257 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9258
9259 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9260
9261 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9262 `ldap-search-internal'.
9263
9264 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * files.el (set-auto-mode-1): Use line-end-position.
9267
9268 * international/latin-1.el:
9269 * international/latin-2.el:
9270 * international/latin-3.el:
9271 * international/latin-4.el:
9272 * international/latin-5.el:
9273 * international/latin-8.el:
9274 * international/latin-9.el: Give punctuation syntax to NBSP.
9275
9276 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9277 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9278 Use char-classes to accept non-ascii letters, accepted in some recent
9279 bibtex implementations.
9280
9281 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9282
9283 * custom.el (custom-set-minor-mode): Any non-nil value for the
9284 variable should enable the mode when set through Custom.
9285
9286 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9289 TAB binding so tab-always-indent is obeyed.
9290 (vhdl-minibuffer-local-map): Move initialization into declaration.
9291 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9292 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9293 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9294 (vhdl-current-line): Use line-beginning-position.
9295 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9296 with-output-to-temp-buffer, so the current position can be recorded.
9297
9298 2005-04-10 Masatake YAMATO <jet@gyve.org>
9299
9300 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9301 Add regexp for gcov.
9302
9303 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9304
9305 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9306 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9307 syntax which Emacs 20 doesn't support.
9308
9309 2005-04-09 Richard M. Stallman <rms@gnu.org>
9310
9311 * help.el (describe-key-briefly, describe-key):
9312 Replace strings as event types with "(any string)".
9313
9314 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9315
9316 * arc-mode.el (archive-mode-map): Move initialization into
9317 the declaration. Override *all* bindings of `undo'.
9318 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9319
9320 2005-04-09 Jay Belanger <belanger@truman.edu>
9321
9322 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9323
9324 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9325
9326 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9327 (xterm-register-default-colors): Update color values computation
9328 to match xterm-200.
9329
9330 2005-04-09 Kenichi Handa <handa@m17n.org>
9331
9332 * international/code-pages.el (iso-latin-7): Fix the map.
9333
9334 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9335
9336 * emacs-lisp/lisp.el (defun-prompt-regexp)
9337 (parens-require-spaces, buffer-end, end-of-defun)
9338 (insert-parentheses): Doc fixes.
9339
9340 2005-04-08 Kim F. Storm <storm@cua.dk>
9341
9342 * comint.el (comint-highlight-prompt): Fix face spec.
9343 * hi-lock.el (hi-green): Likewise.
9344
9345 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9346
9347 * cus-edit.el (custom-modified-face):
9348 * comint.el (comint-highlight-input): Fix previous changes.
9349 * term.el (term-handle-ansi-escape): Add a comment.
9350
9351 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9354 in the buffer and in whitespace-highlighted-space.
9355 (whitespace-unhighlight-the-space): Simplify.
9356 (whitespace-buffer): Simplify.
9357
9358 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9359
9360 * textmodes/table.el (table-cell-face): Add special case for
9361 displays supporting a high number of colors.
9362 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9363 (vhdl-font-lock-reserved-words-face)
9364 (vhdl-speedbar-architecture-face)
9365 (vhdl-speedbar-instantiation-face)
9366 (vhdl-speedbar-architecture-selected-face)
9367 (vhdl-speedbar-instantiation-selected-face): Likewise.
9368 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9369 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9370 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9371 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9372 (ebrowse-progress-face): Likewise.
9373 * progmodes/compile.el (compilation-info-face): Likewise.
9374 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9375 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9376 * calendar/calendar.el (diary-face): Likewise.
9377 * woman.el (woman-italic-face, woman-bold-face)
9378 (woman-unknown-face): Likewise.
9379 * wid-edit.el (widget-button-pressed-face): Likewise.
9380 * whitespace.el (whitespace-highlight-face): Likewise.
9381 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9382 * pcvs-info.el (cvs-marked-face): Likewise.
9383 * info.el (info-xref): Likewise.
9384 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9385 * hilit-chg.el (highlight-changes-face)
9386 (highlight-changes-delete-face): Likewise.
9387 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9388 (hi-red-b): Likewise.
9389 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9390 * font-lock.el (font-lock-keyword-face)
9391 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9392 * cus-edit.el (custom-invalid-face, custom-modified-face)
9393 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9394 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9395 * comint.el (comint-highlight-prompt): Likewise.
9396
9397 2005-04-08 Lute Kamstra <lute@gnu.org>
9398
9399 * font-lock.el (font-lock-keywords): Docstring fixes.
9400
9401 2005-04-08 Kenichi Handa <handa@m17n.org>
9402
9403 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9404 chars are more than a limit, print " and more..." at the tail.
9405
9406 2005-04-08 Kim F. Storm <storm@cua.dk>
9407
9408 * emacs-lisp/authors.el (authors-aliases): Update list.
9409 (authors-ignored-files): New list.
9410 (authors-fixed-entries): Fix typo.
9411 (authors-renamed-files-alist): Update list.
9412 (authors-add): Check authors-ignored-files.
9413
9414 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9415
9416 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9417 optional, to ensure backward compatibility.
9418
9419 2005-04-08 Stephen Eglen <stephen@gnu.org>
9420
9421 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9422
9423 2005-04-08 Kim F. Storm <storm@cua.dk>
9424
9425 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9426
9427 * mouse.el (mouse-on-link-p): Doc fix.
9428
9429 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9430
9431 * ielm.el (ielm-prompt-read-only): Doc fix.
9432
9433 * comint.el (comint-prompt-read-only): Doc fix.
9434
9435 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9436
9437 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9438 ensure dired always handles wildcards passed to ffap.
9439 (find-file-at-point): Use it.
9440 (ffap-dired-wildcards): Doc fix.
9441
9442 2005-04-07 Juri Linkov <juri@jurta.org>
9443
9444 * simple.el (next-error-overlay-arrow-position): New defvar.
9445 Put "=>" on its property `overlay-arrow-string'. Add it to
9446 `overlay-arrow-variable-list'.
9447
9448 * progmodes/compile.el (compilation-setup):
9449 Set `next-error-overlay-arrow-position' to nil. Also set it to
9450 nil in the local hook `kill-buffer-hook'. Make local variable
9451 `overlay-arrow-string' and set it to "=>".
9452 (compilation-goto-locus): Set BOL position to
9453 `next-error-overlay-arrow-position' instead of
9454 `overlay-arrow-position'.
9455
9456 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9457 locally instead of adding it to the global hook.
9458 (Info-kill-buffer): Move up.
9459
9460 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9461
9462 * term/xterm.el (xterm-standard-colors): Update color values from
9463 xterm-200.
9464
9465 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9468
9469 * fast-lock.el:
9470 * lazy-lock.el: Move them to the obsolete subdir.
9471
9472 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9473
9474 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9475 (wdired-add-replace-advice): Remove.
9476 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9477
9478 2005-04-06 Kim F. Storm <storm@cua.dk>
9479
9480 * startup.el (command-line): Add --bare-bones alias for -Q.
9481
9482 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9483
9484 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9485 create the startup fontset if a font specification ends with
9486 `mac-roman'.
9487
9488 2005-04-06 Lute Kamstra <lute@gnu.org>
9489
9490 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9491 change.
9492
9493 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9494 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9495
9496 2005-04-05 Lute Kamstra <lute@gnu.org>
9497
9498 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9499 (define-generic-mode): Ditto. Fix debug declaration.
9500
9501 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9502 Put them in the generic-x group.
9503
9504 * calendar/timeclock.el (timeclock): Doc fix.
9505
9506 * generic.el (define-generic-mode): Don't use custom-current-group.
9507 Document default :group value.
9508 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9509 (define-global-minor-mode): Don't use custom-current-group.
9510
9511 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9512
9513 * startup.el (command-line-1): Display startup-echo-area-message
9514 when fancy splash screen is in use.
9515
9516 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9517 (sh-escaped-newline): New face.
9518 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9519 newline, and use sh-escaped-newline face.
9520
9521 * progmodes/tcl.el (tcl-escaped-newline): New face.
9522 (tcl-builtin-list): New variable.
9523 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9524 newlines. Fix keywords subexpression number.
9525
9526 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9527
9528 * textmodes/org.el (org-diary-default-entry): Fix call to
9529 `add-to-diary-entry'.
9530
9531 2005-04-05 Kim F. Storm <storm@cua.dk>
9532
9533 * ediff-init.el: Use (featurep 'xemacs).
9534
9535 2005-04-05 David Ponce <david@dponce.com>
9536
9537 * cus-edit.el (face): Derive from symbol widget. Display sample
9538 of the current face on the fly.
9539 (widget-face-sample-face-get, widget-face-notify): New functions.
9540 (widget-face-value-create): Remove.
9541
9542 * wid-edit.el (widget-field-end): Temporarily remove field
9543 narrowing before to call `get-char-property'.
9544
9545 2005-04-04 Jay Belanger <belanger@truman.edu>
9546
9547 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9548 (math-read-subscripts): New variable.
9549 (math-read-preprocess-string): Process subscripts.
9550
9551 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9552
9553 * comint.el (comint-prompt-read-only): Doc fix.
9554
9555 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9556 `-1'. Doc fix.
9557
9558 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9559
9560 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9561 Change default value to nil.
9562
9563 2005-04-04 Lute Kamstra <lute@gnu.org>
9564
9565 * autorevert.el (auto-revert-mode): Specify :group.
9566 * battery.el (display-battery-mode): Specify :group.
9567 * diff-mode.el (diff-minor-mode): Specify :group.
9568 * font-core.el (font-lock-mode): Specify :group.
9569 * hl-line.el (hl-line-mode): Specify :group.
9570 * iimage.el (iimage): New customization group.
9571 (iimage-mode): Specify :group.
9572 * longlines.el (longlines-mode): Specify :group.
9573 * master.el: Don't require easy-mmode.
9574 (master): New customization group.
9575 (master-mode): Specify :group.
9576 * msb.el (msb-mode): Specify :group.
9577 * reveal.el (reveal-mode): Specify :group.
9578 * simple.el (next-error-follow-minor-mode): Specify :group.
9579 * smerge-mode.el (smerge-mode): Specify :group.
9580 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9581 * emulation/cua-base.el (cua-mode): Specify :group.
9582 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9583 * language/thai-util.el (thai-auto-composition-mode)
9584 (thai-word-mode): Specify :group.
9585 * mail/supercite.el (sc-minor-mode): Specify :group.
9586 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9587 * progmodes/flymake.el (flymake-mode): Specify :group.
9588 * progmodes/glasses.el (glasses-mode): Specify :group.
9589 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9590 * textmodes/enriched.el (enriched-mode): Specify :group.
9591 * textmodes/refill.el (refill-mode): Specify :group.
9592
9593 * add-log.el (change-log-font-lock-keywords): Names in
9594 parenthesized lists can contain spaces.
9595
9596 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9597
9598 * startup.el (fancy-splash-text): Shorten default text of
9599 "Emacs Tutorial" line. Also, if the current language env
9600 indicates an available tutorial file other than TUTORIAL,
9601 extract its title and append it to the line in parentheses.
9602 (fancy-splash-insert): If arg is a thunk, funcall it.
9603
9604 2005-04-04 Jay Belanger <belanger@truman.edu>
9605
9606 * calc.el (calc-language-alist): Add tags to customization type.
9607
9608 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9609
9610 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9611 Doc fix.
9612
9613 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9614
9615 * add-log.el (change-log-font-lock-keywords): The manual
9616 describing a Change Log entry, says: (...) "Aside from these
9617 header lines, every line in the change log starts with a space or
9618 a tab.". The font-lock was not highlighting lines started with
9619 spaces, added support for it.
9620
9621 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9622
9623 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9624 (bibtex-generate-url-list): Update docstring accordingly. Put the
9625 complex example in the docstring.
9626 (bibtex-font-lock-url): Use pop.
9627
9628 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9629
9630 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9631
9632 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9633
9634 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9635
9636 * filesets.el (filesets-set-default): Doc fix.
9637
9638 2005-04-03 Lute Kamstra <lute@gnu.org>
9639
9640 * generic.el (define-generic-mode): Add argument to specify
9641 keywords for defcustom.
9642 (default-generic-mode): Specify :group.
9643
9644 * generic-x.el: Specify :group for all generic modes.
9645
9646 * desktop.el (desktop-no-desktop-file-hook)
9647 (desktop-after-read-hook): Doc fix.
9648
9649 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9650
9651 * simple.el (visible-mode): Use explicit :group keyword.
9652 This changes the group of `visible-mode-hook' from paren-blinking
9653 to editing-basics.
9654
9655 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9656
9657 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9658 mailbox specifications as well as URLs.
9659 (rmail-insert-inbox-text): Remove unused conditional branches.
9660
9661 2005-04-01 Jay Belanger <belanger@truman.edu>
9662
9663 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9664 (calc-gnuplot-print-command): Move definitions to calc.el.
9665
9666 * calc/calc-embed.el (calc-embedded-announce-formula)
9667 (calc-embedded-open-formula, calc-embedded-close-formula)
9668 (calc-embedded-open-word, calc-embedded-close-word)
9669 (calc-embedded-open-plain, calc-embedded-close-plain)
9670 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9671 (calc-embedded-open-mode, calc-embedded-close-mode):
9672 Move definitions to calc.el.
9673
9674 * calc/calc.el (calc-settings-file, calc-language-alist):
9675 Make customizable.
9676 (calc-embedded-announce-formula, calc-embedded-open-formula)
9677 (calc-embedded-close-formula, calc-embedded-open-word)
9678 (calc-embedded-close-word, calc-embedded-open-plain)
9679 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9680 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9681 (calc-embedded-close-mode, calc-gnuplot-name)
9682 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9683 from other files and make customizable.
9684
9685 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9688 Use buffer-live-p.
9689 (cvs-mode-run): Don't call cvs-update-header here.
9690 (cvs-run-process): Call cvs-update-header.
9691 Use process properties for cvs-postprocess and cvs-buffer so that
9692 the sentinel can behave better if the temp buffer is killed.
9693 Use a pipe rather than a tty, to better handle unexpected prompts.
9694 (cvs-sentinel): Rewrite. Call cvs-update-header.
9695
9696 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9697
9698 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9699 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9700
9701 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * generic.el (define-generic-mode): Add indentation rule.
9704
9705 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9706
9707 * files.el (mode-require-final-newline): Make Custom correctly
9708 report a nil value and allow to set it to nil via Custom.
9709 Doc fix.
9710
9711 2005-04-01 Kenichi Handa <handa@m17n.org>
9712
9713 * international/characters.el: Enable the correct case setting for
9714 dotless-i and dotted-I.
9715
9716 2005-04-01 Kim F. Storm <storm@cua.dk>
9717
9718 * ido.el (ido-file-internal): Fall back to non-ido command if
9719 initial directory is on slow ftp (or tramp) host.
9720
9721 2005-03-31 Richard M. Stallman <rms@gnu.org>
9722
9723 * emacs-lisp/autoload.el (make-autoload):
9724 Handle define-global-minor-mode.
9725
9726 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9727 Rename from easy-mmode-define-global-mode.
9728 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9729
9730 * progmodes/scheme.el (scheme-mode-syntax-table):
9731 Update syntax of | and # for two-character comment syntax.
9732
9733 2005-03-31 Lute Kamstra <lute@gnu.org>
9734
9735 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9736 (define-minor-mode): Call custom-current-group at load-time.
9737
9738 * generic.el (define-generic-mode): Add debug declaration.
9739 Add defcustom for the mode hook.
9740 (generic-mode-internal): Use run-mode-hooks.
9741
9742 2005-03-31 Kim F. Storm <storm@cua.dk>
9743
9744 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9745 (mouse-fixup-help-message): New defun called by show_help_echo
9746 to fixup mouse-2 prefix in help messages when applicable.
9747
9748 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9749
9750 2005-03-31 Kenichi Handa <handa@m17n.org>
9751
9752 * language/thai-word.el (thai-find-word-ends): Pay attention to
9753 the case that we reach the end of buffer.
9754
9755 * textmodes/fill.el (fill-text-properties-at): New function.
9756 (fill-newline): Use fill-text-properties-at instead of
9757 text-properties-at.
9758
9759 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9760
9761 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9762 not comint-quote-filename.
9763
9764 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9765
9766 * help-fns.el (help-with-tutorial): Revert last change.
9767
9768 2005-03-31 Kim F. Storm <storm@cua.dk>
9769
9770 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9771
9772 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9773
9774 * calendar/cal-china.el: Update reference to "Calendrical
9775 Calculations" book; there's a new edition.
9776 * calendar/cal-coptic.el: Likewise.
9777 * calendar/cal-french.el: Likewise.
9778 * calendar/cal-hebrew.el: Likewise.
9779 * calendar/cal-islam.el: Likewise.
9780 * calendar/cal-iso.el: Likewise.
9781 * calendar/cal-julian.el: Likewise.
9782 * calendar/cal-mayan.el: Likewise.
9783 * calendar/cal-persia.el: Likewise.
9784 * calendar/calendar.el: Likewise.
9785 * calendar/holidays.el: Likewise.
9786 * calendar/lunar.el: Likewise.
9787 * calendar/solar.el: Likewise.
9788
9789 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9790 white space from doc string.
9791
9792 2005-03-30 Jay Belanger <belanger@truman.edu>
9793
9794 * calc/calc-help.el (calc-full-help): Remove email address.
9795
9796 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9797
9798 * help-fns.el (help-with-tutorial): Delete title line.
9799
9800 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9801
9802 * calendar/cal-x.el (calendar-one-frame-setup)
9803 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9804 rather than 'symbol for set-window-dedicated-p.
9805
9806 * calendar/appt.el (appt-buffer-name): Make it a constant.
9807 (appt-add): Doc fix.
9808
9809 * filesets.el (filesets-menu-path, filesets-menu-before)
9810 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9811 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9812 (filesets-add-submenu): Delete and use add-submenu instead.
9813
9814 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9815
9816 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9817 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9818 (org-diary-default-entry): New function.
9819 (org-get-entries-from-diary): Better parsing of diary entries.
9820 (org-agenda-check-no-diary): New function.
9821 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9822 linking to diary entries.
9823 (org-agenda-execute-calendar-command): New function.
9824 (org-agenda): Improve visible section in window.
9825 Use `org-fit-agenda-window'.
9826 (org-fit-agenda-window): New option.
9827 (org-move-subtree-down): Better handling of empty lines
9828 at end of subtree.
9829 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9830 levels up.
9831 (org-fontify-done-headline): New option.
9832 (org-headline-done-face): New face.
9833 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9834 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9835 When current field is non-empty, it is copied to next row.
9836 (org-table-copy-from-above): Fix bug which made it
9837 impossible to copy fields containing only a single non-white character.
9838
9839 2005-03-30 Kim F. Storm <storm@cua.dk>
9840
9841 * kmacro.el (kmacro-end-macro): Isearch may store this command
9842 into the macro -- so ignore it when executing keyboard macro.
9843
9844 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9845
9846 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9847
9848 2005-03-29 Kenichi Handa <handa@m17n.org>
9849
9850 * language/thai.el ("Thai"): Set setup-function and exit-function
9851 for Thai language environment.
9852
9853 * language/thai-util.el: Require thai-word.
9854 (thai-word-mode-map): New variable.
9855 (thai-word-mode): New minor mode.
9856 (setup-thai-language-environment-internal): New function.
9857 (exit-thai-language-environment-internal): New function.
9858
9859 * language/thai-word.el (thai-word-table): Declare it by defvar,
9860 use dolist to initialize it.
9861 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9862 (thai-fill-find-break-point): New functions.
9863
9864 2005-03-29 Richard M. Stallman <rms@gnu.org>
9865
9866 * simple.el (idle-update-delay): Move definition up.
9867 (set-mark): Doc fix.
9868
9869 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9870
9871 * longlines.el: New file.
9872
9873 * simple.el (buffer-substring-filters): New variable.
9874 (filter-buffer-substring): New function.
9875 (kill-region, copy-region-as-kill): Use it.
9876
9877 * register.el (copy-to-register, append-to-register)
9878 (prepend-to-register): Use filter-buffer-substring.
9879
9880 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9881
9882 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9883 (gud-filter-pending-text): Move in front of gdb.
9884 (gud-overlay-arrow-position): New variable.
9885 (gud-sentinel, gud-display-line): Use it in place of
9886 overlay-arrow-position.
9887
9888 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9889
9890 * progmodes/fortran.el (fortran-if-indent): Doc fix.
9891 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9892 (fortran-font-lock-keywords-4): New variable.
9893 (fortran-blocks-re, fortran-end-block-re)
9894 (fortran-start-block-re): New constants, for hideshow.
9895 (hs-special-modes-alist): Add a Fortran entry.
9896 (fortran-mode-map): Bind fortran-end-of-block,
9897 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9898 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
9899 (fortran-looking-at-if-then, fortran-end-of-block)
9900 (fortran-beginning-of-block): New functions, for hideshow.
9901
9902 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9903 Doc fix. Tweak regexp.
9904 (f90-beginning-of-block): Push mark first.
9905
9906 2005-03-29 Jay Belanger <belanger@truman.edu>
9907
9908 * calc/calc.el: Update copyright date.
9909 (calc-version): Increase to 2.1.
9910 (calc-version-date): Remove.
9911
9912 * calc/calc-help.el: Update copyright date.
9913 (calc-full-help): Remove reference to calc-version-date.
9914 Update copyright date.
9915
9916 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * vc.el (vc-do-command): Use a pipe for async processes, so password
9919 prompts don't show up at places where the user can't reply.
9920
9921 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9922
9923 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
9924 on the file name we pass to the inferior shell.
9925
9926 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9927
9928 * progmodes/which-func.el (which-function): Be robust in the face of an
9929 imenu--make-index-alist failure.
9930
9931 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
9934
9935 * progmodes/python.el (python-preoutput-filter): Fix last change.
9936
9937 2005-03-29 Lute Kamstra <lute@gnu.org>
9938
9939 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
9940 functions and compiled macros.
9941 (debug-convert-byte-code): Handle macros too.
9942 (debug-on-entry-1): Don't signal an error when trying to clear a
9943 function that is not set to debug on entry.
9944
9945 2005-03-29 Jay Belanger <belanger@truman.edu>
9946
9947 * calc/calc-lang.el: Add functions to math-function-table
9948 properties of tex and math.
9949
9950 2005-03-29 Kenichi Handa <handa@m17n.org>
9951
9952 * ps-mule.el (ps-mule-plot-string): Translate characters by
9953 ps-print-translation-table.
9954 (ps-mule-begin-job): Call find-charset-region/string with
9955 ps-print-translation-table.
9956 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
9957
9958 * ps-print.el (ps-print-translation-table): New variable.
9959 (ps-plot-region): Translate characters by ps-print-translation-table.
9960
9961 2005-03-29 Juri Linkov <juri@jurta.org>
9962
9963 * simple.el (next-error-highlight-timer): New variable.
9964
9965 * progmodes/compile.el (compilation-goto-locus):
9966 Use `next-error-highlight-timer' instead of `sit-for'.
9967
9968 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9969
9970 * mail/supercite.el (sc-mail-field): Use assoc-string.
9971 (sc-get-address): Simplify regexps.
9972
9973 * files.el (minibuffer-with-setup-hook): New macro.
9974 (find-file-read-args): Use it to avoid let-binding
9975 minibuffer-with-setup-hook (which breaks turning on/off
9976 file-name-shadow-mode while in the prompt).
9977
9978 * complete.el (PC-read-include-file-name-internal): Use
9979 test-completion.
9980
9981 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
9982
9983 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
9984
9985 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * window.el (window-buffer-height): Use count-screen-lines.
9988
9989 * progmodes/python.el (python-preoutput-leftover): New var.
9990 (python-preoutput-filter): Use it.
9991 (python-send-receive): Loop until all the result has been received.
9992
9993 2005-03-28 Juri Linkov <juri@jurta.org>
9994
9995 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
9996
9997 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
9998 "Recover Crashed Session".
9999 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10000 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10001 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10002 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10003 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10004 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10005 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10006 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10007
10008 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10009 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10010 Ediff Sessions", "Toggle use of separate control buffer frame",
10011 "Use separate frame for Ediff control buffer".
10012
10013 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10014 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10015 "Rename Bookmark", "Delete Bookmark".
10016
10017 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10018 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10019 Add `:active Info-index-alternatives' to "Next Matching Item".
10020
10021 * wdired.el (wdired-change-to-wdired-mode):
10022 Mention `wdired-abort-changes' key in the initial message.
10023
10024 * international/mule.el (auto-coding-alist): Associate non-ascii
10025 image filename extensions with `no-conversion'.
10026
10027 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10028
10029 * international/iso-acc.el:
10030 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10031
10032 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10033
10034 * textmodes/sgml-mode.el (html-mode): Doc update.
10035
10036 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10037
10038 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10039
10040 * term.el (term-move-columns): Fix face after extending a line.
10041 (term-insert-spaces): Likewise.
10042 (term-reset-terminal): Fix off by one error.
10043
10044 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10045
10046 * international/mule.el (auto-coding-alist): Add .xpi files.
10047
10048 * files.el (auto-mode-alist): Add .xpi files.
10049
10050 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10051
10052 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10053
10054 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10055
10056 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10057
10058 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10059
10060 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10061 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10062
10063 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10064 cursor to Jan 1 when needed.
10065 (calendar-end-of-year): Fix -/+ typo.
10066 Reported by Chong Yidong <cyd@stupidchicken.com>.
10067
10068 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10071
10072 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10073 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10074
10075 2005-03-25 Richard M. Stallman <rms@gnu.org>
10076
10077 * filesets.el (filesets-init): Add autoload.
10078
10079 * mail/mailalias.el (mail-directory): Doc fix.
10080
10081 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10082
10083 * mail/mailalias.el (mail-directory-process): Do nothing if
10084 mail-directory-process is an atom.
10085 (mail-get-names): Ignore mail-directory-names if it is an atom.
10086 (mail-directory-process defvar): Doc fix.
10087 (mail-names): Doc fix.
10088
10089 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10090
10091 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10092
10093 2005-03-26 Kenichi Handa <handa@m17n.org>
10094
10095 * international/mule-util.el (detect-coding-with-priority):
10096 Call update-coding-systems-internal before detect-coding-region.
10097
10098 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10099
10100 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10101 (gdb-frames-mode-map): Add follow-link property.
10102
10103 2005-03-25 Jay Belanger <belanger@truman.edu>
10104
10105 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10106 for variables.
10107
10108 2005-03-25 Juri Linkov <juri@jurta.org>
10109
10110 * image-mode.el: Optimize image filename extension regexps in
10111 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10112 in `auto-mode-alist'.
10113 (image-mode): Add `image-toggle-display-text' to local hook
10114 `change-major-mode-hook'. Display the image as an image by
10115 default. Set `cursor-type' and `truncate-lines' if the image
10116 is already displayed. Take into account the current mode (image
10117 or text) in message.
10118 (image-minor-mode): New minor mode.
10119 (image-mode-maybe, image-toggle-display-text): New functions.
10120 (image-toggle-display): Use called-interactively-p.
10121 Let-bind `inhibit-read-only' to t.
10122
10123 * image-mode.el (image-minor-mode): Set `cursor-type' and
10124 `truncate-lines' if the image is already displayed. Add turning
10125 image-minor-mode off to `change-major-mode-hook'. Add message.
10126 Call `image-toggle-display-text' after turning image-minor-mode off.
10127
10128 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10129
10130 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10131 Terminal.app, use utf-8.
10132 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10133 (set-locale-environment): Use it.
10134
10135 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10136
10137 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10138
10139 * progmodes/python.el (python-close-block-statement-p)
10140 (python-outdent-p, python-current-defun): Use symbol-end.
10141
10142 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10143
10144 * files.el (save-some-buffers): Doc fix.
10145
10146 2005-03-25 Werner Lemberg <wl@gnu.org>
10147
10148 * complete.el, thumbs.el: Replace `legal' with `valid'.
10149 * calendar/calendar.el: Replace `legal' with `valid'.
10150 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10151 * mail/supercite.el: Replace `legal' with `valid'.
10152 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10153 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10154 Replace `legal' with `valid'.
10155 * textmodes/reftex-vars.el, textmodes/reftex.el:
10156 Replace `legal' with `valid'.
10157
10158 2005-03-25 Werner Lemberg <wl@gnu.org>
10159
10160 * calc/calc-forms.el, calc/calc-sel.el:
10161 * midnight.el, vc-cvs.el:
10162 * emacs-lisp/cl-macs.el:
10163 * emulation/vip.el:
10164 * eshell/esh-io.el, eshell/esh-var.el:
10165 * mail/supercite.el:
10166 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10167 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10168 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10169 * progmodes/sh-script.el, progmodes/xscheme.el:
10170 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10171 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10172 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10173 * textmodes/reftex.el, textmodes/org.el:
10174 Replace `illegal' with `invalid'.
10175
10176 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10179 (flymake-find-buildfile, flymake-find-possible-master-files)
10180 (flymake-check-include, flymake-parse-line): Replace loops over the
10181 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10182
10183 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10184 Substitute file-name-as-directory in the rest of the file.
10185 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10186 (flymake-replace-region): Remove unused arg `buffer'.
10187 (flymake-check-patch-master-file-buffer): Update calls to it.
10188 (flymake-add-err-info): Remove unused var `count'.
10189 (flymake-mode): Use define-minor-mode.
10190
10191 * progmodes/flymake.el: Use with-current-buffer.
10192 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10193 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10194 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10195 Avoid testing for `xemacs'.
10196 (flymake-nop): Move.
10197 (flymake-region-has-flymake-overlays): Return the computed value.
10198 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10199 Remove unused var `endline'.
10200 (flymake-get-line-count): Remove unused function.
10201 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10202
10203 * emulation/vi.el:
10204 * generic.el:
10205 * hilit-chg.el (global-highlight-changes):
10206 * hi-lock.el (hi-lock-mode):
10207 * follow.el: find-file-hooks -> find-file-hook.
10208
10209 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10210
10211 2005-03-24 Juri Linkov <juri@jurta.org>
10212
10213 * dired.el (dired-mode-map): Add menu item "Compare directories"
10214 for dired-compare-directories.
10215
10216 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10217 Doc fix. Replace `read-file-name' with `read-directory-name'.
10218
10219 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10222
10223 2005-03-24 Jay Belanger <belanger@truman.edu>
10224
10225 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10226 relevant mode settings in calc-embedded-original-modes when modes
10227 are permanently changed.
10228
10229 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * autoinsert.el: find-file-hooks -> find-file-hook.
10232
10233 2005-03-24 Lute Kamstra <lute@gnu.org>
10234
10235 * generic.el (generic-font-lock-defaults): Make it obsolete.
10236 (generic-font-lock-keywords): New variable to replace
10237 generic-font-lock-defaults.
10238 (generic-mode-set-font-lock): Delete it.
10239 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10240 (generic-bracket-support): Add docstring.
10241
10242 * generic-x.el: Rename generic-font-lock-defaults to
10243 generic-font-lock-keywords throughout.
10244 (mailagent-rules-setup-function): Delete it.
10245 (mailagent-rules-generic-mode): Use anonymous function instead.
10246 (show-tabs-generic-mode-font-lock-defaults-1)
10247 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10248 Quote faces.
10249 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10250 not foreground.
10251
10252 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10253 Recognize define-generic-mode.
10254
10255 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10256
10257 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10258 if there's no completion table.
10259
10260 2005-03-23 Miles Bader <miles@gnu.org>
10261
10262 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10263 Remove tty-specific variants, as they're no longer needed.
10264
10265 2005-03-23 Lute Kamstra <lute@gnu.org>
10266
10267 * generic-x.el: Code cleanup: make args constant whenever possible.
10268 (installshield-statement-keyword-list)
10269 (installshield-system-functions-list)
10270 (installshield-system-variables-list, installshield-types-list)
10271 (installshield-funarg-constants-list): Make them constants.
10272
10273 * generic.el (generic-make-keywords-list): Add autoload cookie.
10274
10275 * calendar/time-date.el: Add comment on time value formats.
10276 Don't require parse-time.
10277 (with-decoded-time-value): New macro.
10278 (encode-time-value): New function.
10279 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10280 (days-to-time): Return a valid time value when arg is huge.
10281 (time-since): Use time-subtract.
10282 (time-to-number-of-days): Use time-to-seconds.
10283
10284 2005-03-23 David Ponce <david@dponce.com>
10285
10286 * recentf.el: (recentf-keep): New option.
10287 (recentf-menu-action): Default to `find-file'.
10288 (recentf-keep-non-readable-files-flag)
10289 (recentf-keep-non-readable-files-p)
10290 (recentf-file-readable-p, recentf-find-file)
10291 (recentf-cleanup-remote): Remove.
10292 (recentf-include-p): More robust.
10293 (recentf-keep-p): New function.
10294 (recentf-remove-if-non-kept): Rename from
10295 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10296 All callers updated.
10297 (recentf-menu-items-for-commands): Fix help string.
10298 (recentf-track-closed-file): Update. Doc fix.
10299 (recentf-cleanup): Update. Count removed files. Doc fix.
10300
10301 2005-03-23 Kim F. Storm <storm@cua.dk>
10302
10303 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10304 Don't inherit from fringe face (now happens automatically).
10305
10306 2005-03-22 Kim F. Storm <storm@cua.dk>
10307
10308 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10309 position values.
10310
10311 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10312
10313 * menu-bar.el (showhide-date-time): Remove.
10314 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10315 (menu-bar-make-mm-toggle): Simplify.
10316
10317 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10318
10319 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10320 Accept qualified variable and function names.
10321
10322 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10323
10324 * bindings.el (completion-ignored-extensions):
10325 Remove ".lis" for `vax-vms'.
10326
10327 2005-03-22 Andreas Schwab <schwab@suse.de>
10328
10329 * generic-x.el: Revert last change.
10330 * ldefs-boot.el: Update.
10331
10332 2005-03-22 Jay Belanger <belanger@truman.edu>
10333
10334 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10335 (calc-embedded-save-original-modes)
10336 (calc-embedded-restore-original-modes): New functions.
10337 (calc-do-embedded): Save original modes when entering embedded mode
10338 and restore when leaving embedded mode.
10339 (calc-embedded-modes-change): Change the value of
10340 calc-embedded-original-modes to reflect permanent changes.
10341
10342 2005-03-22 Lute Kamstra <lute@gnu.org>
10343
10344 * generic-x.el: Require generic again.
10345
10346 2005-03-22 Miles Bader <miles@gnu.org>
10347
10348 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10349 Tweak details to look good on both ttys and bitmap displays, light
10350 or dark background, etc.
10351
10352 2005-03-21 Kim F. Storm <storm@cua.dk>
10353
10354 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10355 mouse position.
10356
10357 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10358
10359 * icomplete.el: Don't forcibly turn on the mode upon load.
10360 (icomplete-mode): Use define-minor-mode.
10361 (icomplete-eoinput): Default to nil.
10362 (icomplete-minibuffer-setup): Remove autoload.
10363 (icomplete-tidy): Simplify.
10364 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10365 in the initial state or if the user has modified the field.
10366 Fix handling of icomplete-max-delay-chars.
10367 Remove code that handles the oddball case where
10368 minibuffer-completion-table is an integer.
10369 Wrap icomplete-completions in while-no-input in case building
10370 completions takes more time than expected.
10371 (icomplete-completions): Simplify.
10372
10373 2005-03-21 Richard M. Stallman <rms@gnu.org>
10374
10375 * jka-compr.el (jka-compr-really-do-compress):
10376 Make variable buffer-local.
10377
10378 * image-mode.el: Handle .xpm files too.
10379 (image-toggle-display): Preserve modification flag.
10380
10381 * help.el (where-is): Don't mention aliases with no key bindings.
10382
10383 2005-03-21 Lute Kamstra <lute@gnu.org>
10384
10385 * generic.el: Fix commentary section. Don't require cl for
10386 compilation.
10387 (generic-mode-list): Add autoload cookie.
10388 (generic-use-find-file-hook, generic-lines-to-scan)
10389 (generic-find-file-regexp, generic-ignore-files-regexp)
10390 (generic-mode, generic-mode-find-file-hook)
10391 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10392 (define-generic-mode): Make it a defmacro. Fix docstring.
10393 (generic-mode-internal): Code cleanup. Add autoload cookie.
10394 (generic-mode-set-comments): Code cleanup.
10395 * generic-x.el: Don't prevent compilation. Don't require generic.
10396 Follow coding conventions. Minor code cleanup.
10397 (etc-fstab-generic-mode): Add some keywords.
10398 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10399 define-generic-mode like a function declaration.
10400
10401 2005-03-21 Jay Belanger <belanger@truman.edu>
10402
10403 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10404 changing modes.
10405
10406 2005-03-21 Sam Steingold <sds@gnu.org>
10407
10408 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10409
10410 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10411
10412 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10413 Add underscore to "f$ lexicals" regexp.
10414
10415 2005-03-20 Juri Linkov <juri@jurta.org>
10416
10417 * subr.el (progress-reporter-do-update): When `min-value' is equal
10418 to `max-value', set `percentage' to 0 and prevent division by zero.
10419
10420 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10421
10422 Sync with Tramp 2.0.48.
10423
10424 * net/tramp.el (all): Change all addresses to .gnu.org.
10425 (tramp-append-tramp-buffers): New defun.
10426 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10427 Catch `dont-send' signal.
10428 (tramp-set-auto-save-file-modes): Set always permissions, because
10429 there might be an old auto-saved file belonging to another
10430 original file. This could be a security threat. Reported by
10431 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10432 Check for Emacs 21.3.50 removed.
10433
10434 * net/tramp-smb.el (all): Remove debug construct for
10435 `with-parsed-tramp-file-name'.
10436 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10437 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10438 No error message if DIRECTORY or FILENAME doesn't exist.
10439 (tramp-smb-open-connection): Check existence of
10440 `tramp-smb-program'.
10441
10442 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10443
10444 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10445 Properly handle the case where the `m' or `s' command's argument is not
10446 yet terminated.
10447 (perl-indent-new-calculate): New function.
10448 (perl-indent-line): Use it.
10449
10450 2005-03-20 Miles Bader <miles@gnu.org>
10451
10452 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10453 in text-mode too. Change to new face names.
10454 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10455 Add `:weight bold' attribute.
10456 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10457
10458 2005-03-19 Juri Linkov <juri@jurta.org>
10459
10460 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10461
10462 * international/mule.el (auto-coding-alist): Sync with
10463 `auto-mode-alist' by adding upper case archive file extensions
10464 and adding ear/war to jar extension.
10465
10466 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10467
10468 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10469 running, restart it.
10470
10471 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10472
10473 * finder.el (finder-current-item): Throw an error on an empty line.
10474
10475 * man.el (Man-follow-manual-reference): If current-word returns
10476 nil, use "".
10477
10478 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10479
10480 * simple.el (goto-line): Doc fix.
10481
10482 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10483
10484 * files.el (save-buffer): Doc fix.
10485
10486 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10487
10488 * recentf.el (recentf-cleanup-remote): New variable.
10489 (recentf-cleanup): Use it to conditionally check availability of
10490 remote files.
10491
10492 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10493
10494 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10495 function names.
10496
10497 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10498
10499 * language/thai-word.el: New file.
10500
10501 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10502
10503 * files.el (backup-buffer): If the file's directory is not
10504 writable, use copy instead of move to backup the file.
10505
10506 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10507
10508 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10509
10510 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10511
10512 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10513 Use functionp instead of symbolp and fboundp. Reported by Drkm
10514 <darkman_spam@yahoo.fr>.
10515 (ps-print-version): New version 6.6.6.
10516
10517 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10518
10519 * textmodes/table.el (table--line-column-position): New idiom.
10520 (table--row-column-insertion-point-p): New function to test
10521 validity of row and column insertion operation at a location.
10522 (table-global-menu, table-cell-menu): Use above functions for
10523 deterministic test operation.
10524 (table--editable-cell-p): Behave in deterministic fashion.
10525
10526 2005-03-18 Juri Linkov <juri@jurta.org>
10527
10528 * isearch.el (isearch-lazy-highlight-new-loop):
10529 Make arguments beg and end optional.
10530 (isearch-update): Remove optional arguments nil from
10531 isearch-lazy-highlight-new-loop.
10532 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10533 isearch-lazy-highlight-case-fold-search instead of
10534 isearch-case-fold-search, and let-bind isearch-regexp to
10535 isearch-lazy-highlight-regexp.
10536 Use isearch-lazy-highlight-last-string instead of isearch-string.
10537
10538 * replace.el (perform-replace): Remove bindings of global
10539 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10540 Add three new arguments to `replace-highlight'.
10541 (replace-highlight): Add arguments string, regexp, case-fold.
10542 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10543 to allow isearch-lazy-highlight-new-loop to use these values
10544 to set corresponding isearch-lazy-highlight-* internal
10545 variables whose values lazy highlighting will use regardless of
10546 changes to global variables isearch-string, isearch-regexp,
10547 isearch-case-fold-search during lazy highlighting loop.
10548 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10549 to `lazy-highlight-cleanup'.
10550
10551 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10552 (ispell-highlight-face): Set default face to `isearch' when
10553 lazy highlighting is enabled.
10554 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10555 priority to 1. Add lazy highlighting.
10556 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10557 from `isearch-dehighlight'.
10558
10559 2005-03-18 David Ponce <david@dponce.com>
10560
10561 * files.el (hack-local-variables): Do a case-insensitive search
10562 for End.
10563
10564 2005-03-18 Juri Linkov <juri@jurta.org>
10565
10566 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10567 `isearch-lazy-highlight-cleanup', add alias to old name and
10568 declare obsolete. Add release numbers to other obsolete vars.
10569 (isearch-done, isearch-lazy-highlight-new-loop):
10570 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10571 (lazy-highlight-cleanup) <variable>: Doc fix.
10572 (isearch-lazy-highlight-update): Rename obsolete
10573 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10574
10575 2005-03-18 Kenichi Handa <handa@m17n.org>
10576
10577 * language/thai-util.el: Fix categorization of Thai characters in
10578 thai-category-table.
10579 (thai-composition-pattern): Adjust it for the above change.
10580 (thai-self-insert-command, thai-compose-syllable): New functions.
10581 (thai-compose-region): Use thai-compose-syllable.
10582 (thai-compose-string): Likewise.
10583 (thai-composition-function): Likewise.
10584 (thai-auto-composition): New function.
10585 (thai-auto-composition-mode): New minor mode.
10586
10587 * language/thai.el: Fix patterns to be registered in
10588 composition-function-table.
10589
10590 * international/quail.el (quail-input-method): Locally bind
10591 inhibit-modification-hooks to t.
10592
10593 2005-03-17 Richard M. Stallman <rms@gnu.org>
10594
10595 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10596 (perl-mode): Use run-mode-hooks.
10597
10598 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10599 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10600 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10601
10602 * mail/sendmail.el (sendmail-send-it): Reenable the code
10603 to compute resend-to-address and use it.
10604
10605 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10606
10607 * image-mode.el: New file.
10608
10609 * image.el (insert-sliced-image): Add autoload cookie.
10610
10611 * font-lock.el (font-lock-lines-before): New user option.
10612 (font-lock-after-change-function): Obey it.
10613
10614 * bindings.el (esc-map): Make M-g a prefix.
10615 Bind M-g g and M-g M-g to goto-line.
10616
10617 * faces.el (face-id): Doc fix.
10618
10619 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10620
10621 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10622 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10623 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10624
10625 * mail/sendmail.el (mail-yank-ignored-headers)
10626 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10627 Add Mail-Followup-To and Mail-Reply-To headers.
10628 (mail-citation-hook): Add autoload cookie.
10629 (mail-mode): Doc fix.
10630 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10631 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10632 (mail-mode-fill-paragraph): Handle those headers.
10633 (mail-mailing-lists): New variable.
10634 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10635
10636 2005-03-17 Juri Linkov <juri@jurta.org>
10637
10638 * isearch.el (isearch-fallback): Check for `(car previous)'
10639 before calling `isearch-other-end-state'.
10640
10641 2005-03-17 Kim F. Storm <storm@cua.dk>
10642
10643 * simple.el (move-beginning-of-line): Move to beginning of buffer
10644 line, as well as beginning of screen line.
10645
10646 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10647
10648 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10649 argument REDRAW rather than calendar-redrawing variable.
10650 * calendar/calendar.el (calendar-redrawing): Delete.
10651 (redraw-calendar): Do not bind calendar-redrawing.
10652
10653 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10654
10655 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10656 diary-file buffer.
10657
10658 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10659
10660 * help.el (describe-mode): Allow a :minor-mode-function property to
10661 specify a different minor mode toggle function than the variable.
10662 * simple.el (auto-fill-function):
10663 * subr.el (add-minor-mode): Use it.
10664
10665 2005-03-16 Kenichi Handa <handa@m17n.org>
10666
10667 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10668 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10669 (ethio-fidel-to-sera-buffer): Likewise.
10670
10671 2005-03-16 Juri Linkov <juri@jurta.org>
10672
10673 * emacs-lisp/find-func.el (find-function-regexp):
10674 Add defun-emitting macro `menu-bar-make-toggle'.
10675
10676 * isearch.el: Put `isearch-scroll' property to
10677 `split-window-horizontally'.
10678
10679 * info.el: Update error messages for `debug-ignored-errors'.
10680 (Info-isearch-search): Doc fix.
10681 (Info-find-node): Move up code to go into info buffer before
10682 recording the node to the history.
10683 (Info-fontify-node): Fontify titles only if the next line
10684 has two or more `*', `=', `-', `.'.
10685 Display "go to this node" for empty (match-string 3).
10686
10687 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10688
10689 * term/mac-win.el: Add mouse pointer shape constants.
10690
10691 2005-03-15 Kim F. Storm <storm@cua.dk>
10692
10693 * simple.el (move-beginning-of-line): Use vertical-motion.
10694
10695 2005-03-15 Juri Linkov <juri@jurta.org>
10696
10697 * isearch.el (isearch-error): New variable.
10698 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10699 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10700 (isearch-within-brackets-state): Remove.
10701 (isearch-case-fold-search-state, isearch-pop-fun-state):
10702 Decrease frame index.
10703 (isearch-mode, isearch-top-state, isearch-push-state)
10704 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10705 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10706 (isearch-search, isearch-lazy-highlight-new-loop):
10707 Replace `isearch-invalid-regexp' with `isearch-error'.
10708 Remove `isearch-within-brackets'.
10709 (isearch-search): Add `search-failed' handler to `condition-case'.
10710 (isearch-lazy-highlight-search): Add `condition-case' to catch
10711 errors and allow `isearch-lazy-highlight-update' to try
10712 highlighting from the beginning of the window.
10713 (isearch-repeat): Move up code to set isearch-wrapped to t
10714 before calling isearch-wrap-function.
10715
10716 * info.el (Info-isearch-initial-node): New internal variable.
10717 (Info-search): Signal an error in isearch mode when search leaves
10718 the initial node. Signal an error when `bound' is non-nil and
10719 nothing was found in the current subfile.
10720 (Info-isearch-search): Remove `condition-case'.
10721 (Info-isearch-wrap): Don't wrap when search failed during leaving
10722 the initial node. If `Info-isearch-search' is nil, wrap around
10723 the current node.
10724 (Info-isearch-start): New fun.
10725 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10726 `isearch-mode-hook'.
10727
10728 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10729
10730 * simple.el (normal-erase-is-backspace): Set default to t if
10731 running on Mac.
10732
10733 * term/mac-win.el (function-key-map): Sync with x-win.el.
10734
10735 2005-03-15 Kenichi Handa <handa@m17n.org>
10736
10737 * international/mule-cmds.el (locale-language-names): Modify the
10738 format of elements and add more entries.
10739 (locale-preferred-coding-systems): Add more entries.
10740 (set-locale-environment): Adjust for the change of
10741 locale-language-names.
10742
10743 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10744
10745 * pcvs.el (smerge-ediff): Remove bogus autoload.
10746
10747 2005-03-14 Lute Kamstra <lute@gnu.org>
10748
10749 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10750 Ignore a `*' at the beginning of a line.
10751
10752 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10753 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10754 subr.el.
10755 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10756 to specify indentation.
10757
10758 * generic.el (define-generic-mode): Let generic-mode-list be a
10759 list of strings; test membership with equal.
10760
10761 2005-03-14 Kim F. Storm <storm@cua.dk>
10762
10763 * simple.el (next-line, previous-line): Add optional try-vscroll
10764 arg to recognize interactive use. Pass it on to line-move.
10765 (line-move): Don't perform auto-window-vscroll when defining or
10766 executing keyboard macro to ensure consistent behavior.
10767
10768 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10771
10772 2005-03-13 Lute Kamstra <lute@gnu.org>
10773
10774 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10775 debugger-setup-buffer so that backtrace marks the frames set to
10776 debug-on-exit and we don't have to do it manually. Set an extra
10777 debug-on-exit for macro's.
10778 (debugger-setup-buffer): Don't mark the top frame manually.
10779
10780 2005-03-12 Lute Kamstra <lute@gnu.org>
10781
10782 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10783 lisp-indent-function throughout.
10784 (with-no-warnings): Set lisp-indent-function property.
10785
10786 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10787
10788 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10789 Add entry for backslash.
10790
10791 2005-03-12 Juri Linkov <juri@jurta.org>
10792
10793 * info.el (Info-search): Four fixes for backward search.
10794
10795 2005-03-11 Jay Belanger <belanger@truman.edu>
10796
10797 * calc/calc.el (calc-language-alist): New variable.
10798 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10799 (calc-embedded-find-modes): Use calc-language-alist instead of
10800 calc-embedded-language-alist.
10801
10802 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10803
10804 * calendar/calendar.el (calendar-redrawing): New internal
10805 variable.
10806 (redraw-calendar): Remove bogus save-excursion from previous
10807 change. Bind calendar-redrawing to t for mark-diary-entries.
10808 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10809 calendar if that is why we were called.
10810
10811 2005-03-11 Kenichi Handa <handa@m17n.org>
10812
10813 * international/mule.el (make-coding-system): Set property
10814 coding-system-define-form to nil.
10815 (define-coding-system-alias): Likewise.
10816
10817 2005-03-11 Kenichi Handa <handa@m17n.org>
10818
10819 These changes are suggested by Dave Love <fx@gnu.org>.
10820
10821 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10822 coding: tag.
10823 (adaptive-fill-regexp): Add more bullets.
10824 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10825 regexps.
10826
10827 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10828
10829 * help.el (describe-mode): Properly handle non-trivial lighters.
10830 Don't ignore minor modes that are not listed in minor-mode-list.
10831
10832 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10833 feature ON when the user requests to turn it OFF.
10834
10835 2005-03-10 Lute Kamstra <lute@gnu.org>
10836
10837 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10838 (implement-debug-on-entry): New function to replace debug-entry-code.
10839 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10840 second argument as the 2005-03-07 change makes it obsolete.
10841 (debug-on-entry, cancel-debug-on-entry): Update call to
10842 debug-on-entry-1.
10843 (debug, debugger-setup-buffer): Comment update.
10844 (debugger-frame-number): Update to work with implement-debug-on-entry.
10845
10846 2005-03-10 Jay Belanger <belanger@truman.edu>
10847
10848 * calc/calc-embed.el (math-ms-args): Declare it.
10849 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10850 math-ms-args.
10851 (calc-embedded-subst): Use math-multi-subst-rec to substitute
10852 variables.
10853
10854 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
10855
10856 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10857 Use message-box.
10858
10859 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10860 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10861 (tooltip-gud-tips): Simplify.
10862 (tooltip-gud-tips-p): Remove superfluous :set.
10863 (tooltip-gud-modes): Add fortran-mode.
10864 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10865
10866 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10867
10868 2005-03-09 Kim F. Storm <storm@cua.dk>
10869
10870 * play/animate.el (animate-place-char): Use forward-line instead
10871 of next-line to improve performance.
10872
10873 2005-03-09 Simon Josefsson <jas@extundo.com>
10874
10875 * net/browse-url.el (browse-url-default-browser): Doc fix.
10876
10877 2005-03-09 Miles Bader <miles@gnu.org>
10878
10879 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10880 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10881
10882 2005-03-09 Kenichi Handa <handa@m17n.org>
10883
10884 * international/latin-1.el: Set case and syntax for 255 only if
10885 set-case-syntax-set-multibyte is nil.
10886
10887 * textmodes/ispell.el (ispell-insert-word): New function.
10888 (ispell-word): Use ispell-insert-word to insert a new word.
10889 (ispell-process-line): Likewise.
10890 (ispell-complete-word): Likewise.
10891
10892 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10893
10894 * calendar/calendar.el (redraw-calendar): Preserve point.
10895 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10896 (calendar-week-start-day): Move after definition of
10897 redraw-calendar. Delete buffer test, since redraw-calendar has
10898 that now.
10899
10900 * calendar/diary-lib.el (mark-diary-entries): Only call
10901 redraw-calendar in the first of any recursive calls.
10902 Reported by Alan Shutko <ats@acm.org>.
10903
10904 2005-03-08 Juri Linkov <juri@jurta.org>
10905
10906 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
10907 (html-horizontal-rule, html-line, html-image, html-checkboxes)
10908 (html-radio-buttons): Add a space before the trailing `/>' where
10909 sgml-xml-mode is non-nil.
10910 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
10911 the subsequent tag of the empty XML tag.
10912 (html-href-anchor): Don't set initial input to "http:".
10913 (html-image): Ask for the image URL and set point inside alt="".
10914 (html-name-anchor): Duplicate the name in the `id' attribute when
10915 sgml-xml-mode is non-nil.
10916 (html-paragraph): Remove \n before <p>.
10917 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
10918 instead of `checked' when sgml-xml-mode is non-nil.
10919
10920 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
10921 Remove 1 space before #RRGGBB to not truncate it on terminal
10922 windows w/o fringes. Remove 1 space between bg and fg examples
10923 to get more space.
10924 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
10925 avoid byte-compile warnings.
10926
10927 * image-file.el (image-file-handler): Put `safe-magic' property to
10928 `image-file-handler'.
10929
10930 * info.el (Info-isearch-search): Emulate word search in
10931 isearching through multiple Info nodes with Info-search.
10932 (Info-isearch-wrap): Allow isearch-word.
10933
10934 2005-03-08 Lute Kamstra <lute@gnu.org>
10935
10936 * emacs-lisp/debug.el (debugger-step-through): Make sure that
10937 stepping into the debugger's code is not possible.
10938 (debugger-jumping-flag): Docstring update.
10939
10940 2005-03-08 Jay Belanger <belanger@truman.edu>
10941
10942 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
10943 embedded mode begins.
10944 (calc-embedded-language-alist): New variable.
10945 (calc-embedded-find-modes): Use calc-embedded-language-alist to
10946 set default language mode.
10947
10948 2005-03-08 Kenichi Handa <handa@m17n.org>
10949
10950 * international/ccl.el (define-ccl-program): Fix docstring about
10951 extra 256 bytes assured for the output buffer.
10952
10953 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10954 Fix BUFFER_MAGNIFICATION to 2.
10955 (ccl-encode-mule-utf-16be-with-signature): Likewise.
10956
10957 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
10958
10959 * align.el (align-rules-list): Added an alignment rule for CSS
10960 declarations (applies to css-mode and html-mode buffers).
10961
10962 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10963
10964 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
10965
10966 2005-03-07 Kim F. Storm <storm@cua.dk>
10967
10968 * simple.el (move-beginning-of-line): New command.
10969
10970 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
10971
10972 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
10973
10974 * emulation/cua-base.el: Put CUA move property on move-end-of-line
10975 and move-beginning-of-line.
10976
10977 * apropos.el (apropos-print): Omit command from M-x ... RET.
10978
10979 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
10980
10981 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
10982 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
10983
10984 2005-03-06 Richard M. Stallman <rms@gnu.org>
10985
10986 * bindings.el (esc-map): Bind M-g to goto-line.
10987
10988 * facemenu.el (global-map): Bind M-o, not M-g.
10989
10990 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10991
10992 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
10993 "Open Directory" as for "Open File".
10994
10995 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
10996
10997 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
10998 (push-mark-command): Run activate-mark-hook.
10999
11000 2005-03-06 Richard M. Stallman <rms@gnu.org>
11001
11002 * help-mode.el (help-mode-finish): Don't alter the element
11003 in view-return-to-alist if there already is one.
11004
11005 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11006 make sure the current buffer is the expected one.
11007
11008 * novice.el (disabled-command-function): Output in *Disabled Command*.
11009 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11010
11011 * textmodes/flyspell.el (flyspell-large-region):
11012 Pass args differently for aspell.
11013
11014 * files.el (mode-require-final-newline): Doc fix.
11015
11016 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11017
11018 * progmodes/which-func.el (which-function):
11019 Specify NOERROR when calling imenu--make-index-alist.
11020
11021 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11022
11023 * simple.el (normal-erase-is-backspace): Define default value.
11024
11025 * custom.el (custom-theme-set-variables): Remove unused var
11026 `immediate'.
11027 (custom-reevaluate-setting): Simple function to handle variables
11028 that are defined before their default value can really be
11029 computed.
11030
11031 * startup.el (command-line): Use it for temporary-file-directory,
11032 small-emporary-file-directory, auto-save-file-name-transforms,
11033 blink-cursor-mode, and normal-erase-is-backspace.
11034
11035 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11036 progress, even with buggy anchored keywords.
11037
11038 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11039
11040 * simple.el (goto-line): Remove unbalanced final parenthesis.
11041
11042 2005-03-05 Richard M. Stallman <rms@gnu.org>
11043
11044 * simple.el (goto-line): Use a number at point as the default.
11045 With C-u as arg, switch buffers.
11046
11047 2005-03-05 Juri Linkov <juri@jurta.org>
11048
11049 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11050 with `no-blinking-cursor'.
11051
11052 * startup.el (no-blinking-cursor): New defvar.
11053 (command-line): Add `--no-blinking-cursor' to longopts.
11054 Set `no-blinking-cursor' to t for command line arguments
11055 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11056 with `no-blinking-cursor' in the condition for calling
11057 `blink-cursor-mode'.
11058
11059 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11060
11061 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11062 (menu-bar-options-save): Add blink-cursor-mode.
11063 (menu-bar-options-menu): Add blink-cursor-mode.
11064
11065 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11066
11067 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11068 (icalendar-export-file, icalendar-export-region)
11069 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11070 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11071
11072 2005-03-04 Lute Kamstra <lute@gnu.org>
11073
11074 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11075 (debug-function-list): Ditto.
11076
11077 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11078
11079 * textmodes/texinfmt.el (texinfo-append-refill):
11080 Redefine the types of line to which @refill
11081 is not appended by replacing a search for `@refill\\|@bye' with
11082 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11083 itemize@refill' bug and the unfilled long lines bug.
11084 (texinfmt-version): Update number and date.
11085
11086 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11087
11088 * international/code-pages.el (windows-1250, windows-125[2-8])
11089 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11090
11091 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11094 bound yet.
11095
11096 2005-03-02 Romain Francoise <romain@orebokech.com>
11097
11098 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11099 buffer after removing limits.
11100 (ibuffer-pop-filter): Ditto.
11101 Update copyright.
11102
11103 2005-03-02 Miles Bader <miles@gnu.org>
11104
11105 * button.el (make-text-button): If the user doesn't specify a
11106 type, use the default. Rewrite to use `add-text-properties' and
11107 plist functions.
11108
11109 2005-03-01 Lute Kamstra <lute@gnu.org>
11110
11111 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11112 (debugger-jumping-flag): New var.
11113 (debug-entry-code): Use it.
11114 (debugger-jump): Use debugger-jumping-flag and add
11115 debugger-reenable to post-command-hook.
11116 (debugger-reenable): Use debugger-jumping-flag and remove itself
11117 from post-command-hook.
11118 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11119 debugger-reenable.
11120
11121 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11122
11123 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11124 inclusion of "itemize\\|", which may be unnecessary, is certainly
11125 inelegant, and stops refilling in itemize lists when formatting
11126 Japanese Texinfo files to Info.
11127 Update copyright to 2005.
11128
11129 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11130
11131 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11132 of an error if GDB can't find the source file.
11133
11134 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11135
11136 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11137 not just the calendar.
11138
11139 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11140 first.
11141 (diary-redraw-calendar): New function.
11142 (make-diary-entry): Add diary-redraw-calendar to local
11143 write-contents-functions. Turn off selective display before
11144 inserting in diary.
11145
11146 2005-03-01 Kim F. Storm <storm@cua.dk>
11147
11148 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11149
11150 2005-03-01 Lute Kamstra <lute@gnu.org>
11151
11152 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11153 that debug-entry-code can be safely removed from a function while
11154 this code is being evaluated. Revert the 2005-02-27 change as the
11155 new implementation no longer requires it. Make sure that a
11156 function body containing just a string is not mistaken for a docstring.
11157 (debug): Skip one more frame in case of debug on entry.
11158 (debugger-setup-buffer): Delete one more frame line in case of
11159 debug on entry.
11160 (debugger-frame-number): Update to use the new text introduced by
11161 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11162
11163 2005-02-28 Kim F. Storm <storm@cua.dk>
11164
11165 * double.el (double-translate-key): Call force-window-update after
11166 read-event to avoid crash in redisplay.
11167
11168 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11171 (debug): Use it. Move the inhibit-trace earlier.
11172 (debug-entry-code): New const.
11173 (debug-on-entry-1): Use it.
11174
11175 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11176
11177 * international/utf-16.el (ccl-encode-mule-utf-16le):
11178 Fix BUFFER_MAGNIFICATION to 2.
11179 (ccl-encode-mule-utf-16be): Likewise.
11180
11181 2005-02-28 Kenichi Handa <handa@m17n.org>
11182
11183 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11184 Fix BUFFER_MAGNIFICATION to 4.
11185 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11186
11187 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11188
11189 * speedbar.el (speedbar-update-flag): Doc fix.
11190 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11191 argument.
11192
11193 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11194
11195 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11196 have a non-nil `invisible' property but are actually visible.
11197
11198 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11199 for perldoc sections.
11200 (perl-outline-regexp, perl-outline-level): New var and function.
11201 (perl-mode): Use them.
11202
11203 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11204
11205 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11206 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11207
11208 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11209
11210 * cus-edit.el: Comment change.
11211 (custom-buffer-create-internal): Slightly reword text at top of
11212 Custom buffers. Mention there that saving an option edits the
11213 init file. Add link to Emacs manual node on `custom-file'.
11214 (custom-magic-alist): Rewrite individual State messages to use
11215 capitalized keywords. Doc fix.
11216
11217 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11218
11219 * calendar/calendar.el (calendar-buffer): Move above
11220 calendar-week-start-day.
11221 (calendar-week-start-day): Doc fix. Add :set function.
11222 (calendar-minimum-window-height): New variable.
11223 (generate-calendar-window): Only resize window if selected-window
11224 is displaying the calendar buffer. Use new variable
11225 calendar-minimum-window-height.
11226 (generate-calendar): Reword error message.
11227 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11228
11229 2005-02-27 Andreas Schwab <schwab@suse.de>
11230
11231 * vc.el (vc-do-command): Don't run command asynchronously when
11232 operating in a remote directory.
11233
11234 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11235 change from sync with Tramp 2.0.47.
11236
11237 2005-02-27 Richard M. Stallman <rms@gnu.org>
11238
11239 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11240
11241 * textmodes/flyspell.el (flyspell-mode-on):
11242 Call ispell-change-dictionary only if necessary.
11243
11244 * emacs-lisp/re-builder.el (regexp-builder): New function.
11245
11246 * register.el (describe-register-1): Explicitly handle
11247 yank-excluded-properties = t.
11248
11249 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11250 (custom-magic-alist): Change the status descriptions again.
11251 (face widget-type): Total rewrite based on `restricted-sexp'
11252 to eliminate the confusing double hiding levels.
11253
11254 * emacs-lisp/debug.el (debug-on-entry-1):
11255 If function body is empty, add nil as body form.
11256
11257 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11258
11259 * emacs-lisp/trace.el (inhibit-trace): New var.
11260 (trace-make-advice): Use it.
11261
11262 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11263
11264 2005-02-26 Kim F. Storm <storm@cua.dk>
11265
11266 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11267 (mouse-on-link-p, mouse-drag-region-1): Use it.
11268
11269 2005-02-25 Lute Kamstra <lute@gnu.org>
11270
11271 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11272
11273 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11274
11275 * frame.el (blink-cursor-mode): Add :group keyword.
11276
11277 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11278
11279 * calendar/icalendar.el (icalendar--decode-isodatetime):
11280 New optional argument DAY-SHIFT.
11281 (icalendar-export-region): Fix coding-system-for-write.
11282 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11283 events by one.
11284
11285 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11286
11287 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11288
11289 2005-02-24 Kim F. Storm <storm@cua.dk>
11290
11291 * international/iso-acc.el (iso-accents-compose): Fix crash
11292 during redisplay. Call force-window-update after read-event
11293 and delete-region to signal that window is not accurate.
11294
11295 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11296
11297 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11298 Remove unused and inexistent var `inhibit-trace'.
11299 (debugger-mode): Use run-mode-hooks.
11300 (debugger-list-functions): Add buttons; setup xref stack.
11301
11302 2005-02-23 Richard M. Stallman <rms@gnu.org>
11303
11304 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11305 appointment says it was explicitly made.
11306 (appt-add): Set the 3rd element.
11307 (appt-make-list): Preserve explicit appointments.
11308
11309 * subr.el (find-tag-default): Catch errors in forward-sexp.
11310
11311 2005-02-23 Juri Linkov <juri@jurta.org>
11312
11313 * info.el (Info-isearch-search): New defcustom.
11314 (Info-isearch-search): Call the default isearch function
11315 when Info-isearch-search is nil.
11316 (Info-isearch-wrap): Use variable Info-isearch-search.
11317
11318 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11319
11320 * cus-edit.el: Comment change.
11321
11322 2005-02-22 Kim F. Storm <storm@cua.dk>
11323
11324 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11325 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11326
11327 2005-02-22 Simon Josefsson <jas@extundo.com>
11328
11329 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11330 New variable.
11331 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11332 Oskarsson" <myrkraverk@users.sourceforget.net>.
11333
11334 2005-02-22 Kim F. Storm <storm@cua.dk>
11335
11336 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11337 check that window of that event is the selected window.
11338 (mouse-drag-region-1): Compare mouse event window to selected
11339 window before setting point.
11340
11341 * tooltip.el (tooltip-show-help-function): Pass event to
11342 mouse-on-link-p so it can check selected window.
11343
11344 2005-02-22 Kenichi Handa <handa@m17n.org>
11345
11346 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11347 (ps-mule-show-warning): New function.
11348 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11349 characters are found.
11350
11351 * ps-print.el (ps-header-footer-string): Return a list of header
11352 and footer strings.
11353
11354 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11355
11356 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11357
11358 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * frame.el (blink-cursor-mode): Use define-minor-mode.
11361
11362 * term/mac-win.el (function-key-map): Use char-names more consistently.
11363 (file-name-coding-system): Only set it for MacOS-9. The other case is
11364 already handled in mule-cmds.el (where it also works when mac-win.el
11365 is not used).
11366
11367 2005-02-21 Kenichi Handa <handa@m17n.org>
11368
11369 * international/mule.el (ctext-pre-write-conversion): Always use
11370 " *code-converting-work*" buffer for work.
11371
11372 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11373
11374 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11375
11376 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11377
11378 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11379
11380 * ses.el (undo-more): Restore defadvice, but only the part that
11381 allows changes outside the restricted area of the buffer.
11382
11383 2005-02-20 Kim F. Storm <storm@cua.dk>
11384
11385 * simple.el (line-move): Add fourth optional arg try-vscroll which
11386 must be set to perform auto-window-vscroll.
11387 When moving backwards and doing auto-window-vscroll, automatically
11388 vscroll to the last part of lines which are taller than the window.
11389 (next-line, previous-line): Set try-vscroll arg on line-move.
11390
11391 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11392
11393 * replace.el (query-replace, query-replace-regexp)
11394 (replace-string, replace-regexp): When operating on region, make
11395 the minibuffer prompt say so.
11396
11397 * isearch.el (isearch-forward): Document isearch-query-replace and
11398 isearch-query-replace-regexp keybindings.
11399
11400 2005-02-19 Jay Belanger <belanger@truman.edu>
11401
11402 * calc/calc-aent.el (math-read-token): Add local variable.
11403
11404 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11405 (calc-edit-top): Move declaration to earlier in file.
11406 (calc-edit-macro-repeats): Add local variables.
11407
11408 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11409 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11410 calcFunc-tanh.
11411 Adjust integration rule for calcFunc-tan.
11412
11413 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11414
11415 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11416 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11417 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11418 (viper-skip-separators): Bug fix.
11419 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11420 particular major mode.
11421 (viper-del-backward-char-in-replace): Don't put deleted char on the
11422 kill ring.
11423
11424 * viper-ex.el (viper-color-display-p): New function.
11425 (viper-has-face-support-p): Use viper-color-display-p.
11426
11427 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11428
11429 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11430
11431 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11432 (viper-file-remote-p): Make equivalent to file-remote-p.
11433
11434 * viper.el (viper-major-mode-modifier-list):
11435 Use viper-gnus-modifier-map.
11436
11437 2005-02-19 David Kastrup <dak@gnu.org>
11438
11439 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11440 quoting.
11441
11442 2005-02-19 Jay Belanger <belanger@truman.edu>
11443
11444 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11445 Remove extra definitions.
11446 (calc-coth): New function.
11447 (calcFunc-cot): Fix `let'.
11448
11449 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11450
11451 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11452 the reasons we use "type pc" in these faces.
11453
11454 * button.el (button): Ditto.
11455
11456 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11457
11458 * replace.el (query-replace-read-from): Set the value of
11459 query-replace-from-history-variable to handle the case of an empty
11460 string entered to accept the suggested default.
11461
11462 * net/tramp.el (tramp-file-name-for-operation):
11463 Use dired-call-process instead of dired-call-process-command.
11464
11465 2005-02-19 Jay Belanger <belanger@truman.edu>
11466
11467 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11468 (math-div-non-trig): New variables.
11469 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11470 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11471 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11472 trig expressions.
11473
11474 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11475
11476 * progmodes/gdb-ui.el (gdb-var-update-handler)
11477 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11478 for watch expressions,
11479 (gdb-var-create-handler): Don't set speedbar-update-flag.
11480 (gdb-post-prompt): Simplify test for speedbar.
11481
11482 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11483
11484 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11485 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11486 we use the syntax table of the correct buffer.
11487 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11488 Felix Gatzemeier.
11489
11490 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11491 (ediff-file-remote-p): Make synonymous with file-remote-p.
11492 In all deffaces ediff-*-face-*, use min-colors.
11493
11494 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11495 ediff-recurse-to-subdirectories.
11496 (ediff-mark-if-equal): Check that the arguments are strings, use
11497 ediff-same-contents (after to Felix Gatzemeier).
11498
11499 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11500 nil.
11501
11502 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11505
11506 2005-02-18 David Kastrup <dak@gnu.org>
11507
11508 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11509 use `mark-active' when defined.
11510
11511 2005-02-18 Kenichi Handa <handa@m17n.org>
11512
11513 * ps-print.el (ps-font-info-database): New entry
11514 ZapfChancery-MediumItalic with correct font name. Fix font name
11515 of the entry Zapf-Chancery-MediumItalic.
11516
11517 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11518
11519 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11520
11521 2005-02-16 Kim F. Storm <storm@cua.dk>
11522
11523 * ido.el (ido-fallback-command): Pass user input to fallback command.
11524
11525 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11526
11527 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11528 (gdb-find-file-hook): Add server prefix.
11529
11530 2005-02-16 Richard M. Stallman <rms@gnu.org>
11531
11532 * replace.el (perform-replace): Pass new args to replace-highlight.
11533 (replace-highlight): Take region args,
11534 and pass them to isearch-lazy-highlight-new-loop.
11535
11536 * novice.el (disabled-command-hook): Autoload the defalias
11537 and the make-obsolete-variable call.
11538
11539 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11540
11541 * isearch.el (isearch-lazy-highlight-start-limit)
11542 (isearch-lazy-highlight-end-limit): New variables limit
11543 the region for highlighting.
11544 (isearch-lazy-highlight-new-loop): New args BEG and END.
11545 (isearch-lazy-highlight-search): Use the new vars.
11546 (isearch-lazy-highlight-update): Likewise.
11547
11548 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11549
11550 * cus-start.el (all): Use default-boundp.
11551
11552 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11553
11554 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11555
11556 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11557
11558 * autorevert.el (auto-revert-stop-on-user-input)
11559 (auto-revert-verbose): Doc fixes.
11560
11561 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11562
11563 * international/mule-cmds.el (set-locale-environment): Remove call
11564 to set-selection-coding-system on Windows.
11565
11566 2005-02-15 Jay Belanger <belanger@truman.edu>
11567
11568 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11569 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11570 calcFunc-coth.
11571 (math-simplify-sqrt): Add simplifications.
11572
11573 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11574 to list.
11575
11576 * calc/calc-ext.el: Add functions to autoloads.
11577
11578 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11579 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11580 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11581 (math-csc-raw, math-cot-raw): New functions.
11582
11583 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11584
11585 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11586 the variable name in a message.
11587
11588 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11589 calcFunc-csc, calcFunc-cot.
11590
11591 * calc/calcalg2.el: Add derivative and integration rules for
11592 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11593 calcFunc-csch, calcFunc-coth.
11594 (math-do-integral-methods): Add to checks for when to use
11595 substitutions.
11596
11597 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11598
11599 2005-02-15 Lute Kamstra <lute@gnu.org>
11600
11601 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11602 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11603 <monnier@iro.umontreal.ca>
11604 (lisp-outline-level): Improve efficiency. Suggested by David
11605 Kastrup <dak@gnu.org>.
11606
11607 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11608
11609 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11610 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11611 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11612 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11613 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11614
11615 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11616
11617 * cus-start.el (all): Comment change.
11618
11619 2005-02-14 Lute Kamstra <lute@gnu.org>
11620
11621 * cus-start.el (all): Check if symbol is void.
11622
11623 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11624
11625 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11626 optional argument to \cite.
11627
11628 2005-02-14 Richard M. Stallman <rms@gnu.org>
11629
11630 * cus-edit.el (custom-buffer-create-internal): Update help message.
11631 (custom-magic-alist): Update help messages.
11632
11633 * cus-start.el (all): Allow a var to specify a standard value.
11634
11635 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11636
11637 * custom.el (custom-theme-set-variables): Handle variable aliases.
11638
11639 * frame.el (blink-cursor-timer): Doc fix.
11640 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11641 declare obsolete.
11642 (blink-cursor-mode): Define with defcustom and use correct
11643 standard expression in that defcustom.
11644 * startup.el (command-line): Adapt to above changes in frame.el.
11645
11646 2005-02-11 Lute Kamstra <lute@gnu.org>
11647
11648 * apropos.el (apropos-score-doc): Prevent division by zero.
11649
11650 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11651
11652 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11653 (icalendar--get-event-property-attributes)
11654 (icalendar--get-event-properties)
11655 (icalendar--datetime-to-diary-date): New functions.
11656 (icalendar--split-value): Doc fix.
11657 (icalendar--datetime-to-noneuropean-date)
11658 (icalendar--datetime-to-european-date): New optional argument
11659 SEPARATOR. Return result as a string instead of a list.
11660 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11661 (icalendar--convert-string-for-export): Rename arg S to STRING.
11662 (icalendar-export-region): Doc fix. Change name of error buffer.
11663 Save output buffer.
11664 (icalendar-import-file): Add blank at end of prompt.
11665 (icalendar-import-buffer): Doc fix. Do not switch to error
11666 buffer. Indicate status in return value.
11667 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11668 buffer. Save output buffer. Handle exception from recurrence
11669 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11670 events. Fix problems with weekly all-day events.
11671
11672 2005-02-10 Richard M. Stallman <rms@gnu.org>
11673
11674 * simple.el (eval-expression-print-format):
11675 Avoid warning about edebug-active.
11676
11677 * help.el (help-for-help-internal): Rename from help-for-help.
11678 (help-for-help): Define with defalias.
11679
11680 * font-core.el (font-lock-default-function): Use with-no-warnings.
11681
11682 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11683
11684 * custom.el (defface): Doc fix.
11685
11686 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11687
11688 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11689 width 0" to prevent word wrapping problems.
11690
11691 2005-02-09 Kim F. Storm <storm@cua.dk>
11692
11693 * ido.el (ido-file-extensions-order): New defcustom.
11694 (ido-file-extension-lessp, ido-file-extension-aux)
11695 (ido-file-extension-order): New advanced file ordering.
11696 (ido-file-lessp): New simple file ordering.
11697 (ido-sort-list): Remove.
11698 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11699 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11700
11701 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11702
11703 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11704 that some versions of grep produce.
11705 (grep-mode-font-lock-keywords): Likewise.
11706
11707 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11708
11709 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11710 (gdb-cdir): Delete.
11711 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11712 (gdb-source-info): Treat case when source file is in another
11713 directory properly.
11714 (gdb-get-location): New function.
11715
11716 2005-02-07 Jay Belanger <belanger@truman.edu>
11717
11718 * calc/calc-prog.el (calc-write-parse-table-part)
11719 (calc-fix-token-name): Fix a check for language type.
11720
11721 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11722
11723 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11724
11725 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11726 as directory not writable.
11727
11728 2005-02-07 Kim F. Storm <storm@cua.dk>
11729
11730 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11731 (cua--standard-movement-commands): Remove list.
11732 Instead, set CUA property value to move for movement commands.
11733 (cua-movement-commands): Remove. Users must set CUA prop instead.
11734 (cua--pre-command-handler): Check CUA property.
11735 (cua--init-keymaps): Don't remap undo commands.
11736 (cua-mode): Don't call cua--rectangle-on-off.
11737
11738 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11739 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11740 (cua--rect-undo-set-point): New var.
11741 (cua--rectangle-undo-boundary): Setup undo apply entry.
11742 (cua--rect-undo-handler): New function for rectangle undo.
11743 (cua--rect-start-position, cua--rect-end-position): Add.
11744 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11745 for restored rectangle. Set point if cua--rect-undo-set-point.
11746
11747 2005-02-06 Jay Belanger <belanger@truman.edu>
11748
11749 * calc/calc-lang.el (calc-tex-language): Display more information
11750 in messages.
11751
11752 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11753 in TeX mode.
11754
11755 2005-02-06 Richard M. Stallman <rms@gnu.org>
11756
11757 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11758
11759 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11760
11761 * net/ldap.el (ldap-search-internal): Support attributes with
11762 optional descriptions separated by a semi-colon, as in
11763 "userCertificate;binary".
11764
11765 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11766
11767 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11768 isn't a cons (i.e. the version is 0).
11769
11770 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11771
11772 * help.el (help-for-help): Doc fix.
11773
11774 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11775
11776 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11777 GDB-Windows on the menu-bar as this works better.
11778
11779 2005-02-04 Jay Belanger <belanger@truman.edu>
11780
11781 * calc/calc-embed.el (calc-embedded-update): Don't put in
11782 unnecessary newlines. Adjust the end of formula marker.
11783
11784 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11785 (math-latex-parse-two-args): New function.
11786
11787 2005-02-03 Lute Kamstra <lute@gnu.org>
11788
11789 * help-fns.el (help-with-tutorial): Make sure that users cannot
11790 remove the entire text of the tutorial by means of `undo'.
11791
11792 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11793
11794 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11795 in recent changes, where the ispell process was repeatedly
11796 killed & restarted.
11797
11798 * international/mule-cmds.el (set-locale-environment): Set file-name
11799 coding system to utf-8 on Darwin systems.
11800 (set-default-coding-systems): Don't set default-file-name-coding-system
11801 on Darwin systems.
11802
11803 2005-02-03 Richard M. Stallman <rms@gnu.org>
11804
11805 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11806
11807 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11808
11809 * faces.el (list-faces-display): Add optional argument.
11810
11811 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * font-core.el (font-lock-default-function): Handle the rare case where
11814 only font-lock-keywords is set.
11815
11816 2005-02-02 Kenichi Handa <handa@m17n.org>
11817
11818 * international/characters.el: Cancel previous change for
11819 I-WITH-DOT-ABOVE and DOTLESS-i.
11820
11821 * international/latin-5.el: Cancel previous change.
11822
11823 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11824
11825 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11826
11827 2005-02-02 Kenichi Handa <handa@m17n.org>
11828
11829 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11830 DOTLESS-i.
11831
11832 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11833 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11834
11835 * case-table.el (get-upcase-table): New function.
11836 (copy-case-table): Copy upcaes table too if non-nil.
11837 (set-case-syntax-delims): Maintain upcase table too.
11838 (set-case-syntax-pair): Likewise.
11839 (set-upcase-syntax, set-downcase-syntax): New functions.
11840 (set-case-syntax): Maintain upcase table too.
11841
11842 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11843
11844 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11845
11846 * progmodes/gud.el (gud-goto-info): New function.
11847 (gud-tool-bar-map): Use correct icon.
11848
11849 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11850
11851 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11852 When delegating, order args in the funcall correctly.
11853
11854 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11855
11856 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11857
11858 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
11859
11860 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11861 buffer not visiting a file.
11862
11863 2005-01-31 Jay Belanger <belanger@truman.edu>
11864
11865 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11866 bound on the line with the formula.
11867
11868 2005-01-31 Kim F. Storm <storm@cua.dk>
11869
11870 * ses.el (ses-create-cell-variable-range)
11871 (ses-destroy-cell-variable-range, ses-reset-header-string)
11872 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11873 (ses-insert-row): Fix format of apply undo entries.
11874
11875 2005-01-31 Jay Belanger <belanger@truman.edu>
11876
11877 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11878 parts.
11879
11880 * calc/calc-embed.el (calc-embedded-open-formula)
11881 (calc-embedded-close-formula): Ignore matrix environments.
11882
11883 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11884 TeX mode.
11885
11886 * calc/calc-lang.el (math-function-table, math-oper-table)
11887 (math-variable-table): Adjust the LaTeX portions.
11888
11889 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11890 (math-latex-ignore-words): New constant.
11891
11892 2005-01-31 Richard M. Stallman <rms@gnu.org>
11893
11894 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11895 (ispell-local-dictionary): Doc fix.
11896 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11897 Don't reinitialize at run time. Don't defcustom.
11898 All uses changed to append ispell-local-dictionary-alist,
11899 or check it first.
11900 (ispell-current-dictionary): New variable for dictionary in use.
11901 (ispell-dictionary): Now used only for global default.
11902 (ispell-start-process): Set ispell-current-dictionary,
11903 not ispell-dictionary.
11904 (ispell-change-dictionary): Use this only for setting
11905 user preferences.
11906 (ispell-internal-change-dictionary): New function
11907 to change the current dictionary in use.
11908 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
11909 Use ispell-current-dictionary.
11910 Handle ispell-local-dictionary-overridden.
11911 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
11912
11913 2005-01-31 Jay Belanger <belanger@truman.edu>
11914
11915 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
11916
11917 * calc/calc-ext.el: Add calc-latex-language to autoloads.
11918 (calc-mode-map): Add calc-latex-language.
11919
11920 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
11921 (math-latex-print-frac): New functions.
11922 (math-oper-table, math-function-table, math-variable-table)
11923 (math-complex-format, math-input-filter): Add latex properties.
11924 (calc-set-language): Set math-expr-special-function-mapping.
11925
11926 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
11927 (calc-write-parse-table-part): Add LaTeX support.
11928
11929 * calc/calc.el (calc-language): Adjust docstring.
11930 (calc-set-mode-line): Add LaTeX support.
11931 (math-expr-special-function-mapping): New variable.
11932 (math-tex-ignore-words): Add to list.
11933
11934 * calc/calccomp.el (math-compose-expr, math-compose-rows):
11935 Add LaTeX support.
11936 (math-compose-expr): Add support for special functions.
11937
11938 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
11939
11940 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
11941
11942 * progmodes/gdb-ui.el (gdb-memory-address)
11943 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
11944 (gdb-memory-mode-map, gdb-memory-format-keymap)
11945 (gdb-memory-format-menu, gdb-memory-unit-keymap)
11946 (gdb-memory-unit-menu): New variables for a buffer
11947 that lets the user examine program memory.
11948 (gdb-memory-set-address, gdb-memory-set-repeat-count)
11949 (gdb-memory-format-binary, gdb-memory-format-octal)
11950 (gdb-memory-format-unsigned, gdb-memory-format-signed)
11951 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
11952 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
11953 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11954 (gdb-memory-unit-byte, gdb-memory-unit-menu)
11955 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
11956 (gdb-memory-mode, gdb-memory-buffer-name)
11957 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
11958 New functions for above buffer.
11959
11960 2005-01-30 Richard M. Stallman <rms@gnu.org>
11961
11962 * cus-edit.el (custom-bury-buffer): Function deleted.
11963 (custom-buffer-done-function): Option deleted.
11964 (custom-buffer-done-kill): New (replacement option.
11965 (Custom-buffer-done): Call quit-window.
11966 (custom-buffer-create-internal): Update for above changes.
11967
11968 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
11969
11970 * simple.el (undo-ask-before-discard): New var.
11971 (undo-outer-limit-truncate): Implement it.
11972 (undo-extra-outer-limit): Doc update.
11973
11974 2005-01-29 Richard M. Stallman <rms@gnu.org>
11975
11976 * ses.el (undo-more): Delete defadvice.
11977 (ses-begin-change): Doc fix.
11978
11979 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
11980 instead of rebinding C-x u and C-_.
11981
11982 * files.el (normal-backup-enable-predicate): Return nil for files
11983 in /tmp, regardless of temporary-file-directory.
11984
11985 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
11986
11987 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
11988 (open-rectangle, delete-whitespace-rectangle-line)
11989 (clear-rectangle-line): If FILL, pass t instead of FILL
11990 for move-to-column's 2nd arg.
11991
11992 * simple.el (undo): Fix the test for continuing a series of undos.
11993 (undo-more): Set pending-undo-list to t when we reach end.
11994 (pending-undo-list): Move up defvar.
11995
11996 * wid-edit.el (widget-button-click):
11997 Shorten the range of the track-mouse binding.
11998
11999 * comint.el (comint-insert-input): Undo previous changes;
12000 use last-input-event in interactive spec.
12001
12002 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12003
12004 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12005 to nil before invoking call-process. Reset buffer's modified flag
12006 after fontifying it in the no-async branch.
12007
12008 * wid-edit.el (widget-specify-button): If mouse pointer shape
12009 cannot be changed, use mouse face instead.
12010
12011 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12012
12013 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12014 (gdb-goto-breakpoint): Make breakpoint handling work on template
12015 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12016 (gdb-assembler-custom): Update to recognize breakpoint information
12017 added on 2005-01-19.
12018
12019 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12022 (dsssl-mode): Use define-derived-mode.
12023 (scheme-mode-initialize): Remove.
12024 (scheme-mode): Use run-mode-hooks.
12025
12026 * cus-edit.el (customize-group-other-window)
12027 (custom-buffer-create-other-window): Don't override special-display-*.
12028 (custom-mode-map): Make it dense.
12029
12030 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12031 sets the default value.
12032
12033 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12034
12035 * descr-text.el: Add more keywords.
12036
12037 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12038
12039 * speedbar.el: Avoid unnecessary use of locate-library.
12040
12041 * international/mule-cmds.el (standard-display-european-internal):
12042 Don't fiddle with latin-1 non-break space any more since it's now
12043 special cased in the C code.
12044 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12045
12046 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12047
12048 * cus-start.el (all): Add `undo-outer-limit'.
12049
12050 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12051
12052 * textmodes/bibtex.el (bibtex-format-entry):
12053 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12054 field lines.
12055 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12056 not on part of a buffer.
12057
12058 2005-01-25 Lute Kamstra <lute@gnu.org>
12059
12060 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12061 nonempty field text strings like "{letters\\macro{}more letters}".
12062 Clarify docstring.
12063 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12064 (bibtex-entry-offset, bibtex-parse-association)
12065 (bibtex-parse-field-name): Fix typos in docstrings.
12066 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12067
12068 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12069
12070 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12071 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12072 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12073 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12074
12075 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12076 isearch minor mode.
12077
12078 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12079
12080 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12081
12082 2005-01-24 Lute Kamstra <lute@gnu.org>
12083
12084 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12085 CASECHARS and NOT-CASECHARS regular expressions of the
12086 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12087 striding over charsets" error.
12088
12089 2005-01-24 Jay Belanger <belanger@truman.edu>
12090
12091 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12092 display variable name.
12093
12094 2005-01-24 Kenichi Handa <handa@m17n.org>
12095
12096 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12097 Fix setting of the element of encoded-kbd-iso2022-invocations.
12098
12099 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12100
12101 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12102 (gdb-threads-select): Change to also accept mouse events.
12103 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12104 (gdb-threads-mouse-select): Delete.
12105
12106 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12107
12108 * files.el (insert-directory): Take care of empty directory,
12109 listed without -a switch.
12110
12111 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12112
12113 * textmodes/refill.el (refill-post-command-function):
12114 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12115 to the list of functions that we should be careful not to undo.
12116 (refill-late-fill-paragraph-function): Remove.
12117 (refill-saved-state): New var.
12118 (refill-mode): Use it to save fill-paragraph-function.
12119 Save also the value of auto-fill-function.
12120
12121 * term/w32-win.el: Simplify code.
12122
12123 2005-01-23 Kim F. Storm <storm@cua.dk>
12124
12125 * simple.el (line-move): Adapt to new return value from
12126 pos-visible-in-window-p.
12127
12128 * simple.el (line-move): Fix last change. Check partial
12129 visibility at point rather than at window-start.
12130
12131 2005-01-22 Jason Rumney <jasonr@gnu.org>
12132
12133 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12134
12135 2005-01-22 David Kastrup <dak@gnu.org>
12136
12137 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12138
12139 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12140
12141 * type-break.el (type-break-mode): Add a test for
12142 type-break-file-name being non-nil.
12143
12144 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12145
12146 * net/eudc.el (top level): Call (message "") via progn, so that
12147 eudc-options-file is loaded.
12148
12149 2005-01-22 Kim F. Storm <storm@cua.dk>
12150
12151 * simple.el (line-move-1): Rename from line-move.
12152 (line-move): New function that adjusts vscroll for partially
12153 visible rows, and calls line-move-1 otherwise.
12154
12155 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12156
12157 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12158 since it's not a complete read-event implementation
12159
12160 2005-01-20 Jay Belanger <belanger@truman.edu>
12161
12162 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12163 for called function.
12164
12165 2005-01-20 Steven Tamm <steventamm@mac.com>
12166
12167 * term/mac-win.el (process-connection-type): Remove.
12168 Controlled now by s/darwin.h:PTY_ITERATION.
12169
12170 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12171
12172 * window.el (handle-select-window): Don't switch window when we're
12173 in the minibuffer.
12174
12175 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12176
12177 * subr.el (dotimes-with-progress-reporter): New macro.
12178
12179 * ses.el (ses-dotimes-msg): Remove macro.
12180 Use `dotimes-with-progress-reporter' instead.
12181
12182 2005-01-19 Steven Tamm <steventamm@mac.com>
12183
12184 * term/mac-win.el (process-connection-type): Use new
12185 operating-system-release variable to use ptys on Darwin 7 (OS X
12186 10.3) when using carbon build.
12187
12188 2005-01-19 Jay Belanger <belanger@truman.edu>
12189
12190 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12191 flags if the last command was a tab or M-tab.
12192
12193 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12194 in formula editing buffer.
12195
12196 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12197
12198 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12199 breakpoint image symbol in margin.
12200
12201 2005-01-19 Jay Belanger <belanger@truman.edu>
12202
12203 * calc/calc-prog.el (calc-execute-kbd-macro):
12204 Ignore calc-keep-arg-flag.
12205
12206 2005-01-19 Kenichi Handa <handa@m17n.org>
12207
12208 * textmodes/ispell.el (ispell-looking-at): New function.
12209 (ispell-process-line): Use ispell-looking-at to compare the ispell
12210 output and the buffer contents.
12211
12212 2005-01-18 Jay Belanger <belanger@truman.edu>
12213
12214 * calc/calc.el (calc-display-raw): Fix docstring.
12215
12216 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12217
12218 * simple.el (blink-matching-open): Strip extra info from syntax.
12219
12220 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12221 funny chars in the end-of-here-doc marker.
12222
12223 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12224
12225 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12226 that enable/disabled state of breakpoints is shown correctly in
12227 fringe and on ttys.
12228 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12229 Add breakpoint information as text properties.
12230 (gdb-mouse-toggle-breakpoint):
12231 Rename to gdb-mouse-set-clear-breakpoint.
12232 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12233 breakpoints in the margin.
12234 (gdb-remove-strings): Simplify.
12235
12236 2005-01-17 Jay Belanger <belanger@truman.edu>
12237
12238 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12239 erasing buffer.
12240
12241 2005-01-17 Richard M. Stallman <rms@gnu.org>
12242
12243 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12244 for calling grep-compute-defaults.
12245
12246 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12247 if buffer is empty.
12248
12249 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12250
12251 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12254
12255 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12256 non-preloaded variables.
12257
12258 2005-01-17 Steven Tamm <steventamm@mac.com>
12259
12260 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12261 tex-shell cause to force interactivity when using pipes.
12262
12263 2005-01-17 Kim F. Storm <storm@cua.dk>
12264
12265 * simple.el (just-one-space): Make arg optional.
12266
12267 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12268
12269 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12270 posn-at-x-y to t to access left-margin.
12271
12272 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12273
12274 Sync with Tramp 2.0.47.
12275
12276 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12277 catching keep-date problems in cp/scp operations.
12278 (tramp-handle-copy-file): Don't call `set-file-modes'
12279 unconditionally. Specialized functions should know better what is
12280 necessary. This improves performance a little bit, and the
12281 functions could catch errors with `cp -p' and `scp -p'.
12282 (tramp-do-copy-or-rename-file-via-buffer)
12283 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12284 when appropriate.
12285 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12286 Call `set-file-modes' when appropriate.
12287 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12288 Johnsson <isak@hypergene.com>
12289 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12290 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12291 <joakim@verona.se>
12292 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12293 Emacs only.
12294
12295 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12296 `find-file-hooks' and `dired-mode-hook'.
12297 (tramp-minor-mode-map): Respective map. Add remapping for
12298 `compile' and `recompile'.
12299 (tramp-remap-command, tramp-recompile): New defuns.
12300 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12301 in buffer "*Compilation*". Call the commands asynchronously.
12302
12303 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12304 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12305 `shell-command', because it isn't magic in XEmacs. Reported by
12306 Adrian Aichner <adrian@xemacs.org>.
12307
12308 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12309 `substitute-in-file-name.
12310 (tramp-smb-handle-substitute-in-file-name): New defun.
12311 (tramp-smb-advice-PC-do-completion): Delete advice.
12312
12313 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12314
12315 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12316 Fix error in deleting region.
12317
12318 2005-01-15 Richard M. Stallman <rms@gnu.org>
12319
12320 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12321 In non-temp buffer, switch syntax table temporarily.
12322
12323 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12324
12325 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12326
12327 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12328
12329 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12330 (imenu--generic-function): Use START, not BEG, as pos of definition.
12331
12332 * simple.el (just-one-space): Argument specifies number of spaces.
12333
12334 * simple.el (eval-expression-print-format): Avoid warning
12335 about edebug-active.
12336
12337 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12338
12339 * progmodes/sh-script.el: Code copied from make-mode.el
12340 with small changes,
12341 (sh-mode-map): Bind C-c C-\.
12342 (sh-backslash-column, sh-backslash-align): New variables.
12343 (sh-backslash-region, sh-append-backslash): New functions.
12344
12345 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12346
12347 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12348 (rmail-pop-password, rmail-pop-password-required): Move to
12349 rmail-obsolete group.
12350 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12351 All callers updated.
12352 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12353 Take an argument specifying whether it is POP or IMAP mailbox we
12354 are using. All callers updated.
12355 (rmail-pop-password-error): Rename to
12356 rmail-remote-password-error. Added mailutils-specific error message.
12357 (rmail-movemail-search-path)
12358 (rmail-movemail-variant-in-use): New variables.
12359 (rmail-remote-password, rmail-remote-password-required):
12360 New customization variables.
12361 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12362 (rmail-parse-url): New function.
12363 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12364 with GNU mailutils movemail.
12365
12366 2005-01-15 Kevin Ryde <user42@zip.com.au>
12367
12368 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12369 suffix to space, $ or '$, to correctly position point when going
12370 to @table style constants like DBL_MAX.
12371
12372 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12373
12374 * type-break.el (type-break-mode, type-break-file-time)
12375 (type-break-file-keystroke-count, type-break-choose-file):
12376 Don't store data in or load data from the file if type-break-file-name
12377 is nil.
12378 (type-break-file-name): Doc update as per the above.
12379
12380 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12381
12382 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12383 lookup-key might return nil; handle that.
12384
12385 2005-01-15 Alan Mackenzie <acm@muc.de>
12386
12387 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12388 rather than the element found, thus enabling the tree to be setcar'd.
12389
12390 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12391
12392 * textmodes/org.el (org-show-following-heading): New option.
12393 (org-show-hierarchy-above): Use `org-show-following-heading'.
12394 (org-cycle): Documentation fix.
12395
12396 * textmodes/org.el (orgtbl-optimized): New option
12397 (orgtbl-mode): New command, a minor mode.
12398 (orgtbl-mode-map): New variable.
12399 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12400 (orgtbl-error, orgtbl-self-insert-command)
12401 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12402
12403 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12404 a local variable in each org-mode buffer.
12405
12406 * textmodes/org.el (org-set-regexps-and-options): Rename from
12407 `org-set-regexps'. Added checking for STARTUP keyword.
12408 (org-get-current-options): Add STARTUP options.
12409 (org-table-insert-row): Make mode intelligent about when
12410 realignment is needed.
12411 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12412 New commands.
12413 (org-enable-table-editor): New default value `optimized'.
12414 (org-table-blank-field): Support blanking regions if active.
12415
12416 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12417
12418 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12419 if the year is not given.
12420
12421 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12422 Add new escapes %m and %M, fixed bug with %F by adding
12423 save-match-data.
12424 (reftex-reference): Remove ?. from list of spaces.
12425 (reftex-label-info): Add automatic label prefix recognition.
12426
12427 * textmodes/reftex-index.el (reftex-index-next-phrase):
12428 Add slave parameter to call of `reftex-index-this-phrase'.
12429 (reftex-index-this-phrase): New optional argument.
12430 (reftex-index-region-phrases): Add slave parameter to call of
12431 `reftex-index-this-phrase'.
12432 (reftex-display-index): New argument redo.
12433 (reftex-index-rescan): Add 'redo to arguments of
12434 `reftex-display-index'.
12435 (reftex-index-Rescan, reftex-index-revert)
12436 (reftex-index-switch-index-tag): Add 'redo to arguments of
12437 `reftex-display-index'.
12438 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12439 indexing. Fix bug with matching is there is a quote before or
12440 after the word.
12441
12442 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12443 Fix bug when collecting citation keys in lines with comments.
12444 (reftex-citation): Prefix argument no longer rescans the document,
12445 but forces prompting for optional arguments of cite macros.
12446 (reftex-do-citation): Prompting for optional arguments implemented.
12447
12448 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12449 Add optional arguments to most cite commands.
12450 (reftex-cite-cleanup-optional-args): New option
12451 (reftex-cite-prompt-optional-args): New option.
12452 (reftex-trust-label-prefix): New option.
12453
12454 * textmodes/reftex-toc.el (reftex-toc-find-section):
12455 Add push-mark before changing the position in the buffer.
12456
12457 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12458 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12459
12460 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12461
12462 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12463 more carefully.
12464
12465 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12468 (sgml-mode): Use it.
12469 (sgml-get-context): Better keep track of implicitly closed tags.
12470
12471 2005-01-13 Kenichi Handa <handa@m17n.org>
12472
12473 * textmodes/ispell.el: These changes are to fix misalignment error
12474 caused by equivalent characters of different Emacs charsets.
12475 (ispell-unified-chars-table): New variable.
12476 (ispell-get-decoded-string): New function.
12477 (ispell-get-casechars, ispell-get-not-casechars)
12478 (ispell-get-otherchars): Call ispell-get-decoded-string.
12479
12480 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12481
12482 * custom.el (custom-declare-variable): Just put symbol instead
12483 of (defvar . symbol) in `current-load-list'.
12484
12485 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12486
12487 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12488
12489 2005-01-12 Jay Belanger <belanger@truman.edu>
12490
12491 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12492 to create a Calc summary.
12493
12494 2005-01-12 Kim F. Storm <storm@cua.dk>
12495
12496 * mouse.el (mouse-on-link-p): Change functionality and doc
12497 string to comply with latest description in lisp ref.
12498
12499 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12500
12501 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12502 Enable mouse clicks on mode-line, header-line and margin.
12503 (event-type): Give mouse event symbols an 'event-kind property
12504 with value 'mouse-click.
12505
12506 2005-01-12 Juri Linkov <juri@jurta.org>
12507
12508 * facemenu.el (list-colors-display): Add new arg buffer-name.
12509 Use it. Fix docstring. Replace code for identifying duplicate
12510 colors by the name with call to `list-colors-duplicates' which
12511 identifies duplicate colors by the value unless the color
12512 is one of special Windows colors. Set truncate-lines to t.
12513 Print sorted duplicate color names on each line. Indent to 22
12514 \(the longest color name in rgb.txt) instead of 20. Optimize.
12515 (list-colors-duplicates): New function.
12516 (facemenu-color-name-equal): Delete function.
12517
12518 * facemenu.el (list-colors-print): New function created from code
12519 in list-colors-display. Print #RRGGBB at the window right edge.
12520 (list-colors-display): When temp-buffer-show-function is not
12521 defined, call list-colors-print from temp-buffer-show-hook
12522 to get the right value of window-width in list-colors-print
12523 after the buffer is displayed.
12524
12525 * simple.el (pop-mark): Move deactivate-mark out of conditional
12526 part to deactivate the active mark regardless of the state of the
12527 mark ring.
12528
12529 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12530 variables line in desktop files.
12531
12532 2005-01-12 Juri Linkov <juri@jurta.org>
12533
12534 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12535 Bring together isearch highlight related options.
12536 (lazy-highlight): Replace group `replace' by `matching'.
12537 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12538 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12539 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12540 and declare them obsolete.
12541 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12542 (isearch-faces): Remove defgroup.
12543 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12544 Move isearch highlighting code closer to lazy highlighting code.
12545
12546 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12547 (query-replace-highlight, query-replace-lazy-highlight)
12548 (query-replace): Move definitions to the beginning of the file.
12549
12550 2005-01-11 Juri Linkov <juri@jurta.org>
12551
12552 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12553 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12554 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12555
12556 * info.el (Info-history-forward): New variable.
12557 (Info-select-node): Reset Info-history-forward to nil.
12558 (Info-last): Turn into defalias.
12559 (Info-history-back): Rename from Info-last.
12560 Add current node to Info-history-forward.
12561 (Info-history-forward): New fun.
12562 (Info-mode-map): Replace Info-last by Info-history-back.
12563 Bind Info-history-forward to "r".
12564 (Info-mode-menu): Replace Info-last by Info-history-back.
12565 Fix menu item text. Add menu item for Info-history-forward.
12566 (info-tool-bar-map): Replace Info-last by Info-history-back.
12567 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12568 for Info-history-forward.
12569 (Info-mode): Replace Info-last by Info-history-back in docstring.
12570 Add local variable Info-history-forward.
12571 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12572
12573 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12576 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12577 Ignore select-window events rather than fiddle with
12578 mouse-autoselect-window.
12579
12580 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12581
12582 * type-break.el (type-break-mode): Fix previous change.
12583
12584 2005-01-10 Jay Belanger <belanger@truman.edu>
12585
12586 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12587 calculator; only reset when point is inside a calculator.
12588 Don't adjust the window height if the window takes up the whole height
12589 of the frame.
12590
12591 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12592
12593 * ebuff-menu.el (Electric-buffer-menu-mode):
12594 Preserve value of buffer-local var header-line-format.
12595
12596 2005-01-09 Jay Belanger <belanger@truman.edu>
12597
12598 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12599 Make sure settings file exists before accessing it.
12600
12601 * calc/calc-embed.el (calc-embedded-subst):
12602 Replace math-multi-subst-rec, which is only supposed to be called
12603 by math-multi-subst, by math-multi-subst.
12604
12605 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12606
12607 * vc.el (vc-allow-async-revert): New user option.
12608 (vc-disable-async-diff): New internal variable.
12609 (vc-revert-buffer): Use them to disable asynchronous diff.
12610
12611 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12612 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12613 asynchronously if vc-disable-async-diff is t.
12614
12615 2005-01-09 Jay Belanger <belanger@truman.edu>
12616
12617 * calc/calc.el (defcalcmodevar): New macro.
12618 (calc-mode-var-list-restore-default-values)
12619 (calc-mode-var-list-restore-saved-values): New functions.
12620 (calc-mode-var-list): Use defcalcmodevar to define it.
12621 (calc-always-load-extensions, calc-line-numbering)
12622 (calc-line-breaking, calc-display-just, calc-display-origin)
12623 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12624 (calc-group-char, calc-point-char, calc-frac-format)
12625 (calc-prefer-frac, calc-hms-format, calc-date-format)
12626 (calc-float-format, calc-full-float-format, calc-complex-format)
12627 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12628 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12629 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12630 (calc-matrix-brackets, calc-language, calc-language-option)
12631 (calc-left-label, calc-right-label, calc-word-size)
12632 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12633 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12634 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12635 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12636 (calc-window-height, calc-display-trail, calc-show-selections)
12637 (calc-use-selections, calc-assoc-selections)
12638 (calc-display-working-message, calc-auto-why, calc-timing)
12639 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12640 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12641 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12642 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12643 (calc-gnuplot-geometry, calc-graph-default-resolution)
12644 (calc-graph-default-resolution-3d, calc-invocation-macro)
12645 (calc-show-banner): Use defcalcmodevar to declare them and set
12646 their default values.
12647
12648 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12649 instead of default values (but restore default values if there is
12650 an argument of 0).
12651
12652 2005-01-09 David Kastrup <dak@gnu.org>
12653
12654 * desktop.el (desktop-restore-eager): Fix typo in type.
12655
12656 2005-01-08 Richard M. Stallman <rms@gnu.org>
12657
12658 * cus-edit.el (customize): Delete :link.
12659
12660 2005-01-08 Jay Belanger <belanger@truman.edu>
12661
12662 * calc/calc.el (calc-mode): Remove the extension from the
12663 `calc-settings-file' file name when loading it.
12664
12665 2005-01-08 Kim F. Storm <storm@cua.dk>
12666
12667 * info.el (Info-mode-map, Info-next-link-keymap)
12668 (Info-prev-link-keymap, Info-up-link-keymap):
12669 Map follow-link to mouse-face.
12670 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12671
12672 2005-01-08 Jay Belanger <belanger@truman.edu>
12673
12674 * calc/calc.el (calc-settings-file): Change default value.
12675 Suggested by cgw in a comment in calc-mode.el.
12676
12677 * calc/calc-mode.el (calc-settings-file-name):
12678 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12679 Replace ~/.emacs in a prompt by calc-settings-file.
12680
12681 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12682
12683 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12684 (desktop-lazy-idle-delay): New customizable variables.
12685 (desktop-buffer-args-list): New variable.
12686 (desktop-append-buffer-args): New function.
12687 (desktop-save): Call desktop-append-buffer-args for some buffers.
12688 (desktop-lazy-create-buffer): New function.
12689 (desktop-idle-create-buffers): New function.
12690 (desktop-read): Add message about buffers to restore lazily.
12691 (desktop-lazy-abort): New command.
12692 (desktop-clear): Call desktop-lazy-abort.
12693 (desktop-lazy-complete): New command.
12694
12695 2005-01-06 Richard M. Stallman <rms@gnu.org>
12696
12697 * emacs-lisp/find-func.el (find-face-definition):
12698 Rename from find-face.
12699
12700 2005-01-06 Kim F. Storm <storm@cua.dk>
12701
12702 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12703
12704 * man.el (Man-xref-man-page, Man-xref-header-file)
12705 (Man-xref-normal-file): Add follow-link property.
12706
12707 2005-01-06 Jay Belanger <belanger@truman.edu>
12708
12709 * calc/calc-units.el: Make sure the proper macro definitions are
12710 available when compiling.
12711
12712 2005-01-06 Juri Linkov <juri@jurta.org>
12713
12714 * isearch.el (isearch-lazy-highlight-update):
12715 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12716
12717 2005-01-06 Miles Bader <miles@gnu.org>
12718
12719 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12720 (isearch-lazy-highlight-face): Use new name.
12721
12722 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * uniquify.el (uniquify-rationalize-file-buffer-names):
12725 Re-add an interactive spec.
12726 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12727 to the same name.
12728
12729 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12730 (isearch-update, isearch-done): Adjust calls accordingly.
12731
12732 2005-01-05 Richard M. Stallman <rms@gnu.org>
12733
12734 * custom.el (custom-set-variables, custom-theme-set-variables):
12735 Clarify documentation.
12736
12737 * emacs-lisp/find-func.el (find-variable)
12738 (find-variable-other-window, find-variable-other-frame):
12739 Fix the TYPE args to find-function-read and find-function-do-it.
12740 (find-function): Doc fix.
12741 (find-function-at-point): Replace function-at-point alias.
12742
12743 2005-01-04 Richard M. Stallman <rms@gnu.org>
12744
12745 * cus-face.el (custom-declare-face):
12746 Record defface in current-load-list.
12747
12748 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12749
12750 * emacs-lisp/find-func.el: Doc fixes.
12751 (find-face-regexp): New variable.
12752 (find-function-regexp-alist): New variable.
12753 (find-function-C-source): Third arg is now TYPE.
12754 (find-function-search-for-symbol): Handle general TYPE.
12755 (find-function-read, find-function-do-it): Handle general TYPE.
12756 (find-definition-noselect, find-face): New functions.
12757 (function-at-point): Alias deleted.
12758
12759 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12760
12761 * battery.el (display-battery-mode): Rename from display-battery.
12762 Handle the case where it gets turned off.
12763
12764 2005-01-04 Richard M. Stallman <rms@gnu.org>
12765
12766 * cus-edit.el (customize): Make :link point to user doc.
12767
12768 * man.el (Man-fontify-manpage): Turn off undo generation.
12769
12770 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12771
12772 2005-01-04 Andreas Schwab <schwab@suse.de>
12773
12774 * files.el (insert-directory): Only look for error lines in
12775 inserted text. Don't move too far after processing --dired markers.
12776
12777 2005-01-04 Richard M. Stallman <rms@gnu.org>
12778
12779 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12780 Don't expand if the character is @, period, dash, etc.
12781 (define-mail-abbrev): Quote names that contain problem characters.
12782
12783 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12784
12785 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12786
12787 2005-01-03 Richard M. Stallman <rms@gnu.org>
12788
12789 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12790 (query-replace-highlight, query-replace-lazy-highlight)
12791 (query-replace): Definitions moved up. Doc fix.
12792
12793 2005-01-03 Richard M. Stallman <rms@gnu.org>
12794
12795 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12796 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12797 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12798 (lazy-highlight-face): Rename from isearch-lazy-...
12799 Change all references to them.
12800
12801 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12802
12803 * cus-edit.el (custom-file): Doc fix for defcustom.
12804 (custom-file): The function no longer sets the variable
12805 `custom-file' to its return value.
12806
12807 * startup.el (command-line): No longer load `custom-file'.
12808
12809 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12810
12811 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12812
12813 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12814 Don't confuse module-prefixed identifiers for labels.
12815 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12816
12817 2005-01-02 Richard M. Stallman <rms@gnu.org>
12818
12819 * files.el (basic-save-buffer-1): Fix previous change.
12820
12821 * loadhist.el (file-loadhist-lookup): New function.
12822 (file-provides, file-requires): Use it.
12823
12824 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12825 instead of calculating the right size.
12826
12827 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12828
12829 * vc-svn.el (vc-svn-diff): Stay local if possible.
12830
12831 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12832
12833 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12834
12835 * files.el (hack-local-variables): Fix last change.
12836
12837 2005-01-02 Jay Belanger <belanger@truman.edu>
12838
12839 * calc/calc-yank.el (calc-edit-top): New variable.
12840 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12841 object. Change header properties.
12842 (calc-edit-finish, calc-edit-finish-stack-object)
12843 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12844 edited object.
12845 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12846 for the beginning of the edited object.
12847 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12848 for the beginning of the edited object.
12849 * calc/calc-prog.el (calc-edit-macro-finish-edit)
12850 (calc-finish-formula-edit, calc-macro-repeats)
12851 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12852 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12853 beginning of the edited object.
12854 (calc-user-define-edit): Change the header for editing macros.
12855 Remove unnecessary variable.
12856
12857 2005-01-01 Jay Belanger <belanger@truman.edu>
12858
12859 * calc/calc-yank.el (calc-edit-mode): Change default header.
12860 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12861 * calc/calc-store.el (calc-edit-variable): Change title to match new
12862 header.
12863 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12864 mode to match new header.
12865 (calc-user-define-edit): Change titles to include names of commands.
12866 (calc-finish-formula-edit): Adjust to handle new header.
12867 (calc-finish-macro-edit): Remove.
12868 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12869 (calc-edit-macro-command, calc-edit-macro-command-type)
12870 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12871 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12872 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12873 (calc-edit-macro-finish-edit): New functions.
12874 (calc-user-define-edit): Use new functions to edit named calc macros.
12875
12876 2005-01-01 Stefan <monnier@iro.umontreal.ca>
12877
12878 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12879
12880 * ses.el (copy-region-as-kill): Deactivate mark.
12881
12882 2005-01-01 Richard M. Stallman <rms@gnu.org>
12883
12884 * replace.el (occur-1): If the output buffer is also an input,
12885 don't kill it, rename it.
12886
12887 * faces.el (set-face-background, set-face-foreground): Doc fix.
12888
12889 * cus-face.el (custom-face-attributes): Fix :help-echo strings
12890 for :foreground and :background.
12891
12892 * dired.el (dired-view-command-alist): Variable deleted.
12893 (dired-view-file, dired-mouse-find-file-other-window):
12894 Delete the code to use it.
12895
12896 2005-01-01 Kim F. Storm <storm@cua.dk>
12897
12898 * image.el (insert-sliced-image): Use t for line-height property.
12899
12900 See ChangeLog.11 for earlier changes.
12901
12902 ;; Local Variables:
12903 ;; coding: iso-2022-7bit
12904 ;; End:
12905
12906 Copyright (C) 2005 Free Software Foundation, Inc.
12907 Copying and distribution of this file, with or without modification,
12908 are permitted provided the copyright notice and this notice are preserved.
12909
12910 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1